gitlab-org--gitlab-foss/lib/gitlab/import_export
Lin Jen-Shin 85be6d83be Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules
* upstream/master: (170 commits)
  support ordering of project notes in notes api
  Redirect to an already forked project if it exists
  Reschedule the migration to populate fork networks
  Create fork networks for forks for which the source was deleted.
  Fix item name and namespace text overflow in Projects dropdown
  Minor backport from EE
  fix link that was linking to `html` instead of `md`
  Backport epic tasklist
  Add timeouts for Gitaly calls
  SSHUploadPack over Gitaly is now OptOut
  fix icon colors in commit list
  Fix star icon color/stroke
  Backport border inline edit
  Add checkboxes to automatically run AutoDevops pipeline
  BE for automatic pipeline when enabling Auto DevOps
  I am certainly weary of debugging sidekiq but I don't think that's what was meant
  Ensure MRs always use branch refs for comparison
  Fix issue comment submit button disabled on GFM paste
  Lock seed-fu at the correct version in Gemfile.lock
  Improve indexes on merge_request_diffs
  ...
2017-11-30 15:20:00 +08:00
..
attribute_cleaner.rb
attributes_finder.rb Fix two additional violations caused by previous changes 2017-08-15 15:53:16 -04:00
avatar_restorer.rb
avatar_saver.rb
command_line_util.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
error.rb
file_importer.rb Merge branch 'import-symlinks-9-3' into 'security-9-3' 2017-08-10 20:42:01 +01:00
hash_util.rb Fix issues importing forked projects 2017-04-04 16:34:19 +00:00
import_export.yml Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
importer.rb Prefer polymorphism over specific type checks in Import service 2017-11-15 13:40:35 +01:00
json_hash_builder.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
members_mapper.rb
merge_request_parser.rb Clean up schema of the "merge_requests" table 2017-11-20 12:45:33 +01:00
project_creator.rb
project_tree_restorer.rb Use latest_merge_request_diff association 2017-11-23 12:14:56 +00:00
project_tree_saver.rb
reader.rb fix export performance of CI builds 2017-09-05 17:47:45 +02:00
relation_factory.rb Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
repo_restorer.rb Rename path_with_namespace -> disk_path when dealing with the filesystem 2017-08-01 07:26:58 +02:00
repo_saver.rb
saver.rb
shared.rb some more refactoring 2017-09-05 17:47:45 +02:00
uploads_restorer.rb
uploads_saver.rb Fix hashed storage for attachments bugs 2017-11-23 17:04:35 +00:00
version_checker.rb
version_saver.rb
wiki_repo_saver.rb