logic855

logic855 synced commits to fix/agents-md-priority at logic855/oh-my-opencode-slim from mirror

  • 3b09742b8e fix: place orchestrator prompt after AGENTS.md, add ordering test - Fix leading \n\n artifact when system[0] is empty (use conditional instead of || '') - Add regression test for orchestrator prompt ordering relative to AGENTS.md PR #782 thermo review: two REQUIRED fixes applied.
  • 6c299a3c49 fix: place AGENTS.md before orchestrator prompt in system order
  • ddeedb322d 2.2.1
  • bca7bf6cbb Update README.md
  • 752759657b Add concise response guidelines to orchestrator agent
  • View comparison for these 10 commits »

10 hours ago

logic855 synced new reference fix/agents-md-priority to logic855/oh-my-opencode-slim from mirror

10 hours ago

logic855 synced commits to main at logic855/helm-external-secrets from mirror

  • 504426d3a2 feat(e2e): implement fan-out matrix validation and credential scoping (#6660) * feat(e2e): implement fan-out matrix validation and credential scoping Signed-off-by: Alexander Chernov <alexander@chernov.it> * test(e2e): split vault family into per-provider legs The grouped leg ran vault, openbao and conjur together, so a broken conjur addon (issue #6657) timed out the whole leg and the name did not match what ran. Give each in-cluster backend its own leg for isolation and to match the per-provider goal. Signed-off-by: Alexander Chernov <alexander@chernov.it> * test(e2e): enable the full provider fan-out matrix Turn on the remaining legs (gcp, azure, scaleway, delinea, secretserver, infisical, generator, flux, argocd) now that the mechanism is validated. Each cloud leg is scoped to its own secret group; infisical, flux and argocd run against in-cluster addons only. Signed-off-by: Alexander Chernov <alexander@chernov.it> * docs(e2e): document the e2e CI fan-out Explain the matrix, per-leg credential scoping, the e2e-required gate, the trusted/fork/managed run paths, and how to add or enable a provider. Signed-off-by: Alexander Chernov <alexander@chernov.it> * fix(e2e): build chart deps in HelmServer before packaging The charts/ subchart tarballs are gitignored, so on a fresh checkout the ESO chart's charts/ is empty and 'helm package' fails with 'missing in charts/ directory: bitwarden-sdk-server'. The provider and argocd suites hide this because an earlier HelmChart addon runs 'helm dependency update' on the chart path first; a suite that only uses HelmServer (flux) has nothing to populate charts/. Build the deps from the committed Chart.lock in Setup so the addon is self-contained. Signed-off-by: Alexander Chernov <alexander@chernov.it> * test(e2e): give the generator leg aws credentials The ecr and sts generators mint tokens against real AWS, so the generator leg needs the aws secret group in addition to grafana. Without it the ecr spec failed once the leg ran in isolation. Signed-off-by: Alexander Chernov <alexander@chernov.it> * test(e2e): isolate the grafana generator into its own leg The grafana generator talks to a live external Grafana Cloud instance, so its readiness is flaky in a way the in-cluster generators are not. Split it out with a label filter: the generator leg runs everything except grafana (scoped to aws for the ecr and sts generators), and a dedicated grafana leg runs only grafana (scoped to grafana). This keeps the external dependency from masking the rest of the generator suite. Signed-off-by: Alexander Chernov <alexander@chernov.it> --------- Signed-off-by: Alexander Chernov <alexander@chernov.it>
  • 0deb6dd5a3 chore(deps): bump actions/stale from 10.4.0 to 11.0.0 (#6738) Bumps [actions/stale](https://github.com/actions/stale) from 10.4.0 to 11.0.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/1e223db275d687790206a7acac4d1a11bd6fe629...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • dd5a2200bf chore(deps): bump docker/login-action from 4.4.0 to 4.5.2 (#6736) Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...371161bbe7024a29a25c5e19bfcbc0804fe9ad2c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • View comparison for these 3 commits »

18 hours ago

logic855 synced and deleted reference e2e-fanout-matrix at logic855/helm-external-secrets from mirror

18 hours ago

logic855 synced and deleted reference dependabot/github_actions/docker/login-action-4.5.2 at logic855/helm-external-secrets from mirror

18 hours ago

logic855 synced and deleted reference dependabot/github_actions/actions/stale-11.0.0 at logic855/helm-external-secrets from mirror

18 hours ago

logic855 synced commits to main at logic855/helm-external-secrets from mirror

  • 923658310f fix: pin all dependencies (#6727) * fix: lock CI and build tool dependencies - manage build tools through the hack/tools Go module - install tools through reproducible Make targets - hash-lock Python documentation dependencies (build-requirements) - build Tilt and signing tools from repository lock files - configure Dependabot to maintain tool versions Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * fix: isolate golangci-lint dependency graph Build golangci-lint from a dedicated locked module to preserve its upstream x/tools version and avoid enabling newer modernize checks through Go module version selection. THIS IS TEMPORARY AND WE SHOULD GET RID OF THIS WHEN WE HAVE MODERNIZED. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * Various fixes from reviews: - Add freeze period in dependabot to avoid supply chain attacks - Refetch binaries if Makefile has changed - Bump mkdocs to latest version - Fix update-deps bug introduced in last commit. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> --------- Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>

1 day ago

logic855 synced commits to gh-pages at logic855/helm-external-secrets from mirror

  • 58369f7326 Deployed 923658310 to main with MkDocs 1.6.1 and mike 2.2.0

1 day ago

logic855 synced commits to dependabot/github_actions/google-github-actions/auth-12060449e87204eca501a11f2f7f1483024afff0 at logic855/helm-external-secrets from mirror

  • f9e4c8e63f chore(deps): bump google-github-actions/auth Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from cd3439a4d2c29fd597fb063e209ee2c2d6128dcd to 12060449e87204eca501a11f2f7f1483024afff0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/cd3439a4d2c29fd597fb063e209ee2c2d6128dcd...12060449e87204eca501a11f2f7f1483024afff0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 12060449e87204eca501a11f2f7f1483024afff0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
  • 923658310f fix: pin all dependencies (#6727) * fix: lock CI and build tool dependencies - manage build tools through the hack/tools Go module - install tools through reproducible Make targets - hash-lock Python documentation dependencies (build-requirements) - build Tilt and signing tools from repository lock files - configure Dependabot to maintain tool versions Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * fix: isolate golangci-lint dependency graph Build golangci-lint from a dedicated locked module to preserve its upstream x/tools version and avoid enabling newer modernize checks through Go module version selection. THIS IS TEMPORARY AND WE SHOULD GET RID OF THIS WHEN WE HAVE MODERNIZED. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * Various fixes from reviews: - Add freeze period in dependabot to avoid supply chain attacks - Refetch binaries if Makefile has changed - Bump mkdocs to latest version - Fix update-deps bug introduced in last commit. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> --------- Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • c61106863c chore(fix): moved the validation further up the chain (#6735) Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • 35cb348570 chore(deps): controller-runtime dependency update (#6703) controller-runtime v0.24.1 moves the project onto the Kubernetes v0.36 dependency graph. sigs.k8s.io/controller-runtime v0.24.1 added HasSyncedChecker to cache.Informer, using the new client-go DoneChecker contract. This extends ESO's informer test fake with an already-complete checker, matching its existing HasSynced result, so controller tests compile with the upgraded interface. This changes many go.mod/sum to pass the check-diff. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • 4bf0eb6bc8 chore(fix): template abuse for secret values (#6730) * chore(fix): template abuse for secret values Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> * addressed review comments Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • View comparison for these 10 commits »

1 day ago

logic855 synced commits to dependabot/github_actions/docker/login-action-4.5.2 at logic855/helm-external-secrets from mirror

  • e0ad4aa5af chore(deps): bump docker/login-action from 4.4.0 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...371161bbe7024a29a25c5e19bfcbc0804fe9ad2c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
  • 923658310f fix: pin all dependencies (#6727) * fix: lock CI and build tool dependencies - manage build tools through the hack/tools Go module - install tools through reproducible Make targets - hash-lock Python documentation dependencies (build-requirements) - build Tilt and signing tools from repository lock files - configure Dependabot to maintain tool versions Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * fix: isolate golangci-lint dependency graph Build golangci-lint from a dedicated locked module to preserve its upstream x/tools version and avoid enabling newer modernize checks through Go module version selection. THIS IS TEMPORARY AND WE SHOULD GET RID OF THIS WHEN WE HAVE MODERNIZED. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * Various fixes from reviews: - Add freeze period in dependabot to avoid supply chain attacks - Refetch binaries if Makefile has changed - Bump mkdocs to latest version - Fix update-deps bug introduced in last commit. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> --------- Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • c61106863c chore(fix): moved the validation further up the chain (#6735) Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • 35cb348570 chore(deps): controller-runtime dependency update (#6703) controller-runtime v0.24.1 moves the project onto the Kubernetes v0.36 dependency graph. sigs.k8s.io/controller-runtime v0.24.1 added HasSyncedChecker to cache.Informer, using the new client-go DoneChecker contract. This extends ESO's informer test fake with an already-complete checker, matching its existing HasSynced result, so controller tests compile with the upgraded interface. This changes many go.mod/sum to pass the check-diff. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • 4bf0eb6bc8 chore(fix): template abuse for secret values (#6730) * chore(fix): template abuse for secret values Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> * addressed review comments Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • View comparison for these 10 commits »

1 day ago

logic855 synced commits to dependabot/github_actions/actions/stale-11.0.0 at logic855/helm-external-secrets from mirror

  • d9dff1faf0 chore(deps): bump actions/stale from 10.4.0 to 11.0.0 Bumps [actions/stale](https://github.com/actions/stale) from 10.4.0 to 11.0.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/1e223db275d687790206a7acac4d1a11bd6fe629...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
  • 923658310f fix: pin all dependencies (#6727) * fix: lock CI and build tool dependencies - manage build tools through the hack/tools Go module - install tools through reproducible Make targets - hash-lock Python documentation dependencies (build-requirements) - build Tilt and signing tools from repository lock files - configure Dependabot to maintain tool versions Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * fix: isolate golangci-lint dependency graph Build golangci-lint from a dedicated locked module to preserve its upstream x/tools version and avoid enabling newer modernize checks through Go module version selection. THIS IS TEMPORARY AND WE SHOULD GET RID OF THIS WHEN WE HAVE MODERNIZED. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> * Various fixes from reviews: - Add freeze period in dependabot to avoid supply chain attacks - Refetch binaries if Makefile has changed - Bump mkdocs to latest version - Fix update-deps bug introduced in last commit. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com> --------- Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • c61106863c chore(fix): moved the validation further up the chain (#6735) Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
  • 35cb348570 chore(deps): controller-runtime dependency update (#6703) controller-runtime v0.24.1 moves the project onto the Kubernetes v0.36 dependency graph. sigs.k8s.io/controller-runtime v0.24.1 added HasSyncedChecker to cache.Informer, using the new client-go DoneChecker contract. This extends ESO's informer test fake with an already-complete checker, matching its existing HasSynced result, so controller tests compile with the upgraded interface. This changes many go.mod/sum to pass the check-diff. Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • 4bf0eb6bc8 chore(fix): template abuse for secret values (#6730) * chore(fix): template abuse for secret values Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> * addressed review comments Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --------- Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Co-authored-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>
  • View comparison for these 10 commits »

1 day ago

logic855 synced and deleted reference dependabot/github_actions/docker/login-action-4.5.1 at logic855/helm-external-secrets from mirror

1 day ago

logic855 synced commits to xap at logic855/qmk_firmware from mirror

1 day ago

logic855 synced commits to riot at logic855/qmk_firmware from mirror

  • 74800d0cdf Add STM32_USB_USE_OTG2 to USB_ENDPOINTS_ARE_REORDERABLE (#26369)

1 day ago

logic855 synced commits to develop at logic855/qmk_firmware from mirror

  • 74800d0cdf Add STM32_USB_USE_OTG2 to USB_ENDPOINTS_ARE_REORDERABLE (#26369)

1 day ago

logic855 synced commits to fix/issue-908-session-map-cleanup at logic855/oh-my-opencode-slim from mirror

  • ab4286c087 fix: bound session metadata maps (#908)
  • 1c0e1f4abe docs: update contributors [skip ci]
  • a6541cb154 Merge pull request #892 from pmolinal/fix/opencode-go-preset-variants fix(providers): align opencode-go preset variants
  • e40e8e6475 Merge pull request #901 from alvinunreal/omos/docs-898-per-preset-agents docs: document per-preset agent configuration patterns
  • da5e38e3a8 docs: scope root-wins merge to config-file presets, expand prompt caveat Root agents only win for config-file presets (loader.ts:365). Runtime presets activated via /preset reverse the merge at index.ts:227, so the runtime preset wins. The docs stated root wins unconditionally, which is incorrect for the runtime path. Also expanded the prompt file limitation caveat: prompt files take precedence over inline prompts in root agents too, not just in presets.
  • View comparison for these 10 commits »

1 day ago

logic855 synced new reference fix/issue-908-session-map-cleanup to logic855/oh-my-opencode-slim from mirror

1 day ago