-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: unit test for proxy pagination handling #56
base: v2
Are you sure you want to change the base?
Commits on Jul 23, 2021
-
fix: unit test for proxy pagination handling
There were a few issues with the pagination unit test for the proxy. * it started with a relative URL and then used a full url to follow the 'next' link * the test environment was not using the same hostname & port as what was in the 'next' link * it was incorrectly referencing the first 'res' result when it seemed to intend to reference the second 'res2' * after running npm test - the process hung because the second get call failed (I believe) After applying these changes npm test works without having to use the --exit flag, and the intended coverage is working again.
Configuration menu - View commit details
-
Copy full SHA for 7bdc157 - Browse repository at this point
Copy the full SHA 7bdc157View commit details -
fix: slightly cleaner and more correct this way
Carl Anderson committedJul 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 3eccf5f - Browse repository at this point
Copy the full SHA 3eccf5fView commit details
Commits on Aug 6, 2021
-
wip: adds client authentication fields to UI and sim serialization
Carl Anderson committedAug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for e5b9465 - Browse repository at this point
Copy the full SHA e5b9465View commit details -
Carl Anderson committed
Aug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 61644a0 - Browse repository at this point
Copy the full SHA 61644a0View commit details -
wip: move the client auth config into a collapsable panel
Carl Anderson committedAug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for fbd7374 - Browse repository at this point
Copy the full SHA fbd7374View commit details
Commits on Aug 16, 2021
-
feat: reg options saved to url, key blobs shown in mono
Carl Anderson committedAug 16, 2021 Configuration menu - View commit details
-
Copy full SHA for c3142fc - Browse repository at this point
Copy the full SHA c3142fcView commit details
Commits on Aug 17, 2021
-
feat: adds basic auth header check for cc-sym requests
Carl Anderson committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for a4d5a3a - Browse repository at this point
Copy the full SHA a4d5a3aView commit details -
feat: adds confidential client fields to the code object, verifies re…
…direct_uri is within redirect_uris
Carl Anderson committedAug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 0cbf4a7 - Browse repository at this point
Copy the full SHA 0cbf4a7View commit details -
Carl Anderson committed
Aug 17, 2021 Configuration menu - View commit details
-
Copy full SHA for f10ced9 - Browse repository at this point
Copy the full SHA f10ced9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bc9b2 - Browse repository at this point
Copy the full SHA c3bc9b2View commit details
Commits on Sep 3, 2021
-
feat: adds capabilities to fhir server to support asymm auth
Carl Anderson committedSep 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 24f41c7 - Browse repository at this point
Copy the full SHA 24f41c7View commit details
Commits on Sep 9, 2021
-
Carl Anderson committed
Sep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 38f6191 - Browse repository at this point
Copy the full SHA 38f6191View commit details -
Carl Anderson committed
Sep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 42cbfdf - Browse repository at this point
Copy the full SHA 42cbfdfView commit details -
Carl Anderson committed
Sep 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 92a4878 - Browse repository at this point
Copy the full SHA 92a4878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9504d95 - Browse repository at this point
Copy the full SHA 9504d95View commit details -
Configuration menu - View commit details
-
Copy full SHA for b376bd4 - Browse repository at this point
Copy the full SHA b376bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e2a9f - Browse repository at this point
Copy the full SHA c6e2a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a60d1e0 - Browse repository at this point
Copy the full SHA a60d1e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94dddf5 - Browse repository at this point
Copy the full SHA 94dddf5View commit details