hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d3827a61b2f9b6a8f8cd2bc9f5f033273ec607a9
diff --git a/dev-requirements.txt b/dev-requirements.txt index <HASH>..<HASH> 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,3 +2,4 @@ coverage==4.4.1 jedi==0.10.2 nose==1.3.7 twine==1.9.1 +future diff --git a/sendgrid_backend/mail.py b/sendgrid_backend/mail.py index <HASH>..<HASH> 100644 --- a/s...
Fix python version compatibility when ecncoding attachments (#<I>) * Add test to replicate issue #<I> * Import str from the future * Add future to dev requirements
sklarsa_django-sendgrid-v5
train
fca69ad9d5f7dd973801ca5526fab3f6e23514df
diff --git a/react-packager/src/FileWatcher/index.js b/react-packager/src/FileWatcher/index.js index <HASH>..<HASH> 100644 --- a/react-packager/src/FileWatcher/index.js +++ b/react-packager/src/FileWatcher/index.js @@ -26,7 +26,7 @@ var detectingWatcherClass = new Promise(function(resolve) { module.exports = FileWat...
[ReactNative] Bump watchman timeout to <I>s
facebook_metro
train
7b327bbfa221868691c47b8779469db57414d0aa
diff --git a/lib/vagrant-vbguest/command.rb b/lib/vagrant-vbguest/command.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant-vbguest/command.rb +++ b/lib/vagrant-vbguest/command.rb @@ -3,8 +3,8 @@ require Vagrant.source_root.join("plugins/commands/up/start_mixins") module VagrantVbguest - class Command < Vagrant::C...
vagrant-<I> plugin styles Command and Config plugin classes inherit from vagrant plugin classes version 2
dotless-de_vagrant-vbguest
train
369e27b8cfae026517a329b484245471438613ce
diff --git a/src/extensions/filter-control/bootstrap-table-filter-control.js b/src/extensions/filter-control/bootstrap-table-filter-control.js index <HASH>..<HASH> 100644 --- a/src/extensions/filter-control/bootstrap-table-filter-control.js +++ b/src/extensions/filter-control/bootstrap-table-filter-control.js @@ -632,7...
get control container from control container makes no sense (#<I>)
wenzhixin_bootstrap-table
train
ca490ca974223486df36f89633c23c6431c42ef0
diff --git a/src/Illuminate/Console/GeneratorCommand.php b/src/Illuminate/Console/GeneratorCommand.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Console/GeneratorCommand.php +++ b/src/Illuminate/Console/GeneratorCommand.php @@ -351,7 +351,7 @@ abstract class GeneratorCommand extends Command */ protect...
Avoid matching multi-line imports (#<I>) Multi-line imports are broken: ``` use Illuminate\Foundation\Testing\{ DatabaseTransactions, WithFaker, }; ``` Results in output: ``` DatabaseTransactions, WithFaker, use Illuminate\Foundation\Testing\{ }; ```
laravel_framework
train
b40094db69f1fffac7dd6a52b16ca7e9ddeb9306
diff --git a/lib/role.js b/lib/role.js index <HASH>..<HASH> 100644 --- a/lib/role.js +++ b/lib/role.js @@ -452,6 +452,9 @@ export class RoleAttrAssembler extends AttrAssembler { * @param {*} [init] */ static create(init) { + if(this.abstract) { + throw Error(`Could not create an abstr...
RoleAttrAssembler: throw error when creating an abstract role, refactoring
aristov_ariamodule
train
a170ec00fbe2605d4d6cad22499956c19b1a43e7
diff --git a/h2o-py/h2o/h2o.py b/h2o-py/h2o/h2o.py index <HASH>..<HASH> 100644 --- a/h2o-py/h2o/h2o.py +++ b/h2o-py/h2o/h2o.py @@ -154,8 +154,8 @@ def init(url=None, ip=None, port=None, name=None, https=None, insecure=None, use :param ip: The ip address (or host name) of the server where H2O is running. :para...
updated formatting for h2o.init parameters. indented descriptions. (#<I>)
h2oai_h2o-3
train
d1e1acca57196120e2606984ef5dc7835402a680
diff --git a/stripe/test/test_integration.py b/stripe/test/test_integration.py index <HASH>..<HASH> 100644 --- a/stripe/test/test_integration.py +++ b/stripe/test/test_integration.py @@ -103,7 +103,7 @@ if sys.version_info >= (2, 7): else: super(UrlfetchFunctionalTests, self).setUp() -if...
Avoid NPEwith SKIP_PYCURL_TESTS
stripe_stripe-python
train
f04c2e6f52f6bf1f52b0ded25baf5b10d2d56edf
diff --git a/src/test/java/org/zeroturnaround/zip/ZipUtilTest.java b/src/test/java/org/zeroturnaround/zip/ZipUtilTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/zeroturnaround/zip/ZipUtilTest.java +++ b/src/test/java/org/zeroturnaround/zip/ZipUtilTest.java @@ -847,15 +847,15 @@ public class ZipUtilTest ex...
improved tests of pull request #<I>
zeroturnaround_zt-zip
train
fcfb625e0c216cebe8ac841871888db8de78eed9
diff --git a/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java b/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java index <HASH>..<HASH> 100644 --- a/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java +++ b/pmml-model/src/main/java/org/dmg/pmml/adapters/NodeAdapter.java @@ -26,7 ...
Relaxed the visibility of ThreadLocal class constants to public
jpmml_jpmml-model
train
03afc99e9e7c1f3b5ed0316f8a83cf8f0f3ac88a
diff --git a/nodeconductor/structure/models.py b/nodeconductor/structure/models.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/models.py +++ b/nodeconductor/structure/models.py @@ -58,7 +58,7 @@ class StructureModel(models.Model): except AttributeError: pass else...
Fix structure model traversing - NC-<I>
opennode_waldur-core
train
90a62a99bac0b43e48f4df7add57e221dd64ca79
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ ### Bugfixes - use custom exceptions for loading `unchained_config` to avoid catching erroneous ImportErrors +- automatically configure sending the `csrf_token` cookie when `WTF_CSRF_ENABLED`...
automatically configure sending the `csrf_token` cookie when `WTF_CSRF_ENABLED` is set to `True`
briancappello_flask-unchained
train
9a57bf60e13d06a590e6b513ea12cb9c9f6a87ef
diff --git a/test/test_fake_web.rb b/test/test_fake_web.rb index <HASH>..<HASH> 100644 --- a/test/test_fake_web.rb +++ b/test/test_fake_web.rb @@ -146,7 +146,22 @@ class TestFakeWeb < Test::Unit::TestCase assert_equal 'test example content', response.body end end - + + def test_mock_request_with_undocu...
Add test coverage for using mocks with Net::HTTP's undocumented full-URI request style
chrisk_fakeweb
train
ca99fdb09d1f7015dd6b794e088b5bfa511771df
diff --git a/oled/device.py b/oled/device.py index <HASH>..<HASH> 100644 --- a/oled/device.py +++ b/oled/device.py @@ -312,27 +312,23 @@ class pygame(device, mixin.noop, mixin.capabilities): pygame.font.init() self._screen = pygame.display.set_mode((width, height)) self._screen.fill((0, 0, 0)...
Pygame pseudo-device still not working properly on macOS
rm-hull_luma.oled
train
8a7661fb63ff343ea12983ffe8444e2bded872e7
diff --git a/lib/shog/formatters/requests.rb b/lib/shog/formatters/requests.rb index <HASH>..<HASH> 100644 --- a/lib/shog/formatters/requests.rb +++ b/lib/shog/formatters/requests.rb @@ -17,21 +17,24 @@ module Shog end # Dim detailed info about rendering views - match /\s*Rendered\s+(?<...
Additional tweaking of request formatters.
phallguy_shog
train
88da65269810fe9c82e16ab1f8c50303a4d9ac36
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ * WePay: Add Canada as supported country [shasum] #2419 * Fat Zebra: Fix xid 3D Secure field [curiousepic] * SafeCharge: Mark support for European countries [curiousepic] +* Checkout V2: Pass customer ip ...
Checkout V2: Pass customer ip option Unit: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications <I>% passed Remote: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications <I>% passed
activemerchant_active_merchant
train
381ecc025a41db4da25f76723d287d1955da4e9d
diff --git a/Controller/VarietyCRUDController.php b/Controller/VarietyCRUDController.php index <HASH>..<HASH> 100644 --- a/Controller/VarietyCRUDController.php +++ b/Controller/VarietyCRUDController.php @@ -204,20 +204,4 @@ class VarietyCRUDController extends BaseCRUDController } - protected function du...
Redefined Variety/File relationship to reflect LibrinfoMediaBundle changes
sil-project_VarietyBundle
train
7abb2a784b814bdb6f6213d065377a70f04c678a
diff --git a/src/main.py b/src/main.py index <HASH>..<HASH> 100644 --- a/src/main.py +++ b/src/main.py @@ -107,6 +107,15 @@ def shorter_float_str(f): return str(int(f)) return str(f) +def get_flags_of_mode(mode): + flags = Q.CGDisplayModeGetIOFlags(mode) + ret = [] + for...
Renaissance of IO flags - Show dinstinguishing flags if several modes appear the same - Show all flags if --full-modes is set
bwesterb_displays
train
51ea78e2a5e6b5fe486d94d18949421bf744696e
diff --git a/public/javascripts/promotion.js b/public/javascripts/promotion.js index <HASH>..<HASH> 100644 --- a/public/javascripts/promotion.js +++ b/public/javascripts/promotion.js @@ -376,7 +376,6 @@ var promotion_page = (function($){ } }, - /* * Resets anything that is li...
Quick fix on promotions javascript to get the add/remove properly showing up
Katello_katello
train
5d570a18f3f0ec4d7133a7032c7bbc2c96dc43e3
diff --git a/classes/phing/system/io/Win32FileSystem.php b/classes/phing/system/io/Win32FileSystem.php index <HASH>..<HASH> 100644 --- a/classes/phing/system/io/Win32FileSystem.php +++ b/classes/phing/system/io/Win32FileSystem.php @@ -634,4 +634,20 @@ class Win32FileSystem extends FileSystem } return ...
Update Win<I>FileSystem.php (#<I>)
phingofficial_phing
train
f671a8f8e597a6d084faa3d365a6a018fdd31a00
diff --git a/rbd/rbd.go b/rbd/rbd.go index <HASH>..<HASH> 100644 --- a/rbd/rbd.go +++ b/rbd/rbd.go @@ -515,7 +515,10 @@ func (image *Image) Resize(size uint64) error { return GetError(C.rbd_resize(image.image, C.uint64_t(size))) } -// int rbd_stat(rbd_image_t image, rbd_image_info_t *info, size_t infosize); +// St...
rbd: improve doc comment style for various image status calls
ceph_go-ceph
train
2d8f075edab191b2b64613869a122746088c92a2
diff --git a/test/auth.js b/test/auth.js index <HASH>..<HASH> 100644 --- a/test/auth.js +++ b/test/auth.js @@ -1,3 +1,4 @@ +var domain = require("domain"); var proxyquire = require('proxyquire'); var chai = require('chai'); var expect = chai.expect; @@ -35,4 +36,61 @@ describe('Auth', function () { }); ...
Added tests for system/auth errors
DarkXaHTeP_vk-auth
train
fa335e095432ab6440e9ecf07242f758cef7f458
diff --git a/demo/ports/port-layouts-defaults.js b/demo/ports/port-layouts-defaults.js index <HASH>..<HASH> 100644 --- a/demo/ports/port-layouts-defaults.js +++ b/demo/ports/port-layouts-defaults.js @@ -2,7 +2,7 @@ $('<h2/>').text('Default settings').appendTo('body'); var graph1 = createPaper().model; $('<button/>')...
Remove Lodash: _transform (#<I>)
clientIO_joint
train
7979b5b69d3de8cdefb42517321dfaa931bc0f28
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='keepkey', - version='7.0.1', + version='7.0.2', author='TREZOR and KeepKey', author_email='support@keepkey.com', description='P...
bump client version and thorchain required firmware versions
keepkey_python-keepkey
train
7b4b05c6b6fb831d9165ecb4f77ac6890547380c
diff --git a/lib/by_star/by_day.rb b/lib/by_star/by_day.rb index <HASH>..<HASH> 100644 --- a/lib/by_star/by_day.rb +++ b/lib/by_star/by_day.rb @@ -25,6 +25,10 @@ module ByStar def by_day_Time(time, options) between(time.beginning_of_day, time.end_of_day, options) end + alias_method :by_day_Date, :by...
Allow by_day to use Date and String objects
radar_by_star
train
6bb302549e87531a87a6ee6972c94ab5403fd562
diff --git a/src/PhpRenderer.php b/src/PhpRenderer.php index <HASH>..<HASH> 100644 --- a/src/PhpRenderer.php +++ b/src/PhpRenderer.php @@ -185,6 +185,6 @@ class PhpRenderer */ protected function protectedIncludeScope ($template, array $data) { extract($data); - include $template; + inc...
Use func_get_arg(0) vs $template This makes it more-obvious to casual reviewers that $template cannot be replaced by the extract() call, and thus is not a security vulnerability.
slimphp_PHP-View
train
2ae7cb8ee2a67adfbf9971677ff081415cb24c9c
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -911,11 +911,10 @@ func handleGetBlock(s *rpcServer, cmd btcjson.Cmd) (interface{}, error) { } if !c.VerboseTx { - txList, _ := blk.TxShas() - - txNames := make([]string, len(txList)) - for i, v := ran...
Update handleGetBlock to not use deprecated func. Rather than using the deprecated TxShas function on a btcutil.Block, convert handleGetBlock to use the newer preferred method of ranging over the Transactions to obtain the cached hash of each transaction. This is a little more efficient since it can avoid creating an...
btcsuite_btcd
train
d545a6bea315dad3cdb7baa69f52e4a67787699d
diff --git a/src/js/Form.js b/src/js/Form.js index <HASH>..<HASH> 100644 --- a/src/js/Form.js +++ b/src/js/Form.js @@ -27,7 +27,6 @@ define( function( require, exports, module ) { var Promise = require( 'lie' ); var utils = require( './utils' ); var t = require( 'translator' ).t; - var pkg = require( ...
Insert required enketo-transformer version number at build-time (#<I>) changed: do not require package.json in Form.getRequiredTransformerVersion Closes #<I>
enketo_enketo-core
train
d9dd3231b1d78834b8edaf442c59758398aba300
diff --git a/wooey/tests/test_views.py b/wooey/tests/test_views.py index <HASH>..<HASH> 100644 --- a/wooey/tests/test_views.py +++ b/wooey/tests/test_views.py @@ -313,3 +313,65 @@ class WooeyViews(mixins.ScriptFactoryMixin, mixins.FileCleanupMixin, TestCase): response = self.json_view_func(request) d ...
fix HTML search in Django >= <I> (#<I>) * don't use deprecated context_instance in search * add search tests
wooey_Wooey
train
883544992416c6edc7445bb4d118ec4b80996974
diff --git a/src/tagify.js b/src/tagify.js index <HASH>..<HASH> 100644 --- a/src/tagify.js +++ b/src/tagify.js @@ -63,7 +63,7 @@ Tagify.prototype = { notAllowed : "not allowed" }, - customEventsList : ['change', 'add', 'remove', 'invalid', 'input', 'click', 'keydown', 'focus', 'blur', 'edit:input', '...
fixes #<I> - `dropdown:scroll` event could not be binded through the settings object "callbacks"
yairEO_tagify
train
a639bd2d2225190fcdbf684a1e3c9180137fb9c1
diff --git a/src/test/java/org/turbogwt/core/js/collections/client/JsArrayListTest.java b/src/test/java/org/turbogwt/core/js/collections/client/JsArrayListTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/turbogwt/core/js/collections/client/JsArrayListTest.java +++ b/src/test/java/org/turbogwt/core/js/colle...
More tests to JsArrayList.
growbit_turbogwt-core
train
3767dcea5d6589c5d2feadb1e5d5f6d38fcbbbbc
diff --git a/src/bulk-load.js b/src/bulk-load.js index <HASH>..<HASH> 100644 --- a/src/bulk-load.js +++ b/src/bulk-load.js @@ -12,12 +12,12 @@ const FLAGS = { updateableReadWrite: 1 << 2, updateableUnknown: 1 << 3, identity: 1 << 4, - computed: 1 << 5, // introduced in TDS 7.2 - fixedLenCLRType: 1 <<...
style: fix multiple whitespace in front of comments
tediousjs_tedious
train
ac01c4ed894a2a79c842f0a03434621434406910
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>gr.iti.mklab</groupId> <artifactId>simmo</artifactId> - <version>0.4.3-SNAPSHOT</version> + <version>0.4.4-SNAPSHOT</version> <packaging>jar</packaging> <name>simmo</name> diff -...
Added ignoreMissing=true to some Moprhia references
MKLab-ITI_simmo
train
21de05c8c09b0ff9c11651596a84442b312381bb
diff --git a/js/tooltip.js b/js/tooltip.js index <HASH>..<HASH> 100644 --- a/js/tooltip.js +++ b/js/tooltip.js @@ -145,8 +145,9 @@ if (this.hasContent() && this.enabled) { this.$element.trigger(e) - if (e.isDefaultPrevented()) return - var that = this; + var inDom = $.contains(document.docu...
don't show tooltips/popovers whose element isn't in the DOM; fixes #<I>
twbs_bootstrap
train
b055cc07883d9af24fad8e2375207dfb655c0639
diff --git a/lib/transproc/array.rb b/lib/transproc/array.rb index <HASH>..<HASH> 100644 --- a/lib/transproc/array.rb +++ b/lib/transproc/array.rb @@ -4,7 +4,8 @@ module Transproc end register(:map_array!) do |array, *fns| - array.map! { |value| fns.reduce(:+)[value] } + fn = fns.size == 1 ? fns[0] : fns....
Speedup transproc `map_array!` Compose applied function only once per call not per each iteration. Furthermore, do not compose functions if it's only one.
solnic_transproc
train
418d10698917711331b52035c0602d23181717c9
diff --git a/polyaxon/polyaxonfile/manager.py b/polyaxon/polyaxonfile/manager.py index <HASH>..<HASH> 100644 --- a/polyaxon/polyaxonfile/manager.py +++ b/polyaxon/polyaxonfile/manager.py @@ -158,7 +158,7 @@ def prepare_experiment_run(spec_config, experiment_uuid, task_type=TaskType.MAST def start_experiment_run(spec...
Fix a small issue with uuid type
polyaxon_polyaxon
train
3f5605142a7c904b5ce48901c1d46c3d3a1efc4c
diff --git a/vpp43.py b/vpp43.py index <HASH>..<HASH> 100644 --- a/vpp43.py +++ b/vpp43.py @@ -1,80 +1,28 @@ -# VISA VPP-4.3 data types +#!/usr/bin/env python +# -*- coding: utf-8 -*- # -# (See VPP-4.3.2 specification, section 3) - -from ctypes import * - -# Part One: Type Assignments for VISA and Instrument Drivers, ...
Moved type definitions to vpp<I>_types.py. Added copyright notice. Added encoding declaration. git-svn-id: svn://svn.code.sf.net/p/pyvisa/code/trunk@7 <I>c<I>-e<I>-<I>-bc6e-8f9a<I>a<I>d
pyvisa_pyvisa
train
29120a247c72b04b13e9b6b20b3bf87e961a1d4b
diff --git a/dclab/definitions.py b/dclab/definitions.py index <HASH>..<HASH> 100644 --- a/dclab/definitions.py +++ b/dclab/definitions.py @@ -459,10 +459,10 @@ tr_data = [["fluorescence traces", "FL1raw"], ] # mapping `Measuement` class attributes to configuration file names -cfgmap = dict() # area_...
Fix problem with loading old polygon filter files (close <URL>)
ZELLMECHANIK-DRESDEN_dclab
train
15a554396147abd96e8db89085356dcaab398b61
diff --git a/azurerm/provider_test.go b/azurerm/provider_test.go index <HASH>..<HASH> 100644 --- a/azurerm/provider_test.go +++ b/azurerm/provider_test.go @@ -29,17 +29,27 @@ func TestProvider_impl(t *testing.T) { } func testAccPreCheck(t *testing.T) { - subscriptionID := os.Getenv("ARM_SUBSCRIPTION_ID") - clientID...
Refactoring + Environment Variable for an Alternate Location
terraform-providers_terraform-provider-azurerm
train
441d9f4c96ca20c252530cd245615cc05db07613
diff --git a/test/chs.js b/test/chs.js index <HASH>..<HASH> 100644 --- a/test/chs.js +++ b/test/chs.js @@ -3,60 +3,80 @@ var CHS = require( '../' ) describe( 'CHS', function() { - it( 'should map the right LBAs corresponding to geometry', function() { - - var chs = new CHS( 3, 2, 1 ) + describe( 'should...
Updated tests: split up test cases
jhermsmeier_node-chs
train
386ef6e84ce42cc0c0136538d19f978dc0c6292b
diff --git a/model/DataItem.py b/model/DataItem.py index <HASH>..<HASH> 100644 --- a/model/DataItem.py +++ b/model/DataItem.py @@ -107,7 +107,6 @@ class DataItem(Storage.StorageBase): self.storage_relationships += ["displays"] self.storage_data_keys += ["master_data"] self.storage_type = "dat...
Remove dependent key support from Storage. svn r<I>
nion-software_nionswift
train
c68c9e3aadc24c39b7482030ead9e8ea7a6bc198
diff --git a/lib/httparty/hash_conversions.rb b/lib/httparty/hash_conversions.rb index <HASH>..<HASH> 100644 --- a/lib/httparty/hash_conversions.rb +++ b/lib/httparty/hash_conversions.rb @@ -36,11 +36,11 @@ module HTTParty end stack.each do |parent, hash| - hash.each do |key, value| + hash...
Rename conflict variable around block parameter It removes below ruby's warning. * "warning: shadowing outer local variable"
jnunemaker_httparty
train
d536848b0b48ae93fca6170aaf11316394e373dd
diff --git a/src/lib/feed.js b/src/lib/feed.js index <HASH>..<HASH> 100644 --- a/src/lib/feed.js +++ b/src/lib/feed.js @@ -14,11 +14,11 @@ StreamFeed.prototype = { this.client = client; this.feedSlug = feedSlug; this.userId = userId; - this.feedId = feedSlug + ':' + userId; + this.id = feedSlug + ':' + userI...
feed.id looks much better than feed.feedId
GetStream_stream-js
train
b0c4f203fcc4f303d0c07991572b8207a763131c
diff --git a/lib/rally_api/rally_json_connection.rb b/lib/rally_api/rally_json_connection.rb index <HASH>..<HASH> 100644 --- a/lib/rally_api/rally_json_connection.rb +++ b/lib/rally_api/rally_json_connection.rb @@ -10,7 +10,6 @@ require 'json' module RallyAPI - class RallyJsonConnection DEFAULT_PAGE_SIZE...
Rev to <I> - check for non http <I> responses and throw an exception
RallyTools_RallyRestToolkitForRuby
train
96896c365cca5f9b95f36abf25bb5c6c0ede5821
diff --git a/specs-go/v1/config.go b/specs-go/v1/config.go index <HASH>..<HASH> 100644 --- a/specs-go/v1/config.go +++ b/specs-go/v1/config.go @@ -62,7 +62,7 @@ type RootFS struct { // History describes the history of a layer. type History struct { // Created is the combined date and time at which the layer was cre...
specs-go/v1/config: pointer-ify optional "Created" field PR #<I> changed Created from string to time.Time field. This neutered the `omitempty` property on it, as a missing field is now populated as the default time.Time value. This commit turns the field into a pointer, in order to keep the empty-value semantic for `...
opencontainers_image-spec
train
d03979b41f32fe589bfd061ccba8e732ab443683
diff --git a/compiler/js/__init__.py b/compiler/js/__init__.py index <HASH>..<HASH> 100644 --- a/compiler/js/__init__.py +++ b/compiler/js/__init__.py @@ -36,9 +36,9 @@ def mangle_package(name): class Error(Exception): def __init__(self, message, loc): if loc: - super().__init__("{}: {}".format(loc, message)) +...
backport Error ctor to python2
pureqml_qmlcore
train
fc95b4ca346eccf056e99d7cf1c1e7bddabaa27b
diff --git a/rAppid.js b/rAppid.js index <HASH>..<HASH> 100644 --- a/rAppid.js +++ b/rAppid.js @@ -1,3 +1,27 @@ +/*** + Copyright (c) 2012 Tony Findeisen, Marcus Krejpowicz + + (The MIT License) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentat...
added license to rAppid.js
rappid_rAppid.js
train
9dc0cefdd96152bba99b96467dc973a8d68f81ec
diff --git a/eZ/Publish/Core/Persistence/Legacy/Tests/User/UserHandlerTest.php b/eZ/Publish/Core/Persistence/Legacy/Tests/User/UserHandlerTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/Legacy/Tests/User/UserHandlerTest.php +++ b/eZ/Publish/Core/Persistence/Legacy/Tests/User/UserHandlerTest.php @...
Fix policy count change in e8cfcc1f8f<I>fa<I>a<I>a<I>c1ef<I>b caused by more user login policies for all siteaccesses
ezsystems_ezpublish-kernel
train
f43ad9bdb5e6fedf3642e838fa26abcbe4e1c816
diff --git a/src/core/scene/a-scene.js b/src/core/scene/a-scene.js index <HASH>..<HASH> 100644 --- a/src/core/scene/a-scene.js +++ b/src/core/scene/a-scene.js @@ -242,7 +242,7 @@ module.exports = registerElement('a-scene', { if (window.performance) { window.performance.mark('render-started')...
On the first called to tick time and delta were undefined because render was not passed any argument (#<I>)
aframevr_aframe
train
b6f1133aa3eafefb7919908c182cdc2e90007a63
diff --git a/eval.py b/eval.py index <HASH>..<HASH> 100644 --- a/eval.py +++ b/eval.py @@ -50,7 +50,7 @@ if __name__ == '__main__': sp.set_value('IA_PriceExportGas', tmp) # =InputData!$L$99:$DG$99 startTime = datetime.now() - print 'Second evaluation %s for %s' % (str(sp.evaluate('outNPV_Proj')),str(-182...
cleaned :dizzy_face:
anthill_koala
train
a2d5277a3dc69f63a3fd8d0bdf3a5baae749128e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ setup( author = metadata['author'], author_email = metadata['author_email'], url = metadata['url'], - download_url = 'https://github.com/jbloom/phydms/tarball/%s' % metadata['version'], # ass...
Fixed obsolete download_url in setup.py
jbloomlab_phydms
train
3b92bdc1e9f3c0c3e16c538272fc2838d43c0833
diff --git a/floodsub.go b/floodsub.go index <HASH>..<HASH> 100644 --- a/floodsub.go +++ b/floodsub.go @@ -67,8 +67,8 @@ func (fs *FloodSubRouter) EnoughPeers(topic string, suggested int) bool { return false } -func (fs *FloodSubRouter) AcceptFrom(peer.ID) bool { - return true +func (fs *FloodSubRouter) AcceptFrom...
rich router acceptance semantics Allows us to ignore payload messages when the validation queue is under strain
libp2p_go-libp2p-pubsub
train
c9d54f57bc1218da23af852586b2e580c3b625ad
diff --git a/packages/react-atlas-core/src/TextArea/TextArea.js b/packages/react-atlas-core/src/TextArea/TextArea.js index <HASH>..<HASH> 100644 --- a/packages/react-atlas-core/src/TextArea/TextArea.js +++ b/packages/react-atlas-core/src/TextArea/TextArea.js @@ -56,7 +56,8 @@ class TextArea extends React.PureComponent ...
Allow passing className prop to TextArea and TextField components.l
DigitalRiver_react-atlas
train
89fe77d99fb02c9800badaece618ab9aa1b5a2ab
diff --git a/introspection.go b/introspection.go index <HASH>..<HASH> 100644 --- a/introspection.go +++ b/introspection.go @@ -181,6 +181,9 @@ func (p *Peer) IntrospectState(opts *IntrospectionOptions) PeerRuntimeState { // IntrospectState returns the runtime state for this connection. func (c *Connection) Introspe...
Introspection was causing data races
uber_tchannel-go
train
637fe8ccd94f9dcc8ebf4ad277b47dab526d53f4
diff --git a/lib/middleware/jng.pages.js b/lib/middleware/jng.pages.js index <HASH>..<HASH> 100644 --- a/lib/middleware/jng.pages.js +++ b/lib/middleware/jng.pages.js @@ -112,7 +112,7 @@ function renderPage(routeInfo, page, model) { // if page wrapper exists, put rendered page in that if (ro...
Sending routeInfo into wrapper so can figure out canonical url
gethuman_pancakes-angular
train
a1c258a886e26a219dd0f6e189c68b1b0746591b
diff --git a/modules/orionode/lib/cf/apps.js b/modules/orionode/lib/cf/apps.js index <HASH>..<HASH> 100644 --- a/modules/orionode/lib/cf/apps.js +++ b/modules/orionode/lib/cf/apps.js @@ -152,7 +152,7 @@ function toOrionLocation(req, location){ function toAppLocation(req,location){ if(location && location.length !== ...
Bug <I> - CF push in runbar fails because of new workspace structure implementation
eclipse_orion.client
train
5a75cc153b1e5c8a2c3bb91444525451fb13fa0f
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ repo_name = u"dtoolcore" # built documents. # # The short X.Y version. -version = u"2.6.0" +version = u"2.7.0" # The full version, including alpha/beta/rc tags. r...
Update version number to <I>
jic-dtool_dtoolcore
train
78808f535cebceadaf0e6ecd0142b8b8127c0fbb
diff --git a/src/Synapse/User/UserServiceProvider.php b/src/Synapse/User/UserServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Synapse/User/UserServiceProvider.php +++ b/src/Synapse/User/UserServiceProvider.php @@ -104,12 +104,17 @@ class UserServiceProvider implements ServiceProviderInterface { $...
Refs #<I> - Allow passthrough for user registration verification endpoint.
synapsestudios_synapse-base
train
28f5f8bec10201c8623c4b99ce4677c029c86751
diff --git a/src/main/java/stormpot/qpool/QAllocThread.java b/src/main/java/stormpot/qpool/QAllocThread.java index <HASH>..<HASH> 100644 --- a/src/main/java/stormpot/qpool/QAllocThread.java +++ b/src/main/java/stormpot/qpool/QAllocThread.java @@ -18,6 +18,7 @@ class QAllocThread<T extends Poolable> extends Thread { ...
fix a racy test case.
chrisvest_stormpot
train
250229177c5b3f579c93a80b0cbdd7dea67d9032
diff --git a/lib/dfp.js b/lib/dfp.js index <HASH>..<HASH> 100644 --- a/lib/dfp.js +++ b/lib/dfp.js @@ -284,6 +284,63 @@ Dfp.prototype.getCriteriaValues = function(conditions) { }; /** + * Query DFP for the key id of a key value pair. + * + * @param {Array} pair [0] The name of a key. + * [1] T...
refactor promise chain for getCriteria
spanishdict_node-google-dfp-wrapper
train
831f6731e6f5b92de4270d9dcec8d38116ec86e5
diff --git a/packages/bonde-admin-canary/src/services/auth/context/hoc.js b/packages/bonde-admin-canary/src/services/auth/context/hoc.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/services/auth/context/hoc.js +++ b/packages/bonde-admin-canary/src/services/auth/context/hoc.js @@ -1,11 +1,20 @@ im...
chore(admin-canary): reset graphql store on logout
nossas_bonde-client
train
b4192547b209d7aa1c48fe6676ac164865152b90
diff --git a/src/javascript/runtime/Runtime.js b/src/javascript/runtime/Runtime.js index <HASH>..<HASH> 100644 --- a/src/javascript/runtime/Runtime.js +++ b/src/javascript/runtime/Runtime.js @@ -488,7 +488,9 @@ define('moxie/runtime/Runtime', [ return { uid: runtime.uid, type: runtime.type, - can: runt...
Runtime: Run can() method returned from getRuntime() in runtime's object.
moxiecode_moxie
train
7c1b021ba095018791d18d72b7b7b573f369efeb
diff --git a/salt/modules/yumpkg5.py b/salt/modules/yumpkg5.py index <HASH>..<HASH> 100644 --- a/salt/modules/yumpkg5.py +++ b/salt/modules/yumpkg5.py @@ -379,20 +379,17 @@ def check_db(*names, **kwargs): salt '*' pkg.check_db <package1> <package2> <package3> fromrepo=epel-testing ''' repo_arg = _get...
Make the yumpkg5 module MUCH faster benchmarked with a state with <I> packages - before real 0m<I>s user 0m<I>s sys 0m<I>s - after real 0m<I>s user 0m<I>s sys 0m<I>s
saltstack_salt
train
fd11d9ceee4fc127b20e773c58c44e5c43b24971
diff --git a/src/com/google/javascript/jscomp/NameAnalyzer.java b/src/com/google/javascript/jscomp/NameAnalyzer.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/NameAnalyzer.java +++ b/src/com/google/javascript/jscomp/NameAnalyzer.java @@ -1357,9 +1357,10 @@ final class NameAnalyzer implements Co...
Update some comments in NameAnalyzer ------------- Created by MOE: <URL>
google_closure-compiler
train
2b954e9b2d229822a3896fce01f3cfefeccc3a25
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setup( author='Nikolaus Sonnenschein', author_email='niko.sonnenschein@gmail.com', description='swiglpk - Simple swig bindings for the GNU Linear Programming Kit', - license='Apache License Ver...
fix: license information in setup.py
biosustain_swiglpk
train
770a4593bede2e025e6f44350a0405837f8a6f99
diff --git a/src/Contrib/Bundle/CoverallsV1Bundle/Command/CoverallsV1JobsCommand.php b/src/Contrib/Bundle/CoverallsV1Bundle/Command/CoverallsV1JobsCommand.php index <HASH>..<HASH> 100644 --- a/src/Contrib/Bundle/CoverallsV1Bundle/Command/CoverallsV1JobsCommand.php +++ b/src/Contrib/Bundle/CoverallsV1Bundle/Command/Cove...
show file size of json_file
php-coveralls_php-coveralls
train
be97507088ee174c4fbe2a0dab537e9433011e95
diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index <HASH>..<HASH> 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -639,7 +639,10 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack steps = append(steps, new(stepConfigureVNC), steprun, - ne...
delete qmp socket path. Also, clean up unnecessary use of statebag to recieve step values. (#<I>)
hashicorp_packer
train
319a0965876bdf8b1f1e2733865efb1608f15593
diff --git a/requests_gpgauthlib/gpgauth_api.py b/requests_gpgauthlib/gpgauth_api.py index <HASH>..<HASH> 100644 --- a/requests_gpgauthlib/gpgauth_api.py +++ b/requests_gpgauthlib/gpgauth_api.py @@ -52,5 +52,7 @@ def post_log_in(session, keyid, user_token_result=None): ) def check_session_is_valid(session): + ...
Cleanup cache before retrying
liip_requests_gpgauthlib
train
a5c5eaf761e645055febfa32e72e7c3206ae4f6b
diff --git a/lib/blurrily/server.rb b/lib/blurrily/server.rb index <HASH>..<HASH> 100644 --- a/lib/blurrily/server.rb +++ b/lib/blurrily/server.rb @@ -3,12 +3,10 @@ require 'eventmachine' module Blurrily class Server - class Error < StandardError; end - class ProtocolError < Error; end + class ProtocolEr...
[#<I>] Minor cleanup
mezis_blurrily
train
27c500ae6ce370e602f57cb16f29f3316ef2105a
diff --git a/flake8_import_order/__init__.py b/flake8_import_order/__init__.py index <HASH>..<HASH> 100644 --- a/flake8_import_order/__init__.py +++ b/flake8_import_order/__init__.py @@ -182,8 +182,6 @@ class ImportVisitor(ast.NodeVisitor): pkg = root_package_name(name) - # Entirely not confusingly ...
Remove missleading comment It no longer applies to the code.
PyCQA_flake8-import-order
train
380d72294e8c09c18869b6e4e5948f5569adc40f
diff --git a/lib/mongoid_spacial/contexts/mongo.rb b/lib/mongoid_spacial/contexts/mongo.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid_spacial/contexts/mongo.rb +++ b/lib/mongoid_spacial/contexts/mongo.rb @@ -37,6 +37,7 @@ module Mongoid #:nodoc: # set default opts if opts[:unit].kind_of?(Numeric)...
units now work even if you don't have spherical on, woops
ryanong_mongoid_spacial
train
e86c56641ed90470901090dbf67aa5af5e65e7e1
diff --git a/grr/server/queue_manager_test.py b/grr/server/queue_manager_test.py index <HASH>..<HASH> 100644 --- a/grr/server/queue_manager_test.py +++ b/grr/server/queue_manager_test.py @@ -118,16 +118,13 @@ class QueueManagerTest(flow_test_lib.FlowTestsBaseclass): self.assertEqual(len(all_requests), 1) self...
Fixed more tests relying on DB internals.
google_grr
train
98c292a8f071d495d788aa1f35b632c9bcaaf603
diff --git a/versatileimagefield/datastructures/base.py b/versatileimagefield/datastructures/base.py index <HASH>..<HASH> 100644 --- a/versatileimagefield/datastructures/base.py +++ b/versatileimagefield/datastructures/base.py @@ -165,7 +165,7 @@ class ProcessedImage(object): None, 'foo.%s' % ...
Use tell() function to get size to support Py2 and py3
respondcreate_django-versatileimagefield
train
e061212e86ef0342fad1211fd980fc4b2195fe69
diff --git a/activerecord/lib/active_record/relation/query_methods.rb b/activerecord/lib/active_record/relation/query_methods.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/query_methods.rb +++ b/activerecord/lib/active_record/relation/query_methods.rb @@ -116,45 +116,7 @@ module ActiveRec...
Refactor build_arel: move joins out and simplify havings. [#<I> state:resolved]
rails_rails
train
5c027c56844f073ca27221c59e9cb9ec96e50147
diff --git a/lib/subdomain_locale/railtie.rb b/lib/subdomain_locale/railtie.rb index <HASH>..<HASH> 100644 --- a/lib/subdomain_locale/railtie.rb +++ b/lib/subdomain_locale/railtie.rb @@ -6,7 +6,8 @@ module SubdomainLocale config.after_initialize do |app| require "subdomain_locale/mapping" - mapping =...
Enforcing available locales now works correctly.
semaperepelitsa_subdomain_locale
train
67566c137a73027f4efaf16fe000bcd9a0ce57a4
diff --git a/src/Provider/StorageServiceProvider.php b/src/Provider/StorageServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/StorageServiceProvider.php +++ b/src/Provider/StorageServiceProvider.php @@ -63,10 +63,6 @@ class StorageServiceProvider implements ServiceProviderInterface $rep...
no need to set builder on repo
bolt_bolt
train
dc90aded2428dd69992c7d23cbddf58d6cb79237
diff --git a/Controller/Controller.php b/Controller/Controller.php index <HASH>..<HASH> 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -5,6 +5,7 @@ namespace Knp\RadBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller as BaseController; use Symfony\Component\HttpKerne...
Update flashes use in base controller
KnpLabs_KnpRadBundle
train
ed0e06c0f60df4313b6b65030064be72944b1c86
diff --git a/forms/gridfield/GridField.php b/forms/gridfield/GridField.php index <HASH>..<HASH> 100755 --- a/forms/gridfield/GridField.php +++ b/forms/gridfield/GridField.php @@ -380,22 +380,9 @@ class GridField extends FormField { "but not defined. Perhaps there is a supporting GridField component you need to ad...
BUGFIX: Fix a couple of rebasing-related bugs in GridField.
silverstripe_silverstripe-framework
train
9d7027f555b4366ee0eaa82fd3ab2dd4193c7899
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -13,12 +13,12 @@ export function makeEventHandlerShortcut(eventName) { result[eventName] = valueAccessor(); return result; }; - event.init.call(this, el...
Expose the eventHandler for click binding
knockout_tko.binding.core
train
e1b4524422f84a428d92553a1ae281cf0d40abff
diff --git a/datajoint/jobs.py b/datajoint/jobs.py index <HASH>..<HASH> 100644 --- a/datajoint/jobs.py +++ b/datajoint/jobs.py @@ -32,7 +32,7 @@ class JobTable(Table): status :enum('reserved','error','ignore') # if tuple is missing, the job is available key=null :blob # structure containing the ke...
Changes ~jobs.error_stack from blob to mediumblob
datajoint_datajoint-python
train
b7b25dc60147bec9817c65a242ba555e931e874e
diff --git a/liquibase-core/src/main/java/liquibase/sqlgenerator/core/SetNullableGenerator.java b/liquibase-core/src/main/java/liquibase/sqlgenerator/core/SetNullableGenerator.java index <HASH>..<HASH> 100755 --- a/liquibase-core/src/main/java/liquibase/sqlgenerator/core/SetNullableGenerator.java +++ b/liquibase-core/s...
#<I> addNotNullConstraint / dropNotNullConstraint not supported on Firebird (cherry picked from commit fd<I>ec<I>d<I>d<I>a0dc1e<I>e1cbe7fca)
liquibase_liquibase
train
d9b78a2bf7b163b9de5544c4021b2d5b6bdfdbec
diff --git a/src/Prettus/Repository/Presenter/FractalPresenter.php b/src/Prettus/Repository/Presenter/FractalPresenter.php index <HASH>..<HASH> 100644 --- a/src/Prettus/Repository/Presenter/FractalPresenter.php +++ b/src/Prettus/Repository/Presenter/FractalPresenter.php @@ -61,7 +61,7 @@ abstract class FractalPresenter...
serializer fix (forgot to commit the file)
andersao_l5-repository
train
0fe0d37acf7a5bc54bd0a2a9510d1ef7f09f0852
diff --git a/edisgo/tools/pypsa_io.py b/edisgo/tools/pypsa_io.py index <HASH>..<HASH> 100644 --- a/edisgo/tools/pypsa_io.py +++ b/edisgo/tools/pypsa_io.py @@ -1404,13 +1404,14 @@ def update_pypsa_generator_import(network): """ - # get topology and time series data + # get topology if network.pypsa.e...
Enable pypsa update after generator import for mv only
openego_eDisGo
train
445a4d025ba6d9bf9f9274a101e044ca7cfadf4e
diff --git a/salt/cloud/clouds/gce.py b/salt/cloud/clouds/gce.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/gce.py +++ b/salt/cloud/clouds/gce.py @@ -445,6 +445,7 @@ def __get_network(conn, vm_): default='default', search_global=False) return conn.ex_get_network(network) + def __get_subnetwork...
Additional newline to separate funcs Needed for pylint
saltstack_salt
train
075c136f299f06dd7b9cdae1a1aaf85ec2c7d70e
diff --git a/nodeconductor/cloud/backend/openstack.py b/nodeconductor/cloud/backend/openstack.py index <HASH>..<HASH> 100644 --- a/nodeconductor/cloud/backend/openstack.py +++ b/nodeconductor/cloud/backend/openstack.py @@ -251,6 +251,7 @@ class OpenStackBackend(object): logger.debug('About to update securi...
update and create security group and simultaneously with its rules (nc-<I>)
opennode_waldur-core
train
9bfcf5309d6e7e2fd807a03f188992f990fa9903
diff --git a/Eloquent/Builder.php b/Eloquent/Builder.php index <HASH>..<HASH> 100644 --- a/Eloquent/Builder.php +++ b/Eloquent/Builder.php @@ -284,6 +284,8 @@ class Builder { */ public function trashed() { + $this->withTrashed(); + $this->query->whereNotNull($this->model->getQualifiedDeletedAtColumn()); ...
Tweaking soft delete trashed behavior.
illuminate_database
train
769f67a7a9c1b6196787b7c002fcc36c73281716
diff --git a/visidata/basesheet.py b/visidata/basesheet.py index <HASH>..<HASH> 100644 --- a/visidata/basesheet.py +++ b/visidata/basesheet.py @@ -99,10 +99,11 @@ class BaseSheet(DrawablePane): self.mouseX = 0 self.mouseY = 0 self.hasBeenModified = False - self.sidebar = '' ...
[sidebar] make overrideable property
saulpw_visidata
train
f08d5f25609aec901359c0f1edc5061592ada232
diff --git a/gui2py/components.py b/gui2py/components.py index <HASH>..<HASH> 100644 --- a/gui2py/components.py +++ b/gui2py/components.py @@ -318,7 +318,7 @@ class Component(object): "Returns the character height for this window." return self.wx_obj.GetCharHeight() - def set_designer(self, fu...
added drop_target spec to Component (so it persists after rebuild)
reingart_gui2py
train
eaba7a27dae6e521eecfb732a77656222900c117
diff --git a/retask/queue.py b/retask/queue.py index <HASH>..<HASH> 100644 --- a/retask/queue.py +++ b/retask/queue.py @@ -19,10 +19,10 @@ #SOFTWARE. __author__ = 'Kushal Das <kushaldas@gmail.com>' -__copyright__ = 'Copyright (c) 2012-2013 Kushal Das' +__copyright__ = 'Copyright (c) 2012-2015 Kushal Das' __license...
Slowly getting ready to release <I> :D
kushaldas_retask
train
2ba0591b7e33d2c4492c8ace1483a71c418a068c
diff --git a/src/test/overriding.test.js b/src/test/overriding.test.js index <HASH>..<HASH> 100644 --- a/src/test/overriding.test.js +++ b/src/test/overriding.test.js @@ -34,7 +34,7 @@ describe('extending', () => { `); }); - describe('heridity', () => { + describe('inheritance', () => { const setupPa...
rename heridity with inheritance
styled-components_styled-components
train
d4ad17ad7f2cb45f767a1fb65d4b5ac289b2c198
diff --git a/blankshield.js b/blankshield.js index <HASH>..<HASH> 100644 --- a/blankshield.js +++ b/blankshield.js @@ -46,18 +46,19 @@ * @param {string} [strWindowName] * @param {string} [strWindowFeatures] */ - blankshield.open = function(strUrl, strWindowName) { + blankshield.open = function(strUrl, str...
Improve blankshield.open compatibility with window.open - extra args and return value
danielstjules_blankshield
train
1a273ddf9b9ca2d8e0ea39bef4c41ed63b7802e5
diff --git a/generators/app/index.js b/generators/app/index.js index <HASH>..<HASH> 100755 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -208,18 +208,21 @@ class NgxGenerator extends Generator { this.log(`\nRunning ${chalk.yellow(`${this.packageManager} install`)}, please wait…`); const...
fix: install errors with npm 7+ (fix #<I>)
ngx-rocket_generator-ngx-rocket
train
eca266dead1a23eee1cc6b4f3ef4700b8e2a4e3a
diff --git a/config/module.config.php b/config/module.config.php index <HASH>..<HASH> 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -30,7 +30,7 @@ return array( // Logging 'log' => array( - 'Log/Core/Cam' => array( + 'Core/Log' => array( 'writers' => arra...
[Core] renames SL from Log/Core/Cam to Core/Log
yawik_core
train
47e771c71880ec722947989b73318d50c0e02d58
diff --git a/dribbble.js b/dribbble.js index <HASH>..<HASH> 100644 --- a/dribbble.js +++ b/dribbble.js @@ -85,41 +85,45 @@ function pregame(name, path) { request('http://api.dribbble.com/' + adjustedPath + (options ? '?' + querystring.stringify(options) : ''), function(err, res, body) { var paging = {} - ...
Resolves issue where Dribbble API was returning empty results
tmarshall_dribbble-api
train
0a3db5d691cadb02080292f761c16f9c94ec547e
diff --git a/src/Component/Ssh/Client.php b/src/Component/Ssh/Client.php index <HASH>..<HASH> 100644 --- a/src/Component/Ssh/Client.php +++ b/src/Component/Ssh/Client.php @@ -259,7 +259,7 @@ class Client $controlPath = "$homeDir/.ssh/deployer_$connectionData"; } $tryLonges...
Fix controlPath (length < <I>) (#<I>)
deployphp_deployer
train
8a77b29d17206463f0c45cc0f7f0c6243e6794d2
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -592,6 +592,9 @@ MatrixClient.prototype.isRoomEncrypted = function(roomId) { /** * Get the room for the given room ID. + * This function will return a valid room for any room for which a Room event + *...
Add docs to getRoom noting how you shouldn't assume it will return something because you've got a Room-like event
matrix-org_matrix-js-sdk
train
6b993c5e2b409e80d9776c24367fb4c3b8b4c778
diff --git a/ryu/lib/stringify.py b/ryu/lib/stringify.py index <HASH>..<HASH> 100644 --- a/ryu/lib/stringify.py +++ b/ryu/lib/stringify.py @@ -60,8 +60,19 @@ class AsciiStringType(TypeDescr): return v.encode('ascii') +class Utf8StringType(TypeDescr): + @staticmethod + def encode(v): + return u...
stringify: add 'utf-8' type to be used for of-wire port name etc.
osrg_ryu
train
8f259fcc6027760c0554ca444fbf07455da9d299
diff --git a/src/Illuminate/Http/Request.php b/src/Illuminate/Http/Request.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Http/Request.php +++ b/src/Illuminate/Http/Request.php @@ -22,7 +22,7 @@ class Request extends SymfonyRequest implements Arrayable, ArrayAccess /** * The decoded JSON content for th...
Fix json docblocks in Request (#<I>)
laravel_framework
train
17ff525e3a5d736c05ba6ae54291cff09377cf32
diff --git a/spec/graph_matching/integer_vertexes_spec.rb b/spec/graph_matching/integer_vertexes_spec.rb index <HASH>..<HASH> 100644 --- a/spec/graph_matching/integer_vertexes_spec.rb +++ b/spec/graph_matching/integer_vertexes_spec.rb @@ -14,7 +14,7 @@ RSpec.describe GraphMatching::IntegerVertexes do expect(g2.v...
In ruby <I> Fixnum and Bignum were unified into Integer
jaredbeck_graph_matching
train
a29689b282e98ba5ff3f9e872ac82141eedd494b
diff --git a/spec/porter_stemmer_spec.js b/spec/porter_stemmer_spec.js index <HASH>..<HASH> 100644 --- a/spec/porter_stemmer_spec.js +++ b/spec/porter_stemmer_spec.js @@ -21,6 +21,7 @@ THE SOFTWARE. */ var stemmer = require('../lib/natural/stemmers/porter_stemmer'); +var stopwords = require('../lib/natural/util/sto...
Added tests validating bug exists where stopword filtering was incorrectly case-sensitive.
NaturalNode_natural
train