Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Form preamble, jam creation fixes | 2018-05-19 | -0/+2 | |
| | ||||
* | Merge remote-tracking branch 'origin/master' | 2018-05-19 | -0/+46 | |
|\ | ||||
| * | Snake cog (#71) | 2018-05-19 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tables that are initialized with JSON files in the table_init folder will now sync properly if the JSON file is changed after initialization. Any lines that are either added or removed will be updated whenever site is rebooted. * Initial API endpoint for snake_quiz * reverting database.py * I WILL KILL YOU * Added the snake_fact API endpoint * Moving snake tables to the new migrations system * Set up initial data for all new tables, added table objects, wrote endpoints, and wrote tests for the new endpoints. * Removing the snake_movies endpoint. That idea didn't pan out. * Added an endpoint for getting special snake cases * broken json * Fixing the initial data slightly, better picture of bob. * Changing JSON indentation to be 4 spaces consistently in all initial_data, to address Aperture's review. Also changing all the endpoints to have correct namespacing, addressing gdude's review. * Fixing tests to point to new API endpoints | |||
* | | Jammer profiles | 2018-05-19 | -2/+1 | |
| | | ||||
* | | [Jams] Signups code is more or less done, just a few things left | 2018-05-19 | -3/+5 | |
|/ | ||||
* | [Jams] Linting and infractions | 2018-05-19 | -2/+2 | |
| | ||||
* | [Jams] Add non-task info text to be displayed at jam announcement | 2018-05-19 | -0/+2 | |
| | ||||
* | [Jams] A bunch more work. That's all for tonight, though. | 2018-05-18 | -1/+5 | |
| | ||||
* | [Jams] Huge amount of work on code jam admin area | 2018-05-18 | -1/+85 | |
| | ||||
* | Migration runner and migrations (#69) | 2018-05-14 | -0/+89 | |
* Migration runner and migrations * Remove demo wiki data * [Staff] Table management pages * Fix weird travis build omission * Address review and comments by @Volcyy * [Tables] Fix pagination * Move table definitions to new file with nameduple * Linting * Address lemon's review comments * Address @Volcyy's review * Address lemon's review * Update search placeholder * Search by key now available |