Commit Graph
10 Commits
Author SHA1 Message Date
copilot-swe-agent[bot]andLink- bd54a2413a Fix v1 cache service to only check ACTIONS_CACHE_URL
Co-authored-by: Link- <[email protected]>
2025-07-14 13:39:13 +00:00
copilot-swe-agent[bot]andLink- 89397db14b Restore server error test and confirm logCacheError function removal
Co-authored-by: Link- <[email protected]>
2025-07-14 13:01:02 +00:00
copilot-swe-agent[bot]andLink- d48d6b62a4 Remove logCacheError function and implement inline 5xx error detection as requested
Co-authored-by: Link- <[email protected]>
2025-07-14 12:42:37 +00:00
copilot-swe-agent[bot]andLink- bab3dcf7f3 Complete PR feedback implementation: all cache tests passing
Co-authored-by: Link- <[email protected]>
2025-07-14 12:26:40 +00:00
copilot-swe-agent[bot]andLink- c51178a15e Implement 5xx server error detection and fix most cache tests
Co-authored-by: Link- <[email protected]>
2025-07-14 12:23:44 +00:00
copilot-swe-agent[bot] bbc6082700 Add .nx/ to .gitignore to exclude build cache files 2025-07-14 12:09:41 +00:00
copilot-swe-agent[bot]andLink- cf3aaeb491 Update tests to expect warnings instead of errors for non-5xx cache failures
Co-authored-by: Link- <[email protected]>
2025-07-14 12:07:37 +00:00
copilot-swe-agent[bot]andLink- 513216f1dd Fix tests to expect errors instead of warnings for cache failures
- Update restoreCacheV2.test.ts, restoreCache.test.ts, saveCacheV2.test.ts, and saveCache.test.ts
- Change test expectations from core.warning to core.error for cache operation failures
- All tests now pass successfully

Co-authored-by: Link- <[email protected]>
2025-07-14 10:38:47 +00:00
copilot-swe-agent[bot]andLink- 3c90578c30 Improve cache service availability determination and change warnings to errors
- Update isFeatureAvailable() to leverage ACTIONS_CACHE_SERVICE_V2 feature flag
- For v2: check ACTIONS_RESULTS_URL availability
- For v1: check either ACTIONS_CACHE_URL or ACTIONS_RESULTS_URL availability
- Change warning logs to error logs for cache failures
- Add comprehensive tests covering all scenarios

Co-authored-by: Link- <[email protected]>
2025-07-14 10:32:34 +00:00
copilot-swe-agent[bot] be5a2ce677 Initial plan 2025-07-14 10:19:51 +00:00