Torkel Ödegaard
15024e96e4
ux: row collapse / expand starting to work
2017-10-24 12:33:14 +02:00
Torkel Ödegaard
68562a2077
Merge branch 'master' into develop
2017-10-24 11:02:48 +02:00
Torkel Ödegaard
7861c27557
fix: another fix for playlist view state, #9639
2017-10-24 10:58:14 +02:00
Torkel Ödegaard
3e89ec4ff2
ux: updated icons
2017-10-24 10:47:24 +02:00
Patrick O'Carroll
a8285d0eb4
shore: migrating config/settings.js to typescript
2017-10-24 10:45:46 +02:00
Patrick O'Carroll
8afb84a5e5
fix: fixed playlist controls and view state, fixes #9639
2017-10-24 10:43:48 +02:00
Carl Bergquist
e91b00c355
Merge pull request #9637 from utkarshcmu/singlestat_fix
...
Fixed #9636
2017-10-24 10:19:05 +02:00
utkarshcmu
a4a10f2b03
Fixed #9636
2017-10-24 00:49:03 -07:00
Torkel Ödegaard
b44daaabf2
Merge branch 'master' into develop
2017-10-24 09:06:09 +02:00
Torkel Ödegaard
4d72323623
shore: removed unused old system conf file
2017-10-23 20:31:23 +02:00
Alexander Zobnin
396eadc5ac
Use d3 from node_modules ( #9625 )
...
* tech: annotations refactor, add tests for regions processing
* tech: move d3 to npm and webpack, #9480
* tech: move color scale functions to separate module
* fix opacity legend rendering
2017-10-23 20:30:43 +02:00
stuart nelson
93ac6680ab
update log15 ( #9622 )
...
* Update log15 and go-isatty
* Update usage in pkg log
2017-10-23 19:57:19 +02:00
Daniel Lee
9e697a1f6e
docs: update whats-new-in
2017-10-23 16:40:57 +02:00
Daniel Lee
cda359e844
changelog: small text change
2017-10-23 16:32:23 +02:00
Daniel Lee
884e85fc81
changelog: v4.6.0-beta3 released
2017-10-23 16:29:13 +02:00
Alexander Zobnin
2b78c47a5a
tech: annotations refactor, add tests for regions processing ( #9618 )
...
* tech: annotations refactor, add tests for regions processing
* tech: remove unused imports from annotations tests
2017-10-23 15:46:36 +02:00
Daniel Lee
c3b90f2028
Move #9527 to 4.6.0-beta3
2017-10-23 15:31:21 +02:00
Daniel Lee
c22097c95e
build: disable jest on precommit hook -windows fix
...
Temporary fix until we get jest tests working on Windows
2017-10-23 13:03:06 +02:00
Daniel Lee
0ba4c161c3
build: fix all npm run commands for Windows
...
Adds node before each command otherwise Windows does not understand
commands starting with ./
2017-10-23 13:03:06 +02:00
Daniel Lee
7863a0417c
plugins: fixes path issue on Windows
...
When loading a plugin and setting the path, an extra backslash sneaks
when running on Windows. Fixes #9597
2017-10-23 13:03:06 +02:00
Torkel Ödegaard
4fdb351c32
build: tryingt of fix windows build issue
2017-10-23 12:33:30 +02:00
bergquist
d25d689efa
tests: removes commented tests
2017-10-23 11:32:34 +02:00
bergquist
fcd5d581a8
graph: invert order when sorting by legend
...
sort order have now been inverted. Biggest values should
be at bottom of the graph.
ref #9538
2017-10-23 11:32:09 +02:00
Torkel Ödegaard
b986f744e4
fix: escape series name in graph legend, added aliasEscaped to time series model to reuse escape, fixes #9615
2017-10-23 10:15:58 +02:00
Torkel Ödegaard
9cce5217d0
build: fixed gofmt issue and addd mock response feature
2017-10-23 09:57:28 +02:00
bergquist
139f077453
prometheus: enable gzip for /metrics endpoint
...
closes #9464
2017-10-23 09:35:46 +02:00
Torkel Ödegaard
1fd2270a93
build: split circle test shell scripts
2017-10-23 09:06:50 +02:00
Torkel Ödegaard
48f384dcf1
build: reduced webpack log output and remove race flag from go tests
2017-10-22 20:16:32 +02:00
Torkel Ödegaard
b6184a71bd
build: set max workers to 2 for jest
2017-10-22 19:22:06 +02:00
Torkel Ödegaard
76b9b792b4
build: log heap usage
2017-10-22 19:19:29 +02:00
Torkel Ödegaard
4632b8daa5
build: another build fix
2017-10-22 18:10:22 +02:00
Torkel Ödegaard
7a277c69ac
tests: migrated two more tests to jest
2017-10-22 17:36:50 +02:00
Torkel Ödegaard
c6feb903b1
build: fixed build failure
2017-10-22 17:31:10 +02:00
Torkel Ödegaard
2de439c5a1
build: reworking pre commit hook
2017-10-22 15:19:06 +02:00
Torkel Ödegaard
cde87d9adc
build: added precommit
2017-10-22 15:11:37 +02:00
Torkel Ödegaard
34edea4ac7
fix: fixed tslint validation error
2017-10-22 14:56:20 +02:00
Torkel Ödegaard
adb9d92082
test: added first react snapshot test
2017-10-22 12:48:20 +02:00
Torkel Ödegaard
a06ccaa428
docs: another docs fix
2017-10-22 12:00:35 +02:00
Torkel Ödegaard
974d38583d
docs: fix docs redirect for older datasources index page, fixes #9609
2017-10-22 11:53:30 +02:00
Torkel Ödegaard
fff0fa2aee
Merge branch 'master' into develop
2017-10-22 11:51:14 +02:00
Torkel Ödegaard
4aa227dd84
[Tech]: Start migrating to Jest for tests ( #9610 )
...
* tech: investigating karma + jest mix
* tech: migrating tests to jest
* tech: moved anoter test file to jest
* test: migrated two more test files to jest
* test: updated readme and made test fail to verify that it causes CI build failure
* tech: added code coverage for jest tests
* tech: testing codecov coverage
* tech: migrated more tests
* tech: migrated template srv to typescript and the tests to jest
* tech: minor build fix
* tech: build fixes
* build: another attempt at fixing go test with coverage
2017-10-22 07:03:26 +02:00
Carl Bergquist
c4365e225c
Merge pull request #9605 from jasonodonnell/master
...
Fix typos in init.d comment
2017-10-20 20:12:51 +02:00
Jason O'Donnell
b51476f18a
Fix typo in init.d script
2017-10-20 13:31:52 -04:00
Daniel Lee
90ef877e6e
plugins: expose dashboard impression store
2017-10-20 10:38:52 +02:00
Torkel Ödegaard
a56287c2dc
ux: minor ux tweaks
2017-10-19 13:42:49 +02:00
Carl Bergquist
1d7a0db54b
Sort series in the same order as legend in graph panel ( #9563 )
...
* graph: sort series in the same order as legend
closes #9538
* style: use function arrows
* graph: remove sort by legend option
sort series based on legend by default is sort order
is set and stack is enabled
* graph: remove useless sort
* graph: make code simpler
2017-10-19 13:04:02 +02:00
Torkel Ödegaard
d58a560fda
Update CHANGELOG.md
2017-10-19 12:55:52 +02:00
Torkel Ödegaard
1e61eae9f4
fix: fixed save to file button in export modal, fixes #9586
2017-10-19 12:52:26 +02:00
Carl Bergquist
e8141b48d2
Merge pull request #9555 from mtanda/prometheus_46_improve_minor_fix
...
(prometheus) minor fix of auto complete
2017-10-19 10:42:34 +02:00
bergquist
b3a8d93dca
mysql: add usage stats for mysql
2017-10-19 10:30:54 +02:00