Alex Unger
636caea217
add index on account.Id due to a rogue query
2020-10-29 15:24:26 +01:00
A.Unger
c72e212c91
first implementation of our own query tree and tree resolution
...
added godata dep
use correct godata dependency, enhance tests
refactor around indexer search tree
tests reflecting currently used queries
fix static checker
fix linter
replace old regexp with a calll to indexer.Query
fix linter
remove offenses
2020-10-28 16:02:44 +01:00
Phil Davis and GitHub
f3fb12b3bd
Merge pull request #752 from owncloud/bugDemoFor751
...
[tests-only] bug demonstration scenario for #751
2020-10-26 13:42:38 +05:45
Artur Neumann
87b95d3c68
bug demonstration scenario for #751
2020-10-26 12:14:13 +05:45
Phil Davis and GitHub
62a963d944
Merge pull request #603 from owncloud/dependabot/npm_and_yarn/accounts/node-fetch-2.6.1
...
Bump node-fetch from 2.6.0 to 2.6.1 in /accounts
2020-10-24 17:21:41 +05:45
dependabot[bot] and GitHub
bc1f68d24b
Bump node-fetch from 2.6.0 to 2.6.1 in /accounts
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-24 10:39:15 +00:00
Jörn Friedrich Dreyer
27bdf8ce21
Automated changelog update [skip ci]
2020-10-24 07:24:01 +00:00
Jörn Friedrich Dreyer and GitHub
5f67e8c724
Merge pull request #749 from owncloud/rebuild-index
...
Rebuild index
2020-10-24 09:07:13 +02:00
Benedikt Kulmann
bef3a4dca6
Remove unused cs3 indexer in indexer tests
2020-10-24 08:03:02 +02:00
Benedikt Kulmann
f10c3e2852
Disable unstable cs3 tests (connection to metadata storage)
2020-10-24 07:42:47 +02:00
Benedikt Kulmann
47e53c7274
Fix staticcheck
2020-10-24 06:56:41 +02:00
Benedikt Kulmann
9a1aa31cf7
Merge remote-tracking branch 'origin/master' into rebuild-index
2020-10-24 06:38:39 +02:00
Benedikt Kulmann
fe0e4303a0
Use LoadAccounts in accounts handler
2020-10-24 06:37:29 +02:00
Benedikt Kulmann
70b47484f5
Reuse getAuthenticatedContext
2020-10-24 06:21:52 +02:00
Benedikt Kulmann
0f03d8c52c
Rename command
2020-10-24 06:15:34 +02:00
Benedikt Kulmann
337a114d10
Fix uppercase A and G comments
2020-10-24 06:13:18 +02:00
A.Unger
ae248d871f
fix TestListMembersEmptyGroup by setting a new Guid
2020-10-24 00:07:57 +02:00
Jörn Friedrich Dreyer and GitHub
17a180e339
Merge pull request #729 from butonic/clarify-storage-driver-env-vars
...
Clarify storage driver env vars
2020-10-23 23:38:03 +02:00
A.Unger
0aecfcd742
small refactor on disk autoincrement index, move some helper functions
2020-10-23 23:31:37 +02:00
A.Unger
142f094f43
Merge branch 'master' into rebuild-index
2020-10-23 22:58:35 +02:00
Jörn Friedrich Dreyer
8eb0864c93
Clarify storage driver env vars
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-10-23 22:48:02 +02:00
Jörn Friedrich Dreyer
542b5a2b1b
Automated changelog update [skip ci]
2020-10-23 19:59:41 +00:00
Jörn Friedrich Dreyer and GitHub
eb47947ae3
Merge pull request #748 from butonic/update-reva-to-cdb3d6688da5
...
Update reva to cdb3d6688da5
2020-10-23 21:39:12 +02:00
Jörn Friedrich Dreyer
df9fa95c9f
wait for open port when setting up metadata storage for accounts tests
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-10-23 20:56:17 +02:00
Jörn Friedrich Dreyer
368fb103f6
Update reva to cdb3d6688da5
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-10-23 19:15:48 +02:00
Benedikt Kulmann and GitHub
7f1b58d7da
Merge pull request #741 from owncloud/implement-index-lowerbound
...
Lower Bound on CS3 Index
2020-10-23 19:02:17 +02:00
A.Unger and Phil Davis
a8429bde82
add changelog
2020-10-23 22:04:34 +05:45
A.Unger and Phil Davis
2343cb6331
interpret lower bounds correctly for the cs3 index
2020-10-23 22:04:34 +05:45
Phil Davis
fd048c7c58
Automated changelog update [skip ci]
2020-10-23 16:08:47 +00:00
Phil Davis and GitHub
ea66c7d0fb
Merge pull request #745 from butonic/fix-id-or-username-query-handling
...
Fix id or username query handling
2020-10-23 21:29:49 +05:45
Benedikt Kulmann
55d1f78bda
Fix delete for disk indexes
2020-10-23 17:14:27 +02:00
A.Unger
9a30688521
implement Delete operation
2020-10-23 16:53:16 +02:00
Benedikt Kulmann
2b76accc42
Refactor delete into helper
2020-10-23 16:51:53 +02:00
Jörn Friedrich Dreyer
031a1b8012
Fix id or username query handling
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-10-23 16:40:52 +02:00
Benedikt Kulmann
ed5cb9d610
Print error on rebuild command
2020-10-23 16:40:20 +02:00
Jörn Friedrich Dreyer and GitHub
6e76b72827
Merge pull request #742 from owncloud/refactorOCBugApi
...
[Tests-Only]Removed scenarios that was demonstrating Oc10 issue and already exists in core
2020-10-23 16:39:22 +02:00
Benedikt Kulmann
be6c429535
Add more details to errors
2020-10-23 16:34:51 +02:00
Benedikt Kulmann
bf5a960714
Reformat responses
2020-10-23 16:30:23 +02:00
Benedikt Kulmann
16a74c8a7e
Docblocks and refactoring
2020-10-23 16:15:52 +02:00
Benedikt Kulmann
6eaa04ee9e
Rebuild groups index
2020-10-23 16:09:00 +02:00
Benedikt Kulmann
8ac50f9839
Fix loading all accounts
2020-10-23 16:03:03 +02:00
Phil Davis
c4e17c244f
Split into phoenixWebUI7 and phoenixWebUI8 to reduce elapsed time
2020-10-23 19:42:31 +05:45
talank and Phil Davis
f001846c92
Removed apiSharePublicLink2-updatePublicLinkShare.feature file that was demonstrating Oc10 issue 37653
2020-10-23 19:42:31 +05:45
talank and Phil Davis
ed63727739
Removed createPublicLinkShare.feature file that was demonstrating Oc10 issue 37605
2020-10-23 19:42:31 +05:45
Phil Davis and GitHub
972bbc950f
Merge pull request #747 from owncloud/downgrade-konnectd-to-v33.3
...
Downgrade konnectd to v0.33.3
2020-10-23 19:41:58 +05:45
Ilja Neumann
0170352b92
Downgrade konnectd to v0.33.3
...
Latest caused a regression
2020-10-23 15:04:33 +02:00
Phil Davis and GitHub
1df00ead51
Merge pull request #737 from butonic/mint-token-with-uid
...
Mint token with uid and gid
2020-10-23 18:43:50 +05:45
Benedikt Kulmann
03a0c3d5e5
Rebuild index for accounts
2020-10-23 14:45:37 +02:00
A.Unger
f89c05cf61
raw implementation of index Delete
2020-10-23 14:11:20 +02:00
Benedikt Kulmann and Jörn Friedrich Dreyer
3d48dcc9e5
Use UID and GID for service user auth.
...
Refactored some duplicated code into a helper.
2020-10-23 14:05:06 +02:00