hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e7ef2daab3a505f5c897c8b88bb59e823ddf3776
diff --git a/lib/redlander/model.rb b/lib/redlander/model.rb index <HASH>..<HASH> 100644 --- a/lib/redlander/model.rb +++ b/lib/redlander/model.rb @@ -49,11 +49,11 @@ module Redlander storage_type.to_s, storage_name.to_s, ...
using a uniform syntax for raising exceptions
cordawyn_redlander
train
929302bb75230178ac9aa6fce44c6e0fccbd5f7a
diff --git a/src/ViewModels/WebFeatureServiceItemViewModel.js b/src/ViewModels/WebFeatureServiceItemViewModel.js index <HASH>..<HASH> 100644 --- a/src/ViewModels/WebFeatureServiceItemViewModel.js +++ b/src/ViewModels/WebFeatureServiceItemViewModel.js @@ -306,7 +306,7 @@ function buildGeoJsonUrl(viewModel) { se...
Bump WFS version in GetFeature requests.
TerriaJS_terriajs
train
d82173bee2e25e0f84718c41edaa43f72bb7e21b
diff --git a/client/state/sites/domains/reducer.js b/client/state/sites/domains/reducer.js index <HASH>..<HASH> 100644 --- a/client/state/sites/domains/reducer.js +++ b/client/state/sites/domains/reducer.js @@ -6,11 +6,8 @@ import { SITE_DOMAINS_REQUEST, SITE_DOMAINS_REQUEST_SUCCESS, SITE_DOMAINS_REQUEST_FAILURE,...
State: sites/domains simplify persist opt-in
Automattic_wp-calypso
train
0079785c9802a06bdfa29065015f7b9834c4c109
diff --git a/allauth/compat.py b/allauth/compat.py index <HASH>..<HASH> 100644 --- a/allauth/compat.py +++ b/allauth/compat.py @@ -1,6 +1,11 @@ import django +try: + from collections import UserDict +except ImportError: + from UserDict import UserDict # noqa + if django.VERSION > (1, 10,): from django...
Move UserDict try/except into allauth.compat
pennersr_django-allauth
train
1e220f15228d96d9cc646ebab2d4cbe96da6e6c1
diff --git a/js/bl3p.js b/js/bl3p.js index <HASH>..<HASH> 100644 --- a/js/bl3p.js +++ b/js/bl3p.js @@ -23,11 +23,13 @@ module.exports = class bl3p extends Exchange { 'swap': false, 'future': false, 'option': false, + 'addMargin': false, ...
bl3p has leverage methods
ccxt_ccxt
train
d75b9994e9f33d861ee4354e92e268f5117bb0ae
diff --git a/lib/mongoid/config/database.rb b/lib/mongoid/config/database.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/config/database.rb +++ b/lib/mongoid/config/database.rb @@ -6,6 +6,9 @@ module Mongoid #:nodoc: # database from options. class Database < Hash + # keys to remove from self to not p...
Added ability to pass parameters to Mongo::Connection through the Mongoid::Config::Database object
mongodb_mongoid
train
3d094d4ba21b78469df506c24605e7018dcf54bd
diff --git a/lib/result-builder.js b/lib/result-builder.js index <HASH>..<HASH> 100644 --- a/lib/result-builder.js +++ b/lib/result-builder.js @@ -187,8 +187,9 @@ function buildItem(parentAttrNode, row, context) { Object.keys(parentAttrNode.attributes).forEach(attrName => { const attrNode = parentAttrNode...
result-builder: refactored "buildItem()" implementation (allow more recursion)
godmodelabs_flora
train
830f46a382b63a18e5ad4871894bdbe38139adb3
diff --git a/lib/rb/spec/binaryprotocol_spec.rb b/lib/rb/spec/binaryprotocol_spec.rb index <HASH>..<HASH> 100644 --- a/lib/rb/spec/binaryprotocol_spec.rb +++ b/lib/rb/spec/binaryprotocol_spec.rb @@ -102,7 +102,7 @@ class ThriftBinaryProtocolSpec < Spec::ExampleGroup @trans.should_receive(:write).with("\200\005")...
rb: Fix the binaryprotocol spec to run under jruby Stop testing for RangeErrors with bignums in i<I>, that was just an artifact of the MRI interpreter that has different behavior under jruby. JRuby uses a different Float::MIN/MAX so stop hard-coding the binary representation git-svn-id: <URL>
limingxinleo_thrift
train
247ab1756b57f8c009ce3c8fd27f2a4f58548c07
diff --git a/modules/wyrl/examples/quantifiers/Quantifiers$native.java b/modules/wyrl/examples/quantifiers/Quantifiers$native.java index <HASH>..<HASH> 100644 --- a/modules/wyrl/examples/quantifiers/Quantifiers$native.java +++ b/modules/wyrl/examples/quantifiers/Quantifiers$native.java @@ -83,7 +83,7 @@ public class Qu...
WyRL: updated quantifier instantiation example to support multiple quantified variables, and to produce multiple instantiations. There is still a limitation here, in that it doesn't search all possible bindings. #<I> #<I>
Whiley_WhileyCompiler
train
4e41c38d12aeca2d9a403c84574ffed853231ec9
diff --git a/src/Exception.php b/src/Exception.php index <HASH>..<HASH> 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -1,4 +1,11 @@ <?php +/** + * + * This file is part of Atlas for PHP. + * + * @license http://opensource.org/licenses/MIT MIT + * + */ namespace Atlas\Cli; class Exception extends \Excep...
add file-level docblocks
atlasphp_Atlas.Cli
train
f9c407fdd7dd9729ad24a67630549c4e57becb0b
diff --git a/js/webtrees.js b/js/webtrees.js index <HASH>..<HASH> 100644 --- a/js/webtrees.js +++ b/js/webtrees.js @@ -536,28 +536,31 @@ function change_family_members(famid) { } function addnewsource(field) { - edit_interface({ - "action": "addnewsource", - "pid": "newsour" - }, null, field); - return fal...
Fix: "paste result of add new shared-note/source" broke in svn<I>
fisharebest_webtrees
train
3c1e2521694583bc1d8bade1ed5b162f5bfb065a
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js index <HASH>..<HASH> 100644 --- a/lib/handlebars/base.js +++ b/lib/handlebars/base.js @@ -3,6 +3,7 @@ import Exception from './exception'; import { registerDefaultHelpers } from './helpers'; import { registerDefaultDecorators } from './decorators'; import ...
fix: log error for illegal property access only once per property
wycats_handlebars.js
train
a845487e4c9979ff79df1e074c59beebf473ed23
diff --git a/lib/swirl/aws.rb b/lib/swirl/aws.rb index <HASH>..<HASH> 100644 --- a/lib/swirl/aws.rb +++ b/lib/swirl/aws.rb @@ -108,6 +108,9 @@ module Swirl end def call!(action, query={}, &blk) + log "Action: #{action}" + log "Query: #{query.inspect}" + # Hard coding this here until otherw...
add pretty logging when SWIRL_LOG is set
bmizerany_swirl
train
5d200c5d71cbe548f5cde5f716a2457f54c8ba36
diff --git a/app/controllers/katello/api/v2/repositories_controller.rb b/app/controllers/katello/api/v2/repositories_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/katello/api/v2/repositories_controller.rb +++ b/app/controllers/katello/api/v2/repositories_controller.rb @@ -107,7 +107,7 @@ class Api::V2...
Fix repo sync js tests
Katello_katello
train
f8a81d7a3b19f01d88cf4c70507da0f789d6a65d
diff --git a/twitter4j-stream/src/main/java/twitter4j/TwitterStreamImpl.java b/twitter4j-stream/src/main/java/twitter4j/TwitterStreamImpl.java index <HASH>..<HASH> 100755 --- a/twitter4j-stream/src/main/java/twitter4j/TwitterStreamImpl.java +++ b/twitter4j-stream/src/main/java/twitter4j/TwitterStreamImpl.java @@ -569,7...
Prevent NPE when original exception has no message
Twitter4J_Twitter4J
train
448e8da94d09b397e98ffcb6f22b55a578ef79c1
diff --git a/lib/linter.js b/lib/linter.js index <HASH>..<HASH> 100644 --- a/lib/linter.js +++ b/lib/linter.js @@ -747,10 +747,15 @@ function runRules(sourceCode, configuredRules, ruleMapper, parserOptions, parser nodeQueue.forEach(traversalInfo => { currentNode = traversalInfo.node; - if (traver...
Chore: improve crash reporting (fixes #<I>) (#<I>) Add line number to the output in the event of a rule crash
eslint_eslint
train
2da1830b83ad8df10ad6c6df326ca463050ff264
diff --git a/core/codegen/javagen/src/main/java/org/overture/codegen/vdm2java/JavaCallStmToStringBuilder.java b/core/codegen/javagen/src/main/java/org/overture/codegen/vdm2java/JavaCallStmToStringBuilder.java index <HASH>..<HASH> 100644 --- a/core/codegen/javagen/src/main/java/org/overture/codegen/vdm2java/JavaCallStmT...
Update interfaces for construction of string representations to include external 'to-string' calls
overturetool_overture
train
c942b516925bd0517645fb903d52b1d36dc672a0
diff --git a/src/XhProf/Profiler.php b/src/XhProf/Profiler.php index <HASH>..<HASH> 100644 --- a/src/XhProf/Profiler.php +++ b/src/XhProf/Profiler.php @@ -57,6 +57,11 @@ class Profiler $this->running = false; $data = xhprof_disable(); + + if(function_exists('fastcgi_finish_request')) { + ...
Added small fix for fastcgi scripts
quadrilatere_xhprof-persister
train
72260616b086eea741e41cbe9e7884f6384ce141
diff --git a/lib/gollum-lib/committer.rb b/lib/gollum-lib/committer.rb index <HASH>..<HASH> 100644 --- a/lib/gollum-lib/committer.rb +++ b/lib/gollum-lib/committer.rb @@ -235,7 +235,7 @@ module Gollum # Proxies methods t def method_missing(name, *args) - args.map! { |item| item.respond_to?(:force_encod...
Addendum to making ascii-8bit force encoding conditional on git adapter being grit.
gollum_gollum-lib
train
cdef266d7f87f74011b12618fc30bdde5a22dd11
diff --git a/Twig/Extension/ImageExtension.php b/Twig/Extension/ImageExtension.php index <HASH>..<HASH> 100644 --- a/Twig/Extension/ImageExtension.php +++ b/Twig/Extension/ImageExtension.php @@ -12,6 +12,7 @@ namespace Darvin\AdminBundle\Twig\Extension; use Darvin\AdminBundle\Configuration\Configuration; use Darvin...
Catch not loadable exception in "admin_image_*" Twig functions.
DarvinStudio_DarvinAdminBundle
train
d513b903c01fc164cabc77ceccc7856e57e9bda7
diff --git a/client/src/main/java/io/pravega/client/stream/StreamConfiguration.java b/client/src/main/java/io/pravega/client/stream/StreamConfiguration.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/io/pravega/client/stream/StreamConfiguration.java +++ b/client/src/main/java/io/pravega/client/stream/Stream...
Issue <I>: Typo in Javadoc for io.pravega.client.stream.StreamConfiguration (#<I>) Fixed method syntax of EventStreamReader#getCurrentTimeWindow(Stream) method in javadoc.
pravega_pravega
train
a516c1225a8e76faf11aed1a4489cf4b11665018
diff --git a/examples/controller.py b/examples/controller.py index <HASH>..<HASH> 100644 --- a/examples/controller.py +++ b/examples/controller.py @@ -27,7 +27,7 @@ async def run(): model = await controller.add_model( 'libjuju-test', 'cloud-aws', - 'cloudcred-aws_tvansteenburgh_external@aw...
cloudcred updated in examples/controller.py
juju_python-libjuju
train
6da908eaad0216479791aa58806b66672ab7c18f
diff --git a/internal/dock/dock.go b/internal/dock/dock.go index <HASH>..<HASH> 100644 --- a/internal/dock/dock.go +++ b/internal/dock/dock.go @@ -35,6 +35,18 @@ func run(t testing.TB, conf fullConfig) (addr string, closer func()) { if err != nil { t.Fatal(err) } + + // If there is not relevant image at local, p...
pull image from remote repository if there is not image at local machine
cayleygraph_cayley
train
be43f6088c9b5d58ebc1c1f92f935976be19d7c9
diff --git a/src/Sylius/Bundle/WebBundle/Menu/FrontendMenuBuilder.php b/src/Sylius/Bundle/WebBundle/Menu/FrontendMenuBuilder.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/WebBundle/Menu/FrontendMenuBuilder.php +++ b/src/Sylius/Bundle/WebBundle/Menu/FrontendMenuBuilder.php @@ -181,21 +181,27 @@ class FrontendM...
Locale and Currency menu shouldnt be renderd when only 1 exists
Sylius_Sylius
train
477565cbec0c3735a2035d69bc635ae33a9e4186
diff --git a/backend/common-servlet/src/main/java/org/geomajas/servlet/CacheFilter.java b/backend/common-servlet/src/main/java/org/geomajas/servlet/CacheFilter.java index <HASH>..<HASH> 100644 --- a/backend/common-servlet/src/main/java/org/geomajas/servlet/CacheFilter.java +++ b/backend/common-servlet/src/main/java/org...
GBE-<I> more constants, allow IPv6 localhost
geomajas_geomajas-project-server
train
1a2dd46661820614fe8dd78cd64f910bacdd8303
diff --git a/saltcontainers/factories.py b/saltcontainers/factories.py index <HASH>..<HASH> 100644 --- a/saltcontainers/factories.py +++ b/saltcontainers/factories.py @@ -93,7 +93,8 @@ class MasterSaltConfigFactory(SaltConfigFactory): 'file_client': 'local', 'file_roots...
Use pillar data for master highstate
dincamihai_pytest-salt-containers
train
c92da20af91dab92f0b54a9417d1396349fc4f49
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -47,14 +47,14 @@ }, "homepage": "https://github.com/nteract/nteract", "dependencies": { - "@reactivex/rxjs": "5.0.0-beta.2", + "rxjs": "^5.0.0-beta.6", "codemirror": "^5.13.4", "command...
Switch to commonJS import of rxjs 5
nteract_nteract
train
08d90f1a26b0932e1701ab64d44ecf24e2d494dc
diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java index <HASH>..<HASH> 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java +++ b/environment/src/main/java/jetbrains/exod...
fail-fast for suspicious BTree behavior
JetBrains_xodus
train
662d982379f6a9d0751419d647f7f522cd1453b5
diff --git a/src/lib/dom_helpers.js b/src/lib/dom_helpers.js index <HASH>..<HASH> 100644 --- a/src/lib/dom_helpers.js +++ b/src/lib/dom_helpers.js @@ -52,7 +52,7 @@ function bindFocusables( instance, activateOnFocus ) { function findContainerNodes( target ) { return ( memo, instance ) => { const node = React.f...
trap for when no dom node can be found when looking for container nodes
glortho_react-keydown
train
fc4e10b6c067985b3a0cf9b6e4214dbff4287ca0
diff --git a/lib/renderer/window-setup.js b/lib/renderer/window-setup.js index <HASH>..<HASH> 100644 --- a/lib/renderer/window-setup.js +++ b/lib/renderer/window-setup.js @@ -103,7 +103,17 @@ function LocationProxy (ipcRenderer, guestId) { function BrowserWindowProxy (ipcRenderer, guestId) { this.closed = false -...
fix: set setter of window.location
electron_electron
train
e01da3359be615cc01fd7ec0b3989b36615f7055
diff --git a/shell/src/main/java/alluxio/cli/fs/FileSystemShell.java b/shell/src/main/java/alluxio/cli/fs/FileSystemShell.java index <HASH>..<HASH> 100644 --- a/shell/src/main/java/alluxio/cli/fs/FileSystemShell.java +++ b/shell/src/main/java/alluxio/cli/fs/FileSystemShell.java @@ -49,9 +49,9 @@ public final class File...
Fix the issue that help subcommand requires alluxio.master.hostname set. (#<I>)
Alluxio_alluxio
train
8d230da6a56f490745b23bd8c086b041e434cc74
diff --git a/welly/project.py b/welly/project.py index <HASH>..<HASH> 100644 --- a/welly/project.py +++ b/welly/project.py @@ -226,8 +226,16 @@ class Project(object): limit (int): Curve must be present in at least this many wells. """ uwis = uwis or self.uwis - exclude = exclude or...
implemented #<I> but rather use-specific and hacky
agile-geoscience_welly
train
2fb00f2678a841c0874bae31d4a1928d83776af8
diff --git a/lxd/storage/utils.go b/lxd/storage/utils.go index <HASH>..<HASH> 100644 --- a/lxd/storage/utils.go +++ b/lxd/storage/utils.go @@ -394,7 +394,7 @@ func VolumeValidateConfig(s *state.State, name string, config map[string]string, if err != drivers.ErrUnknownDriver { // Note: This legacy validation functi...
lxd/storage/utils: drivers.NewVolume usage
lxc_lxd
train
f603e298e8a56778b24116459e73f7fb7b41509a
diff --git a/salt/modules/cp.py b/salt/modules/cp.py index <HASH>..<HASH> 100644 --- a/salt/modules/cp.py +++ b/salt/modules/cp.py @@ -345,9 +345,11 @@ def get_file_str(path, saltenv='base'): ''' fn_ = cache_file(path, saltenv) if isinstance(fn_, six.string_types): - with salt.utils.fopen(fn_, 'r'...
Fix modules.cp.get_file_str to match the documentation. The documentation states that it will return False if the file can't be cached, in reality it threw an IOError. This makes it return False.
saltstack_salt
train
726adda9b9d313711ed3705c9a8ab8877682c398
diff --git a/organisations/service_test.go b/organisations/service_test.go index <HASH>..<HASH> 100644 --- a/organisations/service_test.go +++ b/organisations/service_test.go @@ -3,6 +3,7 @@ package organisations import ( "fmt" "github.com/Financial-Times/neo-utils-go/neoutils" + "github.com/Financial-Times/up-rw-...
added coveralls to circle.yml and README. Un-modified test that fails locally
Financial-Times_organisations-rw-neo4j
train
ff8d9c7e4373f4f66c61f8a9514e892c0b25d368
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb +++ b/activerecord/lib/activ...
Fix proper fonts in `change_column_null` method docs. [ci skip]
rails_rails
train
cfe38f474db48768edcd153a67b2de5671e67f15
diff --git a/mapbox_vector_tile/encoder.py b/mapbox_vector_tile/encoder.py index <HASH>..<HASH> 100644 --- a/mapbox_vector_tile/encoder.py +++ b/mapbox_vector_tile/encoder.py @@ -61,15 +61,33 @@ def make_valid_polygon_flip(shape): if fixed.is_empty: return None else: - return reverse_polygon(f...
Handle case where a buffer makes a multipolygon
tilezen_mapbox-vector-tile
train
1c550de2b5b06858e24513a3a4df7039d85c71bb
diff --git a/kernel/private/classes/ezpkernel.php b/kernel/private/classes/ezpkernel.php index <HASH>..<HASH> 100644 --- a/kernel/private/classes/ezpkernel.php +++ b/kernel/private/classes/ezpkernel.php @@ -475,6 +475,8 @@ class ezpKernel eZDisplayResult( $templateResult ); $content .= ob_get_clean();...
Changed: refactored shutdown process of legacy kernel
ezsystems_ezpublish-legacy
train
a55970742125802618e2849b929818efec41b5b8
diff --git a/lib/logging/Logger.js b/lib/logging/Logger.js index <HASH>..<HASH> 100644 --- a/lib/logging/Logger.js +++ b/lib/logging/Logger.js @@ -32,7 +32,7 @@ const LogType = Object.freeze({ exports.LogType = LogType; -/** @typedef {keyof LogType} LogTypeEnum */ +/** @typedef {keyof typeof LogType} LogTypeEnum *...
Fix `LogTypeEnum` typedef See [this comment](<URL>) - the type is incorrect for what's desired here.
webpack_webpack
train
7be4c73ac36c15997bbdb22468e3968ec8d5a18a
diff --git a/src/select.js b/src/select.js index <HASH>..<HASH> 100644 --- a/src/select.js +++ b/src/select.js @@ -304,6 +304,9 @@ }; ctrl.isActive = function(itemScope) { + if ( typeof itemScope[ctrl.itemProperty] === 'undefined') { + return false; + } return ctrl.open && ctrl.items...
Re-introduce check to prevent unintentional "all active" return for not yet selected results list elements
angular-ui_ui-select
train
d7bf82b159751e1f7c6a4ace5bcba09e26293b89
diff --git a/lib/Slackbot_worker.js b/lib/Slackbot_worker.js index <HASH>..<HASH> 100755 --- a/lib/Slackbot_worker.js +++ b/lib/Slackbot_worker.js @@ -655,7 +655,7 @@ module.exports = function(botkit, config) { /* helper functions for creating dialog attachments */ - bot.createDialog = function(title, callb...
Add dialog state to Slackbot worker createDialog
howdyai_botkit
train
cf7ec423a2ffaf99adaa7d848d134223de5d438b
diff --git a/src/FuzeWorks/Factory.php b/src/FuzeWorks/Factory.php index <HASH>..<HASH> 100644 --- a/src/FuzeWorks/Factory.php +++ b/src/FuzeWorks/Factory.php @@ -87,6 +87,7 @@ class Factory // If there is no sharedFactoryInstance, prepare it if (is_null(self::$sharedFactoryInstance)) { + // @codeCoverageIgn...
Disabled Modules system by default. It is not stable, it will not be stable in a long while. For now it is deprecated. A newer better system shall replace it in the future.
FuzeWorks_Core
train
0e35e5141ab273f2b3d39a023e5bfa37a10395f5
diff --git a/library/CM/Db/Db.php b/library/CM/Db/Db.php index <HASH>..<HASH> 100644 --- a/library/CM/Db/Db.php +++ b/library/CM/Db/Db.php @@ -83,8 +83,8 @@ class CM_Db_Db extends CM_Class_Abstract { * @param bool|null $disableQueryBuffering * @return CM_Db_Result */ - public static function execM...
Renamed "database-maintenance" to "database-read-maintenance" - Adjusted service config key - Adjusted service method name - Adjusted helper method name in CM_Db_Db
cargomedia_cm
train
dfd945458df6e698ed0a00d8fe7ef52b45a075c5
diff --git a/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocation.java b/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocation.java index <HASH>..<HASH> 100644 --- a/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocation.java +++ b/platform/android/Rhodes/src/com...
The way to get no of satellites is changed The way to get satellites is changed as the previous way was always returning 0
rhomobile_rhodes
train
0e5b7596c7564d961c225a495943edcb6de7df94
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -441,7 +441,7 @@ function respond(params, requestContext, renderer, renderedView, include, includ viewContext.include[params.route.controller] = renderView(params.route.controller, params.route.vie...
Fixed a bug in the debugger. Oh, the irony.
jaysylvester_citizen
train
109f7a3b7f00eac113fac9db45e772a76fa60c20
diff --git a/src/com/google/javascript/jscomp/transpile/CachingTranspiler.java b/src/com/google/javascript/jscomp/transpile/CachingTranspiler.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/transpile/CachingTranspiler.java +++ b/src/com/google/javascript/jscomp/transpile/CachingTranspiler.java @...
Catch UncheckedExecutionException from transpilation. These can occur with parse errors. We rethrow the Exception as an IllegalStateException to match expectations in the consumers of the transpiler. See bug for an example stack. ------------- Created by MOE: <URL>
google_closure-compiler
train
c39f30fdf3342e81a9825fe7c547f69a8e4e9699
diff --git a/window.py b/window.py index <HASH>..<HASH> 100644 --- a/window.py +++ b/window.py @@ -82,16 +82,22 @@ class HelperHud(Subscriber): super(HelperHud, self).__init__(channel) self.client = client self.show_cell_masses = False + self.show_remerge_times = False self.ce...
Show remerge times, formula by @RealDebugMonkey
Gjum_agarnet
train
8e6a0817f7915ebb5cfc37bb4188e7c5d9ec14a2
diff --git a/src/main/java/com/agapsys/security/web/WebSecurity.java b/src/main/java/com/agapsys/security/web/WebSecurity.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/agapsys/security/web/WebSecurity.java +++ b/src/main/java/com/agapsys/security/web/WebSecurity.java @@ -45,15 +45,29 @@ public class WebSecur...
Added check for null security manager
agapsys_web-security-framework
train
e344555d97be7f490852dc5957b79660049fb03b
diff --git a/__tests__/tooling/operation/get-parameters-as-json-schema.test.js b/__tests__/tooling/operation/get-parameters-as-json-schema.test.js index <HASH>..<HASH> 100644 --- a/__tests__/tooling/operation/get-parameters-as-json-schema.test.js +++ b/__tests__/tooling/operation/get-parameters-as-json-schema.test.js @...
fix: prevent us from crashing if `examples` is an empty object (#<I>)
readmeio_oas
train
ac6046c2cfccb502e54b089eefb455b74d1b1393
diff --git a/salt/client/mixins.py b/salt/client/mixins.py index <HASH>..<HASH> 100644 --- a/salt/client/mixins.py +++ b/salt/client/mixins.py @@ -281,23 +281,23 @@ class SyncClientMixin(object): func_globals['__jid_event__'].fire_event(data, 'new') - # Inject some useful globals to *all* the funcit...
Inject globals after verifying the function-- because it might not exist!
saltstack_salt
train
c3e92cdcb802cc5e7d91b148506cde620bf6a806
diff --git a/src/Charcoal/Property/FileProperty.php b/src/Charcoal/Property/FileProperty.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/Property/FileProperty.php +++ b/src/Charcoal/Property/FileProperty.php @@ -448,7 +448,7 @@ class FileProperty extends AbstractProperty return ''; } else { ...
Replaced 'ROOT' with 'base_path'
locomotivemtl_charcoal-property
train
697873ac7729cdd7b3366853b2df9112395494d7
diff --git a/pyinfra/facts/files.py b/pyinfra/facts/files.py index <HASH>..<HASH> 100644 --- a/pyinfra/facts/files.py +++ b/pyinfra/facts/files.py @@ -2,6 +2,8 @@ from __future__ import unicode_literals import re +from six.moves import shlex_quote + from pyinfra.api.facts import FactBase from .util.files impor...
Properly quote patterns before passing to grap in `find_in_file` fact.
Fizzadar_pyinfra
train
5566727efb386059386c03659499f3e1985af38e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -61,11 +61,11 @@ module.exports = function(file, options, cb) { }); jobs = toShift.map(function(parts, i) { + var target = parts.join('.'); if (count !== null && toShift.length > count && i <= (toShift....
fix removal of extraneous files on rotation
dstokes_log-rotate
train
7e86cbabe881e7db4087625a7f6b1ec1543972ed
diff --git a/tweepy/models.py b/tweepy/models.py index <HASH>..<HASH> 100644 --- a/tweepy/models.py +++ b/tweepy/models.py @@ -227,7 +227,7 @@ class User(Model): def __hash__(self): if hasattr(self, 'id'): - return hash(self.id) + return self.id else: rais...
use id as hash since its an integer
tweepy_tweepy
train
c7ab653b44e186d3306821083a8e42f8d7b5f4d5
diff --git a/go/kbfs/libkbfs/folder_branch_ops.go b/go/kbfs/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/go/kbfs/libkbfs/folder_branch_ops.go +++ b/go/kbfs/libkbfs/folder_branch_ops.go @@ -7956,6 +7956,8 @@ func (fbo *folderBranchOps) ClearPrivateFolderMD(ctx context.Context) { fbo.cancelEdits = n...
folder_branch_ops: add comment when resetting edit monitor state Suggested by jakob<I>. Issue: #<I>
keybase_client
train
0ae84cbb817fde80d371c454b69531226e5edc49
diff --git a/src/com/esotericsoftware/yamlbeans/DeferredConstruction.java b/src/com/esotericsoftware/yamlbeans/DeferredConstruction.java index <HASH>..<HASH> 100644 --- a/src/com/esotericsoftware/yamlbeans/DeferredConstruction.java +++ b/src/com/esotericsoftware/yamlbeans/DeferredConstruction.java @@ -31,18 +31,25 @@ i...
Better exception for missing constructor properties.
EsotericSoftware_yamlbeans
train
5460f198c232d1ab3fe3d417159a4fac6644910c
diff --git a/lib/el_finder_s3/connector.rb b/lib/el_finder_s3/connector.rb index <HASH>..<HASH> 100755 --- a/lib/el_finder_s3/connector.rb +++ b/lib/el_finder_s3/connector.rb @@ -78,7 +78,7 @@ module ElFinderS3 def run(params) @adapter = ElFinderS3::Adapter.new(@options[:server], @options[:cache_connector...
Root dir issue and last child is not showing up because of root dir added twice in the path - fixed
raulanatol_el_finder_s3
train
82ab4dbf697e5113be056ab62c7a9ae77a597672
diff --git a/src/sample/index.php b/src/sample/index.php index <HASH>..<HASH> 100644 --- a/src/sample/index.php +++ b/src/sample/index.php @@ -1,3 +1,24 @@ +<?php + +ini_set('display_errors', 1); + +require_once(dirname(__FILE__) . '/../lib/YandexMoney.php'); +require_once(dirname(__FILE__) . '/consts.php'); + +$code =...
html output after replaced after header()
romkavt_yandex-money-sdk-php
train
04fa8b045844da6830ffcfc87f137eed3d25d465
diff --git a/i3pystatus/load.py b/i3pystatus/load.py index <HASH>..<HASH> 100644 --- a/i3pystatus/load.py +++ b/i3pystatus/load.py @@ -1,5 +1,8 @@ from i3pystatus import IntervalModule -from os import cpu_count +try: + from os import cpu_count +except ImportError: + from multiprocessing import cpu_count cla...
add fallback to multiprocessing.cpu_count because os.cpu_count is not available before <I>
enkore_i3pystatus
train
76e8a067d17a2dc087e756047611f592f60caee8
diff --git a/cmd/kubeadm/app/apis/kubeadm/v1beta2/doc.go b/cmd/kubeadm/app/apis/kubeadm/v1beta2/doc.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/apis/kubeadm/v1beta2/doc.go +++ b/cmd/kubeadm/app/apis/kubeadm/v1beta2/doc.go @@ -176,12 +176,12 @@ limitations under the License. // effect: "NoSchedule" // ...
kubeadm: fix bad indentation in the API go docs For the YAML examples, make the indentation consistent by starting with a space and following with a TAB. Also adjust the indentation of some fields to place them under the right YAML field parent - e.g. ignorePreflightErrors is under nodeRegistration.
kubernetes_kubernetes
train
48783e5063ca945b2537a2d4ab6ec816686dad31
diff --git a/packages/insomnia-app/app/ui/components/activity-toggle.js b/packages/insomnia-app/app/ui/components/activity-toggle.js index <HASH>..<HASH> 100644 --- a/packages/insomnia-app/app/ui/components/activity-toggle.js +++ b/packages/insomnia-app/app/ui/components/activity-toggle.js @@ -25,6 +25,7 @@ export defa...
fix: made radio-button-group a controlled component (#<I>)
getinsomnia_insomnia
train
c98b15506ca332932eaa51a06aeeefee46fa9e66
diff --git a/orb/testing/mock_connection.py b/orb/testing/mock_connection.py index <HASH>..<HASH> 100644 --- a/orb/testing/mock_connection.py +++ b/orb/testing/mock_connection.py @@ -3,6 +3,7 @@ Defines a mock backend database connection """ import orb +import logging from collections import defaultdict @@ -14...
* added logging propagation to mock connections
orb-framework_orb
train
bf42d5715bf1adba9e4ebea35defbefacdff4f3d
diff --git a/autograd/numpy/numpy_extra.py b/autograd/numpy/numpy_extra.py index <HASH>..<HASH> 100644 --- a/autograd/numpy/numpy_extra.py +++ b/autograd/numpy/numpy_extra.py @@ -119,7 +119,9 @@ else: arraycast.defgrad(lambda ans, val: lambda g : g) def _is_basic(idx): - return isinstance(idx, (int, slice)) or i...
fixed failing tests (sorry about that)
HIPS_autograd
train
8264dc0a12a56a15c9ebb098bd35dcdd472bb829
diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index <HASH>..<HASH> 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -188,7 +188,9 @@ func runStart(cmd *cobra.Command, args []string) { } selectedKubernetesVersion := viper.GetString(kubernetesVersion) - + if strings.Com...
fix issue where version was not being set
kubernetes_minikube
train
07619517939f55d721a8835c8b43a6ff5b8a057b
diff --git a/src/StreamingServer.php b/src/StreamingServer.php index <HASH>..<HASH> 100644 --- a/src/StreamingServer.php +++ b/src/StreamingServer.php @@ -325,6 +325,13 @@ final class StreamingServer extends EventEmitter /** @internal */ public function handleResponse(ConnectionInterface $connection, ServerRe...
Simplify closing response body when connection is already closed
reactphp_http
train
f53b534479e467fd895975f2b15c63838aa36182
diff --git a/fabric/utils.py b/fabric/utils.py index <HASH>..<HASH> 100644 --- a/fabric/utils.py +++ b/fabric/utils.py @@ -47,7 +47,7 @@ def isatty(stream): def get_pty_size(): """ - Obtain (rows, cols) tuple for sizing a pty on the remote end. + Obtain (cols, rows) tuple for sizing a pty on the remote en...
Switch get_pty_size to use X-by-Y because that's more intuitive. Fab 1 implementation probably stemmed from the order WINSZ gives you, but that's just silly, human computer users always think in terms of X by Y.
fabric_fabric
train
f10bd9d3a4c686507c4ae251a21800a0e7c575ed
diff --git a/map-reduce/src/main/java/org/ojai/json/mapreduce/JSONFileInputFormat.java b/map-reduce/src/main/java/org/ojai/json/mapreduce/JSONFileInputFormat.java index <HASH>..<HASH> 100644 --- a/map-reduce/src/main/java/org/ojai/json/mapreduce/JSONFileInputFormat.java +++ b/map-reduce/src/main/java/org/ojai/json/mapr...
MAPR-<I> : Disable splitting of JSON files in Map-Reduce framework.
ojai_ojai
train
cace7062773a013bae0ee3fb283905eeabfe74c6
diff --git a/website/package.json b/website/package.json index <HASH>..<HASH> 100644 --- a/website/package.json +++ b/website/package.json @@ -4,11 +4,13 @@ "version": "1.0.2", "description": "The documentation website for the Curi router", "scripts": { - "prebuild": "node ./scripts/buildSetup & webpack-cli...
(website) Standalone version updates [ci skip]
pshrmn_curi
train
68aed8910e14842eddaf069c3d812e0b22b3d21e
diff --git a/km3pipe/pumps/aanet.py b/km3pipe/pumps/aanet.py index <HASH>..<HASH> 100644 --- a/km3pipe/pumps/aanet.py +++ b/km3pipe/pumps/aanet.py @@ -21,6 +21,8 @@ class AanetPump(Pump): import aa from ROOT import TFile, Evt self.filename = self.get('filename') + if not self.filename:...
Raises exception if no filename is given
tamasgal_km3pipe
train
0b69a26b09394f27de4f45c64a5ec70829fbc121
diff --git a/lib/duck_map/mapper.rb b/lib/duck_map/mapper.rb index <HASH>..<HASH> 100644 --- a/lib/duck_map/mapper.rb +++ b/lib/duck_map/mapper.rb @@ -35,6 +35,10 @@ module DuckMap @set.routes.last.sitemap_route_name = last_route_name @set.routes.last.sitemap_raw_route_name = sitemap_raw_route_name + ...
tweaked mapper.rb to have route always point to SitemapController.
jduckett_duck_map
train
8d3be7aa53de62965ee529f06d25d0d26a34ef64
diff --git a/cltk/tests/test_cltk.py b/cltk/tests/test_cltk.py index <HASH>..<HASH> 100644 --- a/cltk/tests/test_cltk.py +++ b/cltk/tests/test_cltk.py @@ -331,7 +331,6 @@ class TestSequenceFunctions(unittest.TestCase): # pylint: disable=R0904 def test_tlgu_convert(self): """Test TLGU convert. No...
rm tlgu test file
cltk_cltk
train
ef6a737aa960b65d7ee3357f3691aa8e41f47d69
diff --git a/helpers/blog_helper.php b/helpers/blog_helper.php index <HASH>..<HASH> 100644 --- a/helpers/blog_helper.php +++ b/helpers/blog_helper.php @@ -24,5 +24,33 @@ if ( ! function_exists( 'blog_setting' ) ) } } + +// -------------------------------------------------------------------------- + + +/** + * Get ...
added blog_get_latest() helper.
nails_common
train
bdd68b1c35278f293e7752561a055eb24ad9fec2
diff --git a/great_expectations/data_context/types/__init__.py b/great_expectations/data_context/types/__init__.py index <HASH>..<HASH> 100644 --- a/great_expectations/data_context/types/__init__.py +++ b/great_expectations/data_context/types/__init__.py @@ -20,9 +20,9 @@ from .resource_identifiers import ( Valida...
Dup definition most likely due to git merge
great-expectations_great_expectations
train
b3e415a873f8d13a93a8ebda30262db2ada2c215
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,16 +15,6 @@ PKGDIR = os.path.join(BASEDIR, PKGNAME) MODULES = [filename[:-4] for filename in os.listdir(PKGDIR) if filename.endswith('.pyx')] -ext_args = {} -extra_setup_args = {} - - -# support 'test' targe...
Remove dead code from setup.py and statically set CYTHON_CLINE_IN_TRACEBACK=1 to avoid runtime overhead.
scoder_fastrlock
train
03d814a67e6535ee642477fdfe31afeca000b15e
diff --git a/src/text/BitmapText.js b/src/text/BitmapText.js index <HASH>..<HASH> 100644 --- a/src/text/BitmapText.js +++ b/src/text/BitmapText.js @@ -37,20 +37,43 @@ function BitmapText(text, style) { this.textHeight = 0; /** - * @member {Array} + * Private tracker for the letter sprite pool. + ...
merge #<I>, and remove some setters
pixijs_pixi.js
train
512df3c7eef98a361013123e96cf2942476dc707
diff --git a/src/Commands/Other/DrushCommand.php b/src/Commands/Other/DrushCommand.php index <HASH>..<HASH> 100644 --- a/src/Commands/Other/DrushCommand.php +++ b/src/Commands/Other/DrushCommand.php @@ -42,7 +42,7 @@ class DrushCommand extends BaseGenerator { } /** - * Returns command file name. + * Returns...
Fixed function docs in drush command generator.
Chi-teck_drupal-code-generator
train
3cd034f964de4fd5fee1c587096674f10ca959c3
diff --git a/scout/adapter/mongo/query.py b/scout/adapter/mongo/query.py index <HASH>..<HASH> 100644 --- a/scout/adapter/mongo/query.py +++ b/scout/adapter/mongo/query.py @@ -2,7 +2,7 @@ import logging logger = logging.getLogger(__name__) -from scout.constants import (SPIDEX_HUMAN) +from scout.constants import (SP...
modified mongo query to include human readable clinsigs
Clinical-Genomics_scout
train
c11d94105acf12b36257fc996e55e14e04a68f62
diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationPackages.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigurationPackages.java index <HASH>..<HASH> 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springf...
Log AutoConfigurationPackages warnings just once Update AutoConfigurationPackages to log warnings on the first access, rather than during setup. This works around the fact that the CLI currently add multiple @EnableAutoConfiguration annotations. Fixes gh-<I>
spring-projects_spring-boot
train
6efe656badb7a32b14165f76c9078edfb9bc75b2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): REQUIRES = ["argparse"] if sys.version[:3] in ('2.6', '3.0', '3.1') else [] setup( - version='0.2.0', + version='0.2.1.dev0', zip_safe = True, name = "seq...
Back to development: <I>
musically-ut_seqfile
train
1b8ad7a5d394b0e40987dd2842ea7c608ffe881c
diff --git a/internal/services/eventhub/eventhub_namespace_resource.go b/internal/services/eventhub/eventhub_namespace_resource.go index <HASH>..<HASH> 100644 --- a/internal/services/eventhub/eventhub_namespace_resource.go +++ b/internal/services/eventhub/eventhub_namespace_resource.go @@ -110,7 +110,7 @@ func resource...
azurerm_eventhub_namespace - support upto <I> for maximum_throughput_units (#<I>) Azure recently increased the limit of maximum_througput_units for autoscaling from <I> to <I>. You would get an error right now if you choose anything above <I>. Fixes #<I>
terraform-providers_terraform-provider-azurerm
train
4098025c117225d0aa5092cb5146ce3cbf97b444
diff --git a/cmd/object-api-putobject_test.go b/cmd/object-api-putobject_test.go index <HASH>..<HASH> 100644 --- a/cmd/object-api-putobject_test.go +++ b/cmd/object-api-putobject_test.go @@ -23,6 +23,7 @@ import ( "io/ioutil" "os" "path" + "runtime" "testing" ) @@ -326,6 +327,9 @@ func testObjectAPIPutObject...
Remove XL multipart tmp files when the latter is canceled (#<I>) XL multipart fails to remove tmp files when an error occurs during upload, this case covers the scenario where an upload is canceled manually by the client in the middle of job.
minio_minio
train
fd21597d02452ba1176292b4f936d1198693c426
diff --git a/Configuration.php b/Configuration.php index <HASH>..<HASH> 100644 --- a/Configuration.php +++ b/Configuration.php @@ -2,6 +2,7 @@ namespace Innmind\Rest\Server; +use Innmind\Rest\Server\Definition\Types; use Symfony\Component\Config\Definition\ConfigurationInterface; use Symfony\Component\Config\Def...
enforce property type to the ones defined in Types
Innmind_rest-server
train
a00d2ad0302638e3e2a6bd9f3435fab2cde66627
diff --git a/light_test.go b/light_test.go index <HASH>..<HASH> 100644 --- a/light_test.go +++ b/light_test.go @@ -3,6 +3,7 @@ package hue import ( "testing" "fmt" + "time" ) func TestGetAllLights(t *testing.T) { @@ -20,7 +21,14 @@ func TestSetLightState(t *testing.T) { bridge := NewBridge("192.1...
Improved visual testing for light state SetLightState.
Collinux_gohue
train
c8df0349487aea66b1e1223b939821e216836ce3
diff --git a/code/MemberProfileField.php b/code/MemberProfileField.php index <HASH>..<HASH> 100644 --- a/code/MemberProfileField.php +++ b/code/MemberProfileField.php @@ -60,7 +60,7 @@ class MemberProfileField extends DataObject { $fields->removeByName('ProfilePageID'); $fields->fieldByName('Root.Main')->getChi...
Field default value dropdown set empty string When a `MemberProfileField` is a `DropdownField` there is no way to select nothing as the default dropdown value. `$default->setHasEmptyDefault(true);` doesn't seem to work. I have replaced this with `$default->setEmptyString(' ');`. This allows the user to select t...
symbiote_silverstripe-memberprofiles
train
a5ba33d6a6268ff8b77600e3cfa8ac5005660288
diff --git a/ezp/Content/Concrete.php b/ezp/Content/Concrete.php index <HASH>..<HASH> 100644 --- a/ezp/Content/Concrete.php +++ b/ezp/Content/Concrete.php @@ -100,6 +100,7 @@ class Concrete extends Model implements Content // in Content/Version/Concrete for the following properties: 'modified' => true...
Use from VO property instead of from dynamic property
ezsystems_ezpublish-kernel
train
aefb45fb8c1c9e18154453805050a57b0ff2addd
diff --git a/java/src/com/swiftnav/sbp/SBPMessage.java b/java/src/com/swiftnav/sbp/SBPMessage.java index <HASH>..<HASH> 100644 --- a/java/src/com/swiftnav/sbp/SBPMessage.java +++ b/java/src/com/swiftnav/sbp/SBPMessage.java @@ -18,6 +18,7 @@ import java.lang.reflect.Array; import java.nio.BufferUnderflowException; imp...
java: Fix rebuilding payload from expanded message classes.
swift-nav_libsbp
train
1363860d93d8b2b81b3e8afe6f648bfc50e741e9
diff --git a/pyparsing.py b/pyparsing.py index <HASH>..<HASH> 100644 --- a/pyparsing.py +++ b/pyparsing.py @@ -95,8 +95,8 @@ classes inherit from. Use the docstrings for examples of how to: namespace class """ -__version__ = "2.4.1" -__versionTime__ = "20 Jul 2019 18:17 UTC" +__version__ = "2.5.0" +__versionTime...
Update version in prep for new <I>.x work
pyparsing_pyparsing
train
75ea8d0d67a213a63cf825cacfc9f913eb023c16
diff --git a/src/Symfony/Component/Mime/Address.php b/src/Symfony/Component/Mime/Address.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Mime/Address.php +++ b/src/Symfony/Component/Mime/Address.php @@ -23,6 +23,15 @@ use Symfony\Component\Mime\Exception\RfcComplianceException; */ final class Address { ...
Add Address::fromString This will allow to create an Address from a string such as 'Name <<EMAIL>>'
symfony_symfony
train
26e8f361c8bd0149235608ed14c09dd2cce3f6fb
diff --git a/src/Offer/Offer.php b/src/Offer/Offer.php index <HASH>..<HASH> 100644 --- a/src/Offer/Offer.php +++ b/src/Offer/Offer.php @@ -335,6 +335,31 @@ abstract class Offer extends EventSourcedAggregateRoot } /** + * Publish the offer when it has workflowstatus draft. + */ + public function p...
III-<I> Apply the publish command to an offer.
cultuurnet_udb3-php
train
fbe8243b96f9ad890ec03d0132b159ad9aab4afe
diff --git a/system_maintenance/models.py b/system_maintenance/models.py index <HASH>..<HASH> 100644 --- a/system_maintenance/models.py +++ b/system_maintenance/models.py @@ -78,7 +78,7 @@ class Maintenance(models.Model): software = models.ManyToManyField( 'Software', blank=True, - help_te...
Simplify the help text for software involved in system maintenance
mfcovington_django-system-maintenance
train
756eb01142cb6868e925bebb943faf5b9ccbad67
diff --git a/src/Assetic/Filter/BaseCssFilter.php b/src/Assetic/Filter/BaseCssFilter.php index <HASH>..<HASH> 100644 --- a/src/Assetic/Filter/BaseCssFilter.php +++ b/src/Assetic/Filter/BaseCssFilter.php @@ -84,6 +84,6 @@ abstract class BaseCssFilter implements FilterInterface */ protected function filterIEFi...
Modify regex in filterIEFilters() Changed (?<url>) in regex to (?P<url>) because the short version is not supported in PCRE lower than <I> such as in CentOS <I>.
kriswallsmith_assetic
train
7ca49875991d808aa965af5840a7eabe5c03de79
diff --git a/lib/graphql/object_type.rb b/lib/graphql/object_type.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/object_type.rb +++ b/lib/graphql/object_type.rb @@ -31,10 +31,11 @@ class GraphQL::ObjectType < GraphQL::BaseType # Shovel this type into each interface's `possible_types` array. # - # (There'...
Correctly handle `interfaces` being re-assigned Remove stale `possible_types` entries and add to only the ones that are new.
rmosolgo_graphql-ruby
train
2593165b61af8b70ac154fbb987823dcd37d7081
diff --git a/src/models/StyledComponent.js b/src/models/StyledComponent.js index <HASH>..<HASH> 100644 --- a/src/models/StyledComponent.js +++ b/src/models/StyledComponent.js @@ -101,20 +101,20 @@ class StyledComponent extends Component<*> { const isTargetTag = isTag(elementToBeCreated); const propsForEleme...
Rename nextProps to computedProps
styled-components_styled-components
train
efa86a952a9acafde745d229676386380c03ed66
diff --git a/mockserver-netty/src/test/java/org/mockserver/lifecycle/StopIntegrationTest.java b/mockserver-netty/src/test/java/org/mockserver/lifecycle/StopIntegrationTest.java index <HASH>..<HASH> 100644 --- a/mockserver-netty/src/test/java/org/mockserver/lifecycle/StopIntegrationTest.java +++ b/mockserver-netty/src/t...
ignoring test that has suddenly for no reason become random on build server but never fails anywhere else
jamesdbloom_mockserver
train
f50277f900ab4d7ae5987f597c23ff6a7bcd7dd8
diff --git a/client/isolate/format.go b/client/isolate/format.go index <HASH>..<HASH> 100644 --- a/client/isolate/format.go +++ b/client/isolate/format.go @@ -441,7 +441,7 @@ func (lhs *ConfigSettings) union(rhs *ConfigSettings) (*ConfigSettings, error) { lFiles, rFiles = rhs.Files, lhs.Files } - rebasePath, err...
Fix processing of file deps from relative includes. R=<EMAIL> BUG=<I> Review URL: <URL>
luci_luci-go
train
3e067c0c103c7633e7d71a7bd5b05a69928494de
diff --git a/UploadBehavior.php b/UploadBehavior.php index <HASH>..<HASH> 100644 --- a/UploadBehavior.php +++ b/UploadBehavior.php @@ -112,10 +112,11 @@ class UploadBehavior extends \yii\base\Behavior /** * Save uploaded file into [[$uploadPath]] + * @param boolean $deleteOldFile If true and file exist...
Ability to delete old file when reupload file
mdmsoft_yii2-upload-file
train
760caa10aabfd4540b53827584e35e630030c0d6
diff --git a/src/canvas/view/CanvasView.js b/src/canvas/view/CanvasView.js index <HASH>..<HASH> 100644 --- a/src/canvas/view/CanvasView.js +++ b/src/canvas/view/CanvasView.js @@ -238,6 +238,15 @@ module.exports = Backbone.View.extend({ cursor: -webkit-grabbing; } + .${ppfx}is__grabbing { + ...
Append grabbing class in iframe
artf_grapesjs
train
c20fff55a6dfe701f524dceeda93cac8c9eb1042
diff --git a/fs.go b/fs.go index <HASH>..<HASH> 100644 --- a/fs.go +++ b/fs.go @@ -7,6 +7,7 @@ import ( "html" "io" "mime" + "net/http" "os" "path/filepath" "sort" @@ -836,8 +837,17 @@ func (h *fsHandler) newFSFile(f *os.File, fileInfo os.FileInfo, compressed bool) return nil, fmt.Errorf("too big file: %...
FS: detect file content-type with net/http.DetectContentType if the type cannot be determined by file extension
valyala_fasthttp
train
64a2a0ca3b74c79de92e2566b0af6a4912c5cf54
diff --git a/test/index_test.rb b/test/index_test.rb index <HASH>..<HASH> 100644 --- a/test/index_test.rb +++ b/test/index_test.rb @@ -289,6 +289,31 @@ class IndexMergeFileTest < Rugged::TestCase assert_equal merge_file_result[:path], "conflicts-one.txt" assert_equal merge_file_result[:data], "<<<<<<< ours\nT...
Test `Index.merge_file` with missing sides `Index.merge_file` produces the conflict file for a given conflict. This can be produced for add/add conflicts (that are missing ancestors) but - by definition - cannot be produced for edit/delete conflicts. (Git simply leaves the edited file in the working tree without conf...
libgit2_rugged
train
41755553ca6527889618bc9ac2f75bc575a004ef
diff --git a/lib/specinfra/command/ubuntu/base/ppa.rb b/lib/specinfra/command/ubuntu/base/ppa.rb index <HASH>..<HASH> 100644 --- a/lib/specinfra/command/ubuntu/base/ppa.rb +++ b/lib/specinfra/command/ubuntu/base/ppa.rb @@ -1,11 +1,11 @@ class Specinfra::Command::Ubuntu::Base::Ppa < Specinfra::Command::Debian::Base::Pp...
Wildcard whitespace in repository regex The chef "apt" cookbook adds repositories with extra spaces. Since the size of the whitespace isn't important we need to wildcard it.
mizzy_specinfra
train