Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2018-06-19 | [DB] Migration for code_jams to add teams list to all documents | -0/+11 | ||
2018-06-19 | [Jams] Additional logging on teams page | -0/+4 | ||
2018-06-19 | [Jams] Additional logging on teams page | -0/+4 | ||
2018-06-19 | Small styling fix for applications page | -3/+7 | ||
2018-06-18 | Remove extraneous code | -26/+2 | ||
2018-06-18 | Partner updates | -382/+428 | ||
2018-06-17 | s/color/colour/g | -3/+3 | ||
2018-06-17 | Change which key is being fetched, should be last commit to fix this | -1/+1 | ||
2018-06-17 | Add param to audit_log function so that old data can be None and still work | -5/+5 | ||
2018-06-17 | Switch key argument to sorted to be a keyword argument | -1/+1 | ||
2018-06-17 | Wiki audit logs | -116/+56 | ||
2018-06-17 | Backend for team assignment | -16/+854 | ||
2018-06-17 | [Wiki] Quick-fix for broken editor | -69/+71 | ||
2018-06-15 | redeployment | -1/+1 | ||
2018-06-14 | Allow schemas to not use a list when applicable | -61/+86 | ||
2018-06-13 | Remove debug print from production | -2/+0 | ||
2018-06-13 | [FAQ] Categorize and add FAQ about GitLab | -144/+218 | ||
2018-06-13 | Compile as much JS with Gulp as possible | -314/+31003 | ||
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 | ||||
2018-06-13 | [DB] Attempt reconnection if current connection was lost | -1/+8 | ||
2018-06-13 | [CI] Fix missing backslash | -1/+1 | ||
2018-06-13 | [CI] Use a container that has git | -1/+4 | ||
2018-06-13 | Build CI container on the CI | -14/+54 | ||
2018-06-13 | Add JavaScript linting | -160/+338 | ||
2018-06-12 | Update GitLab URL | -9/+9 | ||
2018-06-12 | [Jams] User ID and avatar on approvals page | -30/+42 | ||
2018-06-12 | It's always the smallest changes that don't lint | -1/+1 | ||
2018-06-12 | [Jams] Mention user in #code-jam-logs on approval | -1/+10 | ||
2018-06-12 | Linting | -1/+1 | ||
2018-06-12 | [Jams] Role assignment on approval/unapproval | -3/+21 | ||
2018-06-12 | [Jams] Approvals interface | -13/+428 | ||
2018-06-11 | adds log rotation and speeds up build | -22/+40 | ||
2018-06-09 | Only bother with the deploy step on the master branch | -0/+3 | ||
2018-06-09 | Removed Do You Even Python from our partners list. | -29/+39 | ||
2018-06-08 | Fix RST table styling and add fira-code text role | -4/+26 | ||
2018-06-07 | Fix test | -2/+6 | ||
2018-06-07 | Grab user avatars in bot API call | -6/+17 | ||
2018-06-07 | Currently we have no git hook docs | -2/+1 | ||
2018-06-07 | Move editor sizing SCSS to uses-rst class | -7/+7 | ||
2018-06-07 | CONTRIBUTING.md has to be in the repo root | -0/+0 | ||
2018-06-07 | Replace GitHub with GitLab across the project | -48/+77 | ||
2018-06-07 | [CI] Add deployment env and cache .gem | -3/+8 | ||
2018-06-07 | Remove some debug code from the button directive | -4/+0 | ||
2018-06-07 | Add "rundev" to pipfile | -0/+1 | ||
2018-06-07 | [RST] Add directive for UIKit buttons | -1/+74 | ||
2018-06-06 | Don't log DEBUG/TRACE | -1/+1 | ||
2018-06-06 | Logging changes | -29/+13 | ||
* Log to .json file in debug mode, with textual stdout * Log to .txt in production, with JSON stdout * No more Papertrail | ||||
2018-06-06 | [CI] Tag builds with "docker" | -0/+6 | ||
2018-06-06 | RabbitMQ service discovery | -24/+54 | ||
2018-06-06 | [CI] Documentation is a fine thing | -1/+2 | ||
2018-06-06 | [CI] Improve performance by configuring jobs better | -9/+13 | ||