[PR #3209] [CLOSED] Please check the following: #16827

Closed
opened 2025-11-02 12:20:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3209
Author: @strk
Created: 12/16/2017
Status: Closed

Base: masterHead: v1.3-ssl-mode-disable


📝 Commits (10+)

📊 Changes

92 files changed (+2413 additions, -903 deletions)

View changed files

📝 .drone.yml (+13 -0)
📝 CHANGELOG.md (+247 -0)
📝 cmd/web.go (+30 -0)
📝 integrations/links_test.go (+4 -2)
📝 models/git_diff.go (+1 -1)
📝 models/migrations/migrations.go (+16 -6)
📝 models/migrations/v39.go (+9 -57)
📝 models/migrations/v40.go (+34 -32)
📝 models/migrations/v41.go (+47 -20)
models/migrations/v42.go (+0 -57)
models/migrations/v43.go (+0 -26)
models/migrations/v44.go (+0 -69)
models/migrations/v49.go (+73 -0)
models/migrations/v50.go (+55 -0)
models/migrations/v51.go (+42 -0)
📝 models/repo.go (+6 -1)
📝 models/repo_indexer.go (+4 -4)
📝 models/repo_mirror.go (+42 -28)
📝 models/user.go (+11 -5)
📝 modules/base/tool.go (+47 -10)

...and 72 more files

📄 Description

  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/3209 **Author:** [@strk](https://github.com/strk) **Created:** 12/16/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `v1.3-ssl-mode-disable` --- ### 📝 Commits (10+) - [`4683e54`](https://github.com/go-gitea/gitea/commit/4683e540ad504ca96346fff34f686ee2a1f2cd5c) Add changelog for v1.3.0-rc1 (#2921) - [`c31e877`](https://github.com/go-gitea/gitea/commit/c31e8777b7a84bce76117460668f8fe7c2249be0) Fix memcache support when value is returned as string always (#2924) (#2950) - [`be41955`](https://github.com/go-gitea/gitea/commit/be41955407ec30796088e972c8567ee6ece0730a) Update golang x/crypto dependencies (#2923) (#2951) - [`93d1ec4`](https://github.com/go-gitea/gitea/commit/93d1ec45149b0b0b1033db247331623fe5ac3aab) Fix files/commits of merged PRs (#2970) - [`9c07d90`](https://github.com/go-gitea/gitea/commit/9c07d909e6f307f0dc33951face750717cff8520) Fix error when add user has full name to team (#2973) (#2975) - [`460d0d9`](https://github.com/go-gitea/gitea/commit/460d0d9077cfb5e08e9a1962750759780d4f03b0) Fix go-get, src and raw urls to new scheme (#2978) (#2986) - [`b16e5a4`](https://github.com/go-gitea/gitea/commit/b16e5a42eb2cc6ffdcb401ecf952a46c4a0b35c0) Fix over-escaped characters (#2992) - [`751f019`](https://github.com/go-gitea/gitea/commit/751f01936b5796fe77dbf8e9356cc5bd380914eb) Add changelog for v1.3.0-rc2 (#2998) - [`b5bdb04`](https://github.com/go-gitea/gitea/commit/b5bdb0474af16c5b9962ccbe8178f511538a8cf3) Remove duplicate "Max Diff Lines" from config view (#3001) - [`5ec9c45`](https://github.com/go-gitea/gitea/commit/5ec9c456610f36f5670dd3bf8f4fdce7e3956fdc) Fix label comments for French locale (#3017) ### 📊 Changes **92 files changed** (+2413 additions, -903 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+13 -0) 📝 `CHANGELOG.md` (+247 -0) 📝 `cmd/web.go` (+30 -0) 📝 `integrations/links_test.go` (+4 -2) 📝 `models/git_diff.go` (+1 -1) 📝 `models/migrations/migrations.go` (+16 -6) 📝 `models/migrations/v39.go` (+9 -57) 📝 `models/migrations/v40.go` (+34 -32) 📝 `models/migrations/v41.go` (+47 -20) ➖ `models/migrations/v42.go` (+0 -57) ➖ `models/migrations/v43.go` (+0 -26) ➖ `models/migrations/v44.go` (+0 -69) ➕ `models/migrations/v49.go` (+73 -0) ➕ `models/migrations/v50.go` (+55 -0) ➕ `models/migrations/v51.go` (+42 -0) 📝 `models/repo.go` (+6 -1) 📝 `models/repo_indexer.go` (+4 -4) 📝 `models/repo_mirror.go` (+42 -28) 📝 `models/user.go` (+11 -5) 📝 `modules/base/tool.go` (+47 -10) _...and 72 more files_ </details> ### 📄 Description 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 12:20:01 -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#16827