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

Extend integration tests around Contexts #1006

Closed
46 of 48 tasks
blizzz opened this issue Apr 26, 2024 · 0 comments · Fixed by #1421
Closed
46 of 48 tasks

Extend integration tests around Contexts #1006

blizzz opened this issue Apr 26, 2024 · 0 comments · Fixed by #1421
Assignees
Labels
enhancement New feature or request overview Overview of other issues

Comments

@blizzz
Copy link
Member

blizzz commented Apr 26, 2024

Pull requests so far

Scenarios to be covered

  1. Creation

    • Create context with views and tables
    • Create context with inaccessible table
    • Create context with inaccessible view
  2. Reading

    • Read all contexts
      • also with contexts shared to "me"
    • Read specific owned context
    • Read inaccessible context
    • Read specific shared context
    • Read a non-existing context
  3. Deleting

    • Delete owned context
    • Delete inaccessible context
    • Delete shared context
    • Delete a non-existing context
  4. Updating Context

    • Change name, icon, description of an owned context
    • Change name, icon, description of a shared context
    • Change name, icon, description of an inaccessible context
    • Add table to an owned context
    • Add table to a shared context
    • Add table to an inaccessible context
    • Add inaccessible table to an owned context
    • Add inaccessible table to a shared context implicit
    • Add inaccessible table to an inaccessible context
    • Delete table from an owned context
    • Delete table from a shared context
    • Delete table from an inaccessible context
    • Delete non-existing table from a context implicit
  5. Updating Context contents

    • Add row to table with permission
    • Add row to table without permission
    • Add row to view with permission
    • Add row to view without permission
    • Edit row in table with permission
    • Edit row in table without permisson
    • Edit row in view with permission
    • Edit row in view without permission
    • Delete row in table with permission
    • Delete row in table without permission
    • Add row to inaccessible table
    • Add row to inaccessible view
    • Edit row in inaccessible table
    • Edit row in inaccessible view
    • Delete row in inaccessible table
    • Delete row in inaccessible view
    • more?
  6. Transfer ownership

    • Transfer an owned context
    • Transfer a shared context
    • Transfer an inaccessible context
  7. Sharing

    • Share owned context
    • Share shared context
    • Share inaccessible context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request overview Overview of other issues
Projects
Status: ☑️ Done
1 participant