Tobias Skarhed
443ff5deb4
Karma to Jest: value_select_dropdown ( #12435 )
...
* Begin Karma 2 Jest: value_select_dropdown
* Add return for Promise
* Remove Karma test
2018-06-28 03:10:36 -07:00
Dan Cech
3056d9a80e
support passing api token in Basic auth password ( #12416 )
2018-06-28 03:08:32 -07:00
Tobias Skarhed
c2381f088f
Add disabled styles for checked checkbox ( #12422 )
2018-06-28 03:02:49 -07:00
Marcus Efraimsson
3cf6a1a94b
changelog: add notes about closing #11920
...
[skip ci]
2018-06-27 15:17:15 +02:00
Marcus Efraimsson
18032b374b
changelog: add notes about closing #11920
...
[skip ci]
2018-06-27 15:11:44 +02:00
Marcus Efraimsson
f1ab1a26e9
changelog: update
...
[skip ci]
2018-06-27 14:48:55 +02:00
Marcus Efraimsson
6fa87e6278
docs: upd what's new in v5.2
2018-06-27 14:20:36 +02:00
Marcus Efraimsson
b011444246
release 5.2.0
2018-06-27 11:39:04 +02:00
Marcus Efraimsson
e378f6db88
docs: update index with link to what's new in 5.2 instead of 5.0
2018-06-27 11:35:53 +02:00
Marcus Efraimsson
ec3a4e105f
changelog: add notes about closing #12385
...
[skip ci]
2018-06-26 18:11:56 +02:00
Marcus Efraimsson
06daae2179
Merge pull request #12412 from grafana/12393_login
...
login: fix layout issues
2018-06-26 18:01:54 +02:00
Marcus Efraimsson
8d535dd90d
docs: upd what's new in v5.2
...
[skip ci]
2018-06-26 15:42:34 +02:00
Marcus Efraimsson
e256c61b54
docs: upd what's new in v5.2
2018-06-26 15:37:22 +02:00
Marcus Efraimsson
9f02927761
login: fix layout issues
2018-06-26 15:19:57 +02:00
Marcus Efraimsson
bd805544c5
build: yarn should be included out of the box on circle ci
2018-06-26 15:19:04 +02:00
Augustin
ef0bf9f701
ensure that if the dasboardID is negative, it will not bypass the checking of the right ( #12398 )
2018-06-26 05:12:20 -07:00
Marcus Efraimsson
5a2cf5863d
Merge pull request #12399 from grafana/12140_docs
...
docs: update installation instructions
2018-06-26 10:37:22 +02:00
Marcus Efraimsson
db12e8d52d
changelog: add notes about closing #11968
...
[skip ci]
2018-06-26 10:32:32 +02:00
Marcus Efraimsson
ceba0490f8
Merge pull request #12395 from grafana/11968_variable_key_value
...
Set correct text in drop down when variable is present in url
2018-06-26 10:29:21 +02:00
Torkel Ödegaard
713a87fb5b
Webpack 4 (WIP) ( #12098 )
...
* Webpack 4
* webpack: force angular version 1.6 as 1.7 has removed a legacy feature toggle Grafana needs, switched from awesome-typescript-loader to ts-loader & forked ts checker
* Webpack 4
* webpack: force angular version 1.6 as 1.7 has removed a legacy feature toggle Grafana needs, switched from awesome-typescript-loader to ts-loader & forked ts checker
* upgrade ts loader
* simplified splitChunks
* upgrade circle node image to v8
* webpack: minor changes, using the new mode option, removed unused awesome-typescript loader, investigating karma issue but no solution yet
* fix: change angular mocks version restriction to be more strict
* add babel-loader for HMR support, fix karma debug runner
* babel-loader to yarn.lock
* webpack: changed from ExtractTextPlugin to MiniCssExtractPlugin, and updated the minification step to use new webpack4 optimization config section
* webpack: remove css minifcation from general css processing as it's done in the webpack optimization step
* limit vendors chunk to .ts and .js files
* fix: removed typescript compile error, wanted to see if we still got test failure for that
* tech: upgrade uglify-js, should be faster now
2018-06-26 01:28:37 -07:00
Aman
e11f6f5cdf
Make pre/postfix coloring checkboxes inactive when gauge is active
2018-06-26 13:06:26 +05:30
bergquist
f83306bb5b
removes unused return object
2018-06-26 09:22:31 +02:00
Dan Cech
583df47c2f
handle "dn" ldap attribute more gracefully ( #12385 )
...
* handle "dn" ldap attribute more gracefully
* use strings.ToLower
2018-06-26 00:14:55 -07:00
Torkel Ödegaard
dd7a653db9
Update ROADMAP.md
2018-06-26 08:59:37 +02:00
Carl Bergquist
1165d098b0
Merge pull request #12407 from pengwk/patch-1
...
Fix typo
2018-06-26 08:30:05 +02:00
peng weikang
e4669681c4
Fix typo
2018-06-26 14:04:54 +08:00
Austin Winstanley
7f166668f6
Merge branch 'master' into macros/sql
2018-06-25 20:14:25 +00:00
Austin Winstanley
52b475f965
Merge branch 'master' of https://github.com/grafana/grafana
2018-06-25 20:13:50 +00:00
Austin Winstanley
c35c1d7270
Merge branch 'master' of https://github.com/grafana/grafana into macros/sql
2018-06-25 20:13:34 +00:00
Austin Winstanley
105b3d6804
Switched MySQL and MSSQL macros for timeFilter and related to use BETWEEN and calculate UNIX time server side instead of database side. Fixes #11618 #11619
2018-06-25 20:11:58 +00:00
Marcus Efraimsson
31239f33ed
docs: update installation instructions
2018-06-25 17:22:31 +02:00
Carl Bergquist
175e95abb0
Merge pull request #12396 from bergquist/routing
...
routing: allows routes to be added to existing groups
2018-06-25 17:17:14 +02:00
bergquist
4a46dd886b
routing: raise panic if duplicate routes are added
2018-06-25 16:58:49 +02:00
bergquist
dbfafa1cb5
routing: allows routes to be added to existing groups
...
this enables services to add routing to ex /api
without causing conflicts.
2018-06-25 16:50:27 +02:00
Marcus Efraimsson
c23f9a1f37
changelog: add notes about closing #11868
...
[skip ci]
2018-06-25 16:32:32 +02:00
Marcus Efraimsson
2b3bfd2f65
Merge pull request #12198 from grafana/11868_missing_phantom
...
enhance error message if phantomjs executable is not found
2018-06-25 16:27:12 +02:00
Marcus Efraimsson
f106de0efd
enhance error message if phantomjs executable is not found
...
if arm build, explain that phantomjs is not included by default in arm
builds. If not explain that phantom js isn't installed correctly
2018-06-25 16:06:52 +02:00
Torkel Ödegaard
132df4553c
fix: annnotation api & sql issue
2018-06-25 16:03:38 +02:00
Marcus Efraimsson
ed1fec8e0f
changelog: add notes about closing #12248
...
[skip ci]
2018-06-25 15:24:12 +02:00
Marcus Efraimsson
98a7f258af
Merge pull request #12392 from dehrax/12248-fix
...
Fix selecting current dashboard from search does not reload dashboard
2018-06-25 15:21:24 +02:00
Marcus Efraimsson
5280084480
set correct text in drop down when variable is present in url using key/values
2018-06-25 14:59:28 +02:00
Augustin
eb4d860fcb
Light improve of massive delete annotation api ( #12390 )
...
* fix delete annotations
* fix self assignment
* add right unit test using admin role
2018-06-25 04:58:49 -07:00
Tobias Skarhed
762ee203fa
Fix 12248
2018-06-25 13:46:33 +02:00
PedroD
3bf12e4ff5
Fixing wrong /public path, relative to the webpack.dev script, that would avoid webpack from cleaning previous builds. ( #12351 )
2018-06-25 04:45:47 -07:00
Marcus Efraimsson
7797a66b58
changelog: add notes about closing #12383
...
[skip ci]
2018-06-25 13:17:33 +02:00
Marcus Efraimsson
1726f6358f
Merge pull request #12383 from CorpGlory/master
...
Set $rootScope in DatasourceSrv
2018-06-25 11:14:55 +02:00
bergquist
e0ac31a28a
changelog: adds note about closing #12313
2018-06-25 08:02:51 +02:00
Carl Bergquist
15bbe81fed
Merge pull request #12387 from AustinWinstanley/master
...
Return a 404 when deleting a datasource through the API if it doesn't…
2018-06-25 07:49:18 +02:00
Austin Winstanley
defb0396b7
Return a 404 when deleting a datasource through the API if it doesn't exist and add a test for it to confirm #12313
2018-06-22 21:15:36 -05:00
rozetko
97db9ece98
Set $rootScope in DatasourceSrv
2018-06-22 16:17:02 +03:00