2025-08-28 - 2026-08-28

Overview

7 Active Pull Requests
7 Active Issues
Excluding merges, 1 author has pushed 11 commits to main and 23 commits to all branches. On main, 19 files have changed and there have been 873 additions and 11 deletions.

7 Pull requests merged by 1 user

Merged #14 feat: add CalcFunctionFactory for calculator operations (#13) 2026-07-25 18:10:54 +00:00

Merged #12 feat: add power operation to calculator (#11) 2026-07-25 17:59:15 +00:00

Merged #10 fix: DivideFunction throws on divide by zero (#9) 2026-07-25 09:16:23 +00:00

Merged #8 fix: add DivideFunction (#7) 2026-07-25 09:09:42 +00:00

Merged #6 fix: add MultiplyFunction (#5) 2026-07-25 09:05:27 +00:00

Merged #4 fix: add SubtractFunction (#3) 2026-07-25 08:55:10 +00:00

Merged #2 fix: add tests for AddFunction (#1) 2026-07-25 08:41:24 +00:00

7 Issues closed from 1 user

Closed #13 Add A Factory for the right toolset 2026-07-25 18:10:55 +00:00

Closed #11 add the operation power to tools 2026-07-25 17:59:16 +00:00

Closed #9 DivideFunction should fail on divide by zero 2026-07-25 09:16:23 +00:00

Closed #7 Dividing function should be added to toolset 2026-07-25 09:09:42 +00:00

Closed #5 Multiply function should be added to toolset 2026-07-25 09:05:27 +00:00

Closed #3 Subtract-Function should be added to toolset 2026-07-25 08:55:10 +00:00

Closed #1 No tests for the AddFunction 2026-07-25 08:41:24 +00:00

7 Issues created by 0 users

Opened #1 No tests for the AddFunction 2026-07-25 08:17:49 +00:00

Opened #3 Subtract-Function should be added to toolset 2026-07-25 08:47:52 +00:00

Opened #5 Multiply function should be added to toolset 2026-07-25 09:02:21 +00:00

Opened #7 Dividing function should be added to toolset 2026-07-25 09:06:25 +00:00

Opened #9 DivideFunction should fail on divide by zero 2026-07-25 09:13:52 +00:00

Opened #11 add the operation power to tools 2026-07-25 17:38:04 +00:00

Opened #13 Add A Factory for the right toolset 2026-07-25 18:07:22 +00:00