Commit Graph

55 Commits (023f1852e95bb7b9efc82281a322dd8377ee20d4)

Author SHA1 Message Date
Jonatan Nilsson 023f1852e9 1.1.1 2021-10-14 10:10:10 +00:00
Jonatan Nilsson d7c544243c ssl: Fix resolving path to builtin ssl certs if not overwritten 2021-10-14 10:09:59 +00:00
Jonatan Nilsson 035fb0d7d0 Added --version support 2021-10-14 10:01:33 +00:00
Jonatan Nilsson d1c4b46cea 1.1.0 2021-10-14 09:57:23 +00:00
Jonatan Nilsson 33af1798b3 Add support for running in ssl mode
Also added helpful argument to print current config and exit
2021-10-14 09:57:08 +00:00
Jonatan Nilsson f8b0dbc943 1.0.0 2021-10-12 13:46:07 +00:00
Jonatan Nilsson 0d175c5600 General update, removed short-hand argument options, used newer smaller depencies, turned into ecmamodule script and generally made smaller 2021-10-12 13:43:05 +00:00
Jonatan Nilsson 628718d9be 0.3.0 2018-07-22 12:28:47 +00:00
Jonatan Nilsson e9729383c4 package: Add missing mocha 2018-07-22 12:27:56 +00:00
Jonatan Nilsson 07ba06276e circleci: Add automatic builds 2018-07-22 12:09:19 +00:00
Jonatan Nilsson d69a1c2028 replace bunyan with bunyan-lite 2018-07-22 12:06:44 +00:00
Jonatan Nilsson 289c249e8c package: Increase version 2018-07-16 00:53:13 +00:00
Jonatan Nilsson 726a50771d
Merge pull request #5 from ginkgobioworks/fix/streams-bug
Fix minor bugs in Bunyan config streams handling
2018-07-15 23:23:57 +00:00
Misha Wolfson 93ab6efe65 Add ROOT_URL_PATH parsing 2016-12-23 17:21:37 -06:00
Misha Wolfson 924afec7c2 Write error message to response when serving errors 2016-12-23 17:21:37 -06:00
Misha Wolfson 4212ddaee7 Merge branch 'fix/streams-bug' 2016-12-16 20:21:31 -05:00
Misha Wolfson 0365ce1095 Add IP config option 2016-12-16 20:18:39 -05:00
Misha Wolfson 5a67343957 Display the request method in the log: don't assume GET 2016-12-15 18:01:23 -05:00
Misha Wolfson f420e045be Refactor setting resolution from command line and config file 2016-12-15 18:01:23 -05:00
Misha Wolfson da923ae75d Fix defaults resolution when shortcut settings are passed to bunyan config 2016-12-15 18:01:23 -05:00
Misha Wolfson 051c5b4433 Fix stream parsing bug
In lodash 3.10, .forEach does not get called in a chain unless .value() is passed, but in lodash 4, it does.
2016-12-15 18:01:23 -05:00
Misha Wolfson 9acb178280 Fix minor spacing issues 2016-12-15 18:01:23 -05:00
Misha Wolfson f4dbcb9b12 Upgrade nconf to fix bug in config
config.get().name was undefined, even though config.get('name') worked fine
2016-12-15 18:01:23 -05:00
Misha Wolfson 026e1f1289 Make bin.js executable 2016-12-15 18:01:23 -05:00
Misha Wolfson fefcf3522e Display the request method in the log: don't assume GET 2016-12-15 17:56:28 -05:00
Misha Wolfson f1b7dd2a9d Refactor setting resolution from command line and config file 2016-12-15 17:55:59 -05:00
Misha Wolfson 1cf7c4a7bb Fix defaults resolution when shortcut settings are passed to bunyan config 2016-12-15 17:52:46 -05:00
Misha Wolfson 800e02aa40 Fix stream parsing bug
In lodash 3.10, .forEach does not get called in a chain unless .value() is passed, but in lodash 4, it does.
2016-12-15 17:48:24 -05:00
Misha Wolfson fee9cd593d Fix minor spacing issues 2016-12-15 17:43:52 -05:00
Misha Wolfson f625c795eb Upgrade nconf to fix bug in config
config.get().name was undefined, even though config.get('name') worked fine
2016-12-15 16:58:35 -05:00
Misha Wolfson e9dec6b4b8 Make bin.js executable 2016-12-15 16:01:22 -05:00
Jonatan Nilsson b9caac64b1 Merge pull request #4 from ginkgobioworks/fix/add-stderr
Add config support for 'process.stderr'
2016-12-15 12:43:13 +00:00
Jonatan Nilsson d1c6203df5 Merge pull request #3 from ginkgobioworks/fix/error-codes
Respond with the correct error code and headers
2016-12-15 12:42:05 +00:00
Misha Wolfson 792401402e Merge branch 'ginkgo-master' 2016-12-14 18:24:43 -05:00
Misha Wolfson 17165ad6eb Respond with the correct error code and headers 2016-12-14 18:23:58 -05:00
Misha Wolfson a989f4d60c Parse global stream config option 2016-12-14 18:23:30 -05:00
Misha Wolfson 512106f0a4 Respond with the correct error code and headers 2016-12-14 18:08:03 -05:00
Misha Wolfson 923d1fc723 Respond with the correct error code and headers 2016-12-14 18:04:28 -05:00
Misha Wolfson 0d5021eebc Add stderr to logger config 2016-12-14 17:04:30 -05:00
Jonatan Nilsson d77b64f9b4 Update README.md 2015-04-23 11:16:00 +00:00
Jonatan Nilsson fc76d86571 Bump version
Converted line endings to unix format for npm publishing
2015-02-12 17:19:27 +00:00
Jonatan Nilsson 977d331283 Merge pull request #1 from Bromancer/master
Fixed error in example
2015-02-06 11:52:07 +00:00
Orillion ef29018fc7 Fixed error in example 2015-02-06 12:14:09 +01:00
Jonatan Nilsson 3457f98b9f package.json: Bump version 2015-02-04 08:33:47 +00:00
Jonatan Nilsson fbda0adf62 spserver: Fixed critical file path bug 2015-02-04 08:33:17 +00:00
Jonatan Nilsson 051b6d40dc package.json: Bump version 2015-02-02 15:46:38 +00:00
Jonatan Nilsson 6857661b22 many: Added test, fixed an error 2015-02-02 15:41:06 +00:00
Jonatan Nilsson 431d114505 Merge branch 'master' of https://github.com/TheThing/spserver 2015-02-02 14:55:22 +00:00
Jonatan Nilsson 55ba389e8b package.json: Add missing dependency 2015-02-02 14:55:12 +00:00
Jonatan Nilsson 5e31e68808 Update README.md 2015-02-02 10:40:46 +00:00