- 17 Apr, 2020 8 commits
-
-
charlieablett authored
- Tag can be for a project or a Git repository
-
Evan Read authored
Docs: extra fixes from updating AutoDevops quickstart Closes #214409 See merge request gitlab-org/gitlab!29733
-
Amy Qualls authored
Reverse the order of icons + descriptive text in the list under a screencap, for better readability.
-
Evan Read authored
Add deprecation for only/except in Auto DevOps See merge request gitlab-org/gitlab!29632
-
Thong Kuah authored
Links to the issue where we plan to perform the change to rules.
-
Evan Read authored
Resolve "Follow-up from "Adds crossplane CI/CD docs"" Closes #210497 See merge request gitlab-org/gitlab!29717
-
Russell Dickenson authored
Add docs for issue activity sort feature See merge request gitlab-org/gitlab!29500
-
Marcin Sedlak-Jakubowski authored
-
- 16 Apr, 2020 32 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
-