Format source code

This commit is contained in:
mhmxs 2019-09-14 14:21:16 +02:00
parent fd361ddf2a
commit 53258bf989
34 changed files with 68 additions and 68 deletions

View file

@ -11,6 +11,7 @@ import (
"strings"
"time"
"github.com/drone/envsubst"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/backend"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/backend/docker"
@ -20,7 +21,6 @@ import (
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/frontend/yaml/linter"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/interrupt"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/multipart"
"github.com/drone/envsubst"
"github.com/urfave/cli"
)
@ -275,7 +275,7 @@ var Command = cli.Command{
EnvVar: "DRONE_JOB_NUMBER",
},
cli.StringSliceFlag{
Name: "env, e",
Name: "env, e",
EnvVar: "DRONE_ENV",
},
},

View file

@ -3,9 +3,9 @@ package yaml
import (
"path/filepath"
libcompose "github.com/docker/libcompose/yaml"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/frontend"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/frontend/yaml/types"
libcompose "github.com/docker/libcompose/yaml"
)
type (

View file

@ -25,4 +25,4 @@ func (b *BoolTrue) UnmarshalYAML(unmarshal func(interface{}) error) error {
// Bool returns the bool value.
func (b BoolTrue) Bool() bool {
return !b.value
}
}

View file

@ -3,8 +3,8 @@ package rpc
import (
"context"
"encoding/json"
"time"
"log"
"time"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/backend"
"github.com/laszlocph/woodpecker/cncd/pipeline/pipeline/rpc/proto"

View file

@ -6,6 +6,6 @@ import (
// Health defines a health-check connection.
type Health interface {
// Check returns if server is healthy or not
// Check returns if server is healthy or not
Check(c context.Context) (bool, error)
}

View file

@ -17,9 +17,9 @@ package bitbucketserver
import (
"testing"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/bitbucketserver/internal"
"github.com/franela/goblin"
"github.com/mrjones/oauth"
)

View file

@ -19,9 +19,9 @@ import (
"testing"
"code.gitea.io/sdk/gitea"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/gitea/fixtures"
"github.com/franela/goblin"
)
func Test_parse(t *testing.T) {

View file

@ -69,13 +69,13 @@ type pullRequestHook struct {
Email string `json:"email"`
Avatar string `json:"avatar_url"`
} `json:"user"`
Title string `json:"title"`
Body string `json:"body"`
State string `json:"state"`
URL string `json:"html_url"`
Mergeable bool `json:"mergeable"`
Merged bool `json:"merged"`
MergeBase string `json:"merge_base"`
Title string `json:"title"`
Body string `json:"body"`
State string `json:"state"`
URL string `json:"html_url"`
Mergeable bool `json:"mergeable"`
Merged bool `json:"merged"`
MergeBase string `json:"merge_base"`
Base struct {
Label string `json:"label"`
Ref string `json:"ref"`

View file

@ -17,8 +17,8 @@ package github
import (
"testing"
"github.com/laszlocph/woodpecker/model"
"github.com/google/go-github/github"
"github.com/laszlocph/woodpecker/model"
"github.com/franela/goblin"
)

View file

@ -19,9 +19,9 @@ import (
"net/http"
"testing"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/github/fixtures"
"github.com/franela/goblin"
)
func Test_parser(t *testing.T) {

View file

@ -19,9 +19,9 @@ import (
"net/http"
"testing"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/gitlab/testdata"
"github.com/franela/goblin"
)
func Test_Gitlab(t *testing.T) {

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -19,9 +19,9 @@ import (
"net/http"
"testing"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/gitlab3/testdata"
"github.com/franela/goblin"
)
func Test_Gitlab(t *testing.T) {

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -1,11 +1,11 @@
// Copyright 2018 Drone.IO Inc.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

View file

@ -22,8 +22,8 @@ import (
"strings"
"time"
"github.com/laszlocph/woodpecker/model"
"github.com/gogits/go-gogs-client"
"github.com/laszlocph/woodpecker/model"
)
// helper function that converts a Gogs repository to a Drone repository.

View file

@ -68,14 +68,14 @@ type pullRequestHook struct {
Email string `json:"email"`
Avatar string `json:"avatar_url"`
} `json:"user"`
Title string `json:"title"`
Body string `json:"body"`
State string `json:"state"`
URL string `json:"html_url"`
Mergeable bool `json:"mergeable"`
Merged bool `json:"merged"`
MergeBase string `json:"merge_base"`
BaseBranch string `json:"base_branch"`
Title string `json:"title"`
Body string `json:"body"`
State string `json:"state"`
URL string `json:"html_url"`
Mergeable bool `json:"mergeable"`
Merged bool `json:"merged"`
MergeBase string `json:"merge_base"`
BaseBranch string `json:"base_branch"`
Base struct {
Label string `json:"label"`
Ref string `json:"ref"`

View file

@ -18,8 +18,8 @@ import (
"net/http"
"time"
"github.com/laszlocph/woodpecker/version"
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/version"
)
// NoCache is a middleware function that appends headers

View file

@ -15,8 +15,8 @@
package middleware
import (
"github.com/laszlocph/woodpecker/remote"
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/remote"
)
// Remote is a middleware function that initializes the Remote and attaches to

View file

@ -15,8 +15,8 @@
package session
import (
"github.com/laszlocph/woodpecker/shared/token"
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/shared/token"
)
// AuthorizeAgent authorizes requsts from build agents to access the queue.

View file

@ -15,8 +15,8 @@
package middleware
import (
"github.com/laszlocph/woodpecker/version"
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/version"
)
// Version is a middleware function that appends the Drone version information

View file

@ -20,9 +20,9 @@ import (
"strconv"
"strings"
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/router/middleware/session"
"github.com/laszlocph/woodpecker/store"
"github.com/gin-gonic/gin"
)
// FileList gets a list file by build.

View file

@ -18,8 +18,8 @@ import (
"errors"
"fmt"
"github.com/laszlocph/woodpecker/server"
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/server"
"github.com/prometheus/client_golang/prometheus/promhttp"
)

View file

@ -24,10 +24,10 @@ import (
"path/filepath"
"time"
"github.com/laszlocph/woodpecker-ui/dist"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/shared/token"
"github.com/laszlocph/woodpecker/version"
"github.com/laszlocph/woodpecker-ui/dist"
"github.com/dimfeld/httptreemux"
)

View file

@ -15,9 +15,9 @@
package server
import (
"github.com/gin-gonic/gin"
"github.com/laszlocph/woodpecker/store"
"github.com/laszlocph/woodpecker/version"
"github.com/gin-gonic/gin"
)
// Health endpoint returns a 500 if the server state is unhealthy.

View file

@ -17,8 +17,8 @@ package datastore
import (
"testing"
"github.com/laszlocph/woodpecker/model"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
)
func TestRepos(t *testing.T) {

View file

@ -17,8 +17,8 @@ package datastore
import (
"testing"
"github.com/laszlocph/woodpecker/model"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
)
func TestUsers(t *testing.T) {