oh
|
f3e8e06503
|
feat: Allow getting logfile path from config (#7044)
* feat(log): allow getting logfile path from config
fixes #5498
* feat(log): ensure logfile directory is created before running
|
2018-12-14 11:27:18 -05:00 |
|
Peter Jaszkowiak
|
9a32118418
|
Enable require.main.require in tests (#6896)
|
2018-10-31 09:58:37 -04:00 |
|
Barış Soner Uşaklı
|
a8e98e46df
|
remove unused function
|
2018-10-14 20:01:57 -04:00 |
|
Barış Soner Uşaklı
|
687adea5dd
|
closes #6836
|
2018-10-14 17:52:26 -04:00 |
|
Ben Lubar
|
44373afc52
|
Fix socket.io not working properly in single-host clusters. (#6669)
This is because we don't use the cluster module, so the master nodejs process doesn't know about any of the clients through the socket API.
|
2018-07-25 11:04:18 -04:00 |
|
Ben Lubar
|
c1e98eefa7
|
Allow single-host clusters to not send pubsub and socket.io messages through the database. (#6659)
* Allow single-host clusters to not send pubsub and socket.io messages through the database.
* Fix lint errors.
|
2018-07-23 12:21:36 -04:00 |
|
Barış Soner Uşaklı
|
41b4caa62d
|
closes #6509
|
2018-05-15 11:05:28 -04:00 |
|
Peter Jaszkowiak
|
c93651b2d1
|
Fix alternate config file support (#6405)
|
2018-03-26 16:25:19 -04:00 |
|
Peter Jaszkowiak
|
e609e497b3
|
Provide more error information to logs
Provides full stack instead of just message
|
2017-11-01 18:59:48 -06:00 |
|
Barış Soner Uşaklı
|
2aaf6900d1
|
closes #5998
|
2017-10-25 10:48:12 -04:00 |
|
Davis
|
7f95bdfe6f
|
In --no-daemon unlink of nonexisting pidfile
When running application using --no-deamon, when process is killed with signal SIGTERM, it exits with code 1, due to fact that pidfile does not exist
|
2017-09-14 06:48:34 -04:00 |
|
Barış Soner Uşaklı
|
82b5246b28
|
fix process.env.url if it was changed
|
2017-08-03 20:52:09 -04:00 |
|
Julian Lam
|
568b2b9957
|
fixes #5780
|
2017-07-20 15:43:11 -04:00 |
|
Julian Lam
|
d98b3e8056
|
automatically lowercasing env vars in nconf, fixes #2544
|
2017-06-22 11:10:23 -04:00 |
|
Peter Jaszkowiak
|
75d291183d
|
Fix using nodebb in other CWDs
|
2017-04-12 15:22:58 -06:00 |
|
psychobunny
|
4a33f45b1e
|
use writeFileSync for synchronous fs write operations - nodejs 7.x
|
2017-03-13 13:57:35 -04:00 |
|
Peter Jaszkowiak
|
4bb49a7171
|
ESlint no-unused-vars
|
2017-02-18 15:05:36 -07:00 |
|
Peter Jaszkowiak
|
c4bdb72941
|
ESlint no-unneeded-ternary
and no-extend-native, no-sequences
|
2017-02-18 12:59:46 -07:00 |
|
Peter Jaszkowiak
|
239d7f84dd
|
ESlint no-path-concat
|
2017-02-18 12:47:58 -07:00 |
|
Peter Jaszkowiak
|
896c8c7343
|
ESlint object-curly-spacing
|
2017-02-18 12:30:49 -07:00 |
|
Peter Jaszkowiak
|
1493afee2a
|
ESlint indent
|
2017-02-18 02:38:03 -07:00 |
|
Peter Jaszkowiak
|
3b0dd2d1ef
|
ESlint padded-blocks
|
2017-02-18 02:32:24 -07:00 |
|
Peter Jaszkowiak
|
604358ecc4
|
ESlint keyword-spacing, no-multi-spaces
|
2017-02-18 01:52:56 -07:00 |
|
Peter Jaszkowiak
|
a5a3f3089a
|
ESlint no-mixed-operators
|
2017-02-18 01:51:11 -07:00 |
|
Peter Jaszkowiak
|
3361a72725
|
ESlint no-plusplus
and no-empty, space-unary-ops
|
2017-02-18 01:12:18 -07:00 |
|
Peter Jaszkowiak
|
2ba46808a1
|
ESlint one-var, fix comma-dangle
|
2017-02-17 20:20:42 -07:00 |
|
Peter Jaszkowiak
|
bc1d70c126
|
ESlint comma-dangle
|
2017-02-17 19:31:21 -07:00 |
|
barisusakli
|
c3f1129fe9
|
eslint
|
2017-01-26 14:22:52 +03:00 |
|
barisusakli
|
29b0552466
|
update url from config file even if it was passed in env
|
2017-01-26 14:16:19 +03:00 |
|
barisusakli
|
4f0e93732a
|
#5211
remove passing js/css between procs
|
2016-11-17 12:56:00 +03:00 |
|
Julian Lam
|
299fcb99f1
|
more progress on #5211
|
2016-11-16 20:54:57 -05:00 |
|
Julian Lam
|
135bb6a524
|
fixes #5209
|
2016-11-16 12:20:49 -05:00 |
|
HeeL
|
4a3c31b2dc
|
Fix space-before-function-paren linter rule
|
2016-10-13 11:43:39 +02:00 |
|
HeeL
|
3fa1c1f927
|
Fix space-infix-ops linter rule
|
2016-10-13 11:42:29 +02:00 |
|
barisusakli
|
204dd2a69f
|
closes #4948
|
2016-08-16 20:11:03 +03:00 |
|
Ben Lubar
|
42fa764608
|
fix js-propagate for restarted secondary instances (#4874)
|
2016-07-21 10:32:21 -04:00 |
|
Ben Lubar
|
b08696515f
|
Fix restarted secondary instances waiting forever for the templates:compiled message. Fix update notification always appearing when an instance restarts even if there was no update. Closes #4870 (#4871)
|
2016-07-20 19:43:24 -04:00 |
|
Julian Lam
|
79bcb9be10
|
fixes #4675
|
2016-05-24 10:42:56 -04:00 |
|
psychobunny
|
a078fd82e7
|
fix julian's console.log voodoo
|
2016-03-31 12:26:55 -04:00 |
|
psychobunny
|
e2bc5f241a
|
optimizing process.send for js minification
|
2016-03-30 15:54:45 -04:00 |
|
barisusakli
|
9527ac6255
|
more fixes to loader
|
2016-03-03 07:20:07 +02:00 |
|
barisusakli
|
c512fed93a
|
one more fix
|
2016-03-03 07:14:35 +02:00 |
|
psychobunny
|
80b0815d38
|
@barisusakli last one
|
2016-03-03 00:09:52 -05:00 |
|
barisusakli
|
ca294fc6ec
|
closes #3663
|
2015-09-29 18:22:47 -04:00 |
|
barisusakli
|
a64cbbc6df
|
#3573
|
2015-09-11 16:18:37 -04:00 |
|
Julian Lam
|
671db1681e
|
allowing usage of "false" in silent and daemon environment variables
|
2015-05-20 09:57:04 -04:00 |
|
Julian Lam
|
0ff09d8093
|
changed the behaviour of --no-daemon so that it does not also pipe output to stdout, use new flag --no-silent for that. --no-daemon just does as it advertises, and doesn't daemonize the loader process before spawning app.js instances.
|
2015-05-06 21:41:04 -04:00 |
|
Julian Lam
|
379bdd12e0
|
fixed improper parsing of url in loader, and updated mongo init to not send anything in cb except err. Also updated webserver init so that it doesn't expect stuff from static:app.preload
|
2015-04-27 22:51:44 -04:00 |
|
Julian Lam
|
f6ddff3e5f
|
updated loader to kickstart the web installer if no config is found
|
2015-04-27 22:41:44 -04:00 |
|
barisusakli
|
c98e630f24
|
warn missing url
|
2015-04-27 21:42:08 -04:00 |
|