-
Notifications
You must be signed in to change notification settings - Fork 108
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
move configuration from ToolInstallation to GlobalConfiguration #43
Commits on Dec 11, 2017
-
properly get displayname of node
use the executor of the build to get the node. builtOn is set too late for us to get the node and we end up using master
Configuration menu - View commit details
-
Copy full SHA for 371e27b - Browse repository at this point
Copy the full SHA 371e27bView commit details
Commits on Dec 16, 2017
-
displayname of node in pipeline
properly get the node when BuildData is initilaized from a pipeline pump mockito to latest version add integration test, that use Jenkins test harness
Configuration menu - View commit details
-
Copy full SHA for 67bc346 - Browse repository at this point
Copy the full SHA 67bc346View commit details
Commits on Dec 27, 2017
-
the plugin used a ToolInstallation for configuration. But logstash is not a tool that can be installed. Instead this should be a GlobalConfiguration. The indexers have different configuration requirements. Host and port are common, but things like username are not required everywhere. Also the previous implementation was totally unflexible. In order to add a new indexer one has to modify the sources. By configuring the indexers via an extension point we make it easily possible to have individual configuration jelly for each type. Adding a new indexer is just adding new classes. So it can be even moved to a separate plugin. Many of the fields in the plugin were public or package private. They have been made private or protected with corresponding getters and setters and direct calls to the fields replaced. Get the charset of a run and use it whenever we need to convert the String to a byte array Use DateFormatter from apache common lang to avoid potential threading problems.
Configuration menu - View commit details
-
Copy full SHA for c252ac8 - Browse repository at this point
Copy the full SHA c252ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf30cd - Browse repository at this point
Copy the full SHA faf30cdView commit details -
Merge pull request #1 from jenkinsci/master
properly get displayname of node (jenkinsci#38)
Configuration menu - View commit details
-
Copy full SHA for 6b4c6d7 - Browse repository at this point
Copy the full SHA 6b4c6d7View commit details
Commits on Dec 28, 2017
-
use Jenkins 2.7.4 instead of 2.60.3 fix problem with cast that is requried with java 7
Configuration menu - View commit details
-
Copy full SHA for 333ca41 - Browse repository at this point
Copy the full SHA 333ca41View commit details -
fix findbugs issues in buildData
Use FastDateFormat from apache which is thread safe Avoid possible NPE in Node detection Avoid possible NPE in result (previous logic already avoided it but findbugs still claimed it to be a problem) Node detection is same for pipeline and freestyle so move it to initData method
Configuration menu - View commit details
-
Copy full SHA for ca4eca8 - Browse repository at this point
Copy the full SHA ca4eca8View commit details
Commits on Dec 29, 2017
-
Merge branch 'master' of https://github.com/jenkinsci/logstash-plugin …
…into jenkinsci-master
Configuration menu - View commit details
-
Copy full SHA for 45a03ac - Browse repository at this point
Copy the full SHA 45a03acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d1a77 - Browse repository at this point
Copy the full SHA 59d1a77View commit details
Commits on Dec 31, 2017
-
Merge pull request #3 from jenkinsci/master
reduce visibility of fields (jenkinsci#46)
Configuration menu - View commit details
-
Copy full SHA for 96deff1 - Browse repository at this point
Copy the full SHA 96deff1View commit details
Commits on Jan 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 379c5e4 - Browse repository at this point
Copy the full SHA 379c5e4View commit details -
update javadoc to get more information for developers that want to extend the plugin. Update the readme Use the not deprecated junit runner of mockito
Configuration menu - View commit details
-
Copy full SHA for 1321104 - Browse repository at this point
Copy the full SHA 1321104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4974276 - Browse repository at this point
Copy the full SHA 4974276View commit details
Commits on Jan 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 227611b - Browse repository at this point
Copy the full SHA 227611bView commit details -
rename junit test methods synchronize getting the dao instance to avoid problems. deprecate enums
Configuration menu - View commit details
-
Copy full SHA for d602a6e - Browse repository at this point
Copy the full SHA d602a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7340194 - Browse repository at this point
Copy the full SHA 7340194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6116410 - Browse repository at this point
Copy the full SHA 6116410View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac70407 - Browse repository at this point
Copy the full SHA ac70407View commit details
Commits on Jan 4, 2018
-
introduce an abstract host based indexer that serves as base for most indexers. Elastic search uses a uri approach where we need scheme, host, port and url path, so we allow to configure a uri instead.
Configuration menu - View commit details
-
Copy full SHA for 87c93cb - Browse repository at this point
Copy the full SHA 87c93cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f021a43 - Browse repository at this point
Copy the full SHA f021a43View commit details -
stapler is not able to autconvert String to URI add more TODOs
Configuration menu - View commit details
-
Copy full SHA for fdc79cc - Browse repository at this point
Copy the full SHA fdc79ccView commit details
Commits on Jan 10, 2018
-
use URI as persistence for elastic search url
URI can be easier compared some minor changes in tests
Configuration menu - View commit details
-
Copy full SHA for dac27f1 - Browse repository at this point
Copy the full SHA dac27f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c4a24 - Browse repository at this point
Copy the full SHA f2c4a24View commit details
Commits on Jan 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for add8146 - Browse repository at this point
Copy the full SHA add8146View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d28cab4 - Browse repository at this point
Copy the full SHA d28cab4View commit details