summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/import_export/project_tree_restorer_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not import legacy triggers from project JSONremove-support-for-legacy-pipeline-triggersFabio Pitino2019-07-151-3/+8
* Merge branch 'security-58856-persistent-xss-in-note-objects' into 'master'Robert Speicher2019-06-031-0/+20
|\
| * Add `html` to sensitive wordscharlieablett2019-05-011-1/+2
| * Remove accidental regressionscharlieablett2019-04-301-5/+6
| * Ensure Issue & MR note_html cannot be importedAsh McKenzie2019-04-301-14/+12
| * Add disallowed fields to AttributeCleanercharlieablett2019-04-241-9/+3
| * Re-stub stubbed method callscharlieablett2019-04-231-3/+9
| * Exclude fields from note importcharlieablett2019-04-231-2/+22
* | Fix invalid visibility string comparison in project importStan Hu2019-05-221-0/+13
|/
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-2/+2
* Fix tree restorer visibility levelJames Lopez2019-01-311-1/+60
* Rename project's pipelines relationFrancisco Javier López2018-12-051-2/+2
* Prevent templated services from being importedStan Hu2018-11-191-1/+8
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Alias the lfs_enabled methodlfs-project-attribute-aliasCindy Pallares2018-10-221-1/+1
* Add changelog. Add more specs.51747-gitlab-com-unable-to-import-a-project-that-was-just-exportedJames Lopez2018-09-241-0/+4
* Fix null pipeline problemJames Lopez2018-09-241-1/+1
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+8
* More Gitaly cleanup: fetch_ref, allow disk access blocksJacob Vosmaer (GitLab)2018-07-271-1/+1
* fix specJames Lopez2018-06-221-3/+1
* fix specJames Lopez2018-06-221-2/+0
* add more specs and refactor more relation factory codeJames Lopez2018-06-221-0/+27
* fix some more edge casesJames Lopez2018-06-201-16/+3
* fix some edge casesJames Lopez2018-06-191-1/+2
* add spec replicating both label and milestone duplicated title issuesJames Lopez2018-06-181-0/+2
* add spec replicating both label and milestone duplicated title issuesJames Lopez2018-06-181-2/+35
* Blacklisting attributes in the project import processFrancisco Javier López2018-05-141-0/+9
* Don't export `Project#description_html`Bob Van Landuyt2018-04-051-5/+0
* Override values from JSON with import dataBob Van Landuyt2018-04-051-1/+20
* Adds the option to override project description on export via APITiago Botelho2018-03-161-0/+4
* Import multiple issue assignees from GitLab exportBob Van Landuyt2018-03-141-3/+9
* Merge branch '29130-api-project-export' into 'master'Sean McGivern2018-03-061-3/+3
|\
| * review: rename import_export to import_export_sharedTravis Miller2018-03-051-2/+2
| * review: instantiate shared import/export object in project methodTravis Miller2018-02-281-3/+3
| * eliminate need or opts argument in shared objectTravis Miller2018-02-281-1/+1
| * review: normalize shared initizlier argumentsTravis Miller2018-02-281-1/+1
* | Projects and groups badges APIFrancisco Javier López2018-03-051-0/+4
|/
* fix label issueJames Lopez2018-02-021-0/+2
* Assert on correctly restoring pipelines after an importGrzegorz Bizon2018-01-051-0/+4
* Fix import/export project tree saver specsGrzegorz Bizon2018-01-051-5/+9
* Assign stage and pipeline to a status when importingGrzegorz Bizon2018-01-051-3/+9
* Check if stage_id relation has been assigned onlyGrzegorz Bizon2018-01-041-1/+1
* Add test for restoring associations with import/exportGrzegorz Bizon2018-01-041-0/+12
* Remove serialised diff and commit columnsSean McGivern2017-11-281-17/+3
* Use latest_merge_request_diff associationSean McGivern2017-11-231-0/+6
* Clean up schema of the "merge_requests" tableYorick Peterse2017-11-201-1/+1
* Support custom attributes on projectsMarkus Koller2017-11-061-0/+4
* fix specsfix/import-issue-assigneesJames Lopez2017-10-311-1/+1
* fix missing issue assigneesJames Lopez2017-10-311-0/+4
* fix the project import when an issue has a group milestonemicael.bergeron2017-10-051-47/+85