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

feat(#9065): add cht-datasource to support get person by uuid #9090

Merged
merged 45 commits into from
Jun 12, 2024

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    de6b864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b429273 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    b63981e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1701082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f1961a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb7e4b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    463f002 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    b00c298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af16a8c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Take the parallel route where functions are available, but the base d…

    …atasource object is a nested hierarchy.
    jkuester committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b508bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c743fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    149dcde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b5e32c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Refactor cht-datasource to support different access methodologies and…

    … have app-settings service be injected
    jkuester committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0a5e7f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/master' into 9065_get_contact_by_id

    # Conflicts:
    #	sentinel/src/lib/purging.js
    jkuester committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f4cc564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b3585 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    ef8b511 View commit details
    Browse the repository at this point in the history
  2. Fix webapp tests

    jkuester committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c87de8a View commit details
    Browse the repository at this point in the history
  3. Clean everything up

    jkuester committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5196de4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    640abab View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    fcd0c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2039d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5730b6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    6f8c428 View commit details
    Browse the repository at this point in the history
  2. Refactor V1 namespace to v1

    jkuester committed May 22, 2024
    Configuration menu
    Copy the full SHA
    266a9e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f7e3ff View commit details
    Browse the repository at this point in the history
  4. Remove request-promise-native from cht-datasouce since it broke webapp.

    Switched back to fetch api for now.  Also made url optional for remote datasoure (allowing for relative requests from webapp/admin).
    jkuester committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f4174ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    871c1ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c5469d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c454405 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b81b78 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Update cht-datasource DataContext to be able to run provided function…

    …s that need a data context.
    jkuester committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d95beaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738e4b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbeece8 View commit details
    Browse the repository at this point in the history
  4. Clean things up

    jkuester committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9110233 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    815f920 View commit details
    Browse the repository at this point in the history
  2. Rename getApi to just get

    jkuester committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fa3e041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3128337 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3b9532 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ab853d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45411d3 View commit details
    Browse the repository at this point in the history
  7. Fix sonar issues

    jkuester committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a22df65 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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