summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-206-64/+130
* Merge branch 'gitaly-381-update-shell' into 'master'Robert Speicher2017-07-201-1/+1
|\
| * Bump Gitlab-Shell to 5.4.0gitaly-381-update-shellKim Carlbäcker2017-07-201-1/+1
* | Merge branch 'refactor-dropdown-parameters-ce' into 'master'Jacob Schatz2017-07-206-16/+36
|\ \
| * | Refactor filtered search dropdown parametersClement Ho2017-07-206-16/+36
|/ /
* | Merge branch '34973-sub-nav-item-font-size' into 'master'Annabel Dunstone Gray2017-07-202-1/+4
|\ \
| * | 34973 Make font size of contextual sub menu items 14px34973-sub-nav-item-font-sizetauriedavis2017-07-182-1/+4
* | | Update CHANGELOG.md for 9.0.12James Edwards-Jones2017-07-201-0/+4
* | | Update CHANGELOG.md for 9.1.9James Edwards-Jones2017-07-201-0/+4
* | | Merge branch 'fix-docs-re2-install' into 'master'Rémy Coutable2017-07-201-1/+1
|\ \ \
| * | | Add libre2-dev to the list of dependenciesNick Thomas2017-07-201-1/+1
* | | | Update CHANGELOG.md for 9.2.9James Edwards-Jones2017-07-201-0/+4
* | | | Update CHANGELOG.md for 9.3.9James Edwards-Jones2017-07-201-0/+4
* | | | Merge branch 'pawel/prometheus_multiproc_dir_documentation' into 'master'Filipa Lacerda2017-07-202-6/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Documentation and link to explanation of prometheus_multiproc_dirpawel/prometheus_multiproc_dir_documentationPawel Chojnacki2017-07-202-6/+25
* | | | Merge branch '5971-webhook-testing' into 'master'Rémy Coutable2017-07-2044-130/+663
|\ \ \ \
| * | | | Wrong data type when testing webhooksAlexander Randa2017-07-2044-130/+663
|/ / / /
* | | | Merge branch '34174_add_french_translations_of_commits_page' into 'master'Rémy Coutable2017-07-202-28/+1099
|\ \ \ \
| * | | | Add French translations of Commits Page & Pipeline ChartsHuang Tao2017-07-202-28/+1099
|/ / / /
* | | | Merge branch 'feature/send-diff-limits-to-gitaly' into 'master'Robert Speicher2017-07-209-31/+75
|\ \ \ \
| * | | | Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-199-31/+75
* | | | | Merge branch 'rc/cob-backport-ce-to-ee-fix' into 'master'Robert Speicher2017-07-201-1/+1
|\ \ \ \ \
| * | | | | Fix logger disabling on the CI: instantiate an ActiveSupport::TaggedLoggingrc/cob-backport-ce-to-ee-fixRémy Coutable2017-07-201-1/+1
* | | | | | Merge branch 'rc/leverage-new-cache-policies' into 'master'Kamil Trzciński2017-07-201-28/+63
|\ \ \ \ \ \
| * | | | | | The setup-test-env should push and pull the default cacherc/leverage-new-cache-policiesRémy Coutable2017-07-201-1/+2
| * | | | | | Leverage the new cache policies in .gitlab-ci.ymlRémy Coutable2017-07-191-28/+62
* | | | | | | Merge branch '34999_add_japanese_translations_of_pipeline_schedules' into 'ma...Rémy Coutable2017-07-201-3/+23
|\ \ \ \ \ \ \
| * | | | | | | Add Japanese translations of Pipeline SchedulesHuang Tao2017-07-201-3/+23
|/ / / / / / /
* | | | | | | Merge branch 'migration-status' into 'master'Rémy Coutable2017-07-201-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add option to specify migration status on at the migration sitemigration-statusAndrew Newdigate2017-07-191-2/+2
* | | | | | | Merge branch 'fix/gb/fix-container-registry-tag-routing' into 'master'Kamil Trzciński2017-07-206-6/+97
|\ \ \ \ \ \ \
| * | | | | | | Add a changelog entry for docker tag routing fixfix/gb/fix-container-registry-tag-routingGrzegorz Bizon2017-07-191-0/+4
| * | | | | | | Add a test for container repository name regexpGrzegorz Bizon2017-07-192-0/+15
| * | | | | | | Fix docker tag reference routing constraintsGrzegorz Bizon2017-07-194-6/+78
* | | | | | | | Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-2011-5/+236
|\ \ \ \ \ \ \ \
| * | | | | | | | Change auto-retry count to a correct value in docsGrzegorz Bizon2017-07-202-4/+4
| * | | | | | | | Fix CI/CD job auto-retry specsfeature/gb/auto-retry-failed-ci-jobGrzegorz Bizon2017-07-202-4/+4
| * | | | | | | | Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-193-3/+3
| * | | | | | | | Update changelog entry for a auto-retry of CI/CD jobsGrzegorz Bizon2017-07-191-1/+1
| * | | | | | | | Add basic docs for CI/CD job auto-retry featureGrzegorz Bizon2017-07-181-0/+26
| * | | | | | | | Add changelog entry for auto-retry of CI/CD job featureGrzegorz Bizon2017-07-181-0/+4
| * | | | | | | | Add specs for pipeline process with auto-retriesGrzegorz Bizon2017-07-172-6/+33
| * | | | | | | | Add specs seeding jobs with auto-retries configuredGrzegorz Bizon2017-07-171-0/+14
| * | | | | | | | Make it possible to auto retry a failed CI/CD jobGrzegorz Bizon2017-07-172-1/+42
| * | | | | | | | Make it possible to count a number of job retriesGrzegorz Bizon2017-07-173-0/+53
| * | | | | | | | Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-174-4/+70
* | | | | | | | | Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into 'mas...Yorick Peterse2017-07-204-4/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix background migration cleanup specsGrzegorz Bizon2017-07-201-9/+13
| * | | | | | | | | Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupbackstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon2017-07-19129-336/+3792
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Isolate stage_id reference clean up migrationGrzegorz Bizon2017-07-191-5/+5