Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/casbin/mongodb-adapter

MongoDB adapter for Casbin
https://github.com/casbin/mongodb-adapter

feat: improve performance of AddPolicies (#62)

8560937023ab70e9fcbc38663da4143670badc88 authored 12 months ago by 石川 諒 <[email protected]>
docs: fix broken links (#61)

* fix: fix broken links

* docs: add badge

e87187cf179a65d807effdf5da662603b7eaa528 authored over 1 year ago by YunShu <[email protected]>
feat: upgrade mongo-driver version to use bson.D (#60)

2f0247ca1717677f157965b1f5bbacfd08f9b113 authored over 1 year ago by 于文龙 <[email protected]>
fix: handle the returned error of LoadPolicyArray (#53)

e12d797efbb9d3da13f51c85ba357837608633bf authored over 2 years ago by Jalin Wang <[email protected]>
feat: add api NewAdapterByDB (#54)

e114641e7f531fe2f61ab6a2e8d6dfc33a270a92 authored over 2 years ago by Jalin Wang <[email protected]>
fix: decode CasbinRule (#49)

When a field does not exist in the mongodb document, CasbinRule uses the last value, expecting t...

293a343800d46f1b23f24d9c85b7c16c0de087e4 authored over 2 years ago by houxul <[email protected]>
feat: support updating policy (#47)

Signed-off-by: abingcbc <[email protected]>

a1f441b5fdd934ef13c3399e79b064992f7ed759 authored almost 3 years ago by Bingchang Chen <[email protected]>
Merge pull request #43 from closetool/master

fix: update dependency and make github action ci

b207188865d34ddef3db09d005499a143fa0bfb9 authored over 3 years ago by Yang Luo <[email protected]>
fix: update dependency and make github action ci

Signed-off-by: closetool <[email protected]>

a9cb818a9f6fa673047602c83264b59d342f7ab0 authored over 3 years ago by closetool <[email protected]>
Merge pull request #41 from dimensionfour/feat/collection-name

dynamic collection name

e6458bb7b54014d80938fef6716c375225626515 authored almost 4 years ago by hsluoyz <[email protected]>
feat: dynamic collection name

Signed-off-by: 0xb4lamx <[email protected]>

889de6f3877c9a45b0749b03cbabd5263c5399c6 authored almost 4 years ago by 0xb4lamx <[email protected]>
fix: Modify the way of parse and validate mongo url (#40)

* Fixing bug where parse and validate mongo url

Signed-off-by: SoaringTiger <soaring.tiger.20...

6e29879ce2b90f6def4be45d0e52cea8ec4ecf41 authored almost 4 years ago by Luffy <[email protected]>
Merge pull request #36 from yyellowsun/master

feat: add batch operations

24870cdee58e6d73a049671a992faf3b1f68c2ff authored about 4 years ago by Yang Luo <[email protected]>
feat: add batch operations

Signed-off-by: yyellowsun <[email protected]>

36726a1bfcc10e6c4e6079679a1b57a31fe86746 authored about 4 years ago by yyellowsun <[email protected]>
Merge pull request #31 from alexferl/master

increment major version to v3 and update dependencies

7605856d81dd82ec5b0b11dbe48b4788d0f8ee1b authored about 4 years ago by Yang Luo <[email protected]>
increment major version to v3 and update dependencies

Signed-off-by: Alexandre Ferland <[email protected]>

5c1ea3fb8dbe9be204b3e6b6f0f4f77da2f92932 authored about 4 years ago by Alexandre Ferland <[email protected]>
Merge pull request #28 from lxzan/master

use unique index

ddc19c8409cc5069d2d566354da21809e4f3356e authored over 4 years ago by Yang Luo <[email protected]>
Merge pull request #30 from 00LT00/master

update README

92b21a8aac961ba3ca5fe780c73ad96e62ef9359 authored over 4 years ago by Yang Luo <[email protected]>
update readme

Signed-off-by: 00LT00 <[email protected]>

3407715f4cb38944b011c1d4ae38d39e0fd11fe9 authored over 4 years ago by 00LT00 <[email protected]>
use unique index

9002a919a5c77f7903a4edb9786b33e6deb97b21 authored over 4 years ago by casterlee <[email protected]>
Merge pull request #24 from dovics/master

fix: the way of loadPolicyLine

b60b442db74161bbb1b59d9f73bec2ab148e6f2a authored over 4 years ago by Yang Luo <[email protected]>
fix: the way of loadPolicyLine

fec0e9883a4fe217c8977c8ae3c0e2880bc196fc authored over 4 years ago by dovics <[email protected]>
Merge pull request #23 from DivyPatel9881/typo

fix: typos

963214de49dec26c944987af3338874bdb634643 authored over 4 years ago by Yang Luo <[email protected]>
fix: typos

94e4ec3caf989bcdeeb5bbbf495284966483b0a5 authored over 4 years ago by DivyPatel9881 <[email protected]>
Move to mongodb offical driver (#22)

* move for offical driver

* Remove useless dependencies

* return panic error

* customiz...

78ec044651841b70e33dc3cf258a6bf6e39c0d58 authored almost 5 years ago by dovics <[email protected]>
Merge pull request #20 from adamwasila/casbin_v2

Update to use v2 major version of Casbin

2c83387195d914380b1c41b1de3e20d503c6bd92 authored over 5 years ago by Yang Luo <[email protected]>
Update README to use new major version of package (v2)

32c50777b2eaff21b4361fe196a4f0f51f38e9ec authored over 5 years ago by Adam Wasila <[email protected]>
Update dependencies to v2 major version of Casbin

1875b8508aec6e596012f80af64d2e4626dc6fb4 authored over 5 years ago by Adam Wasila <[email protected]>
Merge pull request #18 from adamwasila/add_modules

Add modules files

61ad238eb7638d6d059a1185654d047981606c31 authored over 5 years ago by Yang Luo <[email protected]>
Init modules files

Initialized with:
- go mod init
- go mod tidy (which adds additional transitive dependencies)

af10768001b9e16ab7c127e9305359e832e530cb authored over 5 years ago by Adam Wasila <[email protected]>
Merge pull request #17 from levimm/fixGlobalSessionIssue

avoid using global session

be5dfdc5b197d95199072444a87b4f0743c249a6 authored over 5 years ago by Yang Luo <[email protected]>
avoid using global session

f84b63cc901657bb4e1d93694d774293ef14defd authored almost 6 years ago by levimm <[email protected]>
Merge pull request #15 from Schubbcasten/mongodialinfo-option

Add mgo.DialInfo as an alternative option for the Adapter constructor

0036bce266dd52217e76163aac798c07aa994999 authored about 6 years ago by Yang Luo <[email protected]>
added new adapter constructor that works with mgo.DialInfo as argument

c781571b7f34d2ec8131617716ba2746498f7e24 authored about 6 years ago by Carsten Griessmann <[email protected]>
Merge pull request #14 from GNURub/feature/mgo-umaintained

Changed mgo repository to github.com/globalsign/mgo

595d14f2fb80586ccb7c5f005cbde961455a3c11 authored about 6 years ago by Yang Luo <[email protected]>
Use filtered to determine whether it's a filtered adapter.

a381e1432214376437738d643343f123fe02ac8d authored about 6 years ago by Yang Luo <[email protected]>
Improve test helper function.

cedbb3fcf10d82b147399c3646dfbcd7bff90abe authored about 6 years ago by Yang Luo <[email protected]>
Removed go.mod and go.sum

f81b666602715dd2fc648f1f972e6c787fda82f9 authored about 6 years ago by Ruben Cid <[email protected]>
Changed mgo repository to github.com/globalsign/mgo

c8328b47f4b98176051b3cca43e56d8a6397593e authored about 6 years ago by Ruben Cid <[email protected]>
Merge pull request #11 from Wynnfan/mongodb-adapter-wy

modify readme

f79831b3b10076b233728f2bd2a4b50268c854eb authored over 6 years ago by Yang Luo <[email protected]>
modify readme

ff8c9937931257f454d261822301593f75cc533c authored over 6 years ago by fan_wang <[email protected]>
Merge pull request #9 from Hellobigxu/adapter-filternull

Fixed a bug. When do RemoveFilteredPolicy(0,sub,,act) doesn't affect …

94a6b8a052e6727dfe20d7bfc4d6e8fa8a76a71f authored over 6 years ago by Yang Luo <[email protected]>
Fixed a bug. When do RemoveFilteredPolicy(0,sub,,act) doesn't affect the policy in the storage

f1de852e920543d4d55c87dcf907d725df5f86bc authored over 6 years ago by guoxing.xu <[email protected]>
Merge pull request #5 from faceless-saint/master

[feature] Add policy filtering

52263223b24e49ba2e0673e811e20aadf3c5d59f authored almost 7 years ago by Yang Luo <[email protected]>
[feature] Add policy filtering

Allow for filtered policy loading, so that the loaded policy is
a targeted subset of the policy ...

14e613da954eebc55b193cc24e50e88a7128d6f7 authored almost 7 years ago by Ryan Clarke <[email protected]>
Merge pull request #4 from kenjones-cisco/feature/add-remove-policy

Feature: Implements AddPolicy/RemovePolicy/RemoveFilteredPolicy

64adc23c86819701254d224ff58703bed9882619 authored over 7 years ago by Yang Luo <[email protected]>
Feature: Implements AddPolicy/RemovePolicy/RemoveFilteredPolicy

Adds implementations for AddPolicy/RemovePolicy/RemoveFilteredPolicy.
Adds unit test cases to co...

eb2165965df756377d4238f68d8834bd3097d787 authored over 7 years ago by kenjones-cisco <[email protected]>
Merge pull request #2 from shivylp/master

removed dbSpecified parameter for NewAdapter

654a9aa508fdea9ee1b8a13b40f30dac22edb2db authored over 7 years ago by Yang Luo <[email protected]>
removed dbSpecified parameter for NewAdapter

77c11b559c77c77b39d1089b3e7529694da051ca authored over 7 years ago by Shivaprasad <[email protected]>
Add SQL index to gain speed.

50636fcd4caa7ec61ea269c02c6f5d647289f53f authored over 7 years ago by Yang Luo <[email protected]>
Add Travis CI and coverage.

f80a2680c9b447f93cc0cc1eff3a88575262c7b5 authored over 7 years ago by Yang Luo <[email protected]>
Add README.

1e3de56284ce46bd782305dc3eec216a2d2e2ab4 authored over 7 years ago by Yang Luo <[email protected]>
Add the code.

c623d90da0c3312bdb4f0e6f12acb825e66902af authored over 7 years ago by Yang Luo <[email protected]>
Ignore IDEA files.

e4fc13ddaf8a9031e928c9e59d1c476f0a7b1057 authored over 7 years ago by Yang Luo <[email protected]>
Initial commit

03bb626a332a18e5c8a2673259662219e2b7f0dd authored over 7 years ago by Yang Luo <[email protected]>