Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection of PRs that require UI update #1512

Draft
wants to merge 260 commits into
base: dev
Choose a base branch
from
Draft

Conversation

ChrisSchinnerl
Copy link
Member

@ChrisSchinnerl ChrisSchinnerl commented Sep 6, 2024

This is a temporary branch to merge PRs into that break the UI. Once this is complete, we can update the UI in a single version, update the version in this branche's go.mod, test that it is working and then merge everything at once.

Required Updates:

ChrisSchinnerl and others added 30 commits September 28, 2024 04:38
Use `offset` and `limit` consistently. Turns out there were various
places where we were needlessly trying to decode the offset and limit it
in the handler. I chose to rename `offset` to `encryptionoffset` in the
worker because that would be inconsistent with the normal `offset`
usage. Since the option is named `EncryptionOffset` I feel it's fine to
name the query string parameter the same way.

Fixes #1567
I occasionally saw "superfluous response.WriteHeader call" in testing
and decided to trace it down today. Turns out it comes from the renew
handler. We also assert `MinNewCollateral` can't be zero but I think it
can.
Continuation of #1068

Addressed some of the concerns in the reviews:
- Move `PrometheusMetric` method to original type where possible
- Move `writeResponse` logic to api package
- Improve handling slices of Prometheus marshallable types
- Disable type checking in `jape`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

5 participants