[PR #4932] [CLOSED] fix bug forget to remove Stopwatch when remove repository #17555

Closed
opened 2025-11-02 14:02:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4932
Author: @linweijie2012
Created: 9/14/2018
Status: Closed

Base: release/v1.5Head: master


📝 Commits (10+)

📊 Changes

845 files changed (+27521 additions, -171491 deletions)

View changed files

📝 .drone.yml (+16 -30)
BSDmakefile (+51 -0)
📝 CHANGELOG.md (+30 -1)
📝 Dockerfile (+1 -0)
📝 Gopkg.lock (+326 -198)
📝 Gopkg.toml (+6 -7)
📝 MAINTAINERS (+1 -0)
📝 Makefile (+27 -14)
📝 README.md (+4 -0)
📝 README_ZH.md (+10 -8)
📝 cmd/admin.go (+286 -0)
📝 cmd/serv.go (+16 -0)
📝 cmd/web.go (+33 -0)
📝 custom/conf/app.ini.sample (+31 -5)
📝 docker/etc/ssh/sshd_config (+0 -1)
📝 docker/etc/templates/app.ini (+7 -0)
📝 docs/.gitignore (+1 -0)
docs/Dockerfile (+0 -22)
📝 docs/config.yaml (+8 -8)
📝 docs/content/doc/advanced/api-usage.en-us.md (+4 -0)

...and 80 more files

📄 Description

Please check the following:

  1. Make sure you are targeting the master branch, pull requests on release branches are only allowed for bug fixes.
  2. Read contributing guidelines: https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md
  3. Describe what your pull request does and which issue you're targeting (if any)

You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4932 **Author:** [@linweijie2012](https://github.com/linweijie2012) **Created:** 9/14/2018 **Status:** ❌ Closed **Base:** `release/v1.5` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9d4c1dd`](https://github.com/go-gitea/gitea/commit/9d4c1ddfa14d33ce3b78c02421fb76a93e5ca2d6) Dep upgrade mysql lib (#4161) - [`c71ee33`](https://github.com/go-gitea/gitea/commit/c71ee33057436dc2be1f071f379e6341c382e0ec) Increase default TOTP secret size to 320 bits (#4287) - [`5d1a638`](https://github.com/go-gitea/gitea/commit/5d1a6382b6898606ac6383bdd3101dfa1b487d9c) #4354 Fix translation (#4355) - [`4b654ad`](https://github.com/go-gitea/gitea/commit/4b654ad17f50a441049c208e5011d0799522592b) Update notification icon (#4343) - [`51ba3df`](https://github.com/go-gitea/gitea/commit/51ba3df5ff5b58a77c31bcda9a8efd3cdafa1d99) Add `noreferrer` to rel='noopener` for <a> tags (#4328) - [`3fed13b`](https://github.com/go-gitea/gitea/commit/3fed13b0eea5dcdce9692ae6e5426e1dff3e62ae) [skip ci] Updated translations via Crowdin - [`5676f60`](https://github.com/go-gitea/gitea/commit/5676f60cbacc6728f26e7db2eff47ed48ae4074b) Keep preseeded database password (#4284) - [`823318b`](https://github.com/go-gitea/gitea/commit/823318bfbe9a61fb09a4c8e6da68c7daab1bd35c) Add missing path in the Docker app.ini template (#2181) - [`fc53f95`](https://github.com/go-gitea/gitea/commit/fc53f95f2304c11220974eb606a0933b5a738ba1) [skip ci] Updated translations via Crowdin - [`c3bbf43`](https://github.com/go-gitea/gitea/commit/c3bbf43970a32fd3b933b07110dabe1468ea9178) Fix docker build (#4358) ### 📊 Changes **845 files changed** (+27521 additions, -171491 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+16 -30) ➕ `BSDmakefile` (+51 -0) 📝 `CHANGELOG.md` (+30 -1) 📝 `Dockerfile` (+1 -0) 📝 `Gopkg.lock` (+326 -198) 📝 `Gopkg.toml` (+6 -7) 📝 `MAINTAINERS` (+1 -0) 📝 `Makefile` (+27 -14) 📝 `README.md` (+4 -0) 📝 `README_ZH.md` (+10 -8) 📝 `cmd/admin.go` (+286 -0) 📝 `cmd/serv.go` (+16 -0) 📝 `cmd/web.go` (+33 -0) 📝 `custom/conf/app.ini.sample` (+31 -5) 📝 `docker/etc/ssh/sshd_config` (+0 -1) 📝 `docker/etc/templates/app.ini` (+7 -0) 📝 `docs/.gitignore` (+1 -0) ➖ `docs/Dockerfile` (+0 -22) 📝 `docs/config.yaml` (+8 -8) 📝 `docs/content/doc/advanced/api-usage.en-us.md` (+4 -0) _...and 80 more files_ </details> ### 📄 Description Please check the following: 1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. 2. Read contributing guidelines: https://github.com/go-gitea/gitea/blob/master/CONTRIBUTING.md 3. Describe what your pull request does and which issue you're targeting (if any) **You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 14:02:03 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17555