hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e91dec8195273d8690421b1e4763808874f4b1eb
diff --git a/lib/jsdom/level2/style.js b/lib/jsdom/level2/style.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/level2/style.js +++ b/lib/jsdom/level2/style.js @@ -62,7 +62,7 @@ module.exports = core => { StyleSheetList.prototype.__proto__ = Array.prototype; StyleSheetList.prototype.item = function item(i) { - ...
Make StyleSheetList.prototype.item correctly return null when appropriate Per spec, "If there is no indexth object in the collection, then the method must return null."
jsdom_jsdom
train
9454abfc0af3071612e3b7b048097023e29fcb0a
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -39,3 +39,9 @@ import './TreeIndex.test' import './utils.test' import './XMLExporter.test' import './XMLImporter.test' + +import { substanceGlobals } from 'substance' +// throw in failed asserts +substan...
Enable throwing asserts for tests.
substance_substance
train
c71bf3779ea21f92f3713c58d4b50437e2b0b68f
diff --git a/src/Joomla/Application/AbstractCliApplication.php b/src/Joomla/Application/AbstractCliApplication.php index <HASH>..<HASH> 100644 --- a/src/Joomla/Application/AbstractCliApplication.php +++ b/src/Joomla/Application/AbstractCliApplication.php @@ -102,6 +102,6 @@ abstract class AbstractCliApplication extends...
Trim \r from CliApplication::in()
joomla_joomla-framework
train
169cd43d22a6dd900756a9a4cea1a5da824b3b68
diff --git a/spec/matcher/ToBeAnInstanceOf.spec.php b/spec/matcher/ToBeAnInstanceOf.spec.php index <HASH>..<HASH> 100644 --- a/spec/matcher/ToBeAnInstanceOf.spec.php +++ b/spec/matcher/ToBeAnInstanceOf.spec.php @@ -29,23 +29,31 @@ describe('ToBeAnInstanceOf', function () { beforeEach(function () { ...
Update ToBeAnInstanceOf spec
expectation-php_expect
train
6ccfccecc03cacfeb86ca27f5218b5897f3294f3
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/auxiliary/MethodCallProxy.java b/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/auxiliary/MethodCallProxy.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/auxiliary/MethodCallProxy.java +++ ...
Further unification of refactored type system.
raphw_byte-buddy
train
2daa3a7dc087513172e9fe40a621036c7a468c74
diff --git a/src/core/env/iframe.js b/src/core/env/iframe.js index <HASH>..<HASH> 100644 --- a/src/core/env/iframe.js +++ b/src/core/env/iframe.js @@ -36,7 +36,9 @@ var FrameEnv = basis.ui.Node.subclass({ var frameWindow = this.element.contentWindow; var initCode = ''; - var code = require('./ifram...
fix iframe inject code build issue
basisjs_yatra
train
a27d55714fde86389563799d9e98b2d54dc02716
diff --git a/lib/govuk_app_config/govuk_xray.rb b/lib/govuk_app_config/govuk_xray.rb index <HASH>..<HASH> 100644 --- a/lib/govuk_app_config/govuk_xray.rb +++ b/lib/govuk_app_config/govuk_xray.rb @@ -8,9 +8,10 @@ module GovukXRay end def self.start - # if aws-sdk is loaded, we want to instrument that too - ...
Do not patch aws_sdk by default
alphagov_govuk_app_config
train
e3c5c237f0e076c60cd0b02aa6c93f84daea5cc9
diff --git a/mind-map/idea-mindmap/src/com/igormaznitsa/ideamindmap/editor/MindMapPanelControllerImpl.java b/mind-map/idea-mindmap/src/com/igormaznitsa/ideamindmap/editor/MindMapPanelControllerImpl.java index <HASH>..<HASH> 100644 --- a/mind-map/idea-mindmap/src/com/igormaznitsa/ideamindmap/editor/MindMapPanelControlle...
added logic to disable some items in popup if model is empty
raydac_netbeans-mmd-plugin
train
df797b0ab2543735f87a147082a77364264d42b0
diff --git a/resilience4j-retrofit/src/main/java/io/github/resilience4j/retrofit/RetrofitCircuitBreaker.java b/resilience4j-retrofit/src/main/java/io/github/resilience4j/retrofit/RetrofitCircuitBreaker.java index <HASH>..<HASH> 100644 --- a/resilience4j-retrofit/src/main/java/io/github/resilience4j/retrofit/RetrofitCir...
Changed the style of the <code> example to avoid javadoc errors
resilience4j_resilience4j
train
d6052a653b1f4c4f772a625fadf32db1cfff3c3f
diff --git a/closure/goog/editor/plugins/enterhandler.js b/closure/goog/editor/plugins/enterhandler.js index <HASH>..<HASH> 100644 --- a/closure/goog/editor/plugins/enterhandler.js +++ b/closure/goog/editor/plugins/enterhandler.js @@ -584,7 +584,7 @@ goog.editor.plugins.EnterHandler.prototype.deleteCursorSelectionW3C_ ...
adding truthy test to range in deleteCursorSelectionW3C_, which will occasionally throw an NPE when range is null, at `!range.isCollapsed()`
google_closure-library
train
80368a2ca21e0edc4805a0462c277e474ebddade
diff --git a/src/engine/Resolutor.js b/src/engine/Resolutor.js index <HASH>..<HASH> 100644 --- a/src/engine/Resolutor.js +++ b/src/engine/Resolutor.js @@ -70,7 +70,7 @@ Resolutor.explain = query = [query]; } - let recursiveResolution = function (remainingLiterals, thetaSoFar, variablesInUseSoFar) { + ...
fix resolutor variable rename logic
lps-js_lps.js
train
30a4761592a341fa696439edf457b8646d81e3f8
diff --git a/python/ray/_private/gcs_pubsub.py b/python/ray/_private/gcs_pubsub.py index <HASH>..<HASH> 100644 --- a/python/ray/_private/gcs_pubsub.py +++ b/python/ray/_private/gcs_pubsub.py @@ -4,8 +4,10 @@ import logging import random import threading from typing import Optional, Tuple +import time import grpc ...
Two issues fix for GCS connecting logic in monitor.py and log_monitor.py (#<I>) This patch fixed two issues. 1. log_monitor.py can crash when gcs is not temporarily available. Added retry logic in gcs_pubsub.py. 2. it is possible that the signal handler can raise another exception during exception handling.
ray-project_ray
train
fa0a9337800c44872e28b928541efbbafd988ca2
diff --git a/lib/mongo/util/pool.rb b/lib/mongo/util/pool.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/util/pool.rb +++ b/lib/mongo/util/pool.rb @@ -49,8 +49,7 @@ module Mongo begin sock.close rescue IOError => ex - warn "IOError when attempting to close socket connected " - ...
Fix the exception message shown when there's an IOError while closing a socket in the pool.
mongodb_mongo-ruby-driver
train
4df0a41e95336fa4d75599a126e203ad6a46d2ba
diff --git a/src/strategies/best_connected_ever_strategy.js b/src/strategies/best_connected_ever_strategy.js index <HASH>..<HASH> 100644 --- a/src/strategies/best_connected_ever_strategy.js +++ b/src/strategies/best_connected_ever_strategy.js @@ -24,7 +24,7 @@ return null; } return Pusher.ParallelStrat...
Filter unsupported strategies on connect * remove filtering from MultiStrategy * update MultiStrategy's isSupported check * add filters in strategies inheriting from MultiStrategy
pusher_pusher-js
train
5cd60576b70fa6b641bccacff1cc9f2c3a957fa6
diff --git a/lib/core/King23_Router.php b/lib/core/King23_Router.php index <HASH>..<HASH> 100755 --- a/lib/core/King23_Router.php +++ b/lib/core/King23_Router.php @@ -112,9 +112,9 @@ class King23_Router implements King23_Singleton { if($paramstr = substr($request, strlen($route)...
a few modifications that allow to return contents back to the front controller rather then echoing it directly
ppetermann_king23
train
dbbb0fb35157b6f63cad130bac5bae3174a98d43
diff --git a/tests/Sabre/CalDAV/XMLUtilTest.php b/tests/Sabre/CalDAV/XMLUtilTest.php index <HASH>..<HASH> 100644 --- a/tests/Sabre/CalDAV/XMLUtilTest.php +++ b/tests/Sabre/CalDAV/XMLUtilTest.php @@ -282,6 +282,18 @@ XML; /** * @depends testParseICalendarDateTime */ + function testParseICalendarDate...
Test for broken date. Updates Issue <I>.
sabre-io_dav
train
98716cf3be9724d7118933b6eefcc49451b00ebd
diff --git a/lib/bootscaf/cli.rb b/lib/bootscaf/cli.rb index <HASH>..<HASH> 100644 --- a/lib/bootscaf/cli.rb +++ b/lib/bootscaf/cli.rb @@ -1,8 +1,10 @@ require 'thor' +require 'net/http' + module Bootscaf class CLI < Thor YESSES = ['y', 'yes', 'Y', 'Yes', 'YES'] - LAST_KNOWN_BOOTSTRAP_VERSION = '3.3.1' + ...
WIP application.html.erb
thrivesmart_bootscaf
train
d414d8de6cf7be9ed2693556e292fd4f1057f5bf
diff --git a/src/org/opencms/ui/FontOpenCms.java b/src/org/opencms/ui/FontOpenCms.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/ui/FontOpenCms.java +++ b/src/org/opencms/ui/FontOpenCms.java @@ -161,7 +161,13 @@ public enum FontOpenCms implements FontIcon { WAND(0xe610), /** The warning icon. */ - ...
Added tree opener icons to font enum.
alkacon_opencms-core
train
cdf358ce0b2d61030f09d3fd61deacdd2925b6f7
diff --git a/app/models/article.rb b/app/models/article.rb index <HASH>..<HASH> 100644 --- a/app/models/article.rb +++ b/app/models/article.rb @@ -219,9 +219,9 @@ class Article < Content def html_urls urls = Array.new - html.gsub(/<a [^>]*>/) do |tag| - if(tag =~ /href="([^"]+)"/) - urls.push($...
Spec out and fix Article#html_urls
publify_publify
train
1bae0a48847440f2b0ad0f2a54efa61f3b3035ea
diff --git a/src/PhpPact/Standalone/Installer/InstallManager.php b/src/PhpPact/Standalone/Installer/InstallManager.php index <HASH>..<HASH> 100644 --- a/src/PhpPact/Standalone/Installer/InstallManager.php +++ b/src/PhpPact/Standalone/Installer/InstallManager.php @@ -28,7 +28,7 @@ class InstallManager public func...
Move pact binary install directory to the root of the project. This will force a version change through composer to delete the binaries.
pact-foundation_pact-php
train
e581c601a34cb18c0a609b081dc53a17a11aa83c
diff --git a/lib/bitcoin/store/db/level_db.rb b/lib/bitcoin/store/db/level_db.rb index <HASH>..<HASH> 100644 --- a/lib/bitcoin/store/db/level_db.rb +++ b/lib/bitcoin/store/db/level_db.rb @@ -74,7 +74,9 @@ module Bitcoin # generate height key def height_key(height) - KEY_PREFIX[:height] + he...
Fix key generation for odd height(#8)
chaintope_bitcoinrb
train
16794ab9f19c4e34a6e263bdfd2b310cddb95980
diff --git a/vk_requests/api.py b/vk_requests/api.py index <HASH>..<HASH> 100644 --- a/vk_requests/api.py +++ b/vk_requests/api.py @@ -29,6 +29,11 @@ class API(object): return self._timeout def make_request(self, request_obj): + """Make http request. This method is being called from Request objec...
Fixed interactive session, get is_token_required flag directly from auth_api; Some code refactoring
prawn-cake_vk-requests
train
897767022ea883ed5419624af02d61821c9e3317
diff --git a/build/project-template-gradle/src/main/java/com/tns/ErrorReport.java b/build/project-template-gradle/src/main/java/com/tns/ErrorReport.java index <HASH>..<HASH> 100644 --- a/build/project-template-gradle/src/main/java/com/tns/ErrorReport.java +++ b/build/project-template-gradle/src/main/java/com/tns/ErrorR...
fixed error activity bug (shows in release)
NativeScript_android-runtime
train
bd015bb5080e8498c67a26a6b5d9220a0fd3d2eb
diff --git a/src/main/java/io/reinert/requestor/ListDoneCallback.java b/src/main/java/io/reinert/requestor/ListDoneCallback.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/reinert/requestor/ListDoneCallback.java +++ b/src/main/java/io/reinert/requestor/ListDoneCallback.java @@ -17,6 +17,8 @@ package io.reinert....
Log messages in Set and List callbacks.
reinert_requestor
train
4258bb9f21f585c9d558e7a03f851b0400ed8fef
diff --git a/tools/src/main/java/org/bitcoinj/tools/WalletTool.java b/tools/src/main/java/org/bitcoinj/tools/WalletTool.java index <HASH>..<HASH> 100644 --- a/tools/src/main/java/org/bitcoinj/tools/WalletTool.java +++ b/tools/src/main/java/org/bitcoinj/tools/WalletTool.java @@ -683,7 +683,7 @@ public class WalletTool {...
Apply "Replace indexOf() with contains()" refactoring.
bitcoinj_bitcoinj
train
55f021bcb251eba01210fec7125958bb343f8f89
diff --git a/packages/vaex-jupyter/vaex/jupyter/_version.py b/packages/vaex-jupyter/vaex/jupyter/_version.py index <HASH>..<HASH> 100644 --- a/packages/vaex-jupyter/vaex/jupyter/_version.py +++ b/packages/vaex-jupyter/vaex/jupyter/_version.py @@ -1,2 +1,2 @@ -__version_tuple__ = (0, 2, 3) -__version__ = '0.2.3' +__vers...
Release <I> of vaex-jupyter
vaexio_vaex
train
e2588432ee256ced8388809e89580f9cf0715596
diff --git a/lib/opal/parser.rb b/lib/opal/parser.rb index <HASH>..<HASH> 100644 --- a/lib/opal/parser.rb +++ b/lib/opal/parser.rb @@ -653,6 +653,8 @@ module Opal fragment("(__scope.#{part[1].to_s} != null)", sexp) when :colon2 fragment("false", sexp) + when :colon3 + fragment("(__o...
Support defined? with ::constant (fixes #<I>) This ruby syntax now returns nil for undefined constants, or 'constant' if it exists. This commit adds 2 specs for this syntax.
opal_opal
train
c1d0fc6ce12e549f6e1fb545d5ba42d58d623c14
diff --git a/logspace-agent-controller/src/main/java/io/logspace/agent/hq/HqAgentController.java b/logspace-agent-controller/src/main/java/io/logspace/agent/hq/HqAgentController.java index <HASH>..<HASH> 100644 --- a/logspace-agent-controller/src/main/java/io/logspace/agent/hq/HqAgentController.java +++ b/logspace-agen...
changed start date to now and removed synchronous call
Indoqa_logspace
train
97b482c47943c8ba82ad166c9605200e59024619
diff --git a/exchangelib/ewsdatetime.py b/exchangelib/ewsdatetime.py index <HASH>..<HASH> 100644 --- a/exchangelib/ewsdatetime.py +++ b/exchangelib/ewsdatetime.py @@ -77,13 +77,13 @@ class EWSDateTime(datetime.datetime): def __new__(cls, *args, **kwargs): """ - Inherits datetime and adds extra fo...
Remove the ewstzinfo hack. Just use the same level of sanity checking as datetime.datetime
ecederstrand_exchangelib
train
a045e59cf1b1e36b326af0c1172c3b473bfbdece
diff --git a/src/content/formats/groovy-rc.js b/src/content/formats/groovy-rc.js index <HASH>..<HASH> 100644 --- a/src/content/formats/groovy-rc.js +++ b/src/content/formats/groovy-rc.js @@ -192,7 +192,7 @@ options.getHeader = function() { + indents(1) + "void setUp() throws Exception {\n" + indents(2...
Casing of method name changed. r<I>
SeleniumHQ_selenium
train
121a6669a85cdb8da942de466d42d5dfdecc0b7d
diff --git a/ddl/db_partition_test.go b/ddl/db_partition_test.go index <HASH>..<HASH> 100644 --- a/ddl/db_partition_test.go +++ b/ddl/db_partition_test.go @@ -564,6 +564,14 @@ create table log_message_1 ( dbterror.ErrRangeNotIncreasing, }, { + "create table t(d datetime)" + + "partition by range columns ...
ddl: invalid multiple MAXVALUE partitions (#<I>) (#<I>) close pingcap/tidb#<I>
pingcap_tidb
train
e0d6fd6bfa9e6988036470f45192b2c7aadfced7
diff --git a/rpc/core/net.go b/rpc/core/net.go index <HASH>..<HASH> 100644 --- a/rpc/core/net.go +++ b/rpc/core/net.go @@ -38,9 +38,12 @@ func NetInfo() (*ctypes.ResponseNetInfo, error) { for _, listener := range p2pSwitch.Listeners() { listeners = append(listeners, listener.String()) } - peers := []string{} + p...
RPC shows Peer{Address,IsOutbound}
tendermint_tendermint
train
6fa3a82dc5473603faeb13734bc79bdf873f002f
diff --git a/lib/sidekiq/failures/middleware.rb b/lib/sidekiq/failures/middleware.rb index <HASH>..<HASH> 100644 --- a/lib/sidekiq/failures/middleware.rb +++ b/lib/sidekiq/failures/middleware.rb @@ -16,7 +16,7 @@ module Sidekiq :failed_at => Time.now.strftime("%Y/%m/%d %H:%M:%S %Z"), :payload => m...
Use #message instead of #to_s Exceptions raised by the google-adwords-api gem return the same thing for `e.class.to_s` and `e.to_s`. Switching to `message` here makes the output match what is shown in sidekiq's retries. I believe the convention is to implement a `message` method on exceptions, so I'm thinking this iss...
mhfs_sidekiq-failures
train
bf51fc4b59eaaa4d22f2c6ae08798349d48495bf
diff --git a/fs/local_modifications_test.go b/fs/local_modifications_test.go index <HASH>..<HASH> 100644 --- a/fs/local_modifications_test.go +++ b/fs/local_modifications_test.go @@ -1986,3 +1986,17 @@ func (t *SymlinkTest) RemoveLink() { _, err = gcsutil.ReadObject(t.ctx, t.bucket, "foo") ExpectThat(err, HasSameTy...
Added a stub for a rename test.
jacobsa_ratelimit
train
3b9a6800924468e3875ccc3b0d1c89453b1bf576
diff --git a/eclipsePlugin/src/de/tobject/findbugs/marker/FindBugsMarker.java b/eclipsePlugin/src/de/tobject/findbugs/marker/FindBugsMarker.java index <HASH>..<HASH> 100644 --- a/eclipsePlugin/src/de/tobject/findbugs/marker/FindBugsMarker.java +++ b/eclipsePlugin/src/de/tobject/findbugs/marker/FindBugsMarker.java @@ -2...
Added UNIQUE_ID marker attribute. This helps us find the BugInstance object associated with each marker. git-svn-id: <URL>
spotbugs_spotbugs
train
43f560b38569280395fcd927b57c4a9bd02490a9
diff --git a/src/main/java/com/thinkaurelius/faunus/FaunusPipeline.java b/src/main/java/com/thinkaurelius/faunus/FaunusPipeline.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/thinkaurelius/faunus/FaunusPipeline.java +++ b/src/main/java/com/thinkaurelius/faunus/FaunusPipeline.java @@ -167,6 +167,7 @@ public cl...
added _id to properties in ElementPicker. Some TODO notes in FaunusPipeline.
thinkaurelius_titan
train
6baef0dd0de0258c85588259d266735f913a3c78
diff --git a/packages/node_modules/@webex/webex-core/src/webex-core.js b/packages/node_modules/@webex/webex-core/src/webex-core.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/webex-core/src/webex-core.js +++ b/packages/node_modules/@webex/webex-core/src/webex-core.js @@ -78,6 +78,8 @@ const postInter...
fix(upload): add abort function on file upload for webex fix(upload): resolve lint issues fix(upload): send data as error to web client
webex_spark-js-sdk
train
be046cd4d9be37a516f8ad6bcc58e892f5b2a540
diff --git a/install.js b/install.js index <HASH>..<HASH> 100644 --- a/install.js +++ b/install.js @@ -1,38 +1,37 @@ 'use strict'; -var path = require('path') - , fs = require('fs'); - // // Compatibility with older node.js as path.exists got moved to `fs`. // -var existsSync = fs.existsSync || path.existsSync +...
[refactor] Cleanup some of the comments and re-organizing the code
observing_pre-commit
train
c0b371cf5f059d105b8152921b6cb2c79bd88a73
diff --git a/lib/codemirror.js b/lib/codemirror.js index <HASH>..<HASH> 100644 --- a/lib/codemirror.js +++ b/lib/codemirror.js @@ -2919,6 +2919,7 @@ updateMaxLine: false, // Set when the widest line needs to be determined anew scrollLeft: null, scrollTop: null, // Intermediate scroll position, not push...
Delay focusing of textarea to end of operation when possible So that the hidden textarea is actually near the cursor when it gets focused, and doesn't cause weird scroll jumps.
codemirror_CodeMirror
train
15459c18f01abcbf146777f077b68267069c338f
diff --git a/src/widget.js b/src/widget.js index <HASH>..<HASH> 100644 --- a/src/widget.js +++ b/src/widget.js @@ -30,6 +30,9 @@ class SunburstWidget { this.exclude = options.exclude || []; this.COLOR_PALLETTE = colors; this.loadingDiv = 'dummy'; + this.d3vis = null; + this.vis = null; + this.da...
add initializers for properties added outside constructor
personality-insights_sunburst-chart
train
ec291721ddeb66c88ba2d86d45ee27de84013e95
diff --git a/src/java/org/apache/cassandra/dht/OrderPreservingPartitioner.java b/src/java/org/apache/cassandra/dht/OrderPreservingPartitioner.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/dht/OrderPreservingPartitioner.java +++ b/src/java/org/apache/cassandra/dht/OrderPreservingPartitioner.java @...
add string de/serialize code to TokenFactory for ApplicationState's benefit. patch by jbellis; tested by nk<I> and MarkR<I> for CASSANDRA-<I> git-svn-id: <URL>
Stratio_stratio-cassandra
train
a94a6444fee2a6a4f76436fcfb0fd23b88a3811e
diff --git a/registry.go b/registry.go index <HASH>..<HASH> 100644 --- a/registry.go +++ b/registry.go @@ -258,6 +258,36 @@ func parseString(s string) (metric string, indom string, instances []string, err } // AddMetricByString dynamically creates a PCPMetric -func (r *PCPRegistry) AddMetricByString(name string, va...
registry: redefine AddMetricByString to be dynamic
performancecopilot_speed
train
c1af326b3834e7815f48596e4ca519555ad56a41
diff --git a/lib/prmd/schema.rb b/lib/prmd/schema.rb index <HASH>..<HASH> 100644 --- a/lib/prmd/schema.rb +++ b/lib/prmd/schema.rb @@ -63,7 +63,7 @@ module Prmd when Array datum.map { |element| convert_type_to_array.call(element) } when Hash - if datum.has_key?('type') + i...
don't convert non-string types to arrays closes #<I>
interagent_prmd
train
e4fa599dbe0b20b7492d740137ea7972ca7bb0ea
diff --git a/viewer.js b/viewer.js index <HASH>..<HASH> 100644 --- a/viewer.js +++ b/viewer.js @@ -44,6 +44,9 @@ } , state = states.DEFAULT + // keeping track of event handling + , events = [] + //// buttons // default buttons that are always visible @@ -718,40 +721,38 @@ ...
cleanup: erased code duplication and made removing of all event listeners easier
pfirpfel_image-viewer
train
9b4dbba384bc81a99abe429476729f80cb06d19a
diff --git a/src/platforms/web/runtime/directives/show.js b/src/platforms/web/runtime/directives/show.js index <HASH>..<HASH> 100644 --- a/src/platforms/web/runtime/directives/show.js +++ b/src/platforms/web/runtime/directives/show.js @@ -1,6 +1,5 @@ /* @flow */ -import { isIE9 } from 'core/util/env' import { enter...
fix(transition): should trigger transition hooks for v-show in ie9 fix #<I>
IOriens_wxml-transpiler
train
a36bc3d9c32e59ccc8f77bf6b3dcbb1f23ed1978
diff --git a/guacamole/src/main/webapp/app/client/controllers/clientController.js b/guacamole/src/main/webapp/app/client/controllers/clientController.js index <HASH>..<HASH> 100644 --- a/guacamole/src/main/webapp/app/client/controllers/clientController.js +++ b/guacamole/src/main/webapp/app/client/controllers/clientCon...
GUAC-<I>: Sync local clipboard with received clipboard data if it appears to be due to an in-progress keyboard shortcut.
glyptodon_guacamole-client
train
731acf5d944ccea584e542d7fd944bd40c987aec
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -818,6 +818,33 @@ cache(function(data, match, sendBadge) { }); })); +// Chef cookbook integration. +camp.route(/^\/cookbook\/v\/(.*)\.(svg|png|gif|jpg)$/, +cache(function(data, match, sendBadge) { + var cookbook = m...
Add a route for Chef cookbooks
badges_shields
train
e74599a6e8709171ff13a14aa9788731d77b0f8f
diff --git a/spec/acceptance/listen_spec.rb b/spec/acceptance/listen_spec.rb index <HASH>..<HASH> 100644 --- a/spec/acceptance/listen_spec.rb +++ b/spec/acceptance/listen_spec.rb @@ -74,6 +74,12 @@ describe "Listen" do }.should eq({ modified: ['file.rb'], added: [], removed: [] }) end + ...
Add spec for file modification with echo Close #<I>
guard_listen
train
15054ff55c51540475820a6965487255344bf6f2
diff --git a/lib/tetra/packages/maven_kit_item.rb b/lib/tetra/packages/maven_kit_item.rb index <HASH>..<HASH> 100644 --- a/lib/tetra/packages/maven_kit_item.rb +++ b/lib/tetra/packages/maven_kit_item.rb @@ -21,13 +21,14 @@ module Tetra rest, version = path_split(path) group_directory, artifact_id = path_s...
Bugfix: be sure that maven kit items are sharable
moio_tetra
train
2baf22065c272151067db8b7c0af9ef6ffdb423b
diff --git a/flask_jwt_extended/tokens.py b/flask_jwt_extended/tokens.py index <HASH>..<HASH> 100644 --- a/flask_jwt_extended/tokens.py +++ b/flask_jwt_extended/tokens.py @@ -48,8 +48,12 @@ def encode_access_token(identity, secret, algorithm, expires_delta, fresh, identity_claim: identity, 'fresh': fr...
Do not add `user_claims` to access token if empty If `user_claims` are empty dict (`{}`) or `None`, do not add them to JWT. This should result in shorter token length.
vimalloc_flask-jwt-extended
train
09d8dbad0a6a15d88304b8dfa5d3693a2c1d0984
diff --git a/lib/IyzipayResource.js b/lib/IyzipayResource.js index <HASH>..<HASH> 100644 --- a/lib/IyzipayResource.js +++ b/lib/IyzipayResource.js @@ -27,7 +27,7 @@ IyzipayResource.prototype._getHttpHeaders = function (method) { this._config.apiKey, IyzipayResource.SEPARATOR, this...
client request update (#<I>)
iyzico_iyzipay-node
train
3ae1f6c22af72dee672236521b43f08239c5cf8f
diff --git a/barge-core/src/main/java/org/robotninjas/barge/log/DefaultRaftLog.java b/barge-core/src/main/java/org/robotninjas/barge/log/DefaultRaftLog.java index <HASH>..<HASH> 100644 --- a/barge-core/src/main/java/org/robotninjas/barge/log/DefaultRaftLog.java +++ b/barge-core/src/main/java/org/robotninjas/barge/log/D...
Write a separate log data structure to the log instead of just the entry
mgodave_barge
train
cc60dd19e75f5c83ef48816fbc888bb09a83a3f0
diff --git a/tests/Sharing/BucketsTest.php b/tests/Sharing/BucketsTest.php index <HASH>..<HASH> 100644 --- a/tests/Sharing/BucketsTest.php +++ b/tests/Sharing/BucketsTest.php @@ -321,19 +321,14 @@ class BucketsTest extends StorageApiTestCase $this->fail('Shared table delete should fail'); ...
shared-buckets: test for restricted column drop
keboola_storage-api-php-client
train
84ddabda3a48fbcc4615c37ecb8c516cf4df458f
diff --git a/clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/common/management/services/domain/datacenters/filters/DataCenterFilter.java b/clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/common/management/services/domain/datacenters/filters/DataCenterFilter.java index <HASH>..<HASH> 100644 --- a/clc-j...
<I> design and implement integration tests framework
CenturyLinkCloud_clc-java-sdk
train
ff324798cb1c6e87d714ecacf8a8891f30249a5b
diff --git a/hazelcast/src/test/java/com/hazelcast/cluster/impl/AdvancedClusterStateTest.java b/hazelcast/src/test/java/com/hazelcast/cluster/impl/AdvancedClusterStateTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/cluster/impl/AdvancedClusterStateTest.java +++ b/hazelcast/src/test/jav...
Removed unused cluster-state test methods/classes
hazelcast_hazelcast
train
30cf5725cfc98e10944fbbe491360789948b1e78
diff --git a/claripy/ast.py b/claripy/ast.py index <HASH>..<HASH> 100644 --- a/claripy/ast.py +++ b/claripy/ast.py @@ -278,6 +278,8 @@ class A(ana.Storable): # l.warning(ClaripyOperationError("Un-wrapped native object of type %s!" % type(a))) #pylint:enable=attribute-defined-outside-init + ...
ASTs now use their hash as a uuid
angr_claripy
train
8852f5a407a0eee558e2f5b682e08667ab2d85bf
diff --git a/lib/dxruby_sdl/image.rb b/lib/dxruby_sdl/image.rb index <HASH>..<HASH> 100644 --- a/lib/dxruby_sdl/image.rb +++ b/lib/dxruby_sdl/image.rb @@ -49,6 +49,15 @@ module DXRubySDL return @_surface.h end + def set_color_key(color) + @_surface.set_color_key(SDL::RLEACCEL, color) + end + + ...
supported Image#set_color_key and Image#compare, but not implemented spec.
takaokouji_dxruby_sdl
train
6553778c9eb9a50905db565fdbde7ccb22ad3997
diff --git a/tcp.go b/tcp.go index <HASH>..<HASH> 100644 --- a/tcp.go +++ b/tcp.go @@ -6,6 +6,7 @@ import ( "net" "os" "runtime" + "syscall" "time" "github.com/libp2p/go-libp2p-core/network" @@ -45,7 +46,7 @@ func tryKeepAlive(conn net.Conn, keepAlive bool) { // // But there's nothing we can do about ...
fix: drop raw EINVAL (from keepalives) errors as well (#<I>) It _looks_ like the standard library doesn't always wrap this error. fixes #<I>
libp2p_go-tcp-transport
train
0092a4332ba209e465d2ba24517da81960c7314b
diff --git a/qbit/admin/src/main/java/io/advantageous/qbit/admin/ServiceManagementBundle.java b/qbit/admin/src/main/java/io/advantageous/qbit/admin/ServiceManagementBundle.java index <HASH>..<HASH> 100644 --- a/qbit/admin/src/main/java/io/advantageous/qbit/admin/ServiceManagementBundle.java +++ b/qbit/admin/src/main/ja...
flush stats. created builder method.
advantageous_qbit
train
3f3498ab18f1c69ac629d09305d033ca99cb209e
diff --git a/salt/modules/lxc.py b/salt/modules/lxc.py index <HASH>..<HASH> 100644 --- a/salt/modules/lxc.py +++ b/salt/modules/lxc.py @@ -3,6 +3,9 @@ Control Linux Containers via Salt :depends: lxc package for distribution + +You need lxc >= 1.0 (even beta alpha) + ''' # Import python libs @@ -13,7 +16,7 @@ im...
bypass any test for lxc virtual
saltstack_salt
train
ca5fd7a835c10e11ee79916251dc89ff52fa741b
diff --git a/lib/mongoid/commands/deletion.rb b/lib/mongoid/commands/deletion.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/commands/deletion.rb +++ b/lib/mongoid/commands/deletion.rb @@ -6,7 +6,12 @@ module Mongoid #:nodoc # otherwise delete it from it's collection. def delete(doc) parent = d...
Document#delete and Document#destroy on embedded docs properly persists parent
mongodb_mongoid
train
8d942e145c9d1d4a0b75085ffad291c1513edb60
diff --git a/reactor-test/src/main/java/reactor/test/StepVerifier.java b/reactor-test/src/main/java/reactor/test/StepVerifier.java index <HASH>..<HASH> 100644 --- a/reactor-test/src/main/java/reactor/test/StepVerifier.java +++ b/reactor-test/src/main/java/reactor/test/StepVerifier.java @@ -174,6 +174,13 @@ public inter...
see #<I> Disable doubly-nested schedules VTS thenAwait test This case isn't fully taken care of by the previous fix, which still improves the situation for delayed schedules on a single nesting level.
reactor_reactor-core
train
09b151456f37ce60d50b582b4d136f07d3031c16
diff --git a/lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb b/lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/oracle_enhanced_schema_definitions.rb +++ b/lib/active_record/connection_adapters...
Remove alias_method_chain :references, :foreign_keys since Rails <I> supports native foreign key. References can create foreign keys
rsim_oracle-enhanced
train
8030c3b6ac97471705b41fdb237a0399c190feb1
diff --git a/features/pull_request.feature b/features/pull_request.feature index <HASH>..<HASH> 100644 --- a/features/pull_request.feature +++ b/features/pull_request.feature @@ -855,7 +855,6 @@ Feature: hub pull-request json :html_url => "the://url", :number => 1234 } post('/repos/mislav/coral/p...
Stop requesting `thor-preview` in API requests It wasn't necessary for github.com since December <I>.
github_hub
train
c2fefed9d71ab823d5e55c88dc7b873432ad7a7d
diff --git a/keanu-project/src/main/java/io/improbable/keanu/vertices/VertexLabel.java b/keanu-project/src/main/java/io/improbable/keanu/vertices/VertexLabel.java index <HASH>..<HASH> 100644 --- a/keanu-project/src/main/java/io/improbable/keanu/vertices/VertexLabel.java +++ b/keanu-project/src/main/java/io/improbable/k...
renamed methods that add/remove a namespace
improbable-research_keanu
train
bbc35fcc6adee351f33b3ce2e740f859e512104b
diff --git a/src/core/class-container.php b/src/core/class-container.php index <HASH>..<HASH> 100644 --- a/src/core/class-container.php +++ b/src/core/class-container.php @@ -18,7 +18,6 @@ namespace Hybrid\Core; use ArrayAccess; -use SplObjectStorage; use Psr\Container\ContainerInterface; /** @@ -48,15 +47,6 @@...
Remove factory-specific stuff from the container. It can already be used as a factory given other methods.
justintadlock_hybrid-core
train
4765b89927b56b4ae8758b18d8cdd822d9007dae
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "18.8.2" +DEFAULT_VERSION = "19.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.c...
Bumped to <I> in preparation for next release.
pypa_setuptools
train
7f2c6a87fe8e9ef3569bc52e0f71d4905acb7d0e
diff --git a/actionview/test/abstract_unit.rb b/actionview/test/abstract_unit.rb index <HASH>..<HASH> 100644 --- a/actionview/test/abstract_unit.rb +++ b/actionview/test/abstract_unit.rb @@ -179,7 +179,11 @@ module ActionDispatch end class ActiveSupport::TestCase - parallelize + if Process.respond_to?(:fork) && !...
Update test helper to call parallelize according to fork support
rails_rails
train
6c6ab7b0ce6e24ff48a4cd46c66044aec47ed4eb
diff --git a/security/ChangePasswordForm.php b/security/ChangePasswordForm.php index <HASH>..<HASH> 100644 --- a/security/ChangePasswordForm.php +++ b/security/ChangePasswordForm.php @@ -81,7 +81,7 @@ class ChangePasswordForm extends Form { // The user is not logged in and no valid auto login hash is available ...
Bad redirect in ChangePasswordForm->doChangePassword()
silverstripe_silverstripe-framework
train
b5d2da5cf34c758650a1bd178fe7ce8d605d394e
diff --git a/dimsum.js b/dimsum.js index <HASH>..<HASH> 100644 --- a/dimsum.js +++ b/dimsum.js @@ -23,7 +23,7 @@ defaults = { config = {}, -punct = [',','.',';',':','?','!'], +punct = [',','.',';',':','?','!','"','—','\r','\n'], punct_reg = new RegExp('[' + punct.join('') + ']*','g'), @@ -211,7 +211,14 @@ dim...
Adding quotes, mdash and new lines to punctuation filter
ninjascribble_dimsum
train
9edb8afed024234667f4cb09f5d5eefedb742029
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -51,8 +51,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.3</source> + <target>1.3</target> ...
Make JOML compatible with Java <I> The lower the requirements, the better. And there definitely are programs out there, that use Java <I> still... Even though those are not games nor are they being used with a Desktop JRE, but rather with an embedded JRE on an embedded system.
JOML-CI_JOML
train
df55ab92df51570e87b1dfb491673937ce290d26
diff --git a/test/cast/cast_receiver_integration.js b/test/cast/cast_receiver_integration.js index <HASH>..<HASH> 100644 --- a/test/cast/cast_receiver_integration.js +++ b/test/cast/cast_receiver_integration.js @@ -198,8 +198,10 @@ describe('CastReceiver', function() { eventManager.listenOnce(video, 'loadeddata', ...
Add Context To The 5KB Chrome Cast Limit Added some history over the 5KB limit in the chromecast tests so that we don't risk losing the original reason for the limit. Change-Id: I7a9feacec<I>ae<I>afbcf<I>c<I>a<I>
google_shaka-player
train
7835cd8209a9fc49ad4ebb731a4f1143c3420e8a
diff --git a/src/main/java/com/jayway/maven/plugins/android/standalonemojos/RunMojo.java b/src/main/java/com/jayway/maven/plugins/android/standalonemojos/RunMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/jayway/maven/plugins/android/standalonemojos/RunMojo.java +++ b/src/main/java/com/jayway/maven/plugin...
Throwing exception when 'am start' fails on RunMojo#launch. ie: Activity doesn't exist
simpligility_android-maven-plugin
train
81f0b968bdea334b92bc19256858397165bace59
diff --git a/src/article/shared/AbstractComponent.js b/src/article/shared/AbstractComponent.js index <HASH>..<HASH> 100644 --- a/src/article/shared/AbstractComponent.js +++ b/src/article/shared/AbstractComponent.js @@ -4,18 +4,16 @@ export default class AbstractComponent extends Component { render ($$) { const ...
Add a section label for anstract.
substance_texture
train
1631fa13559c2e187004549cf35a5a939a2f3adc
diff --git a/lib/active_force/sobject.rb b/lib/active_force/sobject.rb index <HASH>..<HASH> 100644 --- a/lib/active_force/sobject.rb +++ b/lib/active_force/sobject.rb @@ -1,7 +1,7 @@ require 'active_model' require 'active_attr' require 'active_attr/dirty' -require 'query' +require './query' module ActiveForce ...
Inclue Query class on ActiveForce
ionia-corporation_active_force
train
88664b59ab17e58f993c165a268666c2f4d23408
diff --git a/quantum-core/lib/api.js b/quantum-core/lib/api.js index <HASH>..<HASH> 100644 --- a/quantum-core/lib/api.js +++ b/quantum-core/lib/api.js @@ -71,6 +71,7 @@ function buildPage (sourceFile, pipeline, config, logger, addLiveReload) { const start = Date.now() return Promise.resolve(pipeline(sourceFile)) ...
fix(core): Reduce the number of times we attempt to write files We were writing all of the api/changelog/docs css/js for every version meaning we were writing the same 8 files <I> times - This could be reduced further by adding files to a central list instead of keeping them per-page but this should reduce the IO over...
ocadotechnology_quantumjs
train
d857bf0bb3cdabfbd9f568f8e009355703bb5e05
diff --git a/src/Data/ManagedRepositoryEvent.php b/src/Data/ManagedRepositoryEvent.php index <HASH>..<HASH> 100644 --- a/src/Data/ManagedRepositoryEvent.php +++ b/src/Data/ManagedRepositoryEvent.php @@ -18,8 +18,4 @@ class ManagedRepositoryEvent extends Event { return $this->repository; } - public function setRe...
No longer any need for setRepository method
mikegibson_sentient
train
0b0cd1f3b6301df920acd48afa2b9fae84ac1bb5
diff --git a/src/Console/ProcessManager.php b/src/Console/ProcessManager.php index <HASH>..<HASH> 100644 --- a/src/Console/ProcessManager.php +++ b/src/Console/ProcessManager.php @@ -125,7 +125,7 @@ class ProcessManager $output = $log instanceof ConsoleOutputInterface && $type === Process::ERR ...
Remove blank lines from log in server:start
platformsh_platformsh-cli
train
8e97768d5deea2b2f9766cba77044274cef6f8b1
diff --git a/src/livestreamer/plugins/filmon_us.py b/src/livestreamer/plugins/filmon_us.py index <HASH>..<HASH> 100644 --- a/src/livestreamer/plugins/filmon_us.py +++ b/src/livestreamer/plugins/filmon_us.py @@ -5,10 +5,12 @@ from livestreamer.compat import urlparse from livestreamer.exceptions import PluginError, NoSt...
FilmOn Social TV: Adding support for uploaded videos
streamlink_streamlink
train
26b853aa9bad14f947c1235d42b09f34c17f374d
diff --git a/src/main/java/biweekly/ICalendar.java b/src/main/java/biweekly/ICalendar.java index <HASH>..<HASH> 100644 --- a/src/main/java/biweekly/ICalendar.java +++ b/src/main/java/biweekly/ICalendar.java @@ -227,7 +227,7 @@ public class ICalendar extends ICalComponent { * Adds a to-do. * @param todo the to-do ...
Renamed "ICalendar.addVTodo()" to "ICalendar.addTodo()".
mangstadt_biweekly
train
67516980580f69b413c7dd60a5375e0ed5d8f3dd
diff --git a/question/type/numerical/db/upgrade.php b/question/type/numerical/db/upgrade.php index <HASH>..<HASH> 100644 --- a/question/type/numerical/db/upgrade.php +++ b/question/type/numerical/db/upgrade.php @@ -19,16 +19,11 @@ function xmldb_qtype_numerical_upgrade($oldversion=0) { - global $CFG, $THEME, $d...
MDL-<I> removed pre <I> upgrade code
moodle_moodle
train
fa87c0896dc69563891e7b71750f9eac62aa51a8
diff --git a/src/Component/Money/PriceAggregate.php b/src/Component/Money/PriceAggregate.php index <HASH>..<HASH> 100644 --- a/src/Component/Money/PriceAggregate.php +++ b/src/Component/Money/PriceAggregate.php @@ -28,6 +28,11 @@ class PriceAggregate extends PriceBase const SUBTRACT = '-'; /** + * @var ...
Added PriceAggregate::round() & bugfixes
ansas_php-component
train
a4b7aada0ea5330650a91ae5155e22805fd6e827
diff --git a/examples/nats-bench.go b/examples/nats-bench.go index <HASH>..<HASH> 100644 --- a/examples/nats-bench.go +++ b/examples/nats-bench.go @@ -47,7 +47,7 @@ func main() { usage() } - if *numMsgs < 1 { + if *numMsgs <= 0 { log.Fatal("Number of messages should be greater than zero.") }
Adressing Derek's comment.
nats-io_go-nats
train
4f23d537e58772995593e725cf4be7b789b14be5
diff --git a/fluid-api/src/main/java/com/fluidbpm/program/api/util/cache/CacheUtil.java b/fluid-api/src/main/java/com/fluidbpm/program/api/util/cache/CacheUtil.java index <HASH>..<HASH> 100644 --- a/fluid-api/src/main/java/com/fluidbpm/program/api/util/cache/CacheUtil.java +++ b/fluid-api/src/main/java/com/fluidbpm/pro...
Complete CacheUtil for Redis support.
Koekiebox-PTY-LTD_Fluid
train
6b8674c379b318a98499bea6a37c189382797c99
diff --git a/app/controllers/humpyard/elements_controller.rb b/app/controllers/humpyard/elements_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/humpyard/elements_controller.rb +++ b/app/controllers/humpyard/elements_controller.rb @@ -42,7 +42,7 @@ module Humpyard else render :json =...
send content data errors, to have something for text elements, not sure if this will hold
humpyard_humpyard
train
91b2d6f39edb22787c2b763e28c6545ed951425a
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java b/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.jav...
[hotfix] [runtime] Minor improvement to logging in CheckpointCoordinator
apache_flink
train
aba6db75343c9f9b657ffed2f2547887fc04ac68
diff --git a/src/main/java/pro/zackpollard/telegrambot/api/TelegramBot.java b/src/main/java/pro/zackpollard/telegrambot/api/TelegramBot.java index <HASH>..<HASH> 100644 --- a/src/main/java/pro/zackpollard/telegrambot/api/TelegramBot.java +++ b/src/main/java/pro/zackpollard/telegrambot/api/TelegramBot.java @@ -132,18 +1...
Fixed issue with TelegramBot.getChat(String chatID) not accepting supergroup IDs as they are to large for integer conversion
zackpollard_JavaTelegramBot-API
train
8e0baa2360a998f76a8e70dbee7bbf7339caf501
diff --git a/pandas/core/indexes/numeric.py b/pandas/core/indexes/numeric.py index <HASH>..<HASH> 100644 --- a/pandas/core/indexes/numeric.py +++ b/pandas/core/indexes/numeric.py @@ -62,7 +62,7 @@ class NumericIndex(Index): None Methods - ---------- + ------- None See Also diff --git a/pan...
DOC: Fix warnings on underline length (#<I>)
pandas-dev_pandas
train
921c10c48d78e969561f2420af0a2df59ec8f396
diff --git a/aegean.py b/aegean.py index <HASH>..<HASH> 100755 --- a/aegean.py +++ b/aegean.py @@ -1481,9 +1481,9 @@ def find_sources_in_image(filename, hdu_index=0, outfile=None, rms=None, max_sum if len(island_group) > 0: fit_parallel(island_group) - for sources in queue: - if sources: # ig...
bugfix: when an os doesn't support os.poll the cores are now correctly set to 1 bugfix: no more infinite loop when source finding.
PaulHancock_Aegean
train
4de877eba05fd67b18b6b7f9bc17c7911afc10fe
diff --git a/admin/tool/lp/classes/api.php b/admin/tool/lp/classes/api.php index <HASH>..<HASH> 100644 --- a/admin/tool/lp/classes/api.php +++ b/admin/tool/lp/classes/api.php @@ -1383,10 +1383,13 @@ class api { if (!$plan->can_manage()) { $context = context_user::instance($plan->get_userid()); ...
MDL-<I> tool_lp: Prevent updates on a plan based on a template
moodle_moodle
train
86abcf6ea8bd7bc60761d9c0da28e6feaf1f3cfc
diff --git a/src/Connection/Socket.php b/src/Connection/Socket.php index <HASH>..<HASH> 100644 --- a/src/Connection/Socket.php +++ b/src/Connection/Socket.php @@ -54,7 +54,7 @@ class Socket extends BaseConnection implements ConnectionInterface if (!$this->isConnected()) { return; } - ...
Changing back from stream_socket_shutdown to fclose to fix UT in HHVM
mariano_disque-php
train
73e1beeaf3d47a38557303cdfbccea773f0f3994
diff --git a/libkbfs/block_types.go b/libkbfs/block_types.go index <HASH>..<HASH> 100644 --- a/libkbfs/block_types.go +++ b/libkbfs/block_types.go @@ -97,6 +97,7 @@ func (cb *CommonBlock) Set(other Block) { func (cb *CommonBlock) DeepCopy() CommonBlock { return CommonBlock{ IsInd: cb.IsInd, + // We don't need to...
block_types: Implemented strib's PR feedback
keybase_client
train
6a642dc570dbb6a2010d19a7a4b5ca3c8c954e09
diff --git a/presto-main/src/main/java/com/facebook/presto/event/query/QueryCreatedEvent.java b/presto-main/src/main/java/com/facebook/presto/event/query/QueryCreatedEvent.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/event/query/QueryCreatedEvent.java +++ b/presto-main/src/main/j...
Remove state from QueryCreatedEvent
prestodb_presto
train
d58a1d383fa7c17c19b570817c6ca126dc42a11c
diff --git a/recipient/client_test.go b/recipient/client_test.go index <HASH>..<HASH> 100644 --- a/recipient/client_test.go +++ b/recipient/client_test.go @@ -234,7 +234,7 @@ func TestRecipientUpdate(t *testing.T) { Del(target.ID) } -func TestRecipientUpdateToken(t *testing.T) { +func TestRecipientUpdateBankAccoun...
Improved the test to update bank account with and without token
stripe_stripe-go
train
e383971e576e750f0b8096ccaf0c59003c467d5b
diff --git a/Lib/fontbakery/specifications/googlefonts.py b/Lib/fontbakery/specifications/googlefonts.py index <HASH>..<HASH> 100644 --- a/Lib/fontbakery/specifications/googlefonts.py +++ b/Lib/fontbakery/specifications/googlefonts.py @@ -1987,17 +1987,18 @@ def com_google_fonts_check_052(ttFont): # a specific table...
reimplementation of check/<I> to address issue #<I>
googlefonts_fontbakery
train
6e0312db3d63b4575c1505acd4220182681f9423
diff --git a/code/libraries/koowa/dispatcher/abstract.php b/code/libraries/koowa/dispatcher/abstract.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/dispatcher/abstract.php +++ b/code/libraries/koowa/dispatcher/abstract.php @@ -166,37 +166,6 @@ abstract class KDispatcherAbstract extends KControllerAbstract ...
Removed getAction function. Action mapping has been moved to KControllerView.
timble_kodekit
train
3d9eeaab4baa210d8007e793a6ba5b0dce038b46
diff --git a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryContext.php b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryContext.php index <HASH>..<HASH> 100644 --- a/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryContext.php +++ b/Twilio/Rest/Api/V2010/Account/AvailablePhoneNumberCountryC...
Fix Values NONE assertion, fix context ordering
twilio_twilio-php
train
5e646ebb688bfd7f31399e7562503bfe4e61842c
diff --git a/ui/js/dfv/src/fields/code/index.js b/ui/js/dfv/src/fields/code/index.js index <HASH>..<HASH> 100644 --- a/ui/js/dfv/src/fields/code/index.js +++ b/ui/js/dfv/src/fields/code/index.js @@ -9,30 +9,41 @@ import 'codemirror/lib/codemirror.css'; import './code.scss'; const Code = ( { + fieldConfig, setValu...
Fix for color and code fields not saving
pods-framework_pods
train
8dbb11422081b01be18f1a972a1e57c398a23a83
diff --git a/engines/bastion/app/assets/javascripts/bastion/products/details/product-repositories.controller.js b/engines/bastion/app/assets/javascripts/bastion/products/details/product-repositories.controller.js index <HASH>..<HASH> 100644 --- a/engines/bastion/app/assets/javascripts/bastion/products/details/product-r...
Fixes #<I>/BZ<I>: get full result of product's repositories. We were only getting the (default) first <I> results for a product's repositories. This commit ensures we fetch all of a product's repositories for display. <URL>
Katello_katello
train
60c06fdf831b1f80413344d9fdcd017c64bdb4b3
diff --git a/spring-soy-view/src/main/java/pl/matisoft/soy/SoyTemplateViewResolver.java b/spring-soy-view/src/main/java/pl/matisoft/soy/SoyTemplateViewResolver.java index <HASH>..<HASH> 100644 --- a/spring-soy-view/src/main/java/pl/matisoft/soy/SoyTemplateViewResolver.java +++ b/spring-soy-view/src/main/java/pl/matisof...
normalize slashes to dots, remove starting and ending slashes, and provide default view name.
matiwinnetou_spring-soy-view
train