Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace gogits git-module dependency #92

Closed
tboerger opened this issue Nov 6, 2016 · 0 comments · Fixed by #94
Closed

Replace gogits git-module dependency #92

tboerger opened this issue Nov 6, 2016 · 0 comments · Fixed by #94
Assignees
Labels
type/enhancement An improvement of existing functionality
Milestone

Comments

@tboerger
Copy link
Member

tboerger commented Nov 6, 2016

We want to replace the current dependency to gogits/git-module with go-gitea/git, below you can see a list of greped values.

# grep -R git-module *
cmd/serve.go:	git "github.com/gogits/git-module"
models/action.go:	"github.com/gogits/git-module"
models/git_diff.go:	"github.com/gogits/git-module"
models/git_diff.go:// TODO: move this function to gogits/git-module
models/git_diff.go:// TODO: move this function to gogits/git-module
models/pull.go:	"github.com/gogits/git-module"
models/release.go:	"github.com/gogits/git-module"
models/repo.go:	git "github.com/gogits/git-module"
models/repo_branch.go:	"github.com/gogits/git-module"
models/repo_editor.go:	git "github.com/gogits/git-module"
models/update.go:	git "github.com/gogits/git-module"
models/user.go:	"github.com/gogits/git-module"
models/webhook_slack.go:	"github.com/gogits/git-module"
models/wiki.go:	"github.com/gogits/git-module"
modules/context/repo.go:	"github.com/gogits/git-module"
routers/api/v1/convert/convert.go:	"github.com/gogits/git-module"
routers/api/v1/repo/file.go:	"github.com/gogits/git-module"
routers/install.go:	"github.com/gogits/git-module"
routers/repo/commit.go:	"github.com/gogits/git-module"
routers/repo/download.go:	"github.com/gogits/git-module"
routers/repo/editor.go:	"github.com/gogits/git-module"
routers/repo/http.go:	git "github.com/gogits/git-module"
routers/repo/middlewares.go:	"github.com/gogits/git-module"
routers/repo/pull.go:	"github.com/gogits/git-module"
routers/repo/repo.go:	"github.com/gogits/git-module"
routers/repo/setting.go:	"github.com/gogits/git-module"
routers/repo/view.go:	"github.com/gogits/git-module"
routers/repo/webhook.go:	git "github.com/gogits/git-module"
routers/repo/wiki.go:	"github.com/gogits/git-module"
vendor/vendor.json:			"path": "github.com/gogits/git-module",
@tboerger tboerger added the type/enhancement An improvement of existing functionality label Nov 6, 2016
@tboerger tboerger added this to the 1.0.0 milestone Nov 6, 2016
@strk strk self-assigned this Nov 6, 2016
andreynering pushed a commit that referenced this issue Nov 6, 2016
* Replace gogits/git-module dependency with go-gitea/git

Fixes #92

* Remove git alias for git module import (not needed)
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants