-
Notifications
You must be signed in to change notification settings - Fork 2
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
initial commit cleand up nodejs service #36
Conversation
src/services/examples/backend.json
Outdated
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.
those files should be untouched, can you merge the latest main into this branch and then see what happens? Because those files now live in examples/docker-compose
src/services/nodejs/node.log
Outdated
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.
remove that from the PR and add node.log to .gitignore
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.
lgtm
* Remove .version and use git tags instead Signed-off-by: Severin Neumann <[email protected]> * remove references to .version file Signed-off-by: Severin Neumann <[email protected]> * Update tag-from-version.yml (#44) * initial commit mysql service (#33) * initial commit mysql service * moved mysql service to it's own section in /src * moved mysql folder to src/databases/mysql * updated reusable workflow * initial commit cleand up nodejs service (#36) --------- Signed-off-by: Severin Neumann <[email protected]> Co-authored-by: Alexander Stoklasa <[email protected]>
* Remove .version and use git tags instead Signed-off-by: Severin Neumann <[email protected]> * remove references to .version file Signed-off-by: Severin Neumann <[email protected]> * Update tag-from-version.yml (#44) * initial commit mysql service (#33) * initial commit mysql service * moved mysql service to it's own section in /src * moved mysql folder to src/databases/mysql * updated reusable workflow * initial commit cleand up nodejs service (#36) --------- Signed-off-by: Severin Neumann <[email protected]> Co-authored-by: Alexander Stoklasa <[email protected]>
Description
Initial commit NodeJS service
implements #25
Type of Change
Checklist