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: Application sharing frontend #966

Merged
merged 19 commits into from
Apr 24, 2024

Commits on Apr 19, 2024

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

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

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

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

    Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
    enjeck committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    21a0896 View commit details
    Browse the repository at this point in the history
  5. enh: share context to user

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

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

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

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

Commits on Apr 22, 2024

  1. fix: rebase conflict

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4e23379 View commit details
    Browse the repository at this point in the history
  2. 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 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d25e62c View commit details
    Browse the repository at this point in the history
  3. fix(Contexts): also update node permissions

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9975fb5 View commit details
    Browse the repository at this point in the history
  4. enh: clean up

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

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

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    81aa6e0 View commit details
    Browse the repository at this point in the history
  7. fix: do not overwrite AllTables with tutorial one

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    199adf0 View commit details
    Browse the repository at this point in the history
  8. fix: wrongly inverted condition for adding shared tables

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

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

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dfdcc50 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. remove col style

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