Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
60fef317
Commit
60fef317
authored
Feb 23, 2019
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moves social package to /login
ref #14679
parent
26dcabc2
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
3 additions
and
3 deletions
+3
-3
pkg/api/login_oauth.go
+1
-1
pkg/cmd/grafana-server/server.go
+1
-1
pkg/infra/usagestats/service.go
+1
-1
pkg/login/social/common.go
+0
-0
pkg/login/social/generic_oauth.go
+0
-0
pkg/login/social/github_oauth.go
+0
-0
pkg/login/social/gitlab_oauth.go
+0
-0
pkg/login/social/google_oauth.go
+0
-0
pkg/login/social/grafana_com_oauth.go
+0
-0
pkg/login/social/social.go
+0
-0
No files found.
pkg/api/login_oauth.go
View file @
60fef317
...
...
@@ -19,9 +19,9 @@ import (
"github.com/grafana/grafana/pkg/infra/metrics"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/login"
"github.com/grafana/grafana/pkg/login/social"
m
"github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/social"
)
var
(
...
...
pkg/cmd/grafana-server/server.go
View file @
60fef317
...
...
@@ -16,9 +16,9 @@ import (
"github.com/grafana/grafana/pkg/api/routing"
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/login"
"github.com/grafana/grafana/pkg/login/social"
"github.com/grafana/grafana/pkg/middleware"
"github.com/grafana/grafana/pkg/registry"
"github.com/grafana/grafana/pkg/social"
"golang.org/x/sync/errgroup"
...
...
pkg/infra/usagestats/service.go
View file @
60fef317
...
...
@@ -5,8 +5,8 @@ import (
"time"
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/login/social"
"github.com/grafana/grafana/pkg/services/sqlstore"
"github.com/grafana/grafana/pkg/social"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/registry"
...
...
pkg/social/common.go
→
pkg/
login/
social/common.go
View file @
60fef317
File moved
pkg/social/generic_oauth.go
→
pkg/
login/
social/generic_oauth.go
View file @
60fef317
File moved
pkg/social/github_oauth.go
→
pkg/
login/
social/github_oauth.go
View file @
60fef317
File moved
pkg/social/gitlab_oauth.go
→
pkg/
login/
social/gitlab_oauth.go
View file @
60fef317
File moved
pkg/social/google_oauth.go
→
pkg/
login/
social/google_oauth.go
View file @
60fef317
File moved
pkg/social/grafana_com_oauth.go
→
pkg/
login/
social/grafana_com_oauth.go
View file @
60fef317
File moved
pkg/social/social.go
→
pkg/
login/
social/social.go
View file @
60fef317
File moved
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