summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix for static-analysis131-qa-api-driverBrett Walker2018-01-221-1/+0
|
* fix QA user_spec API testBrett Walker2018-01-221-2/+10
|
* moved Runtime::Session to Runtime::AddressBrett Walker2018-01-225-9/+17
|
* addressed feedbackBrett Walker2018-01-2211-63/+53
|
* added QA specs for API::Client and API::RequestBrett Walker2018-01-222-0/+73
|
* use version of stub_env from main codeBrett Walker2018-01-223-7/+49
| | | | borrowed from `spec/support/stub_env.rb`
* check for requesting username in QA api user specBrett Walker2018-01-221-1/+4
|
* refactored to create API::Client and API::Request classesBrett Walker2018-01-225-76/+91
|
* add element check for Settings and reword scenario descriptionBrett Walker2018-01-222-3/+6
|
* fix rupocop offenseBrett Walker2018-01-221-1/+1
|
* addressed various feedback in MR requestBrett Walker2018-01-228-26/+24
|
* implemented new view/selectorsBrett Walker2018-01-223-1/+27
|
* no longer sign out when creating personal access tokenBrett Walker2018-01-221-9/+4
|
* use new Product DSL for returning access_token from factoryBrett Walker2018-01-224-6/+10
|
* replace use of faraday gem with airborne gem for QA API testingBrett Walker2018-01-227-73/+51
|
* created new 'Runtime::Session' and refactored 'Browser::Session'Brett Walker2018-01-224-40/+32
|
* move requires for matchers and gems into qa.rb since it's the first file loadedBrett Walker2018-01-222-7/+4
|
* refactor into API::Client and API::ResponseBrett Walker2018-01-222-44/+51
|
* use module Profile instead of UserSettingsBrett Walker2018-01-225-47/+43
|
* allow the target address to be specified in PersonalAccessToken factoryBrett Walker2018-01-222-5/+5
|
* fix static analysis issuesBrett Walker2018-01-223-12/+8
|
* initial user api spec for QABrett Walker2018-01-221-0/+32
|
* can now call QA api with values for query stringBrett Walker2018-01-221-2/+18
|
* add support for driving the api in QA specsBrett Walker2018-01-2213-2/+220
|
* since we're setting to ENV values...Brett Walker2018-01-221-1/+4
| | | | move the `allow(ENV).to receive(:[]).and_call_original` to the front so the seconda call doesn't override the first
* fix check for chrome_headlessBrett Walker2018-01-221-2/+2
|
* added specs for QA::Runtime::EnvBrett Walker2018-01-222-5/+2
|
* move capybara config back to Browser and add Runtime::EnvBrett Walker2018-01-224-71/+55
|
* remove uncessary timeout variableBrett Walker2018-01-221-3/+0
|
* refactored Capybara configurationBrett Walker2018-01-223-54/+73
| | | | | and made similar to other Capybara configurations (including honoring the `CHROME_HEADLESS` environment variable
* Merge branch 'gitaly-write-ref-error-handling' into 'master'Robert Speicher2018-01-222-22/+20
|\ | | | | | | | | Wrap Rugged-exceptions in Gitlab::Git::Repository#write_ref See merge request gitlab-org/gitlab-ce!16570
| * Move error-handling to lib/gitlab/gitKim "BKC" Carlbäcker2018-01-222-13/+5
| |
| * Wrap Rugged-exceptions in Gitlab::Git::Repository#write_refgitaly-write-ref-error-handlingKim "BKC" Carlbäcker2018-01-182-18/+24
| |
* | Merge branch 'sh-scheduled-ci-pipeline-docs' into 'master'Achilleas Pipinellis2018-01-223-0/+15
|\ \ | | | | | | | | | | | | Add docs for playing a CI pipeline schedule See merge request gitlab-org/gitlab-ce!16568
| * | Add docs for playing a CI pipeline scheduleStan Hu2018-01-223-0/+15
|/ /
* | Merge branch 'dispatcher-ph-more' into 'master'Filipa Lacerda2018-01-224-16/+34
|\ \ | | | | | | | | | | | | Added dispatcher imports for sessions route See merge request gitlab-org/gitlab-ce!16608
| * | Added dispatcher imports for sessions routedispatcher-ph-morePhil Hughes2018-01-224-16/+34
| | |
* | | Merge branch 'ce-fix-upload-model-tainted-after-migration-spec' into 'master'Rémy Coutable2018-01-221-3/+10
|\ \ \ | | | | | | | | | | | | | | | | Fix the Upload model being tainted after migration spec See merge request gitlab-org/gitlab-ce!16585
| * | | Fix the Upload model being tainted after migration specMicael Bergeron2018-01-221-3/+10
| | | |
* | | | Merge branch '41673-blank-query-members-api' into 'master'Rémy Coutable2018-01-227-2/+47
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Project/#/Members?query= blank causes 500 error" Closes #41673 See merge request gitlab-org/gitlab-ce!16235
| * | | Yield no results for blank searches on User name, username and emailMark Fletcher2018-01-212-0/+20
| | | | | | | | | | | | | | | | Given no search term, the `search` and `search_with_secondary_emails` methods will yield an empty result set
| * | | Fix error on empty query for Members APIMark Fletcher2018-01-215-2/+27
| | | |
* | | | Merge branch 'feat/add-section-headers-to-plus-button-dropdown' into 'master'Annabel Dunstone Gray2018-01-222-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add section headers to plus button dropdown #41128 Closes #41128 See merge request gitlab-org/gitlab-ce!16394
| * | | | Add section headers to plus button dropdownGeorge Tsiolis2018-01-192-0/+9
| | | | |
* | | | | Merge branch '41208-commit-atom-feeds-double-escaped' into 'master'Douwe Maan2018-01-223-3/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Commits atom feed is double-escaped" Closes #41208 See merge request gitlab-org/gitlab-ce!16603
| * | | | | Allows html in commits atom feedJacopo2018-01-223-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | Html code now works in commits atom feed `title` and `summary`.
* | | | | | Merge branch 'docs/refactor-k8s-cluster' into 'master'Marcia Ramos2018-01-222-45/+241
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Clusters documentation See merge request gitlab-org/gitlab-ce!16435
| * | | | | | Copy k8s service integration info into clustersAchilleas Pipinellis2018-01-222-66/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the k8s service is being deprecated in favor of the Clusters integration, copy all info from the old to the new page.
| * | | | | | Port the cluster docs from EE to CEAchilleas Pipinellis2018-01-221-41/+132
| | | | | | |
* | | | | | | Update VERSION to 10.5.0-prev10.5.0.preLuke Bennett2018-01-221-1/+1
| | | | | | |