12 Commits

Author SHA1 Message Date
Marliana Lara
8be8663665
Fix AnsibleSelect tests 2019-02-19 16:14:28 -05:00
Marliana Lara
c4065a54bd
Rename Select components to FormSelect for @patternfly/react-core 2.1.8 2019-02-19 16:04:45 -05:00
kialam
f9d615fdee
Fix unit tests. 2019-02-19 11:28:17 -05:00
kialam
7c009fc315
Update unit tests to use new props. 2019-02-14 10:53:53 -05:00
kialam
f09eb182c2
Merge remote-tracking branch 'origin/master' into add-select-default-option 2019-02-14 10:38:28 -05:00
kialam
2b18cee9c0
Fix linter errors and add test to AnsibleSelect component. 2019-02-13 15:39:29 -05:00
John Mitchell
35c94e9cd8
update selected to value in AnsibleSelect 2019-02-13 14:52:11 -05:00
John Mitchell
cbc1ae8875
fix tests based on AnsibleSelect fn name change 2019-02-13 10:34:32 -05:00
John Mitchell
7de89f6486
fix linting issues 2019-01-24 13:05:36 -05:00
Jake McDermott
48e1fbfb38
add unit test coverage for AnsibleSelect.jsx 2019-01-07 07:40:06 -05:00
kialam
9bc87b3e80
Implement React Context API
- Move API GET request to /v2/config out to the top level of our App.
- Store /v2/config response data in sessionStorage.
- Use Context API to pass down relevant data to Organizations component.
- Wrap our AnsibleSelect component as a context consumer and pass in the list of Ansible Environments of the logged in user.
- Clear sessionStorage object when user logs out.
- Update unit tests.
2019-01-03 15:20:08 -05:00
kialam
9627a73978
Rename AnsibleEnvironmentSelect to AnsibleSelect
- Update references to the component.
2018-12-11 16:42:24 -05:00