This repository was archived by the owner on Dec 24, 2019. It is now read-only.
Update web-console: 3.5.1 → 3.7.0 (minor) #81
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.
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?
✳️ web-console (3.5.1 → 3.7.0) · Repo · Changelog
Release Notes
3.7.0
3.6.1
ActionDispatch::Response::RackBody(@gsamokovarov)Commits
See the full diff on Github. The new version differs by 48 commits:
Release 3.7.0Drop the bundle warning about insecure git sourcesShow binding changes (#263)How to prevent unavailable session on Passenger (#262)Fix rubocop offences in the middleware testsSync up the latest rails .rubocop rulesAlways try to keep the console underneath the website content (#257)Support Ctrl-A, Ctrl-W and Ctrl-U (#258)Spelling and grammar fixes (#259)Release 3.6.2Move the Content-Length header deletion to the WebConsole::InjectorMerge pull request #255 from timomeh/fix-truncated-bodyAdd test if Content-Length is correctFix typoFix truncated body in exception viewRelease 3.6.1Rely only on methods defined by the Rack body spec while injectingRelease 3.6.0Cleanup no longer installable rubiesSilence the actual test warningsSilence the dummy app warnings during testingFix the deprecated mocha/mini_test requireRubocop format with the Rails configUpdate the testable rubies on travisFix frozen string modifications in WebConsole::ResponseMerge pull request #254 from wjordan/rescue_ip_spoofRescue ActionDispatch::RemoteIp::IpSpoofAttackErrorMerge pull request #253 from nicolasleger/patch-1[CI] Test against patched RubyMerge pull request #251 from ttanimichi/patch-1FormatWorkaround the travis rotten imageUpdate .travis.yml for Ruby 2.5.0Merge pull request #250 from wagenet/close-specClose original body to comply with Rack SPECMerge pull request #249 from pat/frozen-string-literalsAdding frozen_string_literal pragma comment.Merge pull request #248 from ybart/masterMerge pull request #246 from fl0l0u/patch-1Update for frozen-string-literal friendliness.Fix copy on SafariMerge pull request #244 from gsamokovarov/stderr-loggingFix Issue #40Revert "Backport all the latest Web Console features for 4.2"Backport all the latest Web Console features for 4.2Let WebConsole.logger respect Rails.loggerA small pass over the READMEKeep the changelog PR link format consistentRelease Notes
1.0.4
Commits
See the full diff on Github. The new version differs by 5 commits:
chore: Release 1.0.4chore: Enable warnings when running testsAddress `warning: mismatched indentations at 'when' with 'case'`Merge pull request #6 from nicolasleger/patch-1[CI] Test against Ruby 2.5Commits
See the full diff on Github. The new version differs by 7 commits:
Bump version to 1.7.1Remove one difference from READMEMinor tweak to READMEBump copyright yearMake whitespace handling for <%# %> tags more compatible with Erubis (Fixes #14)Test on ruby 2.5 on Travisremove unnecessary ternary operationRelease Notes
0.9.5
Thanks @wjordan!
0.9.4
0.9.3
(For those wondering where v0.9.2 went: I got busy after I pushed the commit for the release, so there was no gem release that day. I am not busy today, so here is v0.9.3 in its stead. This changelog contains changes from v0.9.1 -> v0.9.3)
translateanddefault: [false]as an option. #399translatewithniland empty keys. #400Thank you to @stereobooster, @fatkodima and @lulalala for the patches that went towards this release. We appreciate your efforts!
Commits
See the full diff on Github. The new version differs by 34 commits:
Bump to 0.9.5Lock Rake to 12.2.x versionsMerge pull request #408 from wjordan/enforce_available_locales_false_fixstore translations for unavailable locales if enforce_available_locales is falseBump to 0.9.4Merge pull request #407 from fatkodima/fix-key-value-subtreesMerge pull request #406 from jhawthorn/optimize_available_localesFix Chained backend with KeyValueOptimize Backend::Simple#available_localesBump to 0.9.3Merge pull request #395 from stereobooster/interpolate-for-arraysMerge pull request #402 from fatkodima/subtrees-bugMerge pull request #403 from fatkodima/ci-ruby2.5.0CI against ruby 2.5.0Fix issue with disabled subtrees and pluralization for KeyValue backendBump to 0.9.2Merge pull request #400 from fatkodima/fix-t-empty-keysMerge pull request #399 from fatkodima/fix-t-with-falseFix translate with nil and empty keysFix translate with default: [false]Merge pull request #396 from lulalala/fix-lambda-docMerge pull request #398 from stereobooster/ojUse oj if available instead ActiveSupport::JSONDocument about lambda return value also being interpolatedFix lambda document exampleRemove redundant test for lookupFix specs for array interpolationAdd comments exaplining new array behaviour for #interpolateRefactor interpolation methodUpdate interpolation.rbInterpolate now works for arrayMerge pull request #391 from stereobooster/dont-store-tr-for-locales-not-set-as-availableFix CR notesDon't store translations for locales not set as availableRelease Notes
2.2.2
2.2.2 / 2018-03-22
Make public
Loofah::HTML5::Scrub.force_correct_attribute_escaping!,which was previously a private method. This is so that downstream gems
(like rails-html-sanitizer) can use this logic directly for their own
attribute scrubbers should they need to address CVE-2018-8048.
Commits
See the full diff on Github. The new version differs by 47 commits:
version bump to 2.2.2Make public `force_correct_attribute_escaping!`use VersionInfo.instanceversion bump to 2.2.1update Manifest.txt and CHANGELOG.mdMerge branch 'flavorjones-remediate-attribute-escaping'tests and fix for CVE-2018-8048SECURITY.md to publish vuln reporting processbump the fake gemspecfix remaining rdoc format in READMEfix Hoe config to use README.mdversion bump to v2.2.0finishes previous logical commitconvert README from rdoc to markdownremove travis configupdate CHANGELOGMerge pull request #142 from eventfuel/added_list_type_style_to_css_propswhitelist CSS function `rgb`Added list-type-style as a safe CSS property to whitelist by default (replacement for PR #137)Merge branch 'pr136-block-level'update CHANGELOGtidy elements.rb, cover html5 block elementsupdate CHANGELOGMerge pull request #123 from eventfuel/enable_whitelisting_css_functionsMerge pull request #141 from david-a-wheeler/doc-xxeMerge pull request #138 from rmacklin/fix-inaccurate-example-in-readmeconcourse: fix rubinius buildsDocument doesn't use dangerous Nokogiri configFix inaccurate example in READMEadd html5 block-level elementsfrozen-string-literal support in testsupdate CHANGELOGMerge branch '127-nested-script-tags'handle nested script tagsupdate CHANGELOGMerge pull request #131 from baopham/add-symbolupdate CHANGELOGMerge pull request #134 from MothOnMars/whitelist_mainwhitelist HTML5 <main> elementconcourse: remove serialness of PR buildsconcourse: run PRs on all MRIsnest non-spec tests to avoid duplicate test runsAdd symbol to list of SVG_ELEMENTSMerge pull request #126 from aried3r/patch-1Update CHANGELOG.mdconcourse: add windows testsjruby shouldn't be a blocker to PR success for nowCommits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 14 commits:
Bump version for releaseMerge pull request #1268 from eileencodes/forwardport-pr-1249-to-2-0-stableMerge pull request #1249 from mclark/handle-invalid-method-parametersStick with a passing version of Rubygems and bundlerLeahizeBumping versionwebrick: remove concurrent-ruby dev dependencyMerge pull request #1190 from hugoabonizio/masterMerge pull request #1193 from tompng/multipart_less_memoryMerge pull request #1192 from jkowens/masterMerge pull request #1179 from tompng/masterMerge pull request #1151 from cremno/simplify-some-string-creationsMerge pull request #1189 from lugray/fix_rack_lockRequire the right file for the digest we're usingRelease Notes
1.1.0
1.1.0 / 2018-07-21
Breaking changes:
Minor enhancements / new functionality:
follow_direct: Includerack.session.options(Mark Edmondson #233)Bug fixes:
1.0.0
1.0.0 / 2018-03-27
The first release in the 1.0.0 series. 🎉 For the 1.x releases, we will follow Semantic Versioning very strictly; please keep this in mind when submitting fixes/suggesting changes.
Breaking changes:
(Per Lundberg #223)
Minor enhancements / bug fixes:
(Edouard Chin #201)
sessionduringfollow_redirect!(Alexander Popov #218)
(Timur Platonov #220)
0.8.3
0.8.3 / 2018-02-27
Bug fixes:
(Bartek Bułat #212). Fixes #200.
UploadedFile#newregression(Per Lundberg #215)
Minor enhancements
0.8.2
0.8.2 / 2017-11-21
UploadedFile.newunintended API breakage.(Per Lundberg #210)
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 1.1.0Add simplecov (#227)Follow relative locations correctly. Fixes #228 (#230)follow_direct: Include rack.session.options (#233)Added configuration for Stale (#232)Commits
See the full diff on Github. The new version differs by 16 commits:
Prepare to 1.0.4 releaseMake sure we address CVE-2018-8048Remove rbx since it doesn't seem to install.Merge pull request #66 from fschwahn/improve-testsFix deprecation warning from MinitestMake tests pass again with recent nokogiri versionsRename test to better reflect what is actually testedtyposWe're still testing against ruby 1.9 and 2.0 that aren't supported by nokogiri 1.7activesupport 5 doesn't support ruby < 2.2.2 that are still tested in this repobundle with the newest released bundlerTest against newer released rubies[ci skip] Remove faulty overrides in scrubber example.[ci skip] Change override method in PermitScrubber.Merge pull request #47 from pvalena/patch-1Correct license filenameCommits
See the full diff on Github. The new version differs by 41 commits:
bump version to 12.3.1Fixed rdoc stylerubocop -aMerge pull request #262 from gfx/did_you_mean-v1.2.0support did_you_mean >= v1.2.0 which has a breaking change on formattersMerge pull request #252 from grzuy/fix_multitask_failuresPrefer #refute over negated #assertMerge pull request #259 from grzuy/fix_leading_whitespacesKeep original test case testing spaces in some argumentsMerge pull request #261 from aycabta/use-jruby-9.1.16.0Use JRuby 9.1.16.0Make space trimming consistent for all task arguments. Fixes #260Merge pull request #258 from grzuy/ruby_2_5_ciMerge pull request #254 from grzuy/remove_dup_inclusionmake AppVeyor test with ruby 2.5 alsoRemoves duplicated inclusion of Rake::DSLMerge pull request #256 from ruby/avoid-install-needless-depsTo use gem install insteaad of bundle installMerge pull request #253 from radar/patch-1Remove date field from rake.gemspecDon't run tasks if it depends on already invoked but failed task. Fixes #189rubocop -aMerge pull request #250 from dylanahsmith/re-raise-load-error-without-pathRe-raise a LoadError that didn't come from require in the test loaderMerge pull request #249 from esparta/fix_readme_minimal_ruby_version[skip ci] Fix minimal ruby version on READMErubocop -aMerge remote-tracking branch 'origin/v11'prefer to use %x literal instead of back-tickSupport non-bundler environmentMerge pull request #244 from aycabta/2.5.0Merge pull request #245 from aycabta/force-installation-bundlerForce installation BundlerUse 2.5.0 and more latest Ruby versionsMerge pull request #242 from stomar/ftp-publishingAdd missing information on FTP publishing to READMEMerge pull request #240 from aycabta/jruby-9.1.15.0Use JRuby 9.1.15.0 on .travis.ymlMerge pull request #239 from donv/patch-1[skip-ci] Fixed typobump release dateRelease Notes
1.2.5
TZInfo v1.2.5 on RubyGems.org
Commits
See the full diff on Github. The new version differs by 10 commits:
Preparing v1.2.5.Update copyright years.Use Ruby 1.8 compatible syntax.Document that utc_offset and std_offset may be inaccurate with zoneinfo.Allow zoneinfo offset derivation to pick a negative std_offset.Don't store lazily-evaluated results if the object has been frozen.Remove unnecessary calls to Country.get in tests.Restore $SAFE after running a safe mode test (if possible).Disable Minitest's use of external diff tools during safe mode tests.Add Ruby 2.5.0 and update to the latest Ruby, JRuby and Rbx releases.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.