fix(localega-tsd-proxy): fixes calls to LS login per request#687
fix(localega-tsd-proxy): fixes calls to LS login per request#687joshbaskaran wants to merge 10 commits intomainfrom
Conversation
kjellp
left a comment
There was a problem hiding this comment.
Looks good so far to me. Do we implement testing of the feature here? And make cache expire time configurable?
I can make it configurable here, but I think the test should be a separate thing that's better done at the e2e scope. |
d17d2dd to
a715e90
Compare
a715e90 to
b222abe
Compare
|
Excellent with that quick update to make caching parameters configurable @joshbaskaran :) To include it at e2e level testing is an option, but was unsure if it really belonged there, as this may become a "costly" test, and belong more at build level, than for every e2e test run for any change of the mono-repo in the future? But for now we can aim at test it manually on egadev with an e2e run there (using live LS-login tokens), before we approve and merge it. We need to design how to test it, with both positive and negative tests though. |
Thanks! :) |
|
@kjellp added the unit test and it seems to do its job! Ready for a review and merge :) |
7672db3 to
214a647
Compare
pavelvazquez
left a comment
There was a problem hiding this comment.
E2E in egadev passed and manual upload completed successfully
ab3039b to
9e6b2cb
Compare
required for JWT validation
9e6b2cb to
b08b958
Compare
fixes #686