summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/import
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-151-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-7/+5
|
* Update GitHub CI/CD import page to use PAT onlyScott Hampton2019-08-221-1/+1
| | | | | | | | | | | Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
* Add frozen_string_literal to qa/frozen_string_literal_qaThong Kuah2019-04-131-0/+2
| | | | | This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
* Update GitHub Import testSanad Liaquat2019-02-251-4/+17
| | | | | | Removes the unnecessary :orchestrated tag and updates a few selectors. Also wait_for_success for import before proceeding. The test is currently placed in quarantine because of a bug.
* Improve the GitHub and Gitea import feature table interfaceimport-go-to-project-cta-nibble-frontendLuke Bennett2019-02-131-5/+4
| | | | | | | | | | | These are frontend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
* Disable the QA/ElementWithPattern cop for existing offensesRémy Coutable2018-10-151-6/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use slugs for default project path and sanitize names before importStan Hu2018-08-241-1/+1
| | | | | | | | | Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021
* [QA] Add a new scenario to test GitHub importRémy Coutable2018-07-061-0/+66
Signed-off-by: Rémy Coutable <remy@rymai.me>