aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/tables.py (unfollow)
Commit message (Collapse)AuthorLines
2018-06-05documentation metadata API (#57)Gravatar Johannes Christ-1/+11
* 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.
2018-06-03[Jams] Fix signup messageGravatar Gareth Coles-2/+2
2018-06-03Make the site still work without RMQGravatar Gareth Coles-19/+22
2018-06-03[Wiki] Fix actions not showing in some desirable casesGravatar Gareth Coles-6/+6
2018-06-02[Wiki] Prefer horizontal whitespace over vertical (#85)Gravatar neonsea-5/+7
* [Wiki] Prefer horizontal whitespace over vertical This should fix the issue with the long vertical bar of whitespace under the menu toggle button on mobile, whilst also not breaking centering of content. * [Wiki] Prefer horizontal whitespace over vertical This removes the vertical bar of whitespace under the menu toggle button in favor of a horizontal line on mobile. * Fix indentation error
2018-06-02[Wiki] Fix a CSS dumbGravatar Gareth Coles-4/+4
2018-06-02[Jams] Send signup messages to jam log channelGravatar Gareth Coles-1/+15
2018-06-02[Wiki] Codeblocks should no longer be way too wide on mobileGravatar Gareth Coles-1/+11
2018-06-02Allow nav dropdown vertical scrollingGravatar Gareth Coles-1/+1
2018-06-02Attempt to fix dropdown positioningGravatar Gareth Coles-1/+1
2018-06-02[Wiki] Attempt to fix width issues on mobileGravatar Gareth Coles-1/+5
2018-06-02[Wiki] Hide scrollbar on code blocks when not neededGravatar Gareth Coles-2/+2
2018-06-02[Wiki] Attempt to fix page views on mobileGravatar Gareth Coles-1/+40
2018-06-02[Wiki] Fix UX bug relating to current article headersGravatar Gareth Coles-1/+1
2018-06-02[Wiki] UX improvements for sidebarGravatar Gareth Coles-2/+7
2018-05-31Add building of Dockerfile.base if changed [ci skip]Gravatar Joseph-0/+15
2018-05-31[Gunicorn] It's "description", not "message"Gravatar Gareth Coles-1/+1
2018-05-31Add new packages to base: cmake, autoconf, automake & libtoolGravatar Joseph-0/+3
2018-05-31Add cmake to base imageGravatar Joseph-0/+1
2018-05-31Attempt to fix deploymentGravatar Gareth Coles-0/+1
2018-05-31This isn't what I signed up for!Gravatar Gareth Coles-2/+3
2018-05-31Linting (of course)Gravatar Gareth Coles-3/+3
2018-05-31[Gunicorn] Announce site deploymentGravatar Gareth Coles-1/+18
2018-05-31[Jams] Add mod-log logging of code jam application statusGravatar Gareth Coles-2/+48
2018-05-31[RMQ] Finish events implementation; add jammer role to constantsGravatar Gareth Coles-2/+19
2018-05-31Update privacy policy and related migrationsGravatar Gareth Coles-64/+40
* Don't collect DOB anymore, and remove it from database * Make doubly-sure all emails are gone because I'm paranoid and "update" doesn't do what it sounds like
2018-05-30Switch constants aroundGravatar Gareth Coles-1/+1
2018-05-30Attempt to fix travis buildGravatar Gareth Coles-1/+2
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