keyshade-xyz / keyshade

Realtime secret and configuration management tool, with the best in class security and seamless integration support
https://keyshade.xyz
Mozilla Public License 2.0
196 stars 96 forks source link

feat(api): Add pagination metadata to Environment module #382

Closed muntaxir4 closed 2 months ago

muntaxir4 commented 2 months ago

Description

Fixes #337

Dependencies

Mention any dependencies/packages used

Future Improvements

The default prisma query skips pagelimit entries for default page 1, which should be (page-1)limit.

Mentions

Mention and tag the people

Screenshots of relevant screens

Improved test case with hard-coded page and limit to check QueryTransform image

Developer's checklist

If changes are made in the code:

Documentation Update

codiumai-pr-agent-free[bot] commented 2 months ago

Failed to generate code suggestions for PR

rajdip-b commented 2 months ago

@muntaxir4 can you resolve the conflicts? I'll start merging the PRs today.

muntaxir4 commented 2 months ago

@muntaxir4 can you resolve the conflicts? I'll start merging the PRs today.

Resolved

rajdip-b commented 2 months ago

There's one more in the spec file!

muntaxir4 commented 2 months ago

There's one more in the spec file!

That's update to the spec file. I think it has to get merged. I have already removed the try catch block