Commit Graph

79 Commits

Author SHA1 Message Date
Simon Willnauer a24c10c703 add lang-javascript module 2015-06-09 15:17:25 +02:00
Simon Willnauer 26b0dae19f [TEST] Don't use shaded API 2015-06-08 12:04:39 +02:00
Michael McCandless 5af8412fc9 Absorb ImmutableSettings into Settings 2015-05-26 09:32:38 -04:00
Robert Muir ee179af1b8 remove logging properties 2015-05-22 09:31:35 -04:00
Robert Muir 3f56eadbd9 switch to plugin pom 2015-05-21 22:55:28 -04:00
Robert Muir 304daebfdb remove duplicate test config 2015-05-21 16:51:53 -04:00
Robert Muir 9bc7f34da2 engage forbidden apis 2015-05-21 10:36:54 -04:00
Robert Muir 92deb89e25 remove unnecessary property 2015-05-13 23:34:52 -04:00
Robert Muir 81f682ddbe enable security manager in tests 2015-05-11 20:46:56 -04:00
David Pilato ddfd7c2c95 Import explicitly org.mozilla.javascript.Script
Because we have now a new class in elasticsearch master branch which conflicts.
2015-04-25 17:22:39 +02:00
Adrien Grand eb7cb63b5f Fix compilation.
See https://github.com/elastic/elasticsearch/pull/10389 for background.
2015-04-09 14:30:15 +02:00
David Pilato 9fd8d55f6b update documentation with release 2.5.0 2015-03-28 16:55:00 +01:00
David Pilato b20af45de5 Move to elastic owner
(cherry picked from commit 3d3ce33)
(cherry picked from commit c59f9ce)
2015-03-28 16:48:43 +01:00
David Pilato bdf46a2ee8 Move parent after artifact coordinates 2015-03-28 16:48:30 +01:00
David Pilato 8f038bd7be Create `es-1.5` branch 2015-03-16 13:46:38 -07:00
David Pilato 1fd0521a33 Remove component settings from AbstractComponent
Related to elasticsearch/elasticsearch#9919

Closes #35.
2015-02-28 13:44:02 +01:00
David Pilato bbf1375c98 Add sonatype snapshot repository 2015-01-02 18:39:08 +01:00
David Pilato 663be3b6a3 Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project.
This commit is the first step for this plugin to depend on this new `pom` maven project.
2014-12-17 09:50:30 +01:00
Adrien Grand 2b63f291e3 Upgrade to Lucene 5.0.0-snapshot-1642891 2014-12-02 18:18:27 +01:00
Adrien Grand 7417814154 Improve wrapping of lists.
With the current way that Java lists are wrapped into a Scriptable, all methods
that are not defined on the java.util.List interface are hidden. This pull
request makes NativeList extend NativeJavaObject in order to use reflection in
order to look up properties that would not be defined on the List interface.

Close #32
2014-11-27 17:01:30 +01:00
Adrien Grand 4549a3b4ee Fix expectations around script fields as a consequence of https://github.com/elasticsearch/elasticsearch/pull/8592. 2014-11-27 16:35:55 +01:00
Michael McCandless 46b84777f6 Upgrade to Lucene 5.0.0-snapshot-1641343 2014-11-24 05:51:58 -05:00
Michael McCandless ecb7f1830a Upgrade to Lucene 5.0.0-snapshot-1637347 2014-11-10 16:46:04 -05:00
tlrx d5d8ec886a update documentation with release 2.3.1 2014-11-07 10:29:06 +01:00
Robert Muir bb49554c33 upgrade to lucene 5 snapshot 2014-11-05 17:12:54 -05:00
tlrx 00a1352d90 update documentation with release 2.4.1 2014-11-05 17:45:35 +01:00
tlrx 1cd04206be [TESTS] Upgrade randomizedtesting-runner to 2.1.10
Closes #30
2014-11-03 11:29:22 +01:00
Michael McCandless 6254d2b652 Upgrade to Lucene 4.10.2 2014-10-30 05:55:55 -04:00
David Pilato 1950ad92f0 Implement new method `scriptRemoved(CompiledScript)` in `ScriptEngineService`
This [PR](https://github.com/elasticsearch/elasticsearch/pull/8062) broke ScriptEngineService by adding a new method `scriptRemoved(CompiledScript)`.

Closes #29.

(cherry picked from commit 1fd05bc)
2014-10-15 17:52:08 +02:00
David Pilato bf40ca6609 update documentation with release 2.4.0 2014-10-07 12:46:51 +02:00
Britta Weber 37bac2d4b2 Remove setNextScore in SearchScript
Due to a change in elasticsearch 1.4.0, we need to apply a similar patch here.

See https://github.com/elasticsearch/elasticsearch/pull/6864
See https://github.com/elasticsearch/elasticsearch/pull/7819

Closes #23.
(cherry picked from commit 5e5c373)
2014-10-07 12:30:07 +02:00
mikemccand e2d1ae40b0 Upgrade to Lucene 4.10.1 2014-09-28 17:57:45 -04:00
Michael McCandless 33c6265581 Upgrade to Lucene 4.10.1 snapshot 2014-09-24 18:04:14 -04:00
David Pilato 4a5514801c Create branch es-1.4 for elasticsearch 1.4.0 2014-09-15 16:30:10 +02:00
David Pilato 02809f40be Update to Lucene 4.10.0
Closes #27.

(cherry picked from commit 1eb2352)
2014-09-15 16:29:41 +02:00
David Pilato e113a30858 Docs: make the welcome page more obvious
Closes #25.
2014-09-04 15:13:00 +02:00
David Pilato a5c7089cf7 Update to elasticsearch 1.4.0
Closes #24.
(cherry picked from commit e03a16b)
2014-07-24 00:45:54 +02:00
David Pilato 858d4da43c Update to Lucene 4.9.0 / elasticsearch 1.3.0
Related to #21.
Closes #22.
(cherry picked from commit c3964ad)
2014-07-24 00:45:17 +02:00
David Pilato 4bb456815a Update to elasticsearch 1.3.0
Closes #21
2014-05-23 19:57:16 +02:00
David Pilato 10b3c89009 Update to elasticsearch 1.2.0
Closes #20
Fix #19
2014-05-23 19:55:15 +02:00
David Pilato 22465d23e7 Create branches according to elasticsearch versions
We create branches:

* es-0.90 for elasticsearch 0.90
* es-1.0 for elasticsearch 1.0
* es-1.1 for elasticsearch 1.1
* master for elasticsearch master

We also check that before releasing we don't have a dependency to an elasticsearch SNAPSHOT version.

Add links to each version in documentation
2014-03-28 18:35:10 +01:00
David Pilato b54ba3a524 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:45:17 +01:00
David Pilato 4a308a0223 Remove `_source.obj1`
Related to #14.
2014-03-07 16:42:29 +01:00
David Pilato f5366da0bf Add Javascript examples
Closes #8.
2014-03-07 16:40:46 +01:00
Hugues Malphettes 2b61b004c4 Update to elasticsearch 1.0.1 (Lucene 4.7.0)
Closes #12.
2014-03-07 16:05:41 +01:00
David Pilato 4d90405ba9 Update to elasticsearch 1.0.0
Closes #14
2014-03-07 15:48:49 +01:00
David Pilato 4f617d180c Add plugin version in es-plugin.properties
With https://github.com/elasticsearch/elasticsearch/issues/2784, we can now add plugin version in `es-plugin.properties` file.

It will only be used with elasticsearch 1.0.0 and upper. No need to push it in 1.x branch.

Closes #16.
2014-03-07 15:43:37 +01:00
David Pilato c82c6530a0 Add plugin release semi-automatic script
Closes #15.
2014-03-07 15:41:46 +01:00
David Pilato 857ca09e33 prepare for next development iteration 2014-01-15 19:54:45 +01:00
David Pilato 9ea52340b0 prepare release elasticsearch-lang-javascript-2.0.0.RC1 2014-01-15 18:45:46 +01:00