Torkel Ödegaard
fb767f5680
change: removed drilldown links from extended panel menu
2015-09-19 15:59:29 +02:00
Torkel Ödegaard
c7d22aafd2
feat(drilldown link): better access to drilldown links directly by clicking the external link icon in panel header, fixes #1575
2015-09-19 15:53:48 +02:00
Torkel Ödegaard
b5f237a69b
fix(graph): minor fix for hover tooltip when combined with a single series using stepped lines, fixes #2754
2015-09-19 15:20:53 +02:00
Torkel Ödegaard
b4093ccf59
fix(graphite): minor fix to editor, add function dropdrop extended above page, fixes #1152
2015-09-19 14:58:52 +02:00
Torkel Ödegaard
2f68687de9
feat(timepicker2): temporarily removed the the option to define custom quick range, will have to be part of future issue, closes #2761
2015-09-19 12:20:24 +02:00
Torkel Ödegaard
86f4907cc4
feat(panel fullscreen): completly changed how the fullscreen view/edit works, no longer uses css fixed position, yay, closes #2779
2015-09-19 11:40:51 +02:00
Torkel Ödegaard
bffb795d7a
feat(timepicker): small style change for timepicker
2015-09-19 10:54:17 +02:00
Torkel Ödegaard
c21cffa6d4
fix(timepicker): UTC now works in all scenarios I can think of, manual edit, date picker edit, #2761
2015-09-18 21:01:13 +02:00
Torkel Ödegaard
96b0e70ddd
feat(timepickerv2): fixed lots of minor issues and updated kairosdb and opentsdb data sources to work with the new date formats
2015-09-18 15:06:08 +02:00
Torkel Ödegaard
febe56b062
feat(timepicker): fixed zoomout
2015-09-18 14:04:53 +02:00
Torkel Ödegaard
f5e6722826
feat(timepickerv2): more work on new timepicker, now absolute time mixed with relative time works, yesterday, this day last week, etc now work
2015-09-18 13:54:31 +02:00
Torkel Ödegaard
cea13b1823
feat(timepicker2): moved to controllerAs and bindToController for timepicker component
2015-09-18 12:41:32 +02:00
Torkel Ödegaard
3d85e85f29
fix(events): fixed handling of onAppEvents when used from rootScope, must supply localscope, can now be used in isolate scope scenarios
2015-09-18 12:15:06 +02:00
Torkel Ödegaard
69db9e0d45
feat(timepickerV2): absolute time / calendar picker works, #2761
2015-09-18 11:01:37 +02:00
Torkel Ödegaard
a8a94ef87b
Merge branch 'master' into timepicker2
2015-09-18 10:36:50 +02:00
Torkel Ödegaard
f93215f4ec
feat(timepicker2): more progress
2015-09-18 10:36:47 +02:00
Torkel Ödegaard
2a52d9bdf6
feat(timepicker2): more work on new timepicker
2015-09-18 08:17:19 +02:00
Torkel Ödegaard
ebf49d0668
Merge pull request #2771 from decbis/maxSeries-func-for-groupByNode
...
Added maxSeries option for groupByNode Graphite function
2015-09-18 08:16:46 +02:00
Eugen Dinca
7dc2b36413
Added maxSeries option for groupByNode function
2015-09-17 16:50:09 -04:00
Torkel Ödegaard
5eefa36111
feat(timepickerv2): big progress on new design of new timepicker, #2761
2015-09-17 22:44:59 +02:00
Torkel Ödegaard
a30f73fe36
feat(timepicker): more work on getting new time formats to work in all data sources
2015-09-17 12:40:04 +02:00
Torkel Ödegaard
1a9c52e17f
feat(timepicker): lots of big changes, moving to datemath from kbn.parseDateMath, moving to moment dates instead of native javascript dates
2015-09-17 11:21:38 +02:00
Torkel Ödegaard
5ad38ee9f8
feat(timepicker2): fixed timesrv specs
2015-09-17 09:57:59 +02:00
Torkel Ödegaard
4c79591403
fix(graphite): removed debug comment
2015-09-17 09:45:53 +02:00
Torkel Ödegaard
a9812167d7
feat(timepicker2): worked on more rich time range support
2015-09-17 09:44:51 +02:00
Torkel Ödegaard
a0a98cb035
feat(timepicker2): working on richer timepicker options
2015-09-16 19:49:05 +02:00
Liu Yubao
4fccfbf543
increase limit to lookup unique metric tag values
...
Default limit is 25 which is too small. Considering currently the
/api/search/lookup query isn't narrowed down by selected tag
keys and values (see https://github.com/grafana/grafana/pull/1433 ),
the limit is set to 3000, this should be fine because people rarely
create new graph panel.
2015-09-17 01:36:36 +08:00
Liu Yubao
62ae80eeae
deduplicate tag value suggestions for OpenTSDB
2015-09-17 01:25:28 +08:00
Torkel Ödegaard
d705108be5
feat(timepicker2): added date math tests
2015-09-16 18:48:41 +02:00
Torkel Ödegaard
3912eb7b26
Merge branch 'master' into timepicker2
2015-09-16 17:03:08 +02:00
Torkel Ödegaard
1f959272c5
feat(migration): added back support to import old dashboard from from Elasticsearch
2015-09-16 16:28:41 +02:00
Torkel Ödegaard
4ffa26cf2c
feat() started work on more feature rich time picker
2015-09-15 13:23:36 +02:00
Torkel Ödegaard
2b95cd5081
refactor: moving routes into core, improved bundle loader
2015-09-15 08:53:06 +02:00
Torkel Ödegaard
5545cdbf4d
refactor: improving structure, moving things into a core module
2015-09-15 08:17:40 +02:00
Torkel Ödegaard
9dec50832d
refactor: refactoring app boot up and core structure
2015-09-14 22:54:00 +02:00
Torkel Ödegaard
de753bf330
fix(build): fixed issue with ngAnnotate not including files in core/*, fixes #2733
2015-09-14 09:33:26 +02:00
Torkel Ödegaard
1900c81d9f
tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build
2015-09-13 12:13:47 +02:00
Torkel Ödegaard
9db6f82628
refactor: finished timepicker to typescript and directive refactor
2015-09-12 12:52:50 +02:00
Torkel Ödegaard
d96a6a59ee
refactor: moved timepicker from a simple panel to component, removed simple panel directive
2015-09-12 11:49:27 +02:00
Torkel Ödegaard
7535677ed4
fix(build): fixed failing tslint test
2015-09-11 21:04:02 +02:00
Torkel Ödegaard
812e4c7cd4
refactor: moved array join directive to typecrtipt
2015-09-11 10:54:56 +02:00
Torkel Ödegaard
85baae1ebd
feat(influxdb): added back fill option to editor, forgot to add it in the new updated query editor
2015-09-11 10:42:50 +02:00
Torkel Ödegaard
8174b9f041
fix(tests): fixed failling backend test
2015-09-11 08:58:45 +02:00
Torkel Ödegaard
286b4c0e46
Merge branch 'typescript'
2015-09-11 08:01:11 +02:00
Torkel Ödegaard
166a3c4d64
tech(typescript): added tslint to default task
2015-09-11 08:00:13 +02:00
Torkel Ödegaard
d4a701aad0
tech(typescript): more work on typescript
2015-09-11 07:47:00 +02:00
Torkel Ödegaard
84371f03b5
tech(typescript): more testing and migration
2015-09-10 16:47:38 +02:00
Torkel Ödegaard
20407bca89
tech(typescript): converted signup controller to typescript
2015-09-10 16:21:57 +02:00
Torkel Ödegaard
dceec44671
removed tsconfig
2015-09-10 14:36:05 +02:00
Torkel Ödegaard
da832368f0
dev building and optimized builds work
2015-09-10 12:42:24 +02:00