84 Commits

Author SHA1 Message Date
Unitech
ef68ef5458 #2061 fix process kill 2016-04-01 16:59:46 +02:00
Unitech
e11ff65cfe remove depreacted files 2016-03-22 12:57:18 +01:00
Unitech
719fd338ef skip temporary process when listing / fix delete All method 2016-03-22 12:17:30 +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
c3ea256c2e enhacement: remove deprecated calls / adapt tests / return acted process deleteProcessId/stopProcessId 2016-03-21 18:02:51 +01:00
Unitech
b26823f0f2 Filter output for programmatic calls 2016-03-16 12:28:01 +01:00
Unitech
c7f5f95918 reflect new internal api with tests 2016-03-15 18:10:46 +01:00
Unitech
902e0991f5 reflect new internal api with tests 2016-03-15 17:59:07 +01:00
Unitech
13530a8e73 refactor in progress #2020 #2019 2016-03-15 16:18:25 +01:00
soyuka
cb4aecbe0d fix #1947 allow multiple --watch options for multiple paths 2016-03-12 15:39:52 +01:00
Unitech
aac1919741 #2012 #1650 #1743 #1613: allow reconfiguration attrs/env on reload 2016-03-11 16:23:11 +01:00
Unitech
56bf0b46c0 #1800 display node.js version when doing pm2 show <app_name> 2016-01-28 18:44:05 +01:00
Unitech
108b91733e #1895 pm2 id <app_name> 2016-01-28 18:33:31 +01:00
Unitech
df3ec5846e refactoring + added default attribute in JSON validation + consistency between JSON starts and CLI starts 2015-12-15 02:07:25 +01:00
Unitech
ba95a80387 #1830 - send SIGINT as default first signal 2015-12-11 16:07:04 +01:00
Unitech
b9256cea26 slightly change prototype of .sendDataToProcessId 2015-12-08 19:29:28 +01:00
Unitech
1ebe565cb1 change order 2015-12-08 18:01:56 +01:00
Unitech
5db52ee383 #1822 new method pm2.sendDataToProcessId 2015-12-08 16:57:38 +01:00
soyuka
efcdb06824 Test #1668 2015-10-30 23:33:52 +01:00
Unitech
cff924bfe6 npm 3.x fix - #1674 #1692 #1675 2015-10-15 02:13:41 +02:00
Unitech
7a534313c8 drop locking system 2015-10-09 16:36:21 +02:00
Unitech
4438df9dc2 Merge branch 'master' into development 2015-09-26 20:17:16 +02:00
Unitech
850e123c9b pm2 multiset 2015-09-26 14:08:44 +02:00
Unitech
7b76402768 throttle tests 2015-09-24 16:28:53 +02:00
Unitech
8f662893f1 appveyor 2015-09-20 20:33:28 +02:00
Unitech
13f716c159 omit what is inside double quotes for configuration system 2015-09-18 17:31:50 +02:00
Unitech
fa20da1236 tests win 2015-09-18 16:44:38 +02:00
Unitech
458cf9566f more test under windows 2015-09-18 15:19:47 +02:00
Unitech
c801bb11db windows test fix tentative 2015-09-18 15:01:28 +02:00
Unitech
6e3bf4d38b add module test 2015-09-11 14:20:50 +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
Antoine Bluchet
2ea41ef329 fix #1373 ignore_watch consistency 2015-07-29 16:04:30 +02:00
Unitech
04cca9ddfe pm2 password flag 2015-07-29 01:22:31 +02:00
Unitech
10ff6729e0 add getSync method to get config variables (+tests) + starting implementation of password checking 2015-07-12 21:31:18 +02:00
Unitech
8bbb1602bd PM2 scoped actions (+tests) + Password encryption methods(+tests) + Unset works(+tests) for config sys 2015-07-12 21:07:08 +02:00
Unitech
670818e105 smart start - changelod.md - back to 1 CONCURRENT ACTIONS 2015-06-09 19:43:10 +02:00
--global
bb6a778832 call reload instead of restart to gracefully restart processes 2015-04-22 17:26:01 -04:00
--global
5be0c52767 on max memory reached reload instead of restart 2015-04-22 16:53:14 -04:00
--global
e9041b1fd7 test change user git push 2015-04-22 00:45:34 -04:00
--global
e701232bc7 travis has too many cpus 2015-04-22 00:41:53 -04:00
--global
264e84a2ea pm2 scale <app_name> <number> 2015-04-21 23:37:46 -04:00
--global
937bb5ef90 more test for various programmatic commands 2015-04-21 22:16:14 -04:00
--global
786c92ec15 rename cluster test 2015-04-21 22:01:37 -04:00
Unitech
d79c16411e add programmatic test for cluster and related methods 2015-04-21 19:48:36 -04:00
Unitech
cd91aa3b8a Expose .kill method from programmatic calls + return right process array when starting JSON 2015-04-21 18:17:46 -04:00
Unitech
ee0d8a8a2f allow to call disconnect without function 2015-04-21 13:58:59 -04:00
Unitech
18ac01feac Add pm2 conf module.option [value] alias for configuration 2015-04-19 17:21:26 -04:00
Unitech
b5b633d29c replace child.js with echo.js 2015-04-15 01:33:05 -04:00
Unitech
b168a0143b throttle tests 2015-04-15 01:19:26 -04:00
Unitech
dd34c7080b Add tests for JSON start / file start 2015-04-15 00:58:54 -04:00