Skip to content
Snippets Groups Projects
  1. Apr 16, 2020
    • Benjamin Bertrand's avatar
      Update bootstrap to 4.4.1 · c4395f11
      Benjamin Bertrand authored
      Remove btn-secondary class on datatables button
      btn-outline-secondary shouldn't be added with btn-secondary anymore with
      4.4.1
      
      JIRA INFRA-2021 #action In Progress
      c4395f11
  2. Apr 15, 2020
  3. Mar 17, 2020
  4. Mar 09, 2020
  5. Mar 08, 2020
  6. Mar 05, 2020
  7. Feb 26, 2020
  8. Feb 25, 2020
  9. Feb 24, 2020
  10. Feb 21, 2020
  11. Feb 19, 2020
  12. Feb 03, 2020
  13. Jan 28, 2020
  14. Dec 19, 2019
  15. Dec 18, 2019
  16. 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
Loading