summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/manifest_import
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-232-0/+4
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-252-2/+2
| | | | | These are not required because MySQL is not supported anymore
* Improve manifest feature after backend reviewDmitriy Zaporozhets2018-07-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor manifest import codeDmitriy Zaporozhets2018-07-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add manifest import featureDmitriy Zaporozhets2018-07-112-0/+79
It allows user to automatically import multiple repositories with nested structure by uploading a manifest xml file. AOSP project was used as an example during development of this feature. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>