summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export
Commit message (Expand)AuthorAgeFilesLines
* refactored codeJames Lopez2017-09-061-4/+3
* refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-3/+1
* fix spec failuresJames Lopez2017-09-061-1/+1
* small refactorJames Lopez2017-09-061-5/+5
* fix specsJames Lopez2017-09-051-6/+4
* refactor code a littleJames Lopez2017-09-051-3/+12
* fix export performance of CI buildsJames Lopez2017-09-052-3/+2
* started refactoring readerJames Lopez2017-09-051-1/+3
* some more refactoringJames Lopez2017-09-052-18/+5
* some more refactoringJames Lopez2017-09-051-17/+15
* enable AR caching, refactor tree hash loopJames Lopez2017-09-051-12/+27
* remove relation after used from the hash treeJames Lopez2017-09-051-6/+3
* more refactoringJames Lopez2017-09-051-3/+5
* some more performance refactoringJames Lopez2017-09-051-12/+33
* start improving memory use on I/EJames Lopez2017-09-051-3/+6
* Fix events error importing GitLab projectsJames Lopez2017-08-281-0/+4
* Merge branch 'fix/import-fork-mr' into 'master'Sean McGivern2017-08-222-1/+3
|\
| * Fix fork MRs importing issueJames Lopez2017-08-212-1/+3
* | New storage is now "Hashed" instead of "UUID"Gabriel Mazetto2017-08-221-0/+1
|/
* Fix project import to group when there are project milestonesFelipe Artur2017-08-171-4/+17
* Fix two additional violations caused by previous changesrs-trailingwhitespace-copRobert Speicher2017-08-151-1/+0
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Merge branch 'split-events-into-push-events' into 'master'Sean McGivern2017-08-111-8/+18
|\
| * Migrate events into a new formatYorick Peterse2017-08-101-8/+18
* | Merge branch 'import-symlinks-9-3' into 'security-9-3'James Edwards-Jones2017-08-101-1/+5
|/
* Exclude merge_jid on Import/Export attribute configurationOswaldo Ferreira2017-08-071-0/+1
* Added some extra TODOs for the Legacy Storage refactorGabriel Mazetto2017-08-011-0/+1
* Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto2017-08-011-1/+1
* Add table for merge request commitsSean McGivern2017-07-061-0/+1
* Store merge request ref_fetched status in the database34052-store-mr-ref-fetched-in-databaseAdam Niedzielski2017-06-261-0/+1
* Add table for files in merge request diffsSean McGivern2017-06-163-2/+14
* Export pipeline stages in import/export featureGrzegorz Bizon2017-06-052-0/+2
* Merge branch 'fix/gl-project-id' into 'master'James Lopez2017-05-081-1/+0
|\
| * remove gl_project_id for I/E version updatefix/gl-project-idJames Lopez2017-05-021-1/+0
* | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-072-4/+4
* | Merge branch 'fix/fork-spec-mysql' into 'master' Stan Hu2017-05-061-0/+2
|\ \
| * | workaround spec failure for mySQL invalid date issuefix/fork-spec-mysqlJames Lopez2017-05-051-0/+2
* | | Update Import/Export filesblackst0ne2017-05-051-1/+1
|/ /
* | Fix project tree saver and fork spec failuresJames Lopez2017-05-031-0/+1
* | Include missing project attributes to Import/ExportJames Lopez2017-05-033-8/+31
|/
* Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
* Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-062-1/+3
|\
| * Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda2017-04-062-1/+3
| * Suppress Import/Export function warnings. Add comment for confirmation.Shinya Maeda2017-04-061-1/+1
* | Fix projected import failing on missing relationsJames Edwards-Jones2017-04-061-1/+5
* | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-066-7/+82
|\ \ | |/
| * Fix issues importing forked projectsJames Lopez2017-04-046-7/+82
* | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-042-2/+2
* | Attempt to fix import/export of push_access_levels for protected tagsJames Edwards-Jones2017-04-042-1/+4
* | Clean up non TODO rubocop errorsJames Edwards-Jones2017-04-031-1/+1
|/