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

ops: promote 6.2 #3850

Merged
merged 340 commits into from
Aug 20, 2024
Merged

ops: promote 6.2 #3850

merged 340 commits into from
Aug 20, 2024

Conversation

arthyn
Copy link
Member

@arthyn arthyn commented Aug 20, 2024

PR Checklist

  • Includes changes to desk files
  • Describes how you tested the PR locally (test ship vs livenet)
  • If a new feature, includes automated tests
  • Comments added anywhere logic may be confusing without context

Fang- and others added 30 commits July 31, 2024 15:04
Some of the upcoming frontend code needs access to functionality the
browser only enables in the presence of specific headers on the
responses serving the source code files.

Docket serves our frontend files, but does not have any affordances for
specifying custom headers. But it serves from globs, a non-trivial task
to take over, even if we were to run a custom fork of it.

Instead, here we introduce a local proxy that watches on the endpoint
docket would normally serve on. It passes requests through unaltered,
but injects the desired headers into responses before sending them back
to the client.

This approach will stop working if docket ever injects responses on this
endpoint into the eyre cache, which means we can't trivially capture
them in userspace anymore. However, vere 3.1 never ever, so we should be
good for the time being.
Co-authored-by: Dan Brewster <dnbrwstr@gmail.com>
…non-group contexts), update GroupChannelsScreenView
…crumb whenever network disconnects/reconnects
I marked this as [wip] because I think the pbxproj is corrupt at this
commit - subsequent commits should fix if so.
arthyn and others added 23 commits August 14, 2024 17:44
native: fix channel write permission check
native: group and channel volume settings from the chat options sheet
* more sheet updates

* fix channel create error message
native: fix delayed unread clearing
native: use zustand for feature flags to enable reactivity
@arthyn arthyn changed the base branch from develop to staging August 20, 2024 18:07
@arthyn arthyn merged commit 4113e0b into staging Aug 20, 2024
1 check passed
@arthyn arthyn deleted the promote-6-2 branch August 20, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants