1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/__tests__/pages
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
..
Organizations Implement React Context API 2019-01-03 15:20:08 -05:00
Applications.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
AuthSettings.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Credentials.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
CredentialTypes.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Dashboard.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
InstanceGroups.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Inventories.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
InventoryScripts.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Jobs.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
JobsSettings.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
License.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Login.jsx Add support for i18n using lingui 2018-12-10 10:17:00 -05:00
ManagementJobs.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
NotifcationTemplates.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Portal.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Projects.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Schedules.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
SystemSettings.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Teams.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Templates.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
UISettings.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00
Users.jsx update unit test mocks and restructure test dir structure 2018-11-02 13:44:13 -04:00