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

Steve/pre-generated-preview-2 #1068

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Conversation

weareoutman
Copy link
Member

@weareoutman weareoutman commented May 23, 2024

依赖检查

组件之间的依赖声明,是微服务组件架构下的重要信息,请确保其正确性。

请勾选以下两组选项其中之一:

  • 本次 MR 没有使用上游组件(例如框架、后台组件等)的较新版本提供的特性。

或者:

  • 本次 MR 使用了上游组件(例如框架、后台组件等)的较新版本提供的特性。
  • 在对应的文件中更新了该上游组件的依赖版本(或确认了当前声明的依赖版本已包含本次 MR 使用的新特性)。

提交信息检查

Git 提交信息将决定包的版本发布及自动生成的 CHANGELOG,请检查工作内容与提交信息是否相符,并在以下每组选项中都依次确认。

破坏性变更是针对于下游使用者而言,可以通过本次改动对下游使用者的影响来识别变更类型:

  • 下游使用者不做任何改动,仍可以正常工作时,那么它属于普通变更。
  • 反之,下游使用者不做改动就无法正常工作时,那么它属于破坏性变更。

例如,构件修改了一个属性名,小产品 Storyboard 中需要使用新属性名才能工作,那么它就是破坏性变更。
又例如,构件还没有任何下游使用者,那么它的任何变更都是普通变更。

破坏性变更:

  • ⚠️ 本次 MR 包含破坏性变更的提交,请继续确认以下所有选项:
  • 没有更好的兼容方案,必须做破坏性变更。
  • 使用了 feat 作为提交类型。
  • 标注了 BREAKING CHANGE: 你的变更说明
  • 同时更新了本仓库中所有下游使用者的调用。
  • 同时更新了本仓库中所有下游使用者对该子包的依赖为即将发布的 major 版本。
  • 同时为其它仓库的 Migrating 做好了准备,例如文档或批量改动的方法。
  • 手动验证过破坏性变更在 Migrate 后可以正常工作。
  • 破坏性变更所在的提交没有意外携带其它子包的改动。

新特性:

  • 本次 MR 包含新特性的提交,且该提交不带有破坏性变更,并使用了 feat 作为提交类型。
  • 给新特性添加了单元测试。
  • 手动验证过新特性可以正常工作。

问题修复:

  • 本次 MR 包含问题修复的提交,且该提交不带有新特性或破坏性变更,并使用了 fix 作为提交类型。
  • 给问题修复添加了单元测试。
  • 手动验证过问题修复得到解决。

杂项工作:

即所有对下游使用者无任何影响、且没有必要显示在 CHANGELOG 中的改动,例如修改注释、测试用例、开发文档等:

  • 本次 MR 包含杂项工作的提交,且该提交不带有问题修复、新特性或破坏性变更,并使用了 chore, docs, test 等作为提交类型。

Copy link

github-actions bot commented May 23, 2024

@github-actions github-actions bot temporarily deployed to pull request May 23, 2024 13:03 Inactive
@weareoutman weareoutman marked this pull request as draft May 23, 2024 13:05
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 0aa7718 to 4173f0a Compare May 24, 2024 10:18
@github-actions github-actions bot temporarily deployed to pull request May 24, 2024 10:22 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 4173f0a to 4b0273b Compare July 2, 2024 11:00
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 15 lines in your changes missing coverage. Please review.

Project coverage is 84.24%. Comparing base (77a9ff0) to head (a6c3998).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1068      +/-   ##
==========================================
- Coverage   84.33%   84.24%   -0.10%     
==========================================
  Files         479      479              
  Lines       13905    13920      +15     
  Branches     2001     2008       +7     
==========================================
  Hits        11727    11727              
- Misses       1758     1769      +11     
- Partials      420      424       +4     
Files Coverage Δ
bricks/ai/src/chat-agent/index.tsx 81.35% <40.00%> (-11.85%) ⬇️

@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch 2 times, most recently from ac376e3 to d9743ff Compare July 4, 2024 09:27
@github-actions github-actions bot temporarily deployed to pull request July 4, 2024 09:32 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 5, 2024 10:39 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 5eac059 to 5b10e90 Compare July 8, 2024 01:34
@github-actions github-actions bot temporarily deployed to pull request July 8, 2024 01:40 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 5b10e90 to da2042e Compare July 10, 2024 04:14
@github-actions github-actions bot temporarily deployed to pull request July 10, 2024 04:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 10, 2024 07:15 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 10, 2024 07:31 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 10, 2024 07:45 Inactive
@github-actions github-actions bot temporarily deployed to pull request July 10, 2024 08:02 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from da2042e to 6a9f09f Compare July 11, 2024 04:28
@github-actions github-actions bot temporarily deployed to pull request July 11, 2024 04:33 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 6a9f09f to fde8332 Compare July 11, 2024 06:38
@github-actions github-actions bot temporarily deployed to pull request July 11, 2024 06:44 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from fde8332 to caa2e9b Compare July 11, 2024 08:51
@github-actions github-actions bot temporarily deployed to pull request July 11, 2024 08:57 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from caa2e9b to 29d795b Compare July 11, 2024 09:51
@github-actions github-actions bot temporarily deployed to pull request July 11, 2024 09:57 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch 2 times, most recently from 721a813 to ec1db1b Compare July 12, 2024 01:41
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch 2 times, most recently from 2375a97 to aeb2d42 Compare July 15, 2024 06:09
@github-actions github-actions bot temporarily deployed to pull request July 15, 2024 06:15 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch 2 times, most recently from 54309cf to 1560568 Compare July 15, 2024 06:19
@github-actions github-actions bot temporarily deployed to pull request July 15, 2024 06:24 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 1560568 to ec08c11 Compare July 15, 2024 06:42
@github-actions github-actions bot temporarily deployed to pull request July 15, 2024 06:47 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from ec08c11 to cc40486 Compare July 18, 2024 12:48
@github-actions github-actions bot temporarily deployed to pull request July 18, 2024 12:53 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from cc40486 to f627c0a Compare July 19, 2024 06:25
@github-actions github-actions bot temporarily deployed to pull request July 19, 2024 06:31 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from f627c0a to 4e722a6 Compare July 22, 2024 01:46
@github-actions github-actions bot temporarily deployed to pull request July 22, 2024 01:51 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 4e722a6 to 4260e77 Compare July 22, 2024 08:31
@github-actions github-actions bot temporarily deployed to pull request July 22, 2024 08:36 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 4260e77 to ccb6f5c Compare July 22, 2024 10:07
@github-actions github-actions bot temporarily deployed to pull request July 22, 2024 10:12 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from ccb6f5c to dc1e412 Compare July 24, 2024 08:41
@github-actions github-actions bot temporarily deployed to pull request July 24, 2024 08:46 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from dc1e412 to a6c3998 Compare July 29, 2024 06:41
@github-actions github-actions bot temporarily deployed to pull request July 29, 2024 06:46 Inactive
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 418769b to 9fe4ee6 Compare July 31, 2024 07:58
@weareoutman weareoutman force-pushed the steve/pre-generated-preview-2 branch from 9fe4ee6 to 099f34b Compare July 31, 2024 11:37
@weareoutman weareoutman marked this pull request as ready for review July 31, 2024 11:38
@weareoutman weareoutman merged commit a3256ef into master Jul 31, 2024
3 of 4 checks passed
@weareoutman weareoutman deleted the steve/pre-generated-preview-2 branch July 31, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant