2135 Commits

Author SHA1 Message Date
vince
052d6c55df fix: #3695 change version check method in order to make it work with alpha/beta versions 2018-06-07 15:59:46 +02:00
Alexandre Strzelewicz
ef965de1f4 #3651 fix username undefined 2018-06-03 20:53:09 +02:00
Alexandre Strzelewicz
cb6521ac32 refactor: use @pm2/js-api for login/register on pm2.io via CLI 2018-05-30 14:48:21 +02:00
Alexandre Strzelewicz
db09275f8e fix: deprecated warning on isbinaryfile 2018-05-30 14:46:06 +02:00
Alexandre Strzelewicz
99cd385038 pm2 login/register: fix legacy login 2018-05-29 21:36:34 +02:00
Alexandre Strzelewicz
f0249684bc fix: #3688 test adaptation + pm2 serve --port option 2018-05-27 19:33:53 +02:00
Alexandre Strzelewicz
aa183ba19d chore: change motd wording 2018-05-27 16:36:05 +02:00
Alexandre Strzelewicz
ae02adf63f BREAKING: merge_logs is now activated by default if not in cluster mode. Logs will not be suffixed by the pm_id if only one app is started 2018-05-27 16:35:54 +02:00
Alexandre Strzelewicz
af60e99466 feature: allow to start raw command via pm2 start "my command with params" + alias script in ecosystem file with cmd & command 2018-05-27 16:07:54 +02:00
Alexandre Strzelewicz
ff1a7f315b fix: startup script issue 18.04 #3645 2018-05-26 19:14:37 +02:00
Alexandre Strzelewicz
0e4453d9cc chore: merge master in development 2018-05-26 19:12:41 +02:00
Alexandre Strzelewicz
2c8170c25e chore: keymetrics -> pm2 2018-05-26 19:09:21 +02:00
Alexandre Strzelewicz
f111596b80 feature: add --ws option to pm2 link 2018-05-21 15:59:09 +02:00
Unitech
ee5e6a06cb refactor: faster cli with less require 2018-05-17 23:34:48 +02:00
Unitech
4576b4c97b refactor: replace fs-extra with node calls 2018-05-17 19:47:49 +02:00
Unitech
f8a6a63462 fix: fix systemd command for ubuntu 18 #3645 2018-05-17 17:27:24 +02:00
Unitech
53ca18c128 chore: upgrade all modules + keymetrics-agent -> pm2/agent + increase version enabling v8-compile-cache 2018-05-17 15:42:43 +02:00
Unitech
294038d762 fix: that this - uncache node_modules 2018-05-17 15:06:54 +02:00
Unitech
ae098962df chore: pm2.io -> @pm2/io 2018-05-17 14:45:21 +02:00
Unitech
adcbebc3f6 chore: pmx -> pm2.io 2018-05-11 00:50:49 +02:00
Unitech
56f05a900b fix: bug because of const 2018-05-11 00:12:01 +02:00
Unitech
d0a2a30e41 refactor: centralize SECRET/PUBLIC/MACHINE_NAME + change some wordings 2018-05-10 20:09:13 +02:00
Unitech
d529f675d0 fix: #3645 throttle startup 2018-05-10 19:10:47 +02:00
vmarchaud
928f41c7ad
deps: use @keymetrics/pmx insteadof pmx 2018-04-30 15:38:19 +02:00
Unitech
3424ee2787 chore: sync from master 2018-04-26 23:05:40 +02:00
vmarchaud
85a5ee0f1f chore: add unique id for each process 2018-04-23 15:21:27 +02:00
ngtmuzi
c4c811e76e fix the bug: process with "restart-delay" can't restart when manually stop 2018-04-02 16:41:43 +08:00
Unitech
e09cdbabd0 fix: reinforce pm2-runtime auto exit strategy #3567 #3206 2018-03-28 16:24:44 +02:00
vmarchaud
dfb1f7ced8
merge: new-agent into development 2018-03-26 14:30:48 +02:00
Vincent Vallet
1325704d95
Merge pull request #3539 from KimSeongIl/master
feat: add kill_retry_time argument
2018-03-23 19:40:03 +01:00
Vincent Vallet
bfddf4fdef
Merge pull request #3556 from N-Nagorny/logs-smart-app-name-cutting
logs: Make padding mechanism working only if padding is longer than string
2018-03-20 09:48:39 +01:00
vince
33db508481 chore: remove unused console.log 2018-03-19 16:24:48 +01:00
vince
3aeeba02f6 fix: remove unused variable when trying to use tracing 2018-03-19 15:55:57 +01:00
Eywek
3514e7fac6 Merge branch 'development' of https://github.com/Unitech/pm2 into new-agent 2018-03-19 14:55:12 +01:00
Alexandre Strzelewicz
e4e29233f9
Merge pull request #3546 from soyuka/improve-monitor-perf
Improve monitoring performances
2018-03-19 14:38:41 +01:00
abluchet
8e96ab360e Improve monitoring performances 2018-03-19 14:01:20 +01:00
Vincent Vallet
a9bfc882b6
Revert "logs: Make padding mechanism working only if padding is longer than string" 2018-03-19 09:48:33 +01:00
Vincent Vallet
f5668331db
Merge branch 'development' into master 2018-03-19 09:37:28 +01:00
Vincent Vallet
b3718656f6
Merge pull request #3545 from rmonnier/default-ecosystem
Set ecosystem.config.js as the default ecosystem file
2018-03-19 09:29:20 +01:00
Unitech
e13f39c90b fix: conflict 2018-03-16 19:46:05 +01:00
Robin Monnier
d9df60eb97 change all ecosystem.json to ecosystem.config.js 2018-03-16 18:44:00 +01:00
Eywek
2506c75956 improv: use keymetrics-agent 2018-03-16 18:19:13 +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
Eywek
37bc629659 meta: drop password 2018-03-15 15:48:59 +01:00
Nikita Nagorny
19a4d76203 Make padding mechanism working only if padding is longer than string
Signed-off-by: Nikita Nagorny <nikiton-n@mail.ru>
2018-03-14 14:16:48 +03:00
Vincent Vallet
75fb87f8a1
Merge pull request #3511 from Unitech/inspect_mode
feature: add inspect feature, on runtime
2018-03-05 23:40:00 +01:00