feat: add local mode - #1
Open
NicoLaval wants to merge 7 commits into
Open
Conversation
Keep the embedded cluster out of git so each machine can reuse its own .local-postgres/ without noise. Co-authored-by: Cursor <cursoragent@cursor.com>
The no-auth chain was building an empty User, so the UI had no owner stamp to list or save questionnaires against. Co-authored-by: Cursor <cursoragent@cursor.com>
Local mode needs a real JSONB/Liquibase database; amd64 binaries ship with the library, ARM Mac and Linux pull extra artifacts, and they stay out of the fat jar. Co-authored-by: Cursor <cursoragent@cursor.com>
The folder is the source of truth: on start and on file change, JSON files overwrite the same id, so replacing a sample is no longer a silent no-op. Co-authored-by: Cursor <cursoragent@cursor.com>
A workspace classpath with no explicit profile now starts as local, and IntelliJ gets a shared Pogues (local) run configuration. Packaged jars stay on production defaults. Co-authored-by: Cursor <cursoragent@cursor.com>
Document the local profile, the drop folder, and that files overwrite the same questionnaire id. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Local mode without Keycloak.
mvn spring-boot:runor the IntelliJ Pogues (local) config defaults to this profile.