1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/__tests__
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
..
components Implement React Context API 2019-01-03 15:20:08 -05:00
pages Implement React Context API 2019-01-03 15:20:08 -05:00
api.test.js wip - pf4 data list and pagination 2018-11-18 22:49:50 -05:00
App.test.jsx update app and towerlogo tests and remove stale code 2019-01-03 13:37:41 -05:00
index.test.jsx and index.jsx tests 2018-11-02 13:45:11 -04:00
qs.test.js add parametrized unit tests for querystring module 2018-11-18 22:50:21 -05:00