aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync: Always handle e-mails in lower case to not end up with duplicatesMart Raudsepp2016-12-071-10/+14
* sync: Increase the sync delta to 1 hour and print the sync count and oldest T...Mart Raudsepp2016-12-071-2/+5
* sync: Don't forget to commit db transaction after all packages are syncedMart Raudsepp2016-12-071-0/+2
* sync: Order package details syncing based on how old the last sync wasMart Raudsepp2016-12-071-1/+1
* sync: Add package description and maintainers syncMart Raudsepp2016-12-071-4/+45
* sync: return empty dict on projects retrieval error, so the caller won't errorMart Raudsepp2016-12-051-3/+3
* 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
* sync: Initial projects syncing to DB without membersMart Raudsepp2016-12-041-7/+28
* 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-241-1/+0
* Add syncing of packages in categories from packages.g.o (just name)Mart Raudsepp2016-09-071-2/+26
* Add initial code to sync categories from packages.g.o with associated plumbingMart Raudsepp2016-09-071-0/+21