1
0
mirror of https://github.com/alexedwards/scs.git synced 2025-07-15 01:04:36 +02:00
Commit Graph

242 Commits

Author SHA1 Message Date
dba928e4fe Add support for AllCtx() in Iterate() 2021-11-26 13:00:03 +01:00
3166777ffc Merge pull request #127 from gandaldf/master
Fixing documentation here and there
2021-11-26 09:43:49 +01:00
5015bda118 Standardise documentation for stores 2021-11-25 19:13:30 +01:00
7f6de25016 Update README for new stores 2021-11-25 16:06:19 +01:00
fcfe8a4cef Merge pull request #84 from lafriks/feat/gorm_storage
Implement session store based on GORM
2021-11-24 19:56:20 +01:00
07f42033d9 Merge pull request #123 from gandaldf/master
Add MSSQL store
2021-11-24 19:53:54 +01:00
a99277330e Rephrase comment for consistency 2021-11-24 19:51:41 +01:00
ec29e03bc7 Update module path to github.com/alexedwards/scs/firestore 2021-11-24 19:22:04 +01:00
eb3ee46f2d Merge pull request #124 from jum/firestore
Add support for Google cloud Firestore.
2021-11-24 18:47:19 +01:00
8da043b85f Merge pull request #125 from joesonw/master
Better documentation and interface for DeleteCtx, FindCtx and CommitCtx
2021-11-24 18:43:53 +01:00
ee2886fc99 Add methods to be recignized a Store. 2021-11-24 00:51:15 +01:00
2d8d605a84 better documentation and interface for DeleteCtx, FindCtx and CommitCtx 2021-11-23 22:43:29 +08:00
8047fe24be Add support for Google cloud Firestore. 2021-11-23 15:27:46 +01:00
4b9db7318e Add support to MSSQL store 2021-11-23 10:42:00 +01:00
697b6a27ec Merge pull request #122 from gandaldf/master
Add README Instructions link and IterableStore documentation
2021-11-23 08:22:15 +01:00
116f5d40e8 Add README IterableStore documentation 2021-11-22 18:23:43 +01:00
72a1809737 Add README Instructions link 2021-11-22 12:01:53 +01:00
0a88ba0710 Merge pull request #120 from joesonw/master
allow pass context.Context to Store methods without breaking changes
2021-11-22 10:21:25 +01:00
8ed4f471bf Merge pull request #121 from gandaldf/master
Added All () support to remaining data stores
2021-11-22 10:11:10 +01:00
243ad82daf Update README with Iterate() documentation 2021-11-22 00:33:17 +01:00
49e7f82fa9 Add All() to mockstore and fix typos 2021-11-22 00:26:54 +01:00
2068e2a219 Add All() to badgerstore 2021-11-21 16:47:24 +01:00
cccea9ad74 Add All() to boltstore 2021-11-21 15:41:56 +01:00
aff014875b Add All() to mongodbstore 2021-11-21 14:30:14 +01:00
4fbbc167f2 Merge pull request #119 from gandaldf/master
BuntDB support resumed and fixed typos
2021-11-02 10:31:44 +01:00
1117d7cad0 Add All() to buntdbstore and fix tests 2021-11-01 22:42:18 +01:00
f5171f3d9b Add All() to redisstore 2021-11-01 21:51:12 +01:00
3e1bd8aa6c Add All() to mysqlstore 2021-11-01 19:23:50 +01:00
a26d937245 Add All() to sqlite3store and fix README 2021-11-01 18:38:55 +01:00
ce25fff4ac Add All() to pgxstore 2021-11-01 18:08:34 +01:00
e529b5c877 Add Token() method 2021-10-27 17:49:28 +02:00
a138e2cc42 add Context version to Store methods 2021-10-23 15:23:43 +08:00
9c66e791fc BuntDB support resumed and fixed typos 2021-10-10 14:49:20 +02:00
9ffa4cfa93 Remove broken Travis badge 2021-09-04 22:11:03 +02:00
33c9cb9c41 Fix broken godoc image 2021-09-04 22:05:47 +02:00
93b5098fab Make all godoc links point to pkg.go.dev 2021-09-04 21:57:09 +02:00
33a92ced6c Add Deadline() method 2021-08-22 18:40:20 +02:00
3fcefeddb7 Make postgresstore support the IterableStore interface 2021-08-22 18:08:52 +02:00
eb62bb0aaf Add Iterate() method 2021-08-22 18:08:19 +02:00
82aa416410 Update compatiblility notes to mention Fiber 2021-08-19 09:15:25 +02:00
6da9476482 Export WriteSessionCookie() method 2021-08-17 22:08:08 +02:00
91e3021b78 Set the Vary: Cookie header on all responses 2021-08-04 14:56:48 +02:00
f336450b94 Add GetInt64 and GetInt32 methods 2021-08-03 11:17:04 +02:00
7da169695f Merge pull request #113 from alexedwards/dependabot/go_modules/mongodbstore/go.mongodb.org/mongo-driver-1.5.1
Bump go.mongodb.org/mongo-driver from 1.5.0 to 1.5.1 in /mongodbstore
2021-07-24 10:40:17 +02:00
f2d2fcfeca Bump go.mongodb.org/mongo-driver from 1.5.0 to 1.5.1 in /mongodbstore
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)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 16:48:21 +00:00
85ec2fab6b Add echo-scs-session link to README 2021-06-06 11:01:58 +02:00
f445396108 Add missing imports to example 2021-04-07 09:38:23 +02:00
6fbf3a0d9d Add mongodbstore to main README 2021-04-07 09:32:16 +02:00
568f5fc882 Merge pull request #107 from cgossain/mongodbstore
Implement session store based on MongoDB
2021-04-07 09:26:53 +02:00
070afe7455 Merge pull request #109 from jackedelic/patch-1
Fix one comment typo
2021-04-06 07:56:09 +02:00