- 09 Feb, 2022 16 commits
-
-
Dylan Griffith authored
Fix typo in banner that can appear when making an issue public See merge request gitlab-org/gitlab!78625
-
Russell Dickenson authored
When trying to make public an issue linked to a confidential epic, the resulting banner message started with "Issue this issue...". This MR corrects the typo. Fixed: fixed typo
-
Kushal Pandya authored
Disable rules introduced in markdownlint-cli 0.31.0 See merge request gitlab-org/gitlab!80129
-
Kushal Pandya authored
Standardize on the "render" action for tracking banner displayment See merge request gitlab-org/gitlab!80112
-
Kushal Pandya authored
Use lowercase for "Service usage data" feature See merge request gitlab-org/gitlab!80051
-
Andrew Fontaine authored
Improve the project deletion UI text See merge request gitlab-org/gitlab!79363
-
Mark Chao authored
Fix non-HTML requests with vue_issues_list See merge request gitlab-org/gitlab!80162
-
Tiger Watson authored
Remove unique index from `vulnerability_occurrences` table See merge request gitlab-org/gitlab!79683
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!80247
-
Evan Read authored
Also disables new rules made available in new version until documentation can be made to pass.
-
GitLab Release Tools Bot authored
-
Heinrich Lee Yu authored
Delete due date specs for issues list See merge request gitlab-org/gitlab!80198
-
James Fargher authored
Add dependency proxy migrate rake task See merge request gitlab-org/gitlab!79663
-
Anton Smith authored
Adds a 'gitlab-rake "gitlab:dependency_proxy:migrate"' command that can be used to migrate dependency proxy blobs/manifests from local storage to object storage. Changelog: added
-
Evan Read authored
Added description on SSO enforcement See merge request gitlab-org/gitlab!80127
-
Kent Japhet Ballon authored
-
- 08 Feb, 2022 24 commits
-
-
Vasilii Iakliushin authored
Track clicks on Registration Features CTA See merge request gitlab-org/gitlab!79559
-
Axel García authored
- Add click handler to the settings link that tracks the event - Add RedisHLL counter to track these counts Changelog: added EE: true
-
Kerri Miller authored
Provide an experiment rollout strategy based on Feature See merge request gitlab-org/gitlab!79887
-
Mayra Cabrera authored
Add owner_valid to Dast::ProfileScheduleType See merge request gitlab-org/gitlab!71214
-
Marcos Rocha authored
Changelog: added MR: EE: true
-
Mayra Cabrera authored
Remove uncached_data from UsageData class See merge request gitlab-org/gitlab!80071
-
Nick Gaskill authored
Clarify direct membership for imported projects See merge request gitlab-org/gitlab!80228
-
Haris Delalić authored
-
Andrew Fontaine authored
Change minutes field to shared_runners_duration See merge request gitlab-org/gitlab!80197
-
Mayra Cabrera authored
Revert "Merge branch '336436-change-db-index-for-ci_owned_runners' into 'master'" See merge request gitlab-org/gitlab!80225
-
Mayra Cabrera authored
This reverts merge request !79729
-
Amy Qualls authored
Improved merge request extensions docs See merge request gitlab-org/gitlab!79947
-
Phil Hughes authored
Updated the extensions docs to mention all available API hooks. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/350290
-
Tetiana Chupryna authored
Revert "feat: Update SECURE_ANALYZER_PREFIX in all Sec Section templates" See merge request gitlab-org/gitlab!80195
-
Furkan Ayhan authored
Remove conflicting ActiveRecord association See merge request gitlab-org/gitlab!79428
-
Mike Greiling authored
Proxy webpack dev server in test environment See merge request gitlab-org/gitlab!79457
-
Amy Qualls authored
Add CNS CHS deprecation notes to docs See merge request gitlab-org/gitlab!79796
-
Nick Gaskill authored
-
Jose Ivan Vargas authored
Re-Add datetime parameter to time_ago component See merge request gitlab-org/gitlab!79781
-
Brandon Labuschagne authored
Pass language to the SourceViewer component See merge request gitlab-org/gitlab!79412
-
Jacques Erasmus authored
Passes the language field to the SourceViewer component
-
Vasilii Iakliushin authored
Make rate limiting of /users/:id configurable See merge request gitlab-org/gitlab!78364
-
Magdalena Frankiewicz authored
In order to better discriminate between short bursts of legitimate requests and sustained misuse such as user enumeration attacks, we increase both the rate limit and the interval to 300 per 10 minutes (instead of 10 per minute). Additionally, the limit is now configurable in `ApplicationSetting`, so it can be set per-instance. This is important also in order to avoid hitting the limit on staging when running tests. Enable changing the limit via UI or API Admin users can set the rate limit via the UI (under Admin Area > Settings > Network) or via the `/application/settings` API. Allow configuring a user allowlist Changelog: changed
-
Michał Zając authored
-