This repository was archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Test branch #32
Open
Tanooj0902
wants to merge
18
commits into
master
Choose a base branch
from
test-branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test branch #32
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
981c6da
[SER-25_compatibilityWithRest] Configuration of babel
Tanooj0902 293d80a
[SER-25_compatibilityWithRest] PermissionManager compatible with new …
Tanooj0902 6c15b7f
[SER-25_compatibilityWithRest] PermissionManager compatibility with b…
Tanooj0902 4a72fd5
[SER-25_compatibilityWithRest] PermissionedHashmap compatible with ne…
Tanooj0902 bead33a
[SER-25_compatibilityWithRest][WIP] User and UserManager
Tanooj0902 c4dbb9a
[SER-25_compatibilityWithRest] HashMap Compatible with new rest
Tanooj0902 8772938
[SER-25_compatibilityWithRest] collections are now using async/await
Tanooj0902 bbd4643
[SER-25_compatibilityWithRest] Minor fixes
Tanooj0902 fb9575f
[SER-25_compatibilityWithRest] PermissionManager are now using async/…
Tanooj0902 36e2aae
[SER-25_compatibilityWithRest] user and userManager is now using asyn…
Tanooj0902 82ddde7
[SER-25_compatibilityWithRest] user and userManager test now using as…
Tanooj0902 32f323c
[SER-25_compatibilityWithRest] remove compileSearch
Tanooj0902 db95c11
[SER-25_compatibilityWithRest] Fix: user and userManager testcases
Tanooj0902 5bc28a2
[SER-25_compatibilityWithRest] Minor fix
Tanooj0902 081b1fc
[SER-25_compatibilityWithRest] Fix: permission and permission manager
Tanooj0902 b98176e
[SER-25_compatibilityWithRest] Fix: hashmap and unsafeHashmap
Tanooj0902 c2ea71e
[SER-25_compatibilityWithRest] Add: rest status
Tanooj0902 0bc666c
[test-branch] Temp commit
Tanooj0902 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "presets": [ | ||
| [ | ||
| "@babel/preset-env", | ||
| { | ||
| "targets": { | ||
| "node": true | ||
| } | ||
| } | ||
| ] | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| contract EventLogType { | ||
| // event log type | ||
| enum EventLogType { // TODO expose -LS | ||
| NULL, | ||
| GRANT, | ||
| REVOKE, | ||
| CHECK | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.