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
* 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-231-12/+4
* 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-101-4/+55
* Add dirty sync_versions debug codeMart Raudsepp2016-11-101-1/+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-071-2/+26
* 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-073-1/+63
* Initial start of new Project Grumpy code; Hello World!Mart Raudsepp2016-09-061-0/+7