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

server: add an endpoint for updating an ensemble's node templates #144

Open
aszs opened this issue Aug 18, 2022 · 1 comment
Open

server: add an endpoint for updating an ensemble's node templates #144

aszs opened this issue Aug 18, 2022 · 1 comment
Assignees

Comments

@aszs
Copy link
Member

aszs commented Aug 18, 2022

Add an api endpoint that patches the "ResourceTemplate" json that is exported

It should match the patch endpoints we already are using in our graphql api which we've implemented twice already:

js: https://github.com/onecommons/unfurl-gui/blob/handover/apollo-server/resolvers.js#L152

ruby: https://github.com/onecommons/gitlab-oc/blob/handover/oc/lib/oc/unfurl_deploy_meta.rb#L50

let's add one in Python :)

@aszs aszs self-assigned this Sep 2, 2022
@aszs aszs unassigned tommcn Sep 16, 2022
@aszs
Copy link
Member Author

aszs commented Sep 16, 2022

basic PR (#147) has been merged but I just realized it probably doesn't invalidate the in memory cache used by the other endpoints... Moving to sprint backlog for now...

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

No branches or pull requests

2 participants