Vincent Petry
5d23475a47
Update generated config docs
2020-08-24 10:37:15 +02:00
Benedikt Kulmann
3402af65b7
Explicitly run make protobuf when running make build
...
There are weird issues where randomly protoc compilations happen
although they should not be triggered. As those don't run through the
makefile but somehow differently, the prerequisites are not built first
(protoc plugins have to be fetched, which happens in the `make
protobuf` step).
2020-08-24 09:12:18 +02:00
Artur Neumann
41db407b98
recreate data store before test run
2020-08-24 10:08:58 +05:45
Benedikt Kulmann
0eba9a04b1
Automated changelog update [skip ci]
2020-08-21 20:43:52 +00:00
Benedikt Kulmann
8dcc5f1a57
Merge pull request #479 from owncloud/update-ocis-accounts
...
Update ocis-accounts to 0.4.0
2020-08-21 22:15:30 +02:00
Benedikt Kulmann
0154d6a4af
Merge branch 'master' into update-ocis-accounts
2020-08-21 21:42:46 +02:00
Vincent Petry
8e454ef9af
Automated changelog update [skip ci]
2020-08-21 16:22:50 +00:00
Vincent Petry
94f43d3e70
Remove EOS from Makefile
...
As we're currently relying on docker-compose to provide a development
environment, this removes the outdated EOS targets from the Makefile.
This will prevent having too many different EOS environments out there
and we can standardize on docker-compose instead.
2020-08-21 18:20:12 +02:00
Vincent Petry
b443fd48ce
Merge pull request #262 from owncloud/butonic-patch-1
...
minor review
2020-08-21 18:19:03 +02:00
Vincent Petry
d80c3faa5f
Merge pull request #476 from owncloud/update-ocis-proxy
...
update ocis-proxy to v0.7.0
2020-08-21 18:16:38 +02:00
Vincent Petry
9daef8c66c
Update ocis-accounts to 0.4.0
...
Provides a web UI for role assignment
2020-08-21 18:14:06 +02:00
Vincent Petry
10a14dc8ee
Automated changelog update [skip ci]
2020-08-21 16:11:14 +00:00
Vincent Petry
b765173722
Merge pull request #93 from owncloud/release-0.4.0
...
Prepare release 0.4.0
2020-08-21 17:56:02 +02:00
Vincent Petry
7eb24bc131
Merge pull request #477 from owncloud/eos-docker-improvements
...
Use separate volumes for EOS in docker-compose
2020-08-21 17:54:18 +02:00
Benedikt Kulmann
a8925401fd
Prepare release 0.4.0
2020-08-21 17:31:08 +02:00
Artur Neumann
0c1146ea1b
make lint happy
2020-08-21 17:29:03 +02:00
Artur Neumann
538e7a74f8
adjust error expectation in tests
2020-08-21 17:29:03 +02:00
Artur Neumann
c5454c1bb0
ListRoles tests
2020-08-21 17:29:02 +02:00
Benedikt Kulmann
157669ebdd
Define default permissions on settings for default roles
2020-08-21 17:29:02 +02:00
Benedikt Kulmann
26ac04c343
Filter bundles and settings by update permissions as first approach
2020-08-21 17:29:02 +02:00
Benedikt Kulmann
be5d9b8aac
Merge pull request #56 from owncloud/fix-protobuf-gen
...
Fix protobuf gen
2020-08-21 17:28:15 +02:00
Vincent Petry
656197e69f
Use separate volumes for EOS in docker-compose
...
Moves the "e" directory into multiple subvolumes.
This decouples the setup further from the local environment where side
effects might appear when using BTRFS.
2020-08-21 17:07:38 +02:00
Benedikt Kulmann
d180314253
Automated changelog update [skip ci]
2020-08-21 15:07:28 +00:00
Benedikt Kulmann
1803a5b284
Merge pull request #89 from owncloud/role-select-ui
...
Role select ui
2020-08-21 16:42:06 +02:00
Benedikt Kulmann
a2cca6391a
Remove page reload step definition
...
Apparently the step definition for the page reload gets reused from phoenix.
2020-08-21 16:27:30 +02:00
Benedikt Kulmann
8e011b7eb2
Add recompiled assets
2020-08-21 16:19:03 +02:00
Benedikt Kulmann
3abf2bb110
Add a page reload to the role selection test
2020-08-21 16:18:25 +02:00
Benedikt Kulmann
15f2df6997
Fix typo in step definition
2020-08-21 16:16:33 +02:00
Benedikt Kulmann
0e4e211123
Use role selection response for setting role
...
Previously we were fetching the role assignments again. Not necessary,
as the request for setting a role already returns the resulting
assignment object as a response.
2020-08-21 16:15:06 +02:00
Benedikt Kulmann
eb05ba253a
Translate error message when setting a role
2020-08-21 16:05:16 +02:00
Benedikt Kulmann
c214976f22
Include protobuf step in build steps
2020-08-21 15:41:18 +02:00
Benedikt Kulmann
2c862bbfb4
Fix GOPATH variable usage
2020-08-21 15:12:23 +02:00
David Christofas
c37787bdbf
add changelog
...
Signed-off-by: David Christofas <dchristofas@owncloud.com >
2020-08-21 14:11:15 +02:00
David Christofas
982ebdcbb4
update ocis-proxy to v0.7.0
...
Signed-off-by: David Christofas <dchristofas@owncloud.com >
2020-08-21 14:05:39 +02:00
Benedikt Kulmann
60957d9216
Fix element selectors for role selection tests
2020-08-21 11:45:05 +02:00
Benedikt Kulmann
6b04954c02
Update changed role name
2020-08-21 11:45:04 +02:00
Benedikt Kulmann
302dec7a8a
Add changelog item
2020-08-21 11:45:04 +02:00
Benedikt Kulmann
6b011fb91c
Add account uuid to request body for fetching roles
2020-08-21 11:45:04 +02:00
Lukas Hirt
f8fa36381c
Add basic test scenario
2020-08-21 11:45:04 +02:00
Lukas Hirt
74bb429a34
Turn roles buttons into radio inputs
2020-08-21 11:45:04 +02:00
Lukas Hirt
2b9e93dcfd
Fixed typo in eslint
2020-08-21 11:45:04 +02:00
Lukas Hirt
662817af0a
Use settings client
2020-08-21 11:45:04 +02:00
Lukas Hirt
b65c6925ed
Stop removing previous assignments
...
The assignments are now removed through the server. No need to do this via JS anymore
2020-08-21 11:45:04 +02:00
Lukas Hirt
ee047d8739
Use generated API to fetch roles
2020-08-21 11:45:04 +02:00
Lukas Hirt
d61babe1de
Add settings client
2020-08-21 11:45:03 +02:00
Lukas Hirt
72c31b4ebf
Add basic role management UI
2020-08-21 11:45:03 +02:00
Lukas Hirt
2cf9e918ba
Add vuex as direct dependency instead of peerDependency
2020-08-21 11:45:03 +02:00
Benedikt Kulmann
b2d0c8aa0d
Merge pull request #90 from owncloud/updateTestCommit-2020-08-20
...
[tests-only] advance commit id of ocis & phoenix
2020-08-21 11:29:03 +02:00
Artur Neumann
2aa66bf041
use newest ocis master commit
2020-08-21 15:01:56 +05:45
Artur Neumann
5e66bf645c
make build also depend on UI tests
2020-08-21 15:01:56 +05:45