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 Generator for UUIDs #3296

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

Conversation

aschaber1
Copy link
Contributor

@aschaber1 aschaber1 commented Mar 23, 2024

Problem Statement

I'd like to generate uuids for use as input values in flux' HelmReleases.

Related Issue

n/a

Proposed Changes

I added a new generator that uses google's uuid library (https://pkg.go.dev/github.com/google/uuid).
I'm not a developer, please help me implement this feature and get it across the line.

Checklist

  • I have read the contribution guidelines
  • All commits are signed with git commit --signoff
  • My changes have reasonable test coverage
  • All tests pass with make test
  • I ensured my PR is ready for review with make reviewable

Signed-off-by: Alexander Schaber <[email protected]>
@aschaber1 aschaber1 requested a review from a team as a code owner March 23, 2024 00:31
@aschaber1 aschaber1 requested a review from moolen March 23, 2024 00:31
Copy link

sonarcloud bot commented Mar 23, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gusfcarvalho
Copy link
Member

Hi! Can you please run make lint and correct all the linting errors of your PR please? Thanks! 😄

@gusfcarvalho gusfcarvalho self-assigned this Apr 17, 2024
@aschaber1
Copy link
Contributor Author

aschaber1 commented May 21, 2024

Hi! Can you please run make lint and correct all the linting errors of your PR please? Thanks! 😄

@gusfcarvalho Thank you for your feedback :) I linted as much as I can, but I'm uncertain about the remaining messages as I'm not sure, wether I'm "allowed" to change the signature (as in parameters) of the functions. Could you please advise.

Copy link

sonarcloud bot commented May 21, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Skarlso
Copy link
Contributor

Skarlso commented Jun 8, 2024

Hi! Can you please run make lint and correct all the linting errors of your PR please? Thanks! 😄

@gusfcarvalho Thank you for your feedback :) I linted as much as I can, but I'm uncertain about the remaining messages as I'm not sure, wether I'm "allowed" to change the signature (as in parameters) of the functions. Could you please advise.

Sure. Go for it. You can change whatever you want as long as it makes sense and is readable.

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.

None yet

3 participants