Update zio-metrics-connectors, ... to 2.2.0 #3539
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / ZIO-Http Routes Test Report
succeeded
Oct 1, 2023 in 1s
ZIO-Http Routes Test Report ✅
✅ ./integration/target/test-reports/TEST-org.knora.webapi.e2e.admin.ProjectsADME2EZioHttpSpec.xml
40 tests were completed in 19s with 40 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
org.knora.webapi.e2e.admin.ProjectsADME2EZioHttpSpec | 40✅ | 19s |
✅ org.knora.webapi.e2e.admin.ProjectsADME2EZioHttpSpec
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return all projects excluding built-in system projects
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return the information for a single project identified by iri
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return the information for a single project identified by shortname
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return the information for a single project identified by shortcode
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return the project's restricted view settings using its IRI
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return the project's restricted view settings using its shortname
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query for project information should return the project's restricted view settings using its shortcode
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when given a custom Iri should CREATE a new project with the provided custom Iri
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when given a custom Iri should return 'BadRequest' if the supplied project IRI is not unique
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should CREATE a new project and return the project info if the supplied shortname is unique
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should return a 'BadRequest' if the supplied project shortname during creation is not unique
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should return 'BadRequest' if 'shortname' during creation is missing
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should return 'BadRequest' if 'shortcode' during creation is missing
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should return 'BadRequest' if 'project description' during creation is missing
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should UPDATE a project
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should UPDATE a project with multi-language description
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to modify project information should DELETE a project
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [FUNCTIONALITY] should return all members of a project identified by iri
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [FUNCTIONALITY] should return all members of a project identified by shortname
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [FUNCTIONALITY] should return all members of a project identified by shortcode
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [FUNCTIONALITY] should return all admin members of a project identified by iri
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [FUNCTIONALITY] should return all admin members of a project identified by shortname
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [FUNCTIONALITY] should return all admin members of a project identified by shortcode
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [PERMISSIONS] should return members of a project to a SystemAdmin
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [PERMISSIONS] should return members of a project to a ProjectAdmin
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [PERMISSIONS] should return `Forbidden` for members of a project to a normal user
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [PERMISSIONS] should return admin-members of a project to a SystemAdmin
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [PERMISSIONS] should return admin-members of a project to a ProjectAdmin
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query members [PERMISSIONS] should return `Forbidden` for admin-members of a project to a normal user
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query keywords should return all unique keywords for all projects
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query keywords should return all keywords for a single project
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query keywords should return empty list for a project without keywords
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to query keywords should return 'NotFound' when the project IRI is unknown
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to dump project data should return a TriG file containing all data from a project
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to set RestrictedViewSize by project IRI should return requested value to be set with 200 Response Status
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to set RestrictedViewSize by project IRI should return the `BadRequest` if the size value is invalid
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to set RestrictedViewSize by project IRI should return `Forbidden` for the user who is not a system nor project admin
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to set RestrictedViewSize by project Shortcode should return requested value to be set with 200 Response Status
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to set RestrictedViewSize by project Shortcode should return the `BadRequest` if the size value is invalid
✅ The Projects Route (http://0.0.0.0:5555 -> 'admin/projects') when used to set RestrictedViewSize by project Shortcode should return `Forbidden` for the user who is not a system nor project admin
Loading