Dominik Prokop
5b63ee4bfb
Storybook - add actions addon
2019-01-22 13:19:47 +01:00
Dominik Prokop
e33614ade3
Unified color picker API, allowed for color specified for theme selection, updated code to changes in PopperController API
2019-01-22 09:11:30 +01:00
Dominik Prokop
0505add7f6
Enabled knobs for storybook and implemented some stories
2019-01-22 09:11:30 +01:00
Dominik Prokop
ac37879016
WIP Basics of named color picker
2019-01-22 09:11:30 +01:00
Dominik Prokop
6d3e6b1fcb
Experimenting with generating doc for ui component
2019-01-16 10:27:09 +01:00
Dominik Prokop
2991b64b60
Merge branch 'grafana-ui/move-spectrum' into tooling/storybook-poc
2019-01-15 16:14:01 +01:00
Daniel Lee
a2f6c503a2
Merge remote-tracking branch 'origin/master' into reactify-stackdriver
2019-01-14 15:48:13 +01:00
Dominik Prokop
ad9c96abb5
Merge branch 'master' into tooling/storybook-poc
2019-01-14 15:26:13 +01:00
Dominik Prokop
c3fdc1a0fb
Panel time override tests
2019-01-11 16:21:44 +01:00
Erik Sundell
e73d363129
Merge remote-tracking branch 'origin/master' into reactify-stackdriver
...
# Conflicts:
# public/app/core/angular_wrappers.ts
# yarn.lock
2019-01-11 15:12:29 +01:00
Dominik Prokop
391253ee2d
Merge branch 'master' into grafana-ui/select
2019-01-11 09:52:26 +01:00
Hugo Häggmark
6f2bbb7378
Fixed typings
2019-01-11 07:03:12 +01:00
Dominik Prokop
7819529d45
Migrate Select components to @grafana/ui
2019-01-10 13:29:53 +01:00
Erik Sundell
92121cacd1
Merge remote-tracking branch 'origin/master' into reactify-stackdriver
...
# Conflicts:
# yarn.lock
2019-01-09 14:33:41 +01:00
Dominik Prokop
602bbcb0db
Update storybook static files option to load statics correctly
2019-01-09 14:01:46 +01:00
Dominik Prokop
525367c591
Merge branch 'master' into fix-toggle-button-group-corners
2019-01-09 13:15:34 +01:00
Dominik Prokop
0b4d212bd2
Fixing TS errors and updating snapshot
2019-01-09 10:56:40 +01:00
Johannes Schill
6ac25d41fa
chore: Move CustomScrollbar to @grafana/ui #14759
2019-01-09 09:49:45 +01:00
Dominik Prokop
0fb23bd334
WIP
2019-01-09 09:40:57 +01:00
Dominik Prokop
79c6fdc0e8
wip
2019-01-08 20:51:00 +01:00
Erik Sundell
49144f07e4
Merge branch '14293-metric-display-names' into reactify-stackdriver
...
# Conflicts:
# public/app/plugins/datasource/stackdriver/partials/query.aggregation.html
# public/app/plugins/datasource/stackdriver/partials/query.editor.html
# public/app/plugins/datasource/stackdriver/partials/query.filter.html
# public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts
# public/app/plugins/datasource/stackdriver/query_ctrl.ts
# public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
# public/app/plugins/datasource/stackdriver/specs/query_aggregation_ctrl.test.ts
2019-01-07 13:59:36 +01:00
Erik Sundell
0e49225d1d
merge from 14293-metric-display-names
2019-01-02 15:07:38 +01:00
Simon Podlipsky
5f4eeea481
Update yarn.lock
2018-12-31 19:17:07 +01:00
Simon Podlipsky
d42f821c87
Update rxjs
2018-12-27 20:37:44 +01:00
Torkel Ödegaard
9cd449ed52
added node-sass as dev dependency, needed after I removed grunt-sass
2018-12-25 21:11:18 +01:00
Torkel Ödegaard
98d26354c1
Added a form component to @grafana/ui
2018-12-25 11:42:23 +01:00
Torkel Ödegaard
493714c27d
Fixed JQuery typing issues
2018-12-25 09:59:23 +01:00
Torkel Ödegaard
19da963a19
Typings issues
2018-12-25 08:55:44 +01:00
Torkel Ödegaard
a38490f4b2
wip: moving react graph component to grafana/ui
2018-12-24 14:14:06 +01:00
Torkel Ödegaard
6e66b2b906
breaking up grafana into multiple packages poc
2018-12-20 16:56:46 +01:00
Torkel Ödegaard
72b9cb9b9f
Switched to react-select fork
2018-12-16 09:58:37 +01:00
Peter Holmberg
72b7497d66
Added isDefault switch on settings
2018-12-05 11:47:02 +01:00
Torkel Ödegaard
180ca021b5
Merge branch 'master' into develop
2018-12-05 10:17:22 +01:00
Torkel Ödegaard
6c46a1c8ea
Merge pull request #13873 from grafana/davkal/babel-7
...
JS tooling: upgrade to babel 7
2018-12-04 21:16:35 +01:00
David Kaltschmidt
6ee7459f22
Explore: Logging query live preview of matches
...
A logging query has a selector part and a regexp. The regexp matches are highlighted when results return.
This change adds live preview to matches when modifying the regexp in a search field.
- delegate retrieval of match query to datasource
- datasource returns search expressions to be used to highlight a live preview of matches
- logs row now takes preview highlights
- logs row renders preview highlights with dotted line to distinguish from query run matches (solid line)
- fix react-highlight-words version to ensure custom chunk matcher
- custom chunk matcher can now also take incomplete regexps, eg, `(level` without inifinte looping
- perf: debounce of live preview to 500ms
- perf: only top 100 rows get the live preview
- preview is only supported with one query row (multiple rows semantic makes this tricky: regexp for row n should only filter results for query n)
2018-12-04 15:47:51 +01:00
Erik Sundell
65c744c39f
hide row specific buttons when query editor is rendered from explore
2018-11-23 15:14:13 +01:00
Torkel Ödegaard
5038efe09e
Merge branch 'master' into davkal/babel-7
2018-11-23 13:44:59 +01:00
Torkel Ödegaard
fd71abc301
fixed issue with babel plugin proposal class properties that initiated
...
properties to void 0. This breaks angularjs preAssignBinding which
applies bindings to this before constructor is called. Fixed by
using fork of babel plugin.
https://github.com/babel/babel/issues/8417
2018-11-23 13:41:45 +01:00
Johannes Schill
6cd5bca9ab
panel-header: Bump @types/react, @types/react-dom, react, react-dom, react-popper to latest versions
2018-11-14 22:28:00 +01:00
Torkel Ödegaard
dedeaf541e
wip panel size handling
2018-11-13 18:50:12 +01:00
David Kaltschmidt
e8a895d58b
JS tooling: run TS grunt tasks only when files changed
...
- using grunt-newer to prefix precommit tasks
- only got it to work for tslint and tsc
Not applied to:
- sasslint does not take the file arguments in a way that grunt-newer
recognizes
- no-only-tests throws an error when used with `newer`, but it's
sub-second runtime
2018-10-30 10:25:53 +01:00
David Kaltschmidt
c1347e4ecb
WIP babel 7
2018-10-29 12:20:10 +01:00
David Kaltschmidt
34ef5e77b7
Fixed yarn.lock (previous merge took out integrity)
2018-10-18 14:51:26 +02:00
David Kaltschmidt
ff67213b42
Explore: Use react-table as table component
...
- adds react-table as dependency
- replaces custom table component in Explore
- vendors react-table styles and overrides them (currently in
explore.scss)
2018-10-17 14:58:04 +02:00
Torkel Ödegaard
50083da29c
updated jest to 23.10
2018-10-12 13:46:30 +02:00
Torkel Ödegaard
c368c72d40
minor ux fix for new select
2018-10-11 12:50:58 -07:00
Johannes Schill
a6fdbad2bb
Generate yarn.lock from older yarn
2018-10-10 14:15:27 +02:00
Johannes Schill
b28008cb5c
Updated lockfile to get rid of build error #13425
2018-10-10 14:15:26 +02:00
Johannes Schill
d9434ba1b1
wip: Upgrade react-select #13425
2018-10-10 14:15:25 +02:00
Daniel Lee
0a77cd5569
stackdriver: adds on-change with debounce for alias by field
2018-09-26 00:33:18 +02:00