summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't show image diff note on text file58808-fix-image-diff-on-textPatrick Bajao2019-07-013-1/+39
|
* Merge branch 'id-stale-branches' into 'master'Grzegorz Bizon2019-07-0111-93/+175
|\ | | | | | | | | Add endpoint for fetching diverging commit counts See merge request gitlab-org/gitlab-ce!29802
| * Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-2811-93/+175
| | | | | | | | Extract diverging_commit_counts into a service class
* | Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets2019-07-019-0/+459
|\ \ | | | | | | | | | | | | Add rake task to clean orphan artifact files See merge request gitlab-org/gitlab-ce!29681
| * | Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-289-0/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the rake task rake gitlab:cleanup:orphan_job_artifact_files. This rake task cleans all orphan job artifact files it can find on disk. It performs a search on the complete folder of all artifacts on disk. Then it filters out all the job artifact ID for which it could not find a record with matching ID in the database. For these, the file is deleted from disk.
* | | Merge branch 'bvl-remove-old-fork-check' into 'master'Dmitriy Zaporozhets2019-07-011-5/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove deprecated `#forked_from?` check See merge request gitlab-org/gitlab-ce!30132
| * | | Remove deprecated `#forked_from?` checkBob Van Landuyt2019-06-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | I forgot to clean up this bit in we switched the `forked_from_project` relation to use fork networks in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22226
* | | | Merge branch 'docs/clarify-support-for-pipelines-for-mr' into 'master'63863-fix-groups-in-email-subjectAchilleas Pipinellis2019-07-011-20/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify requirements for pipelines for MRs Closes #62056 See merge request gitlab-org/gitlab-ce!30107
| * | | | Clarify requirements for pipelines for MRsEvan Read2019-07-011-20/+40
|/ / / /
* | | | Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'Phil Hughes2019-07-013-14/+88
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix IDE editor to update dimensions on show change Closes #45120 See merge request gitlab-org/gitlab-ce!30135
| * | | | Fix IDE editor to update dimensions on show change45120-fix-ide-editor-to-update-size-on-show-changePaul Slaughter2019-06-283-14/+88
| | | | |
* | | | | Merge branch 'grantyoung-52703-project-archive-compare-qa' into 'master'Mark Lapierre2019-07-018-23/+151
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] Add e2e test comparing archives of identically named user projects Closes #52703 See merge request gitlab-org/gitlab-ce!29937
| * | | | | First pass at new automated QA API test for #52703Grant Young2019-07-018-23/+151
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Checks that archives of two different user projects with the same name aren't the same via checksum. I.E. a user can't download the archive of another's project by mistake. To enable the test some enhancements were made. Namely updating the client module to handle more than one API instance and the creation a custom rest call method that downloads to tmp.
* | | | | Merge branch 'docs-fix-vue-wrapper-link' into 'master'Evan Read2019-07-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: minor fix to link format See merge request gitlab-org/gitlab-ce!30098
| * | | | | Docs: minor fix to link formatczmj2019-07-011-1/+1
|/ / / / /
* | | | | Merge branch 'add-notes-style' into 'master'Evan Read2019-07-011-1/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update styleguide.md to add Notes usage guidelines See merge request gitlab-org/gitlab-ce!29429
| * | | | | Update styleguide.md to add Notes usage guidelinesMike Lewis2019-07-011-1/+18
|/ / / / /
* | | | | Merge branch 'add-clusters-to-deployment' into 'master'Lin Jen-Shin2019-07-0111-25/+138
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add clusters association to deployment See merge request gitlab-org/gitlab-ce!29960
| * | | | | Use #cluster for prometheus_adapteradd-clusters-to-deploymentThong Kuah2019-06-273-1/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We still fallback to environment.deployment_platform until we can backfill
| * | | | | Drop fallback to deployment platformThong Kuah2019-06-272-21/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All deployments should have already their cluster_id filled in on creation. Legacy deployments will not be retried as:- * Ci::Build#retry calls `Ci::RetryBuildService` * Ci::Pipeline#retry calls `Ci::RetryPipelineService` which also calls `Ci::RetryBuildService` * `Ci::RetryBuildService` will clone a build to retry It is also impossibly to backfill Deployment#cluster_id from Project#deployment_platform correctly as clusters could have been deleted, added or altered in the intervening time.
| * | | | | Use deployment's cluster for kubernetes prereqThong Kuah2019-06-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A deployment will have a cluster associated on creation if there is one. Otherwise fallback to deployment_platform for legacy deployments.
| * | | | | Populate cluster_id when creating a deploymentThong Kuah2019-06-273-4/+16
| | | | | |
| * | | | | Add cluster_id to deployments table as an FKThong Kuah2019-06-275-1/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We nullify when cluster is deleted as we want to keep the deployment record around. Add cluster as an optional association We will have only cluster for deployments where the build deploys to a kubernetes cluster
* | | | | | Merge branch 'docs-webhooks-spacing' into 'master'Evan Read2019-07-011-25/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix spacing in code blocks in webhook raketask doc See merge request gitlab-org/gitlab-ce!30208
| * | | | | | Docs: Fix spacing in code blocks in webhook raketask docMarcel Amirault2019-07-011-25/+25
|/ / / / / /
* | | | | | Merge branch 'docs-lint-rule-md004' into 'master'Evan Read2019-07-0116-256/+267
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Enforce consistent prefix for bullet lists See merge request gitlab-org/gitlab-ce!30206
| * | | | | | Enforce consistent prefix for bullet listsMarcel Amirault2019-07-0116-256/+267
|/ / / / / / | | | | | | | | | | | | | | | | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* | | | | | Merge branch 'small-s-in-elasticsearch' into 'master'Evan Read2019-07-015-10/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
| * | | | | | Fix typo in docs about ElasticsearchTakuya Noguchi2019-06-285-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | Merge branch 'docs/refactor-2fa' into 'master'Evan Read2019-07-015-68/+82
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor the 2FA docs See merge request gitlab-org/gitlab-ce!30087
| * | | | | | | Refactor the 2FA docsdocs/refactor-2faAchilleas Pipinellis2019-06-285-68/+82
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove outdated images - Add info on browser support - Mention that U2F works with SoloKeys
* | | | | | | Merge branch 'docs/health_check' into 'master'Evan Read2019-07-011-21/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62080 Closes #62080 See merge request gitlab-org/gitlab-ce!30148
| * | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62080Russell Dickenson2019-07-011-21/+30
|/ / / / / / /
* | | | | | | Merge branch '63913-quarantine-schema-check' into 'master'Thong Kuah2019-07-011-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quarantine schema_version_check because tests after it failed See merge request gitlab-org/gitlab-ce!30198
| * | | | | | | Quarantine schema_version_check because tests after it failedLin Jen-Shin2019-07-011-1/+1
|/ / / / / / /
* | | | | | | Merge branch '63463-follow-up-from-insights-is-now-ga-docs' into 'master'Achilleas Pipinellis2019-06-293-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a link in the docs to the epic that defined the Insights feature Closes #63463 See merge request gitlab-org/gitlab-ce!30181
| * | | | | | | Add a link in the docs to the epic that defined the Insights feature63463-follow-up-from-insights-is-now-ga-docsRémy Coutable2019-06-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch 'rs-config-settings' into 'master'Lin Jen-Shin2019-06-291-8/+136
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy Settings initializer from EE See merge request gitlab-org/gitlab-ce!30140
| * | | | | | | | Move mirror settings to their own EE blockrs-config-settingsRobert Speicher2019-06-281-3/+6
| | | | | | | | |
| * | | | | | | | Copy Settings initializer from EERobert Speicher2019-06-271-8/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings parity between the two versions.
* | | | | | | | | Merge branch 'check-min-schema-migrate' into 'master'Robert Speicher2019-06-286-1/+99
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure we are on a supported version before migrating See merge request gitlab-org/gitlab-ce!29882
| * | | | | | | | | Fix extra newline left by conflict resolutioncheck-min-schema-migrateDJ Mountney2019-06-281-1/+0
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney2019-06-28506-2936/+7520
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | # Conflicts: # lib/gitlab/database.rb
| * | | | | | | | | Update comments and docs around min schema versionDJ Mountney2019-06-253-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some spelling Dropped rake task description for a prefix only task Added note on skipping the check to the postgres debugging dev doc
| * | | | | | | | | Add the frozen literal to the correct fileDJ Mountney2019-06-252-2/+2
| | | | | | | | | |
| * | | | | | | | | Drop the source upgrade changeDJ Mountney2019-06-253-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We no longer need to point people away from using db:migrate
| * | | | | | | | | Add an flag for skipping the schema version checkDJ Mountney2019-06-255-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you chose to use the rollback migration feature on your current version for example, you should still have a way to migrate, being that you are still on a supported migration path.
| * | | | | | | | | Fix db:migrate for fresh installsDJ Mountney2019-06-251-1/+6
| | | | | | | | | |
| * | | | | | | | | Move min schema version check to db:migrateDJ Mountney2019-06-256-6/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than have it checked only as part of gitlab:db:configure, we will instead have it as a pre-req for every db:migrate command
| * | | | | | | | | Check supported version when migratingDJ Mountney2019-06-255-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the mininum supported migration version to be the schema version as of 11.11.0, and errors you if that is not detected during gitlab:db:configure