该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 24, 2020
-
-
由 Stan Hu 创作于
Since Ruby 2.7.2 comes with bundler v2.1.4 by default, we need to upgrade the Gemfile.lock and bump the CI cache keys. We also need to install bundler v1.17.3 to ensure a smooth transition for other dependencies, like Gitaly. Exclude development gems from QA bundle install since debaser doesn't compile on Ruby 2.7.
-
- 10月 23, 2020
-
-
由 Anastasia McDonald 创作于
Also adds support for creating single-file snippet via API
-
- 10月 21, 2020
-
-
由 Will Meek 创作于
This is a fix for issue 238848 It was found that the group security dashboard could be in a state that did not match the test expectations. After investigation, it was noted that the group was a shared group that was used by previous tests. Therefore the group was in an unknown state. This MR ensures that this test uses a group specific to this test
-
由 Pedro Moreira da Silva 创作于
- Change `click_link` to `click_button` to align with element change - Change `shallowMount` to `mount` to read button disabled state - Remove QA test for MWPS dropdown option - Remove spec for MWPS dropdown option - Prettify Vue file
-
由 Sanad Liaquat (Personal) 创作于
-
由 Mark Lapierre 创作于
- Wait for up to 2 minutes when starting Gitaly containers because the first health check might not happen until after at least a minute. - Recovery after failover is now automatic by default.
-
由 Mark Lapierre 创作于
Given that mirroring is a background process that can take time to be scheduled in shared environments, this makes tests wait up to 3 minutes for an update.
-
由 Desiree Chevalier 创作于
-
- 10月 20, 2020
-
-
由 Tiffany Rea 创作于
Add new page object for ToDos page Add autoloader for the new page object Add new selectors on ToDos page elements Complete test scenario
-
由 Mark Lapierre 创作于
This is needed after updating the Praefect scenario to use a full Gitaly Cluster config See https://gitlab.com/gitlab-org/gitlab-qa/-/merge_requests/536
-
由 Martin Wortschack 创作于
- This MR replaces the fa-github icon with the github SVG
-
由 Mark Lapierre 创作于
Confirm the target branch can be checked out to avoid a race condition where the subsequent push option attempts to create an MR before the target branch is ready.
-
- 10月 17, 2020
-
-
由 Tom Quirk 创作于
And update QA tests to reflect this change. Includes changelog.
-
由 Grant Young 创作于
Better reflects what feature will be used for
-
- 10月 15, 2020
-
-
由 Anastasia McDonald 创作于
Replace #editor with an alternative css selector
-
由 Jiaan Louw 创作于
This adds a delete button to the credentials inventory display for admins and groups.
-
由 Miguel Rincon 创作于
-
- 10月 14, 2020
-
-
由 Himanshu Kapoor 创作于
Due to changes made in https://gitlab.com/gitlab-org/gitlab/-/issues/27535
-
由 Sanad Liaquat 创作于
-
由 Mark Lapierre 创作于
This change invoke predicate methods on page objects when tests execute certain matchers instead of using Capybara matchers. The result is that the matchers wait for requests and perform logging and other functionality that the page object predicate methods provide.
-
- 10月 13, 2020
-
-
由 Will Meek 创作于
The security_reports_spec was failing on staging Screenshots suggested that the page was being tested before the vulnerabilities were populated. This commit adds a retry to checking for vulnerability
-
由 Furkan Ayhan 创作于
With this commit, bridges can be defined with when:manual. This is behind a FF: ci_manual_bridges
-
由 Lin Jen-Shin 创作于
-
由 Sanad Liaquat 创作于
Also moves ssh and command related code out of qa/git/repository.rb into its own files and add tests for them
-
- 10月 12, 2020
-
-
由 svistas 创作于
-
由 Tomislav Nikić 创作于
Creating a file and checking if the create icon is used. After that it updates the fila and checks again, this time if the update icon is available.
-
由 Nick Thomas 创作于
This commit removes the feature flag guarding this feature, making it available for general consumption, and updates the documentation to suit.
-
由 Nicolas Dular 创作于
To remove obstacles in our signup process, we now only render a text that states that the user accepts the terms of service when clicking register instead of checking the checkbox.
-
由 Erick Banks 创作于
Adds ability to run tests only if the pipeline 'ci_project_name' equals the value of the key 'only_in_pipeline'.
-
- 10月 09, 2020
-
-
由 Jennifer Louie 创作于
Add page object methods to wait for replication Add page object methods to wait and check for job log Add page object method to wait for browse button
-
- 10月 08, 2020
-
-
由 Tiffany Rea 创作于
Add wait after adding variable Remove extra expanding session action
-
- 10月 07, 2020
-
-
由 Lin Jen-Shin 创作于
-
由 David Barr 创作于
-
由 Francisco Javier López 创作于
Removing the FF snippet_multiple_files and releasing snippet with multiples files.
-
由 Desiree Chevalier 创作于
-
- 10月 06, 2020
-
-
由 Nicolas Dular 创作于
This aligns the signup with the trial signup and what Growth::Acquisition has built as a signup experiment.
-
由 Mark Lapierre 创作于
This prevents the after block running in unrelated jobs. I also needed to _add_ a quarantine tag to the `after(:context)` block in one of the tests. Not sure why but it's only meant as a quick fix.
-