Sign in
apache
/
casbin-pg-adapter
/
HEAD
c62f3f0
fix: add badges to README
by Yang Luo
· 4 weeks ago
master
v1.6.1
53df25a
feat: update repo path
by Yang Luo
· 4 weeks ago
v1.6.0
1513946
fix: fix CI errors
by Yang Luo
· 7 weeks ago
a36c3c1
feat: upgrade casbin dependency from v2 to v3
by Yang Luo
· 7 weeks ago
54f75a8
feat: fix empty string values converted to NULL in PostgreSQL
by Yang Luo
· 8 months ago
v1.5.0
1dea951
feat: update go-pg to overcome SASL error (#50)
by Sayak Mukhopadhyay
· 2 years, 6 months ago
v1.4.0
7094562
feat: update to Go 1.18
by Yang Luo
· 2 years, 6 months ago
v1.3.0
d0a36ec
docs: fix broken links (#48)
by YunShu
· 2 years, 10 months ago
88f1805
fix: fix broken links (#47)
by YunShu
· 3 years ago
v1.2.1
05fc180
docs: add explanations on how to use an existing database in README (#46)
by Evgeniy Dammer
· 3 years, 5 months ago
5c834b8
feat: upgrade casbin to latest and add error to LoadPolicyLine() (#44)
by Bhautik
· 3 years, 10 months ago
v1.2.0
f5f993b
feat: specify dbname in NewAdapter() (#41)
by Ter
· 4 years ago
v1.1.0
fc569f3
fix: ptype column name (#36)
by Bingchang Chen
· 4 years, 8 months ago
v1.0.4
8d6c19e
Merge pull request #34 from tangyang9464/master
by Yang Luo
· 4 years, 11 months ago
v1.0.3
5128cf4
fix: update UpdateFilteredPolicies method and fix updatePolicies can't be called repeatedly
by tangyang9464
· 4 years, 11 months ago
f014a9d
Merge pull request #32 from closetool/tablename
by hsluoyz
· 5 years ago
v1.0.2
20c47ef
fix: change release account
by closetool
· 5 years ago
fba7b11
Merge pull request #31 from closetool/tablename
by hsluoyz
· 5 years ago
v1.0.1
7b7b71d
fix: support pg v10
by closetool
· 5 years ago
4c48282
Add back code-coverage badge.
by hsluoyz
· 5 years ago
e226492
Merge pull request #27 from closetool/master
by hsluoyz
· 5 years ago
v1.0.0
e0ea472
fix: add github action and semantic release
by closetool
· 5 years ago
83dd5d7
Merge pull request #25 from closetool/master
by hsluoyz
· 5 years ago
d872751
fix: add test for UpdateFilteredPolicies
by closetool
· 5 years ago
bc94f89
feat: add updateFilteredPolicies
by closetool
· 5 years ago
91d507a
Merge pull request #24 from closetool/master
by hsluoyz
· 5 years ago
4329087
fix: update action change all rows(#23)
by closetool
· 5 years ago
799c2bd
Merge pull request #22 from closetool/master
by hsluoyz
· 5 years ago
v0.1.8
624b734
feat: implemented UpdatePolicy
by closetool
· 5 years ago
b8751c9
Merge pull request #19 from casbin/hsluoyz-patch-1
by Yang Luo
· 5 years ago
9588941
Switch CI to travis-ci.com
by Yang Luo
· 5 years ago
hsluoyz-patch-1
b31339b
Merge pull request #15 from orange-llajeanne/skipTableCreatePR
by Yang Luo
· 5 years ago
v0.1.7
0fb125e
add option to skip table creation at adapter startup
by Loic Lajeanne
· 5 years ago
7984420
Merge pull request #13 from PhilippSeitz/feature/add-newAdapterByDB-to-readme
by Yang Luo
· 6 years ago
841f1fd
update readme
by Philipp Seitz
· 6 years ago
56c866f
Use explicit transactions (#11)
by Yevhen Radionov
· 6 years ago
v0.1.6
d33f971
Merge pull request #8 from troyanov/feature/custom-table-name-support
by Zixuan Liu
· 6 years ago
2eea479
Add support for custom table name
by anton troyanov
· 6 years ago
7af908d
Use model instead of handcrafted SQL query
by anton troyanov
· 6 years ago
c36cbae
Run go fmt
by anton troyanov
· 6 years ago
d951292
Merge pull request #6 from DivyPatel9881/batch_op
by Zixuan Liu
· 6 years ago
v0.1.5
d7fa4f3
fix: formatting.
by DivyPatel9881
· 6 years ago
a9ba042
fix: Added go.mod changes.
by DivyPatel9881
· 6 years ago
f06a185
fix: Undo changes
by DivyPatel9881
· 6 years ago
24f0ef8
fix: Added test.
by DivyPatel9881
· 6 years ago
cc188e5
fix: Added addPolicies and removePolicies function.
by DivyPatel9881
· 6 years ago
13bf718
Merge pull request #3 from Dasio/master
by Yang Luo
· 6 years ago
v0.1.4
5058cc5
Create table if not exists already
by Dasio
· 6 years ago
4b984d2
Merge pull request #2 from Dasio/master
by Yang Luo
· 6 years ago
b176188
Do not test Go 1.12 any more, add test for tip.
by Yang Luo
· 6 years ago
91dd054
New construct method for creating adapter from existing DB connection
by Dasio
· 6 years ago
88e5592
Fix error can't bulk-insert empty slice []*pgadapter.CasbinRule
by khoipham
· 7 years ago
v0.1.3
7223ed5
SavePolicy now drop all previous data
by khoipham
· 7 years ago
v0.1.1
19ee627
Add code coverage
by khoipham
· 7 years ago
v0.1.0
ba514ad
Added build status to README
by khoipham
· 7 years ago
3261f2b
add travis yaml
by khoipham
· 7 years ago
38a2722
add documentation
by khoipham
· 7 years ago
e91692c
implement FilteredAdapter interface
by khoipham
· 7 years ago
d413a3f
Fix RemoveFilteredPolicy
by khoipham
· 7 years ago
5fa96e3
use go-pg v9 and casbin v2
by khoipham
· 7 years ago
7fe62e4
Implement casbin adapter for go-pg/pg
by nafisfaysal
· 7 years ago
3f155b6
update .gitignore
by nafisfaysal
· 7 years ago
a4183b9
Initial commit
by Franco Valencia
· 7 years ago