- 20 Jan, 2022 40 commits
-
-
Igor Drozdov authored
Revert "Merge branch '340366_fix_workhorse_content_disposition' into 'master'" See merge request gitlab-org/gitlab!78695
-
Matthias Käppler authored
Treat API requests from the frontend as web traffic in the rate limiter See merge request gitlab-org/gitlab!78082
-
Markus Koller authored
This will allow us to impose stricter rate limits for general API traffic, without affecting interactive API requests made by the frontend during normal GitLab usage. The frontend requests are identified by the inclusion of a CSRF token in the headers. Other rate limits that only affect a subset of API requests (e.g. the Files and Packages APIs, or protected paths) still take precedence, i.e. requests for these paths will always be matched even if they include a CSRF token. Changelog: changed
-
Vasilii Iakliushin authored
This reverts merge request !77688
-
Jose Ivan Vargas authored
Add deployment IID to new environments table See merge request gitlab-org/gitlab!78226
-
Andrejs Cunskis authored
Add npm tests back to the reliable test suite See merge request gitlab-org/gitlab!78657
-
Douglas Barbosa Alexandre authored
Update GitLab Runner Helm Chart to 0.37.1/14.7.0 See merge request gitlab-org/gitlab!78584
-
Olena Horal-Koretska authored
Improve the labels on Kubernetes Agent UI See merge request gitlab-org/gitlab!77845
-
Douglas Barbosa Alexandre authored
Add deprecation information to type entry See merge request gitlab-org/gitlab!78585
-
Lin Jen-Shin authored
Verify in CI that fast unit specs load without errors See merge request gitlab-org/gitlab!78554
-
Dan Davison authored
Add e2e tests for cloud activation See merge request gitlab-org/gitlab!77997
-
Kerri Miller authored
Extract MergeRequestDiffCommit deletions See merge request gitlab-org/gitlab!75963
-
Kerri Miller authored
Projects will have at least one merge_request_diff_commit for every commit contained in every MR, which deleting via `project.destroy!` and cascading deletes may exceed statement timeouts, causing failures. (see https://gitlab.com/gitlab-org/gitlab/-/issues/346166) Changelog: fixed
-
Enrique Alcántara authored
Geo UI - Rename Nodes to Sites See merge request gitlab-org/gitlab!78310
-
Vincy Wilson authored
Fix a broken link in Download security scan outputs section See merge request gitlab-org/gitlab!78535
-
Harsha Muralidhar authored
-
Igor Drozdov authored
Reject MIME parts with unsupported encoding See merge request gitlab-org/gitlab!77688
-
Furkan Ayhan authored
Loosen rule to detect cyclical pipelines See merge request gitlab-org/gitlab!78171
-
Amy Qualls authored
Docs: Add section about preventing tag creation matching branches See merge request gitlab-org/gitlab!78520
-
Patrick Bajao authored
To avoid having tags with the same name as branches, this doc update shows how we can use protected tags to prevent it.
-
Andrew Fontaine authored
Show a deployment's IID to ensure users can refer to a specific deployment easier.
-
Marius Bobin authored
Swap FK merge_trains.pipeline_id to ci_pipelines for LFK See merge request gitlab-org/gitlab!78568
-
Marcel Amirault authored
fix: remove duplicate sentence in ci_job_token.md See merge request gitlab-org/gitlab!78674
-
Phil Hughes authored
Add state to trial form See merge request gitlab-org/gitlab!78484
-
Doug Stull authored
- for canada and US Changelog: added EE: true
-
Peter Leitzen authored
Follow-up of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78543
-
Rémy Coutable authored
Fix specs which are incompatible with fast_spec_helper See merge request gitlab-org/gitlab!78543
-
Kamil Trzciński authored
Swaps FK for merge_trains.pipeline_id to ci_pipelines Changelog: changed
-
Jacques Erasmus authored
Replace usage of find/findAll in ee/spec/frontend/vulnerabilities See merge request gitlab-org/gitlab!78642
-
Vitaly Slobodin authored
Move addon related data to GraphQL See merge request gitlab-org/gitlab!78426
-
Fabio Pitino authored
Optimize decryption of CI variables See merge request gitlab-org/gitlab!78440
-
Martin Wortschack authored
Merge branch '344365-make-badges-in-app-views-layouts-header-_whats_new_dropdown_item-html-haml-pajamas-compliant' into 'master' Make badge in _whats_new_dropdown_item partial Pajamas-compliant See merge request gitlab-org/gitlab!78524
-
Martin Wortschack authored
Changelog: changed
-
Ezekiel Kigbo authored
Extract container registry page common components See merge request gitlab-org/gitlab!77833
-
Alexander Barkhatov authored
-
Grzegorz Bizon authored
Remove ci_preload_runner_tags feature flag See merge request gitlab-org/gitlab!78663
-
Vitaly Slobodin authored
Exclude revoked tokens from agent tokens list See merge request gitlab-org/gitlab!78420
-
Fabio Pitino authored
Swap FK merge_requests.head_pipeline_id to ci_pipelines for LFK See merge request gitlab-org/gitlab!78566
-
Diana Logan authored
Split Sidekiq development docs into separate files See merge request gitlab-org/gitlab!78186
-
Marius Bobin authored
Fix ruby regexp syntax logger class name See merge request gitlab-org/gitlab!78662
-