- 30 Oct, 2020 40 commits
-
-
Sean McGivern authored
Add feature categories, Part 5 See merge request gitlab-org/gitlab!46478
-
Amy Qualls authored
Add documentation about registry mirror in dind See merge request gitlab-org/gitlab!46241
-
Steve Azzopardi authored
Docker Inc is rolling out new [terms of service](https://www.docker.com/pricing/resource-consumption-updates) which will introduce rate limits on `docker pull` from DockerHub for anonymous users. Users can already set a DockerHub mirror to not reach these limits when running CI jobs using the Docker executor. However when they use the `dind` service to build their images this won't use the registry mirror because it needs to be explicitly configured for the daemon. closes https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27171
-
Bob Van Landuyt authored
Only initialise metrics for the most common feature categories See merge request gitlab-org/gitlab!46558
-
Bob Van Landuyt authored
Rename `open*` release links to `opened*` in GraphQL endpoint See merge request gitlab-org/gitlab!46497
-
Phil Hughes authored
Expand Diff File collapsed UI to be significantly more obvious See merge request gitlab-org/gitlab!46286
-
Thomas Randolph authored
- Expand the collapsed file body vertically - Color the collapsed file body orange - Expand the only-blob-available body vertically - Color the only-blob-available body orange - Convert the control to expand collapsed files into a button
-
Bob Van Landuyt authored
Improve remaining work metrics for deleted objects worker See merge request gitlab-org/gitlab!46154
-
Bob Van Landuyt authored
This adds a feature category to API classes from ::API::ProjectSnapshots -> ::API::Wikis
-
Grzegorz Bizon authored
Add ci_new_artifact_file_reader FF again See merge request gitlab-org/gitlab!46552
-
Furkan Ayhan authored
This is a revert commit of b5c271db
-
James Lopez authored
Implement fallback for Vulnerability#dismissed_at See merge request gitlab-org/gitlab!46378
-
Mehmet Emin INAC authored
-
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
-