• Joined on 2025-04-12
oib pushed to main at oib/aitbc 2026-03-28 12:54:50 +01:00
97256cee20 Fix validate step to use poetry -C flag and avoid cd issues
oib pushed to main at oib/aitbc 2026-03-28 12:52:50 +01:00
2b6952bdbd Fix build step to skip gracefully when package directory missing
oib pushed to main at oib/aitbc 2026-03-28 12:51:09 +01:00
6d19ee90db Fix validation step to accept packages without src directory
oib pushed to main at oib/aitbc 2026-03-28 12:49:54 +01:00
f2d7f0fc4f Fix build step to use virtual environment for externally managed Python
oib pushed to main at oib/aitbc 2026-03-28 12:48:37 +01:00
2c286f7f5a Use poetry -C flag to run from stable root directory instead of cd into package
oib pushed to main at oib/aitbc 2026-03-28 12:47:15 +01:00
5810b807ec Fix second Install Dependencies step to skip gracefully when package directory missing
oib pushed to main at oib/aitbc 2026-03-28 12:46:16 +01:00
d2351ae59c Fix build step to handle packages without pyproject.toml using setup.py fallback
oib pushed to main at oib/aitbc 2026-03-28 12:44:37 +01:00
39d520bbb1 Fix linting and validation steps to skip gracefully when package directory missing
oib pushed to main at oib/aitbc 2026-03-28 12:42:54 +01:00
e5e9b0b01b Fix CI - ensure workspace directory exists before git operations
oib pushed to main at oib/aitbc 2026-03-28 12:41:20 +01:00
9ce1324dab Fix all CI workflows - cd to root before cleaning workspace to avoid working directory errors
oib pushed to main at oib/aitbc 2026-03-28 12:38:47 +01:00
f842e7bf26 Fix test/upload steps to skip gracefully when package directory missing
oib pushed to main at oib/aitbc 2026-03-28 12:36:06 +01:00
578ca27f01 Fix build step directory handling - add better cd error handling and debugging
oib pushed to main at oib/aitbc 2026-03-28 12:33:25 +01:00
3e4a66e77c Fix CI repo cleanup - cd to root and ignore rm errors
oib pushed to main at oib/aitbc 2026-03-28 12:32:22 +01:00
03fcce75b3 Fix CI working directory - cd to root before cleaning workspace
oib pushed to main at oib/aitbc 2026-03-28 12:30:41 +01:00
aa5f0d0341 Fix CI local copy - use git clone or selective copy to avoid workspace pollution
6ca8ae2675 chore: sync poetry.lock with pyproject.toml after setuptools fix
Compare 2 commits »
oib pushed to main at oib/aitbc 2026-03-28 11:08:42 +01:00
7f5d8ed874 Fix aitbc-cli build in CI - add root-level package support
oib pushed to main at oib/aitbc 2026-03-28 10:58:21 +01:00
8cac82d959 Update to v0.2.2 - fix pyproject.toml and package build
oib pushed to main at oib/aitbc 2026-03-28 10:33:37 +01:00
e9f4193f7a chore: add missing aitbc-core package directory
1d7efb241d chore: update minimum Python version to 3.13.5
1402f2b784 feat: add automated setup script for new hosts
76965a5d42 chore: update wallet service to use venv python and add requirements.txt
Compare 4 commits »
oib pushed to main at oib/aitbc 2026-03-28 09:19:58 +01:00
3d200534b6 fix: capture API test results as JSON files
oib pushed to main at oib/aitbc 2026-03-28 09:17:03 +01:00
d0c33ca3c6 chore: update pydantic and pydantic-core