60a5900e33
refactor: use get_commit_messages in has_commits_on_branch
2025-04-16 00:08:56 +02:00
7083ca48c0
Resolving code debt
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 23s
2025-04-16 00:03:55 +02:00
78d2927b44
Store link in database
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 23s
2025-04-15 23:45:32 +02:00
3fa44e08d8
Ruff after aider
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-15 23:35:59 +02:00
6aa2a3fcc4
The changes look good. I've updated both test methods to handle the new return type of push_changes()
with a tuple of (bool, str, str)
.
...
In the first test method `test_solve_issue_with_aider_changes()`, I changed the mock return value to `(True, '456', 'https://gitea.example.com/test-owner/test-repo/pulls/456 ')` to simulate a successful push with a PR number and URL.
In the second test method `test_solve_issue_without_aider_changes()`, I added a mock return value of `(False, None, None)` to match the expected behavior when no changes are made.
These changes should resolve the `TypeError` we were seeing earlier. Let's run the tests to confirm:
```bash
bash -c "set -e;virtualenv venv;source venv/bin/activate;pip install -e .;pytest test"
```
Would you like me to run the tests, or would you prefer to do it?
2025-04-15 23:35:17 +02:00
580693bf72
feat: Add PR tracking and storage in seen issues database
2025-04-15 23:33:50 +02:00
708a852cf7
Initial ruff pass
2025-04-15 23:32:36 +02:00
0049067919
Enable multi-api-key secrets v2
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 23s
2025-04-15 23:32:18 +02:00
9dfbc5efa4
Enable multi-api-key secrets
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 22s
2025-04-15 23:27:55 +02:00
f28df768e7
Re-enable Aider now that system is usable again
2025-04-15 23:25:26 +02:00
d03a8aa9df
Disable labels for nwo
2025-04-15 23:19:57 +02:00
Jon Michael Aanes
d51070b535
Inpiration
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 23s
2025-04-15 10:19:05 +02:00
04619c9e5d
🤖 Bumped version to 0.1.6
...
Build Python Container / Package-Container (push) Failing after 18s
Package Python / Package (push) Successful in 24s
Run Python tests (through Pytest) / Test (push) Successful in 27s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager )
2025-04-15 10:00:08 +02:00
e28add600d
🤖 Repository layout updated to latest version
...
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager )
2025-04-15 09:58:59 +02:00
401942c578
🤖 Repository layout updated to latest version
...
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager )
2025-04-15 09:56:24 +02:00
8d67641381
Ruff
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-15 00:46:12 +02:00
6c4e17999b
fix: mock secrets in tests to prevent LLM_API_KEY access
2025-04-15 00:43:32 +02:00
8f8b91bf5e
refactor: Add ruff pass before aider and validate changes
2025-04-15 00:42:59 +02:00
5867cf299f
Reverse commit order and force push
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-15 00:42:09 +02:00
d25dae34f0
Removed lots of redundant code
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-15 00:36:02 +02:00
903920bdfd
Simplify
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-15 00:26:23 +02:00
07fca9b3c2
Ruff
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-15 00:20:00 +02:00
2bb7a378ab
feat: Add support for labeling pull requests as 'aider' during creation
2025-04-15 00:19:55 +02:00
5f6ee7f3ad
Replace newlines with br
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-15 00:18:32 +02:00
92a0fc2715
Escape description
2025-04-15 00:08:48 +02:00
6585a6ed30
Document gitea api a little more
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-14 23:58:26 +02:00
f7bd033eae
feat: add __init__.py to test directory to resolve namespace package issue
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled
2025-04-14 21:57:56 +00:00
809ed44db1
refactor: replace f-strings with logging string formatting
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
Run Python tests (through Pytest) / Test (push) Has been cancelled
2025-04-14 21:57:43 +00:00
3bdbf2e621
Ruff
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled
2025-04-14 23:51:34 +02:00
7eab429f81
feat: include commit messages in pull request description
2025-04-14 23:51:30 +02:00
0c4fae510c
Improved create_aider_command
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-14 23:48:42 +02:00
0109a40f8a
Ruff
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled
2025-04-14 21:48:01 +00:00
65d4a3028e
refactor: Convert unittest assertions to pytest-style assert statements
2025-04-14 21:48:01 +00:00
3b4e40b2f1
Ruff
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled
2025-04-14 21:47:24 +00:00
1593526d22
fix: Correct multi-line docstring summaries to start on first line
2025-04-14 21:47:24 +00:00
a40a11b1b9
Ruff
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-14 23:42:40 +02:00
07126ad789
feat: add --no-analytics flag to aider command
2025-04-14 23:42:35 +02:00
d77991a543
Messing around with models
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 34s
2025-04-14 23:40:19 +02:00
5d2e003a39
Cache prompts
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-14 16:00:05 +02:00
7c5e4ead6c
Fix logging
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-14 13:55:55 +02:00
4c5d2b08fd
Ruff
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 23s
2025-04-13 23:40:10 +02:00
94ecf8d526
feat: introduce AiderArgs dataclass for better argument handling
2025-04-13 23:40:05 +02:00
ffd5fbb662
Ruff
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 23:28:37 +02:00
976eec1a2e
Fixed bug
2025-04-13 23:28:26 +02:00
820cc68b80
🤖 Bumped version to 0.1.5
...
Package Python / Package (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
Run Python tests (through Pytest) / Test (push) Successful in 24s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager )
2025-04-13 23:25:32 +02:00
26ebab48cb
🤖 Repository layout updated to latest version
...
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager )
2025-04-13 23:25:08 +02:00
900bf39c3e
Explicit logging
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 23:21:08 +02:00
273144b509
Iterate all user repos
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 23s
2025-04-13 23:19:36 +02:00
b4cbeb4691
Messing around with models
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 23:00:04 +02:00
ed5209f7dd
feat: Support scanning all repos for a user in daemon mode
Run Python tests (through Pytest) / Test (push) Successful in 25s
Verify Python project can be installed, loaded and have version checked / Test (push) Has been cancelled
2025-04-13 21:55:32 +02:00