RTradeLtd / Temporal

☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
https://temporal.cloud
MIT License
227 stars 40 forks source link

Fix Paged Results #469

Closed bonedaddy closed 4 years ago

bonedaddy commented 4 years ago

:construction_worker: Purpose

Paged results were returning responses in not always the same order.

:rocket: Changes

Sort paged results by creation at date

:warning: Breaking Changes

None

codecov[bot] commented 4 years ago

Codecov Report

Merging #469 into master will decrease coverage by 0.18%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #469      +/-   ##
==========================================
- Coverage   52.85%   52.68%   -0.17%     
==========================================
  Files          43       43              
  Lines        4322     4323       +1     
==========================================
- Hits         2284     2277       -7     
- Misses       1530     1539       +9     
+ Partials      508      507       -1     
Impacted Files Coverage Δ
api/v2/utils.go 51.01% <0.00%> (-0.34%) :arrow_down:
queue/mail.go 65.91% <0.00%> (-15.90%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b22a45...297bbb9. Read the comment docs.