- 20 Jan, 2022 40 commits
-
-
Brandon Labuschagne authored
Fix sort for milestones in filtered search See merge request gitlab-org/gitlab!78422
-
Scott Stern authored
-
Amy Qualls authored
Deprecate Gitlab Shell's self_signed_cert setting See merge request gitlab-org/gitlab!78078
-
Igor Drozdov authored
The option isn't required to accept self-signed certs On the other hand, if the option set to true it makes machine-in-the-middle attack possible Let's clarify it in the docs and deprecate the option Changelog: deprecated
-
Miguel Rincon authored
Replace deprecated usage of find/findAll in ee/spec/frontend/boards See merge request gitlab-org/gitlab!78638
-
Douglas Barbosa Alexandre authored
Cleanup no longer needed cross modification (on users) See merge request gitlab-org/gitlab!78682
-
Amy Qualls authored
Clarify conditions that make code owner approvals optional See merge request gitlab-org/gitlab!78303
-
Jose Ivan Vargas authored
Jobs Table - Disable action buttons after first click See merge request gitlab-org/gitlab!78691
-
Jose Ivan Vargas authored
Hide tooltip on Storage purchase if not prorated See merge request gitlab-org/gitlab!78537
-
Diana Zubova authored
Hide tooltip when no subscription end date is provided
-
Frédéric Caplette authored
fix: Fix incorrect il8n reference for Vulnerability Dismissal See merge request gitlab-org/gitlab!78692
-
Jose Ivan Vargas authored
Replace usage of find/findAll in misc ee components (1/5) See merge request gitlab-org/gitlab!78650
-
Amy Qualls authored
Update removal and deprecation templates See merge request gitlab-org/gitlab!78641
-
Enrique Alcántara authored
Replace deprecated usage of find/findAll in ee/spec/frontend/vue_mr_widget See merge request gitlab-org/gitlab!78636
-
Suzanne Selhorn authored
Fix group runner permissions documentation See merge request gitlab-org/gitlab!78685
-
Jose Ivan Vargas authored
Remove event hub from integrations app See merge request gitlab-org/gitlab!78037
-
Nick Gaskill authored
Move secrets feature docs metadata to pipeline authoring See merge request gitlab-org/gitlab!78523
-
Marcel Amirault authored
-
PaytonBurdette authored
After first click disable action buttons for jobs table. On next fetch they are enabled again. This will prevent extra api requests.
-
Albert Salim authored
ci: Remove the `rspec fast_spec_helper minimal` which is useless See merge request gitlab-org/gitlab!78481
-
Vitaly Slobodin authored
Replace deprecated usage of find/findAll in ee/spec/frontend/security_configuration See merge request gitlab-org/gitlab!78634
-
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
-
Lucas Charles authored
Previous option was incorrect, showing no tooltip Changelog: fixed EE: true
-
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
-