]> cat aescling's git repositories - mastodon.git/commit
Add option to overwrite imported data (#9962)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 3 Feb 2019 02:59:51 +0000 (03:59 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Feb 2019 02:59:51 +0000 (03:59 +0100)
commitd14c276e58f0f223b0e4889d342a948c961081b2
treef25b687f755725ee58b80ab2281dc368f5dc42eb
parentc5071f2d787e81251c2b3111074b20d94773ee44
Add option to overwrite imported data (#9962)

* Add option to overwrite imported data

Fix #7465

* Add import for domain blocks
12 files changed:
app/models/account_domain_block.rb
app/models/concerns/domain_normalizable.rb
app/models/export.rb
app/models/import.rb
app/services/import_service.rb [new file with mode: 0644]
app/views/settings/imports/show.html.haml
app/workers/import/relationship_worker.rb
app/workers/import_worker.rb
config/locales/en.yml
db/migrate/20190201012802_add_overwrite_to_imports.rb [new file with mode: 0644]
db/schema.rb
spec/models/concerns/account_interactions_spec.rb