48 Commits

Author SHA1 Message Date
Unitech
d520de93a4 feat: allow pmx attribute to be string 2021-01-13 12:31:05 +01:00
Unitech
03f09ef24d filter_env to skip local env variables #4596 2020-04-12 16:58:55 +02:00
Unitech
69984f0698 chore fix schema.json 2020-04-12 16:09:54 +02:00
Unitech
dc72d9dbec feat: send signal via env PM2_KILL_USE_MESSAGE or --shutdown-with-message 2019-10-30 13:54:01 +01:00
Subhash
668ac61d76 Add process namespaces feature 2019-10-28 13:33:28 +05:30
Sage Pointer
b6b27f0ca4 Allow usernames in uid/gid/user again (fixes #4262) 2019-05-06 18:02:57 +03:00
Unitech
bfb71a6f7e module: bind install url 2018-09-29 16:40:29 +02:00
Unitech
2bfaaca806 feature: add exponential backoff restart delay via --exp-backoff-restart-delay 2018-09-27 17:05:40 +02:00
Unitech
58d2465ef7 merge development 2018-09-25 00:06:22 +02:00
Unitech
9aa0abbdab drop v1 modules logic and tests + v1 of tarball module management + add Common.err and Common.log helper with auto prefix + split module logic 2018-09-24 22:55:18 +02:00
Unitech
3e3077698c --time to enable log date prefixing 2018-09-24 00:17:23 +02:00
Unitech
cb093237a7 refactor + fix bug watch_delay on json + add user mgmt tests + change tests order/remove toxic flag 2018-09-23 19:28:13 +02:00
Unitech
ccb35ef8ca proper support of setting the right user in fork mode (uid/user resolution + HOME set) 2018-09-23 17:54:07 +02:00
Unitech
b4708e7498 chore: adapt tests 2018-09-21 14:22:07 +02:00
vince
e3a6aea748 feature: #3692 allow pm2 to send to pm2-io-apm configuration 2018-06-15 16:59:27 +02:00
Alexandre Strzelewicz
ef965de1f4 #3651 fix username undefined 2018-06-03 20:53:09 +02:00
Vincent Vallet
f5668331db
Merge branch 'development' into master 2018-03-19 09:37:28 +01:00
Robin Monnier
98348955a6 Merge branch 'ecosystem-documentation' of github.com:rmonnier/pm2 into ecosystem-documentation 2018-03-16 17:48:12 +01:00
Robin Monnier
b26efa0d4c fix bug with interpreter args 2018-03-16 17:40:23 +01:00
KimSeongIl
b2cc003114 feat: add kill_retry_time argument 2018-03-16 10:07:48 +09:00
Robin Monnier
40157784a6
Merge branch 'development' into ecosystem-documentation 2018-03-15 17:47:19 +01:00
Robin Monnier
716b191ae8 add documentation to schema.json 2018-03-15 17:37:01 +01:00
vince
aae1d55e41 chore: revert PR #3496 2018-03-05 16:02:50 +01:00
Robin Monnier
47e5410987
Merge branch 'development' into master 2018-02-26 16:33:10 +01:00
Robin Monnier
1650ec7f91 documentation for ecosystem file 2018-02-26 16:22:58 +01:00
Robin Monnier
417fc19b20 documentation for ecosystem file 2018-02-26 15:15:23 +01:00
Nathanaël Lécaudé
387270d480 Add windowsHide option so it can be set via process file, fixes #3425 2018-02-13 11:54:23 -05:00
vince
c541868837 feat: add flag to enable deep-monitoring 2018-02-05 15:10:21 +01:00
vince
203df7688c fix: replace dash with underscore 2018-02-02 18:07:50 +01:00
vince
e6b0c47443 feat: allow pm2 to install and enable event-loop-inspector data collecting 2018-02-02 14:56:23 +01:00
vince
aa180fa8ab feat: allow pm2 to enable v8 data collecting from pmx 2018-01-31 15:08:31 +01:00
Unitech
5bd44dea2e #2997 #866 #1689 add --disable-logs option 2017-07-04 18:43:03 +02:00
Unitech
7d6f173078 #2144 #1060 #2957 #2033 #1872 #2938 #971 Select application uid/gid via --uid --gid (CLI+JSON) + pm2 install --uid / --gid 2017-07-02 19:28:41 +02:00
vmarchaud
129a81c10f (tests) add test for increment_var and instance_var options 2017-06-06 17:25:35 +02:00
vmarchaud
d43e44f8b2 (instance_var) allow to overide the key NODE_APP_INSTANCE #2045 2017-06-06 15:57:32 +02:00
vmarchaud
35945e82d0 (increment) allow to increment a env variable with a options #2743 2017-06-06 15:49:43 +02:00
vmarchaud
77ce1cd7ee (logs) refactor to allow to directly output json #2663 2017-01-30 18:26:32 +01:00
vmarchaud
6f5ddaf7ae (enchancement) appendEnvToName -> snake_case + tests 2017-01-24 17:37:35 +01:00
Dutta, Jaibatrik
e66914a9b4 Change property name from envSpecificInstance to appendEnvToName 2017-01-23 02:06:02 +05:30
Dutta, Jaibatrik
09232ffdef Allow starting processes for each environment 2017-01-23 00:28:53 +05:30
Unitech
1896524435 (CLI) --disable-trace 2017-01-17 15:25:43 +01:00
Unitech
3fb35d6893 (JSON config) alias script to exec 2017-01-16 14:04:32 +01:00
Unitech
a8fe5de635 (cli/god) force http + rename pmx_trace to trace 2017-01-11 21:10:01 +01:00
vmarchaud
0892a15ea3 (trace) refactor method to enable tracing 2017-01-06 16:22:07 +01:00
vmarchaud
4205c9b36a (transactions) enable tracing via options 2017-01-04 17:02:11 +01:00
Unitech
1faf1d766b (schema) alias err_file to error_file and err + out_file to out_log 2016-11-18 13:17:01 +01:00
vmarchaud
1d19cf2269 (feature) wait for application ready event when asked 2016-10-26 18:53:05 +02:00
Unitech
23f2130de0 rename CLI.js to API.js + some fix on pm2-docker command 2016-07-23 19:13:55 +02:00