551 Commits

Author SHA1 Message Date
welefen
d5c55fe2d2 Fix download file with Chinese chars in filename, fix #668 2017-07-13 09:27:52 +08:00
welefen
dc98292a2a Change default db config, fix #682 2017-07-04 18:06:28 +08:00
welefen
3dd9c7df6c Support get/set multi name, fix #665 2017-06-05 17:13:40 +08:00
welefen
fc117b335e Allow 0 when set validate type to int 2017-06-05 17:07:47 +08:00
JerryQu
5c69cec2a6 fixed #616 2017-04-20 20:23:59 +08:00
zero0-1one
ec2107902c 1. 解决 think.parallel_limit 与文档意图不一致的行为
https://thinkjs.org/zh-cn/doc/2.2/api_think.html#toc-0a1
并不能达到同时执行数量限制的作用.  'clip_image' 没用当成 key
2. 解决只有一个参数 callback 的情况下没有起到任何限制作用的bug
2017-04-04 12:29:17 +08:00
zero0-1one
96376a8ec5 解决 当使用相同 key 多次调用 think.parallelLimit, 总是执行第一次传递的 callback, 而导致不能得到预期结果 2017-04-04 11:14:02 +08:00
welefen
22d38bfdac Fix typescript test error 2017-03-12 09:56:16 +08:00
welefen
ae7c5c80ed fix test error 2017-02-07 16:01:59 +08:00
Welefen Lee
93b341cd5b Merge pull request #527 from ruanzhijun/master
把find和select方法里面的参数改成true
2016-12-20 09:56:44 +08:00
june
aca57347fe 优化写法 2016-12-16 01:16:49 +08:00
june
f45b18512f 优化写法 2016-12-16 01:13:05 +08:00
june
6eff47bf6c 修改 2016-12-15 22:47:06 +08:00
Welefen Lee
2d848e7a32 Merge pull request #524 from ruanzhijun/master
修复数据库返回字段只有下划线(aa_bb_cc)方式的问题
2016-12-15 10:10:30 +08:00
june
58ffa9198a 修复eslint的错误并完善think.snakeCase的单元测试 2016-12-14 23:44:24 +08:00
snadn
b7d21beb2e 更新babel依赖 2016-12-14 14:26:15 +08:00
Evgeniy Kulikov
f7ad6b49f6 parseKey function with AS 2016-10-15 07:04:02 +03:00
Evgeniy Kulikov
b0ba8dd189 fix #472 2016-10-15 07:00:53 +03:00
Evgeniy Kulikov
75834be0d9 fix unmerged 2016-10-13 12:35:51 +03:00
Evgeniy Kulikov
20e3e821c8 fix problems from PR #473 2016-10-13 12:21:28 +03:00
welefen
bc58b758bf Merge branch 'feature/472+470_workaround' of https://github.com/im-kulikov/thinkjs into im-kulikov-feature/472+470_workaround
# Conflicts:
#	test/core/think.js
#	test/model/base.js
#	test/model/mongo.js
#	test/model/relation.js
2016-10-13 17:08:45 +08:00
Evgeniy Kulikov
a0ef0c781d fix #470 #472 issues, fixed test cases 2016-10-13 11:58:18 +03:00
welefen
f835a92b5e Fix test error when change table prefix default value to '' 2016-10-13 15:30:29 +08:00
Evgeniy Kulikov
fe4c2ab50e fixes issues for AppVeyor 2016-10-04 06:38:42 +03:00
Evgeniy Kulikov
68ea69b063 fixes issues for AppVeyor 2016-10-04 06:26:36 +03:00
Evgeniy Kulikov
983252ccb5 fixes to pass all tests in Appveyor 2016-10-04 05:26:48 +03:00
Evgeniy Kulikov
0cfcd91bd1 core/view testcases 2016-10-04 05:12:37 +03:00
Evgeniy Kulikov
9136ace9c0 adapter/session/db full testcase cover 2016-10-04 03:09:09 +03:00
Evgeniy Kulikov
bc2d3280f6 Full SQLite testcase cover 2016-10-04 02:39:25 +03:00
Evgeniy Kulikov
e2d241d17c PostgreSQL is completely covered by tests 2016-10-04 02:08:46 +03:00
Evgeniy Kulikov
076e843e82 fixes for #461 2016-10-03 22:58:09 +03:00
Evgeniy Kulikov
753783ef64 cover postgresql with tests 2016-10-01 03:26:09 +03:00
Evgeniy Kulikov
ced3823fa3 PostgreSQL testcase + fixes for #459 2016-09-30 23:49:37 +03:00
welefen
ed76d18c51 Fix #435 2016-09-07 16:51:41 +08:00
welefen
dfcdbce6f6 remove think.npm for mysql 2016-08-16 15:45:51 +08:00
welefen
53e484c871 Fix mongo socket test error 2016-08-16 15:30:34 +08:00
leeight
e4339228dc Quick fix #417 2016-08-05 23:06:32 +08:00
welefen
2c8c5ea9c4 Add cookie test 2016-08-03 14:26:56 +08:00
welefen
8d7e89de11 Fix error on transaction 2016-08-03 09:28:06 +08:00
lichengyin
460c5b4b90 Add try when has error on mysql socket, fix #371 2016-06-17 15:49:04 +08:00
lichengyin
2d1d122dec Fix parse sql error when field has _, such as: _id 2016-06-03 18:55:29 +08:00
lichengyin
9964f6d3f0 Fix error when table field is keyword in increment & decrement method, fix #351 2016-05-11 08:23:57 +08:00
lichengyin
2bae4c12bb Support set item value in logic validation 2016-05-05 10:10:42 +08:00
lichengyin
c29a049667 Add beforeDelete(),beforeSelect(),beforeFind() for model, fix #327 2016-04-26 10:58:01 +08:00
lichengyin
da2f3b0ec0 Add test case 2016-03-29 16:24:35 +08:00
lichengyin
0c36e478e4 Fix test case error 2016-03-25 13:25:41 +08:00
lichengyin
17d8562a12 Fix test case error 2016-03-23 17:46:08 +08:00
lichengyin
c825f7faa2 Fix logic validate when item dependency rule not set 2016-03-21 17:50:31 +08:00
lichengyin
6db6d4ebfb Fix get error insertIds in addMany method, fix #298 2016-03-21 16:57:32 +08:00
lichengyin
f50163a4fe Fix validate different when value is empty, fix #297 2016-03-20 13:36:15 +08:00