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

2213: Move Practitioner Detail API to the plugins module #38

Open
wants to merge 189 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2022

  1. WIP- 1665: Implement PermissionAccessChecker

    Checking user permissions when requesting for data from the server.
    rehammuzzamil committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    8d4c6c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    55bb437 View commit details
    Browse the repository at this point in the history
  2. Fix broken unit tests.

    rehammuzzamil committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    5bf4abf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. 1661: [Sync Enhancement | Data Access Checker] Identify the App & Use…

    …r assignments for the User requesting the data from the server
    
    WIP
    rehammuzzamil committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    b60438d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Implement GET Resource Request Permission Checker ✨

    - Refactor Permission checker to be Generic
    - Update Spotless Check dependencies
    ndegwamartin committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    3574c20 View commit details
    Browse the repository at this point in the history
  2. Implement Additonal HTTP Verbs Permission Processing

    - Implement Patient POST, PUT, DELETE
    ndegwamartin committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    333d2c4 View commit details
    Browse the repository at this point in the history
  3. Add Unit Tests ✅

    - Unit test for HTTP Verb GET permission checker
    - Unit test for HTTP Verb DELETE permission checker
    ndegwamartin committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    99a2823 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Enable pre-processing the request for adding location tags

    - Add OpenSRPAccessDecision that pre-processes the request to add location, organization or team tags for data filtering during sync
    ekigamba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    09584ef View commit details
    Browse the repository at this point in the history
  2. Implement HTTP PUT and POST Permission Checker

    - Implement PUT Permission Checker
    - Implement POST Permission Checker
    - Add unit tests for PUT and POST implementations
    ndegwamartin committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    237a86e View commit details
    Browse the repository at this point in the history
  3. 1661: [Sync Enhancement | Data Access Checker] Identify the App & Use…

    …r assignments for the User requesting the data from the server
    
    WIP
    rehammuzzamil committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f1036b4 View commit details
    Browse the repository at this point in the history
  4. 1661: [Sync Enhancement | Data Access Checker] Identify the App & Use…

    …r assignments for the User requesting the data from the server
    
    WIP
    rehammuzzamil committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4d325b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Fix Permisson Access Checker Not Loading 🩹

    - Authorization Interceptor currently tightly coupled with Patient Finder, temp fix for custom Access Checker
    ndegwamartin committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    c555575 View commit details
    Browse the repository at this point in the history
  2. Permission Checker Implementation For POST Bundle

    - Permission Checker Implementation For POST Bundle
    - Add Unit tests
    ndegwamartin committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    90954c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. 1661: [Sync Enhancement | Data Access Checker] Identify the App & Use…

    …r assignments for the User requesting the data from the server
    rehammuzzamil committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    1fbb25f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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

Commits on Oct 24, 2022

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

Commits on Oct 25, 2022

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

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    80a6e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48d03b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aa3fb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Fix preprocessing to add correct _tag filter

    - Add random filter to users without location, team or organisation assignments
    - Disable modification of the complete URL and request path in ServletRequestDetails
    - Add tests for OpenSRPSyncAccessDecision
    - Fix tags
    ekigamba committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f6596f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1661_Data_Access_Checker_Foundation' into issue/1662-da…

    …ta-filtering-user-assignments
    ekigamba committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e235cea View commit details
    Browse the repository at this point in the history
  3. Fix bug

    rehammuzzamil committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0c44ed0 View commit details
    Browse the repository at this point in the history
  4. Fix conflicts

    rehammuzzamil committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4af210d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5397871 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    4c3ba6d View commit details
    Browse the repository at this point in the history
  2. Clean Up Unused Methods

    - Formatting
    ndegwamartin committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    706a4c3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/permission-checker-and-data-acce…

    …ss-checker' into issue/1662-data-filtering-user-assignments-new-branch
    ekigamba committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f1982be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    047dd4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c304d1c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Merge pull request #8 from opensrp/update-dockerfile

    remove tests and spotless check on dockerfile and workflow to perform checks on PR instead.
    bennsimon authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6b40dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62a97bf View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    bennsimon committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9b87d85 View commit details
    Browse the repository at this point in the history
  4. fix lint

    bennsimon committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d4e6d61 View commit details
    Browse the repository at this point in the history
  5. update github secrets

    bennsimon committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6161151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12d0c3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d41971 View commit details
    Browse the repository at this point in the history
  8. cleanup workflow

    bennsimon committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    3c4262e View commit details
    Browse the repository at this point in the history
  9. spotless apply

    bennsimon committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b6b664f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. trigger ci

    bennsimon committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5e4c0eb View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    - Delete the test file OpenSRPAccessTestChecker
    - Move constants and strings to ProxyConstants file
    - Rename methods and variables
    - Add method documentation
    ekigamba committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    bf2d098 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge pull request #6 from opensrp/add-fhir-access-proxy-helm-chart

    Add fhir access proxy helm chart
    bennsimon authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    2d36845 View commit details
    Browse the repository at this point in the history
  2. update chart repo url

    bennsimon committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    7e61649 View commit details
    Browse the repository at this point in the history
  3. update chart version

    bennsimon committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    196a51e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from opensrp/update-chart-repo-url

    update chart repo url
    bennsimon authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    646466d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Merge pull request #9 from opensrp/issue/1662-data-filtering-user-ass…

    …ignments-new-branch
    
    Sync enhancement: Data filtering based on the user assignments and the Sync by Location, Organization and Care team
    rehammuzzamil authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    71a1ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73acecd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Minor fixes

    rehammuzzamil committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4cbdbcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    158f87a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baa5e60 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

Commits on Nov 25, 2022

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

Commits on Jan 12, 2023

  1. Merge pull request #7 from opensrp/permission-checker-and-data-access…

    …-checker
    
    Permission Checker and Data Access Checker
    dubdabasoduba authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cbc0bc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from opensrp/1659_Add_Composition_And_Binary_Re…

    …source_To_Allow_lIst
    
    1659: Add the Composition & Binary GET resources to the Allow-List of…
    dubdabasoduba authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    da1b14f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    40f0448 View commit details
    Browse the repository at this point in the history
  2. Enable Spotless Apply Plugin ➕

    - Run spotless Apply on repo
    - Increment release version to 0.1.1 BETA
    ndegwamartin committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9d2c65d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    f06605d View commit details
    Browse the repository at this point in the history
  2. Upgrade JDK version

    - Upgrade Github Action Workflow JDK version to 17
    - Upgrade Docker JDK Version to 17
    - Update Plugin Docker Configuration
    ndegwamartin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9dff9cc View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

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

Commits on Feb 3, 2023

  1. Merge pull request #15 from opensrp/update-versions

    Update common-utils versions
    dubdabasoduba authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8bb66e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    94c4661 View commit details
    Browse the repository at this point in the history
  2. Partial Fix Search By Tag Parameter

    - Deployed HAPI Server Version only works with tag.code
    - Bump up fhir-access proxy version
    ndegwamartin committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b273244 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Fix Bug Allowed Queries Implementation

    - Refactor Allowed Queries With Path Variables Implementation
    - Unit tests
    - Bump up version
    ndegwamartin committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    66db5f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Implement Sync Filter Resource Ignore Suport

    - Add support for excluding composition base resources from RBAC/Authorization
    - Unit tests
    ndegwamartin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3627d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ebfc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Update Docker Configuration

    - Add copying of sync filter ignore resource file to image
    ndegwamartin committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d79ca06 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    12ca877 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from opensrp/optimize-data-filtering

    Optimize Remote Data Sync Strategy Implementation
    dubdabasoduba authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    a3b599b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 23, 2023

  1. Refactor Proxy Request Filtering Implementation

    - Refactor/optimize Allowed Queries with Path Variables
    - Refactor/remove sync filter for skipped resouces implementation
    - Unit tests
    ndegwamartin committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    954bfe2 View commit details
    Browse the repository at this point in the history
  2. Temporary HAPI FHIR Bug Workaround

    - Currently deployed HAPI FHIR Server does NOT support Code URls when searching against metatags.
    ndegwamartin committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2c24b3e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Clean up

    ndegwamartin committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    77f75fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from opensrp/reinstate-common-utils

    Add FHIR Common Utils Dependency, Enable Spotless Apply, Refactor Allowed Queries with Patch Variables Implementation
    ndegwamartin authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    c7a2e08 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Implement Sync Data Filter Ignored Queries (#17)

    * Implement Sync Data Filter Ignored Queries
    * SERVER module: Update Common Utils Version
    * Update URL Allowed Queries Configuration
    * Update Composition Endpoint Allowed Query Configuration 
    * Update Binary Allowed Queries Configuration
    * Enforce required param _id for Binary endpoint
    * Peformance Improvement
    * Disable the Auth Parameters
    
    ---------
    
    Co-authored-by: Martin Ndegwa <[email protected]>
    Co-authored-by: Martin Ndegwa <[email protected]>
    3 people authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    4a9a85c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Update hapi_sync_filter_ignored_queries.json config (#21)

    * Update hapi_sync_filter_ignored_queries.jon
    - Add Plan Definitions to resources ignored by the Data Filter
    - Update hapi_sync_filter_ignored_queries.json
    
    Ignore Measure and Library resource endpoints
    ndegwamartin authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c7f0784 View commit details
    Browse the repository at this point in the history
  2. Update docker-publish.yml (#22)

    Temporarily disable unused GHCR auth step
    ndegwamartin authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ea167f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    7886409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56ae9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c1e96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c1d83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d430993 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8229363 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e1b8e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    3fea9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dd5a86 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Merge pull request #23 from opensrp/upstream_changes

    Upstream changes
    dubdabasoduba authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1fea1d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    44f4d8a View commit details
    Browse the repository at this point in the history
  2. Fix broken unit tests

    rehammuzzamil committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6a5ec86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d112cdc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

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

Commits on Apr 25, 2023

  1. ♻️ Rename the FHIR access proxy to the fhir gateway (#25)

    * ♻️ Rename the FHIR Access proxy to the FHIR Gateway
    * Fix Build 💚
    
    ---------
    
    Co-authored-by: Martin Ndegwa <[email protected]>
    dubdabasoduba and ndegwamartin authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d92aebe View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request #24 from opensrp/copy-of-main-before-sync_and_main…

    …_changes
    
    Sync the OpenSRP FHIR Gateway repo with the upstream Google FHIR Gateway repo
    dubdabasoduba authored May 4, 2023
    Configuration menu
    Copy the full SHA
    63d6f37 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Revert filter by code url and value

    Fixes #2090
    ekigamba committed May 8, 2023
    Configuration menu
    Copy the full SHA
    a93adb6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    9249a19 View commit details
    Browse the repository at this point in the history
  2. Remove comments

    ekigamba committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8f93524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c93cade View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update version to 0.1.18-beta (#28)

    * Bump up version to 0.1.18-beta 💚
    * Update Docker Workflow Configuration
    * Update POM file to generate generic final jar file
    ---------
    
    Co-authored-by: Martin Ndegwa <[email protected]>
    ekigamba and ndegwamartin authored May 12, 2023
    Configuration menu
    Copy the full SHA
    dd8b50e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. [ServerSide] Sync the OpenSRP FHIR Gateway repo with the upstream Goo…

    …gle FHIR Gateway repo (#29)
    
    * Allow request mutation by Access checkers (google#140)
    
    * Define access decision preprocess stage to mutate the request params
    
    * Documentation for request mutation change. Added test cases.
    
    * Removed static identifier from request mutation method
    
    * Updated the scan paths for demo app to load the core beans (google#132)
    
    Add default scan paths in the exec application
    
    * Support gzip encoding in data transfer (google#147)
    
    * supporting gzip for client and server data transfer
    
    * Version change for the next dev cycle (google#159)
    
    * Fix in unit test
    
    * Fixed unimplemented method in the OpenSRPSyncAccessDecision
    
    ---------
    
    Co-authored-by: vivekmittal07 <[email protected]>
    Co-authored-by: anchita-g <[email protected]>
    Co-authored-by: Bashir Sadjad <[email protected]>
    4 people authored May 15, 2023
    Configuration menu
    Copy the full SHA
    208f0fc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update missing commits

    rehammuzzamil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    2c10a8b View commit details
    Browse the repository at this point in the history
  2. Empty commit

    rehammuzzamil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1709d75 View commit details
    Browse the repository at this point in the history
  3. Update missing commits

    rehammuzzamil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    25de285 View commit details
    Browse the repository at this point in the history
  4. Update missing commits

    rehammuzzamil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    579aa95 View commit details
    Browse the repository at this point in the history
  5. Bump up version

    rehammuzzamil committed May 17, 2023
    Configuration menu
    Copy the full SHA
    03a9a13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eb7479 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    e523287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018de14 View commit details
    Browse the repository at this point in the history
  3. Release 0.1.21 Beta (#34)

    * Release 0.1.21
    ndegwamartin authored May 25, 2023
    Configuration menu
    Copy the full SHA
    6b1df2e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    7a14158 View commit details
    Browse the repository at this point in the history
  2. Update versions to 0.1.22

    ekigamba committed May 30, 2023
    Configuration menu
    Copy the full SHA
    dff40be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4774283 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Update versions to 0.1.23

    ekigamba committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3513ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c049f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c2407 View commit details
    Browse the repository at this point in the history
  4. Update versions to 0.1.24

    ekigamba committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c1563d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7447096 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 13, 2023

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

Commits on Jun 19, 2023

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

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    4b79c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75fb398 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix Buffered Reader Closed Stream Bug

    - Refactor Permission Checker to handle String type Ids
    - Remove invocations of EntityUtils.toString(entity, "UTF-8");
    ndegwamartin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    52745cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca1847 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Implement List Mode Content Fetch ⚡️ (#40)

    * Implement List Mode Content Fetch ⚡️
    - Support returning all List resource References in result
    - Add Unit Tests
    ndegwamartin authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    dbb0978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51ebac7 View commit details
    Browse the repository at this point in the history
  3. Refactor Pre Processing Implementation ♻️

    - Migrate Pre Processing to Request Mutation plugin API
    ndegwamartin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    93dbc33 View commit details
    Browse the repository at this point in the history
  4. Fix Request Fails For Illegal Header State

    - Return original unmutated request incase of failure
    ndegwamartin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ec150aa View commit details
    Browse the repository at this point in the history
  5. Release Version 0.2.5

    ndegwamartin committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b5ddc31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    724d491 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Refactor Gateway list entries mode to support Search by Tag

    - Add support for list mode entries fetch with Search by _ID tag
    - Unit testing
    ndegwamartin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bf02fc7 View commit details
    Browse the repository at this point in the history
  2. Add Exceptions processing and Error Feedback

    - Error processing for unconfigured Sync Strategy for user
    - Error processing for incorrectly configured FHIR Gateway Mode Header
    ndegwamartin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d1b5ce7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Code Refactor + Clean up

    ndegwamartin committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f36cd6e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Disable search by _tags

    ndegwamartin committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5b8b015 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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

Commits on Jul 17, 2023

  1. Merge pull request #39 from opensrp/prac-details-fix

    Troubleshoot/Fix Buffered Reader Closed Stream Bug
    rehammuzzamil authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f18ae67 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. Merge pull request #42 from opensrp/fixes-enhancements

    Refactor Gateway list-entries mode to support Search by Tag
    dubdabasoduba authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7eb7cb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

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

Commits on Jul 22, 2023

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

Commits on Jul 25, 2023

  1. Update Multi practitioners endpoint

    - Return Practitoner object in Practitioner Details
    ndegwamartin committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    71d6d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a004b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Refactor FHIR Practitioner Details Response

    - Return Practitioners as Array List
    - Return OrganizationAffiliations
    - Migrate fhir-common-utils library
    ndegwamartin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c2dec39 View commit details
    Browse the repository at this point in the history
  2. Bump up release version

    ndegwamartin committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9f67c0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5a722 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

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

Commits on Aug 1, 2023

  1. Clean up

    ndegwamartin committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cb0f739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87b9a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    11eb871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bb810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56c4afd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd339c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #43 from opensrp/multiple-practitioner-details

    Implement Multiple practitioners details endpoint
    ndegwamartin authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3355855 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    0e57945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    104ef0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd4436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    776c496 View commit details
    Browse the repository at this point in the history
  5. Remove redundant code

    rehammuzzamil committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e2c34cb View commit details
    Browse the repository at this point in the history
  6. Remove redundant code

    rehammuzzamil committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    72741c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Update with Main

    rehammuzzamil committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fa7fe00 View commit details
    Browse the repository at this point in the history
  2. Fix spotless issues

    rehammuzzamil committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0934268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4846b11 View commit details
    Browse the repository at this point in the history
  4. clean up

    ndegwamartin committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    581743a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    b3dc299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    858a88c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076f1dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5c354e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f90f33c View commit details
    Browse the repository at this point in the history
  6. Remove redundant code

    rehammuzzamil committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d5f0ffe View commit details
    Browse the repository at this point in the history
  7. Add constant

    rehammuzzamil committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    54352cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5349b2 View commit details
    Browse the repository at this point in the history
  9. Refactor

    ndegwamartin authored and rehammuzzamil committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    580d86c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Addressed PR feedback

    rehammuzzamil committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d980aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d660ff View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 20, 2023

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

Commits on Sep 27, 2023

  1. Addressed PR feedback

    rehammuzzamil committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a6eb8cd View commit details
    Browse the repository at this point in the history
  2. Addressed PR feedback

    rehammuzzamil committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    822fa61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69d79c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4434fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Clean up test class

    ndegwamartin committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b042fbd View commit details
    Browse the repository at this point in the history
  2. More clean up

    ndegwamartin committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    73360c7 View commit details
    Browse the repository at this point in the history
  3. Remove redundant check

    ndegwamartin committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9cdd024 View commit details
    Browse the repository at this point in the history