|
41f04d5b2c
|
Fixed warnings from React imports (sorry, Tim)
|
2023-03-28 09:53:03 -05:00 |
|
|
af6c000e14
|
Add table developer page, with api docs
|
2023-03-28 09:38:41 -05:00 |
|
|
8a300a90b8
|
HOTFIX: fix to parent dashboard widgets
|
2023-03-17 10:18:31 -05:00 |
|
|
f1baefa5f6
|
fix for double params in dashboard widget request urls
|
2023-03-16 11:37:45 -05:00 |
|
|
c812dea8ea
|
add handling for new filter link summary lines
|
2023-03-15 17:05:42 -05:00 |
|
|
ef51b7747f
|
Fixed bug where the grid columns, etc, could get out of sync (in the dishwasher) w/ the table, when doing certain Link operations (discovered from run-record-script process result screen w/ a filter link)
|
2023-03-15 17:05:04 -05:00 |
|
|
bb122ed23a
|
Initial version of auto-complete. add onbeforeunload handler (guess why lol)
|
2023-03-15 12:20:48 -05:00 |
|
|
94767bcbb3
|
Better timezone support on query and dropdowns/custom-timeframes.
|
2023-03-14 17:01:43 -05:00 |
|
|
984dce88d4
|
Starting support for timeframe=custom
|
2023-03-10 18:56:36 -06:00 |
|
|
dff7c972bf
|
Further implementation of script testing (e.g.,record-type scripts working); add logs to test script output
|
2023-03-09 18:20:31 -06:00 |
|
|
e2a3b40145
|
Update script editor to have the test & docs tabs, like associatedScriptEditor did. pass through params to make that work. remove old associatedScriptEditor .
|
2023-03-08 18:04:15 -06:00 |
|
|
b6d79817de
|
Pass other values from process into possible values (for filter)
|
2023-03-08 10:22:18 -06:00 |
|
|
39eea433fb
|
add pvs filters (via post) to table endpoint; more test coverage, plus maybe report on untested classes in ci
|
2023-03-08 10:18:42 -06:00 |
|
|
8c767635de
|
Adding generic run records process
|
2023-03-07 15:55:27 -06:00 |
|
|
516f874a56
|
Checkpoint refactoring script out of just associated-record, for more general purpose
|
2023-03-07 10:25:02 -06:00 |
|
|
7e2bcea5de
|
WIP on record scripts
|
2023-03-07 10:25:01 -06:00 |
|
|
e22074cc13
|
Initial checkin - record scripts WIP
|
2023-03-07 10:25:01 -06:00 |
|
|
142bb76522
|
fixed bug where primarykey wasnt being used properly
|
2023-03-03 16:52:13 -06:00 |
|
|
caea70252a
|
fixed links to processes/record when id is not the primary key
|
2023-03-03 08:42:39 -06:00 |
|
|
813301a474
|
Update to make id column value hyperlink; fix copy-column to not copy blank/undefineds
|
2023-03-02 16:34:44 -06:00 |
|
|
5f483a0b4a
|
Add border on filter autocomplete tags
|
2023-03-02 16:34:29 -06:00 |
|
|
9487f631e7
|
random attempt to fix weird test failure in circle ci, removed the whole omit reload thing which only half worked
|
2023-03-01 20:04:54 -06:00 |
|
|
5e9734f712
|
Fix ISO8601 method, to use HH vs hh (24 hour)
|
2023-03-01 13:43:16 -06:00 |
|
|
f6f586ae48
|
Update to convert date-times to UTC before submitting to backend.
|
2023-03-01 10:38:19 -06:00 |
|
|
1bc6b75304
|
SPRINT-21: fixed import collision on "Map"
|
2023-02-28 11:58:24 -06:00 |
|
|
5f20367b3c
|
Add Copy Values to grid column menu
|
2023-02-24 15:24:04 -06:00 |
|
|
b996b1a67f
|
SPRINT-21: attempt to fix weird widget behavior when widget data is not cleared out/async updates
|
2023-02-23 17:02:33 -06:00 |
|
|
83c5e725c3
|
SPRINT-21: added minheight, updated frontend core version
|
2023-02-23 11:09:26 -06:00 |
|
|
9244e8c90f
|
SPRINT-21: added omitReloadWidgetCallback option to parent widget data
|
2023-02-23 09:35:21 -06:00 |
|
|
bf0fc495bf
|
add html (process) component type and make PVS's work in processes; fix some nav-back-and-forth wierdness on query screen
|
2023-02-22 17:58:28 -06:00 |
|
|
07b71afa83
|
SPRINT-21: added minheights to widgets for stability, attempt to stop multiple requests (again)
|
2023-02-21 15:20:58 -06:00 |
|
|
a13ec1adc3
|
Don't try to show more than 5 values in a filter preview; invert colors of tags in filter control
|
2023-02-20 10:09:56 -06:00 |
|
|
3eb831b30e
|
SPRINT-21: updated page titles to 'ColdTrack Live'
|
2023-02-16 17:34:41 -06:00 |
|
|
684e04a8e5
|
SPRINT-20: minor frontend tweaks
|
2023-02-16 11:42:03 -06:00 |
|
|
3d3f7efa1d
|
css changes for audits, pvs filters
|
2023-02-15 16:29:54 -06:00 |
|
|
57c02fe7c8
|
SPRINT-20: made pagination options avaialble for table widgets, updated 'primary color' to come from metadata where possible (at this time),
|
2023-02-13 13:18:19 -06:00 |
|
|
12aa042058
|
Add support for multiple
|
2023-02-13 11:08:31 -06:00 |
|
|
a10cee86a8
|
Small updates to widgets; ok-ish version of filter query with relative time expressions; initial version of multi-select query for possible-values
|
2023-02-13 10:46:59 -06:00 |
|
|
6215e58e23
|
Set min height on record query table; fix some url bugs in query & view; add create to action menu on view.
|
2023-02-10 10:11:48 -06:00 |
|
|
60cd1c190d
|
SPRINT-20: several widget updates, saved filters updates, updates unified widget/view/edit record screen section/widget headers
|
2023-02-08 22:42:21 -06:00 |
|
|
54e3b82ad5
|
update audit to include child details
|
2023-02-08 20:11:42 -06:00 |
|
|
a5465cef3d
|
Put nbsp between labels and values, to make value selection slightly better
|
2023-02-07 10:40:21 -06:00 |
|
|
570bf05053
|
Move more into branding; proxy /images to backend (e.g., more overlays)
|
2023-02-03 19:14:27 -06:00 |
|
|
afa5092808
|
SPRINT-20: updates to saved filters based on ui feedback
|
2023-02-01 21:54:13 -06:00 |
|
|
d29fb32978
|
SPRINT-20: checkpoint commit of saved filter frontends
|
2023-02-01 14:10:43 -06:00 |
|
|
0c8827cc57
|
SPRINT-19: minor updates for dashboards
|
2023-01-30 12:01:14 -06:00 |
|
|
1b2512daa1
|
Add data bag view widget, and editor.
|
2023-01-26 13:59:45 -06:00 |
|
|
4ac1063bca
|
SPRINT-19: upped core frontend version, updates to pie charts and stacked charts
|
2023-01-25 19:12:43 -06:00 |
|
|
895724b87e
|
SPRINT-19: updates to various widgets for new dashboard, cleanups
|
2023-01-24 15:50:44 -06:00 |
|
|
2609748047
|
Fixed display of times (were all coming from 0th); store sortDirection in localStorage
|
2023-01-20 12:18:14 -06:00 |
|