mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
* add policies service add policies proxy middleware add policies event service add policies grpc service prepare ci and git environments (ci, make, readme, doc) * add webfinger to the drone conf * fix docs remove not used virus scan postprocessing step * relocate example rego file implicitly enable and disable proxy and postprocessing policy checking by setting the query. update configuration descriptions * move policies update readme * use converter func to convert pp environment to actual environment expose and test custom rego functions add engine unit tests add opa unit tests update policies readme Co-authored-by: Martin <github@diemattels.at> * relocate sample policies to the deployments folder change and document policies service port * update index.md and small fix * add health command add version command add debug server --------- Co-authored-by: Martin <github@diemattels.at>
56 lines
798 B
Plaintext
56 lines
798 B
Plaintext
# coverage reports
|
|
*/coverage.out
|
|
services/*/coverage.out
|
|
|
|
# unit test reports
|
|
*/checkstyle.xml
|
|
services/*/checkstyle.xml
|
|
|
|
# nodejs / yarn
|
|
*/package-lock.json
|
|
node_modules/
|
|
yarn-error.log
|
|
yarn.lock
|
|
.pnpm-store/
|
|
|
|
# build artifacts
|
|
*/bin
|
|
services/*/bin
|
|
dist/
|
|
services/*/assets
|
|
ocis/ocis
|
|
ocis/cmd/ocis/__debug_bin
|
|
ocis/cmd/ocis/config/
|
|
|
|
# docs
|
|
/hugo
|
|
|
|
# IDEs
|
|
.idea
|
|
|
|
# Composer - used for API acceptance tests
|
|
composer.lock
|
|
vendor
|
|
vendor-bin/**/vendor
|
|
vendor-bin/**/composer.lock
|
|
vendor-php
|
|
|
|
# API acceptance tests - auto-generated files
|
|
.php-cs-fixer.cache
|
|
|
|
# drone CI is in .drone.star, do not let someone accidentally commit a local .drone.yml
|
|
.drone.yml
|
|
|
|
**/l10n/template.pot
|
|
|
|
# protogen autogenerated
|
|
protogen/buf.sha1.lock
|
|
|
|
# third-party-licenses
|
|
/third-party-licenses
|
|
|
|
# misc
|
|
go.work
|
|
.env
|
|
.envrc
|