aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/database.py (unfollow)
Commit message (Collapse)AuthorLines
2018-05-30Travis should probably run rabbitmqGravatar Gareth Coles-0/+1
2018-05-30RabbitMQ mixin, powered by Kombu (#84)Gravatar Gareth Coles-1/+178
* [RMQ] Add Kombi an an RMQMixin, as well as some constants * [RMQ] Fix example in mixin docstring * Update Pipfile.lock - for some reason, pipenv didn't lock kombu
2018-05-30Add FAQ about LPTHWGravatar Gareth Coles-0/+23
2018-05-29[FAQ] Address Nix's inputGravatar Gareth Coles-3/+4
2018-05-29[WS] "send all" methods should be classmethodsGravatar Gareth Coles-4/+6
2018-05-29WS objects now keep track of their connectionsGravatar Gareth Coles-11/+31
2018-05-29Address input given in contrib channel, and add FAQGravatar Gareth Coles-3/+243
2018-05-29Revisions improvements (#77)Gravatar Joseph-0/+12
* Support moving of revisions * Support removal of revisions upon page delete
2018-05-26Bump pytest from 3.5.1 to 3.6.0 (#78)Gravatar dependabot[bot]-18/+17
Bumps pytest from 3.5.1 to 3.6.0.
2018-05-26Improving URLs (#81)Gravatar Hannele Ruiz-4/+9
Thanks!
2018-05-23remove vagrantGravatar Christopher Baklid-92/+0
2018-05-23Removed "Hacking-Coding" from the partners list.Gravatar Jeremiah Boby-6/+1
2018-05-22Added our new partner - Functional Programming - to the partners page!Gravatar Jeremiah Boby-5/+10
2018-05-22Revision of the rules, and a channels pageGravatar Gareth Coles-8/+15
2018-05-22Revision of the rules, and a channels pageGravatar Gareth Coles-44/+301
2018-05-21update vagrant script [ci skip]Gravatar Christopher Baklid-70/+51
2018-05-21UIKit is pushy.Gravatar Gareth Coles-4/+4
2018-05-21[Jams] Fix up textarea formattingGravatar Gareth Coles-2/+19
2018-05-21fix deploy scriptGravatar Christopher Baklid-1/+1
2018-05-20Privacy/Usability updates (#75)Gravatar Gareth Coles-148/+621
* 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
2018-05-20Tests directory (#73)Gravatar Christopher Baklid-523/+568
moves all tests into a testing directory and splits the tests into separate files
2018-05-20remove set -eGravatar Christopher Baklid-1/+0
2018-05-20removes the python deploy script in favour of a curl command (#74)Gravatar Christopher Baklid-21/+2
2018-05-20[Jams] Redirect user back to form from profile pageGravatar Gareth Coles-3/+25
2018-05-19[Jams] Fix infraction table display when user is not on serverGravatar Gareth Coles-1/+1
2018-05-19Lock gevent==1.2.2Gravatar Gareth Coles-31/+46
2018-05-19[Jams] Fix bad redirectGravatar Gareth Coles-2/+2
2018-05-20updates docker-compose file [ci skip]Gravatar Christopher Baklid-52/+40
2018-05-19[Jams] Form inputs should be a flex columnGravatar Gareth Coles-1/+1
2018-05-19[Jams] Update edit state availabilityGravatar Gareth Coles-9/+10
2018-05-19Catch index addition failure in oauth_data migrationGravatar Gareth Coles-2/+8
2018-05-19Don't escape form preambleGravatar Gareth Coles-1/+1
2018-05-19Actually insert preambleGravatar Gareth Coles-0/+2
2018-05-19Fix template date formatter, so it won't break on non-DTsGravatar Gareth Coles-1/+2
2018-05-19LintingGravatar Gareth Coles-3/+1
2018-05-19Form preamble, jam creation fixesGravatar Gareth Coles-1/+215
2018-05-19Linting, and remove seconds from date formatterGravatar Gareth Coles-2/+2
2018-05-19[Jams] Fix ordering on view pageGravatar Gareth Coles-3/+6
2018-05-19[Jams] Basics may now be edited at any pointGravatar Gareth Coles-19/+9
2018-05-19Fix various page titlesGravatar Gareth Coles-16/+15
2018-05-19GDPR compliance for jammer profilesGravatar Gareth Coles-0/+13
2018-05-19Update nav/privacy policyGravatar Gareth Coles-2/+18
2018-05-19Jammer profilesGravatar Gareth Coles-5/+178
2018-05-19Fix infractions setupGravatar Gareth Coles-16/+17
2018-05-19[Jams] Signups code is more or less done, just a few things leftGravatar Gareth Coles-35/+651
2018-05-19Snake cog (#71)Gravatar Leon Sandøy-5216/+8354
* 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
2018-05-19[Jams] Some amount of public display, but links not ready yetGravatar Gareth Coles-57/+87
2018-05-19Logical block organisationGravatar Gareth Coles-4/+4
2018-05-19Add "preparing" stateGravatar Gareth Coles-2/+15
2018-05-19Messed up my lint earlierGravatar Gareth Coles-2/+2