Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: start core modules as microservices #309

Merged
merged 19 commits into from
Sep 3, 2022
Merged

refactor: start core modules as microservices #309

merged 19 commits into from
Sep 3, 2022

Conversation

wibus-wee
Copy link
Member

@wibus-wee wibus-wee commented Aug 27, 2022

请注意:此为破坏性 PR,一旦合并将于原有版本不兼容。届时,主分支将处于无法使用的状态

此 PR 需要做什么?

  • 重新初始化项目
  • 初始化微服务项目
  • 将原有正常的部分模块迁移
  • 将原分支中存在的社区规范文件迁移

此 PR 破坏了什么?

  1. 原有的文件结构,合并后将使用 monorepo 结构
  2. 原有的程序设计,合并后将使用微服务架构
  3. 原有可用的 npm-script,合并后将有部分暂时无法使用,如 bundle
  4. 原有可用的 CI/CD 程序,合并后将有部分暂时无法使用,如 Docker CI
  5. 程序将变为不可使用状态,请注意
  6. 原本的 processer 内的内容全部变为独立的 library
  7. DTO、Model 等全部抽取出至 shared 文件夹,且在 tsconfig 已配置 alias

另:Pull Request Check CI 报错是正常情况

@wibus-wee wibus-wee self-assigned this Aug 27, 2022
@wibus-wee wibus-wee added this to the Release v2.0.0 milestone Aug 27, 2022
@wibus-wee wibus-wee changed the title refactor!: release 2.0.0.alpha.0 feat!: release 2.0.0.alpha.0 Aug 27, 2022
@origami-owo origami-owo marked this pull request as ready for review August 27, 2022 13:42
@wibus-wee wibus-wee marked this pull request as draft August 27, 2022 15:25
@wibus-wee wibus-wee changed the title [WIP] feat!: release 2.0.0.alpha.0 [WIP] refactor: start apps as microservices Aug 31, 2022
@wibus-wee wibus-wee marked this pull request as ready for review September 3, 2022 08:39
@wibus-wee wibus-wee changed the title [WIP] refactor: start apps as microservices refactor: start core modules as microservices Sep 3, 2022
@wibus-wee wibus-wee merged commit 1eb13bd into main Sep 3, 2022
@wibus-wee wibus-wee deleted the next branch September 3, 2022 08:55
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.

1 participant