Commit Graph

35 Commits

Author SHA1 Message Date
2cc7e9ebe1 CE-1643 Add a timezone conversion to the formatDate function for the case where it took a string rather than a Date as input, in which case, the new Date() call would be appying a timezone, and making us off-by-one (for some side of the prime merdian i think) 2024-08-23 15:13:44 -05:00
66ddf4cb57 CE-1072 return displayValue for DATE_TIME fields (if they're different from the raw value) 2024-04-04 20:06:00 -05:00
78f764c4cd CE-798 - primary working version of tsx for basic vs. advanced query (quick-filters in basic mode) 2024-01-23 14:02:06 -06:00
18b16ab134 Adding tooltips w/ evaluated real-time values; fixing bugs, getting ready for release 2023-07-17 08:48:54 -05:00
48a44f2605 Updating to support multi-file scripts 2023-06-27 08:13:51 -05:00
9cbf9f4dcf add ability to (poorly) format SQL 2023-06-21 11:54:00 -05:00
5b6167ddb8 Merge branch 'feature/sprint-27' into feature/custom-filter-panel 2023-06-20 10:17:56 -05:00
8b38cf8fa3 Add optional fractions to a pattern in formatDateTimeValueForForm 2023-06-19 19:00:20 -05:00
f0d93fb2ed Merge branch 'feature/CTLE-433-cart-rover-now-extensiv-integration' into integration/sprint-26
# Conflicts:
#	src/qqq/utils/qqq/ValueUtils.tsx
2023-06-08 12:21:27 -05:00
3dc9bc2702 Basic support for relative date-time expressions on Date fields 2023-06-07 11:10:39 -05:00
48ebcb63c0 Updates for supporting blobs 2023-05-30 10:23:08 -05:00
084ed0732d Support for BLOB, file downloads 2023-05-24 17:40:30 -05:00
3a7cadf5c2 Clean csv values; Update qfc - for audit count fix 2023-05-19 11:51:20 -05:00
1011271b5e Add export to ColumnStats; fix formatDateTimeForFileName 2023-05-19 11:17:16 -05:00
75268b6b3c Some final adjustments for widget reload & export 2023-05-19 09:14:42 -05:00
bc4181908a CTLE-433: fixed reveal adornment style 2023-05-10 15:43:09 -05:00
51bbcc9d35 made popover open to the right on password copy field, fixed icon size on widget schedules 2023-05-08 11:19:15 -05:00
f1adf3aa5e Merge branch 'dev' into integration/sprint-26
# Conflicts:
#	src/qqq/utils/qqq/ValueUtils.tsx
2023-05-05 13:03:33 -05:00
06c78d4dec updated on click on query screen with reveal widgets 2023-05-05 12:59:49 -05:00
35068b6b69 Reverting unintented change to code-viewer layout (keeping reveal layout good) 2023-05-04 18:49:56 -05:00
2c894f0466 Merge branch 'feature/CTLE-207-query-joins' into dev 2023-05-02 15:13:28 -05:00
835a7d30fd CTLE-421: fixed a warning 2023-05-02 15:09:43 -05:00
472fb03ed0 Joins on Record Query; Count action w/ distinct input/output; JSX Element option for pageHeader 2023-04-24 12:30:19 -05:00
1c0535cdc0 add setOptions={{useWorker:false}} to all <AceEditor instances - fixes localdev "worker" error 2023-04-20 10:53:49 -05:00
f382dbf8e2 Submit date-times in UTC. delete date-times from what gets submitted if it isn't changed (to try to avoid second-truncation); moved frontendLocalZoneDateTimeStringToUTCStringForBackend from FilterUtils to ValueUtils 2023-04-19 08:42:24 -05:00
fe87948904 Add formatJson, expand buttons to code views 2023-03-31 16:39:23 -05:00
94767bcbb3 Better timezone support on query and dropdowns/custom-timeframes. 2023-03-14 17:01:43 -05: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
5e9734f712 Fix ISO8601 method, to use HH vs hh (24 hour) 2023-03-01 13:43:16 -06:00
5f20367b3c Add Copy Values to grid column menu 2023-02-24 15:24:04 -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
4a658e9a5c Initial version of record audits 2023-01-20 10:37:15 -06:00
9e12ee2586 Add null-check for adornmentValues languageMode 2023-01-13 09:41:24 -06:00
e096e055a4 First pass at permissions; Updated auth0 to work with access token instead of id token 2023-01-11 16:31:51 -06:00
267580b44b SPRINT-18: fixed to dashboards, removed and moved around all the things 2023-01-04 11:40:21 -06:00