Commit graph

169 commits

Author SHA1 Message Date
Eitaro Fukamachi
75dc598045 Try parallel build on Circle CI. 2015-06-11 23:45:33 +09:00
Rudolph-Miller
626e527702 to-app. 2015-06-11 22:19:33 +09:00
Rudolph-Miller
5f2ffe52fe add test of lack.middleware.mount. 2015-06-11 22:18:40 +09:00
Eitaro Fukamachi
593f8b6d88 Change the location of cl-coveralls. 2015-06-09 17:30:46 +09:00
Eitaro Fukamachi
b5c3fe44c7 Use the latest cl-coveralls. 2015-06-09 17:18:28 +09:00
Eitaro Fukamachi
3a9f8102a1 Fix the URL of Roswell installer. 2015-06-09 16:51:42 +09:00
Eitaro Fukamachi
4db28e688d Change the URL of Roswell install script. 2015-06-09 16:45:04 +09:00
Eitaro Fukamachi
cb2c242016 Cache quicklisp/ directory on Circle CI. 2015-06-09 16:45:04 +09:00
Eitaro Fukamachi
72e0712719 Fix machine.environment in circle.yml again. 2015-06-09 16:01:01 +09:00
Eitaro Fukamachi
f305b00164 Fix machine.environment in circle.yml. 2015-06-09 16:00:13 +09:00
Eitaro Fukamachi
1e23a7267e Add circle.yml. 2015-06-09 15:59:09 +09:00
Eitaro Fukamachi
3d112cdd9c Exclude bundle-libs/ from files to track code coverage. 2015-06-09 10:34:18 +09:00
Eitaro Fukamachi
2b5c072e73 Use the master branch of Qlot. 2015-06-09 06:02:54 +09:00
Eitaro Fukamachi
0352c54413 Tweak .travis.yml. 2015-06-09 05:57:34 +09:00
Eitaro Fukamachi
2d621cca75 Trying 'ros install qlot'. 2015-06-09 05:42:19 +09:00
Eitaro Fukamachi
4692c6a418 Use fix-subdir-asd branch of Qlot. 2015-06-09 05:12:25 +09:00
Eitaro Fukamachi
253e4f4da0 Fix .travis.yml to use the latest Qlot. 2015-06-09 01:41:38 +09:00
Eitaro Fukamachi
7acdfb0970 Fix qlfile. 2015-06-09 01:35:45 +09:00
Eitaro Fukamachi
b4eb4d19a3 Use Qlot for versions of dependencies management. 2015-06-09 01:30:23 +09:00
Eitaro Fukamachi
7c287063a4 Use Roswell for testing. 2015-06-09 01:26:10 +09:00
Eitaro Fukamachi
4bc4617dbd Allow a string for 'response-body' in lack response objects. 2015-06-05 11:00:42 +09:00
Eitaro Fukamachi
0f60165f17 Merge pull request #5 from fukamachi/fix/clack/111
Fix a simple-file-error in lack.middleware.static for special path-info
2015-06-03 13:32:37 +09:00
Eitaro Fukamachi
8b528cb0c0 Fix an error of lack.middleware.static in a case that the path-info contains some special characters like '?'.
This fixes fukamachi/clack#111.
2015-06-03 13:20:02 +09:00
Eitaro Fukamachi
dc623b7cd3 clack.middleware.accesslog used in a builder test is included only in clack-v1-compat. 2015-05-29 18:57:24 +09:00
Eitaro Fukamachi
0079735dff Use the latest Clack for testing. 2015-05-29 17:18:22 +09:00
Eitaro Fukamachi
c57dfc96a3 Don't need the latest HTTP-Body and CL-Coveralls anymore. 2015-05-29 17:18:22 +09:00
Eitaro Fukamachi
460e73890c Merge pull request #3 from andy128k/session-with-delayed-response
allow session middleware to wrap delayed response
2015-05-29 10:31:31 +09:00
Andrey Kutejko
e0fd65cb63 add sudo: required to travis config 2015-05-28 13:38:46 +03:00
Andrey Kutejko
823216ac40 allow session middleware to wrap delayed response 2015-05-28 13:15:52 +03:00
Eitaro Fukamachi
e80f4e2ebc Redefine to-app as a generic function. 2015-03-26 08:51:23 +09:00
Eitaro Fukamachi
80a1c2d300 Fix .travis.yml. 2015-03-26 07:38:25 +09:00
Eitaro Fukamachi
1da76d2554 Exclude test files. 2015-03-26 07:20:49 +09:00
Eitaro Fukamachi
f7cc256fa1 Allow a middleware object in builder. 2015-03-26 07:20:00 +09:00
Eitaro Fukamachi
ffaaebf0bc Add docstrings to middlewares. 2015-03-25 02:40:24 +09:00
Eitaro Fukamachi
9d0dadf5ea Update README.md. 2015-03-25 02:33:06 +09:00
Eitaro Fukamachi
4a59a228e6 Move find-middleware from lack.builder to lack.util. 2015-03-25 02:08:26 +09:00
Eitaro Fukamachi
5ff6ffb919 Add more tests of lack-builder, mainly for old Clack middlewares. 2015-03-24 16:19:19 +09:00
Eitaro Fukamachi
10e2960413 Fix a number of test plan. 2015-03-24 16:14:24 +09:00
Eitaro Fukamachi
4891bfd388 Delete otherwise clause because there's no possibility that any other types come as a middleware. 2015-03-24 16:08:55 +09:00
Eitaro Fukamachi
735cb1eee6 Add a test for inline middlewares in builder. 2015-03-24 16:08:28 +09:00
Eitaro Fukamachi
04126dbc2b Fix a warning of setting undeclared variable 'session'. 2015-03-24 16:02:03 +09:00
Eitaro Fukamachi
55fec82eda Add more tests of lack-middleware-backtrace. 2015-03-24 15:52:43 +09:00
Eitaro Fukamachi
d6815bb8ff Add default headers to ENV generate-env returns. 2015-03-24 15:41:25 +09:00
Eitaro Fukamachi
07fb0fc836 Add tests of lack-component. 2015-03-24 15:38:18 +09:00
Eitaro Fukamachi
127aa16e32 Add tests of lack-util. 2015-03-22 22:13:21 +09:00
Eitaro Fukamachi
d4ef9abc2e Add more tests of lack-middleware-static. 2015-03-22 22:13:21 +09:00
Eitaro Fukamachi
7106525601 Validate session ID. 2015-03-22 22:13:21 +09:00
Eitaro Fukamachi
06d0021da7 Add a test for lack.session.state. 2015-03-22 22:13:21 +09:00
Eitaro Fukamachi
3a64650537 Merge pull request #2 from Rudolph-Miller/content-length-with-vector
accesslog with response which body is vector.
2015-03-22 22:12:54 +09:00
Rudolph-Miller
7236640a1c accesslog with response which body is vector. 2015-03-22 21:42:44 +09:00