| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Markdown footnotes not working
Closes #26375
See merge request gitlab-org/gitlab-ce!24168
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add script to revoke personal access tokens
See merge request gitlab-org/gitlab-ce!24318
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'56043-failure-in-qa-specs-features-browser_ui-7_configure-auto_devops-create_project_with_auto_devops_spec-rb' into 'master'
Small screen fix for "Failure in qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb"
See merge request gitlab-org/gitlab-ce!24209
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fetch a specific key's fingerprint instead of all fingerprints.
Check for the specific key by title and expected fingerprint.
This avoids the use of `all`, which can be unreliable.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
[CE] port of fix for failing E2E test ee_add_batch_comments_in_merge_request_spec.rb
See merge request gitlab-org/gitlab-ce!24247
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
The method has 2 parts, entering text and submitting the comment.
They have to be separable because the EE batch comments test
performs different actions after entering text - it doesn't always
immediately submit the comment.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow QA to run in remote grid environments
Closes #55051
See merge request gitlab-org/gitlab-ce!23708
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: ddavison <ddavison@gitlab.com>
|
| | | |
| | | |
| | | |
| | | | |
Extract remote_grid_credentials
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: ddavison <ddavison@gitlab.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: ddavison <ddavison@gitlab.com>
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fix QA spec flaky for application secret variables
Closes gitlab-qa#362
See merge request gitlab-org/gitlab-ce!24210
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The QA spec for application secrets fails when run after the auto devops
spec because no pipeline for it is triggered :(
When the QA spec for application has passed, it has always been the
first spec to run hence it is able to set the K8S_SECRET_ variable
before the pipeline triggered by the initial commit has run.
The correct fix would be manually trigger a pipeline after we have added
the K8S_SECRET_* variable. However, because Helm does not update the
Deployment, we need to push a code change to make Helm update the
Deployment and the pods.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Allow tests to be quarantined
Closes gitlab-org/quality/team-tasks#80
See merge request gitlab-org/gitlab-ce!24022
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Clarify message shown when skipping quarantined tests because
they don't have all the specified tags.
- Simplify rejecting item from array
- Remove 'pass' from example descriptions to avoid confusion
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of modifying the runner, use config hooks to skip quarantined
tests, and to allow only quarantined tests to be run, if desired.
This way quarantined tests are skipped, not excluded completely, so
they are still included in test results.
|
| | |
| | |
| | |
| | | |
This reverts commit 8ef418d57c5a9511b862bf0711aadbb977086c91.
|
| | |
| | |
| | |
| | | |
Exclude quarantined tests by default.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
'master'
CE port of "e2e QA tests for Group level project templates"
See merge request gitlab-org/gitlab-ce!23987
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Wait for Web IDE commit animation
Closes #55972
See merge request gitlab-org/gitlab-ce!24196
|
| |
| |
| |
| |
| |
| |
| |
| | |
Wait for the "Commit..." button to disappear and the "Stage & Commit"
button to appear before clicking the latter button. The animation that
is shown while changing the buttons must complete before clicking
"Stage & Commit" will have any effect _even if_ the button is visible
before the animation is complete.
|
| | |
|
|/
|
|
|
| |
In CE we can only have one cluster per project, so create a new project
for each case of rbac disabled and enabled.
|
|
|
|
|
| |
Many changes were also made to tests that expected this to default to
false.
|
|\
| |
| |
| |
| |
| |
| | |
'49056-configure-auto-devops-deployed-applications-with-secrets-that-aren-t-committed-to-the-repo' into 'master'
Configure Auto DevOps deployed applications with secrets from prefixed CI variables
See merge request gitlab-org/gitlab-ce!23719
|
| |
| |
| |
| |
| |
| |
| | |
We assert that a K8S_SECRET_* variable is ingestible by our Rack
application
Re-use project and cluster resources in Auto DevOps QA
|
| | |
|
|/
|
|
|
|
|
| |
This will allow developers to run `bundle install` on both directories
and avoid additional calls to RubyGems for local development. Also sets
up the possibility of improved caching as mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/55843.
|
|\
| |
| |
| |
| | |
Upgrade GitLab QA image to Ruby 2.5
See merge request gitlab-org/gitlab-ce!24091
|
| |
| |
| |
| |
| | |
GitLab is now shipping with Ruby 2.5.3, so we should make the
version consistent for the QA image as well.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Using find_elements instead of all_elements
Closes gitlab-org/quality/staging#18
See merge request gitlab-org/gitlab-ce!23977
|
| | |
|
| | |
|
|/
|
|
|
| |
Add new page object methods from EE MR:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8937
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
We now visit the project/wiki page after a push since that's the logical
page where we should be after a push.
Also, we now properly set the `@project` variable because the
`web_url` of a Push resource isn't necessarily it's project/wiki page
(if the project/wiki are created via the API for instance, `current_url`
would be the current page, not the project/wiki page).
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\
| |
| |
| |
| | |
Wait for push before trying to create a new MR
See merge request gitlab-org/gitlab-ce!23745
|