Dan Schultzer
Dan Schultzer
This PR consists of two commits, one that refactors the LiveView test to use something that's closer to how LiveView itself tests sockets, and a second that parses and adds...
Stacked on #448. Updates the dependencies being tested with, uses Phoenix formatter rules, and refactors the integration test with the following changes: 1. No need to set up two ports...
Resolves the current failing tests in main. There seems to be some race condition introduced. Instead of starting and stopping the telemetry app it's easier to just detach all listeners...
This adds helper macros to add process propagation to the LiveView async macros. It follows the same in-place replacement as `OpentelemetryProcessPropagator.Task` and `OpentelemetryOban`. I wonder if there should be `_with_span`...
Stacked on #435 which needs to get in first. Check the latest commit for the changes here. Oban triggers a lot of the ecto otel spans. I think we should...
This is WIP as it needs an upstream fix in Phoenix: https://github.com/phoenixframework/phoenix/pull/6019 This will add a route template to the attributes, and use that for the span name. We may...
Addresses the comment in https://github.com/pow-auth/pow/issues/583#issuecomment-2619932942
I would like to explore what a generic SAML 2.0 strategy for Assent would look like: https://wiki.oasis-open.org/security/FrontPage https://github.com/node-saml/passport-saml https://github.com/omniauth/omniauth-saml