- Replace spread operator with explicit field selection to avoid
duplicate commit field from getApks() and parseApkFilename()
- Add test case for commitId parameter filtering to ensure
the filter parameter works correctly with new metadata extraction
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add parseApkFilename() integration to extract environment and commit info
- Return environment field (dev/sandbox/product/other) in API response
- Return commit field (short commit ID) in API response
- Add comprehensive test coverage for the new metadata
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add encodeURIComponent() for project, version, and filename parameters in downloadUrl to prevent XSS and URL breakage
- Remove unused formatDateTime import
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>