dependabot[bot]
52ce80d46c
build(deps): bump the testcontainers-go group across 1 directory with 3 updates ( #578 )
...
* build(deps): bump the testcontainers-go group across 1 directory with 3 updates
Bumps the testcontainers-go group with 3 updates in the / directory: [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go ), [github.com/testcontainers/testcontainers-go/modules/k3s](https://github.com/testcontainers/testcontainers-go ) and [github.com/testcontainers/testcontainers-go/modules/valkey](https://github.com/testcontainers/testcontainers-go ).
Updates `github.com/testcontainers/testcontainers-go` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.35.0...v0.36.0 )
Updates `github.com/testcontainers/testcontainers-go/modules/k3s` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.35.0...v0.36.0 )
Updates `github.com/testcontainers/testcontainers-go/modules/valkey` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
dependency-version: 0.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: testcontainers-go
- dependency-name: github.com/testcontainers/testcontainers-go/modules/k3s
dependency-version: 0.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: testcontainers-go
- dependency-name: github.com/testcontainers/testcontainers-go/modules/valkey
dependency-version: 0.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: testcontainers-go
...
Signed-off-by: dependabot[bot] <support@github.com >
* use dind module for docker based tests
* do not use testcontainers dind module fork
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com >
2025-03-31 23:49:58 -04:00
dependabot[bot]
cc23853966
build(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.1+incompatible ( #539 )
...
* build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 27.5.1+incompatible to 28.0.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v27.5.1...v28.0.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix tests
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexis Couvreur <alexiscouvreur.pro@gmail.com >
2025-03-13 00:08:13 -04:00
Alexis Couvreur
fca9c79289
refactor: reorganize code structure ( #556 )
...
* refactor: rename providers to Provider
* refactor folders
* fix build cmd
* fix build cmd
* fix build cmd
* fix cmd start
2025-03-10 14:11:40 -04:00
Alexis Couvreur
b72c37a85a
refactor: remove discovery package ( #553 )
2025-03-09 01:29:06 -05:00
Alexis Couvreur
92eb721d69
refactor: remove session manager ( #551 )
...
The session manager is now simply Sablier
2025-03-08 15:43:33 -05:00
Alexis Couvreur
b5c68c6f1b
test(discovery): use providertest ( #547 )
2025-03-03 22:35:02 -05:00
Alexis Couvreur
a37f5943cc
test(kubernetes): increase test coverage ( #546 )
2025-03-03 22:05:20 -05:00
Alexis Couvreur
edbf7d9d15
fix(kubernetes): consider workload not ready when scaled to 0 ( #543 )
...
* test(kubernetes): use testcontainers for test
* fix(kubernetes): get state properly reports the workload as down when scaled to 0
* refactor(kubernetes): split provider in multiple files
* refactor(provider): use Instance prefix for actions
* test(testcontainers): use provider.PullImage
* squash
* Revert "test(testcontainers): use provider.PullImage"
This reverts commit 6f958c48a5 .
* test: add random generator thread safety
2025-03-02 23:30:59 -05:00
Alexis Couvreur
5863e65f7b
test(swarm): use testcontainers for tests ( #542 )
...
* test(swarm): add service_inspect.go
* test(swarm): add testcontainers tests
2025-03-02 11:36:12 -05:00
Alexis Couvreur
b1e8fc2f20
test(docker): use testcontainers ( #519 )
...
* refactor: move app/theme to pkg/theme
* refactor
* wip
* use dockerindocker
* add providertest
* wip
* wip
* test(docker): get state now uses dind container to test against a real provider
* test(docker): move to docker_test package
* refactor(docker): create container_inspect.go
* test(docker): add more dind test
* test(docker): event test now use docker in docker
* refactor: remove unused instance type props
* refactor test docker
* fix instance list sort
* stabilize test
* remove testcontainers custom config
2025-03-01 19:34:36 -05:00
Alexis Couvreur
731a21c0b8
test(swarm): fix race condition ( #532 )
2025-02-23 17:27:26 -05:00
Alexis Couvreur
35a8b07c20
refactor(provider): move app/providers to pkg/provider ( #517 )
2025-02-09 21:10:53 -05:00