Skip to content
Snippets Groups Projects
  1. Sep 08, 2020
    • Samuel GAIST's avatar
      [conda] Ensure Django is at least version 3 · d7b62214
      Samuel GAIST authored
      Other package version constraints have been removed
      as they where there to ensure either that the
      dependency was new or old enough to work with either
      the Django version used or the Python version
      available on the system.
      d7b62214
  2. Aug 03, 2020
  3. Jun 09, 2020
  4. May 25, 2020
  5. Apr 14, 2020
  6. Feb 25, 2020
    • Samuel GAIST's avatar
      [experiments][models][experiments] Fix update_blocks · 300a6f05
      Samuel GAIST authored and Flavio TARSETTI's avatar Flavio TARSETTI committed
      When pushing a completely new experiment on the platform,
      an error occurs when calling update_blocks on the cache
      content check. If the object does not exists, then an
      exception is rightfully raised. This patch changes that
      by using get_or_create like of the outputs handling.
      300a6f05
  7. Jan 16, 2020
    • Samuel GAIST's avatar
      [dev] Remove the beta channel from the list · c5ce8bdc
      Samuel GAIST authored
      dev.yml is used to test against the latest stable version of the
      beat packages. The CI build system now uses the new strict channel
      policy of conda which means that it does not search further after a
      package is found in a channel. Thus if the specified version is not
      found, it ends up with an error.
      c5ce8bdc
    • Samuel GAIST's avatar
      [dependencies] Update beat dependencies · f8223eb5
      Samuel GAIST authored and André Anjos's avatar André Anjos committed
      - beat.core to 1.9.2
      - beat.backend.python to 1.7.3
      - beat.cmdline to 1.6.1
      f8223eb5
  8. Oct 08, 2019
  9. Sep 05, 2019
  10. Aug 29, 2019
  11. Aug 28, 2019
  12. Mar 09, 2019
  13. Feb 28, 2019
  14. Feb 21, 2019
  15. Dec 29, 2018
  16. Dec 15, 2018
  17. Dec 13, 2018
  18. Dec 11, 2018
  19. Dec 10, 2018
Loading