Commit graph

30 commits

Author SHA1 Message Date
dependabot[bot]
740c61a679
chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-23 09:15:37 +00:00
Kevin Turcios
0cb67c1a17 fix: add --no-pr to codeflash optimize workflow to prevent CI-opened PRs 2026-04-10 15:12:48 -05:00
Kevin Turcios
be4c459d01 ci: upgrade action versions, add uv cache, fix broken paths, DRY publish
- Bump actions/checkout v4/v5 → v6, setup-node v4 → v6, setup-java v4 → v5,
  prek-action v1 → v2, github-script v6 → v7, aws-credentials v4 → v6,
  claude-code-action v1.0.89 → v1
- Add enable-cache: true to all astral-sh/setup-uv steps
- Remove redundant uv venv --seed (uv sync creates venvs automatically)
- Merge double uv sync steps in unit-tests into single conditional
- Fix codeflash.yaml: broken path filter and working-directory
- Consolidate duplicate publish jobs into a single matrix job
- Remove generate_release_notes overridden by manual body
2026-04-09 22:06:41 -05:00
Kevin Turcios
46e4035b05 ci: bump astral-sh/setup-uv from v6 to v8.0.0
v8 uses immutable releases (no major/minor tags) for supply chain
security. Pinning to exact version tag per upstream recommendation.
2026-04-09 05:16:10 -05:00
Kevin Turcios
e2e8557958 ci: remove self-reference from codeflash-optimize paths
Editing the workflow config shouldn't trigger a full optimization run.
2026-04-09 05:04:32 -05:00
Kevin Turcios
b38cfd2186 ci: scope workflow triggers to relevant paths
- codeflash-optimize.yaml: replace paths: ['**'] wildcard with targeted filters
- mypy.yml: add path filters (was firing on every PR/push including docs)
- prek.yaml: add path filters (was firing on every PR)
- unit-tests.yaml: add path filters (was firing on every PR/push)

Docs-only, README, experiment, and LICENSE changes no longer trigger
these workflows. Saves ~20 workflow runs per docs-only PR.
2026-04-09 04:59:24 -05:00
Kevin Turcios
89faf1e2fd chore: use default testgen-review-turns in GHA 2026-03-06 17:05:01 -05:00
Kevin Turcios
70a410a656 feat: add --testgen-review-turns CLI flag to control repair cycles 2026-03-06 01:12:39 -05:00
Kevin Turcios
5c34cb994b chore: enable --testgen-review flag in CI optimization workflow 2026-03-06 00:45:23 -05:00
Kevin Turcios
66ff6f065d apply suggestion 2025-12-07 00:53:32 -06:00
Kevin Turcios
a22adba91a apply suggestion 2025-12-07 00:51:47 -06:00
Kevin Turcios
97d9e62620 update to avoid locking issues
astral-sh/uv#16105
2025-10-15 15:08:01 -07:00
Kevin Turcios
9e26985e76
Merge branch 'main' into chore/get-pr-number-from-gh-action-event-file 2025-06-21 01:31:42 +00:00
mohammed
89410a5f64 get pr number from gh action event json file, fallback to old behaviour 2025-06-20 18:28:08 +03:00
Kevin Turcios
406f86ebfb forgot the flash 2025-06-19 17:00:09 -07:00
Kevin Turcios
4d533f3d7e update the tests to uv 2025-06-19 16:59:06 -07:00
Saurabh Misra
1980dfd431 Fix GHA 2025-05-07 20:43:00 -07:00
Alvin Ryanputra
8ea6a40a8b fix ci 2025-04-18 14:36:20 -04:00
Alvin Ryanputra
4e8483bef0 created benchmarks for codeflash, modified codeflash-optimize to use codeflash --benchmark 2025-04-15 21:18:59 -04:00
Sarthak Agarwal
9005337a74
Syntax improvement for wf file change (#147)
* workflow test for wf file change(Test PR)

* syntax improve for wf changes

---------

Co-authored-by: Kevin Turcios <106575910+KRRT7@users.noreply.github.com>
2025-04-14 02:18:34 +05:30
Sarthak Agarwal
378d88bf8c
WF changes to remove condition (#145) 2025-04-13 13:22:04 +05:30
Sarthak Agarwal
142b0b4117
try folded block scalar notation
* try fix with env variable

* added folded block notation to other yaml files
2025-04-13 12:50:41 +05:30
Sarthak Agarwal
87ea50bd9d
recieve request only when workflow file changed (#137) 2025-04-12 00:17:33 +05:30
Sarthak Agarwal
7d7340c124
fix workflow triggering condition (#136)
* fix workflow triggering condition

* fix run
2025-04-11 10:34:52 +05:30
Sarthak Agarwal
6b71c6052d
fix PR approved state (#134)
* fix PR approved state

* fix topological sort wf
2025-04-10 21:07:38 +05:30
Saga4
aecf39c905 add environment for contributors 2025-04-08 19:54:33 +05:30
Saga4
9a9286f32e test changes for actor confirmation 2025-04-07 21:50:53 +05:30
Saurabh Misra
50de507b78 allow external contributors to run our e2e tests 2025-04-06 22:47:47 -07:00
Saurabh Misra
83496493d7 Make codeflash github actions cooler? 2025-03-24 15:11:56 -07:00
Alvin Ryanputra
758f1d289f added mypy and codeflash-optimize 2025-02-14 23:22:58 +08:00