copilot-swe-agent[bot] and salmanmkc
c050f7bc2e
Add Windows-specific tests for path matching with backslashes
...
Co-authored-by: salmanmkc <[email protected] >
2025-12-10 23:33:20 +00:00
copilot-swe-agent[bot] and salmanmkc
0483fce47e
Fix glob pattern matching on Windows by converting paths to forward slashes
...
Co-authored-by: salmanmkc <[email protected] >
2025-12-10 23:31:29 +00:00
copilot-swe-agent[bot] and salmanmkc
92cb8ef23c
Initial investigation of glob Windows issue
...
Co-authored-by: salmanmkc <[email protected] >
2025-12-10 23:28:52 +00:00
copilot-swe-agent[bot]
5d702dc7bd
Initial plan
2025-12-10 23:24:11 +00:00
copilot-swe-agent[bot] and Link-
a0907ed2e2
Remove .nx/ from .gitignore as requested
...
Co-authored-by: Link- <[email protected] >
2025-07-14 13:49:49 +00:00
copilot-swe-agent[bot] and Link-
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] and Link-
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] and Link-
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] and Link-
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] and Link-
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] and Link-
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] and Link-
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] and Link-
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