Skip to content

Conversation

@olblak
Copy link
Member

@olblak olblak commented Jan 10, 2026

Fix #269

Description

Test

To test this pull request, you can run the following commands:

#!/bin/bash

start_time=$(date -d "2 hour ago" --rfc-3339=seconds)
end_time=$(date -d "30 hour ago" --rfc-3339=seconds)

#start_time=$(date -d "2 hour ago" --rfc-3339=seconds)
#end_time=$(date --rfc-3339=seconds)

curl -i \
  -H "Accept: application/json" \
  -X POST \
  --data "{\"limit\":3,\"start_time\":\"${start_time}\",\"end_time\":\"${end_time}\"}" \
  http://localhost:8080/api/pipeline/reports/search

Additional Information

Tradeoff

Potential improvement

@olblak olblak added the enhancement New feature or request label Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Filter result by date

1 participant