Commit Graph

303 Commits (f8b61a4ebe3f9d162d544596466b767c28914a12)

Author SHA1 Message Date
Torkel Ödegaard e5c1169120 HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928 10 years ago
Torkel Ödegaard be589d81c7 Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921 10 years ago
Torkel Ödegaard e771d8e944 Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899 10 years ago
Torkel Ödegaard 5de9230924 Security: New config option to disable the use of gravatar for profile images, Closes #1891 10 years ago
Torkel Ödegaard 95fcddcd95 More work on panel & row repeats, #1888, updated changelog 10 years ago
Torkel Ödegaard 32fa8180fa Github OAuth: You can now configure a Github team membership requirement, Closes #1731 10 years ago
Torkel Ödegaard 7064d87106 Firefox/IE issue, invisible text in dashboard search fixed, Fixes #1872 10 years ago
Torkel Ödegaard 8526025792 MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863 10 years ago
Torkel Ödegaard 2c52224013 /api/login/ping Fix for issue when behind reverse proxy and subpath, Fixes #1857 10 years ago
Torkel Ödegaard aa52f6675c updated changelog 10 years ago
Torkel Ödegaard 1dfc576263 Panel timeshift: You can now use panel timeshift without a relative time override, Fixes #1848 10 years ago
Torkel Ödegaard a11b180480 Snapshots: Fixed issue with snapshoting dashboards with an interval template variable, Fixes #1846 10 years ago
Torkel Ödegaard dabdf1b7fd Graph Panel + Legend Table mode: Many series casued zero height graph, now legend will never reduce the height of the graph below 50% of row height, Fixes #1832 10 years ago
Torkel Ödegaard b5a77d4f4a Updated version to 2.0.0 and updated changelog 10 years ago
Torkel Ödegaard 649d40ed66 Data source proxy: Fixed issue with using data source proxy when grafana is behind nginx suburl, Fixes #1784 10 years ago
Torkel Ödegaard d71b626114 Graph Panel: Legend in table mode now aligns, graph area is reduced depending on how many series, Fixes #1786, Fixes #1749 10 years ago
Torkel Ödegaard 942e8fdba8 Support for unicode / international characters in dashboard title (improved slugify), Fixes #1734, Fixes #827 10 years ago
Torkel Ödegaard 836e4b4911 Dashboard snapshot: Should not require login to view snapshot, Fixes #1780 10 years ago
Torkel Ödegaard e9afd30b47 Updated changelog with, Github OAuth: Now works with Github for Enterprise, thanks @williamjoy 10 years ago
Torkel Ödegaard 19e881513b updated changelog 10 years ago
Torkel Ödegaard cc14705404 Update changelog 10 years ago
Torkel Ödegaard 059db533d5 HTTP API: grafana /render calls nows with api keys, Fixes #1649 10 years ago
Torkel Ödegaard 22adf0d06e Datasource proxy & session timeout fix (casued 401 Unauthorized error after a while), Fixes #1667 10 years ago
Torkel Ödegaard eb575685aa OAuth: Specify allowed email address domains for google or and github oauth logins, Closes #1660 10 years ago
Torkel Ödegaard 538ec7c0a0 Unsaved changes: Do not show for snapshots, scripted and file based dashboards, Fixes #1707 10 years ago
Torkel Ödegaard e6492f7db9 Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel, Closes #1701 10 years ago
Torkel Ödegaard 3b737999d6 Unsaved changes: Do not show for users with role , Fixes #1703 10 years ago
Torkel Ödegaard 1f330d7753 Basic auth: Fixed issue when using basic auth proxy infront of Grafana, Fixes #1673 10 years ago
Torkel Ödegaard c3fa68ade8 Data source proxy: Fixed issue with Gzip enabled and data source proxy, Fixes #1675 10 years ago
Torkel Ödegaard 3c2bfbfc1c Search: Dashboard results should be sorted alphabetically, Fixes #1685 10 years ago
Torkel Ödegaard 7eb45e1799 MySQL session: fixed problem using mysql as session store, Fixes #1681 10 years ago
Torkel Ödegaard 463c519954 Dashlist panel: added fresh panel when changing limit, Fixes #1677 10 years ago
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 10 years ago
Torkel Ödegaard 060d0b777b Updated install docs and changelog 10 years ago
Torkel Ödegaard e31a3a64e1 OpenTSDB: Alias patterns (reference tag values), syntax is: or [[tag_tagname]], Closes #1344, match opentsdb response to query, Fixes #1601 10 years ago
Torkel Ödegaard 6f2a8e27b8 Dashboard Snapshot: added dashboard snapshot to changelog, #1623 10 years ago
Torkel Ödegaard 245c6dbff0 Share Panel: The share modal now has an embed option, gives you an iframe that you can use to embedd a single graph on another web site, #1622 10 years ago
Torkel Ödegaard 7db3703275 Share Panel: The share modal now has an embed option, gives you an iframe that you can use to embedd a single graph on another web site, #1622 10 years ago
Torkel Ödegaard 36a948965b Graph: added log base 16 and log base 1024 scales, #452 10 years ago
Torkel Ödegaard d81d0c8c44 Graph: Adds logarithmic scale option (log base 10), Closes #452 10 years ago
Torkel Ödegaard 2fec2c2fa0 Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests. Closes #1255 10 years ago
Torkel Ödegaard b91b47fc46 Graph & Singlestat: Users can now set decimal precision for legend and tooltips (override auto precision), Closes #1253 10 years ago
Torkel Ödegaard 04d25dc58a Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718 10 years ago
Torkel Ödegaard 04ca85fe89 Moved dashboard theme option from the dashboard to a persisted user setting, #1458 10 years ago
Torkel Ödegaard 65307c463a Refactoring opentsdb editor view, merging #1438, made Downsampling enabled by default 10 years ago
Torkel Ödegaard 9c8134f8bc Dashboard: Fixed memory leak when switching dashboards, Fixes #1497 10 years ago
Torkel Ödegaard 5b1727bcba Graph & Singlestat: Support for additional units, Fahrenheit (°F) and Celsius (°C), Humidity (%H), kW, watt-hour (Wh), kilowatt-hour (kWh), velocities (m/s, km/h, mpg, knot), Closes #1366 10 years ago
Torkel Ödegaard 7a14054057 Graph: Shared tooltip improvement, can now support metrics of different resolution/intervals, Closes #978, Fixes #1499 10 years ago
Torkel Ödegaard 596ce18aeb Worked on clone dashboard feature, #1488 10 years ago
Torkel Ödegaard ea5da627af Panel: Different time periods, panels can override dashboard relative time and/or add a time shift, #171, only works for graph panel for now, need feedback for how to do it for singlestat panel 10 years ago