Commit Graph
100 Commits
Author SHA1 Message Date
Keith Grant 87cf797153 convert application list to tables 2021-02-17 11:08:33 -08:00
Keith Grant a481fc3cc9 convert instance group list to tables 2021-02-17 11:08:33 -08:00
Keith Grant c3bab52a61 convert notification template list to tables 2021-02-17 11:08:33 -08:00
Keith Grant b3cdefec23 convert CredentialTypeList to tables 2021-02-17 11:07:47 -08:00
Keith Grant 13131e96b6 delete unused import 2021-02-04 16:21:57 -08:00
Keith Grant aaaeb37812 hide table scrollbar when not needed 2021-02-04 14:04:21 -08:00
Keith Grant dfcfdc7a4e add actions column header to host, user, team lists 2021-02-04 13:52:37 -08:00
Keith Grant 4ca8862b51 convert TeamsList to tables 2021-02-04 13:52:37 -08:00
Keith Grant e886ce57aa convent UsersList to tables 2021-02-04 13:52:27 -08:00
Keith Grant f747edca0c convert HostList to PaginatedTable 2021-02-04 13:52:14 -08:00
Keith Grant 0b633c2b6c convert project list to PaginatedTable 2021-02-03 09:01:43 -08:00
Keith Grant 8081d66872 convert credentials list to table 2021-02-03 09:01:22 -08:00
Keith Grant 00b47f1dbf add table header to ScheduleList 2021-02-02 15:12:41 -08:00
Keith Grant eb2a9baadd Convert WorkflowApprovalList to table 2021-02-02 15:12:41 -08:00
Keith Grant 953fa3fe0d convert Schedules list to PaginatedTable 2021-02-02 15:12:41 -08:00
Keith Grant 186aa6cc99 update snapshot 2021-02-02 11:59:17 -08:00
Keith Grant 27b0f874cc remove unused var 2021-02-02 11:45:34 -08:00
Keith Grant 669e963e38 combine TemplateList/DashboardTemplateList into shared component 2021-02-02 11:45:34 -08:00
Keith Grant 03eb9bafb7 add missing template list data; add ids to relevant page elements 2021-02-02 11:44:20 -08:00
Keith Grant 78ef11d558 update Template list tests 2021-02-02 11:44:20 -08:00
Keith Grant ad71dc3e98 add expandable row details to template list 2021-02-02 11:44:20 -08:00
Keith Grant f3410f6517 convert TemplateList to tables 2021-02-02 11:44:20 -08:00
Keith Grant da6f793468 delete unused import 2021-01-29 10:41:48 -08:00
Keith Grant a74fe57691 remove extra inventory columns; add horizontal scroll to wide tables 2021-01-28 16:34:46 -08:00
Keith Grant c3ca43d9bc hide inventory groups/hosts/sources columns when screen width doesn't allow 2021-01-27 15:45:57 -08:00
Keith Grant 0feeaf0453 fix select boxes in JobList 2021-01-27 09:26:19 -08:00
Keith Grant 7bf7cebd72 Add id to table sort headers 2021-01-27 08:36:30 -08:00
Keith Grant 2e7b53cf90 remove job data duplicated in expanded view 2021-01-26 14:22:50 -08:00
Keith Grant afdb4f9709 add id to expanded job rows 2021-01-26 14:18:10 -08:00
Keith Grant 2c17d56acd create LaunchedByDetail to consolidate shared code between detail & list 2021-01-26 14:09:49 -08:00
Keith Grant 8bde6060c4 add expandable rows to JobList 2021-01-26 14:09:49 -08:00
Keith Grant da16785201 convert JobList to PaginatedTable 2021-01-26 14:09:49 -08:00
Keith Grant a9d7fea86f flush out tests for PaginatedTable and related components 2020-12-17 11:29:45 -08:00
Keith Grant 204af9ec91 update tests for PaginatedTable lists 2020-12-17 11:29:45 -08:00
Keith Grant 9da636e294 table header cleanup; fix inventory status labels 2020-12-17 11:29:45 -08:00
Keith Grant 6a47899dbb simplify ActionsTd interface; add ActionItem component 2020-12-17 11:29:45 -08:00
Keith Grant a8159273eb convert InventoryList to use PaginatedTable 2020-12-17 11:29:45 -08:00
Keith Grant 1816280a15 convert PaginatedTable to function component 2020-12-17 11:29:45 -08:00
Keith Grant b9d3beaa7f add HeaderRow component with table sorting 2020-12-17 11:29:45 -08:00
Keith Grant cfc4c3a1a7 add patternfly tables; add PaginatedTable 2020-12-17 11:29:45 -08:00
Keith Grant 8d87d9e6e7 mark Clear filters button for translation 2020-11-04 15:36:40 -08:00
Keith Grant 8df6dc0ca0 fix SmartInventoryForm chips 2020-11-02 11:24:01 -08:00
Keith Grant c58c7e285c use Promise.all to make requests in parallel 2020-10-30 14:48:02 -07:00
Keith Grant adc68b672d add advanced search keys to host filter lookup 2020-10-30 14:45:05 -07:00
Keith Grant fa07889f39 switch host filter lookup to use icontains searches for name/group 2020-10-28 15:41:03 -07:00
Keith Grant a8bb3519c5 fix multiselect survey question on launch 2020-10-23 14:37:32 -07:00
Keith Grant 9b5e59f045 add number validator support for negative numbers, large numbers 2020-10-20 15:44:17 -07:00
Keith Grant acd8a8dd3c fix integer/float errors in survey 2020-10-20 10:47:26 -07:00
Keith Grant 2133b83db4 fix handling of nested API form errors 2020-10-08 09:14:51 -07:00
Keith Grant f5e4147502 add comment to tests 2020-10-07 08:30:11 -07:00
Keith Grant 52f37242fc clean up & unit test form error handling 2020-10-06 14:48:23 -07:00
Keith Grant b7070b7a72 add aria-hidden to Running/Waiting job icons 2020-10-05 08:23:41 -07:00
Keith Grant afe09695d4 update tests 2020-10-01 09:55:17 -07:00
Keith Grant e204325d1d add a11y label to SyncStatusIndicator 2020-09-30 14:36:07 -07:00
Keith Grant c75c6ae03d add a11y label to StatusIcon 2020-09-30 14:32:45 -07:00
Keith Grant 3ed05e9d9b fix NotificationTemplateItem test 2020-09-18 10:20:17 -07:00
Keith Grant 43d339d1cd fix test 2020-09-17 13:46:43 -07:00
Keith Grant cde8cb57da allow app skeleton to display while config is loading 2020-09-17 12:31:13 -07:00
Keith Grant 6c4f9364ee kick back to login page if config gets 401 response 2020-09-16 15:35:02 -07:00
Keith Grant a10f52c70e poll for notification status after sending test 2020-09-15 15:37:44 -07:00
Keith Grant fa0abc0dd8 notification templates: fix un-select all 2020-09-15 10:56:55 -07:00
Keith Grant 236ae6c5b6 handle null messages.workflow_approval some more 2020-09-14 16:05:03 -07:00
Keith Grant b27d9b680a handle null messages.workflow_approval 2020-09-14 15:17:39 -07:00
Keith Grant 6af427d4e1 update test snapshot 2020-09-08 14:45:20 -07:00
Keith Grant e0e48bf922 add custom messages to Notification Detail 2020-09-08 14:04:38 -07:00
Keith Grant 7042542e6a add ArrayDetail 2020-09-08 14:00:57 -07:00
Keith Grant 13e6757666 add ids to CodeMirror FormGroup containers 2020-09-08 10:17:18 -07:00
Keith Grant 40d3e4ee8b handle error string in FormSubmitError 2020-09-04 16:24:09 -07:00
Keith Grant 9711c33675 fix multiple notification form bugs 2020-09-04 15:50:04 -07:00
Keith Grant b119bc475f convert http headers field to string for codemirror 2020-09-04 15:50:04 -07:00
Keith Grant 055abd57cd fix new test from rebase 2020-09-04 15:50:04 -07:00
Keith Grant 95c4b6c922 trying to force tests to re-run 2020-09-04 15:50:04 -07:00
Keith Grant 7ab9d899e4 mark text for translation 2020-09-04 15:49:11 -07:00
Keith Grant c700d07a0a fix lint error 2020-09-04 15:49:11 -07:00
Keith Grant 4a616d9f81 ensure notification template re-loads after saving 2020-09-04 15:49:11 -07:00
Keith Grant 43ac5a0574 add some notification form tests; notification add screen 2020-09-04 15:49:11 -07:00
Keith Grant 9bb834a422 create ArrayTextField component 2020-09-04 15:49:11 -07:00
Keith Grant 458d29a579 only submit customized notification messages if changed 2020-09-04 15:49:11 -07:00
Keith Grant 19fc0d9a96 reset notification messages to defaults when switching to new type 2020-09-04 15:49:11 -07:00
Keith Grant ba95775ded add custom notification messages subform 2020-09-04 15:49:11 -07:00
Keith Grant bb12e0a3a9 fix initial values for notification type fields 2020-09-04 15:49:10 -07:00
Keith Grant 09178dd5f2 flush out notification form and type subform 2020-09-04 15:49:10 -07:00
Keith Grant d27d4e4f28 workaround import/dependency bug in tests 2020-08-11 10:36:42 -07:00
Keith Grant 65d4c347c9 add ObjectDetails for HTTP Headers display 2020-08-11 09:36:11 -07:00
Keith Grant 4c555815b3 add notification list tests 2020-08-11 09:36:11 -07:00
Keith Grant 8bb1c985c0 send test notifications 2020-08-11 09:36:11 -07:00
Keith Grant 1405f6ca51 add notification status indicator 2020-08-11 09:36:10 -07:00
Keith Grant a9451c9864 more template details; add template delete button 2020-08-11 09:36:10 -07:00
Keith Grant ab4628b199 flush out template detail 2020-08-11 09:36:10 -07:00
Keith Grant 182dce3dc3 flushing out notification template detail 2020-08-11 09:36:10 -07:00
Keith Grant fbd1147cff start notification template list 2020-08-11 09:36:10 -07:00
Keith Grant f1e3b4f4f0 add useWsInventorySources tests 2020-07-14 14:29:24 -07:00
Keith Grant 4fca57dfd2 add ws support to inventory sources list 2020-07-14 11:43:59 -07:00
Keith Grant 350c585499 update useWsTemplates to use useWebsocket hook 2020-07-13 13:32:13 -07:00
Keith Grant b76783791a add useWsTemplates tests 2020-07-13 13:27:38 -07:00
Keith Grant 981c9527b2 add template list websocket support 2020-07-13 13:27:38 -07:00
Keith Grant 38e0968690 useWsInventories cleanup 2020-07-10 08:33:35 -07:00
Keith Grant f225df1acd add useWsInventories tests 2020-07-09 14:12:56 -07:00
Keith Grant 455e018099 refactor shared WS logic into useWebsocket hook 2020-07-09 10:14:03 -07:00
Keith Grant 84bea3d348 websockets: show live inventory source sync status 2020-07-08 15:20:42 -07:00