Jörn Friedrich Dreyer

Results 154 issues of Jörn Friedrich Dreyer

We generate provider IDs dynamically. Can you make these work with regexes? ``` "eoshome-[dlntz]" = { address = "localhost:16000" } "eoshome-[agjkw]" = { address = "localhost:16001" } "eoshome-[horsy]" = {...

When trying to resolve URLs like `https://cloud.ocis.test/f//relative/path?id=b78c2044-5b51-446f-82f6-907a664d089c:194b4a97-597c-4461-ab56-afd4f5a21607` the web may need to rely on the id if the `` is not unique or if a segment in the relative path...

discussion

the integration test for storage providers: [`[It] creates a home directory`](https://github.com/cs3org/reva/blob/bca5582877f0de37839cd72333c41c5ba9d992a3/tests/integration/grpc/gateway_storageprovider_test.go#L136) seems to be flaky. It failed in https://drone.cernbox.cern.ch/cs3org/reva/6217/5/3 ``` • [FAILED] [11.192 seconds] 182 | gateway 183 | /drone/src/tests/integration/grpc/gateway_storageprovider_test.go:52...

bug
CI

a new objectidentity[](https://docs.microsoft.com/en-us/graph/api/resources/objectidentity?view=graph-rest-1.0) resource was added: ``` ``` it is used in the user resource.

This allows passing a context with opentelemetry tracing information to remote services / store implementations. Regarding the pr template: > 1. Make sure this PR targets the `develop` branch. We...

The driver options array passed in in https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Driver/OCI8/Driver.php#L36 is ignored and options like `sessionMode`, `persistent` and `pooled` are taken from $params. The adapters in doctrine currently treat `$driverOptions` differently: -...

Improvement
oci8
pdo_oci

### Actual behaviour ``` D: 2022-09-04 13:45:10:292(OwnCloudClient.java:130) .saveExecuteHttpMethod()Executing in request with id 0cf04438-47e4-4f3b-8f0f-1f19521c8ac5 D: 2022-09-04 13:45:10:302(SingleSessionManager.java:99) .getClientFor()getClientFor starting V: 2022-09-04 13:45:10:303(SingleSessionManager.java:126) .getClientFor()reusing client for account ...@... D: 2022-09-04 13:45:10:305(SingleSessionManager.java:163) .getClientFor()getClientFor...

Decomposedfs can now store metadata in JSON - [ ] refactor all xattr access into node specific methods - [ ] introduce MetadataStore interface and pass it down to Node...

We should use JSON to fetch shares instead of XML. With hundreds of shares (in this case 500) the savings become noticeable: ``` vscode ➜ ~/repositories/reva (prefer-return-minimal ✗) $ curl...

enhancement