Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
httpd: Allow fetching of patches or issues without defining status
Open did:key:z6MkkfM3...sVz5 opened 2 years ago

Renames the state query variable into status since we define it as e.g. status: "draft" And we allow consumers to get all the issues without querying for a specific status.

did:key:z6MkkfM3...sVz5 opened with revision 184ed1a9 on base 18fc41c5 +13 -7 2 years ago

Renames the state query variable into status since we define it as e.g. status: "draft" And we allow consumers to get all the issues without querying for a specific status.

did:key:z6MkkfM3...sVz5 pushed revision 2 3984b6c2 on base 51e64cfa +71 -62 2 years ago

Rebase and use cache filtering methods

did:key:z6MkkfM3...sVz5 pushed revision 3 328a1cf6 on base 51e64cfa +71 -62 2 years ago

Fix issue list_by_status db statement

did:key:z6MkkfM3...sVz5 pushed revision 4 a62b8f94 on base bc247dff +104 -65 2 years ago

Rename state query variable to status, and add issue list_by_status test

did:key:z6MkkfM3...sVz5 pushed revision 5 7d5a749f on base bd8e0ebc +137 -65 2 years ago

Test listing of open and closed issue lists in cache

fintohaps pushed revision 6 d803fda2 on base bd8e0ebc +167 -67 2 years ago

Changes:

  • Introduce Status type for issue filtering by status
  • Clean up test code
fintohaps accepted 2 years ago

LGTM