hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c1979a2aa6e0ddd776378443b0a9b834fbfc9ac2
diff --git a/src/frontend/org/voltdb/utils/CSVLoader.java b/src/frontend/org/voltdb/utils/CSVLoader.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/utils/CSVLoader.java +++ b/src/frontend/org/voltdb/utils/CSVLoader.java @@ -238,6 +238,10 @@ public class CSVLoader { public static void main(String[] a...
Add capturing timings for read/parsing file and insert to DB.
VoltDB_voltdb
train
1793c3775329f38c5f500795ba626c6e1fff5f20
diff --git a/src/directives/leaflet.js b/src/directives/leaflet.js index <HASH>..<HASH> 100644 --- a/src/directives/leaflet.js +++ b/src/directives/leaflet.js @@ -17,7 +17,8 @@ angular.module("leaflet-directive", []).directive('leaflet', function ($q, leafl controls: '=controls', eventBroadcas...
* modified leaflet-directive to accept transcluded elements
tombatossals_angular-leaflet-directive
train
2151492decd55dedbe06e998f49803a5f81a5ee6
diff --git a/drivers/virtualbox/virtualbox.go b/drivers/virtualbox/virtualbox.go index <HASH>..<HASH> 100644 --- a/drivers/virtualbox/virtualbox.go +++ b/drivers/virtualbox/virtualbox.go @@ -177,17 +177,14 @@ func (d *Driver) Create() error { if err := os.Mkdir(imgPath, 0700); err != nil { return err } - } ...
fix regression for custom b2d url paths
docker_machine
train
92c945cbd205e1764f3fe404c889ead0e2f30246
diff --git a/test/error-handling.tap.js b/test/error-handling.tap.js index <HASH>..<HASH> 100644 --- a/test/error-handling.tap.js +++ b/test/error-handling.tap.js @@ -14,9 +14,9 @@ test("continuation-local storage glue with a throw in the continuation chain", d.on('error', function (blerg) { t.equal(blerg...
test: fixed for current exit semantics Not sure when this changed, but it's been like this for a while.
othiym23_node-continuation-local-storage
train
0d6c43a75eed9278349e62330380787dad6a51db
diff --git a/package/Compiler.php b/package/Compiler.php index <HASH>..<HASH> 100644 --- a/package/Compiler.php +++ b/package/Compiler.php @@ -27,18 +27,37 @@ class Compiler $phar->startBuffering(); - $finder = new Finder(); - $finder->files() - ->ignoreVCS(true) - ...
Added yii plugins dirs to the compiler
Codeception_Codeception
train
e42fad2187b685b2eb558e4e3622ba8b50efd6a6
diff --git a/safe_qgis/message_viewer.py b/safe_qgis/message_viewer.py index <HASH>..<HASH> 100644 --- a/safe_qgis/message_viewer.py +++ b/safe_qgis/message_viewer.py @@ -49,9 +49,6 @@ class MessageViewer(QtWebKit.QWebView): self.dynamic_messages = [] #self.show() - # Read the header and foot...
Fixed issue with messages being duplicated in messageviewer
inasafe_inasafe
train
b85f761a01b6b1c2badeec4484c96d6ae78a88ec
diff --git a/lib/eye/process/config.rb b/lib/eye/process/config.rb index <HASH>..<HASH> 100644 --- a/lib/eye/process/config.rb +++ b/lib/eye/process/config.rb @@ -37,6 +37,7 @@ module Eye::Process::Config h[:stdout] = Eye::System.normalized_file(h[:stdout], h[:working_dir]) if h[:stdout] h[:stderr] = Eye::S...
process normalize stdall too
kostya_eye
train
e527650a0ca0c276f7ed4c6fcc785575b5f2619f
diff --git a/lib/docusign_rest/client.rb b/lib/docusign_rest/client.rb index <HASH>..<HASH> 100644 --- a/lib/docusign_rest/client.rb +++ b/lib/docusign_rest/client.rb @@ -221,7 +221,9 @@ module DocusignRest roleName: signer[:role_name], tabs: { textTabs: get_signer_tabs(signer[:te...
Add creation of an envelope from a composite template of server templates
jondkinney_docusign_rest
train
3b30776df67bf94276ca87773bb0ac3cf5546070
diff --git a/goatools/obo_parser.py b/goatools/obo_parser.py index <HASH>..<HASH> 100755 --- a/goatools/obo_parser.py +++ b/goatools/obo_parser.py @@ -221,44 +221,8 @@ class GODag(dict): return wrapped_label - def draw_lineage(self, rec, nodecolor="mediumseagreen", - edgecolor="lightslateblue...
avoid code dup in obo_parser.draw_lineage
tanghaibao_goatools
train
1a06288b654422e010250c9b184118cc9ca82cae
diff --git a/cmd2.py b/cmd2.py index <HASH>..<HASH> 100755 --- a/cmd2.py +++ b/cmd2.py @@ -1136,14 +1136,16 @@ class Cmd(cmd.Cmd): self.stdout.write(""" Commands are case-sensitive: {} Commands may be terminated with: {} - Command-line arguments allowed: {} + Arguments at invoca...
Reword output for cmdenvironment This is an attempt at making the cmdenvironment output more informative and easier to understand.
python-cmd2_cmd2
train
1b66316072f8a9962e96ea5f8c74fa3603fa2101
diff --git a/satpy/readers/clavrx.py b/satpy/readers/clavrx.py index <HASH>..<HASH> 100644 --- a/satpy/readers/clavrx.py +++ b/satpy/readers/clavrx.py @@ -135,7 +135,6 @@ class _CLAVRxHelper: factor = attrs.pop('scale_factor', None) offset = attrs.pop('add_offset', None) valid_range = attrs.p...
Removed replicated code and fix old reference
pytroll_satpy
train
d8a6d802d881417c83c09c128991182465441a68
diff --git a/lib/deep_cover/core_ext/require_overrides.rb b/lib/deep_cover/core_ext/require_overrides.rb index <HASH>..<HASH> 100644 --- a/lib/deep_cover/core_ext/require_overrides.rb +++ b/lib/deep_cover/core_ext/require_overrides.rb @@ -1,5 +1,8 @@ # These are the monkeypatches to replace the default #require and #...
Duplicate require's override Rubygem only overrides one of them, so things mess up when Kernel.require is called instead.
deep-cover_deep-cover
train
56a7b534b60a3860b766c2d224bc836c79853486
diff --git a/src/sesame/packers.py b/src/sesame/packers.py index <HASH>..<HASH> 100644 --- a/src/sesame/packers.py +++ b/src/sesame/packers.py @@ -15,6 +15,9 @@ __all__ = [ "LongLongPacker", "UnsignedLongLongPacker", "UUIDPacker", + "BytesPacker", + "StrPacker", + "packer", ]
Add missing entries in __all__.
aaugustin_django-sesame
train
1aeee46cfcf98775564423b15d79cf643aa3dd48
diff --git a/salt/roster/scan.py b/salt/roster/scan.py index <HASH>..<HASH> 100644 --- a/salt/roster/scan.py +++ b/salt/roster/scan.py @@ -1,21 +1,13 @@ -# -*- coding: utf-8 -*- """ Scan a netmask or ipaddr for open ssh ports """ -# Import python libs -from __future__ import absolute_import, print_function, unicod...
Ran pre-commit on the changed files
saltstack_salt
train
eb22f3bb6a7ec23443d4118ab8bdcb50f44938de
diff --git a/absl/logging/__init__.py b/absl/logging/__init__.py index <HASH>..<HASH> 100644 --- a/absl/logging/__init__.py +++ b/absl/logging/__init__.py @@ -50,6 +50,12 @@ is printed to the log. To avoid this, use the level_debug() function: if logging.level_debug(): logging.debug('Thing: %s', thing.Expensive...
Expose vlog_is_on() to allow avoiding expensive computations for a vlog() call. A common pattern for higher logging level is to check if the level is "on" because the messages can be expensive to generate, so one wants to condition their generation to the level being on. PiperOrigin-RevId: <I>
abseil_abseil-py
train
6ef2e587bcf6b02a9b197b6b50dc96b232f32ab3
diff --git a/choix/utils.py b/choix/utils.py index <HASH>..<HASH> 100644 --- a/choix/utils.py +++ b/choix/utils.py @@ -183,7 +183,7 @@ def log_likelihood_network( for i in range(len(traffic_in)): loglik += traffic_in[i] * params[i] if digraph.out_degree(i) > 0: - neighbors = digraph.su...
Fix bug that appeared with NetworkX <I>. Starting with the <I> release of NetworkX, `DiGraph.successors` returns an iterator instead of a list. This caused `log_likelihood_network` to crash.
lucasmaystre_choix
train
c7542292c9d50f394aaad41db239f4096b726ed4
diff --git a/lib/Alchemy/Phrasea/Controller/Datafiles.php b/lib/Alchemy/Phrasea/Controller/Datafiles.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Controller/Datafiles.php +++ b/lib/Alchemy/Phrasea/Controller/Datafiles.php @@ -26,6 +26,8 @@ class Datafiles extends AbstractDelivery { public function co...
Declare root controllers as services, remove "call" methods
alchemy-fr_Phraseanet
train
1185c48f58fb13ea2b46aaf564a5d648fb8df6a9
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -3540,6 +3540,7 @@ func (r *rpcServer) SubscribeTransactions(req *lnrpc.GetTransactionsRequest, BlockHash: tx.BlockHash.String(), TimeStamp: tx.Timestamp, TotalFees: tx.Total...
rpc: set new raw tx hex in SubscribeTransactions resp
lightningnetwork_lnd
train
cfc31f7a15603f4bb9662e771fb4753861315102
diff --git a/jetstream/jsm/jsm.go b/jetstream/jsm/jsm.go index <HASH>..<HASH> 100644 --- a/jetstream/jsm/jsm.go +++ b/jetstream/jsm/jsm.go @@ -398,7 +398,7 @@ func getMsgSetInfo(nc *nats.Conn, name string) { cfg := &msi.Config log.Println() log.Printf("Subjects: %+v", cfg.Subjects) - log.Printf("Retention: %s", ...
Allow direct lookup of message from msgset
nats-io_gnatsd
train
990c19dce2485ae54883d54cdd0ffd636cf1798f
diff --git a/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/S3ObjectInputStream.java b/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/S3ObjectInputStream.java index <HASH>..<HASH> 100644 --- a/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/S3ObjectInputStream.java +++ b/aws-...
Fixes for a few javadoc comments.
aws_aws-sdk-java
train
511c6f79859a38e8c9da48744c11f267298ae772
diff --git a/pywb/rewrite/regex_rewriters.py b/pywb/rewrite/regex_rewriters.py index <HASH>..<HASH> 100644 --- a/pywb/rewrite/regex_rewriters.py +++ b/pywb/rewrite/regex_rewriters.py @@ -103,9 +103,9 @@ if (thisObj && thisObj._WB_wombat_obj_proxy) return thisObj._WB_wombat_obj_proxy rules = [ # ...
ensured that the regular expressions for rewriting JavaScript eval usage do not match "$eval", only "eval" identifier (#<I>) added tests for new JS eval rewriting regex tweaks
webrecorder_pywb
train
ee842bb5f381cdc984f064f57cb721c75f145b55
diff --git a/lib/sproutcore-handlebars/tests/handlebars_test.js b/lib/sproutcore-handlebars/tests/handlebars_test.js index <HASH>..<HASH> 100644 --- a/lib/sproutcore-handlebars/tests/handlebars_test.js +++ b/lib/sproutcore-handlebars/tests/handlebars_test.js @@ -617,23 +617,23 @@ test("Child views created using the vie...
Uncomment Handlebars unit test.
emberjs_ember.js
train
e870ae095b18caaca6d90c495c0d68de7b85b70d
diff --git a/Resources/public/js/banner.js b/Resources/public/js/banner.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/banner.js +++ b/Resources/public/js/banner.js @@ -116,19 +116,15 @@ bannerBackgroundImagePositionField.val(bannerBackgroundImagePosition); - updateBannerBackgroundImagePos...
[BlogBundle] Update the position of the image is make in the updateBannerBackgroundImage method
claroline_Distribution
train
f96faf11fde64080437f7caf99b0d2d4097aee9d
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -482,7 +482,7 @@ class Offline { // this.serverlessLog(protectedRoutes); // Check for APIKey - if (_.includes(protectedRoutes, `${routeMethod}#${fullPath}`) || _.includes(...
Fix protected routes requiring API key even if noAuth option is set
dherault_serverless-offline
train
0376c1aadea0407ad99b3156ae53f57deac68144
diff --git a/bcbio/install.py b/bcbio/install.py index <HASH>..<HASH> 100644 --- a/bcbio/install.py +++ b/bcbio/install.py @@ -325,7 +325,7 @@ def _install_gemini(tooldir, datadir, args): else: url = "https://raw.github.com/arq5x/gemini/master/gemini/scripts/gemini_install.py" script = os.path.ba...
add "--no-check-certificate" to wget gemini_install.py not sure if everyone has the same issue though
bcbio_bcbio-nextgen
train
c5c3b639601022322621d77f6fc81b0bbc6309ba
diff --git a/app/preparation/mzidplus.py b/app/preparation/mzidplus.py index <HASH>..<HASH> 100644 --- a/app/preparation/mzidplus.py +++ b/app/preparation/mzidplus.py @@ -33,8 +33,9 @@ def add_percolator_to_mzidtsv(mzidfn, tsvfn, multipsm, seqdb=None): """Takes a MSGF+ tsv and adds percolator data from correspondi...
Realized mzIdentML also has namespace and started adding support for it
glormph_msstitch
train
95e2e84cbd81ba36abb13629390121154de07d52
diff --git a/tests/src/ColumnTest.php b/tests/src/ColumnTest.php index <HASH>..<HASH> 100644 --- a/tests/src/ColumnTest.php +++ b/tests/src/ColumnTest.php @@ -62,10 +62,20 @@ class ColumnTest extends \PHPUnit_Framework_TestCase $info['primary'] ); - eval('$actual = ' . var_export(...
try fix for hhvm
auraphp_Aura.SqlSchema
train
e879f9b92f55ffd9a02bac77158621d225133bb1
diff --git a/lib/queryBuilder/operations/InsertOperation.js b/lib/queryBuilder/operations/InsertOperation.js index <HASH>..<HASH> 100644 --- a/lib/queryBuilder/operations/InsertOperation.js +++ b/lib/queryBuilder/operations/InsertOperation.js @@ -2,7 +2,7 @@ const { QueryBuilderOperation } = require('./QueryBuilderO...
Exclude MySQL from returning clause as well
Vincit_objection.js
train
8ac6b4025a3cc7a5bbd5b4dbbc7dab60c08891b7
diff --git a/pytuya/const.py b/pytuya/const.py index <HASH>..<HASH> 100644 --- a/pytuya/const.py +++ b/pytuya/const.py @@ -1,3 +1,3 @@ -version_tuple = (7, 0, 6) +version_tuple = (7, 0, 7) version = __version__ = '%d.%d.%d' % version_tuple __author__ = 'clach04'
Version bump in prep for <I>
clach04_python-tuya
train
834b1a343279bc3468b950bb57cab2250f22d644
diff --git a/lib/rules/_base.js b/lib/rules/_base.js index <HASH>..<HASH> 100644 --- a/lib/rules/_base.js +++ b/lib/rules/_base.js @@ -14,7 +14,6 @@ const MODULE_NAME = Symbol('_moduleName'); // array so only the first one will log the error, and subsequent rules will // see it already in the array and not log it. c...
breaking: when logging a rule violation, require passing node or all loc properties
ember-template-lint_ember-template-lint
train
4d0114d8356da15d4a7e223eb837fd77032b8515
diff --git a/tests/BaseTest.php b/tests/BaseTest.php index <HASH>..<HASH> 100644 --- a/tests/BaseTest.php +++ b/tests/BaseTest.php @@ -660,7 +660,7 @@ abstract class BaseTest extends PHPUnit_Framework_TestCase return [ [ - 'https://github.com/vaites/php-apache-tika/raw/mast...
Fixed remote sample URL (again)
vaites_php-apache-tika
train
b7323b4bb9ebe6ebc8eb4dc29156cc2195c50526
diff --git a/openquake/hazardlib/probability_map.py b/openquake/hazardlib/probability_map.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/probability_map.py +++ b/openquake/hazardlib/probability_map.py @@ -81,10 +81,10 @@ class ProbabilityCurve(object): :param imtls: DictArray instance :param...
Worked around a bug of numpy <I>
gem_oq-engine
train
ef88a797b5f60119f7b08a09bda56b343f4fc4e2
diff --git a/code/src/main/com/lmax/disruptor/GroupSequence.java b/code/src/main/com/lmax/disruptor/GroupSequence.java index <HASH>..<HASH> 100644 --- a/code/src/main/com/lmax/disruptor/GroupSequence.java +++ b/code/src/main/com/lmax/disruptor/GroupSequence.java @@ -54,6 +54,11 @@ public final class GroupSequence exten...
Added the ability to have a dynamic group of sequences that can be used in place of a single sequence. This is useful when event processors can dynamically come and go.
LMAX-Exchange_disruptor
train
3c650d124afda1dab30191d0554d4e63f0d91ee7
diff --git a/lib/genesis/seeder.rb b/lib/genesis/seeder.rb index <HASH>..<HASH> 100644 --- a/lib/genesis/seeder.rb +++ b/lib/genesis/seeder.rb @@ -124,7 +124,7 @@ module Genesis end def self.run_seed( version, metadata ) - class_name = metadata[0].camelcase + class_name = metadata[0].camelize ...
Updated a camelcase method call to camelize, as ccamelcase was having unpredictable results on linux machines.
midas_genesis
train
e978133b85d8e9ee8c2127f684848d0ad156e63b
diff --git a/test_rendering/slimerjs-profile/prefs.js b/test_rendering/slimerjs-profile/prefs.js index <HASH>..<HASH> 100644 --- a/test_rendering/slimerjs-profile/prefs.js +++ b/test_rendering/slimerjs-profile/prefs.js @@ -1,3 +1,4 @@ user_pref("webgl.force-enabled", true); user_pref("webgl.disabled", false); user_p...
Make render tests work on more devices By setting a device pixel ratio of <I> and increasing the tolerance for raster reprojection tests, the render tests now also run from the console on OSX devices with retina display.
openlayers_openlayers
train
a7b11debd30e4b56f09af13f43d0fc57e3c58724
diff --git a/lib/components/narrative/default/default-itinerary.js b/lib/components/narrative/default/default-itinerary.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/default/default-itinerary.js +++ b/lib/components/narrative/default/default-itinerary.js @@ -134,7 +134,7 @@ const ITINERARY_ATTRIBUTES = ...
fix(default-itinerary): don't display fares explictly set <0
opentripplanner_otp-react-redux
train
14db079e673e3a522962ea09f5c8a1aae7ee8455
diff --git a/src/main/java/com/github/tomakehurst/wiremock/common/Urls.java b/src/main/java/com/github/tomakehurst/wiremock/common/Urls.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/common/Urls.java +++ b/src/main/java/com/github/tomakehurst/wiremock/common/Urls.java @@ -68,9 +68,...
Resolve scenario name conflict restricting to two node parts
tomakehurst_wiremock
train
fd9c68deccdab065d4105b1fd6feaa490e111594
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,6 @@ var exec = require('child_process').exec var path = require('path') var getOptions = require('loader-utils').getOptions var defaults = require('lodash.defaults') -var util = require('util') function pushAll ...
Remove deprecated `rails` option
usabilityhub_rails-erb-loader
train
c42a20ad45e0bbec161ea76cc5cb5a17733fb117
diff --git a/lib/veewee/environment.rb b/lib/veewee/environment.rb index <HASH>..<HASH> 100644 --- a/lib/veewee/environment.rb +++ b/lib/veewee/environment.rb @@ -53,7 +53,9 @@ module Veewee def initialize(options={}) - cwd= options.has_key?(:cwd) ? options[:cwd] : Dir.pwd + cwd = ENV['VEEWEE_DIR'] |...
provided support for VEEWEE_DIR to set the current veewee working directory
jedi4ever_veewee
train
670f54504e006663b6b20308331a1db12d24b679
diff --git a/lib/nsq/connection.rb b/lib/nsq/connection.rb index <HASH>..<HASH> 100644 --- a/lib/nsq/connection.rb +++ b/lib/nsq/connection.rb @@ -385,6 +385,7 @@ module Nsq if @tls_options[:ca_certificate] context.ca_file = @tls_options[:ca_certificate] end + context.verify_mode = @tls_opti...
add :verify_mode to tls_options This allow a simple passthru of the various OpenSSL::SSL verify modes. This is needed because the default behaviour is to use OpenSSL::SSL:VERIFY_NONE...
wistia_nsq-ruby
train
7222b2316ca95cbf5d741a6e8df33978e95d5d30
diff --git a/src/Picqer/Financials/Exact/Connection.php b/src/Picqer/Financials/Exact/Connection.php index <HASH>..<HASH> 100644 --- a/src/Picqer/Financials/Exact/Connection.php +++ b/src/Picqer/Financials/Exact/Connection.php @@ -179,9 +179,9 @@ class Connection } /** - * Insert a Middleware for the Gu...
Apply phpstan suggestions - Correct @param phpdoc - Correct some typos - Add missing return type based on implemenation
picqer_exact-php-client
train
1ecdc86342bd609560cfcfdeeb4ea855d190e6bd
diff --git a/scripts/build-mock-doc.js b/scripts/build-mock-doc.js index <HASH>..<HASH> 100644 --- a/scripts/build-mock-doc.js +++ b/scripts/build-mock-doc.js @@ -53,6 +53,7 @@ async function mergeDts(srcDir, destDir) { fileContent = fileContent.replace(/\, d\./g, ', '); fileContent = fileContent.replace(...
chore(build): fix dts merging
ionic-team_stencil
train
dd8cd8cabec635cc515cdaf5f6226e631c2596f0
diff --git a/events.py b/events.py index <HASH>..<HASH> 100644 --- a/events.py +++ b/events.py @@ -75,7 +75,9 @@ class Event(object): Fire an Event (SomeEvent.fire()) from the code that causes the interesting event to occur. Fire it any time the event *might* have occurred. The Event will determine wheth...
Spruce up some docs, formatting, and PEP 8 deviations.
mozilla_django-tidings
train
446f39e73a66bdaaab79681fdea32a5e704d03b0
diff --git a/lib/puppet/util/tag_set.rb b/lib/puppet/util/tag_set.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/util/tag_set.rb +++ b/lib/puppet/util/tag_set.rb @@ -1,6 +1,9 @@ require 'set' +require 'puppet/network/format_support' class Puppet::Util::TagSet < Set + include Puppet::Network::FormatSupport + de...
(PUP-<I>) Fix serialization of TagSet The TagSet class didn't include FormatSupport and didn't have a to_data_hash method, so it couldn't be serialized to msgpack.
puppetlabs_puppet
train
917bbdf7204770ac4d642eed2a5a7ceed86ab370
diff --git a/tests/bc_transaction_test.py b/tests/bc_transaction_test.py index <HASH>..<HASH> 100755 --- a/tests/bc_transaction_test.py +++ b/tests/bc_transaction_test.py @@ -110,10 +110,11 @@ import binascii from pycoin.convention import SATOSHI_PER_COIN from pycoin.intbytes import bytes_from_int, byte_to_int from ...
Improve bc_transaction_test test.
richardkiss_pycoin
train
dfa86bb81c0665593da623f12b7772bc71c30497
diff --git a/src/record-service.js b/src/record-service.js index <HASH>..<HASH> 100644 --- a/src/record-service.js +++ b/src/record-service.js @@ -81,11 +81,13 @@ var RecordService = function (provider, type, id) { * @returns {Promise} */ this.save = function () { + var record = this; if (!_data.crea...
feat(RecordService): resolve save() promise with saved record
castle-dev_le-storage-service
train
26885fff41e616ad51f07d3c355073808be09d14
diff --git a/fastlane/lib/fastlane/actions/testfairy.rb b/fastlane/lib/fastlane/actions/testfairy.rb index <HASH>..<HASH> 100644 --- a/fastlane/lib/fastlane/actions/testfairy.rb +++ b/fastlane/lib/fastlane/actions/testfairy.rb @@ -2,6 +2,8 @@ module Fastlane module Actions module SharedValues TESTFAIRY_B...
Updating TestFairy action, based upon documentation and endpoint test. (#<I>)
fastlane_fastlane
train
305740c89c249c8299652ed57c7fdf7566cf92e4
diff --git a/src/utilities/HelperProcessor.js b/src/utilities/HelperProcessor.js index <HASH>..<HASH> 100644 --- a/src/utilities/HelperProcessor.js +++ b/src/utilities/HelperProcessor.js @@ -319,7 +319,8 @@ var HelperProcessor = jsface.Class({ _getRequestBody: function (request) { var numParams, params, r...
allow patch requests to have a body
postmanlabs_newman
train
9e5e68b6372fb8f7ba99272c2eea51af06610967
diff --git a/source/core/oxconfig.php b/source/core/oxconfig.php index <HASH>..<HASH> 100644 --- a/source/core/oxconfig.php +++ b/source/core/oxconfig.php @@ -2045,7 +2045,7 @@ class oxConfig extends oxSuperCfg if ( count( $this->_aActiveViews ) ) { $oActView = end( $this->_aActiveViews ); ...
undefined variable notice removed from oxconfig. (Notice: Undefined variable: oActView in oxconfig.php line <I>)
OXID-eSales_oxideshop_ce
train
674a97d06cbe4c511ec67485662221128f36f793
diff --git a/fetch.go b/fetch.go index <HASH>..<HASH> 100644 --- a/fetch.go +++ b/fetch.go @@ -158,11 +158,11 @@ func (this *FetchResponseData) Read(decoder Decoder) *DecodingError { } var ( - reason_InvalidBlocksLength = "Invalid length for Blocks field" - reason_InvalidBlockTopic = "Invalid topic in block" - reas...
go fmt changes, re #6
elodina_siesta
train
f82923dd0b3f9cb69da23a236a1ed2877ae25fbb
diff --git a/spec/jruby_csv_spec.rb b/spec/jruby_csv_spec.rb index <HASH>..<HASH> 100644 --- a/spec/jruby_csv_spec.rb +++ b/spec/jruby_csv_spec.rb @@ -36,19 +36,19 @@ describe "a problem with jruby?" do csv_full_contents.split("\n")[range].join("\n") end - it "this actually does raise an exception, so this s...
Disable spec that demonstrates JRuby problem with CSV
plexus_ting
train
a8c3cdb0f1b4824909dcf14bfecd508223d00cba
diff --git a/lib/rollbar/request_data_extractor.rb b/lib/rollbar/request_data_extractor.rb index <HASH>..<HASH> 100644 --- a/lib/rollbar/request_data_extractor.rb +++ b/lib/rollbar/request_data_extractor.rb @@ -119,11 +119,12 @@ module Rollbar end def rollbar_filtered_params(sensitive_params, params) + ...
Better coherence with Rails param scrubbing behavior Also eliminates the potential DOS vulnerability of calling `to_sym` on all params (symbols aren't garbage collected).
rollbar_rollbar-gem
train
3c081b60952616cb5fad858badabd5f33804db99
diff --git a/law/decorator.py b/law/decorator.py index <HASH>..<HASH> 100644 --- a/law/decorator.py +++ b/law/decorator.py @@ -122,9 +122,9 @@ def log(fn, opts, task, *args, **kwargs): sys.stderr = tee try: ret = fn(task, *args, **kwargs) - except Exception as e: + ...
Fix re-raising in log decorator.
riga_law
train
3906ca2f9f28009bacf1a15c918221a1bcba99cd
diff --git a/dist/abortcontroller.js b/dist/abortcontroller.js index <HASH>..<HASH> 100644 --- a/dist/abortcontroller.js +++ b/dist/abortcontroller.js @@ -84,7 +84,15 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons var realFetch = fetch; var abortableFetch = function abortableF...
Add IE<I> compatibility IE<I> does not support then DOMException constructor, fallback to a regular Error for it.
mo_abortcontroller-polyfill
train
3c1dd6b839b7c0e2cbc85074bb5840ebded6097c
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1958,6 +1958,9 @@ resources are accessed. The `MemberAuthenticator` class is configured as the default option for authentication, and will attempt to use the current CMS `Member` session for authentication context. +*...
[CVE-<I>-<I>] Cross Site Request Forgery (CSRF) Protection Bypass
silverstripe_silverstripe-graphql
train
2528e2b05de406fdcebdacd75d19b09b8ecba875
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/TaskQueryImpl.java b/engine/src/main/java/org/camunda/bpm/engine/impl/TaskQueryImpl.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/TaskQueryImpl.java +++ b/engine/src/main/java/org/camunda/bpm/engine/impl/TaskQueryImp...
fix(engine): fix case when candidate group and candidate groups don't intersect Related with CAM-<I>
camunda_camunda-bpm-platform
train
cb3ddfdf76d9fe247db0729a1967defad8ad1724
diff --git a/src/Extractor/Markdown.php b/src/Extractor/Markdown.php index <HASH>..<HASH> 100644 --- a/src/Extractor/Markdown.php +++ b/src/Extractor/Markdown.php @@ -4,8 +4,7 @@ declare(strict_types=1); namespace Rusty\Extractor; -use League\CommonMark\Block\Element\AbstractBlock; -use League\CommonMark\Block\Ele...
Clean a bit the Markdown extractor
K-Phoen_Rusty
train
248124d1f5a676f30999178408835a8561caeacc
diff --git a/integration/v6/experimental/v3_scale_command_test.go b/integration/v6/experimental/v3_scale_command_test.go index <HASH>..<HASH> 100644 --- a/integration/v6/experimental/v3_scale_command_test.go +++ b/integration/v6/experimental/v3_scale_command_test.go @@ -185,7 +185,7 @@ var _ = Describe("v3-scale comman...
Fix experimental integrations after cf-deployment upgrade Recent updates to cf deployment caused our environments to stop showing a "rake" process on the /v3/apps endpoint. We needed to update our tests accordingly. [#<I>]
cloudfoundry_cli
train
e2d249ab3b879f656987609b3f170f698932c08c
diff --git a/libs/files/mobile.js b/libs/files/mobile.js index <HASH>..<HASH> 100644 --- a/libs/files/mobile.js +++ b/libs/files/mobile.js @@ -16,7 +16,6 @@ JS.core = [ "src/mobile/js/ch.events.js", "src/ui/js/ch.events.js", "src/shared/js/ch.factory.js", - "src/ui/js/ch.shortcuts.js", "src/mobil...
Move ch.shortcuts source file from core to abilities.
mercadolibre_chico
train
0ec406d38646650459eb38320e7e3a20f673d07e
diff --git a/classes/Boom/Environment/Development.php b/classes/Boom/Environment/Development.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Environment/Development.php +++ b/classes/Boom/Environment/Development.php @@ -4,6 +4,8 @@ namespace Boom\Environment; class Development extends Environment { + protecte...
Added requiresLogin() methods to environment classes
boomcms_boom-core
train
25db611d89db1a01038de0140d981e9326bd11ad
diff --git a/perf/_runner.py b/perf/_runner.py index <HASH>..<HASH> 100644 --- a/perf/_runner.py +++ b/perf/_runner.py @@ -599,7 +599,7 @@ class Runner: return cmd - def _spawn_worker_suite(self, calibrate=False): + def _spawn_worker(self, calibrate=False): rpipe, wpipe = pipe_cloexec() ...
Inline Runner._spawn_worker_bench() Rename _spawn_worker_suite() to _spawn_worker().
vstinner_perf
train
86321a008c095dd1b6681128a5278efafb84c69a
diff --git a/src/Sulu/Bundle/AdminBundle/Resources/public/js/components/type-overlay/main.js b/src/Sulu/Bundle/AdminBundle/Resources/public/js/components/type-overlay/main.js index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/AdminBundle/Resources/public/js/components/type-overlay/main.js +++ b/src/Sulu/Bundle/AdminBund...
added eventlistener for fully initialized overlay component
sulu_sulu
train
138ddb565374cd79e2ee4ae4a3abe8308b769a90
diff --git a/lib/gpg.js b/lib/gpg.js index <HASH>..<HASH> 100644 --- a/lib/gpg.js +++ b/lib/gpg.js @@ -124,7 +124,7 @@ var GPG = { fn.call(null, null, buffer); }); - gpg.stdin.end(str, 'utf8'); + gpg.stdin.end(str); }, /**
revert unintended change in <I>a8b<I>faa<I>a<I>c<I>fbd<I>b<I>cb3
drudge_node-gpg
train
ddf2bdf8e50734028b24754cb9516a28c37099bd
diff --git a/blockchain.go b/blockchain.go index <HASH>..<HASH> 100644 --- a/blockchain.go +++ b/blockchain.go @@ -1,7 +1,6 @@ package spvwallet import ( - "errors" "fmt" "github.com/btcsuite/btcd/blockchain" "github.com/btcsuite/btcd/chaincfg" diff --git a/schema.go b/schema.go index <HASH>..<HASH> 100644 --...
Add timestamp, value, and watchonly to tx callback
OpenBazaar_spvwallet
train
e95cc4e019b78255567baa85fee35bbfef1d8378
diff --git a/src/adapters/sqlite/encodeSchema/index.js b/src/adapters/sqlite/encodeSchema/index.js index <HASH>..<HASH> 100644 --- a/src/adapters/sqlite/encodeSchema/index.js +++ b/src/adapters/sqlite/encodeSchema/index.js @@ -23,14 +23,14 @@ const encodeCreateTable: TableSchema => SQL = ({ name, columns }) => { const...
[migrations][sqlite] Encode migration SQL
Nozbe_WatermelonDB
train
a2c8d1c061c8385c0c07f32471f29b16419d14dd
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ * Added new network utilities to fetch IP and country information from a host. - The country information is fetched using the free `ip-api.com` service. NOTE! This service is rate limited t...
Switch to ipdata.co service for country lookups
jaywink_federation
train
d626c1ee6899e03d0fa7a509e64ffc7612d17e54
diff --git a/serial_test.go b/serial_test.go index <HASH>..<HASH> 100644 --- a/serial_test.go +++ b/serial_test.go @@ -7,8 +7,8 @@ import ( const ( // socat -d -d pty,raw,echo=0 pty,raw,echo=0 - pty1 = "/dev/pts/5" - pty2 = "/dev/pts/6" + pty1 = "/dev/ttys009" + pty2 = "/dev/ttys010" ) func TestReadWrite(t *te...
changed pty endpoints in test code
goburrow_serial
train
e19cdf265a4d0c009869acc9beb73a377dcd1d6e
diff --git a/src/shogun2-init/src/main/java/de/terrestris/shogun2/init/ContentInitializer.java b/src/shogun2-init/src/main/java/de/terrestris/shogun2/init/ContentInitializer.java index <HASH>..<HASH> 100644 --- a/src/shogun2-init/src/main/java/de/terrestris/shogun2/init/ContentInitializer.java +++ b/src/shogun2-init/sr...
Extend the initialization of demo content
terrestris_shogun-core
train
b4daeedd1624335268e6780200c6bdae0563ecfa
diff --git a/src/graphql.js b/src/graphql.js index <HASH>..<HASH> 100644 --- a/src/graphql.js +++ b/src/graphql.js @@ -4,7 +4,6 @@ import { ZalgoPromise } from 'zalgo-promise/src'; import { request, stringifyError } from 'belter/src'; import { CURRENCY } from '@paypal/sdk-constants/src'; - import { getLogger } fro...
add domain into graphql url (#<I>) * enable getting merchant Ids from data-merchant-id. * support email address or * as query value. * use const. * fixed lint error. * support fields as param. * log error.
paypal_paypal-sdk-client
train
d3ce7cc45dcb839a9b9dee5570bfc31d67e3ddc5
diff --git a/cirq/testing/random_circuit.py b/cirq/testing/random_circuit.py index <HASH>..<HASH> 100644 --- a/cirq/testing/random_circuit.py +++ b/cirq/testing/random_circuit.py @@ -96,8 +96,8 @@ def random_circuit(qubits: Union[Sequence[ops.Qid], int], raise ValueError('At least one qubit must be specified.'...
Fix flakes in random_circuit_test (#<I>)
quantumlib_Cirq
train
e8a33ded395fd4f1285f1a4bad1ddc2d6f5f0870
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -37,11 +37,16 @@ module.exports = function(options) { requireName = name.replace(options.replaceExp, ''); requireName = options.camelize ? camelize(requireName) : requireName; ...
fix require issue when options.lazy is false
simbo_auto-plug
train
09e4a6afe6167fedb427ff4c979ff3b9aa0b2f0c
diff --git a/extras/foreman_callback.py b/extras/foreman_callback.py index <HASH>..<HASH> 100755 --- a/extras/foreman_callback.py +++ b/extras/foreman_callback.py @@ -1,51 +1,97 @@ import os from datetime import datetime +from collections import defaultdict import json import uuid import requests -FOREMAN_URL = ...
Small refactor of callback - sketch reports support
theforeman_foreman_ansible
train
b801ab04e3cd30092694c94fc687df31f42cb4bc
diff --git a/src/main/java/org/gitlab4j/api/RepositoryFileApi.java b/src/main/java/org/gitlab4j/api/RepositoryFileApi.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gitlab4j/api/RepositoryFileApi.java +++ b/src/main/java/org/gitlab4j/api/RepositoryFileApi.java @@ -61,7 +61,7 @@ public class RepositoryFileApi ...
Now URL encodes refs and branch names (#<I>)
gmessner_gitlab4j-api
train
e8076443d2270289c3f4593d0e78332b88c05dfe
diff --git a/molgenis-core-ui/src/main/resources/js/component/Form.js b/molgenis-core-ui/src/main/resources/js/component/Form.js index <HASH>..<HASH> 100644 --- a/molgenis-core-ui/src/main/resources/js/component/Form.js +++ b/molgenis-core-ui/src/main/resources/js/component/Form.js @@ -598,7 +598,10 @@ }; ...
Fix #<I> Forms: nillable compound attributes are not hidden
molgenis_molgenis
train
cdb03bdf7dba8f92f830a9a147df6af4a0c3c821
diff --git a/ui/src/components/table/table-header.js b/ui/src/components/table/table-header.js index <HASH>..<HASH> 100644 --- a/ui/src/components/table/table-header.js +++ b/ui/src/components/table/table-header.js @@ -51,9 +51,7 @@ export default { ? slot(props) : h(QTh, { key: col.n...
fix(QTable): duplicate headerClasses added #<I>
quasarframework_quasar
train
a1684b1f932e828e979e0e87df90e5cdaa35226c
diff --git a/server/src/main/java/com/netflix/conductor/server/ConductorServer.java b/server/src/main/java/com/netflix/conductor/server/ConductorServer.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/netflix/conductor/server/ConductorServer.java +++ b/server/src/main/java/com/netflix/conductor/server/Co...
loading the resources as a stream to avoid reading them as file - and OS level compatibility issues.
Netflix_conductor
train
e7b3410626703b9321f8c05a662c35f0d378fb73
diff --git a/js/wee.chain.js b/js/wee.chain.js index <HASH>..<HASH> 100644 --- a/js/wee.chain.js +++ b/js/wee.chain.js @@ -106,7 +106,7 @@ * @returns {$} */ reverse: function() { - var copy = W.$extend({}, this), + var copy = W.$copy(this), x = this.length, total = x, i = 0;
Use shorter $copy method in chained reverse method
weepower_wee-core
train
635a2c547041ca8470dcb9ee1f85c053f78a2fec
diff --git a/salt/cli/caller.py b/salt/cli/caller.py index <HASH>..<HASH> 100644 --- a/salt/cli/caller.py +++ b/salt/cli/caller.py @@ -151,6 +151,8 @@ class BaseCaller(object): # _retcode will be available in the kwargs of the outputter function if self.opts.get('retcode_passthrough', False): ...
Normalize to EX_GENERIC for error conditions in salt-call CLI
saltstack_salt
train
55984d4ea2285aaa7846ccd332ec48a4cc323f0f
diff --git a/integration/e2e/acl_test.go b/integration/e2e/acl_test.go index <HASH>..<HASH> 100644 --- a/integration/e2e/acl_test.go +++ b/integration/e2e/acl_test.go @@ -119,6 +119,66 @@ var _ = Describe("EndToEndACL", func() { execute(adminRunner) Eventually(adminRunner.Err()).Should(gbytes.Say(`\Qdeliver com...
[FAB-<I>] Function test for block ACL This CR adds function tests for the block event ACL policy. Change-Id: Ic<I>c5fdfd9af<I>b9facf<I>c<I>a4fbb1da4ecea0
hyperledger_fabric
train
7ae0c748a5c4519c18a703d61315d6695e81212f
diff --git a/jlib-core/src/main/java/org/jlib/core/array/ArrayUtility.java b/jlib-core/src/main/java/org/jlib/core/array/ArrayUtility.java index <HASH>..<HASH> 100644 --- a/jlib-core/src/main/java/org/jlib/core/array/ArrayUtility.java +++ b/jlib-core/src/main/java/org/jlib/core/array/ArrayUtility.java @@ -37,6 +37,11 @...
ArrayUtility.emptyArray() created
jlib-framework_jlib-operator
train
bd8c5c192ea46e0d723e2da393609ecd4308c187
diff --git a/demo/component/RadialBarChart.js b/demo/component/RadialBarChart.js index <HASH>..<HASH> 100644 --- a/demo/component/RadialBarChart.js +++ b/demo/component/RadialBarChart.js @@ -14,9 +14,8 @@ export default React.createClass({ ]; const style = { - top: 0, - left: 350, - lineHeigh...
fix(Legend): fix the location method of legend
recharts_recharts
train
d6bd5e228a820c234a614bfe6c9b88176b6bed45
diff --git a/public/examples/boomboom/scripts/boomboomcontroller.js b/public/examples/boomboom/scripts/boomboomcontroller.js index <HASH>..<HASH> 100644 --- a/public/examples/boomboom/scripts/boomboomcontroller.js +++ b/public/examples/boomboom/scripts/boomboomcontroller.js @@ -53,6 +53,7 @@ var main = function( v...
use axis division instead of angle division for boomboom dpad
greggman_HappyFunTimes
train
08f374ead0487c330992ec94aca26400cb216e60
diff --git a/src/sap.ui.rta/src/sap/ui/rta/toolbar/Adaptation.js b/src/sap.ui.rta/src/sap/ui/rta/toolbar/Adaptation.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.rta/src/sap/ui/rta/toolbar/Adaptation.js +++ b/src/sap.ui.rta/src/sap/ui/rta/toolbar/Adaptation.js @@ -126,8 +126,9 @@ function( function _setButtonProper...
[INTERNAL] sap.ui.rta.toolbar.Adaptation changes the switcher section * changing the "Navigation" icon in lower resolutions * FIX: the tooltips for the icons are translated Change-Id: I1d<I>c<I>a<I>c<I>eded<I>
SAP_openui5
train
eefd07b2696a8b04fdd99c3e948ca99c5f83e904
diff --git a/scot/builtin/binica.py b/scot/builtin/binica.py index <HASH>..<HASH> 100644 --- a/scot/builtin/binica.py +++ b/scot/builtin/binica.py @@ -11,7 +11,7 @@ import subprocess import numpy as np -if not hasattr(__builtin__, 'FileNotFoundError'): +if not hasattr(__builtins__, 'FileNotFoundError'): # PY2...
PY<I>: don't use subprocess.Popen in with statement
scot-dev_scot
train
aa4156d898d2cb1ea456bd6e5b955bf10d1c4c57
diff --git a/shared/actions/teams.js b/shared/actions/teams.js index <HASH>..<HASH> 100644 --- a/shared/actions/teams.js +++ b/shared/actions/teams.js @@ -335,12 +335,13 @@ const _getDetails = function*(action: TeamsGen.GetDetailsPayload): Saga.SagaGene } types.forEach(type => { const members = details...
Use full names on Members tab (#<I>) * Use full names on Members tab * lint
keybase_client
train
ca47f293c06d5d60a591502029048772fa385921
diff --git a/src/main/java/org/dynjs/runtime/builtins/types/regexp/DynRegExp.java b/src/main/java/org/dynjs/runtime/builtins/types/regexp/DynRegExp.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/runtime/builtins/types/regexp/DynRegExp.java +++ b/src/main/java/org/dynjs/runtime/builtins/types/regexp/DynR...
Regexp constructed with an empty string use the pattern "(?:)" <I> - If P is the empty String, this specification can be met by letting S be "(?:)".
dynjs_dynjs
train
0691c5d75601bf3a35d4a9ddbc3fcd8b1ad1a95a
diff --git a/openshift/openshift.go b/openshift/openshift.go index <HASH>..<HASH> 100644 --- a/openshift/openshift.go +++ b/openshift/openshift.go @@ -290,6 +290,10 @@ func (d *openshiftImageDestination) SupportedManifestMIMETypes() []string { } func (d *openshiftImageDestination) PutManifest(m []byte) error { + //...
Fix manifest upload to recent versions of OpenShift Uploading the manifest through the Docker registry API is redundant to the upload we have just done via an ImageStreamMapping, and recent versions reject it because we upload through a digest and they want a tag to use for the ImageStream.
containers_image
train
7ddbeb71e30693efaf00866b07afddbd0c130f6d
diff --git a/pymatgen/ext/tests/test_matproj.py b/pymatgen/ext/tests/test_matproj.py index <HASH>..<HASH> 100644 --- a/pymatgen/ext/tests/test_matproj.py +++ b/pymatgen/ext/tests/test_matproj.py @@ -65,24 +65,25 @@ class MPResterTest(unittest.TestCase): "is_compatible", "task_ids", "...
Update db entry values. Relax places=7 constraint on assertion.
materialsproject_pymatgen
train
9fa398f5fc48b317d91e0083f82255f32794d5b8
diff --git a/spec/orthography_tokenizer_spec.js b/spec/orthography_tokenizer_spec.js index <HASH>..<HASH> 100644 --- a/spec/orthography_tokenizer_spec.js +++ b/spec/orthography_tokenizer_spec.js @@ -21,7 +21,6 @@ */ var OrthographyTokenizer = require('../lib/natural/tokenizers/regexp_tokenizer').OrthographyTokenize...
Removes some loggings from spec
NaturalNode_natural
train
e19264dae75ccd764967e95a2d80cea316cd362a
diff --git a/src/Adapters/Adapter.php b/src/Adapters/Adapter.php index <HASH>..<HASH> 100644 --- a/src/Adapters/Adapter.php +++ b/src/Adapters/Adapter.php @@ -430,11 +430,18 @@ abstract class Adapter implements DataInterface if ($bigger) { $sizes = []; - foreach ($images as $image) { ...
fix option 'choose_bigger_image'
oscarotero_Embed
train
17b0c9ddecf72e77654549363f4895984bc524df
diff --git a/example/lib/controllers/football.js b/example/lib/controllers/football.js index <HASH>..<HASH> 100644 --- a/example/lib/controllers/football.js +++ b/example/lib/controllers/football.js @@ -5,7 +5,8 @@ const footballDb = require('./../db/footballDb') module.exports = { leagues_id_table, // binds to ...
Update web app example with a new endpoint that redirects through the returned string path.
CCISEL_connect-controller
train
ab50a7efb6dc637e855fcf41488b6577a3bd8727
diff --git a/ontquery/plugins/services/rdflib.py b/ontquery/plugins/services/rdflib.py index <HASH>..<HASH> 100644 --- a/ontquery/plugins/services/rdflib.py +++ b/ontquery/plugins/services/rdflib.py @@ -1,4 +1,5 @@ import rdflib +import requests import ontquery as oq import ontquery.exceptions as exc from ontquery....
services rdflib add requests import and test for github
tgbugs_ontquery
train
e5a986968a0844549283d14ae77d60a98d2987a1
diff --git a/chatterbot/adapters/storage/mongodb.py b/chatterbot/adapters/storage/mongodb.py index <HASH>..<HASH> 100644 --- a/chatterbot/adapters/storage/mongodb.py +++ b/chatterbot/adapters/storage/mongodb.py @@ -139,11 +139,13 @@ class MongoDatabaseAdapter(StorageAdapter): self.statements.replace_one({'...
Increased efficiency of update method This makes changes to use the upsert attribute in mongodb so that documents are only created if they do not already exist. This change removes the need to call the find method to check if a statement already exists in the database. This reduces the number of database transactions...
gunthercox_ChatterBot
train
ebcaba64f366cbd704b862494a7c1894a32b14d9
diff --git a/packages/terafoundation/index.js b/packages/terafoundation/index.js index <HASH>..<HASH> 100644 --- a/packages/terafoundation/index.js +++ b/packages/terafoundation/index.js @@ -1,17 +1,18 @@ 'use strict'; const SimpleContext = require('./lib/simple-context'); +const { getArgs } = require('./lib/syscon...
Detect more errors in tests by not nesting requires
terascope_teraslice
train
c13490b26979b0ced8eaeb8ef85c343777aa0419
diff --git a/Generator/VariantGenerator.php b/Generator/VariantGenerator.php index <HASH>..<HASH> 100644 --- a/Generator/VariantGenerator.php +++ b/Generator/VariantGenerator.php @@ -13,11 +13,10 @@ namespace Sylius\Component\Variation\Generator; use Sylius\Component\Resource\Factory\FactoryInterface; use Sylius\Co...
[Variant] Change variant generation method
Sylius_Variation
train
eeb61825a31aca8575edeb45b643d609843743f3
diff --git a/sos/report/plugins/openstack_nova.py b/sos/report/plugins/openstack_nova.py index <HASH>..<HASH> 100644 --- a/sos/report/plugins/openstack_nova.py +++ b/sos/report/plugins/openstack_nova.py @@ -51,6 +51,10 @@ class OpenStackNova(Plugin): "nova-manage " + nova_config + " floating list", ...
[openstack_nova] Add nova-status upgrade check output nova-status upgrade check [1] is a tool that preforms release specific checks ahead of an upgrade. [1] <URL>
sosreport_sos
train
aac8c623bf3125fc50a1fe434a431848c0976c88
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ curdir = os.path.dirname(os.path.abspath(__file__)) setup( name='rest_framework_nested', description='Nested resources for the Django Rest Framework', + long_description=open('README.md').read(), ...
Preparing long_description for PyPI
alanjds_drf-nested-routers
train
722c8324bf87d5ac1e64afd8e6ba3407ab96a4d7
diff --git a/client/src/main/java/com/github/gumtreediff/client/Run.java b/client/src/main/java/com/github/gumtreediff/client/Run.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/com/github/gumtreediff/client/Run.java +++ b/client/src/main/java/com/github/gumtreediff/client/Run.java @@ -99,11 +99,11 @@ publi...
Initialize clients after the options have been read This makes it possible to use the options during client initialization.
GumTreeDiff_gumtree
train
d14eccc5782eeed8a8f6b1a205c53d562c6c123e
diff --git a/lib/will_paginate/data_mapper.rb b/lib/will_paginate/data_mapper.rb index <HASH>..<HASH> 100644 --- a/lib/will_paginate/data_mapper.rb +++ b/lib/will_paginate/data_mapper.rb @@ -21,11 +21,15 @@ module WillPaginate options = options.dup pagenum = options.fetch(:page) { raise ArgumentErro...
Support paginate(:total_entries => n) for dm
mislav_will_paginate
train
8ce1f219014f7a80a8c7d1a8a0f344864b64eee6
diff --git a/Neos.Media/Migrations/Postgresql/Version20200823164701.php b/Neos.Media/Migrations/Postgresql/Version20200823164701.php index <HASH>..<HASH> 100644 --- a/Neos.Media/Migrations/Postgresql/Version20200823164701.php +++ b/Neos.Media/Migrations/Postgresql/Version20200823164701.php @@ -37,7 +37,7 @@ class Versi...
TASK: Fix quotes used in PostgreSQL migration
neos_neos-development-collection
train