- 03 Dec, 2021 40 commits
-
-
Bob Van Landuyt authored
When a blocked user tries to log in they are immediately signed out again. This in turn calls the `before_logout` callback in Warden. In that callback we try to log the activity for the blocked user in the `BlockedUserTracker`: https://gitlab.com/gitlab-org/gitlab/blob/e30d909d3f19511742d218da0b4bd2cecca8b7a2/config/initializers/warden.rb#L60 If a `SystemHook` was configured, this would also mean scheduling a job. Scheduling a job tries to get the current user from the context. For the `OmniAuthCallbacksController` this would call `current_user` which would try to sign the user in again. The `OmniauthCallbacksController` is an `ApplicationController`, which has a `#context_user` method that uses `#auth_user` which also exposes `#current_user`, but it has a safeguard to not call current user multiple times. Instead of trying to fetch it again for the omniauth sign in request. We push it into the context when the sign in was valid. Changelog: fixed
-
Aleksei Lipniagov authored
Add Project Avatar & Group Uploads to GitLab Migration See merge request gitlab-org/gitlab!75249
-
Mikołaj Wawrzyniak authored
Feature: add save type to audit event service See merge request gitlab-org/gitlab!74757
-
Baodong authored
-
Sean McGivern authored
Memoize feature flag call in MergeRequests::AfterCreateService See merge request gitlab-org/gitlab!75717
-
Vitali Tatarintev authored
Use aggregated VSA backend in time summary See merge request gitlab-org/gitlab!75406
-
Adam Hegyi authored
-
Kati Paizee authored
Improve wording of e.g. and i.e. instances See merge request gitlab-org/gitlab!75879
-
Olena Horal-Koretska authored
Externalize i18n strings from blob/show.html.haml See merge request gitlab-org/gitlab!75733
-
Martin Wortschack authored
-
Marcel Amirault authored
Update planned_failover_single_node.md See merge request gitlab-org/gitlab!75867
-
Miguel Rincon authored
Fix vertical alignment of compare changes button See merge request gitlab-org/gitlab!75243
-
Mikołaj Wawrzyniak authored
Add snowplow stats enabled metric See merge request gitlab-org/gitlab!75184
-
Rajendra Kadam authored
-
Marcel Amirault authored
Fix vale issues in planned_failover_multi_node.md See merge request gitlab-org/gitlab!75836
-
Avinash Upadhyaya authored
-
Marcel Amirault authored
Update zero_downtime.md to fix Vale issues See merge request gitlab-org/gitlab!75837
-
Dmitrijs Finaskins authored
-
Kolja Lucht authored
-
Sanad Liaquat authored
Updates admin deploy keys feature specs after refactoring to Vue See merge request gitlab-org/gitlab!75574
-
Peter Hegman authored
-
Francisco Javier López authored
Use linear versions of descendants in GroupDescendantsFinder See merge request gitlab-org/gitlab!68954
-
Francisco Javier López authored
-
Jacques Erasmus authored
Re-order the arguments list for onSetup See merge request gitlab-org/gitlab!75725
-
Natalia Tepluhina authored
Add create crm contact component See merge request gitlab-org/gitlab!75047
-
Lee Tickett authored
-
Natalia Tepluhina authored
Improve deteriminism of simulateDrag See merge request gitlab-org/gitlab!75303
-
Paul Slaughter authored
-
Heinrich Lee Yu authored
Expire job and pipeline cache synchronously See merge request gitlab-org/gitlab!75611
-
Anastasia McDonald authored
Fabricate group deploy token resource via API See merge request gitlab-org/gitlab!75131
-
Sofia Vistas authored
-
Bob Van Landuyt authored
Set low urgency for specified Verify:PA endpoints See merge request gitlab-org/gitlab!75795
-
Matthias Käppler authored
Move override_rails_constants.rb to another location See merge request gitlab-org/gitlab!75862
-
Phil Hughes authored
Provide command in case fixtures haven't been ran See merge request gitlab-org/gitlab!75294
-
Abhijeet Chatterjee authored
-
George Koltsov authored
- Add Group Uploads to GitLab Migration - Add Project Avatar to GitLab Migration - Remove GroupAvatarPipeline since there is no need for it anymore
-
Phil Hughes authored
-
Miguel Rincon authored
Replace GlTable with GlTablelite for CI Lint Table See merge request gitlab-org/gitlab!75365
-
Denys Mishunov authored
-
Kati Paizee authored
Fix Vale issues for administration/package_information/index.md See merge request gitlab-org/gitlab!75844
-