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 mysql service #33

Merged
merged 5 commits into from
Dec 17, 2024
Merged

initial commit mysql service #33

merged 5 commits into from
Dec 17, 2024

Conversation

noMoreCLI
Copy link
Contributor

@noMoreCLI noMoreCLI commented Dec 17, 2024

Description

Initial commit of mysql service.
addresses issue #26

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:14
@svrnm svrnm linked an issue Dec 17, 2024 that may be closed by this pull request
2 tasks
@noMoreCLI noMoreCLI self-assigned this Dec 17, 2024
src/services/mysql/Dockerfile Outdated Show resolved Hide resolved
@svrnm svrnm merged commit be39c45 into main Dec 17, 2024
0 of 2 checks passed
@svrnm svrnm deleted the mysql-service branch December 17, 2024 13:25
svrnm pushed a commit that referenced this pull request Dec 17, 2024
* initial commit mysql service

* moved mysql service to it's own section in /src

* moved mysql folder to src/databases/mysql

* updated reusable workflow
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.

[Feature]: Add a database
2 participants