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(#9194): add api support for getting place by uuid #9177

Merged
merged 83 commits into from
Jul 1, 2024
Merged

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
  2. Configuration menu
    Copy the full SHA
    a76ebe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b24d26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7555619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af5afa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13a80db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d8f853 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    deccb8f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    94a0a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4964957 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/master' into 9065_get_person_with_lineage

    # Conflicts:
    #	api/src/controllers/person.js
    #	api/tests/mocha/controllers/person.spec.js
    #	shared-libs/cht-datasource/.eslintrc.js
    #	shared-libs/cht-datasource/src/index.ts
    #	shared-libs/cht-datasource/src/libs/contact.ts
    #	shared-libs/cht-datasource/src/libs/core.ts
    #	shared-libs/cht-datasource/src/libs/doc.ts
    #	shared-libs/cht-datasource/src/local/libs/doc.ts
    #	shared-libs/cht-datasource/src/local/person.ts
    #	shared-libs/cht-datasource/src/person.ts
    #	shared-libs/cht-datasource/src/remote/libs/data-context.ts
    #	shared-libs/cht-datasource/src/remote/person.ts
    #	shared-libs/cht-datasource/test/index.spec.ts
    #	shared-libs/cht-datasource/test/libs/core.spec.ts
    #	shared-libs/cht-datasource/test/local/libs/doc.spec.ts
    #	shared-libs/cht-datasource/test/local/person.spec.ts
    #	shared-libs/cht-datasource/test/person.spec.ts
    #	shared-libs/cht-datasource/test/remote/libs/data-context.spec.ts
    #	shared-libs/cht-datasource/test/remote/person.spec.ts
    #	tests/integration/api/controllers/person.spec.js
    jkuester committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2f88512 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    06ed347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79503d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6314c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db4a14e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27d81f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7360ce2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a376778 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    887f84b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d45b98 View commit details
    Browse the repository at this point in the history
  10. Fix linting problem

    jkuester committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5c5c066 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cb65f92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed081c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efd4c14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07870cb View commit details
    Browse the repository at this point in the history
  15. Merge branch 'refs/heads/master' into 9065_get_place

    # Conflicts:
    #	shared-libs/cht-datasource/src/place.ts
    #	tests/integration/api/controllers/person.spec.js
    #	webapp/src/ts/services/enketo.service.ts
    jkuester committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    55a5dd1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f34e12e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    fbe278b View commit details
    Browse the repository at this point in the history
  2. Remove unused DataContext

    jkuester committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cb158f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e24b47f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fefe4a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    c2e0ec5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c88c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49697b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea9252a View commit details
    Browse the repository at this point in the history
  5. Fix linting

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

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    74a354c View commit details
    Browse the repository at this point in the history
  2. document structuredClone

    m5r committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d66297b View commit details
    Browse the repository at this point in the history