Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
  2. Jan 22, 2019
  3. Jan 15, 2019
  4. Dec 21, 2018
    • Martin Burchell's avatar
      Merge branch 'ignore-duplicates' into 'staging' · 99252f9c
      Martin Burchell authored
      Skip duplicate records when importing
      
      See merge request !116
      99252f9c
    • Martin Burchell's avatar
      Stop CI complaining · 6e41d4e2
      Martin Burchell authored
      6e41d4e2
    • 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
  5. Dec 20, 2018
  6. Dec 19, 2018
  7. Dec 18, 2018
  8. Dec 17, 2018
  9. Dec 14, 2018
  10. Dec 13, 2018
Loading