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

initial commit cleand up nodejs service #36

Merged
merged 2 commits into from
Dec 17, 2024
Merged

initial commit cleand up nodejs service #36

merged 2 commits into from
Dec 17, 2024

Conversation

noMoreCLI
Copy link
Contributor

Description

Initial commit NodeJS service
implements #25

Type of Change

  • Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@noMoreCLI noMoreCLI requested a review from a team as a code owner December 17, 2024 10:33
Copy link
Member

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

Copy link
Member

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

src/services/nodejs/run.sh Show resolved Hide resolved
Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

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

lgtm

@svrnm svrnm merged commit e0d162c into main Dec 17, 2024
0 of 2 checks passed
@svrnm svrnm deleted the nodejs-service branch December 17, 2024 13:40
svrnm pushed a commit that referenced this pull request Dec 17, 2024
svrnm added a commit that referenced this pull request Dec 17, 2024
* 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]>
noMoreCLI added a commit that referenced this pull request Dec 20, 2024
* 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]>
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.

2 participants