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

[BACK-2780] Add new user profiles endpoint. #698

Open
wants to merge 62 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2024

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

    lostlevels committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    76a6bb5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

    lostlevels committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a93f797 View commit details
    Browse the repository at this point in the history
  3. Add the route.

    lostlevels committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5dbd8ac View commit details
    Browse the repository at this point in the history
  4. Fix build.

    lostlevels committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6a9014c View commit details
    Browse the repository at this point in the history
  5. Fix test.

    lostlevels committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ed826a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Validate the profile.

    lostlevels committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b1fdbd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. HasWritePermissions.

    lostlevels committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    73cb026 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 27, 2024

  1. Use snakecase attributes for now but don't flatten yet as blip is still

    sending as `{"patient":{"about": "..."}}`.
    lostlevels committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5d56462 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    82db89b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9f798 View commit details
    Browse the repository at this point in the history
  3. Add legacy delete route.

    lostlevels committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    650b693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523b23e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d17ab19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e468cbb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 16, 2024

  1. Use "dummy" attribute "profile_has_custodian" for easier keycloak

    search. Fix profile to legacy seagull mapping.
    lostlevels committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    49c2809 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 23, 2024

  1. Remove "profile_" prefix from profile keycloak attributes. Add

    "isOtherPerson" to legacy response.
    lostlevels committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    97ce75c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Use right json.

    lostlevels committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cdb875c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    62a9368 View commit details
    Browse the repository at this point in the history
  2. Remove unused hasher code.

    lostlevels committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5efb6ee View commit details
    Browse the repository at this point in the history
  3. Remove unused fields.

    lostlevels committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4670d48 View commit details
    Browse the repository at this point in the history
  4. Add MRN attribute.

    lostlevels committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    992ea71 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    904e276 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a1fae View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Remove unneeded comment.

    lostlevels committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8e5598f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    d3f829a View commit details
    Browse the repository at this point in the history
  2. Commence "old" seagull routes that retrieves from the seagull collection

    as migration will take some time and during that period, old profile may
    be created / read / modified. These fallback functions and objects can
    be removed when all profiles are fully migrated.
    lostlevels committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    942e210 View commit details
    Browse the repository at this point in the history
  3. Update migration status.

    lostlevels committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    97d74df View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    1354fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3195e7b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Bump gocloak.

    lostlevels committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e993dd1 View commit details
    Browse the repository at this point in the history
  2. role field.

    lostlevels committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3f9eb22 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

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

Commits on Jun 24, 2024

  1. Add clinic profile fields.

    lostlevels committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    196a609 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    50f373b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f0007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d9d7f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 17, 2024

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

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    d78c148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3401464 View commit details
    Browse the repository at this point in the history
  3. Migrate diagnosisType.

    lostlevels committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e4f607e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

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

Commits on Aug 12, 2024

  1. Fix some logic and tests for profiles.

    Updates
    lostlevels committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2908e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba0355 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Make some profile values pointers so that some legacy migration profiles

    null fields work properly w/o changes.
    lostlevels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    47e7e45 View commit details
    Browse the repository at this point in the history
  2. Export MaxProfileFieldLen

    lostlevels committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7bd8a85 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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