Skip to content

Commit

Permalink
Merge pull request #10 from oleg-nenashev/es-2.0-compatibility
Browse files Browse the repository at this point in the history
ES 2.0 compatibility for 4.1.2
  • Loading branch information
Asimov4 committed Mar 22, 2016
2 parents 6e9285d + 267af6c commit d92310b
Show file tree
Hide file tree
Showing 41 changed files with 32,317 additions and 30 deletions.
45 changes: 45 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>kibana-community</groupId>
<artifactId>kibana4-static</artifactId>
<version>4.1.2-es-2.0-SNAPSHOT</version>
<name>Kibana 4 Static</name>
<description>A static HTML/JS version of Kibana 4 that can be served from a CDN</description>
<url>https://github.com/kibana-community/kibana4-static</url>

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
</distributionManagement>

<scm>
<connection>scm:git:ssh://github.com/kibana-community/kibana4-static.git</connection>
<developerConnection>scm:git:ssh://git@github.com/kibana-community/kibana4-static.git</developerConnection>
<url>https://github.com/kibana-community/kibana4-static</url>
</scm>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
</project>
31 changes: 31 additions & 0 deletions public/bower_components/angular-bootstrap-colorpicker/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"sub": true,
"boss": true,
"eqnull": true,
"quotmark": "single",
"undef": true,
"indent": 2,
"strict": true,
"globalstrict": true,
"browser": true,
"globals": {
"angular": false,
"$": true,
// For Jasmine
"after" : false,
"afterEach" : false,
"before" : false,
"beforeEach" : false,
"describe" : false,
"expect" : false,
"jasmine" : false,
"module" : false,
"spyOn" : false,
"inject" : false,
"it" : false
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
node_modules/
test/coverage
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "0.10"
script: node_modules/karma/bin/karma start test/karma.conf.js --single-run
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm install
24 changes: 24 additions & 0 deletions public/bower_components/angular-bootstrap-colorpicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
v3.0.14 - Mon, 21 Apr 2015 (jakubsikora)
---------------------------------------

- [37faabf62b55962f28959981085662cb407f2a48] scrolling fix

v3.0.13 - Fri, 27 Mar 2015 (ste2425)
---------------------------------------

- [738bff892714513551d1379254d8d71aa7197ae5] extended existing events for on select etc

v3.0.12 - Mon, 16 Feb 2015 (mattlewis92)
---------------------------------------

- [986eb8c651f5d38b429b5c698cc8c92043fa0579] Add a colorpicker-is-open attribute for controlling the visibility of the popover

v3.0.11 - Thu, 22 Dec 2014
---------------------------------------

- [28956c7ce9] min versions / gulp

v3.0.10 - Thu, 18 Dec 2014
---------------------------------------

- [4c62f5d, e1f5021, de84abb, 993d509]) Bugfix initial input val
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2013 Michal Zielenkiewicz

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
113 changes: 113 additions & 0 deletions public/bower_components/angular-bootstrap-colorpicker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
[![devDependency Status](https://david-dm.org/buberdds/angular-bootstrap-colorpicker/dev-status.svg?branch=master)](https://david-dm.org/buberdds/angular-bootstrap-colorpicker#info=devDependencies)
[![Build Status](https://travis-ci.org/buberdds/angular-bootstrap-colorpicker.svg?branch=master)](https://travis-ci.org/buberdds/angular-bootstrap-colorpicker)

angular-bootstrap-colorpicker
=============================

This version contains a native AngularJS directive based on bootstrap-colorpicker jQuery library.<br />
No dependency on jQuery or jQuery plugin is required.<br />

<a href="http://codepen.io/buberdds/full/fBAsr/" target="_blank">Demo page (Bootstrap v3.x.x)</a>

Previous releases:
- <a href="https://github.com/buberdds/angular-bootstrap-colorpicker/tree/2.0">branch 2.0</a> (Bootstrap v2.x.x)
- <a href="https://github.com/buberdds/angular-bootstrap-colorpicker/tree/1.0.0">branch 1.0</a> if you need a functionality from the original plugin or IE&lt;9 support

Installation
===============================
Copy `css/colorpicker.css` and `js/bootstrap-colorpicker-module.js`.
Add a dependency to your app, for instance:

angular.module('myApp', ['colorpicker.module'])

Examples:
===============================

Hex format
```html
<input colorpicker type="text" ng-model="your_model" />
```
or
```html
<input colorpicker="hex" type="text" ng-model="your_model" />
```

RGB format
```html
<input colorpicker="rgb" type="text" ng-model="your_model" />
```

RBGA format
```html
<input colorpicker="rgba" type="text" ng-model="your_model" />
```

As non input element
```html
<div colorpicker ng-model="your_model"></div>
```

The color picker template with an input element
```html
<input colorpicker colorpicker-with-input="true" type="text" ng-model="your_model" />
```

Position of the color picker (top, right, bottom, left).
```html
<input colorpicker colorpicker-position="right" type="text" ng-model="your_model" />
```

The color picker in a fixed element
```html
<input colorpicker colorpicker-fixed-position="true" type="text" ng-model="your_model" />
```

When using fixed positioning, you can also put the picker into the parent element (this allows more styling control)
```html
<input colorpicker colorpicker-fixed-position="true" colorpicker-parent="true" type="text" ng-model="your_model" />
```

The color picker in UI Bootstrap modal (the parent element position property must be set to relative)
```html
<input colorpicker colorpicker-parent="true" type="text" ng-model="your_model" />
```

Binding the visibility of the color picker to a variable in the scope
```html
<input colorpicker colorpicker-is-open="isOpen" type="text" ng-model="your_model" />
```

Auto hiding the color picker when a color has been selected
```html
<input colorpicker colorpicker-close-on-select type="text" ng-model="your_model" />
```

Events:
===============================

Each color picker will emit the following events passing a data object in the following format:
```javascript
{
name: '',
value: ''
}
```
Name is the string representation of ng-model and value is the current color.

#### colorpicker-selected
A global selected event, will be fired when a color is selected from the saturation, hue or alpha slider.

#### colorpicker-selected-saturation
Will be fired when a color is selected from the saturation slider.

#### colorpicker-selected-hue
Will be fired when a color is selected from the hue slider.

#### colorpicker-selected-alpha
Will be fired when a color is selected from the alpha slider.

#### colorpicker-shown
Will be fired when a color picker is opened.

#### colorpicker-closed
Will be fired when a color picker is closed.
15 changes: 15 additions & 0 deletions public/bower_components/angular-bootstrap-colorpicker/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "angular-bootstrap-colorpicker",
"version": "3.0.19",
"main": [
"js/bootstrap-colorpicker-module.js",
"css/colorpicker.css"
],
"ignore": [
"node_modules",
"components",
"bower_components",
"test",
"tests"
]
}
Loading

0 comments on commit d92310b

Please sign in to comment.