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

GitHub workflows, Makefile, etc. #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

GitHub workflows, Makefile, etc. #2

wants to merge 7 commits into from

Conversation

hariso
Copy link

@hariso hariso commented Dec 30, 2024

Closes #1.

@@ -0,0 +1,33 @@
name: release
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no binary to release though, it's just a library, I think we can remove this action.

- gosec
- revive

linters:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter config was probably taken from the conduit project, right? I suggest rather taking it from a newer project like conduit-commons since it has a stricter config.

go.mod Outdated
@@ -4,5 +4,192 @@ go 1.23.0

require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/conduitio/evolviconf/evolviyaml v0.0.0-20241105144803-b3ba81765197
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should avoid this dependency, evolviconf should be able to stand by itself, evolviyaml wraps it and adds support for yaml configs. There could be other formats like toml or json. I propose creating a separate go module for examples, so that this module stays clean (e.g. github.com/conduitio/evolviconf/examples).

README.md Outdated
file, log warnings about unknown fields, fall back to a version, etc.

EvolviConf supports
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So cool, didn't know it supports! 😄

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darn it, looks like I lost the readme changes I had.:/

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

@hariso hariso requested a review from lovromazgon January 9, 2025 10:41
@hariso hariso enabled auto-merge (squash) January 13, 2025 12:14
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.

Release v0.1.0
2 participants