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

Feature/adding location #129

Merged
merged 33 commits into from
Oct 16, 2024
Merged

Feature/adding location #129

merged 33 commits into from
Oct 16, 2024

Commits on Sep 5, 2024

  1. Add village to individual and group model

    to facilitate row security
    weilu committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    80997e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    af44440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3269d6b View commit details
    Browse the repository at this point in the history
  3. Row-level security for group membership query

    Aka GroupIndividual
    weilu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    48df524 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93000ab View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    e01ebe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd6b76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27a5d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b814cb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Add basic create group gql mutation test

    Also refactor individual mutation & query test to extract setup code
    weilu committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    364ec1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90e48b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 29, 2024

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

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    80b9ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb938b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cbda50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7556bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93b8d54 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix perforamnce for individual data update (#127)

    * Fix perforamnce for individual data update
    
    * added saving in bulk way validation errors
    
    * removed redundant print
    
    ---------
    
    Co-authored-by: sniedzielski <sniedzielski@soldevelo.com>
    dborowiecki and sniedzielski authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b857296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629486f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 11, 2024

  1. fixing tests

    delcroip committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    77efbf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c00b910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf9753 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efbcffb View commit details
    Browse the repository at this point in the history
  5. Remove repeated tests & add back test case on group-individual loc match

    - Also modify existing cases to ensure imis admin can modify individual
    and group with location
    - Show error message when assert_mutation_success fails
    weilu committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    324c578 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0925244 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    133b3ff View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    78ca22f View commit details
    Browse the repository at this point in the history
  2. Check that individual and group location match

    On group assignments and updates
    weilu committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    87c7697 View commit details
    Browse the repository at this point in the history