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
Torkel Ödegaard
d8230f8fa7
Merge branch 'master' into develop
2017-10-17 11:17:28 +02:00
bergquist
91f60bb6c4
set nightly version to v4.7.0-pre1
2017-10-13 17:12:40 +02:00
Torkel Ödegaard
88ceb19d96
Merge branch 'master' into develop
2017-10-12 16:32:44 +02:00
bergquist
23c610015f
prepare for 4.6.0-beta1 release
2017-10-12 15:25:27 +02:00
Torkel Ödegaard
087b55aece
newgrid: progress on fullscreen/edit view modes
2017-10-11 11:42:49 +02:00
Torkel Ödegaard
6cd2624caf
ux: initial react grid poc
2017-10-09 17:24:10 +02:00
Torkel Ödegaard
647a3cc5ae
Merge branch 'master' into develop
2017-10-09 16:01:54 +02:00
Alexander Zobnin
a174ad4c9a
Unified Color picker fixes ( #9466 )
...
* colorpicker: fix opening error when color is undefined
* colorpicker: replace spectrum picker by new color picker
* colorpicker: remove old spectrum picker directive
* annotations: use tinycolor for working with region colors
2017-10-09 13:54:14 +02:00
Torkel Ödegaard
b228c23dbe
testing: fixing tests
2017-10-07 22:05:31 +02:00
Torkel Ödegaard
25aa9df270
Create annotations ( #8197 )
...
* annotations: add 25px space for events section
* annotations: restored create annotation action
* annotations: able to use fa icons as event markers
* annotations: initial emoji support from twemoji lib
* annotations: adjust fa icon position
* annotations: initial emoji picker
* annotation: include user info into annotation requests
* annotation: add icon info
* annotation: display user info in tooltip
* annotation: fix region saving
* annotation: initial region markers
* annotation: fix region clearing (add flot-temp-elem class)
* annotation: adjust styles a bit
* annotations: minor fixes
* annoations: removed userId look in loop, need a sql join or a user cache for this
* annotation: fix invisible events
* lib: changed twitter emoij lib to be npm dependency
* annotation: add icon picker to Add Annotation dialog
* annotation: save icon to annotation table
* annotation: able to set custom icon for annotation added by user
* annotations: fix emoji after library upgrade (switch to 72px)
* emoji: temporary remove bad code points
* annotations: improve icon picker
* annotations: icon show icon picker at the top
* annotations: use svg for emoji
* annotations: fix region drawing when add annotation editor opened
* annotations: use flot lib for drawing region fill
* annotations: move regions building into event_manager
* annotations: don't draw additional space if no events are got
* annotations: deduplicate events
* annotations: properly render cut regions
* annotations: fix cut region building
* annotations: refactor
* annotations: adjust event section size
* add-annotations: fix undefined default icon
* create-annotations: edit event (frontend part)
* fixed bug causes error when hover event marker
* create-annotations: update event (backend)
* ignore grafana-server debug binary in git (created VS Code)
* create-annotations: use PUT request for updating annotation.
* create-annotations: fixed time format when editing existing event
* create-annotations: support for region update
* create-annotations: fix bug with limit and event type
* create-annotations: delete annotation
* create-annotations: show only selected icon in edit mode
* create-annotations: show event editor only for users with at least Editor role
* create-annotations: handle double-sized emoji codepoints
* create-annotations: refactor
use CP_SEPARATOR from emojiDef
* create-annotations: update emoji list, add categories.
* create-annotations: copy SVG emoji into public/vendor/npm and use it as a base path
* create-annotations: initial tabs for emoji picker
* emoji-picker: adjust styles
* emoji-picker: minor refactor
* emoji-picker: refactor - rename and move into one directory
* emoji-picker: build emoji elements on app load, not on picker open
* emoji-picker: fix emoji searching
* emoji-picker: refactor
* emoji-picker: capitalize category name
* emoji-picker: refactor
move buildEmojiElem() into emoji_converter.ts for future reuse.
* jquery.flot.events: refactor
use buildEmojiElem() for making emojis, remove unused code for font awesome based icons.
* emoji_converter: handle converting error
* tech: updated
* merged with master
* shore: clean up some stuff
* annotation: wip tags
* annotation: filtering by tags
* tags: parse out spaces etc. from a tags string
* annotations: use tagsinput component for tag filtering
* annotation: wip work on how we query alert & panel annotations
* annotations: support for updating tags in an annotation
* linting
* annotations: work on unifying how alert history annotations and manual panel annotations are created
* tslint: fixes
* tags: create tag on blur as well
Currently, the tags directive only creates the tag when the
user presses enter. This change means the tag is created on
blur as well (when the user clicks outside the input field).
* annotations: fix update after refactoring
* annotations: progress on how alert annotations are fetched
* annotations: minor progress
* annotations: progress
* annotation: minor progress
* annotations: move tag parsing from tooltip to ds
Instead of parsing a tag string into an array in the annotation_tooltip
class, this moves the parsing to the datasources. InfluxDB ds already
does that parsing. Graphite now has it.
* annotations: more work on querying
* annotations: change from tags as string to array
when saving in the db and in the api.
* annotations: delete tag link if removed on edit
* annotation: more work on depricating annotation title
* annotations: delete tag links on delete
* annotations: fix for find
* annotation: added user to annotation tooltip and added alertName to annoation dto
* annotations: use id from route instead from cmd for updating
* annotations: http api docs
* create annotation: last edits
* annotations: minor fix for querying annotations before dashboard saved
* annotations: fix for popover placement when legend is on the side (and doubel render pass is causing original marker to be removed)
* annotations: changing how the built in query gets added
* annotation: added time to header in edit mode
* tests: fixed jshint built issue
2017-10-07 10:31:39 +02:00
Torkel Ödegaard
4c4564b138
plugibs: expose more to plugins
2017-10-03 11:02:40 +02:00
Torkel Ödegaard
a365719d3f
tech: minor npm scripts update
2017-10-02 17:25:43 +02:00
Torkel Ödegaard
4cc878b56d
build: fixed build
2017-10-02 17:10:23 +02:00
Torkel Ödegaard
d38c891fac
merge with master
2017-10-02 14:14:45 +02:00
Torkel Ödegaard
c338d8250b
build: minor webpack fix
2017-10-02 13:15:28 +02:00
Torkel Ödegaard
38ae460f59
docs: updated building from source docs
2017-10-02 10:55:56 +02:00
Torkel Ödegaard
0c86241c5b
Webpack ( #9391 )
...
* webpack poc, this is not going to work for plugins, dam
* tech: webpack and systemjs for plugins starting to work
* tech: webpack and systemjs combo starting to work
* tech: webpack + karma tests progress
* tech: webpack + karma progress
* tech: working on tests
* tech: webpack
* tech: webpack + karma, all tests pass
* tech: webpack + karma, all tests pass
* tech: webpack all tests pass
* webpack: getting closer
* tech: webpack progress
* webpack: further build refinements
* webpack: ng annotate fixes
* webpack: optimized build fix
* tech: minor fix for elasticsearch
* tech: webpack + ace editor
* tech: restored lodash move mixin compatability
* tech: added enzyme react test and upgraded to react v16
* tech: package version fix
* tech: added testdata to built in bundle
* webpack: sass progress
* tech: prod & dev build is working for the sass
* tech: clean up unused grunt stuff and moved to scripts folder
* tech: added vendor and manifest chunks, updated readme and docs
* tech: webpack finishing touches
2017-10-01 20:02:25 +02:00
Torkel Ödegaard
73295ab3ed
tech: upgrade of systemjs to 0.20.x working
2017-09-28 14:08:59 +02:00
Torkel Ödegaard
9bfda72a55
tech: reverted to systemjs
2017-09-28 13:06:23 +02:00
Torkel Ödegaard
5849fbf04e
Merge branch 'master' of github.com:grafana/grafana into develop
2017-09-28 10:37:57 +02:00
Torkel Ödegaard
487c475a1e
tech: systemjs upgrade
2017-09-28 10:37:33 +02:00
Torkel Ödegaard
9ee343f33d
tech: systemjs upgrade
2017-09-27 15:42:06 +02:00
Torkel Ödegaard
c0c86c1138
tech: remove bower and moved remaining bower dependencies to npm
2017-09-22 09:47:25 +02:00
Torkel Ödegaard
18337f610d
Merge branch 'master' into develop
2017-09-22 08:42:07 +02:00
Torkel Ödegaard
f0e0e61809
tech: upgraded angularjs and moved dependency from bower to npm, closes #9327
2017-09-21 20:58:32 +02:00
Torkel Ödegaard
fed35909cc
tech: progress on react poc
2017-09-21 13:32:57 +02:00
Torkel Ödegaard
84b1519480
tech: initial react poc
2017-09-20 17:44:23 +02:00
Torkel Ödegaard
41e01184aa
Merge branch 'master' into develop
2017-09-18 12:32:29 +02:00
Torkel Ödegaard
210df23430
packaging: reducing package size be only including public vendor stuff we need
2017-09-14 17:33:58 +02:00
Torkel Ödegaard
a5c08a72fb
docs: update download links
2017-09-14 11:28:59 +02:00
Torkel Ödegaard
512535e8ff
release: bumped version to v4.5.0 stable
2017-09-14 10:51:21 +02:00
Torkel Ödegaard
a9e3130ef6
Merge branch 'master' into develop
2017-09-13 16:06:34 +02:00
bergquist
ee4bbf61a9
remove node restriction from package.json
...
yarn requires correct node version in package.json
and wont install with 4.x. removing since we dont
care about it.
2017-09-12 08:15:48 +02:00
bergquist
51d021a337
reduce readme to be about the code
2017-09-07 16:08:38 +02:00
Torkel Ödegaard
a38ded9e7e
Merge branch 'master' into develop-newgrid-row-design2
2017-09-07 15:05:41 +02:00
Torkel Ödegaard
bc690232fb
version bump to v4.5-beta1
2017-09-05 10:39:55 +02:00
Torkel Ödegaard
dda1cf1a88
Merge branch 'ace-editor'
2017-08-29 15:52:03 +02:00
Torkel Ödegaard
78ea1ea76e
Updated master version to v4.5
2017-08-29 10:13:16 +02:00
Torkel Ödegaard
637ff61f90
Merge branch 'develop' into develop-newgrid-rows
2017-08-17 15:56:38 +02:00
Torkel Ödegaard
6609dbff90
ux: sidenav fixes and dashboard search changes
2017-08-17 12:06:51 +02:00
Torkel Ödegaard
7bf6904119
ux: scrollbar stuff
2017-08-15 11:51:47 +02:00
Torkel Ödegaard
8356871636
grid: updated gridstack to use grafana fork
2017-08-09 16:02:00 +02:00
Alexander Zobnin
e4dabb657c
code-editor: initial directive for rich code editor (ace)
2017-08-07 19:31:50 +03:00
Torkel Ödegaard
a0a2eda5c6
Merge branch 'master' into gridstack
2017-08-04 13:09:26 +02:00
Alexander Gängel
92937c591f
upgrade grunt-sass to 2.0.0 ( #8808 )
2017-07-12 06:55:15 +02:00
Daniel Lee
ba1c79b7a8
package.json to v5.0.0-pre1
2017-07-05 22:14:03 +02:00
Daniel Lee
3583057155
release: v4.4.0
2017-07-04 23:42:22 +02:00
Torkel Ödegaard
35c440eb79
Gridstack: testing
2017-06-13 12:59:37 -04:00
Torkel Ödegaard
48fdfe721e
build: updated master version to 4.4.0-pre1
2017-05-23 13:52:07 +02:00
Torkel Ödegaard
d9c6f7a141
release: bumped version to 4.3.0
2017-05-23 11:14:53 +02:00
Daniel Lee
3a892727b3
release version bump 4.3.0-beta1
2017-05-12 11:45:26 +02:00
Torkel Ödegaard
f1276774a0
typescript: updated tslint and fixed new warnings
2017-04-20 11:16:37 +02:00
Torkel Ödegaard
473006e8cf
build: updated grunt watch to explain best usage
2017-04-18 15:36:38 +02:00
Daniel Lee
4f06202e9a
build: bumped version to 4.3.0
2017-03-08 17:10:51 +01:00
bergquist
2de8cdb85c
tech(build): remove unused deps
2017-01-30 14:28:39 +01:00
bergquist
9b57005540
tech(build): makes npm paths absolute
2017-01-23 15:53:47 +01:00
bergquist
3d5efd3350
tech(build): removes coveralls
2017-01-23 15:53:16 +01:00
Valeriy Simonov
1aa1f7b12c
Use https instead of git for tether-drop
...
git protocol (tcp/udp/9418) is forbidden when using some corporate
proxies. HTTPS is used more widely.
2017-01-09 10:00:07 +05:00
Torkel Ödegaard
69d31c560d
bumped master to 4.2
2017-01-06 12:14:58 +01:00
Torkel Ödegaard
083a42942f
fix(phantomsj): fixed issue with y axis label rotation in phantomjs rendered graphs, fixes #6924
2017-01-02 12:01:48 +01:00
bergquist
034db646ab
release v4.1.0-beta1
2016-12-20 11:25:58 +01:00
Torkel Ödegaard
b9043c915e
feat(panel): working on panel help text, #4079 , #6847
2016-12-16 11:48:32 +01:00
Gabriel Nepomuceno
2f46c56672
removing type validation because copy needs to be done first
2016-12-09 23:41:07 +00:00
Gabriel Nepomuceno
7ff07aa7b1
Revoming old files
2016-12-09 22:05:11 +00:00
Gabriel Nepomuceno
a8ae0a5b79
fixing compilation of grunt
2016-12-09 21:53:00 +00:00
Gabriel Nepomuceno
f3ebd2d849
upgrading bases and correcting identation missing tslint
2016-12-09 14:57:25 +00:00
bergquist
aed695ebe0
tech(build): set master to 4.1.0 pre
2016-11-29 18:03:20 +01:00
Torkel Ödegaard
c643466d57
bumped version to v4-beta2
2016-11-21 09:51:59 +01:00
Torkel Ödegaard
d1bedfc1d1
updated version to beta1
2016-11-09 12:10:03 +01:00
Torkel Ödegaard
6fa89456d6
build(): updated glob node package
2016-11-04 13:58:06 +01:00
Torkel Ödegaard
2fa7100c3b
ux(dashboard): lots of tweaks and polish to row menu, added remove X to add panel and row option views, #6442
2016-11-04 11:43:49 +01:00
Torkel Ödegaard
40ea014fa8
ux(dashboar): added shortcut for build mode, switched keybinding lib to mousetrap, supports sequences so also added for Go to home dashboard, open search with starred dashbords prefiltered, go to profile, #6442
2016-11-02 12:55:58 +01:00
Torkel Ödegaard
9c50893221
progress on new design
2016-10-27 21:51:57 +02:00
Torkel Ödegaard
74dbd7fb36
feat(alerting): disable visual thresholds while alert is enabled
2016-08-12 13:19:06 +02:00
Torkel Ödegaard
08202dcb83
Merge branch 'v3.1.x'
2016-07-11 09:39:17 +02:00
Torkel Ödegaard
4c4cb20bde
tech(sass): changed sass lint version to 1.7.0
2016-07-08 22:12:10 +02:00
Torkel Ödegaard
4133526d8d
feat(build): updated sass lint
2016-07-08 21:04:58 +02:00
Torkel Ödegaard
ad1d7f0ffb
Update package.json
2016-07-06 07:22:29 +02:00
Soulou
122b0d20a9
Fix node version in package.json
...
Value was incoherent since
1900c81d9f
2016-06-28 14:36:15 +02:00
Torkel Ödegaard
23345c563c
changed version in master to 3.2-pre
2016-06-24 16:51:55 +02:00
Torkel Ödegaard
f3c1a894de
changed version to 3.1-beta1
2016-06-23 09:12:17 +02:00
Torkel Ödegaard
90c063060a
fix(png): fixed phantomjs rendering issue with graph and y-axis label rotation, fixes #5220
2016-06-17 14:36:10 +02:00
nfnty
46551e9d65
package.json: Upgrade grunt-contrib-compress, Fixes #5071
2016-05-26 01:03:22 +02:00
Torkel Ödegaard
0cd2e150d5
feat(snapshots): performance improvements to deep clone, makes snapshot's a lot quicker for big dashboards with a lot of panels and data
2016-05-18 11:50:40 +02:00
Torkel Ödegaard
494bee1d6b
bumped version
2016-05-16 11:39:16 +02:00
Torkel Ödegaard
731c35540f
packaging(): default RESTART_ON_UPGRADE to true, closes #4993
2016-05-12 07:29:33 +02:00
Torkel Ödegaard
bbd52c0b71
changelog(): updated and updated version
2016-05-11 09:36:07 +02:00
Torkel Ödegaard
43182cb1eb
updated
2016-05-02 14:49:50 +02:00
Torkel Ödegaard
70d03b7a1c
fix(query editor): Fixed issue with removing query for data sources without collapsable query editors, fixes #4856
2016-04-29 23:20:48 +02:00
Dan Cech
2244224b12
add basic Makefile, remove need for global grunt-cli
2016-04-25 12:44:26 -04:00
Torkel Ödegaard
297c829bdc
tech(): updatad sass-lint
2016-04-22 09:47:30 +02:00
Torkel Ödegaard
83ba6638a1
bumped version
2016-04-15 10:50:21 -04:00
Torkel Ödegaard
924800b7df
bumped version
2016-04-14 14:15:47 -04:00
Torkel Ödegaard
e7626befc5
updated version
2016-04-12 10:17:39 -04:00
Torkel Ödegaard
4d63b576f7
tech(): put in a real event emitter instead of rxjs based on that was broken
2016-04-07 19:47:48 -04:00
Torkel Ödegaard
44cf66d7ff
refactoring(): fixing event things
2016-04-07 19:23:20 -04:00
Torkel Ödegaard
43896dc416
fix(): updated changelog and version to beta3
2016-04-05 11:29:12 -04:00
Torkel Ödegaard
6e6ebc5947
trying to fix karma issue
2016-04-03 09:43:33 -04:00
Torkel Ödegaard
2f2029a5c1
fix(dashboard): fixed dashboard layout for mobile devices, fixes #4529
2016-04-01 10:56:56 -07:00
Torkel Ödegaard
2bf305b177
build(): updated build version
2016-03-30 22:30:41 -07:00
Torkel Ödegaard
97b304abc9
build(): added unix timestamp to iteration builds
2016-03-30 10:05:30 -07:00
Torkel Ödegaard
8451de8752
tech(): changed deps in package.json
2016-03-30 08:10:22 -07:00
Torkel Ödegaard
d4ada51fad
build(): fixed issue with peer dependencies in package.json, fixes #4487
2016-03-29 06:16:49 +02:00
Torkel Ödegaard
637db29fad
tech(): updated phantomjs npm package to use phantomjs-prebuilt
2016-03-23 13:26:38 +01:00
Torkel Ödegaard
7366cef1fe
Merge branch 'master' into websocket
2016-03-22 18:33:39 +01:00
Torkel Ödegaard
1854381456
tech(): updated es6-shim, removed es5-shim, no longer needed as we upraded phantomjs to 2.x, also removed es6-promise, dont think we need it
2016-03-22 18:32:08 +01:00
bergquist
bbc4c361bb
fix(npm): updates phantomjs requirement
2016-03-22 17:23:15 +01:00
Torkel Ödegaard
9ddf22ea93
Merge branch 'master' into websocket
2016-03-17 10:16:05 +01:00
bergquist
a08809f8fe
fix(phantomjs): upgrades to 2.1.1 for ssl support
...
closes #4371
2016-03-16 16:30:08 +01:00
Torkel Ödegaard
92f20b9b7d
feat(websocket): reconnection and resubscription handling, #4355
2016-03-14 19:21:32 +01:00
Torkel Ödegaard
f4666df7da
Merge branch 'master' of github.com:grafana/grafana
2016-03-07 18:04:06 +01:00
Torkel Ödegaard
4cd4ce504d
feat(plugins): worked on markdown support for plugin page, #4275
2016-03-07 18:03:45 +01:00
bergquist
b912edbbef
feat(grunt): add autoprefix with postcss
...
closes #4250
2016-03-07 17:49:47 +01:00
Torkel Ödegaard
2cf1193b56
Merge branch 'variable-value-formatting-rethink'
2016-03-01 19:13:11 +01:00
Torkel Ödegaard
f3ad71d751
feat(templating): lots of progress on template variable context specific formats, #2918 , all elasticsearch / lucene use cases seem to work now
2016-03-01 08:43:54 +01:00
Matt Toback
efe25db40f
Update repo in package.json to point to official
2016-03-01 11:25:54 +08:00
Torkel Ödegaard
363f36dfae
ux(): tweaks
2016-02-21 15:21:01 +01:00
Torkel Ödegaard
f3fe1a5320
fix(build): trying to fix build
2016-02-20 17:54:51 +01:00
Torkel Ödegaard
d0d21ba9a6
ux(): updated orange color and fixed sidemenu background on dark theme
2016-02-19 15:33:24 +01:00
Torkel Ödegaard
c21b353042
ux(): color/grays palate refactoring
2016-02-19 12:26:59 +01:00
Torkel Ödegaard
f8e233e400
commit(): saas changs
2016-02-15 15:27:41 +01:00
Torkel Ödegaard
f7e3297a0f
ux(): updated navbar on all pages to new style, no subnav/dropdown yet though
2016-02-13 14:32:20 +01:00
Torkel Ödegaard
e7a202fe4d
Merge branch 'master' into style-changes-bulletfactory
2016-02-12 10:14:06 +01:00
Torkel Ödegaard
f797b19825
fix(build): changed from postinstall script to regular grunt task for the copying of npm dependencies into public dir, fixes #4003
2016-02-12 09:58:00 +01:00
Torkel Ödegaard
2ea548850e
Merge branch 'master' into style-changes-bulletfactory
...
Conflicts:
pkg/api/index.go
public/less/sidemenu.less
2016-02-11 21:23:54 +01:00
Torkel Ödegaard
ae39ec8585
feat(plugins): changed so that plugins can load css async via util function exposed from app/plugins/sdk
2016-02-10 13:09:39 +01:00
Matthew Toback
21b0945d08
Beginnings of form restyling, nowhere near merge yet
2016-02-06 17:37:33 -05:00
Torkel Ödegaard
714129c8e3
fix(): package.json use local grunt in postinstall script
2016-02-04 22:44:25 +01:00
Torkel Ödegaard
9914714eeb
removed npm frontend assets from repo, installed using npm install postinstall script
2016-01-28 14:37:24 -05:00
Torkel Ödegaard
6fae264222
feat(plugins): upgraded influxdb to new plugin format
2016-01-14 15:35:14 +01:00
Torkel Ödegaard
08caf4bbde
feat(tslint): more tslint work
2016-01-13 21:22:39 +01:00
Torkel Ödegaard
59c928acc2
feat(tslint): added more tslint rules
2016-01-13 21:07:57 +01:00
David Keijser
1896bd0920
Add missing peer dependency: phantomjs
2016-01-08 16:27:43 +01:00
Torkel Ödegaard
4522b02925
tech(systemjs): almost all tests are passing
2015-12-21 16:00:58 +01:00
Torkel Ödegaard
f7888886e9
tech(systemjs): working on getting tests to work
2015-12-21 11:10:16 +01:00
Torkel Ödegaard
93e424de4c
tech(systemjs): work on systemjs builder
2015-12-18 15:59:27 +01:00
Torkel Ödegaard
545c39356a
tech(systemjs): starting work on systemjs bundling
2015-12-17 19:18:30 +01:00
Torkel Ödegaard
ca84ef38f8
angular2 test
2015-12-16 12:21:13 +01:00
Torkel Ödegaard
7ee290cc57
tech(systemjs): systemjs and jspm work
2015-12-15 17:56:16 +01:00
Torkel Ödegaard
55448de92a
updated master version to 3.0.0-pre1
2015-12-14 17:10:30 +01:00
Torkel Ödegaard
fcd3af30ec
updated version to 2.6.0
2015-12-14 15:18:01 +01:00
Torkel Ödegaard
cdc36dd171
Updated version
2015-12-08 15:41:34 +01:00
Torkel Ödegaard
df366da721
updated version to 2.6.0-beta1
2015-12-04 10:39:50 +01:00
Torkel Ödegaard
8eb3e48bc7
fix(build): fixed build issues with concat not including require_config
2015-12-02 18:22:47 +01:00
Torkel Ödegaard
d315ff2b96
changelog: updated master version to 2.6 and merged develop branch
2015-11-12 13:47:12 +01:00
Torkel Ödegaard
4729bea1a2
fix(dashboard): fix for collapse row by clicking on row title, fixes #3065
2015-10-28 15:04:58 +01:00
Torkel Ödegaard
6397b8c1ef
docs(): updated version to 2.5.0
2015-10-28 09:31:57 +01:00
Torkel Ödegaard
22a4ef42fc
version change to 2.5-pre2
2015-10-27 12:22:30 +01:00
Torkel Ödegaard
d705108be5
feat(timepicker2): added date math tests
2015-09-16 18:48:41 +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
dceec44671
removed tsconfig
2015-09-10 14:36:05 +02:00
Torkel Ödegaard
da832368f0
dev building and optimized builds work
2015-09-10 12:42:24 +02:00
Torkel Ödegaard
abac8bccc6
tech(typescript): its looking good
2015-09-10 11:26:40 +02:00
Torkel Ödegaard
3c40310e9b
tech(typescript): testing for how to migrate to typescript
2015-09-09 09:57:06 +02:00
Torkel Ödegaard
171ed497f9
version bumped to 2.5
2015-09-08 09:20:46 +02:00
Mat Schaffer
be3f657073
Use SPDB license id
...
This avoids an npm warning telling you to use such an id.
2015-08-27 07:35:59 +09:00
Torkel Ödegaard
90169d6a05
Bumped master version to 2.2.0-pre1
2015-08-11 11:18:39 +02:00
Torkel Ödegaard
be7a3a0940
pumped version to 2.1.1
2015-08-11 10:48:19 +02:00
Torkel Ödegaard
956a2bbdbe
Updated version
2015-08-05 16:06:55 +02:00
Torkel Ödegaard
925ead51b6
Updated version to 2.1
2015-08-04 16:19:48 +02:00
Torkel Ödegaard
2c00267d58
Changed to more strict sinon version to work around issue in latest sinon
2015-06-10 15:08:32 +02:00
Torkel Ödegaard
8c0e1060e6
Graph: Define series color using regex rule, Closes #590
2015-05-14 12:34:30 +02:00
Torkel Ödegaard
a4a8cd05d2
Updated to nodejs packages and karma code coverage setup
2015-05-02 16:59:19 +02:00
Torkel Ödegaard
59fcd3914d
corrected master version
2015-05-01 08:08:31 +02:00
Torkel Ödegaard
5175cf70ef
fixed version in package.json
2015-04-27 15:07:13 +02:00
Torkel Ödegaard
380b7f4d94
updated version to 2.1.0-pre1
2015-04-24 15:57:20 +02:00
Torkel Ödegaard
2c52224013
/api/login/ping Fix for issue when behind reverse proxy and subpath, Fixes #1857
2015-04-23 08:24:30 +02:00
Torkel Ödegaard
9cc5e981dd
Bumped version to 2.0.2
2015-04-22 17:51:50 +02:00
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
2015-04-21 18:46:44 +02:00
Torkel Ödegaard
9540e12e2e
Updated version to 2.0.1 to work around rpm and deb versioning scheme does not support regular semver prerelease naming standard, it seems like 2.0.0-beta3 is newer than 2.0.0 for rpm and deb packages.
2015-04-20 13:21:42 +02:00
Torkel Ödegaard
b5a77d4f4a
Updated version to 2.0.0 and updated changelog
2015-04-20 11:54:36 +02:00
Torkel Ödegaard
3db2aaada6
Bumped version to rc1
2015-04-15 15:17:19 +02:00
Torkel Ödegaard
0b1c1bb8b4
updated package version
2015-04-13 14:06:33 +02:00
Torkel Ödegaard
8ee7d5c2d5
Deb package is starting to work
2015-04-10 11:05:56 +02:00
Torkel Ödegaard
76ea0f432a
updated master version to beta2
2015-03-31 19:20:34 +02:00
Torkel Ödegaard
fb0629a913
Bumbped version to 2.0.0-beta1
2015-03-30 15:45:02 +02:00
Torkel Ödegaard
6a9256bb00
Bumped version to prebeta3
2015-03-29 13:07:40 +02:00
Torkel Ödegaard
c4b8a9853e
updated grunt-jscs dependency
2015-03-25 16:06:13 +01:00
Torkel Ödegaard
2b22d11923
Updated version to prebeta2
2015-03-10 13:55:08 +01:00
Torkel Ödegaard
e75acce6ed
updated package.json upgrade of grunt contrib uglify
2015-03-10 13:46:50 +01:00
Torkel Ödegaard
30294740bd
Updated build script, changed deb and rpm config path to /etc/grafana, #1476
2015-03-04 16:23:30 +01:00
Torkel Ödegaard
14766ad38e
Updated wercker, moved s3sync to deploy step
2015-03-04 09:12:32 +01:00
Torkel Ödegaard
c6d4b5cc86
Working on build steps
2015-03-03 17:42:50 +01:00
Torkel Ödegaard
6850a4d25d
Progress on deb and rpm packaging, init.d script etc, #1476
2015-03-02 17:21:52 +01:00
Torkel Ödegaard
f4e26bba3f
Removed unused node package
2015-02-05 12:39:47 +01:00
Torkel Ödegaard
16acdfc7c3
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-02-03 13:36:25 +01:00
Torkel Ödegaard
858d7be8cf
Migrated from ngmin to ngAnnotate
2015-02-03 13:36:04 +01:00
Torkel Ödegaard
1ca4ecc241
Updated grunt-jscs dependency version
2015-02-03 13:05:14 +01:00
Torkel Ödegaard
5a3d3f5098
updated build and release tasks
2015-01-04 17:51:48 +01:00
Torkel Ödegaard
33e3fc70b2
trying to get revision asset replacements to work with different paths
2014-12-31 19:01:10 +01:00
Torkel Ödegaard
9c3cd87bee
more work on two grunt build modes, backend/standalone modes
2014-12-31 16:19:45 +01:00
Torkel Ödegaard
38f348e642
Updated version to 1.9.1
2014-12-29 11:21:25 +01:00
Torkel Ödegaard
24519cbf78
Updated version to 1.9.0
2014-12-02 11:21:18 -08:00
Torkel Ödegaard
e197163019
Changed version to 1.9-rc1
2014-11-17 11:19:17 +01:00
Torkel Ödegaard
282c834d9f
updated package.json
2014-09-30 17:58:02 +02:00
Torkel Ödegaard
bf361d2b02
Updated package.json version and latest.json, preparation for 1.8.1 release
2014-09-30 09:03:14 +02:00
Torkel Ödegaard
352ad3385a
Updated changelog and package.json to new version 1.8.0
2014-09-22 12:59:21 +02:00
Torkel Ödegaard
4883b2a296
Fixed issue with using template variables in panel titles, and text panel, when selecting All option in variable
2014-09-11 13:54:59 +02:00
Torkel Ödegaard
647feb7b33
Progress on new filter/templating editor
2014-08-26 14:17:46 +02:00
Torkel Ödegaard
c6489d9b01
Lots of progress on per series overrides
2014-08-19 15:22:03 +02:00
Torkel Ödegaard
3d9a4dcbf3
Merge branch '1.7.x'
...
Conflicts:
src/css/bootstrap.dark.min.css
src/css/bootstrap.light.min.css
src/css/default.min.css
2014-08-11 13:35:15 +02:00
Torkel Ödegaard
a3fca638ee
updated version to 1.7.0 (removed rc1 pre-release tag)
2014-08-11 12:23:00 +02:00
Torkel Ödegaard
eb9a7267bd
began work on inspection console to visualize metric requests, and other useful troubleshooting info and inspection
2014-08-10 14:35:56 +02:00
Torkel Ödegaard
02fb2baf62
Added code coverage, and sending reports to coveralls
2014-08-07 14:58:57 +02:00
Torkel Ödegaard
c3a6ae1622
added more graphite target controller tests
2014-08-07 13:44:09 +02:00
Torkel Ödegaard
76aab2a2ac
added graphiteTargetCtrl specs
2014-08-07 10:42:05 +02:00
Torkel Ödegaard
0aa5505d7f
Updated readme, and other small changes for 1.7.0-rc1 release
2014-08-05 12:27:03 +02:00
Torkel Odegaard
e62dc00d7b
Fix for build issues on windows, Fixes #574
2014-07-28 11:08:19 +02:00
Torkel Ödegaard
32b11b104f
updated version to 1.6.1
2014-06-24 15:06:51 +02:00
Torkel Ödegaard
810f46c450
updated karma dependencies in package.json
2014-06-16 12:40:41 +02:00
Torkel Ödegaard
393dfd1e96
changed version to 1.6.0
2014-06-16 12:24:04 +02:00
Torkel Ödegaard
191f9daf4d
update changelog
2014-06-07 08:16:34 +02:00
Torkel Ödegaard
ce8bdabab8
Adding JSCS (javascript style checker)
2014-06-07 07:05:42 +02:00
Torkel Ödegaard
d499f4e0d0
build system changes
2014-05-31 15:32:00 +02:00
Torkel Ödegaard
fc7b4df98a
working on angular partials pre caching, reving
2014-05-31 15:20:12 +02:00
Torkel Ödegaard
36b1dce7e4
trying to get css, and js build file revisioning working
2014-05-31 00:22:49 -07:00
Torkel Ödegaard
877ef36bc7
added css concat task
2014-05-30 22:46:39 -07:00
Torkel Ödegaard
d8e2192179
Updated version to 1.5.4
2014-05-13 19:08:46 +02:00
Torkel Odegaard
15288b0e84
version bump to 1.5.3
2014-04-17 22:27:19 +02:00
Torkel Ödegaard
4029dc3165
Added jshint file for unit tests, and grunt task to verify test syntax.
2014-04-06 10:47:14 +02:00
Torkel Ödegaard
94fea502b9
Closes #209 , sub folder with project name and version suffix in release zip files
2014-03-24 12:51:49 +01:00
Torkel Ödegaard
5a0fa8c09f
added phantomjs karma test to run in travis
2014-03-18 20:04:04 +01:00
Torkel Ödegaard
9ebf769b4d
Fixes #191 , update graph after adding new function and not changing default value
2014-03-11 13:00:28 +01:00
Torkel Odegaard
3f64f5a5fc
updated readme and version bump
2014-03-09 18:02:04 +01:00
Torkel Ödegaard
8904a6f4e9
version bump to 1.4.0 and link to annotations wiki article
2014-02-21 14:27:38 +01:00
Torkel Ödegaard
f9f259195d
bumped version
2014-02-13 08:17:31 +01:00
Torkel Ödegaard
a55b9bb8e1
version bump
2014-02-10 17:54:31 +01:00
Torkel Odegaard
b8a0ca082a
updated readme and bumped version to v1.1.1
2014-02-08 20:10:59 +01:00
Torkel Ödegaard
f2f435b4cb
Changed name off config.js to config.sample.js to make it easier to upgrade with having to worry about config being overwwritten, if there is no config.js file config.sample.js will be read instead (requirejs fallback). Closes #65
2014-02-06 17:10:25 +01:00
Torkel Ödegaard
d2bae43d26
Adding travis-ci build
2014-02-01 11:26:22 +01:00
Torkel Ödegaard
1c17c8661a
Fixes #43 , add grunt-cli as dev dependency
2014-01-29 09:17:17 +01:00
Torkel Ödegaard
58dbb01e76
Added new config setting timezoneOffset, usefull when your graphite server is on a different timezone thant your users browsers. This is not optimal (for example if your users have different timezones) can be improved by finding a way to query the timezone different between browser and graphite server. Or fix so that the &tz graphite parameter works for json, then all absolute filters can use UTC time. #31
2014-01-24 17:00:54 +01:00
Torkel Ödegaard
a8ba77f40c
bumbed version
2014-01-23 13:57:52 +01:00
Torkel Ödegaard
0e4dc5a888
clean up unused code, left over from kibana
2014-01-21 21:11:09 +01:00
Torkel Ödegaard
62edf0d266
updated readme and bumped version
2014-01-21 08:38:30 +01:00
Torkel Ödegaard
0097e5fecd
updated readme
2014-01-19 17:38:34 +01:00
Torkel Ödegaard
e4b52905d1
preparing for first release
2014-01-19 16:13:28 +01:00
Torkel Ödegaard
c13ac8a36f
fix: lexer enhancement to support asterix and dash in metric segment
2014-01-14 20:57:07 +01:00
Torkel Ödegaard
9480077f02
switched to karma for running tests
2014-01-01 15:01:01 +01:00
Torkel Ödegaard
4f0042bed1
trying to get more functions to work
2013-12-22 21:24:09 +01:00
Torkel Ödegaard
50e42c8bdd
started removing kibana stuff I do not need, thinking of doing a custom dashboard based on kibana
2013-12-05 16:45:52 +01:00
Rashid Khan
22993c46a5
Added scratchy tasks and config.js docs
2013-11-26 07:38:16 -07:00
Rashid Khan
06b855ffbb
Added grunt server command
2013-11-15 14:27:48 -07:00
Rashid Khan
ec964a13b9
Modularize grunt tasks
2013-11-14 16:07:14 -07:00
Rashid Khan
113c6fc572
Fixed missing default mandate on filters
2013-10-28 12:57:14 -07:00
Rashid Khan
036f6c5501
Merge remote-tracking branch 'chris-rock/master'
2013-10-25 09:49:46 -07:00
Rashid Khan
4a22648db5
updated version
2013-10-25 09:49:44 -07:00
Rashid Khan
d21e1c35e1
remove execute bit re: @shatlovsky
2013-10-25 07:47:54 -07:00
Chris
3d9f4e252f
Fix problem with node v0.10.18 and grunt-contrib
2013-10-19 01:17:43 +02:00