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

API: Use config for ORM config #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

API: Use config for ORM config

e0fd283
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

API: Use config for ORM config #365

API: Use config for ORM config
e0fd283
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests succeeded Sep 17, 2024 in 0s

8 passed, 0 failed and 0 skipped

Tests passed successfully

✅ api/junit.xml

8 tests were completed in 6s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
AccessControlService 8✅ 6s

✅ AccessControlService

AccessControlService getPermissionsForUser should return no permissions by default
  ✅ AccessControlService getPermissionsForUser should return no permissions by default
AccessControlService getPermissionsForUser should return all permissions for Vivid Planet employee
  ✅ AccessControlService getPermissionsForUser should return all permissions for Vivid Planet employee
AccessControlService getPermissionsForUser should return all permissions for Admin
  ✅ AccessControlService getPermissionsForUser should return all permissions for Admin
AccessControlService getPermissionsForUser should return pageTree permission for German editor
  ✅ AccessControlService getPermissionsForUser should return pageTree permission for German editor
AccessControlService getContentScopesForUser should return no content scopes by default
  ✅ AccessControlService getContentScopesForUser should return no content scopes by default
AccessControlService getContentScopesForUser should return all content scopes for Vivid Planet employee
  ✅ AccessControlService getContentScopesForUser should return all content scopes for Vivid Planet employee
AccessControlService getContentScopesForUser should return all content scopes for Admin
  ✅ AccessControlService getContentScopesForUser should return all content scopes for Admin
AccessControlService getContentScopesForUser should return German content scopes for German editor
  ✅ AccessControlService getContentScopesForUser should return German content scopes for German editor