Commit Graph

66 Commits

Author SHA1 Message Date
Juan Calderon-Perez
b2f8339751 Support for automerging dependabot PR's (#476)
* Create dependabot_automerge.yml

* Bump dependabot metadata to 1.3.3
2022-08-23 13:48:52 +02:00
dependabot[bot]
e2ce496727 Bump actions/checkout from 2 to 3 (#421)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:31:46 +02:00
dependabot[bot]
4c11a63573 Bump reviewdog/action-golangci-lint from 1 to 2 (#420)
Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 1 to 2.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v1...v2)

---
updated-dependencies:
- dependency-name: reviewdog/action-golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 15:03:28 +02:00
dependabot[bot]
725abe0123 Bump github/codeql-action from 1 to 2 (#423)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 14:57:12 +02:00
dependabot[bot]
81c40a28df Bump actions/setup-go from 2 to 3 (#424)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 14:51:02 +02:00
wernerr
2465b14c41 try to fix memory problem within the sqlite race condition check in the tests on windows 2022-08-03 14:36:59 +02:00
wernerr
d002c1076e try to fix memory problem within the sqlite race condition check in the tests on windows 2022-08-03 14:33:32 +02:00
wernerr
c3e5299489 try to fix memory problem within the sqlite race condition check in the tests on windows 2022-08-03 14:25:17 +02:00
wernerr
2d113619b3 improve dependabot.yml 2022-08-03 14:11:37 +02:00
wernerr
2fdd8600ad improve dependabot.yml 2022-08-03 13:43:57 +02:00
wernerr
364ffb1dda improve test workflow 2022-08-03 13:17:25 +02:00
wernerr
6d96fb56af add caching layer for the test actions 2022-05-23 11:23:34 +02:00
RW
3d96c04300 redis action setup for 7 is giving errors
https://github.com/shogo82148/actions-setup-redis
2022-05-18 08:28:30 +02:00
wernerr
bd65618ff5 try to fix goSec setup error 2022-05-01 10:26:58 +02:00
M. Efe Çetin
cc5ccf062b 🚀 feature: add bbolt implementation (#321)
* Update CI/CD tests.

* Add Bbolt db.

* Add README.

* Add actions.

* Drop go1.14 & go1.15 for bbolt.

* Add support for go1.16

* Update config.go

Co-authored-by: wernerr <rene.werner@verivox.com>
2022-02-10 15:45:13 +01:00
M. Efe Çetin
315f14ce58 🔥 Make DynamoDB Production-Ready [🎌 breaking change] (#323)
* Update CI/CD tests.

* Update aws-sdk-go to v2, add unit tests, remove warning test, make config better.

* add action

Co-authored-by: wernerr <rene.werner@verivox.com>
2022-02-10 15:44:59 +01:00
Paul Cento
45cc6b9dcd 🚀 Add S3 Implementation (#227)
* implement basic s3 operations

* add request timeout contexts

* remove close channel

* update Config comments

* fix README

* stuff

* set config options in s3.Storage

* add s3 workflow for github actions

* Bump SDK to aws/aws-sdk-go-v2

* update

* Add missing README.

* Add security workflows for s3.

* Add tests for S3

* update

update

update

update

update

update

update

update

update

update

update

update

update

update

* update

* Code reviews.

Co-authored-by: Paul Cento <prscento@uwaterloo.ca>
Co-authored-by: Alex Bakker <abakks@hotmail.com>
Co-authored-by: Muhammed Efe Çetin <efectn@protonmail.com>
2022-02-04 12:41:26 +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
Jason McNeil
842a366c10 enhancement(redis): add TLSConfig (#261)
* TLSConfig

* Update README.md

* add tls tests and certs

* Update test-redis.yml

* Update test-redis.yml

* Update test-redis.yml

* Update test-redis.yml

* Update test-redis.yml

correct tls port

* Update test-redis.yml

path

* Update test-redis.yml
2022-01-09 22:48:57 +01:00
RW
2728ec3c02 fix gosec ristretto (#297)
* fix gosec ristretto

* fix gosec problem
2022-01-09 22:35:08 +01:00
M. Efe Çetin
c2fa94c9f4 Update CI/CD tests. (#226) 2021-10-10 11:45:21 -04:00
wernerr
1619377fd7 Remove snyk workflows 2021-05-25 09:00:17 +02:00
Richard Burk Orofeo
53f888504d Ristretto Implementation (#83) 2021-04-13 23:12:57 -04:00
wernerr
e29def7754 Improve workflows 2021-03-22 08:02:21 +01:00
RW
3db5081ec0 Fix GoSec configuration (#55)
* Fix GoSec configuration
2021-03-20 16:03:46 +01:00
wernerr
0f037bd33f Add Release-Drafter 2021-03-20 15:29:13 +01:00
Fenny
2fc023c798 🧪 enable no auth 2020-11-27 15:21:43 +01:00
Fenny
4e9dcd8d12 ✏ rename test 2020-11-27 15:18:52 +01:00
Fenny
a956dc9144 🩹 fix test 2020-11-27 15:13:23 +01:00
Fenny
0fb6a23e53 🧪 add rangodb workflow 2020-11-27 15:00:13 +01:00
Fenny
f3f4176a3c Update test.yml 2020-11-06 16:28:31 +01:00
Fenny
cdf009407b 🩹 update tests 2020-11-06 16:05:53 +01:00
Fenny
f7e5345bc3 🧪 add memcache test 2020-11-05 09:44:33 +01:00
Fenny
f965c69512 🧪 update tests 2020-11-05 09:37:33 +01:00
Fenny
dd9c9c547f mmm 2020-11-05 09:34:50 +01:00
Fenny
517da90715 ZZ 2020-11-05 08:08:27 +01:00
Fenny
93922683c2 Update test-postgres.yml 2020-11-05 08:06:34 +01:00
Fenny
67a47c821d Update test-postgres.yml 2020-11-05 06:24:26 +01:00
Fenny
e046c6bf20 Update test-postgres.yml 2020-11-05 06:22:01 +01:00
Fenny
6dbcdd281c add postgres test 2020-11-05 06:21:00 +01:00
Fenny
6710398f03 update readme 2020-11-05 06:18:29 +01:00
Fenny
53f5b272a1 zzz 2020-11-05 05:44:12 +01:00
Fenny
b26c0e0c71 Update test-mysql.yml 2020-11-05 05:37:29 +01:00
Fenny
504e8c31f8 🥽 update test 2020-11-05 05:34:56 +01:00
Fenny
7c9206a57e Update test-mysql.yml 2020-11-05 05:28:01 +01:00
Fenny
b459d07c32 Update test-mysql.yml 2020-11-05 05:27:33 +01:00
Fenny
b4a848ca29 🎄 xmas present 2020-11-05 04:17:05 +01:00
Fenny
4903ce7b9a Update test-redis.yml 2020-11-04 02:45:27 +01:00
Fenny
68293727fa test 2020-11-04 02:44:27 +01:00
Fenny
47f25813d8 Update test-redis.yml 2020-11-04 02:38:16 +01:00