Skip to content

Allow paths containing special characters - #22

Open
valeriobelli wants to merge 2 commits into
DataDog:masterfrom
valeriobelli:handle-special-characters-in-path
Open

Allow paths containing special characters#22
valeriobelli wants to merge 2 commits into
DataDog:masterfrom
valeriobelli:handle-special-characters-in-path

Conversation

@valeriobelli

@valeriobelli valeriobelli commented Jul 16, 2026

Copy link
Copy Markdown

This pull request refactors how shell commands are constructed and invoked to upload dSYM files to Datadog and updates the test suite to match. The main improvement is switching from building shell command strings to passing command arguments as arrays, which avoids issues with paths containing spaces or special characters. The tests have been updated to reflect this change and add coverage for paths containing special characters.

@valeriobelli
valeriobelli requested a review from a team as a code owner July 16, 2026 11:03

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 424fff83a5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread lib/fastlane/plugin/datadog/actions/upload_symbols_to_datadog.rb
Comment thread lib/fastlane/plugin/datadog/actions/upload_symbols_to_datadog.rb
@valeriobelli
valeriobelli marked this pull request as draft July 16, 2026 13:01
@valeriobelli
valeriobelli force-pushed the handle-special-characters-in-path branch from 424fff8 to 8915222 Compare July 16, 2026 13:15
@valeriobelli
valeriobelli marked this pull request as ready for review July 16, 2026 13:28
@valeriobelli valeriobelli changed the title Update tests with paths containing special characters Allow paths containing special characters Jul 16, 2026
@valeriobelli
valeriobelli marked this pull request as draft July 16, 2026 14:32
@valeriobelli
valeriobelli marked this pull request as ready for review July 16, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant