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
41e84b6378
add go:generate step for all go:embed steps
2021-11-24 12:56:42 +01:00
A.Unger
70da20a777
Merge branch 'master' into try-gookikt-config
2021-11-19 16:27:49 +01:00
Willy Kloucek
32ffbe3ac6
adapt changed function signatures
2021-11-19 13:22:47 +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
3d80925a84
Merge branch 'master' into try-gookikt-config
2021-11-17 22:35:53 +01:00
A.Unger
ad4fb0e0f9
attempt to revert to the old status. Just triggering a CI run
2021-11-17 19:37:15 +01:00
A.Unger
592a91053b
restore flags for some account commands
2021-11-17 16:41:51 +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
A.Unger
c567eb6eea
removed yet more flagsets
2021-11-17 11:39:32 +01:00
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
A.Unger
2aa9c2457e
Merge branch 'master' into try-gookikt-config
2021-11-16 13:29:07 +01:00
A.Unger
0d7be0d6ad
set all previously set on c.StringSlice values on the bootstrap config
2021-11-16 12:22:17 +01: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
A.Unger
c6191b7404
fix account unit tests
2021-11-11 13:46:07 +01:00
A.Unger
aa67106e04
sane common configurations
2021-11-11 12:51:57 +01:00
A.Unger
51bee0e531
sort out flags precedence
2021-11-09 17:30:31 +01:00
A.Unger
e7f9fb3bcb
refactor NewLogger away to ocis-pkg
2021-11-08 19:38:40 +01:00
A.Unger
bff4ec48b0
new config framework in accounts
2021-11-08 13:41:59 +01:00
A.Unger
8c2a681937
normalize webdav
2021-11-08 12:32:52 +01:00
A.Unger
a515a97c8f
normalize idp
2021-11-08 12:17:23 +01:00
A.Unger
d7828141f6
fix log inheritance for accounts
2021-11-08 11:51:35 +01:00
A.Unger
a55a0395eb
add mapstructure to ocs
2021-11-05 15:16:03 +01:00
A.Unger
b94c0e683f
fix yet more offenses
2021-11-05 14:26:02 +01:00
A.Unger
ca997e5bfc
migrate web to the new config scheme
2021-11-05 13:33:03 +01:00
A.Unger
ba1635165b
migrate idp to the new config scheme
2021-11-05 11:15:55 +01:00
A.Unger
da36ca8cde
adjust flagsets
2021-11-04 15:56:01 +01:00
A.Unger
a76ad08d12
fix dead code logic
2021-11-04 14:19:41 +01:00
A.Unger
cfe1ac30af
add graph
2021-11-04 13:50:42 +01:00
A.Unger
b61887aca1
hook accounts to env variables
2021-11-04 13:16:16 +01:00
A.Unger
09195ffc8c
use reflection to set config values from environment
2021-11-03 11:34:56 +01:00
A.Unger
2a14bb362a
fix smells
2021-11-02 14:48:40 +01:00
A.Unger
ab1703c2e8
refactor around config parsing
2021-11-02 14:20:07 +01:00
A.Unger
10731c3878
general restructuring
2021-11-02 12:12:09 +01:00
A.Unger
a767356bba
provide example config + implement parse config on accounts
2021-11-02 12:09:21 +01:00
A.Unger
7ca93450a2
adjust accounts flagset, replace new with defaultconfig
2021-11-02 11:29:52 +01:00
A.Unger
20b6d0a635
add DefaultConfig on accounts
2021-11-02 10:57:25 +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
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