- 24 Dec, 2020 40 commits
-
-
Sanad Liaquat authored
Remove pat_creation_api_for_admin feature flag See merge request gitlab-org/gitlab!49222
-
Sanad Liaquat authored
-
Igor Drozdov authored
Resolve "[DevOps Adoption] Daily updates" - part 1 See merge request gitlab-org/gitlab!50257
-
Ramya Authappan authored
De-quarantine instance project template spec See merge request gitlab-org/gitlab!50563
-
Pavel Shutsin authored
Used to specify end of datetime range for specific devops adoption snapshot
-
David O'Regan authored
Update dependency @gitlab/ui to v25 See merge request gitlab-org/gitlab!50486
-
Igor Drozdov authored
Disable transaction checks for threaded spec See merge request gitlab-org/gitlab!50560
-
Nicolò Maria Mezzopera authored
[RUN-AS-IF-FOSS] Change createBoard input See merge request gitlab-org/gitlab!50564
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` option from artifacts_list_app_spec See merge request gitlab-org/gitlab!50494
-
Natalia Tepluhina authored
Fix milestone_combobox spec See merge request gitlab-org/gitlab!50107
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` usage See merge request gitlab-org/gitlab!50508
-
Natalia Tepluhina authored
Upgrading VTU to v1: Replace invoking `is` with string See merge request gitlab-org/gitlab!50516
-
Natalia Tepluhina authored
Upgrading VTU to v1: Refactor custom_metrics_form_fields_spec See merge request gitlab-org/gitlab!50505
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` from spec/frontend/monitoring See merge request gitlab-org/gitlab!50511
-
Illya Klymov authored
Move getter methods into roadmap_item_utils.js See merge request gitlab-org/gitlab!50158
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated strings as stubs See merge request gitlab-org/gitlab!50514
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `isEmpty` call See merge request gitlab-org/gitlab!50515
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `setMethods` method from spec See merge request gitlab-org/gitlab!50517
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` option from epic_sidebar_spec See merge request gitlab-org/gitlab!50496
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` from components/checkout See merge request gitlab-org/gitlab!50498
-
Natalia Tepluhina authored
Upgrading VTU to v1: Remove deprecated `methods` usage in alerts_service_form_spec See merge request gitlab-org/gitlab!50504
-
NataliaTepluhina authored
-
Vitaly Slobodin authored
-
Illya Klymov authored
- replace with parentComponent
-
Sanad Liaquat (Personal) authored
-
Eulyeon Ko authored
Place 'dateFromString' helper function in spec/frontend/helpers/datetime_helpers.js Use realistic mock data and place them in mock_data.js
-
Illya Klymov authored
`is` is deprecated in `@vue/test-utils` 1.x
-
Illya Klymov authored
- remove deprecated `methods` - fix test not to rely on component internals
-
Illya Klymov authored
`@vue/test-utils` 1.x deprecated `methods` option. Replace this with mocking store actions and improving suite overall
-
Illya Klymov authored
Due to bug in `@vue/test-utils` assertions in this tests were inverted. Fix this behavior
-
Lin Jen-Shin authored
Fix flaky test update_service_spec.rb See merge request gitlab-org/gitlab!50483
-
Stan Hu authored
This test creates two threads to simulate a race condition, but the transaction detection isn't thread safe so it picks up transactions from the other thread. Since the transaction check doesn't work properly in this test, we disable it to work around the problem. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/295474
-
Eulyeon Ko authored
Fix capitalization for test case name. Use test inputs that resemble the actual use cases. Use parameterization on 'it' blocks.
-
Eulyeon Ko authored
The following getters have been only used in the context of initializing fetched raw data using the functions from roadmap_item_utils.js: getters.lastTimeframeIndex getters.timeframeStartDate getters.timeframeEndDate Having these coupled to vuex makes it hard to generate- mock data needed for testing, thus we are moving them into roadmap_item_utils.js to use as pure helper functions.
-
Paul Slaughter authored
Fix prettier error See merge request gitlab-org/gitlab!50561
-
Albert Salim authored
-
Stan Hu authored
Docs: AWS EKS IAM Policy Template Update See merge request gitlab-org/gitlab!50385
-
Illya Klymov authored
Localize strings related to CI validation See merge request gitlab-org/gitlab!50485
-
Miguel Rincon authored
Wrapper for gl-tab to lazily load contents once See merge request gitlab-org/gitlab!49704
-
Miguel Rincon authored
This change adds a new component that mounts contents inside tabs lazily, without dismoounting them.
-