Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow schemas to not use a list when applicable | 2018-06-14 | -4/+27 | |
| | ||||
* | Fix test | 2018-06-07 | -2/+6 | |
| | ||||
* | Add date parsing tests. (#87) | 2018-06-05 | -0/+73 | |
| | ||||
* | documentation metadata API (#57) | 2018-06-05 | -1/+96 | |
| | | | | | | | | | | | | | | | | | | | | | | * Add documentation metadata "schema". * Add seed data for `pydoc_links` table. * Add tests for the `doc` API. * Allow specifying multiple parameters. * Move up line in generator. * make each docs test a function for greater test report visibility * fix a typo * Use fixtures instead of `pytest-ordering`. * Move `doc` API to `/bot/doc`. * Use new migration system. | |||
* | Privacy/Usability updates (#75) | 2018-05-20 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use less intrusive oauth scopes, add login redirect method * Remove debugging prints, add missing __init__ * Work towards new privacy policy * Fix judging state icons on code jam management page * Jammer profile retraction and punishments based on jam status * Linting * [Jams] Deny profile saving for users < 13 years, and finish removal page * Fix tests * Clean up and address Volcyy's review * Add proper login redirection to require_roles decorator * Fix template is_staff() and add staff link to navigation * Address lemon's review * Linting * Privacy page formatting * Privacy page formatting | |||
* | Tests directory (#73) | 2018-05-20 | -0/+554 | |
moves all tests into a testing directory and splits the tests into separate files |