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

Add common function to make object names filename safe #114

Open
webtonize opened this issue Jan 21, 2024 · 0 comments
Open

Add common function to make object names filename safe #114

webtonize opened this issue Jan 21, 2024 · 0 comments

Comments

@webtonize
Copy link
Collaborator

webtonize commented Jan 21, 2024

Story

As an end-user I want to be sure all my Azure DevOps objects can be exported, even if I have special characters in the object names so I can be sure my complete Azure DevOps environment will get audited and I will not be surprised in human audit.

Acceptance Criteria

  • Non-filesystem characters in input Object Names should be replaced by safe characters
  • String replacement function should be a single function called from Export- functions
  • Export- functions should be changed to use the new function
  • When exporting object names, any folder hierarchy in Azure DevOps (like pipeline and release folder structure) should be preserved in the exported filename
  • Azure DevOps test project and test cases should reflect handling with and without a folder structure for those objects
@webtonize webtonize converted this from a draft issue Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant