• Joined on 2025-04-12
oib pushed to main at oib/aitbc 2026-03-29 12:34:25 +02:00
2d2b261384 refactor: full rewrite of all CI workflows for Gitea runner
oib pushed to main at oib/aitbc 2026-03-29 12:21:51 +02:00
799e387437 fix: correct network URLs in all CI workflows - ROOT CAUSE FIX
oib pushed to main at oib/aitbc 2026-03-29 12:15:04 +02:00
3a58287b07 feat: implement external workspace strategy for CI/CD
oib pushed to main at oib/aitbc 2026-03-29 12:12:19 +02:00
e6182bf033 fix: update Gitea URLs in package-tests.yml workflow
oib pushed to main at oib/aitbc 2026-03-29 12:10:36 +02:00
ecd4063478 fix: resolve Poetry dependency issues for CI package tests
oib pushed to main at oib/aitbc 2026-03-29 12:07:27 +02:00
326a10e51d fix: restructure aitbc-agent-sdk package for proper testing
oib pushed to main at oib/aitbc 2026-03-29 12:02:46 +02:00
39e4282525 fix: add eth-account dependency for blockchain testing
oib pushed to main at oib/aitbc 2026-03-29 11:53:18 +02:00
3352d63f36 feat: major infrastructure refactoring and optimization
848162ae21 chore(deps): bump cryptography from 46.0.5 to 46.0.6 in /apps/blockchain-node in the pip group across 1 directory
Compare 2 commits »
oib pushed to main at oib/aitbc 2026-03-28 20:18:19 +01:00
67f26070f0 Apply rustfmt formatting to fix long println! statement
oib pushed to main at oib/aitbc 2026-03-28 20:17:16 +01:00
f0581c78e6 Fix Display trait error in gpu_zk_research - use Debug format for Fp type
oib pushed to main at oib/aitbc 2026-03-28 20:14:25 +01:00
e5be30cd71 Add job timeout and make service startup non-blocking to prevent CI hanging
oib pushed to main at oib/aitbc 2026-03-28 20:03:16 +01:00
e397c15d96 Add missing json import to API performance test script
oib pushed to main at oib/aitbc 2026-03-28 20:00:32 +01:00
0b80ad074e Fix missing api_results variable initialization in API performance test
oib pushed to main at oib/aitbc 2026-03-28 13:08:32 +01:00
aa91504129 Simplify build steps to use --user install and avoid venv/ensurepip issues
oib pushed to main at oib/aitbc 2026-03-28 13:07:28 +01:00
c9dc877cef Fix validation to warn on missing pyproject.toml and improve workspace cleanup for JS workflow
oib pushed to main at oib/aitbc 2026-03-28 13:05:29 +01:00
6eab170302 Make poetry commands more resilient - add directory checks and suppress errors
oib pushed to main at oib/aitbc 2026-03-28 13:02:50 +01:00
b56c71ae22 Fix venv creation to handle missing ensurepip by using --without-pip and manual pip install
oib pushed to main at oib/aitbc 2026-03-28 13:01:19 +01:00
042328804b Fix Test Package Installation step to handle missing directories gracefully
oib pushed to main at oib/aitbc 2026-03-28 12:59:18 +01:00
1d14572a01 Add pyproject.toml check before Poetry commands - skip packages with only setup.py
oib pushed to main at oib/aitbc 2026-03-28 12:57:14 +01:00
1baf038cc5 Fix cross-language compatibility and integration tests to handle missing directories