195 Commits

Author SHA1 Message Date
Unitech
eec1f19a42 (god) drop unused functions - wait for cb to continue 2016-10-29 18:02:25 +02:00
Unitech
676df915ac Add back old Satan.js for backward compatibility with PM2 < 2.0 2016-07-04 18:34:36 +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
ac9fcdc8ec Daemon is now a class 2016-06-04 19:58:29 +02:00
Unitech
1886f73a2f #2203 deep refactor 2016-06-04 14:04:26 +02:00
Unitech
80a1c43453 move print bellow prog return 2016-05-19 13:09:04 +00:00
Unitech
5c26fc2592 #2163 2016-05-14 17:21:20 +02:00
Zachary Hueras
9529f21081 Load modules in no-daemon mode 2016-05-02 23:45:46 -04:00
Unitech
ce56d83719 remove deepReset and findByScript unused methods from God Daemon 2016-04-03 12:38:14 +02:00
Unitech
c3c0fcff46 add Copyright header to each file 2016-03-22 23:33:43 +01:00
Unitech
719fd338ef skip temporary process when listing / fix delete All method 2016-03-22 12:17:30 +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
soyuka
cb4aecbe0d fix #1947 allow multiple --watch options for multiple paths 2016-03-12 15:39:52 +01:00
Unitech
0e85ea47a3 minor: remove debugging 2015-12-22 17:47:57 +01:00
Unitech
69265cbecf show stats on socket file 2015-12-16 13:39:37 +01:00
Unitech
35cba7b728 small fixes 2015-12-16 01:49:05 +01:00
Unitech
ad18ff0b99 in TEST or DEBUG mode display right on file 2015-12-16 00:36:08 +01:00
Unitech
6f87ff0bcc remove special v8 flags for PM2 engine 2015-12-16 00:30:56 +01:00
Unitech
2fd959255f better debug messages 2015-12-16 00:08:54 +01:00
Unitech
9d7a85be91 small refactor 2015-12-15 23:32:39 +01:00
Unitech
3531ec2d80 edits specified in CHANGELOG.md 2015-12-15 03:10:56 +01:00
Unitech
b9256cea26 slightly change prototype of .sendDataToProcessId 2015-12-08 19:29:28 +01:00
Unitech
5db52ee383 #1822 new method pm2.sendDataToProcessId 2015-12-08 16:57:38 +01:00
Unitech
80f9b31b47 #1633 2015-09-28 11:13:10 +02:00
Unitech
a6d7a4232a #1644 2015-09-28 11:11:34 +02:00
Antoine Bluchet
506c7146e4 Watch refactor: improve tests, paths resolving
- move tests from bash to js
- removed `pm2_env`.watch path resolving in favor of chokidar `cwd`
  option ([see here](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md#chokidar-100-7-april-2015)) (fix #1577)
- if watch is a boolean, path is set to process cwd (`pm2_env.pm_cwd`) (keep #1578 coverage)
2015-09-03 23:43:13 +02:00
Unitech
3b667d411d pmx beta test - add sample module 2015-08-29 17:57:29 +02:00
Unitech
e44aa064e2 fix options passing for scoped actions - remove useless code 2015-08-04 17:02:39 +02:00
Unitech
ba1969ada8 fix blinking custom probes issue 2015-08-03 16:30:18 +02:00
Unitech
9b5ece9b47 Merge branch 'development' of https://github.com/Unitech/PM2 into development 2015-08-03 15:54:23 +02:00
Unitech
d50c90fc9d Documentation + fix module init 2015-08-03 15:54:21 +02:00
jshkurti
1df38b6117 now daemon uses process.execPath instead of raw node 2015-07-31 12:30:58 +02:00
Unitech
2946517611 Add pm2 support for scoped custom functions 2015-06-29 18:43:27 +02:00
jshkurti
8ec975502c fixed bus duplicate bug 2015-06-11 11:39:28 +02:00
Unitech
4848e5c974 avoid safe stringification and JSON.parsing to deep copy and remove circular dependencies + centralize object cloning + reduce data in pm2 pipeline + avoid complex object attached to pm2_env #1326 #1314 2015-06-09 17:30:16 +02:00
jshkurti
30d03dc6d4 fixed ENOMEM crashing PM2 2015-06-05 17:50:30 +02:00
jshkurti
138e78b595 --gc-global: smaller memory footprint for PM2 2015-06-04 19:43:31 +02:00
Joni Shkurti
46d28c8d64 reverted 1 commit 2015-05-06 00:07:29 +02:00
jshkurti
175e4dfa3b fix 2015-05-04 16:37:13 +02:00
--global
2d7042032e Merge branch 'development' of github.com:Unitech/PM2 into development 2015-04-30 22:55:12 -04:00
jshkurti
ef61ec9b59 reinforced crash handling 2015-04-29 17:37:56 +02:00
Joni Shkurti
bed99ca5fb indentation fix 2015-04-25 23:01:12 +02:00
Joni Shkurti
1cfae8eff3 pm2 update in domain spawns the actual pm2 exec not the global pm2 2015-04-25 22:18:15 +02:00
Joni Shkurti
cc5ff341d3 reverted commit about fn-arity 2015-04-25 21:57:39 +02:00
--global
10cfb6728b optimize fn arity of watch methods 2015-04-23 17:38:36 -04:00
jshkurti
fb9c3078ec pm2 properly exits when killed by signal 2015-04-22 19:10:21 +02:00
--global
264e84a2ea pm2 scale <app_name> <number> 2015-04-21 23:37:46 -04:00
jshkurti
6df2fa175f re-enabled auto gc in addition to gc every 30sec 2015-04-16 14:04:05 +02:00