Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: allow status order_by enqueue_at #559

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

pacien
Copy link
Contributor

@pacien pacien commented Jul 26, 2024

GitHub: closes #554

Checklist

Please make sure the PR adheres to this project's standards:

  • I included a new entry to the CHANGELOG.md.
  • I checked cargo clippy and cargo fmt. The CI will fail otherwise anyway.
  • (If applicable) I added tests for this feature or adjusted existing tests.
  • (If applicable) I checked if anything in the wiki needs to be changed.

Copy link

Test Results

  3 files   19 suites   3m 3s ⏱️
153 tests 153 ✅ 0 💤 0 ❌
324 runs  324 ✅ 0 💤 0 ❌

Results for commit e266f59.

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.27%. Comparing base (960ed8f) to head (e266f59).
Report is 1 commits behind head on main.

Files Patch % Lines
pueue/src/client/query/mod.rs 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #559      +/-   ##
==========================================
+ Coverage   79.23%   79.27%   +0.04%     
==========================================
  Files          75       75              
  Lines        5653     5664      +11     
==========================================
+ Hits         4479     4490      +11     
  Misses       1174     1174              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nukesor
Copy link
Owner

Nukesor commented Jul 29, 2024

Thank you for your contribution :)

@Nukesor Nukesor merged commit d6fa9a6 into Nukesor:main Jul 29, 2024
19 checks passed
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.

Allow pueue status to order tasks by enqueue_at
2 participants