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

[Feature] Generate workspace with CI/CD capacity #689

Open
kpanot opened this issue Aug 28, 2023 · 1 comment
Open

[Feature] Generate workspace with CI/CD capacity #689

kpanot opened this issue Aug 28, 2023 · 1 comment
Labels
enhancement New feature or request priority:high

Comments

@kpanot
Copy link
Contributor

kpanot commented Aug 28, 2023

Context

The generator of Otter project provide a way to have an empty workspace in which the different Application/Library/SDK can be added.
Currently the Workspace is generated without Pipeline configuration.

Proposal

The workspace should be generated with basic CI/CD.
This CICD generation schematics can be part of the workspace generator package/schematics or in an additional module.

This pipeline should contain the following items:

  • Cascading pipeline
  • Documentation regarding the branching strategy
  • UT and Linter check pipeline
  • Code Audit (including codeQL for Github)
  • Label auto apply (with label configuration file)
  • Package publication process

The following action should be added to the existing CI/CD by there dedicated package

  • IT environment setup (Verdaccio) and process run

The schematics should support several environments (Github, Azure DevOps, Bitbucket, etc...) but in only the implementation of Github Action is required for this task.

@kpanot kpanot added the enhancement New feature or request label Aug 28, 2023
@kpanot kpanot added this to the On boarding improvement milestone Aug 28, 2023
@kpanot kpanot mentioned this issue Apr 24, 2024
8 tasks
@vscaiceanu-1a vscaiceanu-1a changed the title Generate workspace with CI/CD capacity [Feature] Generate workspace with CI/CD capacity Apr 25, 2024
@sdo-1A
Copy link
Contributor

sdo-1A commented May 29, 2024

Maybe add a parameter for the runner
Update the .npmrc (with environment variables for the publish that should be created by the user)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:high
Projects
None yet
Development

No branches or pull requests

2 participants