- 20 Jan, 2022 40 commits
-
-
Rémy Coutable authored
Run system rspec for workhorse changes See merge request gitlab-org/gitlab!78697
-
Olena Horal-Koretska authored
Replace usage of find/findAll in ee/spec/frontend/members See merge request gitlab-org/gitlab!78649
-
Frédéric Caplette authored
Reduce verbose component creation in tests See merge request gitlab-org/gitlab!78659
-
Kerri Miller authored
Switch Rake checksums from MD5 to SHA256 See merge request gitlab-org/gitlab!77932
-
Suzanne Selhorn authored
Update MR template and edit deprecation files for new standard See merge request gitlab-org/gitlab!78510
-
Furkan Ayhan authored
Allow strings and nested arrays of strings for before_script and after_script See merge request gitlab-org/gitlab!74792
-
Guillaume Chauvel authored
Change Gitlab::Ci::Config::Entry 'Script' content equals to 'Commands' Changelog: fixed
-
Alex Kalderimis authored
Transition abuse_reports_controller spec to request spec See merge request gitlab-org/gitlab!76922
-
Alex Kalderimis authored
Hide issue contacts and quick actions See merge request gitlab-org/gitlab!77822
-
Lee Tickett authored
This MR hides the issue contacts widget in the right sidebar and the /add_contacts and /remove_contacts quick actions when there are no contacts in the group or ancestors. Changelog: added
-
Imre Farkas authored
Use `ssh_data` gem instead of `net-ssh` and `sshkey` where possible See merge request gitlab-org/gitlab!77424
-
Alex Kalderimis authored
Update Registration Features CTA for repository size limit See merge request gitlab-org/gitlab!77355
-
Axel García authored
Makes separate CE templates that can be rendered independently of the actual functionality, using the new `registration_features_can_be_prompted?` helper. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77355 EE: true
-
Igor Drozdov authored
Revert "Merge branch '340366_fix_workhorse_content_disposition' into 'master'" See merge request gitlab-org/gitlab!78695
-
Lin Jen-Shin authored
Because workhorse changes can affect how we handle requests
-
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
-