• Joined on 2025-12-05
unai pushed to main at unai/azkoyen_technical_test 2026-03-10 18:16:12 +00:00
cc29845657 Merge pull request 'feature/Consumer' (#6) from feature/Consumer into main
dfd82b1619 feat: implemented consumer thread, all tests pass
8e471d3534 feat: Consumer header file, consumes socket to connect to an passes signal to main window (in theory)
da875871ef feat: prepared the cmake lists for qt dependencies
Compare 4 commits »
unai merged pull request unai/azkoyen_technical_test#6 2026-03-10 18:16:10 +00:00
feature/Consumer
unai created pull request unai/azkoyen_technical_test#6 2026-03-10 18:16:04 +00:00
feature/Consumer
unai pushed to feature/Consumer at unai/azkoyen_technical_test 2026-03-10 18:14:54 +00:00
dfd82b1619 feat: implemented consumer thread, all tests pass
8e471d3534 feat: Consumer header file, consumes socket to connect to an passes signal to main window (in theory)
Compare 2 commits »
unai created branch feature/Consumer in unai/azkoyen_technical_test 2026-03-10 18:05:50 +00:00
unai pushed to feature/Consumer at unai/azkoyen_technical_test 2026-03-10 18:05:50 +00:00
da875871ef feat: prepared the cmake lists for qt dependencies
unai deleted branch feature/UnixIPCBridge from unai/azkoyen_technical_test 2026-03-10 17:51:33 +00:00
unai pushed to main at unai/azkoyen_technical_test 2026-03-10 17:51:33 +00:00
2d519937b7 Merge pull request 'fix: forgot to add the source file to the commit... disastrous' (#5) from feature/UnixIPCBridge into main
228bb998f6 fix: forgot to add the source file to the commit... disastrous
Compare 2 commits »
unai merged pull request unai/azkoyen_technical_test#5 2026-03-10 17:51:32 +00:00
fix: forgot to add the source file to the commit... disastrous
unai created pull request unai/azkoyen_technical_test#5 2026-03-10 17:51:15 +00:00
fix: forgot to add the source file to the commit... disastrous
unai pushed to feature/UnixIPCBridge at unai/azkoyen_technical_test 2026-03-10 17:50:23 +00:00
228bb998f6 fix: forgot to add the source file to the commit... disastrous
unai merged pull request unai/azkoyen_technical_test#4 2026-03-10 17:48:40 +00:00
feature/UnixIPCBridge
unai pushed to main at unai/azkoyen_technical_test 2026-03-10 17:48:40 +00:00
572905a879 Merge pull request 'feature/UnixIPCBridge' (#4) from feature/UnixIPCBridge into main
544d50ee6a fin: feature complete, all tests pass ready to merge
f63d40cffb feat: implemented unix domain socket helper header and tests
e1360ccbb4 feat: Updated readme for new feature
Compare 4 commits »
unai created pull request unai/azkoyen_technical_test#4 2026-03-10 17:48:35 +00:00
feature/UnixIPCBridge
unai created branch feature/UnixIPCBridge in unai/azkoyen_technical_test 2026-03-10 17:47:59 +00:00
unai pushed to feature/UnixIPCBridge at unai/azkoyen_technical_test 2026-03-10 17:47:59 +00:00
544d50ee6a fin: feature complete, all tests pass ready to merge
f63d40cffb feat: implemented unix domain socket helper header and tests
e1360ccbb4 feat: Updated readme for new feature
Compare 3 commits »
unai deleted branch feature/Producer from unai/azkoyen_technical_test 2026-03-10 17:35:28 +00:00
unai deleted branch feature/SysfsReaderClass from unai/azkoyen_technical_test 2026-03-10 17:35:27 +00:00
unai pushed to main at unai/azkoyen_technical_test 2026-03-10 17:34:20 +00:00
149c3a22b7 Merge pull request 'feature/Producer' (#3) from feature/Producer into main
928bb5a5fb fix: reduced the time of test 1 again to 1ms
16bf4bccd4 fix: all tests pass now, there was a segfault for calling start and stop too quickly
5b6f20a70a fix: build now succeded. Added logging capabilities also
36093e6c73 of course it builded before, I didn't add the files to CmakeLists. Now build fails
Compare 7 commits »
unai merged pull request unai/azkoyen_technical_test#3 2026-03-10 17:34:18 +00:00
feature/Producer