- 13 Feb, 2017 2 commits
-
-
bergquist committed
-
Currently there is a limit of 1000 users in the global user list. This change introduces paging so that an admin can see all users and not just the first 1000. Adds a new route to the api - /api/users/search that returns a list of users and a total count. It takes two parameters perpage and page that enable paging. Fixes #7469
Daniel Lee committed
-
- 10 Feb, 2017 16 commits
-
-
bergquist committed
-
(feat) support datasource delete by name api
Carl Bergquist committed -
huydx committed
-
bergquist committed
-
bergquist committed
-
huydx committed
-
bergquist committed
-
bergquist committed
-
ref #2385
Vladimir Kolobaev committed -
bergquist committed
-
xginn8 committed
-
bergquist committed
-
graph: add full metric description for graph-legend-alias title
Vladimir Kolobaev committed -
bergquist committed
-
redirect user to requested url after login via oauth
Carl Bergquist committed -
bergquist committed
-
- 09 Feb, 2017 3 commits
- 08 Feb, 2017 6 commits
-
-
Daniel Lee committed
-
Sorting datasources with case insensitive order
Daniel Lee committed -
Daniel Lee committed
-
bergquist committed
-
bergquist committed
-
bergquist committed
-
- 07 Feb, 2017 13 commits
-
-
Sorts the list of metric sources that is used in dropdown for Panel Data Source on the Metrics tab so that it is case insensitive and so that the built data sources are last in the list.
Daniel Lee committed -
The data source list is case sensitive when sorted. This changes the sort to be case insensitive. The test only tests the handler, not the routing or database query.
Daniel Lee committed -
James Regovich committed
-
bergquist committed
-
bergquist committed
-
allow setting basic auth headers for prometheus datasource
Carl Bergquist committed -
bergquist committed
-
bergquist committed
-
https://github.com/mtanda/grafanabergquist committed
-
hagen1778 committed
-
Daniel Lee committed
-
bergquist committed
-
* docs(plugins): new developing plugins section Creates new section called Developing Plugins in the plugin section of the docs. 1. Some changes to the Development guide page 2. Converted defaults/editor mode blog post to new page 3. Converted snapshots blog post to new page 4. Adds new code styleguide page 5. Updates to apps and datasources pages 6. Adds plugin.json schema * docs(links): fixes broken links Fixes broken links to other pages as well as broken image links.
Daniel Lee committed
-