Argo Zhang
e35bbdc9ea
doc(Tab): update NotAuthorized parameter documentation ( #4613 )
...
* doc: 增加 404 重定向
* feat(Tab): 移除 NotAuthorized/NotFound 参数
* feat(Layout): 移除 NotAuthorized/NotFound 参数
* Revert "feat(Layout): 移除 NotAuthorized/NotFound 参数"
This reverts commit f5e5f49583998913d531474a01c4afa99126042c.
* Revert "feat(Tab): 移除 NotAuthorized/NotFound 参数"
This reverts commit df041c745b47a72b45c6f2c541b858333cffe1b3.
* refactor: 更新参数文档
* refactor: 更新私有变量
* refactor: 代码格式化
* Revert "chore(Qodana): add qodana CI checks (#4610 )"
This reverts commit 52449392b0
.
2024-11-05 18:51:46 -08:00
qodana-cloud[bot]
52449392b0
chore(Qodana): add qodana CI checks ( #4610 )
...
* Add qodana.yaml file
* Add github workflow file
---------
Co-authored-by: Qodana Application <qodana-support@jetbrains.com>
2024-11-05 18:46:06 -08:00
Argo Zhang
896a3ba60e
feat(net9): support net9.0 framework ( #4585 )
...
* chore: 更新框架到 net9.0
* doc: 格式化单元格
* chore: 更新打包脚本移除 BuildBundlerMinifierPlus 工具
* chore: 更新配置消除警告信息
* chore: 更新打包脚本移除 BuildBundlerMinifierPlus 工具
# Conflicts:
# src/Bundle.props
* chore: 更新 scss 目录打包不输出
* chore: 更新开发模式脚本
* chore: 更新打包脚本
* refactor: 增加包私有化
* doc: 格式化单元格
* style: 更新 scroll 样式
* chore: 更新忽略配置
* chore: 更新工具链
* chore: 更改文件名
* chore: 移除代码拷贝脚本
* chore: 更新配置启用压缩
* chore: 开启 scss 脚本实时更新
* chore: 更新依赖包
* chore: 更新忽略文件
* chore: 更新拷贝任务名称
* chore: 增加警告忽略配置
* chore: 更新工具链配置
* refactor: 使用 Assets 特性
* refactor: 更新自动化 dotnet 版本
* chore: 更新框架
* refactor: 更新包消除警告信息
* chore: 更新依赖包
* chore: 更新依赖消除警告信息
* chore: 调整依赖
* refactor: 移除 Sass 打包工具
* refactor: 移动 sass 工具到 targets 配置文件中
* chore: 更新依赖包
* chore: 更新项目配置文件
* chore: 移除 version 相关配置
* refactor: 移除 Title 组件
* doc(ErrorLogger): 更新参数说明文档
* chore: bump version 9.0.0-rc03
* chore: 更新字典
* chore: 更新依赖
* doc: 更新命名空间
* refactor: 移除冗余样式
* refactor: 移除 ThemeLoader 组件
* refactor: 移除 ThemeLoader 组件
2024-11-01 12:51:39 +08:00
Argo Zhang
eb94df80c4
chore(Dependence): update project configuration ( #4355 )
...
* chore: update pull request template
* chore: update sass compiler package
* chore: 单元测试统一版本号
* refactor: 调整框架依赖版本号
* chore: 更新包版本
2024-09-25 10:52:23 +08:00
Argo Zhang
96aef4df16
chore(Docker): update docker auto script ( #4327 )
...
* doc: 更新文档
* style: 调整 H3 下边距
* chore: 更新字典
* doc: 更新配置文件
* chore: 更新 PR 模板
* chore: 更新 Docker 镜像脚本
2024-09-19 13:52:47 +08:00
Argo Zhang
271d398e12
chore(Bug): update bug template ( #4315 )
...
* chore: 更新 bug 模板
* chore: 更新 Bug 模板配置项
* chore: remove slnf file
2024-09-16 14:41:38 +08:00
Argo Zhang
f7feee65bd
refactor(TagHelper): add IVersionService implement ( #3282 )
...
* chore: 更新配置项
* refactor: 更新标签组件
* test: 恢复单元测试
* chore: 增加 AppendVersion 服务
* chore: bump version 8.4.4-beta01
* doc: 增加 TagHelper 包
* chore: 更新自动化脚本
* chore: 更新依赖包
2024-04-14 01:12:25 +08:00
Argo Zhang
325e300d39
refactor(QueryPageOptions): rename IsFristQuery to IsFirstQuery ( #3263 )
...
* feat: 更改 IsFristQuery 为 IsFirstQuery
* refactor: 更新单词
* test: 更新单元测试
* refactor: 增加排除标签
* chore: 更新自动化脚本
2024-04-11 19:02:56 +08:00
Argo Zhang
3c95910037
chore: update codecov-action ( #2900 )
2024-02-04 21:28:49 +08:00
Argo Zhang
7218fb3319
test(TreeView): add unit test improve code coverage ( #2858 )
...
* chore: 更新自动化脚本
* refactor: 更新样式
* doc: 更新示例
* test: 增加单元测试
* chore: bump version 8.1.10-beta02
2024-01-27 18:13:23 +08:00
zhangpeihang
28309d3d6b
test(SelectObject): add unit test improve code coverage ( #2829 )
...
* fix: 首次渲染给 CurrentValue 赋值
* test: 增加 Color 单元测试
* test: 增加 Arrow 单元测试
* test: 增加 Width 单元测试
* test: 增加 Text 单元测试
* test: 增加 Height 单元测试
* test: 增加 Template 单元测试
* test: 增加 Validate 单元测试
* Revert "fix: 首次渲染给 CurrentValue 赋值"
This reverts commit 8dc0888692af146d5d4e91b8bbc0671a4f0e0e8f.
* chore: 更新 checkout 版本
* chore: 更新版本
* chore: 更新 codecov 版本
---------
Co-authored-by: Argo-AscioTech <argo@live.ca>
2024-01-26 14:57:01 +08:00
Argo Zhang
95ef396608
doc(JSVersion): unified script version ( #2700 )
...
* refactor: 增加版本号格式化逻辑
* chore: 更新 jsvermaker 版本
* chore: 更新 jsver 脚本参数
* chore: 更新配置文件
* refactor: 精简代码
* chore: Server 项目增加版本号自动化功能
* test: 更新单元测试
* refactor: 重构代码提高代码覆盖率
* refactor: 更新单元测试
* chore: 更新 xUnit 框架包
* refactor: 代码重构
* test: 更新单元测试
* refactor: 更新 JSModule 单元测试
* test: 更新单元测试
* refactor: 重构代码消除提示信息
* refactor: 重构代码消除警告信息
* refactor: 更新打印单元测试
* refactor: 更新 Table 单元测试
* test: 更新剪切板单元测试
* test: 更新 TreeView 单元测试
* test: 更新下载单元测试
* test: 移除 IsTree 单元测试
* refactor: 更新 Dialog 单元测试
* chore: 更新 github-action
2023-12-29 16:49:32 +08:00
Alex chow
498d5f92ff
feat(BootstrapLabel): add UseInputEvent parameter ( #2543 )
...
* <BootstrapInput> 添加参数 OnInput 是否在文本框的值更改时触发
* <BootstrapInput> 添加参数 OnInput 的测试单元
* <BootstrapInput> 添加参数 OnInput 的文档示例
* doc: 更新资源文件
* refactor: 更改参数为 UseInputEvent
* doc: 更新示例代码
* chore: 更新字典
* doc: 更新资源文件
* chore: 更新 Issue 模板
* test: 更新单元测试
---------
Co-authored-by: Argo-AscioTech <argo@live.ca>
2023-12-11 00:04:19 +08:00
Argo Zhang
e3ec86b08c
chore(Release): update github action script ( #2375 )
...
* chore: 更新路径
* chore: 更新自动化脚本
* refactor: 移除自动化脚本
* chore: 更新打包工具
2023-11-15 12:17:27 +08:00
Argo Zhang
58a487d1f5
doc(Gantt): update project folder name ( #2373 )
...
* chore: 更新甘特图
* chore: 更新项目目录名
2023-11-15 12:05:52 +08:00
Argo Zhang
9c126ee185
chore(NET8): support net8.0 ( #2371 )
...
* refactor: 更新框架为 net8
* chore: 单元测试更新依赖包到最新
* chore: wasm 支持 net8
* chore: bump version 8.0.0
* chore: shared 工程更新依赖包
* chore: 发布脚本更改路径
* chore: 组件包更新到 8.0
* refactor: 中间件重构代码提高性能
* refactor: 支持 net8.0
* chore: 更新自动化脚本
* test: 更新单元测试
2023-11-15 10:57:18 +08:00
Argo Zhang
5ff15521c5
refactor(Select): revert CurrentValueAsString assign ( #2039 )
...
* refactor: use Find instead of FirstOrDefault
* revert: 撤销代码更改
* refactor: 属性更改为方法
* refactor: 拆解三元运算符提高可读性
* refactor: 拆分三元表达式提高可读性
* chore: 增加语法检查字典配置
* chore: bump version 7.10.2
* chore: 更新 actions 依赖项
* chore: 使用大版本号
2023-09-01 01:41:59 +08:00
Argo Zhang
35a87fa7f4
bug(Compile): compile failed use SDK 7.0.302 ( #1274 )
...
* refactor: 移除默认值
* refactor: 更改默认值为 Bottom
* test: 更新单元测试
* test: 增加单元测试
* test: 更新单元测试
* test: 更新单元测试
* test: 更新单元测试
* test: 更新单元测试
* test: 更新单元测试
* test: 更新单元测试
* test: 更新单元测试
* test: 消除警告信息
* chore: cs 文件增加基类
* revert: 撤销配置文件更改
* test: 更新单元测试
* test: 消除警告信息
2023-05-19 11:17:04 +08:00
Argo Zhang
15b2d529f9
feat(Reconnector): add ReconnectInterval parameter ( #1262 )
...
* refactor: 更新代码
* refactor: 移除不必要的样式
* refactor: 增加 outerHeight/outerWidth 方法
* refactor: 更新高度计算逻辑
* doc: 调整示例代码
* feat: add reconnect interval parameter
* chore: bump version 7.6.5
* refactor: 调整组件渲染模式
* refactor: 调整 App 组件渲染模式
* doc: 更新文档
* test: 增加 ReconnectInterval 参数单元测试
* chore: 强制使用 203 sdk
2023-05-17 19:50:36 +08:00
Argo Zhang
5022412e60
chore: rename documentation form name ( #495 )
2023-02-07 01:45:19 +08:00
Argo Zhang
dc6a4c0f92
chore: update solution file remove miscellaneous ( #485 )
...
* doc: update repro doc
* doc: add document form value
* doc: add unit test form value
* doc: add other form
* doc: rename config form
* doc: update pull request template
* chore: update solution file
2023-02-05 20:47:17 +08:00
Alex chow
e3b44bdc0d
chore: update config issue form ( #474 )
...
Signed-off-by: Alex chow <zhouchuanglin@gmail.com>
Co-authored-by: Argo Zhang <argo@live.ca>
2023-02-04 01:45:35 +08:00
Alex chow
dc3b2d2fe2
Create config.yml ( #470 )
...
Signed-off-by: Alex chow <zhouchuanglin@gmail.com>
Co-authored-by: Argo Zhang <argo@live.ca>
2023-02-04 00:44:33 +08:00
Argo Zhang
75ceb8ef79
chore: add bb-auto-config.yml file ( #465 )
2023-02-03 20:41:35 +08:00
Argo Zhang
6bba399b35
chore: move workflow to scripts folder ( #437 )
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-02-01 16:00:14 +08:00
Argo Zhang
113ff2d6bf
chore: update jobs name ( #433 )
2023-01-31 22:17:08 +08:00
Argo Zhang
ea69a036e0
test: refactor Utility.Clone method for improve code coverage ( #417 )
...
* test: improve code coverage
* refactor: refactor Clone method improve code coverage
* refactor: 增加代码健壮性
* revert: 撤销 Fields 更改
* refactor: 精简代码
* doc: 增加注释信息
* refactor: 更新 Copy 方法
* chore: update codecov ation version
2023-01-29 15:51:33 +08:00
Argo Zhang
4421878bec
test: add unit test for cascader ( #413 )
...
* refactor: add EditorRequired attribute for Items parameter
* test: add unit test for Items is null
* test: add SetValue unit test increase code coverage
* chore: update auto assige assignees action
2023-01-29 00:58:57 +08:00
Argo
9c9e8ee4b1
feat: TreeView support auto expand via node IsActive ( #411 )
...
* refactor: 更改 CollapsedNodeCache 属性名
* refactor: ExpandedNodeCache 更改为属性
* refactor: EqualityComparer 更改为属性
* refactor: 重命名内部变量
* refactor: 更新节点状态缓存变量名
* feat: 增加节点自动展开功能
* refactor: 调整代码顺序提高代码覆盖率
* chore: bump version 7.2.5-beta02
* chore: update async assignees from issue
2023-01-28 17:19:45 +08:00
Argo
bae3541589
chore: merge comment label action into auto assign action ( #409 )
...
* chore: 移除不使用的脚本
* chore: 增加文档
* chore: 更新解决方案文档
* chore: 消除预览版本警告信息
* chore: 更新部署脚本
* chore: 更新 linux 配置脚本
* chore: 更新 nginx.conf 配置项
* chore: 删除自动 comment 脚本
* chore: 增加自动标签后根据不同标签自动 comment 功能
* chore: 输出信息更改为首字母大写
* chore: 增加 Reviewer 是仓库作者判断
* chore: 移除对 auto_comment 脚本引用
* revert: 撤销更改
* chore: 增加 Reviewer 是仓库作者判断
2023-01-28 16:30:05 +08:00
Lambert Lee
4204bdbd27
chore: update issue form ( #405 )
...
* update issue form
* chore: update assign assignees action
* chore: update sync assignees action
* chore: add reivewers action
* chore: update add reviewers action
* chore: add environment REPO_OWNER
* chore: update document template
---------
Co-authored-by: Argo Zhang <argo@163.com>
2023-01-28 02:15:46 +08:00
Lambert Lee
90ecae9491
test: add menu unit test improve code coverage ( #401 )
...
* chore: rename action name
* doc: 增加注释
* test: add IsDisabled unit test
* test: update IsDisabled unit test
Co-authored-by: Argo Zhang <argo@163.com>
Co-authored-by: lambert lee <lish@live.cn>
2023-01-27 20:09:07 +08:00
Argo
f3d1c2cda7
chore: update comment label action and repro document ( #399 )
...
* chore: fix can not assign assignee on issue
* chore: update checkout action version
* chore: update action branch
* chore: update action and jobs name
* chore: update action add null check
* doc: add repro document
* chore: update comment issue action
2023-01-27 16:36:26 +08:00
Argo
5998f4626b
feat(TreeView): support auto expand for active node ( #398 )
...
* refactor: 精简代码
* refactor: 增加 IsActive 属性
* refactor: remove SelectedItem parameter
* feat: add set Value when is null
* refactor: 更改私有字段为属性提高代码可读性
* feat: 增加扩展方法 SetParentExpand 用于级联设置父级节点展开收缩状态
* feat: 增加 ItemChanged 多次触发保护
* test: 更新单元测试使用属性代替私有字段
* fix: 增加 Items 参数默认值设置精简逻辑
* refactor: add EditorRequired attribute
* refactor: 增加 SelectedValue 变量存储上次选中值
* refactor: 增加 Value 值逻辑
* refactor: 增加 TriggerItemChanged 方法精简代码
* feat: 增加自动展开功能
* feat: 增加 CascadingTree 扩展方法
* refactor: 使用 CascadingTree 扩展方法
* test: 修复失败的单元测试
* test: 增加 ItemChanged 单元测试
* doc: 更新示例代码
* refactor: 精简 SetParentExpand 扩展方法
* test: 增加 SetParentExpand 单元测试
* chore: bump version 7.2.5-beta01
* chore: update auto assign label action
* chore: add log info
2023-01-26 22:24:01 +08:00
Argo
726644c69c
chore: merge action into one action ( #393 )
2023-01-26 00:04:57 +08:00
Argo
2cbb7b384a
chore: add sync labels assignees milestone actions ( #391 )
...
* fix: missing labeler.yml file
* chore: rename job name
* chore: update not-before value
* chore: update auto assign milestone action
* chore: add auto assign milestone action
* chore: add jobs name
* chore: remove copy milestone action
* chore: remove pr auto assign label
* feat: add auto assign assignee label
* chore: add sync action
* chore: update action name
2023-01-25 21:52:27 +08:00
Argo
7862505863
feat: add github labeler bot ( #389 )
...
* chore: update action jobs name
* chore: update auto labels bot support pull request
* chore: put labels.yml into github folder
* chore: remove labeler.yml file
2023-01-25 13:42:42 +08:00
Argo
02e1bd215b
chore: update actions/bots jobs name ( #387 )
...
* chore: rename action bot jobs name
* chore: add bots on solution
2023-01-25 12:42:51 +08:00
Argo
131cbd5ddf
chore: add auto assign actions ( #381 )
...
* chore: rename auto assign milestone action
* chore: add auto assign label on issue action
* chore: add auto comment issue action
Co-authored-by: Argo Zhang <argo@163.com>
2023-01-23 10:21:41 -08:00
Argo
6461849e90
chore: update issue form ( #380 )
...
* chore: update pull quest template md file
* choe: update issue form
* chore: update Fixes to fixes
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-23 16:11:56 +08:00
Argo
5ed60755d7
test: add GetCellClassString unit test ( #375 )
...
* test: add GetCellClassString unit test
* chore: update pull request action
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-23 01:17:27 +08:00
Argo
655406d1a7
chore: update pull request template ( #373 )
...
* chore: rename pull request action file name
* chore: add pull request template md file
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-23 00:37:09 +08:00
Argo
b7e5d81a0c
!3787 update codecov action
...
* chore: update codecov action
2023-01-22 10:34:48 +00:00
Argo
eacd71d135
!3785 chore(#I6B5PX): add pull request template
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
* chore: update pull reqeust template
2023-01-21 19:18:19 +00:00
Argo
59a12837b4
update issue template ( #367 )
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
2023-01-22 03:00:14 +08:00
Argo
63b680bb42
add codecov action check for pull-request ( #360 )
...
Co-authored-by: alex chow <zhouchuanglin@gmail.com>
Co-authored-by: lambert lee <1708416@qq.com>
Co-authored-by: lambert lee <lish@live.cn>
2023-01-21 01:54:05 +08:00
Argo
5fef551599
!3514 chore(#I6094F): bump version 7.0.0
...
* test: 修复失败的单元测试
* test: 修复失败的单元测试
* chore: 更新打包脚本
* chore: bump version 7.0
2022-11-09 05:55:25 +00:00
Argo
9852c80f99
!2678 chore(#I53B6S): update script for github pack action
...
* chore: 更新脚本打包前先 build
* chore: 更正大小写兼容 linux
2022-04-18 09:08:23 +00:00
Argo
d97e04c72d
!2645 chore(#I51XIB): update github action script for remove setup aspnetcore 2.1
...
* chore: 移除对 aspnetcore 2.1 依赖
2022-04-11 03:30:40 +00:00
Argo
01f4546615
!2464 feat(#I4VEUV): add FontAwesome nuget package
...
* chore: 增加 FontAwesome 包脚本
* refactor: 重命名类名
* refactor: 重命名类
* chore: 排除 BB 资源文件
* chore: 增加 FontAwesome 项目
* chore: 增加资源文件
2022-02-26 14:05:17 +00:00