gitlab-org--gitlab-foss/app
Andreas Brandl fede3a0b75
Flush InternalId records after import
After the import has finished, we flush (delete) the InternalId records
related to the project at hand. This means we're starting over with
tracking correct internal id values, a new record will be created
automatically when the next internal id is generated.

The GitHub importer assigns iid values by using supplied values from
GitHub. We skip tracking internal id values during the import in favor
of higher concurrency. Deleting any InternalId records after the import
has finished is an extra measure to guarantee consistency.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54270.
2019-01-29 15:38:40 +01:00
..
assets refactor(NoteableDiscussion): Extracted ResolveDiscussionButton from 2019-01-28 22:44:17 +00:00
controllers Save sorting preference for Issues/MRs in BE 2019-01-28 12:48:05 -06:00
finders Adds milestone search 2019-01-24 18:44:09 +01:00
graphql Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
helpers Merge branch '53950-commit-comments-displayed-on-a-merge-request' into 'master' 2019-01-24 21:54:04 +00:00
mailers Import CSV Backend 2019-01-07 11:16:58 +08:00
models Flush InternalId records after import 2019-01-29 15:38:40 +01:00
policies Merge branch 'container-repository-cleanup-api' into 'master' 2019-01-25 13:24:35 +00:00
presenters Remove bridge presenter since we no longer need it 2019-01-25 10:40:52 +01:00
serializers Merge branch 'container-repository-cleanup-api' into 'master' 2019-01-25 13:24:35 +00:00
services Use Gitlab::AppLogger instead of Rails.logger 2019-01-25 20:26:35 +01:00
uploaders Fix 404s with snippet uploads in object storage 2019-01-21 22:13:37 -08:00
validators Add table and model for error tracking settings 2019-01-07 17:55:21 +00:00
views Externalize strings from /app/views/projects/milestones 2019-01-29 11:49:03 +00:00
workers Refactor Storage Migration 2019-01-25 20:26:35 +01:00