Commit graph

3996 commits

Author SHA1 Message Date
Saurabh Misra
31b4028ff2
Merge pull request #1412 from codeflash-ai/minor-fixes-investigating-langflow
minor improvements when investigating langflow
2025-01-15 15:15:28 -08:00
Saurabh Misra
ff907f9690 minor improvements 2025-01-15 00:35:21 -08:00
Alvin Ryanputra
67cfc86b51
Merge pull request #1410 from codeflash-ai/new_db_columns_for_context
added dependency_code to optimization_features
2025-01-13 15:38:12 -08:00
Alvin Ryanputra
3f5f34b6c4 typing and slight changes 2025-01-13 14:44:12 -08:00
Alvin Ryanputra
9948a722d9 added dependency_code to optimization_features - we should be logging both readwritable and read only context in our db 2025-01-13 14:19:54 -08:00
Alvin Ryanputra
78f71c61d7
Merge pull request #1409 from codeflash-ai/print_pytest_error_as_warning
Previously, test discovery errors didn't have any helpful error logs.…
2025-01-11 11:09:09 -08:00
Alvin Ryanputra
1aa03a6054 Previously, test discovery errors didn't have any helpful error logs. Often, users may simply have small dependency issues. we should surface this as a warning 2025-01-10 16:17:36 -08:00
Alvin Ryanputra
a94741bfa2
Merge pull request #1408 from codeflash-ai/crosshair_not_found_bug
fixed crosshair not found bug. env issues
2025-01-10 14:15:50 -08:00
Alvin Ryanputra
a99412a0bc used existing util function instead 2025-01-10 13:59:16 -08:00
Alvin Ryanputra
bc78fa980f fixed crosshair not found bug. env issues 2025-01-10 13:50:13 -08:00
Kevin Turcios
d11daa9f7e
Merge pull request #1400 from codeflash-ai/verify-existing-optimizations-refactor 2025-01-09 23:39:37 -05:00
Kevin Turcios
b96668d1d1
Merge branch 'main' into verify-existing-optimizations-refactor 2025-01-09 20:17:32 -05:00
Alvin Ryanputra
5954171091
Merge pull request #1407 from codeflash-ai/black_debug_aiservice
fixed debug statements spamming the aiservice console
2025-01-09 13:08:17 -08:00
Alvin Ryanputra
ea441c92de fixed debug statements spamming the aiservice console from black.format_str 2025-01-09 12:02:51 -08:00
Alvin Ryanputra
7e1df89693
Merge pull request #1379 from codeflash-ai/helper_of_helper_context
added helpers of helpers into readonly context [CF-487]
2025-01-09 11:20:15 -08:00
Alvin Ryanputra
169af62653
Merge branch 'main' into helper_of_helper_context 2025-01-09 10:22:41 -08:00
Alvin Ryanputra
2593110b53 fixed duplicate function additions. Now, each file will only be accessed once when doing code replacement. 2025-01-09 10:16:15 -08:00
Kevin Turcios
bd27c163be
Merge pull request #1406 from codeflash-ai/converage-filenotexists-fix
fix a coverage file not found crash
2025-01-08 20:19:41 -05:00
Saurabh Misra
62674eda94 fix a crash 2025-01-08 16:56:12 -08:00
Alvin Ryanputra
ec875a44fa print read writable code instead of old code context (currently still being used for testgen) 2025-01-08 16:22:04 -08:00
Alvin Ryanputra
e2fc9899ba minor improvements/fixes 2025-01-08 15:17:44 -08:00
Alvin Ryanputra
4e92202d68 Modified code replacer to work file by file. now compatible with new code context extractor. 2025-01-08 14:56:53 -08:00
Alvin Ryanputra
e75df854e5 Merge remote-tracking branch 'origin/helper_of_helper_context' into helper_of_helper_context 2025-01-08 09:55:48 -08:00
Alvin Ryanputra
9484b57629 Merge branch 'refs/heads/main' into helper_of_helper_context 2025-01-08 09:55:03 -08:00
Kevin Turcios
fc21589f46
Merge branch 'main' into verify-existing-optimizations-refactor 2025-01-07 22:17:19 -05:00
Saurabh Misra
5469179abc
Merge pull request #1404 from codeflash-ai/comparator-supports-regex-pattern
Comparator supports regex pattern
2025-01-07 19:16:26 -08:00
Kevin Turcios
ae8a0a291a
Merge branch 'main' into comparator-supports-regex-pattern 2025-01-07 21:57:37 -05:00
Kevin Turcios
1e802b420e
Merge branch 'main' into verify-existing-optimizations-refactor 2025-01-07 20:32:07 -05:00
Kevin Turcios
7246e0a9ff
Merge pull request #1402 from codeflash-ai/set-coverage-filter
implement coverage threshold
2025-01-07 20:31:39 -05:00
Saurabh Misra
142a3dd363 remove a random print statement 2025-01-07 12:25:20 -08:00
Saurabh Misra
c98f074098 Merge branch 'main' into comparator-supports-regex-pattern 2025-01-06 23:25:19 -08:00
Saurabh Misra
36fe6ea8c5 regex pattern comparator 2025-01-06 23:25:08 -08:00
Kevin Turcios
58cb610355
Merge branch 'main' into helper_of_helper_context 2025-01-07 02:04:18 -05:00
Kevin Turcios
13e6dcb7f7
Merge branch 'main' into verify-existing-optimizations-refactor 2025-01-07 01:58:09 -05:00
Kevin Turcios
793c6bd79d
Merge branch 'main' into set-coverage-filter 2025-01-07 01:57:44 -05:00
Saurabh Misra
1f2bb55454
Merge pull request #1403 from codeflash-ai/release/v0.9.0
release v0.9.0
2025-01-06 22:56:45 -08:00
Kevin Turcios
c2a3b94135
Merge branch 'main' into set-coverage-filter 2025-01-07 01:50:44 -05:00
Kevin Turcios
ddf8802c77 Update optimizer.py 2025-01-07 01:49:23 -05:00
Saurabh Misra
6de9412196
Merge branch 'main' into release/v0.9.0 2025-01-06 22:39:26 -08:00
Saurabh Misra
f958b22afa release v0.9.0 2025-01-06 22:38:48 -08:00
Saurabh Misra
0d9e6e1a07
Merge pull request #1401 from codeflash-ai/concolic-tests-warning
Make concolic tests error look less scary
2025-01-06 22:37:22 -08:00
Kevin Turcios
25f9bade47 ignore magic constants warning. 2025-01-07 01:00:19 -05:00
Kevin Turcios
0e9a6540df move to coverage_critic
add tests & fix typing
add tests to the critic
we don't support unittest yet.
2025-01-07 00:28:00 -05:00
Kevin Turcios
575b5dbd4d Update pyproject.toml 2025-01-06 21:50:31 -05:00
Kevin Turcios
718483b301 wrong place. 2025-01-06 20:52:48 -05:00
Kevin Turcios
879a00a235 Update package.json 2025-01-06 20:43:05 -05:00
Kevin Turcios
2acd51b52e Update cf-api-tests.yaml 2025-01-06 19:35:08 -05:00
Kevin Turcios
e6f45306ba fix path 2025-01-06 19:33:16 -05:00
Kevin Turcios
44537c4ab8 test GHA 2025-01-06 18:52:16 -05:00
Kevin Turcios
1e7b572700 missing brace 2025-01-06 18:25:54 -05:00