summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Make style fixes, make all submit buttons full-width btn-block.Bryce Johnson2016-10-152-2/+7
* Include correct validation error with username invalid.Bryce Johnson2016-10-151-2/+1
* Fix errors, get validation running for signup box and sign in.Bryce Johnson2016-10-153-28/+38
* Refactor gl field errors for simpler state management.Bryce Johnson2016-10-151-45/+89
* Clean up username_validator private vars and members.Bryce Johnson2016-10-151-44/+47
* Add padding to fixed footer, to more quickly support scrolling.Bryce Johnson2016-10-151-0/+4
* Make UX upgrades to SignIn/Register views.Bryce Johnson2016-10-1526-162/+557
* Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint23319-enable-trailingsemicolon-on-scss-lintClement Ho2016-10-1452-296/+743
* Merge branch '18844-missing-subnavs-on-some-pages' into 'master' Fatih Acet2016-10-1416-200/+268
|\
| * Added subnav to labels edit+new and milestones edit+new+show18844-missing-subnavs-on-some-pagesLuke Bennett2016-10-0716-200/+268
* | Merge branch '23147-file-viewer-header-has-hover-style' into 'master' Fatih Acet2016-10-143-9/+21
|\ \
| * | Improved specifity of toggleable file headers23147-file-viewer-header-has-hover-styleLuke Bennett2016-10-143-9/+21
* | | Merge branch '23279-tabbing-over-the-login-screen-should-go-from-password-to-...Annabel Dunstone Gray2016-10-142-2/+12
|\ \ \
| * | | Improve tabbing usability for sign in page23279-tabbing-over-the-login-screen-should-go-from-password-to-submitClement Ho2016-10-132-2/+12
* | | | Merge branch '23167-min-row-height' into 'master' Fatih Acet2016-10-1410-27/+40
|\ \ \ \
| * | | | Set height on MR builds rows23167-min-row-heightAnnabel Dunstone Gray2016-10-102-15/+21
| * | | | Set height on build page rowsAnnabel Dunstone Gray2016-10-102-1/+8
| * | | | Replace generic table withAnnabel Dunstone Gray2016-10-1010-13/+13
* | | | | Merge branch 'mr-tabs-affix' into 'master' Fatih Acet2016-10-143-1/+51
|\ \ \ \ \
| * | | | | Don't run affix tabs in test envmr-tabs-affixPhil Hughes2016-10-101-1/+1
| * | | | | Fixed testsPhil Hughes2016-10-061-6/+9
| * | | | | Merge request tabs stick when scrolling pagePhil Hughes2016-10-063-1/+48
* | | | | | Merge branch 'rename-pipeline-to-pipelines' into 'master' Fatih Acet2016-10-141-0/+0
|\ \ \ \ \ \
| * | | | | | Rename pipeline.js.es6 to pipelines.js.es6rename-pipeline-to-pipelinesLuke "Jared" Bennett2016-10-141-0/+0
* | | | | | | Merge branch 'refactor/remove_u_prefix' into 'master' Rémy Coutable2016-10-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove changelog item and interpolationblackst0ne2016-10-141-1/+1
| * | | | | | | Remove '/u' prefix form username from Account pageblackst0ne2016-10-141-2/+2
* | | | | | | | Merge branch 'fix/mirror-update-error' into 'master' Rémy Coutable2016-10-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix empty import URL errorsfix/mirror-update-errorJames Lopez2016-10-051-1/+1
* | | | | | | | | Merge branch 'gfm-source-once' into 'master' Rémy Coutable2016-10-142-3/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Loads GFM once for per pagegfm-source-oncePhil Hughes2016-10-142-3/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-148-26/+100
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unecessary lockfeature/process-pipeline-hooks-asynchronouslyKamil Trzcinski2016-10-141-4/+2
| * | | | | | | | Add build finished worker that creates a workflowGrzegorz Bizon2016-10-142-2/+13
| * | | | | | | | Calculate build coverage asynchronouslyGrzegorz Bizon2016-10-141-2/+1
| * | | | | | | | Check if project exists before creating deploymentGrzegorz Bizon2016-10-142-2/+6
| * | | | | | | | Fix typo in build success worker for deploymentGrzegorz Bizon2016-10-131-2/+2
| * | | | | | | | Update code coverage for CI build asynchronouslyGrzegorz Bizon2016-10-131-0/+9
| * | | | | | | | Do not process build success if project was removedGrzegorz Bizon2016-10-131-2/+4
| * | | | | | | | Use trasaction to process build deploymentGrzegorz Bizon2016-10-131-12/+16
| * | | | | | | | Add build success worker that runs asynchronouslyGrzegorz Bizon2016-10-132-12/+36
| * | | | | | | | Perform CI build hooks asynchronously using workerGrzegorz Bizon2016-10-132-2/+12
| * | | | | | | | Execute pipeline hooks asynchronouslyGrzegorz Bizon2016-10-122-1/+15
* | | | | | | | | Merge branch 'gl-dropdown-render-perf' into 'master' Jacob Schatz2016-10-141-44/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed undefined keycode build errorgl-dropdown-render-perfPhil Hughes2016-10-141-3/+0
| * | | | | | | | | Fixed keycode undefinedPhil Hughes2016-10-131-5/+1
| * | | | | | | | | Changed trigger keyup to inputPhil Hughes2016-10-131-5/+3
| * | | | | | | | | Fixed appending jQuery elementsPhil Hughes2016-10-131-0/+4
| * | | | | | | | | Fixed rendering of HTML stringsPhil Hughes2016-10-131-1/+7
| * | | | | | | | | Increased performance of GL dropdown renderItemPhil Hughes2016-10-131-32/+31
| | |/ / / / / / / | |/| | | | | | |