| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fix symbol '&' display.
Remove unnecessary calls of `.html_safe`
|
|\
| |
| |
| |
| | |
Make tests explicitly fabricate resources via the API
See merge request gitlab-org/gitlab-ce!30515
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Allow specificity for GKE Cluster Location
See merge request gitlab-org/gitlab-ce!30490
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use GCLOUD_REGION over GCLOUD_ZONE.
Using REGION over ZONE provides more of a
guarantee of cluster size, and dist-
ributes between a region's zones
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Uses the parallel_tests gem to execute tests in multiple processes
simultaneously on the same machine.
Adds the `--parallel` CLI option that instructs the QA framework
to use the parallel_tests executable.
Tests need access to global state contained in `Runtime::Scenario`
so when `--parallel` is invoked `Runtime::Scenario` is serialized
to an environment variable, which is passed to parallel_tests,
and then deserialized in `spec_helper`.
|
|\ \
| | |
| | |
| | |
| | | |
Raise error if API returns a code other than what is expected
See merge request gitlab-org/gitlab-ce!30301
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
Disable parts of the QA AutoDevOps Pipeline
See merge request gitlab-org/gitlab-ce!30427
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Jobs Disabled: Code-Quality, DAST, Container-Scanning,
Dependency-Scanning, License-Management, SAST
Jobs still enabled: Build, Test, Deploy, Browser-Performance-Testing
|
|/ /
| |
| |
| |
| |
| | |
- to be explicit when fabricating resources via API or browser UI
- and to improve test speed by fabricating some resources via API
instead of via the GUI.
|
|\ \
| | |
| | |
| | |
| | | |
Fix failing e2e tests - initialize Issue labels
See merge request gitlab-org/gitlab-ce!30375
|
| | |
| | |
| | |
| | |
| | | |
This provides a valid default value when labels are
not specified explicitly.
|
|/ /
| |
| |
| |
| | |
'master'"
This reverts merge request !25590
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Removing Quarantine tag for Create
Closes gitlab-org/quality/staging#47
See merge request gitlab-org/gitlab-ce!30340
|
| | |
| | |
| | |
| | |
| | |
| | | |
Tested the two tests inside the suite,
both passed and thus are being
dequarantined.
|
| | | |
|
| |/
|/|
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14533
|
|/
|
|
|
| |
Prometheus is uninstallable so waiting won't see 'Install' at all.
We'll see 'Uninstall' instead.
|
| |
|
|
|
|
|
|
|
| |
Avoid line-buffering and flush each character during shellout.
This useful for commands (e.g. gcloud) which display its progress by
printing single dots.
|
|
|
|
|
|
| |
Checks that archives of two different user projects with the same name aren't the same via checksum. I.E. a user can't download the archive of another's project by mistake.
To enable the test some enhancements were made. Namely updating the client module to handle more than one API instance and the creation a custom rest call method that downloads to tmp.
|
| |
|
|
|
|
| |
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28915
|
|\
| |
| |
| |
| |
| |
| | |
Execute snippet test on a private snippet instead of public
Closes gitlab-org/quality/staging#49
See merge request gitlab-org/gitlab-ce!29834
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Public snippets can trigger recaptcha.
Try with a private snippet instead.
Private snippets can't be embedded, so remove that check.
Also unquarantine the test.
|
| |
| |
| |
| |
| | |
- Add button styles for onboarding welcome page
- Fix qa selector (due to additional class)
|
|\ \
| | |
| | |
| | |
| | | |
Update docs on how to run E2E tests
See merge request gitlab-org/gitlab-ce!29823
|
| | |
| | |
| | |
| | | |
Make instructions on how to run the E2E tests against GDK more
explicit and easier to find.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Unquarantine the branches E2E test
Closes gitlab-org/quality/nightly#62
See merge request gitlab-org/gitlab-ce!29828
|
| |/ / |
|
| |/
|/| |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Un-quarantine OAuth spec
Closes gitlab-org/quality/nightly#100
See merge request gitlab-org/gitlab-ce!29764
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Add script for creating an MR with many commits
See merge request gitlab-org/gitlab-ce!29762
|
| |/
| |
| |
| | |
Also does a lot of cleanup and refactoring
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Uses `:requires_admin` metadata to specify that a test needs
an admin user.
Sets the push file size limit test to require an admin user.
With an admin access token set as the env var
GITLAB_QA_ADMIN_ACCESS_TOKEN, the push size
limit test now only uses the API and CLI
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fixing an old quarantined test
Closes gitlab-org/quality/staging#50
See merge request gitlab-org/gitlab-ce!28643
|
| | |
| | |
| | |
| | |
| | | |
Fixing a single trailing whitespace issue.
Fixing no new line at the end of the file.
|
| | |
| | |
| | |
| | |
| | | |
Created a refreshed test suite using api to improve speed.
This was done by adding qa tags to the merge request view.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE port of "Add test for git http operations for SSO enforced SAML group"
See merge request gitlab-org/gitlab-ce!29550
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
[CE] Validate page after visit in block
See merge request gitlab-org/gitlab-ce!29524
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | | |
When `visit` is called with a block it now visits the page
before validating it, and then executes the block
|
| |/
|/|
| |
| | |
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
|
|\ \
| | |
| | |
| | |
| | | |
CE port of "Comment will select all activites filter by default"
See merge request gitlab-org/gitlab-ce!29496
|
| |/ |
|