Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wrong method call on prometheus histogramzj-fix-prom-metrics | Z.J. van de Weg | 2017-08-10 | 2 | -5/+5 |
| | |||||
* | Merge branch '29811-fix-line-number-alignment' into 'master' | Annabel Dunstone Gray | 2017-08-10 | 2 | -1/+5 |
|\ | | | | | | | | | | | | | Fix line numbers not matching up to code in code viewer. Closes #29811 See merge request !13403 | ||||
| * | Fix line numbers not matching up to code in code viewer. | Trevor Flynn | 2017-08-10 | 2 | -1/+5 |
|/ | |||||
* | Merge branch 'remove-affix-issuable-sidebar-new-nav' into 'master' | Filipa Lacerda | 2017-08-10 | 2 | -1/+4 |
|\ | | | | | | | | | Remove affix plugin from issuable sidebar with new navigation See merge request !13449 | ||||
| * | Remove affix plugin from issuable sidebar with new navigationremove-affix-issuable-sidebar-new-nav | Phil Hughes | 2017-08-10 | 2 | -1/+4 |
| | | | | | | | | This isn't required with the new navigation as it is always position fixed so we are just creating a scroll event listener that will never actually do anything | ||||
* | | Merge branch '36158-new-issue-button' into 'master' | Phil Hughes | 2017-08-10 | 3 | -3/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | Render new issue link in failed job as a regular link instead of a UJS one Closes #36158 See merge request !13450 | ||||
| * | | Render new issue link in failed job as a regular link instead of a UJS one36158-new-issue-button | Filipa Lacerda | 2017-08-10 | 3 | -3/+7 |
| | | | |||||
* | | | Merge branch 'db-changes-mr-template' into 'master' | Rémy Coutable | 2017-08-10 | 1 | -0/+73 |
|\ \ \ | | | | | | | | | | | | | | | | | Added a template for database changes See merge request !12355 | ||||
| * | | | Added a template for database changes | Yorick Peterse | 2017-08-10 | 1 | -0/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This template includes a rather large (but fairly easy to follow) checklist. This checklist should hopefully take away quite a bit of work from database specialists by requiring authors to provide all the necessary info. [ci skip] | ||||
* | | | | Merge branch 'mk-fix-case-insensitive-redirect-matching' into 'master' | Sean McGivern | 2017-08-10 | 4 | -27/+73 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Fix conflicting redirect search See merge request !13357 | ||||
| * | | | Fix stylemk-fix-case-insensitive-redirect-matching | Michael Kozono | 2017-08-09 | 1 | -3/+3 |
| | | | | |||||
| * | | | Remove unnecessary work for MySQL | Michael Kozono | 2017-08-08 | 1 | -1/+9 |
| | | | | |||||
| * | | | Add changelog entry | Michael Kozono | 2017-08-08 | 1 | -0/+4 |
| | | | | |||||
| * | | | Fix conflicting redirect search | Michael Kozono | 2017-08-08 | 3 | -27/+61 |
| | | | | |||||
* | | | | Merge branch '36185-or-separator' into 'master' | Phil Hughes | 2017-08-10 | 2 | -5/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aligns OR separater to center properly Closes #36185 See merge request !13446 | ||||
| * | | | | Fix linter error36185-or-separator | Filipa Lacerda | 2017-08-10 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Aligns OR separater to center properly | Filipa Lacerda | 2017-08-10 | 2 | -5/+9 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch '35342-re2-in-upgrade-docs' into 'master' | Rémy Coutable | 2017-08-10 | 6 | -0/+53 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Include RE2 in the upgrade docs See merge request !13448 | ||||
| * | | | | Include RE2 in the upgrade docs | Nick Thomas | 2017-08-10 | 6 | -0/+53 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'remove-unused-redirect_to_external_issue_tracker' into 'master' | Rémy Coutable | 2017-08-10 | 1 | -12/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove unused `redirect_to_external_issue_tracker` method See merge request !13444 | ||||
| * | | | | Remove unused `redirect_to_external_issue_tracker` method | Mehdi Lahmam | 2017-08-10 | 1 | -12/+0 |
| | |/ / | |/| | | | | | | | | | | Its usage has been removed at 2fa22a0729. | ||||
* | | | | Merge branch 'jarv/update-gemfile-lock' into 'master' | Rémy Coutable | 2017-08-10 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Updating Gemfile.lock for rubocop-rspec dependecy. See merge request !13410 | ||||
| * | | | Updating Gemfile.lock for rubocop-rspec dependecy.jarv/update-gemfile-lock | John Jarvis | 2017-08-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDK pipeline is failing with this error: ``` Downloading rubocop-rspec-1.15.1 revealed dependencies not in the API or the lockfile (rubocop (>= 0.42.0)). Either installing with `--full-index` or running `bundle update rubocop-rspec` should fix the problem. ``` Updated lockfile by running the bundle update. `gdk install` works now. | ||||
* | | | | Merge branch 'gitlab-infrastructure-archive-route-quick-fix' into 'master' | Rémy Coutable | 2017-08-10 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | alternative route for download archive See merge request !13439 | ||||
| * | | | | alternative route for download archive | haseeb | 2017-08-10 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge branch 'fixed-sticky-stats-box-commit-view' into 'master' | Filipa Lacerda | 2017-08-10 | 6 | -14/+23 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix the sticky changes bar on commits page See merge request !13343 | ||||
| * | | | | Fix the sticky changes bar on commits pagefixed-sticky-stats-box-commit-view | Phil Hughes | 2017-08-09 | 6 | -14/+23 |
| | | | | | |||||
* | | | | | Merge branch 'fly-out-fix-hiding' into 'master' | Filipa Lacerda | 2017-08-10 | 2 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed display styles when hiding the fly out navigation Closes #36224 See merge request !13431 | ||||
| * | | | | | Removed display styles when hiding the fly out navigationfly-out-fix-hiding | Phil Hughes | 2017-08-09 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #36224 | ||||
* | | | | | | Merge branch 'fix-update-guide-with-missing-i18n-section' into 'master' | Rémy Coutable | 2017-08-10 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Add missing command to compile GetText files See merge request !13437 | ||||
| * | | | | | Add missing command to compile GetText filesfix-update-guide-with-missing-i18n-section | Rubén Dávila | 2017-08-09 | 1 | -0/+4 |
| | | | | | | |||||
* | | | | | | Merge branch 'gitaly-repository-exists' into 'master'32665-make-project-and-features-visibility-settings-less-confusing | Sean McGivern | 2017-08-09 | 2 | -20/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename RPC 'Exists' to 'RepositoryExists' See merge request !13277 | ||||
| * | | | | | | Rename RPC 'Exists' to 'RepositoryExists' | Jacob Vosmaer | 2017-08-09 | 2 | -20/+1 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'fix-gitlab-pages-cache-config' into 'master' | Grzegorz Bizon | 2017-08-09 | 2 | -2/+8 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | Fix proxy config in Gitlab Pages nginx examples See merge request !13375 | ||||
| * | | | | | | Fix proxy config in Gitlab Pages nginx examples | Nick Thomas | 2017-08-08 | 2 | -2/+8 |
| | | | | | | | |||||
* | | | | | | | Merge branch '36003-do-not-include-to-kernel' into 'master' | Robert Speicher | 2017-08-09 | 7 | -33/+28 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't include anything to Kernel only because of tasks Closes #36003 See merge request !13380 | ||||
| * | | | | | | | Properly set the expectation on the main object36003-do-not-include-to-kernel | Lin Jen-Shin | 2017-08-09 | 3 | -19/+23 |
| | | | | | | | | |||||
| * | | | | | | | We shouldn't include utility methods everywhere | Lin Jen-Shin | 2017-08-08 | 2 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | Just extend main, rather than include to Kernel | Lin Jen-Shin | 2017-08-08 | 2 | -13/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfortunately rake doesn't have nested context, everything just runs on a main rake object. This is probably due to compatibility issue, but anyway, we could just extend the object. | ||||
* | | | | | | | | Merge branch 'mk-validate-username-change-with-container-registry-tags' into ↵ | Robert Speicher | 2017-08-09 | 4 | -1/+24 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Prevent user from changing username with container registry tags Closes #35451 See merge request !13356 | ||||
| * | | | | | | | Prevent user from changing username with container registry tags | Michael Kozono | 2017-08-09 | 4 | -1/+24 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'rc/enable-the-Layout/SpaceBeforeBlockBraces-cop' into 'master' | Robert Speicher | 2017-08-09 | 82 | -168/+169 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | Enable the Layout/SpaceBeforeBlockBraces cop See merge request !13413 | ||||
| * | | | | | | Fix ee_compat_check when EE branch uses a prefix | Rémy Coutable | 2017-08-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 81 | -166/+166 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | Merge branch '35996-icon-hover-color' into 'master' | Phil Hughes | 2017-08-09 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update icon color on hover Closes #35996 See merge request !13393 | ||||
| * | | | | | | | Update icon color on hover35996-icon-hover-color | Annabel Dunstone Gray | 2017-08-08 | 1 | -0/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'mr-changes-container-full-width' into 'master' | Annabel Dunstone Gray | 2017-08-09 | 2 | -15/+16 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed merge request changes sticky container not spreading full width See merge request !13386 | ||||
| * | | | | | | | Fixed merge request changes sticky container not spreading full widthmr-changes-container-full-width | Phil Hughes | 2017-08-08 | 2 | -15/+16 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch '36179-align-nav-items' into 'master' | Phil Hughes | 2017-08-09 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align all nav items in sidebar Closes #36179 See merge request !13392 | ||||
| * | | | | | | | | Align all nav items in sidebar36179-align-nav-items | Annabel Dunstone Gray | 2017-08-08 | 1 | -1/+2 |
| | |/ / / / / / | |/| | | | | | |