1. 22 Mar, 2018 4 commits
  2. 21 Mar, 2018 6 commits
  3. 20 Mar, 2018 6 commits
  4. 19 Mar, 2018 1 commit
    • Robert Knight's avatar
      Rename src/sidebar/{store => services/api} · db95bfeb
      Robert Knight authored
      Give the service which provides a client for the Hypothesis API a more
      obvious name and place it in a `services/` dir in accordance with the
      plan outlined in #687. The previous name of "store" was particularly
      confusing because of the existence of another kind of unrelated store
      (the Redux one) in the application.
      
      The service was previously registered with the `factory` method but has
      the same structure as all the other services which are registered with
      `service`, so I changed that for consistency.
      db95bfeb
  5. 16 Mar, 2018 2 commits
  6. 12 Mar, 2018 2 commits
  7. 08 Mar, 2018 5 commits
  8. 07 Mar, 2018 3 commits
  9. 01 Mar, 2018 1 commit
  10. 26 Feb, 2018 1 commit
  11. 21 Feb, 2018 4 commits
  12. 20 Feb, 2018 3 commits
  13. 19 Feb, 2018 2 commits
    • Robert Knight's avatar
      Specify npm package version to publish to S3 · 381af3ac
      Robert Knight authored
      Sometimes the "Publish" step has ended up publishing version N-1 to the
      CDN when building the tag for version N. I believe this happens due to
      npm's package publishing API not guaranteeing immediate visiblity of the
      latest version when it returns. If the publish task runs before the
      update has propagated inside their network, then the publish step
      re-uploads the previous version to the CDN.
      
      This commit attempts to resolve the issue by specifying a package
      version explicitly. We might find that this is not enough and that the
      publish step either has to wait until the update has propagated or we
      have to use a locally-built tarball.
      
      Fixes #602
      381af3ac
    • Robert Knight's avatar
      v1.69.0 · c3cd1bd5
      Robert Knight authored
      c3cd1bd5