-
Notifications
You must be signed in to change notification settings - Fork 385
Release/1.6.6 #234
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
Merged
Release/1.6.6 #234
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0442acc
Add return code for invalid args block
lybroman-splk 0e0d872
Added headers argument to get requests so that additional headers can…
abroglesc 8bcf9d9
Added the option of always adding a particular header to a request. A…
abroglesc 353d773
Adding additional comments to denote that a headers object is possibl…
abroglesc 0a4ac01
Merge pull request #212 from splunk/master
fantavlik 9ba6b37
auto-doc all class constructor parameters
711b895
Merge pull request #209 from abroglesc/additional-headers-get-method
shakeelmohamed 16a9b84
Merge pull request #213 from splunk/docs/fix-modinputs
tdhellmann f989819
Merge pull request #204 from lybroman/add_return_code_for_invalid_arg…
tdhellmann b9de11d
Searchcommands: add full support for unicode
6894ef5
update assertion
c6b7457
Merge pull request #222 from splunk/bugfix/search-commands-unicode
shakeelmohamed fa2f7f5
Merge branch 'master' into develop
shakeelmohamed 0eb516e
Make the explorer example compatible w/ Python 3
shakeelmohamed 5ab6d2f
Merge pull request #224 from splunk/examples/explorer-six-compat
shakeelmohamed 55802f4
Update binding.py
kimox2 5092663
Merge pull request #227 from kimox2/master
shakeelmohamed 9372638
Run CI against Splunk 7.2
3ef3a66
tests: relax restart timeout
ef33349
Merge pull request #228 from splunk/ci/splunk-7.2
shakeelmohamed 35ca774
Fix ssl verify to require certs when true (#233)
dan1 10303f4
Preparing Release 1.6.6
dan1 08b7163
Cleaned up CHANGELOG.md
dan1 967653c
Update version to 1.6.6 in User-Agent header
dan1 ff4cf9b
Rev version of examples/searchcommands_app/setup.py to 1.6.6
dan1 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
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
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
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.
are all of these categorized as bug fixes?
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.
let me break them out
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.
👍