Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Provide REST API endpoint to get all deprecations #73

Closed
6 tasks done
tomkerkhove opened this issue Sep 3, 2022 · 3 comments · Fixed by #141
Closed
6 tasks done

Provide REST API endpoint to get all deprecations #73

tomkerkhove opened this issue Sep 3, 2022 · 3 comments · Fixed by #141
Assignees
Labels

Comments

@tomkerkhove
Copy link
Member

tomkerkhove commented Sep 3, 2022

Provide REST API endpoint to get all deprecations with filtering options by:

  • Open / Closed
  • Year
  • Service
  • Impact
  • Cloud
  • Area
@tomkerkhove tomkerkhove moved this to Todo in Backlog Sep 3, 2022
@tomkerkhove
Copy link
Member Author

@rkolesnikovDX will work on this, followed by #81

@tomkerkhove tomkerkhove moved this from Todo to In Progress in Backlog Sep 21, 2022
@tomkerkhove tomkerkhove moved this from In Progress to In Review in Backlog Sep 22, 2022
@tomkerkhove
Copy link
Member Author

@rkolesnikovDX Can you create that follow-up issue for filtering by year please?

@tomkerkhove
Copy link
Member Author

It looks like query filters are not working:

SELECT * FROM c where ARRAY_CONTAINS(c.DeprecationInfo.Impact.Services, "ApiManagement") = true returns 1 item but API returns 0

Will test tonight

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Status: Done
2 participants