Commit Graph

44 Commits

Author SHA1 Message Date
9ae1e959e9 fix licensing
All checks were successful
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Has been skipped
Tests / tests (pull_request) Successful in 5s
2025-11-14 16:34:59 +00:00
67d77e35a0 Merge pull request 'renamed broker2anexoj-cli to any2anexoj-cli' (#9) from fix-readme into main
All checks were successful
Generate check / check-generate (push) Has been skipped
Reviewed-on: #9
2025-11-14 15:30:16 +00:00
ad0bfc6979 renamed broker2anexoj-cli to any2anexoj-cli
All checks were successful
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Has been skipped
Tests / tests (pull_request) Successful in 6s
2025-11-14 15:29:19 +00:00
7dbbfc3702 Merge pull request 'always run the job but skip when irrelevant' (#10) from check-gen-condition into main
All checks were successful
Generate check / check-generate (push) Has been skipped
Reviewed-on: #10
2025-11-14 15:28:10 +00:00
5dc9601e28 always run the job but skip when irrelevant
All checks were successful
Generate check / check-generate (push) Has been skipped
Generate check / check-generate (pull_request) Has been skipped
Tests / tests (pull_request) Successful in 6s
2025-11-14 15:27:26 +00:00
4b520f6164 Merge pull request 'Better usability' (#8) from better-usability into main
All checks were successful
Generate check / check-generate (push) Successful in 9s
Reviewed-on: #8
2025-11-14 15:01:06 +00:00
60d6f26162 rename supportedPlatforms
All checks were successful
Generate check / check-generate (pull_request) Successful in 23s
Tests / tests (pull_request) Successful in 11s
2025-11-14 14:59:04 +00:00
14cfe33f95 update readme and platform param 2025-11-14 14:57:10 +00:00
f356d2f7e1 rename module to match github repo 2025-11-14 14:14:32 +00:00
e4088e4aec read from stdin and write logs to stderr 2025-11-14 09:52:07 +00:00
bad41b431d Merge pull request 'Handle context cancelation' (#6) from context-everywhere into main
All checks were successful
Generate check / check-generate (push) Successful in 7s
Reviewed-on: applications/broker2anexoj#6
2025-11-14 09:19:37 +00:00
791306acf1 regenerate mocks with new methods
All checks were successful
Generate check / check-generate (pull_request) Successful in 13s
Tests / tests (pull_request) Successful in 6s
2025-11-14 09:17:06 +00:00
f3d0f5d71a handle context cancelation 2025-11-14 09:17:06 +00:00
54fced39aa Merge pull request 'setup go before in check-generate gitea job' (#7) from fix-check-gen-action into main
Reviewed-on: applications/broker2anexoj#7
2025-11-14 09:16:12 +00:00
c477023041 setup go before running go generate
All checks were successful
Tests / tests (pull_request) Successful in 4s
2025-11-14 09:14:10 +00:00
6b4373c889 Merge pull request 'Generated changes must not be tampered' (#5) from action-check-generated-code into main
Reviewed-on: applications/broker2anexoj#5
2025-11-13 15:59:18 +00:00
4b9a91b98e check if generated changes were not tampered 2025-11-13 15:59:18 +00:00
ecdc279de2 Merge pull request 'isolate record reading and writing from processing' (#4) from refactor-report-logic into main
Reviewed-on: applications/broker2anexoj#4
2025-11-13 14:22:35 +00:00
70bd8622de isolate record reading and writing from processing
All checks were successful
Tests / tests (pull_request) Successful in 17s
2025-11-13 14:07:08 +00:00
d3fa025a92 Merge pull request 'Peek method for the RecordQueue type' (#3) from peeking-record-queue into main
Reviewed-on: applications/broker2anexoj#3
2025-11-13 13:59:25 +00:00
93689754be implement and test the Peek for the RecordQueue type
All checks were successful
Tests / tests (pull_request) Successful in 6s
2025-11-13 13:58:07 +00:00
7800b1163b Merge pull request 'record-support-taxes-and-fees' (#2) from record-support-taxes-and-fees into main
Reviewed-on: applications/broker2anexoj#2
2025-11-13 13:51:54 +00:00
7450c0d571 fix unused imports
All checks were successful
Tests / tests (pull_request) Successful in 17s
2025-11-13 13:47:41 +00:00
8e2163cce6 parse trading212 record fees
Some checks failed
Tests / tests (pull_request) Failing after 43s
2025-11-13 13:44:40 +00:00
bb93798c0f add Fees and Taxes to the Record type 2025-11-13 13:44:40 +00:00
388fd439a1 add tests gitea workflow 2025-11-13 13:33:36 +00:00
7a26e67070 fix claude assistant step action ref 2025-11-12 13:12:36 +00:00
410e0a9318 add version to claude assistant step 2025-11-12 13:06:39 +00:00
7d6ba54f8a add claude workflow 2025-11-12 11:54:50 +00:00
910c53155b remove unused error 2025-11-11 17:56:46 +00:00
7a38ae1696 implement reporter
also introduce gomock and tests
2025-11-11 16:35:05 +00:00
38113f21af add disclaimer to readme 2025-11-11 15:30:22 +00:00
8e4093b647 support nil receivers 2025-11-11 10:02:35 +00:00
265d115647 implement RecordQueue type 2025-11-11 09:01:55 +00:00
a274718f0b use new internal package types and logic 2025-11-10 14:04:51 +00:00
dca43fe014 renamed direction to side 2025-11-10 14:04:18 +00:00
4686e36501 separate trading212 logic 2025-11-10 13:38:49 +00:00
06dc25ae88 barebones pnl calculation 2025-11-10 09:40:17 +00:00
e208464cb0 initial abstraction from record reading 2025-11-07 16:41:21 +00:00
c109e68a7a initial processing of trading212 csv statement 2025-11-07 13:04:40 +00:00
da206a182a fix module name and install command 2025-11-07 11:03:03 +00:00
25901d4962 add license and improve readme 2025-11-07 11:00:30 +00:00
8ef7569c1a add initial readme 2025-11-07 10:28:06 +00:00
0f032a0cf5 initial commit 2025-11-07 10:13:56 +00:00