Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
    • Martin Burchell's avatar
      Skip duplicate records when importing · 71d9208f
      Martin Burchell authored
      Ideally we'd have unique IDs from the data source but we can't guarantee that
      so next best thing is to put a unique together validator for the body and
      timestamp fields. We do this at the REST API level as this is not possible
      for a text field. Unfortunately because MySQL truncates microseconds we need
      to have a custom field in the serializer to truncate microseconds before
      validation. Shouldn't be a problem when we move to 5.6+ all round
      71d9208f
  2. Dec 20, 2018
  3. Dec 19, 2018
  4. Dec 18, 2018
  5. Dec 17, 2018
  6. Dec 14, 2018
  7. Dec 13, 2018
Loading