summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'jivl-backport-scroll-utilities' into 'master'Filipa Lacerda2018-06-061-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-utilitiesJose2018-06-011-1/+1
| |
* | Remove unused let and rename var in QA autodevops specDylan Griffith2018-06-061-9/+7
| |
* | Remove unnecessary @pushing_directory bool in QA::Factory::Repository::PushDylan Griffith2018-06-061-3/+1
| |
* | Set zone when creating K8s cluster in QA testDylan Griffith2018-06-051-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 QADylan Griffith2018-06-051-0/+9
| |
* | Dont test performance succeeds in Auto DevOps QADylan Griffith2018-06-051-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 Griffith2018-06-052-20/+25
| | | | | | | | devops spec
* | Do not wait for sast job to succeed in auto devops specDylan Griffith2018-06-041-2/+1
| |
* | Add QA integration test for full Auto DevOps flowDylan Griffith2018-06-0417-3/+389
|/
* Cleanup code for General Project SettingsLukas Eipert2018-05-311-1/+1
|
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-1/+1
|
* Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-302-0/+60
|\ | | | | | | | | | | | | Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956
| * Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-292-0/+60
| |
* | Merge branch 'qa/rs-api-users-spec' into 'master'Grzegorz Bizon2018-05-291-5/+4
|\ \ | |/ |/| | | | | Simplify users API QA spec See merge request gitlab-org/gitlab-ce!19147
| * Simplify users API QA specqa/rs-api-users-specRobert Speicher2018-05-251-5/+4
| |
* | Resolve "Rename "secret variables" to "variables""Fabio Busatto2018-05-281-2/+2
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-212-6/+8
|\ \ | |/
| * Generate the key while running the testsLin Jen-Shin2018-05-211-5/+7
| |
| * Loosen the matcher in the MR creation testqa-245Rémy Coutable2018-05-171-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | fix terms specClement Ho2018-05-171-2/+2
|/
* Succeed or fail fast based on job status firstMichael Kozono2018-05-082-14/+20
| | | | Also, move wait block into the correct page block.
* Make the user dropdown reusableBob Van Landuyt2018-05-041-2/+5
| | | | | | | We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
* Bump nokogiri to 1.8.2 in qa GemfileRobert Speicher2018-05-011-1/+1
| | | | Resolves CVE-2017-18258
* Merge branch 'qa-fix-protected-branches-test-ce' into 'master'Grzegorz Bizon2018-04-273-6/+49
|\ | | | | | | | | CE: Fix QA protected branches tests See merge request gitlab-org/gitlab-ce!18585
| * Wait for page load so we're not getting stale elementsLin Jen-Shin2018-04-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while producing products. Basically an attempt to fix: https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/65016456 Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: element is not attached to the page document in: ``` ruby product :name do Page::Project::Settings::Repository.act do expand_protected_branches(&:last_branch_name) end end ```
| * Clear local storage after test so it's not interferingLin Jen-Shin2018-04-252-1/+7
| |
| * Select everything so we could hit protectLin Jen-Shin2018-04-252-6/+38
| | | | | | | | Add missing QA selectors as well
* | Fix rubocop offense and enable jobs for qaLin Jen-Shin2018-04-273-1/+5
| | | | | | | | We could revisit which we don't want to run in qa.
* | Use remote_branch insteadLin Jen-Shin2018-04-251-2/+4
| |
* | Rename location to uri; Handle uri for HTTP; Fix pushing remoteLin Jen-Shin2018-04-246-18/+24
| |
* | Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin2018-04-2313-9/+243
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (166 commits) Flowdock uses Gitaly, not Grit Removes 'no job log' from trace action Fix missing namespace for some internal users Dedupe yarn dependencies Downgrade MySQL CI service from 8.0 to 5.7 Atomic internal ids for all models Add documentation on how to configure Redis Sentinel by persistent class Update CHANGELOG.md for 10.7.0 Update index.md Resolve "Text from the diff is showing within a table header inside the discussion after the discussion is resolved" Don't include lfs_file_locks data in export bundle Documentation: Frontend Building Checklist Fix a documentation typo for GitLab pages Refactored activity calendar Add an API endpoint to download git repository snapshots Fix issues without links when added from boards new issue modal Respect visibility options and description when importing project from template Resolve "Improve tooltips of collapsed sidebars" Update Container Scanning documentation Fix typo in vue.md ...
| * Merge branch 'docs/gb/rename-qa-slack-channel-to-quality' into 'master'Mek Stittri2018-04-192-3/+3
| |\ | | | | | | | | | | | | Rename #qa slack channel to #quality in docs See merge request gitlab-org/gitlab-ce!18472
| | * Rename #qa slack channel to #quality in docsGrzegorz Bizon2018-04-192-3/+3
| | |
| * | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-184-5/+5
| | |
| * | Merge branch 'osw-add-qa-tests-for-protected-branches' into 'master'Rémy Coutable2018-04-177-1/+235
| |\ \ | | |/ | |/| | | | | | | Add QA tests for protected branches See merge request gitlab-org/gitlab-ce!18301
| | * Add QA tests for protected branchesOswaldo Ferreira2018-04-167-1/+235
| | |
* | | Use all_elements insteadLin Jen-Shin2018-04-231-2/+2
| | |
* | | Use qa selectors for secret variablesLin Jen-Shin2018-04-211-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem of using .js-ci-variable-input-value is that, whenever the value is hidden, then this selector won't be set, instead, .js-secret-value-placeholder would be set. If we just fill the value, the value is revealed. But if we visit this later, the values were be hidden. This means we don't have a consistent way to count the values. Adding an unique qa selector to both revealed and hidden values would make it easier to track the values. To make it look more consistent, let's also do the same for the key.
* | | It's actually raising QA::Service::Shellout::CommandErrorLin Jen-Shin2018-04-201-1/+2
| | |
* | | Unify the use of repository_locationLin Jen-Shin2018-04-205-13/+9
| | |
* | | s/all_element/all_elements/gLin Jen-Shin2018-04-202-3/+3
| | |
* | | We no longer populate the title, so don't test itLin Jen-Shin2018-04-181-1/+0
| | |
* | | Properly fill variable pair to the last fieldsLin Jen-Shin2018-04-173-9/+9
| | |
* | | Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin2018-04-179-50/+86
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (536 commits) Fix flash errors in performance bar for cached responses Force content to align right Method to track recoverable exceptions in sentry Move PipelineFailed vue component fixed targetmode being included in project FE Docs: Fix header hierarchy in Vuex section of Vue.md Adds helpers to remove withespace and linebreaks `package-qa` was renamed to `package-and-qa` Fix container scanning in vendored GitLab CI configuration for Auto Devops Fixed web IDE not working for sub-groups Remove web ide beta flag from docs and update Make the message break into a new line instead of truncating it Backport Web IDE docs to gitlab-ce link to product handbook piece on permissions Update faraday_middlewar to 0.12.2 Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy ...
| * | Merge branch 'refactor/move-mr-widget-ready-to-merge-vue-component' into ↵Mike Greiling2018-04-161-1/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | 'master' Move ReadyToMerge vue component See merge request gitlab-org/gitlab-ce!17545
| | * Move ReadyToMerge vue componentGeorge Tsiolis2018-03-301-1/+1
| | |
| * | Remove unnecessary section looking in admin settings qaDmitriy Zaporozhets2018-04-031-12/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Explicitly use page context for qa/factory/settings/hashed_storage.rbDmitriy Zaporozhets2018-04-031-2/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets2018-04-028-49/+95
| |/ | | | | | | | | | | | | | | sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>