RW
e258a624f2
chore: expand dependabot groups
2025-07-08 12:43:08 +02:00
RW
8423467171
Merge pull request #1569 from gofiber/add-withcontext
2025-07-07 11:44:47 +02:00
RW
f66e76086c
Update dependabot.yml
2025-07-07 10:29:40 +02:00
RW
8009886dda
Update dependabot.yml
2025-07-07 10:28:05 +02:00
RW
431da1bf5b
Update dependabot.yml
2025-07-07 09:14:18 +02:00
René
4c92ab4ee3
update nodejs version from 18 to 20
...
ERROR: Wrangler requires at least Node.js v20.0.0. You are using v18.20.8. Please update your version of Node.js.
2025-07-04 13:23:48 +02:00
Muhammed Efe Cetin
c32a7ae1a8
fix mssql benchmarks
2025-07-04 02:05:13 +03:00
Muhammed Efe Cetin
d95247b156
update go version matrix for some storage workflows
2025-06-25 14:46:06 +03:00
RW
bda063edd9
Update dependabot.yml
Benchmark / changes (push) Has been cancelled
Benchmark / compare (push) Has been cancelled
Golangci-Lint Check / changes (push) Has been cancelled
Golangci-Lint Check / lint (push) Has been cancelled
Release Drafter (All) / changes (push) Has been cancelled
Release Drafter (All) / release-drafter (push) Has been cancelled
Tests Coherence / Tests (1.23.x) (push) Has been cancelled
Tests Coherence / Tests (1.24.x) (push) Has been cancelled
2025-06-23 11:07:04 +02:00
Manuel de la Peña
46267c6361
Merge branch 'main' into fix-ruedis-benchmarks
...
* main:
chore: make sure the client gets the variable locally
fix(coherence): set coherence log level to ERROR in benchmarks
Update coherence storage to v2.2.0
chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
chore(deps): bump github.com/microsoft/go-mssqldb in /mssql
2025-05-15 19:16:56 +02:00
Manuel de la Peña
a77e60ff9f
chore: add tests for the helper module
2025-05-15 19:16:08 +02:00
Manuel de la Peña
b366427f96
fix(coherence): set coherence log level to ERROR in benchmarks
2025-05-13 11:52:35 +02:00
dependabot[bot]
f5f112f987
chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-12 07:42:09 +00:00
Manuel de la Peña
abdb9c790a
Merge branch 'main' into fix-ruedis-benchmarks
2025-05-08 12:22:30 +02:00
Juan Calderon-Perez
9dc93a5d83
Merge branch 'main' into more-tc-modules
2025-05-06 22:51:09 -04:00
Manuel de la Peña
bf7fc60523
chore: remove coherence from GH actions
2025-05-01 02:27:22 +02:00
Manuel de la Peña
79d6043639
feat(memcached): use testcontainers-go in tests
2025-05-01 01:55:47 +02:00
Manuel de la Peña
b7893d7d4a
fix: do not run benchmarks for the helpers
2025-04-30 13:44:50 +02:00
Manuel de la Peña
ba60ab9a1f
fix: indentation
2025-04-30 13:41:37 +02:00
Manuel de la Peña
dd7391a11a
chore(ci): exclude testhelpers root dir from the filters
2025-04-30 13:38:12 +02:00
Manuel de la Peña
7866e27c75
chore: remove shell script for cert generation
2025-04-30 13:22:50 +02:00
Manuel de la Peña
892e6fec63
chore: consume the testredis module in valkey
2025-04-30 13:21:51 +02:00
Manuel de la Peña
5b7af066bb
chore: consume the testredis module in rueidis
2025-04-30 13:21:51 +02:00
Manuel de la Peña
1f42b00573
fix(benchmarks): re-add redis install for ruedis and valkey
2025-04-30 10:49:35 +02:00
Ali Yasir Naç
42cf99276e
Merge branch 'main' into main
2025-04-29 20:30:31 +03:00
RW
adbe268884
Merge pull request #1722 from mdelapenya/arangodb-tc-go
...
feat(arangodb): use testcontainers-go in tests
2025-04-29 18:38:14 +02:00
Juan Calderon-Perez
608442c3f6
Merge branch 'main' into main
2025-04-29 07:55:15 -04:00
Juan Calderon-Perez
57a3c9787c
Merge branch 'main' into tc-go-redis
2025-04-29 07:48:17 -04:00
Manuel de la Peña
69b50a5f23
chore: order alphabetically
2025-04-29 12:12:52 +02:00
Manuel de la Peña
7006c9efc5
feat: use testcontainers-go for arangodb tests
2025-04-29 11:57:03 +02:00
René
10d41e621c
group testcontainers in dependabot.yml
2025-04-29 09:59:42 +02:00
Ali Yasir Naç
dcec2f2d4b
Merge branch 'main' into main
2025-04-29 09:53:38 +03:00
Manuel de la Peña
1420ef2be3
Merge branch 'main' into tc-go-redis
...
* main: (48 commits)
chore(deps): bump github.com/microsoft/go-mssqldb in /mssql
chore(deps): bump github.com/testcontainers/testcontainers-go
Add missing Go versions
Remove new benchmarks, they are not needed.
Update redis/README.md
Add missing condition
Add missing condition for Valkey during Benchmarks
Update dependencies, add script for updating in the future
Add unit tests for Redis connection
Add example for using existing Redis connection
Added TLS/SSL options in Readme
Added TLS/SSL options
chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
chore(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb
chore(deps): bump github.com/mdelapenya/tlscert in /nats
chore(deps): bump github.com/minio/minio-go/v7 in /minio
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in /s3
chore(deps): bump github.com/stretchr/testify in /mssql
chore: apply suggestions from code review
...
2025-04-28 08:03:55 +02:00
RW
a8327f007e
Merge pull request #1680 from sky93/main
...
Add NewFromConnection method for Redis
2025-04-26 19:17:46 +02:00
Juan Calderon-Perez
d43750be06
Add missing Go versions
2025-04-26 12:22:03 -04:00
Juan Calderon-Perez
40167cc6c8
Add missing condition
2025-04-26 10:11:20 -04:00
Juan Calderon-Perez
616d9d8f8f
Add missing condition for Valkey during Benchmarks
2025-04-26 10:10:33 -04:00
Juan Calderon-Perez
39f965ffbb
Update dependencies, add script for updating in the future
2025-04-26 09:54:27 -04:00
Juan Calderon-Perez
28c3e18de8
Merge branch 'main' into main
2025-04-25 18:36:53 -04:00
Ali Yasir Naç
d153ddd17b
feat(surrealdb): add operational mode configuration and update tests
2025-04-23 16:54:13 +03:00
Juan Calderon-Perez
bc8ed05b29
Update benchmark.yml
2025-04-17 07:25:30 -04:00
Manuel de la Peña
dc1bf75fe7
chore: simplify redis version in matrix
2025-04-16 20:39:26 +02:00
Manuel de la Peña
6a89dcaa6f
chore: run CI on Go 1.23 and 1.24
2025-04-16 20:36:07 +02:00
Manuel de la Peña
faa652f38c
chore: use redis with TLS
2025-04-16 20:30:26 +02:00
Manuel de la Peña
05516094e9
feat(redis): use testcontainers-go for testing redis
2025-04-16 15:06:19 +02:00
Juan Calderon-Perez
59315e052b
Merge branch 'main' into main
2025-04-16 07:57:48 -04:00
Mitul Shah
aad60beab6
Merge branch 'main' into implement-cassandra
2025-04-16 10:40:32 +05:30
Tim Middleton
d1b13cac69
Bump coherence driver to v2.1.0
2025-04-16 10:12:37 +08:00
Manuel de la Peña
fc37a1c2f1
Merge branch 'main' into tc-scylladb
2025-04-15 09:04:26 +02:00
MitulShah1
4805f9f14b
Added Testcases and updated code
2025-04-15 11:56:43 +05:30