summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong method call on prometheus histogramzj-fix-prom-metricsZ.J. van de Weg2017-08-102-5/+5
* Merge branch '29811-fix-line-number-alignment' into 'master'Annabel Dunstone Gray2017-08-102-1/+5
|\
| * Fix line numbers not matching up to code in code viewer.Trevor Flynn2017-08-102-1/+5
|/
* Merge branch 'remove-affix-issuable-sidebar-new-nav' into 'master'Filipa Lacerda2017-08-102-1/+4
|\
| * Remove affix plugin from issuable sidebar with new navigationremove-affix-issuable-sidebar-new-navPhil Hughes2017-08-102-1/+4
* | Merge branch '36158-new-issue-button' into 'master'Phil Hughes2017-08-103-3/+7
|\ \
| * | Render new issue link in failed job as a regular link instead of a UJS one36158-new-issue-buttonFilipa Lacerda2017-08-103-3/+7
* | | Merge branch 'db-changes-mr-template' into 'master'Rémy Coutable2017-08-101-0/+73
|\ \ \
| * | | Added a template for database changesYorick Peterse2017-08-101-0/+73
* | | | Merge branch 'mk-fix-case-insensitive-redirect-matching' into 'master'Sean McGivern2017-08-104-27/+73
|\ \ \ \ | |/ / / |/| | |
| * | | Fix stylemk-fix-case-insensitive-redirect-matchingMichael Kozono2017-08-091-3/+3
| * | | Remove unnecessary work for MySQLMichael Kozono2017-08-081-1/+9
| * | | Add changelog entryMichael Kozono2017-08-081-0/+4
| * | | Fix conflicting redirect searchMichael Kozono2017-08-083-27/+61
* | | | Merge branch '36185-or-separator' into 'master'Phil Hughes2017-08-102-5/+9
|\ \ \ \
| * | | | Fix linter error36185-or-separatorFilipa Lacerda2017-08-101-1/+1
| * | | | Aligns OR separater to center properlyFilipa Lacerda2017-08-102-5/+9
| | |_|/ | |/| |
* | | | Merge branch '35342-re2-in-upgrade-docs' into 'master'Rémy Coutable2017-08-106-0/+53
|\ \ \ \
| * | | | Include RE2 in the upgrade docsNick Thomas2017-08-106-0/+53
| | |_|/ | |/| |
* | | | Merge branch 'remove-unused-redirect_to_external_issue_tracker' into 'master'Rémy Coutable2017-08-101-12/+0
|\ \ \ \
| * | | | Remove unused `redirect_to_external_issue_tracker` methodMehdi Lahmam2017-08-101-12/+0
| | |/ / | |/| |
* | | | Merge branch 'jarv/update-gemfile-lock' into 'master'Rémy Coutable2017-08-101-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Updating Gemfile.lock for rubocop-rspec dependecy.jarv/update-gemfile-lockJohn Jarvis2017-08-091-0/+1
* | | | Merge branch 'gitlab-infrastructure-archive-route-quick-fix' into 'master'Rémy Coutable2017-08-101-0/+3
|\ \ \ \
| * | | | alternative route for download archivehaseeb2017-08-101-0/+3
|/ / / /
* | | | Merge branch 'fixed-sticky-stats-box-commit-view' into 'master'Filipa Lacerda2017-08-106-14/+23
|\ \ \ \
| * | | | Fix the sticky changes bar on commits pagefixed-sticky-stats-box-commit-viewPhil Hughes2017-08-096-14/+23
* | | | | Merge branch 'fly-out-fix-hiding' into 'master'Filipa Lacerda2017-08-102-2/+3
|\ \ \ \ \
| * | | | | Removed display styles when hiding the fly out navigationfly-out-fix-hidingPhil Hughes2017-08-092-2/+3
* | | | | | Merge branch 'fix-update-guide-with-missing-i18n-section' into 'master'Rémy Coutable2017-08-101-0/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add missing command to compile GetText filesfix-update-guide-with-missing-i18n-sectionRubén Dávila2017-08-091-0/+4
* | | | | | Merge branch 'gitaly-repository-exists' into 'master'32665-make-project-and-features-visibility-settings-less-confusingSean McGivern2017-08-092-20/+1
|\ \ \ \ \ \
| * | | | | | Rename RPC 'Exists' to 'RepositoryExists'Jacob Vosmaer2017-08-092-20/+1
* | | | | | | Merge branch 'fix-gitlab-pages-cache-config' into 'master'Grzegorz Bizon2017-08-092-2/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix proxy config in Gitlab Pages nginx examplesNick Thomas2017-08-082-2/+8
* | | | | | | Merge branch '36003-do-not-include-to-kernel' into 'master'Robert Speicher2017-08-097-33/+28
|\ \ \ \ \ \ \
| * | | | | | | Properly set the expectation on the main object36003-do-not-include-to-kernelLin Jen-Shin2017-08-093-19/+23
| * | | | | | | We shouldn't include utility methods everywhereLin Jen-Shin2017-08-082-1/+4
| * | | | | | | Just extend main, rather than include to KernelLin Jen-Shin2017-08-082-13/+1
* | | | | | | | Merge branch 'mk-validate-username-change-with-container-registry-tags' into ...Robert Speicher2017-08-094-1/+24
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Prevent user from changing username with container registry tagsMichael Kozono2017-08-094-1/+24
|/ / / / / / /
* | | | | | | Merge branch 'rc/enable-the-Layout/SpaceBeforeBlockBraces-cop' into 'master'Robert Speicher2017-08-0982-168/+169
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix ee_compat_check when EE branch uses a prefixRémy Coutable2017-08-091-2/+3
| * | | | | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-0981-166/+166
* | | | | | | Merge branch '35996-icon-hover-color' into 'master'Phil Hughes2017-08-091-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Update icon color on hover35996-icon-hover-colorAnnabel Dunstone Gray2017-08-081-0/+4
* | | | | | | | Merge branch 'mr-changes-container-full-width' into 'master'Annabel Dunstone Gray2017-08-092-15/+16
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fixed merge request changes sticky container not spreading full widthmr-changes-container-full-widthPhil Hughes2017-08-082-15/+16
* | | | | | | | Merge branch '36179-align-nav-items' into 'master'Phil Hughes2017-08-091-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Align all nav items in sidebar36179-align-nav-itemsAnnabel Dunstone Gray2017-08-081-1/+2
| | |/ / / / / / | |/| | | | | |