Ilja Neumann
30286fa434
Adjust expected failures
2021-01-22 12:36:41 +01:00
Ilja Neumann
cf9dd65927
go mod tidy
2021-01-22 12:36:41 +01:00
Ilja Neumann
777c29fc35
Update reva to v1.5.1
2021-01-22 12:36:41 +01:00
Phil Davis
94edf1001a
Merge pull request #1384 from owncloud/bump-core-commit-38325
...
[tests-only] Bump core commit id to include tests in core PR 38325
2021-01-22 14:12:46 +05:45
Phil Davis
c7d369cb12
Bump core commit id to include tests in core PR 38325
2021-01-22 13:02:39 +05:45
Phil Davis
0f455e5eb2
Merge pull request #1383 from owncloud/bump-commit-ids-20210122
...
[tests-only] Bump commit ids for tests
2021-01-22 12:27:26 +05:45
Phil Davis
4836d558dc
Bump commit ids for tests
2021-01-22 10:48:47 +05:45
Phil Davis
e528631733
Automated changelog update [skip ci]
2021-01-21 15:50:43 +00:00
Phil Davis
90cfa1e031
Merge pull request #1375 from owncloud/add_volume_docker_image
...
add volume to docker image
2021-01-21 21:35:06 +05:45
Willy Kloucek
833d0e4d79
Merge branch 'master' into add_volume_docker_image
2021-01-21 16:00:03 +01:00
Willy Kloucek
afe098e5b1
Automated changelog update [skip ci]
2021-01-21 14:38:30 +00:00
Willy Kloucek
6329d1bdac
Merge pull request #1366 from owncloud/add_expose_docker_image
...
add expose to docker images
2021-01-21 15:37:52 +01:00
Willy Kloucek
f21af25ce6
Merge branch 'master' into add_volume_docker_image
2021-01-21 15:11:48 +01:00
Willy Kloucek
49e806e157
add volume to docker image
2021-01-21 14:49:19 +01:00
Willy Kloucek
1a18a496b9
add expose to docker images
2021-01-21 19:23:07 +05:45
Phil Davis
27d1783587
Merge pull request #1371 from owncloud/gitignore-drone-yml
...
[tests-only] do not let someone accidentally commit a local .drone.yml
2021-01-21 19:21:12 +05:45
Phil Davis
50e9df7094
do not let someone accidentally commit a local .drone.yml
2021-01-21 17:28:50 +05:45
Phil Davis
1bc644fb00
Merge pull request #1369 from owncloud/bump-commit-ids-20210121
...
[tests-only] Bump commit ids for tests
2021-01-21 17:23:38 +05:45
Phil Davis
a650453d94
Bump commit ids for tests
2021-01-21 16:15:28 +05:45
Hari Bhandari
e51223b54a
Merge pull request #1348 from owncloud/convert-to-md
...
[Tests-Only] Convert expected failure file to markdown
2021-01-21 11:38:15 +05:45
HariBhandari07
c4d4e53ec4
Remove passing scenarios and add failing scenarios to expected failure
2021-01-21 10:38:51 +05:45
HariBhandari07
6b071c6a0d
Bump to the latest core and web commit
2021-01-21 10:38:51 +05:45
Phil Davis
1e72720512
Minor format and spelling in expected-failures
2021-01-21 10:38:51 +05:45
HariBhandari07
81dd9654fb
Fix expected failure line number
2021-01-21 10:38:51 +05:45
HariBhandari07
192a847f2c
[Tests-Only] Convert expected failure file to markdown
2021-01-21 10:38:51 +05:45
Phil Davis
1a857e4988
Merge pull request #1368 from owncloud/add-nightwatch-vrt-to-accounts
...
[tests-only] Add nightwatch-vrt to accounts package.json
2021-01-21 10:35:53 +05:45
Phil Davis
ea9c11fabf
Add nightwatch-vrt to accounts package.json
2021-01-21 09:00:59 +05:45
Florian Schade
b1d0fbbd3e
Automated changelog update [skip ci]
2021-01-20 23:05:36 +00:00
Florian Schade
03c1416a4a
update roles cache to use sync.cache
...
add tests for roles cache
add changelog
use strings in sync cache tests
2021-01-21 00:04:25 +01:00
Florian Schade
03867f4230
Automated changelog update [skip ci]
2021-01-20 17:26:11 +00:00
Florian Schade
0aa389aa9e
add changelog
2021-01-20 18:25:19 +01:00
Florian Schade
4f0d8b5e3c
move k6 into cdperf
...
remove k6 from ci
2021-01-20 18:25:19 +01:00
Florian Schade
f8891bd6e4
Automated changelog update [skip ci]
2021-01-20 14:42:25 +00:00
Florian Schade
f004cc0e73
add changelog
2021-01-20 15:41:36 +01:00
Florian Schade
8c9f9b6dfc
bump go version to 1.15
2021-01-20 15:41:36 +01:00
Phil Davis
b0119f1c7f
Merge pull request #1360 from owncloud/docs-typos
...
[docs-only] Fix typos in docs
2021-01-20 17:35:40 +05:45
Phil Davis
410a5082f1
Fix typos in docs
2021-01-20 16:43:02 +05:45
Florian Schade
42677b36c1
Automated changelog update [skip ci]
2021-01-19 22:27:36 +00:00
Florian Schade
873fbcb557
rename NRWMutex to NameRWMutex
...
update changelog
2021-01-19 23:23:41 +01:00
Florian Schade
4f80541b9f
increase test timing cor sync.cache
2021-01-19 23:23:41 +01:00
Florian Schade
af870e005e
add more tests and benchmark for cache
...
refactor cache to use atomic uint
2021-01-19 23:23:41 +01:00
Florian Schade
806d000f22
update drone go images to webhippie/golang:1.15
2021-01-19 23:23:41 +01:00
Florian Schade
f13530425a
move cache to sync package
...
rollback indexer map
use sync.pool for cache entries
add tests for cache
remove main locks from nrwmutex and use sync.map and sync.pool instead
bump dockerfile go version
2021-01-19 23:23:41 +01:00
Florian Schade
b81156fc57
add comments to NRWMutex
2021-01-19 23:23:41 +01:00
Florian Schade
a02fb890f7
remove locking from accounts service
...
add a cached named rwlock pkg
use sync.map in the cache pkg
use named rwlock in indexer pkg
use sync.map in indexer pkg
remove husky
2021-01-19 23:23:41 +01:00
Phil Davis
f97f0d7342
Merge pull request #1221 from owncloud/add-onlyoffice-docker
...
Add onlyoffice mount on docker-compose setup
2021-01-18 13:40:30 +05:45
Dipak Acharya
3e7c30d12a
Add onlyoffice mount on docker-compose setup
2021-01-18 11:38:02 +05:45
Artur Neumann
840b353d03
Merge pull request #1213 from owncloud/core-commit-20200114
...
[tests-only] Bump core and web commit for tests
2021-01-18 09:08:35 +05:45
Phil Davis
f579406619
Bump core and web commit ids
...
The latest web acceptance tests expect the expected-failures file to be
in Markdown format. So rename and reformat the expected-failures.
2021-01-16 21:07:14 +05:45
Phil Davis
2d67900657
Merge pull request #1219 from owncloud/pin_alpine_version
...
pin alpine version
2021-01-16 21:06:28 +05:45