Commit graph

885 commits

Author SHA1 Message Date
Sonja Happ
5d59fb7952 WIP: widget test independent of test data 2021-01-27 10:09:22 +01:00
Sonja Happ
a750cefda0 WIP: dashboard test independent of test data 2021-01-27 10:00:39 +01:00
Sonja Happ
6e68940e0e WIP: config test independent of test data 2021-01-27 09:56:31 +01:00
Sonja Happ
d1cb79ffba WIP: scenario tests and IC tests independent of hard coded data #44 2021-01-26 17:20:35 +01:00
Sonja Happ
616a1c74dc WIP: adding test data via JSON file #44 2021-01-26 15:44:51 +01:00
Sonja Happ
d99b769159 use time zone in time format for IC updates 2021-01-25 14:41:08 +01:00
Sonja Happ
ca533f7d5a Merge branch 'jwt-config' into 'master'
Make JWT configurable

See merge request acs/public/villas/web-backend-go!24
2021-01-25 14:01:00 +01:00
Sonja Happ
71e69688a6 allow to set optional properties of IC to empty strings 2021-01-25 12:28:25 +01:00
ebe9d2304f fix invalid time unit in time.parseDuration() 2021-01-25 11:37:52 +01:00
8255382dd6 fix another type: succes -> success 2021-01-25 11:23:01 +01:00
2625e16fbe config: fix typo GolbalConfig -> GlobalConfig 2021-01-25 10:57:25 +01:00
c404c7af5a make JWT secret and expiry time configurable 2021-01-25 10:56:40 +01:00
e383df74ab Merge branch 'fix-root-ca' into 'master'
Install root CAs in backend container

Closes #54

See merge request acs/public/villas/web-backend-go!23
2021-01-22 10:58:36 +01:00
206a3cce79 Install root CAs in backend container 2021-01-22 10:43:58 +01:00
Sonja Happ
d11c1c5f61 Merge branch 'large-files' into 'master'
S3 storage for large files

See merge request acs/public/villas/web-backend-go!22
2021-01-21 16:20:59 +01:00
Sonja Happ
86b7a702b5 CI: fix yaml file 2021-01-21 15:48:28 +01:00
Sonja Happ
7dd719ba5f CI: add test job for file endpoints without S3 object storage 2021-01-21 15:46:34 +01:00
Sonja Happ
ddd43f4de7 CI: disable kaniko cache, 2021-01-21 15:34:18 +01:00
Sonja Happ
6db0373025 improve handleRedirect method, add debug output 2021-01-21 15:22:24 +01:00
Sonja Happ
5f73510679 CI: run test in verbose mode 2021-01-21 13:27:37 +01:00
Sonja Happ
2d3adbcc9b Add some (temporary) debug output to test S3 2021-01-19 14:10:38 +01:00
Sonja Happ
79ca53ce1d CI: use branch name as docker tag #53, try test with S3 SSL enabled, set brackend mode to release 2021-01-19 13:45:06 +01:00
6e8f849eb9 add skript to test and debug VILLASweb in our K8S cluster 2021-01-18 20:57:16 +01:00
5627e80b27 tests: create new request instead of updating old 2021-01-18 20:40:08 +01:00
da6515dddd S3: fix region inconsistency 2021-01-18 20:34:28 +01:00
dd746295cc s3: fix broken pre-signed URL signature 2021-01-18 19:02:44 +01:00
9b0f780ab3 renamed some files 2021-01-18 18:21:34 +01:00
1e301cb422 tests: allow TestEndpoint() to follow redirects 2021-01-18 17:38:42 +01:00
Sonja Happ
44e919b5af AMQP: move logmessage for sending actions 2021-01-18 17:18:42 +01:00
3e2aadee39 CI: fix PATH for new GOPATH 2021-01-18 16:30:24 +01:00
55fa56a5b5 CI: create default villas bucket 2021-01-18 16:25:31 +01:00
Sonja Happ
cbd71b90bf add some more fogotten AMQP headers 2021-01-18 16:18:20 +01:00
6f5d01251e CI: cache golang deps 2021-01-18 16:13:19 +01:00
86fe71cbc7 CI: restrict services to test job 2021-01-18 16:09:44 +01:00
cc98eec16e CI: fix env var for minio creds 2021-01-18 16:04:59 +01:00
Sonja Happ
8a5b276b45 AMQP: remove UUID from ICstatus, fake headers in IC testing 2021-01-18 16:04:37 +01:00
Sonja Happ
f4bcc49fbe AMQP: next try to make access to headers work 2021-01-18 15:47:58 +01:00
Sonja Happ
9e23523598 AMQP: try to make access to headers work 2021-01-18 15:41:01 +01:00
Sonja Happ
e0b8ccdddf AMQP: fix test IC 2021-01-18 15:05:36 +01:00
Sonja Happ
e8038aa63a AMQP: fix memory bug 2021-01-18 14:57:21 +01:00
Sonja Happ
034cb83e0f AMQP: read UUID in status update from header of AMQP message instead of payload 2021-01-18 14:46:41 +01:00
Sonja Happ
7728ccf5fa CI: work on minio config 2021-01-14 15:13:12 +01:00
Sonja Happ
e8610feb60 CI: remove minio domain 2021-01-14 14:37:35 +01:00
Sonja Happ
2f796ed120 add S3 path style as environment variable and set it in CI config 2021-01-14 14:21:49 +01:00
Sonja Happ
9426e289dc WIP: CI fixes in minio service config 2021-01-14 13:57:59 +01:00
Sonja Happ
133c3949dc WIP: CI: add minio user and pw #50 2021-01-14 13:26:24 +01:00
Sonja Happ
81307ef716 WIP: adapt CI for S3 storage 2021-01-13 17:09:09 +01:00
Sonja Happ
cd0aa25f49 fix for file update method, remove redundant code, error formatting fixes 2021-01-13 14:37:35 +01:00
Sonja Happ
4d9699fbcf fix error messages 2021-01-13 12:19:13 +01:00
Sonja Happ
b9483e48d0 Merge branch 'master' into large-files
# Conflicts:
#	routes/file/file_methods.go
2021-01-13 12:09:23 +01:00