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

feat: Remove Default Resolver + GQL Dataloaders #64

Closed
wants to merge 29 commits into from

Commits on Aug 10, 2022

  1. [WIP] feat: Experiments

    fahimalizain committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    27aa7c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. feat: DataLoader

    fahimalizain committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    be6913e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fad669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f91d362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c784c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

  1. fix: removed unused code

    fahimalizain committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bd2a4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. feat: Basic Perms for new Resolvers

    fix: Use get_list in doc-dataloader
    
    feat: Basic Perms for new resolvers
    
    
    Co-authored-by: Fahim Ali Zain <[email protected]>
    
    Merge-request: ROMMAN-MR-126
    Merged-by: Fahim Ali Zain <[email protected]>
    fahimalizain authored and Space committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a8419fb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. feat: Field Level Perms (#66)

    * feat: Field Level Perms
    
    * fix: keywords in field names
    fahimalizain authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f506eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5152e94 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 22, 2022

  1. feat: Introduce hook 'doctype_resolver_processors'

    Co-authored-by: Fahim Ali Zain <[email protected]>
    
    Merge-request: ROMMAN-MR-178
    Merged-by: Fahim Ali Zain <[email protected]>
    fahimalizain authored and Space committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b7e206b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0e8df View commit details
    Browse the repository at this point in the history
  3. feat: Translations Support

    fix: remove redundant resolver check
    
    Merge branch 'ROMMAN-T-289-kick-default-resolver' into ROMMAN-T-481-translations
    
    feat: Translations Support
    
    
    Co-authored-by: Fahim Ali Zain <[email protected]>
    
    Merge-request: ROMMAN-MR-177
    Merged-by: Fahim Ali Zain <[email protected]>
    fahimalizain authored and Space committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    974538c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

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

Commits on Aug 25, 2022

  1. feat: implement select field resolver

    Co-authored-by: Abadulrehman <[email protected]>
    
    Merge-request: ROMMAN-MR-196
    Merged-by: Fahim Ali Zain <[email protected]>
    Abadulrehman authored and Space committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    f354001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a04f0a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    de30ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e0715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea01ae7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

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

Commits on Sep 9, 2022

  1. [ROMMAN-T-521] GQL Dataloader: Raise Perm Error on GQLNonNull Permlev…

    …el Restricted Fields
    
    fix: check for GraphQLNonNull
    
    fix: use default_field_resolver from graphql
    
    fix: refactored perm checks
    
    fix: Raise Perm Error on GQLNonNull Permlevel Restricted Fields
    
    
    Co-authored-by: Fahim Ali Zain <[email protected]>
    
    Merge-request: ROMMAN-MR-214
    Merged-by: Fahim Ali Zain <[email protected]>
    fahimalizain authored and Space committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    800bd26 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Oct 4, 2022

  1. use new graphql-sync-dataloaders package (#81)

    * refactor: use graphql-sync-dataloader package
    
    * refactor: update package graphql-sync-dataloader
    e-lobo authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b97b675 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    09dc1a9 View commit details
    Browse the repository at this point in the history
  2. chore: types

    fahimalizain committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2aad208 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    4facc15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04493ad View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. ROMMAN-T-433 | tests: Update DocumentResolver Tests

    tests: fix test_deleted_doc_resolution
    
    Merge branch 'ROMMAN-T-289-kick-default-resolver' into ROMMAN-T-433-document-resolver-tests
    
    Merge branch 'ROMMAN-T-289-kick-default-resolver' into ROMMAN-T-433-document-resolver-tests
    
    tests: Update DocumentResolver Tests
    
    
    Co-authored-by: Fahim Ali Zain <[email protected]>
    
    Merge-request: ROMMAN-MR-368
    Merged-by: Fahim Ali Zain <[email protected]>
    fahimalizain authored and Space committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    5ce74de View commit details
    Browse the repository at this point in the history