summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify general update stepsbrodock/fix-geo-upgrade-docsGabriel Mazetto2019-08-051-17/+15
|
* Some update instructions should be for 9.0.x onlyGabriel Mazetto2019-08-051-2/+2
|
* Merge branch 'clarify-team-labels' into 'master'Mek Stittri2019-08-031-15/+10
|\ | | | | | | | | Clarify that we now use group based teams See merge request gitlab-org/gitlab-ce!31381
| * Clarify that we now use group based teamsMek Stittri2019-08-031-15/+10
|/
* Merge branch 'patch-72' into 'master'Stan Hu2019-08-031-1/+1
|\ | | | | | | | | Fix misspelled example url See merge request gitlab-org/gitlab-ce!31442
| * fix misspelled urlDustin Hemard2019-08-031-1/+1
|/
* Merge branch 'docs-codywest-update-requirements' into 'master'Drew Blessing2019-08-022-0/+6
|\ | | | | | | | | Update requirements wording in docs See merge request gitlab-org/gitlab-ce!31428
| * Update requirements wordingdocs-codywest-update-requirementsCody West2019-08-022-0/+6
| | | | | | | | | | | | I'm adding some wording to our hardware requirements to explain that needs vary by workload. I also included some examples of factors that may influence the workload.
* | Merge branch ↵Fatih Acet2019-08-028-59/+126
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '50130-cluster-cluster-details-update-automatically-after-cluster-is-created' into 'master' Resolve "Cluster > Cluster details > Update automatically after cluster is created" Closes #65151 and #50130 See merge request gitlab-org/gitlab-ce!27189
| * | Hide cluster details until cluster is createdMike Greiling2019-08-028-59/+126
|/ / | | | | | | | | Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
* | Merge branch ↵Stan Hu2019-08-024-9/+17
|\ \ | | | | | | | | | | | | | | | | | | '65339-follow-up-from-resolve-kubernetes-applications-uninstall-knative' into 'master' All Kubectl command should return array by default See merge request gitlab-org/gitlab-ce!31305
| * | All Kubectl command should return array by defaultJoão Cunha2019-08-024-9/+17
|/ /
* | Merge branch 'leipert-no-danger-on-stbl' into 'master'Robert Speicher2019-08-021-0/+1
|\ \ | | | | | | | | | | | | Don't run danger on stable branches See merge request gitlab-org/gitlab-ce!31430
| * | Don't run danger on stable branchesleipert-no-danger-on-stblLukas Eipert2019-08-021-0/+1
| |/
* | Merge branch 'integrate-gl-date-picker' into 'master'Mike Greiling2019-08-023-14/+11
|\ \ | | | | | | | | | | | | Update dependency @gitlab/ui to ^5.12 See merge request gitlab-org/gitlab-ce!31242
| * | Upgrade gitlab-ui to 5.12Enrique Alcántara2019-08-023-14/+11
|/ / | | | | | | - Also, include pikaday styles through gitlab-ui
* | Merge branch '60516-uninstall-tiller' into 'master'Sean McGivern2019-08-0211-21/+215
|\ \ | | | | | | | | | | | | Uninstall Helm/Tiller See merge request gitlab-org/gitlab-ce!27359
| * | Implement Helm ResetCommand for removing TillerDylan Griffith2019-08-0211-21/+215
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
* | Merge branch 'services-slack' into 'master'Stan Hu2019-08-021-9/+15
|\ \ | | | | | | | | | | | | Documentation - Services slack See merge request gitlab-org/gitlab-ce!31004
| * | Documentation - Services slackJeffrey Cafferata2019-08-021-9/+15
|/ /
* | Merge branch 'make-needs-strong-connection' into 'master'Sean McGivern2019-08-027-20/+151
|\ \ | | | | | | | | | | | | | | | | | | Make `needs:` to require a strong reference Closes #65512 See merge request gitlab-org/gitlab-ce!31419
| * | Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-027-20/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | This changes `needs:` from weak reference to have a strong reference. This means that job will not be created unless all needs are present as part of a pipeline.
* | | Merge branch 'prevent-prettier-from-updating-md-files' into 'master'Paul Slaughter2019-08-021-0/+1
|\ \ \ | | | | | | | | | | | | | | | | Add md files to .prettierignore See merge request gitlab-org/gitlab-ce!31426
| * | | Add md files to .prettierignoreJustin Boyson2019-08-021-0/+1
|/ / / | | | | | | | | | This is to prevent prettier from auto formatting doc files.
* | | Merge branch '64092-removes-update-statistics-namespace-feature-flag' into ↵Bob Van Landuyt2019-08-029-95/+9
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 'master' Removes update_statistics_namespace feature flag See merge request gitlab-org/gitlab-ce!31392
| * | Removes update_statistics_namespace feature flagMayra Cabrera2019-08-029-95/+9
| | | | | | | | | | | | | | | | | | | | | | | | After measuring the impact of the namespace storage on https://gitlab.com/gitlab-org/gitlab-ce/issues/64092. It was decided that it's performant enough. So we can freely remove the feature flag Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64092
* | | Merge branch '17276-breakage-in-displaying-svg-in-the-same-repository' into ↵Robert Speicher2019-08-023-1/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Breakage in displaying SVG in the same repository" See merge request gitlab-org/gitlab-ce!31352
| * | | Fix inline rendering of SVGs from current repo17276-breakage-in-displaying-svg-in-the-same-repositoryHeinrich Lee Yu2019-08-023-1/+7
| | | | | | | | | | | | | | | | Changes generated URL to raw instead of blob
* | | | Merge branch 'backport-fix-remaining-prepend-lines' into 'master'Robert Speicher2019-08-022-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379
| * | | | Support X_if_ee methods for QA testsbackport-fix-remaining-prepend-linesYorick Peterse2019-08-012-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | For the QA tests to use the new injection methods, we must require the initializer and ensure that the "constantize" method is available.
* | | | | Merge branch 'bjk/update_HA_resource' into 'master'Drew Blessing2019-08-022-22/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Update HA resource descriptions Closes #61192 and #27833 See merge request gitlab-org/gitlab-ce!31064
| * | | | Update HA resource descriptionsbjk/update_HA_resourceBen Kochie2019-07-312-22/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use `GiB memory` to describe memory needs. * Add local storage recommendation for monitoring node. * Better align CPU/Memory to match common cloud provider instnace types. * Update requirements based on the new 10k user standard.
* | | | | Merge branch 'respect-needs-on-artifacts' into 'master'Sean McGivern2019-08-022-12/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect needs on artifacts Closes #65466 See merge request gitlab-org/gitlab-ce!31413
| * | | | | Respect needs for artifactsrespect-needs-on-artifactsKamil Trzciński2019-08-022-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `needs:` is defined, the value of it is not respected when returning a list of artifacts to the runner from the job.
* | | | | | Merge branch 'leipert-improve-ansi2html' into 'master'Fatih Acet2019-08-027-44/+54
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Improve job log rendering performance See merge request gitlab-org/gitlab-ce!31262
| * | | | | Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-027-44/+54
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
* | | | | Merge branch 'leipert-remove-docker-host' into 'master'Bob Van Landuyt2019-08-022-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve docker in docker problems See merge request gitlab-org/gitlab-ce!31417
| * | | | | Use stable image version for dindleipert-remove-docker-hostLukas Eipert2019-08-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-com/gl-infra/production/issues/1023 This also has been suggested by Tomasz in the MR
* | | | | | Merge branch 'sync-vue-test-utils-helpers' into 'master'Paul Slaughter2019-08-023-36/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syncs the vue test utils helpers See merge request gitlab-org/gitlab-ce!31349
| * | | | | | Syncs the vue test utils helpersSam Beckham2019-08-023-36/+20
|/ / / / / /
* | | | | | Merge branch 'sh-fix-performance-bar-warnings' into 'master'Sean McGivern2019-08-021-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix performance bar warnings when Rugged is disabled Closes #65491 See merge request gitlab-org/gitlab-ce!31395
| * | | | | Fix performance bar warnings when Rugged is disabledsh-fix-performance-bar-warningsStan Hu2019-08-011-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `detailed_metric.vue` was attempting to read the `duration` field even when the metric did not exist in the JSON payload. We now check for the existence of the metrics before attempting to display the value. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65491
* | | | | Merge branch 'improve-dag-tests' into 'master'Sean McGivern2019-08-021-2/+3
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Improve test for .with_needs See merge request gitlab-org/gitlab-ce!31411
| * | | | Improve test for .with_needsKamil Trzciński2019-08-021-2/+3
| | | | |
* | | | | Merge branch 'docs/update-end-to-end-style-guide' into 'master'Walmyr2019-08-021-2/+46
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Update end-to-end style guide doc with new guideline See merge request gitlab-org/gitlab-ce!31342
| * | | | Update e2e style guide with new guidelinedocs/update-end-to-end-style-guideWalmyr Lima2019-08-011-0/+44
| | | | |
| * | | | Update sections titles with right headingWalmyr Lima2019-07-311-2/+2
| | | | |
* | | | | Merge branch 'fe-cleanup-job-app-spec' into 'master'Fatih Acet2019-08-021-396/+287
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clean up job_app_spec See merge request gitlab-org/gitlab-ce!31400
| * | | | | Clean up job_app_specfe-cleanup-job-app-specPaul Slaughter2019-08-011-396/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove setTimeout calls - Add helper function to encapsulate setup
* | | | | | Merge branch '63571-fix-gc-profiler-data-being-wiped' into 'master'Kamil Trzciński2019-08-026-53/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GC::Profiler metrics fetching See merge request gitlab-org/gitlab-ce!31331