Skip to content
Snippets Groups Projects
  1. May 20, 2019
  2. Mar 21, 2019
  3. Mar 04, 2019
  4. Jan 23, 2019
  5. Jan 22, 2019
  6. Jan 15, 2019
  7. 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
  8. Dec 20, 2018
  9. Dec 19, 2018
  10. Dec 18, 2018
  11. Dec 17, 2018
  12. Dec 14, 2018
Loading