Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
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 | ||
2018-06-06 | Fix privacy table | -2/+2 | ||
2018-06-06 | [CI] Add docker/curl to deploy steps | -0/+1 | ||
2018-06-06 | [CI] Fix deployment | -5/+5 | ||
2018-06-06 | [CI] Add RDB/RMQ hosts | -1/+2 | ||
2018-06-06 | [CI] And ruby-irb | -1/+1 | ||
2018-06-06 | [CI] Ugh, fine, let's install rdoc too. | -2/+2 | ||
2018-06-06 | [CI] We don't need rdoc | -1/+1 | ||
2018-06-06 | [CI] Add ruby-dev to build env | -1/+1 | ||
2018-06-06 | [CI] Add compilation packages to build env | -0/+8 | ||
2018-06-06 | [CI] Fix GitLab CI YAML | -3/+3 | ||
2018-06-06 | [CI] Add GitLab CI YAML | -40/+39 | ||
2018-06-05 | [GDPR] Fix omission RE code jam system info | -0/+14 | ||
Full text: Rectified an omission in the old privacy policy, where the system information you provide as part of a code jam signup wasn't mentioned. |