- 07 Jan, 2021 40 commits
-
-
Robert Speicher authored
Spread CI minutes reset from 8 to 24 hours See merge request gitlab-org/gitlab!51084
-
Robert Speicher authored
Persist `squash_commit_sha` when squashing See merge request gitlab-org/gitlab!50178
-
Markus Koller authored
Fix 2.7 warning for sidekiq_middleware_spec.rb See merge request gitlab-org/gitlab!51093
-
Dan Davison authored
Add Jekyll GitLab Pages E2E smoke spec See merge request gitlab-org/gitlab!44653
-
Sarah Groff Hennigh-Palermo authored
Add Sentry to graph_component_wrapper See merge request gitlab-org/gitlab!50787
-
Jose Ivan Vargas authored
-
Markus Koller authored
Log fork network unlinking See merge request gitlab-org/gitlab!50322
-
Robert May authored
Provides a better trail of the exact steps performed when unlinking a fork network
-
Rémy Coutable authored
Set spec type :rubocop for all Rubocop specs [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!51080
-
Igor Drozdov authored
ActiveJob arguments have a special key for kwargs: https://github.com/rails/rails/blob/8e452c710d9f8bb7dec24407c0c3c5508e26ef01/activejob/lib/active_job/arguments.rb#L55 Let's use this key in this particular test since it's the intention
-
Michael Kozono authored
Fix large S3 uploads failing to finalize See merge request gitlab-org/gitlab!50922
-
Heinrich Lee Yu authored
Remove unused MissingAttributeError handling See merge request gitlab-org/gitlab!51090
-
Mike Jang authored
Improve webhooks topic See merge request gitlab-org/gitlab!50926
-
Markus Koller authored
Do not store invalid security findings See merge request gitlab-org/gitlab!50868
-
Mehmet Emin INAC authored
UUID will be a required attribute for the `Security::Finding` model so creating records without it shouldn't happen.
-
Jan Provaznik authored
Resolve "Track action metrics for a merge request" See merge request gitlab-org/gitlab!50654
-
Sarah Groff Hennigh-Palermo authored
Refactor error handling and some more in the visualization See merge request gitlab-org/gitlab!50850
-
Frédéric Caplette authored
- Refactor the error handling to stop using warnings - Consolidate the system into one error object - Replace lodash `isEmpty` with a simple length check
-
Kamil Trzciński authored
Remove feature flag query_cache_for_load_balancing See merge request gitlab-org/gitlab!50959
-
Mikołaj Wawrzyniak authored
Docs for auto-generated Redis HLL metrics for totals See merge request gitlab-org/gitlab!51063
-
Alper Akgun authored
-
Sean McGivern authored
We added this for an issue that we never solved, but didn't reappear, and has been closed due to inactivity: https://gitlab.com/gitlab-org/gitlab/-/issues/26751 If we need it again, we can always add it back.
-
Bob Van Landuyt authored
Add API to update group MR approval settings See merge request gitlab-org/gitlab!50814
-
Ezekiel Kigbo authored
Update empty state to match designs See merge request gitlab-org/gitlab!50894
-
Markus Koller authored
Resolve "Hide inoperable group search Releases filter - backend" See merge request gitlab-org/gitlab!50457
-
Mark Florian authored
Feat(oncallschedules): add form validation - schedule / rotations See merge request gitlab-org/gitlab!50819
-
David O'Regan authored
fix(feedback): apply merge feedback
-
Marc Shaw authored
Track creating, reopening, closing and merging metrics Issue: gitlab.com/gitlab-org/gitlab/-/issues/292827 MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/50654
-
Fabio Pitino authored
-
Rémy Coutable authored
Fix 2.7 warnings by extracting kwargs See merge request gitlab-org/gitlab!50895
-
Rémy Coutable authored
Deprecate use of rubocop cop_helper See merge request gitlab-org/gitlab!51005
-
Rémy Coutable authored
Add specs for nil project PAT authentication See merge request gitlab-org/gitlab!51025
-
Serena Fang authored
-
Bob Van Landuyt authored
Moving Terraform reports feature category See merge request gitlab-org/gitlab!51028
-
Peter Leitzen authored
This includes some helpful Rubocop helpers for every Rubocop spec automatically and reduces the noise of adding `type: :rubocop`.
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/21686 Feature flag - https://gitlab.com/gitlab-org/gitlab/-/issues/294243 **Problem** We already populate `squash_commit_sha` field for fast forward merges, however for the regular merge with squashing we keep this field empty. **Solution** Persist squash commit sha in database after merging with squash option enabled.
-
Imre Farkas authored
Fire webhook when updating or removing a group member See merge request gitlab-org/gitlab!50217
-
Serena Fang authored
Webhook working, specs not working yet
-
Vitali Tatarintev authored
Remove monitor flags for aggregate counters See merge request gitlab-org/gitlab!50788
-
Mikołaj Wawrzyniak authored
Fix Graphql/Descriptions FOSS mutations offenses [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!50810
-