aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync: use requests response.json() directly instead of json.loadsMart Raudsepp2016-12-041-4/+3
* sync: Fix UTF-8 handling for projects.xml importMart Raudsepp2016-12-041-1/+1
* sync: Update individual maintainer names during projects sync for the time beingMart Raudsepp2016-12-041-2/+4
* frontend: Add meta charset=utf-8 head tagMart Raudsepp2016-12-041-1/+2
* frontend: add a /setup/ page for listing existing projects and devsMart Raudsepp2016-12-042-0/+45
* sync: Project members and subprojects syncing to DBMart Raudsepp2016-12-041-1/+25
* models: Add association table and ORM relationship between projects and membersMart Raudsepp2016-12-041-0/+12
* sync: Initial projects syncing to DB without membersMart Raudsepp2016-12-041-7/+28
* models: Add Maintainer modelMart Raudsepp2016-12-041-0/+11
* models: Use sqlalchemy Unicode columns instead of StringMart Raudsepp2016-12-041-4/+4
* Turn off flask-sqlalchemy modification tracking to silence a warning and save...Mart Raudsepp2016-11-281-0/+1
* Make the dummy initial web frontend prettyMart Raudsepp2016-11-236-12/+106
* Add parsed project members to the result dictMart Raudsepp2016-11-111-0/+3
* Normalize subproject inherit-members to True or False during parsingMart Raudsepp2016-11-101-2/+2
* Initial projects.xml parsing code with debug printoutMart Raudsepp2016-11-102-5/+62
* Add dirty sync_versions debug codeMart Raudsepp2016-11-102-3/+11
* Add a full_name property to package and remove some debug spam on syncMart Raudsepp2016-09-242-1/+4
* Add syncing of packages in categories from packages.g.o (just name)Mart Raudsepp2016-09-072-5/+48
* Don't double-quote debug output for full atoms from %r usageMart Raudsepp2016-09-071-2/+2
* Add initial code to sync categories from packages.g.o with associated plumbingMart Raudsepp2016-09-075-3/+78
* Initial start of new Project Grumpy code; Hello World!Mart Raudsepp2016-09-064-0/+28