Commit Graph

28 Commits

Author SHA1 Message Date
Pit Friedrich 55e5cbeb0f feat: add CalcFunctionFactory for calculator operations (#13)
CI / build-and-test (pull_request) Successful in 16s
Callers pick an operation via the CalcOperation enum instead of
instantiating implementation classes directly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-25 20:09:19 +02:00
Pit Friedrich 01fa52a1fc git attrs 2026-07-25 20:03:43 +02:00
pitfriedrich 18570dec1c Merge pull request 'feat: add power operation to calculator (#11)' (#12) from ai/issue-11 into main
Reviewed-on: #12
2026-07-25 17:59:15 +00:00
Pit Friedrich 9244d49d75 fix: add PowerFunction calculator operation (#11)
CI / build-and-test (pull_request) Successful in 17s
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-25 19:57:21 +02:00
Pit Friedrich 80ad7e837c error in fix-issue creating labels 2026-07-25 19:53:47 +02:00
Pit Friedrich 37606bf304 fixed return of next-issue agent 2026-07-25 19:47:05 +02:00
Pit Friedrich d10efd5beb set default code dir 2026-07-25 19:35:33 +02:00
Pit Friedrich b44f8363ea increased loop interval 2026-07-25 19:34:05 +02:00
pitfriedrich 802a916b92 Merge pull request 'fix: DivideFunction throws on divide by zero (#9)' (#10) from ai/issue-9-divide-by-zero into main
Reviewed-on: #10
2026-07-25 09:16:22 +00:00
Pit Friedrich 0ab786b24a fix: throw ArithmeticException on divide by zero (#9)
CI / build-and-test (pull_request) Successful in 16s
2026-07-25 11:15:40 +02:00
Pit Friedrich ab9f73ba22 removed unused classifiers 2026-07-25 11:12:52 +02:00
pitfriedrich 27f38718b1 Merge pull request 'fix: add DivideFunction (#7)' (#8) from ai/issue-7-divide-function into main
Reviewed-on: #8
2026-07-25 09:09:41 +00:00
Pit Friedrich 2e6be68aaa fix: add DivideFunction (#7)
CI / build-and-test (pull_request) Successful in 15s
2026-07-25 11:09:01 +02:00
pitfriedrich ecd4447c46 Merge pull request 'fix: add MultiplyFunction (#5)' (#6) from ai/issue-5-multiply-function into main
Reviewed-on: #6
2026-07-25 09:05:26 +00:00
Pit Friedrich 9cfbcaeeee fix: add MultiplyFunction (#5)
CI / build-and-test (pull_request) Successful in 15s
Adds MultiplyFunction implementing CalcFunction, following the
Add/Subtract pattern, wired into LoopTestApplication.
2026-07-25 11:04:03 +02:00
pitfriedrich be0fa22bc4 Merge pull request 'fix: add SubtractFunction (#3)' (#4) from ai/issue-3-subtract-function into main
Reviewed-on: #4
2026-07-25 08:55:09 +00:00
claude-bot b1d910927e fix: correct file content encoding (#3)
CI / build-and-test (pull_request) Successful in 15s
2026-07-25 08:54:10 +00:00
claude-bot d4091a34c5 fix: correct file content encoding (#3) 2026-07-25 08:54:07 +00:00
claude-bot 6f7c6d5f80 fix: correct file content encoding (#3) 2026-07-25 08:54:04 +00:00
claude-bot a63e577071 fix: add SubtractFunction (#3) 2026-07-25 08:53:17 +00:00
claude-bot a0a34428d7 fix: add SubtractFunction (#3) 2026-07-25 08:53:12 +00:00
claude-bot 62fd349421 fix: add SubtractFunction (#3) 2026-07-25 08:52:54 +00:00
Pit Friedrich 1defc49f79 base64 encoded test fixed 2026-07-25 10:45:31 +02:00
pitfriedrich d7a3443baa Merge pull request 'fix: add tests for AddFunction (#1)' (#2) from ai/issue-1-addfunction-tests into main
Reviewed-on: #2
2026-07-25 08:41:23 +00:00
claude-bot 8d9ff29dc9 fix: add tests for AddFunction (#1)
CI / build-and-test (pull_request) Failing after 12s
2026-07-25 08:39:11 +00:00
Pit Friedrich d8d8604407 Added Junit 6 test deps 2026-07-25 10:30:54 +02:00
Pit Friedrich 477d01c570 Gitea Claude Autofix Loop 2026-07-25 10:16:17 +02:00
Pit Friedrich f5ce2563eb Initial commit 2026-07-25 09:41:09 +02:00