Sergei Zharinov
Sergei Zharinov
FYI, it's technically impossible to make fresh cache for the platform automerge case
Automerge is the problematic here. We have to either leave current behavior or make +1 HTTP request for just single `merged_at` field.
If you want to make all PR cache updates in the current run, not during the next one's initialization, you have to update records for merged PRs too. Or when...
Maybe revert recent `Helm` changes then? Too much problems IMO
Versioning scheme problem: ``` ✕ helm.isValid("v0.15-alpha.3") === true ```
> @zharinov Can you continue on this? I really like to cache the PR data to reduce Gitea / Forgejo load. Yes, but `gitea-helper.ts` and the way it's mocked makes...
- Blocked by #26537
@viceice Don't you know the reason why `memCache` is impossible to initialize for testing? The internal object holding key-values is always `undefined` even if `init()` was called in `beforeEach`. It...
- Blocked by #26634
Results from log: ```json { "datasource": "nuget", "depType": "nuget", "depName": "Microsoft.Extensions.Configuration", "currentValue": "6.0.*", "updates": [ { "bucket": "major", "newVersion": "8.0.0", "newValue": "8.0.*", "releaseTimestamp": "2023-11-14T13:22:38.957Z", "newMajor": 8, "newMinor": 0, "updateType": "major",...