Commit graph

7028 commits

Author SHA1 Message Date
Suyog Rao
b469139067 Update defaults lock file after snapshot5
Fixes #3069
2015-04-21 17:12:08 +00:00
Colin Surprenant
be4dc98f7c updated .lock file with snapshot5
Fixes #3068
2015-04-21 16:12:57 +00:00
Suyog Rao
b136e90db1 Bump version after update to JRuby 1.7.19
Fixes #3067
2015-04-21 15:51:01 +00:00
Colin Surprenant
742ffee80c upgrade jruby to 1.7.19
Fixes #3066
2015-04-21 15:44:37 +00:00
Pier-Hugues Pellerin
6b671400cc Make sure we setup the gem environment before finding the currently installed gems
Fixes #3063
2015-04-21 14:59:38 +00:00
Pier-Hugues Pellerin
ba00a3805c fix an issue with bin/plugin update with no arguments and no locally installed gems
Fixes #3063
2015-04-21 14:59:38 +00:00
Colin Surprenant
2f2fe21b78 bundler refactor leftover 2015-04-21 13:50:15 +02:00
Suyog Rao
2280a3aa7d Updated to reflect the mass publish after #2832
Fixes #3053
2015-04-20 23:10:16 +00:00
Suyog Rao
10a917111a Added changes for RC3 releases
Fixes #3052
2015-04-20 23:08:46 +00:00
Pier-Hugues Pellerin
50f89371a3 Do not return an empty metadata key hash when calling to_hash_with_metadata
Fixes #3034
2015-04-20 22:59:06 +00:00
Suyog Rao
67f0aafa3e Bump version to 1.5.0-rc3.snapshot4
Fixes #3051
2015-04-20 21:36:30 +00:00
Pere Urbon-Bayes
3981a2bdbc add an rspec shim to complement the old bin/logstash rspec way of running specs in logstash
simplify the rspec shim codebase

add bin/rspec to the exclude list for packaging

removed leftover

Fixes #3047
2015-04-20 15:47:47 +00:00
Colin Surprenant
9ddae56019 bin/bundle shim
use  instead for $:

exclude bin/bundle from packages

added comment
2015-04-20 17:14:27 +02:00
Derek ROTH
9949546057 Fix typo of tail unix command
Same issue as #1927 and same fix.

Fixes #2961
2015-04-17 20:22:34 +00:00
Pere Urbon-Bayes
8d938b7166 fix relative pathname lookup while installing a local .gem file
use double quotes for the require

Fixes #3040
2015-04-17 16:43:08 +00:00
Pier-Hugues Pellerin
cf533c7c11 wrong link for the config type :bytes documentation
Fixes #3041
2015-04-17 16:15:42 +00:00
Pere Urbon-Bayes
6799918149 adapt the lib.sh file to the use case proposed LS_JAVA_OPTS add to defualts while JAVA_OPTS override
updated the packaged to enable JAVA_OPTS to override the defaults

ammended JAVA_OPTS being exported

ammend warning wording

ammend the last commit

fix wording again

Fixes #2942
2015-04-17 13:49:21 +00:00
Pere Urbon-Bayes
12576548c4 make the LS_JAVA_OPTS environment variable available to the client side, so the user is not force to use the default ones and they can rewrite it
remove stale code

cleanup the bash conditions for when a variable is defined or not

make sure LS_JAVA_OPTS override JAVA_OPTS when need

ammend unused var

rollback to previous use case of appending vars to JAVA_OPTS in the case of having LS_JAVA_OPTS

Fixes #2942
2015-04-17 13:49:20 +00:00
Colin Surprenant
a94f1acaaa fix for Java 8 Map merge method conflict
typo

DRYied code, comments, cleanup

added spec

specs DRYing

also test HashMap, refactor with shared_example

fixes logstash-plugins/logstash-filter-multiline#10
2015-04-17 14:44:51 +02:00
Colin Surprenant
b5ebb99a2a Merge branch 'bundler_cleanups' into 1.5
Conflicts:
	spec/lib/logstash/bundler_spec.rb
2015-04-16 17:43:07 +02:00
Colin Surprenant
ae17b4160d refactored all gem/bundler code into logstash/bundler.rb and moved patches into logstash/patches
require bundler/cli to expose expectations classes
2015-04-16 17:34:51 +02:00
Pere Urbon-Bayes
40e923cfa4 version 1.5.0-rc3.snapshot3 bump
Fixes #3031
2015-04-16 12:54:05 +00:00
Joao Duarte
4d6f941361 remove multi_filter 2015-04-15 23:22:43 +02:00
Colin Surprenant
d8f23189c1 refactor conditionals generation
added specs
2015-04-15 23:22:31 +02:00
Joao Duarte
3eb5ba6450 remove multi_filter 2015-04-15 23:18:32 +02:00
Colin Surprenant
573149b002 refactor conditionals generation
added specs
2015-04-15 23:16:06 +02:00
Tal Levy
b8a7f0f520 fix include to support nil and array types
Closes logstash-plugins/logstash-filter-mutate/#21.

Fixes #3023
2015-04-15 20:35:18 +00:00
Tal Levy
2e1b879431 fix include to support nil and array types
Closes logstash-plugins/logstash-filter-mutate/#21.

Fixes #3023
2015-04-15 20:35:17 +00:00
Colin Surprenant
ae22a0005d fix java enumerable integration bug
Fixes #3022
2015-04-15 19:59:19 +00:00
Colin Surprenant
98a5f2348c fix java enumerable integration bug
Fixes #3022
2015-04-15 19:59:18 +00:00
Pere Urbon-Bayes
efc9e7eb7f add a check for a plugin to be in rubygems before going to install it
make sure dependency gems is installed

cleanup unnecessary code

Fixes #3021
2015-04-15 14:31:40 +00:00
Pere Urbon-Bayes
9e2ae1589e add a check for a plugin to be in rubygems before going to install it
make sure dependency gems is installed

cleanup unnecessary code

Fixes #3021
2015-04-15 14:31:39 +00:00
Pier-Hugues Pellerin
69fe15f92a do not use subject an an explicit call
Fixes #2731
2015-04-15 14:22:11 +00:00
Pier-Hugues Pellerin
f11305752f updated the tests, exceptions are raised from the invoke_bundler!
Fixes #2731
2015-04-15 14:22:11 +00:00
Pier-Hugues Pellerin
e25ab3ef22 adding spec to guard the invoke bundler behavior
Fixes #2731
2015-04-15 14:22:10 +00:00
Pier-Hugues Pellerin
b233a34ce9 do not use subject an an explicit call
Fixes #2731
2015-04-15 14:22:09 +00:00
Pier-Hugues Pellerin
26c5a5ff61 updated the tests, exceptions are raised from the invoke_bundler!
Fixes #2731
2015-04-15 14:22:09 +00:00
Pier-Hugues Pellerin
8b2a6b054b adding spec to guard the invoke bundler behavior
Fixes #2731
2015-04-15 14:22:09 +00:00
Colin Surprenant
6280bb17da Merge branch 'fix/java_collection_delete' into 1.5
Conflicts:
	Gemfile.jruby-1.9.lock
	README.md
	lib/logstash/java_integration.rb
	lib/logstash/version.rb
	logstash-core.gemspec
	logstash.gemspec
	spec/core/event_spec.rb
	spec/filters/base_spec.rb
2015-04-15 13:18:33 +02:00
Colin Surprenant
e599284e62 add Java Collection delete, & and | support. refactored Java interfaces equivalence. specs & more java_integration specs
add Java Collection delete support with specs & more java_integration specs

split a spec

refactored for better specs

intersection specs

Ruby intersection on Java collections, refactored to use Java interfaces

specs for remove_tag from events from json input

refactor usage of subject

added Java Collection union with Ruby array and specs

refactored specs to also test for hash from deserialized json for JrJackson & Java Collections

typo and comments

solves #2261
2015-04-15 12:46:22 +02:00
Pere Urbon-Bayes
22d7d8edeb update the default plugins exclude list for currently empty plugins
Fixes #3017
2015-04-15 09:07:14 +00:00
Pere Urbon-Bayes
058e9967a7 update the default plugins exclude list for currently empty plugins
Fixes #3017
2015-04-15 09:07:12 +00:00
Suyog Rao
a904ed73cc Add new versions of filewatch and file input
Fixes #3016
2015-04-14 23:53:51 +00:00
Pere Urbon-Bayes
121492673b updated teh defaults files in order to have there the last released versions
Fixes #3016
2015-04-14 23:53:51 +00:00
Aaron Mildenstein
84ef517e05 [DOC] I missed one more Elasticsearch...
This is a one-line fix.

Fixes #3015
2015-04-14 18:49:25 +00:00
Aaron Mildenstein
484c9920e7 [DOC] I missed one more Elasticsearch...
This is a one-line fix.

Fixes #3015
2015-04-14 18:49:24 +00:00
Aaron Mildenstein
68a557757a More instances of Elasticsearch vs. Elastic
Some changes here too.

Fixes #3014
2015-04-14 18:43:49 +00:00
Aaron Mildenstein
8afce18c90 More instances of Elasticsearch vs. Elastic
Some changes here too.

Fixes #3014
2015-04-14 18:43:48 +00:00
Aaron Mildenstein
1a03840c2d Comparison operators were not properly displayed
This encapsulates all comparison operators in back-ticks to make them visible.

Fixes #3013
2015-04-14 18:21:56 +00:00
Aaron Mildenstein
543bc56171 Comparison operators were not properly displayed
This encapsulates all comparison operators in back-ticks to make them visible.

Fixes #3013
2015-04-14 18:21:55 +00:00