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

CSS-4603 Refactor toward using canonical/ofga #990

Merged
merged 31 commits into from
Aug 21, 2023

Commits on Jul 7, 2023

  1. Fix exclusion of jimmctl binary

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e7012d4 View commit details
    Browse the repository at this point in the history
  2. Apply initial refactoring toward using canonical/ofga

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    87e153c View commit details
    Browse the repository at this point in the history
  3. Add go-env target to setup Go env vars

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bc1876c View commit details
    Browse the repository at this point in the history
  4. Update docs to mention running make go-env

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7f29b1e View commit details
    Browse the repository at this point in the history
  5. Run make go-env

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fe4563e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix some errors

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6b8dfa5 View commit details
    Browse the repository at this point in the history
  2. Remove commented/unused code

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    69ad7e3 View commit details
    Browse the repository at this point in the history
  3. Organize OpenFGA-related exported types

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f9655dc View commit details
    Browse the repository at this point in the history
  4. Rename AddRelations to AddRelation to match ofga symbol names

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    26f0680 View commit details
    Browse the repository at this point in the history
  5. Replace references to key with tuple

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9f6b78d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix some failing tests

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b525753 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature-rebac' into css-4603/use-ofga

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ccbb88b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Remove commented code

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e5094a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Merge branch 'feature-rebac' into css-4603/use-ofga

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c70bdca View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge branch 'feature-rebac' into css-4603/use-ofga

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    afb463b View commit details
    Browse the repository at this point in the history
  2. Fix some references

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c8ed897 View commit details
    Browse the repository at this point in the history
  3. Fix some tests

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0d2aeba View commit details
    Browse the repository at this point in the history
  4. Delete associated authorization model

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    40f092b View commit details
    Browse the repository at this point in the history
  5. Fix setup

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1a99aa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix authTypeDefinition empty check

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9fac17b View commit details
    Browse the repository at this point in the history
  2. Update go.sum

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dd97072 View commit details
    Browse the repository at this point in the history
  3. Fix dependency issues

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    244508d View commit details
    Browse the repository at this point in the history
  4. Replace go.sum/go.mod from feature-rebac

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    51df1df View commit details
    Browse the repository at this point in the history
  5. Re-add canonical/ofga module as dependency

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    43af474 View commit details
    Browse the repository at this point in the history
  6. Upgrade frankban/quicktest

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d74ed6e View commit details
    Browse the repository at this point in the history
  7. Update to latest canonical/ofga changes

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6a7ef44 View commit details
    Browse the repository at this point in the history
  8. Tidy dependencies

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c86391c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update TODO with Jira card reference

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    580b779 View commit details
    Browse the repository at this point in the history
  2. Simplify struct field assignment

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    89979d9 View commit details
    Browse the repository at this point in the history
  3. Make internal openfga package imports consistent

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dc3df67 View commit details
    Browse the repository at this point in the history
  4. Add godoc for config type adapter function

    Signed-off-by: Babak K. Shandiz <[email protected]>
    babakks committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a48c9d3 View commit details
    Browse the repository at this point in the history