Peter Grlica
65fa3d1551
Fixed SMTP options env values
2022-03-21 15:06:28 +01:00
Peter Grlica
cf0568cead
Profiler options defaults updated
2022-03-21 15:03:17 +01:00
Peter Grlica
d72870a77d
Fixed options parameter, more verbose info output, hit handling on panic
2022-03-21 13:06:50 +01:00
Peter Grlica
e4dc6dc5f5
Refactored, updated tests
2022-03-21 12:59:01 +01:00
Peter Grlica
2617cb8e5b
Fixed aggregation sorting on equal values
2022-03-21 12:59:01 +01:00
Peter Grlica
1d156899d7
Moved filter, sorter to system profiler service
2022-03-21 12:59:01 +01:00
Peter Grlica
f33336b21d
Added global profiler setting, options to apigw handlers
2022-03-21 12:59:01 +01:00
Peter Grlica
476084a3bf
Added profiler to apigw
2022-03-21 12:59:01 +01:00
Tomaž Jerman
1931534c52
Improve workflow record paging support
2022-03-16 16:13:02 +01:00
Vivek Patel
b6ff0f9210
Fix discovery feed routes for deleted resources
...
Also adds lock discovery service to prevent race condition in InitResourceActivityLog
2022-03-16 15:17:46 +05:30
Tomaž Jerman
248583b443
Tweak link sanitation
2022-03-15 12:43:14 +01:00
Denis Arh
640a90c20c
Improve temporal value filtering
2022-03-15 06:43:54 +01:00
Vivek Patel
e9dfe8254e
Fix module fields missing translations
...
Adds missing locale option `extended: true` in module.cue
2022-03-15 00:32:54 +05:30
Tomaž Jerman
d95eec9973
Make resource translation sanitization looser
...
Reuse record value configuration to allow rich text from
content page blocks.
2022-03-14 15:26:54 +01:00
Vivek Patel
84f918a1d7
Add meta column to resource_activity_log table
...
Also adds resourceID filter in discovery resource routes
2022-03-07 19:26:47 +05:30
Tomaž Jerman
4fd0ddfaaf
Prevent workflow worker from stopping in case of delayed steps
2022-03-02 10:05:20 +01:00
Denis Arh
3f7755cd0d
Move stacktrace dump level for debug logger to "dpanic"
2022-02-26 11:53:42 +01:00
Tomaž Jerman
8e679bf97c
Improve namespace export
...
* Add RBAC rules
* add resource translations
* slight refactor
2022-02-25 16:48:25 +01:00
Denis Arh
c32687e061
Better handling of unresolved (type any) values
2022-02-25 16:13:39 +01:00
Denis Arh
f76b94e749
Add extra panic-recovery for websocket write & ping fn
2022-02-22 14:57:46 +01:00
Denis Arh
7bde98697a
Corteza discovery
...
- It provides mappings of corteza resources(Namespaces, Modules, Records, Users) along with values to corteza discovery indexer.
- It also save recordLogs for create, update, deletion of resources.
- Extend settings to hold discovery enabled/disabled flag
- Adds URL of compose resources for namespace and record and for module still pending, added todo with notes to code
2022-02-22 17:13:59 +05:30
Denis Arh
a81f35d5a2
Nice api landing & 404 pages
2022-02-21 18:56:09 +01:00
Denis Arh
7fa5e43d08
Add HTTP_SERVER_ASSETS_PATH option
...
Fix description for AUTH_ASSETS_PATH
2022-02-21 13:45:11 +01:00
Vivek Patel
ef904e0cd3
Extend set/omit expr function
...
It updates 1st parameter of set expr function from merger type to interface, so It will accept constant values, also extend set/omit usage for ComposeRecordValues.
2022-02-18 00:22:21 +05:30
Denis Arh
a709f0f411
Refactor, cleanup logger initialisation
2022-02-17 17:21:01 +01:00
Denis Arh
22c47d6ba7
Add webconsole
2022-02-17 17:21:01 +01:00
Denis Arh
32c013f089
Fix broken __routes debug route
2022-02-17 17:21:00 +01:00
Denis Arh
f5eaa7aedf
Add HTTP file-server helper
2022-02-17 17:21:00 +01:00
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
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
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
Denis Arh
7fd719364e
Fix options defaults (Defaults() fn must be called before fill())
2022-02-16 20:34:37 +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
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
53dd7cc292
Validate token and resolve identity from token earlier in the chain.
2022-02-09 10:58:47 +01:00
Denis Arh
d103d60a3d
Refactor option definitions
2022-02-08 09:13:56 +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
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
a035e6106f
Ported options codegen to cue
2022-01-29 12:18:00 +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