Commit Graph

359 Commits

Author SHA1 Message Date
telser
811aa52b39 Use newer fsnotify to avoid system-filepath 2015-07-28 18:15:06 -04:00
Christopher Reichert
e0dcefb1f2 Merge pull request #113 from mwotton/master
spelling fix for Forgeting
2015-07-13 13:57:43 -05:00
Mark Wotton
cc9553d3bd spelling fix for Forgeting 2015-07-13 14:22:33 -04:00
Christopher Reichert
545ff0e1ee Update README.md with Small Typo Fix 2015-07-04 18:53:28 -05:00
Christopher Reichert
3cf1354c17 Merge pull request #111 from chreekat/upstart-output
Use 'console output' in upstart
2015-07-04 18:51:17 -05:00
Bryan Richter
9f12d85311 Use 'console output' 2015-07-04 16:19:54 -07:00
Michael Snoyman
a61e1c4e35 Merge pull request #109 from creichert/master
Bump version to 1.4.2.1.
2015-06-30 23:40:56 +03:00
Christopher Reichert
78c757481b Bump version to 1.4.2.1.
* Update changelog with default connection time bound fix.
2015-06-30 12:21:09 -05:00
Christopher Reichert
a2eee4ed23 Merge pull request #107 from creichert/master
Change default connection time bound calculation from 5s to 5min.
2015-06-30 12:12:34 -05:00
Christopher Reichert
4874184716 Calculate connection-time-bound microseconds before passing to reverse proxy.
The connection-time-bound is configured by the user as milliseconds but
eventually passed to the 'System.Timeout.Lifted.timeout' function which
accepts microseconds. Added commentary at usage sites.
2015-06-29 21:34:23 -05:00
Christopher Reichert
1bcc651118 Merge pull request #108 from chreekat/env-options-for-background-tasks
Env options for background tasks
2015-06-29 17:01:36 -05:00
Bryan Richter
a2d49c0ee0 Add forward-env example for background task 2015-06-29 12:34:29 -07:00
Bryan Richter
214ceadb32 Better comments and placement for getForwardedEnv 2015-06-29 12:32:28 -07:00
Bryan Richter
d51409c14e read forward-env and kconfigEnvironment in launchBackgroundApp 2015-06-29 11:32:40 -07:00
Bryan Richter
54bf1d3845 Add support for forward-env in BackgroundConfig 2015-06-29 11:31:52 -07:00
Christopher Reichert
46f5eaad89 Add contributing section to README and example testing workflow. 2015-06-17 12:25:14 -05:00
Christopher Reichert
9781b49451 Merge pull request #105 from bermanjosh/remote-postgres
Remote postgres
2015-06-17 11:45:31 -05:00
Josh Berman
ce1e0ba574 add new syntax to example keter.yaml 2015-06-17 03:22:25 +03:00
Josh Berman
2c157660d4 no sudo command for remote DB host 2015-06-16 18:38:38 +03:00
Josh Berman
69b77a70e5 different commands for remote and local DB server, version bump, readme 2015-06-14 11:50:35 +03:00
Josh Berman
95503ad1f4 support remote-server sytax in keter.yaml file, update README 2015-06-14 10:58:15 +03:00
Josh Berman
2dd22abdf8 Added DBServerInfo type and instances. Accounted for plugins: postgres stanza containing array or bool. 2015-06-10 17:22:46 +03:00
Christopher Reichert
c8e37e9dc0 Merge pull request #104 from creichert/master
Update travis build for GHC-7.10, add stack build artifacts to gitignore.
2015-06-09 13:31:44 -05:00
Christopher Reichert
9020f527a5 Update .gitignore with stack build files. 2015-06-09 12:36:50 -05:00
Christopher Reichert
c62b042919 Remove GHC-7.10.1 from allowed failures. 2015-06-09 12:36:12 -05:00
Christopher Reichert
1a53564850 Merge pull request #103 from chreekat/stackfiy
Add stack.yaml using LTS 2.11
2015-06-09 12:35:44 -05:00
Bryan Richter
34d59c96b9 Add stack.yaml using LTS 2.11 2015-06-09 10:32:38 -07:00
Christopher Reichert
db47c671b1 Merge pull request #99 from chreekat/silence-warnings
Appease redundant import warnings
2015-06-09 12:26:06 -05:00
Bryan Richter
71e557b31c Appease redundant import warnings 2015-06-08 10:21:10 -07:00
Michael Snoyman
2e363780b6 Merge pull request #97 from tolysz/patch-1
Update example
2015-05-19 11:11:15 +03:00
Marcin Tolysz
8ad96681f6 Update example
`reverse-proxy` can have `middleware` section
`connection-time-bound` can be present in `reverse-proxy`, `webapp` and `static-files`
2015-05-19 09:03:11 +01:00
Michael Snoyman
aee5e784d4 Bump lower bound on http-reverse-proxy 2015-05-19 10:32:18 +03:00
Michael Snoyman
c161596ab2 Merge branch 'tolysz-timeouts-per-request' 2015-05-19 10:22:15 +03:00
Michael Snoyman
d192765198 Version bump 2015-05-19 10:21:19 +03:00
Marcin Tolysz
0c62122e4f Merge remote-tracking branch 'origin/timeouts-per-request' into timeouts-per-request
Conflicts:
	Keter/App.hs
	Keter/Types/V10.hs
2015-05-18 13:30:37 +01:00
Marcin Tolysz
5360da1c80 update for updated reverse proxy 2015-05-18 13:23:30 +01:00
Marcin Tolysz
3565237a5d Add configurable timeouts
Add middleware to reverse proxy
2015-05-18 13:23:30 +01:00
Marcin Tolysz
85abd95d04 update for updated reverse proxy 2015-05-18 13:12:07 +01:00
Michael Snoyman
85aecc2c51 Avoid infinite loop traversing incoming directory #96 2015-05-17 10:00:00 +03:00
Michael Snoyman
3f0286f92e Use system-filepath, but only to interact with fsnotify 2015-05-12 15:24:53 +03:00
Michael Snoyman
8aae29fa1b Incomplete: no system-filepath 2015-05-12 13:01:58 +03:00
Marcin Tolysz
5abd3844fd Add configurable timeouts
Add middleware to reverse proxy
2015-05-06 15:27:11 +01:00
Michael Snoyman
491ace549e Fix five minutes (thanks @tolysz) 2015-05-03 19:57:14 +03:00
Michael Snoyman
28cb3ff587 Version bump 2015-05-03 18:28:39 +03:00
Michael Snoyman
b7a4a276a7 Merge pull request #92 from geraldus/configurable-time-bound
Configurable time bound
2015-05-03 18:27:59 +03:00
Артур Файзрахманов
e9f17f5d5c Apply stylish-haskell 2015-05-03 20:10:28 +05:00
Артур Файзрахманов
4b18a16645 Apply hlint suggestions 2015-05-03 20:10:27 +05:00
Артур Файзрахманов
fe94faaeac Make use of connection time bound
Extend `reverseProxy` and `withClient` function with additional time
bound parameter.
Pass time bound from app configuration when running reverse proxies.
2015-05-03 20:10:22 +05:00
Артур Файзрахманов
f74a95a852 Extended config data types with time bound option
Implemented connection time bound option for both V04 and V10
configurations, default value is set to 5000ms.
2015-05-03 20:10:15 +05:00
Michael Snoyman
107ddf9e5e Add info on old release (somehow lost from the history) 2015-04-08 11:21:27 +03:00