Commit Graph

526 Commits

Author SHA1 Message Date
Willy Kloucek
32ffbe3ac6 adapt changed function signatures 2021-11-19 13:22:47 +01:00
Willy Kloucek
d2395f58f0 add comments about install steps and remove skeleton 2021-11-17 13:57:13 +01:00
Artur Neumann
4ccc65f1c5 fix path part 3 2021-11-17 17:19:51 +05:45
pwengerter
f549d71597 Reduce copying of web test code 2021-11-17 08:52:21 +00:00
pwengerter
c7cdccf8da Install web acceptance test dependencies for web, accounts, settins 2021-11-16 18:03:54 +00:00
Willy Kloucek
930c59d8b2 keep asset folder to make ocis compilable without running make generate 2021-11-16 10:43:08 +01:00
Willy Kloucek
4747e8b79a disable install scripts and fix duplicate targets 2021-11-16 10:19:38 +01:00
Willy Kloucek
74e7344221 prevent multiple yarn builds of accounts and settings when running make ci-node-generate int the repo root 2021-11-16 10:01:12 +01:00
Willy Kloucek
c397a981a3 migrate to yarn 3 2021-11-16 09:54:34 +01:00
Willy Kloucek
d6040ce76c fix ipv6 error with go-micro update 2021-10-28 12:29:50 +02:00
Willy Kloucek
f45254bb5d set backend to disk in tests 2021-10-27 14:14:18 +02:00
Willy Kloucek
ef406c8baa ensure lowercase backend in the command 2021-10-27 12:53:25 +02:00
Willy Kloucek
405809f13a fix accounts backend regression from #2590 2021-10-27 12:27:25 +02:00
Pascal Wengerter
e94b7243c5 [full-ci] Update web v4.4.0 (#2681)
* Sort out dependencies in accounts, idp, settings, reorder package files, bump ODS to v11.0.0

* Update web to v4.4.0, update release docs for accounts, settings, web

* Remove redundant pull-always & bump Ubuntu img 16->20 in CI config

* Switch to frozen lockfiles for yarn install in CI

* Update expected failures file with web's current state
2021-10-26 19:23:59 +01:00
David Christofas
9ecc065879 update CORS middleware and make it configurable 2021-10-22 13:27:31 +02:00
kobergj
d019a005c9 Merge pull request #2631 from kobergj/go-embed
Go embed
2021-10-20 11:31:31 +02:00
Willy Kloucek
cddb334f80 change default paths for oCIS services 2021-10-19 14:37:20 +02:00
jkoberg
e30c3b2270 bring back protobuf 2021-10-19 14:05:18 +02:00
jkoberg
2356415099 go back to where it was green 2021-10-19 12:49:46 +02:00
jkoberg
7e49454183 test another assumption 2021-10-19 10:50:08 +02:00
jkoberg
e81138f1d3 install yarn in Makefile 2021-10-19 10:28:07 +02:00
jkoberg
9734c27d18 revert comments in makefiles 2021-10-18 14:07:29 +02:00
jkoberg
88664152e3 move embed logic to ocispkg 2021-10-18 13:01:17 +02:00
jkoberg
d2026a5d94 Merge branch 'master' into go-embed 2021-10-18 09:20:19 +02:00
Willy Kloucek
367ea73166 switch to buf tooling 2021-10-18 07:53:00 +02:00
jkoberg
2878b26c29 comment more code 2021-10-15 16:08:36 +02:00
jkoberg
8b7f866059 don't execute protobuf 2021-10-15 15:59:08 +02:00
jkoberg
a8f1d76cbe Merge branch 'master' into go-embed 2021-10-15 11:47:38 +02:00
Willy Kloucek
fcb1c4225b replace third_party with go get and fix accounts / settings tests 2021-10-14 15:56:19 +02:00
Willy Kloucek
cbac7e0052 update protobuf 2021-10-14 15:56:19 +02:00
Willy Kloucek
db2c4d8bb1 update protoc-gen-micro and regenerate assets 2021-10-14 15:56:19 +02:00
Willy Kloucek
6d5a3733ff upgrade to go micro v4.1.0 2021-10-14 15:56:19 +02:00
Willy Kloucek
879827ca4b don't expose services by default 2021-10-12 14:00:33 +02:00
Benedikt Kulmann
056d594fae Downgrade node-fetch from v3 to v2 2021-10-07 17:13:31 +02:00
pwengerter
a8f15f4cd1 Update JS dependencies 2021-10-07 18:09:00 +05:45
Benedikt Kulmann
de7e466445 Update web to v4.3.0 2021-10-07 18:08:59 +05:45
A.Unger
887ac0901f remove LICENSE file from subdirs 2021-10-05 16:41:36 +02:00
Willy Kloucek
68ba24ff73 fix extensions versions 2021-10-05 12:39:31 +02:00
Alex Unger
0e5c231a36 Merge pull request #2543 from owncloud/update_tooling 2021-09-28 09:26:20 +02:00
Willy Kloucek
7b30571aff switch from micro/cli/v2 to urfave/cli/v2, like https://github.com/asim/go-micro/pull/2224 2021-09-27 12:02:55 +02:00
Willy Kloucek
c3e291931e regenerate assets 2021-09-25 14:45:01 +02:00
Lukas Hirt
ed6ed61b87 [tx] updated from transifex 2021-09-21 00:03:32 +00:00
Josh Soref
55667a3ab3 spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-09-20 16:54:29 +05:45
Juan Pablo Villafáñez
a680fc1039 Adjust test configuration 2021-09-16 11:09:59 +02:00
Juan Pablo Villafáñez
502e77b185 Set true as default value 2021-09-15 18:11:47 +02:00
Juan Pablo Villafáñez
670dfedf7c Add option to generate the demo users 2021-09-15 18:11:47 +02:00
pwengerter
997d69ae62 Update web to v4.2.0, bump JS deps, update expected failures 2021-09-15 00:35:57 +01:00
A.Unger
bee17dbe29 tracing: fix exporter config 2021-09-01 14:36:13 +02:00
A.Unger
1c1f5c9167 tracing: use tracing agent instead of collector 2021-09-01 14:22:54 +02:00
pwengerter
b888774675 Bump accounts, idp & settings dependencies, cleanup settings (dev)Deps 2021-08-30 17:23:37 +01:00