summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Admin area user access level radio button labelsDrew Blessing2019-08-052-2/+7
| | | | | | | In the admin user edit form, access level radio button labels didn't have the correct 'for' value. Clicking on the label did not select the radio button. This makes usability a bit nicer since the click area is increased when the label is clickable.
* Merge branch '64831-add-padding-to-merged-by-widget' into 'master'Clement Ho2019-08-054-19/+15
|\ | | | | | | | | | | | | Resolve "Add padding to "merged by" widget" Closes #64831 See merge request gitlab-org/gitlab-ce!30972
| * Revert "Make status icon in merge widget borderless"Marcel van Remmerden2019-08-054-19/+15
|/ | | | This reverts commit c3751046d217008404a0bd371e59d6ffd6734923.
* Merge branch 'renovate/gitlab-ui-5.x' into 'master'Clement Ho2019-08-052-5/+5
|\ | | | | | | | | Update dependency @gitlab/ui to v5.14.0 See merge request gitlab-org/gitlab-ce!31482
| * Update dependency @gitlab/ui to v5.14.0Lukas Eipert2019-08-052-5/+5
| |
* | Merge branch 'rz_extend_plugins' into 'master'Evan Read2019-08-051-1/+31
|\ \ | | | | | | | | | | | | Add example to plugins file See merge request gitlab-org/gitlab-ce!30508
| * | Add example to plugins fileRonald van Zon2019-08-051-1/+31
|/ /
* | Merge branch 'docs-add-gitlabci-file' into 'master'Evan Read2019-08-051-0/+7
|\ \ | | | | | | | | | | | | Add description how to set custom CI file See merge request gitlab-org/gitlab-ce!31445
| * | Add description how to set custom CI fileAlexander Tanayno2019-08-051-0/+7
|/ /
* | Merge branch 'fix-name-vs-path-problem-for-cycle-analytics' into 'master'Mayra Cabrera2019-08-0513-31/+43
|\ \ | | | | | | | | | | | | Fix error on project name See merge request gitlab-org/gitlab-ce!31471
| * | Fix error on project nameGosia Ksionek2019-08-0513-31/+43
|/ / | | | | | | Add project path to sql query to build proper path
* | Update CHANGELOG.md for 12.1.4GitLab Release Tools Bot2019-08-055-20/+13
| | | | | | [ci skip]
* | Merge branch '26866-api-endpoint-to-list-the-docker-images-tags-of-a-group' ↵Mayra Cabrera2019-08-0516-65/+371
|\ \ | | | | | | | | | | | | | | | | | | into 'master' Resolve "API endpoint to list the Docker images/tags of a group" See merge request gitlab-org/gitlab-ce!30817
| * | Add group level container repository endpointsSteve Abrams2019-08-0516-65/+371
|/ / | | | | | | | | | | | | API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
* | Merge branch 'sh-disable-redis-peek' into 'master'Douglas Barbosa Alexandre2019-08-052-0/+10
|\ \ | | | | | | | | | | | | Only track Redis calls if Peek is enabled See merge request gitlab-org/gitlab-ce!31438
| * | Only track Redis calls if Peek is enabledsh-disable-redis-peekStan Hu2019-08-022-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | In dev environments, Sidekiq was encountering the message: Circular dependency detected while autoloading constant Gitlab::Profiler This saves some overhead during normal usage.
* | | Merge branch '64675-Dashboard-URL-legend-border' into 'master'Clement Ho2019-08-052-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removed external dashboard legend border Closes #64675 See merge request gitlab-org/gitlab-ce!31407
| * | | Removed external dashboard legend borderOlena Horal-Koretska2019-08-052-0/+7
|/ / /
* | | Merge branch ↵Clement Ho2019-08-052-5/+7
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '63474-applying-a-quick-action-does-not-show-the-correct-message' into 'master' Fixed bug from extra parenthesis Closes #63474 See merge request gitlab-org/gitlab-ce!31479
| * | Fixed bug from extra parenthesis63474-applying-a-quick-action-does-not-show-the-correct-messageDonald Cook2019-08-052-5/+7
| | |
* | | Merge branch 'docs-debug-cody' into 'master'Evan Read2019-08-052-0/+29
|\ \ \ | | | | | | | | | | | | | | | | Bring diagnostics_tools.md from debug project to docs See merge request gitlab-org/gitlab-ce!31399
| * | | Bring diagnostics_tools.md from debug project to docsMarcel Amirault2019-08-052-0/+29
|/ / /
* | | Merge branch 'docs-quick-action-labels' into 'master'Evan Read2019-08-051-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document when quotes aren't needed for quick actions Closes #63735 See merge request gitlab-org/gitlab-ce!31338
| * | | Document when quotes aren't needed for quick actionsSean McGivern2019-08-051-0/+13
|/ / /
* | | Merge branch 'add-missing-timezone-legacy-artifacts' into 'master'Stan Hu2019-08-051-6/+12
|\ \ \ | | | | | | | | | | | | | | | | Add missing timezone when copying legacy artifacts (ci_builds) See merge request gitlab-org/gitlab-ce!31447
| * | | Add missing timezone to legacy artifacts (ci_builds)David H. Wilkins2019-08-041-6/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ci_builds.artifacts_expire_at are copied to ci_job_artifacts.expire_at with incorrect timestamps when the database timezone is NOT utc - ci_builds.artifacts_expire_at is `timestamp without time zone` and ci_job_artifacts.expire_at is `timestamp with time zone` on postgresql - Tests fail locally for `rspec ./spec/lib/gitlab/import_export/import_export_spec.rb` without this change
* | | Merge branch 'jts/update-security-doc' into 'master'Robert Speicher2019-08-052-11/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updates security templates [ci skip] See merge request gitlab-org/gitlab-ce!31431
| * | | Updates security templatesJohn Skarbek2019-08-052-11/+11
|/ / /
* | | Merge branch 'explicit-helm-factory-certs' into 'master'Michael Kozono2019-08-052-0/+23
|\ \ \ | | | | | | | | | | | | | | | | Use stubbed key and certificate in Helm factory See merge request gitlab-org/gitlab-ce!31169
| * | | Use stubbed certificate and key in Helm factoryexplicit-helm-factory-certsTiger2019-08-012-0/+23
| | | |
* | | | Merge branch 'id-fix-diverging-counts' into 'master'Stan Hu2019-08-051-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Use select instead of filter to support 2.5 See merge request gitlab-org/gitlab-ce!31480
| * | | | Use select instead of filter to support 2.5Igor2019-08-051-1/+1
|/ / / /
* | | | Merge branch '64016-add-shell-style-guide-link-to-development-page' into ↵34558-clean-up-cohortsMarcia Ramos2019-08-051-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add shell scripting guides to development README Closes #64016 See merge request gitlab-org/gitlab-ce!31467
| * | | | Add shell scripting guides to development READMEVictor Zagorodny2019-08-051-0/+4
|/ / / /
* | | | Merge branch 'bjk/worker_scale_doc' into 'master'Achilleas Pipinellis2019-08-051-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update Unicorn Worker recommendation See merge request gitlab-org/gitlab-ce!31404
| * | | | Update Unicorn Worker recommendationbjk/worker_scale_docBen Kochie2019-08-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the Unicorn worker documentation based on the new scaling formula. https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4535
* | | | | Merge branch 'rz_es_update' into 'master'Achilleas Pipinellis2019-08-051-9/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs - Strongly discourage installing ES on the same server as GitLab See merge request gitlab-org/gitlab-ce!30169
| * | | | | Docs - Strongly discourage installing ES on the same server as GitLabRonald van Zon2019-08-051-9/+12
|/ / / / /
* | | | | Merge branch ↵Douwe Maan2019-08-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '11467-remove-feature-flag-for-visual-review-app-button-ce-backport' into 'master' Remove visual review app feature flag See merge request gitlab-org/gitlab-ce!31429
| * | | | | Remove visual review app feature flag11467-remove-feature-flag-for-visual-review-app-button-ce-backportshampton2019-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the CE backport for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14958 Now that we are confident with the visual review app link being there, we are removing the feature flag entirely.
* | | | | | Merge branch 'improve-mr-enhance-style-of-the-shared-runners-limit' into ↵Kushal Pandya2019-08-052-9/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Refactor passing props to jobs/index.js See merge request gitlab-org/gitlab-ce!31472
| * | | | | | Refactor passing props to jobs/index.jsAmmar Alakkad2019-08-052-9/+22
| | | | | | |
* | | | | | | Merge branch 'bvl-use-group-codeowners' into 'master'Douwe Maan2019-08-051-7/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Use groups in CODEOWNERS file See merge request gitlab-org/gitlab-ce!31477
| * | | | | | Use groups in CODEOWNERS fileBob Van Landuyt2019-08-051-7/+7
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's dogfood https://gitlab.com/gitlab-org/gitlab-ce/issues/53182 That way we don't need to keep this file up to date.
* | | | | | Merge branch '64729-update-troubleshooting-for-gzip-error-in-backup-docs' ↵Achilleas Pipinellis2019-08-051-0/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Update troubleshooting for gzip error in backup docs" Closes #64729 See merge request gitlab-org/gitlab-ce!30884
| * | | | | | Resolve "Update troubleshooting for gzip error in backup docs"Alexander Strachan2019-08-051-0/+19
|/ / / / / /
* | | | | | Merge branch 'ce-62234-custom-metrics-help-text' into 'master'Achilleas Pipinellis2019-08-053-32/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify requirements for custom metrics in docs See merge request gitlab-org/gitlab-ce!31286
| * | | | | | Add help text next to Custom Metrics sectionReuben Pereira2019-08-053-32/+38
|/ / / / / / | | | | | | | | | | | | | | | | | | - Also add requirements to the docs for custom metrics.
* | | | | | Merge branch 'docs/update-gitaly-troubleshooting' into 'master'Achilleas Pipinellis2019-08-051-1/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Gitaly troubleshooting See merge request gitlab-org/gitlab-ce!30924
| * | | | | | Update Gitaly troubleshootingCindy Pallares 🦉2019-08-051-1/+10
|/ / / / / /