Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
981c6da
[SER-25_compatibilityWithRest] Configuration of babel
Tanooj0902 Mar 18, 2019
293d80a
[SER-25_compatibilityWithRest] PermissionManager compatible with new …
Tanooj0902 Mar 19, 2019
6c15b7f
[SER-25_compatibilityWithRest] PermissionManager compatibility with b…
Tanooj0902 Mar 20, 2019
4a72fd5
[SER-25_compatibilityWithRest] PermissionedHashmap compatible with ne…
Tanooj0902 Mar 20, 2019
bead33a
[SER-25_compatibilityWithRest][WIP] User and UserManager
Tanooj0902 Mar 20, 2019
c4dbb9a
[SER-25_compatibilityWithRest] HashMap Compatible with new rest
Tanooj0902 Mar 20, 2019
8772938
[SER-25_compatibilityWithRest] collections are now using async/await
Tanooj0902 Mar 20, 2019
bbd4643
[SER-25_compatibilityWithRest] Minor fixes
Tanooj0902 Mar 20, 2019
fb9575f
[SER-25_compatibilityWithRest] PermissionManager are now using async/…
Tanooj0902 Mar 20, 2019
36e2aae
[SER-25_compatibilityWithRest] user and userManager is now using asyn…
Tanooj0902 Mar 20, 2019
82ddde7
[SER-25_compatibilityWithRest] user and userManager test now using as…
Tanooj0902 Mar 20, 2019
32f323c
[SER-25_compatibilityWithRest] remove compileSearch
Tanooj0902 Mar 20, 2019
db95c11
[SER-25_compatibilityWithRest] Fix: user and userManager testcases
Tanooj0902 Mar 22, 2019
5bc28a2
[SER-25_compatibilityWithRest] Minor fix
Tanooj0902 Mar 22, 2019
081b1fc
[SER-25_compatibilityWithRest] Fix: permission and permission manager
Tanooj0902 Mar 22, 2019
b98176e
[SER-25_compatibilityWithRest] Fix: hashmap and unsafeHashmap
Tanooj0902 Mar 22, 2019
c2ea71e
[SER-25_compatibilityWithRest] Add: rest status
Tanooj0902 Mar 22, 2019
dbabb30
[SER-25_compatibilityWithRest] Source code moved to lib and babel build
Tanooj0902 Mar 26, 2019
4f21a25
[SER-25_compatibilityWithRest] Add: default export in userManager and…
Tanooj0902 Mar 28, 2019
8315803
[SER-25_compatibilityWithRest] Fix: Testcases issues and libPath
Tanooj0902 Apr 5, 2019
92a6674
[SER-25_compatibilityWithRest] Minor fixes
Tanooj0902 Apr 8, 2019
976e63c
[SER-25_compatibilityWithRest] Minor fixes
Tanooj0902 Apr 8, 2019
676923e
[TT-43_getArray] Add: getArray to get values
Tanooj0902 Apr 10, 2019
b943160
[SER-25_compatibilityWithRest] load config using single file
Tanooj0902 Apr 15, 2019
cbe9517
Fix config loader
samrit Apr 17, 2019
6753287
FIx typos
samrit Apr 17, 2019
bec074c
Update yarn.lock
samrit Apr 17, 2019
526f6fa
[TT-43_getArray] Import getArray
Tanooj0902 Apr 17, 2019
b4d4378
Merge pull request #30 from blockapps/TT-43_getArray
samrit Apr 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
}
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ typings/
# config.yaml

#ide
.idea
.idea

# dist
dist

# lock file (using yarn)
package-lock.json
167 changes: 0 additions & 167 deletions auth/permission/permissionManager.js

This file was deleted.

90 changes: 0 additions & 90 deletions auth/permission/permissionedHashmap.js

This file was deleted.

Loading