summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Clears all dropdown menus in issue sidebar when it opensissue-sidebar-empty-assigneePhil Hughes2017-01-201-4/+6
* Resets issue boards assignee dropdownPhil Hughes2017-01-202-1/+10
* Merge branch '21698-redis-runner-last-build' into 'master' Kamil Trzciński2017-01-204-0/+58
|\
| * Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-19202-1027/+1125
| |\
| * | Fix specsKamil Trzcinski2017-01-192-4/+10
| * | Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-19833-4775/+12378
| |\ \
| * | | Fixed broken buildKim "BKC" Carlbäcker2016-12-212-2/+2
| * | | Change name of expire constantKim "BKC" Carlbäcker2016-12-161-3/+3
| * | | Make expire-time a constant, correct function in ServiceKim "BKC" Carlbäcker2016-12-162-3/+4
| * | | Use Token instead of IDKim "BKC" Carlbäcker2016-12-161-1/+1
| * | | Do things in the correct orderKim "BKC" Carlbäcker2016-12-161-0/+1
| * | | Don't use redis.multiKim "BKC" Carlbäcker2016-12-161-9/+3
| * | | Make ensure_runner_queue_value atomicKim "BKC" Carlbäcker2016-12-161-5/+7
| * | | #NamingThingsKim "BKC" Carlbäcker2016-12-163-8/+17
| * | | Update Runners in a ServiceKim "BKC" Carlbäcker2016-12-152-15/+13
| * | | Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker2016-12-151-0/+16
| * | | lintingKim "BKC" Carlbäcker2016-12-151-1/+1
| * | | Use correct variablesKim "BKC" Carlbäcker2016-12-141-1/+1
| * | | typo-oKim "BKC" Carlbäcker2016-12-141-1/+1
| * | | This is needed as well...Kim "BKC" Carlbäcker2016-12-141-1/+8
| * | | Add BuildQueueWorker for injecting redis-keysKim "BKC" Carlbäcker2016-12-142-0/+24
* | | | Merge branch '26066-wrong-messsage-for-unregistered-u2f-device-on-sign-in' in...Fatih Acet2017-01-193-10/+10
|\ \ \ \
| * | | | Added isAuthenticate to differentiate between ineligible messages26066-wrong-messsage-for-unregistered-u2f-device-on-sign-inLuke "Jared" Bennett2017-01-043-10/+10
* | | | | Merge branch '25507-handle-errors-environment-list' into 'master' Fatih Acet2017-01-192-47/+72
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Filter environments visibility in store instead of the view in order to not g...25507-handle-errors-environment-listFilipa Lacerda2017-01-162-42/+62
| * | | | Adds testsFilipa Lacerda2017-01-122-4/+4
| * | | | Adds .catch to the request in order to handle erros and show a feedback to th...Filipa Lacerda2017-01-121-1/+6
* | | | | Merge branch '26601-dropdown-makes-request-close' into 'master' Fatih Acet2017-01-191-10/+11
|\ \ \ \ \
| * | | | | Use bootstrap dropdown events to only make the request when the dropdown is b...26601-dropdown-makes-request-closeFilipa Lacerda2017-01-131-10/+11
| |/ / / /
* | | | | Merge branch '26472-math-margin' into 'master' Fatih Acet2017-01-191-1/+1
|\ \ \ \ \
| * | | | | Add margin to math blocks26472-math-marginAnnabel Dunstone Gray2017-01-121-1/+1
* | | | | | Merge branch '26810-fix-undefined-method-revert_group_project_commit_path' in...Robert Speicher2017-01-191-1/+1
|\ \ \ \ \ \
| * | | | | | Ensure group acts as a namespace for polymorphic routes26810-fix-undefined-method-revert_group_project_commit_pathRémy Coutable2017-01-181-1/+1
* | | | | | | Merge branch 'didemacet-markdown-area-height-fix' into 'master' 26874-avatar-misalign-builds-pageFatih Acet2017-01-191-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Autoresize markdown previewdidemacet-markdown-area-height-fixClement Ho2017-01-171-0/+11
* | | | | | | | Merge branch 'button-alignment' into 'master' Fatih Acet2017-01-192-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix small button alignment issuesbutton-alignmentAnnabel Dunstone Gray2017-01-182-2/+1
* | | | | | | | | Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet2017-01-19159-827/+591
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | resolve all space-in-parens eslint violationssimple-eslint-fixesMike Greiling2017-01-184-14/+14
| * | | | | | | | | resolve all prefer-const eslint violationsMike Greiling2017-01-1812-30/+28
| * | | | | | | | | resolve all no-dupe-keys eslint violationsMike Greiling2017-01-182-4/+2
| * | | | | | | | | resolve all parseInt radix eslint violationsMike Greiling2017-01-188-17/+17
| * | | | | | | | | resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-1836-80/+80
| * | | | | | | | | resolve all indent eslint violationsMike Greiling2017-01-1815-260/+262
| * | | | | | | | | resolve all no-trailing-spaces eslint violationsMike Greiling2017-01-181-1/+1
| * | | | | | | | | resolve all no-irregular-whitespace eslint violationsMike Greiling2017-01-184-9/+9
| * | | | | | | | | resolve all padded-blocks eslint violationsMike Greiling2017-01-18132-368/+134
| * | | | | | | | | resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-1834-88/+88
| * | | | | | | | | resolve all no-plusplus eslint violationsMike Greiling2017-01-1822-75/+75
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'wip-mr-from-commits' into 'master' Sean McGivern2017-01-196-2/+38
|\ \ \ \ \ \ \ \ \