Tjatse
|
618e2da660
|
1. Make platform auto detecting. 2. Support darwin startup script.
|
2015-01-13 15:56:25 +08:00 |
|
Tjatse
|
5259bc4605
|
fix: HOME not equals PM2_HOME.
|
2015-01-13 15:55:42 +08:00 |
|
jshkurti
|
14b1faec75
|
merged master into development
|
2015-01-05 15:19:31 +01:00 |
|
Joni SHKURTI
|
7683fd921d
|
small changes before merge with master
|
2015-01-04 22:32:47 +01:00 |
|
Unitech
|
e9a69fe604
|
add back automatic coffee interpreter #488
|
2014-12-25 21:19:56 +01:00 |
|
Jun
|
16682f1b84
|
Merge pull request #898 from Tjatse/master
fixed critical bug: `process.env` flattens all env-vars.
|
2014-12-23 11:48:08 +08:00 |
|
Tjatse
|
fe34aac8dc
|
fixed critical bug: process.env flattens all env-vars.
|
2014-12-23 10:59:46 +08:00 |
|
Jun
|
a655d9dd75
|
Merge pull request #892 from Tjatse/master
fix: `pm2 desc` `args` could be an array too.
|
2014-12-20 13:29:41 +08:00 |
|
Tjatse
|
102f5a4480
|
fix: pm2 desc args could be array.
|
2014-12-20 13:06:54 +08:00 |
|
jshkurti
|
1b49a6f9fb
|
temporary fix
|
2014-12-19 19:03:31 +01:00 |
|
jshkurti
|
806039b2c2
|
Implemented: Observe process_list and dump every time something changes
|
2014-12-19 17:23:00 +01:00 |
|
jshkurti
|
8d828a8770
|
Wrapped PM2 in a domain to handle uncaught exceptions properly
|
2014-12-19 11:52:58 +01:00 |
|
LukaszKrawczyk
|
df997f1684
|
Update CLI.js
Minor typo in messages.
|
2014-12-19 16:58:26 +09:00 |
|
Tjatse
|
2c83aab060
|
Add port back, fixes #883
|
2014-12-17 08:48:33 +08:00 |
|
Unitech
|
decc23b0ff
|
fix test suit
|
2014-12-12 18:32:49 +01:00 |
|
Unitech
|
17e3979c79
|
fix in process container
|
2014-12-12 17:17:32 +01:00 |
|
Unitech
|
f1e2b17ec4
|
tiny cluster refactor
|
2014-12-12 14:51:50 +01:00 |
|
jshkurti
|
37eed651bf
|
mini fix
|
2014-12-05 15:46:42 +01:00 |
|
jshkurti
|
cf945175ee
|
mini refactor God/Reload.js
|
2014-12-05 15:43:29 +01:00 |
|
Unitech
|
59f67937dc
|
make logs white remove some info in the PM2_LOG_DATE_FORMAT
|
2014-12-05 14:35:42 +01:00 |
|
Tjatse
|
15c400f744
|
colorful printf
|
2014-12-04 21:48:05 +08:00 |
|
Tjatse
|
26aff8b238
|
Refactor Log, in a tiny and light way.
|
2014-12-04 18:02:31 +08:00 |
|
Unitech
|
643d77582f
|
change Date format to extended EPOCH time
|
2014-12-03 15:49:19 +01:00 |
|
Unitech
|
24333f434e
|
homogeneize getDate
|
2014-12-03 14:58:29 +01:00 |
|
Unitech
|
f7a5a27155
|
report notification via CLI
|
2014-12-03 11:46:12 +01:00 |
|
Tjatse
|
bf2bf8a646
|
fix: PM2_LOG_DATE_FORMAT default value.
|
2014-12-03 08:33:16 +08:00 |
|
Unitech
|
216390178e
|
warn message only for 0.10
|
2014-12-01 16:49:11 +01:00 |
|
Unitech
|
9b35504f9a
|
Set TIMESTAMP to PM2 log by default
|
2014-12-01 16:34:25 +01:00 |
|
Alexandre Strzelewicz
|
4a44f89aab
|
Merge pull request #853 from Tjatse/development
feature: timestamp prefix of `pm2.log`
|
2014-12-01 16:20:20 +01:00 |
|
Tjatse
|
3072e89b6d
|
feature: timestamp prefix of pm2.log
|
2014-11-29 11:19:21 +08:00 |
|
Alexandre Strzelewicz
|
677e9b3cec
|
Merge pull request #847 from koresar/development
Allow env vars per each ecosystem's deploy
|
2014-11-28 11:35:26 +01:00 |
|
Alexandre Strzelewicz
|
826d5e7e64
|
Merge pull request #849 from Tjatse/development
TreeKill lib
|
2014-11-28 11:35:08 +01:00 |
|
Tjatse
|
e3b205ee47
|
fix: pid must be a Number
|
2014-11-28 17:17:13 +08:00 |
|
Tjatse
|
11fe5f4bf6
|
Reference treekill lib from the original one but not a copy, and make it works more stabler && highly performance.
|
2014-11-28 11:54:21 +08:00 |
|
jshkurti
|
f4d6a29fea
|
little fix
|
2014-11-27 12:15:04 +01:00 |
|
vasyl
|
8dfc2e07af
|
#29 Change priority: lowest is deploy.dev.env, then app.env, and highest is app.env_dev. Update docs. Update sample ecosystem.json when doing pm2 ecosystem.
|
2014-11-27 19:37:21 +11:00 |
|
vasyl
|
3170152036
|
#29 Additional check for envName
|
2014-11-27 15:01:37 +11:00 |
|
vasyl
|
dd7b6ead22
|
#29 Comment amendment.
|
2014-11-27 14:02:02 +11:00 |
|
vasyl
|
1148b4efb7
|
#29 Create a test for the new functionality. Fix a found bug.
|
2014-11-27 13:58:10 +11:00 |
|
vasyl
|
1941a69a7b
|
#29 Minor code cleanup.
|
2014-11-27 13:08:38 +11:00 |
|
vasyl
|
22a520501e
|
#29 Merge 'deploy.[ENVNAME].env' values to the environment variables object.
|
2014-11-27 13:01:48 +11:00 |
|
vasyl
|
1ba5bc0e1c
|
#29 Remove code duplication for env. variables merge. Extract to a new function.
|
2014-11-27 12:44:23 +11:00 |
|
Tjatse
|
2cc824c744
|
do not strip quotes in sentence
|
2014-11-26 22:01:14 +08:00 |
|
Tjatse
|
7053921785
|
fix: match more complex arguments
|
2014-11-26 21:03:03 +08:00 |
|
Alexandre Strzelewicz
|
60f6c35910
|
Inform cluster in beta after processing exec mode
|
2014-11-26 01:16:06 +01:00 |
|
Unitech
|
0b3a2c693e
|
State ERRORED_STATUS like stopped/stopping - calling reloadProcessId restart if app stopped or not cluster_mode (fix pull&reload bug) - change exec logic order - flattify Methods.backward
|
2014-11-26 01:03:53 +01:00 |
|
Unitech
|
1244da156b
|
homogeneize option parsing logic between JSON and CLI execution - cancel JSON execution if there are errors - cleanly exit PM2 CLI with exitCli()
|
2014-11-25 22:19:02 +01:00 |
|
Unitech
|
007231a042
|
allow array and string for watch option -- add some tests for JSON validation
|
2014-11-25 18:14:27 +01:00 |
|
Unitech
|
04bbcc73db
|
merge from master
|
2014-11-25 17:04:40 +01:00 |
|
Alexandre Strzelewicz
|
82465733dc
|
Merge pull request #838 from Tjatse/development
Revisions for dev branch
|
2014-11-25 16:59:42 +01:00 |
|