[PR #66] [MERGED] Allow sorting descending #115

Closed
opened 2026-02-26 01:33:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jeffknupp/sandman2/pull/66
Author: @jessicaaustin
Created: 11/6/2017
Status: Merged
Merged: 5/7/2018
Merged by: @jeffknupp

Base: masterHead: master


📝 Commits (1)

📊 Changes

3 files changed (+13 additions, -1 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 sandman2/service.py (+3 -1)
📝 tests/test_extended_functionality.py (+8 -0)

📄 Description

Still sorts ascending by default. Can sort descending by prepending '-' to the attribute, e.g., entity?sort=-name


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jeffknupp/sandman2/pull/66 **Author:** [@jessicaaustin](https://github.com/jessicaaustin) **Created:** 11/6/2017 **Status:** ✅ Merged **Merged:** 5/7/2018 **Merged by:** [@jeffknupp](https://github.com/jeffknupp) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`db9c25e`](https://github.com/jeffknupp/sandman2/commit/db9c25e6b32d5eaa83cd05f221b97874162e43af) Allow sorting descending ### 📊 Changes **3 files changed** (+13 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `sandman2/service.py` (+3 -1) 📝 `tests/test_extended_functionality.py` (+8 -0) </details> ### 📄 Description Still sorts ascending by default. Can sort descending by prepending '-' to the attribute, e.g., `entity?sort=-name` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:33:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#115
No description provided.