summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/bitbucket_server_import
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Fix issuables state_id nil when importing projects from GitHubFelipe Artur2019-05-061-0/+1
| | | | | | Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
* Fix import handling errors in Bitbucket Server importerStan Hu2019-01-181-4/+13
| | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20724 removed `Gitlab::Git::RepositoryMirroring::RemoteError`, but this was still being handled in the Bitbucket Server importer and only encountered if some exception other than `Gitlab::Shell::Error` were thrown.
* Remove date from author line since that is already present in `created_at`Stan Hu2018-08-031-1/+1
|
* Add a comment when user can't be identifiedStan Hu2018-08-021-4/+10
|
* Fix failing spec in fallback diff note changeStan Hu2018-07-311-3/+0
|
* Fix bug where fallback diff notes would not have an associated positionStan Hu2018-07-311-4/+14
|
* Give some context on threaded discussionsStan Hu2018-07-311-6/+12
|
* Fix merge request SHAStan Hu2018-07-301-1/+4
|
* Disable recovery of missing SHAs by defaultStan Hu2018-07-201-1/+1
|
* Fix Rubocop offensesStan Hu2018-07-191-16/+16
|
* Add spec for restore and deleting temp branchesStan Hu2018-07-191-5/+61
|
* Improve formatting of diff notes that could not be importedStan Hu2018-07-171-1/+1
|
* Fallback to creating a note if DiffNote fails to importStan Hu2018-07-171-0/+34
|
* Code cleanup and test threaded discussionsStan Hu2018-07-171-25/+40
|
* Add spec for importing a DiffNoteStan Hu2018-07-171-9/+47
|
* Add tests for pull request commentsStan Hu2018-07-151-8/+32
|
* Fix assorted bugs and write spec for importing merge eventStan Hu2018-07-151-2/+62
|
* Add first rev of Bitbucket Server importer testStan Hu2018-07-151-0/+42