Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch ↵ | Robert Speicher | 2018-06-20 | 2 | -2/+10 |
|\ | | | | | | | | | | | | | | | | | '48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964' into 'master' Resolve "qa/specs/features/login/ldap_spec.rb is failing after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19964" Closes #48159 See merge request gitlab-org/gitlab-ce!20027 | ||||
| * | [QA] Fix qa/qa/specs/features/login/ldap_spec.rb48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964 | Rémy Coutable | 2018-06-20 | 2 | -2/+10 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Added Wiki Scenario Automation gitlab-qa#263 | Ramya A | 2018-06-20 | 22 | -70/+314 |
|/ | |||||
* | Make Page::Main::Login#sign_in_using_credentials gracefully bail out when ↵qa-improve-main-login-page | Rémy Coutable | 2018-06-19 | 2 | -31/+37 |
| | | | | | | user is already logged-in Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Only clear the sessions if block_given? and no error | Lin Jen-Shin | 2018-06-13 | 1 | -13/+1 |
| | | | | | | Because otherwise capybara-screenshot/rspec can't take the screenshots for us. If we got an error, we don't want to continue anyway? | ||||
* | Loosen the 'newly created MR' matcherqa-271 | Rémy Coutable | 2018-06-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Ensure we look into the correct setion only when expanding a settings' section | Rémy Coutable | 2018-06-13 | 7 | -35/+39 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'qa-112-fix-auto-devops-cluster-spec' into 'master' | Grzegorz Bizon | off until 20th June | 2018-06-12 | 4 | -5/+28 |
|\ | | | | | | | | | Qa 112 fix auto devops cluster spec See merge request gitlab-org/gitlab-ce!19584 | ||||
| * | Move ENV variables to Runtime::Env for auto devops QAqa-112-fix-auto-devops-cluster-spec | Dylan Griffith | 2018-06-11 | 2 | -9/+17 |
| | | |||||
| * | Explicitly require pathname in QA steps | Dylan Griffith | 2018-06-08 | 2 | -0/+4 |
| | | |||||
| * | Ensure --zone is passed to all gcloud commands for auto devops cluster specs | Dylan Griffith | 2018-06-08 | 1 | -3/+14 |
| | | |||||
* | | Merge branch 'sh-suppress-env-leaks' into 'master' | Kamil Trzciński | 2018-06-11 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | Prevent ENV from leaking variables in CI output See merge request gitlab-org/gitlab-ce!19607 | ||||
| * | | Prevent ENV from leaking variables in CI output | Stan Hu | 2018-06-08 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'qa-wait-for-job-trace' into 'master' | Grzegorz Bizon | off until 20th June | 2018-06-11 | 2 | -1/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update QA deploy key clone test to wait for job traces Closes gitlab-qa#269 See merge request gitlab-org/gitlab-ce!19557 | ||||
| * | | | Move qa test use of refresh selector into the job page | DJ Mountney | 2018-06-08 | 2 | -1/+6 |
| | | | | |||||
| * | | | Update QA deploy key clone test to wait for job traces | DJ Mountney | 2018-06-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Otherwise if the completion status loaded before the trace, the test will fail. | ||||
* | | | | Rename method according to new role name | Michael Kozono | 2018-06-08 | 2 | -4/+4 |
| | | | | |||||
* | | | | Reuse Push factory | Michael Kozono | 2018-06-08 | 3 | -40/+27 |
| | | | | |||||
* | | | | Tweak scenario descriptions | Michael Kozono | 2018-06-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Refactor out variable | Michael Kozono | 2018-06-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix protected branch fabrication | Michael Kozono | 2018-06-08 | 1 | -0/+5 |
| | | | | |||||
* | | | | Reduce wait time | Michael Kozono | 2018-06-08 | 1 | -4/+3 |
| | | | | |||||
* | | | | Reduce default wait interval | Michael Kozono | 2018-06-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Because if reload is true, then we spend a lot of time waiting for page load and yielding (to has_css? etc, which already waits for the default Capybara time) anyway. And if reload is false, there’s no reason not to check what’s on the page at all times. There doesn’t seem to be a downside. | ||||
* | | | | Remove arbitrary 5 second wait | Michael Kozono | 2018-06-08 | 1 | -1/+3 |
| | | | | |||||
* | | | | Fix the “no matches” optimization | Michael Kozono | 2018-06-08 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | When the subgroup doesn’t exist, this will now return false as soon as the “Sorry” text appears, instead of waiting for the default Capybara wait time. | ||||
* | | | | Remove unnecessary wait | Michael Kozono | 2018-06-08 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | Also, it actually seems to wait the full 60 seconds, indicating it never finds the element. | ||||
* | | | | Reduce spec duration | Michael Kozono | 2018-06-08 | 1 | -16/+14 |
| | | | | | | | | | | | | | | | | The former “user is able to protect a branch” test no longer has a lot of value after adding the new “authorized users are allowed to push” test, and its setup is redundant, so we may as well save QA spec time by combining them. | ||||
* | | | | Dry up tests | Michael Kozono | 2018-06-08 | 1 | -43/+35 |
| | | | | |||||
* | | | | Add test for authorized push to protected branch | Michael Kozono | 2018-06-08 | 1 | -0/+26 |
| |/ / |/| | | |||||
* | | | Update settings section titles | Andreas Kämmerle | 2018-06-08 | 3 | -5/+5 |
| | | | |||||
* | | | Merge branch 'qa-251-api-tests' into 'master' | Grzegorz Bizon | 2018-06-08 | 9 | -126/+193 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Automate the basic API tests in a QA scenario Closes gitlab-qa#251 See merge request gitlab-org/gitlab-ce!19280 | ||||
| * | | Automate the basic API tests in a QA scenario | Rémy Coutable | 2018-06-06 | 1 | -0/+61 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Improve the Runtime::API classes | Rémy Coutable | 2018-06-06 | 8 | -126/+132 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | QA: Redact credentials from URI in git output | Michael Kozono | 2018-06-07 | 3 | -12/+49 |
| |/ |/| | |||||
* | | Fix default wait argument in QA Pipelines specqa-268-fix-pipeline-spec | Dylan Griffith | 2018-06-07 | 1 | -2/+2 |
|/ | |||||
* | Merge branch '42751-rename-master-to-maintainer' into 'master' | Sean McGivern | 2018-06-06 | 2 | -3/+3 |
|\ | | | | | | | | | | | | | Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080 | ||||
| * | Rename “Developers + Masters” | Mark Chao | 2018-06-06 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'jivl-backport-scroll-utilities' into 'master' | Filipa Lacerda | 2018-06-06 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Backport scroll utilities for the job log component See merge request gitlab-org/gitlab-ce!19221 | ||||
| * | Add partial for the build outputsjivl-backport-scroll-utilities | Jose | 2018-06-01 | 1 | -1/+1 |
| | | |||||
* | | Remove unused let and rename var in QA autodevops spec | Dylan Griffith | 2018-06-06 | 1 | -9/+7 |
| | | |||||
* | | Remove unnecessary @pushing_directory bool in QA::Factory::Repository::Push | Dylan Griffith | 2018-06-06 | 1 | -3/+1 |
| | | |||||
* | | Set zone when creating K8s cluster in QA test | Dylan Griffith | 2018-06-05 | 1 | -0/+1 |
| | | | | | | | | | | This field is apparently required even though it seemed to work on my machine without it :P | ||||
* | | Add gcloud and kubectl to Dockerfile for QA | Dylan Griffith | 2018-06-05 | 1 | -0/+9 |
| | | |||||
* | | Dont test performance succeeds in Auto DevOps QA | Dylan Griffith | 2018-06-05 | 1 | -1/+0 |
| | | | | | | | | This is optional and seems to fail now so best to exclude | ||||
* | | Update Factory::Repository::Push to allow pushing directory to simplfy auto ↵ | Dylan Griffith | 2018-06-05 | 2 | -20/+25 |
| | | | | | | | | devops spec | ||||
* | | Do not wait for sast job to succeed in auto devops spec | Dylan Griffith | 2018-06-04 | 1 | -2/+1 |
| | | |||||
* | | Add QA integration test for full Auto DevOps flow | Dylan Griffith | 2018-06-04 | 17 | -3/+389 |
|/ | |||||
* | Cleanup code for General Project Settings | Lukas Eipert | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master' | Phil Hughes | 2018-05-30 | 2 | -0/+60 |
|\ | | | | | | | | | | | | | Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956 |