Switch to go vanity urls (#2706)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
6543
2023-11-07 08:04:33 +01:00
committed by GitHub
parent 9648765ae5
commit 5a7b689e30
293 changed files with 755 additions and 754 deletions

View File

@@ -21,8 +21,8 @@ import (
"github.com/rs/zerolog/log"
"github.com/woodpecker-ci/woodpecker/server"
"github.com/woodpecker-ci/woodpecker/server/model"
"go.woodpecker-ci.org/woodpecker/server"
"go.woodpecker-ci.org/woodpecker/server/model"
)
func GetPipelineStatusContext(repo *model.Repo, pipeline *model.Pipeline, workflow *model.Workflow) string {

View File

@@ -19,8 +19,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/woodpecker-ci/woodpecker/server"
"github.com/woodpecker-ci/woodpecker/server/model"
"go.woodpecker-ci.org/woodpecker/server"
"go.woodpecker-ci.org/woodpecker/server/model"
)
func TestGetPipelineStatusContext(t *testing.T) {

View File

@@ -22,8 +22,8 @@ import (
"github.com/rs/zerolog/log"
"github.com/woodpecker-ci/woodpecker/server/model"
"github.com/woodpecker-ci/woodpecker/server/store"
"go.woodpecker-ci.org/woodpecker/server/model"
"go.woodpecker-ci.org/woodpecker/server/store"
)
func ExtractHostFromCloneURL(cloneURL string) (string, error) {

View File

@@ -17,7 +17,7 @@ package common_test
import (
"testing"
"github.com/woodpecker-ci/woodpecker/server/forge/common"
"go.woodpecker-ci.org/woodpecker/server/forge/common"
)
func Test_Netrc(t *testing.T) {