- 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 23 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
-
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
-
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
-
Furkan Ayhan authored
We need project and user info in order to execute yaml processor effectively.
-
Vitaly Slobodin authored
Upgrading VTU to v1: Replace deprecated `contains` method See merge request gitlab-org/gitlab!50593
-
Illya Klymov authored
`setMethods` is deprecated in `@vue/test-utils` 1.x
-
Natalia Tepluhina authored
Fix invalid props in tests See merge request gitlab-org/gitlab!50109
-
Illya Klymov authored
`setProps` in `@vue/test-utils` bypasses props validation. This is going to change in 1.x version and just feels wrong
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` from security_dashboard specs See merge request gitlab-org/gitlab!50497
-
Illya Klymov authored
`@vue/test-utils` deprecated `methods` option. Replaced with stubbing store actions
-
Illya Klymov authored
Replace `contains` with chaining `find` and `exists` `contains` is deprecated in `@vue/test-utils` 1.x
-
Illya Klymov authored
`@vue/test-utils` 1.x deprecate `setMethods`
-
Stan Hu authored
Support for variables in include section of gitlab-ci.yml See merge request gitlab-org/gitlab!50188
-
- 24 Dec, 2020 15 commits
-
-
Aishwarya Subramanian authored
Expand variable only if its of the type String
-
Suzanne Selhorn authored
Remove tier pricing link from Version examples See merge request gitlab-org/gitlab!50580
-
Craig Norris authored
Remove tier pricing link from examples.
-
Kerri Miller authored
Advanced Search: Search by file path field See merge request gitlab-org/gitlab!50567
-
Alper Akgun authored
Change class name of BuildNeed-build association See merge request gitlab-org/gitlab!50429
-
Dmitry Gruzd authored
-
Marcia Ramos authored
Update docs to mention that API is for admins only See merge request gitlab-org/gitlab!50571
-
Dmytro Zaporozhets (DZ) authored
Remove alerts service from tests which don't need it See merge request gitlab-org/gitlab!50228
-
Sarah Yasonik authored
-
Kushal Pandya authored
Upgrading VTU to v1: Fix deprecated `methods` in various `ee` specs See merge request gitlab-org/gitlab!50503
-
Kushal Pandya authored
Upgrading VTU to v1: Remove deprecate `methods` from `environments_dashboard` See merge request gitlab-org/gitlab!50499
-
Natalia Tepluhina authored
Upgrading VTU to v1: Refactor pipelines_spec See merge request gitlab-org/gitlab!50512
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `name` calls usage See merge request gitlab-org/gitlab!50513
-
Peter Leitzen authored
Add GPG Key Finder for display on admin credentials dashboard See merge request gitlab-org/gitlab!49835
-
Peter Leitzen authored
Increase test coverage for vulnerability_presenter See merge request gitlab-org/gitlab!50401
-