tongchong
  • Joined on Dec 09, 2022
Loading Heatmap…

tongchong synced commits to master at tongchong/amis from mirror

  • ce03ffac9d fix: 修复 crud 中 filter 开启 submitOnChnage 后无法分页问题 (#10115)
  • 0d60f9100f fix(editor): 修复校验规则修改后面板不更新问题 (#10113) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
  • 0837b30dc4 fix: 修复 inputArray 在编辑器中渲染错误的问题 (#10104)
  • fae6b44ee5 chore: node 升级到 20
  • 285638248d chore: 更新 github workflow,拆分粒度方便定位问题 (#10071)
  • Compare 20 commits »

10 hours ago

tongchong synced commits to 280-6.3.0 at tongchong/amis from mirror

  • 7a95f404a4 Merge remote-tracking branch 'baidu/280-6.3.0' into 280-6.3.0
  • ed6b94efe7 fix: 修复 inputArray 在编辑器中渲染错误的问题 (#10104)
  • 922b16524d fix(editor): 修复校验规则修改后面板不更新问题 (#10113) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
  • 08e664440d fix: 修复 crud 中 filter 开启 submitOnChnage 后无法分页问题 (#10115)
  • ec65a30482 fix(editor): 修复校验规则修改后面板不更新问题 (#10113) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
  • Compare 17 commits »

10 hours ago

tongchong synced commits to ben-project-mask at tongchong/phaser from mirror

1 day ago

tongchong synced commits to master at tongchong/SCOW from mirror

  • 704e4ab2e5 ci: PR增加API breaking change检查 (#1224) 根package.json增加`pnpm api:breaking`命令,可检查api的破坏性更新。并增加一个workflow,专门用于检查破坏性更新。
  • 55a619e1aa fix(ai): 修复更新算法和模型时逻辑错误的问题 (#1221) 目前算法和模型的更新逻辑里,对已存在的实体查找缺少筛选拥有者的条件,有的时候会造成可以更新却无法更新的情况。
  • 6c836587ef chore: 固定 github workflow 中 ifaxity/wait-on-action的版本 (#1222) 目前由于ifaxity/wait-on-action 仓库发布了1.2.0版本 会遇到 报错 https://github.com/iFaxity/wait-on-action/issues/23, 故暂时将该仓库固定在v1.1.0版本保证scow的ci正常跑通
  • Compare 3 commits »

1 day ago

tongchong synced commits to main at tongchong/bootstrap from mirror

  • d7b22b77db Build(deps-dev): Bump hugo-bin from 0.121.1 to 0.122.3 (#39921) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.121.1 to 0.122.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.121.1...v0.122.3) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • 5444bb227d Build(deps-dev): Bump eslint-plugin-html from 8.1.0 to 8.1.1 (#39922) Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 8.1.0 to 8.1.1. - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-html dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • e92eef70c2 Build(deps-dev): Bump terser from 5.30.3 to 5.30.4 (#39919) Bumps [terser](https://github.com/terser/terser) from 5.30.3 to 5.30.4. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.30.3...v5.30.4) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • bb7fba1450 Build(deps-dev): Bump rollup from 4.14.3 to 4.16.3 (#39920) Bumps [rollup](https://github.com/rollup/rollup) from 4.14.3 to 4.16.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.14.3...v4.16.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Compare 4 commits »

2 days ago

tongchong synced commits to master at tongchong/phaser from mirror

  • e337b6e4d1 The default for inputActivePointers works for this condition now
  • ec98b33757 Consistently check length for each pointer event Fix #6783
  • c1c1a0ffa4 If GetURL returns false File.load will now throw a helpful error instead of crashing
  • Compare 3 commits »

2 days ago

tongchong synced commits to ben-project-mask at tongchong/phaser from mirror

  • a26972d77e Do matrix transforms in vertex shader.
  • cc78cf9480 Fix old framebuffer invocation.
  • 8d790b6ac4 Add basic RenderNode system. This currently only handles basic multi-textured images/sprites through a basic camera. It forms the basis of a major overhaul. We assume everything is based on independent quads. Our shaders are initialized with VAOs, and drawn using instanced quads. The buffer memory usage is about 1/6th previous. Most render systems don't work, and WebGLRenderer is a mess. That's OK; we just needed to get this committed before it got any more complicated.
  • 9b5a21f20f Integrate Program Wrapper changes to WebGLRenderer. Also define some return types.
  • c95c8c527a Add DrawingContext for tracking current drawing settings. This is not at all complete yet, but it's doing some useful stuff.
  • Compare 7 commits »

2 days ago

tongchong synced commits to master at tongchong/SCOW from mirror

  • e312efb199 feat(ai): ai 增加vnc, shell 到容器, ai提交作业优化 (#1202) # ai 提交作业优化 1. 支持多个挂载点 2. 镜像支持手动输入 3. 已分享的镜像,数据集,以及模型,选取私有时,取privatePath而不是分享后的路径 4. 将提交作业时ai相关的参数都放入extra_options里 # ai 新增以shell 的方式进入容器的功能 ai 新增进入训练中的作业的容器并执行 shell 操作的功能。该功能依赖于 k8s 的 api server,所以需要一份 kubectl config 配置文件。 ![image](https://github.com/PKUHPC/SCOW/assets/140392039/8c01af88-ffac-41fd-9600-1658a7b6c24d) ![image](https://github.com/PKUHPC/SCOW/assets/140392039/1e9b433d-b18c-4cc1-88c1-b667f70c2070) # ai 增加 vnc Ai模块新增vnc应用 --------- Co-authored-by: Miracle575 <longsijie@icode.pku.edu.cn>
  • a4d36e2fdc fix(ai): 启用serverMinification,使用--no-mangling (#1218) 启用AI项目的服务器端代码优化serverMinification,只使用`--no-mangling`和`swcMinify: false`来关闭name mangling以解决[这个问题](https://github.com/mikro-orm/mikro-orm/issues/5487)。理论上来说应该只要`--no-mangling`就行,但是应该还是next的bug ( https://github.com/vercel/next.js/issues/50208 ),必须还要同时设置`swcMinify: false`才可以。
  • 94aa24c280 feat(web): 支持多个UI扩展 (#1215) 支持同时启用多个UI扩展
  • 00d8f2873d chore(deps): update nginx:alpine docker digest to 7bd8880 (#1216) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | nginx | final | digest | `31bad00` -> `7bd8880` | --- ### Configuration 📅 **Schedule**: Branch creation - "on sunday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PKUHPC/SCOW). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Compare 4 commits »

2 days ago

tongchong synced commits to gh-pages at tongchong/SCOW from mirror

2 days ago

tongchong synced commits to fix-search-optimize at tongchong/SCOW from mirror

  • ab2ad5a0e9 fix(mis): 修复build过程中发现的type问题
  • 4f94fe349f Merge branch 'master' into fix-search-optimize
  • 5936e2b4fb fix(audit): 修改audit测试文件中充值记录导出部分
  • 94aa24c280 feat(web): 支持多个UI扩展 (#1215) 支持同时启用多个UI扩展
  • ba7bb95f65 Merge branch 'master' into fix-search-optimize
  • Compare 12 commits »

2 days ago

tongchong synced commits to feat-suspend-cluster-by-admin at tongchong/SCOW from mirror

  • 23de14e85c fix: 国际化
  • e607955961 feat
  • 583978bb5d feat(mis): 管理系统平台数据统计作业提交用户前十数横坐标改为userName (#1206) ### 做了什么 1.管理系统->平台数据统计->用户提交TOP10,横坐标改为userName #### 改进前 ![368260221c753d5de6ce002ca3bafd1](https://github.com/PKUHPC/SCOW/assets/72734623/b0e80829-fb2f-4526-bba0-ac3ce778920e) #### 改进后 ![ad2ee8bb6ccb1897dcd277e3bc29692](https://github.com/PKUHPC/SCOW/assets/72734623/c8081f48-3ff6-4c1f-a436-b3295c69fe91)
  • 0bd490df7e fix(ci): 修改pnpm最新版升级到9.0造成的构建问题 (#1214) pnpm的最新版升级到了9.0,Lockfile版本从6.x更新到了9.x,存在不兼容问题。而现在在容器构建时,执行`pnpm fetch`时下载的pnpm为最新版,而不是package.json中执行的版本,使得在执行pnpm fetch时lockfile被更新到最新的9.x版本,但是后面在执行后续的pnpm指令时使用的pnpm版本为老版本,不兼容最新的lockfile。 由于 https://github.com/vercel/turbo/issues/7993 问题,现在不能升级pnpm到最新的9.0版本。 此PR把package.json在执行`pnpm fetch`执行复制进了容器,使得执行`pnpm fetch`时所使用的pnpm版本为指定的版本而非最新版,保证lockfile不会意外改变。
  • 76d27b5e7d chore(deps): update dependency @pnpm/lockfile-file to v9 (#1211) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@pnpm/lockfile-file](https://togithub.com/pnpm/pnpm/blob/main/lockfile/lockfile-file#readme) ([source](https://togithub.com/pnpm/pnpm)) | [`8.1.8` -> `9.0.0`](https://renovatebot.com/diffs/npm/@pnpm%2flockfile-file/8.1.8/9.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@pnpm%2flockfile-file/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@pnpm%2flockfile-file/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@pnpm%2flockfile-file/8.1.8/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@pnpm%2flockfile-file/8.1.8/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "on sunday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/PKUHPC/SCOW). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Compare 41 commits »

2 days ago

tongchong synced commits to master at tongchong/tmagic-editor from mirror

2 days ago

tongchong synced commits to v4 at tongchong/query from mirror

2 days ago

tongchong synced commits to main at tongchong/query from mirror

  • 2ffd9fbd84 release: v5.32.0
  • e3240f0233 feat(core): make observers on Query a public property (#7326)
  • f025a7c2e6 chore(docs): fix prettier
  • b92fb043af docs: fix pages breaking due to diff in markdown (#7321)
  • 8fa82653dd docs: fix broken internal links in the query docs (#7247) * wip - 1 * Fix more links * Fix one more link * Another one * Update a link * Fix the broken links in the Angular docs * Fix the broken links in the Vue docs * Fix the Svelte links in the docs --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
  • Compare 7 commits »

2 days ago

tongchong synced commits to master at tongchong/amis from mirror

  • ef8f87c7e1 fix: 修复弹窗中引用弹窗自己的编辑器逻辑问题 (#10078)
  • c9073e9716 fix: 修复弹窗中的弹窗编辑器中出现重复的问题 (#10073)
  • 8563dd04ea style: 优化picker组件在inline模式下的宽度 (#10065) * style: 优化picker组件在inline模式下的宽度 * chore: 解决react hook使用的的警告 --------- Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
  • 41a6fbdef3 style: 优化collapse移动端样式 (#10064) Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
  • 12a999f4ed fix: 修复动作面板中弹窗信息显示不全的问题 (#10063)
  • Compare 6 commits »

4 days ago

tongchong synced commits to 280-6.3.0 at tongchong/amis from mirror

  • e5657dea74 fix: 修复弹窗中引用弹窗自己的编辑器逻辑问题 (#10078)
  • 33e03555d8 style(amis): 样式细节优化,避免异常溢出和换行展示 (#10072) * style(amis): 样式细节优化,避免异常溢出和换行展示 * style(amis-editor): 属性配置面板样式补充,用于避免配置面板被超长的valueLabel撑开,导致样式异常
  • 0818f6e437 fix: 修复弹窗中的弹窗编辑器中出现重复的问题 (#10073)
  • 4b6e8862c2 fix: 修复动作面板中弹窗信息显示不全的问题 (#10063)
  • 0e60bcf2e0 fix: 修复 form 的 flush 逻辑可能会出现一直等待自己的问题 (#10059)
  • Compare 5 commits »

4 days ago

tongchong synced commits to gh-pages at tongchong/SCOW from mirror

4 days ago

tongchong synced commits to main at tongchong/query from mirror

5 days ago

tongchong synced commits to master at tongchong/RuoYi from mirror

  • f31e6bd1bb 优化树表格align属性在标题生效(I9FVBJ)

1 week ago

tongchong synced commits to master at tongchong/SCOW from mirror

  • 583978bb5d feat(mis): 管理系统平台数据统计作业提交用户前十数横坐标改为userName (#1206) ### 做了什么 1.管理系统->平台数据统计->用户提交TOP10,横坐标改为userName #### 改进前 ![368260221c753d5de6ce002ca3bafd1](https://github.com/PKUHPC/SCOW/assets/72734623/b0e80829-fb2f-4526-bba0-ac3ce778920e) #### 改进后 ![ad2ee8bb6ccb1897dcd277e3bc29692](https://github.com/PKUHPC/SCOW/assets/72734623/c8081f48-3ff6-4c1f-a436-b3295c69fe91)
  • 0bd490df7e fix(ci): 修改pnpm最新版升级到9.0造成的构建问题 (#1214) pnpm的最新版升级到了9.0,Lockfile版本从6.x更新到了9.x,存在不兼容问题。而现在在容器构建时,执行`pnpm fetch`时下载的pnpm为最新版,而不是package.json中执行的版本,使得在执行pnpm fetch时lockfile被更新到最新的9.x版本,但是后面在执行后续的pnpm指令时使用的pnpm版本为老版本,不兼容最新的lockfile。 由于 https://github.com/vercel/turbo/issues/7993 问题,现在不能升级pnpm到最新的9.0版本。 此PR把package.json在执行`pnpm fetch`执行复制进了容器,使得执行`pnpm fetch`时所使用的pnpm版本为指定的版本而非最新版,保证lockfile不会意外改变。
  • Compare 2 commits »

1 week ago