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

Log filters are not respected by the API #1427

Closed
Senyoret1 opened this issue Dec 21, 2022 · 1 comment
Closed

Log filters are not respected by the API #1427

Senyoret1 opened this issue Dec 21, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Senyoret1
Copy link
Contributor

Describe the bug
Calling the GET /api/visors/{pk}/apps/skychat/logs?since=2022-12-14T12:00:00 does not return the log entries starting from 2022-12-14, it returns all the log entries, which could include data from years ago.

Expected behavior
It should return the log entries created on 2022-12-14T12:00:00 and later, all previous entries should be ignored. However, maybe we should define the exact format that should be used for sending the data with the since param.

@Senyoret1 Senyoret1 added the bug Something isn't working label Dec 21, 2022
@mrpalide mrpalide mentioned this issue Mar 5, 2023
5 tasks
@0pcom
Copy link
Collaborator

0pcom commented May 10, 2023

solved in #1507

@0pcom 0pcom closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants