- 07 Feb, 2022 40 commits
-
-
Alex Kalderimis authored
This allows quick actions to signal that they cannot be executed due to failure to interpret the arguments passed to them. An initial use is to guard against destructive updates caused by failure to parse/find users in assignment commands. As a result, behavior with invalid arguments changes, from tolerance of bad arguments to stricter validation. Some operations that previously would succeed (e.g. `/assign me to this issue`) will now fail. Changelog: fixed
-
Marcia Ramos authored
Document CI tunnel SPDY limitation See merge request gitlab-org/gitlab!79495
-
Mikhail Mazurskiy authored
-
Phil Hughes authored
Delete unused sidebar code See merge request gitlab-org/gitlab!79743
-
Jacques Erasmus authored
Add policy rule multi select for when the number of items is constant See merge request gitlab-org/gitlab!79571
-
Zamir Martins authored
items is constant and items have only a key and value being the identifier and the text respectively. EE: true Changelog: added
-
Marcia Ramos authored
Change doc DRI to Pipeline Authoring See merge request gitlab-org/gitlab!80047
-
Marcel Amirault authored
-
Imre Farkas authored
Add max_batch_size to batched migrations table See merge request gitlab-org/gitlab!79848
-
Kati Paizee authored
Update environments screenshot See merge request gitlab-org/gitlab!80038
-
Adam Hegyi authored
Remove the FF ci_find_runners_by_ci_mirrors See merge request gitlab-org/gitlab!79879
-
Achilleas Pipinellis authored
typo fix: chown git.git -> chown git:git See merge request gitlab-org/gitlab!79978
-
Brandon Labuschagne authored
Do not mount full component in epic tabs specs See merge request gitlab-org/gitlab!80057
-
Aleksei Lipniagov authored
CI Runners: Enforce token expiration See merge request gitlab-org/gitlab!78557
-
Kyle Edwards authored
Authenticatable token fields can now specify an :expires_at option with a procedure that returns an expiration date/time for the token. If the procedure returns nil, there is no expiration. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/30942
-
Natalia Tepluhina authored
Simplify DAST profiles GraphQL queries See merge request gitlab-org/gitlab!80012
-
Paul Gascou-Vaillancourt authored
This simplifies DAST site and scanner profiles GraphQL queries by removing unnecessary edge connections. We can fetch nodes directly.
-
Mark Florian authored
Add & improve documentation links for MR Settings See merge request gitlab-org/gitlab!79999
-
Sean McGivern authored
Add ::Gitlab::Usage::ServicePing::Generate class See merge request gitlab-org/gitlab!79735
-
Matthias Käppler authored
Update BG migration cops for ci database worker See merge request gitlab-org/gitlab!79684
-
Albert Salim authored
Fix spec selector in board_filters_spec.rb See merge request gitlab-org/gitlab!79899
-
Scott Stern authored
-
alinamihaila authored
- Move force_refresh outside UsageData class - Add :Gitlab::Usage::ServicePing::Report class and use this instead of UsageData - Add mode parameter to ServicePing::Report class
-
Paul Gascou-Vaillancourt authored
This rewrites some test cases in epic tabs specs to only rely on a shallow mounted component. This should speed up the test run and prevent some intermittent CI failures we've been seeing over the last 2 weeks.
-
Furkan Ayhan authored
This also removes some legacy codes and cross join allows. Changelog: other
-
Simon Knox authored
Clarify write_registry permission See merge request gitlab-org/gitlab!79845
-
Filip Aleksic authored
-
Matthias Käppler authored
Consider relative URL root in Rack::Attack::Request See merge request gitlab-org/gitlab!79738
-
Alex Kalderimis authored
This verifies that all our predicates work correctly in the presence of a relative URL root configuration setting. Changelog: fixed
-
Ramya Authappan authored
Check if resource exists before removing after tests See merge request gitlab-org/gitlab!79574
-
Mark Lapierre authored
For clearer and simpler logic avoid using exceptions as flow control
-
Adam Hegyi authored
Implement fair queueing for LFK See merge request gitlab-org/gitlab!79116
-
Kushal Pandya authored
Prevent Apollo cache collapse with connection directive See merge request gitlab-org/gitlab!80011
-
Jacques Erasmus authored
Fix merge requests page dark mode See merge request gitlab-org/gitlab!80026
-
Ramya Authappan authored
E2E: Retry on test failure due to delay in user removal to come into effect See merge request gitlab-org/gitlab!79403
-
Sanad Liaquat authored
-
Ramya Authappan authored
Format QA logger and add colorised logs See merge request gitlab-org/gitlab!78897
-
Sofia Vistas authored
-
Ramya Authappan authored
E2E: Search member before performing the next action See merge request gitlab-org/gitlab!79320
-
Sanad Liaquat authored
-