Commit Graph

108 Commits

Author SHA1 Message Date
8a018c34f6 Merge branch 'main' into feature/fix-urlencoding-primary-keys 2023-09-26 08:32:17 -05:00
37a18bbe0d Add some urlencoding of primary keys in query, view, and run process; updated qqq-frontend-core to also do more urlencoding 2023-09-25 13:33:20 -05:00
7ea50dd7bb Merge branch 'main' into feature/CE-609-infrastructure-remove-permissions-from-header
# Conflicts:
#	package.json
2023-08-17 11:42:51 -05:00
7bf515554d CE-609 - staged-rollout-ready - keeping the auth header, but also setting sessionUUID cookie; placeholder for quick-rollback; added todo#authHeader comments to mark where follow-up needs to happen after happy with new code 2023-08-15 09:08:44 -05:00
efc423e819 CE-607 Support fields from an exposed-join on a view screen. 2023-08-08 15:54:57 -05:00
c7622c12f5 Move getColumnWidthForField out into its own method 2023-07-27 08:38:22 -05:00
f189083a5a Fix bug w/ filter in URL not having any values not being respected. Add selenium test for it!! 2023-07-26 12:39:58 -05:00
18b16ab134 Adding tooltips w/ evaluated real-time values; fixing bugs, getting ready for release 2023-07-17 08:48:54 -05:00
28c48cc2ef Checkpoint - functional between, expressions working as values, etc 2023-07-14 09:36:33 -05:00
50ad1760d5 Initial qfmd work to support datetime query expressions from frontend 2023-07-06 18:56:20 -05:00
b3a21d6e22 Merge branch 'integration/sprint-28' into feature/CTLE-503-optimization-weather-api-data 2023-07-03 15:11:58 -05:00
317d687b22 Fix bug w/ url in query string, w/ value=false (and js false == "") 2023-07-03 11:11:55 -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
b010f10560 Add method comment to convertFilterPossibleValuesToIds 2023-06-20 10:17:02 -05:00
8b38cf8fa3 Add optional fractions to a pattern in formatDateTimeValueForForm 2023-06-19 19:00:20 -05:00
50979a1ecc Checkpoint; nearing completion of custom filter panel 2023-06-19 08:40:47 -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
81e0170be7 Basic support for relative date-time expressions on Date fields 2023-06-07 11:10:29 -05:00
000eb24262 Checkpoint - new custom filter panel 2023-06-01 10:59: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
f7ff4cf2fc Add export to RecordGridWidget 2023-05-19 14:54:57 -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
6df245ca99 Switch to use NOT_EQUALS_OR_IS_NULL instead of NOT_EQUALS 2023-05-12 15:10:16 -05:00
bc4181908a CTLE-433: fixed reveal adornment style 2023-05-10 15:43:09 -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
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
cbaeb3cce4 Fixes for column stats with joins; fix some js console warnings; 2023-05-04 10:54:15 -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
74f0876de4 Fixes for joins 2023-05-01 15:12: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
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
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
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
0aad78d16b Merge pull request #16 from Kingsrook/feature/column-stats
Feature/column stats
2023-04-06 13:32:00 -05:00