Skip to content

Commit d41fde9

Browse files
committed
Change gogits/gogs to go-gitea/gitea and hotfix bugs.
1 parent e33be37 commit d41fde9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+332
-332
lines changed

.gopmfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[target]
2-
path = github.com/gogits/gogs
2+
path = github.com/go-gitea/gitea
33

44
[deps]
55
github.com/bradfitz/gomemcache = commit:72a68649ba

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Depends on the situation, you will:
1515

1616
### Bug Report
1717

18-
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/gogits/gogs/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
18+
If you find something you consider a bug, please create a issue on [GitHub](https://github.com/go-gitea/gitea/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you:
1919

2020
- Bug Description
2121
- Gogs Version
@@ -24,7 +24,7 @@ If you find something you consider a bug, please create a issue on [GitHub](http
2424
- Error Log
2525
- Other information
2626

27-
Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
27+
Please take a moment to check that an issue on [GitHub](https://github.com/go-gitea/gitea/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
2828

2929
#### Bug Report Example
3030

@@ -56,7 +56,7 @@ Before opening an issue, please make sure your problem isn't already addressed o
5656

5757
## Things To Notice
5858

59-
Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) or card on [Trello](https://trello.com/b/uxAoeLUl/gogs-go-git-service) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
59+
Please take a moment to check that an issue on [GitHub](https://github.com/go-gitea/gitea/issues) or card on [Trello](https://trello.com/b/uxAoeLUl/gogs-go-git-service) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
6060

6161
## Code of conduct
6262

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM google/golang:latest
22

33
ENV TAGS="sqlite redis memcache cert" USER="git" HOME="/home/git"
44

5-
COPY . /gopath/src/github.com/gogits/gogs/
6-
WORKDIR /gopath/src/github.com/gogits/gogs/
5+
COPY . /gopath/src/github.com/go-gitea/gitea/
6+
WORKDIR /gopath/src/github.com/go-gitea/gitea/
77

8-
RUN go get -v -tags="$TAGS" github.com/gogits/gogs \
8+
RUN go get -v -tags="$TAGS" github.com/go-gitea/gitea \
99
&& go build -tags="$TAGS" \
1010
&& useradd -d $HOME -m $USER \
1111
&& chown -R $USER .

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ There are 5 ways to install Gogs:
6868
- [Install from binary](http://gogs.io/docs/installation/install_from_binary.md)
6969
- [Install from source](http://gogs.io/docs/installation/install_from_source.md)
7070
- [Install from packages](http://gogs.io/docs/installation/install_from_packages.md)
71-
- [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)
71+
- [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
7272
- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
7373

7474
## Acknowledgments
@@ -83,9 +83,9 @@ There are 5 ways to install Gogs:
8383
## Contributors
8484

8585
- The [core team](http://gogs.io/team) of this project.
86-
- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
86+
- See [contributors page](https://github.com/go-gitea/gitea/graphs/contributors) for full list of contributors.
8787
- See [TRANSLATORS](conf/locale/TRANSLATORS) for full list of translators.
8888

8989
## License
9090

91-
This project is under the MIT License. See the [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) file for the full license text.
91+
This project is under the MIT License. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file for the full license text.

README_ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Gitea 的目标是打造一个最简单、最快速和最轻松的方式搭建
5555
- [二进制安装](http://gogs.io/docs/installation/install_from_binary.md)
5656
- [源码安装](http://gogs.io/docs/installation/install_from_source.md)
5757
- [包管理安装](http://gogs.io/docs/installation/install_from_packages.md)
58-
- [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/docker)
58+
- [采用 Docker 部署](https://github.com/go-gitea/gitea/tree/master/docker)
5959
- [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
6060

6161
## 特别鸣谢
@@ -70,9 +70,9 @@ Gitea 的目标是打造一个最简单、最快速和最轻松的方式搭建
7070
## 贡献成员
7171

7272
- 本项目的 [开发团队](http://gogs.io/team)
73-
- 您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
73+
- 您可以通过查看 [贡献者页面](https://github.com/go-gitea/gitea/graphs/contributors) 获取完整的贡献者列表。
7474
- 您可以通过查看 [TRANSLATORS](conf/locale/TRANSLATORS) 文件获取完整的翻译人员列表。
7575

7676
## 授权许可
7777

78-
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) 文件中。
78+
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) 文件中。

cmd/dump.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"github.com/Unknwon/cae/zip"
1515
"github.com/codegangsta/cli"
1616

17-
"github.com/gogits/gogs/models"
18-
"github.com/gogits/gogs/modules/setting"
17+
"github.com/go-gitea/gitea/models"
18+
"github.com/go-gitea/gitea/modules/setting"
1919
)
2020

2121
var CmdDump = cli.Command{

cmd/serve.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ import (
1515
"github.com/Unknwon/com"
1616
"github.com/codegangsta/cli"
1717

18-
"github.com/gogits/gogs/models"
19-
"github.com/gogits/gogs/modules/log"
20-
"github.com/gogits/gogs/modules/setting"
21-
"github.com/gogits/gogs/modules/uuid"
18+
"github.com/go-gitea/gitea/models"
19+
"github.com/go-gitea/gitea/modules/log"
20+
"github.com/go-gitea/gitea/modules/setting"
21+
"github.com/go-gitea/gitea/modules/uuid"
2222
)
2323

2424
const (

cmd/update.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import (
99

1010
"github.com/codegangsta/cli"
1111

12-
"github.com/gogits/gogs/models"
13-
"github.com/gogits/gogs/modules/log"
14-
"github.com/gogits/gogs/modules/setting"
12+
"github.com/go-gitea/gitea/models"
13+
"github.com/go-gitea/gitea/modules/log"
14+
"github.com/go-gitea/gitea/modules/setting"
1515
)
1616

1717
var CmdUpdate = cli.Command{

cmd/web.go

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ import (
2121
"github.com/macaron-contrib/cache"
2222
"github.com/macaron-contrib/captcha"
2323
"github.com/macaron-contrib/csrf"
24-
"github.com/macaron-contrib/i18n"
24+
"github.com/makhov/i18n"
2525
"github.com/macaron-contrib/oauth2"
2626
"github.com/macaron-contrib/session"
2727
"github.com/macaron-contrib/toolbox"
2828
"gopkg.in/ini.v1"
2929

3030
api "github.com/gogits/go-gogs-client"
3131

32-
"github.com/gogits/gogs/models"
33-
"github.com/gogits/gogs/modules/auth"
34-
"github.com/gogits/gogs/modules/auth/apiv1"
35-
"github.com/gogits/gogs/modules/avatar"
36-
"github.com/gogits/gogs/modules/base"
37-
"github.com/gogits/gogs/modules/bindata"
38-
"github.com/gogits/gogs/modules/git"
39-
"github.com/gogits/gogs/modules/log"
40-
"github.com/gogits/gogs/modules/middleware"
41-
"github.com/gogits/gogs/modules/setting"
42-
"github.com/gogits/gogs/routers"
43-
"github.com/gogits/gogs/routers/admin"
44-
"github.com/gogits/gogs/routers/api/v1"
45-
"github.com/gogits/gogs/routers/dev"
46-
"github.com/gogits/gogs/routers/org"
47-
"github.com/gogits/gogs/routers/repo"
48-
"github.com/gogits/gogs/routers/user"
32+
"github.com/go-gitea/gitea/models"
33+
"github.com/go-gitea/gitea/modules/auth"
34+
"github.com/go-gitea/gitea/modules/auth/apiv1"
35+
"github.com/go-gitea/gitea/modules/avatar"
36+
"github.com/go-gitea/gitea/modules/base"
37+
"github.com/go-gitea/gitea/modules/bindata"
38+
"github.com/go-gitea/gitea/modules/git"
39+
"github.com/go-gitea/gitea/modules/log"
40+
"github.com/go-gitea/gitea/modules/middleware"
41+
"github.com/go-gitea/gitea/modules/setting"
42+
"github.com/go-gitea/gitea/routers"
43+
"github.com/go-gitea/gitea/routers/admin"
44+
"github.com/go-gitea/gitea/routers/api/v1"
45+
"github.com/go-gitea/gitea/routers/dev"
46+
"github.com/go-gitea/gitea/routers/org"
47+
"github.com/go-gitea/gitea/routers/repo"
48+
"github.com/go-gitea/gitea/routers/user"
4949
)
5050

5151
var CmdWeb = cli.Command{
@@ -83,7 +83,7 @@ func checkVersion() {
8383
{"github.com/macaron-contrib/binding", binding.Version, "0.0.6"},
8484
{"github.com/macaron-contrib/cache", cache.Version, "0.0.7"},
8585
{"github.com/macaron-contrib/csrf", csrf.Version, "0.0.3"},
86-
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.7"},
86+
{"github.com/makhov/i18n", i18n.Version, "0.0.7"},
8787
{"github.com/macaron-contrib/session", session.Version, "0.1.6"},
8888
{"gopkg.in/ini.v1", ini.Version, "1.2.0"},
8989
}

conf/app.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ REQUIRE_SIGNIN_VIEW = false
8080
ENABLE_CACHE_AVATAR = false
8181
; Mail notification
8282
ENABLE_NOTIFY_MAIL = false
83-
; More detail: https://github.com/gogits/gogs/issues/165
83+
; More detail: https://github.com/go-gitea/gitea/issues/165
8484
ENABLE_REVERSE_PROXY_AUTHENTICATION = false
8585
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false
8686
; Do not check minimum key size with corresponding type

0 commit comments

Comments
 (0)