CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2021-03-26
by lee rong

Original Post

Original - Posted on 2021-03-26
by lee rong



            
Present in both answers; Present only in the new answer; Present only in the old answer;

/changes/?o=CURRENT_REVISION&o=CURRENT_COMMIT&q=status:merged+after:2021-03-01+before:2021-03-25&start=0
/changes/?o=CURRENT_REVISION&o=CURRENT_COMMIT&q=status:merged+after:2021-03-01+before:2021-03-25&start=500
/changes/?o=CURRENT_REVISION&o=CURRENT_COMMIT&q=status:merged+after:2021-03-01+before:2021-03-25&start=1000
--- when the project changes over 500, param: n or limit does not work!
you can try this with param 'start', if start is null, the result limit is 500. the /changes is query by pagenation.
when you receive the response,the last index of result have one param:_more_change; when '_more_change' equals true,it means have next page. otherwise it reach to the end.
https://i.stack.imgur.com/z5xBE.png
/changes/?o=CURRENT_REVISION&o=CURRENT_COMMIT&q=status:merged+after:2021-03-01+before:2021-03-25&start=0
/changes/?o=CURRENT_REVISION&o=CURRENT_COMMIT&q=status:merged+after:2021-03-01+before:2021-03-25&start=500
/changes/?o=CURRENT_REVISION&o=CURRENT_COMMIT&q=status:merged+after:2021-03-01+before:2021-03-25&start=1000
--- when the project changes over 500, param: n or limit does not work!
you can try this with param 'start', if start is null, the result limit is 500. the /changes is query by pagenation.
when you receive the response,the last index of result have one param:_more_change; when '_more_change' equals true,it means have next page. otherwise it reach to the end.
https://i.stack.imgur.com/z5xBE.png

        
Present in both answers; Present only in the new answer; Present only in the old answer;