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
AgeCommit message (Collapse)Author
2019-02-13Improve the GitHub and Gitea import feature table interfaceLuke Bennett
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.
2018-08-24Use slugs for default project path and sanitize names before importStan Hu
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
2018-07-11Fix CI/CD importDmitriy Zaporozhets
It seems that fronted ci_cd_only variable must be a string Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Improve manifest feature after backend reviewDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-06[QA] Add a new scenario to test GitHub importRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-13[skip ci] input-group-btn's input-group-text should not create a new divClement Ho
2018-04-12[skip ci] .input-group-btn into .input-group-prepend, .input-group-appendClement Ho
2018-04-12[skip ci] .input-group-addon to .input-group-prepend, .input-group-appendClement Ho
2018-03-07CE backport for creating CI/CD projects from GitHubRubén Dávila
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-01-24HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-19Reduce duplication for GitHubish import status viewRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>