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

fix: Escape special characters in the Postgres password (#4394) #4396

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

job-almekinders
Copy link
Contributor

What this PR does / why we need it:

This PR cherry-picks a fix commit to properly parse special characters in Postgres passwords.

More information can be found in the original PR.

* Apply fix

Signed-off-by: Job Almekinders <job.almekinders@teampicnic.com>

* Add special characters to postgres online store test

Signed-off-by: Job Almekinders <job.almekinders@teampicnic.com>

* Fix linting error

Signed-off-by: Job Almekinders <job.almekinders@teampicnic.com>

---------

Signed-off-by: Job Almekinders <job.almekinders@teampicnic.com>
@job-almekinders
Copy link
Contributor Author

I don't understand why the java integration test is failing; is this an unrelated issue perhaps?

@tokoko
Copy link
Collaborator

tokoko commented Aug 9, 2024

yeah, it's unrelated #4381. we can merge regardless

@tokoko tokoko merged commit b456984 into feast-dev:v0.40-branch Aug 9, 2024
20 of 21 checks passed
franciscojavierarceo pushed a commit that referenced this pull request Aug 9, 2024
## [0.40.1](v0.40.0...v0.40.1) (2024-08-09)

### Bug Fixes

* Add feast-operator files to semantic-release script (v0.40-branch) ([#4383](#4383)) ([44f0e84](44f0e84))
* Escape special characters in the Postgres password ([#4394](#4394)) ([#4396](#4396)) ([b456984](b456984))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants