Commit Graph
100 Commits
Author SHA1 Message Date
Keith J. Grant f6037f9df5 run changes through updated v of prettier 2021-07-22 10:57:49 -07:00
Keith J. Grant 55a9a4ca46 update selectors in tests to match id changes 2021-07-22 09:55:01 -07:00
Keith J. Grant e32471adbd fix a11y id issues in team list and jt form 2021-07-22 08:58:00 -07:00
Keith J. Grant 77f2729a76 fix settings pages a11y issues 2021-07-22 08:58:00 -07:00
Keith J. Grant 5fb1b604bf ensure unique ids on jobs list 2021-07-22 08:58:00 -07:00
Keith J. Grant 29753c6b9b fix lookup field ids 2021-07-22 08:58:00 -07:00
Keith J. Grant 9237ca4809 fix path to useBrandName in test 2021-07-20 13:47:46 -07:00
Keith J. Grant 9d01334a86 remove withRouter where not needed 2021-07-20 13:01:32 -07:00
Keith J. Grant 4c62bf268d fix test warning about open worker process 2021-07-20 13:01:31 -07:00
Keith J. Grant 3e79fa2dcb fail tests that initiate network requests 2021-07-20 13:01:31 -07:00
Keith J. Grant a307421b82 attempt to fix ci/merge test error 2021-07-14 11:53:24 -07:00
Keith J. Grant ed02f28cbe mark upload button strings for translation 2021-07-13 11:47:01 -04:00
Keith J. Grant 09751efe95 fail tests if warning is logged 2021-07-09 13:19:15 -07:00
Keith J. Grant 0185269d97 remove 4th batch of unmount() calls 2021-07-09 11:50:19 -07:00
Keith J. Grant 81c16f4fa7 remove 3rd batch of unmount calls 2021-07-09 11:04:18 -07:00
Keith J. Grant bf7663a0a1 remove 2nd batch of unecessary unmount calls 2021-07-08 17:06:15 -07:00
Keith J. Grant 86fcfdf69a remove 1st batch of unnecessary unmount calls 2021-07-08 16:51:46 -07:00
Keith J. Grant 58d64045a1 fix About test network call 2021-07-08 15:52:21 -07:00
Keith J. Grant 0e12c7deb4 fix flakey unit tests I hope 2021-07-08 14:33:38 -07:00
Keith J. Grant 78d6e21256 fix final logged errors in tests 2021-07-08 14:33:38 -07:00
Keith J. Grant 226ffafbd6 fix test errors (Sort, CredentialEdit, InventoryHost, JobTemplateEdit, etc) 2021-07-08 14:33:38 -07:00
Keith J. Grant 1b5fa9c799 fix errors logged in tests (scheduls/organization) 2021-07-08 14:33:38 -07:00
Keith J. Grant ad2f042f97 fix tests with errors 2021-07-08 14:33:38 -07:00
Keith J. Grant 4b41bbbf34 fail tests if anything logs an error 2021-07-08 14:33:37 -07:00
Keith J. Grant 8dc788dbcb clean up responsive behavior of advanced search 2021-06-28 10:51:04 -04:00
Keith J. Grant 487d78cc72 Don't reload template when navigating to edit form 2021-06-28 10:51:00 -04:00
Keith J. Grant 9316ace3f6 delete commented line 2021-06-28 10:51:00 -04:00
Keith J. Grant 55b5060944 remove duplicate JT credential fetch 2021-06-28 10:51:00 -04:00
Keith J. Grant 0be68fe84f reduce duplicate network request in JT form 2021-06-28 10:50:59 -04:00
Keith J. Grant 25bca532c2 delete commented code 2021-06-22 10:49:33 -04:00
Keith J. Grant fb897891c9 delete PaginatedDataList, move toolbar buttons to PaginatedTable dir 2021-06-22 10:49:32 -04:00
Keith J. Grant 421d8f215c Convert lists to tables
- ProjectJobTemplatesList
- UserTokenList
2021-06-22 10:49:32 -04:00
Keith J. Grant 3db92ca668 Convert more lists to tables
- Smart Inventory Hosts List
- Organization EE List
- Organization Teams list
2021-06-22 10:49:32 -04:00
Keith J. Grant c6fa85036e convert ee template list, host group list to tables 2021-06-22 10:49:32 -04:00
Keith J. Grant 0b4a296181 convert ApplicationTokenList, HostFilterLookup to tables 2021-06-22 10:49:32 -04:00
Keith J. Grant 8078daa733 convert InstanceList to table 2021-06-07 15:06:12 -07:00
Keith J. Grant 21ff1d714d add useSelected tests for new functions 2021-06-02 14:48:53 -07:00
Keith J. Grant eeca5512be update remaining lists to clear selection on pagination/search/sort 2021-06-02 14:41:20 -07:00
Keith J. Grant 143a4a61b3 clear list selection on navigate (first batch) 2021-06-02 14:41:20 -07:00
Keith J. Grant e6cfd726c6 don't reload host if query string changes 2021-05-27 13:22:47 -07:00
Keith J. Grant 8ac3cc1542 delete qs utils that are no longer used 2021-05-19 13:49:57 -07:00
Keith J. Grant 908263df50 Rewrite updateQueryString to preserve namespaces
* Refactors ActivityStream to use updateQueryString
2021-05-19 13:23:46 -07:00
Keith J. Grant 7f6e022852 rename replaceNamespacedParams to updateQueryString 2021-05-18 14:15:26 -07:00
Keith J. Grant d324c12348 add qs test confirming default values are omitted 2021-05-18 12:20:24 -07:00
Keith J. Grant fd5e22a3f6 fix integer fields in removeParams; maintain page_size/sort 2021-05-18 12:00:20 -07:00
Keith J. Grant 25903431bc refactor JobOutput to use replaceNamespacedParams util 2021-05-17 15:25:16 -07:00
Keith J. Grant f8374def64 refactor ListHeader to use replaceNamespacedParams 2021-05-17 15:09:37 -07:00
Keith J. Grant 9bbaa6993f refactor param changes to use new util function 2021-05-17 11:49:02 -07:00
Keith J. Grant 83b6a91623 validate variables field in launch prompt 2021-05-07 16:13:38 -07:00
Keith J. Grant e2c8519b77 convert InventoryHostGroups list to table 2021-05-03 16:00:09 -07:00
Keith GrantandMarliana Lara 7b60733da0 delete comment
Co-authored-by: Marliana Lara <marliana.lara@gmail.com>
2021-05-03 13:53:57 -07:00
Keith GrantandMarliana Lara d7ce328046 fix id string
Co-authored-by: Marliana Lara <marliana.lara@gmail.com>
2021-05-03 13:53:57 -07:00
Keith J. Grant 25a4a112b3 remove unecessary i18n wrappers; fix HostToggle tooltip 2021-05-03 13:53:57 -07:00
Keith J. Grant cbe2a78287 convert inventory source list to tables 2021-05-03 13:53:57 -07:00
Keith J. Grant 83ceacf588 convert inventory groups list to tables 2021-05-03 13:53:57 -07:00
Keith J. Grant fe0ad30245 fix inventory access/hosts lists tests 2021-05-03 13:53:57 -07:00
Keith J. Grant 0ac6ba9c99 convert inventory access/hosts lists to tables 2021-05-03 13:53:57 -07:00
Keith J. Grant 2672c2ffe3 add default ouia-id to paginated tables 2021-05-03 12:04:33 -07:00
Keith J. Grant b21db2fd31 fix user list sorting issues; clean up comments 2021-05-03 10:57:17 -07:00
Keith J. Grant d1cb0781ce update tests for new user sub-list tables 2021-05-03 10:57:17 -07:00
Keith J. Grant 7c86edd825 convert user sub-lists to tables 2021-05-03 10:57:17 -07:00
Keith J. Grant dff43e973e add LaunchButton test to cover disabled launch button behavior 2021-04-19 13:09:16 -07:00
Keith J. Grant 804cf74cd8 fix formatting JSON on initialize 2021-04-19 11:00:27 -07:00
Keith J. Grant b817967377 delete unused function 2021-04-19 09:38:50 -07:00
Keith J. Grant 768fe94088 initialize variables field/detail with formatted JSON strings 2021-04-19 09:37:42 -07:00
Keith J. Grant 5e228c4d98 LaunchButton: rename isSending to isLaunching 2021-04-19 09:05:15 -07:00
Keith J. Grant dc0256441f disable launch buttons to prevent double-clicking 2021-04-15 14:51:39 -07:00
Keith J. Grant 8f2ef6ce01 VariablesField: don't run Formik validation on mode change 2021-04-14 16:15:18 -07:00
Keith J. Grant 637b540a4d fix button selection in VariablesField tests 2021-04-14 09:25:15 -07:00
Keith J. Grant 8dd4e68385 change CodeEditor onChange back to our debounce implementation 2021-04-14 09:25:15 -07:00
Keith J. Grant dff3103d96 add more robust handling of JSON/YAML toggle to prevent expanding YAML expressions 2021-04-14 09:25:15 -07:00
Keith J. Grant 1bd71024e3 Don't unecessarily expand YAML expressions
If the user toggles a VariablesField to JSON then back to YAML without
editing the field content, revert to the initial YAML value to maintain
any shorthand expressions
2021-04-14 09:22:57 -07:00
Keith J. Grant 634c9892df VariablesDetail: don't evaluate YAML expressions 2021-04-14 09:13:53 -07:00
Keith J. Grant e05fdf9ebb update tests to match new ids 2021-04-13 13:11:44 -07:00
Keith J. Grant 1dc3b80c68 add missing titles/labels, remove duplicate IDs 2021-04-13 13:11:44 -07:00
Keith J. Grant 77cc3306a5 add typeahead aria labels to all Select boxes 2021-04-13 13:11:44 -07:00
Keith J. Grant f807b76044 revert RoutedTabs to buttons pending PF fix 2021-04-13 13:11:44 -07:00
Keith J. Grant ac0f534208 update inventory group tests 2021-04-13 13:11:44 -07:00
Keith J. Grant c738772cd5 translate brand logo alt text 2021-04-13 13:11:44 -07:00
Keith J. Grant 79118cfbe2 fix Schedule tests 2021-04-13 13:11:44 -07:00
Keith J. Grant 445b2fef84 update VariablesField test for new id 2021-04-13 13:11:44 -07:00
Keith J. Grant 94038006aa fix a11y bugs in RoutedTabs, UserList 2021-04-13 13:11:44 -07:00
Keith J. Grant be9622d03f fix missing ids/alt for a11y fixes 2021-04-13 13:11:44 -07:00
Keith J. Grant 03fbeb2a27 fix a11y labels on dashboard tabs 2021-04-13 13:11:43 -07:00
Keith J. Grant 30f08582ed add id to code editor input fields 2021-04-13 13:11:43 -07:00
Keith J. Grant 812a4e53df add VariablesField YAML/JSON validation 2021-04-07 11:16:44 -07:00
Keith J. Grant 37a4f2975b add tests for getDocsBaseUrl util 2021-04-06 11:45:31 -07:00
Keith J. Grant d924b873b3 update existing docs links to use current version util 2021-04-06 10:46:28 -07:00
Keith J. Grant 4227f7276b add docs links to notification templates, project scm 2021-04-05 15:41:33 -07:00
Keith J. Grant 64b9d61dd4 add some links to docs 2021-04-05 15:41:33 -07:00
Keith J. Grant fb257d0add add ouia ids to variables expand buttons 2021-03-24 13:00:28 -07:00
Keith J. Grant e8886a5525 fix InventoryGroupDetails test 2021-03-15 11:42:09 -07:00
Keith J. Grant 659f68f280 add VariablesField expand test 2021-03-15 10:56:30 -07:00
Keith J. Grant f867c9e476 fix type errors in VariablesDetail 2021-03-15 10:56:21 -07:00
Keith J. Grant d6a5a1e0d0 add expand button to VariablesDetail 2021-03-15 10:55:42 -07:00
Keith J. Grant b1ce5e24e3 add expand button to VariablesField 2021-03-15 10:55:31 -07:00
Keith J. Grant c90dfbb7e0 debounce CodeEditor onChange for performance improvement 2021-03-12 12:26:07 -08:00
Keith J. Grant 05f93032f5 fix CodeEditor tests 2021-03-12 08:54:19 -08:00
Keith J. Grant 726b5ddc26 fix lint error 2021-03-12 08:28:26 -08:00
Keith J. Grant 4ea7c8a534 CodeEditor bugfixes
* fix typing space character
* hide cursor when editor doesn't have user focus
* show help text any time editor is in focus
* fix content shifting when help text appears/disappears
* remove 80 character "print limit" line
2021-03-11 16:20:05 -08:00