Commit graph

102 commits

Author SHA1 Message Date
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
Eitaro Fukamachi
db0befc6d4 Fix a benchmark script. lack:lackup doesn't exist anymore. 2015-03-22 16:16:25 +09:00
Eitaro Fukamachi
77f99b4c18 Replace defvar by defparameter for middleware definitions. 2015-03-22 16:10:53 +09:00
Eitaro Fukamachi
1e1eff01c0 Delete the default methods of lack-session-state because those are useless since it's a base class. 2015-03-22 16:03:15 +09:00
Eitaro Fukamachi
0acf96a5c1 Add tests of lack-session-store-dbi. 2015-03-22 16:00:20 +09:00
Eitaro Fukamachi
d08b5ca99f Add tests of lack-middleware-accesslog. 2015-03-22 15:20:22 +09:00
Eitaro Fukamachi
c40a08f895 Add tests of lack-middleware-backtrace. 2015-03-22 15:12:17 +09:00
Eitaro Fukamachi
ac9e556dbb Delete lack.handler because it's a scope of Clack, not Lack. 2015-03-22 14:33:40 +09:00
Eitaro Fukamachi
ec22fa208f Test without HTTP requests. 2015-03-22 14:30:53 +09:00
Eitaro Fukamachi
8b38515ebf No need to load all project systems with the latest cl-coveralls anymore. 2015-03-22 11:30:22 +09:00
Eitaro Fukamachi
d8c8c2b38e Fix indentations. 2015-03-22 11:18:32 +09:00
Eitaro Fukamachi
5347556b93 Delete eval. 2015-03-22 11:18:18 +09:00
Rudolph-Miller
adba550711 fix bug with conditional middleware 2015-03-22 02:33:54 +09:00
Eitaro Fukamachi
a4b4411455 Add lack-session-store-dbi. 2015-03-22 01:12:50 +09:00
Eitaro Fukamachi
40870596a1 Use ql:quickload instead of asdf:load-system for installing dependencies automatically. 2015-03-22 00:29:28 +09:00
Eitaro Fukamachi
932c74f104 Fix .travis.yml. $TRAVIS_BUILD_DIR may be a directory pathname without a slash at the last. 2015-03-22 00:24:44 +09:00
Eitaro Fukamachi
ed95dbaed1 Fix .travis.yml. 2015-03-22 00:16:17 +09:00
Eitaro Fukamachi
aa55f761a0 Fix lack.builder to be able to specify a middleware identifier in hyphenated keywords. 2015-03-22 00:09:01 +09:00