132 Commits (e534bf803eb4dde9b8af50b944416fb763ef62e9)

Author SHA1 Message Date
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.
7 years ago
Barış Soner Uşaklı 41b4caa62d closes #6509 7 years ago
Peter Jaszkowiak c93651b2d1 Fix alternate config file support (#6405) 7 years ago
Peter Jaszkowiak e609e497b3 Provide more error information to logs
Provides full stack instead of just message
7 years ago
Barış Soner Uşaklı 2aaf6900d1 closes #5998 7 years ago
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
7 years ago
Barış Soner Uşaklı 82b5246b28 fix process.env.url if it was changed 8 years ago
Julian Lam 568b2b9957 fixes #5780 8 years ago
Julian Lam d98b3e8056 automatically lowercasing env vars in nconf, fixes #2544 8 years ago
Peter Jaszkowiak 75d291183d Fix using nodebb in other CWDs 8 years ago
psychobunny 4a33f45b1e use writeFileSync for synchronous fs write operations - nodejs 7.x 8 years ago
Peter Jaszkowiak 4bb49a7171 ESlint no-unused-vars 8 years ago
Peter Jaszkowiak c4bdb72941 ESlint no-unneeded-ternary
and no-extend-native, no-sequences
8 years ago
Peter Jaszkowiak 239d7f84dd ESlint no-path-concat 8 years ago
Peter Jaszkowiak 896c8c7343 ESlint object-curly-spacing 8 years ago
Peter Jaszkowiak 1493afee2a ESlint indent 8 years ago
Peter Jaszkowiak 3b0dd2d1ef ESlint padded-blocks 8 years ago
Peter Jaszkowiak 604358ecc4 ESlint keyword-spacing, no-multi-spaces 8 years ago
Peter Jaszkowiak a5a3f3089a ESlint no-mixed-operators 8 years ago
Peter Jaszkowiak 3361a72725 ESlint no-plusplus
and no-empty, space-unary-ops
8 years ago
Peter Jaszkowiak 2ba46808a1 ESlint one-var, fix comma-dangle 8 years ago
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle 8 years ago
barisusakli c3f1129fe9 eslint 8 years ago
barisusakli 29b0552466 update url from config file even if it was passed in env 8 years ago
barisusakli 4f0e93732a #5211
remove passing js/css between procs
8 years ago
Julian Lam 299fcb99f1 more progress on #5211 8 years ago
Julian Lam 135bb6a524 fixes #5209 8 years ago
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule 8 years ago
HeeL 3fa1c1f927 Fix space-infix-ops linter rule 8 years ago
barisusakli 204dd2a69f closes #4948 9 years ago
Ben Lubar 42fa764608 fix js-propagate for restarted secondary instances (#4874) 9 years ago
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) 9 years ago
Julian Lam 79bcb9be10 fixes #4675 9 years ago
psychobunny a078fd82e7 fix julian's console.log voodoo 9 years ago
psychobunny e2bc5f241a optimizing process.send for js minification 9 years ago
barisusakli 9527ac6255 more fixes to loader 9 years ago
barisusakli c512fed93a one more fix 9 years ago
psychobunny 80b0815d38 @barisusakli last one 9 years ago
barisusakli ca294fc6ec closes #3663 9 years ago
barisusakli a64cbbc6df #3573 9 years ago
Julian Lam 671db1681e allowing usage of "false" in silent and daemon environment variables 10 years ago
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. 10 years ago
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 10 years ago
Julian Lam f6ddff3e5f updated loader to kickstart the web installer if no config is found 10 years ago
barisusakli c98e630f24 warn missing url 10 years ago
barisusakli d946a2fcbd closes #3098
wait for templates to compile even if using clustering
fix emitter.all
upgrade.check error first
removed plugins.ready, using callback on plugins.init
removed webserver.init, using webserver.listen
10 years ago
Julian Lam cb9a300811 closed #2945 10 years ago
barisusakli 936ea5f686 sync config changes over redis pubsub 10 years ago
Julian Lam 3deb423c55 testing socket availability before attempting to bind 10 years ago
Julian Lam 49dcffcbab if worker process exits with code zero, don't boot up a new worker 10 years ago