- 16 Jun, 2021 40 commits
-
-
Kyle Wiebers authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/333845
-
Douglas Barbosa Alexandre authored
Rename project integration associations: FHI [RUN ALL RSPEC] See merge request gitlab-org/gitlab!64031
-
Bob Van Landuyt authored
Add from_fork scope See merge request gitlab-org/gitlab!64177
-
Miguel Rincon authored
Fix Performance Bar, Sentry and Jira Connect App on relative urls See merge request gitlab-org/gitlab!64096
-
Lukas 'Eipi' Eipert authored
-
Kyle Wiebers authored
Introduce a new 'Pipeline Configuration' MR template See merge request gitlab-org/gitlab!62016
-
Suzanne Selhorn authored
Correct level of isolation when describing jobs on .com See merge request gitlab-org/gitlab!64224
-
Adam Hegyi authored
Documentation for keyset pagination See merge request gitlab-org/gitlab!62659
-
Adam Hegyi authored
-
Nick Gaskill authored
Revise usage ping intro docs and definitions See merge request gitlab-org/gitlab!64198
-
Kati Paizee authored
-
Suzanne Selhorn authored
Strips TODO statement from page See merge request gitlab-org/gitlab!64233
-
Marcia Ramos authored
Update "Understanding EXPLAIN plans" docs See merge request gitlab-org/gitlab!63831
-
Michael Kozono authored
Fix Password expired error on git fetch via SSH for LDAP user See merge request gitlab-org/gitlab!63466
-
Nathan Friend authored
Convert to use GraphQL in issues page refactor [RUN ALL RSPEC] See merge request gitlab-org/gitlab!63681
-
Coung Ngo authored
-
Amy Qualls authored
TODO was left in. I really miss being able to test for this string.
-
David O'Regan authored
Add runner registration token reset button See merge request gitlab-org/gitlab!63875
-
Alex Kalderimis authored
-
Alex Kalderimis authored
Renames the project association from irker_servie to irker_integration.
-
Alex Kalderimis authored
This renames the project association from hangouts_chat_service to hangouts_chat_integration.
-
Alex Kalderimis authored
Rename project association from flowdock_service to flowdock_integration
-
Stan Hu authored
Remove stages definitions from the DAST CI template See merge request gitlab-org/gitlab!63822
-
Cameron Swords authored
-
Stan Hu authored
Rename project integration associations: E See merge request gitlab-org/gitlab!64026
-
David O'Regan authored
Add support for strikethrough in the content editor Changelog: added See merge request gitlab-org/gitlab!63942
-
Nikola Milojevic authored
Remove load_balancing_for_web_hook_worker feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63988
-
Markus Koller authored
Regularly disable policies linked with no container repositories See merge request gitlab-org/gitlab!62461
-
David Fernandez authored
This is done periodically using the ContainerExpirationPolicyWorker. Changelog: added
-
Nikola Milojevic authored
Merge branch '331715-follow-up-from-drop-builds-that-don-t-match-runners-or-have-exceeded-their-quota' into 'master' Remove retried builds from `pipeline.build_matchers` See merge request gitlab-org/gitlab!64076
-
Alex Kalderimis authored
Fix invalid cached values for `BasePolicy#admin?` [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!63395
-
Alex Kalderimis authored
We need to manage some subtle caching edge cases. These are dealt with by: - Allowing clients to request a non-forgetful store - Abstracting over throttling of actions per-period. A new method is introduced: `ExclusiveLease.throttle` that takes care of such needs. - Allow specific keys to be forgotten after running policies - Invalidating the `CurrentUserMode` cache for `admin_mode` if the session-bypass is active (which may change the value). This deals with a very subtle cache collision problem. When this block is run, it calls the users update-service, which computes, during permission checks, the `admin` condition for this user. This is normally fine, but this callback is executed _before_ the bypass-session admin ID is set, which means that the cached value is stale during the execution of the main action. To avoid this, we deliberately discard the cached value of the `admin` condition, leaving all other cache values intact. Thankfully, `admin` is a cheap condition to recompute, and this does not cause any additional I/O to be run. Separately, the `Gitlab::Auth::CurrentUserMode` caches the value of `admin_mode`, which may become invalidated due to the session-bypass used for sessionless requests. We invalidate the cache when the session-bypass setting is changed. This invalidates the cached value for admin_mode, rather than requiring the caller to know when to force recomputation. A necessary change is made to prevent duplicate user-detail records. See: https://gitlab.com/gitlab-org/gitlab/-/issues/333245 Changelog: fixed
-
Dmytro Zaporozhets (DZ) authored
Add descriptions for ListLimitMetricEnum See merge request gitlab-org/gitlab!63882
-
Tetiana Chupryna authored
Log migration per-query information in a structured format See merge request gitlab-org/gitlab!64038
-
Simon Tomlinson authored
-
Mayra Cabrera authored
Fix sidebar CI/CD > Pipelines menu item active routes See merge request gitlab-org/gitlab!64119
-
Mark Florian authored
Update markup in runners/show.html.haml See merge request gitlab-org/gitlab!63157
-
Elliot Rushton authored
-
Kati Paizee authored
Use current way of listing permissions in epic boards doc See merge request gitlab-org/gitlab!64216
-
Miguel Rincon authored
Fix DAST Profile redirection on save See merge request gitlab-org/gitlab!64071
-