A00老虎 openihu
Loading Heatmap…

openihu synced commits to release/v1.19 at openihu/gitea from mirror

  • 6705b215db Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678) Backport #23650 by @Zettat123 `HookEventType` of pull request review comments should be `HookEventPullRequestReviewComment` but some event types are `HookEventPullRequestComment` now. Co-authored-by: Zettat123 <zettat123@gmail.com>
  • a9b4aa4cc4 Create commit status when event is `pull_request_sync` (#23683) (#23691) Backport #23683 by @sillyguodong Fix: #23674 If the type of `hook_event` is `pull_request_sync`, also need to insert a record of `commit_status` into DB. Because `pull_request` event and `pull_request_sync` event have the same payload, so the code is reusable. Screenshot: ![image](https://user-images.githubusercontent.com/33891828/227465436-1b436807-d0b2-4a2b-8890-09d96c7f666d.png) Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
  • Compare 2 commits »

1 hour ago

openihu synced commits to main at openihu/gitea from mirror

  • de5b368bca Describe Gitea's purpose more accurately (#23698) As title. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Yarden Shoham <git@yardenshoham.com>
  • e37ef4d374 [skip ci] Updated translations via Crowdin
  • Compare 2 commits »

1 hour ago

openihu synced commits to master at openihu/MindSpore文档 from mirror

  • 2d6161fac6 !11353 modify doc Merge pull request !11353 from xumengjuan1/master
  • 0d123b5be2 modify doc
  • bf8d606dac !11344 [docs] API mapping Merge pull request !11344 from shaojunsong/code_docs_mapping0325
  • d319d2af7f update api mappings
  • 50e0d5eebb !11302 del api diff doc Merge pull request !11302 from 于振华/del_api_diff_doc_230322
  • Compare 20 commits »

8 hours ago

openihu synced commits to master at openihu/OpenHarmony文档 from mirror

  • 9120b22aaa !16443 [shape]line,circle,ellipse无法形成拐角,添加strokeLineJoin属性说明 Merge pull request !16443 from zhangbingce/dev-stroke-line-join
  • 62b1f3fd1f !16462 翻译完成:16201【同步主干d.ts】补充资料说明 Merge pull request !16462 from wusongqing/TR16201
  • 1f293b7b33 !16307 add permission desc for permission list Merge pull request !16307 from dreamsky8023/master
  • 3ee8af6796 Update docs against 16201+16295 Signed-off-by: wusongqing<wusongqing@huawei.com>
  • fada2facc7 !16463 翻译完成:16152 元服务分包预加载需求变更 Merge pull request !16463 from wusongqing/TR16152
  • Compare 26 commits »

16 hours ago

openihu synced commits to OpenHarmony-3.2-Release at openihu/OpenHarmony文档 from mirror

  • 9a9a74cbcf !16470 customdialogcontroller文档说明补充 Merge pull request !16470 from houhaoyu/cherry-pick-1679643733
  • e1c14ac690 !16459 优化UIAbility和ExtensionAbility资料说明 Merge pull request !16459 from ccll/oh3.2_release
  • 46bd03640d fixed 34d9ecb from https://gitee.com/houhaoyu/docs/pulls/16424 houhaoyu@huawei.com 修改customdialogcontroller文档 Signed-off-by: houhaoyu <houhaoyu@huawei.com> Change-Id: Ia72c0d96dc9b08ff9e426c65cf66500705bd3047
  • 95d3767ccd !16453 【包管理】IDE最新的版本package.json文件变更为oh-package.json5,资料适配修改 Merge pull request !16453 from hanfeng/OpenHarmony-3.2-Release
  • 5791092158 caochunlei1@huawei.com Signed-off-by: caochunlei <caochunlei1@huawei.com>
  • Compare 6 commits »

16 hours ago

openihu synced commits to OpenHarmony-3.2-Beta5 at openihu/OpenHarmony文档 from mirror

  • f730123abb !16473 在官网入口增强版本获取的描述 Merge pull request !16473 from 时睿/OpenHarmony-3.2-Beta5
  • a081537873 !16480 beta5目录更新 Merge pull request !16480 from zengyawen/OpenHarmony-3.2-Beta5
  • 2995e77d15 update docs Signed-off-by: zengyawen <zengyawen1@huawei.com>
  • d8a8d16868 优化描述 Signed-off-by: 时睿 <shirui721@huawei.com>
  • 7b6f218583 优化描述 Signed-off-by: 时睿 <shirui721@huawei.com>
  • Compare 9 commits »

16 hours ago

openihu synced commits to release/v1.19 at openihu/gitea from mirror

  • 1faa39b44c Drop migration for ForeignReference (#23605) (#23666) Backport #23605 by @wolfogre Fix https://github.com/go-gitea/gitea/issues/21086#issuecomment-1476560381 Related to #21721 Co-authored-by: Jason Song <i@wolfogre.com>
  • 780f71c4ca Fix incorrect `show-modal` and `show-panel` class (#23660) (#23663) Backport #23660 That's incorrect code caused by Copy&Paste. `show-modal` / `show-panel` are used by JS to show something, but these links have `href`, they should navigate to new page. Close #23657
  • 484cb22f14 Fix incorrect package doc link (#23679) (#23689) Backport #23679 by @yp05327 package doc link is changed in https://github.com/go-gitea/gitea/pull/23629 Co-authored-by: yp05327 <576951401@qq.com>
  • Compare 3 commits »

23 hours ago

openihu synced commits to main at openihu/gitea from mirror

  • c5cfc08555 ensure go/bin path exists when copying hugo bin into it (#23692) follow up of https://github.com/go-gitea/gitea/pull/23686 path does not exist during static pipeline, and fails out (example: https://drone.gitea.io/go-gitea/gitea/70587/1/5 )
  • 023e61e678 Create commit status when event is `pull_request_sync` (#23683) Fix: #23674 If the type of `hook_event` is `pull_request_sync`, also need to insert a record of `commit_status` into DB. Because `pull_request` event and `pull_request_sync` event have the same payload, so the code is reusable. Screenshot: ![image](https://user-images.githubusercontent.com/33891828/227465436-1b436807-d0b2-4a2b-8890-09d96c7f666d.png)
  • aa3c673621 Add `deps-docs` command to makefile (#23686) Refactored `deps-docs` out of `docs` because #23629 broke Gitpod's docs setup (which grepped to get the hugo install command). Now `make deps` really installs everything to develop (includes `docs`).
  • d673a6f832 Fix incorrect package doc link (#23679) package doc link is changed in https://github.com/go-gitea/gitea/pull/23629
  • b958dba1a0 Improve indices for `action` table (#23532) Close #21611 Add the index mentioned in https://github.com/go-gitea/gitea/issues/21611#issuecomment-1451113252 . Since we already have an index for `("created_unix", "user_id", "is_deleted")` columns on PostgreSQL, I removed the database type check to apply this index to all types of databases.
  • Compare 5 commits »

23 hours ago

openihu synced commits to master at openihu/MindSpore文档 from mirror

  • d21fbe203a !11332 modify doc Merge pull request !11332 from xumengjuan1/master
  • aac8e6146f !11334 [MS][LITE] Ascend device info api doc. Merge pull request !11334 from youshu/ys_ascend_dev_info_api
  • 050eeef446 !11333 modify generate_html code Merge pull request !11333 from 俞涵/master
  • 20060cd86e [MS][LITE] Ascend device info api doc.
  • 3e4b37ebcf modify doc
  • Compare 36 commits »

1 day ago

openihu synced commits to Develop_Branch at openihu/LuckyFrameWeb from mirror

  • 2afcfb716f Merge branch 'Develop_Branch' of https://gitee.com/seagull1985/LuckyFrameWeb into pr_40
  • da4e7f9484 !44 提交web UI测试PO模式功能 Merge pull request !44 from 陈再兴/Develop_Branch
  • fbed14664d Merge branch 'Develop_Branch' of gitee.com:seagull1985/LuckyFrameWeb into Develop_Branch Signed-off-by: 陈再兴 <5298349+chen_zai_xing@user.noreply.gitee.com>
  • 1070dda814 fix:解决合并冲突
  • f3b0d05c67 过滤日志提交
  • Compare 9 commits »

1 day ago

openihu synced commits to release/v1.19 at openihu/gitea from mirror

  • 2a70473af7 Backport locales to 1.19 (#23634) Generated by #23633
  • a28863bff7 Fix codeblocks in the cheat sheet (#23664) (#23669) Backport #23664 by @SuperSandro2000 Conflicts fixed by Andrew Thornton <art27@cantab.net> Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Andrew Thornton <art27@cantab.net>
  • 162f2841d0 Rename develop -> development, contribute -> contributing, administer -> administration (#23662) backport #23629 To make versioned documentation less surprising, 1.19 should have the same technology.
  • Compare 3 commits »

1 day ago

openihu synced commits to main at openihu/gitea from mirror

  • e52ea44edd Clarify that Gitea requires JavaScript (#23677) Close #20553 There were already a lot of functions powered by JavaScript in Gitea. Without JavaScript, the Gitea Web UI almost doesn't work (only some static links work ....)
  • 8d5fbeb7a2 Use data-tooltip-content for tippy tooltip (#23649) Follow: * #23574 * Remove all ".tooltip[data-content=...]" Major changes: * Remove "tooltip" class, use "[data-tooltip-content=...]" instead of ".tooltip[data-content=...]" * Remove legacy `data-position`, it's dead code since last Fomantic Tooltip -> Tippy Tooltip refactoring * Rename reaction attribute from `data-content` to `data-reaction-content` * Add comments for some `data-content`: `{{/* used by the form */}}` * Remove empty "ui" class * Use "text color" for SVG icons (a few)
  • 87f0f7e670 Add aria attributes to interactive time tooltips. (#23661) Fixes #23645 * Added `describedby` attribute to the reference element. * Eliminated `aria-expanded` attribute to the reference element in order to conform strictly with WCAG 2.1 rules.
  • d02e83a2c3 Fix cancel button in the page of project edit not work (#23655) Before, in project edit page, the cancel button is not work. https://user-images.githubusercontent.com/33891828/227182731-6478e29f-0e52-48c4-beb0-6a7d1dda6a1d.mov 1. The wrong classname `cancel` was added to the `<a>` tag. That classname caused the default click event of `<a>` tag to be cancelled. Because we have the following settings in the global. So I remove the classname `cancel`. https://github.com/go-gitea/gitea/blob/9be90a58754061171bbd5025d85d2b891364efd3/web_src/js/features/common-global.js#L325-L327 2. Another change is that page will redirect to the previous page. https://user-images.githubusercontent.com/33891828/227187326-c653c6d6-9715-440f-a732-ba0a6f012c81.mov
  • a9cceb0597 Fix long project name display in issue list and in related dropdown (#23653) This PR is to fix the second problem mentioned in #23625, along with the long texts problem in `issue-item-bottom-row` of `issuelist.tmpl` Main changes are: 1. Add `max-width` to the search dropdowns in issue list and make the possible long texts inside to show ellipsis if texts are long 2. Adjust the conditions in [issuelist.tmpl](https://github.com/go-gitea/gitea/blob/1d35fa0e784dffcadacb2322a3d7ac3ec2ff89b2/templates/shared/issuelist.tmpl#L146-L167) to fix the problem as mentioned by the [comment](https://github.com/go-gitea/gitea/issues/23625#issuecomment-1479281060) 3. Use `word-break: break-word;` in `issue-item-bottom-row` to break the possible long texts. After the PR issuelist in repo (similar for pr list): <img width="366" alt="截屏2023-03-23 17 42 40" src="https://user-images.githubusercontent.com/17645053/227163953-93e9adbd-5785-4c16-b538-9db901787775.png"> dropdowns with long name (Here take reference from github to deal with the long names cases: show ellipsis with no title, because all these options are clickable, and it might not be necessary to add titles to them ): <img width="370" alt="截屏2023-03-23 17 43 50" src="https://user-images.githubusercontent.com/17645053/227164215-df6fcaaa-9fee-4256-a57c-053fbcffafbb.png"> <img width="365" alt="截屏2023-03-23 17 43 56" src="https://user-images.githubusercontent.com/17645053/227164227-9c99abcd-f410-4e07-b5b8-cbce764eedcd.png"> issue page (similar for pr page): <img width="374" alt="截屏2023-03-23 17 45 37" src="https://user-images.githubusercontent.com/17645053/227164668-654a8188-dac8-4bbf-a6e3-f3768a644a1b.png"> on PC: <img width="1412" alt="截屏2023-03-23 17 47 20" src="https://user-images.githubusercontent.com/17645053/227166694-e7bcc6e5-9667-4cef-9fbf-db85640a2c6c.png"> <img width="1433" alt="截屏2023-03-23 17 46 40" src="https://user-images.githubusercontent.com/17645053/227165182-4e2a5d19-74bc-4c66-b73c-23cbca176ffe.png">
  • Compare 13 commits »

1 day ago

openihu synced commits to dev at openihu/xmake from mirror

1 day ago

openihu synced commits to master at openihu/license-translation from mirror

  • 7a3b28bb0b update README.md. Signed-off-by: VanessaXWGUO <vanessa-guo@outlook.com>
  • da6c6d4399 update 译文评审/MIT翻译-评审会审定稿-20230115.md. Signed-off-by: VanessaXWGUO <vanessa-guo@outlook.com>
  • 5e9ba49f67 update 译文评审/BSD-3-clause翻译-评审会审定稿-20230115.md. Signed-off-by: VanessaXWGUO <vanessa-guo@outlook.com>
  • 953cd86106 update 译文评审/MIT翻译-评审会审定稿-20230115.md. Signed-off-by: VanessaXWGUO <vanessa-guo@outlook.com>
  • cfdd8c77ae update 译文评审/MIT翻译-评审会审定稿-20230115.md. Signed-off-by: VanessaXWGUO <vanessa-guo@outlook.com>
  • Compare 13 commits »

1 day ago

openihu synced commits to master at openihu/OpenHarmony文档 from mirror

  • 1777fb5647 !16066 【轻量级 PR】:update 序号 Merge pull request !16066 from 坚果/N/A
  • eeee1a3e44 !16391 getaddr 权限标注错误 Merge pull request !16391 from liyufan/master
  • e67e20dd16 !16175 资料描述优化 Merge pull request !16175 from mingxihua/master
  • 49ff07d437 !16384 【壁纸】api变更 Merge pull request !16384 from wangdongqi/master
  • 708a8f7660 !16304 RM012.Search组件能力增强 文档提交 Merge pull request !16304 from limeng/search
  • Compare 40 commits »

1 day ago

openihu synced commits to OpenHarmony-3.2-Release at openihu/OpenHarmony文档 from mirror

  • e45e410f62 !16404 【壁纸】api变更 3.2Release Merge pull request !16404 from wangdongqi/OpenHarmony-3.2-Release
  • 080aa55ce9 !16441 翻译完成:figure文件夹改名为figures,并更新文档内链接 Merge pull request !16441 from wusongqing/E0323-release
  • ae503873f1 !16442 taskpool api document add content (cp 3.2release) Merge pull request !16442 from wangzhaoyong/cherry-pick-1679575457
  • 82bac52214 !16439 优化dfx overview文档说明 Merge pull request !16439 from honghecun/cherry-pick-1679569776
  • 178bbb1ea9 !16419 want参数类型修改以及模板格式错误(release) Merge pull request !16419 from wangkailong/OpenHarmony-3.2-Release
  • Compare 15 commits »

1 day ago

openihu synced commits to OpenHarmony-3.2-Beta5 at openihu/OpenHarmony文档 from mirror

  • db8f42166a !16452 mediaLibrary Beta5 rollback modified interface obsolescence Merge pull request !16452 from 胡伟奇/Beta5
  • d1007479ac mediaLibrary Beta5 rollback modified interface obsolescence Signed-off-by: huweiqi <huweiqi1@huawei.com> Change-Id: Iacbc111022094442b68e987a381fa51c100026e9
  • Compare 2 commits »

1 day ago

openihu merged pull request OpenIOSSG/promote#363

更新 'home/banners/hits-05'

1 day ago

openihu pushed to master at OpenIOSSG/promote

  • 093ae5f7f4 Merge pull request '更新 'home/banners/hits-05'' (#363) from openihu-patch-90 into master Reviewed-on: https://openi.pcl.ac.cn/OpenIOSSG/promote/pulls/363
  • 84c36a357a 更新 'home/banners/hits-05'
  • Compare 2 commits »

1 day ago

openihu created pull request OpenIOSSG/promote#363

更新 'home/banners/hits-05'

1 day ago