Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

feat: setup UI endpoint to serve the UI #43

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

talwinder50
Copy link
Member

closes #39

Signed-off-by: talwinder.kaur [email protected]

@codecov
Copy link

codecov bot commented Jul 27, 2020

Codecov Report

Merging #43 into master will decrease coverage by 0.61%.
The diff coverage is 82.35%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
pkg/restapi/operation/operations.go 83.16% <76.47%> (-0.99%) ⬇️
cmd/auth-rest/startcmd/start.go 89.95% <88.23%> (-0.34%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 439e45a...fb0e3db. Read the comment docs.

c.presDefsLock.Lock()
defer c.presDefsLock.Unlock()

c.userProfileRequest[handle] = r
Copy link
Member

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 ?

Copy link
Member Author

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 ?

Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@talwinder50 talwinder50 changed the title feat: setup UI endpoint to serve the UI WIIP feat: setup UI endpoint to serve the UI Jul 27, 2020
@talwinder50 talwinder50 changed the title WIIP feat: setup UI endpoint to serve the UI WIP feat: setup UI endpoint to serve the UI Jul 27, 2020
@talwinder50 talwinder50 changed the title WIP feat: setup UI endpoint to serve the UI feat: setup UI endpoint to serve the UI Jul 29, 2020
@talwinder50 talwinder50 force-pushed the issue-39 branch 2 times, most recently from 36b18b8 to ca867db Compare July 29, 2020 14:23
Copy link
Contributor

@llorllale llorllale left a 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

@talwinder50 talwinder50 force-pushed the issue-39 branch 3 times, most recently from c0bd95d to 37ef6e0 Compare July 29, 2020 20:18
@talwinder50 talwinder50 force-pushed the issue-39 branch 2 times, most recently from a67a122 to 4d4af26 Compare July 30, 2020 17:03
@talwinder50 talwinder50 requested a review from llorllale July 30, 2020 17:08
@talwinder50 talwinder50 force-pushed the issue-39 branch 2 times, most recently from 85ddeaf to bdc8354 Compare July 30, 2020 17:15
@@ -143,6 +149,7 @@ type authRestParameters struct {
tlsParams *tlsParams
oidcParams *oidcParams
bootstrapParams *bootstrapParams
staticFiles string
Copy link
Contributor

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@talwinder50 talwinder50 force-pushed the issue-39 branch 2 times, most recently from 599194c to 05ec7b6 Compare July 30, 2020 17:46
@talwinder50 talwinder50 requested a review from llorllale July 30, 2020 17:49
@rolsonquadras rolsonquadras merged commit 0656a09 into trustbloc:master Jul 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

setup UI endpoint to serve the UI
3 participants