Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
c1435095
There was an error fetching the commit references. Please try again later.
Commit
c1435095
authored
6 years ago
by
Ajit Jagtap
Browse files
Options
Downloads
Plain Diff
Merge branch 'devbranch' into 'master'
Devbranch to Master See merge request
!34
parents
12dc6ac7
483bc5ee
2 merge requests
!76
Add: Message Id header to avoid spam mails
,
!34
Devbranch to Master
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
authmdl/aclmdl/aclmdl.go
+21
-0
authmdl/aclmdl/aclmdl.go
authmdl/jwtmdl/jwtmdl.go
+28
-0
authmdl/jwtmdl/jwtmdl.go
authmdl/jwtmdl/jwtmdl_test.go
+74
-0
authmdl/jwtmdl/jwtmdl_test.go
authmdl/roleenforcemdl/roleenforcement.go
+161
-0
authmdl/roleenforcemdl/roleenforcement.go
authmdl/roleenforcemdl/roleenforcement_test.go
+46
-0
authmdl/roleenforcemdl/roleenforcement_test.go
cachemdl/cachemdl.go
+3
-0
cachemdl/cachemdl.go
constantmdl/constantmdl.go
+3
-0
constantmdl/constantmdl.go
dalmdl/boltdb/boltdb.go
+100
-0
dalmdl/boltdb/boltdb.go
dalmdl/boltdb/boltdb_test.go
+108
-0
dalmdl/boltdb/boltdb_test.go
dalmdl/dao/dao.go
+17
-9
dalmdl/dao/dao.go
dalmdl/dao/dao_test.go
+1
-1
dalmdl/dao/dao_test.go
dalmdl/fdb/fdb.go
+44
-47
dalmdl/fdb/fdb.go
dalmdl/fdb/fdb_test.go
+37
-37
dalmdl/fdb/fdb_test.go
dalmdl/mongodb/mongodb.go
+205
-24
dalmdl/mongodb/mongodb.go
dalmdl/mongodb/mongodb_test.go
+48
-0
dalmdl/mongodb/mongodb_test.go
dalmdl/mysql/mysql.go
+105
-0
dalmdl/mysql/mysql.go
downloadhelpermdl/downloadhelpermdl.go
+373
-0
downloadhelpermdl/downloadhelpermdl.go
downloadhelpermdl/downloadhelpermdl_test.go
+251
-0
downloadhelpermdl/downloadhelpermdl_test.go
filemdl/filemdl_test.go
+17
-17
filemdl/filemdl_test.go
httpclientmdl/httpclientmdl.go
+72
-1
httpclientmdl/httpclientmdl.go
with
1714 additions
and
136 deletions
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets