- 30 Oct, 2020 40 commits
-
-
Sean McGivern authored
Most feature categories aren't used at all yet, even on GitLab.com. This meant we generated a huge amount of series that would never change. As a compromise between initialising nothing (and having gaps, plus unpredictable memory usage in Prometheus) and initialising everything (explosion in number of series), we only initialise for the top five categories as of today, plus the default category of `unknown`. The top five categories do include `not_owned`, but that's probably OK.
-
Mark Florian authored
Covarege fuzzing - Fix typo in help path See merge request gitlab-org/gitlab!46527
-
Sean McGivern authored
Pass environment to check threads See merge request gitlab-org/gitlab!46363
-
Robert May authored
This ensures the git environment is passed to the parallel check threads.
-
Sean McGivern authored
Add feature categories to endpoints, part 4 See merge request gitlab-org/gitlab!46470
-
Sean McGivern authored
Refactor coverage badge spec See merge request gitlab-org/gitlab!46400
-
Peter Leitzen authored
Clarify that external users cannot access all internal See merge request gitlab-org/gitlab!46087
-
Ben Bodenmiller authored
for Clarify that external users cannot access all internal
-
Nick Thomas authored
Lazy authorization for GraphQL types See merge request gitlab-org/gitlab!45263
-
Alex Kalderimis authored
This promise abstracts over a few different kinds of laziness we have, without coupling super tightly to the GitlabSchema.
-
Vitali Tatarintev authored
Fix typo in MR CSV export See merge request gitlab-org/gitlab!46354
-
Max Woolf authored
Fixes a reference to merge_requests in an email template.
-
Natalia Tepluhina authored
Merge branch '229300-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-app-assets-javascripts-vue_shared' into 'master' Migrate button to GlButton in …/markdown/toolbar.vue See merge request gitlab-org/gitlab!46041
-
Jeremy Elder authored
Migrating buttons in Vue and also HAML for parity
-
James Lopez authored
Fix ClusterReindexingService infinite loop See merge request gitlab-org/gitlab!46224
-
Dmitry Gruzd authored
-
Jan Provaznik authored
Refactor echo resolver See merge request gitlab-org/gitlab!46533
-
Phil Hughes authored
Fix Vue Labels Select dropdown keyboard scroll See merge request gitlab-org/gitlab!43874
-
James Lopez authored
Add ContainerRepositories API See merge request gitlab-org/gitlab!46495
-
charlie ablett authored
- use current_user method - add GraphQL type - add a field options test - refactor test
-
James Lopez authored
Synch dismissal information between vulnerabilities and findings See merge request gitlab-org/gitlab!46141
-
Mayra Cabrera authored
Define a new home page for pipeline authoring See merge request gitlab-org/gitlab!45515
-
Miguel Rincon authored
This change adds a new page and menu item for the pipeline authoring page behind the feature flag `:ci_pipeline_authoring_page`. It adds the boilerplate for adding Vue scripts into the page. Updated feature tests that check for an "Edit" link, so they can be more precise.
-
Bob Van Landuyt authored
Resolve "Follow-up from "Add Sample Data" - Move clear_consumed_relations logic to main consume_relation method" See merge request gitlab-org/gitlab!45754
-
Nikola Milojevic authored
- add param for mark_as_consumed
-
Vitaly Slobodin authored
Removed ACE editor from the codebase See merge request gitlab-org/gitlab!46420
-
Denys Mishunov authored
-
Lin Jen-Shin authored
Fixup Feature Flags Link in Search Bar Results See merge request gitlab-org/gitlab!45803
-
Jason Goodman authored
Hide feature flags link if user does not have permissions Use let_it_be in search bar spec
-
Kushal Pandya authored
Introduce alert mapping builder feature flag See merge request gitlab-org/gitlab!46437
-
Olena Horal-Koretska authored
-
Heinrich Lee Yu authored
Create & use an Experimentation::GroupTypes module See merge request gitlab-org/gitlab!46392
-
Fernando authored
- Add missing underscore
-
Mark Chao authored
Fix CI artifacts not uploading with tracing enabled and without NGINX See merge request gitlab-org/gitlab!46513
-
Vitali Tatarintev authored
Add GraphQL support for creating alert integrations See merge request gitlab-org/gitlab!45842
-
Sarah Yasonik authored
-
Stan Hu authored
Merge branch '273723-spec-requests-api-graphql-project-terraform-states_spec-rb-49-fails' into 'master' Resolve "spec/requests/api/graphql/project/terraform/states_spec.rb:49 fails" See merge request gitlab-org/gitlab!46520
-
Mark Lapierre authored
Disable monkey patching globally for QA tests See merge request gitlab-org/gitlab!43743
-
Dan Davison authored
Fix all remaining occurrences of monkey patching
-
Ramya Authappan authored
Add E2E to test deleting a file from snippet See merge request gitlab-org/gitlab!46299
-