Skip to content

Commit 2d68bd1

Browse files
DblKandreynering
authored andcommitted
Change import reference to match gitea instead of gogs (#37)
1 parent 507ce13 commit 2d68bd1

Some content is hidden

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

123 files changed

+440
-440
lines changed

.github/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

@@ -42,7 +42,7 @@ There is no standard form of making a feature request. Just try to describe the
4242

4343
### Pull Request
4444

45-
Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/Contributing-Code).
45+
Please read detailed information on [Wiki](https://github.com/go-gitea/gitea/wiki/Contributing-Code).
4646

4747
### Ask For Help
4848

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The pull request will be closed without any reasons if it does not satisfy any o
22

33
1. Please make sure you are targeting the `develop` branch.
44
2. Please read contributing guidelines:
5-
https://github.com/gogits/gogs/wiki/Contributing-Code
5+
https://github.com/go-gitea/gitea/wiki/Contributing-Code
66
3. Please describe what your pull request does and which issue you're targeting
77
4. ... if it is not related to any particular issues, explain why we should not reject your pull request.
88

.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:fb1f79c

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LDFLAGS += -X "github.com/gogits/gogs/modules/setting.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')"
2-
LDFLAGS += -X "github.com/gogits/gogs/modules/setting.BuildGitHash=$(shell git rev-parse HEAD)"
1+
LDFLAGS += -X "github.com/go-gitea/gitea/modules/setting.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')"
2+
LDFLAGS += -X "github.com/go-gitea/gitea/modules/setting.BuildGitHash=$(shell git rev-parse HEAD)"
33

44
DATA_FILES := $(shell find conf | sed 's/ /\\ /g')
55
LESS_FILES := $(wildcard public/less/gogs.less public/less/_*.less)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
=====================
33

4-
![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
4+
![](https://github.com/go-gitea/gitea/blob/master/public/img/gogs-large-resize.png?raw=true)
55

6-
##### Current tip version: 0.9.99 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/))
6+
##### Current tip version: 0.9.99 (see [Releases](https://github.com/go-gitea/gitea/releases) for binary versions or submit a task on [alpha stage automated binary building system](https://build.gogs.io/))
77

88
| Web | UI | Preview |
99
|:-------------:|:-------:|:-------:|
@@ -13,7 +13,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
1313

1414
### Important Notes
1515

16-
1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.
16+
1. **YOU MUST READ [Contributing Code](https://github.com/go-gitea/gitea/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.
1717
2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
1818
3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.
1919
4. If you think there are vulnerabilities in the project, please talk privately to **[email protected]**. Thanks!
@@ -72,7 +72,7 @@ There are 5 ways to install Gogs:
7272
- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html)
7373
- [Install from source](https://gogs.io/docs/installation/install_from_source.html)
7474
- [Install from packages](https://gogs.io/docs/installation/install_from_packages.html)
75-
- [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)
75+
- [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
7676
- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
7777

7878
### Tutorials
@@ -130,9 +130,9 @@ There are 5 ways to install Gogs:
130130
## Contributors
131131

132132
- Ex-team members [@lunny](https://github.com/lunny), [@fuxiaohei](https://github.com/fuxiaohei) and [@slene](https://github.com/slene).
133-
- See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors.
133+
- See [contributors page](https://github.com/go-gitea/gitea/graphs/contributors) for full list of contributors.
134134
- See [TRANSLATORS](conf/locale/TRANSLATORS) for public list of translators.
135135

136136
## License
137137

138-
This project is under the MIT License. See the [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) file for the full license text.
138+
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
@@ -53,7 +53,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
5353
- [二进制安装](https://gogs.io/docs/installation/install_from_binary.html)
5454
- [源码安装](https://gogs.io/docs/installation/install_from_source.html)
5555
- [包管理安装](https://gogs.io/docs/installation/install_from_packages.html)
56-
- [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/docker)
56+
- [采用 Docker 部署](https://github.com/go-gitea/gitea/tree/master/docker)
5757
- [通过 Vagrant 安装](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)
5858

5959
### 使用教程
@@ -99,9 +99,9 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
9999
## 贡献成员
100100

101101
- 前团队成员 [@lunny](https://github.com/lunny)[@fuxiaohei](https://github.com/fuxiaohei)[@slene](https://github.com/slene)
102-
- 您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。
102+
- 您可以通过查看 [贡献者页面](https://github.com/go-gitea/gitea/graphs/contributors) 获取完整的贡献者列表。
103103
- 您可以通过查看 [TRANSLATORS](conf/locale/TRANSLATORS) 文件获取公开的翻译人员列表。
104104

105105
## 授权许可
106106

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

cmd/admin.go

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

1010
"github.com/urfave/cli"
1111

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

1616
var (

cmd/dump.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
"github.com/Unknwon/cae/zip"
1717
"github.com/urfave/cli"
1818

19-
"github.com/gogits/gogs/models"
20-
"github.com/gogits/gogs/modules/setting"
19+
"github.com/go-gitea/gitea/models"
20+
"github.com/go-gitea/gitea/modules/setting"
2121
)
2222

2323
var CmdDump = cli.Command{

cmd/serve.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ import (
1818
gouuid "github.com/satori/go.uuid"
1919
"github.com/urfave/cli"
2020

21-
"github.com/gogits/gogs/models"
22-
"github.com/gogits/gogs/modules/base"
23-
"github.com/gogits/gogs/modules/httplib"
24-
"github.com/gogits/gogs/modules/log"
25-
"github.com/gogits/gogs/modules/setting"
21+
"github.com/go-gitea/gitea/models"
22+
"github.com/go-gitea/gitea/modules/base"
23+
"github.com/go-gitea/gitea/modules/httplib"
24+
"github.com/go-gitea/gitea/modules/log"
25+
"github.com/go-gitea/gitea/modules/setting"
2626
)
2727

2828
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/urfave/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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ import (
3232
"github.com/gogits/git-module"
3333
"github.com/gogits/go-gogs-client"
3434

35-
"github.com/gogits/gogs/models"
36-
"github.com/gogits/gogs/modules/auth"
37-
"github.com/gogits/gogs/modules/bindata"
38-
"github.com/gogits/gogs/modules/context"
39-
"github.com/gogits/gogs/modules/log"
40-
"github.com/gogits/gogs/modules/setting"
41-
"github.com/gogits/gogs/modules/template"
42-
"github.com/gogits/gogs/routers"
43-
"github.com/gogits/gogs/routers/admin"
44-
apiv1 "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"
35+
"github.com/go-gitea/gitea/models"
36+
"github.com/go-gitea/gitea/modules/auth"
37+
"github.com/go-gitea/gitea/modules/bindata"
38+
"github.com/go-gitea/gitea/modules/context"
39+
"github.com/go-gitea/gitea/modules/log"
40+
"github.com/go-gitea/gitea/modules/setting"
41+
"github.com/go-gitea/gitea/modules/template"
42+
"github.com/go-gitea/gitea/routers"
43+
"github.com/go-gitea/gitea/routers/admin"
44+
apiv1 "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{

conf/app.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ DISABLE_REGISTRATION = false
179179
REQUIRE_SIGNIN_VIEW = false
180180
; Mail notification
181181
ENABLE_NOTIFY_MAIL = false
182-
; More detail: https://github.com/gogits/gogs/issues/165
182+
; More detail: https://github.com/go-gitea/gitea/issues/165
183183
ENABLE_REVERSE_PROXY_AUTHENTICATION = false
184184
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false
185185
; Enable captcha validation for registration

docker/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ go install
2020

2121
# Build Gogs
2222
mkdir -p ${GOPATH}/src/github.com/gogits/
23-
ln -s /app/gogs/ ${GOPATH}/src/github.com/gogits/gogs
24-
cd ${GOPATH}/src/github.com/gogits/gogs
23+
ln -s /app/gogs/ ${GOPATH}/src/github.com/go-gitea/gitea
24+
cd ${GOPATH}/src/github.com/go-gitea/gitea
2525
glide install
2626
make build TAGS="sqlite cert pam"
2727

glide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: github.com/gogits/gogs
1+
package: github.com/go-gitea/gitea
22
import:
33
- package: github.com/Unknwon/cae
44
subpackages:

gogs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313

1414
"github.com/urfave/cli"
1515

16-
"github.com/gogits/gogs/cmd"
17-
"github.com/gogits/gogs/modules/setting"
16+
"github.com/go-gitea/gitea/cmd"
17+
"github.com/go-gitea/gitea/modules/setting"
1818
)
1919

2020
const APP_VER = "0.9.99.0915"

models/access.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package models
77
import (
88
"fmt"
99

10-
"github.com/gogits/gogs/modules/log"
10+
"github.com/go-gitea/gitea/modules/log"
1111
)
1212

1313
type AccessMode int

models/action.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
"github.com/gogits/git-module"
2020
api "github.com/gogits/go-gogs-client"
2121

22-
"github.com/gogits/gogs/modules/base"
23-
"github.com/gogits/gogs/modules/log"
24-
"github.com/gogits/gogs/modules/setting"
22+
"github.com/go-gitea/gitea/modules/base"
23+
"github.com/go-gitea/gitea/modules/log"
24+
"github.com/go-gitea/gitea/modules/setting"
2525
)
2626

2727
type ActionType int

models/admin.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import (
1414
"github.com/Unknwon/com"
1515
"github.com/go-xorm/xorm"
1616

17-
"github.com/gogits/gogs/modules/base"
18-
"github.com/gogits/gogs/modules/log"
19-
"github.com/gogits/gogs/modules/setting"
17+
"github.com/go-gitea/gitea/modules/base"
18+
"github.com/go-gitea/gitea/modules/log"
19+
"github.com/go-gitea/gitea/modules/setting"
2020
)
2121

2222
type NoticeType int

models/git_diff.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ import (
2323

2424
"github.com/gogits/git-module"
2525

26-
"github.com/gogits/gogs/modules/base"
27-
"github.com/gogits/gogs/modules/log"
28-
"github.com/gogits/gogs/modules/process"
29-
"github.com/gogits/gogs/modules/setting"
30-
"github.com/gogits/gogs/modules/template/highlight"
26+
"github.com/go-gitea/gitea/modules/base"
27+
"github.com/go-gitea/gitea/modules/log"
28+
"github.com/go-gitea/gitea/modules/process"
29+
"github.com/go-gitea/gitea/modules/setting"
30+
"github.com/go-gitea/gitea/modules/template/highlight"
3131
)
3232

3333
type DiffLineType uint8

models/issue.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
api "github.com/gogits/go-gogs-client"
2020
gouuid "github.com/satori/go.uuid"
2121

22-
"github.com/gogits/gogs/modules/base"
23-
"github.com/gogits/gogs/modules/log"
24-
"github.com/gogits/gogs/modules/setting"
22+
"github.com/go-gitea/gitea/modules/base"
23+
"github.com/go-gitea/gitea/modules/log"
24+
"github.com/go-gitea/gitea/modules/setting"
2525
)
2626

2727
var (

models/issue_comment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414

1515
api "github.com/gogits/go-gogs-client"
1616

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

2121
// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference.

models/issue_label.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
api "github.com/gogits/go-gogs-client"
1717

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

2121
var labelColorPattern = regexp.MustCompile("#([a-fA-F0-9]{6})")

models/issue_mail.go

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

1010
"github.com/Unknwon/com"
1111

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

1717
func (issue *Issue) MailSubject() string {

models/login_source.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
"github.com/go-xorm/core"
2020
"github.com/go-xorm/xorm"
2121

22-
"github.com/gogits/gogs/modules/auth/ldap"
23-
"github.com/gogits/gogs/modules/auth/pam"
24-
"github.com/gogits/gogs/modules/log"
22+
"github.com/go-gitea/gitea/modules/auth/ldap"
23+
"github.com/go-gitea/gitea/modules/auth/pam"
24+
"github.com/go-gitea/gitea/modules/log"
2525
)
2626

2727
type LoginType int

models/mail.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import (
1212
"gopkg.in/gomail.v2"
1313
"gopkg.in/macaron.v1"
1414

15-
"github.com/gogits/gogs/modules/base"
16-
"github.com/gogits/gogs/modules/log"
17-
"github.com/gogits/gogs/modules/mailer"
18-
"github.com/gogits/gogs/modules/markdown"
19-
"github.com/gogits/gogs/modules/setting"
15+
"github.com/go-gitea/gitea/modules/base"
16+
"github.com/go-gitea/gitea/modules/log"
17+
"github.com/go-gitea/gitea/modules/mailer"
18+
"github.com/go-gitea/gitea/modules/markdown"
19+
"github.com/go-gitea/gitea/modules/setting"
2020
)
2121

2222
const (

models/migrations/migrations.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
gouuid "github.com/satori/go.uuid"
2121
"gopkg.in/ini.v1"
2222

23-
"github.com/gogits/gogs/modules/base"
24-
"github.com/gogits/gogs/modules/log"
25-
"github.com/gogits/gogs/modules/setting"
23+
"github.com/go-gitea/gitea/modules/base"
24+
"github.com/go-gitea/gitea/modules/log"
25+
"github.com/go-gitea/gitea/modules/setting"
2626
)
2727

2828
const _MIN_DB_VER = 4

models/models.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"github.com/go-xorm/xorm"
1919
_ "github.com/lib/pq"
2020

21-
"github.com/gogits/gogs/models/migrations"
22-
"github.com/gogits/gogs/modules/setting"
21+
"github.com/go-gitea/gitea/models/migrations"
22+
"github.com/go-gitea/gitea/modules/setting"
2323
)
2424

2525
// Engine represents a xorm engine or session.

0 commit comments

Comments
 (0)