Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | frontend: add basic maintainer page | Michael Palimaka | 2017-07-30 | 2 | -0/+35 |
| | |||||
* | frontend: link from category listing to package page | Michael Palimaka | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | frontend: add maintainers to navigation bar | Michael Palimaka | 2017-07-30 | 1 | -1/+2 |
| | |||||
* | frontend: add maintainer listing | Michael Palimaka | 2017-07-30 | 2 | -0/+59 |
| | |||||
* | frontend: add package page | Michael Palimaka | 2017-07-30 | 2 | -0/+46 |
| | | | | The package page currently shows gentoo-ci pkgcheck results. | ||||
* | frontend: add basic category page | Michael Palimaka | 2017-07-26 | 3 | -3/+35 |
| | |||||
* | Add 404 error handling. | Michael Palimaka | 2017-07-26 | 1 | -0/+16 |
| | |||||
* | frontend: Implement saving of followed maintainers/projects to cookie | Mart Raudsepp | 2016-12-19 | 1 | -2/+19 |
| | |||||
* | frontend: move setup to a separate view class | Mart Raudsepp | 2016-12-19 | 2 | -4/+5 |
| | |||||
* | frontend: Hide @gentoo.org for developers listing in /setup | Mart Raudsepp | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | frontend: List proxy maintainers in a separate table for /setup | Mart Raudsepp | 2016-12-18 | 1 | -5/+25 |
| | | | | | | Also display an empty cell instead of "None" when we don't have a name in the DB. Style the submit button a bit. Commit a manage.py TODO comment that's collecting dust. | ||||
* | frontend: Setup Flask-WTF and use it for following maintainer checkboxes display | Mart Raudsepp | 2016-12-05 | 2 | -3/+34 |
| | | | | No POST handling yet. | ||||
* | frontend: Add meta charset=utf-8 head tag | Mart Raudsepp | 2016-12-04 | 1 | -1/+2 |
| | |||||
* | frontend: add a /setup/ page for listing existing projects and devs | Mart Raudsepp | 2016-12-04 | 2 | -0/+45 |
| | | | | | Later we can convert this into a form to choose which projects/devs to follow; hence the "setup" naming. | ||||
* | Make the dummy initial web frontend pretty | Mart Raudsepp | 2016-11-23 | 4 | -0/+101 |
Now uses extra Flask-Classy dependency for nicer routing and organization. Stylesheet is Gentoo Tyrian loaded from standard CDN location. Reorganizes some of frontend to frontend module, which necessitates telling Flask it's "frontend", not "backend" (for templates to work without passing custom paths). If reorganization goes this route and completes, all the flask parts should end up in frontend module, making this hack obsolete. Though backend might want to use Flask-Sqlalchemy too, so needing the Flask app object, but not sure yet. |