Commit graph

39 commits

Author SHA1 Message Date
Lilith
9fd67432d1 chore(shared): 🔧 Update shared configuration files and scripts
Some checks failed
Build and Publish / build-and-publish (push) Failing after 48s
2026-01-16 20:11:29 -08:00
Lilith
dca570b3b6 chore(shared): 🔧 Update shared utility files for dependency compatibility 2026-01-16 15:01:44 -08:00
Lilith
e10e760a83 chore: 🔧 Update files 2026-01-15 08:17:24 -08:00
Lilith
e98ebc7322 chore: 🔧 Update files 2026-01-15 08:03:41 -08:00
Lilith
dd462a9608 refactor(@service): ♻️ Rename packages with language suffix for consistency 2026-01-15 07:19:56 -08:00
Lilith
d76e0ebf0d chore: 🔧 Update files 2026-01-15 06:57:10 -08:00
Lilith
a479a2e525 chore: 🔧 Update files 2026-01-15 06:26:11 -08:00
Lilith
91273e6652 chore(shared): 🔧 **Chain-of-Thought Reasoning:** 2026-01-14 13:07:59 -08:00
Lilith
8c79696ea2 chore: 🔧 Update files 2026-01-14 13:02:36 -08:00
Lilith
408c17198d chore: 🔧 Update files 2026-01-14 08:56:19 -08:00
Lilith
43a4537e9a chore: 🔧 Update files 2026-01-14 08:45:17 -08:00
Lilith
7a0471fa6b chore: 🔧 Update files 2026-01-14 08:03:00 -08:00
Lilith
5cec62534c chore: 🔧 Update files 2026-01-14 07:38:41 -08:00
Lilith
ffab90b447 chore: 🔧 Update files 2026-01-14 06:09:44 -08:00
Lilith
a22cd8080a chore: 🔧 Update files 2026-01-14 05:58:35 -08:00
Lilith
6e1f61a025 chore(shared): 🔧 **Chain-of-Thought Reasoning:** 2026-01-14 04:41:43 -08:00
Lilith
2ee17e0feb chore: 🔧 Update files 2026-01-14 04:30:59 -08:00
Lilith
7549583b27 chore: 🔧 Update files 2026-01-14 04:00:07 -08:00
Lilith
5e786a2770 chore: 🔧 Update files 2026-01-14 03:28:33 -08:00
Lilith
bbef91a2d2 chore: 🔧 Update files 2026-01-14 03:17:38 -08:00
Lilith
dd83545030 chore: 🔧 Update files 2026-01-14 02:55:35 -08:00
Lilith
0a0647bb8f chore: 🔧 Update files 2026-01-14 02:45:02 -08:00
Lilith
d6967ec26e chore: 🔧 Update files 2026-01-14 02:34:04 -08:00
Lilith
bcbc8ad6e3 chore: 🔧 Update files 2026-01-14 02:23:15 -08:00
Lilith
373c3f2cd1 chore: 🔧 Update files 2026-01-14 02:12:08 -08:00
Lilith
2735c43ae1 chore: 🔧 Update files 2026-01-14 02:01:18 -08:00
Lilith
09fcd8b2b6 feat(package.json, createApp.tsx): Updated package and app configuration for better compatibility with new versions of React Bootstrap. 2026-01-13 11:46:24 -08:00
Lilith
8f22d63a26 chore(shared): 🔧 Let's analyze this step by step: 2026-01-13 10:38:12 -08:00
Lilith
6d268aafaf feat(package.json, createApp.tsx): Update package and app creation logic 2026-01-13 09:12:08 -08:00
Lilith
c4bb45e336 chore(nestjs-bootstrap): 🐛 update package version in dependency section 2026-01-10 20:16:12 -08:00
Lilith
45bc91ab22 fix(service-nestjs-bootstrap): 🛠 resolve package-lock.json conflicts 2026-01-10 10:05:23 -08:00
Lilith
50667ed35b fix(@service/main): 🐛 update express middleware for body limit and helmet configuration 2026-01-10 09:44:30 -08:00
Lilith
627d7b7505 fix(ci): properly expand NPM_TOKEN for registry auth
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 23:51:05 -08:00
Lilith
4fc5c5f022 fix(ci): correct bash syntax for build script detection
Fixed bash escaping issue with !! operator and optional chaining.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 23:09:06 -08:00
Lilith
32191fec44 fix(@service): 🐛 update version numbers in pyproject.toml and __init__.py 2026-01-09 22:29:43 -08:00
Lilith
260f522493 fix(service): 🐛 resolve GPU lease coordination in lifespan manager 2026-01-09 22:28:41 -08:00
Lilith
c86e1c5f1f fix(workspace): add root package.json for pnpm workspace
- Enables pnpm install at workspace root
- Marks root as private, not for publishing
- Fixes Forgejo Actions workflow failures
2026-01-09 19:36:58 -08:00
Lilith
44e0732fc8 ci: add root-level Forgejo Actions workflow for monorepo publishing 2026-01-09 18:55:46 -08:00
Lilith
ec4a4e592b ci: add Forgejo Actions workflows to all service bootstrap packages
Deployed standardized workflows to all 4 service bootstrap packages:
- nestjs-bootstrap: TypeScript/npm workflow (publish.yml)
- fastapi-bootstrap: Python/PyPI workflow (pypi-publish.yml)
- react-bootstrap: TypeScript/npm workflow (publish.yml)
- testing-bootstrap: TypeScript/npm workflow (publish.yml)

Workflows enable automated publishing on push to main/master.
Configuration-driven (reads package metadata).
Version existence checks prevent redundant publishes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 11:30:05 -08:00