Skip to content
Snippets Groups Projects
  1. Aug 12, 2021
  2. Aug 05, 2021
  3. Jun 17, 2021
    • Antoine Lambert's avatar
      requirements-server: Pin psycopg2 to < 2.9 · 51d5c999
      Antoine Lambert authored
      psycopg2 2.9 release broke compatibility with django 2.2 release
      and deposit tests are failing since.
      
      That error was missed by psycopg2 maintainers as they are testing
      against django >= 3.1 where the issue does not appear.
      
      So pin psycopg2 version to avoid test failures.
      v0.14.2
      51d5c999
  4. Jun 09, 2021
  5. May 25, 2021
  6. May 24, 2021
  7. May 21, 2021
  8. May 17, 2021
    • vlorentz's avatar
      Fix crash on 'PUT Col-IRI' · 5719c593
      vlorentz authored
      The default implementation in APIBase expect all endpoints to have 'collection'
      and 'deposit_id' set, but 'deposit_id' is not set when 'PUT Col-IRI' is used.
      v0.13.7
      5719c593
  9. May 11, 2021
  10. May 05, 2021
  11. Apr 27, 2021
  12. Apr 22, 2021
  13. Apr 20, 2021
    • Antoine Lambert's avatar
      models: Add explicit app_label · 1beb29a9
      Antoine Lambert authored
      Explicitely set app_label to models in order to avoid import
      errors when using sphinx autodoc.
      
      The label is the same as before so no migration is required.
      1beb29a9
  14. Apr 13, 2021
  15. Apr 08, 2021
  16. Apr 07, 2021
  17. Mar 30, 2021
  18. Mar 26, 2021
  19. Mar 25, 2021
Loading