Commit Graph

6517 Commits

Author SHA1 Message Date
dependabot[bot]
66bbc19546 Bump lodash from 4.17.15 to 4.17.20 in /accounts
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-15 08:57:28 +00:00
Michael Barz
d480fdbff6 Merge pull request #604 from owncloud/dependabot/npm_and_yarn/accounts/bl-4.0.3
Bump bl from 4.0.2 to 4.0.3 in /accounts
2020-10-15 10:57:25 +02:00
Phil Davis
151198e448 Merge pull request #706 from owncloud/individual-it-patch-2
[docs-only] update testing docs
2020-10-15 14:20:36 +05:45
Artur Neumann
20d069ffab delete LDAP references 2020-10-15 13:52:56 +05:45
Phil Davis
4d34e87677 Adjust dev testing doc for mono-repo changes 2020-10-15 13:45:28 +05:45
Artur Neumann
6c71f830ff use new default reva data folder 2020-10-15 13:31:05 +05:45
Phil Davis
5efc117fed Merge pull request #700 from owncloud/bump-core-commit-38009
[tests-only] Bump core commit for tests to include core PR 38009
2020-10-15 08:10:41 +05:45
Ilja Neumann
c9f0cdd256 Disable ACCOUNTS_DATA_PATH 2020-10-14 19:07:56 +02:00
Ilja Neumann
f272bb243b Add STORAGE_STORAGE_METADATA_ROOT 2020-10-14 18:40:14 +02:00
Phil Davis
b0e0d4f765 Bump core commit for tests to include core PR 38009 2020-10-14 22:05:51 +05:45
Michael Barz
8a22938698 Correct docker tag sufix for eos-ocis 2020-10-14 18:19:10 +02:00
Ilja Neumann
3aa10fa8f0 Fix lint 2020-10-14 18:03:52 +02:00
Ilja Neumann
f651303866 Fix id or samaccount query 2020-10-14 18:03:52 +02:00
Ilja Neumann
20e3bd0826 Disable DISK_PATH temporarily 2020-10-14 18:03:52 +02:00
Ilja Neumann
199ad32e04 Temporarily disable groups query 2020-10-14 18:03:52 +02:00
Ilja Neumann
98ed583b89 Add or query to query regexes 2020-10-14 18:03:52 +02:00
Ilja Neumann
8bcf5d4096 Add startswith(id,...) query for group 2020-10-14 18:03:52 +02:00
Ilja Neumann
c31732872d Don't add empty values to the index 2020-10-14 18:03:52 +02:00
Ilja Neumann
755bbd7817 Create absolute accounts dir for tests and recreate it on each test 2020-10-14 18:03:52 +02:00
Ilja Neumann
f84892a2c2 Fix test to not rely on ordering 2020-10-14 18:03:52 +02:00
Ilja Neumann
cc0a141dc6 go fmt 2020-10-14 18:03:52 +02:00
Ilja Neumann
0ca3a10daf Remove bleave provider and tokenizer 2020-10-14 18:03:52 +02:00
Ilja Neumann
9243330ae4 Create random testdata-dir 2020-10-14 18:03:52 +02:00
Ilja Neumann
be9b30f0b5 - Reseed in each update-test
- Don't assert in cleanup
2020-10-14 18:03:52 +02:00
Ilja Neumann
fd6d80435b Fix ListGroups 2020-10-14 18:03:52 +02:00
Ilja Neumann
05b2acf4a9 staticcheck 2020-10-14 18:03:52 +02:00
Ilja Neumann
29a63532f1 Various test adjustments and fixes 2020-10-14 18:03:52 +02:00
Ilja Neumann
4aa019289b Don't check if symlink is valid, as the target might have already been removed before index update 2020-10-14 18:03:52 +02:00
Ilja Neumann
c4df138ac7 Fix groups data-folder 2020-10-14 18:03:52 +02:00
Ilja Neumann
aada7ac65d Delete group by entity instead by id 2020-10-14 18:03:52 +02:00
Ilja Neumann
56b88057e8 Delete value directory if it is empty 2020-10-14 18:03:52 +02:00
Ilja Neumann
e2f54df24d Pass account instead of id to index delete 2020-10-14 18:03:52 +02:00
Ilja Neumann
f11ae963b1 Fix index types 2020-10-14 18:03:52 +02:00
Ilja Neumann
51c853fa23 Make user-listing and querying work + fix lint/vet/staticcheck 2020-10-14 18:03:52 +02:00
Ilja Neumann
69a7491507 Integrate indexer / remove bleve [WIP] 2020-10-14 18:03:52 +02:00
A.Unger
3a08a6eac0 shared helper init function for starting the metadata storage 2020-10-14 18:03:52 +02:00
Benedikt Kulmann
7d999f1334 Fix metadata storage in tests 2020-10-14 18:03:52 +02:00
A.Unger
d85e818546 fix all ofenses 2020-10-14 18:03:52 +02:00
A.Unger
dd5ee5e9da rename Id -> ID 2020-10-14 18:03:52 +02:00
A.Unger
0a038219fa fix more ofenses 2020-10-14 18:03:52 +02:00
A.Unger
815d07f71c fix linter 2020-10-14 18:03:52 +02:00
A.Unger
9d285e2ec5 fix staticchecks 2020-10-14 18:03:52 +02:00
A.Unger
1ff74d1f73 oops 2020-10-14 18:03:52 +02:00
A.Unger
04b33715d0 refactor disk tests 2020-10-14 18:03:52 +02:00
Benedikt Kulmann
7bbc387af1 start metadata storage in tests 2020-10-14 18:03:52 +02:00
A.Unger
4015a504e3 fix test suite 2020-10-14 18:03:52 +02:00
A.Unger
4444f5e8a4 delete unused AddNonUniqueIndex 2020-10-14 18:03:52 +02:00
A.Unger
fbd52cef8f merge AddUniqueIndex and AddNonUniqueIndex into AddIndex to the Indexer 2020-10-14 18:03:52 +02:00
Ilja Neumann
dba08c48dc Add non-unique with index with options 2020-10-14 18:03:52 +02:00
Ilja Neumann
4300f6a3cf Apply ProviderAddr from options to cs3config 2020-10-14 18:03:52 +02:00