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): support ${var:-word} and ${var:+word} syntax #164

Merged
merged 4 commits into from
Apr 23, 2024

Conversation

indirection42
Copy link
Member

@indirection42 indirection42 commented Apr 23, 2024

Resolve #129
Major changes:

@indirection42 indirection42 self-assigned this Apr 23, 2024
@indirection42 indirection42 requested a review from xlc April 23, 2024 03:06
@indirection42 indirection42 merged commit a4f5998 into master Apr 23, 2024
1 check passed
@indirection42 indirection42 deleted the feat-env-config branch April 23, 2024 05:07
kostekIV added a commit to Cardinal-Cryptography/subway that referenced this pull request Apr 29, 2024
* subsquid indexer & processor fix (AcalaNetwork#150)

* update deps (AcalaNetwork#155)

* bypass cache for unfinalized blocks (AcalaNetwork#154)

* endpoint health (AcalaNetwork#152)

* Await healthy endpoint (AcalaNetwork#158)

* use only tracing (AcalaNetwork#157)

* Filter call errors (AcalaNetwork#159)

* validate middleware (AcalaNetwork#156)

* validate middleware

* validate extension for config

* rename

* Improve env handling via preprocessing templated config files (AcalaNetwork#162)

* Feat(config): support ${var:-word} and ${var:+word} syntax (AcalaNetwork#164)

* fix cli default value (AcalaNetwork#169)

* improve reconnect wait time (AcalaNetwork#168)
---------

Co-authored-by: mrq1911 <lumir.mrkva@topmonks.com>
Co-authored-by: Ermal Kaleci <ermalkaleci@gmail.com>
Co-authored-by: Jiyuan Zheng <indirection42@outlook.com>
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.

improve env handling
2 participants