• Kamil Trzciński's avatar
    Add `importing?` to disable some callbacks · 2a648c76
    Kamil Trzciński authored
    We run a number of callbacks that are not required to be run:
    
    - all internal IDs do run for each relation `track_greatest`,
      this is not needed, as it will be auto-recovered after the process
      when a new item is created
    - we run redundant `set_as_latest_diff` where this is explicitly
      run afterwards
    - we run creation of evidence and notify after restoring releases
    2a648c76
pipeline.rb 27.6 KB