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

Handle pipelines, triggers and tasks ID changes #165

Open
lucafaggianelli opened this issue Sep 29, 2023 · 0 comments
Open

Handle pipelines, triggers and tasks ID changes #165

lucafaggianelli opened this issue Sep 29, 2023 · 0 comments
Labels
cat:Backend enhancement New feature or request

Comments

@lucafaggianelli
Copy link
Owner

If a user wants to change just the name it's not a problem, but if an ID is changed it's a problem.

Run page

With today's frontend page structure the run pages don't work in case of renaming as the URL is /pipeline/pipeline_id/triggers/trigger_id/runs/run_id but this doesn't make any sense as the run ID is independent and the info can be still found in the DB so if the page in the frontend changes to /runs/<id> it's a already a huge gain!

Rename feature

a rename feature could be added to rename things in the DB, don't know if this is worth though

@lucafaggianelli lucafaggianelli added enhancement New feature or request cat:Backend labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:Backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant