Commit graph

65 commits

Author SHA1 Message Date
Sonja Happ
8789467096 modify widget test data to work with new color picker in frontend 2020-08-10 11:35:59 +02:00
Sonja Happ
f4cb42b719 make host an optional parameter of IC, closes #40 ;fix issues with update date of ICs 2020-07-15 12:32:18 +02:00
Sonja Happ
81c870528d change selectedFileID parameter of component config to array of file ids (fileIDs) #37 2020-07-06 15:31:51 +02:00
Sonja Happ
a2f3941951 add APIHost to Demo Signal generator in test data #35 2020-06-26 10:19:49 +02:00
Sonja Happ
9649967187 test data configs have no file selected 2020-05-29 12:56:16 +02:00
Sonja Happ
cb43c25c27 add fitting number of input and output signals for signal generator in test data 2020-03-30 14:28:51 +02:00
Sonja Happ
1e708e9cb5 Use signal generator endpoint as host of one example infrastructure component 2020-03-30 14:11:01 +02:00
Sonja Happ
c9e639ad25 add one additional parameter in slider properties in test data 2020-03-27 16:57:31 +01:00
Sonja Happ
1de4d9c9c2 Code base refactoring: no functional changes, improving test coverage 2020-03-27 11:53:26 +01:00
Sonja Happ
d2c94d1886 - models: remove imageHeight and imageWidth from File model (is customProperty of image widget)
- test data: add test data in test mode via API instead of GORM
- fix typos and update API documentation
2020-03-13 17:16:12 +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
9f56b66213 replace some fmt. calls with log. calls #17 2019-11-20 10:12:20 +01:00
Sonja Happ
387c922059 Revision of (file) testing
- create a guest user and modify function that adds users to the DB for testing
- improve code coverage of file endpoint tests and remove some obsolete code from file package
- add more error info if role validation fails in all endpoints
- change response of GET files to only return the file data and nothing else
- fix some bugs in file endpoints that became visible by the tests
2019-09-11 12:30:01 +02:00
Sonja Happ
d160103fcf create a function in helper package to extract the ID of an element from a path or query and use this function in middleware 2019-09-10 17:17:53 +02:00
Sonja Happ
f3a7ed0e61 **Major revision of repository structure**
- rename common package to database
- move all code not related to database to new helper package
- add more test in database package to improve code coverage
- add a new (own) package for AMQP client
2019-09-10 16:28:57 +02:00