-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies in all components #107
Comments
Unfortunatly due to the fact that we consume a number of sindresorhus packages, and @sindresorhus decided to move their packages to (ESM only), we were forced to also make this move. This move had a good number of unanticipated side effects. Waiting on:SywacWe were forced to fork sywac to make some changes so that our CLI which uses sywac (which doesn't yet support ESM) to consume our now ESM code would still work. The Pull Request is still waiting on feedback from maintainers (@nexdrew, @elliot-nelson)
docker-compose-ui
URLs currently looking at:
Another option instead of forking and maintaining docker-compose-ui could be to move from docker-compose-ui to k8s, something like Minikube and k8s jobs for stage two containers. If we went the k8s route we'd have to make sure that the stage two containers can be brought up and down during a test run based on the number of Test Sessions in a given Job file. Further thoughts on the GSoC ideas page Fixed:redisIssue that covers the problem and fix Redis is now fixed, rebased and pushed node-redis was currently broken: redis/node-redis#1870 (comment) For our Testers upgraded to 4.0.2, but orchestrator is currently stuck on 3.1.2. Anything later is currently producing errors. URLs we're currently watching:
We currently have a branch in orchestrator "binarymist/upgrade-incl-redis" that we will be rebasing on main and continuing to work on until we can move to a later version of redis that is fixed. If this doesn't happen, we'll consider changing to ioredis. CucumberWe have been depending on undocumented API features for years because we needed the functionality. Issues tracking this are at:
The above is now fixed. Now the colours are broken. Issue specifically for broken colours is here. As a temporary measure we've added the environment variable ( |
This was the last issue with cucumber in updating it: purpleteam-labs/purpleteam#107 (comment) This change addressed the broken colours.
This was the last issue with cucumber in updating it: purpleteam-labs/purpleteam#107 (comment) This change addressed the broken colours.
SUT
System
terragrunt init -upgrade
terragrunt apply
terragrunt init -upgrade
terragrunt apply
nvm -v
to check current version, thennvm upgrade
)Project
Update CommonJS to ESM
git commit --amend
ing,--force
pushing. In the consuming projects:dependencies
object of package.json of projects that consume purpleteam-logger set"purpleteam-logger": "purpleteam-labs/purpleteam-logger.git#binarymist/upgrade"
npm install
againlocal
local
with cloud sutcloud
local
local
with cloud sutcloud
11.8.2
due to lack of AWS support of ESMlocal
local
with cloud sutcloud
local
local
with cloud sutcloud
local
Zaproxy Upgrade URLs
The text was updated successfully, but these errors were encountered: