- 29 Dec, 2020 5 commits
-
-
Alper Akgun authored
Refactor coverage report service See merge request gitlab-org/gitlab!50424
-
Maxime Orefice authored
This commit refators our coverage report service to prepare our new codequality service which will be introduced in a follow up.
-
Russell Dickenson authored
Copy vulnerability level details from handbook page to docs See merge request gitlab-org/gitlab!49581
-
Sam Kerr authored
-
Douglas Barbosa Alexandre authored
Use upstream version of pg_query again See merge request gitlab-org/gitlab!50638
-
- 28 Dec, 2020 26 commits
-
-
Stan Hu authored
The upstream gem has incorporated all the necessary changes--namely ARM support and SHA256 verification of libpg_query--so we can now switch back to the official gem. CHANGELOG: https://github.com/lfittl/pg_query/blob/master/CHANGELOG.md Diff: https://github.com/lfittl/pg_query/compare/v1.2.0..v1.3.0
-
Kerri Miller authored
Remove nil code-owners-section condition See merge request gitlab-org/gitlab!50631
-
Russell Dickenson authored
Clarify how to download sast report artifact in UI See merge request gitlab-org/gitlab!50585
-
Greg Myers authored
-
Douglas Barbosa Alexandre authored
Remove FF ci_seed_block_run_before_workflow_rules See merge request gitlab-org/gitlab!50595
-
Igor Drozdov authored
-
Kerri Miller authored
Update cluster-applications to v0.37.0 See merge request gitlab-org/gitlab!50548
-
Sean McGivern authored
Fix flaky spec in QuickActions::InterpretService#execute See merge request gitlab-org/gitlab!50605
-
Stan Hu authored
Remove FF ci_include_multiple_files_from_project See merge request gitlab-org/gitlab!50577
-
Kerri Miller authored
Adds annotations to CiliumNetworkPolicies See merge request gitlab-org/gitlab!50586
-
Igor Drozdov authored
Set finding_uuid while creating feedback records See merge request gitlab-org/gitlab!50495
-
Mehmet Emin INAC authored
-
Ramya Authappan authored
Un-quarantine project export file download spec See merge request gitlab-org/gitlab!50615
-
Sean McGivern authored
Improve details on queue_selector rename See merge request gitlab-org/gitlab!50473
-
Ben Bodenmiller authored
-
Achilleas Pipinellis authored
PgBouncer docs need to mention backups See merge request gitlab-org/gitlab!50298
-
Achilleas Pipinellis authored
Remove duplicate tier info from RA docs See merge request gitlab-org/gitlab!50578
-
Achilleas Pipinellis authored
Install the correct PostgreSQL version on Ubuntu 18 See merge request gitlab-org/gitlab!49817
-
Asmaa Hassan authored
-
Achilleas Pipinellis authored
Add note about toggle of Elastic Search pause See merge request gitlab-org/gitlab!50355
-
Harsh Chouraria authored
Feature added via https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34069 makes automatic changes to the pause settings internally which shows up on the UI too, even if a user did not directly perform the change
-
Dmytro Zaporozhets (DZ) authored
Migrate runner_setup_controller_spec.rb to request spec See merge request gitlab-org/gitlab!50600
-
Stan Hu authored
Trial onboarding issues experiment See merge request gitlab-org/gitlab!48052
-
Alper Akgun authored
Growth conversion experiment
-
Sanad Liaquat (Personal) authored
-
Alper Akgun authored
Remove FF ci_bridge_dependency_variables See merge request gitlab-org/gitlab!50596
-
- 26 Dec, 2020 2 commits
-
-
Stan Hu authored
The spec was attempting to test whether `/assign @userA @userB` would only assign an issue or merge request to `userA`. However, this would fail occasionally because the reference extractor does not guarantee ordering with extracted Markdown references since a database lookup is performed (e.g. `User.where`) without an ORDER BY. We adapt the test to check that only one of the two possible users is assigned since the behavior is ambiguous when multiple assignees is not supported, and it would take some work with some performance implications to ensure the first mentioned user were assigned. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/27989
-
Stan Hu authored
Replace user controller spec with its request spec See merge request gitlab-org/gitlab!50435
-
- 25 Dec, 2020 7 commits
-
-
Vitaly Slobodin authored
Revert occasionally increased timeout See merge request gitlab-org/gitlab!50602
-
Illya Klymov authored
-
Vitaly Slobodin authored
Upgrade @vue/test-utils to v1.1.2 See merge request gitlab-org/gitlab!50598
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Stan Hu authored
Enable FF ci_rules_variables by default See merge request gitlab-org/gitlab!50501
-
Takuya Noguchi authored
This includes sessionless shared examples for request spec copied from the existing ones for controller spec. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Kushal Pandya authored
Improve service desk UI text See merge request gitlab-org/gitlab!50407
-