- 17 Apr, 2020 13 commits
-
-
Kushal Pandya authored
Replace underscore debounce and throttle with lodash version See merge request gitlab-org/gitlab!29624
-
Kushal Pandya authored
Ensure an annotation's position is of type Int See merge request gitlab-org/gitlab!29556
-
Ash McKenzie authored
Allow epic tree GraphQL mutation to change parent See merge request gitlab-org/gitlab!29567
-
Dan Davison authored
Quarantine burndown test waiting on MR See merge request gitlab-org/gitlab!29720
-
charlieablett authored
- Add auth checks for old parent as well as new - Add ability to modify parent - Modify tests
-
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.
-
Mark Fletcher authored
Move quarantine to outside context
-
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 27 commits
-
-
lauraMon authored
-
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
-