summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestion to doc/user/group/index.mdChristie Lenneville2019-05-211-3/+9
|
* Apply suggestion to doc/user/group/index.mdChristie Lenneville2019-05-211-1/+1
|
* Removed "select", since the dropdown functions more like a modalChristie Lenneville2019-05-211-1/+1
|
* Update doc/user/group/index.md fileChristie Lenneville2019-05-211-107/+89
|
* Merge branch 'docs/elastic' into 'master'Evan Read2019-05-211-2/+22
|\ | | | | | | | | Port elasticsearch.md changes to EE See merge request gitlab-org/gitlab-ce!28549
| * Port elasticsearch.md changes to EEAchilleas Pipinellis2019-05-211-2/+22
| |
* | Merge branch 'tokiuji-master-patch-07403' into 'master'Rémy Coutable2019-05-211-1/+0
|\ \ | |/ |/| | | | | delete japanese proofreader See merge request gitlab-org/gitlab-ce!28530
| * delete japanese proofreaderYamana Tokiuji2019-05-211-1/+0
| |
* | 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