Commit Graph

345 Commits

Author SHA1 Message Date
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
96bc57f5f9 fixed layout, null checks 2023-05-18 19:36:16 -05:00
65652f04f0 Add export to table widgets; add reload to most widgets; refactor widget label components (render in class!) 2023-05-18 15:52:40 -05:00
ecbd8ed9f6 updated to show error if widgets dont load correctly, tried to make 'big icons' more specific and an 'opt in' 2023-05-18 15:51:46 -05:00
813067be25 Add env settings to branding, show banner in left bar 2023-05-18 15:48:39 -05:00
6df245ca99 Switch to use NOT_EQUALS_OR_IS_NULL instead of NOT_EQUALS 2023-05-12 15:10:16 -05:00
ff9ebeea1b working bulk-edit test 2023-05-10 17:08:52 -05:00
306640e0ee Handle warnings on delete; move more between-page state to state object (out of query string); 2023-05-10 17:08:37 -05:00
bc4181908a CTLE-433: fixed reveal adornment style 2023-05-10 15:43:09 -05:00
6deee87585 Added dont-go-async flag 2023-05-08 14:18:03 -05:00
163b79a889 Do not show fields from join tables that user does not have permission to (e.g., that aren't in meta data) 2023-05-08 11:53:49 -05:00
fadde8d469 Avoid null-pointer when doing link to table that user doesn't have permission to (e.g., not in meta-data) 2023-05-08 11:43:33 -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
e4d6ba79ed Try again (last one worked!) without the screenshot & highlight, just the better selector everywhere 2023-05-08 10:25:18 -05:00
ce6aa31cfb Try again, more specific selector everywhere, highlight the 3rd time? 2023-05-08 09:57:09 -05:00
ca622d3f10 Add highlight of the element we're trying to click 2023-05-07 19:37:26 -05:00
4fa4268051 try more specific selector for click 2023-05-06 19:33:37 -05:00
c1ee9b40e0 Try to undisable this test 2023-05-05 20:20:35 -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
97d499b0b6 Update to allow auth (api-key) 2023-05-05 11:38:46 -05:00
25414a8515 push sticky top down a bit, to not touch sticky title when it sticks 2023-05-04 18:50:18 -05:00
35068b6b69 Reverting unintented change to code-viewer layout (keeping reveal layout good) 2023-05-04 18:49:56 -05:00
cbaeb3cce4 Fixes for column stats with joins; fix some js console warnings; 2023-05-04 10:54:15 -05:00
566fc6d984 Merge branch 'dev' into integration/sprint-25 2023-05-03 11:16:56 -05:00
915b904a77 Set 'show-curl-before-try' 2023-05-02 19:57:19 -05:00
9a6e07c462 Fix to not show all fields from new join tables 2023-05-02 19:56:55 -05:00
c66e44a957 Show rowCount 2023-05-02 15:53:30 -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
c8273d97f9 Merge branch 'feature/CTLE-422-api-for-scripts' into integration/sprint-25 2023-05-02 08:03:18 -05:00
fb429be69b Merge branch 'feature/CTLE-207-query-joins' into integration/sprint-25 2023-05-02 08:03:05 -05:00
74f0876de4 Fixes for joins 2023-05-01 15:12:51 -05:00
4d92a71848 Fix firstRender accidental delete; pass apiName, version to qController.testScript 2023-04-30 19:57:47 -05:00
3a5d2b22b9 Add apiName & version to script editor; always prompt for commit message 2023-04-28 16:06:51 -05:00
2b39138152 Fix sorting columns by labels (had empty list, and a "bad time") 2023-04-26 14:50:28 -05:00
47463ad315 Keep columnStats, RecordGridWidget columns sorted by-section, not alpha. 2023-04-26 12:49:35 -05:00
4f90b50001 Fix test (json slightly different now for boolean operator in filter); update javalin for seleniums 2023-04-26 12:10:44 -05:00
4d297de91d Initial checkin 2023-04-26 11:50:56 -05:00
e99cfcb7ff Checkpoint of joins, new handling of the select-all/page/ and new 'subset' options 2023-04-26 11:44:13 -05:00
19697e7360 Updated to handle move of skip & limit into QQueryFilter (out of query input) 2023-04-26 11:06:53 -05:00
eafaf897e6 Try again re: not rendering if columns weren't known; change to use local rowIndex, not one from backend 2023-04-24 13:07:36 -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
9cf471131f some random developer.json, hopefully nothing breaks 2023-04-20 14:21:35 -05:00
8ed5a71f19 WIP on showing tables (joins) in columns panel 2023-04-20 12:24:47 -05:00
e64385c271 Wrap values in String() - makes booleans show (they didn't otherwise!) 2023-04-20 10:53:49 -05:00
1c0535cdc0 add setOptions={{useWorker:false}} to all <AceEditor instances - fixes localdev "worker" error 2023-04-20 10:53:49 -05:00
8ebbb7b457 Change strings to use "equals" instead of "is" for QQQ operator EQUALS. 2023-04-19 12:21:15 -05:00
05c92921d4 added footer html to tables 2023-04-19 12:12:58 -05:00