- 10 Jun, 2020 40 commits
-
-
Phil Hughes authored
Display iterations list Closes #214713 See merge request gitlab-org/gitlab!31335
-
Simon Knox authored
Adds a GraphQL type for Sprints as well as adding it to Issues/Projects/Groups and adding an Issue::SetSprint and Group::CreateSprint mutators.
-
Shinya Maeda authored
Prefer to use symbols for feature flag names See merge request gitlab-org/gitlab!34258
-
Jan Provaznik authored
Ban rails default_scope usage See merge request gitlab-org/gitlab!33847
-
Rémy Coutable authored
Remove allow_concurrency setting Closes #220947 See merge request gitlab-org/gitlab!34195
-
Dmytro Zaporozhets authored
Add blobs to SnippetType See merge request gitlab-org/gitlab!33657
-
Amparo Luna authored
-
Jan Provaznik authored
Add missing topology metrics to usage ping See merge request gitlab-org/gitlab!33191
-
Matthias Käppler authored
- node CPU - service memory - service process count
-
Nick Thomas authored
`default_scope` is an AR-reserved word and we're introducing a cop to ban it, so this is a simple thing we can do to avoid a conflict. More generally, we should never have used this name, since overriding AR methods can have all sorts of pain.
-
Nick Thomas authored
This AR method does more harm than good, especially in large codebases. https://github.com/rubocop-hq/rubocop-rails/issues/76 lists these bits of evidence against it: * https://rails-bestpractices.com/posts/2013/06/15/default_scope-is-evil/ * https://andycroll.com/ruby/dont-use-default-scope/ * https://stackoverflow.com/questions/25087336/why-is-using-the-rails-default-scope-often-recommend-against/
-
Kamil Trzciński authored
This prefers to use symbols where possible for feature flag names
-
Phil Hughes authored
Fix infinite loop when rendering merge request file tree See merge request gitlab-org/gitlab!34153
-
Mark Florian authored
Fix search filters not clearing on clear button click Closes #220828 See merge request gitlab-org/gitlab!34137
-
Rémy Coutable authored
Restore the `dependency_scanning` job See merge request gitlab-org/gitlab!34203
-
charlie ablett authored
Add Evidence to Releases GraphQL endpoint See merge request gitlab-org/gitlab!33254
-
Jan Provaznik authored
Fix pagination for resource label events See merge request gitlab-org/gitlab!33821
-
Andreas Brandl authored
Mark jsonb as supported See merge request gitlab-org/gitlab!34252
-
Phil Hughes authored
Add Tracking for Invite Members on assignees dropdown Closes #219152 See merge request gitlab-org/gitlab!33977
-
Doug Stull authored
- to measure how successful adding invite members link is to assignee dropdown
-
Rémy Coutable authored
CI: update review-apps for unicorn to webservice change Closes #216315 See merge request gitlab-org/gitlab!30899
-
Kamil Trzciński authored
We support jsonb for quite some time.
-
Achilleas Pipinellis authored
Put reference architecture instructions for 2k in one page See merge request gitlab-org/gitlab!31515
-
Nick Gaskill authored
-
Kushal Pandya authored
Support grafana links See merge request gitlab-org/gitlab!34003
-
Kushal Pandya authored
Fix typo in getVueFileListLfsBadge.query.graphql See merge request gitlab-org/gitlab!34154
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/217816 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33254
-
Achilleas Pipinellis authored
Elasticsearch Performance Monitoring docs See merge request gitlab-org/gitlab!34145
-
Thong Kuah authored
Add docs for installing Prometheus using GitLab CI/CD See merge request gitlab-org/gitlab!33807
-
Thong Kuah authored
Also amend Elasticstack MR to use GitLab MR
-
Nicolò Maria Mezzopera authored
Fix design note scrolling See merge request gitlab-org/gitlab!33939
-
Natalia Tepluhina authored
Here we improve the test case for when we are trying to ensure that a user without adminNote permission is unable to move an existing note. Previously, we were testing arbitrary details of the component. Here, we simplify to test only the outcome w.r.t the DOM (in this case, the element's `style` tag).
-
Kushal Pandya authored
Refactor GlMentions component See merge request gitlab-org/gitlab!34187
-
Shinya Maeda authored
Make Fixed Email Notification GA (V2) Closes #212281, #212282, #212278, #211336, #211331, and #24309 See merge request gitlab-org/gitlab!28338
-
Nicolò Maria Mezzopera authored
Migrate lazy_loader_spec to Jest See merge request gitlab-org/gitlab!33455
-
Paul Slaughter authored
- Introduces mock_dom_observer which can be used to manually trigger MutationObserver or IntersectionObserver
-
Heinrich Lee Yu authored
Fix frontend feature flag save_issuable_health_status Closes #220441 See merge request gitlab-org/gitlab!33921
-
Achilleas Pipinellis authored
Update Advanced Global Search rollout status in documentation See merge request gitlab-org/gitlab!33902
-
Changzheng Liu authored
-
Rémy Coutable authored
Fix flaky ActionCable logging spec Closes #220140 See merge request gitlab-org/gitlab!33995
-