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

fix(policy): make MatchSubjectMappings operator agnostic #1658

Merged
merged 28 commits into from
Nov 4, 2024

Commits on Oct 16, 2024

  1. remove operator condition

    suchak1 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b906280 View commit details
    Browse the repository at this point in the history
  2. remove value condition

    suchak1 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    af489a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2e94c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. update db code comments

    suchak1 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9b850e7 View commit details
    Browse the repository at this point in the history
  2. update proto

    suchak1 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b4597b0 View commit details
    Browse the repository at this point in the history
  3. update gen code

    suchak1 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2562520 View commit details
    Browse the repository at this point in the history
  4. change NOT_IN test

    suchak1 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b8faf75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf1035e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. add validation to proto

    suchak1 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f2b7beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6581f84 View commit details
    Browse the repository at this point in the history
  3. Revert "remove values from MatchSubjectMappingsRequest"

    This reverts commit 6581f84.
    suchak1 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bac4f8f View commit details
    Browse the repository at this point in the history
  4. add value back to request

    suchak1 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    394e061 View commit details
    Browse the repository at this point in the history
  5. make proto-generate

    suchak1 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cb156ae View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. remove test

    suchak1 committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1dd6d34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3a765 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. convert to sqlc

    suchak1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    caf0077 View commit details
    Browse the repository at this point in the history
  2. clean up

    suchak1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    881ba07 View commit details
    Browse the repository at this point in the history
  3. remove unused select fx

    suchak1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e01820f View commit details
    Browse the repository at this point in the history
  4. rewrite unused hydrate fxs

    suchak1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4723a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c58881e View commit details
    Browse the repository at this point in the history
  6. delete constructMetadata fx

    suchak1 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    93c22c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24870d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. fix(policy): fix MatchSubjectMappings e2e functionality (#1692)

    1. removes metadata from query
    2. ensures integration tests accurately test same JSONB stored by policy
    create/update APIs instead of fixtures (which differ in casing as
    `snake_case` instead of `camelCase` when marshaled by `protojson`)
    3. ensures value field is not required on `SubjectProperty` message
    which is not needed by this API
    jakedoublev authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    b7c4788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d7610 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    f64e0cd View commit details
    Browse the repository at this point in the history
  2. chore(policy): address merge conflict in proto gencode (#1711)

    1. merge with `main` latest
    2. `make proto-generate` to build latest gencode from protos to handle
    the merge conflict in `protocol/go/policy/objects.pb.go`
    jakedoublev authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    394052a View commit details
    Browse the repository at this point in the history
  3. re-trigger CI

    jakedoublev committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8516522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b17a70 View commit details
    Browse the repository at this point in the history