dependabot[bot]
8c7253050e
build(deps): bump github.com/stretchr/testify in /ristretto
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-04 07:49:25 +00:00
Muhammed Efe Cetin
db1dd2bf6a
update delete benchmarks
2023-09-15 18:23:02 +03:00
Muhammed Efe Cetin
36dd674d93
add TestMain for a few storages and update benchmark workflow
2023-09-15 16:54:25 +03:00
Muhammed Efe Cetin
68d59280d8
add benchmarks for all storages
2023-09-15 00:02:13 +03:00
Juan Calderon-Perez
41ad317a6d
Update dependencies across the board, fix all go.sum/go.mod files
2023-08-23 00:30:10 -04:00
Juan Calderon-Perez
9d99e7dd5b
Update all README files with new major versions
2023-08-23 00:05:48 -04:00
Juan Calderon-Perez
9570205b8a
Cleanup the go.mod files
2023-08-21 08:36:48 -04:00
Juan Calderon-Perez
c0cc07ca93
Update README files, use require.NoError
2023-08-20 09:22:43 -04:00
Juan Calderon-Perez
9291b82212
Update all test files with go1.21, update all go.mod files to go1.19
2023-08-19 22:56:22 -04:00
Juan Calderon-Perez
02d809987a
Use testify.Require for all Storage Drivers
2023-08-19 22:36:33 -04:00
M. Efe Çetin
c030fac063
📝 docs: automated synchronization with gofiber/docs ( #880 )
...
* add sync_docs script
* update docs
* update docs
* Update README.md
- sort lines and fix closing image tag
* update docs
---------
Co-authored-by: RW <rene@gofiber.io >
2023-07-07 17:45:22 +03:00
dependabot[bot]
d1c3493765
Bump github.com/gofiber/utils from 1.0.1 to 1.1.0 in /ristretto
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v1.0.1...v1.1.0 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-19 08:02:24 +00:00
Juan Calderon
b1f8fb4b57
Use channels to sync ristretto tests
2023-01-30 09:03:00 -05:00
gaby
bc8bb06e3c
Remove 1.16 from bbolt and ristretto
2022-11-20 05:21:44 -08:00
gaby
a3b1139001
Breakdown local storage tests into separate files. Fix go.sum files
2022-11-20 04:59:16 -08:00
gaby
5a40e781c1
Deprecate support for go 1.14 and go 1.15
2022-11-20 04:20:05 -08:00
dependabot[bot]
4da7a8a588
Bump github.com/gofiber/utils from 0.1.2 to 1.0.1 in /ristretto
...
Bumps [github.com/gofiber/utils](https://github.com/gofiber/utils ) from 0.1.2 to 1.0.1.
- [Release notes](https://github.com/gofiber/utils/releases )
- [Commits](https://github.com/gofiber/utils/compare/v0.1.2...v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/gofiber/utils
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-31 07:30:37 +00:00
Juan Calderon-Perez
3a8b8d4f71
Add Conn() support to all storage drivers. ( #451 )
...
* Add DB() support for Redis driver
* Added support for DB() to all drivers
* Fixed typo in README and Lint issue
* Fix lint issue with ristretto db
* Fix lint issue with bbolt db
* Rename DB() to Conn()
* Replace all instances of _DB with _Conn
* Update all the README files
* Return ArangoDB Client instead of DB
2022-08-15 07:58:13 +02:00
wernerr
f9eaa6ae4d
stabilize ristretto tests
...
bug already communicated
2022-02-10 15:23:44 +01:00
Jason McNeil
864b9a01e0
fix(github/workflows/security): install gosec fails with package embed is not in GOROOT ( #272 )
...
* Update security.yml
* Update security.yml
* fix missing package
* dep security
* deps
* mongo deps
* fix deps
* mod tidy
* Update security.yml
use latest version of go
* fix(github/workflows/security): missing exclude
Co-authored-by: RW <rene@gofiber.io >
2022-01-10 09:05:30 +01:00
Richard Burk Orofeo
53f888504d
Ristretto Implementation ( #83 )
2021-04-13 23:12:57 -04:00