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

Created a ./lib folder for reusable modules. #1008

Merged
merged 5 commits into from
Jun 19, 2024
Merged

Created a ./lib folder for reusable modules. #1008

merged 5 commits into from
Jun 19, 2024

Conversation

v0lkan
Copy link
Contributor

@v0lkan v0lkan commented Jun 19, 2024

Description

This PR creates a ./lib folder for the code that is independent of the project
and may be either converted to a standalone repository, or can be imported and
used by other projects without directly relying on the VSecM components.

Modules ported to ./lib:

  • ./lib/template: Generates pattern-based random strings.
  • ./lib/backoff: A generic backoff/retry library.
  • ./lib/system: Contains a method that exits the app gracefully when it
    receives a SIGINT or SIGKILL.

Test Policy Compliance

  • I have added or updated unit tests for my changes.
  • I have included integration tests where applicable.
  • All new and existing tests pass successfully.

Code Quality

  • I have followed the coding standards for this project.
  • I have performed a self-review of my code.
  • My code is well-commented, particularly in areas that may be difficult
    to understand.

Documentation

  • I have made corresponding changes to the documentation (if applicable).
  • I have updated any relevant READMEs or wiki pages.

Checklist

Before you submit this PR, please make sure:

  • You have read the contributing guidelines and
    especially the test policy.
  • You have thoroughly tested your changes.
  • You have followed all the contributing guidelines for this project.
  • You understand and agree that your contributions will be publicly available
    under the project's license.

By submitting this pull request, you confirm that my contribution is made under
the terms of the project's license and that you have the authority to grant
these rights.


Thank you for your contribution to VMware Secrets Manager
🐢⚡️!

v0lkan added 5 commits June 19, 2024 15:12
Signed-off-by: Volkan Ozcelik <[email protected]>
Signed-off-by: Volkan Ozcelik <[email protected]>
Signed-off-by: Volkan Ozcelik <[email protected]>
Signed-off-by: Volkan Ozcelik <[email protected]>
Signed-of-by: Volkan Ozcelik <[email protected]>
@v0lkan v0lkan self-assigned this Jun 19, 2024
@v0lkan v0lkan requested a review from BulldromeQ as a code owner June 19, 2024 14:29
@vmwclabot
Copy link

@v0lkan, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <[email protected]> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

@v0lkan v0lkan merged commit 193b263 into main Jun 19, 2024
@v0lkan v0lkan deleted the ovolkan/lib branch June 19, 2024 14:30
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