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

fix return status in a few cases and add integration tests against content modification through Applications #1421

Merged
merged 8 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. tests(Behat): add CRUD tests on table issued via context

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    af1c932 View commit details
    Browse the repository at this point in the history
  2. fix(Rows): return correct status code when row update lacks permissions

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    629febb View commit details
    Browse the repository at this point in the history
  3. tests(Behat): add CRUD tests on table issued via context

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9eb081b View commit details
    Browse the repository at this point in the history
  4. fix(Api1): return correct status code when row delete lacks permissions

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    14b636a View commit details
    Browse the repository at this point in the history
  5. tests(Behat): ensure folks without access cannot modify res via context

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b15395b View commit details
    Browse the repository at this point in the history
  6. fix(Rows): return correct status code when row update/delete lacks ac…

    …cess
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8ecd70d View commit details
    Browse the repository at this point in the history
  7. style(PHP): satisfy code style linter

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9b5a3b3 View commit details
    Browse the repository at this point in the history
  8. test(Behat): remove table from collection manager upon delete

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