nirajacharya2
nirajacharya2
## Describe the bug According to https://owncloud.dev/libre-graph-api/#/educationUser/CreateEducationUser creating user should give `201` ## Steps to reproduce 1. create an education user ## Expected behavior the status code should be `201`...
[full-ci] add code coverage flag to the debug build and add docs for generating the coverage report
## Description This PR adds build flag to create a code-coverage report and docs for getting the report output: ```shell ~/ocis$ go tool covdata percent -i=somedata github.com/owncloud/ocis/v2/ocis-pkg/account coverage: 100.0% of...
New roles added in PR https://github.com/owncloud/ocis/pull/9943 Role: `ViewerListGrants` Id: `d5041006-ebb3-4b4a-b6a4-7c180ecfb17d` Role: `EditorListGrants` Id: `e8ea8b21-abd4-45d2-b893-8d1546378e9e` Role: `FileEditorListGrants` Id: `c1235aea-d106-42db-8458-7d5610fb0a67` >These roles let user see the activities of a resource Bugs: -...
## Description This PR adds test for using auth-app token for making request ## Related Issue - Part of: https://github.com/owncloud/ocis/issues/10619 ## Motivation and Context ## How Has This Been Tested?...
## Description This PR adds test to check if auth-app token stops working after it expired ## Related Issue - Part of: https://github.com/owncloud/ocis/issues/10619 ## Motivation and Context ## How Has...
We will be running kubernetes instance in CI and run api and ui tests against them. We will be only run tests against single binary on nightly. reference: https://github.com/owncloud/ocis-charts/blob/main/.drone.star#L150
## Description Add tests coverage for default behaviour for email/notifications of various events on resource and space. This issue is for testing default behavior( without changing any notification settings) of...
## Description ## Related Issue - related issue: https://github.com/owncloud/ocis/issues/11019 ## Motivation and Context ## How Has This Been Tested? - test environment: - test case 1: - test case 2:...
we have acceptance tests (written in php) for ocis (written in go). It will be very nice and useful to see which "feature" or how much code was covered by...
## Description With this PR, we can run selective tests using predefined users. Tests that cannot be run (at least for now): - admin action tests: - admin-settings - role...