diff --git a/.gitattributes b/.gitattributes index f91c3e563..d1c397c6e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ tests/integration/codemod/repos/extra/*.json filter=lfs diff=lfs merge=lfs -text **/test_codegen/expected_diff.patch filter=lfs diff=lfs merge=lfs -text **/test_codegen/expected_diff.patch.skip filter=lfs diff=lfs merge=lfs -text +**/test_codegen_frontend/expected_diff.patch filter=lfs diff=lfs merge=lfs -text tests/integration/codemod/repos/repos.json filter=lfs diff=lfs merge=lfs -text tests/integration/verified_codemods/** filter=lfs diff=lfs merge=lfs -text .github/disallowed-words.txt filter=lfs diff=lfs merge=lfs -text diff --git a/tests/integration/codemod/repos/open_source/codegen.json b/tests/integration/codemod/repos/open_source/codegen.json deleted file mode 100644 index cbaf07044..000000000 --- a/tests/integration/codemod/repos/open_source/codegen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "codegen", - "commit": "ca20e29727d9f82d48c2581717edbf3254e11958", - "url": "https://github.codegen.app/codegen-sh-staging/codegen-staging.git", - "language": "PYTHON", - "priority": 1, - "repo_id": 1, - "base_path": "codegen-backend" -} diff --git a/tests/integration/codemod/repos/open_source/codegen_frontend.json b/tests/integration/codemod/repos/open_source/codegen_frontend.json deleted file mode 100644 index 331639daf..000000000 --- a/tests/integration/codemod/repos/open_source/codegen_frontend.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "codegen_frontend", - "commit": "ca20e29727d9f82d48c2581717edbf3254e11958", - "url": "https://github.codegen.app/codegen-sh-staging/codegen-staging.git", - "language": "TYPESCRIPT", - "priority": 1, - "repo_id": 1 -} diff --git a/tests/integration/codemod/repos/open_source/codegen_tests.json b/tests/integration/codemod/repos/open_source/codegen_tests.json deleted file mode 100644 index 293de97b2..000000000 --- a/tests/integration/codemod/repos/open_source/codegen_tests.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "codegen_tests", - "commit": "ca20e29727d9f82d48c2581717edbf3254e11958", - "url": "https://github.codegen.app/codegen-sh-staging/codegen-staging.git", - "subdirectories": ["codegen-backend/codegen_tests"], - "language": "PYTHON", - "repo_id": 1 -}