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

New Version #25

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

New Version #25

wants to merge 13 commits into from

Commits on May 17, 2020

  1. [toml] remove the old toml library and use the new one

    its already in master with a different name, so I decided to
    update my old projects and use the new one
    fzerorubigd committed May 17, 2020
    Configuration menu
    Copy the full SHA
    b0981ec View commit details
    Browse the repository at this point in the history
  2. [etcd] upgrade the version

    but it seems I need to do it later, there was a problem with the
    new version and how pkg.go.dev picks the old one
    fzerorubigd committed May 17, 2020
    Configuration menu
    Copy the full SHA
    81f3765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5dd02 View commit details
    Browse the repository at this point in the history
  4. [ci] add golangci-linter

    fzerorubigd committed May 17, 2020
    Configuration menu
    Copy the full SHA
    97593a3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    b0c8bdd View commit details
    Browse the repository at this point in the history
  2. [test] Convey starts using errors.Is

    So I have to remove the old go version from build matrix
    fzerorubigd committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8163aa2 View commit details
    Browse the repository at this point in the history
  3. [mod] update toml again

    fzerorubigd committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7120e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d0a24c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. added function to create an env layer without hierarchy

    Sehej Sohal committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    53dfd1b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. directory watch layer

    Signed-off-by: Pouyan Heyratpour <[email protected]>
    pouyanh committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    120c830 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. House keeping

    fzerorubigd committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    788e4a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from sehejss/FlatEnvLayer

    Added a FlatEnvLayer
    fzerorubigd committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    261c6f0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from pouyanh/develop

    directory watch layer
    fzerorubigd committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    e201628 View commit details
    Browse the repository at this point in the history