用户存储用量统计 #2

Merged
Noelle merged 2 commits from feature/user_quota into main 2025-12-08 15:35:06 +00:00
Owner

Please check the following:

  1. Make sure you are targeting the main branch, pull requests on release branches are only allowed for backports.
  2. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md .
  3. For documentations contribution, please go to https://gitea.com/gitea/docs
  4. Describe what your pull request does and which issue you're targeting (if any).
  5. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
  6. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like ---.
  7. Delete all these tips before posting.
<!-- start tips --> Please check the following: 1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for backports. 2. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md . 3. For documentations contribution, please go to https://gitea.com/gitea/docs 4. Describe what your pull request does and which issue you're targeting (if any). 5. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily. 6. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`. 7. Delete all these tips before posting. <!-- end tips -->
Noelle added the enhancement label 2025-12-01 13:21:30 +00:00
Noelle added 1 commit 2025-12-01 13:21:30 +00:00
用户存储用量统计
Some checks failed
DevStar Studio Auto Test Pipeline / unit-frontend-test (pull_request) Failing after 41s
DevStar Studio Auto Test Pipeline / unit-backend-test (pull_request) Failing after 32s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (pull_request) Failing after 37s
DevStar E2E Test / e2e-test (pull_request) Has been cancelled
85fc3665d4
Noelle requested review from mengning 2025-12-01 13:21:31 +00:00
Owner
/*
 * Copyright (c) Mengning Software. 2025. All rights reserved.
 * Authors: DevStar Team, 
 * Create: 2025-xx-yy
 * Description: TODO
 */ 
  • 新增文件大致用类似的头部版权声明
  • templates/user/profile.tmpl 文件中没有进行多语言支持
  • 没看到软件包和文件方面数据统计支持?我们希望将devcontainer中的workspace存储和容器独立出来,所以优先考虑软件包/容器镜像、容器、用户文件存储/workspace存储等
``` /* * Copyright (c) Mengning Software. 2025. All rights reserved. * Authors: DevStar Team, * Create: 2025-xx-yy * Description: TODO */ ``` - 新增文件大致用类似的头部版权声明 - templates/user/profile.tmpl 文件中没有进行多语言支持 - 没看到软件包和文件方面数据统计支持?我们希望将devcontainer中的workspace存储和容器独立出来,所以优先考虑软件包/容器镜像、容器、用户文件存储/workspace存储等
Noelle added 1 commit 2025-12-08 15:03:18 +00:00
用户/组织存储用量统计
Some checks failed
DevStar Studio Auto Test Pipeline / unit-frontend-test (pull_request) Has been cancelled
DevStar Studio Auto Test Pipeline / unit-backend-test (pull_request) Has been cancelled
DevStar E2E Test / e2e-test (pull_request) Has been cancelled
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (pull_request) Has been cancelled
a2549af773
Noelle merged commit 7602ff152b into main 2025-12-08 15:35:06 +00:00
Sign in to join this conversation.
No description provided.