- 10 Jun, 2020 40 commits
-
-
Emily Ring authored
Pass Img tags through rails and add icon to javascripts/clusters_list Updated serializers to include provider type Update associated tests
-
Kushal Pandya authored
Remove findAssignee logic from issue model See merge request gitlab-org/gitlab!32238
-
Marvin Karegyeya authored
-
Kushal Pandya authored
Remove addMilestone logic from issue model See merge request gitlab-org/gitlab!32235
-
Marvin Karegyeya authored
-
Mark Florian authored
Merge branch '218545-refactor-container-registry-frontend-code-to-ease-community-contribution' into 'master' Refactor tags table to own component Closes #219792 See merge request gitlab-org/gitlab!34059
-
Nicolò Maria Mezzopera authored
- new component - unit tests - snapshots
-
Kushal Pandya authored
Remove removeLabel logic to from issue model See merge request gitlab-org/gitlab!32251
-
Marvin Karegyeya authored
-
Illya Klymov authored
Resolve "Refactor issues analytics filter handling" See merge request gitlab-org/gitlab!33953
-
Brandon Labuschagne authored
Migrate issues analytics filters from being stored as a string to an object. Required in order to better handle transformation of params for different endpoint requirements.
-
Kushal Pandya authored
Remove removelabels logic from issues model See merge request gitlab-org/gitlab!32252
-
Marvin Karegyeya authored
-
Illya Klymov authored
Web IDE: Move some file props away from the file object See merge request gitlab-org/gitlab!33870
-
Himanshu Kapoor authored
Moved to ide_status_list.vue, and eol is computed based on file's contents.
-
Kushal Pandya authored
Remove removeMultipleIssues function logic from list model See merge request gitlab-org/gitlab!32254
-
Marvin Karegyeya authored
-
Illya Klymov authored
Fix default path when creating project from group template Closes #26563 See merge request gitlab-org/gitlab!30597
-
Lee Tickett authored
-
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
-