Commit graph

2316 commits

Author SHA1 Message Date
Sirui Hong
112b1da4a8
Update iclr img 2024-01-16 23:40:00 +08:00
mannaandpoem
e0839822c0 update test_incremental_dev.py 2024-01-16 18:53:30 +08:00
geekan
b48a001d14
Update ROADMAP.md 2024-01-16 17:57:38 +08:00
mannaandpoem
f4e39a462c 1. remove INC prompt in some ActionNode
2. replace Code archive from data to tests/data/incremental_dev_project
3. update test case for ActionNode
2024-01-16 15:42:48 +08:00
geekan
bdf9d224b5
Merge pull request #743 from arnaudgelas/fix/qa_engineer_language
Constrain the language for the qa_engineer
2024-01-15 13:31:53 +08:00
geekan
6420481c70
Merge pull request #744 from arnaudgelas/fix/requirements
Fix: requirements.txt was not written to the disk
2024-01-15 13:31:26 +08:00
geekan
d1166e97b2
Merge pull request #745 from arnaudgelas/fix/investment
Even if you set an investment, the default investment shows in the log
2024-01-15 13:29:58 +08:00
Arnaud Gelas
34b3de1f86 When setting the max budget, I don't want to overcome this limit 2024-01-13 16:10:46 +01:00
Arnaud Gelas
d340738013 Even if you set an investment, the default investment shows in the log 2024-01-13 15:53:01 +01:00
Arnaud Gelas
1238c48451 Fix: requirements.txt was not written to the disk
While the Python packages requirements are correctly detected and saved
into the json task file, requirements.txt was always empty. Since it was
trying to get packages with the wrong key, packages were always empty
when writing in requirements.txt
2024-01-13 15:14:38 +01:00
Arnaud Gelas
8d1bc25def Constrain the language for the qa_engineer
The qa_engineer was generating chinese texts and comments while the rest
of the project was in English.
2024-01-13 14:49:50 +01:00
mannaandpoem
f460771978 Update test cases 2024-01-13 10:58:49 +08:00
mannaandpoem
46a64873cc Merge remote-tracking branch 'origin/incremental_development' into incremental_development 2024-01-13 10:16:44 +08:00
mannaandpoem
1b29175116 Add 2 code example and modify 1 code example to data 2024-01-13 10:02:54 +08:00
mannaandpoem
28c7003416 Add 2 code example to data 2024-01-13 09:40:02 +08:00
mannaandpoem
d077605720 Update product_requirement_pool to product_requirement_pools 2024-01-13 08:51:35 +08:00
mannaandpoem
b7adb1dc7d Update prompt and code comment in ActionNode 2024-01-12 22:12:16 +08:00
mannaandpoem
684d10bb24 1. Remove PRD when write code 2024-01-12 20:38:23 +08:00
mannaandpoem
a363691c38 1. add guideline in context of write_code_review.py
2. update prompt
2024-01-12 17:33:15 +08:00
geekan
da87e6aa8c
Update ROADMAP.md 2024-01-11 19:16:55 +08:00
mannaandpoem
3848596b0f update prompt 2024-01-11 14:04:44 +08:00
mannaandpoem
a9e0b67b71 update test_incremental_dev.py 2024-01-10 14:13:48 +08:00
geekan
b16f3c9b35
Merge pull request #729 from voidking/main
feat: build and upload python package
2024-01-10 11:39:24 +08:00
geekan
5cbfe55fd7
Merge pull request #732 from better629/feat_fix_system_prompt
fix system_prompt param that llm not support from issue 725
2024-01-10 11:37:47 +08:00
better629
17479a2360 fix system_prompt param that llm not support from issue 725 2024-01-10 11:26:23 +08:00
voidking
683306dc10 feat: build and upload python package 2024-01-09 16:14:42 +08:00
garylin2099
16e3f94b44
Merge pull request #717 from kkdev163/fixbug/role_init_human_provider
fixbug: role init with is_human=True was not work
2024-01-09 12:43:26 +08:00
garylin2099
e6b2db2238
Merge pull request #727 from garylin2099/llm_mock
rename workflow
2024-01-09 12:37:13 +08:00
kkdev163
82a5eec727 fix(test_role): format error 2024-01-09 12:01:57 +08:00
mannaandpoem
7a5485bc8b Revert changes to file conftest.py 2024-01-09 10:49:10 +08:00
yzlin
032f9214b2 rename workflow 2024-01-09 10:30:57 +08:00
geekan
25228572d2
Merge pull request #718 from iorisa/refactor/unittest
refactor: test_redis.py
2024-01-09 10:11:28 +08:00
kkdev163
bd2b1950eb optimize: access to is_human 2024-01-08 22:29:17 +08:00
莘权 马
360f5dcd1b refactor: unit test 2024-01-08 18:02:24 +08:00
kkdev163
6cde039f7f fixbug: role init with is_human=True was not work 2024-01-08 17:45:44 +08:00
garylin2099
ef5304961e
Merge pull request #715 from voidking/main
bugfix: if unittest failed, results still need to upload to codecov
2024-01-08 17:31:37 +08:00
voidking
74db24508c bugfix: if unittest failed, results still need to upload to codecov 2024-01-08 17:27:02 +08:00
geekan
ce3dc74ef3
Merge pull request #703 from shenchucheng/feature-github-action-debugger
add github action debugger option
2024-01-08 16:26:34 +08:00
geekan
c62846c9a6
Merge pull request #713 from voidking/main
bugfix: modify the rules for unittest failure
2024-01-08 16:22:34 +08:00
voidking
60d2575cbd bugfix: modify the rules for unittest failure 2024-01-08 16:17:53 +08:00
geekan
1bce979073
Merge pull request #710 from garylin2099/llm_mock
Fixed two failures and one errors of unittests
2024-01-08 16:15:52 +08:00
geekan
6be6330045
Merge pull request #709 from iorisa/fixbug/main/20240108
fixbug: unit test
2024-01-08 16:15:06 +08:00
geekan
da1cc5f25d
Merge pull request #711 from voidking/main
feat: support for codecov
2024-01-08 16:12:21 +08:00
voidking
a72cf53569 feat: support for codecov 2024-01-08 16:00:52 +08:00
yzlin
033dc6bd7d add expected rsp and skip unimportant 2024-01-08 15:33:41 +08:00
莘权 马
fd11f46587 fixbug: unit test 2024-01-08 15:19:16 +08:00
yzlin
160d523389 fix mock issue 2024-01-08 14:03:31 +08:00
voidking
aa8e59563e feat: pip cache 2024-01-08 13:43:20 +08:00
geekan
5a0b25fa6b
Merge pull request #707 from voidking/main
bugfix: pr unittest
2024-01-08 11:48:48 +08:00
voidking
3cbc16fde3 bugfix: pr unittest 2024-01-08 11:15:49 +08:00