Skip to content

Commit

Permalink
feat: move all packages to another repo
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Oct 29, 2023
1 parent 4b0d334 commit 5929a34
Show file tree
Hide file tree
Showing 127 changed files with 819 additions and 6,645 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,5 @@ Checkout documentation: https://temarusanov.github.io/dev-notes/workspace/gettin
## Installation

```bash
npx @tematools/create-workspace my-project
npx @tinybudgie/create-workspace my-project
```

## TODO:

### Nats

- [ ] Nats clusters with Ansible
- [x] Nats file location volume
- [ ] Nats authorization
- [x] Make nats module npm package
- [ ] Nats tests

### Others

- [x] Update NestJS to 10 (wait for golevelup/discovery bump)
- [ ] Jest coverage bug [#13576](https://github.com/jestjs/jest/issues/13576)
- [ ] Localization
- [ ] GraphQL format error
- [x] Disable any rule in eslint
- [ ] Add logger context
- [ ] forRootAsync() for sample modules
8 changes: 2 additions & 6 deletions apps/api/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ import {
} from '@nestjs/apollo'
import { Module } from '@nestjs/common'
import { GraphQLModule } from '@nestjs/graphql'
import { EventloopFrozenDetectorModule } from '@tematools/eventloop-frozen-detector'
import { HealthChecksModule } from '@tematools/health-checks'
import { NatsModule } from '@tematools/nats'
import { HealthChecksModule } from '@tinybudgie/health-checks'
import { NatsModule } from '@tinybudgie/nats'
import * as env from 'env-var'
import { SampleModule } from 'sample'

@Module({
imports: [
HealthChecksModule,
EventloopFrozenDetectorModule.forRoot({
delay: 3000,
}),
NatsModule.forRoot({
connections: [
{
Expand Down
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { INestApplication } from '@nestjs/common'
import { NestFactory } from '@nestjs/core'
import { Logger } from '@tematools/logger'
import { Logger } from '@tinybudgie/logger'
import env from 'env-var'
import { SpelunkerModule } from 'nestjs-spelunker'

Expand Down
4 changes: 0 additions & 4 deletions apps/gateway/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ import { ApolloServerPluginLandingPageLocalDefault } from '@apollo/server/plugin
import { ApolloGatewayDriver, ApolloGatewayDriverConfig } from '@nestjs/apollo'
import { Module } from '@nestjs/common'
import { GraphQLModule } from '@nestjs/graphql'
import { EventloopFrozenDetectorModule } from '@tematools/eventloop-frozen-detector'
import * as env from 'env-var'

@Module({
imports: [
EventloopFrozenDetectorModule.forRoot({
delay: 3000,
}),
GraphQLModule.forRoot<ApolloGatewayDriverConfig>({
driver: ApolloGatewayDriver,
server: {
Expand Down
2 changes: 1 addition & 1 deletion apps/gateway/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { INestApplication } from '@nestjs/common'
import { NestFactory } from '@nestjs/core'
import { Logger } from '@tematools/logger'
import { Logger } from '@tinybudgie/logger'
import env from 'env-var'
import { SpelunkerModule } from 'nestjs-spelunker'

Expand Down
85 changes: 0 additions & 85 deletions libs/external/health-checks/CHANGELOG.md

This file was deleted.

12 changes: 0 additions & 12 deletions libs/external/health-checks/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions libs/external/health-checks/eslint.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions libs/external/health-checks/jest.config.ts

This file was deleted.

9 changes: 0 additions & 9 deletions libs/external/health-checks/package.json

This file was deleted.

48 changes: 0 additions & 48 deletions libs/external/health-checks/project.json

This file was deleted.

5 changes: 0 additions & 5 deletions libs/external/health-checks/src/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions libs/external/health-checks/src/lib/health-checks.module.ts

This file was deleted.

Loading

0 comments on commit 5929a34

Please sign in to comment.