Skip to content
Snippets Groups Projects
  1. Dec 18, 2019
  2. Dec 13, 2019
    • Benjamin Bertrand's avatar
      Speed up local tests on OSX · b4f9c100
      Benjamin Bertrand authored
      Using a volume for postgres data makes the tests very slow on OSX.
      When running the tests, there is no need to persist the data (db is
      recreated before each session).
      
      `make db_test` should be used to start postgres without mounting the data
      volume (skip the docker-compose.override.yml).
      b4f9c100
  3. Dec 04, 2019
  4. Nov 26, 2019
    • Benjamin Bertrand's avatar
      Fix regexp for ICS id validation · 0887bc00
      Benjamin Bertrand authored
      Validation worked in the models because fullmatch is used but in the
      Regexp validators from wtforms, only match is called.
      
      The form validator didn't catch "AAA1100".
      Test added for this.
      
      JIRA INFRA-1569 #action In Progress
      0887bc00
  5. Oct 31, 2019
  6. Oct 30, 2019
  7. Oct 29, 2019
  8. Oct 24, 2019
  9. Sep 18, 2019
  10. Sep 17, 2019
  11. Aug 30, 2019
  12. Aug 27, 2019
  13. Aug 22, 2019
  14. Aug 07, 2019
  15. Jul 10, 2019
  16. Jun 14, 2019
Loading