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

Prepend run_id from YAML file to temporary run dir uuid/name #8

Open
douglatornell opened this issue Jun 28, 2017 · 2 comments
Open
Assignees
Milestone

Comments

@douglatornell
Copy link
Member

Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Requested by @mdunphy and @VyDo to make it easier to monitor multiple queued/active runs.

Need to run the run_id value through a function that transforms it (if necessary) to a "file system safe" string (no spaces, no characters that the shell considers special, perhaps ASCII only, etc.)

@douglatornell
Copy link
Member Author

Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


... with the space removed from the last piece added there


From: M Dunphy
Sent: June 28, 2017 11:55:09 AM
To: Latornell, Doug
Subject: safe filenames

This looks like it'll work: http://www.andrew-seaford.co.uk/generate-safe-filenames-using-python/

@douglatornell
Copy link
Member Author

Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Changesets 2c482c568 and 62dba5f816 accomplish most of what it required,
but the file system safety transformation hasn't been implemented yet.

@douglatornell douglatornell added this to the 3.2 milestone Apr 6, 2020
@douglatornell douglatornell modified the milestones: 3.2, v23.1 Dec 22, 2022
@douglatornell douglatornell self-assigned this Dec 22, 2022
@douglatornell douglatornell modified the milestones: v23.1, v23.2 Nov 29, 2023
@douglatornell douglatornell modified the milestones: v24.1, v24.2 Oct 27, 2024
@douglatornell douglatornell modified the milestones: v24.2, v25.1 Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant