Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
AgeCommit message (Collapse)Author
2018-06-06Improve the Runtime::API classesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-04Add QA integration test for full Auto DevOps flowDylan Griffith
2018-04-23Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin
* 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 ...
2018-04-17Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin
* 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 ...
2018-04-16Add QA tests for protected branchesOswaldo Ferreira
2018-04-02Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets
sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-29Remove test against DSA ssh keys becauseLin Jen-Shin
we're not really supporting them out of the box. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/44363
2018-03-29Implement other ssh keys and use ssh-keygen insteadLin Jen-Shin
2018-03-29Introduce Key namespace so we could put more keysLin Jen-Shin
2018-02-19test merge request rebaseFelipe Artur
2018-02-13Rename Git::Repository::Location to Git::LocationLin Jen-Shin
2018-02-09Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin
* upstream/master: (466 commits) Set initial password for instance in LDAP QA test Backport EE changes to some hashed storage documentation to CE Remove allow_n_plus_1 from Git::Repository#branches_filter Bumps Gitlab Shell version to 6.0.3 Make resetting column information overridable in EE Added 'clear' button to ci lint editor Issues and merge requests in subgroups docs Update docs labels CE Refactored merge_requests/show path in dispatcher.js wording don't check against a hardcoded user name 10.5 Update the dependencies license list 10.5 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templates Create update guide for 10.5 Update 10.5 source install guide Add docs for MR link in commit page Add groups to OpenID Connect claims Replaced $.get with axois.get Memoize MergeRequest#rebase_in_progress? to prevent N+1 queries in Gitaly Update style_guide_scss.md ...
2018-02-07Address review comments for LDAP QA testStan Hu
2018-02-05WIPLin Jen-Shin
2018-02-05Add QA specs for LDAP loginStan Hu
2018-01-31Introduce a new QA::Gitlab::Page::Component::Dropzone classRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-30Port changes from gitlab-org/gitlab-ee!4064 to CERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-29Merge branch 'qa_78_create_merge_request' into 'master'Grzegorz Bizon
Create merge request factory See merge request gitlab-org/gitlab-ce!15964
2018-01-26Create merge request specFelipe Artur
2018-01-26Merge branch 'qa/ee-4698-backport' into 'master'Grzegorz Bizon
Backport QA changes from EE Closes gitlab-ee#4698 See merge request gitlab-org/gitlab-ce!16728
2018-01-26Merge branch 'filipefreire_155' into 'master'Rémy Coutable
gitlab-qa !155 - push creates event on activity page See merge request gitlab-org/gitlab-ce!16423
2018-01-26Merge remote-tracking branch 'upstream/master' into qa/ee-4698-backportLin Jen-Shin
* upstream/master: Just don't expand if it's already expanded fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests Fix rubocop offenses introduced in !16623 Prefer local variables over given/let Try to restore page's state Add more views check Respect the latest changes from master Add a scenario for adding secret variables
2018-01-26 Backport QA changes from EEGabriel Mazetto
2018-01-25Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire
filipefreire_155
2018-01-25Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenarioLin Jen-Shin
* upstream/master: Make Gitaly RepositoryExists opt-out Fix .batch_lfs_pointers accepting a lazy enumerator Look at notes created just before merge when deciding if an MR can be reverted Update missing paths Default to HTTPS for all Gravatar URLs Add note within ux documentation that further changes should be made within the design.gitlab project Moves status icon into a vue file and adds tests Moves merging component into a vue file, adds i18n and better test cases Prefer local variables instead Add an test for QA::Runtime::RSAKey Move initialize method later. Also test if the fingerprint is correct Generate ssh key on the fly for QA
2018-01-25Respect the latest changes from masterLin Jen-Shin
Basically using the new expand_section
2018-01-25Merge branch 'qa-deploy-key-scenario' into 'master'Grzegorz Bizon
Generate ssh key on the fly for QA See merge request gitlab-org/gitlab-ce!16562
2018-01-25Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenarioLin Jen-Shin
* upstream/master: (136 commits) Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'" Add modal for deleting a milestone Revert "Merge branch 'remove-rugged-walk' into 'master'" Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service" Update CHANGELOG.md for 10.4.1 Add a gRPC health check to ensure Gitaly is up Add formatted_data attribute to Git::WikiPage Avoid array indices to fixtures in JS specs Migrate .batch_lfs_pointers to Gitaly Updates `Revert this merge request` text Work around a bug in DatabaseCleaner when using the deletion strategy on MySQL Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Workaround a recaptcha pop-up that cannot be tested Uses sprite icon to render verified commit badge and uniforms css colors Moves more mr widget components into vue files Adds i18n Adds better test coverage Execute system hooks after-commit when executing project hooks Remove one Spinach job and add one RSpec job Remove callback as we already update accordingly on services Fix typo in `.gitlab-ci.yml` heading Migrate repository bundling to Gitaly ...
2018-01-24Merge remote-tracking branch 'upstream/master' into qa-deploy-key-scenarioLin Jen-Shin
* upstream/master: (106 commits) Remove callback as we already update accordingly on services added missing imports correctly imports performance bar Added imports for dispatcher routes Make the exposing of the Application secret more explicit Add documentation about when the application API was added Add application create API Return a blank JSON response for a missing .js file to prevent Rails CSRF errors add CHANGELOG.md entry for !15804 disable CopyAsGFM on iOS due to bug in webkit Update changelog GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side Return more consistent values for merge_status on MR API Fix a migration spec messing up the MergeRequestDiff DB schema Backport changes to Gitlab::Checks::ChangeAccess from EE remove webpack bundle tag for monitoring:environments:metrics Set timezone for karma to UTC Upgrade jasmine + raven to newer versions Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the correct location Clarify that a feature that isn't in review by the 1st or 3rd doesn't necessarily miss the freeze ...
2018-01-23Merge branch 'master' into qa/gb/ci-cd-qa-pipelinesGrzegorz Bizon
* master: (69 commits) Conflicts: qa/qa.rb
2018-01-23Assert on pipeline jobs statuses in CI/CD QA testsGrzegorz Bizon
2018-01-23Refactor QA instance test scenario and tagsGrzegorz Bizon
2018-01-23Add ability to drive the API in QA specsBrett Walker
2018-01-22Add end-to-end test for registering GitLab RunnerGrzegorz Bizon
2018-01-22Add a scenario for adding secret variablesLin Jen-Shin
2018-01-22Add GitLab Runner service to GitLab QAGrzegorz Bizon
2018-01-22Generate ssh key on the fly for QALin Jen-Shin
2018-01-16improvements after CRFilipe Freire
+ move activity click to side.rb + add element check on activity.rb + minor fixes
2018-01-12improvement after CRFilipe Freire
- test reaches Activity page - the actual git push seems to be failing - had problems with defining selectors
2018-01-09Implement QA pages and views validatorGrzegorz Bizon
2018-01-09Merge branch 'master' into qa/gb/validate-qa-selectorsGrzegorz Bizon
* master: (429 commits)
2018-01-08Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"Brett Walker
2018-01-02Put all menus under menu moduleLin Jen-Shin
2018-01-02Introduce common project settings and just putLin Jen-Shin
everything in the scenario without a before block.
2018-01-02Introduce Factory::Resource::DeployKeyLin Jen-Shin
2018-01-02Introduce Menu::SideLin Jen-Shin
2017-12-28Rename DeployKey to DeployKeysLin Jen-Shin
2017-12-28QA: Add a scenario for adding a deploy keyLin Jen-Shin
2017-12-22Add QA classes that represent view partials and elementsGrzegorz Bizon
2017-12-22Add QA sanity selectors scenario entrypointGrzegorz Bizon