-
Notifications
You must be signed in to change notification settings - Fork 13
feat: setup UI endpoint to serve the UI #43
Conversation
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
==========================================
- Coverage 87.70% 87.08% -0.62%
==========================================
Files 6 6
Lines 431 457 +26
==========================================
+ Hits 378 398 +20
- Misses 34 38 +4
- Partials 19 21 +2
Continue to review full report at Codecov.
|
pkg/restapi/operation/operations.go
Outdated
c.presDefsLock.Lock() | ||
defer c.presDefsLock.Unlock() | ||
|
||
c.userProfileRequest[handle] = r |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we set this in database instead of local map ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@llorllale @aholovko what you guys recommend ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@talwinder50 should use transient store
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
36b18b8
to
ca867db
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui endpoint handlers not added to router
c0bd95d
to
37ef6e0
Compare
a67a122
to
4d4af26
Compare
85ddeaf
to
bdc8354
Compare
@@ -143,6 +149,7 @@ type authRestParameters struct { | |||
tlsParams *tlsParams | |||
oidcParams *oidcParams | |||
bootstrapParams *bootstrapParams | |||
staticFiles string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
staticFiles
is not being assigned a value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
599194c
to
05ec7b6
Compare
closes trustbloc#39 Signed-off-by: talwinder.kaur <[email protected]>
closes #39
Signed-off-by: talwinder.kaur [email protected]