Commit Graph
100 Commits
Author SHA1 Message Date
Keith Grant c33cc82d53 go back one page when deleting all items off last page (orgs/creds) 2020-02-12 08:53:34 -08:00
Keith Grant 5c3fe51982 fix credential list page number after deleting 2020-02-11 12:09:13 -08:00
Keith Grant f61af39f08 fix Template(s)List naming discrepancies 2020-02-11 10:24:08 -08:00
Keith Grant 1ad7e663a1 fix org list page on delete 2020-02-11 10:11:27 -08:00
Keith Grant eceeeea22d remove unneeded default value 2020-02-03 12:55:53 -08:00
Keith Grant 638e8c7add delete dead code/comments & add useRequest docstring 2020-02-03 09:43:06 -08:00
Keith Grant 370a7f9b25 move useRequest to util folder, add tests 2020-01-31 11:39:23 -08:00
Keith Grant ef2fa26126 rename useFetch to useRequest 2020-01-30 16:13:19 -08:00
Keith Grant aaf371ee23 add useFetch demo 2020-01-29 12:04:52 -08:00
Keith Grant d15f7b76fa add useEndpoint hook 2020-01-27 10:20:47 -08:00
Keith Grant c6159a7c3e add more VariablesDetail tests 2020-01-23 11:15:33 -08:00
Keith Grant 49907e337a prevent inventory updates after unmount 2020-01-23 11:02:29 -08:00
Keith Grant a1d7beca83 update VariablesDetail properly if value prop changes (preserving current mode) 2020-01-22 15:42:28 -08:00
Keith Grant cb3ab67361 make VariablesField detect correct mode on mount 2020-01-17 13:39:18 -08:00
Keith Grant 8850687d1b rename usePFSelect to useSyncedSelectValue 2020-01-17 08:47:31 -08:00
Keith Grant 113aa2e11e fix lint errors 2020-01-17 08:34:42 -08:00
Keith Grant e7fead0f2c update Formik formatting to remove warnings 2020-01-16 16:46:13 -08:00
Keith Grant 14990f7e98 finish updating tests for Formik 2.x 2020-01-16 16:21:35 -08:00
Keith Grant 8ef5a6b0e1 upgrade Formik to 2.x; fix some tests with upgrade 2020-01-16 10:13:19 -08:00
Keith Grant 1cc4e302f9 update tests to check for PF Select 2020-01-13 14:41:43 -08:00
Keith Grant 1289ca9103 update TagMultiSelect to use PF <Select> 2020-01-13 14:41:43 -08:00
Keith Grant b18ca5ac1f begin converting TagMultiSelect to usePFSelect 2020-01-13 14:41:43 -08:00
Keith Grant 193a041ef9 finish usePFSelect hook 2020-01-13 14:41:43 -08:00
Keith Grant 7219c17d30 start usePFSelect hook 2020-01-13 14:41:43 -08:00
Keith Grant 79f0f1940f update LabelSelect to use PF Select component 2020-01-13 14:41:43 -08:00
Keith Grant ecf1d79ca5 fix form validation for Organization select in Inventory form 2019-12-19 14:55:48 -08:00
Keith Grant f3c5cb5a2e fix inventory saving without insights credential specified 2019-12-19 10:59:16 -08:00
Keith Grant b794fdbefd de-lint 2019-12-19 10:52:23 -08:00
Keith Grant e688ed813a update tests for detail view changes 2019-12-19 10:41:59 -08:00
Keith Grant bfedbe561c add delete button to InventoryDetail 2019-12-19 09:55:04 -08:00
Keith Grant 6c439bb9ae Add Inventory detail edit button 2019-12-19 09:03:32 -08:00
Keith Grant 7ff4d821ce switch to our CardBody component on all screens, for consistent padding/spacing 2019-12-18 16:10:23 -08:00
Keith Grant 8ff0902177 Fix UserDateDetail translation
Add UserDateDetail to Org detail & InventoryGroupDetail
Add VariablesDetail to InventoryGroupDetail
2019-12-18 11:52:19 -08:00
Keith Grant 3d510c5064 InventoryDetail: handle content loading state & errors better 2019-12-18 11:50:49 -08:00
Keith Grant df47186c43 use UserDateDetail in OrganizationDetail 2019-12-18 11:50:25 -08:00
Keith Grant 2f7607a080 use VariablesDetail for displaying variables field in details views 2019-12-18 11:46:43 -08:00
Keith Grant cde39413c9 switch all tabbed screens to use TabbedCardHeader 2019-12-18 11:46:43 -08:00
Keith Grant 41c9ea3c07 add tests for VariablesDetail & InventoryDetail 2019-12-18 11:46:43 -08:00
Keith Grant 3d45f27502 finish InventoryDetail 2019-12-18 11:46:43 -08:00
Keith Grant 0ab61fd3cb Start inventory detail
* Create VariablesDetail for read-only variables view
* Sketch out InventoryDetail
* Create CardBody and TabbedCardHeader for common custom styling
2019-12-18 11:46:43 -08:00
Keith Grant 846fd67618 de-lint 2019-12-10 12:13:22 -08:00
Keith Grant 3409d39150 fix ProjectLookup re-renders 2019-12-10 11:09:11 -08:00
Keith Grant 9de165a676 revert MultiCredentialLookup loading jank fix 2019-12-10 11:09:11 -08:00
Keith Grant f54616912d de-lint 2019-12-10 11:09:11 -08:00
Keith Grant c003e89ea9 fix loading jank in MultiCredentialLookup 2019-12-10 11:09:11 -08:00
Keith Grant 6e64b5c070 clean up act() errors in form tests after Lookup changes 2019-12-10 11:09:11 -08:00
Keith Grant 75b7d74f91 Lookup tweaks/bug fixes 2019-12-10 10:58:33 -08:00
Keith Grant 569b5bc533 clean up multiple test 'act()' warnings 2019-12-10 10:58:33 -08:00
Keith Grant 9ab9c6961b update Lookup tests, add OptionsList tests 2019-12-10 10:58:33 -08:00
Keith Grant 2e525f8922 update tests for CredentialLookup, OrgLookup, ProjectLookup 2019-12-10 10:58:33 -08:00
Keith Grant 9c6300c2de update MultiCredentialsLookup tests 2019-12-10 10:58:33 -08:00
Keith Grant f8153393b1 fix minor lookup bugs 2019-12-10 10:58:33 -08:00
Keith Grant cb07e9c757 convert all lookups to use new Lookup component 2019-12-10 10:58:33 -08:00
Keith Grant 639b297027 fix credential chips in SelectedList, MultiCredential cleanup 2019-12-10 10:58:32 -08:00
Keith Grant 4341d67fb0 add MultiCredentialsLookup select/deselect logic 2019-12-10 10:58:32 -08:00
Keith Grant 6260633974 flushing out new approach to MultiCredentialsLookup 2019-12-10 10:58:32 -08:00
Keith Grant 8ec856f3b6 start Lookup reducer 2019-12-10 10:58:32 -08:00
Keith Grant 5a207f155e WIP split Lookup into Lookup & CategoryLookup 2019-12-10 10:58:32 -08:00
Keith Grant b3e056fe55 make ProjectLookup auto-select project if only one found 2019-10-31 16:01:33 -07:00
Keith Grant 21f7ca21e0 refactor dupe code to new TemplateAddButton component 2019-10-31 11:34:37 -07:00
Keith Grant c1da74cbc0 fix PF switch styling 2019-10-30 15:06:42 -07:00
Keith Grant 91edac0d84 remove prop type warnings 2019-10-29 11:41:14 -07:00
Keith Grant f4f1762805 fix lint errors 2019-10-29 11:24:13 -04:00
Keith Grant ad5857e06b Add notification custom message fields for workflow pause/approval 2019-10-29 11:24:13 -04:00
Keith Grant da7baced50 upgrade patternfly to latest, update tests 2019-10-28 15:59:47 -07:00
Keith Grant 1d7bd835e6 remove unused imports 2019-10-24 10:29:04 -07:00
Keith Grant 4f90406e91 fix border/padding while loading jt edit form 2019-10-24 10:29:03 -07:00
Keith Grant 0af79b729e fix lint errors 2019-10-23 10:57:18 -07:00
Keith Grant 76711febd1 Add notification custom message fields for workflow pause/approval 2019-10-23 10:57:18 -07:00
Keith Grant 155ed75f15 update jt Inventory field error message 2019-10-18 11:38:01 -07:00
Keith Grant 8b23c6e19a add job id to jobs list 2019-10-18 10:44:39 -07:00
Keith Grant a5d9bbb1e6 add status icon to job list 2019-10-18 10:08:59 -07:00
Keith Grant df7e034b96 fix blur behavior/error messages in JT form 2019-10-18 08:40:48 -07:00
Keith Grant 8e2622d117 add error messages for InventorySelect 2019-10-17 10:55:37 -07:00
Keith Grant cac5417916 delete commented code 2019-10-15 12:56:39 -07:00
Keith Grant b318f24490 don't skip JobDetail test now that async act works 2019-10-15 12:55:26 -07:00
Keith Grant 766f863655 update ProjectDetails tests with memoryHistory 2019-10-15 11:11:44 -07:00
Keith Grant 0b190c2d0d fix login/logout redirect behavior 2019-10-15 10:25:40 -07:00
Keith Grant c7d73c4583 lint fixes 2019-10-15 10:25:40 -07:00
Keith Grant 7ad2c03480 clean up 'act()' warnings in tests 2019-10-15 10:25:40 -07:00
Keith Grant 9e44fea7b5 bump react to lastest patch version 2019-10-15 10:25:40 -07:00
Keith Grant baf5bbc53a finish updating tests for upgraded react-router 2019-10-15 10:25:40 -07:00
Keith Grant 20c24eb275 WIP upgrade react & react-router 2019-10-15 10:25:40 -07:00
Keith Grant faffbc3e65 retain search bar when zero results found 2019-10-11 12:11:41 -07:00
Keith Grant b981f3eed6 add resource profiling toggle in jobs settings 2019-10-04 12:48:29 -07:00
Keith Grant 82064eb4dc fix prop type error in LabelSelect 2019-10-02 14:17:14 -07:00
Keith Grant 6d00d43273 prettier 2019-10-01 15:20:51 -07:00
Keith Grant 77b68e0eb7 use getAddedAndRemoved for saving instance groups 2019-10-01 14:37:42 -07:00
Keith Grant ba4e79fd3a update JT form tests 2019-10-01 11:03:36 -07:00
Keith Grant 554a63d8fc write LabelSelect tests 2019-09-27 15:30:42 -07:00
Keith Grant da149d931c rework MultiSelect into controlled input; refactoring 2019-09-27 15:06:15 -07:00
Keith Grant 6e9804b713 Rework saving labels 2019-09-27 08:53:52 -07:00
Keith Grant 71511b66ac fix JobTemplate tests 2019-09-26 10:01:34 -07:00
Keith Grant 439727f1bd extract new LabelSelect component from JobTemplateForm 2019-09-25 15:18:30 -07:00
Keith Grant 61f6e3c4d2 Refactor to PlaybookSelect component 2019-09-24 14:49:15 -07:00
Keith Grant 362339d89c add FieldTooltip component, some JobTemplateForm cleanup 2019-09-23 11:00:13 -07:00
Keith Grant 5d840af223 fix typo, clarify test names 2019-09-20 13:45:22 -07:00
Keith Grant 1f149bb086 refactor encodeNoneDefaultQueryString 2019-09-20 13:41:30 -07:00
Keith Grant 508535be66 rework removeParams 2019-09-20 13:41:30 -07:00
Keith Grant cb69cac62d split qs addParams into mergeParams and replaceParams for clarity 2019-09-20 13:41:30 -07:00