This is an automated email from the ASF dual-hosted git repository. jamesbognar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git
commit bac67b4f127460b2d8824ec8e0baf88378c191a2 Merge: 3338e86 d3222ff Author: James Bognar <[email protected]> AuthorDate: Mon Jan 20 16:49:02 2020 -0500 Merge pull request #9 from fiammara/master React front end+ spring security and cors fixes .../apache/juneau/petstore/AppConfiguration.java | 15 + .../petstore/config/SpringSecurityConfig.java | 8 +- .../juneau/petstore/rest/PetStoreResource.java | 2 + .../apache/juneau/petstore/rest/RootResources.java | 4 +- pets/.eslintrc.js | 18 + pets/.gitignore | 23 + pets/Dockerfile | 28 + pets/README.md | 68 + pets/package-lock.json | 14304 +++++++++++++++++++ pets/package.json | 44 + pets/public/favicon.ico | Bin 0 -> 3870 bytes pets/public/index.html | 43 + pets/public/manifest.json | 25 + pets/public/robots.txt | 2 + pets/src/App.css | 275 + pets/src/App.js | 44 + pets/src/App.test.js | 9 + pets/src/FetchTypes.js | 41 + pets/src/Footer.js | 17 + pets/src/Inventory.js | 209 + pets/src/JsonSwagger.js | 40 + pets/src/NavBlock.js | 14 + pets/src/Navigation.js | 89 + pets/src/Options.js | 35 + pets/src/OrderById.js | 217 + pets/src/Orders.js | 224 + pets/src/PetById.js | 232 + pets/src/Pets.js | 232 + pets/src/Petstore.js | 233 + pets/src/Root.js | 272 + pets/src/StandardAside.js | 24 + pets/src/Store.js | 224 + pets/src/UserDetails.js | 195 + pets/src/Users.js | 224 + pets/src/asf.png | Bin 0 -> 8875 bytes pets/src/background.jpg | Bin 0 -> 105889 bytes pets/src/cat.png | Bin 0 -> 1878 bytes pets/src/cat35.jpg | Bin 0 -> 236032 bytes pets/src/index.css | 13 + pets/src/index.js | 10 + pets/src/juneau.png | Bin 0 -> 6274 bytes pets/yarn.lock | 10617 ++++++++++++++ 42 files changed, 28069 insertions(+), 5 deletions(-)
