This repository was archived by the owner on May 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
refactor(config)!: re-design and clean-up configuration #979
Merged
Merged
Changes from 32 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
3043c2c
Refactor CLI
Alex6323 227ec8e
Remove custom Default impls from config types
Alex6323 5c83c33
Remove config.template.toml
Alex6323 34aff37
Add gen-config tool
Alex6323 1b8f96d
Merge branch 'main' into refactor/config/config-refactor
Alex6323 f989c0f
Fix CI
Alex6323 c9cd8a6
Fix tests
Alex6323 2c8dbea
Fix docs
Alex6323 7700dea
Use only non-default CLI commands in docker-compose.yml
Alex6323 c0f5793
Let's try enforcing MongoDb auth
Alex6323 99f9b47
Let's try again
Alex6323 1c55eca
What happens now?
Alex6323 42b0b0f
Move defaults into constants
Alex6323 f674fc8
Remove user Argon configuration
Alex6323 611f793
Improve API configuration
Alex6323 e68cc71
Complete default consts
Alex6323 5a4715c
Fix clippy box default warning
Alex6323 d682d2f
Merge branch 'fix/clippy/box-default' into refactor/config/config-ref…
Alex6323 308a361
Fix docs
Alex6323 05d3615
Format
Alex6323 72aa03d
Fix CI
Alex6323 697607f
Renaming
Alex6323 be8ff50
Simplify CLI
Alex6323 cd44f15
Remove config file
Alex6323 8d2d806
Switch toggle to disable flags
Alex6323 5776d56
Re-enable replica set for integration tests
Alex6323 2d43530
Merge branch 'main' into refactor/config/config-refactor
Alex6323 5f5c7e0
Fix merge
Alex6323 e0a7e71
(Temporarily) fix integration test CI
Alex6323 b013252
Merge branch 'main' into refactor/config/config-refactor
Alex6323 4c22547
Fix and small reorder
Alex6323 9f2663b
Obey the Clippy overlord
Alex6323 d20eccd
Impl From<*Args> for *Configs
Alex6323 6987b76
More details regarding replica-sets with auth
Alex6323 fafdc94
Fix check-all-features
Alex6323 492bc45
Feature headache
Alex6323 d071abc
Feature headache 2
Alex6323 ac450c6
Last fixes
Alex6323 dc31c2f
Load .env file in inx-chronicle docker service
Alex6323 44a937d
Different approach
Alex6323 63c234e
Add example to README
Alex6323 1b9fdaf
Update README.md
grtlr 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 |
---|---|---|
|
@@ -37,7 +37,10 @@ jobs: | |
uses: supercharge/[email protected] | ||
with: | ||
mongodb-version: ${{ inputs.mongodb }} | ||
mongodb-replica-set: test-rs | ||
# FIXME: replica-set with authentication | ||
#mongodb-replica-set: test-rs | ||
Alex6323 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
mongodb-username: root | ||
mongodb-password: root | ||
|
||
- name: Test DB | ||
uses: actions-rs/cargo@v1 | ||
|
This file was deleted.
Oops, something went wrong.
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.