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(Context): add share logic for contexts #962

Merged
merged 21 commits into from
Apr 24, 2024
Merged

Commits on Apr 24, 2024

  1. feat(Context): add share logic for contexts

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    275b250 View commit details
    Browse the repository at this point in the history
  2. fix(Contexts): fetch share information also as sender, not only recip…

    …ient
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1ba0430 View commit details
    Browse the repository at this point in the history
  3. feat(Context): add share logic for contexts

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f0da6c3 View commit details
    Browse the repository at this point in the history
  4. feat: UI elements

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b037eaa View commit details
    Browse the repository at this point in the history
  5. enh: dont show already selected sharing users

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fd9fac7 View commit details
    Browse the repository at this point in the history
  6. enh: share context via api request

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    872bd77 View commit details
    Browse the repository at this point in the history
  7. enh: share context to user

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9c459e0 View commit details
    Browse the repository at this point in the history
  8. enh: properly share and unshare context

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ad70cc1 View commit details
    Browse the repository at this point in the history
  9. fix: enable permissions to share context

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5fc8326 View commit details
    Browse the repository at this point in the history
  10. enh: add permissions for Context resource

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    53ce12b View commit details
    Browse the repository at this point in the history
  11. fix: rebase conflict

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    956f939 View commit details
    Browse the repository at this point in the history
  12. feat(Contexts): return received tables and views

    - that is through the internal endpoints /tables/table and /tables/view
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c9e4aad View commit details
    Browse the repository at this point in the history
  13. fix(Contexts): also update node permissions

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f7efc77 View commit details
    Browse the repository at this point in the history
  14. enh: clean up

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2007e8d View commit details
    Browse the repository at this point in the history
  15. enh: use application instead of context in error

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4271e06 View commit details
    Browse the repository at this point in the history
  16. test(integration): improve failed test message

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    44809da View commit details
    Browse the repository at this point in the history
  17. fix: do not overwrite AllTables with tutorial one

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7fbbbb1 View commit details
    Browse the repository at this point in the history
  18. fix: wrongly inverted condition for adding shared tables

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9558513 View commit details
    Browse the repository at this point in the history
  19. fix(Permissions): expect "context" in checkPermission

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0c72a1b View commit details
    Browse the repository at this point in the history
  20. fix(Contexts): show sharees` displayname in edit modal

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b61e1c2 View commit details
    Browse the repository at this point in the history
  21. remove col style

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck authored and juliusknorr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9598e3f View commit details
    Browse the repository at this point in the history