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

Support endpoint to update experiments #45

Open
bhufmann opened this issue Dec 9, 2021 · 1 comment · May be fixed by #46
Open

Support endpoint to update experiments #45

bhufmann opened this issue Dec 9, 2021 · 1 comment · May be fixed by #46
Labels
enhancement New feature or request

Comments

@bhufmann
Copy link
Collaborator

bhufmann commented Dec 9, 2021

Right now it's only possible to create an experiment, delete and list of an experiment. The TSP supports a PUT command to update the experiment (e.g. name or list of traces).

This tracker is to support the endpoint to update the experiment. Add also a command-line option to trigger the execution.

tsp_python-client --update-experiment <uuid> --name <new-name> --uuids <list of trace uuids>

where at least of --name, --uuids is provided on the command-line or experiment is unchanged

see TSP: https://github.com/theia-ide/trace-server-protocol/blob/34d244cc35e652681b2f003d3bd69100da6541d6/API.yaml#L216

Note: eclipse-cdt-cloud/trace-server-protocol#69 is related and needs to be in take in consideration.

@bhufmann bhufmann added the enhancement New feature or request label Dec 9, 2021
@bhufmann bhufmann changed the title Support endpoint to update experiment Support endpoint to update experiments Dec 9, 2021
bhufmann added a commit to bhufmann/tsp-python-client that referenced this issue Dec 9, 2021
@bhufmann bhufmann linked a pull request Dec 9, 2021 that will close this issue
@bhufmann
Copy link
Collaborator Author

Way forward is defined in this ADR: eclipse-cdt-cloud/theia-trace-extension#688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant