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
The user can edit the run configuration (i.e., the entrypoint script, test script)
A tale can have multiple run configurations
The user can add, edit, rename, configurations The
A run configuration consists of a name, the path to an entrypoint script (required) and test script (optional). (Note: "type" in the mockups will not be supported and can be ignored).
Mockups:
Mockups for this feature are incomplete. There is one from @hategan's proof-of-concept and another partial mockup.
Note: "type" in the mockups will not be supported and can be ignored.
Maybe this is referring to an initial iteration, but, in my opinion, supporting at least local and container are important to allow a decent development workflow. The idea being that "local" allows uses to quickly invoke an executable for testing purposes and rapid prototyping, but provides little guarantees of reproducibility, whereas "container" involves building a container from scratch, which is not suitable for rapid prototyping since it tends to take a long time, but essential for reproducibility.
Revised based on 6/14/21 dev call
Requirements:
A tale can have multiple run configurationsThe user can add, edit, rename, configurationsTheMockups:
Mockups for this feature are incomplete. There is one from @hategan's proof-of-concept and another partial mockup.
The text was updated successfully, but these errors were encountered: