-
Notifications
You must be signed in to change notification settings - Fork 22
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: add --database-path argument #485
Merged
replydev
merged 8 commits into
main
from
feat/483-feature-request-better-method-of-portability
Aug 31, 2024
Merged
feat: add --database-path argument #485
replydev
merged 8 commits into
main
from
feat/483-feature-request-better-method-of-portability
Aug 31, 2024
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
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.124...1.0.127) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.209. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.207...v1.0.209) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.28.0 to 0.28.1. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases) - [Commits](colin-kiegel/rust-derive-builder@v0.20.0...v0.20.1) --- updated-dependencies: - dependency-name: derive_builder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.15...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
replydev
deleted the
feat/483-feature-request-better-method-of-portability
branch
August 31, 2024 00:35
github-actions bot
pushed a commit
that referenced
this pull request
Aug 31, 2024
# [1.9.0](v1.8.0...v1.9.0) (2024-08-31) ### Features * add --database-path argument ([9fafde3](9fafde3)) * add --database-path argument ([#485](#485)) ([e32600c](e32600c)) * use new argument to be able to set database path by commandline ([effd184](effd184)) ### Performance Improvements * resolve clippy lints ([565d452](565d452))
🎉 This issue has been resolved in version 1.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
to stoerdebegga/cotp
that referenced
this pull request
Sep 9, 2024
# [1.5.0](v1.4.0...v1.5.0) (2024-09-09) ### Features * add --database-path argument ([9fafde3](9fafde3)) * add --database-path argument ([replydev#485](https://github.com/stoerdebegga/cotp/issues/485)) ([e32600c](e32600c)) * use new argument to be able to set database path by commandline ([effd184](effd184)) ### Performance Improvements * resolve clippy lints ([565d452](565d452))
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.
This permits the configuration of the database path without using environments variables, which are not supported in some environments such as Scoop.