grafana/pkg/api
Karsten Weiss 893a91af3a Use opportunities to unindent code (unindent)
This commit fixes the following unindent findings:
pkg/api/common.go:102:2: "if x { if y" should be "if x && y"
pkg/components/dynmap/dynmap.go:642:2: invert condition and early return
pkg/components/dynmap/dynmap.go:681:2: invert condition and early return
pkg/components/simplejson/simplejson.go:171:2: "if x { if y" should be "if x && y"
pkg/middleware/dashboard_redirect.go:42:3: invert condition and early return
pkg/tsdb/mssql/mssql.go:301:3: invert condition and early break
pkg/tsdb/mysql/mysql.go:312:3: invert condition and early break
pkg/tsdb/postgres/postgres.go:292:3: invert condition and early break
pkg/tsdb/sql_engine.go:144:2: invert condition and early return
2018-04-28 10:53:16 +02:00
..
avatar Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02:00
dtos Merge branch 'master' into readonly_dashboards 2018-04-05 20:30:27 +02:00
live refactor(http): refactoring http server 2016-12-21 14:36:32 +01:00
pluginproxy Merge pull request #8096 from ryantxu/influx-db-query2 2018-04-13 18:22:12 +02:00
static pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
admin_users.go Make golint happier 2018-03-22 12:40:21 +01:00
admin.go add regex search of username and password in urls, which are replaced by strings.Replace 2018-03-15 10:50:57 +01:00
alerting_test.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00
alerting.go Make golint happier 2018-03-22 22:38:44 +01:00
annotations_test.go remove dashboardId check... i can't figure out how the tests work 2018-03-23 12:54:53 +01:00
annotations.go pkg: fix deadcode issues 2018-04-26 19:24:21 +02:00
api.go Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
apikey.go Make golint happier 2018-03-22 22:38:44 +01:00
app_routes.go Make golint happier 2018-03-22 12:40:21 +01:00
common_test.go session: fork Macaron mysql session middleware 2018-03-16 01:19:28 +01:00
common.go Use opportunities to unindent code (unindent) 2018-04-28 10:53:16 +02:00
dashboard_permission_test.go Merge branch 'master' into dashboard-acl-ux2 2018-03-29 11:32:24 +02:00
dashboard_permission.go permission: generate team avatar url with default 2018-04-04 15:50:45 +02:00
dashboard_snapshot_test.go snapshots: change to snapshot list query 2018-02-21 13:39:08 +01:00
dashboard_snapshot.go Make golint happier 2018-03-22 22:38:44 +01:00
dashboard_test.go provisioning: simplify db query 2018-04-10 12:30:37 +02:00
dashboard.go provisioning: dont override permissions 2018-04-10 12:35:06 +02:00
dataproxy.go Make golint happier 2018-03-22 22:38:44 +01:00
datasources_test.go api: extract api test code to common_test.go 2018-01-30 13:17:48 +01:00
datasources.go Make golint happier 2018-03-22 22:38:44 +01:00
folder_permission_test.go Make golint happier 2018-03-22 22:38:44 +01:00
folder_permission.go permissions: return user and team avatar in folder permissions api 2018-04-04 15:51:19 +02:00
folder_test.go Make golint happier 2018-03-22 22:38:44 +01:00
folder.go Make golint happier 2018-03-22 22:38:44 +01:00
frontendsettings.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00
grafana_com_proxy.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00
http_server.go Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
index.go Merge pull request #11742 from grafana/davkal/explore 2018-04-27 15:46:40 +02:00
login_oauth.go switch to passing ReqContext as a property 2018-04-17 14:06:25 -04:00
login.go switch to passing ReqContext as a property 2018-04-17 14:06:25 -04:00
metrics.go pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
org_invite.go Make golint happier 2018-03-22 22:38:44 +01:00
org_users.go Make golint happier 2018-03-22 22:38:44 +01:00
org.go Make golint happier 2018-03-22 22:38:44 +01:00
password.go Make golint happier 2018-03-22 22:38:44 +01:00
playlist_play.go Make golint happier 2018-03-22 22:38:44 +01:00
playlist.go Support deleting empty playlist 2018-04-15 21:37:34 +02:00
plugins.go Make golint happier 2018-03-22 22:38:44 +01:00
preferences.go Make golint happier 2018-03-22 22:38:44 +01:00
quota.go Make golint happier 2018-03-22 22:38:44 +01:00
render.go rename Context to ReqContext 2018-03-07 11:54:50 -05:00
route_register_test.go Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
route_register.go Enable Grafana extensions at build time. (#11752) 2018-04-27 13:41:58 +02:00
search.go Make golint happier 2018-03-22 12:40:21 +01:00
signup.go Make golint happier 2018-03-22 22:38:44 +01:00
stars.go Make golint happier 2018-03-22 22:38:44 +01:00
team_members.go Make golint happier 2018-03-22 22:38:44 +01:00
team_test.go teams: add team count when searching for team 2017-12-15 11:08:06 +01:00
team.go Make golint happier 2018-03-22 22:38:44 +01:00
user_test.go admin: adds paging to global user list 2017-02-13 12:59:36 +01:00
user.go Make golint happier 2018-03-22 22:38:44 +01:00