Skip to content

SCB-1723 support pagination in kie apis#71

Merged
tianxiaoliang merged 4 commits intoapache:masterfrom
AngLi2:paging
Jan 19, 2020
Merged

SCB-1723 support pagination in kie apis#71
tianxiaoliang merged 4 commits intoapache:masterfrom
AngLi2:paging

Conversation

@AngLi2
Copy link
Contributor

@AngLi2 AngLi2 commented Jan 15, 2020

  1. GET 接口提供分页功能,以 queryParams 传入 limit 和 offset 参数;
  2. offset 和 limit 可缺省,可只设置一个值,也可都设置,缺省状态不分页
  3. 入参校验,offset >= 0,1 <= limit <=50
  4. 增加了 mongodb 慢查询日志
  5. 同步补齐了 ut 和 doc
  6. 优化部分命名和格式

@AngLi2 AngLi2 changed the title SCB-1723 support pagination in kie apis WIP SCB-1723 support pagination in kie apis Jan 15, 2020
@AngLi2 AngLi2 force-pushed the paging branch 4 times, most recently from b202cc3 to 072b979 Compare January 16, 2020 06:38
@AngLi2 AngLi2 changed the title WIP SCB-1723 support pagination in kie apis SCB-1723 support pagination in kie apis Jan 16, 2020
@AngLi2 AngLi2 force-pushed the paging branch 2 times, most recently from d834d74 to c3908a6 Compare January 17, 2020 09:24
@AngLi2 AngLi2 force-pushed the paging branch 2 times, most recently from beb8a45 to a382bf8 Compare January 19, 2020 02:02
@AngLi2 AngLi2 force-pushed the paging branch 3 times, most recently from 6bb377f to 8797bef Compare January 19, 2020 03:00
@tianxiaoliang tianxiaoliang merged commit c943c7c into apache:master Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants