- 24 Dec, 2019 16 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sean McGivern authored
Merge branch '25250-can-t-use-quick-action-to-set-milestone-when-the-project-only-has-milestones-from-parent-group' into 'master' Fix milestone quick action for ancestor group milestones See merge request gitlab-org/gitlab!22231
-
Stan Hu authored
Add back Gitaly feature flag for cache invalidation See merge request gitlab-org/gitlab!22106
-
Paul Okstad authored
Part of https://gitlab.com/gitlab-org/gitaly/issues/2292 Related to https://gitlab.com/gitlab-org/gitaly/issues/2288 This change is essentially a revert of https://gitlab.com/gitlab-org/gitlab/merge_requests/18766. Due to an issue found in production (see https://gitlab.com/gitlab-com/gl-infra/production/issues/1501#note_262058610), the cache invalidator needs to be disabled until the cache walker is able to remove empty directories. This feature flag will allow us to reenable the cache invalidator when we are ready to test the updated cache walker.
-
Dmitriy Zaporozhets authored
Improve specs by defining anonymous instead of named classes Closes #119104 See merge request gitlab-org/gitlab!22094
-
Kushal Pandya authored
Update comments, specify new path to spec See merge request gitlab-org/gitlab!22223
-
Kushal Pandya authored
Decorate rich_text with word-diff highlights See merge request gitlab-org/gitlab!22182
-
Kerri Miller authored
-
Marcel Amirault authored
Document `CI_MERGE_REQUEST_EVENT_TYPE` Closes #37482 See merge request gitlab-org/gitlab!22145
-
Marcel Amirault authored
Add changes to default behaviour in docs See merge request gitlab-org/gitlab!21975
-
Evan Read authored
-
Ray Paik authored
docs - Added myself (Jan Urbanec) as czech proofreader. See merge request gitlab-org/gitlab!21906
-
Heinrich Lee Yu authored
Handles ancestor group milestones by passing in the ancestor group ids to MilestonesFinder
-
Heinrich Lee Yu authored
Show sample metrics for an environment without prometheus Closes #36255 See merge request gitlab-org/gitlab!22133
-
Kirstie Cook authored
-
Heinrich Lee Yu authored
Fix GitLab Pages deployments not working Closes #12166 and #121660 See merge request gitlab-org/gitlab!22228
-
- 23 Dec, 2019 24 commits
-
-
Ash McKenzie authored
Add expectation in Gitlab::ImportExport::GroupTreeSaver specs See merge request gitlab-org/gitlab!22214
-
Russell Dickenson authored
Fix setup order in Elasticsearch docs See merge request gitlab-org/gitlab!21930
-
Stan Hu authored
The deployment of https://gitlab.com/gitlab-org/gitlab/merge_requests/20154 broke new deployments of GitLab Pages. The call to `project.feature_available?(:pages_size_limit)` failed with this error: ``` Use `License.feature_available?` for features that cannot be restricted to only a subset of projects or namespaces ``` Since `GLOBAL_FEATURES` includes `pages_size_limit`, we must call `License.feature_available?(:pages_size_limit)` instead to be consistent with `EE::GlobalPolicy`. Closes https://gitlab.com/gitlab-org/gitlab/issues/12166
-
Michael Kozono authored
Refactor Prometheus Adapter to take in cluster See merge request gitlab-org/gitlab!22191
-
Heinrich Lee Yu authored
Add Gitlab version and revision to export See merge request gitlab-org/gitlab!22108
-
Heinrich Lee Yu authored
Revert "Merge branch 'eb-no-keep-report-artifacts' into 'master'" Closes #121663 See merge request gitlab-org/gitlab!22225
-
Michael Kozono authored
Add Istio API group to kubeclient See merge request gitlab-org/gitlab!22185
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/issues/33559
-
Mayra Cabrera authored
Implement saving config content for pipelines See merge request gitlab-org/gitlab!21827
-
Furkan Ayhan authored
Besides .gitlab-ci.yml file, there are other factors that affect pipeline creation. So we need to store the content of its configuration.
-
Mayra Cabrera authored
Merge branch '34638-remove-ignoring-of-merge_requests_require_code_owner_approval-column-on-projects' into 'master' Resolve "Remove ignoring of `merge_requests_require_code_owner_approval` column on projects" See merge request gitlab-org/gitlab!22197
-
Kerri Miller authored
-
Stan Hu authored
This reverts merge request !21553
-
Lin Jen-Shin authored
Start to use the 'rules' keyword for the 'package-and-qa' job See merge request gitlab-org/gitlab!21945
-
Paul Slaughter authored
Replace Vue key=index in licenses list table See merge request gitlab-org/gitlab!21566
-
Allen Lai authored
**Why?** In Vue, lists are not re-rendered, but patched when new props come. This can cause issues when items which are actually different share the same key. - https://gitlab.com/gitlab-org/gitlab/issues/39126
-
Sean McGivern authored
Raise support bot permission to reporter See merge request gitlab-org/gitlab!21948
-
Alexander Oleynikov authored
-
Tanya Pazitny authored
Certify the 5K user reference architecture in the docs Closes gitlab-org/quality/performance#126 See merge request gitlab-org/gitlab!21526
-
Tanya Pazitny authored
Certify the 2K user reference architecture in the docs Closes gitlab-org/quality/performance#58 See merge request gitlab-org/gitlab!21525
-
Sean McGivern authored
Remove after_initialize, before_validation for discussion_id on Note See merge request gitlab-org/gitlab!22128
-
David Wilkins authored
- We're already overridding the `discussion_id` method in Note. The after_initialize callback is meant to ensure there's a discussion_id for all notes if there wasn't one created (or it got deleted?) - after_initialize runs Ruby code for _every_ instantiation whether it needs to or not. I've found this to cause performance problems.
-
Felipe Artur authored
When service desk is enabled suport bot receives reporter permissions. This allows quick actions present on service desk issue templates to be applied.
-
Lin Jen-Shin authored
Return 503 error when metrics dashboard has no connectivity Closes #39162 See merge request gitlab-org/gitlab!22140
-