summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/import_projects
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-1713-1022/+0
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-8/+13
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-1910-309/+236
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-2015-246/+479
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-202-3/+14
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-1811-80/+232
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-187-12/+69
|
* Internationalisation of import_projects directoryBrandon Labuschagne2019-05-211-2/+4
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Move import projects karma specs to jestLuke Bennett2019-04-252-1/+3
| | | | Improvements to the stability/validity of the specs.
* Replace properties with utility classGeorge Tsiolis2019-04-101-1/+1
|
* Use factory method for import_projects storeWinnie Hellmann2019-03-012-7/+9
| | | | Make sure we always create a new instance of the import_projects store.
* Improve the GitHub and Gitea import feature table interfaceimport-go-to-project-cta-nibble-frontendLuke Bennett2019-02-1313-0/+633
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.