GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/grumpy.git
master
Project Grumpy
Mart Raudsepp <leio@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
models: add a model for gentoo-ci pkgcheck results
Michael Palimaka
2017-07-30
1
-0
/
+14
*
Add 404 error handling.
Michael Palimaka
2017-07-26
1
-1
/
+5
*
sync: fix a missing .items to iterate on dict
Gilles Dartiguelongue
2017-01-23
1
-1
/
+1
*
sync: add version and keyword synchronization
Gilles Dartiguelongue
2017-01-22
1
-4
/
+38
*
sync: add detail points to sync_versions
Gilles Dartiguelongue
2017-01-22
1
-0
/
+15
*
sync: use dict facilities for key retrieval with a default
Gilles Dartiguelongue
2017-01-22
1
-20
/
+19
*
sync: use dict facilities for key retrieval with a default
Gilles Dartiguelongue
2017-01-22
1
-1
/
+1
*
sync: reduce unneeded conditional evaluation
Gilles Dartiguelongue
2017-01-22
1
-2
/
+2
*
sync: replace assert with ValueError raise
Gilles Dartiguelongue
2017-01-22
1
-4
/
+5
*
sync: define project keys default values
Gilles Dartiguelongue
2017-01-22
1
-31
/
+33
*
sync: sort imports according to PEP8
Gilles Dartiguelongue
2017-01-22
1
-2
/
+5
*
sync: Use dict comprehension in sync_categories as well
Mart Raudsepp
2017-01-22
1
-3
/
+1
*
sync: use ORM magics in sync_packages
Gilles Dartiguelongue
2017-01-22
1
-1
/
+1
*
sync: use assert for GLEP67 compliance check
Gilles Dartiguelongue
2017-01-22
1
-4
/
+6
*
sync: Fix pkg sync for packages that have a same named pkg in another category
Mart Raudsepp
2017-01-22
1
-7
/
+1
*
sync: use dict-comprehension in sync_packages
Gilles Dartiguelongue
2017-01-22
1
-3
/
+3
*
sync: fix broken sync_packages
Gilles Dartiguelongue
2017-01-22
1
-1
/
+6
*
frontend: move setup to a separate view class
Mart Raudsepp
2016-12-19
1
-0
/
+1
*
models: Add preliminary model and fields for keyword and p.mask storage
Mart Raudsepp
2016-12-07
1
-2
/
+22
*
sync: Always handle e-mails in lower case to not end up with duplicates
Mart Raudsepp
2016-12-07
2
-10
/
+15
*
sync: Increase the sync delta to 1 hour and print the sync count and oldest T...
Mart Raudsepp
2016-12-07
1
-2
/
+5
*
sync: Don't forget to commit db transaction after all packages are synced
Mart Raudsepp
2016-12-07
1
-0
/
+2
*
sync: Order package details syncing based on how old the last sync was
Mart Raudsepp
2016-12-07
1
-1
/
+1
*
sync: Add package description and maintainers sync
Mart Raudsepp
2016-12-07
1
-4
/
+45
*
models: Add package maintainers relationship table and ORM relationships
Mart Raudsepp
2016-12-07
1
-0
/
+9
*
models: Add description and last_sync_ts columns for Package
Mart Raudsepp
2016-12-07
1
-0
/
+4
*
frontend: Setup Flask-WTF and use it for following maintainer checkboxes display
Mart Raudsepp
2016-12-05
1
-0
/
+1
*
sync: return empty dict on projects retrieval error, so the caller won't error
Mart Raudsepp
2016-12-05
1
-3
/
+3
*
sync: use requests response.json() directly instead of json.loads
Mart Raudsepp
2016-12-04
1
-4
/
+3
*
sync: Fix UTF-8 handling for projects.xml import
Mart Raudsepp
2016-12-04
1
-1
/
+1
*
sync: Update individual maintainer names during projects sync for the time being
Mart Raudsepp
2016-12-04
1
-2
/
+4
*
sync: Project members and subprojects syncing to DB
Mart Raudsepp
2016-12-04
1
-1
/
+25
*
models: Add association table and ORM relationship between projects and members
Mart Raudsepp
2016-12-04
1
-0
/
+12
*
sync: Initial projects syncing to DB without members
Mart Raudsepp
2016-12-04
1
-7
/
+28
*
models: Add Maintainer model
Mart Raudsepp
2016-12-04
1
-0
/
+11
*
models: Use sqlalchemy Unicode columns instead of String
Mart Raudsepp
2016-12-04
1
-4
/
+4
*
Turn off flask-sqlalchemy modification tracking to silence a warning and save...
Mart Raudsepp
2016-11-28
1
-0
/
+1
*
Make the dummy initial web frontend pretty
Mart Raudsepp
2016-11-23
1
-12
/
+4
*
Add parsed project members to the result dict
Mart Raudsepp
2016-11-11
1
-0
/
+3
*
Normalize subproject inherit-members to True or False during parsing
Mart Raudsepp
2016-11-10
1
-2
/
+2
*
Initial projects.xml parsing code with debug printout
Mart Raudsepp
2016-11-10
1
-4
/
+55
*
Add dirty sync_versions debug code
Mart Raudsepp
2016-11-10
1
-1
/
+11
*
Add a full_name property to package and remove some debug spam on sync
Mart Raudsepp
2016-09-24
2
-1
/
+4
*
Add syncing of packages in categories from packages.g.o (just name)
Mart Raudsepp
2016-09-07
1
-2
/
+26
*
Don't double-quote debug output for full atoms from %r usage
Mart Raudsepp
2016-09-07
1
-2
/
+2
*
Add initial code to sync categories from packages.g.o with associated plumbing
Mart Raudsepp
2016-09-07
3
-1
/
+63
*
Initial start of new Project Grumpy code; Hello World!
Mart Raudsepp
2016-09-06
1
-0
/
+7