1. 09 Oct, 2019 1 commit
    • Robert Knight's avatar
      Enable tracing for even more detailed debug log capturing · bfc8d05c
      Robert Knight authored
      This enables very detailed logging of network activity, page execution
      and script execution for 7 seconds after startup.
      
      This is part of debugging frequent CI build failures in the client repo
      on Jenkins. From the Karma logs I can see that all of the test files are
      requested from the Karma server, but none of the log messages associated
      with test execution are seen. This tracing should make it possible to
      find out which JS scripts even execute.
      bfc8d05c
  2. 08 Oct, 2019 4 commits
  3. 07 Oct, 2019 21 commits
  4. 05 Oct, 2019 4 commits
  5. 03 Oct, 2019 3 commits
    • Sean Hammond's avatar
      Set SIDEBAR_APP_URL to a sensible default value in dev · f86be70b
      Sean Hammond authored
      Set SIDEBAR_APP_URL to work with your local dev instance of h by default
      in dev.
      
      This is in line with the rest of our apps (h, lms, bouncer, via): when
      run in dev they default to working with the dev instances of the others
      app, not the production ones.
      
      The idea is that, when setting up all the apps in a dev env, you just
      have to install each app and run `make dev` and it will work correctly
      with the other dev apps. Some apps also require a `make devdata` command
      if they need sensitive DB contents and/or envvars.
      
      Don't require developers to have to set lots and lots of envvars in each
      individual project.
      
      I also deleted some docs that instructed people to create authclients,
      and set envvars, that are already automated in h.
      f86be70b
    • Kyle Keating's avatar
      Merge pull request #1366 from hypothesis/accessibility-tags · 58f08124
      Kyle Keating authored
      Improve `aria-label` on annotation tags
      58f08124
    • Kyle Keating's avatar
      Improve `aria-label` on annotation tags · be2eb519
      Kyle Keating authored
      Improve contrast on tags
      Fix a bug where the link hover color was not working in some cases
      be2eb519
  6. 02 Oct, 2019 7 commits