-
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
Document naming conventions & Naming alignment #368
Conversation
d87764e
to
45dd773
Compare
@@ -1,5 +1,5 @@ | |||
{ | |||
"name": "theiacloud-monitor", | |||
"name": "theia-cloud-monitor", |
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.
Do we need to take care of something here regarding the release to npm?
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.
The npm package is already published under a name following the conventions: https://www.npmjs.com/package/@eclipse-theiacloud/monitor-theia.
This one here is the vsix, which hasn’t been published to open-vsx yet, so we should be fine.
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.
Hi @jfaltermeier, thanks for aligning the naming and the documentation. This saves a lot of wondering what is the correct spelling ✨
The changes already look pretty good to me. I have two remarks inline. One tiny suggestion and one hint regarding consistency in Kubernetes label key naming. Please have a look.
...ava/org/eclipse/theia/cloud/operator/handler/appdef/EagerStartAppDefinitionAddedHandler.java
Show resolved
Hide resolved
Contributed on behalf of STMicroelectronics
45dd773
to
11f374c
Compare
Co-authored-by: Simon Graband <[email protected]>
Co-authored-by: Lucas Koehler <[email protected]>
Contributed on behalf of STMicroelectronics
We have to use I addressed this + the comments above now |
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.
Thanks for the updates. LGTM now ✨
Please check the
Naming.md
first https://github.com/eclipse-theia/theia-cloud/pull/368/files#diff-458dcaeb7b373b080fb85240d56af356cc0cbc6d054f90fb92ef87dcf4748cb5Let me know what you think about the changes.
Contributed on behalf of STMicroelectronics
Helm Chart Changes
eclipse-theia/theia-cloud-helm#78