Skip to content

refactor: next nest.js backend#210

Draft
GaoNeng-wWw wants to merge 18 commits into
devfrom
refactor/next-nest-js-backend
Draft

refactor: next nest.js backend#210
GaoNeng-wWw wants to merge 18 commits into
devfrom
refactor/next-nest-js-backend

Conversation

@GaoNeng-wWw

Copy link
Copy Markdown
Collaborator

PR

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our Commit Message Guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: #206

What is the new behavior?

  • 重构了nestjs后端

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

  • Auth Module
  • User Module
  • Role Module
  • Menu Module
  • Permission Module
  • Application static data
  • mock staticdata

* feat(nest-next): project init

* feat(nest-next): add i18n and exception filter

* feat(nest-next): enable versioning

* feat: implement permission

* feat: restore pnpm-workspace.yaml

* style: remove console.log, use logger
@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4894cf95-a056-4f90-9e2b-35baf69ae864

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/next-nest-js-backend

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the refactoring The process of restructuring code without changing its external behavior label Jul 11, 2026
* feat: menu endpoint implement

* feat: approve dep build scripts

* fix: restore pnpm-workspace.yaml

* feat: use seeder deploy seed data
@kagol kagol changed the title refactor: nest nest.js backend refactor: next nest.js backend Jul 13, 2026
GaoNeng-wWw and others added 16 commits July 14, 2026 14:13
* feat(next-nest.js): role endpoint

* feat: rbac seeder
* fix(next-nest/permission): find all permission filter

* fix(next-nest/permission): add api-param swagger
- use cqrs and expose domain event.
* feat(next-nest/auth): v1 init

* wip feat(auth): add jwt dep

* feat(auth): auth v1 endpoint

* feat: decorator and reject guard

* feat: implement public decorator and auth guard

* feat: add config jsonschama and example
* feat(auth): kickout user session if password changed or removed

* fix: register RevokeAllUserSession command handler
* feat: implement lang endpoint

* feat: add i18n seeder and controller
* feat: implement permission guard

* feat: rbac and reject decorator
* fix(menu): remove menu

* fix(menu): update menu

* fix(role): permission update

* style(role): remove console.log

* feat(role): remove role will check user

if has binding user will prevent remove action

* fix(permission): allow empty description

* fix: collection<UserRole> not not initialized

* feat(user): add `PasswordNotMatch` error

* fix(user): transform array-string to array

* fix(i18): remove batch-remove-i18.dto

* feat(role): better role cache

* fix: prevent user create if user exists

* fix: token flush fail

* feat: winston nest logger

* feat(mock): endpoint

* feat(v1/application): application endpoint

* feat: remove debugger

* revert: vite.config.dev.ts

* fix: typo

* fix(tinyvue): review suggestion

* fix: compare confirmPassword and oldPassword

* fix: transactional

* feat: add cn i18n record

* fix: can not get accept-language

* fix: remove cache

* feat: singleton refresh

* feat(tinyvue): name will be fallback in add-role select component

* fix: remove ParseIntPipe
* feat: add v2 docker check

* feat: generate new migration file

* optimize: Optimize startup sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring The process of restructuring code without changing its external behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant