1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Jake McDermott
31d0347553
test fixup 2019-01-03 17:53:37 -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
John Mitchell
a670a73fd0
update file mock to return file name 2018-11-02 16:32:51 -04:00
John Mitchell
19dcf5ed59
update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
John Mitchell
0373058540
update api.js api client, and axios mock, and add api.js unit tests 2018-10-24 16:52:11 -04:00