aboutsummaryrefslogtreecommitdiff
path: root/migroserbices
AgeCommit message (Collapse)AuthorFilesLines
2025-04-26chore: reformat the world, set up autoformat on commitXe Iaso7-62/+123
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-03-03build(deps): bump esbuild and tsx in /migroserbices/falin (#686)dependabot[bot]2-36/+445
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependency [tsx](https://github.com/privatenumber/tsx). These dependencies need to be updated together. Updates `esbuild` from 0.23.1 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.23.1...v0.25.0) Updates `tsx` from 4.19.1 to 4.19.3 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.19.1...v4.19.3) --- updated-dependencies: - dependency-name: esbuild dependency-type: indirect - dependency-name: tsx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xe Iaso <me@xeiaso.net>
2025-01-21build(deps): bump undici from 5.28.4 to 5.28.5 in /migroserbices/falin (#657)dependabot[bot]1-3/+3
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-22build(deps): bump express from 4.21.0 to 4.21.2 in /migroserbices/falin (#634)dependabot[bot]2-16/+17
Bumps [express](https://github.com/expressjs/express) from 4.21.0 to 4.21.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-06move some old code to the _old folder to save CI timeXe Iaso1-478/+9
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-10-05cmd/mimi: use falin for generating imagesXe Iaso4-50/+32
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-10-05migroserbices/falin: add healthz routeXe Iaso1-2/+2
Signed-off-by: Xe Iaso <me@xeiaso.net>
2024-10-05migroserbices: add falin serviceXe Iaso15-0/+2973
Signed-off-by: Xe Iaso <me@xeiaso.net>