| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fix typo from last commit | 2018-06-19 | -1/+1 | |
| | | ||||
| * | Needs a self | 2018-06-19 | -1/+1 | |
| | | ||||
| * | Make it a class method (review comment) | 2018-06-19 | -6/+6 | |
| | | ||||
| * | Disable the join button if the user has already applied to a code jam | 2018-06-19 | -1/+15 | |
| | | ||||
| * | [DB] Migration for code_jams to add teams list to all documents | 2018-06-19 | -0/+11 | |
| | | ||||
| * | [Jams] Additional logging on teams page | 2018-06-19 | -0/+4 | |
| | | ||||
| * | [Jams] Additional logging on teams page | 2018-06-19 | -0/+4 | |
| | | ||||
| * | s/color/colour/g | 2018-06-17 | -3/+3 | |
| | | ||||
| * | Change which key is being fetched, should be last commit to fix this | 2018-06-17 | -1/+1 | |
| | | ||||
| * | Add param to audit_log function so that old data can be None and still work | 2018-06-17 | -5/+5 | |
| | | ||||
| * | Switch key argument to sorted to be a keyword argument | 2018-06-17 | -1/+1 | |
| | | ||||
| * | Wiki audit logs | 2018-06-17 | -116/+56 | |
| | | ||||
| * | Backend for team assignment | 2018-06-17 | -10/+428 | |
| | | ||||
| * | Allow schemas to not use a list when applicable | 2018-06-14 | -57/+59 | |
| | | ||||
| * | Remove debug print from production | 2018-06-13 | -2/+0 | |
| | | ||||
| * | Compile as much JS with Gulp as possible | 2018-06-13 | -16/+16 | |
| | | | | | | | | | | | This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome | |||
| * | [DB] Attempt reconnection if current connection was lost | 2018-06-13 | -1/+8 | |
| | | ||||
| * | Update GitLab URL | 2018-06-12 | -5/+5 | |
| | | ||||
| * | [Jams] User ID and avatar on approvals page | 2018-06-12 | -0/+2 | |
| | | ||||
| * | It's always the smallest changes that don't lint | 2018-06-12 | -1/+1 | |
| | | ||||
| * | [Jams] Mention user in #code-jam-logs on approval | 2018-06-12 | -1/+10 | |
| | | ||||
| * | Linting | 2018-06-12 | -1/+1 | |
| | | ||||
| * | [Jams] Role assignment on approval/unapproval | 2018-06-12 | -3/+21 | |
| | | ||||
| * | [Jams] Approvals interface | 2018-06-12 | -2/+121 | |
| | | ||||
| * | adds log rotation and speeds up build | 2018-06-11 | -2/+11 | |
| | | ||||
| * | Fix RST table styling and add fira-code text role | 2018-06-08 | -2/+20 | |
| | | ||||
| * | Grab user avatars in bot API call | 2018-06-07 | -5/+9 | |
| | | ||||
| * | Replace GitHub with GitLab across the project | 2018-06-07 | -9/+30 | |
| | | ||||
| * | Remove some debug code from the button directive | 2018-06-07 | -4/+0 | |
| | | ||||
| * | [RST] Add directive for UIKit buttons | 2018-06-07 | -1/+74 | |
| | | ||||
| * | Don't log DEBUG/TRACE | 2018-06-06 | -1/+1 | |
| | | ||||
| * | Logging changes | 2018-06-06 | -29/+11 | |
| | | | | | | | * Log to .json file in debug mode, with textual stdout * Log to .txt in production, with JSON stdout * No more Papertrail | |||
| * | RabbitMQ service discovery | 2018-06-06 | -0/+22 | |
| | | ||||
| * | Move from CSS to SCSS (#86) | 2018-06-05 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite existing style.css with sass * Add "uses-rst" class for pages that use rendered RST This replaces the previous method of just listing every page in the sass * Remove old debug print * Mixins and error pages * Newly built CSS * Add SASS cache to .gitignore * New error SASS * Slight changes to error template * Add UIKit SCSS to repo This includes the LICENSE and our customizations, which makes life way easier for contributors * Reorganize sass folder; your watchers can avoid uikit now * Sass folder should be called scss * Change variable names * [SCSS] Linting * Fix scss_lint gem name [ci skip] * [SCSS] Now you can compile with just Python! * Temporary hack to make the wiki editor taller * [SCSS] @jchristgit * [SCSS.py] Require specification of include dir to simplify the SCSS imports * [SCSS] All inline styles have been removed * [SCSS] Update UIKit theme to import from our variables * [SCSS] Remove extra newlines in errors/_common.scss | |||
| * | documentation metadata API (#57) | 2018-06-05 | -1/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||
| * | [Jams] Fix signup message | 2018-06-03 | -2/+2 | |
| | | ||||
| * | [Wiki] Fix actions not showing in some desirable cases | 2018-06-03 | -5/+5 | |
| | | ||||
| * | [Jams] Send signup messages to jam log channel | 2018-06-02 | -1/+15 | |
| | | ||||
| * | [Gunicorn] Announce site deployment | 2018-05-31 | -0/+1 | |
| | | ||||
| * | [Jams] Add mod-log logging of code jam application status | 2018-05-31 | -2/+48 | |
| | | ||||
| * | [RMQ] Finish events implementation; add jammer role to constants | 2018-05-31 | -2/+19 | |
| | | ||||
| * | Update privacy policy and related migrations | 2018-05-31 | -16/+23 | |
| | | | | | | * 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 | |||
| * | Switch constants around | 2018-05-30 | -1/+1 | |
| | | ||||
| * | Attempt to fix travis build | 2018-05-30 | -1/+1 | |
| | | ||||
| * | RabbitMQ mixin, powered by Kombu (#84) | 2018-05-30 | -0/+121 | |
| | | | | | | | | | * [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 | |||
| * | [WS] "send all" methods should be classmethods | 2018-05-29 | -4/+6 | |
| | | ||||
| * | WS objects now keep track of their connections | 2018-05-29 | -10/+31 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/master' | 2018-05-29 | -0/+12 | |
| |\ | ||||
| | * | Revisions improvements (#77) | 2018-05-29 | -0/+12 | |
| | | | | | | | | | | | | | * Support moving of revisions * Support removal of revisions upon page delete | |||
| * | | Address input given in contrib channel, and add FAQ | 2018-05-29 | -0/+7 | |
| |/ | ||||
