Manuel de la Peña
|
61d00d996b
|
chore(mongodb): use require in tests
|
2025-04-15 16:21:14 +02:00 |
|
Manuel de la Peña
|
a5733f7261
|
chore(minio): use require in tests
|
2025-04-15 16:19:32 +02:00 |
|
Manuel de la Peña
|
c38280d308
|
chore(dynamodb): use require in tests
|
2025-04-15 16:17:17 +02:00 |
|
Manuel de la Peña
|
c2122f7e4a
|
chore(couchbase): use require in tests
|
2025-04-15 16:15:05 +02:00 |
|
Manuel de la Peña
|
649c51909b
|
chore(clickhouse): use require in tests
|
2025-04-15 16:13:34 +02:00 |
|
Manuel de la Peña
|
65642eae0d
|
chore(azureblob): use require in tests
|
2025-04-15 16:10:22 +02:00 |
|
Manuel de la Peña
|
8840678883
|
chore(aerospike): use require in tests
|
2025-04-15 16:03:47 +02:00 |
|
RW
|
c5fb7a0de1
|
Merge pull request #1640 from mdelapenya/tc-scylladb
Benchmark / changes (push) Waiting to run
Benchmark / compare (push) Blocked by required conditions
Golangci-Lint Check / changes (push) Waiting to run
Golangci-Lint Check / lint (push) Blocked by required conditions
Release Drafter (All) / changes (push) Waiting to run
Release Drafter (All) / release-drafter (push) Blocked by required conditions
Sync docs / sync-docs (push) Waiting to run
Tests Aerospike / Tests (1.23.x) (push) Waiting to run
Tests Aerospike / Tests (1.24.x) (push) Waiting to run
Tests Minio / Tests (1.23.x) (push) Waiting to run
Tests Minio / Tests (1.24.x) (push) Waiting to run
Tests S3 / Tests (1.23.x) (push) Waiting to run
Tests S3 / Tests (1.24.x) (push) Waiting to run
Tests ScyllaDb / Tests (1.23.x) (push) Waiting to run
Tests ScyllaDb / Tests (1.24.x) (push) Waiting to run
feat(scylladb): use testcontainers-go for testing scylladb
|
2025-04-15 13:45:39 +02:00 |
|
Juan Calderon-Perez
|
aad87d2b7e
|
Merge branch 'main' into tc-scylladb
|
2025-04-15 07:31:57 -04:00 |
|
RW
|
3da4dff355
|
Merge pull request #1671 from gofiber/dependabot/go_modules/aerospike/github.com/aerospike/aerospike-client-go/v8-8.2.1
chore(deps): bump github.com/aerospike/aerospike-client-go/v8 from 8.2.0 to 8.2.1 in /aerospike
|
2025-04-15 09:48:36 +02:00 |
|
dependabot[bot]
|
714f912b30
|
chore(deps): bump github.com/aerospike/aerospike-client-go/v8
Bumps [github.com/aerospike/aerospike-client-go/v8](https://github.com/aerospike/aerospike-client-go) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/aerospike/aerospike-client-go/releases)
- [Changelog](https://github.com/aerospike/aerospike-client-go/blob/v8/CHANGELOG.md)
- [Commits](https://github.com/aerospike/aerospike-client-go/compare/v8.2.0...v8.2.1)
---
updated-dependencies:
- dependency-name: github.com/aerospike/aerospike-client-go/v8
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-15 07:46:44 +00:00 |
|
Manuel de la Peña
|
fc37a1c2f1
|
Merge branch 'main' into tc-scylladb
|
2025-04-15 09:04:26 +02:00 |
|
MitulShah1
|
7f5e9eb94d
|
Mod tidy
|
2025-04-15 12:12:02 +05:30 |
|
MitulShah1
|
6339526f6e
|
fixed lint issue
|
2025-04-15 12:03:18 +05:30 |
|
MitulShah1
|
4805f9f14b
|
Added Testcases and updated code
|
2025-04-15 11:56:43 +05:30 |
|
MitulShah1
|
6ab1dd1c75
|
Merge branch 'main' into implement-cassandra
|
2025-04-15 11:36:50 +05:30 |
|
RW
|
196723e48f
|
Merge pull request #1662 from mdelapenya/go-version-benchmarks
chore(benchmarks): use each module's Go version
|
2025-04-15 08:05:15 +02:00 |
|
RW
|
d844832d3e
|
Merge pull request #1663 from MitulShah1/implement-aerospikedb
feat: Add Aerospike driver
|
2025-04-15 08:04:23 +02:00 |
|
Juan Calderon-Perez
|
2390e2a92d
|
Merge branch 'main' into go-version-benchmarks
|
2025-04-14 21:36:46 -04:00 |
|
Juan Calderon-Perez
|
481cdff03b
|
Merge branch 'main' into tc-scylladb
|
2025-04-14 21:20:17 -04:00 |
|
Mitul Shah
|
b41c6e1c9a
|
Update aerospike_test.go
Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
|
2025-04-14 20:46:12 +05:30 |
|
MitulShah1
|
7bdb6140ce
|
fixed testcases
|
2025-04-14 18:47:51 +05:30 |
|
MitulShah1
|
944575d106
|
fixed typo set to setName
|
2025-04-14 18:38:47 +05:30 |
|
Mitul Shah
|
59a861ea30
|
Update aerospike/aerospike_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-14 18:37:58 +05:30 |
|
MitulShah1
|
a99cf3930a
|
Updated code
|
2025-04-14 18:00:29 +05:30 |
|
MitulShah1
|
69467ed7ab
|
Fixed Nitpicks
|
2025-04-14 17:29:41 +05:30 |
|
MitulShah1
|
3d26d32f1a
|
Added more tests andupdated code
|
2025-04-14 17:12:11 +05:30 |
|
Mitul Shah
|
bd89daaba0
|
Merge branch 'main' into implement-aerospikedb
|
2025-04-14 14:22:29 +05:30 |
|
MitulShah1
|
f1b52c57d7
|
Added ENV
|
2025-04-14 13:32:06 +05:30 |
|
MitulShah1
|
7a56299372
|
fixed nitpicks
|
2025-04-14 13:29:48 +05:30 |
|
Mitul Shah
|
b775dc4c8e
|
Merge branch 'main' into implement-cassandra
|
2025-04-14 13:01:02 +05:30 |
|
MitulShah1
|
db6449b454
|
Updated config
|
2025-04-14 13:00:25 +05:30 |
|
RW
|
d4015ce4e6
|
Merge pull request #1669 from gofiber/dependabot/go_modules/postgres/github.com/jackc/pgx/v5-5.7.4
Benchmark / changes (push) Waiting to run
Benchmark / compare (push) Blocked by required conditions
Golangci-Lint Check / changes (push) Waiting to run
Golangci-Lint Check / lint (push) Blocked by required conditions
Release Drafter (All) / changes (push) Waiting to run
Release Drafter (All) / release-drafter (push) Blocked by required conditions
Tests DynamoDB / Tests (1.23.x) (push) Has been cancelled
Tests DynamoDB / Tests (1.24.x) (push) Has been cancelled
Tests Neo4j / Tests (1.23.x) (push) Has been cancelled
Tests Postgres / Tests (1.23.x) (push) Has been cancelled
Tests Postgres / Tests (1.24.x) (push) Has been cancelled
chore(deps): bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.4 in /postgres
|
2025-04-14 09:26:47 +02:00 |
|
dependabot[bot]
|
92fadd0f07
|
chore(deps): bump github.com/jackc/pgx/v5 in /postgres
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.4.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.6.0...v5.7.4)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.7.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-14 07:25:21 +00:00 |
|
RW
|
617e1029e4
|
Merge pull request #1668 from gofiber/dependabot/go_modules/neo4j/github.com/neo4j/neo4j-go-driver/v5-5.28.0
chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 from 5.27.0 to 5.28.0 in /neo4j
|
2025-04-14 09:24:46 +02:00 |
|
dependabot[bot]
|
bf555fc757
|
chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /neo4j
Bumps [github.com/neo4j/neo4j-go-driver/v5](https://github.com/neo4j/neo4j-go-driver) from 5.27.0 to 5.28.0.
- [Release notes](https://github.com/neo4j/neo4j-go-driver/releases)
- [Commits](https://github.com/neo4j/neo4j-go-driver/compare/v5.27.0...v5.28.0)
---
updated-dependencies:
- dependency-name: github.com/neo4j/neo4j-go-driver/v5
dependency-version: 5.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-14 07:23:47 +00:00 |
|
RW
|
ab54fa3fea
|
Merge pull request #1666 from gofiber/dependabot/go_modules/dynamodb/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue-1.18.12
chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.18.11 to 1.18.12 in /dynamodb
|
2025-04-14 09:23:00 +02:00 |
|
dependabot[bot]
|
64092ed5b7
|
chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) from 1.18.11 to 1.18.12.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.11...config/v1.18.12)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-version: 1.18.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-14 07:21:41 +00:00 |
|
MitulShah1
|
9fe80fb996
|
Updated benchmark for aerospike
|
2025-04-14 12:35:03 +05:30 |
|
MitulShah1
|
cc552d8da1
|
Added Apache Cassandra Storage Driver
|
2025-04-14 12:30:17 +05:30 |
|
MitulShah1
|
1e5842520e
|
Updated Testcontainer with generic one
|
2025-04-14 09:54:24 +05:30 |
|
MitulShah1
|
a6e90596b1
|
Updated Testcontainer with generic one
|
2025-04-14 09:47:20 +05:30 |
|
Juan Calderon-Perez
|
a6df18aab0
|
Merge branch 'main' into implement-aerospikedb
|
2025-04-13 10:03:23 -04:00 |
|
RW
|
ec5fe0ce57
|
Merge pull request #1661 from gofiber/dependabot/go_modules/s3/github.com/aws/aws-sdk-go-v2/config-1.29.14
Benchmark / changes (push) Has been cancelled
Golangci-Lint Check / changes (push) Has been cancelled
Release Drafter (All) / changes (push) Has been cancelled
Tests S3 / Tests (1.23.x) (push) Has been cancelled
Tests S3 / Tests (1.24.x) (push) Has been cancelled
Benchmark / compare (push) Has been cancelled
Golangci-Lint Check / lint (push) Has been cancelled
Release Drafter (All) / release-drafter (push) Has been cancelled
chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.29.13 to 1.29.14 in /s3
|
2025-04-12 16:47:35 +02:00 |
|
dependabot[bot]
|
36ac34e4ee
|
chore(deps): bump github.com/aws/aws-sdk-go-v2/config in /s3
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.29.13 to 1.29.14.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.29.13...config/v1.29.14)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.29.14
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-12 14:47:27 +00:00 |
|
MitulShah1
|
44ee39125c
|
Updated Nitpicks
|
2025-04-11 20:54:56 +05:30 |
|
Mitul Shah
|
db78bf31a9
|
Update aerospike/config.go
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|
2025-04-11 20:49:18 +05:30 |
|
MitulShah1
|
8217bf1674
|
Updated Readme
|
2025-04-11 20:37:22 +05:30 |
|
Manuel de la Peña
|
c3a43fa547
|
fix: use 1.23 for all modules
|
2025-04-11 16:51:13 +02:00 |
|
MitulShah1
|
ea8757954d
|
Removed unnecessary code
|
2025-04-11 20:13:32 +05:30 |
|