-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Update import paths from github.com/go-gitea to code.gitea.io #135
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
Conversation
LGTM |
There, Travis is fine now. Ready to merge (just needs one more lgtm) |
Why this was merged with one lgtm? |
Because lgtm seems bugged or misconfigured. It use a simple |
"github.com/go-gitea/gitea/modules/httplib" | ||
"github.com/go-gitea/gitea/modules/log" | ||
"github.com/go-gitea/gitea/modules/setting" | ||
"code.gitea.io/git" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is currently not part of code.gitea.io
"github.com/go-gitea/git" | ||
api "github.com/go-gitea/go-sdk/gitea" | ||
"code.gitea.io/git" | ||
api "code.gitea.io/go-sdk/gitea" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is totally wrong...
I don't understand how travis could succeed on that. IMHO we should revert these changes |
Everything just broke. |
It very strange i can |
I cannot
|
We need to revert or fix that asap. And we need a proper drone pipeline |
fix import would be better than revert commit cause other PRs has been merged since. |
Make an explicit copy of GlobalCommandArgs, otherwise append might overwrite it.
No description provided.