-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore: [Policy Assistant] rename Cyclonus to policy-assistant #262
chore: [Policy Assistant] rename Cyclonus to policy-assistant #262
Conversation
Signed-off-by: Hunter Gregory <[email protected]>
✅ Deploy Preview for kubernetes-sigs-network-policy-api ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
6f35941
to
57b8247
Compare
Signed-off-by: Hunter Gregory <[email protected]>
Signed-off-by: Hunter Gregory <[email protected]>
Signed-off-by: Hunter Gregory <[email protected]>
Signed-off-by: Hunter Gregory <[email protected]>
c8b66d7
to
0a7f048
Compare
- name: Run Go Vet | ||
run: | | ||
cd cmd/policy-assistant/ | ||
go vet ./... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will fail with non-zero exit code if go vet
detects a problem
@aojea or @danwinship could you approve the changes to the Github action? And add a lgtm? Thanks! |
@@ -1,3 +1,14 @@ | |||
# TODO: create an actual image registry + image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #263
fyi @mattfenwick this PR changes the name from Cyclonus to something else like you suggested some time ago
I'm thinking to change |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, huntergregory The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Hunter Gregory <[email protected]>
Renaming binary from I'd be inclined to name the CLI
|
Renaming go module from idea for new name: NOTE: this would drop the cmd/ directory (pola is located at cmd/policy-assistant/)
|
+1 to rename it to policy-assistant from cyclonus @mattfenwick any concerns? (I unfortunately have not reviewed the PR yet just wanted to say I am ok with the name change in response to https://kubernetes.slack.com/archives/C01CWSHQWQJ/p1730829759640629) |
I am also OK to call the CLI pola and tags pola, its just the dumb me couldn't connect pola as the short abbreviation for policy-assistant ; but I am not sure if that is common in API/CLI usually? We usually always go with long abbreviations and add a short-name alias sorta thing for that long name... but maybe this is OK? |
Thanks for the feedback @tssurya . As some context, Gateway API names their CLI for user tooling |
I'm convinced that I feel like |
Signed-off-by: Hunter Gregory <[email protected]>
/lgtm |
Yea policy-assisstant ++ |
New Binary Name
$ cd cmd/policy-assistant $ make policy-assistant $ ./cmd/policy-assistant/policy-assistant analyze --help ...
Used to be:
New Module Name
Used to be:
Docs Update
Add
go vet
andgo fmt
checks to GH actionOutputs for
go fmt