Skip to content

Conversation

iamnives
Copy link

@iamnives iamnives commented Mar 22, 2023

This pull request adds a new feature to the application where URL env parameters are decoded before being used. This is important because URL parameters can sometimes contain special characters that need to be properly decoded before they can be used by the application.

Changes Made:

  • Added a code block in "docker-runner: start" that takes a URL env string as input and decodes any special characters.
  • Added .gitignore to prevent unwanted ide files, and local go build

Testing:

  • Verify that the URL parameters are properly decoded.
  • Tested in our environment and it now runs our containers.

Issue Resolved:
This pull request resolves the issue of the application not properly handling special characters in URL parameters.

@iamnives iamnives added the enhancement New feature or request label Mar 22, 2023
@iamnives iamnives requested a review from didzis March 22, 2023 14:38
@iamnives iamnives self-assigned this Mar 22, 2023
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 this pull request may close these issues.

1 participant