Update locomotivecms_wagon: 2.3.0 → 2.4.0 (minor) #16
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.
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
depfu/
.It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ locomotivecms_wagon (2.3.0 → 2.4.0) · Repo
Commits
See the full diff on Github. The new version differs by 7 commits:
use the latest stable versions of coal and steam + bump version to 2.4.0
Merge pull request #344 from DonKoko/update-foundation-generator
update StyledYAML since the ruby Psych API has changed a little
updated to newest version of foundation
remove a debug statement preventing the deployment of a site + bump version to 2.4.0.rc2
bump version to 2.4.0.rc1
support for Ruby 2.5 + upgrade to the last versions of Steam and Coal + remove warnings
Commits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 5.1.6 release
Return all mappings for a timezone id in `country_zones`
Merge branch '5-1-5' into 5-1-stable
Commits
See the full diff on Github. The new version differs by 24 commits:
static_facade and method_object pass on blocks
Whitespace.
Introduce cattr_implement
Cover bang arguments in spec
v5.0.0: Complain about unknown hash values
v4.6.0: static_facade can take multiple method names
Bump version to 4.5.0
Merge pull request #21 from jeffcole/aattr_initialize
Add `aattr_initialize`
Fix alias typos in spec example descriptions
Remove Rubinius from TravisCI
Merge pull request #20 from jeffcole/fix_rattr_initialize_example
Fix `rattr_initialize` example and typos
README: unmention super from attr_initialize block
Make script/test use 'm'
Add 'm' to run individual tests
Doc attr_implement with modules
Tweak README
Doc that we don't support SimpleObject
Unbork in Ruby 2.0 and earlier
Extract AttrImplement class
Rename ModuleMethods -> Mixin
Tweak comment
README tweak
Commits
See the full diff on Github. The new version differs by 3 commits:
Release 8.0 version
Use more clear error country statistics error
Update autoprefixer.js with Browserslist 3 and without page-break-*
Release Notes
0.15.3
0.15.2
Net::HTTP
adapters to retry request internally by settingmax_retries
to 0 if available (Ruby 2.5+). (#799)NestedParamsEncoder
handling of empty array values (#801)0.15.1
Also in this release:
0.15.0
Features:
Fixes:
0.14.0
find_proxy
(#724)0.13.1
0.13.0
0.12.2
Faraday::ConnectionFailed
(#702)Faraday::Utils::Headers
(#690)0.12.1
rewind_files
feature that was causing an exception when the body was not an HashCommits
See the full diff on Github. The new version differs by 60 commits:
Fixes an issue with Travis deployment to Rubygems
Version bump to 0.14.0
Allow overriding env proxy (#754)
Adds Ruby 2.5 and switch to Trusty dist on Travis (#756)
Handle all connection timeout messages in Patron (#687)
Fixes issue on Travis for test ConnectionTest#test_dynamic_proxy (#753)
Delete UPGRADING.md
Create UPGRADING.md
Fix CONTRIBUTING link in README (#749)
External Typhoeus Adapter Compatibility (#748)
Faraday::Adapter::Test stubs now support entire urls (with host) (#741)
Moves github files under the `.github` folder
Create PULL_REQUEST_TEMPLATE.md
Create CODE_OF_CONDUCT.md
Create ISSUE_TEMPLATE.md
Mention the externl typhoeus adapter (#740)
Warn about adapter being unset when making a request (#743)
Remove Typhoeus adapter (#715)
Fixes the behaviour for Excon's open_timeout (not setting write_timeout anymore) (#731)
If proxy is manually provided, this takes priority over `find_proxy` (#724)
Asks Travis to use Ubuntu Precise
Version bump (0.13.1)
Fixes an incompatibility with new proxy detection and Addressable::URI gem (#722)
Version bump (0.13.0)
Version bump (0.12.3)
Fixes an edge-case issue with response headers parsing (missing HTTP header) (#719)
Adapter support for Net::HTTP::Persistent v3.0.0 (#619)
Prefer #hostname over #host. (#714)
Environment proxy refactoring (#712)
Update README.md
Version bump (0.12.2)
Fixes an issue with Options.merge! and Faraday instrumentation middleware (#711)
Update CONTRIBUTING.md
Fixes an issue with Faraday.default_connection not using Faraday.default_connection_options (#707)
Fixes an issue with Options having a nil value (#706)
Fixes YAML serialization/deserialization for `Faraday::Utils::Headers` (#705)
fixes #702 (#703)
Missing request middleware in README (#696)
Do not use :insecure option by default in Patron (#691)
Guard against invalid middleware configuration with warning (#685)
Parse headers from aggregated proxy requests/responses (#681)
Add Authentication Section to the ReadMe (#678)
expose wrapped_exception in all client errors (#686)
version bump (0.12.1)
fixes #683
Update patron_test.rb
Update faraday.rb
Fix duplicate gem publishing via Travis CI (#680)
Adds support for `context` request options, including test coverage and Readme section.
Support no_proxy via URI::Generic#find_proxy (#670)
Make multipart boundary unique (#673)
Rewind UploadIO's on retry (#669)
Update README.md
Update retry.rb
Options deep merge (#662)
Update README.md
Implement no_proxy feature (#658)
Update README.md
Update README.md
Issue #551 Revise Readme to be more accessible (#659)
Release Notes
0.12.2
0.12.1
0.12.0
write_options
to be specified for FaradayMiddleware::Caching (#155)Commits
See the full diff on Github. The new version differs by 2 commits:
Version bump (0.12.2)
Update .travis.yml
Commits
See the full diff on Github. The new version differs by 28 commits:
Release 0.16.2
Add comment for action dispatch support
Merge pull request #585 from mcls/master
Support ActionDispatch::Http::UploadedFile again
Merge pull request #583 from jmortlock/fix-nested-params
Correctly handle nested params
Release 0.16.1
Update Changelog.md
Merge pull request #579 from JonMidhir/fix_rspec_warnings
Merge pull request #576 from jirutka/fix-multipart
Avoid redefining classes between tests.
Instantiates variables used during test execution.
Remove specific error check
Update Changelog.md
Merge pull request #575 from combinaut/fix-boolean-params
Merge pull request #578 from jnunemaker/shadow
Rename key/value to avoid variable shadowing with the parameters of the method
Fix multipart to set its header even when other headers are provided
Fix multipart uploads with boolean params.
Update Changelog.md
Merge pull request #573 from JonMidhir/add_hal_json_support
Parse content with application/hal+json content type as JSON
Merge pull request #571 from nicolasleger/patch-1
[CI] Test against Ruby 2.5
Release 0.16.0
Update changelog
Fix up some examples
Merge branch 'add_multipart_support' of https://github.com/TheSmartnik/httparty into TheSmartnik-add_multipart_support
Release Notes
1.1.0
assert_nothing_raised
#417KeyValue
backend with subtrees disabled - #419yaml
file extension - #4211.0.1
exception_handler
to reserved keys - #412Thanks to @stereobooster and @tjoyal.
Commits
See the full diff on Github. The new version differs by 24 commits:
Bump to 1.1.0
Merge pull request #425 from AlexWayfer/ignore_ruby-version_file_by_git
Ignore `.ruby-version` file by `git`
Merge pull request #421 from 3mundi/accept_yaml_extension
allow yaml extension file
Merge pull request #417 from Silex/master
Merge pull request #419 from wjordan/key_value_pluralization_fix
fix pluralization behavior for KeyValue backend with subtrees disabled
add tests for existing pluralization behavior
Fix deprecated use of assert_nothing_raised
Merge pull request #415 from tjoyal/fallbacks-to-exclude-default-locale
Merge pull request #414 from tjoyal/simplify-default-exception-handled
Bump to version 1.0.1
Merge pull request #412 from tjoyal/interpolation-missing-reserved-key-exception-handler
Fallbacks to exclude default locale
Simplify default exception handler
Interpolation add missing reserved key
Merge pull request #393 from stereobooster/anonymous-objects
Merge branch 'master' into anonymous-objects
Ignore Ruby 2.2.8 + 2.3.5 for Rails master
Use constant instead of anonymous objects
Frozen strings
Bump to 1.0.0
Merge pull request #409 from svenfuchs/remove-1.9.3-support
Commits
See the full diff on Github. The new version differs by 3 commits:
bump version to 1.5.1
set a content type by default for each uploaded file
upgrade gems + bump version to 1.5.0
Commits
See the full diff on Github. The new version differs by 2 commits:
upgrade gems + bump version to 0.3.0
upgrade to gems + remove CodeClimate
Commits
See the full diff on Github. The new version differs by 18 commits:
bump version to 1.4.0
calculate once the params contained in the request body
Merge branch 'akretion-fix-json-params'
add tests to prove it works + refactor
fix getting params with post and put request with json body
allow the datetime comparaison with nil values
expose the handle property of a site in Liquid
bump version to 1.4.0.rc2
fix issue #106
make the database used for specs a global variable
fix mongodb integration tests
fix a potential vulnerability
change version to 1.4.0.rc1
remove warnings and add a MIT-LICENSE file instead of just LICENSE
upgrade gems + use Ruby 2.5.0 for the tests + fix the tests + bump version to 1.4.0-rc.1
merge previous commit
remove warnings to ensure compatibility with Ruby 2.4
Merge pull request #100 from akretion/add_reset_password_notification
Commits
See the full diff on Github. The new version differs by 8 commits:
Fix the manifest for release
v3.2018.0812 Data Update, with tooling updates
Fix a hoe bug
Move Markdown extensions from text/plain (#13)
Added ipa extention to application/octet-stream mime type definition (#12)
Update JS MIME type file extensions (#11)
Add .xsd extension to XML mime (#10)
Adds more extensions for the video/MTS mime type (#7)
Commits
See the full diff on Github. The new version differs by 12 commits:
Merge branch 'master' of github.com:discourse/mini_mime
bump version
Merge pull request #14 from ahorek/replace_sub
Update mime types from upstream
Merge pull request #13 from ahorek/lookup_by_ext
replace sub
expose lookup by extension
Fix typos.
Merge pull request #11 from attritionorg/patch-1
Update LICENSE.txt with an actual name
Merge pull request #10 from esparta/adjusting_lookup_by_filename
Adjusting lookup_by_filename on performance & style
Sorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 3.0.3
Update definitions (#154)
Fix Rubocop new warnings
Update .rubocop_defaults.yml (#153)
Update docblock
Commits
See the full diff on Github. The new version differs by 54 commits:
Merge pull request #376 from jdleesmiller/fix-cve-2018-1000544
Bump version to 1.2.2
Bump version to 1.3.0
Bump version to 2.0.0
Expand from root rather than current working directory
Disable symlinks and check for path traversal
Consolidate path traversal tests
Add jwilk's path traversal tests
Trigger CI again
Move jruby to allow failures matrix till crc uint 32 issues are resolved
Fix CVE-2018-1000544 symlink path traversal
Fix CVE-2018-1000544 absolute path traversal
Fix jruby version
Merge pull request #363 from hainesr/fix-dir-glob
When globbing in ZipFSDir, take CWD into account.
Pass glob through from ZipFileNameMapper.
Merge pull request #361 from hainesr/quiet-tests
Merge pull request #358 from idoru/handle-gpbit-3
Turn off all terminal output in all tests.
Handle stored files with general purpose bit 3 set
Merge pull request #353 from pnomolos/pnomolos/fix_stringio
Merge pull request #352 from tricknotes/bump-ruby-versions
Merge pull request #355 from pnomolos/pnomolos/fix-rubocop-breakage
Fix regression caused by Rubocop cleanup
Added fix for calling 'close' on a StringIO-backed zip file, and specs
Bump Ruby versions on Travis CI
Merge pull request #350 from olleolleolle/patch-1
Travis: Typo
Travis: Workaround a rbx-3 autoload issue
Merge pull request #345 from olleolleolle/patch-1
Merge pull request #346 from olleolleolle/patch-2
Merge branch 'master' into patch-2
Merge pull request #347 from swamp09/ci_against
CI against Ruby 2.2.8, 2.3.5, and 2.4.2
Travis: typo
Travis: Try using rbx-3
Travis: update RubyGems
Travis: drop oraclejdk-7
Travis: use JRUBY_OPTS="--debug"
Travis: use pre-installed Travis rubies
README: Use a blockquote to make text readable
Merge pull request #325 from aeroastro/feature/tempfile-directory
Merge pull request #326 from aeroastro/feature/readme-improvement
Merge pull request #340 from alsor/force-entry-names-encoding-option
Merge branch 'master' into force-entry-names-encoding-option
add option to force entry names encoding
Make naming on README more consistent
Merge pull request #321 from gaurish/patch-1
Merge pull request #332 from aeroastro/feature/rubocop-update
Apply automatic correction by rubocop
Disable Style/MutableConstant because existent code relies on it
Add rubocop dependency and correct settings
Save temporary files to a temporary directory
File.join() is our friend for joining paths
Release Notes
4.6.6
Sanitize#transform_node!
@stanhu - #1834.6.5
4.6.4
4.6.2
4.6.1
4.6.0
Commits
See the full diff on Github. The new version differs by 21 commits:
Release 4.6.6
Merge branch 'stanhu-sh-optimize-transform-node'
Optimize Sanitize#transform_node!
Merge pull request #181 from asadakbar/default_whitespace
Clarifies whitespace_elements documentation to specify default
chore: Release 4.6.5
Style
Clean elements before cleaning styles
chore: Release 4.6.4
Remove optimization to get back the previous behaviour of transformers
chore: Add CVE id to history for 4.6.3
chore: Release 4.6.3
fix: Prevent code injection due to improper escaping in libxml2 >= 2.9.2
chore: Release 4.6.2
Optimize memory usage
chore: Release 4.6.1
Merge branch 'flavorjones-flavorjones-frozen-string-support'
support ruby 2.4+ frozen string literals
chore: Release 4.6.0
Loosen Nokogumbo version to allow 1.5.0
Remove yard and redcarpet from dev dependencies
Commits
See the full diff on Github. The new version differs by 38 commits:
Regenerate gemspec for version 2.8.4
Version bump to 2.8.4
Merge pull request #201 from giga811/stringex-fix-yaml-reserved-words2
quote hyphen-minus to fix yaml parse error
quote yaml reserved word 'on'
install mongo on all travis installs
tweak travis settings
Regenerate gemspec for version 2.8.3
Version bump to 2.8.3
Merge pull request #200 from giga811/stringex-fix-yaml-reserved-words
Fix yaml reserved word 'yes'
Fix yaml reserved word 'no'
Regenerate gemspec for version 2.8.2
Version bump to 2.8.2
Merge pull request #199 from utilum/warnings
Remove unused variable
Remove sensible but overridden private method read_attribute
Wrap argument in parentheses
Remove `_` from character class that already has \w
Regenerate gemspec for version 2.8.1
update gemspec
Version bump to 2.8.1
Version bump to 2.8.0
update development gems
Add parentheses around method argument
Regenerate gemspec for version 2.7.1
Version bump to 2.7.1
Merge pull request #196 from reverbdotcom/fix-unsafe-chars
Remove backticks and tildes
Regenerate gemspec for version 2.7.0
version 2.7
remove 1.9 from travis
Version bump to 2.7.0
change travis setting for rvm
use ruby 1.9 syntax for hashes where possible
change rake test settings [no warnings or verbose]
Merge pull request #193 from fauxparse/custom_duplicates
allow custom sequence to be used to generate unique URLs
Commits
See the full diff on Github. The new version differs by 8 commits:
Bump version to 4.1.19
Update UglifyJS to 3.4.9
Bump version to 4.1.18
Update UglifyJS to 3.4.7
Bump version to 4.1.17
Update UglifyJS to 3.4.6
Bump version to 4.1.16
Update UglifyJS to 3.4.5
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands