- 28 Dec, 2020 22 commits
-
-
Paul Gascou-Vaillancourt authored
- Creates `new` and `edit` routes for on-demand scans - Creates the `dast_saved_scans` feature flag - Changees the `On-demand Scans` nav item to point the `new` route when the feature flag is enabled
-
Douglas Barbosa Alexandre authored
Remove FF ci_seed_block_run_before_workflow_rules See merge request gitlab-org/gitlab!50595
-
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 16 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
-
Evan Read authored
Also made some documentaiton improvements
-
Illya Klymov authored
- make allowed deprecations list as small as possible
-
Illya Klymov authored
@vue/test-utils deprecated `attachToDocument` in 1.0.x
-
Illya Klymov authored
Regenerate outdated snapshots due to @vue/test-utils upgrade
-
Illya Klymov authored
-
Furkan Ayhan authored
It is already enabled by default.
-
Furkan Ayhan authored
It is already default enabled
-
Vitaly Slobodin authored
Upgrading VTU to v1: Remove deprecated `setMethods` calls See merge request gitlab-org/gitlab!50592
-
Alper Akgun authored
Add project scope to ci clint graphql endpoint See merge request gitlab-org/gitlab!50418
-