Skip to content
Snippets Groups Projects
  1. Feb 01, 2021
  2. Jan 04, 2021
  3. Dec 04, 2020
  4. Dec 02, 2020
  5. Nov 27, 2020
  6. Nov 26, 2020
  7. Nov 16, 2020
  8. Nov 10, 2020
  9. Nov 05, 2020
  10. Nov 03, 2020
    • vlorentz's avatar
      Un-skip some ctags and license storage tests. · e2835bff
      vlorentz authored
      Commits in the last month made these endpoints more consistent with
      the other ones (though not completely), so these tests don't need to
      be skipped anymore.
      e2835bff
    • vlorentz's avatar
      Remove conflict_update option from _add() endpoints. · 1127804d
      vlorentz authored
      By removing the False behavior, which we didn't use in practice,
      and was removed from the indexers in the previous commit.
      
      The main motivation is to make _add endpoints write to Kafka in a
      future commit, as Kafka's semantics are closer to conflict_update=True
      than conflict_update=False.
      1127804d
    • vlorentz's avatar
      Remove conflict_update/policy_update option from BaseIndexer.run() · 8e69633f
      vlorentz authored
      By removing the False/ignore-dups behavior, which we didn't use.
      
      The main motivation is to make _add endpoints write to Kafka in a
      future commit, as Kafka's semantics are closer to True/update-dups
      than False/ignore-dups.
      8e69633f
  11. Nov 02, 2020
    • vlorentz's avatar
      Remove metadata deletion endpoints and algorithms · 94c82591
      vlorentz authored
      This was expected to be used in these two cases:
      
      1. if we remove mappings or file detection from a metadata indexer
      2. if an origin removes all its metadata files
      
      but:
      
      1. if we do so, then we should bump the indexer version, so the
         old metadata will be preserved anyway, as different indexer
         versions get different indexer_configuration_ids
      2. this should be a rather rare even, and even if it happens, we
         might want to keep the old metadata anyway rather than
         nothing (even if it's outdated), for search purposes.
      
      Additionally, this commit is motivated by:
      
      * that's less issues to deal with when writing to Kafka (the journal
        writer currently doesn't support suppression; and we would also have
        to add support for deletion in all consumers)
      * less code (~250 lines)
      94c82591
  12. Oct 30, 2020
  13. Oct 29, 2020
  14. Oct 16, 2020
  15. Oct 15, 2020
  16. Oct 08, 2020
  17. Oct 07, 2020
Loading