3
0

3354 Commits

Author SHA1 Message Date
Denis Arh
e0bcaf8662 Add route with access to server-log buffer 2022-02-17 17:21:00 +01:00
Denis Arh
2082908f39 Improve HTTP server startup, add wrapping handler
HTTP server now initializes much earlier and mounts "waiting"
router with debugging, version and health check routes.

When server is fully activated it switches to "active"
router.

Shutdown stage is also handled with catch-all route.
2022-02-17 17:21:00 +01:00
Tomaž Jerman
330a332fdd Generate additional IDs for reports 2022-02-17 16:27:47 +01:00
Peter Grlica
87d3b68df6 Merge branch '2022.3.x-feature-apigw-req' into 2022.3.x 2022-02-17 15:01:19 +01:00
Peter Grlica
c8946e5e76 Fix BufferedReader, updated tests 2022-02-17 15:00:16 +01:00
Peter Grlica
e822ad7c06 Fixed read request body, added read request body wf function, added more tests 2022-02-17 15:00:16 +01:00
Peter Grlica
78237d3b5b Optimized jsenv wf handler 2022-02-17 15:00:16 +01:00
Peter Grlica
0faaba5f7c Moved HttpRequest expr Type to automation 2022-02-17 15:00:16 +01:00
Denis Arh
b4f17a8df0 Skip test if messagebus consume test failes 2022-02-17 13:48:53 +01:00
Denis Arh
7691491003 Remove build-stage that escaped from webconsole branch 2022-02-17 13:22:50 +01:00
Tomaž Jerman
9142c7b5a3 Add support for user export/import 2022-02-17 13:11:50 +01:00
Tomaž Jerman
d841aad13b Fix improper user email lookup un envoy 2022-02-17 13:11:50 +01:00
Tomaž Jerman
da1828642c Expand envoy.Resource defs for easier state access 2022-02-17 13:11:50 +01:00
Tomaž Jerman
bc1550938f Prevent compose-system import cycles 2022-02-17 13:11:50 +01:00
Denis Arh
74b3ddf94f Fixes external auth privider removal issues 2022-02-17 12:55:19 +01:00
Denis Arh
7fd719364e Fix options defaults (Defaults() fn must be called before fill()) 2022-02-16 20:34:37 +01:00
Denis Arh
23c7f357fb Fix "disconnect" on SQLite (data lose) 2022-02-16 20:34:36 +01:00
Tomaž Jerman
6ee6607c64 Fix improper page blockID assignment on create 2022-02-16 13:38:40 +01:00
Tomaž Jerman
78cb155be3 Fix count expr function when typed values are used 2022-02-14 13:40:06 +01:00
Denis Arh
d74239c735 Improve HTTP server startup, add wrapping handler
HTTP server now initializes much earlier and mounts "waiting"
router with debugging, version and health check routes.

When server is fully activated it switches to "active"
router.

Shutdown stage is also handled with catch-all route.
2022-02-13 18:52:59 +01:00
Denis Arh
f697511902 Add support for ui/sidebar settings 2022-02-12 12:29:02 +01:00
Denis Arh
e833796aaa Fix actionlog's meta type enc/dec 2022-02-12 12:27:01 +01:00
Denis Arh
1949782ccd Remove unused CustomRowScanner & RowScanners features from store 2022-02-12 09:00:13 +01:00
Denis Arh
2d90fe4e9e Upgrade to go 1.17 2022-02-11 11:07:17 +01:00
Denis Arh
957e700563 Allow custom client ID and scope when generating JWT from CLI 2022-02-11 08:44:57 +01:00
Denis Arh
4e1dbb32c2 Update corteza-locale dep 2022-02-10 14:04:58 +01:00
Denis Arh
d8aa1936e0 Ensure right dep versions 2022-02-10 14:02:26 +01:00
Denis Arh
b478b37775 Add support for page config 2022-02-10 13:55:54 +01:00
Denis Arh
699e94bf69 Suppress codegen test output 2022-02-09 16:25:04 +01:00
Denis Arh
5e59bbab2c Added meta/visual for http-request function 2022-02-09 16:22:24 +01:00
Denis Arh
53dd7cc292 Validate token and resolve identity from token earlier in the chain. 2022-02-09 10:58:47 +01:00
Denis Arh
d27955daf3 Add missing locations to cue.fmt make task and re-run formatting 2022-02-09 10:09:47 +01:00
Denis Arh
3212f00325 Apply formatting to all cue files 2022-02-08 09:13:56 +01:00
Denis Arh
80d9b466ac Add support for .env.example generator 2022-02-08 09:13:56 +01:00
Denis Arh
d09b037e84 Improve codegen templating tool 2022-02-08 09:13:56 +01:00
Denis Arh
d103d60a3d Refactor option definitions 2022-02-08 09:13:56 +01:00
Tomaž Jerman
440354e431 Fix merge lapsus on order by construction 2022-02-07 09:21:31 +01:00
Tomaž Jerman
849ac9410c Use custom token middleware to use JWT via query params 2022-02-07 09:21:31 +01:00
Tomaž Jerman
38a32ddeb3 Fix inconsistent NULL ordering with PGSQL <-> MySQL 2022-02-07 09:21:31 +01:00
Vivek Patel
6777576948 Refactor OIDC provider scope string 2022-02-07 09:21:31 +01:00
Vivek Patel
760aec1c18 Update argument type of set expr function
It changes 3rd argument type os set expr function from TypedValue to interface, since GvalParser parses argument to native types before evaluating the expression.
2022-02-07 09:21:31 +01:00
Denis Arh
3bddce4d35 Migrate codegen for locale to CUE 2022-02-03 13:41:17 +01:00
Denis Arh
2404ce9f8d Add support for body translations for content block 2022-02-02 09:18:13 +01:00
Denis Arh
2eb3500ecb Refactor automation-page-block translations 2022-02-01 17:57:08 +01:00
Denis Arh
5ba8fbb6f4 Disable options docs codegen 2022-02-01 17:55:46 +01:00
Denis Arh
a035e6106f Ported options codegen to cue 2022-01-29 12:18:00 +01:00
Katrin Yordanova
cb34bad61a Update links in CONTRIBUTING.md and README.md 2022-01-28 12:58:52 +02:00
Denis Arh
725f7e9e22 Merge branch '2022.3.x-feature-cuelang' into 2022.3.x 2022-01-26 17:20:22 +01:00
Denis Arh
0ea543b2a2 Migrate codegen for fed&automation, remove old def dir 2022-01-26 17:18:34 +01:00
Denis Arh
74d6eabf94 Various template & def fixes 2022-01-26 16:27:38 +01:00