Torkel Ödegaard
87715d6231
fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
2015-10-22 12:33:42 -04:00
Tom Dyas
867ac5df67
fix appending query strings in linkSrv
...
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.
Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00
Torkel Ödegaard
c95a991cb3
fix(panel/common): fix for query letters when importing old dashboards, fixes #2943
2015-10-16 11:58:44 -04:00
ubhatnagar
9185c94a2d
Added insert row option in the row menu.
2015-10-14 13:45:47 -07:00
Mitsuhiro Tanda
4588c5a19a
pass dateMath to ScriptedDashboard script
2015-10-13 12:29:42 +09:00
Nick Christus
23404decea
added global alerts list stub and styles
2015-10-11 16:59:40 -04:00
Torkel Ödegaard
c0da52aac8
fix(share): fixed share panel image url, did not generate correct url when domain name contained word dashboards, fixes #2916
2015-10-10 14:38:22 -04:00
Nick Christus
7e2f653bc7
added alerting tab stub and styles
2015-10-10 14:17:07 -04:00
ubhatnagar
14f3a68215
Added move row to top and bottom.
2015-10-09 03:06:52 +05:30
Torkel Ödegaard
04eefb8480
fix(timepicker): fixed issue with timepicker and auto refresh and entering manual time when timepicker dropdown is open, fixes #2897
2015-10-08 15:35:17 +02:00
Torkel Ödegaard
fe46410c31
Merge branch 'cloudwatch'
2015-10-08 13:09:27 +02:00
Torkel Ödegaard
f680c15283
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes #2892
2015-10-07 13:07:30 +02:00
Torkel Ödegaard
04f4454974
feat(cloudwatch): lots of code refactoring and cleanup, #684 , dimension values lookup works but seems to return all dimension values no matter what dimension key you select, removed strange formating of template dimension values query, should not return key value pair but only the dimension value
2015-10-02 09:04:46 +02:00
Torkel Ödegaard
1a8bc1dd60
fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837
2015-09-28 15:26:56 +02:00
Torkel Ödegaard
a567939f78
fix(elasticsearch): quote variable value in lucene variable mulit format, fixes #2828
2015-09-28 11:28:08 +02:00
ubhatnagar
9cdf0601eb
Removed unnecessary statement.
2015-09-23 22:20:38 +05:30
ubhatnagar
28ef972c9f
Added duplicate feature for variable.
2015-09-23 22:13:38 +05:30
ubhatnagar
866f48f92d
Added pipe in All Format list.
2015-09-23 13:12:35 +05:30
ubhatnagar
024a319512
Implemented Opentsdb MultiSelect Templating.
2015-09-23 11:22:57 +05:30
Torkel Ödegaard
f632b3b029
feat(elasticsearch): added new templating all format and muli format named , also added automatic setting of correct all and multi format depending on data source, closes #2696
2015-09-22 14:29:41 +02:00
Torkel Ödegaard
0ef8e086a2
fixed(share modal): fixed issue with sharemodal introduced with recent change to time handling, #2791
2015-09-22 07:32:47 +02:00
Torkel Ödegaard
24bff6e04d
ui(dashboard cog icon): minor change to PR #2772 that adds tooltip to cog icon
2015-09-21 11:29:14 +02:00
Torkel Ödegaard
cdab0d208e
Merge branch 'master' of https://github.com/utkarshcmu/grafana into utkarshcmu-master
2015-09-21 11:16:50 +02:00
ubhatnagar
00c89b8354
Removed .jshintrc statement, implemented manage dashboard tooltip.
2015-09-21 08:09:34 +05:30
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
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
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
ubhatnagar
923df8244b
Search Dashboard Panel will hide if 'Manage Dashboards' is clicked.
2015-09-18 02:30:02 -07:00
Torkel Ödegaard
69db9e0d45
feat(timepickerV2): absolute time / calendar picker works, #2761
2015-09-18 11:01:37 +02:00
Torkel Ödegaard
f93215f4ec
feat(timepicker2): more progress
2015-09-18 10:36:47 +02:00
ubhatnagar
9af460600d
Fixed Indentation and Grunt run.
2015-09-18 00:50:55 -07:00
ubhatnagar
e1576b7131
Added Manage Dashboard Tooltip, hides when clicked.
2015-09-18 00:45:29 -07:00
Torkel Ödegaard
2a52d9bdf6
feat(timepicker2): more work on new timepicker
2015-09-18 08:17:19 +02: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
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
Torkel Ödegaard
4ffa26cf2c
feat() started work on more feature rich time picker
2015-09-15 13:23:36 +02:00
Torkel Ödegaard
9dec50832d
refactor: refactoring app boot up and core structure
2015-09-14 22:54:00 +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
abac8bccc6
tech(typescript): its looking good
2015-09-10 11:26:40 +02:00
Torkel Ödegaard
3e9e34afb8
feat(annotations): polished up the annotation editor tabs, similar to recent commits for templating editor
2015-09-08 16:59:39 +02:00
Torkel Ödegaard
26d8a041ef
fix(templating): updated templating UI and tab behavior, now edit tab is not visible when not actually editing an existing var, fixes #2679
2015-09-08 15:54:08 +02:00
Torkel Ödegaard
fad1d4cf98
feat(organization): added update org address to http api and to org details settings view, closes #2672
2015-09-08 14:22:44 +02:00
Torkel Ödegaard
daf64421f2
fix(api): Added error handling to create and update org http apis and sql update handlers, now checks for org name taken scenarios and returns correct http error code and message, fixes #2686
2015-09-08 13:06:18 +02:00
Torkel Ödegaard
212a8ad6a6
Merge branch 'master' of github.com:grafana/grafana
2015-09-08 09:18:03 +02:00
Torkel Ödegaard
3999a3caa2
feat(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034
2015-09-07 13:13:27 +02:00
Torkel Ödegaard
6c304924f7
feat(elastic_ds): moving time field name to dataasource option, it is no longer specified for each query and date_histogram
2015-09-07 08:57:46 +02:00
Torkel Ödegaard
0960360b35
feat(elasticsearch): added support for index time based patterns, #1034
2015-09-06 16:09:42 +02:00
Torkel Ödegaard
14cb2b0143
began work on support index time patterns
2015-09-06 12:58:53 +02:00
Julien Danjou
697aaf7e70
partials: fix closing markup in datasourceHttpConfig
2015-09-04 17:14:27 +02:00
Torkel Ödegaard
74da5a610c
fix(spelling): capitalize text
2015-09-02 13:20:19 +02:00
Torkel Ödegaard
4b4299604b
fix(import): fixed nav link in header, fixes #2633
2015-09-01 17:14:48 +02:00
Torkel Ödegaard
aa89416bca
fix(invite): fixes to org invite stuff, #2630
2015-09-01 12:35:06 +02:00
Torkel Ödegaard
6fac241404
Merge branch 'signup_remake'
2015-08-31 11:42:30 +02:00
Torkel Ödegaard
13c70ac02c
feat(signup): selecting org after invite now works
2015-08-31 09:37:14 +02:00
Torkel Ödegaard
d3c79c9b49
fix(datasource query editors): fixed issue with duplicate query and the query letter (refId)
2015-08-30 10:24:15 +02:00
Denis Doria
06077faa6a
Fix small typo "dashbord" to dashboard
2015-08-22 11:48:35 +02:00
Torkel Ödegaard
960a4f71a3
fix(jsc): fixed javascript indenting
2015-08-21 16:28:01 +02:00
Torkel Ödegaard
292db86c9e
feat(relative time override): You can now use the new relative time option in panel time override, closes #2575
2015-08-21 16:19:51 +02:00
Torkel Ödegaard
6d3b36d61b
fix(annotations): removed accidental test code from annotationsSrv
2015-08-21 15:32:20 +02:00
Torkel Ödegaard
c876aa537a
feat(panel resize): Resize handles in panel bottom right corners for easy width and height change, closes #2577
...
Conflicts:
public/app/features/panel/panelDirective.js
2015-08-21 14:59:15 +02:00
Torkel Ödegaard
ca53ae4fc5
fix(templating): Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url), fixes #2564
2015-08-21 10:40:14 +02:00
Torkel Ödegaard
8f35683ccb
fix(annotations): Fixed issue when html sanitizer failes for title to annotation body, now fallbacks to html escaping title and text, fixes #2563
2015-08-21 10:17:02 +02:00
Torkel Ödegaard
30cd782e92
fix(snapshot): Fix for snapshot with expire 7 days option, 7 days option not correct, was 7 hours, fixes #2574
2015-08-21 09:51:16 +02:00
Torkel Ödegaard
9a9c9b2b12
Merge branch 'query-editor-breakout'
...
Conflicts:
CHANGELOG.md
2015-08-18 08:23:13 +02:00
Torkel Ödegaard
00f5f8b2a0
feat(mixed datasource): polishing feature, making sure everything works, #436
2015-08-17 21:20:09 +02:00
Torkel Ödegaard
6ee0f2c6a7
feat(mixed data source queries): lots of minor polish to new mixed data source and all the changes it has required, #436
2015-08-17 17:07:33 +02:00
Torkel Ödegaard
af39e4de3e
Merge branch 'v2.1.x'
...
Conflicts:
CHANGELOG.md
2015-08-17 15:02:47 +02:00
Torkel Ödegaard
0d8303cf5d
fix(templating): fix for setting template variable value via url and having repeated panels or rows, fixes #2534
2015-08-17 15:01:16 +02:00
Torkel Ödegaard
a16c63a43e
feat(mixed datasources): continued work on editor design change
2015-08-16 20:52:30 +02:00
Torkel Ödegaard
3105215425
feat(mixed datasource): changed how query ref ids (letters) are assigned, now they are persisted
2015-08-16 11:24:32 +02:00
Torkel Ödegaard
b30dfcf28a
feat(datasource): added new mixed data source
2015-08-16 01:34:09 +02:00
Torkel Ödegaard
b9cfade18c
feat(mutli db query): major changes to query editor and data source handling, looks promising
2015-08-15 23:11:37 +02:00
Torkel Ödegaard
ed49962120
refactor(): began work on big design change for how data source query editors are loaded
2015-08-15 21:49:30 +02:00
Torkel Ödegaard
8fcaa4997d
feat(admin): Deleting org from orgs list now works, will permanently delete dashboards, data sources, etc, closes #2457
2015-08-12 08:59:39 +02:00
Torkel Ödegaard
745162c589
fix(graphite): Import dashboard from graphite is working again, fixes #2490
2015-08-11 21:20:20 +02:00
Torkel Ödegaard
43ef9f909a
feat(admin): admin page for all grafana organizations (list / edit view), #2457
2015-08-11 15:20:50 +02:00
Torkel Ödegaard
234d1291f9
Merge branch 'invite'
...
Conflicts:
public/css/less/gfbox.less
public/emails/reset_password.html
public/emails/welcome_on_signup.html
2015-08-11 11:22:43 +02:00
Torkel Ödegaard
e53c1e39d3
feat(invite): can now add org user with sername again, #2353
2015-08-10 14:03:08 +02:00
Torkel Ödegaard
91e5fcf8f1
fix(templating): fixed issue with repeat row, was pretty buggy due to very recent change, fixes #2443
2015-08-05 14:19:09 +02:00
Matt Toback
b64c550989
Added some small styling tweaks to the modals, and adjusted some copy.
2015-08-04 15:58:07 -04:00
Torkel Ödegaard
775a805959
fix(): fix for cleaning up repeat panel scope for orphaned panels or duplicated panels
2015-08-04 15:15:03 +02:00
Torkel Ödegaard
0586dbaf8b
feat(save_as): imporved save as dialog, now auto focus, and enter key to submit works, closes #2426
2015-08-03 10:46:07 +02:00
Torkel Ödegaard
0fd4c3bd00
fix(templating): small fixed toplaceholder text in template variable editor
2015-07-31 14:56:51 +02:00
Torkel Ödegaard
4c7e52288d
fix(templating): another fix for panel links and repeat panels, #2410
2015-07-30 12:04:52 +02:00
Torkel Ödegaard
2cc53f328b
fix(templating): fixed scoped vars issue when generating urls for panel links, fixes #2410
2015-07-30 08:28:42 +02:00
Torkel Ödegaard
aaae23e9f0
fix(templating): fixed issue with templated dashboard and error selectOptionsForCurrentValue undefined
2015-07-30 08:08:08 +02:00
Torkel Ödegaard
5a160f426e
feat(invite): trying to get username to work as well
2015-07-29 09:30:23 +02:00
Torkel Ödegaard
6d6af09296
feat(invite): handling of existing org user case when inviting, #2353
2015-07-21 12:18:11 +02:00
Torkel Ödegaard
6b25453f11
templating(influxdb): regex escape values when multi or all format is enabled, closes #2373
2015-07-21 11:00:09 +02:00
Torkel Ödegaard
ab54971763
feat(invite): more progress on completing invite form and actually creating a real user, #2353
2015-07-20 17:46:48 +02:00
Torkel Ödegaard
024c112944
feat(invite): redesign for pending invite list, added revoke button and link, copy invite also works now, #2353
2015-07-20 14:26:49 +02:00
Torkel Ödegaard
3242354a4b
feat(invite): worked on pending invitations list, revoke invite now works, #2353
2015-07-20 10:57:39 +02:00
Torkel Ödegaard
a82aa8203b
Merge branch 'master' into invite
2015-07-18 10:14:45 +02:00
Torkel Ödegaard
0a59d6ab2f
fix(repeat panel): fix for unwanted unsaved changes warnings when using repeat panel, #2364
2015-07-18 10:14:21 +02:00
Torkel Ödegaard
2c7e807738
feat(invite): small style change
2015-07-17 17:22:42 +02:00
Torkel Ödegaard
39430e1cee
Merge pull request #2361 from mtanda/fix_link
...
Fix dashboard/panel link in Scripted Dashboard
2015-07-17 15:49:08 +02:00
Torkel Ödegaard
142a323efd
fix(save as): fixed issue with save as and overwriting a dashboard with the same name
2015-07-17 15:34:15 +02:00
Torkel Ödegaard
ea198fea6e
fix(graph): fixed legend color when having many many series, fixes #2359
2015-07-17 15:20:12 +02:00
Torkel Ödegaard
666013b010
fix(panel repeat): fixed issue with repeat panels in combination with setting variable values from URL, fixes #2351
2015-07-17 14:59:05 +02:00
Torkel Ödegaard
c7dafd4b42
fix(repeat panel): fixed issue with snapshoting a dashboard with repeated panels, Fixes #2352
2015-07-17 14:45:49 +02:00
Torkel Ödegaard
2724cf5db8
feat(invite): small progress
2015-07-17 14:42:49 +02:00
Torkel Ödegaard
0ffcce1b5d
feat(invite): more work on invite, basic creation works, added new tab directive from angular-ui and made new tab style, #2353
2015-07-17 09:51:34 +02:00
Mitsuhiro Tanda
8ac47b4e24
fix dashboard/panel link in scripted dashboard
2015-07-17 15:40:52 +09:00
Torkel Ödegaard
c3a5822a40
feat(user invite): progress on user invite feature, #2353
2015-07-16 12:38:55 +02:00
Torkel Ödegaard
2f4d3be303
fix(panellinks): fixed open in new tab issue for dashboard links, Fixes #2354
2015-07-16 12:06:49 +02:00
Torkel Ödegaard
57c78bc603
feat(invite): began work on invite users dialog, #2353
2015-07-16 10:44:55 +02:00
Torkel Ödegaard
3e3980dbac
made snapshot post url http scheme agnostic, #1725
2015-07-13 09:37:10 +02:00
Torkel Ödegaard
8d7ac3862c
Fixed issue with dashlinks/panellinks and sending template variable value 'All', Fixes #2297
2015-07-07 14:28:49 +02:00
Torkel Ödegaard
dbd46a523f
Work arround for slower template variable dropdown when variable has many thousand values, now only top 1000 values are rendered to html, you can still search all values, Closes #2246
2015-07-06 13:43:08 +02:00
Torkel Ödegaard
37d75905ed
Added min span option for panel repeater, #1888
2015-07-06 09:57:00 +02:00
David Raifaizen
ca42d976a7
Added fix for template variables when no options are available to select
2015-06-26 14:15:14 -04:00
Torkel Ödegaard
693af182c7
Fixed broken playlist in master, Fixes #2240
2015-06-26 19:11:52 +02:00
Torkel Ödegaard
2dbb370955
Working on resize handle, drag to resize panels & rows
2015-06-26 18:45:23 +02:00
Torkel Ödegaard
7806da11e6
Fixed issue with test data source connection and direct access, Fixes #2219
2015-06-24 21:31:16 +02:00
Torkel Ödegaard
ec98f9181b
Fixed issue with new variable value select dropdown and parent -> child updates, Fixes #2215
2015-06-23 20:09:17 +02:00
Torkel Ödegaard
98a07eff81
Worked on enhancing panel links to support dash link features, like auto variable to url params includes, Closes #2200
2015-06-22 17:44:46 +02:00
Torkel Ödegaard
3f917b0af5
Updated org creation view, after creating new org user is switched to that org and redirect to org details view, Closes #2198
2015-06-22 08:13:21 +02:00
Torkel Ödegaard
2a693f7f08
Fixed issue with multi select template variable and restoring state from url, #2196
2015-06-19 15:10:34 -04:00
Torkel Ödegaard
26e5d7a3de
Graph: fixed PNG rendering of panels with legend table to the right, #2185
2015-06-19 14:13:25 -04:00
Torkel Ödegaard
021c6ac1cb
fixed panel menu while in fullscreen mode
2015-06-19 12:42:10 -04:00
Torkel Ödegaard
48175101c6
Fixes to template variable with tags and inital state after dashboard load, #2080
2015-06-11 13:38:13 +02:00
Torkel Ödegaard
e5280d55b3
Make template variables work in row titles, #1956
2015-06-11 09:35:59 +02:00
Torkel Ödegaard
c20fa85b82
Renamed variable value select to select dropdown
2015-06-09 09:45:24 +02:00
Torkel Ödegaard
c821568ac7
Merged new template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
cb63344394
Added hover tooltip for tags
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
8934c83742
Small fixes for template variable groups (tags)
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
b5a846154a
Trying to make progres on persisting selection state, restoring selection state for new multi variable dropdown, proving to be really complex
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
f48d0fcb13
More work on tags in variable dropdown, now the actual tag values query is hooked up and works, #2080
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
650d3d5046
Fixed tag selection issues
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0992b6a616
Progress on template variable dropdown, lots of unit tests for selection behavior,
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
53ed407448
Lots of refactoring of variable dropdown trying to clean up code and make it unit testable
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
d96f5598ca
Breaking out logic for variable dropdown into a controller, this needs some unit tests
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
137cbe5bb4
work on variable multi select
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6f783f5a3b
Single variable select state highlight fixed, Closes #2073
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6ed17fe62f
Removed selection state for single select variables
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
7d25d6f191
progress on tag selection in variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0bd50c06d7
Template varaible dropdown work
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
9a74105103
Trying out dark headers and footers for template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
a433e0e79c
More work on variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
483ef20527
Reworking variable value dropdown, take3
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
bfe5a56a47
Updated dashboard links editor, just changed With tag > With tags
2015-06-02 12:52:31 +02:00
Torkel Ödegaard
8cfbd2f8bf
Increased width of query input field in dashlist panel editor
2015-06-02 11:05:48 +02:00
Torkel Ödegaard
6df9012141
Updated dashboard links feature to support search by my multiple tags, #1944
2015-06-02 10:35:10 +02:00
robert jakub
153ab4afaa
new role Read Only Editor - admin (small fix for #2088 )
2015-06-01 20:26:41 +02:00
Torkel Ödegaard
ff3843bc7f
Roles: New user role that replaces the old role behavior, Closes #2088
2015-06-01 17:01:04 +02:00
Torkel Ödegaard
86f5152092
When role is viewer and edit URL is loaded view mode will be loaded instead, Closes #2089
2015-06-01 16:49:14 +02:00
Torkel Ödegaard
85c3a0aa14
Panel menu now hides edit actions for users with role Viewer, Closes #1826
2015-06-01 16:36:15 +02:00
Torkel Ödegaard
50645cc36b
Added test connection action to all data sources, Closes #1997
2015-06-01 14:16:59 +02:00
Torkel Ödegaard
afede880e6
added url validation when adding data source, Fixes #2043
2015-06-01 14:02:24 +02:00
Torkel Ödegaard
e2f6633d57
Began work on data source test / validation, #1997 & #2043
2015-06-01 12:15:49 +02:00
Torkel Ödegaard
aeb8bc8755
Share link should always have absolute time range, Closes #2060
2015-05-28 09:35:55 +02:00
Torkel Ödegaard
494ede5bbf
Big refactoring/rewrite for how annotation tooltips are shown, also work on #1474
2015-05-27 13:11:32 +02:00
Torkel Ödegaard
e76d2ec9c2
worked on tags in search and dashboards
2015-05-27 11:16:15 +02:00
Torkel Ödegaard
7b972926ae
Merge branch 'variable-tags'
2015-05-27 10:43:02 +02:00
Torkel Ödegaard
4a71a79cb8
Slight refactoring in annotationSrv
2015-05-27 10:42:52 +02:00
Torkel Ödegaard
99556057d1
Fixed bug with auto refresh option being reset when changing relative time when now delay is configured, Fixes #2042
2015-05-26 16:48:23 +02:00
Torkel Ödegaard
2202094e41
work on tags in variables
2015-05-20 18:18:03 +02:00
Torkel Ödegaard
25c6b64fed
Began working on exploring variable value groups/tags
2015-05-19 16:54:08 +02:00
Torkel Ödegaard
a8aab0cb2b
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
2015-05-19 11:47:14 +02:00
Torkel Ödegaard
788e7fd36d
Lots of api refactoring for org routes, #2014
2015-05-19 10:16:32 +02:00
Torkel Ödegaard
74bf1f23fb
Small progress on #2014
2015-05-19 09:09:21 +02:00
Torkel Ödegaard
bfe6d5434e
Fixed placeholder text in templating editor
2015-05-19 08:46:45 +02:00
Torkel Ödegaard
f81bde5643
Refactoring some api handlers to use the new Response return object
2015-05-18 21:23:40 +02:00
Torkel Ödegaard
fbc6bb2112
More refactoring of user http api, trying to reuse handlers for sign in user and admin operations
2015-05-18 19:06:19 +02:00
Torkel Ödegaard
5270c4bc74
refactorin api code for user routes, preparation for admin improvements, #2014
2015-05-18 17:52:23 +02:00
Torkel Ödegaard
f41c314329
Minor layout fix to templating editor, making input fields a little less wide
2015-05-18 11:47:12 +02:00
Torkel Ödegaard
448a8b8d1c
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
2015-05-13 13:36:24 +02:00
Torkel Ödegaard
bb7d79e6d2
Refactoring search to support more than just db dashboards
2015-05-13 10:45:53 +02:00
Torkel Ödegaard
187834b17c
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
2015-05-13 09:58:45 +02:00
Torkel Ödegaard
4822d02787
Things are starting to work again
2015-05-12 19:24:11 +02:00
Torkel Ödegaard
35cc0a1cc0
Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960
2015-05-12 17:39:56 +02:00
Torkel Ödegaard
b3be51f17f
Lots of work on search and dashboard loading, trying to generalize concepts and code, #960
2015-05-12 14:11:30 +02:00
Torkel Ödegaard
48ddd7213f
Removed unused keybinding, ctrl+l, Fixes #1962
2015-05-11 10:03:34 +02:00
Torkel Ödegaard
59a2109cab
Investigating some performance optimizations, added more perf instrumentation & measurements
2015-05-09 15:26:39 +02:00
Torkel Ödegaard
0bde1bb857
Dashboard and nav links are near completion now, #1944
2015-05-08 10:56:54 +02:00
Torkel Ödegaard
4b4f398e83
more work on dashboard links, this feature is taking forever, dam angular, and dam complexity
2015-05-07 19:14:13 +02:00
Torkel Ödegaard
9655014041
More polish and refinements to dashboard links
2015-05-07 13:10:04 +02:00
Torkel Ödegaard
85e65e61d3
More work on dashboards links
2015-05-07 09:35:39 +02:00
Torkel Ödegaard
15137422a6
More work on dashboards links
2015-05-06 16:40:43 +02:00
Torkel Ödegaard
1f48c07395
more work on dash links
2015-05-06 10:57:32 +02:00
Torkel Ödegaard
26c9a19392
A lot of css style polish for submenu (template var selection, and new dashlinks)
2015-05-06 09:41:30 +02:00
Torkel Ödegaard
2c3aad785d
Fix in unsaved changes service
2015-05-06 07:59:47 +02:00
Torkel Ödegaard
0c56ae4f32
more work on, #1944
2015-05-05 20:33:06 +02:00
Torkel Ödegaard
1e196fc091
Began work on dashboard links and nav feature, #1944
2015-05-05 19:56:49 +02:00
Torkel Ödegaard
71edd9ff1b
DashEditView: fix for small ui bug, when having dashboard settings view open and entering panel edit mode, did not cause dash edit view to be closed
2015-05-05 12:38:18 +02:00
Torkel Ödegaard
385048b620
Templating: You can now select multiple template variables values at the same time. Closes #1922
2015-05-04 10:13:12 +02:00
Torkel Ödegaard
e5c1169120
HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928
2015-05-04 08:36:44 +02:00
Torkel Ödegaard
e771d8e944
Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899
2015-05-01 09:48:07 +02:00
Torkel Ödegaard
95fcddcd95
More work on panel & row repeats, #1888 , updated changelog
2015-05-01 08:07:57 +02:00
Torkel Ödegaard
e17f56b4ad
Final polish on panel & row repeats, #1888 , still some missing places where scopedVars needs to be used
2015-04-30 11:15:26 +02:00
Torkel Ödegaard
32e0ce1beb
Minor code refinements to panel repeat code, #1888
2015-04-30 10:50:23 +02:00
Torkel Ödegaard
25ef49494b
Final polish on repeat panel variable selection, #1888
2015-04-30 10:47:51 +02:00
Torkel Ödegaard
3ee1ea28e1
Templating: Support for search filtering and keyboard up/down filtering in the new multi variable value selector dropdown, #1144
2015-04-30 09:09:12 +02:00
Torkel Ödegaard
fe0bf876d9
Style changes and polish to multi variable value selection, #1144
2015-04-29 15:34:14 +02:00
Torkel Ödegaard
c5be95e46c
Began polish and tweaks of new template variable multi select dropdown
2015-04-29 14:23:29 +02:00
Torkel Ödegaard
b762f56aee
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/templating/templateValuesSrv.js
2015-04-29 13:59:15 +02:00
Torkel Ödegaard
52c32d8b10
Merge branch 'issue1862' of https://github.com/raintank/grafana into raintank-issue1862
2015-04-29 09:31:21 +02:00
Anthony Woods
b72eba1ef2
refactor handling of refresh when urlValues being used for templates. fixes #1862
2015-04-29 14:55:39 +08:00
Torkel Ödegaard
8c14e565a7
Restored the variable color for the label/name in the submenu
2015-04-28 17:54:22 +02:00
Torkel Ödegaard
53cb0feda9
Various fixes, restored search auto focus
2015-04-28 17:28:34 +02:00
Torkel Ödegaard
14e8c15a3a
Lots of new unit tests for unsaved changes service
2015-04-28 16:42:40 +02:00
Torkel Ödegaard
aaea80e053
A lot of refactoring opf unsaved changes service so it can be unit tested better
2015-04-28 13:45:59 +02:00
Torkel Ödegaard
f6a61c1ec5
Changes to unsaved changes service to ignore repeated panels and rows, #1888
2015-04-28 12:02:39 +02:00
Torkel Ödegaard
5768f10769
More optimizations and unit tests for panel repeats #1888
2015-04-28 10:23:35 +02:00
Torkel Ödegaard
9590f485f1
More optimizations and unit tests for panel repeats, this time reuse rows, #1888
2015-04-28 09:24:07 +02:00
Torkel Ödegaard
32fe723da6
More optimizations and unit tests for panel repeats, #1888
2015-04-28 08:44:48 +02:00
Torkel Ödegaard
3044a74a52
Optimization and unit tests for panel and row repeat feature, #1888
2015-04-27 18:37:39 +02:00
Torkel Ödegaard
ca7aa294e0
Began wriing unit test for new panel repeat features, #1888
2015-04-27 17:20:32 +02:00
Torkel Ödegaard
158b77d54e
small update to panel repeats
2015-04-27 15:01:27 +02:00
Torkel Ödegaard
3f97bd8212
Added files removed in merge
2015-04-27 13:59:20 +02:00
Torkel Ödegaard
bf6f0f1a65
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/dashboard/dashboardCtrl.js
public/app/partials/submenu.html
public/css/less/submenu.less
public/test/specs/templateSrv-specs.js
src/app/partials/roweditor.html
2015-04-27 13:53:02 +02:00
Torkel Ödegaard
8a986ec340
Using CTRL+S should not work when dashboardMeta.canSave is false, #1834
2015-04-27 10:59:14 +02:00
Torkel Ödegaard
b0ef659add
Stop users from entering panel edit mode when dashboard editable is false, #1834
2015-04-27 10:56:36 +02:00
Torkel Ödegaard
29a7490af2
Small fix for unsaved changes when using save as feature
2015-04-27 10:29:04 +02:00
Torkel Ödegaard
16fc6e8b42
More work on editable false dashboards, #1834
2015-04-27 10:09:32 +02:00
Anthony Woods
b6a4db3f8a
always refresh varible options if refresh=true
2015-04-24 00:19:16 +08:00
Torkel Ödegaard
236c4e65f8
Began work on dashboard: editable flag, that actually stops users from changing anything, #1834
2015-04-23 15:26:48 +02:00
Torkel Ödegaard
1dfc576263
Panel timeshift: You can now use panel timeshift without a relative time override, Fixes #1848
2015-04-22 13:54:31 +02:00
Torkel Ödegaard
a11b180480
Snapshots: Fixed issue with snapshoting dashboards with an interval template variable, Fixes #1846
2015-04-22 12:27:12 +02:00
Torkel Ödegaard
a446286869
Fixed issue with unsaved changes srv being triggerd by starring / unstarring a dashboard, Fixes #1795
2015-04-16 17:21:03 +02:00
Torkel Ödegaard
6ba8854854
Readded link in top header, Fixes #1756
2015-04-15 12:17:31 +02:00
Torkel Ödegaard
cc14705404
Update changelog
2015-04-12 09:42:27 +02:00
Torkel Ödegaard
646298f5c5
Handle errors when loading dashboard with template variables that query data sources that cannot be found
2015-04-07 13:48:26 +02:00
Torkel Ödegaard
382f7066d9
Fixed importing dashboards from graphite web issue
2015-04-06 14:46:06 +02:00
Torkel Ödegaard
538ec7c0a0
Unsaved changes: Do not show for snapshots, scripted and file based dashboards, Fixes #1707
2015-04-06 11:22:35 +02:00
Torkel Ödegaard
ea800dd838
Added login to organization users table, Fixes #1683
2015-04-04 10:14:51 +02:00
Torkel Ödegaard
1e1a6df480
Playlist: fixed issue where dashboard title was not visible when playing playlist
2015-04-02 15:37:03 +02:00
Torkel Ödegaard
7aa1ab855e
Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688
2015-04-02 10:05:33 +02:00
Torkel Ödegaard
b291b18a87
Unsaved changes improvements: ignore row collapse state, ignore graph legend sort order, Closes #1702
2015-04-02 09:44:16 +02:00
Torkel Ödegaard
e6492f7db9
Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel, Closes #1701
2015-04-02 09:21:38 +02:00
Torkel Ödegaard
3b737999d6
Unsaved changes: Do not show for users with role , Fixes #1703
2015-04-02 08:08:22 +02:00
Torkel Ödegaard
4ca125da41
Delete snapshot fix: the action is now shows confirmation directly in the modal (not opening a new tab with api call as in beta1), Fixes #1682
2015-04-01 08:24:03 +02:00
Torkel Ödegaard
03e336ba9e
Fixed minor issue doing snapshot from home (root) dashboard
2015-03-31 21:48:54 +02:00
Torkel Ödegaard
1d0a3660bd
Fixed issue with updating default data source, it required page reload to take effect, should not be required, now fixed, Fixes #1671
2015-03-31 14:31:47 +02:00
Torkel Ödegaard
aa724fc11e
Remove datasource names in panels from snapshots
2015-03-31 10:48:14 +02:00
Torkel Ödegaard
dc03ca8879
Opening search closes fullscreen edit or fullscreen view
2015-03-30 12:25:17 +02:00
Torkel Ödegaard
de51aeab7b
updates to whats new doc, and building from source, also small fix for panel snapshot, single panelsnapshot should expand panel span to 12
2015-03-30 11:08:46 +02:00
Torkel Ödegaard
c42d09b267
Enabled snapshot sharing of single panels, enabled sharing of snapshot dashboards (but you cannot snapshot a snapshot
2015-03-29 15:01:27 +02:00
Torkel Ödegaard
0f791c9fa8
Refactoring of share modal
2015-03-29 14:30:03 +02:00
Torkel Ödegaard
fde11be279
Renamed src directory to public
2015-03-29 12:57:28 +02:00