1. 11 Mar, 2019 2 commits
  2. 07 Mar, 2019 1 commit
  3. 05 Mar, 2019 12 commits
  4. 04 Mar, 2019 5 commits
  5. 01 Mar, 2019 3 commits
    • Robert Knight's avatar
      Only build client before publishing, not when running `yarn install` · 54ed311c
      Robert Knight authored
      Change the behavior where a production build of the client was triggered
      whenever `yarn install` was run. Instead only create a prod build when
      bumping the version or before publishing.
      
      This mostly makes local development more convenient as it avoids
      unnecessarily rebuilding the client after installing dependencies. It
      will also speed up Travis builds slightly as Travis always runs `yarn install`.
      
      Some Jenkins builds will be a little faster. Jenkins runs `make test`
      directly, which only runs `yarn install` if dependencies have changed
      since the last build. We may decide in future that Jenkins builds should always
      do a prod build as part of the testing process. Currently the prod build
      happens as part of the QA release step.
      
      This commit also changes the version and publishing lifecycle scripts to
      run the same commands. Previously they ran different commands without an
      obvious reason for doing so.
      54ed311c
    • Robert Knight's avatar
      Merge pull request #968 from hypothesis/fix-default-logo · d35bc102
      Robert Knight authored
      Fix default logo rendering
      d35bc102
    • Hannah Stepanek's avatar
      Add logo.svg and render it as default logo · f928fb25
      Hannah Stepanek authored
      The previous default rendering was broken because it was not escaping
      the svg correctly so the svg is now wrapped in encodeURIComponent.
      f928fb25
  6. 28 Feb, 2019 7 commits
  7. 27 Feb, 2019 4 commits
  8. 25 Feb, 2019 4 commits
  9. 22 Feb, 2019 2 commits