Commit Graph
522 Commits
Author SHA1 Message Date
Denis Arh 7e78867733 Implement delay & prompt steps 2021-03-12 13:12:07 +01:00
Denis Arh 8335b69197 Fix break/continue 2021-03-12 13:12:07 +01:00
Denis Arh 6903ecfcf2 Fix record-value setting 2021-03-12 13:12:07 +01:00
Denis Arh cfe02be081 Add support for labels on automation functions
Idea for these labels is to give instructions which labels to copy
on step and on workflow when function step is added to the graph.

Labels are defined with "step,workflow", "workflow" or "step" for value.
UI should follow these instructions when copying labels to workflow
and/or step.
2021-03-12 13:12:07 +01:00
Denis Arh 5438097648 Refactor, add generic step, add error&termination logic 2021-03-12 13:12:07 +01:00
Denis Arh 7d6fca5856 Improve wf ses. wait logic, complete triggered wf proc 2021-03-12 13:12:07 +01:00
Denis Arh fb307bbcae Wfexec logging tweaks, add debug wf step kind 2021-03-12 13:12:07 +01:00
Denis Arh 1fa6c6cb9b Improve event-types <> workflow 2021-03-12 13:12:07 +01:00
Denis Arh 13b57c8d72 Automation workflow implementation 2021-03-12 13:12:07 +01:00
Denis Arh d56f2fa82f Codegen for automation types & functions 2021-03-12 13:12:07 +01:00
Denis Arh d44e3474e8 More verbose info on store scan error 2021-03-12 13:12:07 +01:00
Denis Arh 1e49c2772f Fix broken ql tests 2021-03-12 09:45:43 +01:00
Denis Arh 2405ebb187 Add support for partial config (provisioning) import 2021-03-12 08:14:53 +01:00
Denis Arh 53e0c2838f Migrate auth&general email templates from settings 2021-03-12 07:59:35 +01:00
Denis Arh 7979fba9be Remove empty pkg/iterator/README.adoc file 2021-03-11 21:11:58 +01:00
Denis Arh a41af0699a Remove obsolete settings exporter 2021-03-11 21:08:52 +01:00
Denis Arh 10d4d5e26a Workaround for LIKE operator, COLLATION & PgSQL 2021-03-11 16:26:06 +01:00
Tomaž Jerman 1d5bedc2be Add template provisioning 2021-03-09 15:49:04 +01:00
Denis Arh 893a2af23d Disable messaging app 2021-03-09 07:59:32 +01:00
Denis Arh 67d0a788df Remove messaging 2021-03-09 07:36:01 +01:00
Denis Arh 2972437421 Fix auth asset embeding & serving 2021-03-08 16:24:49 +01:00
Tomaž Jerman 404244c732 Fix Envoy setting value handling 2021-03-04 10:44:56 +01:00
Peter Grlica 9450a3ad66 Added as and internal corteza formatter for federation, tests 2021-03-04 09:03:45 +01:00
Tomaž Jerman b39a93f135 Add support for resource flagging; system/application 2021-03-03 12:33:28 +01:00
Tomaž Jerman 1e44e4299b Rework system/application sorting via weight 2021-03-03 12:33:28 +01:00
Tomaž Jerman 26e4832d5c Improve the Envoy package
- Add support for store decoding
- add support for yaml, csv, jsonl encoding
- refactor, cleanup
2021-02-24 15:57:44 +01:00
Denis Arh 5d3c767bf8 Sets default value for auth assets 2021-02-24 10:02:23 +01:00
Denis Arh 5e9545e9ab Switched api docs from statik to go:embed 2021-02-24 06:40:23 +01:00
Denis Arh 06eb038ba8 Add dev-mode with list of templates & scenarios 2021-02-23 19:58:29 +01:00
Denis Arh 53be013377 Implement new auth UI, deprecate auth API endpoints 2021-02-23 07:34:10 +01:00
Tomaž Jerman f8e3d85c16 Cursor filter fixes 2021-02-22 09:39:03 +01:00
Tomaž Jerman 127b43a69e Define base templating system 2021-02-12 10:11:57 +01:00
Denis Arh 53c761a9c1 Fix broken resource monitoring 2021-02-10 18:16:25 +01:00
Tomaž Jerman 828bc69fc7 Fix merge lapsus 2021-02-04 15:40:47 +01:00
Denis Arh c1fe2a80b5 Refactor yaml utils into sep. package (y7s) 2021-01-25 18:05:24 +01:00
Tomaž Jerman e32db506f2 Fix record import via some CSV files
Some CSV files failed to detect as text/csv so the import failed.
ref: https://github.com/gabriel-vasile/mimetype/issues/138
2021-01-25 18:05:24 +01:00
Denis Arh 34d9f6bf7b Fix paging cursor sort-direction flag
Fixes issue cortezaproject/corteza-webapp-compose#213
2021-01-25 16:45:21 +01:00
Tomaž Jerman ce21db2197 Fix record import via some CSV files
Some CSV files failed to detect as text/csv so the import failed.
ref: https://github.com/gabriel-vasile/mimetype/issues/138
2021-01-15 12:12:01 +01:00
Denis Arh f21d5476e0 Add actionlog ID field json tags 2021-01-08 08:18:57 +01:00
Denis Arh 78023594b5 Fix accidental casting of JSON null to int(0) 2020-12-22 07:20:39 +01:00
Tomaž Jerman ce34993b74 Round timestamps to a second accuracy
Different parts of the system (FE, API, store) may use different
standards so operations like IsStale check may fail.
2020-12-21 09:15:08 +01:00
Denis Arh 18b11e56be Support for page navigation on records 2020-12-18 17:31:31 +01:00
Denis Arh dc30fd4186 Add warnings about exprimental state and sqlite usage 2020-12-18 15:46:48 +01:00
Tomaž Jerman 4e7f150e81 Fix graph cycle resolution 2020-12-18 11:16:13 +01:00
Denis Arh fb32fa151c Fix webapp config generator, add federation 2020-12-17 17:45:59 +01:00
Tomaž Jerman c1d7f700c4 Cleanup Envoy
* Improve conflict resolution algorithm.
* Tweak resource merge algorithms.
* Bump test coverage.
2020-12-17 11:56:34 +01:00
Denis Arh d46630c7be Implement SCIM PATCH for group (role) membership 2020-12-16 11:12:25 +01:00
Denis Arh 3cf7cd8e2b Support conf. primary ID (corteza or external) 2020-12-16 11:12:23 +01:00
Denis Arh e47cc3269c Add basic SCIM implementation 2020-12-16 10:49:17 +01:00
Denis Arh f9c1fa2680 Remove useless todos for tests 2020-12-16 09:23:12 +01:00