Monorepo for NestJS services
Go to file
dependabot[bot] 96f658c055
Bump actions/checkout from 4.1.2 to 4.1.5 (#249)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 09:04:51 +02:00
.devcontainer Bump NodeJS from 16 to 20 (#210) 2023-10-09 15:34:42 +02:00
.github Bump actions/checkout from 4.1.2 to 4.1.5 (#249) 2024-05-13 09:04:51 +02:00
.yarn Initialize the repository (#1) 2022-08-28 22:45:56 +02:00
data/discord/messages Correct frontend feature request link (#241) 2024-02-15 07:17:28 +01:00
libs Add event decorator to limit duplicated code (#121) 2022-10-19 11:52:18 -04:00
services Move documentation to be the first link in the integration command (#243) 2024-03-12 13:56:35 +01:00
tests Add BlockingLabels for frontend (#237) 2024-01-15 09:01:34 +01: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 Add plugin-throttling to github bot (#232) 2023-12-23 10:36:55 +01: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 Add plugin-throttling to github bot (#232) 2023-12-23 10:36:55 +01: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.