You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Fission supports function versioning, every function update create a new version labeled by uid.
Currently fission is missing a api for listing all the version info (timestamp, uid) for a specific function.
I have a commit to do this and is working with fission to land this.
Add function version listing in the function edit page.
User can replace their current working space (the draft) with any version they select.
By default all references to a function point to it's latest version.
Show the uid to the user of which version of code they are using for a trigger.
Add uid selection in trigger create forms.
The text was updated successfully, but these errors were encountered:
Fission supports function versioning, every function update create a new version labeled by uid.
Currently fission is missing a api for listing all the version info (timestamp, uid) for a specific function.
I have a commit to do this and is working with fission to land this.
The text was updated successfully, but these errors were encountered: