Commit Graph

302 Commits

Author SHA1 Message Date
Michael Snoyman
fedd65b687 Version bump 2015-03-10 09:10:43 +02:00
Yitzchak Gale
9f1e52b736 Support chain certificates. 2015-03-09 22:48:47 +02:00
Michael Snoyman
e6d5d34d0b Version bump 2015-02-08 07:09:50 +02:00
Michael Snoyman
778440c21b Merge pull request #74 from tolysz/tree-watch
Allow incoming folder to contains subfolders
2015-02-03 17:02:37 +02:00
Marcin Tolysz
bcfbbede26 Allow incoming folder to contains subfolders
I need it to sanely set up git-annex to sync files to my remote servers.
where some folders be shared between all my servers and some will be just for that particular one.
2015-01-30 22:33:25 +00:00
Christopher Reichert
a352c45b84 Merge pull request #73 from tolysz/fix-overwritten-subdomains
https://github.com/snoyberg/keter/issues/72
2015-01-30 16:14:27 -06:00
Marcin Tolysz
51247cc3d9 Update assert to match the correct case 2015-01-30 21:19:36 +00:00
Marcin Tolysz
38a65a7288 Merge branch 'creichert-fix-overwritten-subdomains' into fix-overwritten-subdomains 2015-01-30 21:08:58 +00:00
Christopher Reichert
ee1fd1542c Add Hspec tests for LabelMap.
Additional support for #72.
2015-01-30 14:02:05 -06:00
Marcin Tolysz
92ac69b824 https://github.com/snoyberg/keter/issues/72
I did not test all other cases, but the one mentioned works now
2015-01-30 09:30:17 +00:00
Michael Snoyman
46399027e2 Merge pull request #71 from creichert/master
Various Housekeeping Tasks
2015-01-13 09:19:28 +02:00
Christopher Reichert
850e61d4cf Merge pull request #1 from tolysz/patch-1
Update .travis.yml
2015-01-12 15:54:08 -06:00
tolysz
45ab0c0c84 Update keter.cabal
make 7.4 work
2015-01-12 21:41:42 +00:00
tolysz
667d12b4ca Update .travis.yml
bump to start travis
2015-01-12 21:33:49 +00:00
tolysz
dd32435693 Update .travis.yml
Something like that works better
2015-01-12 21:28:54 +00:00
Christopher Reichert
f81556b569 Remove unused DeriveTypeable extension. 2015-01-11 11:42:59 -06:00
Christopher Reichert
ca95ef97dd Fix minor typos in the README. 2015-01-11 11:02:11 -06:00
Christopher Reichert
0d2af247fe Add ghc 7.6 to travis build. 2015-01-11 10:56:02 -06:00
Christopher Reichert
a9aec4a71e Remove redundant language extensions. 2015-01-09 13:39:30 -06:00
Christopher Reichert
7aac6c25fd Remove redundant headers in Keter.App. 2015-01-09 13:39:30 -06:00
Christopher Reichert
121bf5bffd Remove obsolete tests. 2015-01-09 13:39:30 -06:00
Christopher Reichert
b5cf73b062 Move bundles to incoming folder. 2015-01-09 13:39:29 -06:00
Christopher Reichert
26457c7660 Create systemd packaging dir. 2015-01-08 01:36:44 -06:00
Christopher Reichert
8df7321940 Add systemd service file for Debian package. 2015-01-08 01:34:05 -06:00
Michael Snoyman
6a4adfa4f0 Merge pull request #68 from creichert/master
Add `background` stanza example and various cleanup tasks.
2014-12-20 18:09:40 +02:00
Christopher Reichert
4a42768881 Explicitly import functions and types from System.Process.
This fixes a (Travis) build error associated with the `createPipe`
function.
2014-12-19 16:37:12 -06:00
Christopher Reichert
8c7871a2c1 Add gitignore and cleanup options for websockets example bundle. 2014-12-19 16:24:24 -06:00
Christopher Reichert
eb51ca8d3e Run stylish-haskell on websockets chat example. 2014-12-19 16:21:07 -06:00
Christopher Reichert
98827e1e36 Fix websockets example build. 2014-12-19 16:20:48 -06:00
Christopher Reichert
f73af18343 Clarify results of example build. 2014-12-19 15:54:12 -06:00
Christopher Reichert
3ecbe9eb61 Use cabal exec to build incoming examples.
* Don't hardcode sandbox architecture.
2014-12-19 15:41:05 -06:00
Christopher Reichert
25f40e1e76 Organize imports in foo1_0/hello.hs and remove unused extension.
* Disable postgres plugin in foo1_0 example.
2014-12-19 15:17:44 -06:00
Christopher Reichert
a95ae52a4b Add bits of example bundle documentation.
* Cleanup foo1_0 hello example.
2014-12-19 15:10:10 -06:00
Christopher Reichert
3d075f1103 Add background app configuration example. 2014-12-19 15:10:10 -06:00
Michael Snoyman
308deed377 Catch exceptions during reload #64 2014-12-18 08:07:45 +02:00
Michael Snoyman
b281850a74 Version bump 2014-12-17 10:06:16 +02:00
Michael Snoyman
4623114855 Doc improvements 2014-12-17 10:04:30 +02:00
Michael Snoyman
5bf911043c Merge pull request #65 from tolysz/add-headers
Add headers
2014-12-16 11:40:49 +02:00
Marcin Tolysz
6886c78056 Adding headers patch 2014-12-16 09:08:52 +00:00
tolysz
2f479a768d Update Middleware.hs
uncomment AddHeaders
2014-12-16 09:04:52 +00:00
tolysz
3fb65f4545 Update keter.cabal
bump `wai-extra` version to have access to `AddHeader` middleware.
2014-12-16 09:03:17 +00:00
Michael Snoyman
276b93a36a Merge pull request #63 from tolysz/middleware
Adding the ability to use Middleware
2014-12-16 09:19:29 +02:00
tolysz
1c51855194 Update Proxy.hs
fixed in wai-static
2014-12-15 17:25:11 +00:00
Marcin Tolysz
b252426d56 Make config saner 2014-12-12 17:02:20 +00:00
Marcin Tolysz
0d8db950a0 Adding the ability to use Middleware 2014-12-12 16:09:07 +00:00
Moritz Angermann
1e19c36613 Update README.md
Adjust readme to reflect cabal dependency. Fixes #61.
2014-12-11 16:01:24 +01:00
Michael Snoyman
9cf058f154 Merge pull request #60 from cdepillabout/fix-setup-keter-link
Fix link to setup-keter.sh in README.md.
2014-12-11 16:29:16 +02:00
(cdep)illabout
3307b370f2 Fix link to setup-keter.sh in README.md.
The link to setup-keter.sh seems to be incorrect.  It appears that raw
file content is now served from raw.githubusercontent.com.
2014-12-11 23:19:34 +09:00
Michael Snoyman
2a2cbe087f Merge pull request #59 from angerman/patch-2
Create README.md
2014-12-10 11:49:32 +02:00
Moritz Angermann
7480df0e86 Create README.md
Add a little commentary regarding building debian packages.
2014-12-10 10:08:13 +01:00