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

[Enhancement]: Some ideas for testcontainers-go #1536

Open
6 of 11 tasks
mmorel-35 opened this issue Aug 25, 2023 · 3 comments
Open
6 of 11 tasks

[Enhancement]: Some ideas for testcontainers-go #1536

mmorel-35 opened this issue Aug 25, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@mmorel-35
Copy link
Contributor

mmorel-35 commented Aug 25, 2023

Proposal

There are several ideas I can see concerning testcontainers-go, some concerning modulegen, some concerning the CI/CD.

Modulegen

CI/CD

  • Provide code coverage to sonarcloud (starting with main module) chore(ci): enable code coverage on Sonarcloud #1518
  • Generate sonar-project.properties per module/example ?
  • Change dependabot updates schedule interval to "weekly" to address updates more frequently so it doesn't become an epic task every month ?
  • Move Image of the example/module to a Dockerfile to be able to receive updates from dependabot ?
  • trigger a go mod tidy on every module depending on the main one when it is modified

I'm much more focused on modulegen for the moment

@mmorel-35 mmorel-35 added the enhancement New feature or request label Aug 25, 2023
@mdelapenya
Copy link
Collaborator

Change dependabot updates schedule interval to "weekly" to address updates more frequently so it doesn't become an epic task every month ?

We already had that schedule, and there were lots of updates, exhausting the free tier of our GH actions workers across the entire testcontainers organisation.

@mmorel-35
Copy link
Contributor Author

mmorel-35 commented Aug 25, 2023

I guess that at that time there was no groups for the updates. Would it helps smooth the process?
Another option would be to replace dependabot with renovate.

@mdelapenya
Copy link
Collaborator

Move Image of the example/module to a Dockerfile to be able to receive updates from dependabot ?

Regarding this, I'd say no, as we want to keep modules stable, at least until we have a real support matrix (which we do not have). Also moving to a Dockerfile-based module will force users to build the image again and again.

Just in case, I'm exploring updatecli for certain updates

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

No branches or pull requests

2 participants