hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
efb5cd0e8892c9c70ff69946f2477db0a7efcfa2
diff --git a/parceler/src/main/java/org/parceler/internal/ParcelableGenerator.java b/parceler/src/main/java/org/parceler/internal/ParcelableGenerator.java index <HASH>..<HASH> 100644 --- a/parceler/src/main/java/org/parceler/internal/ParcelableGenerator.java +++ b/parceler/src/main/java/org/parceler/internal/Parcelable...
Moved null value put into conditional block
johncarl81_parceler
train
24e8363b6fedfee2dcd8b414dcfd4b212e6760d6
diff --git a/lib/bitescript/asm3/bytecode.rb b/lib/bitescript/asm3/bytecode.rb index <HASH>..<HASH> 100644 --- a/lib/bitescript/asm3/bytecode.rb +++ b/lib/bitescript/asm3/bytecode.rb @@ -289,6 +289,7 @@ module BiteScript def #{const_down}(cls, name, *call_sig) MethodHandle.new(Opcodes::#{con...
add aliases for h_* opcodes for asm3 support this means that h_invokestatic will work with both versions of asm, rather than having to switch between h_* and mh_* depending on what asm is on the loadpath
headius_bitescript
train
8f354a0709dfdb9cbd2160dbe494646e81a57ab0
diff --git a/state/watcher.go b/state/watcher.go index <HASH>..<HASH> 100644 --- a/state/watcher.go +++ b/state/watcher.go @@ -1454,7 +1454,6 @@ func (w *cleanupWatcher) loop() (err error) { type actionWatcher struct { commonWatcher out chan []string - filter bool filterFn func(interface{}) bool } @@ -...
one more refactor; simplify watcher struct
juju_juju
train
1c37da88e1254fbe9201fee9fdbd077a443ae12a
diff --git a/src/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php b/src/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php index <HASH>..<HASH> 100644 --- a/src/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php +++ b/src/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetM...
Move pre loading of rich text editors to widget manager.
contao-community-alliance_dc-general
train
50037dea9d8871d5b8edd1a7a6a09a22f6bf838e
diff --git a/commands/release/deploy/command.go b/commands/release/deploy/command.go index <HASH>..<HASH> 100644 --- a/commands/release/deploy/command.go +++ b/commands/release/deploy/command.go @@ -163,11 +163,6 @@ func runMain() error { return errs.NewError(task, errors.New("no deployable releases found"), nil) ...
release deploy: Invert the release list order It makes more sense to list the most recent release as the first and continue like that until the oldest release is printed. Change-Id: b5f<I> Story-Id: SF-<I>
salsaflow_salsaflow
train
a8003c0a166807593b76c4aed89623c42dc80887
diff --git a/course/classes/management_renderer.php b/course/classes/management_renderer.php index <HASH>..<HASH> 100644 --- a/course/classes/management_renderer.php +++ b/course/classes/management_renderer.php @@ -283,7 +283,7 @@ class core_course_management_renderer extends plugin_renderer_base { ));...
MDL-<I> course: converted all dropdowns to contextmenu icon
moodle_moodle
train
5ea3579e10fd94eada1ca4a18d6ef07a014a96cf
diff --git a/salt/roster/__init__.py b/salt/roster/__init__.py index <HASH>..<HASH> 100644 --- a/salt/roster/__init__.py +++ b/salt/roster/__init__.py @@ -19,19 +19,33 @@ log = logging.getLogger(__name__) def get_roster_file(options): - if options.get('roster_file'): - template = options.get('roster_file...
Pick up a specified roster file from the configured locations
saltstack_salt
train
c86ea25338eac43c037c449e149808a563b023b9
diff --git a/lib/octokit/client.rb b/lib/octokit/client.rb index <HASH>..<HASH> 100644 --- a/lib/octokit/client.rb +++ b/lib/octokit/client.rb @@ -19,7 +19,7 @@ require 'octokit/client/users' module Octokit class Client - attr_accessor *Configuration::VALID_OPTIONS_KEYS + attr_accessor(*Configuration::VALID...
Avoid the following ruby warnings: .../lib/octokit/configuration.rb:<I>: warning: `*' interpreted as argument prefix .../lib/octokit/client.rb:<I>: warning: `*' interpreted as argument prefix (by helping out the ruby interpreter with some parentheses)
octokit_octokit.rb
train
d7e5419a24dbbf96a764c1c4d1793324227d1b02
diff --git a/lib/test-server/client/slave-client.js b/lib/test-server/client/slave-client.js index <HASH>..<HASH> 100644 --- a/lib/test-server/client/slave-client.js +++ b/lib/test-server/client/slave-client.js @@ -109,26 +109,20 @@ userAgent: window.navigator.userAgent, documentMode: document...
Fixing status messages in the slave UI Some messages ("connected" or "disconnected") were not displayed because of an incorrect usage of the socketStatusUpdater method (which returns a function). This commit also removes the "server_disconnect" listener because this event is never raised by socket.io.
attester_attester
train
6c2836cd9e4db9fbc780f9934484b703a9f2cd1a
diff --git a/src/Offer/OfferEditingServiceInterface.php b/src/Offer/OfferEditingServiceInterface.php index <HASH>..<HASH> 100644 --- a/src/Offer/OfferEditingServiceInterface.php +++ b/src/Offer/OfferEditingServiceInterface.php @@ -146,4 +146,11 @@ interface OfferEditingServiceInterface * @return string */ ...
III-<I> Add updateFacilities to offer editing service interface.
cultuurnet_udb3-php
train
24eab5026e5b6aca87089415e80deccf40c6395c
diff --git a/spec/unit/cookbook/metadata_spec.rb b/spec/unit/cookbook/metadata_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/cookbook/metadata_spec.rb +++ b/spec/unit/cookbook/metadata_spec.rb @@ -402,7 +402,7 @@ describe Chef::Cookbook::Metadata do @meta.attributes["db/mysql/databases"][:recipes].should =...
update tests and add new tests for limiting attribute types
chef_chef
train
a9d7d12a2ef796ba7d8d21ca4a58aa449dc670ab
diff --git a/src/Publisher/SlugGenerator.php b/src/Publisher/SlugGenerator.php index <HASH>..<HASH> 100644 --- a/src/Publisher/SlugGenerator.php +++ b/src/Publisher/SlugGenerator.php @@ -12,24 +12,31 @@ namespace Orpheus\Publisher; */ class SlugGenerator { + const CASE_LOWER = 0; + const CASE_CAMEL = 1 << 0; + co...
Add max length to slug generator
Sowapps_orpheus-webtools
train
4a6d6aded82028fb738736b6421e2ab570357138
diff --git a/dock/build.py b/dock/build.py index <HASH>..<HASH> 100644 --- a/dock/build.py +++ b/dock/build.py @@ -146,6 +146,9 @@ class InsideBuilder(LastLogger, LazyGit, BuilderStateMachine): """ logger.info("push built image to registry") self._ensure_is_built() + if not registry: +...
bug: dont try to tag and push image if registry is blank
projectatomic_atomic-reactor
train
5dbdabf16a28c3f96ffa29543aeb0b1d30544c00
diff --git a/src/mappers/statsd-npg.js b/src/mappers/statsd-npg.js index <HASH>..<HASH> 100644 --- a/src/mappers/statsd-npg.js +++ b/src/mappers/statsd-npg.js @@ -49,7 +49,13 @@ function map (prefix, data, referer, userAgent) { var result, refererPrefix, suffix; result = ''; - refererPrefix = getRefererP...
Sanely handle missing referer string.
springernature_boomcatch
train
a8f1fa5c5224eebfcb0d2d1badf14a3d31b3d246
diff --git a/core/src/main/java/com/orientechnologies/common/concur/lock/OSimplePromiseManager.java b/core/src/main/java/com/orientechnologies/common/concur/lock/OSimplePromiseManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/common/concur/lock/OSimplePromiseManager.java +++ b/core...
use promise and lockPromise in distributedTxContext
orientechnologies_orientdb
train
deb505cb93eedc377d4327678e1f936c6b9440e5
diff --git a/src/utils/index.js b/src/utils/index.js index <HASH>..<HASH> 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -341,8 +341,11 @@ export function pUpDownSteps(sequence = [], _checkFn, { onDone, onChange } = {}) let shouldUp = false let prevShouldUp = false const innerQueue = pLimit(...
Test pUpDownSteps change direction to up during down behaviour.
streamr-dev_streamr-client-javascript
train
a59373a68eb33dca9b56c482ca8b97b4ac69b4eb
diff --git a/http/src/main/java/io/micronaut/http/HttpHeaders.java b/http/src/main/java/io/micronaut/http/HttpHeaders.java index <HASH>..<HASH> 100644 --- a/http/src/main/java/io/micronaut/http/HttpHeaders.java +++ b/http/src/main/java/io/micronaut/http/HttpHeaders.java @@ -506,10 +506,7 @@ public interface HttpHeaders...
Revert: accidental commit (e<I>f2)
micronaut-projects_micronaut-core
train
414cc576cec5b442231250c9556789e5e0844917
diff --git a/spec/backend/exec/build_command_spec.rb b/spec/backend/exec/build_command_spec.rb index <HASH>..<HASH> 100644 --- a/spec/backend/exec/build_command_spec.rb +++ b/spec/backend/exec/build_command_spec.rb @@ -78,7 +78,7 @@ describe 'check_os' do context 'test ubuntu with lsb_release command' do subjec...
Use RSpec 3 style stubs.
mizzy_specinfra
train
ab3a8ee142feb1ab8c686bcfb80418939a364816
diff --git a/tests/unit/progressbar/test_BProgressMonitor.py b/tests/unit/progressbar/test_BProgressMonitor.py index <HASH>..<HASH> 100644 --- a/tests/unit/progressbar/test_BProgressMonitor.py +++ b/tests/unit/progressbar/test_BProgressMonitor.py @@ -27,7 +27,8 @@ def monitor(presentation): def test_repr(monitor): ...
set return value of mock. MagicMock and int cannot be compared in Python 3
alphatwirl_alphatwirl
train
b73406e5b5694d34727f4f03e4a602162699c140
diff --git a/client/js/templating.js b/client/js/templating.js index <HASH>..<HASH> 100644 --- a/client/js/templating.js +++ b/client/js/templating.js @@ -1,17 +1,23 @@ -// Expected: If any template elements do not exists, fail silently (no unchecked errors, etc) +/** + * Module responsible for rendering all Fine Uploa...
docs(client/js/templating.js): #<I> - comments mostly
FineUploader_fine-uploader
train
e699c3bec81ecf381d59662b3479b1b88a2609e2
diff --git a/core/src/core-api/config.js b/core/src/core-api/config.js index <HASH>..<HASH> 100644 --- a/core/src/core-api/config.js +++ b/core/src/core-api/config.js @@ -15,11 +15,6 @@ class LuigiConfig { * @memberof Configuration */ constructor() { - this.configReadyTimeout = { - valueMs: 65000, - ...
avoid Luigi not configured alert (#<I>)
kyma-project_luigi
train
5f4ea3eb0d80855f24d50cf05d78f3a12940ce39
diff --git a/bika/lims/browser/js/bika.lims.common.js b/bika/lims/browser/js/bika.lims.common.js index <HASH>..<HASH> 100644 --- a/bika/lims/browser/js/bika.lims.common.js +++ b/bika/lims/browser/js/bika.lims.common.js @@ -123,6 +123,64 @@ function CommonUtils() { } }; + /** + * U...
common javascript function to update reference widgets (combogrid)
senaite_senaite.core
train
89c86294e1efc168be500d3d8f7753d1a145fa20
diff --git a/lib/rubocop/cop/numeric_literals.rb b/lib/rubocop/cop/numeric_literals.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/numeric_literals.rb +++ b/lib/rubocop/cop/numeric_literals.rb @@ -6,14 +6,16 @@ module Rubocop MSG = 'Add underscores to large numeric literals to ' + 'improve their r...
Port NumericLiterals to AST::Processor
rubocop-hq_rubocop
train
f22786f78e3b8d2116e31db847513f41cfe964eb
diff --git a/library/Phrozn/Runner/CommandLine/Parser.php b/library/Phrozn/Runner/CommandLine/Parser.php index <HASH>..<HASH> 100644 --- a/library/Phrozn/Runner/CommandLine/Parser.php +++ b/library/Phrozn/Runner/CommandLine/Parser.php @@ -90,4 +90,13 @@ class Parser return $this; } + + public functio...
CommandLine\Parser: added __toString restrospection method
Pawka_phrozn
train
c9ce28b0d47238f96dfa17a2f67c08be7b162ec1
diff --git a/features/steps/metric_configuration.py b/features/steps/metric_configuration.py index <HASH>..<HASH> 100644 --- a/features/steps/metric_configuration.py +++ b/features/steps/metric_configuration.py @@ -48,10 +48,6 @@ def step_impl(context): except Exception as exception: context.response = ex...
Removed duplicated step from metric_configuration
mezuro_kalibro_client_py
train
283d2502248e928b2af920d52f4c0fcf37419d38
diff --git a/bin/cmd.js b/bin/cmd.js index <HASH>..<HASH> 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -564,7 +564,7 @@ function runDownload (torrentId) { dlnacasts.on('update', player => { const opts = { title: `WebTorrent - ${torrent.files[index].name}`, - type: mime.lookup(torrent....
fix(mime package): fix issue of using deprecated(missed) method of mime package. <URL>
webtorrent_webtorrent-cli
train
b1a8b92985103e5e4c58b2a7d263077e8eea8383
diff --git a/api/src/main/java/org/jfrog/artifactory/client/model/SystemInfo.java b/api/src/main/java/org/jfrog/artifactory/client/model/SystemInfo.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/org/jfrog/artifactory/client/model/SystemInfo.java +++ b/api/src/main/java/org/jfrog/artifactory/client/model/Syste...
Extended SystemInfo with jvmUpTime property
jfrog_artifactory-client-java
train
0c8be64eb717fd1ab78f01ea710202c8029872e0
diff --git a/src/toil/lib/ec2.py b/src/toil/lib/ec2.py index <HASH>..<HASH> 100644 --- a/src/toil/lib/ec2.py +++ b/src/toil/lib/ec2.py @@ -187,10 +187,13 @@ variable_ecu = -1 # variable ecu _ec2_instance_types = [ # current generation instance types + InstanceType('t2.nano', 1, variable_ecu, 0.5, [hvm], 0, ...
Update ec2 instance list (resolves #<I>)
DataBiosphere_toil
train
a711207c2092f5769f5c83b026df6fddef074d92
diff --git a/lib/nexmo/namespace.rb b/lib/nexmo/namespace.rb index <HASH>..<HASH> 100644 --- a/lib/nexmo/namespace.rb +++ b/lib/nexmo/namespace.rb @@ -76,7 +76,7 @@ module Nexmo return if block - @logger.debug(response.body) + @logger.debug(response.body) if response.body parse(response) ...
Fix logging of nil response bodies
Nexmo_nexmo-ruby
train
3beadaad478ad39b04041a191a97cd663041c9ef
diff --git a/pycivic/civic.py b/pycivic/civic.py index <HASH>..<HASH> 100644 --- a/pycivic/civic.py +++ b/pycivic/civic.py @@ -5,6 +5,18 @@ MODULE = importlib.import_module('pycivic.civic') API_URL = 'https://civicdb.org/api' +UNMARKED_PLURALS = {'evidence'} + +CIVIC_TO_PYCLASS = { + 'evidence_items': 'evidence...
finish initializing classes and writing built-in update function
griffithlab_civicpy
train
f31c6367200743c9177e1c23482a440b120e483e
diff --git a/lib/simple_calendar/view_helpers.rb b/lib/simple_calendar/view_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/simple_calendar/view_helpers.rb +++ b/lib/simple_calendar/view_helpers.rb @@ -10,14 +10,12 @@ module SimpleCalendar def start_date(date) start_date = date.beginning_of_month - ...
Shortened start_date + end_date methods. Since the last statement executed is returned, the start/end_date variables don't need to be set and then explicitly called.
excid3_simple_calendar
train
bd68e5503db86c3c0bef0280764b0ede2e9a2001
diff --git a/go/vt/tabletserver/schema_info.go b/go/vt/tabletserver/schema_info.go index <HASH>..<HASH> 100644 --- a/go/vt/tabletserver/schema_info.go +++ b/go/vt/tabletserver/schema_info.go @@ -139,6 +139,7 @@ func (si *SchemaInfo) Open(connFactory CreateConnectionFunc, schemaOverrides []S si.tables = make(map[str...
queryservice: Create a DUAL fake table Now that table names are case sensitive, we need to allow both dual and DUAL as fake tables.
vitessio_vitess
train
c4a1d97969db77b508f44050afd33864af93ff75
diff --git a/catapult_base/dependency_manager/dependency_manager.py b/catapult_base/dependency_manager/dependency_manager.py index <HASH>..<HASH> 100644 --- a/catapult_base/dependency_manager/dependency_manager.py +++ b/catapult_base/dependency_manager/dependency_manager.py @@ -89,8 +89,6 @@ class DependencyManager(obj...
[Android] Add a configurable environment for devil/. (RELAND) This is a reland of <URL>
catapult-project_catapult
train
5d6c0fc19be62953f75a728996a6b70485739530
diff --git a/ImapClient/ImapConnect.php b/ImapClient/ImapConnect.php index <HASH>..<HASH> 100644 --- a/ImapClient/ImapConnect.php +++ b/ImapClient/ImapConnect.php @@ -149,6 +149,7 @@ class ImapConnect }; /* + // TODO: Needed? $array = [$mailbox, $username , $password, $options, $n_retries, ...
Connect comments Hi dere :>
SSilence_php-imap-client
train
6aed4aaaa8361a39176309bd5f179770f84e2cac
diff --git a/buildbot/status/web/build.py b/buildbot/status/web/build.py index <HASH>..<HASH> 100644 --- a/buildbot/status/web/build.py +++ b/buildbot/status/web/build.py @@ -123,8 +123,8 @@ class StatusResourceBuild(HtmlResource): name, " ".join(s.getText()), ...
Added urls list to the build property page
buildbot_buildbot
train
fff9bd8fba997d49b36c9cb798ec70f428d8f23e
diff --git a/packages/zone.js/rollup-es5.config.js b/packages/zone.js/rollup-es5.config.js index <HASH>..<HASH> 100644 --- a/packages/zone.js/rollup-es5.config.js +++ b/packages/zone.js/rollup-es5.config.js @@ -24,9 +24,9 @@ if (bazel_stamp_file) { // `this` should be `undefined` but is assigned with `Window` instead....
docs(zone.js): add leading space in the license comment of zone.js bundles (#<I>) PR Close #<I>
angular_angular
train
10e6d3437d4ffd615b2c070007db80d5c968bc89
diff --git a/dimod/higherorder/utils.py b/dimod/higherorder/utils.py index <HASH>..<HASH> 100644 --- a/dimod/higherorder/utils.py +++ b/dimod/higherorder/utils.py @@ -26,6 +26,7 @@ from dimod.binary_quadratic_model import BinaryQuadraticModel from dimod.higherorder.polynomial import BinaryPolynomial from dimod.sample...
replace _binary_product with and_gate
dwavesystems_dimod
train
95c5aa2e895e5e1f5ada01f2708734e58da97f00
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ project = u'resampy' copyright = u'2016, Brian McFee' import mock -MOCK_MODULES = ['numpy', 'scipy', 'scipy.signal', 'resampy.resample'] +MOCK_MODULES = ['numpy', 'scipy', 'scipy.signal', 're...
fixed an outdated ref in doc build
bmcfee_resampy
train
1825edccf258f24479e75481cfe7e14139a1e878
diff --git a/actionview/test/template/sanitizers_test.rb b/actionview/test/template/sanitizers_test.rb index <HASH>..<HASH> 100644 --- a/actionview/test/template/sanitizers_test.rb +++ b/actionview/test/template/sanitizers_test.rb @@ -11,38 +11,38 @@ class SanitizersTest < ActionController::TestCase end end -...
Renamed: remove_xpaths tests no longer prefixed with sanitizer.
rails_rails
train
4369e728f77d5a6269b2236690bc7c136a5d9b07
diff --git a/src/main/java/com/github/jsonj/JsonArray.java b/src/main/java/com/github/jsonj/JsonArray.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jsonj/JsonArray.java +++ b/src/main/java/com/github/jsonj/JsonArray.java @@ -132,6 +132,12 @@ public class JsonArray extends ArrayList<JsonElement> implem...
allow use of JsonDataObject when adding things so you don't have to call getJsonObject()
jillesvangurp_jsonj
train
009262159dc72dc7d719575a8295c31953b9ed47
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100644 --- a/src/cli.js +++ b/src/cli.js @@ -48,6 +48,16 @@ function init() { } }; +// Add handlers for verbose logging. +function initVerboseHandlers() { + if (args.verbose) { + cordova.on('verbose', console.log); + plugman.on('verbose'...
added verbose mode initialization to set up event handlers
apache_cordova-cli
train
ebd2b87d75b3788821db9a9ed81e891d2301cd98
diff --git a/lib/fluent/plugin/out_google_cloud.rb b/lib/fluent/plugin/out_google_cloud.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/out_google_cloud.rb +++ b/lib/fluent/plugin/out_google_cloud.rb @@ -1298,6 +1298,9 @@ module Fluent 'FINE' => 'DEBUG', 'FINER' => 'DEBUG', 'FINEST' => 'DEBU...
Add severity translations for java.util.logging. (#<I>) SEVERE -> ERROR, CONFIG -> DEBUG.
GoogleCloudPlatform_fluent-plugin-google-cloud
train
ddcd2e713aab61b75ac83466960faa6bb7409f82
diff --git a/lib/image_info/parser.rb b/lib/image_info/parser.rb index <HASH>..<HASH> 100644 --- a/lib/image_info/parser.rb +++ b/lib/image_info/parser.rb @@ -3,15 +3,15 @@ require 'image_size' module ImageInfo class Parser - attr_reader :image, :bytes, :parser + attr_reader :image def initialize(ima...
update parser to support partial images
gottfrois_image_info
train
945ce7ae24a6affac5590aa59444d98ac89018ad
diff --git a/network.go b/network.go index <HASH>..<HASH> 100644 --- a/network.go +++ b/network.go @@ -254,70 +254,14 @@ func (n *Graph) Connect(senderName, senderPort, receiverName, receiverPort strin // ConnectBuf connects a sender to a receiver using a channel with a buffer of a given size. // It returns true on s...
Extract port getting logic to a function
trustmaster_goflow
train
22fef8c51a807975863b8e60d557e7c768cb3784
diff --git a/src/Composer/Compiler.php b/src/Composer/Compiler.php index <HASH>..<HASH> 100644 --- a/src/Composer/Compiler.php +++ b/src/Composer/Compiler.php @@ -111,6 +111,7 @@ class Compiler $finder->files() ->ignoreVCS(true) ->notPath('/\/(composer\.(json|lock)|[A-Z]+\.md|\.gitign...
Make sure no files are missing from the phar, fixes #<I>
composer_composer
train
f6b85ebb2ffa673d4884f29d69d54e5d9c15d22b
diff --git a/src/sap.ui.fl/src/sap/ui/fl/apply/_internal/connectors/Utils.js b/src/sap.ui.fl/src/sap/ui/fl/apply/_internal/connectors/Utils.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.fl/src/sap/ui/fl/apply/_internal/connectors/Utils.js +++ b/src/sap.ui.fl/src/sap/ui/fl/apply/_internal/connectors/Utils.js @@ -132,6...
[INTERNAL][FIX] sap.ui.fl : Correct getUrl in apply connectors Utils Fixing the issue of constructing urls with undefined parameters Change-Id: I<I>c1b<I>d<I>ef<I>b9da2d6e7ecca4abe6ffbb
SAP_openui5
train
e79a6939f42638bfff45bc4bbddfe95a9f1c27c5
diff --git a/tests/integration/routes/account/delete-account-test.js b/tests/integration/routes/account/delete-account-test.js index <HASH>..<HASH> 100644 --- a/tests/integration/routes/account/delete-account-test.js +++ b/tests/integration/routes/account/delete-account-test.js @@ -98,8 +98,39 @@ getServer(function (er...
test(routes): DELETE /accounts/<I>?include=profile (#<I>) * test(routes): DELETE /accounts/<I>?include=profile * refactor(account): remove console.log
hoodiehq_hoodie-account-server
train
25949306545d15fd627729a2289925cd246e3a77
diff --git a/android/app/src/main/java/com/reactnativenavigation/params/parsers/CollapsingTopBarParamsParser.java b/android/app/src/main/java/com/reactnativenavigation/params/parsers/CollapsingTopBarParamsParser.java index <HASH>..<HASH> 100644 --- a/android/app/src/main/java/com/reactnativenavigation/params/parsers/Co...
CollapsingTopTabs params are nullable
wix_react-native-navigation
train
5e602e405063a1f89d7866bba1fbd2887fe36c70
diff --git a/app/models/manifestation.rb b/app/models/manifestation.rb index <HASH>..<HASH> 100644 --- a/app/models/manifestation.rb +++ b/app/models/manifestation.rb @@ -551,6 +551,10 @@ class Manifestation < ActiveRecord::Base identifiers = identifiers.keys.sort header += identifiers header += %w( + ...
export classification next-l/enju_leaf#<I>
next-l_enju_biblio
train
3a0b38f14237d5e6cf334e86a633a54a2c8c957a
diff --git a/package.js b/package.js index <HASH>..<HASH> 100644 --- a/package.js +++ b/package.js @@ -28,7 +28,7 @@ Package.registerBuildPlugin({ Package.on_use(function (api) { api.versionsFrom('METEOR@0.9.0.1'); - api.use('angularjs:angular@1.3.14', 'client'); + api.use('angularjs:angular@1.3.15', 'client');...
Update Angular dependency to <I>
Urigo_angular-meteor
train
be23c63ea000c08017e23d16666697cae0c0dbba
diff --git a/library.js b/library.js index <HASH>..<HASH> 100644 --- a/library.js +++ b/library.js @@ -72,7 +72,8 @@ plugin.addPrefetchTags = function(tags, callback) { plugin.getFormattingOptions = function(callback) { plugins.fireHook('filter:composer.formatting', { options: [ - { name: 'tags', className: 'fa...
added support for zen mode, closes nodebb/nodebb#<I>
NodeBB_nodebb-plugin-composer-default
train
3a042e855869faec7961330622fd2c30acb05d4b
diff --git a/test/unexpected.spec.js b/test/unexpected.spec.js index <HASH>..<HASH> 100644 --- a/test/unexpected.spec.js +++ b/test/unexpected.spec.js @@ -1,4 +1,4 @@ -/*global describe, it, expect, beforeEach*/ +/*global describe, it, expect, beforeEach, setTimeout*/ // use this instead of Object.create in order to...
Test error modes for asynchronous custom assertions
unexpectedjs_unexpected
train
43d8eb2a8ad504fb17c157d5857d9954a200bab9
diff --git a/bika/lims/content/referenceanalysis.py b/bika/lims/content/referenceanalysis.py index <HASH>..<HASH> 100644 --- a/bika/lims/content/referenceanalysis.py +++ b/bika/lims/content/referenceanalysis.py @@ -151,6 +151,30 @@ class ReferenceAnalysis(AbstractAnalysis): """ return [] + @depre...
Temporary fix. Error when adding reference analysis in a Worksheet
senaite_senaite.core
train
25eb76af1dc60b1c6a1f866792166bf97538cbbc
diff --git a/ladybug/analysisperiod.py b/ladybug/analysisperiod.py index <HASH>..<HASH> 100644 --- a/ladybug/analysisperiod.py +++ b/ladybug/analysisperiod.py @@ -64,7 +64,6 @@ class AnalysisPeriod(object): '_timestamps_data', '_datetimes' ) - # TODO: handle timestep between 1-60 def __init__(se...
fix(cli): Replace hacky use of analysis period JSON with string I realized that the AnalysisPeriod object already has all of its properties within its string representation. So just having people pass a string of an analysis period to the CLI will be much cleaner. And it allows us to get around the fact that queenbee ...
ladybug-tools_ladybug
train
1e20eb9024add35f9d54d2e52218d61af6ef52be
diff --git a/ibis/mapd/operations.py b/ibis/mapd/operations.py index <HASH>..<HASH> 100644 --- a/ibis/mapd/operations.py +++ b/ibis/mapd/operations.py @@ -783,6 +783,7 @@ _unsupported_ops = [ ops.StringReplace, ops.StringJoin, ops.StringSplit, + ops.StringToTimestamp, ops.Translate, ops.Stri...
Added StringToTimestamp as unsupported Resolves #<I>
ibis-project_ibis
train
91c4a543bb0c3b804cbd852538010f594c6e3c13
diff --git a/lib/cache.js b/lib/cache.js index <HASH>..<HASH> 100644 --- a/lib/cache.js +++ b/lib/cache.js @@ -17,8 +17,7 @@ module.exports = function(){ redis.get(key,function(error,reply){ if(!error && reply){ - reply = JSON.parse(reply); - + res.set('Content-Type', 'application...
Speed improvements for the caching layer, suggested by @minigod
apis-is_apis
train
57bd684c74a8e142a0c2678252efeb3d4971f96e
diff --git a/lib/models.js b/lib/models.js index <HASH>..<HASH> 100644 --- a/lib/models.js +++ b/lib/models.js @@ -11,7 +11,7 @@ var id = 1; models.User = Backbone.Model.extend({ defaults: { mode: "", - name: "" + name: "user" } }); diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 ---...
Sending queries and messages to channels now works
erming_shout
train
0c50538cf6649943c66d906271d0cf47a3aaf1cb
diff --git a/katharsis-core/src/main/java/io/katharsis/jackson/serializer/ContainerSerializer.java b/katharsis-core/src/main/java/io/katharsis/jackson/serializer/ContainerSerializer.java index <HASH>..<HASH> 100644 --- a/katharsis-core/src/main/java/io/katharsis/jackson/serializer/ContainerSerializer.java +++ b/kathars...
#<I> removed relationships object when not allowed (#<I>) closes #<I>
katharsis-project_katharsis-framework
train
dbbb1c1c8a1fa0a51677b5a74fcfe0e2561ced91
diff --git a/src/Illuminate/Database/Query/Builder.php b/src/Illuminate/Database/Query/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Query/Builder.php +++ b/src/Illuminate/Database/Query/Builder.php @@ -1204,7 +1204,7 @@ class Builder $value, $operator, func_num_args() === 2 ...
Update whereDay and whereYear to clean value.
laravel_framework
train
aad8c23d77d3e8e41888c2937569a0ccb50f9680
diff --git a/models/models.go b/models/models.go index <HASH>..<HASH> 100644 --- a/models/models.go +++ b/models/models.go @@ -26,12 +26,24 @@ type DependencyModel struct { // BrewDepModel ... type BrewDepModel struct { + // Name is the package name for Brew Name string `json:"name,omitempty" yaml:"name,omitempty...
Deps extended with BinName for the use case when the package's name does not match the binary's name
bitrise-io_stepman
train
7af8e0fc20bb104029e6077a2f1fc905aeb2e34f
diff --git a/test/ffi-gobject/g_object_overrides_test.rb b/test/ffi-gobject/g_object_overrides_test.rb index <HASH>..<HASH> 100644 --- a/test/ffi-gobject/g_object_overrides_test.rb +++ b/test/ffi-gobject/g_object_overrides_test.rb @@ -200,6 +200,21 @@ class GObjectOverridesTest < MiniTest::Spec assert_equa...
Test handling of Interface types in signal callbacks.
mvz_gir_ffi
train
2ba4edf8d7f8a2262c168edff60fb88871b180de
diff --git a/samples/simple-mvvm/mobile/src/main/java/com/shipdream/lib/android/mvc/samples/simple/mvvm/controller/CounterDetailController.java b/samples/simple-mvvm/mobile/src/main/java/com/shipdream/lib/android/mvc/samples/simple/mvvm/controller/CounterDetailController.java index <HASH>..<HASH> 100644 --- a/samples/s...
Different way to convert int to string and try if it yields expected result on travis
kejunxia_AndroidMvc
train
e2b8723f28f92423d30646d22322605296eae4b9
diff --git a/angr/analyses/cfg.py b/angr/analyses/cfg.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cfg.py +++ b/angr/analyses/cfg.py @@ -9,7 +9,7 @@ import angr from ..entry_wrapper import EntryWrapper from .cfg_base import CFGBase from ..analysis import Analysis -from ..errors import AngrCFGError +from ..erro...
Catching AngrError as well when refining functions in CFG generation.
angr_angr
train
c12f891b1603aa5bb9b63730330c9ef79c13a620
diff --git a/mock_django/http.py b/mock_django/http.py index <HASH>..<HASH> 100644 --- a/mock_django/http.py +++ b/mock_django/http.py @@ -6,7 +6,6 @@ mock_django.http :license: Apache License 2.0, see LICENSE for more details. """ -from mock import Mock from django.contrib.auth.models import AnonymousUser from d...
Renamed the `url` parameter of the MockHttpRequest to `path` since that's what I expected it to be. Also added a SERVER_PORT value to the default META so the `build_absolute_uri` method actually works.
dcramer_mock-django
train
b2a5506447e614bf0c7bee8100d47fe89c5f8756
diff --git a/salt/modules/boto_ec2.py b/salt/modules/boto_ec2.py index <HASH>..<HASH> 100644 --- a/salt/modules/boto_ec2.py +++ b/salt/modules/boto_ec2.py @@ -153,6 +153,41 @@ def find_instances(instance_id=None, name=None, tags=None, region=None, return False +def create_image(ami_name, instance_id=None, ...
Create_image function to create an AMI from existing instances
saltstack_salt
train
8567fb1a99467839b3c2c5628a394d608f8eb718
diff --git a/lib/paginate_alphabetically.rb b/lib/paginate_alphabetically.rb index <HASH>..<HASH> 100644 --- a/lib/paginate_alphabetically.rb +++ b/lib/paginate_alphabetically.rb @@ -10,7 +10,7 @@ module PaginateAlphabetically end def first_letter - first_instance = find(:first, :order => @attribute) +...
Ensure that the first letter is always a letter of the alphabet.
edendevelopment_paginate_alphabetically
train
ed834dbd4a76a2dc25fb353449f345751826b038
diff --git a/impl-tinkerpop-parent/impl/src/main/java/org/hawkular/inventory/impl/tinkerpop/TinkerpopInventory.java b/impl-tinkerpop-parent/impl/src/main/java/org/hawkular/inventory/impl/tinkerpop/TinkerpopInventory.java index <HASH>..<HASH> 100644 --- a/impl-tinkerpop-parent/impl/src/main/java/org/hawkular/inventory/i...
Trivial - avoid unchecked warnings.
hawkular_hawkular-inventory
train
15bd15790ab1f1e722278e26c22e6530a60348d8
diff --git a/src/wavesurfer.js b/src/wavesurfer.js index <HASH>..<HASH> 100644 --- a/src/wavesurfer.js +++ b/src/wavesurfer.js @@ -171,7 +171,7 @@ var WaveSurfer = { timings: function (offset) { var position = this.backend.getCurrentTime() || 0; var duration = this.backend.getDuration() || 1; - ...
Do not attempt to add an offset to the position timing if the offset is NaN
katspaugh_wavesurfer.js
train
f75ea5c1f4e3d6340b875273ed47e66bbb52e194
diff --git a/docs/Connecting-to-MySQL-via-SSL.md b/docs/Connecting-to-MySQL-via-SSL.md index <HASH>..<HASH> 100644 --- a/docs/Connecting-to-MySQL-via-SSL.md +++ b/docs/Connecting-to-MySQL-via-SSL.md @@ -5,9 +5,12 @@ $sslCa = "/path/to/ca"; $sslKey = "/path/to/Key"; $sslCert = "/path/to/cert"; +$sslCaPath = "/path"; ...
Added verifyssl, cipher and capath
byjg_anydataset
train
21b5ec5dc34c167fff30e23f61a556cfc5e13ac8
diff --git a/physical/raft/raft.go b/physical/raft/raft.go index <HASH>..<HASH> 100644 --- a/physical/raft/raft.go +++ b/physical/raft/raft.go @@ -542,7 +542,7 @@ func (b *RaftBackend) GetConfiguration(ctx context.Context) (*RaftConfigurationR Address: string(server.Address), Leader: server.Add...
Fix raft config response (#<I>)
hashicorp_vault
train
c72c3d6a543ef4ea375323c2844cb5b690b538c1
diff --git a/source.go b/source.go index <HASH>..<HASH> 100644 --- a/source.go +++ b/source.go @@ -50,10 +50,13 @@ type baseSource struct { // TODO(sdboyer) rename to baseVCSSource // Whether the cache has the latest info on versions cvsync bool - // The project metadata cache. This is persisted to disk, for reus...
Refactor baseSource to use UnpairedV in metacache
sdboyer_gps
train
193e60ac15c39b292d93d1d1c00952d0ec32b927
diff --git a/examples/electron-example/main.js b/examples/electron-example/main.js index <HASH>..<HASH> 100644 --- a/examples/electron-example/main.js +++ b/examples/electron-example/main.js @@ -1,22 +1,23 @@ -'use strict'; - -const {app} = require('electron'); -const ioHook = require('../../index'); - -function eventH...
replace deprecated "keypress" with "keydown"
wilix-team_iohook
train
962088a499b04fb6cb6052bb6fb1cd287dbd9396
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/explorer-table.js b/bundles/org.eclipse.orion.client.core/web/orion/explorer-table.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/explorer-table.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/explorer-table.js @...
Bug <I> - meaning of "root" in navigator when there are multiple file systems. Interpret "/" to mean show all file system roots
eclipse_orion.client
train
e2455f797cb0316e6ac487e9380b36dd8812332b
diff --git a/components/upload/ajaxUploader.js b/components/upload/ajaxUploader.js index <HASH>..<HASH> 100644 --- a/components/upload/ajaxUploader.js +++ b/components/upload/ajaxUploader.js @@ -61,6 +61,7 @@ function getError(options, xhr) { err.status = xhr.status; err.method = 'post'; err.url = option...
feat(Upload): add response field to Error object, close #<I>
ksc-fe_kpc
train
af89a6681beb7740587403a0c2d42b46e2713476
diff --git a/tests/test_common.py b/tests/test_common.py index <HASH>..<HASH> 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -17,7 +17,7 @@ class TestGroupMatches(unittest.TestCase): Match(start=42, end=52, dist=1), Match(start=99, end=109, dist=0), ] - self.as...
avoid using TestCase.assertItemsEqual() The reason is that it is not avialable in the stdlib's unittest.
taleinat_fuzzysearch
train
e95eed4cbda982d01cc59aa811b1e8c07ad280de
diff --git a/src/node-loaders.js b/src/node-loaders.js index <HASH>..<HASH> 100644 --- a/src/node-loaders.js +++ b/src/node-loaders.js @@ -9,17 +9,19 @@ var existsSync = fs.existsSync ? fs.existsSync : path.existsSync; var FileSystemLoader = Object.extend({ init: function(searchPaths) { if(searchPaths) {...
Normalize the FileSystemLoader paths to ensure proper path separators on windows. (for running the unittests in windows)
mozilla_nunjucks
train
e04a2b4aa2717413dabd244051fba734cb0078b5
diff --git a/aws/resource_aws_kinesis_firehose_delivery_stream.go b/aws/resource_aws_kinesis_firehose_delivery_stream.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_kinesis_firehose_delivery_stream.go +++ b/aws/resource_aws_kinesis_firehose_delivery_stream.go @@ -1192,6 +1192,7 @@ func resourceAwsKinesisFirehose...
Set ForceNew for s3_backup_mode in aws_kinesis_firehose_delivery_stream Fixes #<I>. Only for Elasticsearch target, because S3, Redshift and Splunk APIs support changes of this parameter.
terraform-providers_terraform-provider-aws
train
d0665e254df066fd3d2cf979c876008947ea5717
diff --git a/src/main/java/org/dita/dost/module/KeyrefModule.java b/src/main/java/org/dita/dost/module/KeyrefModule.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dita/dost/module/KeyrefModule.java +++ b/src/main/java/org/dita/dost/module/KeyrefModule.java @@ -77,12 +77,9 @@ final class KeyrefModule extends A...
Use configured file info filter in keyref module
dita-ot_dita-ot
train
edeb196465b5580b3f67e4e117842cc49f88aa1d
diff --git a/core/src/main/java/org/cache2k/impl/BaseCache.java b/core/src/main/java/org/cache2k/impl/BaseCache.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/cache2k/impl/BaseCache.java +++ b/core/src/main/java/org/cache2k/impl/BaseCache.java @@ -58,6 +58,7 @@ import org.cache2k.impl.util.TunableConstan...
add method getEntryState() for diagnostics
cache2k_cache2k
train
44c518d682d9d9d013bdca8fe1f05ae55ce6f4cf
diff --git a/src/cr/cube/dimension.py b/src/cr/cube/dimension.py index <HASH>..<HASH> 100644 --- a/src/cr/cube/dimension.py +++ b/src/cr/cube/dimension.py @@ -452,12 +452,12 @@ class Dimension(object): Only meaningful when the dimension is known to be categorical (has base-type `categorical`). ...
rfctr: clean name in dimension
Crunch-io_crunch-cube
train
4cf62cd3247dfd5291df33b6da08467623bcfdbf
diff --git a/src/Storage/ImageVersionsTrait.php b/src/Storage/ImageVersionsTrait.php index <HASH>..<HASH> 100644 --- a/src/Storage/ImageVersionsTrait.php +++ b/src/Storage/ImageVersionsTrait.php @@ -9,7 +9,8 @@ use Cake\Event\EventManager; trait ImageVersionsTrait { /** - * Gets a list of image versions for a giv...
Coding conventions and doc blocks
burzum_cakephp-file-storage
train
885f0b2a6ecd054bf90931624b2a0fba9de069f6
diff --git a/spec/unit/provider/link_spec.rb b/spec/unit/provider/link_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/provider/link_spec.rb +++ b/spec/unit/provider/link_spec.rb @@ -25,7 +25,7 @@ if Chef::Platform.windows? require 'chef/win32/file' #probably need this in spec_helper end -describe Chef::Resou...
Marking more tests not to run on Win2k3
chef_chef
train
33b57fedc3a7a832453f6ee4bfbc265e2794c611
diff --git a/lib/inq.rb b/lib/inq.rb index <HASH>..<HASH> 100644 --- a/lib/inq.rb +++ b/lib/inq.rb @@ -37,11 +37,11 @@ module Inq # the reports. # @param date [String] A string containing the date (YYYY-MM-DD) that the # report ends on. E.g., for Jan 1-Feb 1 2017, you'd pass 2017-02-01. - def self.from_co...
Make self.from_config accept start_date and end_date
duckinator_inq
train
85a3071b70cd95ce67b160db190321a5aa20a98c
diff --git a/lib/commands/app-management.js b/lib/commands/app-management.js index <HASH>..<HASH> 100644 --- a/lib/commands/app-management.js +++ b/lib/commands/app-management.js @@ -20,11 +20,11 @@ commands.mobileInstallApp = async function mobileInstallApp (opts = {}) { const {app} = extractMandatoryOptions(opts, ...
fix: make sure appPushTimeout is used for installApp (#<I>)
appium_appium-xcuitest-driver
train
c2230e72681f80aae4aadafe832ed9eba19cfeae
diff --git a/src/com/opencms/flex/jsp/CmsJspTagInclude.java b/src/com/opencms/flex/jsp/CmsJspTagInclude.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/flex/jsp/CmsJspTagInclude.java +++ b/src/com/opencms/flex/jsp/CmsJspTagInclude.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/com/opencm...
Bugfix: Filenames are not longer forced to lower case
alkacon_opencms-core
train
34a12fd177f9e1dd3c0683722f3d809744048569
diff --git a/ObjectManager/FieldType.php b/ObjectManager/FieldType.php index <HASH>..<HASH> 100644 --- a/ObjectManager/FieldType.php +++ b/ObjectManager/FieldType.php @@ -18,11 +18,11 @@ class FieldType extends Base /** * Defines the state of the Construction object, if it's not published, partialy or comple...
Refactor FIELD constant to FIELD_TYPE
ezsystems_BehatBundle
train
2b4b9eaf12bdfe4dda5be33524e4b4a6d80cd691
diff --git a/hardware/opentrons_hardware/firmware_bindings/messages/fields.py b/hardware/opentrons_hardware/firmware_bindings/messages/fields.py index <HASH>..<HASH> 100644 --- a/hardware/opentrons_hardware/firmware_bindings/messages/fields.py +++ b/hardware/opentrons_hardware/firmware_bindings/messages/fields.py @@ -1...
refactor(hardware): types: polymorphic field ctors (#<I>) By making the class arg of BinaryFieldBase factory functions a typevar with a bound of the base itself, when using the factories from child classes of BinaryFieldBase (i.e. UInt8Field.build()) then the return type will be the child class. This means, among o...
Opentrons_opentrons
train
7b28e5d413698f072a34347824ed056083de8a8e
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -339,7 +339,7 @@ class DataFlowKernel(object): assert isinstance(inner_future, Future) task_record['status'] = States.joinin...
Eliminate self.tasks[id] calls from joinapp callback (#<I>) see issue #<I>
Parsl_parsl
train
046cce4cbf2ad360abbb62aeee4dc8333d897c2a
diff --git a/timber.php b/timber.php index <HASH>..<HASH> 100644 --- a/timber.php +++ b/timber.php @@ -377,7 +377,14 @@ class Timber { if ($query) { add_action('do_parse_request',function() use ($query) { global $wp; - $wp->query_vars = $query; + + if...
Allow query strings as query in Timber::load_template
timber_timber
train
7451a0df190ae73e2fb7c6ec429d28ea0116d537
diff --git a/spec/controllers/api/systems_packages_controller_spec.rb b/spec/controllers/api/systems_packages_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/api/systems_packages_controller_spec.rb +++ b/spec/controllers/api/systems_packages_controller_spec.rb @@ -41,7 +41,7 @@ describe Api::Syste...
Temporary fix for jenkins errors
Katello_katello
train
855034b6b7a3b7144977efcaefe72d2c64b0d039
diff --git a/gabs.go b/gabs.go index <HASH>..<HASH> 100644 --- a/gabs.go +++ b/gabs.go @@ -135,20 +135,7 @@ func (g *Container) S(hierarchy ...string) *Container { Exists - Checks whether a path exists. */ func (g *Container) Exists(hierarchy ...string) bool { - var object interface{} - - object = g.object - for tar...
Fix Exists calls for paths containing arrays
Jeffail_gabs
train
a9aaff0ee0574d728fe4379b59efe11fd2d3f49e
diff --git a/pkg/server/httpserver/httpserver.go b/pkg/server/httpserver/httpserver.go index <HASH>..<HASH> 100644 --- a/pkg/server/httpserver/httpserver.go +++ b/pkg/server/httpserver/httpserver.go @@ -19,7 +19,7 @@ package httpserver import ( "log" "net/http" - "time" + // "time" ) type HttpServerConfig stru...
Remove HTTP server timeouts write and read. Implement it later with a proper timer thread. Large file transfers from 'mc' fail with i/o timeout without this change.
minio_minio
train
f71af0335840987e25eac37bca41eba85ba6818c
diff --git a/radiotool/composer/speech.py b/radiotool/composer/speech.py index <HASH>..<HASH> 100644 --- a/radiotool/composer/speech.py +++ b/radiotool/composer/speech.py @@ -1,5 +1,7 @@ +import numpy as N + from track import Track -from ..utils import segment_array +from ..utils import segment_array, RMS_energy cl...
actually using the refine cut method. no kidding.
ucbvislab_radiotool
train
4918cc798dd203a0f684b076c36b486ebcac2359
diff --git a/tabu/sampler.py b/tabu/sampler.py index <HASH>..<HASH> 100644 --- a/tabu/sampler.py +++ b/tabu/sampler.py @@ -87,13 +87,14 @@ class TabuSampler(dimod.Sampler): :obj:`~dimod.SampleSet`: A `dimod` :obj:`.~dimod.SampleSet` object. Examples: - This example provides samples fo...
Simplify TabuSampler example
dwavesystems_dwave-tabu
train
69037175cbb51ce9ad05f830341dfa13a4818bdb
diff --git a/src/main/java/org/takes/rq/RqHeaders.java b/src/main/java/org/takes/rq/RqHeaders.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/takes/rq/RqHeaders.java +++ b/src/main/java/org/takes/rq/RqHeaders.java @@ -32,13 +32,12 @@ import java.util.LinkedList; import java.util.List; import java.util.Locale...
RqHeaders exposes List / Set instead of Iterable Returning List / Set instead of Iterable is much more convenient to use than using an Iterable. Fixes #<I>
yegor256_takes
train
d8de69c8d67705dbc85eb8a5404172683fedc307
diff --git a/src/resource/RefraxResource.js b/src/resource/RefraxResource.js index <HASH>..<HASH> 100644 --- a/src/resource/RefraxResource.js +++ b/src/resource/RefraxResource.js @@ -65,7 +65,7 @@ class RefraxResource extends RefraxResourceBase { this._options.invalidate = {noPropagate: true}; } - ...
Re-enable invalidate on Resource construct
netarc_refrax
train
ce973b068efa28abf146940cc714a3fb50693f3d
diff --git a/libraries/joomla/mail/mail.php b/libraries/joomla/mail/mail.php index <HASH>..<HASH> 100644 --- a/libraries/joomla/mail/mail.php +++ b/libraries/joomla/mail/mail.php @@ -148,12 +148,13 @@ class JMail extends PHPMailer * Add recipients to the email * * @param mixed $recipient Either a string or...
PHP Strict Fixes for JMail Class
joomla_joomla-framework
train
34edd29177c148cdb464a6dd6039c52c1afdb305
diff --git a/inplaceeditform/media/js/jquery.inplaceeditform.js b/inplaceeditform/media/js/jquery.inplaceeditform.js index <HASH>..<HASH> 100644 --- a/inplaceeditform/media/js/jquery.inplaceeditform.js +++ b/inplaceeditform/media/js/jquery.inplaceeditform.js @@ -156,11 +156,10 @@ if (media.tagName=="SC...
Fixes #<I> Now work in IE
django-inplaceedit_django-inplaceedit
train
997cec92719f5234c29f1938810e6a97fe7ba104
diff --git a/lib/fog/openstack/models/storage/file.rb b/lib/fog/openstack/models/storage/file.rb index <HASH>..<HASH> 100644 --- a/lib/fog/openstack/models/storage/file.rb +++ b/lib/fog/openstack/models/storage/file.rb @@ -69,6 +69,11 @@ module Fog requires :key self.collection.get_url(self.key) ...
refactors get_object_https_url request, adds temp_signed_url method to file class
fog_fog
train
44ea74f96246e6ce6fb0b6a60212ce0fa75267ab
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def main(): setup( name='straitlets', # remember to update straitlets/__init__.py! - version='0.3.0', + version='0.3.1', description="Serializable IPython Traitlets"...
REL: Bump to <I>.
quantopian_serializable-traitlets
train