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
a65589a5
Commit
a65589a5
authored
Aug 14, 2018
by
Tobias Skarhed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename test files
parent
e696dc4d
Hide whitespace changes
Inline
Side-by-side
Showing
126 changed files
with
2 additions
and
42 deletions
+2
-42
.github/CONTRIBUTING.md
+1
-1
jest.config.js
+1
-1
karma.conf.js
+0
-40
public/app/containers/AlertRuleList/AlertRuleList.test.tsx
+0
-0
public/app/containers/AlertRuleList/__snapshots__/AlertRuleList.test.tsx.snap
+0
-0
public/app/containers/Explore/PromQueryField.test.tsx
+0
-0
public/app/containers/Explore/TimePicker.test.tsx
+0
-0
public/app/containers/Explore/slate-plugins/braces.test.ts
+0
-0
public/app/containers/Explore/slate-plugins/clear.test.ts
+0
-0
public/app/containers/Explore/utils/prometheus.test.ts
+0
-0
public/app/containers/ManageDashboards/FolderSettings.test.tsx
+0
-0
public/app/containers/ServerStats/ServerStats.test.tsx
+0
-0
public/app/containers/ServerStats/__snapshots__/ServerStats.test.tsx.snap
+0
-0
public/app/core/components/DeleteButton/DeleteButton.test.tsx
+0
-0
public/app/core/components/EmptyListCTA/EmptyListCTA.test.tsx
+0
-0
public/app/core/components/EmptyListCTA/__snapshots__/EmptyListCTA.test.tsx.snap
+0
-0
public/app/core/components/PageHeader/PageHeader.test.tsx
+0
-0
public/app/core/components/Permissions/AddPermissions.test.tsx
+0
-0
public/app/core/components/Picker/PickerOption.test.tsx
+0
-0
public/app/core/components/Picker/TeamPicker.test.tsx
+0
-0
public/app/core/components/Picker/UserPicker.test.tsx
+0
-0
public/app/core/components/Picker/__snapshots__/PickerOption.test.tsx.snap
+0
-0
public/app/core/components/Picker/__snapshots__/TeamPicker.test.tsx.snap
+0
-0
public/app/core/components/Picker/__snapshots__/UserPicker.test.tsx.snap
+0
-0
public/app/core/components/Tooltip/Popover.test.tsx
+0
-0
public/app/core/components/Tooltip/Tooltip.test.tsx
+0
-0
public/app/core/components/Tooltip/__snapshots__/Popover.test.tsx.snap
+0
-0
public/app/core/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
+0
-0
public/app/core/specs/ColorPalette.test.tsx
+0
-0
public/app/core/specs/PasswordStrength.test.tsx
+0
-0
public/app/core/specs/__snapshots__/ColorPalette.test.tsx.snap
+0
-0
public/app/core/specs/backend_srv.test.ts
+0
-0
public/app/core/specs/datemath.test.ts
+0
-0
public/app/core/specs/emitter.test.ts
+0
-0
public/app/core/specs/file_export.test.ts
+0
-0
public/app/core/specs/flatten.test.ts
+0
-0
public/app/core/specs/kbn.test.ts
+0
-0
public/app/core/specs/location_util.test.ts
+0
-0
public/app/core/specs/manage_dashboards.test.ts
+0
-0
public/app/core/specs/org_switcher.test.ts
+0
-0
public/app/core/specs/rangeutil.test.ts
+0
-0
public/app/core/specs/search.test.ts
+0
-0
public/app/core/specs/search_results.test.ts
+0
-0
public/app/core/specs/search_srv.test.ts
+0
-0
public/app/core/specs/store.test.ts
+0
-0
public/app/core/specs/table_model.test.ts
+0
-0
public/app/core/specs/ticks.test.ts
+0
-0
public/app/core/specs/time_series.test.ts
+0
-0
public/app/core/specs/value_select_dropdown.test.ts
+0
-0
public/app/features/alerting/specs/threshold_mapper.test.ts
+0
-0
public/app/features/annotations/specs/annotations_srv.test.ts
+0
-0
public/app/features/annotations/specs/annotations_srv_specs.test.ts
+0
-0
public/app/features/dashboard/specs/AddPanelPanel.test.tsx
+0
-0
public/app/features/dashboard/specs/DashboardRow.test.tsx
+0
-0
public/app/features/dashboard/specs/change_tracker.test.ts
+0
-0
public/app/features/dashboard/specs/dashboard_import_ctrl.test.ts
+0
-0
public/app/features/dashboard/specs/dashboard_migration.test.ts
+0
-0
public/app/features/dashboard/specs/dashboard_model.test.ts
+0
-0
public/app/features/dashboard/specs/exporter.test.ts
+0
-0
public/app/features/dashboard/specs/history_ctrl.test.ts
+0
-0
public/app/features/dashboard/specs/history_srv.test.ts
+0
-0
public/app/features/dashboard/specs/repeat.test.ts
+0
-0
public/app/features/dashboard/specs/save_as_modal.test.ts
+0
-0
public/app/features/dashboard/specs/save_modal.test.ts
+0
-0
public/app/features/dashboard/specs/save_provisioned_modal.test.ts
+0
-0
public/app/features/dashboard/specs/time_srv.test.ts
+0
-0
public/app/features/dashboard/specs/viewstate_srv.test.ts
+0
-0
public/app/features/panel/specs/metrics_panel_ctrl.test.ts
+0
-0
public/app/features/panellinks/specs/link_srv.test.ts
+0
-0
public/app/features/playlist/specs/playlist_edit_ctrl.test.ts
+0
-0
public/app/features/plugins/specs/datasource_srv.test.ts
+0
-0
public/app/features/templating/specs/adhoc_variable.test.ts
+0
-0
public/app/features/templating/specs/editor_ctrl.test.ts
+0
-0
public/app/features/templating/specs/query_variable.test.ts
+0
-0
public/app/features/templating/specs/template_srv.test.ts
+0
-0
public/app/features/templating/specs/variable.test.ts
+0
-0
public/app/features/templating/specs/variable_srv.test.ts
+0
-0
public/app/features/templating/specs/variable_srv_init.test.ts
+0
-0
public/app/plugins/datasource/cloudwatch/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/elasticsearch/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/elasticsearch/specs/elastic_response.test.ts
+0
-0
public/app/plugins/datasource/elasticsearch/specs/index_pattern.test.ts
+0
-0
public/app/plugins/datasource/elasticsearch/specs/query_builder.test.ts
+0
-0
public/app/plugins/datasource/elasticsearch/specs/query_def.test.ts
+0
-0
public/app/plugins/datasource/graphite/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/graphite/specs/gfunc.test.ts
+0
-0
public/app/plugins/datasource/graphite/specs/graphite_query.test.ts
+0
-0
public/app/plugins/datasource/graphite/specs/lexer.test.ts
+0
-0
public/app/plugins/datasource/graphite/specs/parser.test.ts
+0
-0
public/app/plugins/datasource/graphite/specs/query_ctrl.test.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/influx_query.test.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/influx_series.test.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/query_builder.test.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/query_ctrl.test.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/query_part.test.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/response_parser.test.ts
+0
-0
public/app/plugins/datasource/logging/datasource.test.ts
+0
-0
public/app/plugins/datasource/logging/result_transformer.test.ts
+0
-0
public/app/plugins/datasource/mssql/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/mysql/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/opentsdb/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/opentsdb/specs/query_ctrl.test.ts
+0
-0
public/app/plugins/datasource/postgres/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/prometheus/specs/completer.test.ts
+0
-0
public/app/plugins/datasource/prometheus/specs/datasource.test.ts
+0
-0
public/app/plugins/datasource/prometheus/specs/metric_find_query.test.ts
+0
-0
public/app/plugins/datasource/prometheus/specs/result_transformer.test.ts
+0
-0
public/app/plugins/panel/graph/specs/align_yaxes.test.ts
+0
-0
public/app/plugins/panel/graph/specs/data_processor.test.ts
+0
-0
public/app/plugins/panel/graph/specs/graph.test.ts
+0
-0
public/app/plugins/panel/graph/specs/graph_ctrl.test.ts
+0
-0
public/app/plugins/panel/graph/specs/graph_tooltip.test.ts
+0
-0
public/app/plugins/panel/graph/specs/histogram.test.ts
+0
-0
public/app/plugins/panel/graph/specs/series_override_ctrl.test.ts
+0
-0
public/app/plugins/panel/graph/specs/threshold_manager.test.ts
+0
-0
public/app/plugins/panel/heatmap/specs/heatmap_ctrl.test.ts
+0
-0
public/app/plugins/panel/heatmap/specs/heatmap_data_converter.test.ts
+0
-0
public/app/plugins/panel/singlestat/specs/singlestat.test.ts
+0
-0
public/app/plugins/panel/singlestat/specs/singlestat_panel.test.ts
+0
-0
public/app/plugins/panel/table/specs/renderer.test.ts
+0
-0
public/app/plugins/panel/table/specs/transformers.test.ts
+0
-0
public/app/stores/AlertListStore/AlertListStore.test.ts
+0
-0
public/app/stores/NavStore/NavStore.test.ts
+0
-0
public/app/stores/PermissionsStore/PermissionsStore.test.ts
+0
-0
public/app/stores/ViewStore/ViewStore.test.ts
+0
-0
public/test/core/utils/version_test.ts
+0
-0
No files found.
.github/CONTRIBUTING.md
View file @
a65589a5
...
...
@@ -7,7 +7,7 @@ grunt && grunt watch
### Rerun tests on source change
```
npm jest
npm
run
jest
```
or
```
...
...
jest.config.js
View file @
a65589a5
...
...
@@ -13,7 +13,7 @@ module.exports = {
"roots"
:
[
"<rootDir>/public"
],
"testRegex"
:
"(
\\
.|/)(
j
est)
\\
.(jsx?|tsx?)$"
,
"testRegex"
:
"(
\\
.|/)(
t
est)
\\
.(jsx?|tsx?)$"
,
"moduleFileExtensions"
:
[
"ts"
,
"tsx"
,
...
...
karma.conf.js
deleted
100644 → 0
View file @
e696dc4d
var
webpack
=
require
(
'webpack'
);
var
path
=
require
(
'path'
);
var
webpackTestConfig
=
require
(
'./scripts/webpack/webpack.test.js'
);
module
.
exports
=
function
(
config
)
{
'use strict'
;
config
.
set
({
frameworks
:
[
'mocha'
,
'expect'
,
'sinon'
],
// list of files / patterns to load in the browser
files
:
[
{
pattern
:
'public/test/index.ts'
,
watched
:
false
}
],
preprocessors
:
{
'public/test/index.ts'
:
[
'webpack'
,
'sourcemap'
],
},
webpack
:
webpackTestConfig
,
webpackMiddleware
:
{
stats
:
'minimal'
,
},
// list of files to exclude
exclude
:
[],
reporters
:
[
'dots'
],
port
:
9876
,
colors
:
true
,
logLevel
:
config
.
LOG_INFO
,
autoWatch
:
true
,
browsers
:
[
'PhantomJS'
],
captureTimeout
:
20000
,
singleRun
:
true
,
// autoWatchBatchDelay: 1000,
// browserNoActivityTimeout: 60000,
});
};
public/app/containers/AlertRuleList/AlertRuleList.
j
est.tsx
→
public/app/containers/AlertRuleList/AlertRuleList.
t
est.tsx
View file @
a65589a5
File moved
public/app/containers/AlertRuleList/__snapshots__/AlertRuleList.
j
est.tsx.snap
→
public/app/containers/AlertRuleList/__snapshots__/AlertRuleList.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/containers/Explore/PromQueryField.
j
est.tsx
→
public/app/containers/Explore/PromQueryField.
t
est.tsx
View file @
a65589a5
File moved
public/app/containers/Explore/TimePicker.
j
est.tsx
→
public/app/containers/Explore/TimePicker.
t
est.tsx
View file @
a65589a5
File moved
public/app/containers/Explore/slate-plugins/braces.
j
est.ts
→
public/app/containers/Explore/slate-plugins/braces.
t
est.ts
View file @
a65589a5
File moved
public/app/containers/Explore/slate-plugins/clear.
j
est.ts
→
public/app/containers/Explore/slate-plugins/clear.
t
est.ts
View file @
a65589a5
File moved
public/app/containers/Explore/utils/prometheus.
j
est.ts
→
public/app/containers/Explore/utils/prometheus.
t
est.ts
View file @
a65589a5
File moved
public/app/containers/ManageDashboards/FolderSettings.
j
est.tsx
→
public/app/containers/ManageDashboards/FolderSettings.
t
est.tsx
View file @
a65589a5
File moved
public/app/containers/ServerStats/ServerStats.
j
est.tsx
→
public/app/containers/ServerStats/ServerStats.
t
est.tsx
View file @
a65589a5
File moved
public/app/containers/ServerStats/__snapshots__/ServerStats.
j
est.tsx.snap
→
public/app/containers/ServerStats/__snapshots__/ServerStats.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/components/DeleteButton/DeleteButton.
j
est.tsx
→
public/app/core/components/DeleteButton/DeleteButton.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/EmptyListCTA/EmptyListCTA.
j
est.tsx
→
public/app/core/components/EmptyListCTA/EmptyListCTA.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/EmptyListCTA/__snapshots__/EmptyListCTA.
j
est.tsx.snap
→
public/app/core/components/EmptyListCTA/__snapshots__/EmptyListCTA.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/components/PageHeader/PageHeader.
j
est.tsx
→
public/app/core/components/PageHeader/PageHeader.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Permissions/AddPermissions.
j
est.tsx
→
public/app/core/components/Permissions/AddPermissions.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Picker/PickerOption.
j
est.tsx
→
public/app/core/components/Picker/PickerOption.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Picker/TeamPicker.
j
est.tsx
→
public/app/core/components/Picker/TeamPicker.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Picker/UserPicker.
j
est.tsx
→
public/app/core/components/Picker/UserPicker.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Picker/__snapshots__/PickerOption.
j
est.tsx.snap
→
public/app/core/components/Picker/__snapshots__/PickerOption.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/components/Picker/__snapshots__/TeamPicker.
j
est.tsx.snap
→
public/app/core/components/Picker/__snapshots__/TeamPicker.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/components/Picker/__snapshots__/UserPicker.
j
est.tsx.snap
→
public/app/core/components/Picker/__snapshots__/UserPicker.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/components/Tooltip/Popover.
j
est.tsx
→
public/app/core/components/Tooltip/Popover.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Tooltip/Tooltip.
j
est.tsx
→
public/app/core/components/Tooltip/Tooltip.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/components/Tooltip/__snapshots__/Popover.
j
est.tsx.snap
→
public/app/core/components/Tooltip/__snapshots__/Popover.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/components/Tooltip/__snapshots__/Tooltip.
j
est.tsx.snap
→
public/app/core/components/Tooltip/__snapshots__/Tooltip.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/specs/ColorPalette.
j
est.tsx
→
public/app/core/specs/ColorPalette.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/specs/PasswordStrength.
j
est.tsx
→
public/app/core/specs/PasswordStrength.
t
est.tsx
View file @
a65589a5
File moved
public/app/core/specs/__snapshots__/ColorPalette.
j
est.tsx.snap
→
public/app/core/specs/__snapshots__/ColorPalette.
t
est.tsx.snap
View file @
a65589a5
File moved
public/app/core/specs/backend_srv.
j
est.ts
→
public/app/core/specs/backend_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/datemath.
j
est.ts
→
public/app/core/specs/datemath.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/emitter.
j
est.ts
→
public/app/core/specs/emitter.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/file_export.
j
est.ts
→
public/app/core/specs/file_export.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/flatten.
j
est.ts
→
public/app/core/specs/flatten.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/kbn.
j
est.ts
→
public/app/core/specs/kbn.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/location_util.
j
est.ts
→
public/app/core/specs/location_util.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/manage_dashboards.
j
est.ts
→
public/app/core/specs/manage_dashboards.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/org_switcher.
j
est.ts
→
public/app/core/specs/org_switcher.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/rangeutil.
j
est.ts
→
public/app/core/specs/rangeutil.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/search.
j
est.ts
→
public/app/core/specs/search.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/search_results.
j
est.ts
→
public/app/core/specs/search_results.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/search_srv.
j
est.ts
→
public/app/core/specs/search_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/store.
j
est.ts
→
public/app/core/specs/store.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/table_model.
j
est.ts
→
public/app/core/specs/table_model.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/ticks.
j
est.ts
→
public/app/core/specs/ticks.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/time_series.
j
est.ts
→
public/app/core/specs/time_series.
t
est.ts
View file @
a65589a5
File moved
public/app/core/specs/value_select_dropdown.
j
est.ts
→
public/app/core/specs/value_select_dropdown.
t
est.ts
View file @
a65589a5
File moved
public/app/features/alerting/specs/threshold_mapper.
j
est.ts
→
public/app/features/alerting/specs/threshold_mapper.
t
est.ts
View file @
a65589a5
File moved
public/app/features/annotations/specs/annotations_srv.
j
est.ts
→
public/app/features/annotations/specs/annotations_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/annotations/specs/annotations_srv_specs.
j
est.ts
→
public/app/features/annotations/specs/annotations_srv_specs.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/AddPanelPanel.
j
est.tsx
→
public/app/features/dashboard/specs/AddPanelPanel.
t
est.tsx
View file @
a65589a5
File moved
public/app/features/dashboard/specs/DashboardRow.
j
est.tsx
→
public/app/features/dashboard/specs/DashboardRow.
t
est.tsx
View file @
a65589a5
File moved
public/app/features/dashboard/specs/change_tracker.
j
est.ts
→
public/app/features/dashboard/specs/change_tracker.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/dashboard_import_ctrl.
j
est.ts
→
public/app/features/dashboard/specs/dashboard_import_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/dashboard_migration.
j
est.ts
→
public/app/features/dashboard/specs/dashboard_migration.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/dashboard_model.
j
est.ts
→
public/app/features/dashboard/specs/dashboard_model.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/exporter.
j
est.ts
→
public/app/features/dashboard/specs/exporter.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/history_ctrl.
j
est.ts
→
public/app/features/dashboard/specs/history_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/history_srv.
j
est.ts
→
public/app/features/dashboard/specs/history_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/repeat.
j
est.ts
→
public/app/features/dashboard/specs/repeat.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/save_as_modal.
j
est.ts
→
public/app/features/dashboard/specs/save_as_modal.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/save_modal.
j
est.ts
→
public/app/features/dashboard/specs/save_modal.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/save_provisioned_modal.
j
est.ts
→
public/app/features/dashboard/specs/save_provisioned_modal.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/time_srv.
j
est.ts
→
public/app/features/dashboard/specs/time_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/dashboard/specs/viewstate_srv.
j
est.ts
→
public/app/features/dashboard/specs/viewstate_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/panel/specs/metrics_panel_ctrl.
j
est.ts
→
public/app/features/panel/specs/metrics_panel_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/features/panellinks/specs/link_srv.
j
est.ts
→
public/app/features/panellinks/specs/link_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/playlist/specs/playlist_edit_ctrl.
j
est.ts
→
public/app/features/playlist/specs/playlist_edit_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/features/plugins/specs/datasource_srv.
j
est.ts
→
public/app/features/plugins/specs/datasource_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/adhoc_variable.
j
est.ts
→
public/app/features/templating/specs/adhoc_variable.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/editor_ctrl.
j
est.ts
→
public/app/features/templating/specs/editor_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/query_variable.
j
est.ts
→
public/app/features/templating/specs/query_variable.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/template_srv.
j
est.ts
→
public/app/features/templating/specs/template_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/variable.
j
est.ts
→
public/app/features/templating/specs/variable.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/variable_srv.
j
est.ts
→
public/app/features/templating/specs/variable_srv.
t
est.ts
View file @
a65589a5
File moved
public/app/features/templating/specs/variable_srv_init.
j
est.ts
→
public/app/features/templating/specs/variable_srv_init.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/cloudwatch/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/cloudwatch/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/elasticsearch/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/elasticsearch/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/elasticsearch/specs/elastic_response.
j
est.ts
→
public/app/plugins/datasource/elasticsearch/specs/elastic_response.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/elasticsearch/specs/index_pattern.
j
est.ts
→
public/app/plugins/datasource/elasticsearch/specs/index_pattern.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/elasticsearch/specs/query_builder.
j
est.ts
→
public/app/plugins/datasource/elasticsearch/specs/query_builder.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/elasticsearch/specs/query_def.
j
est.ts
→
public/app/plugins/datasource/elasticsearch/specs/query_def.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/graphite/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/graphite/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/graphite/specs/gfunc.
j
est.ts
→
public/app/plugins/datasource/graphite/specs/gfunc.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/graphite/specs/graphite_query.
j
est.ts
→
public/app/plugins/datasource/graphite/specs/graphite_query.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/graphite/specs/lexer.
j
est.ts
→
public/app/plugins/datasource/graphite/specs/lexer.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/graphite/specs/parser.
j
est.ts
→
public/app/plugins/datasource/graphite/specs/parser.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/graphite/specs/query_ctrl.
j
est.ts
→
public/app/plugins/datasource/graphite/specs/query_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/influxdb/specs/influx_query.
j
est.ts
→
public/app/plugins/datasource/influxdb/specs/influx_query.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/influxdb/specs/influx_series.
j
est.ts
→
public/app/plugins/datasource/influxdb/specs/influx_series.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/influxdb/specs/query_builder.
j
est.ts
→
public/app/plugins/datasource/influxdb/specs/query_builder.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/influxdb/specs/query_ctrl.
j
est.ts
→
public/app/plugins/datasource/influxdb/specs/query_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/influxdb/specs/query_part.
j
est.ts
→
public/app/plugins/datasource/influxdb/specs/query_part.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/influxdb/specs/response_parser.
j
est.ts
→
public/app/plugins/datasource/influxdb/specs/response_parser.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/logging/datasource.
j
est.ts
→
public/app/plugins/datasource/logging/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/logging/result_transformer.
j
est.ts
→
public/app/plugins/datasource/logging/result_transformer.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/mssql/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/mssql/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/mysql/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/mysql/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/opentsdb/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/opentsdb/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/opentsdb/specs/query_ctrl.
j
est.ts
→
public/app/plugins/datasource/opentsdb/specs/query_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/postgres/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/postgres/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/prometheus/specs/completer.
j
est.ts
→
public/app/plugins/datasource/prometheus/specs/completer.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/prometheus/specs/datasource.
j
est.ts
→
public/app/plugins/datasource/prometheus/specs/datasource.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/prometheus/specs/metric_find_query.
j
est.ts
→
public/app/plugins/datasource/prometheus/specs/metric_find_query.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/datasource/prometheus/specs/result_transformer.
j
est.ts
→
public/app/plugins/datasource/prometheus/specs/result_transformer.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/align_yaxes.
j
est.ts
→
public/app/plugins/panel/graph/specs/align_yaxes.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/data_processor.
j
est.ts
→
public/app/plugins/panel/graph/specs/data_processor.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/graph.
j
est.ts
→
public/app/plugins/panel/graph/specs/graph.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/graph_ctrl.
j
est.ts
→
public/app/plugins/panel/graph/specs/graph_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/graph_tooltip.
j
est.ts
→
public/app/plugins/panel/graph/specs/graph_tooltip.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/histogram.
j
est.ts
→
public/app/plugins/panel/graph/specs/histogram.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/series_override_ctrl.
j
est.ts
→
public/app/plugins/panel/graph/specs/series_override_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/graph/specs/threshold_manager.
j
est.ts
→
public/app/plugins/panel/graph/specs/threshold_manager.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/heatmap/specs/heatmap_ctrl.
j
est.ts
→
public/app/plugins/panel/heatmap/specs/heatmap_ctrl.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/heatmap/specs/heatmap_data_converter.
j
est.ts
→
public/app/plugins/panel/heatmap/specs/heatmap_data_converter.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/singlestat/specs/singlestat.
j
est.ts
→
public/app/plugins/panel/singlestat/specs/singlestat.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/singlestat/specs/singlestat_panel.
j
est.ts
→
public/app/plugins/panel/singlestat/specs/singlestat_panel.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/table/specs/renderer.
j
est.ts
→
public/app/plugins/panel/table/specs/renderer.
t
est.ts
View file @
a65589a5
File moved
public/app/plugins/panel/table/specs/transformers.
j
est.ts
→
public/app/plugins/panel/table/specs/transformers.
t
est.ts
View file @
a65589a5
File moved
public/app/stores/AlertListStore/AlertListStore.
j
est.ts
→
public/app/stores/AlertListStore/AlertListStore.
t
est.ts
View file @
a65589a5
File moved
public/app/stores/NavStore/NavStore.
j
est.ts
→
public/app/stores/NavStore/NavStore.
t
est.ts
View file @
a65589a5
File moved
public/app/stores/PermissionsStore/PermissionsStore.
j
est.ts
→
public/app/stores/PermissionsStore/PermissionsStore.
t
est.ts
View file @
a65589a5
File moved
public/app/stores/ViewStore/ViewStore.
j
est.ts
→
public/app/stores/ViewStore/ViewStore.
t
est.ts
View file @
a65589a5
File moved
public/test/core/utils/version_
j
est.ts
→
public/test/core/utils/version_
t
est.ts
View file @
a65589a5
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