-
released this
2025-11-21 16:44:41 +00:00 | 13 commits to main since this releaseRelease 0.1.0 - Automatic Pagination
Changed
- BREAKING: List operations now automatically fetch all pages until no more results are returned
- Previously, list operations returned only the first page of results
- The
pageparameter is now used internally for pagination (starts from 1) - The
limitparameter is used as the page size for each request - This affects all list operations across all resources (repositories, issues, PRs, users, organizations, releases, webhooks, branches, tags, commits)
Added
- Automatic pagination for all list operations
- Repository list and search operations
- Issue list, search, and listComments operations
- Pull Request list, listCommits, and listFiles operations
- User list, search, getRepositories, and getOrganizations operations
- Organization list, listMembers, listRepositories, and listTeams operations
- Release list and listAssets operations
- Webhook list operation
- Branch list operation
- Tag list operation
- Commit list and listStatuses operations
- Helper function `fetchAllPages()` to handle pagination logic
- Comprehensive test coverage for pagination functionality (105 tests)
- Documentation for commit tests workaround
Fixed
- Memory issues with commit tests by splitting into separate test files
Full Changelog: https://code.squarecows.com/ric/n8n-nodes-forgejo/compare/0.0.4...0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- BREAKING: List operations now automatically fetch all pages until no more results are returned