Commit Graph

176 Commits

Author SHA1 Message Date
A.Unger
e3e3d1ee57 runtime: removed trap goroutine and let the context cancelation do the thing 2021-12-06 12:11:48 +01:00
Willy Kloucek
62ff1f1659 don't run go generate anymore 2021-11-24 13:38:29 +01:00
Willy Kloucek
41e84b6378 add go:generate step for all go:embed steps 2021-11-24 12:56:42 +01:00
A.Unger
24347180fa use ocisConfig as struct tagname to bind config files to strucg attributes 2021-11-19 09:28:23 +01:00
A.Unger
f87b5bd66c removed all flagset packages 2021-11-17 11:36:28 +01:00
A.Unger
2aa9c2457e Merge branch 'master' into try-gookikt-config 2021-11-16 13:29:07 +01:00
Willy Kloucek
4747e8b79a disable install scripts and fix duplicate targets 2021-11-16 10:19:38 +01:00
Willy Kloucek
ab502c8a99 use submake and skip printing directory changes 2021-11-16 10:18:00 +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
A.Unger
48eab0ccc7 add idp common options 2021-11-11 14:03:56 +01:00
Willy Kloucek
69cc11dbe6 make more insecure options configurable and change insecure defaults from true to false 2021-11-10 15:45:55 +01:00
A.Unger
51bee0e531 sort out flags precedence 2021-11-09 17:30:31 +01:00
A.Unger
51dc1715ce new config framework in ocs 2021-11-08 13:58:13 +01:00
A.Unger
261a800b6b new config framework in idp 2021-11-08 13:53:24 +01:00
A.Unger
a515a97c8f normalize idp 2021-11-08 12:17:23 +01:00
A.Unger
ba1635165b migrate idp to the new config scheme 2021-11-05 11:15:55 +01:00
A.Unger
711acbb354 inherit logging config from ocis.yaml, let extensions overwrite their logging. Considering using a package level global logging... 2021-10-31 00:08:46 +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
Ralf Haferkamp
0e1355a038 Bump lico to v0.51.1
This update includes:
 * Apply LibreGraph naming treewide
 * move to go1.17
 * Update 3rd party Go dependencies
2021-10-25 17:12:30 +02:00
Ralf Haferkamp
9e8231ab01 idp: Create parent directories if they don't exist
The parent directories of the identifier-registration.yaml config file might
not exist when starting idp. So instead of creating just the top most
directory use MkdirAll to also create the parents.
2021-10-22 16:35:59 +02:00
David Christofas
9ecc065879 update CORS middleware and make it configurable 2021-10-22 13:27:31 +02:00
Willy Kloucek
77b769457a Merge pull request #2648 from owncloud/fix_identifier_registration_yaml_creation
fix identifier-registration.yaml creation
2021-10-20 12:41:36 +02:00
Willy Kloucek
562c376c68 fix identifier-registration.yaml creation 2021-10-20 11:35:05 +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
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
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
pwengerter
a8f15f4cd1 Update JS dependencies 2021-10-07 18:09:00 +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
d3377783a6 Merge pull request #2417 from owncloud/update-bridge-docs
Update bridge docs
2021-09-29 13:19:50 +02:00
A.Unger
6166bb5a4c Merge branch 'master' into update-bridge-docs 2021-09-29 12:09:29 +02:00
Alex Unger
4486751df0 Merge pull request #2546 from owncloud/dependabot/npm_and_yarn/idp/jest-resolve-27.2.2
Bump jest-resolve from 26.6.2 to 27.2.2 in /idp
2021-09-29 12:04:00 +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
dependabot[bot]
fa8e02514f Bump jest-resolve from 26.6.2 to 27.2.2 in /idp
Bumps [jest-resolve](https://github.com/facebook/jest/tree/HEAD/packages/jest-resolve) from 26.6.2 to 27.2.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v27.2.2/packages/jest-resolve)

---
updated-dependencies:
- dependency-name: jest-resolve
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 06:14:59 +00:00
Willy Kloucek
c3e291931e regenerate assets 2021-09-25 14:45:01 +02:00
Josh Soref
55667a3ab3 spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-09-20 16:54:29 +05:45
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
Willy Kloucek
95dd76e3d0 fix make generate 2021-08-30 08:40:45 +02:00