- 05 Oct, 2021 40 commits
-
-
Sean McGivern authored
Here we can and do use a feature flag. The maximum interval for any rate limit in this section is 3 minutes, so we don't mind too much about requests that sneak in the gaps when the feature flag is being changed - especially as feature flags are cached for a minute in process memory anyway, so it would be hard to be much more precise.
-
Sean McGivern authored
To control this, we use an environment variable. This is because Rack::Attack is configured in an initialiser, so a feature flag is of minimal value - it would still need a restart to take effect. We could rewrite the InstrumentedCacheStore to allow changing the store on a per-operation basis, but that adds more risk for what should be a quick migration. It would also add a feature flag check in a very hot code path (rate limiting checks happen multiple times on every request).
-
Nick Thomas authored
Remove unused struct field See merge request gitlab-org/gitlab!71738
-
Dmitry Gruzd authored
Enforce instance, group and project merge request approval settings See merge request gitlab-org/gitlab!69546
-
Phil Hughes authored
Hide filters UI in Roadmap within epic page See merge request gitlab-org/gitlab!71726
-
Alex Kalderimis authored
Remove unused BulkImports files See merge request gitlab-org/gitlab!71475
-
Peter Leitzen authored
Improve trial controller spec See merge request gitlab-org/gitlab!71739
-
Terri Chu authored
Preload user project access in group API See merge request gitlab-org/gitlab!71631
-
Nikola Milojevic authored
Remove pages_smart_check_outdated_sha feature flag See merge request gitlab-org/gitlab!71530
-
Nikola Milojevic authored
Update reference to 'deployments' icon on sidebar See merge request gitlab-org/gitlab!71381
-
Jacob Vosmaer authored
Implement Dependency proxy via Workhorse injectors See merge request gitlab-org/gitlab!68157
-
Jan Provaznik authored
[RUN-AS-IF-FOSS] Refactor CustomersDot url See merge request gitlab-org/gitlab!71560
-
Alper Akgun authored
-
Jacob Vosmaer authored
Changelog: other
-
Terri Chu authored
Refactor the current_migration method See merge request gitlab-org/gitlab!71536
-
Dmitry Gruzd authored
-
Max Woolf authored
Show author badge in comments See merge request gitlab-org/gitlab!71646
-
Olena Horal-Koretska authored
Improve CSV import/export buttons code See merge request gitlab-org/gitlab!71581
-
Coung Ngo authored
-
Heinrich Lee Yu authored
This fixes an N+1 in the /group/:id and /group/:id/projects endpoints. Changelog: performance
-
Peter Leitzen authored
Create hand raise controller endpoint See merge request gitlab-org/gitlab!71641
-
Alper Akgun authored
-
Alex Kalderimis authored
Improve failure message of matcher require_graphql_authorizations See merge request gitlab-org/gitlab!71568
-
Alex Kalderimis authored
Removed instance level serverless domains feature See merge request gitlab-org/gitlab!71283
-
Max Woolf authored
Behind a feature flag, adds a check with the compliance management resolver for instance -> group -> project MR approval setting enforcement.
-
Alex Kalderimis authored
Log also gitaly and redis stats See merge request gitlab-org/gitlab!71570
-
Kushal Pandya authored
- Hides filtering UI while roadmap data is being loaded within an epic page. - Cleans up Roadmap component tests Changelog: fixed EE: true
-
Vitali Tatarintev authored
Rename the target_duration to urgency See merge request gitlab-org/gitlab!71573
-
Igor Drozdov authored
Changelog: changed
-
Bob Van Landuyt authored
New Crowdin translations - 04 October 2021 See merge request gitlab-org/gitlab!71681
-
GitLab Crowdin Bot authored
-
Bob Van Landuyt authored
This allows us to use the same categorization for endpoints as we do for Sidekiq workers. It allows us to not use subjective names for these categories, but use urgencies as users would expect the endpoints to behave.
-
Bob Van Landuyt authored
Update translation levels Oct 2021 See merge request gitlab-org/gitlab!71693
-
Phil Hughes authored
Fix sending multiple comment on note replies See merge request gitlab-org/gitlab!71630
-
Furkan Ayhan authored
-
David Fernandez authored
Add meta data in user_credit_card_validations See merge request gitlab-org/gitlab!71032
-
Rémy Coutable authored
Add includeSubepics argument to issue filters in GraphQL See merge request gitlab-org/gitlab!71610
-
Etienne Baqué authored
User ParticipantsService linear ancestor scopes See merge request gitlab-org/gitlab!70684
-
Mark Chao authored
These are non-sensitive data according to PCI Changelog: added
-
Lin Jen-Shin authored
Change the test string to i18n See merge request gitlab-org/gitlab!71624
-