Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-workhorse
Commits
a0a418be
Commit
a0a418be
authored
Dec 04, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix `make fmt` issues
parent
b78a1d03
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
authorization_test.go
authorization_test.go
+1
-1
internal/gitaly/gitaly.go
internal/gitaly/gitaly.go
+2
-2
internal/helper/raven.go
internal/helper/raven.go
+1
-1
internal/secret/jwt.go
internal/secret/jwt.go
+1
-1
raven.go
raven.go
+1
-1
upload_test.go
upload_test.go
+1
-1
No files found.
authorization_test.go
View file @
a0a418be
...
...
@@ -7,7 +7,7 @@ import (
"regexp"
"testing"
"github.com/dgrijalva/jwt-go"
jwt
"github.com/dgrijalva/jwt-go"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/api"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
...
...
internal/gitaly/gitaly.go
View file @
a0a418be
...
...
@@ -3,10 +3,10 @@ package gitaly
import
(
"sync"
"github.com/grpc-ecosystem/go-grpc-middleware"
grpc_middleware
"github.com/grpc-ecosystem/go-grpc-middleware"
grpc_prometheus
"github.com/grpc-ecosystem/go-grpc-prometheus"
pb
"gitlab.com/gitlab-org/gitaly-proto/go"
"gitlab.com/gitlab-org/gitaly/auth"
gitalyauth
"gitlab.com/gitlab-org/gitaly/auth"
gitalyclient
"gitlab.com/gitlab-org/gitaly/client"
"google.golang.org/grpc"
...
...
internal/helper/raven.go
View file @
a0a418be
...
...
@@ -4,7 +4,7 @@ import (
"net/http"
"reflect"
"github.com/getsentry/raven-go"
raven
"github.com/getsentry/raven-go"
correlation
"gitlab.com/gitlab-org/labkit/correlation/raven"
)
...
...
internal/secret/jwt.go
View file @
a0a418be
...
...
@@ -3,7 +3,7 @@ package secret
import
(
"fmt"
"github.com/dgrijalva/jwt-go"
jwt
"github.com/dgrijalva/jwt-go"
)
var
(
...
...
raven.go
View file @
a0a418be
...
...
@@ -4,7 +4,7 @@ import (
"net/http"
"os"
"github.com/getsentry/raven-go"
raven
"github.com/getsentry/raven-go"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
)
...
...
upload_test.go
View file @
a0a418be
...
...
@@ -11,7 +11,7 @@ import (
"strings"
"testing"
"github.com/dgrijalva/jwt-go"
jwt
"github.com/dgrijalva/jwt-go"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment