dependabot[bot]
6627d9d1ee
Bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /mongodb
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.2...v1.10.3 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-05 07:26:20 +00:00
dependabot[bot]
7bcf46ac24
Bump go.mongodb.org/mongo-driver from 1.10.1 to 1.10.2 in /mongodb
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.10.1...v1.10.2 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-07 07:07:58 +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
dependabot[bot]
b6574fdbfa
Bump go.mongodb.org/mongo-driver from 1.9.1 to 1.10.1 in /mongodb ( #419 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.9.1 to 1.10.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.9.1...v1.10.1 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 10:14:17 +02:00
dependabot[bot]
663d7da0e7
Bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1 in /mongodb ( #370 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04 07:34:47 +02:00
dependabot[bot]
3432c9df7b
Bump go.mongodb.org/mongo-driver from 1.8.4 to 1.9.0 in /mongodb ( #359 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.8.4...v1.9.0 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 12:10:16 +02:00
dependabot[bot]
5cbf98de49
Bump go.mongodb.org/mongo-driver from 1.8.3 to 1.8.4 in /mongodb ( #334 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-08 08:29:28 +01:00
dependabot[bot]
df9fdcbaf9
Bump go.mongodb.org/mongo-driver from 1.8.2 to 1.8.3 in /mongodb ( #317 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.8.2 to 1.8.3.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.8.2...v1.8.3 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-03 16:10:03 +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
dependabot[bot]
f0233feaea
Bump go.mongodb.org/mongo-driver from 1.5.2 to 1.5.3 in /mongodb ( #129 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.5.2...v1.5.3 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 08:45:02 -04:00
dependabot[bot]
d62b0bb95f
Bump go.mongodb.org/mongo-driver from 1.5.1 to 1.5.2 in /mongodb ( #107 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.5.1...v1.5.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 15:02:12 +02:00
dependabot[bot]
8b66d2ff33
Bump go.mongodb.org/mongo-driver from 1.5.0 to 1.5.1 in /mongodb ( #72 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.5.0...v1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-06 10:06:57 +02:00
dependabot[bot]
383e132ba7
Bump go.mongodb.org/mongo-driver from 1.4.3 to 1.5.0 in /mongodb ( #60 )
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.4.3...v1.5.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-20 16:07:50 +01:00
Kalissaac
ea23fabafa
Rename Connection to ConnectionURL
2020-12-01 16:12:51 -08:00
Kalissaac
e5d9b064ca
Remove Atlas config option
2020-12-01 15:01:06 -08:00
Kalissaac
1d00ff6dd8
Add ability to supply Mongo connection uri
2020-12-01 14:18:33 -08:00
Kalissaac
0c0949c777
Simplify if statements
2020-11-23 18:38:48 -08:00
Kalissaac
4611bdac86
Update README with new config options
2020-11-23 18:36:25 -08:00
Kalissaac
f3768e816f
Ignore port when using Atlas
2020-11-23 17:38:43 -08:00
Kalissaac
d304cb36a9
Add support for MongoDB Atlas
2020-11-23 17:29:38 -08:00
Fenny
9a9ea7d242
📦 update modules
2020-11-23 09:33:29 +01:00
Fenny
ab94351a60
✏ return nil for notfound
2020-11-23 09:30:50 +01:00
Fenny
fd56bd28da
🎭 stay backwards compatible
2020-11-18 09:00:59 +01:00
Fenny
ddef41c2ee
✏ update comments
2020-11-17 13:56:09 +01:00
Fenny
c57c524007
📦 add dynamodb
2020-11-12 20:14:21 +01:00
Fenny
c0fabf16eb
📦 go 1.14 +
2020-11-12 03:34:26 +01:00
Fenny
cdf009407b
🩹 update tests
2020-11-06 16:05:53 +01:00
Fenny
e85859e8c4
🎨 update signatures
2020-11-06 01:49:30 +01:00
Fenny
c1b4f87bbb
Merge branch 'main' of https://github.com/Fenny/storage into main
2020-11-06 01:47:37 +01:00
Fenny
63e8f5bd5c
🩹 fix reset
2020-11-06 01:47:17 +01:00
Fenny
ae83364fc9
Merge remote-tracking branch 'upstream/main' into main
2020-11-06 01:47:07 +01:00
Joey
9ff3842434
Merge branch 'main' into main
2020-11-06 01:43:12 +01:00
Fenny
f9a30234b9
🧹 introduce reset and close
2020-11-06 01:41:46 +01:00
Wei Lun
f242d1f466
improve mongo storage
2020-11-05 21:52:34 +08:00
Fenny
3799ccc4f5
🎨 update installation
2020-11-05 09:56:28 +01:00
Fenny
fdf31cf4c0
✏ update signatures
2020-11-05 09:47:33 +01:00
Fenny
f965c69512
🧪 update tests
2020-11-05 09:37:33 +01:00
Fenny
8e13432b70
update go mods
2020-11-05 09:16:20 +01:00
Fenny
6710398f03
update readme
2020-11-05 06:18:29 +01:00
Fenny
86b9cfe4c1
remove close method
2020-11-05 06:08:05 +01:00
Fenny
2458ab7395
help
2020-11-05 05:58:52 +01:00
Fenny
79f1f1609e
update tests
2020-11-05 05:57:14 +01:00
Fenny
8440b5e3c0
🎑 update tests
2020-11-05 05:36:27 +01:00
Fenny
504e8c31f8
🥽 update test
2020-11-05 05:34:56 +01:00
Fenny
6fa1b0ebdb
Update mongodb.go
2020-11-05 05:31:57 +01:00
Fenny
f047848660
🎁 fix tests
2020-11-05 05:26:05 +01:00
Fenny
b4a848ca29
🎄 xmas present
2020-11-05 04:17:05 +01:00
Fenny
a6058cffb3
✏ refactor storage
2020-11-04 20:49:53 +01:00
Fenny
3e4f83c844
Update mongodb.go
2020-11-03 15:21:35 +01:00
Wei Lun
d393ee607a
♻️ to sync pool
2020-11-03 21:10:15 +08:00