summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrate markdown field_spec.js to Jestwinh-jest-markdown-fieldWinnie Hellmann2019-07-012-66/+74
|
* Merge branch '44106-include-subgroups-in-group-activity' into 'master'Bob Van Landuyt2019-07-013-4/+11
|\ | | | | | | | | | | | | Include events from subgroups in group's activity Closes #44106 See merge request gitlab-org/gitlab-ce!29953
| * Revert "Include subgroups in shared_projects"Fabian Schneider2019-07-013-4/+11
|/ | | | This reverts commit 4bed2daef935bb4097988e0eff4830fc13a23c37.
* Merge branch '63863-fix-groups-in-email-subject' into 'master'Sean McGivern2019-07-013-22/+11
|\ | | | | | | | | | | | | Remove group in notification email subject Closes #63863 See merge request gitlab-org/gitlab-ce!30214
| * Remove group in notification email subjectHeinrich Lee Yu2019-07-013-22/+11
| | | | | | | | | | This reverts to previous behavior where we have the group only when we don't have a project
* | Merge branch '58583-confidential-mr-branch-backend' into 'master'Rémy Coutable2019-07-018-114/+298
|\ \ | | | | | | | | | | | | Support creating an MR/branch on a fork from an issue See merge request gitlab-org/gitlab-ce!29831
| * | Check if user can `update_issue` on projectPatrick Bajao2019-07-012-4/+4
| | | | | | | | | | | | | | | If user can update an issue under the specified confidential issue project, should be able to find the project.
| * | Fix issues when creating system notes58583-confidential-mr-branch-backendPatrick Bajao2019-06-296-18/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `confidential_issue_project_id` is set and the issue is under that project, create the a note about branch creation in that project. If not, do nothing. When creating `new_merge_request` system note, set the project where the MR will be referenced from so it'll be linked to when the MR is created in another project.
| * | Support branch creation from confidential issuePatrick Bajao2019-06-294-133/+170
| | | | | | | | | | | | | | | | | | | | | | | | Accept a `confidential_issue_project_id` param which will be used for the system note target. This also includes some refactoring on the spec to use shared examples.
| * | Support creating an MR on a fork from an issuePatrick Bajao2019-06-293-93/+222
| | |
* | | Merge branch 'zj-circuit-breaker-removal-part-deux' into 'master'Bob Van Landuyt2019-07-013-40/+6
|\ \ \ | | | | | | | | | | | | | | | | Remove ignored circuit_breaker columns See merge request gitlab-org/gitlab-ce!30159
| * | | Remove ignored circuit_breaker columnsZeger-Jan van de Weg2019-06-283-40/+6
| | | | | | | | | | | | | | | | | | | | | | | | The circuit breaker itself got removed a while ago, when that happened some parts got left behind. Using grep old stale settings and validations were found and are now removed.
* | | | 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
| | | | | | | | | | |