summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy Kubernetes #actual_namespace61935-remove-code-left-over-from-when-clusters-were-always-project-specificTiger2019-05-2115-106/+94
| | | | | | | | | | | | | | | | | | When Kubernetes clusters were originally built they could only exist at the project level, and so there was logic included that assumed there would only ever be a single Kubernetes namespace per cluster. We now support clusters at the group and instance level, which allows multiple namespaces. This change consolidates various project-specific fallbacks to generate namespaces, and hands all responsibility to the Clusters::KubernetesNamespace model. There is now no concept of a single namespace for a Clusters::Platforms::Kubernetes; to retrieve a namespace a project must now be supplied in all cases. This simplifies upcoming work to use a separate Kubernetes namespace per project environment (instead of a namespace per project).
* Merge branch 'docs-ci-variable-types-usage-example' into 'master'Achilleas Pipinellis2019-05-213-2/+23
|\ | | | | | | | | Docs: Update documentation with CI variable types usage example See merge request gitlab-org/gitlab-ce!28515
| * Add CI variable types usage exampleKrasimir Angelov2019-05-213-2/+23
|/ | | | | | Update documentation with example how to use CI variable types. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
* Merge branch 'docs-improve-insights-documentation' into 'master'Achilleas Pipinellis2019-05-214-7/+20
|\ | | | | | | | | Document how to access the Insights page See merge request gitlab-org/gitlab-ce!28488
| * Document how to access the Insights pagedocs-improve-insights-documentationRémy Coutable2019-05-214-7/+20
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'docs-update-deploy-chat-notifications' into 'master'Achilleas Pipinellis2019-05-213-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Update Docs for Chat Notifications Closes #61867 See merge request gitlab-org/gitlab-ce!28510
| * | Update documentation for chat notifications on deployment eventsJason Goodman2019-05-213-0/+2
|/ / | | | | | | | | Update configuration screenshots for Slack and Mattermost Update list of events for Mattermost
* | Merge branch 'patch-59' into 'master'Douwe Maan2019-05-211-0/+1
|\ \ | | | | | | | | | | | | Clarify case for feature flags See merge request gitlab-org/gitlab-ce!28424
| * | Move the line up in the listpatch-59Sarah Groff Hennigh-Palermo2019-05-201-1/+1
| | |
| * | Clarify case for feature flagsSarah Groff Hennigh-Palermo2019-05-171-0/+1
| | |
* | | Merge branch '61928-remove-throttle-from-dirty-submit' into 'master'Kushal Pandya2019-05-213-31/+97
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make throttling in the dirty_submit form check smarter Closes #61928 See merge request gitlab-org/gitlab-ce!28377
| * | | Fix throttling issue in form dirty checking61928-remove-throttle-from-dirty-submitNathan Friend2019-05-173-31/+97
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes an issue that was causing the "Save changes" button to be incorrectly enabled or disabled when changes were made to a form. (Specifically, some of the subsections in the project settings pages.)
* | | | Merge branch 'js-i18n-l' into 'master'Kushal Pandya2019-05-213-8/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | i18n JS files starting with l See merge request gitlab-org/gitlab-ce!28065
| * | | | I18N of files starting with ljs-i18n-lBrandon Labuschagne2019-05-183-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | Merge branch 'patch-55' into 'master'Kamil Trzciński2019-05-212-9/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Jobs should be better isolated to avoid interference with other `image` or... See merge request gitlab-org/gitlab-ce!28213
| * | | | | Jobs should be better isolated to avoid interference with other `image` or ↵Luca Orlandi2019-05-212-9/+17
|/ / / / / | | | | | | | | | | | | | | | `before_script` statements.
* | | | | Merge branch 'haml-lint-no-plain-nodes' into 'master'Jan Provaznik2019-05-214-0/+666
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add HamlLint::Linter::NoPlainNodes linter See merge request gitlab-org/gitlab-ce!28265
| * | | | | Add HamlLint::Linter::NoPlainNodes linterhaml-lint-no-plain-nodesLuke Bennett2019-05-204-0/+666
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple haml_lint linter to report all plain nodes. "Plain nodes" in HAML are scritpless plaintext leaf nodes. Add haml-lint_todo to onboard new haml linters. Excludes existing NoPlainNodes lints.
* | | | | | Merge branch '62066-use-batchmodelloader-for-grouptype' into 'master'Sean McGivern2019-05-212-2/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `BatchModelLoader` for GroupType Closes #62066 See merge request gitlab-org/gitlab-ce!28504
| * | | | | | Use BatchModelLoader for parent in GroupType62066-use-batchmodelloader-for-grouptypeBrett Walker2019-05-202-2/+36
| | | | | | |
* | | | | | | Merge branch 'mc-make-diff-content-partial-use-model-method' into 'master'Sean McGivern2019-05-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes 'diff/content' partial use instance method See merge request gitlab-org/gitlab-ce!28500
| * | | | | | | Makes 'diff/content' partial use instance methodMayra Cabrera2019-05-211-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | There's a method defined on viewer that does the conditional.
* | | | | | | Merge branch 'default-attempt-project-search' into 'master'Sean McGivern2019-05-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set attempt project search optimizations flag to default_enabled Closes #60452 See merge request gitlab-org/gitlab-ce!28474
| * | | | | | | Set attempt project search optimizations flag to default_enabledLuke Picciau2019-05-211-1/+1
|/ / / / / / /
* | | | | | | Merge branch 'project-branches-scb' into 'master'Phil Hughes2019-05-211-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in projects branches Closes gitlab-ee#10498 See merge request gitlab-org/gitlab-ce!28521
| * | | | | | | Resolve CE/EE diffs in projects branchesproject-branches-scbLuke Bennett2019-05-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | | Merge branch 'import-github-scb' into 'master'Phil Hughes2019-05-211-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve CE/EE diffs in import github Closes gitlab-ee#10497 See merge request gitlab-org/gitlab-ce!28523
| * | | | | | | | Resolve CE/EE diffs in import githubimport-github-scbLuke Bennett2019-05-211-0/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Part of single codebase changes.
* | | | | | | | Merge branch 'js-i18n-p-r' into 'master'Tim Zallmann2019-05-214-6/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n JS files starting with p or r See merge request gitlab-org/gitlab-ce!28168
| * | | | | | | | I18N JS files starting with p or rjs-i18n-p-rBrandon Labuschagne2019-05-174-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | Merge branch 'qa-tag-report-section-expand' into 'master'Sanad Liaquat2019-05-211-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a QA tag to the report component expand button See merge request gitlab-org/gitlab-ce!28416
| * | | | | | | | | Apply suggestion to app/assets/javascripts/reports/components/report_section.vueqa-tag-report-section-expandAleksandr Soborov2019-05-201-1/+1
| | | | | | | | | |
| * | | | | | | | | Added a QA tag to the report component expand buttonAleksandr Soborov2019-05-171-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'js-i18n-c-d' into 'master'Phil Hughes2019-05-213-14/+24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n of JS files starting with c or d See merge request gitlab-org/gitlab-ce!28007
| * | | | | | | | | | I18N of js files starting with c or dBrandon Labuschagne2019-05-213-14/+24
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | | Merge branch 'js-i18n-import-projects' into 'master'Phil Hughes2019-05-211-2/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internationalisation of import_projects directory See merge request gitlab-org/gitlab-ce!27681
| * | | | | | | | | | Internationalisation of import_projects directoryBrandon Labuschagne2019-05-211-2/+4
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | | Merge branch 'remove-unnecessary-bind-in-gettext' into 'master'Tim Zallmann2019-05-211-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary bind call during translation See merge request gitlab-org/gitlab-ce!28393
| * | | | | | | | | | Remove unnecessary bind callremove-unnecessary-bind-in-gettextMark Florian2019-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was creating, calling and throwing away a brand new bound function on every single call to `gettext`. This is wasteful, as the original function can be called directly in such a way that `this` is bound correctly.
* | | | | | | | | | | Merge branch ↵Filipa Lacerda2019-05-212-4/+9
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '10091-move-ee-differences-for-app-assets-javascripts-pages-milestones-shared-components-promote_milestone_modal-vue' into 'master' Resolved EE differences in promote milestone modal vue component See merge request gitlab-org/gitlab-ce!28114
| * | | | | | | | | | | Resolved EE differences in promote milestone modal vue componentConstance Okoghenun2019-05-212-4/+9
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created shared mixins for modal content
* | | | | | | | | | | Merge branch 'repo-list-table-component' into 'master'Filipa Lacerda2019-05-219-12/+163
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added table component for file listing See merge request gitlab-org/gitlab-ce!28334
| * | | | | | | | | | | Added table component for files listingPhil Hughes2019-05-209-12/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* | | | | | | | | | | | Merge branch 'add-allow_failure-to-job-api' into 'master'James Lopez2019-05-215-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add allow_failure attribute to Job API Closes #50813 See merge request gitlab-org/gitlab-ce!28406
| * | | | | | | | | | | | Add allow_failure attribute to Job APIFabio Pitino2019-05-215-1/+18
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50813
* | | | | | | | | | | | Merge branch 'mark-comment-resolved' into 'master'Filipa Lacerda2019-05-212-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change resolve button text to mark comment as resolved Closes #61084 See merge request gitlab-org/gitlab-ce!28484
| * | | | | | | | | | | | Change resolve button text to mark comment as resolvedmark-comment-resolvedAnnabel Dunstone Gray2019-05-202-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'graphql-vision-docs' into 'master'Douwe Maan2019-05-211-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First pass at a graphql vision See merge request gitlab-org/gitlab-ce!27959
| * | | | | | | | | | | | | First pass at a graphql visionNick Thomas2019-05-011-1/+14
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'bw-fix-merge-request-docs' into 'master'Douwe Maan2019-05-211-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Checkout locally by adding a git alias" needs small change See merge request gitlab-org/gitlab-ce!28330