Unitech
|
c3c0fcff46
|
add Copyright header to each file
|
2016-03-22 23:33:43 +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 |
|
Alexandre Strzelewicz
|
3790198891
|
Merge pull request #1713 from flozz/pm2-install-from-tgz
Allows to install packages from tarball generated with 'npm pack' #2
|
2015-10-24 17:27:32 +02:00 |
|
Fabien LOISON
|
46a7e21ea2
|
small fix
|
2015-10-20 18:50:52 +02:00 |
|
Fabien LOISON
|
ed5f54c290
|
Allows to install packages from tarball generated with 'npm pack'
|
2015-10-20 17:31:01 +02:00 |
|
Unitech
|
cff924bfe6
|
npm 3.x fix - #1674 #1692 #1675
|
2015-10-15 02:13:41 +02:00 |
|
Unitech
|
1b6d05c552
|
remove pm2 iprobe feature - remove blessed dependency
|
2015-09-23 15:42:01 +02:00 |
|
Unitech
|
402a43d3d8
|
Merge branch 'patch-install' into development
|
2015-09-17 18:52:48 +02:00 |
|
Unitech
|
ea550422e2
|
Merge branch 'CatTail-master' into development
|
2015-09-17 18:50:30 +02:00 |
|
zhongchiyu
|
f77cd89bcc
|
Fix typo
|
2015-09-16 14:12:18 +08:00 |
|
Unitech
|
6e3bf4d38b
|
add module test
|
2015-09-11 14:20:50 +02:00 |
|
Antoine Bluchet
|
df62d2ceca
|
Fix install specific version
Like: `pm2 install module@2.1.0-beta`
Remove `force` option from rm, not needed and dangerous
|
2015-09-06 02:30:34 +02:00 |
|
Unitech
|
c29965f329
|
fix tests because of pmx injecting more data - pm2 module:generate [app_name]
|
2015-09-01 16:58:53 +02:00 |
|
Unitech
|
1fc741e5b5
|
merge configuration environment for any kind of applications
|
2015-09-01 12:04:36 +02:00 |
|
Unitech
|
d1514139f6
|
module:cmd prefixes - add pm2 module:generate to generate a sample module
|
2015-08-29 19:52:58 +02:00 |
|
Unitech
|
9f68d652f8
|
when doing a pm2 publish, also publish on VCS
|
2015-08-29 18:42:22 +02:00 |
|
Unitech
|
b3be98ce4d
|
when doing a pm2 publish, also publish on VCS
|
2015-08-29 18:42:09 +02:00 |
|
Unitech
|
32850ce845
|
return null after module launching
|
2015-08-03 16:48:25 +02:00 |
|
Unitech
|
cc4c738b70
|
allow installation of git via username/repository
|
2015-06-29 17:28:49 +02:00 |
|
Unitech
|
824eeee18d
|
Add module documentation - modularizer comments
|
2015-06-22 17:37:37 +02:00 |
|
Unitech
|
ee69f0b7c1
|
typo fix - test change
|
2015-06-10 17:47:23 +02:00 |
|
Unitech
|
47f801b4b0
|
#1333 smart json restart via pm2 start <json_file> + pm2 [reload|gracefulReload] <json_file>
|
2015-06-10 12:52:48 +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 |
|
Unitech
|
50b1d24540
|
handle restart when setting development module
|
2015-06-03 16:39:19 +02:00 |
|
--global
|
d34bb5c9f2
|
set --harmony for module by default
|
2015-04-22 17:41:49 -04:00 |
|
Unitech
|
0e59bd1524
|
pm2 install <module_name> update the module
|
2015-04-19 16:49:18 -04:00 |
|
Unitech
|
0f23e6c50c
|
kill modules when killing pm2 + wait for module to start on pm2 initialization
|
2015-03-06 17:46:30 -05:00 |
|
Unitech
|
11cc5b295c
|
add pm2 publish mechanism with automatic version increment - fix function bug - remove observejs
|
2015-03-05 00:27:22 -05:00 |
|
Unitech
|
ace299465e
|
module system - add extra configuration variables at restart
|
2015-03-04 23:37:26 -05:00 |
|
Unitech
|
be06178629
|
better doc for modules - replace JSON5 by pure JSON for configuration - avoid copy an [Object] String when restoring previous environment (Common.extend)
|
2015-03-01 18:56:53 -05:00 |
|
Unitech
|
8c96285ed3
|
bugfix - modular tried to start hidden folder
|
2015-02-18 14:01:31 -05:00 |
|
Unitech
|
2c45ad0146
|
simplify module API
|
2015-02-10 18:22:08 -05:00 |
|
Unitech
|
fa10e6cdf3
|
normalize
|
2015-02-09 17:23:54 -05:00 |
|
Unitech
|
e4b45e37aa
|
Integrate configuration system with module system
|
2015-02-09 17:02:06 -05:00 |
|
Unitech
|
a193801f6b
|
add some intelligence
|
2015-02-09 11:05:10 -05:00 |
|
Unitech
|
576361bc8d
|
make development of pm2 module easier
|
2015-02-08 14:06:38 -05:00 |
|
Unitech
|
3d4d46f0ad
|
POC module system
|
2015-02-07 22:37:38 -05:00 |
|