Skip to content
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

Open
wants to merge 19 commits into
base: v2
Choose a base branch
from

Commits on Jul 23, 2021

  1. 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.
    barabo authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7bdc157 View commit details
    Browse the repository at this point in the history
  2. fix: slightly cleaner and more correct this way

    Carl Anderson committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    3eccf5f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    e5b9465 View commit details
    Browse the repository at this point in the history
  2. fix: changed a const to a var

    Carl Anderson committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    61644a0 View commit details
    Browse the repository at this point in the history
  3. wip: move the client auth config into a collapsable panel

    Carl Anderson committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    fbd7374 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. feat: reg options saved to url, key blobs shown in mono

    Carl Anderson committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c3142fc View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. feat: adds basic auth header check for cc-sym requests

    Carl Anderson committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a4d5a3a View commit details
    Browse the repository at this point in the history
  2. feat: adds confidential client fields to the code object, verifies re…

    …direct_uri is within redirect_uris
    Carl Anderson committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    0cbf4a7 View commit details
    Browse the repository at this point in the history
  3. merge conflict resolution

    Carl Anderson committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f10ced9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from smart-on-fhir/v2

    V2 update from upstream
    barabo authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    c3bc9b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    24f41c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. docs -> static

    Carl Anderson committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    38f6191 View commit details
    Browse the repository at this point in the history
  2. undo docs -> static

    Carl Anderson committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    42cbfdf View commit details
    Browse the repository at this point in the history
  3. second try

    Carl Anderson committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    92a4878 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    barabo authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9504d95 View commit details
    Browse the repository at this point in the history
  5. Update package.json

    barabo authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b376bd4 View commit details
    Browse the repository at this point in the history
  6. Create main.yml

    barabo authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c6e2a9f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from barabo/site-deployer

    Create main.yml
    barabo authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a60d1e0 View commit details
    Browse the repository at this point in the history
  8. Delete docs

    barabo authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    94dddf5 View commit details
    Browse the repository at this point in the history