Commit Graph

27 Commits

Author SHA1 Message Date
da494564ea feat: add daemon mode functionality and corresponding unit tests 2025-04-13 17:31:32 +02:00
06088a9fd4 feat: add SQLite handling for seen issues and update main processing logic 2025-04-13 15:28:18 +00:00
1f9252bcdb More explicit step-by-step
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 17:25:10 +02:00
343a646578 Force push doesnt work
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 17:21:08 +02:00
c4432e6f66 Force push to branch
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 17:14:23 +02:00
3f71159ecf Run within bash
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled
2025-04-13 17:13:51 +02:00
024f987b8d Virtualenv 2025-04-13 17:06:13 +02:00
1d4cec29ed fixed generate_branch_name v2
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:54:24 +02:00
0d26bd7b06 fixed generate_branch_name
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:50:50 +02:00
298402ff2b feat: update branch name generation to sanitize issue title input
Some checks failed
Run Python tests (through Pytest) / Test (push) Failing after 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 23s
2025-04-13 16:45:14 +02:00
4e014d4df4 feat: update branch name generation to include issue number and title 2025-04-13 16:45:09 +02:00
37c9ecf3db Place solution details after issue.
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:41:54 +02:00
51740bc312 Remember to push from the correct folder
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:39:36 +02:00
aa14a3e5e7 Removed old code for creating pull requests
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:37:16 +02:00
4246a9a046 feat: add push_changes helper function and update process_issue logic 2025-04-13 14:29:34 +00:00
8c9194975b Fixed test
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:23:53 +02:00
fca65f73c5 Lazy secrets
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 16:20:28 +02:00
8850ce06cb feat: update Aider command to instruct writing unit tests before solving issues
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-13 13:50:32 +00:00
4be78a92a1 Merge pull request '[Issue 1] Aider should only work on issues that have been marked with the aider label.' (#4) from issue-1 into main
Some checks failed
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
Reviewed-on: #4
2025-04-13 13:41:28 +00:00
f5e7d5c379 feat: filter issues by the "aider" label in get_issues method
Some checks failed
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
2025-04-13 15:39:16 +02:00
0e322cdecc feat: add branch name generation from issue title and update processing call
Some checks failed
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
2025-04-13 15:38:51 +02:00
7999f7a0d9 Include title in aider request
Some checks failed
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
2025-04-13 15:36:58 +02:00
28253e680c Avoid double commits 2025-04-13 15:34:53 +02:00
59166b6d8c Wow, it actually works
Some checks failed
Run Python tests (through Pytest) / Test (push) Successful in 23s
Verify Python project can be installed, loaded and have version checked / Test (push) Failing after 21s
2025-04-13 15:31:03 +02:00
dbc86c85d4 feat: implement new branch creation process using temporary clone and aider 2025-04-13 14:56:55 +02:00
ba82eaa1f5 Working on GiteaClient 2025-04-13 14:50:05 +02:00
4a390d915b Initial 2025-04-13 14:29:39 +02:00