Skip to content

feat(global): moved entire repo to drizzle#136

Merged
CptSchnitz merged 14 commits into
pnpm+turbofrom
drizzle
Jun 10, 2026
Merged

feat(global): moved entire repo to drizzle#136
CptSchnitz merged 14 commits into
pnpm+turbofrom
drizzle

Conversation

@CptSchnitz

Copy link
Copy Markdown
Contributor

No description provided.

@CptSchnitz CptSchnitz requested a review from ronenkapelian May 28, 2026 08:33

@ronenkapelian ronenkapelian left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  settings: {
    'import-x/resolver': {
      typescript: {
        project: './tsconfig.json',
      },
    },
  },
});

It seems that it resolves the ESLint problem of:

Image

knip.config.ts (current) refernces so deleted entries:

'packages/auth-core': { entry: ['src/config.ts', 'src/db/migrations/*', 'dataSource.{ts,mjs}'] },
'packages/auth-bundler': { entry: ['dataSource.ts'] },
'apps/auth-manager': { entry: [..., 'dataSource.mjs'] },
'apps/auth-cron': { entry: [..., 'dataSource.mjs'] },

Comment thread apps/auth-cron/src/index.ts
Comment thread packages/auth-core/package.json Outdated
Comment thread packages/auth-core/package.json Outdated
Comment thread apps/auth-cron/src/index.ts
Comment thread apps/auth-manager/src/asset/DAL/assetRepository.ts Outdated
Comment thread apps/auth-manager/src/connection/models/connectionManager.ts Outdated
Comment thread packages/auth-core/src/entities/client.ts
Comment thread apps/auth-manager/package.json
Comment thread turbo.json Outdated
@CptSchnitz CptSchnitz merged commit d4806fc into pnpm+turbo Jun 10, 2026
5 of 6 checks passed
@CptSchnitz CptSchnitz deleted the drizzle branch June 10, 2026 08:02
CptSchnitz added a commit that referenced this pull request Jun 15, 2026
* chore: start

* chore: done

* chore: root build works

* feat: vitest (#127)

* chore: wip

* test(auth-manager): moved to vitest

* test(auth-cron): moved to vitest

* test(auth-bundler): moved to vitest

* test: done

* test: fixed

* test: wip

* test(auth-bundler): migrated to vitest-utils

* test(token-kiosk): migrated to vitest-utils

* test(auth-manager): migrated to vitest-utils

* test(auth-cron): migrated to vitest-utils

* feat: eslint (#129)

* feat(auth-core): moved to modern eslint

* chore: wip

* feat: auth-bundler eslint

* feat(token-kiosk): moved to modern eslint

* chore: wip

* feat(auth-manager): moved to modern eslint

* feat(auth-cron): moved to modern eslint

* fix: lol

* fix: broken logic in opa

* chore: lol

* fix: stuff

* chore: add missing task

* chore(global): updated repo scripts and tools (#130)

* chore: fixed commitlint

* chore(global): husky

* chore(global): dist

* chore(global): knip

* chore(kiosk-ui): knip

* chore(auth-ui): knip

* chore(auth-manager): knip

* chore(global): done with knip

* chore(global): pull request comments

* test(global):  added test-utils (#131)

* chore(global): wip

* chore(global): done

* chore(global): fixes

* ci(global): done (#132)

* ci(global): done

* ci(global): fix action usage of affected

* build(auth-bundler): added missing tsconfig

* devdeps(auth-cron): added missing tsconfig

* ci(global): fix ci errors

* ci(global): fix ci errors

* ci(global): fix ci errors

* ci(global): fix ci errors

* ci(global): more debugging

* ci(global): more debugging

* ci(global): more debugging

* ci(global): more debugging

* ci(global): fix ci errors

* ci(global): pr fixes

* feat(auth-openapi): added (#133)

* feat(auth-openapi): added

* feat(auth-manager): integrated auth-openapi

* feat(auth-ui): moved to auth-core

* chore(auth-openapi): remove unused lint scripts and clean up package.json

* refactor(auth-manager): reordered imports

* feat(token-openapi): added (#134)

* feat(token-openapi): started integrating

* fix(token-kiosk): fixed resolved openapi

* feat(kiosk-ui): moved to token-openapi

* chore(token-openapi): done

* fix(kiosk-ui): use window.setInterval and window.setTimeout for consistency

* chore(global): fixes

* fix(token-kiosk): pr comments

* feat(global): modernized the packages (#135)

* chore(global): started modern

* chore(global): continued modern

* chore(global): continued modern

* feat(token-kiosk): modernized deps

* feat(auth-cron,auth-manager): modernized deps

* chore(global): changed to url install

* chore(global): fixes

* chore(global): pr fixes

* feat(global): moved entire repo to drizzle (#136)

* chore(auth-core): drizzle start

* chore(global): drizzle progress

* chore(global): more progress

* chore(global): progress

* chore(global): more progress

* chore(global): progress

* refactor(auth-manager): migrate from TypeORM to Drizzle

* chore(auth-bundler): done

* chore(global): done

* chore(global): removed comments

* chore(auth-core): fixed order of imports

* deps(global): updated drizzle utils

* chore(global): pr comments

* chore(global): add migrations to eslint ignore

* helm(global): moved frontends to use nginx (#137)

* chore(global): started moving to nginx

* chore(global): wip

* helm(global): done except otel ratio

* feat(global): small helm fixes

* chore(global): token kiosk fixes for removing the api subpath

* deps(global): update package versions to 1.13.0 in release-please manifest

* chore(global): update nginx.conf

Co-authored-by: ronenkapelian <72082238+ronenkapelian@users.noreply.github.com>

---------

Co-authored-by: ronenkapelian <72082238+ronenkapelian@users.noreply.github.com>

* feat(global): added bundle revision support (#138)

* revert: "feat(global): added bundle revision support (#138)" (#139)

This reverts commit 9d43f70.

---------

Co-authored-by: ronenkapelian <72082238+ronenkapelian@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants