Commit Graph

22 Commits

Author SHA1 Message Date
Renovate 7d2dd78b76 chore(deps): update golang docker tag to v1.24.6 2025-08-06 20:54:32 +00:00
Renovate 78fb41e28e chore(deps): update pre-commit hook golangci/golangci-lint to v2.3.1 2025-08-02 21:54:43 +00:00
Renovate 4bdf933cc8 chore(deps): update golang:1.24.5 docker digest to 0a156a4 2025-07-22 04:54:17 +00:00
Renovate 10913325a8 chore(deps): update pre-commit hook golangci/golangci-lint to v2.3.0 2025-07-21 14:54:03 +00:00
Renovate 56a3e2a4a1 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.28.0 2025-07-20 16:53:50 +00:00
Renovate 1f4ce0d0eb chore(deps): update pre-commit hook golangci/golangci-lint to v2.2.2 2025-07-11 12:51:23 +00:00
Renovate 85596120ce chore(deps): update golang docker tag to v1.24.5 2025-07-09 18:51:34 +00:00
Renovate 575d935231 chore(deps): update golang:1.24.4 docker digest to 9f820b6 2025-07-01 05:51:24 +00:00
Renovate 1fd3f2ba0a chore(deps): update pre-commit hook golangci/golangci-lint to v2.2.1 2025-06-29 21:51:20 +00:00
Renovate 3d8c9a37e3 chore(deps): update pre-commit hook golangci/golangci-lint to v2.2.0 2025-06-28 20:51:30 +00:00
Unbound Release e18b226356 chore(release): prepare for v0.0.4 v0.0.4 2025-06-16 10:09:08 +00:00
argoyle a8a1c613a4 fix(pagination): handle empty page return case
Adds a check for empty pages in the pagination logic to return a 
nil slice and empty PageInfo when there are no items to display. 
Updates tests to verify the behavior when no more items are 
available, ensuring robustness in pagination functionality.
2025-06-16 12:04:52 +02:00
Unbound Release e60459ddd4 chore(release): prepare for v0.0.3 v0.0.3 2025-06-16 07:13:07 +00:00
argoyle 8e8bdac22c fix: update GetPage to check for empty items slice
Refactor the GetPage function to check for an empty slice of items 
instead of a nil pointer. Update tests to cover cases for nil and 
empty slices, ensuring consistent behavior and improved clarity.
2025-06-16 09:09:04 +02:00
Unbound Release 704b755c4c chore(release): prepare for v0.0.2 v0.0.2 2025-06-15 20:27:11 +02:00
argoyle bb3f7327cd fix(pagination): handle out-of-bounds slicing in pagination
Ensure the pagination function correctly handles out-of-bounds indices  
when slicing items. Update the slice logic to prevent slice bounds  
errors and add a test case for better coverage of edge cases.
2025-06-15 19:56:47 +02:00
Renovate 0e8ba09d62 chore(deps): update golang:1.24.4 docker digest to 3494bbe 2025-06-11 02:51:22 +00:00
argoyle 9978b6f900 fix: update Codecov badge URL in README
Updates the Codecov badge URL in the README to ensure it 
correctly points to the project repository. This enhances 
documentation clarity and reflects the correct integration 
status.
2025-06-10 19:55:02 +02:00
Renovate bd468af1d2 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.27.2 2025-06-09 00:51:17 +00:00
Renovate ec1003a094 chore(deps): update pre-commit hook gitleaks/gitleaks to v8.27.1 2025-06-08 02:51:14 +00:00
Unbound Release d44ae0fb93 chore(release): prepare for v0.0.1 v0.0.1 2025-06-07 17:52:45 +00:00
argoyle 26eff55974 feat: initial version 2025-06-07 19:44:54 +02:00