-
Notifications
You must be signed in to change notification settings - Fork 14
Remove defaults and add manual flag parsing for configuration #100
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
a610ecc
add manual flag parsing for username, password, uri and database env …
keremgocen 290a165
test edge cases for flags
keremgocen 87bfb18
test coverage for loadConfig with env vars
keremgocen f6304fe
add config integration tests with real env variables
keremgocen a528603
fix the error message order
keremgocen 429942f
clean up, minor improvements
keremgocen f450bdd
add AURA_USERNAME for CI
keremgocen d0a86ad
Update internal/cli/args.go
keremgocen 1a0a176
Update internal/cli/args.go
keremgocen 6d5750f
Update args.go
keremgocen 5496aa6
Update internal/cli/args.go
keremgocen 7bb4f1a
remove args walkthrough
keremgocen 028c79d
Merge remote-tracking branch 'refs/remotes/origin/keremgocen/remove-d…
keremgocen 8753520
remove the integration test, add cli overrides
keremgocen 6da66be
add ParseConfigFlags
keremgocen c793930
add test coverage
keremgocen ead32ca
convert Telemetry and ReadOnly to booleans
keremgocen bfc4ccb
remove config integration test
keremgocen c8f30d6
Merge branch 'main' into keremgocen/remove-default-env-variables
keremgocen 7a7a96b
Update internal/cli/args.go
keremgocen c2fe6f8
fix merge confict issue
keremgocen 8c5cdd8
enable telemetry only when ALL requirements are met, reverted the log…
keremgocen 1537961
Merge branch 'main' into keremgocen/remove-default-env-variables
keremgocen b4dc003
update docs
keremgocen b516560
add release notes for a minor bump
keremgocen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| kind: Minor | ||
| body: Added CLI flags for configuration (--neo4j-uri, --neo4j-username, --neo4j-password, --neo4j-database, --neo4j-read-only, --neo4j-telemetry) that override environment variables. NEO4J_URI, NEO4J_USERNAME, and NEO4J_PASSWORD are now required environment variables (no defaults provided). | ||
| time: 2025-11-20T14:46:49.67341Z |
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.