vmarchaud
|
da7f7698b9
|
(docker) better auto exit trigger (#2861)
|
2017-05-21 00:49:09 +02:00 |
|
Unitech
|
f91038c698
|
#2818 pm2-docker -> pm2-runtime + tests
|
2017-04-06 22:56: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 |
|
Unitech
|
83e916f7ff
|
return json error when interact fails
|
2016-07-22 16:59:17 +02:00 |
|
Unitech
|
34fcfaebbb
|
extra display for modules on install http://pm2.keymetrics.io/docs/advanced/pm2-module-system/#extra-display
|
2016-07-21 17:11:33 +02:00 |
|
Unitech
|
9e767fa31a
|
#2177 partial fix
|
2016-07-11 13:54:25 +02:00 |
|
Unitech
|
ddd5319bdf
|
enhance pm2-docker command - allow to pass keymetrics options
|
2016-07-07 22:47:06 +02:00 |
|
Unitech
|
b2c9b20c56
|
display error when module install failed
|
2016-07-06 17:08:16 +02:00 |
|
Valentin 'ThisIsMac' M
|
0fd8a61c05
|
start npm install of module into a shell on any os
|
2016-07-06 16:47:30 +02:00 |
|
Valentin 'ThisIsMac' M
|
30d90b7d5b
|
bugfix : spawing npm install of module not working on Windows & node < v6.x.x (issue #2223)
|
2016-07-06 16:14:32 +02:00 |
|
Valentin “ThisIsMac” M
|
3b75c46cdb
|
bugfix : install module doesnt work unless we start the child process into a shell on Windows
|
2016-07-06 00:38:54 +02:00 |
|
Unitech
|
722845b521
|
#2077 fix missing EXEC_TIMEOUT variable + add test suit for versioning system
|
2016-07-05 23:25:28 +02:00 |
|
Unitech
|
3f524bd2b0
|
set back color on key while using cli-table2
|
2016-07-05 16:22:15 +02:00 |
|
Unitech
|
f4c12ff6d9
|
#2261 --listen-timeout to configure timeout before app is bind to port
|
2016-07-04 23:12:23 +02:00 |
|
Unitech
|
4eb9ec3f1a
|
#2256 fix deploy with yml files
|
2016-07-04 18:20:22 +02:00 |
|
Unitech
|
e48358111d
|
#2017 #2248 #2255 - add Typescript support
|
2016-07-02 13:05:15 +02:00 |
|
Unitech
|
a10146846b
|
Merge branch 'livescript' of https://github.com/dex4er/pm2 into dex4er-livescript
|
2016-07-02 12:04:37 +02:00 |
|
Unitech
|
0466009e9e
|
faster pm2 update / pm2 resurrect
|
2016-06-29 23:57:55 +02:00 |
|
Unitech
|
b9ce85576c
|
#2243 sort by process name instead id
|
2016-06-29 23:43:36 +02:00 |
|
Piotr Roszatycki
|
8602b7ea69
|
livescript support
|
2016-06-28 12:19:40 +02:00 |
|
Unitech
|
363bcac4e5
|
add CPU profiling methods
|
2016-06-27 12:00:05 +02:00 |
|
Unitech
|
81c090f0ea
|
remove unused variable
|
2016-06-26 16:04:42 +02:00 |
|
Unitech
|
730fdfabf0
|
add new command snapshot
|
2016-06-20 22:30:39 +02:00 |
|
Unitech
|
6856815edd
|
inherit tty when installing module to disp NPM loader
|
2016-06-20 21:50:36 +02:00 |
|
Unitech
|
45290cece1
|
call instead of bind
|
2016-06-14 00:38:08 +02:00 |
|
Unitech
|
8baca98f0e
|
do not display err message a second time
|
2016-06-13 16:52:28 +02:00 |
|
Unitech
|
35478b7125
|
tell about pm2 save on startup init
|
2016-06-13 01:41:32 +02:00 |
|
Unitech
|
cb80879dc4
|
conf -> _conf
|
2016-06-11 23:24:58 +02:00 |
|
Unitech
|
832ce93834
|
various fixes and upgrades mainly in agent and bus system
|
2016-06-11 22:09:14 +02:00 |
|
Unitech
|
d1249ff45d
|
progress
|
2016-06-08 19:21:37 +02:00 |
|
Unitech
|
c798019b1a
|
disable common.js interaction - move interactions to client
|
2016-06-05 14:10:05 +02:00 |
|
Unitech
|
5f9a83ed8d
|
refactor progress
|
2016-06-05 12:39:04 +02:00 |
|
Unitech
|
1886f73a2f
|
#2203 deep refactor
|
2016-06-04 14:04:26 +02:00 |
|
Unitech
|
37cd16b790
|
add non interactive spinner
|
2016-06-03 15:50:02 +02:00 |
|
Unitech
|
23427c5b75
|
allow post module info display
|
2016-06-03 15:37:58 +02:00 |
|
Unitech
|
618862fb4e
|
#1979 #2176 display error when module installation failed + better spinner
|
2016-05-23 10:12:57 +00:00 |
|
Unitech
|
7f84e85579
|
#2176 display CPU + rounded value for mem
|
2016-05-19 09:22:30 +00:00 |
|
Unitech
|
c4da9d3ff2
|
Add Makefile / change cli-table to cli-table2
|
2016-05-03 17:18:43 +02:00 |
|
Unitech
|
1ac2a6988b
|
enhancements: allow multiple aliases in schema.json + allow to use same conf attributes in both JSON and CLI + add tests for extra languages like pypy and php #517 #2031
|
2016-03-24 21:35:55 +01:00 |
|
Unitech
|
c3c0fcff46
|
add Copyright header to each file
|
2016-03-22 23:33:43 +01:00 |
|
Unitech
|
cd1e4cc19d
|
fix lint issues / add debug messages
|
2016-03-22 13:29:04 +01:00 |
|
Unitech
|
f6a0e7c86b
|
refactor: remove unused methods - better wording for pm2 show
|
2016-03-22 10:52:13 +01:00 |
|
Unitech
|
8f6bc844c6
|
enhancement: move CLI related files to CLI / upgrade moment dependency / remove some unused require
|
2016-03-21 19:09:25 +01:00 |
|
Unitech
|
d5485a0d53
|
refactor: remove alias of Common lib in CLI.js + deployment logic moved into lib/CLI/deploy.js
|
2015-12-16 14:29:01 +01:00 |
|
Unitech
|
e6e22abfcd
|
refactor: move helper to CLI/helper.js
|
2015-12-16 14:09:25 +01:00 |
|