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

FEAT: Worker Service project template implementation #66

Merged
merged 4 commits into from
Feb 7, 2024

Conversation

CesarD
Copy link
Collaborator

@CesarD CesarD commented Jan 29, 2024

Description

Include a Worker Service project template for implementing background services.
A new flag has been introduced for enabling generating the Worker Service which will be disabled by default: -w / --workerService. Only if present the Worker Service project will be rendered in the solution.

Related Issue

Closes #21

How Has This Been Tested?

Multiple projects have been generated with different combinations: with MT implementation and w/o WorkerService and viceversa, and with both flags present and also without them both.
Existing tests have been updated to conditionally include extra tests during rendering depending on the flags that have been enabled.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added/updated tests to cover my changes.
  • All new and existing tests passed.

@CesarD CesarD added the enhancement New feature or request label Jan 29, 2024
@CesarD CesarD marked this pull request as draft January 30, 2024 10:26
@CesarD CesarD marked this pull request as ready for review January 30, 2024 13:25
@CesarD CesarD force-pushed the feat/worker_service branch from d6c0805 to 95f91c2 Compare January 30, 2024 16:00
@onebeyond onebeyond deleted a comment from matthewtoghill Jan 30, 2024
@CesarD CesarD requested a review from Ture2 February 5, 2024 23:19
@CesarD CesarD requested a review from matthewtoghill February 6, 2024 18:31
@CesarD CesarD merged commit a54968e into main Feb 7, 2024
@CesarD CesarD deleted the feat/worker_service branch February 7, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE: Project template for WorkerService
2 participants