- 16 Apr, 2020 40 commits
-
-
Evan Read authored
Docs: alerting is now available in GitLab Core See merge request gitlab-org/gitlab!29742
-
Amy Qualls authored
The alerting subheading previously mentioned Ultimate, which means all references to this subheading need to be updated.
-
Mayra Cabrera authored
Gzip diffs to improve storage usage See merge request gitlab-org/gitlab!29616
-
James Fargher authored
Update auto-build-image to v0.2.2 See merge request gitlab-org/gitlab!29730
-
Hordur Freyr Yngvason authored
This fixes a regression in caching support, see https://gitlab.com/gitlab-org/cluster-integration/auto-build-image/-/releases/v0.2.2
-
Marcia Ramos authored
Add missing docs for merg-ref-diffs See merge request gitlab-org/gitlab!29713
-
Justin Boyson authored
-
Mayra Cabrera authored
Add name_regex_keep to ContainerExpirationPolicy See merge request gitlab-org/gitlab!29618
-
Steve Abrams authored
Add new column to container_expiration_policies to specify tags to retain within a policy.
-
Mayra Cabrera authored
Add paths for notes and discussions when presenting single vulnerability See merge request gitlab-org/gitlab!29503
-
Denys Mishunov authored
Decouple presentation of note_awards_list See merge request gitlab-org/gitlab!29528
-
Paul Slaughter authored
- Adds awards_list component to vue_shared
-
Mayra Cabrera authored
Add project_features to large table blacklist See merge request gitlab-org/gitlab!29554
-
Mayra Cabrera authored
Allow subclasses of BasePipeline to resolved See merge request gitlab-org/gitlab!29505
-
Peter Leitzen authored
Currently, one can only pass Symbols to `Pipeline.[]` which is convenient in most cases assuming that the pipeline is namespaced to `Banzai::Pipeline`. In some cases, we want a namespace a pipeline to a specific domain namespace (e.g `StatusPage::PostProcessPipeline`). In those cases we had to pass a underscored version of the namespaced class name (e.g. `:'_status_page::_post_process_pipeline'` or `:'status_page/post_process_pipeline'`). This commit allows passing a subclass of `Banzai::Pipeline::BasePipeline` to `Pipeline.[]`.
-
Mayra Cabrera authored
Use with_lock_retries when adding concurrent FK See merge request gitlab-org/gitlab!29663
-
Kerri Miller authored
-
Igor Drozdov authored
Update project_daily_statistics synchronally See merge request gitlab-org/gitlab!29636
-
Mayra Cabrera authored
Split CI minutes resets into different workers See merge request gitlab-org/gitlab!29017
-
Fabio Pitino authored
with a feature flag, ClearSharedRunnersMinutesWorker defines the batches based on ID ranges and spawns a Ci::BatchResetMinutesWorker per batch. This will parallelize the processing having each worker taking less and avoiding running for long time.
-
Mayra Cabrera authored
Extract and reuse RSpec matchers See merge request gitlab-org/gitlab!29257
-
Arturo Herrero authored
These definitions are redundant because the RSpec matcher has already been created in spec/support/matchers/not_changed_matcher.rb.
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Douglas Barbosa Alexandre authored
Replace odd JSON usage with standard parser See merge request gitlab-org/gitlab!29701
-
Nathan Friend authored
Update annotations graphql query See merge request gitlab-org/gitlab!29676
-
Robert Speicher authored
Remove "Please ensure your account's recovery settings are up to date." message at self-managed instances" See merge request gitlab-org/gitlab!29672
-
Thong Kuah authored
Fix tillerless helm command permissions See merge request gitlab-org/gitlab!29268
-
Hordur Freyr Yngvason authored
Helm commands run in the context of a service account, currently tiller, but when a cluster is tillerless from the start they do not have this account present. Previously, they were being created as part of the helm tiller installation.
-
Nick Gaskill authored
Add offline documentation for DS See merge request gitlab-org/gitlab!29591
-
Igor Frenkel authored
-
Paul Slaughter authored
Better Geo Node Error Messages MVC Closes #213363 See merge request gitlab-org/gitlab!29079
-
Mike Greiling authored
Move duration chart vuex to separate module Closes #197336 See merge request gitlab-org/gitlab!29122
-
Ezekiel Kigbo authored
Creates a new modules directory to separate the cycle_analytics vuex store Creates separate vuex files for the duration chart component Move vuex boilerplate into duration chart component
-
Martin Wortschack authored
Remove "Add metric" button from custom dashboards Closes #211648 See merge request gitlab-org/gitlab!29036
-
Jan Provaznik authored
Bugfix - Revert subscription banner revert and provide bugfix See merge request gitlab-org/gitlab!29422
-
Peter Leitzen authored
Remove store_mentions! in Snippets::CreateService See merge request gitlab-org/gitlab!29581
-
Natalia Tepluhina authored
Display notes based on line_codes and positions props See merge request gitlab-org/gitlab!29512
-
Stan Hu authored
Refresh only existing MRs on push See merge request gitlab-org/gitlab!29420
-
Mark Florian authored
Fix new requirement & reopen button visibility See merge request gitlab-org/gitlab!29715
-