Denis Arh
|
a57866bcab
|
Add basic impersonation support for admins
|
2020-08-12 18:39:28 +02:00 |
|
Tomaž Jerman
|
4d887ba486
|
Merge branch 'feature-ott-legacy-ref-fix' into develop
|
2020-08-05 11:47:20 +02:00 |
|
Tomaž Jerman
|
88583e2b73
|
Reorder user preparation logic
|
2020-08-05 11:25:44 +02:00 |
|
Tomaž Jerman
|
06f25a87f3
|
TMP OneTimeTool to add legacy ids to imported records
|
2020-08-05 11:25:39 +02:00 |
|
Tomaž Jerman
|
e50472ed8b
|
Allow the importer to use legacy ids for future references
|
2020-08-04 13:14:09 +02:00 |
|
Denis Arh
|
97a74e30c4
|
Fix path constraint when signature is in-path
|
2020-07-24 11:52:04 +02:00 |
|
Denis Arh
|
d6b7157463
|
Add updated-at to scripts, fix prefix-filtering
|
2020-07-23 19:06:15 +02:00 |
|
Denis Arh
|
ed0fc88690
|
Tweaked severity on action log actions
|
2020-07-22 22:57:18 +02:00 |
|
Denis Arh
|
fafb14860e
|
Add explicit order-by to prevent mixed results
|
2020-07-22 22:22:52 +02:00 |
|
Denis Arh
|
520277f82d
|
Add crude permission checking
|
2020-07-22 17:30:51 +02:00 |
|
Tomaž Jerman
|
88e4f90cb8
|
Allow importer to suspend inactive users
|
2020-07-17 14:02:55 +02:00 |
|
Tomaž Jerman
|
7536d37021
|
Allow importer to update existing users
|
2020-07-17 14:02:55 +02:00 |
|
Jože Fortun
|
dec88dcd98
|
Fix number sanitizer bug
|
2020-07-17 13:37:11 +02:00 |
|
Tomaž Jerman
|
6fa55771fb
|
Merge branch 'feature-importer-tweaks' into develop
|
2020-07-14 13:01:13 +02:00 |
|
Tomaž Jerman
|
11fe268275
|
Move module fetching to the DB level
|
2020-07-14 13:00:33 +02:00 |
|
Tomaž Jerman
|
487bdd80f8
|
Change SF DateTime layout to RFC standard
|
2020-07-14 13:00:33 +02:00 |
|
Tomaž Jerman
|
573e6082bd
|
Include value sanitizer on imported data
Simplifies the entire process and assures data
consistency.
|
2020-07-14 13:00:33 +02:00 |
|
Tomaž Jerman
|
d19e305971
|
Make sys field matching more robust
|
2020-07-14 13:00:33 +02:00 |
|
Tomaž Jerman
|
305379aeb6
|
Provide some aditional gval functions
|
2020-07-14 13:00:33 +02:00 |
|
Tomaž Jerman
|
7ac8479e30
|
Skip data mapping for missing fields
|
2020-07-14 13:00:33 +02:00 |
|
Tomaž Jerman
|
6652436852
|
Skip records with no ID
|
2020-07-14 13:00:33 +02:00 |
|
Denis Arh
|
af874a53d3
|
Prevent "context canceled" error for auditlog
|
2020-07-13 12:34:10 +02:00 |
|
Denis Arh
|
e1a91ee09e
|
Optimize misc route binding
No need to use auth & log middleware in front of misc (debug, healthcheck) routes
|
2020-07-12 20:04:59 +02:00 |
|
Denis Arh
|
fdc5a364d4
|
Optimize DB timeout/delay/max-tries
Timeout (for connection) should actually be greater or equal to delay
times number of retries otherwise context timesout too soon
|
2020-07-12 20:04:09 +02:00 |
|
Denis Arh
|
4a33e2b144
|
Merge branch 'feature-healthcheck' into develop
|
2020-07-11 13:43:14 +02:00 |
|
Denis Arh
|
da28b761a1
|
Add healthchecks for db, mail, scheduler, corredor, store
|
2020-07-11 13:26:52 +02:00 |
|
Denis Arh
|
290315b746
|
Add healtcheck endpoint
|
2020-07-11 13:26:41 +02:00 |
|
Denis Arh
|
8903278b29
|
Add healthcheck package
|
2020-07-11 13:24:58 +02:00 |
|
Denis Arh
|
c12d537f00
|
Include charts colour scheme
|
2020-07-10 14:30:55 +02:00 |
|
Denis Arh
|
05a10d3508
|
Add support for yAxis on chart exp/imp
|
2020-07-10 10:38:48 +02:00 |
|
Denis Arh
|
8a4acfb384
|
Include yAxis info in CRM & Service Cloud configs
|
2020-07-10 10:38:43 +02:00 |
|
Denis Arh
|
e87b024aeb
|
Update CRM, ServiceCloud configs
|
2020-07-09 22:24:50 +02:00 |
|
Denis Arh
|
a9788206e6
|
Fix module resolving on import
|
2020-07-09 22:24:46 +02:00 |
|
Denis Arh
|
9b02a55a3b
|
Refactor, fix & improve compose exporter
Fixed: some page block kinds did not resolve module-refs properly
|
2020-07-09 22:24:22 +02:00 |
|
Denis Arh
|
08e1fb7a14
|
Ability to disable action logging
Introduce new policy type (NewPolicyNone, MakeDisabledPolicy),
add ACTIONLOG_ENABLED configuration (true by default)
|
2020-07-09 16:29:01 +02:00 |
|
Tomaž Jerman
|
f2b2279547
|
Fix page reordering on root node
When operating on root node, the parentID is 0; the page is not
found so it fails.
2020.6.0
|
2020-06-30 20:58:29 +02:00 |
|
Denis Arh
|
239d6fc429
|
Remove request dump assert utility from tests
|
2020-06-29 15:53:36 +02:00 |
|
Denis Arh
|
29ee0b8c0a
|
Update CRM & Service Cloud provision scripts
|
2020-06-29 15:31:44 +02:00 |
|
Denis Arh
|
fd8ca49c54
|
Allow renderer key when importing chart config
|
2020-06-29 13:50:22 +02:00 |
|
Denis Arh
|
c89b4713e9
|
Switch all *after event from dispatch to waitfor
It removes a problem where (http) requests ends before *after script are
executed with canceled context
|
2020-06-27 21:21:54 +02:00 |
|
Denis Arh
|
3626bdba0d
|
Remove field options debug artefacts
|
2020-06-27 08:26:15 +02:00 |
|
Denis Arh
|
90fcf428eb
|
Fix broken tests after e0b09449
|
2020-06-26 13:22:40 +02:00 |
|
Denis Arh
|
df6909286a
|
Improve number sanitization (precision)
|
2020-06-26 13:14:11 +02:00 |
|
Denis Arh
|
5290441cae
|
Remove spew.dump from compose/types/record_test.go
|
2020-06-26 13:14:11 +02:00 |
|
Tomaž Jerman
|
ce9c997584
|
Respect Number field's specified precision
|
2020-06-26 13:14:10 +02:00 |
|
Tomaž Jerman
|
90280dabb9
|
Merge branch 'feature-tz-export' into develop
|
2020-06-23 10:14:28 +02:00 |
|
Tomaž Jerman
|
e0b0944921
|
Add support for timezone export
|
2020-06-23 10:12:51 +02:00 |
|
Tomaž Jerman
|
3b15dbc350
|
Improve bulk record field error handling
|
2020-06-23 08:58:44 +02:00 |
|
Denis Arh
|
d18d679b63
|
Add perm. check for record value field update
|
2020-06-20 17:58:19 +02:00 |
|
Denis Arh
|
2b0e65bf7d
|
Refactor transaction handling for records
Now wrapping only storage related code
|
2020-06-19 19:36:46 +02:00 |
|