Commit Graph

7856 Commits

Author SHA1 Message Date
Benedikt Kulmann
7708335d55 Update ocis-reva and related test-config 2020-08-12 13:35:14 +05:45
A.Unger
da4ba6cb7e update ocis-glauth to c01ce16 2020-08-12 13:35:14 +05:45
A.Unger
c88138239a change store category to extensions instead of runtime 2020-08-12 13:35:14 +05:45
A.Unger
d9f4f943d8 update ocis-store to 706a465 2020-08-12 13:35:14 +05:45
A.Unger
b0513e6a38 update ocis-store to 706a465 2020-08-12 13:35:14 +05:45
Jörn Friedrich Dreyer
8f3962de88 use ocis-glauth v0.5.0
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-08-12 13:35:14 +05:45
Benedikt Kulmann
60f43af3a9 Update ocis-accounts, ocis-glauth and ocis-reva to respective current master 2020-08-12 13:35:14 +05:45
Benedikt Kulmann
484b1b94d5 Update recently released ocis-extensions 2020-08-12 13:35:14 +05:45
Benedikt Kulmann
ccd8b89d72 Rebase & update ocis-glauth to current master 2020-08-12 13:35:14 +05:45
Benedikt Kulmann
861e69d751 Pin more dependencies
- Pin konnectd, glauth and webdav to current master
- Update thumbnails to 0.2.0
2020-08-12 13:35:14 +05:45
Benedikt Kulmann
5a10cbc84d Point extensions to their respective most recent master commit id
This is to get early results on CI. We need to pin releases, not commit
ids.
2020-08-12 13:35:14 +05:45
Benedikt Kulmann
1b048da76a Fix store command
- Was started with the wrong flagset
- Didn't use the ocis-store config at all
2020-08-12 13:35:14 +05:45
Benedikt Kulmann
ded9a0186e Set jaeger default tracing config 2020-08-12 09:35:43 +02:00
Benedikt Kulmann
353cd3c5df Add changelog item 2020-08-12 09:35:43 +02:00
Benedikt Kulmann
13227efd05 Adapt documentation to new tracing config forwarding. 2020-08-12 09:35:43 +02:00
Benedikt Kulmann
86e344c92c Apply oCIS tracing config to all services having tracing 2020-08-12 09:35:43 +02:00
Phil Davis
c1ff7cfa27 Merge pull request #435 from owncloud/bump-core-commit-20200812
[Tests-Only] Bump core commit 20200812
2020-08-12 13:11:21 +05:45
Phil Davis
75e9506254 Merge pull request #439 from owncloud/add-bug-demo-scenarios
[Tests-Only] Add bug demo scenarios
2020-08-12 13:10:37 +05:45
Phil Davis
c1f3a6b73d Remove core tests that are not run from expected-failures.txt 2020-08-12 12:56:24 +05:45
Phil Davis
f10a948b54 Bump core commit id to get latest CI scripts 2020-08-12 12:41:26 +05:45
Phil Davis
f830ef05b3 Bump core commit id to get latest CI scripts 2020-08-12 12:38:26 +05:45
Phil Davis
7c071a97a5 Skip intermittent upload etag local test scenario 2020-08-12 12:36:46 +05:45
Phil Davis
87d2951172 Remove unused skipOnOcis tag 2020-08-12 12:34:21 +05:45
Phil Davis
aef9716dd0 Bump core commit to not run intermittent test scenarios 2020-08-12 11:16:10 +05:45
Phil Davis
8722bb6b42 Bump core commit id and apply line-number changes to expected-failures.txt 2020-08-12 11:16:10 +05:45
Phil Davis
96990291a3 Add new uploadFile bug demo scenario from core PR 37795 2020-08-12 11:16:10 +05:45
Phil Davis
09d466a1b4 some share response attributes are currently empty in OCIS 2020-08-12 11:16:10 +05:45
Phil Davis
83d5370a1c [Tests-Only] Add bug demo scenarios 2020-08-12 11:16:10 +05:45
Artur Neumann
2f5cdbabe4 Merge pull request #433 from owncloud/bump-commit-id-20200811
[Tests-Only] Bump core commit id for removed bug demo scenarios
2020-08-12 08:50:58 +05:45
Phil Davis
666c851a5d Comment out intermittent test scenario example for etag 2020-08-11 23:31:38 +05:45
Phil Davis
b3c088f9cb Bump core commit id for removed bug demo scenarios 2020-08-11 23:17:15 +05:45
Vincent Petry
d3aa0bc058 Automated changelog update [skip ci] 2020-08-11 15:28:01 +00:00
Vincent Petry
99c1dba7c0 Merge pull request #85 from owncloud/presigned-url-lookup-fix
lookup user by id as well
2020-08-11 17:22:37 +02:00
Vincent Petry
01ede72397 Merge pull request #82 from owncloud/atomic-requests
Atomic requests to the accounts service
2020-08-11 17:08:02 +02:00
Jörn Friedrich Dreyer
3e2e494e57 Automated changelog update [skip ci] 2020-08-11 14:36:38 +00:00
Jörn Friedrich Dreyer
5b2ce79490 Merge pull request #32 from owncloud/signingkey-use-opaqueid
Use opaque ID of a user for signing keys
2020-08-11 16:31:20 +02:00
Jörn Friedrich Dreyer
6e590a051f add changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-08-11 16:18:37 +02:00
Vincent Petry
10686290e7 Use opaque ID of a user for signing keys
OCIS switched from user the user's opaque ID (UUID) everywhere,
so to keep compatible we have adjusted the signing keys endpoint
to also use the UUID when storing and generating the keys.
2020-08-11 16:13:22 +02:00
Alex Unger
20c4203bf1 add changelog
Signed-off-by: A.Unger <zyxancf@gmail.com>
2020-08-11 16:12:42 +02:00
Phil Davis
a9e43853a0 Merge pull request #432 from owncloud/add-new-uploadFile-scenario
[Tests-Only] Add new uploadFile bug demo scenario from core PR 37795
2020-08-11 17:17:09 +05:45
Jörn Friedrich Dreyer
3e29ee9fa2 properly distinguish userid from username
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-08-11 13:31:47 +02:00
Jörn Friedrich Dreyer
49a2b6fd10 Automated changelog update [skip ci] 2020-08-11 11:28:33 +00:00
Jörn Friedrich Dreyer
2151a60cc2 Merge pull request #50 from owncloud/add-ocisid-claim
add `ocis.id` and numeric id claims
2020-08-11 13:26:28 +02:00
Phil Davis
8ef228eb3b Add new uploadFile bug demo scenario from core PR 37795 2020-08-11 16:58:08 +05:45
Jörn Friedrich Dreyer
202140b0c3 add ocis.id and numeric id claims
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-08-11 11:42:49 +02:00
Jörn Friedrich Dreyer
fba174641b lookup user by id as well
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-08-11 10:23:46 +02:00
Artur Neumann
2c4727d79e Merge pull request #427 from owncloud/expected-failures-20200731
[Tests-Only] Implement EXPECTED_FAILURES_FILE for API acceptance tests
2020-08-11 13:51:09 +05:45
Phil Davis
70e8d4fe18 Bump core commit to 2020-08-10 2020-08-10 21:32:37 +05:45
Dipak Acharya
0938dbcaf5 Automated changelog update [skip ci] 2020-08-10 09:30:52 +00:00
Dipak Acharya
eb87da2dfa Merge pull request #34 from owncloud/add-uid-gid
Add UidNumber and GidNumber when creating new user
2020-08-10 15:11:35 +05:45