- 14 Nov, 2018 2 commits
-
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Use showGroupsMenu to decide when to show drop down
-
- 08 Nov, 2018 13 commits
-
-
jenkins-hypothesis authored
-
Robert Knight authored
Use atomic git push during release process
-
Robert Knight authored
Ensure that the release tag is only pushed to GitHub if the release commit can also be pushed to master. We are likely to change the release process soon to avoid the need to push to master at all (see https://github.com/hypothesis/client/issues/810) but in the meantime this prevents a scenario where: - A tag vX.Y.Z gets created - The package version is still at X.Y.(Z-1) on master - Subsequent builds of master fail because they try and fail to create a tag vX.Y.Z which already exists
-
jenkins-hypothesis authored
-
Robert Knight authored
Disable CoffeeScript support when building sidebar application
-
Robert Knight authored
All of the modules and tests for the sidebar app that were written in CoffeeScript have either been removed or converted to JS. Disable CoffeeScript support when building the sidebar bundle and stop searching for tests written in CoffeeScript in the src/shared/ and src/sidebar directories.
-
Robert Knight authored
Rewrite used parts of stream-filter.coffee in JS
-
jenkins-hypothesis authored
-
Sean Hammond authored
Convert discovery.coffee to JS
-
Sean Hammond authored
Convert shared/discovery tests to JS
-
Robert Knight authored
Add `make docs` and `make checkdocs`
-
Robert Knight authored
Add postMessage config delivery example page
-
Sean Hammond authored
Convert viewFilter tests to JS
-
- 07 Nov, 2018 8 commits
-
-
Sean Hammond authored
Deleted the "docs for how to build the docs" since this is now just a simple `make docs`, as for all our projects.
-
Robert Knight authored
`setMatchPolicyIncludeAny` no longer exists and is not needed since it is the _only_ match policy.
-
Robert Knight authored
This test case reproduces usage of `streamFilter` in annotation-viewer-content, where the operator is "equals" not "exactly".
-
jenkins-hypothesis authored
-
Robert Knight authored
-
Robert Knight authored
Remove support for real-time updates in the /stream view
-
Robert Knight authored
It is not particularly clear from the naming of these modules what they are for and how they relate to things the user can do in the application. Add some comments to clarify this.
-
Robert Knight authored
Convert the tests for the `viewFilter` class to JS. This is mostly a straightforward conversion except that `viewFilter.fields` has been made a private variable and the direct tests for ithave been removed, since the contents of this field were an implementation detail of the class.
-
- 06 Nov, 2018 3 commits
-
-
Robert Knight authored
This is straight manual conversion of tests for the `Discovery` class to JS.
-
Robert Knight authored
Add notes to `Discovery` class docs that provide an overview of the current discovery protocol.
-
jenkins-hypothesis authored
-
- 05 Nov, 2018 3 commits
-
-
Hannah Stepanek authored
Adjust spinner positioning and convert to component
-
Robert Knight authored
We need to fix these, but for now I'm just making a note about the issue.
-
Robert Knight authored
- Convert `Discovery` class to JS and improve the documentation. This is a manual conversion. - Rename private `_generateToken` method to `generateToken` because it is currently used by cross-frame.coffee. It should really be a utility method or cross-frame.coffee could use a different method to generate the ID.
-
- 02 Nov, 2018 11 commits
-
-
Robert Knight authored
Port stream-filter.coffee to JS and add tests, but only for the functionality that we actually still use in the app. Following the removal of support for real-time updates in the stream, the websocket is only configured to filter by URI, annotation ID or reply IDs ("references") in the sidebar and standalone annotation viewer.
-
jenkins-hypothesis authored
-
Robert Knight authored
Set a useful title on the sidebar iframe
-
Robert Knight authored
This was untested code, some of the last CoffeeScript in the sidebar app, that supports a feature which gets little use. The stream itself will still be available at https://hypothes.is/stream but visitors will need to refresh the page to see updates.
-
jenkins-hypothesis authored
-
Robert Knight authored
This went unnoticed because it turns out that `yarn version` does not actually run the postversion hook if `--no-git-tag-version` is specified. See https://github.com/yarnpkg/yarn/issues/5358
-
Robert Knight authored
Deploy QA release of client as part of master branch builds
-
Robert Knight authored
This makes it easier to identify the purpose of the frame when navigating the page with assistive technology. Fixes https://github.com/hypothesis/product-backlog/issues/784
-
Robert Knight authored
- Remove a semantically incorrect `<button>` wrapping the loading spinner and a redundant wrapping `<span>`. - Vertically center the spinner by adding a wrapper `<div>` in the spinner component itself, so that there is less of a visual shift when switching between displaying the loading indicator and the search bar. - Add a meaningful title attribute to the spinner. Properly indicating when the sidebar's content is changing/being loaded to ATs requires additional work which is not tackled here.
-
Robert Knight authored
This is the last remaining directive which should be a component.
-
Robert Knight authored
The short-lived max-age value set previously was overridden by the higher value of 1800 (30 mins) set in CloudFlare's "Browser Cache TTL" setting under Page Rules for cdn.hypothes.is. Resolve this by simply disabling caching of the entry point for qa deployments. This means that https://cdn.hypothes.is/hypothesis@qa will always return the boot script for the latest client QA release.
-