-
Notifications
You must be signed in to change notification settings - Fork 8
Use Manticore http client and reuse it across calls. #51
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
Merged
+386
−288
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
b839b04
Use Manticore http client and reuse it across calls
maya-jha a594500
unit test: force the encoding of the input bytes to BINARY before att…
maya-jha 44f6979
Added more zip related checks
maya-jha bba4bf2
fix zip errors
maya-jha b9b6823
use binary encoding
maya-jha 558280b
revert encoding change
maya-jha 854561a
fix tests
maya-jha 1d7cb1d
fix unit tests
maya-jha 7c393b8
fix unit tests
maya-jha 6e5e7af
fix test
maya-jha 4afe01f
fix test
maya-jha 79398bc
fix test
maya-jha 346cfd9
fix unit test
maya-jha 1ac20cb
Fix docker compose command
maya-jha cc9069a
Update SSL certificate loading for test
maya-jha c1119c5
fix cert test
maya-jha dab29be
fix cert test
maya-jha a410c85
fix cert test
maya-jha 2ea2259
fix cert test
maya-jha b459b93
fix cert test
maya-jha 133d29f
fix cert test
maya-jha 7d4c2d4
fix cert test
maya-jha 436c857
fix cert test
maya-jha b7c8745
fix cert test
maya-jha e4002e0
fix cert test
maya-jha 45ae50d
fix cert test
maya-jha 2d48e2c
use new relic api instead of the mockserver
maya-jha 23c82a7
Add validation for checking in newrelic logs
maya-jha 32ba8f4
Add validation for checking in newrelic logs
maya-jha a20cd10
Add validation for checking in newrelic logs
maya-jha bbe3971
Add validation for checking in newrelic logs
maya-jha 8c7e2b4
Add validation for checking in newrelic logs
maya-jha 7ff34b8
Add validation for checking in newrelic logs
maya-jha be58465
Add validation for checking in newrelic logs
maya-jha 2138d43
Add validation for checking in newrelic logs
maya-jha fa2ae3b
Add validation for checking in newrelic logs
maya-jha 7d21f1f
Add validation for checking in newrelic logs
maya-jha 427e781
Add validation for checking in newrelic logs
maya-jha a8c9d6c
Add validation for checking in newrelic logs
maya-jha d5bcb2b
Add validation for checking in newrelic logs
maya-jha b47e771
Add validation for checking in newrelic logs
maya-jha da15c78
remove mockserver
maya-jha 6fb7654
Remove verbose logging
maya-jha aea704d
Add uniqueId for Validation of message
maya-jha ca0ad35
Improved message vallidation
maya-jha b681804
Conditionally use logstash-devutils
maya-jha 601d7b3
Fix gemlock issue
maya-jha 58dfc98
Fix gemlock issue
maya-jha a2c85cc
small fix
maya-jha 37dc8b2
Update merge workflow to support publishing from develop
maya-jha e524f63
rename workflow file
maya-jha 4adf41d
minor fix
maya-jha a36291e
Update version
maya-jha a0d21b3
minor changes
maya-jha df985c9
log as debug instead of info
maya-jha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
25 changes: 24 additions & 1 deletion
25
.github/workflows/merge-to-master.yml → ...hub/workflows/merge-to-master-develop.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| module LogStash | ||
| module Outputs | ||
| module NewRelicVersion | ||
| VERSION = "1.5.2" | ||
| VERSION = "2.0.0-beta" | ||
| end | ||
| end | ||
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,9 @@ Gem::Specification.new do |s| | |
| s.authors = ['New Relic Logging Team'] | ||
| s.email = '[email protected]' | ||
| s.require_paths = ['lib'] | ||
|
|
||
| # This is a Logstash plugin and requires JRuby | ||
| s.platform = 'java' | ||
|
|
||
| # Files | ||
| s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT'] | ||
|
|
@@ -24,6 +27,7 @@ Gem::Specification.new do |s| | |
| # Gem dependencies | ||
| s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0" | ||
| s.add_runtime_dependency "logstash-codec-plain" | ||
| s.add_runtime_dependency "manticore" | ||
| s.add_development_dependency "logstash-devutils" | ||
| s.add_development_dependency "webmock" | ||
| s.add_development_dependency "rspec" | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we expose timeout value to be configurable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will be addressed later as a followup.