Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix from manual test of new plugin generator on master #5355

Closed
wants to merge 5 commits into from

Conversation

wiibaa
Copy link
Contributor

@wiibaa wiibaa commented May 24, 2016

Happy to be one of the first to test very sweet work by @purbon
Here are some minor corrections

  • fix to allow direct execution of 'bundle install' => direct run of bundler was throwing an error due to unescaped single quote in gemspec
  • make plugin name parameter required => forgetting the --name param resulted in a cryptic error "cannot call downcase() on Nil", now report that --name is mandatory
  • display correct path of created files, the listing of created file did not contains subfolders (i.e lib/logstash/...)
  • use new event api in generator filter template => bundle exec rspec was failing on master for filter plugin due to usage of old event api
  • fix config_name for generated input plugin => typo in the template of the input for the config_name setting

@elasticsearch-release
Copy link

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.

@suyograo
Copy link
Contributor

nice catch @wiibaa. LGTM

@elasticsearch-bot
Copy link

Suyog Rao merged this into the following branches!

Branch Commits
master 53c0bc1, 0665497, 9c4bac7, cd30aa9, f2cf643
5.0 464bdca, e2b5c87, dafe75d, 4f96f23, be9bac9

elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
elasticsearch-bot pushed a commit that referenced this pull request May 24, 2016
@wiibaa
Copy link
Contributor Author

wiibaa commented May 24, 2016

@suyograo @purbon can you please check and take care of backport to 2.x if needed ?

@wiibaa wiibaa deleted the testing-plugin-generator branch May 24, 2016 22:07
@purbon
Copy link
Contributor

purbon commented May 25, 2016

First, sorry for the bugs introduced and thanks a lot to spot them and fix
them. I appreciate.

Re backport, sure. Im on it.

/purbon

On Wed, 25 May 2016 00:07 Philippe Weber, [email protected] wrote:

@suyograo https://github.com/suyograo @purbon
https://github.com/purbon can you please check and take care of
backport to 2.x if needed ?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#5355 (comment)

purbon pushed a commit to purbon/logstash that referenced this pull request May 26, 2016
purbon pushed a commit to purbon/logstash that referenced this pull request May 26, 2016
purbon pushed a commit to purbon/logstash that referenced this pull request May 26, 2016
purbon pushed a commit to purbon/logstash that referenced this pull request May 26, 2016
purbon pushed a commit to purbon/logstash that referenced this pull request May 26, 2016
suyograo pushed a commit that referenced this pull request May 27, 2016
…5362)

* fix to allow direct execution of 'bundle install'

Fixes #5355

* make plugin name parameter required

Fixes #5355

* display correct path of created files

Fixes #5355

* use new event api in generator filter template

Fixes #5355

* fix config_name for generated input plugin

Fixes #5355

* Revert "use new event api in generator filter template"

This reverts commit 0887685.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants