Commit Graph

635 Commits

Author SHA1 Message Date
Rashid Khan
04db0fd4db Fix for #355 2013-09-19 13:54:34 -07:00
Rashid Khan
77e80fa68b Adjusted margins 2013-09-19 13:53:01 -07:00
Rashid Khan
bfd6ea5913 Switched to grunt-contrib-compress, added tar.gz archive 2013-09-19 13:45:09 -07:00
Rashid Khan
9b74699d4d Merge branch 'stackPercent' 2013-09-19 12:29:05 -07:00
Rashid Khan
ddbadbd7e3 Readded percent stacking, fixed bug when area = 0, added view options to histogram outside of editor 2013-09-19 12:28:41 -07:00
spenceralger
31c010c59b Merge pull request #514 from spenceralger/gruntfile-cleanup
Cleaned up the Grunt config a bit, removed an unneeded dep
2013-09-19 10:22:18 -07:00
Spencer Alger
412cefed78 Cleaned up the Grunt config a bit, removed an unneeded dep 2013-09-19 10:17:42 -07:00
Rashid Khan
ace9435948 Merge remote-tracking branch 'selvakn/master' into stackPercent 2013-09-19 10:01:55 -07:00
Spencer Alger
c767ae6645 moved the aws config out of the general gruntfile setup, and into a task that is only run when needed. 2013-09-19 08:09:04 -07:00
Rashid Khan
822ef96a7e Merge remote-tracking branch 'upstream/master' 2013-09-17 14:03:21 -07:00
Rashid Khan
db088f5740 Added JSON and Raw views of events for #507 and #461 2013-09-17 14:01:42 -07:00
spenceralger
1afec73fe0 Merge pull request #468 from spenceralger/numeric-sort
Fixes for #466
2013-09-17 11:09:40 -07:00
Spencer Alger
6e728480bb Updated the changes to work with the new repo structure. 2013-09-17 11:04:23 -07:00
Rashid Khan
8a142d9173 Fixed duplicate label, added input for panel.size. Closes #481 2013-09-17 10:48:57 -07:00
Rashid Khan
de22a1ad34 Cache bust json files 2013-09-17 09:56:12 -07:00
Rashid Khan
38b5c19990 Added 'add' button on row editor panel list 2013-09-17 09:41:24 -07:00
Rashid Khan
51a895cf47 Merge remote-tracking branch 'bobrik/dash-loader-filter-fix' into pulls 2013-09-17 09:27:24 -07:00
Rashid Khan
e23d733805 Merge remote-tracking branch 'bobrik/color-loading-fix' into pulls 2013-09-17 09:27:17 -07:00
Selva
8fe8b0f159 Adding back stack percentage for histogram
Conflicts:
	panels/histogram/module.js
2013-09-17 13:51:27 +05:30
Rashid Khan
608b66f3ce Updated download links 2013-09-16 16:28:18 -07:00
Rashid Khan
3633c5bee2 Added note about builds, changed link to src/ folder 2013-09-16 15:53:22 -07:00
Spencer Alger
f414400a5a merged master 2013-09-16 15:16:01 -07:00
Rashid Khan
1ab6e005f5 Update dist 2013-09-16 15:14:27 -07:00
Spencer Alger
259562136f - Removed the "dist" directory
- Created a grunt task to build, compress, and upload the build to s3
 - Updated the README to point users to downloads.elasticsearch.org
2013-09-16 15:14:20 -07:00
Rashid Khan
c088783dc9 Added toggle between single and grouped analysis to micropanel 2013-09-16 15:09:25 -07:00
Rashid Khan
7dd2735c07 rebuild dist 2013-09-16 13:51:45 -07:00
Rashid Khan
63fbbc9c21 Added seperate grunt task for LESS default build 2013-09-16 13:21:29 -07:00
Rashid Khan
a59f9e617f Added filesaver module to dashboard service. Closes #503 2013-09-16 12:44:21 -07:00
Rashid Khan
dd115acc1e Merge remote-tracking branch 'upstream/master' 2013-09-16 11:53:14 -07:00
spenceralger
efaff8405d Merge pull request #502 from spenceralger/fix-js-dashboards
Fixed dashboard scripts
2013-09-16 11:11:20 -07:00
Spencer Alger
ff50e6e753 Fixed the loading of the dashboard scripts, feeding them the needed args and fixing the path that they are fetch from. 2013-09-16 11:09:29 -07:00
Rashid Khan
7a0b3dc649 Fixed path to script dashboards 2013-09-16 10:10:20 -07:00
Rashid Khan
335462b549 Merge remote-tracking branch 'upstream/master' 2013-09-16 09:44:23 -07:00
Rashid Khan
0fab4e5780 Updating dist 2013-09-16 09:43:24 -07:00
Rashid Khan
b1f17d1eb7 Merge pull request #499 from rashidkpc/master
Spencers cache busting tweaks, fix for map panel path
2013-09-16 08:46:47 -07:00
Rashid Khan
25344632a3 Fixed map path 2013-09-16 08:45:03 -07:00
Spencer Alger
f2d87ad5a4 Merge branch 'master' into build-tweaks
Conflicts:
	dist/app/components/require.config.js
	src/app/components/require.config.js
2013-09-15 12:45:27 -07:00
Spencer Alger
7b28483102 Fixed path to extend-jquery.js in require config 2013-09-15 07:12:42 -07:00
bobrik
7f0bcd7761 Dashboard loader filter applied after dropdown show 2013-09-15 12:47:12 +04:00
bobrik
fc069a0458 Fixed default color on dashboard load 2013-09-15 12:43:25 +04:00
spenceralger
fd0b1986e8 Merge pull request #498 from spenceralger/extended-jquery-fix
Fix for jQuery extensions
2013-09-14 18:03:12 -07:00
Spencer Alger
a0bd73f27c Previous fix did not work when jQuery was inlined into app.js because RequireJS was under the impression that it had already init-ed jQuery and didn't call the init function. This new strategy just allows jQuery to be jQuery and has app.js include the extensions (components/extend-jquery.js) before the app boots. 2013-09-14 17:59:09 -07:00
spenceralger
0325f781e3 Merge pull request #497 from spenceralger/extended-jquery-fix
Fixes the way that jQuery is loaded with RequireJS, closes #496
2013-09-14 17:37:15 -07:00
Spencer Alger
2a1c67ffdb Somehow missed that tooltips were broken, caused by jquery defining itself using the 'jquery' name, which prevented our custom module from being included and extending jquery. 2013-09-14 17:21:25 -07:00
Spencer Alger
ab93bcecb2 Added a cache busting config option to RequireJS that will add the latest commit sha to urls (only in dist build). 2013-09-13 19:14:14 -07:00
spenceralger
8f67381c79 Merge pull request #494 from spenceralger/build-tweaks
Build tweaks
2013-09-13 16:29:51 -07:00
Spencer Alger
6c07338782 - Moved the config.js file into the root of the src and dist.
- prevented the config file from being minified.
 - offloaded the js minification to a dedicated uglify task, which accepts more options than the require-js wrapper does.
 - Addded the banner to the top of the minified files.
2013-09-13 16:02:08 -07:00
Rashid Khan
ebdbb8c6c2 Merge pull request #493 from rashidkpc/master
Fix for logstash.js, updated install instructions
2013-09-13 15:12:45 -07:00
Rashid Khan
82673b7b2b Updated install instructions 2013-09-13 15:11:36 -07:00
Rashid Khan
c673b5ec67 Updated install instructions 2013-09-13 15:10:33 -07:00