Add oban web dashboard #871
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#871
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "oban_web"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
been running on ihba for some time with no issue
looks like this
@ -904,2 +905,4 @@
csp_nonce_assign_key: :csp_nonce
)
oban_dashboard("/oban/dashboard", csp_nonce_assign_key: :csp_nonce)
This will make
oban
and API prefix and may introduce regressions similar to what happened inde64c6c54a
(fixed ina3101a435b
).It would be best to use an existing API prefix here, e.g.
/akkoma/oban_dashboard
or/web/oban/dashboard
. All current API prefixes listed below (obtained by runningPleroma.Web.Router.get_api_routes()
):It might be a good idea to add a test ensuring no new API prefixes are added by accident going forward
i've added a snapshot test for this to make sure we don't run into it again
@ -1,6 +1,5 @@
[
import_deps: [:ecto, :ecto_sql, :phoenix],
subdirectories: ["priv/*/migrations"],
Were migrations intentionally excluded from formatting?
so fun fact the subdirectories thing
per docs:
which migrations... don't
I'm not sure why this setting was here at all
huh, yeah all good to purge then (i can't mark the threads here as resolved)