Commit graph

255 commits

Author SHA1 Message Date
Dan Hermann
8b6c162c18 add missing dependency
Fixes #9924
2018-08-20 15:39:39 +00:00
Dan Hermann
319cbcbca3 fix remaining license checker problems
Fixes #9913
2018-08-20 14:00:43 +00:00
Dan Hermann
d236fa898a move license URL check outside loop
Fixes #9895
2018-08-14 12:57:13 +00:00
Dan Hermann
95ea8e65c2 Adds support for specifying multiple licenses separated by the pipe symbol
Fixes #9895
2018-08-14 12:57:13 +00:00
Dan Hermann
0d6fef1100 update NOTICE.txt files for dependencies
Fixes #9894
2018-08-13 14:43:05 +00:00
Dan Hermann
3a813cee62 update dependency license info
Fixes #9891
2018-08-13 12:10:52 +00:00
Joao Duarte
cb65e15ed1 manually generate NOTICE.TXT from licenses in dependencies-report
Fixes #9886
2018-08-10 12:38:51 +00:00
Joao Duarte
35f48a8261 notices from pr #9541
Fixes #9886
2018-08-10 12:38:51 +00:00
Joao Duarte
c73912e71e notices from pr #9556
Fixes #9886
2018-08-10 12:38:51 +00:00
Joao Duarte
a72a506f7d notices from pr #9559
Fixes #9886
2018-08-10 12:38:51 +00:00
Joao Duarte
b5509b6b4c notices from pr #9553
Fixes #9886
2018-08-10 12:38:51 +00:00
Joao Duarte
bf62024981 notices from pr #9547
Fixes #9886
2018-08-10 12:38:51 +00:00
Joao Duarte
05a695079d merge together license compilation for dependencies
This merges PRs #9547, #9553, #9559, #9556, #9541

Fixes #9886
2018-08-10 12:38:51 +00:00
Andrew Cholakian
bd8f80eb70 Make dependencies report tests run on windows by using ! as separator
On windows filenames cannot use `:` as a separator, which we use for java notice files.

We settled on using a `!` instead which is compatible.

Fixes #9593
2018-05-16 21:49:00 +00:00
Andrew Cholakian
30e524e5ee Improved NOTICE.txt generation
Fixes #9530
2018-05-10 16:14:45 +00:00
Dan Hermann
741215c234 change report columns
Fixes #9532
2018-05-07 11:40:28 +00:00
Dan Hermann
9b0f5041a6 Add component URL to license report
Fixes #9529
2018-05-05 13:43:43 +00:00
Dan Hermann
6c3546606d temporarily disable the exit(1) in case of dependencies with unidentified licenses
Fixes #9525
2018-05-04 13:46:15 +00:00
Dan Hermann
9aeb2a7d0e ignore different EOLs when testing report output
Fixes #9515
2018-05-02 17:27:48 +00:00
Dan Hermann
da5ecd301e add license for jls-grok
Fixes #9331
2018-05-02 15:35:42 +00:00
Dan Hermann
0e2186c36f remove unnecessary license mapping and shell function
Fixes #9331
2018-05-02 15:35:42 +00:00
Dan Hermann
48594baf2b Add license reporting task
Fixes #9331
2018-05-02 15:35:42 +00:00
Armin
01c99ccf11 #8360 fix tests by enforcing IPV4 in Benchmark tool UTs
Fixes #8372
2017-09-23 06:50:39 +00:00
Armin
777df441b1 BENCHMARK: Add Workercount and Batch size as configurable settings in benchmark
Fixes #8217
2017-09-13 13:27:16 +00:00
Armin
7c56407f1d MINOR: Cleanup out directory via gradle clean task
Fixes #8085
2017-08-28 14:40:40 +00:00
Armin
f639df97cd Benchmark: General cleanup
Fixes #7875
2017-08-02 15:16:17 +00:00
Armin
3da9dc146f Benchmark: fix cache use
Fixes #7875
2017-08-02 15:16:17 +00:00
Armin
3fb0498a98 Benchmark: Allow setting a repeat count
Fixes #7864
2017-08-01 16:23:50 +00:00
Armin
fb487c58d3 #7784 ES benchmark result storage to ES
Fixes #7830
2017-07-28 06:59:01 +00:00
Suyog Rao
fb84685230 Delete unused tools/benchmark folder
Fixes #7831
2017-07-27 19:40:40 +00:00
Armin
820c1a383a #7784 cleanup metric parser
Fixes #7816
2017-07-27 04:43:47 +00:00
Armin
18571f2b89 #7799 fix Windows incompatible Resource use + Windows incompatible use of /dev/null
Fixes #7800
2017-07-25 12:35:19 +00:00
Suyog Rao
b6bcbda8e4 bump master version to 7.0.0-alpha1 (#7791) 2017-07-24 11:51:40 -07:00
Armin
d9436dd760 Benchmark Tool
Fixes #7629
2017-07-24 15:46:30 +00:00
Armin
b250b145a7 MINOR: Fix compiler warnings in Ingest Converter Test
Fixes #7703
2017-07-17 09:42:32 +00:00
Armin
04163d05e8 #7665 pattern definitions hash should be proper ruby hash without commas
Fixes #7670
2017-07-13 12:56:12 +00:00
Armin
892a2d90db #7642 Fix windows line endings issues in ingest test
Fixes #7644
2017-07-11 15:17:50 +00:00
Armin
62f8270308 #7642 make test path handling portable to Windows
Fixes #7643
2017-07-11 14:05:04 +00:00
Suyog Rao
b8ea070706 Enhance ingest convert to add input/output (#7456)
* Add input/output to converter

* update CLI help

* remove newline and use join on array
2017-06-15 16:21:19 -07:00
Suyog Rao
fae99f1f9f Handle ingest on_failure processor (#7412)
* Handle ingest on_failure processor

Ingest `on_failure` processor allows to define a new sub-piplene when a failure
happens in the current processor. Logstash does not have an on_failure but this can
be emulated using the tag and conditional.

Also added a set processor converter which is typically used in `on_failure`.

* generalize on_failure method

* Add comments

* Fix indentation issue
2017-06-12 08:18:04 -07:00
Pier-Hugues Pellerin
42e9c0d758 Extraction of the document from ruby to actual asciidoc file
This PR is based on the proposal from #6846, it does the following

- Change the format of the plugin help page
- Create an external file for each plugin type that will get included by the plugin
- Add a script to generate the PR on each plugin repo with the static doc
- Add a script `ci/ci_docs.sh` that will be used to generate the list of plugins that can be installed in logstash from all the available plugins from the community organization

This PR is the building block for change in https://github.com/elastic/docs-tools/issues/3

Fixes #6941
2017-06-08 20:14:36 +00:00
Armin
12264efad2 #7329 invoker script for convert jar
Fixes #7335
2017-06-07 07:17:53 +00:00
Suyog Rao
647900c6e3 Handle rename ingest processor (#7332)
* Handle rename ingest processor

Fixes #7325
2017-06-06 00:06:49 -07:00
Suyog Rao
119b4f6768 Refactor common code to a util function
Fixes #7331
2017-06-06 06:37:39 +00:00
Suyog Rao
deb2ce9f3f Add ingest append (#7324)
* Add Append processor converto

* Fix bug in convert processor

* Updated comment

* add JSON processor convertor

* use the right name for the variable

* Fix the double space in convert
2017-06-05 22:48:48 -07:00
Armin
9c7a31c0c4 #7273 ingest to logstash DSL migration: gsub
Fixes #7311
2017-06-05 23:35:29 +00:00
Suyog Rao
ab3546ad77 Ingest convert processor (#7310)
* Handle ingest convert processor
2017-06-05 08:02:59 -07:00
Armin
34a5657e50 #7295 #7272 GeoIp and Complex Case Handling
Fixes #7302
2017-06-05 06:51:14 +00:00
Armin
e80bfe45e7 MINOR: Dry up gradle settings
Fixes #7298
2017-06-03 07:07:28 +00:00
Armin
2f9ab49775 #7294 Drying up js and fixing broken case for renaming dotted to square bracket naming schema
Fixes #7296
2017-06-03 07:02:09 +00:00