Sonja Happ
2f796ed120
add S3 path style as environment variable and set it in CI config
2021-01-14 14:21:49 +01:00
661f2049b6
added support for storing files in S3 object storage
2020-11-28 02:51:35 +01:00
Sonja Happ
2c413925a3
fix circular dependency
2020-11-16 13:27:43 +01:00
Sonja Happ
d5ce60c71f
Merge branch 'extend-amqp'
...
# Conflicts:
# amqp/amqpclient.go
# routes/register.go
# routes/register_test.go
# start.go
2020-11-16 13:20:13 +01:00
318705017f
fix loading configuration from YAML files
2020-11-13 21:50:03 +01:00
5eaa133bcd
rename a few flags
2020-11-13 09:33:55 +01:00
bd00442940
allow specifying detai;s for initial admin user
2020-11-13 09:33:43 +01:00
Sonja Happ
1de4d9c9c2
Code base refactoring: no functional changes, improving test coverage
2020-03-27 11:53:26 +01:00
Sonja Happ
4945d6ee85
use separate ENV variables for AMQP username and password
2020-03-20 13:14:31 +01:00
e9bd61c0cf
add default port to default host
2019-11-21 12:26:15 +01:00
Sonja Happ
92f22035c6
add GPL 3.0 license statement in all (not auto-generated) code files
2019-11-20 11:08:33 +01:00
Sonja Happ
3524564a0f
separate port and host configuration parameters (default values remain unchanged)
2019-11-19 15:35:21 +01:00
Sonja Happ
6d4c84ec4e
- InitDB returns error
...
- Check more errors in InitDB
- fix for healthz endpoint (error checking was wrong)
- remove dbinit parameter from config due to redundancy with mode parameter
2019-11-14 11:44:26 +01:00
Sonja Happ
7a64d4653a
Some fixes with respect to config
...
- resolve some name overlappings
- InitConfig sets global config and returns error
- Add missing error handling
2019-11-14 10:38:51 +01:00