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

[pull] master from Netflix:master #103

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 3, 2020

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

kitt1987 and others added 6 commits May 12, 2020 16:43
this will split a tag on a || and use the value following the pipes
(if any) as a default value if none of the env var options return
a value
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Aug 3, 2020
steveteuber and others added 22 commits September 8, 2020 16:10
Split default value only into two parts
Update build status location
This lets you unmarshal custom types, like structs or scalars with
specific pre-processing steps required.
This lets you marshal custom types, like structs or scalars with
specific post-processing steps required. For instance, you could
marshal to JSON or base64.
Ensures we support values in addition to pointer values when using the
custom marshaler / unmarshaler.
Signed-off-by: Kostadin Plachkov <[email protected]>
Add support for custom env marshaling and unmarshaling
Add detail for required field error
Add uint uint8 uint16 uint32 uint64 support
* add go.mod

* swap travis for github action, update badges in readme

* scrap the matrix, use latest
* add slice support

* update test

* fix default slice values

* add additional kv string test

* switch to a configurable slice separator

* style: fix trailing newline

* fix: use tag field for separator

---------

Co-authored-by: jimmykodes <[email protected]>
… updates (#28)

* [chore] go 1.23.2 upgrade, README fix, docstring additions, & go styling updates

Signed-off-by: sheikhrachel <[email protected]>

* fix: remove local test file

Signed-off-by: sheikhrachel <[email protected]>

* fix: 1.23 go version & refactor redundant switch clauses

Signed-off-by: Rachel <[email protected]>

* fix: remove bin dir

Signed-off-by: Rachel <[email protected]>

---------

Signed-off-by: sheikhrachel <[email protected]>
Signed-off-by: Rachel <[email protected]>
flemming-pr and others added 2 commits October 25, 2024 15:13
* fix: Marshal() including "default=" tags in EnvSet

* chore: added tests

* chore: added more tests

* chore: added comment to clarify skipping of tag options in Marshal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.