h icon indicating copy to clipboard operation
h copied to clipboard

Annotate with anyone, anywhere.

Results 270 h issues
Sort by recently updated
recently updated
newest added

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.4 to 7.5.0. Changelog Sourced from coverage's changelog. Version 7.5.0 — 2024-04-23 Added initial support for function and class reporting in the HTML report. There are now...

dependencies
python

Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to 1.5.0. Changelog Sourced from freezegun's changelog. 1.5.0 The default ignore list now contains the queue-package Added a missing move_to-function when calling freeze_time(tick=True) Fixes a rounding...

dependencies
python

This removes the warning while running make services See: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete

Last version caused an incident as no metrics were being reported, more context on: https://hypothes-is.slack.com/archives/C074BUPEG/p1714036107803969

PRD: [Tracking LMS App Customer Use against Contract Start & End dates](https://docs.google.com/document/d/1jjqALVaqkLsN4Qfz0MhW7HOKV_TswU0VYk66gwVavVo/edit#heading=h.6ivhz3247mk9) Our goal is to refine how customer usage is tracked and reported by incorporating contract-specific start and end...

operations
enhancement

### Requirement - Replace Google Analytics integration with Google Tag Manager ### Why - Marketing would like to: - Track users navigating from web.hypothes.is to hypothes.is - Track users signing...

## Feature Request Form ### Problem you are trying to address with this feature `h` currently uses an out-of-date version of bootstrap on the admin pages. There are a few...

design

The documentation on how to use h's OAuth support at https://h.readthedocs.io/en/latest/api/using-oauth/ says: > After the user authorizes the application, it will receive an authorization code via a call to the...

There's some technical debt from legacy behavior in the `session` module in which `session` decorates its `groups` dicts differently than the new Groups presenter. The net result is that groups...

At present, `h.views.api.exceptions` defines a `@forbidden_view_config` (i.e. handler for 403 responses) for use by API endpoints. However, this view always changes `request.response.status_code` to `404`—de facto changing the response to an...

API