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

17 Commits

Author SHA1 Message Date
Jake McDermott
1c483a42c6
update @patternfly/react-core to 1.43.5 2019-01-03 17:52:53 -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
mabashian
6adcac85a6 Moves locales out of src and into build dir. Changes npm commands from extract/compile to extract-strings/compile-strings 2018-12-12 11:28:29 -05:00
mabashian
356ad06d74 Add support for i18n using lingui 2018-12-10 10:17:00 -05:00
John Mitchell
aab6aa4ef9
working commit tests 2018-12-03 13:30:31 -05:00
mabashian
7d2bc1c766 Bumps all patternfly versions to latest 2018-11-28 11:29:07 -05:00
John Mitchell
fed7f51476
update build system
polyfill new js features before executing tests
move jest config to file, update transformation exclusion to be okay with axios module
rename enzyme.config.js to jest.setup.js
remove currently unused redux deps
update babel to 7, use env preset as opposed to deprecated stage preset
move .babelrc to newer, favored babel.config.js preset
update all babel preset and plugin packages to those name spaced under @babel
2018-10-30 17:25:29 -04:00
John Mitchell
74d3e55908
bump patternfly dep versions 2018-10-29 13:58:56 -04:00
John Mitchell
fd28cff412
add additional patternfly react packages 2018-10-26 17:23:27 -04:00
John Mitchell
05d72ae8cf
update webpack and package.json with index.jsx entrypoint 2018-10-24 21:55:59 -04:00
John Mitchell
51c58d5645
remove babel config.js to favor .babelrc file 2018-10-24 21:34:20 -04:00
John Mitchell
79e68b1dbe
add coverage report 2018-10-24 21:11:52 -04:00
John Mitchell
a76ac805f2
add jest and enzyme testing dependencies and update infrastructure configuration to make testing work 2018-10-24 16:50:08 -04:00
Jake McDermott
f639f353ec
update pf react version 2018-10-15 12:43:52 -04:00
Jake McDermott
b31edef9b2
one way of approaching nav 2018-10-11 22:48:39 -04:00
Jake McDermott
f8a4b01da5
lint 2018-09-26 20:59:41 -04:00
Jake McDermott
43f3b484f9
initial commit 2018-09-25 10:53:35 -04:00