Skip to content

Commit

Permalink
Update node dependencies scripting (#155)
Browse files Browse the repository at this point in the history
* Removed references to SystemTest (#134)

* Added README instructions for building and link to examples (#136)

* Zip all map (#138)

* add ZipAllMap, and some doc comments and tests

* add doctests to pr.sh

---------

Co-authored-by: Zachery Olson <[email protected]>

* Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140)

* Cargo version upgrade

* Updated the Guide to include the new available flag options for instructional purposes

* Added the ability to include skipBody argument in TryConfig and modified output to honor new skip flag

* included the new argument in the TmpTryConfig for testing purposes

* change version upgrade back to original as requested

* Removed unnessesary matches as requested

* Changes made to output format as requested

* Format changes as requested

* format changes as requested by Rustfmt in the github checks

* Manually fixed format errors

* Fixed additional fmt failure after updating rust to 1.72

---------

Co-authored-by: Trevor McMaster <[email protected]>

* Updated dependencies and fixed deprecations (#143)

* Updated dependencies and fixed deprecations

* Updated Wasm-pack to match the version in the 0.6.0 scripting branch

* Example wasm tests (#147)

* Added additional tests for all the example yaml files

* Updated the README for the current changes

* Open source PPaaS (#149)

* Added initial common directory

* Added open source agent code

* Added initial controller check-in

- Not fully working. Need to get monorepo set up

* Removed references to familysearch.org

* Added code to the pr script to build the hdr-histogram for the controller

* Attempt to fix the common install/build issues in the controller

* Added code to make a monorepo out of the common, agent, and controller

* Added new PPaaS PR flow

- Renamed the old flows to show what they are testing
- Changed the guide PR to only monitor the guide files
- Added new flow for the PPaaS common, agent, and controller

* Updated the PR flow and added husky

* Added the .env.test files we're missing for the github action

* Changed all catch blocks to catch unknown

- Added type checking around the S3 errors

* Basic working build

* Working version of next buildgit status!

* Fixed storybook by removing reference to deprecated zlib

* Removed references to fslocal.org examples

* Removed husky since it's not needed on all check-ins

* Removed duplication in pr script

* Re-enabled the react build now that it's working

* Fixed the Application Name for the controller for unit tests

* Added code to generage a .env.local for the build

* Changed the .env.local file to environment variables

* Cleaned up the global script to improve performance and nyc output

* Fixed the nyc merge

* Changed the build environment files back to .env so it can be overridden

- environment variables override all .env files.

* Fix tests (#152)

* Removed unneeded vars

* Added mock restore

* Fixed grouping of tests into describe

* Added AGENT_APPLICATION_NAME similar to the controller name

* Removed unneeded comment

* Update node dependencies (#154)

* Updated lock files and a few npm dependencies

* More dependencies updates

- Rolled back dotenv-flow due to breaking change with importing config
- Updated fullcalendar now that the next.js issue appears fixed

* Updated the zip yaml files with the updated yaml files

* Updated Next.js to latest version

* Fixed merge duplicate test error

---------

Co-authored-by: Zachery Olson <[email protected]>
Co-authored-by: Idel <[email protected]>
  • Loading branch information
3 people committed Oct 2, 2023
1 parent d867a67 commit 7a11ff4
Show file tree
Hide file tree
Showing 10 changed files with 4,261 additions and 3,377 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@
"nyc": {
"exclude": "**/*.spec.ts"
},
"peerDependencies": {
"@fs/config-wasm": "*"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.363.0",
"@aws-sdk/client-s3": "^3.363.0",
"@aws-sdk/client-sqs": "^3.363.0",
"@aws-sdk/lib-storage": "^3.363.0",
"@fs/config-wasm": "*",
"bunyan": "~1.8.0",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"rimraf": "^5.0.0"
},
"devDependencies": {
"@aws-sdk/util-stream-node": "^3.363.0",
"@fs/config-wasm": "*",
"@types/bunyan": "~1.8.8",
"@types/chai": "^4.3.5",
"@types/express": "^4.17.17",
Expand All @@ -50,6 +51,8 @@
"@typescript-eslint/parser": "^6.0.0",
"aws-sdk-client-mock": "^3.0.0",
"chai": "^4.3.7",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"eslint": "^8.40.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
Expand Down
24 changes: 12 additions & 12 deletions controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,29 @@
"@fs/config-wasm": "*",
"@fs/hdr-histogram-wasm": "file:./lib/hdr-histogram-wasm",
"@fs/ppaas-common": "*",
"@fullcalendar/core": "6.1.7",
"@fullcalendar/daygrid": "6.1.7",
"@fullcalendar/interaction": "6.1.7",
"@fullcalendar/react": "6.1.7",
"@fullcalendar/timegrid": "6.1.7",
"@fullcalendar/core": "~6.1.9",
"@fullcalendar/daygrid": "~6.1.9",
"@fullcalendar/interaction": "~6.1.9",
"@fullcalendar/react": "~6.1.9",
"@fullcalendar/timegrid": "~6.1.9",
"axios": "~1.5.0",
"bunyan": "~1.8.0",
"chart.js": "~4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"cookie": "^0.5.0",
"date-fns": "~2.30.0",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"formidable": "~2.1.2",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"next": "~13.4.19",
"next": "~13.5.3",
"next-cookies": "^2.0.3",
"openid-client": "~5.4.2",
"openid-client": "~5.5.0",
"rc-progress": "^3.4.2",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-datepicker": "~4.16.0",
"react-datepicker": "~4.18.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-transition-group": "^4.4.5",
Expand All @@ -80,7 +78,7 @@
"devDependencies": {
"@aws-sdk/client-sqs": "^3.363.0",
"@aws-sdk/util-stream-node": "^3.363.0",
"@next/eslint-plugin-next": "~13.4.19",
"@next/eslint-plugin-next": "~13.5.3",
"@storybook/addon-actions": "~7.4.0",
"@storybook/addon-links": "~7.4.0",
"@storybook/addons": "~7.4.0",
Expand All @@ -106,9 +104,11 @@
"@typescript-eslint/parser": "^6.0.0",
"aws-sdk-client-mock": "^3.0.0",
"chai": "^4.3.7",
"dotenv": "^16.0.0",
"dotenv-flow": "^3.2.0",
"esbuild": ">=0.17",
"eslint": "^8.40.0",
"eslint-config-next": "~13.4.19",
"eslint-config-next": "~13.5.3",
"form-data": "^4.0.0",
"glob-parent": "^6.0.2",
"immer": "^10.0.2",
Expand Down
Binary file modified controller/test/testyaml.zip
Binary file not shown.
Binary file modified controller/test/testyamlenv.zip
Binary file not shown.
Binary file modified controller/test/testyamls.zip
Binary file not shown.
Loading

0 comments on commit 7a11ff4

Please sign in to comment.