summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-2043-418/+1153
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-1934-224/+1277
|
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-1820-73/+569
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-2011-0/+828
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-202-17/+111
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-197-53/+48
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-206-21/+24
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-183-21/+74
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-184-108/+106
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eeGitLab Bot2022-02-151-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-204-1/+104
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-189-347/+508
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-2011-37/+406
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-209-6/+310
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-1913-210/+355
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-206-7/+95
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-163-30/+130
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-197-17/+84
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-203-0/+3
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-162-18/+37
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-1711-12/+573
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-194-9/+126
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-196-11/+11
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-2035-35/+35
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-5/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-147-138/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-061-95/+79
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-076-15/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-192-5/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-1836-0/+72
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-101-0/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-18/+22
|
* Add a field for released_at to GH importerCindy Pallares 🦉2019-08-091-2/+5
|
* Setup Phabricator importBob Van Landuyt2019-05-311-10/+1
| | | | | | | | | | | | | | | | | | | | | | This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
* Fix issuables state_id nil when importing projects from GitHubFelipe Artur2019-05-062-0/+5
| | | | | | 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.
* GitHub import: Run housekeeping after initial importsh-git-gc-after-initial-fetchStan Hu2019-04-071-0/+5
| | | | | | | | | After an initial fetch, the repository will have many loose objects and refs. Running a `git gc` will compact refs into `packed-refs` and objects into `.pack` files, which should make importing pull requests faster. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
* Force to recreate all diffs on importrecreate-all-diffs-on-importKamil Trzciński2019-03-261-33/+45
| | | | | | If for whatever reason we fail to import MR data, subsequent run will fail as we try to insert duplicate data. Instead of trying to recover, lets delete all and retry again.
* GitHub importer: Use the project creator to create branches from forksStan Hu2019-03-231-3/+3
| | | | | | | The project owner may actually be a group, in which case the branch creation would fail due to a lack of username. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59396
* Set proper default-branch on GitHub ImportKamil Trzciński2019-03-221-0/+11
|
* GitHub import: Create new branches as project ownerStan Hu2019-03-191-0/+5
| | | | | This avoids permission errors when importing merge requests whose authors don't have direct access to push to the main repository.
* Move check for nil due_on into build section of specDiana Stanley2019-02-271-8/+5
|
* Add test for nil due_on value during importDiana Stanley2019-02-261-0/+21
|
* Capture due date when importing milestones from GithubDiana Stanley2019-02-201-0/+6
|