Commit graph

  • 8d1c5e8108 Fix Jest runtime config failing to load TypeScript base configs mohammed ahmed 2026-04-04 05:12:00 +0000
  • 218f3b5014 Fix test path validation error for JS/TS tests outside tests_root mohammed ahmed 2026-04-04 02:39:52 +0000
  • 933a2602c3 Fix: Make coverage error messages framework-agnostic mohammed ahmed 2026-04-04 00:55:03 +0000
  • 93cdbfc3b3 style: auto-fix ruff linting issues (quote style and formatting) fix/vitest-coverage-enabled claude[bot] 2026-04-03 22:34:24 +0000
  • 6791b6c0e6 Fix Vitest coverage collection by explicitly enabling coverage in config and CLI mohammed ahmed 2026-04-03 22:32:36 +0000
  • 143241310a style: fix quote style in vitest_runner.py claude[bot] 2026-04-03 21:42:48 +0000
  • bf15f44f44 Fix Vitest coverage collection by overriding coverage.reporter mohammed ahmed 2026-04-03 21:39:45 +0000
  • 73c91f33cd fix: move import re to module level in vitest_runner.py fix/vitest-workspace-setupfiles-detection claude[bot] 2026-04-03 20:57:19 +0000
  • 790d0b7a68 fix: use tmp_path fixture and add return type annotations in tests claude[bot] 2026-04-03 20:56:08 +0000
  • f0aeca3c0d style: auto-fix ruff quote style issues in vitest_runner.py claude[bot] 2026-04-03 20:54:12 +0000
  • db96ef65ef Fix Vitest workspace detection and setupFiles override mohammed ahmed 2026-04-03 20:51:17 +0000
  • 9d22f43216 style: fix linting issues in vitest setupFiles PR claude[bot] 2026-04-03 20:11:05 +0000
  • 0116a1f9e6 Fix Vitest setupFiles path resolution and workspace detection mohammed ahmed 2026-04-03 20:06:27 +0000
  • 8d51e2d310
    Merge pull request #1985 from codeflash-ai/feat/compare-inject-flag Kevin Turcios 2026-04-03 11:35:24 -0500
  • a5a475d0b4 address review: fix _shutil alias, warn on --inject with --script Kevin Turcios 2026-04-03 11:21:05 -0500
  • 3444babf58 add --inject flag to codeflash compare Kevin Turcios 2026-04-03 11:15:18 -0500
  • f352f9929f feat: update comparison logic to throw exceptions for KryoPlaceholder instances HeshamHM28 2026-04-03 17:06:04 +0200
  • 3bc4941c01 feat: optimize comparison handling for KryoPlaceholder and enhance void method state tests HeshamHM28 2026-04-03 16:45:41 +0200
  • e7596b5bef style: fix naming, imports, and test conventions in js_project_root fix claude[bot] 2026-04-03 14:36:12 +0000
  • 46c49910cd Fix: Recalculate js_project_root per function in monorepos mohammed ahmed 2026-04-03 14:30:24 +0000
  • e74515f277
    Optimize JavaAssertTransformer._generate_replacement codeflash-ai[bot] 2026-04-03 13:47:43 +0000
  • 3a54a740f9 style: rename _BUILD_FILES to build_files to fix ruff N806 claude[bot] 2026-04-03 13:44:41 +0000
  • cdb361b5a3 Fix vi.mock() path resolution in generated vitest tests mohammed ahmed 2026-04-03 13:44:27 +0000
  • 9ac3d14f23 fix: harden settings.gradle module detection and use exact test assertions HeshamHM28 2026-04-03 13:41:57 +0000
  • eef9ff9edc
    Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/colocated-test-path-resolution ali 2026-04-03 15:34:29 +0200
  • dd107d5cf9 fix: resolve missing project JARs in Gradle multi-module classpath HeshamHM28 2026-04-03 13:29:16 +0000
  • a756701bb2
    Merge pull request #1974 from codeflash-ai/fix/false-positive-test-discovery Sarthak Agarwal 2026-04-03 18:26:19 +0530
  • f42b58bb98 feat: implement bubble sort optimization and corresponding tests in Java HeshamHM28 2026-04-03 14:55:09 +0200
  • 428955500d
    chore(deps): bump pygments from 2.19.2 to 2.20.0 dependabot[bot] 2026-04-03 12:14:20 +0000
  • accb245486
    Merge pull request #1941 from codeflash-ai/cf-compare-copy-benchmarks Kevin Turcios 2026-04-03 07:13:00 -0500
  • b77896d17f
    fix: handle class methods, aliased imports, and namespace access in JS test discovery ali 2026-04-03 13:54:46 +0200
  • d8e758800f
    Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/false-positive-test-discovery ali 2026-04-03 13:32:34 +0200
  • 30ea7015cc
    Merge pull request #1977 from codeflash-ai/fix/js-discover-tests-performance Sarthak Agarwal 2026-04-03 16:56:28 +0530
  • 61a539f3b5
    Merge pull request #1978 from codeflash-ai/fix/jest-testmatch-testregex-conflict Sarthak Agarwal 2026-04-03 16:48:56 +0530
  • 3b7c61e9dd
    Merge pull request #1971 from codeflash-ai/fix/vitest-coverage-excluded-files Sarthak Agarwal 2026-04-03 16:47:09 +0530
  • c57c39ae09 fix: handle co-located test directories with traverse_up Codeflash Bot 2026-04-03 07:23:10 +0000
  • ab728f7452
    Merge pull request #1975 from codeflash-ai/codeflash/optimize-pr1941-2026-04-02T18.50.56 claude[bot] 2026-04-03 02:22:43 +0000
  • d464ad60c5
    Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/js-discover-tests-performance ali 2026-04-03 04:19:39 +0200
  • 8e443e8f83
    Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/false-positive-test-discovery ali 2026-04-03 04:17:44 +0200
  • 7777b24cc7
    Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/vitest-coverage-excluded-files ali 2026-04-03 03:05:36 +0200
  • b9d8efa0d1 fix(js): resolve Jest testMatch/testRegex configuration conflict Codeflash Bot 2026-04-02 20:02:30 +0000
  • 867c3df583 style: replace unicode multiplication sign in comment with ASCII x claude[bot] 2026-04-02 19:59:21 +0000
  • 0d0f722af4 perf(js): optimize discover_tests from O(N×M) to O(N+M) Codeflash Bot 2026-04-02 19:56:27 +0000
  • b0c4e1f10e
    Merge pull request #1976 from codeflash-ai/fix/nested-functions-parity-test Sarthak Agarwal 2026-04-03 01:11:35 +0530
  • 834adc5a43
    fix: update nested functions parity test to match new JS discovery behavior ali 2026-04-02 21:02:23 +0200
  • cfcbae5854 style: remove duplicate comments introduced by optimization claude[bot] 2026-04-02 18:53:03 +0000
  • 63c475af0e Fix AttributeError: use file_path not source_file_path Codeflash Bot 2026-04-02 18:51:38 +0000
  • 4e07c98f69
    Optimize validate_and_format_benchmark_table codeflash-ai[bot] 2026-04-02 18:51:00 +0000
  • 29e42ae9cc Fix false positive test discovery from substring matching Codeflash Bot 2026-04-02 18:46:48 +0000
  • c9ce114926 Fix: Parse Jest END markers without duration from behavior tests fix/jest-end-markers-without-duration Codeflash Bot 2026-04-02 18:36:55 +0000
  • cac8f95672 fix: import TestType from codeflash.models.test_type in test file fix/generated-tests-excluded-from-pr claude[bot] 2026-04-02 18:30:15 +0000
  • fb1a98c401 Fix: Include generated tests in PR summaries Codeflash Bot 2026-04-02 18:26:20 +0000
  • e329d52c34 fix: Improve error messaging for files excluded from Vitest coverage Codeflash Bot 2026-04-02 17:44:46 +0000
  • f86fe2d4ed
    Merge pull request #1969 from codeflash-ai/fix/vitest-coverage-thresholds Sarthak Agarwal 2026-04-02 22:19:27 +0530
  • 6965e9871d feat: add --script mode to codeflash compare Kevin Turcios 2026-04-02 11:36:54 -0500
  • b8c31b3768
    Merge pull request #1968 from codeflash-ai/fix/skip-nested-functions-js Sarthak Agarwal 2026-04-02 21:51:13 +0530
  • ca198ce5ab fix: update test expectations for multi-round benchmark plugin Kevin Turcios 2026-04-02 11:18:33 -0500
  • 699b70a02a feat: support memory-only benchmarks without changed function detection Kevin Turcios 2026-04-02 11:06:15 -0500
  • 0ed45992db
    revert unrelated changes ali 2026-04-02 17:59:02 +0200
  • dc13d3cf16
    revert unrelated changes ali 2026-04-02 17:50:35 +0200
  • bd7185f121
    Merge branch 'main' of github.com:codeflash-ai/codeflash into fix/skip-nested-functions-js ali 2026-04-02 17:47:48 +0200
  • 432fad4711
    revert unrelated changes ali 2026-04-02 17:46:51 +0200
  • aea95c2383
    revert unrelated changes ali 2026-04-02 17:46:19 +0200
  • 279a8fcb29 feat: add --memory flag to codeflash compare for peak memory profiling Kevin Turcios 2026-04-02 10:29:31 -0500
  • 207d01b56d Disable build cache for Gradle and Maven builds and fix var-typed instrumentation capture cf-disable-maven-build-cache HeshamHM28 2026-04-02 14:55:43 +0000
  • bca40c6e2c Fix: Disable Vitest coverage thresholds for Codeflash-generated tests Codeflash Bot 2026-04-02 14:08:37 +0000
  • 74c29b20b1 fix: update tests for multi-round benchmark plugin Kevin Turcios 2026-04-02 07:24:55 -0500
  • 8f1b9f2e99 Fix: Skip nested functions in JavaScript/TypeScript discovery Codeflash Bot 2026-04-02 11:57:41 +0000
  • 0acb2c944d docs: update Java documentation to match actual implementation Mohamed Ashraf 2026-04-02 11:10:03 +0000
  • 41814cd24b feat: support void method optimization in Java pipeline HeshamHM28 2026-04-02 11:55:10 +0200
  • fdf74e255b
    Merge pull request #1948 from codeflash-ai/docs/codeflash-installation-for-js-and-ts Sarthak Agarwal 2026-04-02 14:10:34 +0530
  • 857673d2c0
    Merge pull request #1957 from codeflash-ai/fix/esm-relative-import-extensions Sarthak Agarwal 2026-04-02 14:09:35 +0530
  • 3f04b78f80
    Merge pull request #1965 from codeflash-ai/fix/vitest-duplicate-imports Sarthak Agarwal 2026-04-02 14:08:13 +0530
  • 9a2fbc9c4c Fix: codeflash package installation for pnpm workspaces and dev environments fix/pnpm-workspace-codeflash-install Codeflash Bot 2026-04-02 08:33:01 +0000
  • 52cf946ec0 fix: add missing return type annotations to test functions claude[bot] 2026-04-02 07:57:18 +0000
  • e3c667a0ca Fix: Prevent duplicate vitest/jest import declarations Codeflash Bot 2026-04-02 07:51:54 +0000
  • 8eb2cf5058 Fix duplicate vitest imports in generated tests fix/duplicate-vitest-imports Codeflash Bot 2026-04-02 05:46:07 +0000
  • 2e6f0db3ce
    Merge pull request #1963 from codeflash-ai/docs/java-docs-update Saurabh Misra 2026-04-01 20:20:13 -0700
  • 3bbdb26918 update init docs for java misrasaurabh1 2026-04-01 20:19:14 -0700
  • 56d8579d70
    Merge pull request #1961 from codeflash-ai/bump-version-0.20.5 v0.20.5 Saurabh Misra 2026-04-01 20:01:55 -0700
  • ed6afc0370
    Merge pull request #1960 from codeflash-ai/chore/bump-java-runtime-1.0.1 Saurabh Misra 2026-04-01 17:29:42 -0700
  • 9544e4b1cc full string check tests aseembits93 2026-04-01 17:27:07 -0700
  • 5c5c17eb90 Fix ruff lint: use double quotes and wrap long line aseembits93 2026-04-01 17:17:07 -0700
  • 9e2579bdd1 Fix Java instrumentation compilation error for generic methods aseembits93 2026-04-01 17:15:22 -0700
  • d5d69b48cf fix: auto-update codeflash-runtime version in user pom.xml Mohamed Ashraf 2026-04-01 23:15:19 +0000
  • 325bb80a4f fix: update codeflash-runtime version in test fixture pom.xml files Mohamed Ashraf 2026-04-01 23:13:37 +0000
  • 1d6115485e fix: replace hardcoded 1.0.0 version strings with CODEFLASH_RUNTIME_VERSION Mohamed Ashraf 2026-04-01 23:09:50 +0000
  • 7005fa0296
    Merge pull request #1943 from codeflash-ai/codeflash/optimize-pr1941-2026-04-01T14.15.33 claude[bot] 2026-04-01 22:56:23 +0000
  • b6f79d1e53 chore: restore resources/ fallback logic for JAR resolution Mohamed Ashraf 2026-04-01 22:56:18 +0000
  • f1d720054f chore: remove bundled codeflash-runtime JAR from repo Mohamed Ashraf 2026-04-01 22:52:54 +0000
  • 8d3e8ece69 chore: update all runtime version references to 1.0.1 Mohamed Ashraf 2026-04-01 22:44:18 +0000
  • 6a81de9a91
    Merge pull request #1956 from codeflash-ai/codeflash/optimize-pr1949-2026-04-01T18.00.49 claude[bot] 2026-04-01 22:37:00 +0000
  • 023269b8de chore: bump codeflash-java-runtime version to 1.0.1 Mohamed Ashraf 2026-04-01 22:33:47 +0000
  • a4a19205f7 chore: version bump aseembits93 2026-04-01 15:32:01 -0700
  • 15a92613e2
    Merge pull request #1880 from codeflash-ai/java-config-redesign Saurabh Misra 2026-04-01 15:04:26 -0700
  • 36e9090e80 style: fix ruff lint errors in cfapi connection error handling fix/handle-connection-error-in-cfapi claude[bot] 2026-04-01 21:09:47 +0000
  • 856f6eed68 Fix unhandled ConnectionError when CF API server is unreachable Codeflash Bot 2026-04-01 21:05:50 +0000
  • 823300f26e
    Merge branch 'main' into java-config-redesign HeshamHM28 2026-04-01 22:10:37 +0200
  • c077997a7d
    Merge pull request #1940 from codeflash-ai/cf-refactor-find-executable mashraf-222 2026-04-01 21:57:13 +0200
  • 6d65dd567c
    Merge pull request #1939 from codeflash-ai/cf-fix-replay-test-discovery Saurabh Misra 2026-04-01 12:45:43 -0700