Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add button to jam index in team list | 2018-06-22 | -1/+7 | |
| | ||||
* | Rebuild JS | 2018-06-22 | -2/+2 | |
| | ||||
* | Merge branch 'master' into teams-user-frontend | 2018-06-22 | -265/+273 | |
|\ | ||||
| * | Update Font-Awesome Pro to 5.1.0 | 2018-06-21 | -4/+4 | |
| | | ||||
| * | [Jams] Allow editing info while preparing | 2018-06-20 | -3/+3 | |
| | | ||||
| * | Fix RST editor loading on pages that use it | 2018-06-20 | -263/+271 | |
| | | ||||
* | | Free some space in jam list, allow preparing state to edit info | 2018-06-22 | -3/+3 | |
| | | ||||
* | | Don't check for commits before and after jam | 2018-06-22 | -2/+3 | |
| | | ||||
* | | Fix scss lint | 2018-06-22 | -31/+35 | |
| | | ||||
* | | Updated team lists, jam team list, added buttons to team view | 2018-06-22 | -56/+182 | |
| | | ||||
* | | Reset duplicate team members | 2018-06-22 | -30/+0 | |
| | | ||||
* | | Start work on Gitlab activity feed | 2018-06-22 | -36/+206 | |
| | | ||||
* | | Fix participant list styling | 2018-06-20 | -7/+32 | |
| | | ||||
* | | Basic team information in team page + failed attempt at scss | 2018-06-20 | -2/+75 | |
| | | ||||
* | | Fix view name | 2018-06-20 | -2/+2 | |
| | | ||||
* | | Start work on individual team view | 2018-06-20 | -3/+64 | |
| | | ||||
* | | Fix teams not being restricted to their jam, and allow users to be in two ↵ | 2018-06-20 | -15/+5 | |
| | | | | | | | | teams for two different jams | |||
* | | Cleanup team list querying, add tooltip to Gitlab user button | 2018-06-19 | -21/+16 | |
| | | ||||
* | | Add GitLab button next to username | 2018-06-19 | -2/+11 | |
| | | ||||
* | | Fix linting | 2018-06-19 | -2/+2 | |
| | | ||||
* | | Start work on team list page | 2018-06-19 | -0/+78 | |
|/ | ||||
* | Merge branch 'momo/fix-jam-question-add' into 'master' | 2018-06-19 | -570/+521 | |
|\ | | | | | | | | | Fix creating questions for code jams See merge request python-discord/projects/site!8 | |||
| * | Fix creating questions for code jams | 2018-06-19 | -570/+521 | |
|/ | ||||
* | Add package.json | 2018-06-19 | -0/+28 | |
| | ||||
* | [Jams] EasyList was blocking the JetBrains logo | 2018-06-19 | -4/+4 | |
| | ||||
* | [Jams] Team member cards coloured based on assignment | 2018-06-19 | -7/+20 | |
| | ||||
* | [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 | |
| | ||||
* | Small styling fix for applications page | 2018-06-19 | -3/+7 | |
| | ||||
* | Remove extraneous code | 2018-06-18 | -26/+2 | |
| | ||||
* | Partner updates | 2018-06-18 | -382/+428 | |
| | ||||
* | 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 | |
| | ||||
* | Merge branch 'gists-to-snippets' into 'master' | 2018-06-17 | -116/+56 | |
|\ | | | | | | | | | Wiki audit logs See merge request python-discord/projects/site!4 | |||
| * | Wiki audit logs | 2018-06-17 | -116/+56 | |
|/ | ||||
* | Merge branch 'code-jam-backend-teams' into 'master' | 2018-06-17 | -16/+854 | |
|\ | | | | | | | | | Backend for team assignment See merge request python-discord/projects/site!6 | |||
| * | Backend for team assignment | 2018-06-17 | -16/+854 | |
|/ | ||||
* | [Wiki] Quick-fix for broken editor | 2018-06-17 | -69/+71 | |
| | ||||
* | redeployment | 2018-06-15 | -1/+1 | |
| | ||||
* | Merge branch 'allow-non-list-schemas' into 'master' | 2018-06-14 | -61/+86 | |
|\ | | | | | | | | | Allow schemas to not use a list when applicable See merge request python-discord/projects/site!2 | |||
| * | Allow schemas to not use a list when applicable | 2018-06-14 | -61/+86 | |
|/ | ||||
* | Remove debug print from production | 2018-06-13 | -2/+0 | |
| | ||||
* | [FAQ] Categorize and add FAQ about GitLab | 2018-06-13 | -144/+218 | |
| | ||||
* | Compile as much JS with Gulp as possible | 2018-06-13 | -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 | |||
* | [DB] Attempt reconnection if current connection was lost | 2018-06-13 | -1/+8 | |
| | ||||
* | [CI] Fix missing backslash | 2018-06-13 | -1/+1 | |
| | ||||
* | [CI] Use a container that has git | 2018-06-13 | -1/+4 | |
| |