Andrew Grigorev
|
3e1bc77bf2
|
test: add tests for commit author/committer attribution logic
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 19:56:18 +03:00 |
|
Andrew Grigorev
|
d991cb6721
|
test: cover user commit with no committer attribution
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 19:54:56 +03:00 |
|
Andrew Grigorev
|
37a252748a
|
test: Fix commit result assertion in test_noop_commit
|
2025-04-12 19:47:18 +03:00 |
|
Andrew Grigorev
|
5664b5b195
|
test: Assert commit return value in more tests
Co-authored-by: aider (vertex_ai/gemini-2.0-flash-lite-001) <noreply@aider.dev>
|
2025-04-12 19:41:24 +03:00 |
|
Andrew Grigorev
|
ea74f31b3e
|
feat: Explicit author/committer flags override co-authored-by
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 19:09:46 +03:00 |
|
Andrew Grigorev
|
dd4b61da20
|
test: add test for co-authored-by precedence over author/committer
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
|
2025-04-12 18:26:46 +03:00 |
|
Andrew Grigorev
|
7b8c7edfd5
|
Revert "chore: Add test comment"
This reverts commit d5671c2879 .
|
2025-04-12 18:14:08 +03:00 |
|
Andrew Grigorev
|
cf7b35f90d
|
Revert "test: add comment for testing"
This reverts commit 072bd30443 .
|
2025-04-12 18:14:08 +03:00 |
|
Andrew Grigorev (aider)
|
072bd30443
|
test: add comment for testing
|
2025-04-12 17:53:11 +03:00 |
|
Andrew Grigorev (aider)
|
48f89f226f
|
fix: prevent name modification when using co-authored-by
|
2025-04-12 17:51:58 +03:00 |
|
Andrew Grigorev (aider)
|
d5671c2879
|
chore: Add test comment
|
2025-04-12 17:50:16 +03:00 |
|
Andrew Grigorev (aider)
|
b22c9b8542
|
feat: implement Co-authored-by attribution option
|
2025-04-12 17:32:15 +03:00 |
|
Andrew Grigorev (aider)
|
a5327af5e9
|
test: fix mock setup for co-authored-by commit test
|
2025-04-12 17:19:04 +03:00 |
|
Andrew Grigorev (aider)
|
192f8bec26
|
test: fix mock model name setup in co-authored-by test
|
2025-04-12 17:09:12 +03:00 |
|
Andrew Grigorev (aider)
|
eb28e22891
|
test: fix mock setup for model name in co-authored-by test
|
2025-04-12 17:07:41 +03:00 |
|
Andrew Grigorev (aider)
|
b6b8f30378
|
test: add tests for co-authored-by commit attribution
|
2025-04-12 16:57:21 +03:00 |
|
Paul Gauthier
|
71446d9f3c
|
fix: get_file_mentions skips pure basenames with duplicates
|
2025-04-07 13:22:05 +12:00 |
|
Paul Gauthier (aider)
|
c580ffdb70
|
test: add test for multiline backtick file mentions
|
2025-04-07 13:14:27 +12:00 |
|
Paul Gauthier
|
4bfcef60f4
|
copy
|
2025-04-04 07:58:59 +13:00 |
|
Paul Gauthier (aider)
|
52952efd33
|
test: verify load_dotenv_files override behavior
|
2025-03-31 11:49:20 +13:00 |
|
Paul Gauthier (aider)
|
a07f312089
|
style: Apply linter fixes
|
2025-03-31 10:33:00 +13:00 |
|
Paul Gauthier (aider)
|
605d8fe59a
|
fix: Fix ColorParseError by ensuring hex colors have # prefix
|
2025-03-31 10:32:48 +13:00 |
|
Paul Gauthier (aider)
|
db05754d29
|
style: Apply linter formatting
|
2025-03-31 10:17:31 +13:00 |
|
Paul Gauthier (aider)
|
dfe3457906
|
test: Add test for cmd_test returning output on failure
|
2025-03-31 10:17:21 +13:00 |
|
Paul Gauthier (aider)
|
912f98e6eb
|
fix: Remove unused import mock_open
|
2025-03-31 09:04:26 +13:00 |
|
Paul Gauthier (aider)
|
b6808e3700
|
test: Remove failing OpenRouter OAuth flow test
|
2025-03-31 08:53:21 +13:00 |
|
Paul Gauthier (aider)
|
a4f78b60e0
|
fix: Fix unused import and variable in onboarding tests
|
2025-03-31 08:51:19 +13:00 |
|
Paul Gauthier (aider)
|
6c9906c639
|
style: Fix whitespace and formatting in onboarding tests
|
2025-03-31 08:50:59 +13:00 |
|
Paul Gauthier (aider)
|
8a90af6779
|
fix: Remove redundant threading patch in onboarding test
|
2025-03-31 08:50:51 +13:00 |
|
Paul Gauthier
|
9831a13284
|
test: Simplify OpenRouter OAuth flow test
|
2025-03-31 08:50:45 +13:00 |
|
Paul Gauthier (aider)
|
d2386bc1f6
|
test: mock and assert offer_openrouter_oauth call in no-key test
|
2025-03-31 08:50:32 +13:00 |
|
Paul Gauthier
|
5b10af7b1a
|
test: Disable streaming in main test call
|
2025-03-31 08:50:28 +13:00 |
|
Paul Gauthier (aider)
|
eacf3cc4ed
|
test: Fix assertion failure and type error in onboarding tests
|
2025-03-31 08:44:32 +13:00 |
|
Paul Gauthier (aider)
|
87090139f6
|
test: Refactor onboarding test imports
|
2025-03-31 08:42:03 +13:00 |
|
Paul Gauthier (aider)
|
650c4cf948
|
style: Fix flake8 errors in onboarding tests
|
2025-03-31 08:41:35 +13:00 |
|
Paul Gauthier (aider)
|
24c074eeaa
|
style: Apply linter fixes to onboarding tests
|
2025-03-31 08:41:11 +13:00 |
|
Paul Gauthier (aider)
|
b54629addb
|
test: Add unit tests for onboarding functions
|
2025-03-31 08:41:05 +13:00 |
|
Paul Gauthier
|
cd67d11ecf
|
test: Add onboarding tests
|
2025-03-31 08:40:59 +13:00 |
|
Paul Gauthier (aider)
|
16bb0c93e7
|
feat: Warn when using --stream and --cache-prompts together
|
2025-03-31 08:40:17 +13:00 |
|
Andrey Popp
|
e980973621
|
feat: add repomap support for ocaml/ocaml_interface
|
2025-03-30 22:09:06 +04:00 |
|
Paul Gauthier
|
c62ceb5db1
|
test: Fix expected edit format in /model command tests
|
2025-03-28 20:27:12 -10:00 |
|
Paul Gauthier (aider)
|
35decf122d
|
test: Add test for /model updating default edit format
|
2025-03-28 20:21:58 -10:00 |
|
Paul Gauthier (aider)
|
2adfe1507b
|
test: Add tests for /model command edit_format behavior
|
2025-03-28 20:21:39 -10:00 |
|
paul-gauthier
|
06da133aac
|
Merge pull request #3633 from susliko/scala-repomap
feat: add repomap support for Scala
|
2025-03-28 19:00:50 -10:00 |
|
Paul Gauthier
|
c3c960383e
|
feat: Offer OpenRouter OAuth if no model detected
|
2025-03-28 18:51:35 -10:00 |
|
Paul Gauthier (aider)
|
fa89a6950b
|
test: Update default Gemini model assertion
|
2025-03-28 16:43:39 -10:00 |
|
Vasil Markoukin
|
5af73b1dcf
|
feat: add repomap support for Scala
Resolves #3578
|
2025-03-28 10:07:57 +03:00 |
|
Paul Gauthier (aider)
|
673acf4308
|
feat: enable retries for OpenRouter choices errors
|
2025-03-27 07:01:10 -10:00 |
|
Paul Gauthier (aider)
|
fd180ebff5
|
style: Format test_exceptions.py with linter
|
2025-03-27 06:58:46 -10:00 |
|
Paul Gauthier (aider)
|
61705ce7fc
|
test: add coverage for OpenRouter API error detection
|
2025-03-27 06:58:38 -10:00 |
|