Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: TLMS-Development/dnrs

Tags

973bedd

Toggle 973bedd's commit message
feat: Refactor provider interfaces, improve config management, and ad…

…d extensive tests

- Refactored provider interfaces for better modularity and feature support.
- Enhanced configuration management with detailed default settings.
- Added comprehensive tests for providers, resolvers, configurations, and CLI commands.
- Improved internal methods to simplify and improve IP resolution logic.
- Updated documentation with additional examples and explanations.

92ab036

Toggle 92ab036's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/hetzner provider (#17)

* feat: adds hetzner provider for currently implemented get command

# Conflicts:
#	src/main.rs

* todo

* feat: adds yaml config directory structure

feat: adds generate example config command

* fix: fixes usage order in help output of get command

* WIP

* refactor: move config reading into own function

# Conflicts:
#	src/main.rs

* feat: adds hetzner provider for currently implemented get command

# Conflicts:
#	src/main.rs

* feat: adds yaml config directory structure

feat: adds generate example config command

* chore: fixed copilot feedack

---------

Co-authored-by: Murasko <[email protected]>

9cc3f3e

Toggle 9cc3f3e's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
refactor: move config reading into own function

4abdd8e

Toggle 4abdd8e's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
add: comment

2b90498

Toggle 2b90498's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
refactor: move config reading into own function

84dfddc

Toggle 84dfddc's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: Adds serde_yaml dependency and implement YAML configuration loa… (

#1)

* feat: Adds serde_yaml dependency and implement YAML configuration loading

* chore: move config example to docs folder and edit readme

* fix: properly returns error if no configuration path is available

* fix: properly returns error if no configuration path is available

* refactor: apply suggestions

* deps: replace serde_yaml with serde_yaml_ng

---------

Co-authored-by: Torben Schweren <[email protected]>

5f08d50

Toggle 5f08d50's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
WIP

3d84d58

Toggle 3d84d58's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
-.-

bb82692

Toggle bb82692's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
WIP

17f29d7

Toggle 17f29d7's commit message

Verified

This commit was signed with the committer’s verified signature.
Kitt3120 Torben Schweren
add: CI/CD from lum-rs/template_rust