summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Stan Hu2017-09-192-0/+7
|\ | | | | | | | | | | | | | | | | '37890-auto-devops-banner-is-not-shown-when-the-repository-is-empty-new-project' into 'master' Resolve "Auto DevOps banner is not shown when the repository is empty (new project)" Closes #37890 See merge request gitlab-org/gitlab-ce!14321
| * Fix changelog37890-auto-devops-banner-is-not-shown-when-the-repository-is-empty-new-projectKamil Trzcinski2017-09-191-1/+1
| |
| * Revert changes made to merge requests blank slateKamil Trzcinski2017-09-191-7/+6
| |
| * Enhance reuse in MRbikebilly2017-09-191-0/+1
| |
| * Enhance reuse in MRbikebilly2017-09-191-7/+6
| |
| * Add new fileFabio Busatto2017-09-191-0/+5
| |
| * Remove double div in MRbikebilly2017-09-191-4/+3
| |
| * Remove double divbikebilly2017-09-191-4/+2
| |
| * Add banner in missing pagesbokebilly2017-09-192-2/+8
| |
* | Merge branch 'reoganize-deployment-indexes' into 'master'Stan Hu2017-09-195-5/+58
|\ \ | | | | | | | | | | | | | | | | | | Reorganize indexes for the "deployments" table Closes #36877 See merge request gitlab-org/gitlab-ce!14348
| * | Reorganize indexes for the "deployments" tablereoganize-deployment-indexesYorick Peterse2017-09-195-5/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need for a default scope that adds a "WHERE project_id = X" clause. This commit also includes an additional index for Environment#last_deployment, ensuring this query uses just an index scan instead of also applying a Filter. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36877
* | | Merge branch 'gitaly-prepare-cherry-pick-revert' into 'master'Rémy Coutable2017-09-197-90/+136
|\ \ \ | | | | | | | | | | | | | | | | Prepare cherry-pick and revert for migration to Gitaly See merge request gitlab-org/gitlab-ce!14339
| * | | Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)2017-09-197-90/+136
|/ / /
* | | Merge branch 'do-not-perform-disk-check' into 'master'Stan Hu2017-09-194-3/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Do not perform hard check (presence of file on storage) Closes #37945 See merge request gitlab-org/gitlab-ce!14369
| * | | Do not perform hard check (presence of file on storage)Kamil Trzcinski2017-09-194-3/+8
| | | | | | | | | | | | | | | | Instead perform soft check (the column set to indicate that file does exist)
* | | | Merge branch 'dz-check-schema' into 'master'Rémy Coutable2017-09-192-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add rake task to check db schema is valid Closes #37568 See merge request gitlab-org/gitlab-ce!14365
| * | | | Add rake task to check db schema is validdz-check-schemaDmitriy Zaporozhets2017-09-192-0/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'sidebar-sidebars-only-when-scroll' into 'master'Filipa Lacerda2017-09-192-1/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show the sidebar scroll bars if the user can scroll Closes #37972 See merge request gitlab-org/gitlab-ce!14335
| * | | | | Only show the sidebar scroll bars if the user can scrollsidebar-sidebars-only-when-scrollPhil Hughes2017-09-192-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | Closes #37972
* | | | | | Merge branch 'patch-2' into 'master'Grzegorz Bizon2017-09-191-4/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "/" with "-" in cache key documentation See merge request gitlab-org/gitlab-ce!14034
| * | | | | | Note about "/" which cannot be used in "cache:key"Marcin Zajączkowski2017-09-181-0/+2
| | | | | | |
| * | | | | | Replace "/" with "-" in cache keyMarcin Zajączkowski2017-09-041-4/+4
| | | | | | | | | | | | | | | | | | | | | As a cache zip file with "/" upload seems to fail with 500 Internal Server Error.
* | | | | | | Merge branch 'backstage/gb/jobs-triggering-policy-specifications' into 'master'Kamil Trzciński2017-09-1911-210/+421
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement job policy specifications Closes #37280 See merge request gitlab-org/gitlab-ce!14265
| * | | | | | Fix closing braces in YAML processor specsbackstage/gb/jobs-triggering-policy-specificationsGrzegorz Bizon2017-09-191-1/+2
| | | | | | |
| * | | | | | Raise exception when initializing unknown policyGrzegorz Bizon2017-09-182-10/+3
| | | | | | |
| * | | | | | Use parentheses in CI/CD kubernetes policy specsGrzegorz Bizon2017-09-181-1/+1
| | | | | | |
| * | | | | | Do not initialize YAML processor with project full pathGrzegorz Bizon2017-09-183-64/+62
| | | | | | |
| * | | | | | Do not pass project path from YAML processorGrzegorz Bizon2017-09-188-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use project full path that can be received from a pipeline object
| * | | | | | Simplify pipeline source policy pattern matchingGrzegorz Bizon2017-09-181-9/+2
| | | | | | |
| * | | | | | Add specs for CI/CD job policy refs specificationGrzegorz Bizon2017-09-182-1/+88
| | | | | | |
| * | | | | | Add specs for CI/CD job policy factory methodGrzegorz Bizon2017-09-181-0/+40
| | | | | | |
| * | | | | | Fix Rubocop offenses in YAML processor classesGrzegorz Bizon2017-09-182-2/+1
| | | | | | |
| * | | | | | Remove YAML processor refactoring stubs and fix specsGrzegorz Bizon2017-09-183-85/+81
| | | | | | |
| * | | | | | Extract job refs policy specs into separate classGrzegorz Bizon2017-09-182-66/+59
| | | | | | |
| * | | | | | Use CI/CD job policy specification in YAML processorGrzegorz Bizon2017-09-183-9/+26
| | | | | | |
| * | | | | | Implement CI/CD kubernetes policy specificationGrzegorz Bizon2017-09-183-0/+77
| | | | | | |
* | | | | | | Merge branch 'fix-rails-migrations-for-partial-indexes' into 'master'Yorick Peterse2017-09-192-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regular expression used for opclasses to not be confused by partial index clause See merge request gitlab-org/gitlab-ce!14343
| * | | | | | | Fix regular expression used for opclasses to not be confused by partial ↵fix-rails-migrations-for-partial-indexesGreg Stark2017-09-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | index clause
* | | | | | | | Merge branch 'acey-flakes' into 'master'Rémy Coutable2017-09-191-10/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix transient user_edits_files_spec failures See merge request gitlab-org/gitlab-ce!14324
| * | | | | | | | fix transient user_edits_files_spec failuresacey-flakesSimon Knox2017-09-181-10/+6
| | | | | | | | |
* | | | | | | | | Merge branch '38060-fix-groups-api-owned-groups' into 'master'Douwe Maan2017-09-192-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the groups API endpoint to handle ?owned=true correctly Closes #38060 See merge request gitlab-org/gitlab-ce!14362
| * | | | | | | | | Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas2017-09-192-1/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'backstage/gb/steal-stages-statuses-migration' into 'master'Kamil Trzciński2017-09-192-0/+77
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Steal stages statuses migration Closes #37694 See merge request gitlab-org/gitlab-ce!14217
| * | | | | | | | | Make sure all stages are migrated after a cleanupbackstage/gb/steal-stages-statuses-migrationGrzegorz Bizon2017-09-182-0/+27
| | | | | | | | | |
| * | | | | | | | | Steal stages statuses migrationGrzegorz Bizon2017-09-182-0/+50
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '37999-fix-circuit-breaker' into 'master'Douwe Maan2017-09-193-1/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the filesystem shard health check to check all configured shards Closes #37999 See merge request gitlab-org/gitlab-ce!14341
| * | | | | | | | | Fix the filesystem shard health check to check all configured shardsNick Thomas2017-09-193-1/+7
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch ↵Rémy Coutable2017-09-194-26/+105
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'refine-docs-trigger-script-and-use-a-really-long-branch-name-to-test-it' into 'master' Refine docs trigger script and use a really long branch name to test it For branch names more than 63 characters we were hitting the filesystem limit and rsync created a truncated directory. This change truncates the branch name beforehand so the Review App URL is properly shown in the merge request widget. See merge request gitlab-org/gitlab-ce!14354
| * | | | | | | | | Refine docs trigger script and use a really long branch name to test itAchilleas Pipinellis2017-09-194-26/+105
|/ / / / / / / / /
* | | | | | | | | Merge branch 'sh-stop-loading-issue-discussions' into 'master'Douwe Maan2017-09-192-3/+5
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary loading of discussions in `IssuesController#show` Closes #38034 See merge request gitlab-org/gitlab-ce!14351