h
h copied to clipboard
Annotate with anyone, anywhere.
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.100.5 to 6.101.0. Commits fbf5945 Bump hypothesis-python version to 6.101.0 and update changelog bfef674 Merge pull request #3984 from rascalking/issue-3978 8fa3d7c Bump hypothesis-python version to 6.100.8 and...
Potential fix for: https://github.com/hypothesis/support/issues/66 Join on the main annotation table to find the reference to the parent, if any and check that it's visible.
h's staging and production environments use Postgres 15.5 not 15.6.
Errors from the user creation API are not being grouped together properly in New Relic. This is because the error messages include [usernames and user IDs](https://github.com/hypothesis/h/blob/f1669fd89ce12aa7be53cbaaf161c4dbfa81e8b8/h/services/user_unique.py#L42) which vary with each...
Complete the filling of annotation slim to make it generally usable in the H codebase. - [Rows in annotation_slim: 64,382,417](https://report.hypothes.is/question#eyJkYXRhc2V0X3F1ZXJ5Ijp7InR5cGUiOiJuYXRpdmUiLCJuYXRpdmUiOnsicXVlcnkiOiJzZWxlY3QgY291bnQoaWQpIGZyb20gYW5ub3RhdGlvbl9zbGltIiwidGVtcGxhdGUtdGFncyI6e319LCJkYXRhYmFzZSI6Mn0sImRpc3BsYXkiOiJ0YWJsZSIsInBhcmFtZXRlcnMiOltdLCJ2aXN1YWxpemF0aW9uX3NldHRpbmdzIjp7fX0=) - [Rows in annotation: 64,584,404](https://report.hypothes.is/dashboard/11-business-overview) -- ## Plan - Write...
Working through the instructions for [Installing h in a development environment](https://h.readthedocs.io/en/latest/developing/install/) in mac os leads to multiple errors at the `make dev` step which include that the root of these...
Fixes https://github.com/hypothesis/h/issues/8896.
Use `ArrowLeftIcon` from frontend-shared for the groups form back arrow, and make it more vertically aligned via flex utilities. Before:  After: 
Implement the frontend (user interface and API call) to enable users to create restricted and open groups and to change the types of existing groups between private, restricted and open....