summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'project-container-repo-disable' into 'master' Fatih Acet2016-11-032-3/+14
|\
| * Hides registry if project is disabledPhil Hughes2016-11-012-3/+14
* | Merge branch 'file-toggle' into 'master' Fatih Acet2016-11-036-14/+16
|\ \
| * | Unify dropdown button stylesfile-toggleAnnabel Dunstone Gray2016-11-036-14/+16
* | | Merge branch '24133-custom-signin-text-alignment' into 'master' Fatih Acet2016-11-031-2/+2
|\ \ \
| * | | Add custom text to column24133-custom-signin-text-alignmentAnnabel Dunstone Gray2016-11-031-2/+2
| |/ /
* | | Merge branch 'build-status-focus-state' into 'master' Alfredo Sumaran2016-11-032-1/+7
|\ \ \
| * | | Remove underline focus state on statusesbuild-status-focus-stateAnnabel Dunstone Gray2016-11-032-1/+7
| |/ /
* | | Merge branch '24102-cannot-unselect-remove-source-branch-when-editing-merge-r...Sean McGivern2016-11-032-2/+3
|\ \ \
| * | | Ensure merge request's "remove branch" accessors return booleans24102-cannot-unselect-remove-source-branch-when-editing-merge-requestRémy Coutable2016-11-032-2/+3
| |/ /
* | | Merge branch 'group-name-validation' into 'master' Alfredo Sumaran2016-11-0318-170/+220
|\ \ \ | |/ / |/| |
| * | Initialize form validation on new group form.group-name-validationBryce Johnson2016-11-021-1/+1
| * | Unchange username_validator.Bryce Johnson2016-11-021-0/+1
| * | Move snake_case to camelCase.Bryce Johnson2016-11-021-2/+2
| * | Change show-gl-field-errors to gl-show-field-errorsBryce Johnson2016-11-0214-17/+17
| * | List gl_field_error as gl_field_errors dep.Bryce Johnson2016-11-011-0/+3
| * | Break out GlFieldError into separate file.Bryce Johnson2016-11-012-166/+165
| * | Add gl field errors to group name edit form.Bryce Johnson2016-11-012-3/+5
| * | Upgrade gl_field_errors to support more use cases.Bryce Johnson2016-11-015-37/+82
* | | Merge branch 'sortable-version-update' into 'master' Fatih Acet2016-11-021-0/+4
|\ \ \
| * | | Updated Sortable JS pluginsortable-version-updatePhil Hughes2016-11-011-0/+4
* | | | Merge branch 'post_receive-spaces' into 'master' Rémy Coutable2016-11-021-3/+3
|\ \ \ \
| * | | | remove extra spaces from app/workers/post_receive.rbElan Ruusamäe2016-11-011-3/+3
* | | | | Merge branch 'boards-filter-zindex' into 'master' Annabel Dunstone Gray2016-11-021-5/+0
|\ \ \ \ \
| * | | | | Removed z-index for filters on issue boardsboards-filter-zindexPhil Hughes2016-11-021-5/+0
* | | | | | Merge branch 'edit-button-wiki' into 'master' Annabel Dunstone Gray2016-11-023-7/+7
|\ \ \ \ \ \
| * | | | | | Fix edit button wikiHiroyuki Sato2016-11-013-7/+7
| | |_|/ / / | |/| | | |
* | | | | | Use the server's base URL without relative URL part when creating links in JIRABrian Kintz2016-11-021-1/+1
* | | | | | Merge branch 'patch-6' into 'master' Achilleas Pipinellis2016-11-021-0/+1
|\ \ \ \ \ \
| * | | | | | add container registry images to not exported listBen Bodenmiller2016-10-291-0/+1
* | | | | | | Merge branch '23713-milestone-dropdown-not-selected' into 'master' Robert Speicher2016-11-021-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fixes milestone dropdown not select issue23713-milestone-dropdown-not-selectedNur Rony2016-11-011-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'allow-owner-to-run-ci-builds' into 'master' Rémy Coutable2016-11-021-4/+8
|\ \ \ \ \ \ \
| * | | | | | | Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-4/+8
| |/ / / / / /
* | | | | | | Merge branch '23053-ci-tables-pagination' into 'master' Alfredo Sumaran2016-11-023-3/+65
|\ \ \ \ \ \ \
| * | | | | | | Adds variable.23053-ci-tables-paginationFilipa Lacerda2016-11-011-1/+1
| * | | | | | | Fixes after reviewFilipa Lacerda2016-11-011-2/+21
| * | | | | | | Makes table pagination responsiveFilipa Lacerda2016-11-013-3/+46
* | | | | | | | Merge branch '23273-retry-build-btn' into 'master' Alfredo Sumaran2016-11-023-17/+40
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Change retry button color23273-retry-build-btnAnnabel Dunstone Gray2016-10-282-2/+6
| * | | | | | | Rename retry link and update changelogAnnabel Dunstone Gray2016-10-262-2/+2
| * | | | | | | Align header items; put retry button back in sidebar on mobileAnnabel Dunstone Gray2016-10-263-17/+44
| * | | | | | | Add retry build button in page header, remove from sidebarAnnabel Dunstone Gray2016-10-263-10/+2
* | | | | | | | Merge branch '23545-distorted-images' into 'master' Annabel Dunstone Gray2016-11-0115-43/+77
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix haml_lint23545-distorted-imagesAnnabel Dunstone Gray2016-11-011-2/+2
| * | | | | | | | 23545 Fix distorted project and group avatarstauriedavis2016-11-0115-43/+77
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '21633-permalink-to-collapsed-diff-line-does-not-work' into 'mas...Fatih Acet2016-11-012-9/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Added forceLoad ability to singleFileDiffs, added callback to getContentHTML,...21633-permalink-to-collapsed-diff-line-does-not-workLuke Bennett2016-10-212-9/+28
* | | | | | | | | Merge branch '22889-remove-links-from-sidebar' into 'master' Fatih Acet2016-11-015-92/+97
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update links in side nav and headerAnnabel Dunstone Gray2016-11-015-92/+97
| | |/ / / / / / / | |/| | | | | | |