Monorepo for NestJS services
Go to file
Franck Nijhof 814cd407f1
Add quality-scale label for PRs touching quality_scale.yaml (#281)
2024-11-21 08:50:53 +01:00
.devcontainer Bump NodeJS from 16 to 20 (#210) 2023-10-09 15:34:42 +02:00
.github Bump actions/checkout from 4.2.1 to 4.2.2 (#280) 2024-10-29 07:12:56 +01:00
.yarn Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
data/discord/messages Update discord messages (#271) 2024-09-24 21:02:48 +02:00
libs Add event decorator to limit duplicated code (#121) 2022-10-19 11:52:18 -04:00
services Add quality-scale label for PRs touching quality_scale.yaml (#281) 2024-11-21 08:50:53 +01:00
tests Run BlockingLabels on the synchronize event (#278) 2024-10-16 10:50:46 +02:00
.dockerignore Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
.eslintrc.js Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
.gitignore Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
.nvmrc Bump NodeJS from 16 to 20 (#210) 2023-10-09 15:34:42 +02:00
.prettierrc Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
.yarnrc Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
.yarnrc.yml Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
Dockerfile Bump NodeJS from 16 to 20 (#210) 2023-10-09 15:34:42 +02:00
LICENSE Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
README.md Adjust readme (#107) 2022-10-14 11:16:07 +02:00
nest-cli.json Add validate CLA webhook handler to bots (#2) 2022-09-10 20:48:04 +02:00
package.json Revert "Add plugin-throttling to github bot" (#269) 2024-09-12 10:45:57 +02:00
tsconfig.build.json Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
tsconfig.json Add command handler decorator to guard exceptions and report to sentry (#16) 2022-09-17 22:47:44 -04:00
version.json Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
webpack.config.js Change name to file without space (#196) 2023-07-21 09:54:33 +02:00
yarn.lock Revert "Add plugin-throttling to github bot" (#269) 2024-09-12 10:45:57 +02:00

README.md

service-hub

This is an all-purpose monorepo to handle our service needs.

Services

Bots

cla-sign

Receiver to handle CLA sign requests for the Home Assistant GitHub organization.

discord

github-webhook

Deployments

When a new release is created, a new container image is created and pushed to ghcr.io.

All deployments are defined in our deployments repository.