Skip to content
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
merged 8 commits into from
Aug 31, 2024

Conversation

replydev
Copy link
Owner

This permits the configuration of the database path without using environments variables, which are not supported in some environments such as Scoop.

dependabot bot and others added 7 commits August 26, 2024 15:58
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 replydev linked an issue Aug 30, 2024 that may be closed by this pull request
@replydev replydev merged commit e32600c into main Aug 31, 2024
6 checks passed
@replydev 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))
Copy link
Contributor

🎉 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature request]: Better method of portability
1 participant