-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: (66 commits) Add spy able properties to default-nts.json and default-ts.json. Cleanup default.json. Fix query panel editor.html. Revise README.md for 1.4 Add modifications to help message Update README.md before officially release 1.4 SILK-133 the first version of right/left legend Remove unnecessary required time_field setting from histogram panel, it will get time field from filter service now. Remove $log and fix a typo bug in dashLoader.js. Clean up default-ts.json and default-nts.json. Add SILK-142: Help message for each panel Fix SILK-143: Null values in time filter when loading dashboard from gist New dashboard feature Fix the solr server location for banana-int where it always use the setting in config.js. Now it will use the solr server specified in the dashboard settings. Enable the Solr list size in dashboard settings to specify the max number of Solr stored dashboards to display in the list under the Load menu. Add Allowing Load / Save Gist in Dashboard Settings. Remove ejsResource from dashboard.js. SILK-52 Add gist saving and loading functionality fis some issues in facet panel Add new facet panel Fixing SILK-138 in terms panel Update all.js fixing issues SILK-59, SILK-89 and SILK-127 Fix bug in histogram panel zoom out button. Fix bug with flickering tabs in Settings panel when quickly selecting tabs (only happen in Chrome) (related to Kibana issue #583). ... Conflicts: src/app/services/kbnIndex.js
- Loading branch information
Showing
73 changed files
with
6,903 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules | ||
.aws-config.json | ||
dist | ||
dist | ||
bower_components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "angular-seed", | ||
"description": "A starter project for AngularJS", | ||
"version": "0.0.0", | ||
"homepage": "https://github.com/angular/angular-seed", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"angular": "1.0.8", | ||
"angular-loader": "1.0.8", | ||
"angular-mocks": "1.0.8", | ||
"angular-sanitize": "1.0.8", | ||
"angular-strap": "0.7.5", | ||
"bootstrap": "2.3.2", | ||
"d3": "~3.4.11", | ||
"jquery": "1.8.0", | ||
"jquery-ui": "1.10.3", | ||
"jquery-flot": "0.8.1", | ||
"requirejs": "2.1.8", | ||
"modernizr": "2.6.1", | ||
"moment": "2.1.0", | ||
"underscore": "1.5.1" | ||
}, | ||
"resolutions": { | ||
"angular": "1.0.8", | ||
"jquery": "1.8.0", | ||
"bootstrap": "2.3.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,58 @@ | ||
// NOTE: This file is not completed for use yet. | ||
|
||
{ | ||
"version": "1.4.0", | ||
"name": "banana", | ||
"description": "Banana for Solr - A Port of Kibana", | ||
"repository": "https://github.com/LucidWorks/banana", | ||
"license": "Apache License", | ||
"author": { | ||
"name": "Andrew Thanalertvisuti", | ||
"company": "LucidWorks, Inc." | ||
}, | ||
"name": "banana", | ||
"version": "1.3", | ||
"devDependencies": { | ||
"rjs-build-analysis": "0.0.3", | ||
"bower": "^1.3.1", | ||
"grunt": "~0.4.1", | ||
"grunt-s3": "~0.2.0-alpha.2", | ||
"grunt-ngmin": "0.0.3", | ||
"grunt-angular-templates": "~0.3.12", | ||
"grunt-contrib": "~0.7.0", | ||
"grunt-contrib-less": "~0.7.0", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-git-describe": "~2.3.2", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-compress": "~0.5.2", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-contrib-cssmin": "~0.6.1", | ||
"grunt-contrib-uglify": "~0.2.4", | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-string-replace": "~0.2.4", | ||
"grunt-contrib-htmlmin": "~0.1.3", | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-contrib-less": "~0.7.0", | ||
"grunt-contrib-requirejs": "~0.4.1", | ||
"grunt-angular-templates": "~0.3.12", | ||
"grunt-contrib-compress": "~0.5.2" | ||
"grunt-contrib-uglify": "~0.2.4", | ||
"grunt-git-describe": "~2.3.2", | ||
"grunt-ng-annotate": "0.3.0", | ||
"grunt-s3": "~0.2.0-alpha.2", | ||
"grunt-string-replace": "~0.2.4", | ||
"http-server": "^0.6.1", | ||
"karma": "^0.12.16", | ||
"karma-chrome-launcher": "^0.1.4", | ||
"karma-firefox-launcher": "^0.1.3", | ||
"karma-jasmine": "^0.1.5", | ||
"karma-junit-reporter": "^0.2.2", | ||
"karma-requirejs": "^0.2.2", | ||
"protractor": "~1.0.0", | ||
"requirejs": "^2.1.14", | ||
"shelljs": "^0.2.6", | ||
"tmp": "0.0.23" | ||
}, | ||
"license": "Apache License" | ||
"scripts": { | ||
"postinstall": "bower install", | ||
|
||
"prestart": "npm install", | ||
"start": "http-server -a 0.0.0.0 -p 8000", | ||
|
||
"pretest": "npm install", | ||
"test": "node node_modules/karma/bin/karma start test/karma.conf.js", | ||
"test-single-run": "node node_modules/karma/bin/karma start test/karma.conf.js --single-run", | ||
|
||
"preupdate-webdriver": "npm install", | ||
"update-webdriver": "webdriver-manager update", | ||
|
||
"preprotractor": "npm run update-webdriver", | ||
"protractor": "protractor test/protractor-conf.js", | ||
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\"" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
name=banana-int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.