forked from savonrb/savon
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updating gem to resolve dependencies #1
Open
sergeychernyakov
wants to merge
75
commits into
fit2you:master
Choose a base branch
from
savonrb:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* Add multipart request sending option (https://www.w3.org/TR/SOAP-attachments)
We have lost control of the website for some years now, and it is no longer online.
Trunk shall no longer test ruby 2.2. Support for ruby 2.2 was ended in June 2018. https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/
RubyForge was closed down in 2013 [1]. The `rubyforge_project` property was deprecated in rubygems in pull request 2436 [2]. [1] https://twitter.com/evanphx/status/399552820380053505 [2] rubygems/rubygems#2436
… Rubinius (#921) * CI: Extend matrix w/ JRuby 9.2 * CI: run Rubinius in trusty * CI: JRuby 9.2 JAVA_OPTS with --add-opens decls See jruby/jruby#4834 * CI: Use "name" to identify specific matrix jobs * CI: Drop unmaintained Ruby versions - see https://www.ruby-lang.org/en/downloads/branches/
* gemspec: Formally support Ruby 2.5.0 and up - Ruby maint branches: https://www.ruby-lang.org/en/downloads/branches/ - Ruby 2.5: EOL date: 2021-03-31 * README: Add a note about Ruby version support
- drop a probably-unnecessary before_install step - all RVM versions in use have a Bundler
…HTTP header based on SOAP version (#868) * remove unneeded xmlns:wsa, already added elsewhere * clean up Content-Type header and add MIME-Version * select header Content-Type based on SOAP version * xmlns:wsa attribute is not needed on wsa:MessageID. it's already included in the header Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
Types were not properly qualified This test is based on a simplified real world wsdl
* CI: Drop Rubinius from matrix, uninstallable - it used to be possible to install it like that, but no longer * Drop Rubinius group from Gemfile
Write timeout is supported by HTTPI but not by Savon. While not having the setting is limiting, it can also cause issues in adapters. For example, when setting timeouts per operation in HTTP, any timeouts not supplied will be set to 0.25 seconds which can lead to unexpected surprises for users
- perhaps things have changed since the pending() was added - the one test does not fail - ...and it neighbour does - so, this change moves the Pending marker - which is now called #skip() - this last thing gets rid of a deprecation warning which was output in all test runs for JRuby
* feat: Preventing "xmlns:xmlns" namespace but allowing "xmlns" namespace * test: Adding test for the envelope namespaces * refactor: Refactoring the namespaces on the specs
Documenting my current workflow to create a release.
* rename Savon::Response#hash to Savon::Response#full_hash * fix tests so they pass in both rack 2 and rack 3
Note String#snakecase is no longer monkey patched
Note the change to exclude xmlns
- requires wasabi < 5
When stringifying 3.0, the CI's YAML engine would create the string "3" rather than "3.0". Turning this specific value into a String avoids this display difference.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.