aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: Add sync_pkgcheckHEADmasterMart Raudsepp2017-07-291-1/+2
* README: Suggest python3 venv module instead of virtualenvMart Raudsepp2017-07-291-1/+1
* frontend: add basic maintainer pageMichael Palimaka2017-07-302-0/+35
* frontend: link from category listing to package pageMichael Palimaka2017-07-301-1/+1
* frontend: add maintainers to navigation barMichael Palimaka2017-07-301-1/+2
* frontend: add maintainer listingMichael Palimaka2017-07-302-0/+59
* frontend: add package pageMichael Palimaka2017-07-302-0/+46
* sync: add gentoo-ci pkgcheck results syncronisationMichael Palimaka2017-07-302-1/+67
* models: add a model for gentoo-ci pkgcheck resultsMichael Palimaka2017-07-301-0/+14
* frontend: add basic category pageMichael Palimaka2017-07-263-3/+35
* Add 404 error handling.Michael Palimaka2017-07-262-1/+21
* gitignore: ignore grumpy databaseMichael Palimaka2017-07-261-0/+2
* Add README.Michael Palimaka2017-07-251-0/+11
* revert previous commitPatrice Clement2017-04-231-4/+2
* refactor two sentences to fit the 80-character wide limitPatrice Clement2017-04-231-2/+4
* sync: fix a missing .items to iterate on dictGilles Dartiguelongue2017-01-231-1/+1
* sync: add version and keyword synchronizationGilles Dartiguelongue2017-01-221-4/+38
* sync: add detail points to sync_versionsGilles Dartiguelongue2017-01-221-0/+15
* sync: use dict facilities for key retrieval with a defaultGilles Dartiguelongue2017-01-221-20/+19
* sync: use dict facilities for key retrieval with a defaultGilles Dartiguelongue2017-01-221-1/+1
* sync: reduce unneeded conditional evaluationGilles Dartiguelongue2017-01-221-2/+2
* sync: replace assert with ValueError raiseGilles Dartiguelongue2017-01-221-4/+5
* sync: define project keys default valuesGilles Dartiguelongue2017-01-221-31/+33
* sync: sort imports according to PEP8Gilles Dartiguelongue2017-01-221-2/+5
* sync: Use dict comprehension in sync_categories as wellMart Raudsepp2017-01-221-3/+1
* sync: use ORM magics in sync_packagesGilles Dartiguelongue2017-01-221-1/+1
* sync: use assert for GLEP67 compliance checkGilles Dartiguelongue2017-01-221-4/+6
* sync: Fix pkg sync for packages that have a same named pkg in another categoryMart Raudsepp2017-01-221-7/+1
* sync: use dict-comprehension in sync_packagesGilles Dartiguelongue2017-01-221-3/+3
* sync: fix broken sync_packagesGilles Dartiguelongue2017-01-221-1/+6
* frontend: Implement saving of followed maintainers/projects to cookieMart Raudsepp2016-12-191-2/+19
* frontend: move setup to a separate view classMart Raudsepp2016-12-193-4/+6
* frontend: Hide @gentoo.org for developers listing in /setupMart Raudsepp2016-12-181-1/+1
* frontend: List proxy maintainers in a separate table for /setupMart Raudsepp2016-12-182-5/+27
* models: Add preliminary model and fields for keyword and p.mask storageMart Raudsepp2016-12-071-2/+22
* sync: Always handle e-mails in lower case to not end up with duplicatesMart Raudsepp2016-12-072-10/+15
* 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
* models: Add package maintainers relationship table and ORM relationshipsMart Raudsepp2016-12-071-0/+9
* models: Add description and last_sync_ts columns for PackageMart Raudsepp2016-12-071-0/+4
* frontend: Setup Flask-WTF and use it for following maintainer checkboxes displayMart Raudsepp2016-12-054-3/+36
* 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
* 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