Patrick O'Carroll
eca7b76290
fixed title prefix, fixes #13123 ( #13128 )
2018-09-04 10:33:18 +02:00
Patrick O'Carroll
b8d82df97e
added no-angle-bracket-type-assertion rule and updatet files to follow rule ( #13115 )
2018-09-03 11:30:44 +02:00
Patrick O'Carroll
7837ee4466
Updated rules for variable name ( #13106 )
...
* updated rules for variable name and fixed files that didn't follow new rules
* fixed test so it uses new rule
* made exceptions to rule in interval_variable
2018-09-03 11:00:46 +02:00
Patrick O'Carroll
abbb6f933c
added jsdoc-format rule and fixed files that didn't follow new rule ( #13107 )
2018-08-31 16:40:43 +02:00
Patrick O'Carroll
944c1da27b
set member-access and no-var-keyword to true, removed public in two files ( #13104 )
2018-08-31 16:40:23 +02:00
Torkel Ödegaard
eef41cbccd
Merge branch 'grafana-loading-page'
2018-08-31 07:38:42 -07:00
Patrick O'Carroll
c9995d39d7
fixed so preloader is removed when app is loaded
2018-08-31 09:57:27 +02:00
Torkel Ödegaard
154fbe2413
New TV Mode, dashboard toolbar update (layout change & new cycle view mode button) ( #13025 )
...
* wip: design update for navbar with kiosk mode button
* feat: progress on new view mode button
* css: view state refactorings
* feat: kiosk modes & playlist support
* feature: cycle tv mode feature, renamed view modes to TV, and Kiosk
* fix: updated the alert notification message
* fix: removed unused parameter
* fix: correct the css class set for tv mode
* some minor improvements to playlist
2018-08-30 11:52:31 +02:00
Torkel Ödegaard
36bc8b77fb
Merge branch 'tsconfig-no-implicit-this'
2018-08-30 11:46:13 +02:00
Patrick O'Carroll
a8547ae36e
added this:any to functions and changed functions to arrowfunctions
2018-08-30 10:49:18 +02:00
Patrick O'Carroll
552a61b6ae
changed var to let in 50 files ( #13075 )
2018-08-30 09:03:11 +02:00
Patrick O'Carroll
b494a29e02
changed var to let in last files ( #13087 )
2018-08-30 08:58:43 +02:00
Torkel Ödegaard
c960af098a
tslint: added 1 more rule, #12918
2018-08-30 07:47:46 +02:00
Torkel Ödegaard
0bb249096f
tslint: added 2 more rules and removed unused component, #12918
2018-08-30 07:40:13 +02:00
Patrick O'Carroll
a702603e7b
changed var to const 2 ( #13068 )
...
* changed var to const
* fixed typo created in last commit
* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +02:00
Patrick O'Carroll
5e0d0c5816
changed var to const ( #13061 )
2018-08-29 14:26:50 +02:00
Marcus Efraimsson
e204124791
Merge pull request #12939 from grafana/12865-login-loading-animation
...
animation during slow login
2018-08-27 15:17:19 +02:00
Patrick O'Carroll
1a2ab532d1
fixed so validation of empty fields works again
2018-08-27 14:16:34 +02:00
Torkel Ödegaard
e1beaaa0f7
tslint: tslint to const fixes part3 ( #13036 )
2018-08-26 21:52:57 +02:00
Torkel Ödegaard
35c00891e7
tslint: more const fixes ( #13035 )
2018-08-26 20:19:23 +02:00
Torkel Ödegaard
9b978b7203
tslint: autofix of let -> const ( #13033 )
2018-08-26 17:14:40 +02:00
Tobias Skarhed
8a99fa269d
WIP Update tslint ( #12922 )
...
* Interface linting rule
* fix: changed model names in store files so that the interface names do not conflict with the model names
2018-08-24 16:48:47 +02:00
Patrick O'Carroll
050902a1e7
fixed so animation starts as soon as one pushes the button and animation stops if login failed
2018-08-23 15:31:25 +02:00
Marcus Efraimsson
d6ad1ced6d
when value in variable changes, identify which variable(s) to update
...
Given you have variables a, b, c, d where b depends on a, c depends on b, c, d depends on a.
When updating a only an update of b and d should be triggered since c depends on b
and c will be updated eventually when the update of b are finished.
2018-08-17 12:20:21 +02:00
Patrick O'Carroll
8877200ef4
created a class for loading buttons, added a button for when login slow on login page
2018-08-16 10:58:47 +02:00
Marcus Efraimsson
660530a3a6
Merge pull request #12914 from dehrax/12224-final
...
Karma to Jest: rename and cleanup
2018-08-14 12:55:23 +02:00
Torkel Ödegaard
a1ed3ae094
feat: add auto fit panels to shortcut modal, closes #12768
2018-08-14 12:26:08 +02:00
Tobias Skarhed
a65589a5fb
Rename test files
2018-08-14 10:52:41 +02:00
Marcus Efraimsson
cfe81510f9
Merge pull request #12796 from dehrax/12768-panel-heights
...
WIP: Fit panels to screen height
2018-08-07 15:57:40 +02:00
Tobias Skarhed
2ad358215a
Remove window
2018-08-07 14:49:11 +02:00
Tobias Skarhed
a0da66610e
Fix url param errors
2018-08-07 14:48:22 +02:00
David Kaltschmidt
eaff7b0f68
Explore: Add history to query fields
...
- queries are saved to localstorage history array
- one history per datasource type (plugin ID)
- 100 items kept with timestamps
- history suggestions can be pulled up with Ctrl-SPACE
2018-08-06 14:45:03 +02:00
Tobias Skarhed
1618b095c7
Use and add keybard shortcut
2018-08-05 11:39:46 +02:00
David
bda49fcaa2
Add click on explore table cell to add filter to query ( #12729 )
...
* Add click on explore table cell to add filter to query
- move query state from query row to explore container to be able to set
modified queries
- added TS interface for columns in table model
- plumbing from table cell click to datasource
- add modifyQuery to prometheus datasource
- implement addFilter as addLabelToQuery with tests
* Review feedback
- using airbnb style for Cell declaration
- fixed addLabelToQuery for complex label values
2018-08-03 11:20:13 +03:00
Mitsuhiro Tanda
04fcd2a054
add series override option to hide tooltip ( #12378 )
...
* add series override option to hide tooltip
* fix test
* invert option
* fix test
* remove initialization
2018-08-02 02:49:40 -07:00
Torkel Ödegaard
89eae1566d
fix: team email tooltip was not showing
2018-07-31 17:31:45 +02:00
Marcus Efraimsson
49430f7557
Merge pull request #12744 from Worty/master
...
change units to include characters for power of 2 and 3
2018-07-30 16:59:12 +02:00
Worty
4fa979649c
also fixed "Watt per square metre"
2018-07-30 16:28:19 +02:00
Worty
9c0fbe5a0b
fixed that missing one
2018-07-30 16:19:31 +02:00
Marcus Efraimsson
710566e146
Merge pull request #12742 from dehrax/12224-backend-srv
...
Karma to Jest: backend_srv
2018-07-27 17:17:54 +02:00
Worty
895b4b40ee
correct volume unit
2018-07-27 16:26:04 +02:00
Tobias Skarhed
c11d0f5cc6
Remove lo
2018-07-27 15:52:22 +02:00
Tobias Skarhed
2f6b302375
Test passing. Remove Karma
2018-07-27 15:51:56 +02:00
Tobias Skarhed
4e6168f3a3
Add async/await
2018-07-27 14:22:48 +02:00
Tobias Skarhed
67c613a45a
Begin conversion
2018-07-27 13:29:57 +02:00
Marcus Efraimsson
0550ec6de1
Merge pull request #12665 from grafana/9863-animated-delete-button
...
built a component for delete button in tables
2018-07-27 12:37:53 +02:00
Patrick O'Carroll
f4ab432542
added position absolute and some flexbox so I could remov changes in display and setTimeout, added tests and types, did some renaming
2018-07-25 10:29:55 +02:00
David
4d722b2177
Merge pull request #12675 from grafana/davkal/logging-datasource
...
Datasource for Grafana logging platform
2018-07-23 18:11:11 +02:00
Michał Węgrzynek
ee2eda615e
Update kbn.ts
2018-07-23 12:07:54 +02:00
David Kaltschmidt
3297ae462d
Datasource for Grafana logging platform
...
- new builtin datasource plugin "Logging" (likely going to be renamed)
- plugin implements no panel ctrls yet, only ships datasource
- new models for logging data as first class citizen (aside from table
and time_series model)
- Logs as new view for Explore
- JSON view for development
Testable only against existing logish deployment.
Then test with queries like `{job="..."} regexp`.
2018-07-20 17:07:17 +02:00