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

feat(model): Allow configuring further PostgreSQL connection parameters #8544

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

fviernau
Copy link
Member

The implementation has been done based on 1.

Fixes #8543.

@fviernau fviernau requested a review from a team as a code owner April 19, 2024 08:06
@fviernau fviernau force-pushed the model-extend-pg-connection-paramas-config branch from fb092bc to 49dbb24 Compare April 19, 2024 08:29
@fviernau fviernau requested a review from sschuberth April 19, 2024 08:29
@fviernau fviernau force-pushed the model-extend-pg-connection-paramas-config branch 2 times, most recently from a90419a to 001b125 Compare April 19, 2024 11:12
The implementation has been done based on [1].

Fixes #8543.

[1]: eclipse-apoapsis/ort-server@f0f601e

Signed-off-by: Frank Viernau <[email protected]>
@fviernau fviernau force-pushed the model-extend-pg-connection-paramas-config branch from 001b125 to 30c4308 Compare April 19, 2024 11:28
@fviernau fviernau requested a review from sschuberth April 19, 2024 11:28
@@ -382,9 +382,6 @@
"sslrootcert": {
"type": "string"
},
"parallelTransactions": {
Copy link
Member

Choose a reason for hiding this comment

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

Please add to the commit message that this is a fixup for f7dd719 which removed the use of this parameter.

@fviernau fviernau force-pushed the model-extend-pg-connection-paramas-config branch from 30c4308 to 9ea7106 Compare April 19, 2024 12:00
This is a fixup for f7dd719 which removed the use of this parameter.

Signed-off-by: Frank Viernau <[email protected]>
The TODO comment refers to a large amount of configuration parameters
which are likely not supposed to be added in their entirety. So, drop
the comment as there seems little value to have it. Further parameters
will be added when need arises.

Signed-off-by: Frank Viernau <[email protected]>
@fviernau fviernau force-pushed the model-extend-pg-connection-paramas-config branch from 9ea7106 to d8eef61 Compare April 19, 2024 12:01
@fviernau fviernau requested a review from sschuberth April 19, 2024 12:01
@fviernau fviernau enabled auto-merge (rebase) April 19, 2024 12:18
@fviernau fviernau merged commit eb47587 into main Apr 19, 2024
22 checks passed
@fviernau fviernau deleted the model-extend-pg-connection-paramas-config branch April 19, 2024 12:19
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.

Make further database connection (pool) parameters configurable for Postgres based storages
2 participants