Commit Graph

3233 Commits

Author SHA1 Message Date
astaxie 24885c28f2 fix the comments update 2018-11-09 17:54:20 +08:00
astaxie 5ea04bdfd3 update mod 2018-11-09 12:37:28 +08:00
astaxie 9fdc1eaf3a
Merge pull request #3352 from SongLiangChen/develop
add sessionid prefix
2018-11-08 23:29:05 +08:00
astaxie 6b5a70d246
Merge pull request #3378 from nukc/develop
orm: support filter raw sql
2018-11-08 23:28:30 +08:00
astaxie 8391d26220
Merge pull request #3383 from LockGit/develop
security question, fix arbitrary file read
2018-11-08 23:21:18 +08:00
lock 9865779f14 security question, fix arbitrary file read 2018-11-07 11:31:27 +08:00
SongLiang c8da875f83
add sessionId prefix 2018-11-05 09:51:27 +08:00
SongLiang 501d8a97f6
add sessionId prefix 2018-11-05 09:50:19 +08:00
nukc 736e66fcda orm: support filter raw sql 2018-11-05 03:47:21 +08:00
SongLiang d3ad810f16
add sessionId prefix 2018-10-29 13:35:31 +08:00
SongLiang abc8b78065
add sessionId prefix 2018-10-29 12:18:06 +08:00
astaxie f64e6b72e9
Merge pull request #3362 from SmartBrave/develop
modify qbs to qps
2018-10-28 20:01:23 +08:00
astaxie 4e83b4400a
Merge pull request #3371 from HaraldNordgren/go_versions
Bump Go versions and use 1.n.x to get latest minor versions
2018-10-28 19:49:27 +08:00
Harald Nordgren f6f61513a1 Bump Go versions and use 1.n.x to get latest minor versions 2018-10-28 00:58:36 +02:00
yangzhiyong 8217817a0b modify qbs to qps 2018-10-24 10:38:59 +08:00
astaxie 833f54d818
Merge pull request #3319 from Colstuwjx/annotated-filter
Annotated filter
2018-10-23 13:45:18 +08:00
astaxie 706c086bc5
Merge pull request #3345 from dingyuanhong/develop
fix / can use dynamic directory
2018-10-23 13:43:45 +08:00
SongLiangChen 187add9b84 add sessionid prefix 2018-10-10 11:02:45 +08:00
astaxie 5b8e468a13
Merge pull request #3344 from akhedrane/patch-1
duo to #3278 numRow should be 0
2018-10-05 21:16:18 +08:00
dingyuanhong dff9c8f5fa fix / can use dynamic directory 2018-10-01 15:16:35 +08:00
Atallah khedrane 21a8623002
duo to #3278 numRow should be 0 2018-09-30 10:45:18 +01:00
astaxie ea9c5822e6
Merge pull request #3292 from SongLiangChen/master
Read over 4096 length values
2018-09-30 16:03:45 +08:00
astaxie ad0d166d46
Merge pull request #3295 from GNURub/feature/outputWithformat
feature/outputwithformat
2018-09-30 16:01:07 +08:00
astaxie 2c2ace9a60
Merge pull request #3313 from oiooj/pr-module
support go modules
2018-09-30 15:55:57 +08:00
astaxie 8134a89e81
Merge pull request #3333 from akhedrane/patch-1
Return error when wrong filtering field
2018-09-30 15:45:23 +08:00
astaxie e342a0099f
Merge pull request #3340 from GNURub/feature/update-travis
Add go 1.11 version
2018-09-30 15:44:46 +08:00
astaxie c4ed5030da
Merge pull request #3339 from GNURub/hotfix/redis-uri
Support redis URI format
2018-09-30 15:43:41 +08:00
astaxie 7b9c24567d
Merge pull request #3335 from GNURub/hotfix/ranking-response-times
Added link to time ranking
2018-09-30 15:42:05 +08:00
Ruben Cid 6906c5ce30 Updated travis go version 2018-09-27 18:27:38 +02:00
Ruben Cid e4605f232b Support redis URI 2018-09-26 18:05:09 +02:00
Ruben Cid 6092e737a1 Added link to ranking 2018-09-24 18:33:56 +02:00
Atallah khedrane 0e4d954fa7
Return error when wrong filtering field
When end user put wrong filtering field ORM should return error instead of Panic()
so developers can handle this error.
2018-09-23 12:18:15 +02:00
Colstuwjx 1cbba4d56f Add annotated filter, support @Import, @Filter.
Signed-off-by: Colstuwjx <Colstuwjx@gmail.com>
2018-09-07 15:59:57 +08:00
kun cf5d1f3f3c support go modules 2018-09-05 14:05:16 +08:00
Ruben Cid 755cc98ef7 Fix content type 2018-08-21 12:32:16 +02:00
Ruben Cid 5c407ff2e3 Add map shortcut and ServeFormatted method in output 2018-08-20 22:55:50 +02:00
SongLiangChen 8f455ef199 Read over 4096 length values 2018-08-17 11:40:00 +08:00
astaxie 7e0649d661
Merge pull request #3289 from nezorflame/patch-1
Remove panic from Redirect()
2018-08-16 09:22:22 +08:00
Ilya Danilkin 1a3dcb4f84
Remove panic from Redirect()
This `panic(ErrAbort)` is unnecessary in `Redirect` function and causes problems in the production code.
2018-08-12 05:11:03 +03:00
astaxie b606f1f73f
Merge pull request #3283 from JessonChan/develop
typo fixed
2018-08-09 17:05:25 +08:00
astaxie 8241f219fd
Merge pull request #3278 from hurisheng/revert-3247-develop
Revert "send ErrNoRows if the query returns zero rows ... in method orm_query…"
2018-08-09 17:05:01 +08:00
hurisheng dea45a3d6c fix TestAll() 2018-08-07 16:36:27 +08:00
JessonChan 34a812d45f typo fixed
#3260
2018-08-07 12:08:15 +08:00
astaxie 842336834f
Merge pull request #3275 from WiFeng/master
fix bug of tasks that only some but not all are executed
2018-08-07 10:07:29 +08:00
astaxie 58fe012446
Merge pull request #3274 from gombaniro/improvement/make-TestSet-on-map-self-contained
breaks dependency on TestNewBeeMap Testcase
2018-08-07 10:02:29 +08:00
astaxie bf0d40bca6
Merge pull request #3280 from GNURub/feature/pusher
Add access to pusher
2018-08-07 09:58:56 +08:00
Ruben Cid 48e6658eca Add access to pusher 2018-08-03 12:33:46 +02:00
Hu Risheng 1bd3fb7a33
Revert "send ErrNoRows if the query returns zero rows ... in method orm_query…" 2018-08-03 13:35:48 +08:00
liuweifeng d86410a631 fix bug of tasks that only some but not all are executed 2018-08-01 11:20:22 +08:00
Jean Claude 6b62502b99 breaks rely on TestNewBeeMap 2018-08-01 10:24:39 +08:00