-
Notifications
You must be signed in to change notification settings - Fork 5
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
org configs sync/corrections #57
Comments
We'd better:
|
It would be preferred to allow any api endpoint to be called as a plugin in the config. I think it's one of the technical benefits of our architecture vs just a glorified GitHub actions invoker.
I fixed the plugin installer UI dependency on matching the name so this is no longer a requirement |
this is literally being implemented lmao ubiquity-os/ubiquity-os-kernel#224 ubiquity-os/plugin-template#33
Yeah different issue but thanks |
Due to the above it's very easy to have plugin URLs which are out of sync.
"ubiquibot"
incommand-wallet
worker URL and it should beubiquity-os-marketplace
or justubiquity-os
but the URL is valid"ubiquibot"
incommand-query
, this URL is invalid as it does not match theworker-deploy.yml
deployment url"ubiquibot"
indaemon-merging
and URL is invalid as it still points toassistive-pricing
potential branch mismatch
intext-vector
as it targetsdevelopment
but the most recent worker was deployed tomain
.plugin instance confusion
intext-vector
as it's installed as a worker here but is running on actionsThat is just from one org' (
ubiquity
) config file and I'm 100% certain all of them are going to have either the same or similar problems.ubiquity-os-config.yml
and then tracks all other config files and updates them accordingly.empty strings warning
?The text was updated successfully, but these errors were encountered: