summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds visibility attr to projectsl-qa-staging-63-spam-issue-fix-ceSanad Liaquat2019-07-222-3/+5
|
* Merge branch '64784-re-name-regression' into 'master'Kushal Pandya2019-07-192-4/+45
|\ | | | | | | | | | | | | Fix regression in re-naming files Closes #64784 See merge request gitlab-org/gitlab-ce!30941
| * Fixed regression for re-naming files in WebIDE64784-re-name-regressionDenys Mishunov2019-07-192-4/+45
| |
* | Merge branch 'bjk/64064_cache_metrics' into 'master'Bob Van Landuyt2019-07-194-4/+29
|\ \ | | | | | | | | | | | | Adjust redis cache metrics See merge request gitlab-org/gitlab-ce!30572
| * | Adjust redis cache metricsBen Kochie2019-07-194-4/+29
|/ / | | | | | | | | | | * Remove `controller` and `action` labels from duration histogram. * Create a new simple counter for `controller` and `action`. * Adjust histogram buckets to observe smaller response times.
* | Merge branch 'qa/better-scope-one-more-test' into 'master'Sanad Liaquat2019-07-191-1/+3
|\ \ | | | | | | | | | | | | Better scope end-to-end test See merge request gitlab-org/gitlab-ce!30897
| * | Better scope end-to-end testqa/better-scope-one-more-testWalmyr Lima2019-07-181-1/+3
| | | | | | | | | | | | | | | Move test pre-conditions to before block, and leave only the test steps and verifications in the it block.
* | | Merge branch 'qa/better-scope-another-test' into 'master'Sanad Liaquat2019-07-191-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Better scope another end-to-end test See merge request gitlab-org/gitlab-ce!30896
| * | | Better scope end-to-end testqa/better-scope-another-testWalmyr Lima2019-07-181-3/+3
| |/ / | | | | | | | | | | | | | | | Move test pre-conditions to before block, remove unnecessary expectation, and leave only the test steps and verifications in the it block.
* | | Merge branch 'sl-qa-staging-66-quarantine-failing-spec' into 'master'Sanad Liaquat2019-07-191-1/+2
|\ \ \ | |_|/ |/| | | | | | | | Quarantine failing "rebase_merge_request_spec.rb" See merge request gitlab-org/gitlab-ce!30933
| * | Quarantine failing specsl-qa-staging-66-quarantine-failing-specSanad Liaquat2019-07-191-1/+2
| | |
* | | Merge branch 'fj-count-web-ide-merge-requests' into 'master'Nick Thomas2019-07-1913-13/+136
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Web IDE Usage Ping for Create SMAU Closes #63886 See merge request gitlab-org/gitlab-ce!30800
| * | | Added Usage Data for some Web IDE actionsFrancisco Javier López2019-07-1913-13/+136
|/ / / | | | | | | | | | | | | | | | | | | The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
* | | Merge branch 'qa/better-scode-test' into 'master'Walmyr2019-07-191-1/+3
|\ \ \ | | | | | | | | | | | | | | | | Better scope end-to-end test See merge request gitlab-org/gitlab-ce!30895
| * | | Better scope end-to-end testqa/better-scode-testWalmyr Lima2019-07-181-1/+3
| | |/ | |/| | | | | | | | | | Move test pre-conditions to before block, and leave only the test steps and verifications in the it block.
* | | Merge branch '64613-add-note-about-private-profile-in-docs' into 'master'Mike Lewis2019-07-191-0/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add a note about private_profile changes in 12.1 Closes #64613 See merge request gitlab-org/gitlab-ce!30772
| * | | Add a note about private_profile changes in 12.1Adam Hegyi2019-07-191-0/+3
|/ / /
* | | Merge branch 'docs-for-merge-train-parallel-pipelines' into 'master'Marcia Ramos2019-07-193-21/+27
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Documentations for parallel execution strategy for Merge Trains Closes #63369 See merge request gitlab-org/gitlab-ce!30661
| * | | Documentations for parallel execution strategy for Merge TrainsShinya Maeda2019-07-193-21/+27
|/ / / | | | | | | | | | | | | | | | | | | This commit adds a documentation for parallel pipelines on merge trains. Fix typo
* | | Merge branch 'add-endswith-to-polyfill' into 'master'Phil Hughes2019-07-191-0/+1
|\ \ \ | | | | | | | | | | | | | | | | Add endsWith to polyfill See merge request gitlab-org/gitlab-ce!30920
| * | | Add endsWith to polyfillSamantha Ming2019-07-191-0/+1
|/ / /
* | | Merge branch 'jramsay/metrics-reports-docs' into 'master'Marcia Ramos2019-07-191-0/+11
|\ \ \ | | | | | | | | | | | | | | | | Link Metrics Reports from merge request docs See merge request gitlab-org/gitlab-ce!30848
| * | | Link Metrics Reports from merge request docsJames Ramsay2019-07-191-0/+11
|/ / /
* | | Merge branch '64295-predictable-environment-slugs' into 'master'Lin Jen-Shin2019-07-195-71/+103
|\ \ \ | | | | | | | | | | | | | | | | Use predictable environment slugs See merge request gitlab-org/gitlab-ce!30551
| * | | Introduce predictable environment slugs64295-predictable-environment-slugsTiger2019-07-195-71/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If an environment slug is predictable given only the environment name, we can use the environment slug earlier in the CI variable evaluation process as we don't have to wait for the environment record itself to be persisted.
* | | | Merge branch '10009-ee-board' into 'master'Phil Hughes2019-07-192-1/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Removes EE differences for issue boards See merge request gitlab-org/gitlab-ce!30851
| * | | | Removes EE differences for issue boardsFilipa Lacerda2019-07-192-1/+23
|/ / / /
* | | | Merge branch 'docs-add-es-rake-task-blunceford' into 'master'Evan Read2019-07-191-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Added new ES rake task and troubleshooting step See merge request gitlab-org/gitlab-ce!30681
| * | | | Added new ES rake task and troubleshooting stepBlair Lunceford2019-07-191-0/+6
|/ / / /
* | | | Merge branch 'fix-lint-api-path-in-docs' into 'master'Evan Read2019-07-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
| * | | | Update lint.md to provide the correct path for the APIElliot Rushton2019-07-181-1/+1
| | | | |
* | | | | Merge branch 'docs/fix_index_typo' into 'master'Evan Read2019-07-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate word in Issues feature page See merge request gitlab-org/gitlab-ce!30919
| * | | | | Remove duplicate word in Issues feature pageRussell Dickenson2019-07-191-1/+1
|/ / / / /
* | | | | Merge branch 'docs/dast-analyzers' into 'master'Evan Read2019-07-191-0/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document all the available DAST variables Closes gitlab-ee#10122 See merge request gitlab-org/gitlab-ce!30801
| * | | | | Document all the available DAST variablesdocs/dast-analyzersAchilleas Pipinellis2019-07-161-0/+22
| | | | | |
* | | | | | Merge branch 'docs-gitlab-com-subscription-upgrade' into 'master'Evan Read2019-07-191-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docs for GitLab.com subscription upgrades See merge request gitlab-org/gitlab-ce!30910
| * | | | | | Add docs for GitLab.com subscription upgradesOswaldo Ferreira2019-07-191-0/+8
|/ / / / / /
* | | | | | Merge branch 'docs-interacting-components-to-reason-about' into 'master'Evan Read2019-07-192-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document interacting GitLab components and features See merge request gitlab-org/gitlab-ce!30813
| * | | | | | Document interacting GitLab components and featuresOswaldo Ferreira2019-07-192-0/+30
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab codebase, making it possible to break an existing feature. This commit expands documentation in that regard for developers.
* | | | | | Merge branch ↵Evan Read2019-07-194-0/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'georgekoltsov/64311-set-visibility-private-if-internal-restricted' into 'master' Set visibility level 'Private' for restricted Internal imported projects See merge request gitlab-org/gitlab-ce!30522
| * | | | | | Set Private visibility for restricted Internal imported projectsGeorge Koltsov2019-07-194-0/+31
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With https://gitlab.com/gitlab-org/gitlab-ee/issues/12388 change going live there is potential risk of breaking imports of 'Internal' projects. This change makes sure if 'Internal' visibility level is restricted all 'Internal' projects will be marked as 'Private' See: https://gitlab.com/gitlab-org/gitlab-ce/issues/64311
* | | | | | Merge branch 'docs-numbered-lists-lint' into 'master'Evan Read2019-07-1921-62/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update numbered lists and enforce docs standards See merge request gitlab-org/gitlab-ce!30218
| * | | | | | Update numbered lists for docs standardsMarcel Amirault2019-07-1921-62/+63
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
* | | | | | Merge branch 'docs-jivanvl-additional-panel-type-support' into 'master'Evan Read2019-07-193-1/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for panel types See merge request gitlab-org/gitlab-ce!30695
| * | | | | | Add documentation for panel typesJose Ivan Vargas2019-07-193-1/+60
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds documentation on how to add area and single stat panel types for the monitoring dashboards using custom yml files
* | | | | | Merge branch 'docs/cleanup-gitaly' into 'master'Evan Read2019-07-191-311/+359
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up the Gitaly docs Closes #64396 See merge request gitlab-org/gitlab-ce!30584
| * | | | | | Clean up Gitaly admin docsAchilleas Pipinellis2019-07-191-311/+359
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add missing path to Gitaly configuration - Properly list steps for Gitaly configurations - Move sections around
* | | | | | Merge branch 'fe-delete-old-boardservice' into 'master'Clement Ho2019-07-193-11/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | change BoardService in favor of boardsStore on board blank state of the component board See merge request gitlab-org/gitlab-ce!30546
| * | | | | add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía2019-07-193-11/+25
|/ / / / / | | | | | | | | | | | | | | | toHaveBeenCalledWith for the pre-defined labels test
* | | | | Merge branch 'winh-remove-gitlab-ui-visual-job' into 'master'Clement Ho2019-07-191-31/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove gitlab:ui:visual job Closes #64666 See merge request gitlab-org/gitlab-ce!30918