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(config): add setting_initializer decorator #45

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

kennedykori
Copy link
Contributor

Add the sghi.config.setting_initializer decorator function. This should simplify the construction of simple setting initializers.

@kennedykori kennedykori self-assigned this Jul 13, 2024
@kennedykori kennedykori force-pushed the feat-add-setting-initializer-decorator branch from a0ba239 to 55d16fb Compare July 13, 2024 20:10
Add the `sghi.config.setting_initializer` decorator function. This
should simplify the construction of simple setting initializers.
@kennedykori kennedykori force-pushed the feat-add-setting-initializer-decorator branch from 55d16fb to 70cb3e1 Compare July 13, 2024 20:20
@kennedykori kennedykori merged commit 9dd4a49 into next Jul 13, 2024
4 checks passed
@kennedykori kennedykori deleted the feat-add-setting-initializer-decorator branch July 13, 2024 20:22
kennedykori added a commit that referenced this pull request Jul 13, 2024
Add the `sghi.config.setting_initializer` decorator function. This
should simplify the construction of simple setting initializers.
kennedykori added a commit that referenced this pull request Jul 13, 2024
## [1.5.0-rc.1](v1.4.0...v1.5.0-rc.1) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](#44)) ([c6f2723](c6f2723))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](#46)) ([d4cef75](d4cef75))

### Features

* **config:** add `setting_initializer` decorator ([#45](#45)) ([334f6be](334f6be))
* **utils:** make `type_fqn` support callable instances ([#43](#43)) ([b22c835](b22c835))

### Refactors

* **retry:** rename the `exponential_backoff_retry` logger ([#42](#42)) ([de03e2c](de03e2c))
kennedykori added a commit that referenced this pull request Jul 13, 2024
Add the `sghi.config.setting_initializer` decorator function. This
should simplify the construction of simple setting initializers.
kennedykori added a commit that referenced this pull request Jul 13, 2024
## [1.5.0-rc.1](v1.4.0...v1.5.0-rc.1) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](#44)) ([c6f2723](c6f2723))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](#46)) ([d4cef75](d4cef75))

### Features

* **config:** add `setting_initializer` decorator ([#45](#45)) ([334f6be](334f6be))
* **utils:** make `type_fqn` support callable instances ([#43](#43)) ([b22c835](b22c835))

### Refactors

* **retry:** rename the `exponential_backoff_retry` logger ([#42](#42)) ([de03e2c](de03e2c))
kennedykori added a commit that referenced this pull request Jul 13, 2024
## [1.5.0](v1.4.0...v1.5.0) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](#44)) ([5928f9b](5928f9b))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](#46)) ([a48947a](a48947a))

### Features

* **config:** add `setting_initializer` decorator ([#45](#45)) ([b655527](b655527))
* **utils:** make `type_fqn` support callable instances ([#43](#43)) ([fa13030](fa13030))

### Refactors

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#48](#48)) ([645060d](645060d))
* **retry:** rename the `exponential_backoff_retry` logger ([#42](#42)) ([a3d30b6](a3d30b6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant