1. 12 Jul, 2018 8 commits
  2. 08 Jul, 2018 1 commit
    • Vincent Pelletier's avatar
      shell/caucase.sh: Make shellcheck happy. · 3540d427
      Vincent Pelletier authored
      Do not rely on test's -a & -o.
      Escape backslashes which are intended as literals.
      Avoid one useless "cat".
      Avoid testing $?.
      Simplify "is integer ?" test.
      Quote a few variable expansions.
      Arithmetic expression does not need explicit expansion.
      Split declaration and assignment to unmask status.
      Disable shellcheck warning about "local" being undefined in POSIX.
      3540d427
  3. 04 Nov, 2017 9 commits
  4. 03 Nov, 2017 12 commits
  5. 31 Oct, 2017 5 commits
  6. 30 Oct, 2017 1 commit
  7. 27 Oct, 2017 4 commits
    • Vincent Pelletier's avatar
      setup: Drop tests_require · 855de2c2
      Vincent Pelletier authored
      Current tests have no extra dependencies.
      This takes some time before running caucase tests, especially on slower
      machines.
      855de2c2
    • Vincent Pelletier's avatar
      test: Increase default timeout. · 8c4c880e
      Vincent Pelletier authored
      To accommodate with slower machines, which are a reasonable target for
      caucase.
      Caucase tests do not timeout anymore on a Raspberry Pi B+.
      8c4c880e
    • Vincent Pelletier's avatar
      test: Make executable as a module. · 1338ac4f
      Vincent Pelletier authored
      Allows running tests without setup.py around.
      1338ac4f
    • Romain Courteaud's avatar
      wsgi: Rework routing dict (again). · c422df78
      Romain Courteaud authored
      Remove special handling of first folder level.
      Generalise CAU/CAS context decision.
      Split functionalities further, making each method shorter.
      Factorise subpath checks.
      Factorise response generation when producing a body.
      
      The resulting data structure, if more verbose than the original one, is
      not harder to traverse and more extensible.
      c422df78