forked from mozilla-releng/balrog
-
Notifications
You must be signed in to change notification settings - Fork 0
Next generation update service for Mozilla products
License
DejunLiu/balrog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
State: This is a first cut at storing and retrieving data. There's no doubt it needs more work, and the data is very incomplete, but it does do simple things (see EXAMPLE) correctly. Some things that don't suck * identifying the build that is making the query (for the purposes of knowing if a partial is valid) * being able to expand the json for a release and covert it into snippets and xml Some things suck or maybe suck * lots of data manipulation, need some Classes and sqlalchemy goo to handle that all automatically; similarly, need to shove some code out to * same data is stored lots of different ways in different places, cull the middlemen if they aren't needed * do we still like json encoded into text field ? does it create more hassles than it solves ? * the db are just flat tables, s'ok ? * no support of Rob Strong's new attributes
About
Next generation update service for Mozilla products
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 74.1%
- JavaScript 19.0%
- HTML 5.2%
- Other 1.7%