summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix invalid integer value when more than 1000 commitsadditional-commits-integer-fixPhil Hughes2017-07-051-1/+1
| | | | Closes #34711
* Merge branch 'monitoring-dashboard-fine-tuning-ux' into 'master'Phil Hughes2017-07-054-10/+26
|\ | | | | | | | | Improve the overall UX for the new monitoring dashboard See merge request !12616
| * Improve the overall UX for the new monitoring dashboardmonitoring-dashboard-fine-tuning-uxJose Ivan Vargas2017-07-044-10/+26
| |
* | Merge branch '34544_add_italian_translation_of_i18n' into 'master'34621-add-subgroups-limitations-to-pages-docsDouwe Maan2017-07-044-1/+1149
|\ \ | | | | | | | | | | | | | | | | | | Add Italian translation of Cycle Analytics Page & Project Page & Repository Page Closes #34544 See merge request !12578
| * | fix the format of the translation string黄涛2017-07-031-4/+4
| | |
| * | fix the format of the translation string黄涛2017-06-301-136/+137
| | |
| * | add Italian translation to I18N黄涛2017-06-304-1/+1148
| | | | | | | | | | | | | | | | | | | | | | | | | | | translated of Cycle Analytics Page translated of Project Page translated of Repository Page add Changelog Closes #34544
* | | Merge branch 'dm-always-verify-source-branch-can-be-deleted' into 'master'Sean McGivern2017-07-043-13/+69
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Prevent accidental deletion of protected MR source branch by repeating checks before actual deletion Closes #34456 See merge request !12574
| * | | Prevent accidental deletion of protected MR source branch by repeating ↵dm-always-verify-source-branch-can-be-deletedDouwe Maan2017-07-043-13/+69
| | | | | | | | | | | | | | | | checks before actual deletion
* | | | Merge branch 'revert-2c879643' into 'master'Sean McGivern2017-07-045-4/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'revert-12499' into 'master'" See merge request !12633
| * | | | Revert "Merge branch 'revert-12499' into 'master'"revert-2c879643Douwe Maan2017-07-045-4/+52
| | | | | | | | | | | | | | | This reverts merge request !12557
* | | | | Merge branch 'bump-prometheus-version-to-fix-text-representation-problem' ↵Grzegorz Bizon2017-07-041-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Update prometheus client gem See merge request !12632
| * \ \ \ \ Merge branch 'master' into ↵bump-prometheus-version-to-fix-text-representation-problemPaweł Chojnacki2017-07-0447-229/+1174
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 'bump-prometheus-version-to-fix-text-representation-problem' # Conflicts: # Gemfile.lock
| * | | | | Update prometheus client gemPawel Chojnacki2017-07-041-2/+2
| | | | | |
* | | | | | Merge branch 'dm-9-3-requires-mysql-trigger' into 'master'Sean McGivern2017-07-043-6/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that GitLab 9.3 requires the TRIGGER permission on MySQL Closes #34358 See merge request !12573
| * | | | | | Document that GitLab 9.3 requires the TRIGGER permission on MySQLdm-9-3-requires-mysql-triggerDouwe Maan2017-07-043-6/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'feature/no-hypen-at-end-of-commit-ref-slug' into 'master'Rémy Coutable2017-07-044-10/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Closes #32035 See merge request !11218
| * | | | | | updated changelog entryStefan Hanreich2017-06-271-1/+1
| | | | | | |
| * | | | | | chaining the methods in ref_slugStefan Hanreich2017-06-241-3/+4
| | | | | | |
| * | | | | | fixed incorrect test case (for real), added another oneStefan Hanreich2017-06-191-1/+2
| | | | | | |
| * | | | | | fixed incorrect test caseStefan Hanreich2017-06-191-1/+1
| | | | | | |
| * | | | | | Merge branch 'feature/no-hypen-at-end-of-commit-ref-slug' of ↵Stefan Hanreich2017-06-180-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:lawli3t/gitlab-ce into feature/no-hypen-at-end-of-commit-ref-slug
| | * | | | | | added additional test caseStefan Hanreich2017-06-181-0/+1
| | | | | | | |
| | * | | | | | using bang method for gsubStefan Hanreich2017-05-111-2/+2
| | | | | | | |
| | * | | | | | remove trailing commaStefan Hanreich2017-05-111-1/+1
| | | | | | | |
| | * | | | | | fix typoStefan Hanreich2017-05-111-1/+1
| | | | | | | |
| | * | | | | | removed superfluos testsStefan Hanreich2017-05-111-7/+1
| | | | | | | |
| | * | | | | | updated regex to use beginning / ending of string metacharactersStefan Hanreich2017-05-111-1/+1
| | | | | | | |
| | * | | | | | Merge branch 'feature/no-hypen-at-end-of-commit-ref-slug' of ↵Stefan Hanreich2017-05-110-0/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:lawli3t/gitlab-ce into feature/no-hypen-at-end-of-commit-ref-slug
| | | * | | | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Fixes #32035Stefan Hanreich2017-05-092-2/+4
| | | | | | | | |
| | * | | | | | | Updated spec for build to include new ref_slug invariantsStefan Hanreich2017-05-111-8/+16
| | | | | | | | |
| | * | | | | | | added changelog entryStefan Hanreich2017-05-111-0/+4
| | | | | | | | |
| | * | | | | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Fixes #32035Stefan Hanreich2017-05-112-2/+4
| | | | | | | | |
| * | | | | | | | added additional test caseStefan Hanreich2017-06-181-0/+1
| | | | | | | | |
| * | | | | | | | using bang method for gsubStefan Hanreich2017-06-181-2/+2
| | | | | | | | |
| * | | | | | | | remove trailing commaStefan Hanreich2017-06-181-1/+1
| | | | | | | | |
| * | | | | | | | fix typoStefan Hanreich2017-06-181-1/+1
| | | | | | | | |
| * | | | | | | | removed superfluos testsStefan Hanreich2017-06-181-7/+1
| | | | | | | | |
| * | | | | | | | updated regex to use beginning / ending of string metacharactersStefan Hanreich2017-06-181-1/+1
| | | | | | | | |
| * | | | | | | | Updated spec for build to include new ref_slug invariantsStefan Hanreich2017-06-181-8/+16
| | | | | | | | |
| * | | | | | | | added changelog entryStefan Hanreich2017-06-181-0/+4
| | | | | | | | |
| * | | | | | | | no trailing / leading hyphens in CI_COMMIT_REF_SLUG. Fixes #32035Stefan Hanreich2017-06-182-2/+4
| | | | | | | | |
* | | | | | | | | Merge branch 'enable-new-navigation-option-in-preferences' into 'master'Filipa Lacerda2017-07-043-26/+18
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Enables the option in user preferences to turn on the new navigation See merge request !12630
| * | | | | | | | Enables the option in user preferences to turn on the new navigationenable-new-navigation-option-in-preferencesPhil Hughes2017-07-043-26/+18
| | | | | | | | |
* | | | | | | | | Merge branch '33410-unicorn_metrics' into 'master'Rémy Coutable2017-07-0414-47/+425
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instrument Unicorn with Ruby exporter Closes #33410 See merge request !12115
| * | | | | | | | | Instrument Unicorn with Ruby exporterPaweł Chojnacki2017-07-0414-47/+425
|/ / / / / / / / /
* | | | | | | | | Merge branch 'docs/extended-docker-syntax-in-ci-yml' into 'master'Achilleas Pipinellis2017-07-041-63/+259
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for extended docker configuration options for CI See merge request !12164
| * | | | | | | | | Refactor and copyedit "Using Docker images" docsdocs/extended-docker-syntax-in-ci-ymlAchilleas Pipinellis2017-07-031-135/+150
| | | | | | | | | |
| * | | | | | | | | Update syntax description to new syntax introduced in !12536.Tomasz Maczukin2017-07-031-10/+15
| | | | | | | | | |
| * | | | | | | | | Add documentation for extended docker configuration options for CITomasz Maczukin2017-07-031-0/+176
| | |_|_|_|_|_|_|/ | |/| | | | | | |