-
Notifications
You must be signed in to change notification settings - Fork 4k
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
#2270: External DB Support #2457
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
dosubot
bot
added
the
size:XL
This PR changes 500-999 lines, ignoring generated files.
label
Dec 15, 2024
github-actions
bot
added
Java
Pull requests that update Java code
Front End
Issues or pull requests related to front-end development
Back End
Issues related to back-end development
Docker
Pull requests that update Docker code
Security
Security-related issues or pull requests
API
API-related issues or pull requests
labels
Dec 15, 2024
DarioGii
commented
Dec 15, 2024
This was referenced Dec 15, 2024
DarioGii
commented
Dec 15, 2024
src/main/java/stirling/software/SPDF/config/security/database/DatabaseConfig.java
Show resolved
Hide resolved
DarioGii
commented
Dec 15, 2024
DarioGii
commented
Dec 15, 2024
DarioGii
commented
Dec 15, 2024
Frooodle
requested changes
Dec 15, 2024
src/main/java/stirling/software/SPDF/model/ApplicationProperties.java
Outdated
Show resolved
Hide resolved
github-actions
bot
added
Documentation
Improvements or additions to documentation
Translation
Github
labels
Dec 20, 2024
🚀 Translation Verification Summary🔄 Reference Branch:
|
DarioGii
force-pushed
the
2270-feature-request-external-db-support
branch
from
December 20, 2024 17:22
d0e3ae9
to
46da009
Compare
dosubot
bot
added
size:M
This PR changes 30-99 lines, ignoring generated files.
and removed
size:XL
This PR changes 500-999 lines, ignoring generated files.
labels
Dec 20, 2024
github-actions
bot
removed
Documentation
Improvements or additions to documentation
Front End
Issues or pull requests related to front-end development
Docker
Pull requests that update Docker code
Translation
API
API-related issues or pull requests
labels
Dec 20, 2024
DarioGii
force-pushed
the
2270-feature-request-external-db-support
branch
2 times, most recently
from
January 2, 2025 12:21
6a764f9
to
22958ca
Compare
Frooodle
requested changes
Jan 2, 2025
src/main/java/stirling/software/SPDF/config/security/InitialSecuritySetup.java
Outdated
Show resolved
Hide resolved
src/main/java/stirling/software/SPDF/config/security/database/DatabaseService.java
Outdated
Show resolved
Hide resolved
src/main/java/stirling/software/SPDF/config/security/database/DatabaseConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/stirling/software/SPDF/config/security/database/DatabaseService.java
Show resolved
Hide resolved
DarioGii
force-pushed
the
2270-feature-request-external-db-support
branch
5 times, most recently
from
January 6, 2025 17:29
6fb100e
to
86514e9
Compare
/deployr |
DarioGii
force-pushed
the
2270-feature-request-external-db-support
branch
from
January 6, 2025 18:01
86514e9
to
88046df
Compare
/deployr |
1 similar comment
/deployr |
/deploypr |
🚀 PR Test DeploymentYour PR has been deployed for testing! 🔗 Test URL: http://185.252.234.121:2457 This deployment will be automatically cleaned up when the PR is closed. |
Frooodle
requested changes
Jan 6, 2025
DarioGii
force-pushed
the
2270-feature-request-external-db-support
branch
from
January 6, 2025 18:40
652f43a
to
55d4aed
Compare
DarioGii
force-pushed
the
2270-feature-request-external-db-support
branch
from
January 6, 2025 18:49
4c028c6
to
428b423
Compare
🧹 Deployment CleanupThe test deployment for this PR has been cleaned up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API
API-related issues or pull requests
Back End
Issues related to back-end development
Docker
Pull requests that update Docker code
enhancement
New feature or request
Front End
Issues or pull requests related to front-end development
Java
Pull requests that update Java code
Security
Security-related issues or pull requests
size:XXL
This PR changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
External DB support for Stirling PDF. You can now choose between the default H2 or PostgreSQL by setting the new
enableCustomDatabase
property totrue
orfalse
.To enable your own custom (PostgreSQL) database:
enableCustomDatabase
totrue
customDatabaseUrl
username
andpassword
Closes #2270
Checklist