B-Stefan / CheckAuroa-Server

The server application for the check aurora service
2 stars 2 forks source link

An in-range update of pm2 is breaking the build 🚨 #13

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 2.4.0 of pm2 just got published.

Branch Build failing 🚨
Dependency pm2
Current Version 2.3.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As pm2 is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/B-Stefan/CheckAuroa-Server/builds/198873282) - ❌ **Codefresh** Build failed [Details](https://g.codefresh.io//repositories/B-Stefan/CheckAuroa-Server/builds/589895a794ba070100716429)
Commits

The new version differs by 91 commits .

  • 59ddd21 pm2@2.4.0
  • ffca4f5 (README) correct typo
  • 88f6d02 (dashboard) new screen
  • 063ed6f (dashboard) somes small changes + new screenshot
  • 2e6ed64 (interpreter) resolve path of exec_interpreter
  • 5ab386f Revert "(langmodule) resolve interpreter relative to pm2 install folder #2675"
  • 9298ce9 pm2@2.4.0-beta5
  • 1f2f917 Merge branch 'development' of github.com:Unitech/pm2 into development
  • 86528db (dashboard) sort process list by name + sprintf for str formating + padding fix
  • c3f3e1a (deps) remove better-assert
  • e4586e8 (tests) add test for operate with regex #2564 + changelog
  • c09a8ab Merge branch 'development' of github.com:Unitech/pm2 into development
  • b4c53de (operate) allow using regex to match process name #2564
  • 89d8b59 (agent) fix info_node
  • 5c7298f pm2@2.4.0-beta2

There are 91 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 68 commits .

There are 68 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.4.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits .

  • 64df5fb pm2@2.4.2
  • 24ada4b (km) disable auto pm2-server-monit install

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.4.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.4.3
  • #2759 disable default require of vxx in pmx
  • #2651 always spawn pm2 daemon with node binary
  • #2745 new issue template
  • #2761 Make JSON log stream timestamp in consistent format
  • #2770 Fix trigger API never calling callback
  • #2796 Fix absolute path on windows
  • [KM] profiler installation via pm2 install v8-profiler or pm2 install profiler
  • [KM] Agent rescue system
Commits

The new version differs by 46 commits .

  • 584f78d pm2@2.4.3
  • ecca508 (test) ensure fresh PM2 for custom actions
  • 2f54366 pm2@2.4.3-rc1
  • 34f2787 Merge branch 'master' into development
  • e956ec4 CHANGELOG
  • 3f5e46c Merge branch 'development' of github.com:Unitech/pm2 into development
  • 30c5ba6 (aggregator) add a regex for new identifier
  • 0797bf5 pmx@1.1.0
  • 7a17bb2 (pmx) add benchmark npm command
  • dafa705 (interactor) now agent crash is rescuable
  • 9d8251e (interactor) cache some variables
  • c7586c1 (aggregator) more failchecks + fix actionmethods pm2_env edge case
  • a5bbf25 (stackparser/cache) harden test + fixes
  • 2578ab6 (version) pm2@2.4.3
  • a86277a (stackparser) add null check

There are 46 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.4.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 10 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.4.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits0.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.5.0
  • pm2 register|login to create new account / login on Keymetrics + auto link
  • pm2 open to open dashboard on browser
  • pm2 monitor|unmonitor <pm_id|name|all> for selective monitoring
  • #2818 alias pm2-docker to pm2-daemon
  • #2809 correctly resolve git/npm repo when running pm2 install
  • #2861 better auto exit check for docker
  • #2870 avoid null error when preparing app config
  • #2872 avoid showing useless warning
  • #438 allow to override daemon config paths via env (example: PM2_PID_FILE_PATH to override pid file of the daemon)
  • #2849 better gentoo template for pm2 startup
  • #2868 allow tailing log with --raw flag
  • #452 Add PM2_WEB_STRIP_ENV_VARS to remove environnement vars from pm2 web endpoint
  • #2890 Fix wait-ready for cluster mode
  • #2906 randomize machine name with default pm2 link
  • #2888 allow to use regex for pm2 logs
  • #2045 allow to rename NODE_APP_INSTANCE env variable
  • #2809 add increment_var options to ask for a environnement variable to be incremented for each application started
  • more informations when failing to deploy on custom ecosystem file
  • fix tests for node 8
  • fix missing callback when overriding console.log
  • allow to rename daemon process name via PM2_DAEMON_NAME
  • few typo in the readme
Commits

The new version differs by 71 commits.

  • 4f274b9 pm2@2.5.0
  • 061b66c pm2@2.5.0
  • 7d2169d (changelog) update
  • 44506e5 update chokidar, pmx, shelljs, sprintf, yamljs
  • a105f6f pm2@2.5.0-beta1
  • 129a81c (tests) add test for increment_var and instance_var options
  • d43e44f (instance_var) allow to overide the key NODE_APP_INSTANCE #2045
  • 35945e8 (increment) allow to increment a env variable with a options #2743
  • 0b4a134 (changelog) update
  • f1bf777 Update pm2 logs to accept regex for names (#2924)
  • 620b291 (changelog) update
  • 7c91321 (test) fix npm 5 test (drop unused npm variables)
  • 7eb80f6 (npm) remove package-lock.json
  • 42cd294 (tests) increase timeout for instable test
  • 970720d (tests) run tests with node 8

There are 71 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 79 commits.

There are 79 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.6.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.7.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.7.0
  • #3150 fix watchdog on agent
  • #3001 dump-backup feature
  • #3134 edge case error handling
  • #3096 fix module installation
  • #3085 honor every pm2 args on restart
  • #3046 better error message if PM2 is misconfigured
  • #3058 pm2-docker now does not write logs by default
  • #3045 continue to broadcast on the bus system even if logs are disabled
  • [Docker] Auto Exit when no application is running
  • [Keymetrics] pm2 unmonitor fix
  • [Beta Container Support] beta pm2 start app.js --container
  • [Chore] upgrade modules
  • [Chore] enhance package.json
Commits

The new version differs by 52 commits.

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.7.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.7.1
  • #3117 Add required node env on cluster mode start instance (@2m0nd)
  • make profiler compatible with Node.js 8
Commits

The new version differs by 7 commits.

  • 9d980e0 pm2@2.7.1
  • f99565d Merge pull request #3156 from cdmcnamara/fix-log-file-dev
  • 74b2e39 coffeescript -> coffee-script
  • 151ba28 v8-profiler -> v8-profiler-v2
  • 2103ad3 verify if 3rd module has not failed
  • 5aa7dce add support for coffeescript v2
  • 73048e6 Do not ignore log_file when out(err)_file are NULL

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.7.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.7.2
  • #3200 Associate .tsx files with ts-node (@dguo)
  • #3202 Add first draft of typescript definitions (@jportela)
  • Allow to install http url via pm2 install (@Unitech)
  • #3204 Given --uid add all its gids automatically (@jmeit)
  • #3184 bugfix: try/catch around userInfo to avoid crash (@vmarchaud)
  • #3181 force upgrade to latest pm2-deploy
Commits

The new version differs by 17 commits.

  • 596b29c pm2@2.7.2
  • 5d5e8b4 README.md minor tweaks
  • 616b002 CHANGELOG.md
  • f28d2e5 allow to pm2 install http://modules
  • 196e541 Merge pull request #3202 from jportela/ts-definitions
  • 4d5ca25 Merge pull request #3204 from jmeit/master
  • 3300b0c Fixed fn name
  • c66fa96 Merge pull request #1 from jmeit/mix-uid-gid
  • 2148758 Give the user all of its group's rights
  • 24f282b Type definition minor cleanup
  • e860de3 Add first draft of typescript definitions
  • 8e3facc Merge pull request #3200 from dguo/tsx
  • 6237bc9 Associate .tsx files with ts-node
  • ff6bdd6 Allow mixing of args uid and gid
  • 9a2a733 bugfix: try/catch around userInfo to avoid crash #3184

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.8.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 46 commits.

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.9.0
  • #3278 --silent -s now does not print welcome message
  • #3345 #2871 #3233 pm2 -v will not spawn daemon anymore
  • #3341 update moment dependency
  • #3314 pm2 install --safe will now monitor new installation of module and will
    fallback to previous version if the module is failing (restart, fail on npm install)
  • #3314 module folder structure refactoring to keep independent dependencies for each modules
  • #3324 remove yarn installation of modules
  • #3273 pm2 --mini-list now print the right pid file
  • #3206 add flag to auto turn off auto exit with pm2-docker
  • #3036 Fix applying env PM2_CONCURRENT_ACTIONS correctly
  • #3346 do not chmod systemd script (was failing systemd script on orange pi)
  • #3347 Add --wait-ip option to override systemd initialization to wait for internet full connectivity
  • #3348 alias pm2-docker to pm2-runtime
  • #3350 Override HOME and USER when setting --uid to start module or application
  • #3351 alias pm2 ps to pm2 ls (docker style)
Commits

The new version differs by 36 commits.

  • ac4ca71 pm2@2.9.0
  • b613c59 2.8.0-next
  • af239c2 webuntest
  • 02ab9c2 test: stdout/stderr timeout
  • 2670b19 http examples
  • 75a2e0d Merge pull request #3352 from Rohja/drone_build
  • 6e77ab5 fix building of deb and rpm packages and add alpine apk building scripts
  • f83a803 #3351 alias pm2 ls to pm2 ps
  • 5ad517b override HOME & USER when UID is set
  • cca21ad #3348 alias pm2-docker to pm2-runtime
  • 28f11b9 #3347 --wait-ip option to override systemd script for waiting full internet connectivity
  • 02be631 CHANGELOG + pm2@2.8.1
  • 93c18fc -v option will not exec pm2 at all
  • dc8fe09 #3278 #3345: --silent -s and -v will not print banner anymore
  • 0c039cb #3345 do not spawn daemon if pm2 -v

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.9.1

Fix startup script, anyone having used pm2 startup on the 2.9.0 version (published 10hours ago) must run:

$ npm install pm2 -g
$ pm2 update
$ pm2 unstartup
$ pm2 startup
# Command to copy/paste

bug introduced via PR 0abcfc8#diff-cd58f2bfb244d0982b2a0bf4730733bcR294

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.9.2
  • #3364 30% faster CLI via v8-compile-cache
  • add process._getActiveRequests() and process._getActiveHandles() custom metrics
  • #3402 #3360 fix bad username
  • #3413 check dependencies before launching tests
  • #3295 add sorting feature for process list (pm2 ls --sort <field_name:order>)
  • #3404 if no gid specified - set gid to uid
  • #3287 add typing for env
  • #3374 separate stdout and stderr for pm2-docker/pm2-runtime
  • #3366 improve building of rpm and deb packages
  • #3375 sendLineToStdin/sendDataToProcessId fix
  • #3365 fix report command for windows
  • #3367 Display an error if the process is not found when running 'pm2 logs '
  • #3256 TypeError: Cannot read property 'destroy' of undefined
  • User: append SUDO_USER if no uid has been set and SUDO_USER present
  • User: check permission of agent
  • KM: send outliers
  • KM: infinite retry for km connection
Commits

The new version differs by 52 commits.

  • 1960169 pm2@2.9.2
  • d956f5c fix --sort
  • de740ab set pmx version to 1.5
  • 5513659 Merge pull request #3402 from Unitech/bad_username
  • 9c66192 Merge branch 'development' into bad_username
  • 654d25d Merge pull request #3413 from Unitech/test_dependencies
  • 0c108c4 add dependencies check before launching test
  • 0943fab pm2@2.9.3
  • febf098 Merge branch 'development' of github.com:Unitech/pm2 into development
  • 4e47aea Merge branch 'development' of https://github.com/Unitech/pm2 into development
  • 6e1ab16 upgrade pmx version to development
  • 388dbce update pmx version to development
  • 29f9fa9 Merge pull request #3395 from Unitech/sort-list
  • 9db1a5e Merge pull request #3404 from SagePtr/patch-1
  • 2919368 #3360 pm2 show wrong user, move getUsername logic into common and API.

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 91 commits.

  • 0d00936 chore: upgrade changelog + package.json
  • c6d7ace Merge pull request #3466 from natcl/development
  • f305d6d Correct typo
  • 767c36f Check if windowsHide is bool
  • 41815e0 chore: pmx to 1.6.3-rc2
  • eb39c5f feature: allow to set deep monitoring via environment (PM2_DEEP_MONITORING=true on start/restart)
  • 748019d chore: switch pmx to development
  • 82375af Revert to cleaner check
  • 031a668 Fix 'start pm2 inside pm2' test
  • ab54f6a Revert windowsHide to true for cluster mode, only needed in fork mode.
  • 97fb295 Merge remote-tracking branch 'upstream/development' into development
  • dd9ebb6 Merge pull request #3464 from andyfleming/patch-1
  • 46948a9 Merge pull request #3459 from rmonnier/master
  • f3b3572 Merge pull request #3458 from Unitech/pm2_install_command
  • 387270d Add windowsHide option so it can be set via process file, fixes #3425

There are 91 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 9 commits.

  • 8bfdc31 chore: update version to 2.10.2
  • 7489ae4 chore: update changelog
  • 473a2d6 Merge pull request #3569 from Unitech/pm2-runtime-hot-fix
  • e09cdba fix: reinforce pm2-runtime auto exit strategy #3567 #3206
  • 438e303 Merge pull request #3547 from Unitech/revert-3532-logs-smart-app-name-cutting
  • a9bfc88 Revert "logs: Make padding mechanism working only if padding is longer than string"
  • 067c18e Merge pull request #3532 from N-Nagorny/logs-smart-app-name-cutting
  • 19a4d76 Make padding mechanism working only if padding is longer than string
  • 62eedc2 chore: update changelog

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 2.10.4

https://github.com/Unitech/pm2/blob/master/CHANGELOG.md#2104--thu-may-17-2018-143240-gmt0200-cest-

Commits

The new version differs by 10 commits.

  • 31e536b pm2@2.10.4
  • a6b04bf chore: pm2@2.10.5
  • f8a6a63 fix: fix systemd command for ubuntu 18 #3645
  • 1d0c76d pm2@2.10.4
  • 067446f Merge pull request #3664 from DanielRuf/chore/update-issue-pr-templates
  • 9e0180e chore: update issue and PR templates to use comments to hide instructions in the frontend
  • d529f67 fix: #3645 throttle startup
  • 55d25ff docs: README changes
  • 1028b3c chore: upgrade version to 2.10.3 and update changelog
  • cf7630e (chore) upgrade for node 10

See the full diff