Commit Graph
55 Commits
Author SHA1 Message Date
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
Keith J. Grant 6f7a717664 hide CodeEditor touch controls menu 2021-03-09 15:01:00 -08:00
Keith J. Grant 0b57522dce CodeEditor: don't type newline when pressing enter to start edit mode 2021-03-09 15:01:00 -08:00
Keith J. Grant c2a2bf39d5 don't show CodeEditor control help text in readonly mode 2021-03-09 15:01:00 -08:00
Keith J. Grant 6b2cee2f69 add tests ensuring forms pass correct value to CodeEditor fields 2021-03-09 15:01:00 -08:00
Keith J. Grant 4e55c98bc6 add more code editor tests 2021-03-09 15:01:00 -08:00
Keith J. Grant 143d41fb2a add value assertions to code editor tests 2021-03-09 15:01:00 -08:00
Keith J. Grant c975f65bbc CodeEditor: fix hidden error message 2021-03-09 15:01:00 -08:00
Keith J. Grant 2995cde7cb add AceEditor to changelog 2021-03-09 15:01:00 -08:00
Keith J. Grant 221021a798 disable interactive elements of CodeEditor in readOnly mode 2021-03-09 15:00:26 -08:00
Keith J. Grant 411d69204b remove codemirror dependencies 2021-03-09 15:00:26 -08:00
Keith J. Grant 19f4de0d05 add keyboard navigation help text to CodeEditor 2021-03-09 15:00:26 -08:00
Keith J. Grant 070c67ffe8 rename CodeMirror to CodeEditor 2021-03-09 15:00:26 -08:00
Keith GrantandJake McDermott ee1ed2aaa7 handle null values on inventories pending deletion
Co-authored-by: Jake McDermott <yo@jakemcdermott.me>
2020-12-17 11:29:45 -08:00
Keith GrantandJake McDermott a9c01e891f remove console log
Co-authored-by: Jake McDermott <yo@jakemcdermott.me>
2020-10-20 11:18:40 -07:00