hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
8980bb5dc179e2867c25a732c00458aa0ec0e08a
diff --git a/src/TargetSearch.js b/src/TargetSearch.js index <HASH>..<HASH> 100644 --- a/src/TargetSearch.js +++ b/src/TargetSearch.js @@ -210,7 +210,7 @@ Openphacts.TargetSearch.prototype.targetPharmacology = function(URI, assayOrgani * var callback=function(success, status, response){ * var pharmacologyResult...
Fixed the example code: now the same number of arguments as the code again
openphacts_ops.js
train
a71b9e4b3e8e72c875f15ae104b347bc14fa9bc6
diff --git a/src/com/aoindustries/servlet/filter/HideJspExtensionFilter.java b/src/com/aoindustries/servlet/filter/HideJspExtensionFilter.java index <HASH>..<HASH> 100644 --- a/src/com/aoindustries/servlet/filter/HideJspExtensionFilter.java +++ b/src/com/aoindustries/servlet/filter/HideJspExtensionFilter.java @@ -48,8 ...
Only performing redirect on GET requests now.
aoindustries_ao-servlet-filter
train
5eb69ad967aceeae3050f54a52161ad211fb4af7
diff --git a/lib/secret_sharing/charset.rb b/lib/secret_sharing/charset.rb index <HASH>..<HASH> 100644 --- a/lib/secret_sharing/charset.rb +++ b/lib/secret_sharing/charset.rb @@ -19,8 +19,8 @@ module SecretSharing # @param string [String] The string to evaluate the charset for. # @return A charset that has at...
fix unreachable hex charset if a string is compatible with Hex it is automatically compatible with ASCII thus the Hex charset was unreachable
duse-io_secret_sharing_ruby
train
b0e72929c43b30f1ed81bd26180ccaa8103ad4c9
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -25,13 +25,15 @@ class ActionController::TestCase else include Devise::TestHelpers end - if Rails.version >= '5.0.0' - self.use_transactional_tests = true - elsif def...
fix mongoid test on rails 5
scambra_devise_invitable
train
1d2ecbb29b1408f9bcfd08afad15f82f8a9b4bf5
diff --git a/src/geshi/go.php b/src/geshi/go.php index <HASH>..<HASH> 100644 --- a/src/geshi/go.php +++ b/src/geshi/go.php @@ -55,6 +55,14 @@ $language_data = array( 4 => "#\\\\u[0-9a-fA-F]{4}#", 5 => "#\\\\U[0-9a-fA-F]{8}#" ), + 'NUMBERS' => array( + # integer literals (possibly im...
fix: Broken number highlighting in Go.
GeSHi_geshi-1.0
train
3c16bbab2bc74b9e12edbefbe97985950647a42d
diff --git a/microcosm_flask/tests/conventions/test_health.py b/microcosm_flask/tests/conventions/test_health.py index <HASH>..<HASH> 100644 --- a/microcosm_flask/tests/conventions/test_health.py +++ b/microcosm_flask/tests/conventions/test_health.py @@ -29,7 +29,6 @@ def test_health_check(): assert_that(data, is_...
Don't expect checks in response if no checks exist
globality-corp_microcosm-flask
train
309990f4bdcb646c932460e2f4ad2bf4b839c61f
diff --git a/lib/conf/index.js b/lib/conf/index.js index <HASH>..<HASH> 100644 --- a/lib/conf/index.js +++ b/lib/conf/index.js @@ -27,17 +27,7 @@ function load(env) { } catch(e) {} } - if(!conf) { - console.error(new Date); - console.error('Unable to load configuration file for `%s`', env); - consol...
Don't display warning when conf cannot be loaded
shinuza_captain-core
train
3be0fa994bfe18d03fdca6eaf12ba36160c2e565
diff --git a/tests/test.basics.js b/tests/test.basics.js index <HASH>..<HASH> 100644 --- a/tests/test.basics.js +++ b/tests/test.basics.js @@ -156,19 +156,20 @@ adapters.map(function(adapter) { asyncTest("Remove doc, no callback", 2, function() { initTestDB(this.name, function(err, db) { + var changes = ...
Start listening to changes before doing them.
pouchdb_pouchdb
train
be37465349a74a94bea6396624bda21e6b8a0d7a
diff --git a/inginious/frontend/static/js/task.js b/inginious/frontend/static/js/task.js index <HASH>..<HASH> 100644 --- a/inginious/frontend/static/js/task.js +++ b/inginious/frontend/static/js/task.js @@ -801,7 +801,7 @@ function updateMainTags(data){ if("tests" in data){ for (var tag in data["tests"]){...
Fix lowerCase glitches in javascript for tags.
UCL-INGI_INGInious
train
adfc547e9f413b9bbf4360cabb44fb0000a8a960
diff --git a/mutagen/aiff.py b/mutagen/aiff.py index <HASH>..<HASH> 100644 --- a/mutagen/aiff.py +++ b/mutagen/aiff.py @@ -20,7 +20,7 @@ from ._compat import endswith, text_type, PY3 from mutagen import StreamInfo, FileType from mutagen.id3 import ID3 -from mutagen.id3._util import error as ID3Error +from mutagen.i...
aiff: don't ignore ID3 errors on loading
quodlibet_mutagen
train
a4fcb96edd0058ba6ea04a51c90ccf0efdd7f690
diff --git a/lib/dbus/marshall.rb b/lib/dbus/marshall.rb index <HASH>..<HASH> 100644 --- a/lib/dbus/marshall.rb +++ b/lib/dbus/marshall.rb @@ -41,7 +41,7 @@ module DBus # @param buffer [String] # @param endianness [:little,:big] def initialize(buffer, endianness) - @raw_msg = RawMessage.new(buffer) ...
Fix endianness for parts of messages
mvidner_ruby-dbus
train
5782804dca85bc9e3d23a8aa122b3edc5caa8fb5
diff --git a/provision/kubernetes/provisioner.go b/provision/kubernetes/provisioner.go index <HASH>..<HASH> 100644 --- a/provision/kubernetes/provisioner.go +++ b/provision/kubernetes/provisioner.go @@ -6,9 +6,11 @@ package kubernetes import ( "context" + "flag" "fmt" "io" "net/url" + "strconv" "strings" ...
provision/kubernetes: allow setting a higher log-level for kube logs
tsuru_tsuru
train
f3408b0eaecd6d0315159e822370ca89b30e399e
diff --git a/aegean.py b/aegean.py index <HASH>..<HASH> 100755 --- a/aegean.py +++ b/aegean.py @@ -26,7 +26,12 @@ from scipy.special import erf from scipy.ndimage import label, find_objects # fitting -import lmfit +try: + import lmfit +except ImportError: + lmfit_available = False + lmfit = None + from Ae...
commented out lmfit fitting whilst I work on some bug fixes and enhancements
PaulHancock_Aegean
train
611240b85e575b1db8262b8babc0fe3ef906c252
diff --git a/lib/honeybadger.js b/lib/honeybadger.js index <HASH>..<HASH> 100644 --- a/lib/honeybadger.js +++ b/lib/honeybadger.js @@ -72,7 +72,6 @@ Badger.prototype.send = function (err, meta) { Badger.prototype.makePayload = function (err, meta) { if (!meta) meta = {}; - if (!meta.cgi_data) meta.cgi_data = pro...
That cgi_data field... I do not think it does what you think it does
honeybadger-io_honeybadger-node
train
ff161edea9d4c8c7538f8f4d523c241442586126
diff --git a/ethereum/abi.py b/ethereum/abi.py index <HASH>..<HASH> 100644 --- a/ethereum/abi.py +++ b/ethereum/abi.py @@ -236,7 +236,7 @@ def encode_single(typ, arg): return zpad(arg, 32) elif len(arg) == 40: return zpad(decode_hex(arg), 32) - elif len(arg) == 42 and arg[2:] =...
fix address value encoding in abi
ethereum_pyethereum
train
5f705e9c67add23e46999f8b3c2483e1593f3683
diff --git a/pypmc/_version.py b/pypmc/_version.py index <HASH>..<HASH> 100644 --- a/pypmc/_version.py +++ b/pypmc/_version.py @@ -1 +1 @@ -__version__ = '1.1.4' +__version__ = '1.2'
[pypmc] Version <I>
fredRos_pypmc
train
a3aca1bfc07ebad3dc434c90ab3d93136351cedb
diff --git a/PyGitUp/gitup.py b/PyGitUp/gitup.py index <HASH>..<HASH> 100644 --- a/PyGitUp/gitup.py +++ b/PyGitUp/gitup.py @@ -67,8 +67,6 @@ PYPI_URL = 'https://pypi.python.org/pypi/git-up/json' def get_git_dir(): toplevel_dir = execute(['git', 'rev-parse', '--show-toplevel']) dot_git_is_file = os.path.isf...
Fix ... Think before you commit!
msiemens_PyGitUp
train
a9decb898b1a5c1621b86303b71c2392eb0abd11
diff --git a/vendor/refinerycms/pages/app/models/page.rb b/vendor/refinerycms/pages/app/models/page.rb index <HASH>..<HASH> 100644 --- a/vendor/refinerycms/pages/app/models/page.rb +++ b/vendor/refinerycms/pages/app/models/page.rb @@ -77,9 +77,16 @@ class Page < ActiveRecord::Base # Used for the browser title to g...
More Page RSpec coverage, and deprecated the .path() variable because reversing output by sending false feels weird. I honestly feel a little violated.
refinery_refinerycms
train
1ff540938e183a9e458d49813739043dbdba289a
diff --git a/lib/regexp-examples/parser.rb b/lib/regexp-examples/parser.rb index <HASH>..<HASH> 100644 --- a/lib/regexp-examples/parser.rb +++ b/lib/regexp-examples/parser.rb @@ -15,7 +15,7 @@ module RegexpExamples repeaters = [] until end_of_regexp group = parse_group(repeaters) - return ...
Reoved unnecessary "hack" of OneTimeRepeater This was here to make the code feel more consistent... But actually, since we are duck typing, it was an unnecessary addition
tom-lord_regexp-examples
train
d1354869e81294391e4d27308f5caec58b582868
diff --git a/lib/fog/aws/models/rds/server.rb b/lib/fog/aws/models/rds/server.rb index <HASH>..<HASH> 100644 --- a/lib/fog/aws/models/rds/server.rb +++ b/lib/fog/aws/models/rds/server.rb @@ -29,6 +29,7 @@ module Fog attribute :db_parameter_groups, :aliases => 'DBParameterGroups' attribute :backup_rete...
Added support for RDS VPC subnet groups. Bumped RDS API version to <I>-<I>-<I>
fog_fog
train
9dcc0bafc50819e346bd42d58f5718c0c4d7b0a0
diff --git a/bin/espruino-cli.js b/bin/espruino-cli.js index <HASH>..<HASH> 100755 --- a/bin/espruino-cli.js +++ b/bin/espruino-cli.js @@ -112,7 +112,11 @@ function connect(port, exitCallback) { exitTimeout = setTimeout(exitCallback, 500); } }); - Espruino.Core.Serial.open(port, function() { + Espruin...
fix behaviour when running as CLI, and make a bit more error tolerant
espruino_EspruinoTools
train
b8272e03c1c848693e9c28881ac5483c801b0194
diff --git a/lib/websocket/transports/engineio/client.dev.js b/lib/websocket/transports/engineio/client.dev.js index <HASH>..<HASH> 100644 --- a/lib/websocket/transports/engineio/client.dev.js +++ b/lib/websocket/transports/engineio/client.dev.js @@ -434,7 +434,7 @@ exports.encodePacket = function (packet) { exports.d...
fix type when type is 0 and compile
socketstream_socketstream
train
8ac4a523c5dbdfb92654fceb9209860c34e33c0b
diff --git a/writer.go b/writer.go index <HASH>..<HASH> 100644 --- a/writer.go +++ b/writer.go @@ -136,14 +136,19 @@ func (f *Frame) writeFrame(w *bufio.Writer, c *Connection) error { _ = c.netconn.SetWriteDeadline(time.Now().Add(c.dld.wdld)) } _, e := w.Write(f.Bytes(sclok)) - if e != nil { - if e.(net.Error)....
Correct write detection of timeout error.
gmallard_stompngo
train
243a82b5b87fab5acee1e3f2944d5a9918d86ee1
diff --git a/plugin/geomajas-widget-advancedviews/advancedviews/src/main/java/org/geomajas/widget/advancedviews/service/AdvancedviewsConfigurationDtoPostProcessor.java b/plugin/geomajas-widget-advancedviews/advancedviews/src/main/java/org/geomajas/widget/advancedviews/service/AdvancedviewsConfigurationDtoPostProcessor....
GAV-<I> Create postconfigurationprocessor for ScaleInfo's used in the theme configuration
geomajas_geomajas-project-server
train
20a714698c0615b5e4803c57c7211c29ed32d4a9
diff --git a/lib/summary.js b/lib/summary.js index <HASH>..<HASH> 100644 --- a/lib/summary.js +++ b/lib/summary.js @@ -89,9 +89,10 @@ function extractSummariesForExport(summaryOfLabels, percentiles) { summaryOfLabels.td.compress(); return percentiles.map(function (percentile) { + var percentileValue = summaryOfL...
Summary percentile values should be 0 instead of undefined after reset
siimon_prom-client
train
fc85f81f8de38fbe7f449727c97fbfe9edf1e20c
diff --git a/src/gl/glsl.js b/src/gl/glsl.js index <HASH>..<HASH> 100644 --- a/src/gl/glsl.js +++ b/src/gl/glsl.js @@ -77,6 +77,23 @@ GLSL.parseUniforms = function (uniforms) { }); } } + // Array of arrays - but only arrays of vectors are allowed in this cas...
fix raster sources by restoring GLSL uniform parsing for arrays of vectors note: custom style uniforms for arrays of vectors *stay* deprecated, but internal raster code relied on parsing/setting of JS structs for these uniform types
tangrams_tangram
train
6a28b4fa2d674a2ac610b74919297d39e59eaabb
diff --git a/graylog2-server/src/main/java/org/graylog2/streams/matchers/GreaterMatcher.java b/graylog2-server/src/main/java/org/graylog2/streams/matchers/GreaterMatcher.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/streams/matchers/GreaterMatcher.java +++ b/graylog2-server/src/main/...
make getInt static. because @joschi said so
Graylog2_graylog2-server
train
1adbd6a9e138efe1e94e3f5e5ca08311d2a8a9e0
diff --git a/querydsl-apt/src/main/java/com/mysema/query/apt/APTTypeModelFactory.java b/querydsl-apt/src/main/java/com/mysema/query/apt/APTTypeModelFactory.java index <HASH>..<HASH> 100644 --- a/querydsl-apt/src/main/java/com/mysema/query/apt/APTTypeModelFactory.java +++ b/querydsl-apt/src/main/java/com/mysema/query/ap...
moved constants for primitive types to ClassTypeModel
querydsl_querydsl
train
5a868cde7fd0e9e3e9bcb1aa3f2f534fbbd4bee2
diff --git a/src/Helper/GitHelper.php b/src/Helper/GitHelper.php index <HASH>..<HASH> 100644 --- a/src/Helper/GitHelper.php +++ b/src/Helper/GitHelper.php @@ -471,7 +471,7 @@ class GitHelper extends Helper public function pushToRemote($remote, $ref, $setUpstream = false, $force = false) { - $command ...
Fix cli-arguments for GitHelper::pushToRemote Arguments options should come first, then the remote and branch-name
gushphp_gush
train
c98caee9eb7035c27d5448f81f7893eead7a698a
diff --git a/core/typechecker/src/main/java/org/overture/typechecker/visitor/TypeCheckerExpVisitor.java b/core/typechecker/src/main/java/org/overture/typechecker/visitor/TypeCheckerExpVisitor.java index <HASH>..<HASH> 100644 --- a/core/typechecker/src/main/java/org/overture/typechecker/visitor/TypeCheckerExpVisitor.jav...
Correct subseq expression to be seq rather than seq1
overturetool_overture
train
4e069c768d68ecf8c3b3427fed332ba29341f70f
diff --git a/src/js/libpannellum.js b/src/js/libpannellum.js index <HASH>..<HASH> 100644 --- a/src/js/libpannellum.js +++ b/src/js/libpannellum.js @@ -483,8 +483,9 @@ function Renderer(container) { } // Set parameters for rendering any size - if (imageType != "cubemap" && image.wi...
Fix regression with non-power-of-two equirectangular images. This regression was introduced in <I>fc<I>fe0de<I>cb<I>dc4d4f<I>ad<I>e.
mpetroff_pannellum
train
2cbcb111e4a9b8f139aa0cfe81fbe32062fd485a
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ So activate your virual environment and run `pip3 install vexbot` ## Configuring -Base your configuration on the [default settings](https://github.com/benhoff/vexbot/blob/master/vexbot/default_settings.y...
added in environmental handeling for settings path
benhoff_vexbot
train
329c196c6021df42d6898530ba3bb5a8d8497058
diff --git a/go/client/chat_api_handler.go b/go/client/chat_api_handler.go index <HASH>..<HASH> 100644 --- a/go/client/chat_api_handler.go +++ b/go/client/chat_api_handler.go @@ -136,6 +136,7 @@ type sendOptionsV1 struct { Channel ChatChannel ConversationID string `json:"conversation_id"` Message Ch...
add nonblock send mode, and add identify behavior to JSON API (#<I>)
keybase_client
train
42e94d67c7d07fc86546a606ec60739a8036f42b
diff --git a/spec/suites/Layers/BasemapLayerSpec.js b/spec/suites/Layers/BasemapLayerSpec.js index <HASH>..<HASH> 100644 --- a/spec/suites/Layers/BasemapLayerSpec.js +++ b/spec/suites/Layers/BasemapLayerSpec.js @@ -15,6 +15,7 @@ describe('L.esri.BasemapLayer', function () { for (var i = 0, len = testmaps.lengt...
updated jshint settings, updated a couple of tests to be more clear
Esri_esri-leaflet
train
46539c12854e86e79759903ff6ce5e27920b1ec3
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java b/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/asm/MemberSubstitution.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/asm/Membe...
First API concept for chaining substitution.
raphw_byte-buddy
train
4116af7b0d6babebaaac82628154a032b3c6aceb
diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index <HASH>..<HASH> 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -606,7 +606,8 @@ html.push('</div>'); - if (html.length > 2) { + // Fix #188: this.showToolbar is for extentions + if (this.showToolbar ...
Fix #<I>: Export Button is not shown only use showExport=true
wenzhixin_bootstrap-table
train
8b3481d66d11bbcc7a6cc18785db4436a5039f02
diff --git a/src/Models/User/AddressesUserDataProvider.php b/src/Models/User/AddressesUserDataProvider.php index <HASH>..<HASH> 100644 --- a/src/Models/User/AddressesUserDataProvider.php +++ b/src/Models/User/AddressesUserDataProvider.php @@ -43,9 +43,9 @@ class AddressesUserDataProvider implements UserDataProviderInte...
Added return type ?array to UserDataProviderInterface::data() method The change should make cached data smaller since a lot of data providers don't need to provide any user data, but they were still cached as an empty array into the user data cache (Redis). remp/crm#<I>
remp2020_crm-users-module
train
0598b68373d59ed403ae286fe1b6be8fa74b4d64
diff --git a/lib/packetgen.rb b/lib/packetgen.rb index <HASH>..<HASH> 100644 --- a/lib/packetgen.rb +++ b/lib/packetgen.rb @@ -61,6 +61,20 @@ module PacketGen def self.force_binary(str) str.force_encoding Encoding::BINARY end + + # Get default network interface (ie. first non-loopback declared interface) + ...
Move Packet#default_iface (was private) to PacketGen.default_iface
sdaubert_packetgen
train
aa04c8df57b0d1dbaf460c5a653965f01c55ff5a
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/URLClassPathRepository.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/URLClassPathRepository.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/URLClassPathRepository.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/ba/URLClassPathRepos...
don't change the repository if it is already set git-svn-id: <URL>
spotbugs_spotbugs
train
8c2ea557f059824c2dad35a53a53919a9fd4ad31
diff --git a/hardware/opentrons_hardware/firmware_bindings/arbitration_id.py b/hardware/opentrons_hardware/firmware_bindings/arbitration_id.py index <HASH>..<HASH> 100644 --- a/hardware/opentrons_hardware/firmware_bindings/arbitration_id.py +++ b/hardware/opentrons_hardware/firmware_bindings/arbitration_id.py @@ -6,7 +...
chore(hardware): nicer arbitration id logging (#<I>) * use names instead of hex values in arbitration id parts repr * safen up
Opentrons_opentrons
train
dded6b2722f24a11a26b37ec6d30ab47501bc4b5
diff --git a/request.go b/request.go index <HASH>..<HASH> 100644 --- a/request.go +++ b/request.go @@ -382,15 +382,20 @@ func (ro RequestOptions) proxySettings(req *http.Request) (*url.URL, error) { // 6. Do we want to change the default connection timeout? // 7. Do you want to use the http.Client's cookieJar? func ...
Try switch statement (#<I>)
levigross_grequests
train
cb17978bf788bbc2646809f34cc30080892db30d
diff --git a/notario/tests/test_functional.py b/notario/tests/test_functional.py index <HASH>..<HASH> 100644 --- a/notario/tests/test_functional.py +++ b/notario/tests/test_functional.py @@ -143,7 +143,7 @@ class TestCherryPick(object): def test_validate_custom_items(self): data = {'a': {'b': 'b', 'c': ...
cherry_pick should not use multiple tuples
alfredodeza_notario
train
bef0e947adb7ee83f69a2eb0218d26ae31803e89
diff --git a/packages/vuetifyjs.com/lang/en/getting-started/Contributing.js b/packages/vuetifyjs.com/lang/en/getting-started/Contributing.js index <HASH>..<HASH> 100644 --- a/packages/vuetifyjs.com/lang/en/getting-started/Contributing.js +++ b/packages/vuetifyjs.com/lang/en/getting-started/Contributing.js @@ -7,6 +7,7 ...
fix: adds link to issue creator on contributing page fixes #<I>
vuetifyjs_vuetify
train
674f930f2860290b2538f9f14e577fe32e36feec
diff --git a/prototypes/examples/ipnbdoctest.py b/prototypes/examples/ipnbdoctest.py index <HASH>..<HASH> 100755 --- a/prototypes/examples/ipnbdoctest.py +++ b/prototypes/examples/ipnbdoctest.py @@ -14,6 +14,7 @@ import os,sys,time import base64 import hashlib import traceback +import gc import png import random ...
ipbnbdoctest should now call gc explicitly
theosysbio_means
train
c0263cb156671b86cafc8678c2073a674b38be78
diff --git a/Helper/Cart.php b/Helper/Cart.php index <HASH>..<HASH> 100644 --- a/Helper/Cart.php +++ b/Helper/Cart.php @@ -415,6 +415,7 @@ class Cart extends AbstractHelper 'tax_amount' => $this->getRoundAmount($shippingAddress->getShippingTaxAmount()), 'shipping_address'...
Add shipping reference to payment only shipmnet
BoltApp_bolt-magento2
train
4c9599a189222ef7516422bd6f055c027b1410ca
diff --git a/src/main/java/com/stratio/qa/specs/MiscSpec.java b/src/main/java/com/stratio/qa/specs/MiscSpec.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/stratio/qa/specs/MiscSpec.java +++ b/src/main/java/com/stratio/qa/specs/MiscSpec.java @@ -397,6 +397,7 @@ public class MiscSpec extends BaseGSpec { pu...
[GS-<I>] get correct timezone adding dates to policies (#<I>)
Stratio_bdt
train
a51f70e822caa32367611e26fc4deb3b77cc97fd
diff --git a/src/emir/instrument/channels.py b/src/emir/instrument/channels.py index <HASH>..<HASH> 100644 --- a/src/emir/instrument/channels.py +++ b/src/emir/instrument/channels.py @@ -1,5 +1,5 @@ # -# Copyright 2008-2012 Universidad Complutense de Madrid +# Copyright 2008-2013 Universidad Complutense de Madrid # ...
Added CHANNELS_3, listed as in Carlos Gonzalez's Thesis
guaix-ucm_pyemir
train
12a68553d970c8821309449c84e9cfb9bfa3d66a
diff --git a/src/peltak/core/pelconf.py b/src/peltak/core/pelconf.py index <HASH>..<HASH> 100644 --- a/src/peltak/core/pelconf.py +++ b/src/peltak/core/pelconf.py @@ -19,11 +19,15 @@ from . import log from . import util +DEFAULT_PELCONF_NAME = 'pelconf.yaml' + + class Pelconf(util.Singleton): """ Represents ...
Search for pelconf.yaml up the path This was disable to check if that causes problems with file path completions and forgotten to be switched back on.
novopl_peltak
train
e06ac0d5df6f0bcc6db4659d3c2dcc2e9fa1d837
diff --git a/lib/neography/property.rb b/lib/neography/property.rb index <HASH>..<HASH> 100644 --- a/lib/neography/property.rb +++ b/lib/neography/property.rb @@ -29,14 +29,16 @@ module Neography # Set many properties at once and only issue one http # request and update the node/relationship instance on the...
Refactor Node#reset_properties to set_properties Updates the given key/value pairs and removes those that are nil
maxdemarzi_neography
train
d1398f2b1282b076d77253bcc3136f64fe6c4385
diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodCallReturnTypeFetcher.php b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodCallReturnTypeFetcher.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/Method/MethodCallReturnTypeF...
Avoid false positives for taint specialized calls even when not using a variable (#<I>)
vimeo_psalm
train
94aacf77d4d6add583ad5df1a79c7a2c5044b5bc
diff --git a/integration/v7/isolated/set_space_quota_command_test.go b/integration/v7/isolated/set_space_quota_command_test.go index <HASH>..<HASH> 100644 --- a/integration/v7/isolated/set_space_quota_command_test.go +++ b/integration/v7/isolated/set_space_quota_command_test.go @@ -14,6 +14,7 @@ var _ = Describe("set-s...
v7: Fix hard-coded references to logged in user - Dynamically get the logged in user instead - This way when the test runs in client credentials mode, the test will expect the client user instead of "admin"
cloudfoundry_cli
train
03ec18e19a071a69fe5a19d81079cefc268e3523
diff --git a/src/jquery.ez-plus.js b/src/jquery.ez-plus.js index <HASH>..<HASH> 100644 --- a/src/jquery.ez-plus.js +++ b/src/jquery.ez-plus.js @@ -488,7 +488,7 @@ if (typeof Object.create !== 'function') { if (self.options.scrollZoom) { - self.zoomContainer.add(self.$elem).bind('mousewhe...
Remove support for deprecated mousewheel event and replace with wheel event. See: <URL>
igorlino_elevatezoom-plus
train
bdb0ab4f6944f71558d4c03539f1465d88e7d27a
diff --git a/src/main/java/org/agmip/translators/dssat/DssatControllerInput.java b/src/main/java/org/agmip/translators/dssat/DssatControllerInput.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/agmip/translators/dssat/DssatControllerInput.java +++ b/src/main/java/org/agmip/translators/dssat/DssatControllerInpu...
Use dssat_wst_id for data link to fix the issue that sensitivity analysis wst_id might broken original data link
agmip_translator-dssat
train
f933e46cb3065ff3d96f057ed2da2d121400e283
diff --git a/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumServer.java b/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumServer.java index <HASH>..<HASH> 100644 --- a/server-coreless/src/main/java/org/openqa/selenium/server/SeleniumServer.java +++ b/server-coreless/src/main/java/org/...
fix SRC-<I>: change -forcedBrowserMode command line flag to take just a single argument (as opposed to consuming all remaining arguments, which was potentially unintuitive); add -forcedBrowserModeRestOfLine to act as -forcedBrowserMode did before, grabbing the rest of the command line) r<I>
SeleniumHQ_selenium
train
05f98cac61c8af83eea2f4604dcfb785cf8ed287
diff --git a/app/controllers/agents_controller.rb b/app/controllers/agents_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/agents_controller.rb +++ b/app/controllers/agents_controller.rb @@ -1,5 +1,6 @@ class AgentsController < ApplicationController include DotHelper + include ActionView::Helpers::...
Show error messages when trying to dry-run an invalid agent.
huginn_huginn
train
012003cc469777f96027fa3b98401583084ac49c
diff --git a/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java b/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAggregator.java index <HASH>..<HASH> 100644 --- a/management/src/main/java/io/micronaut/management/health/aggregator/RxJavaHealthAg...
re-order distinct and sorted (#<I>)
micronaut-projects_micronaut-core
train
1bcbb8e96ef3604ea338f0f95be962dd8035400d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_version(module='spyder_kernels'): REQUIREMENTS = ['ipykernel>=4.8.2', 'pyzmq>=17', - 'jupyter-client>=5.2.3', + 'jupyter-client>=5.2.5', ...
Update jupyter-client minimal version.
spyder-ide_spyder-kernels
train
e0572e24f2470b2175325428cee6ea4e971801c9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -39,15 +39,7 @@ module.exports = function () { .command('user <username>') .description('lints all READMEs from a user\'s GitHub repos') .action(function (user) { - request({ - uri: 'https://api.gith...
Added support for linting with implicit commands
ChrisWren_mdlint
train
623588221ba106d76aee66c0226c67ddb5395176
diff --git a/cheroot/test/test_ssl.py b/cheroot/test/test_ssl.py index <HASH>..<HASH> 100644 --- a/cheroot/test/test_ssl.py +++ b/cheroot/test/test_ssl.py @@ -372,7 +372,6 @@ def test_tls_client_auth( ) if ( IS_GITHUB_ACTIONS_WORKFLOW and IS_LINUX - and adap...
Extend expected TLS errors on Linux @ GH Actions
cherrypy_cheroot
train
2943b8c9c1adc5d7ed13044307b293e5bbf6606e
diff --git a/transforms.go b/transforms.go index <HASH>..<HASH> 100644 --- a/transforms.go +++ b/transforms.go @@ -124,7 +124,8 @@ func flattenValues(values map[string][]string) map[string]interface{} { return result } -// filterIp +// filterIp takes an ip address string and a capture policy and returns a possibly...
update ipv6 filtering and doc
rollbar_rollbar-go
train
db61e5a120c3ea4b8b85bbd63026047ced1d67c2
diff --git a/polyfills/_ESAbstract/ToPrimitive/polyfill.js b/polyfills/_ESAbstract/ToPrimitive/polyfill.js index <HASH>..<HASH> 100644 --- a/polyfills/_ESAbstract/ToPrimitive/polyfill.js +++ b/polyfills/_ESAbstract/ToPrimitive/polyfill.js @@ -16,7 +16,7 @@ function ToPrimitive(input /* [, PreferredType] */) { // eslint...
Only use symbols if they exist natively
Financial-Times_polyfill-service
train
b2b68ba2f828fa6adbb338ce220c0126149f0bf0
diff --git a/src/main/scala/strawman/collection/concurrent/CNodeBase.java b/src/main/scala/strawman/collection/concurrent/CNodeBase.java index <HASH>..<HASH> 100644 --- a/src/main/scala/strawman/collection/concurrent/CNodeBase.java +++ b/src/main/scala/strawman/collection/concurrent/CNodeBase.java @@ -12,9 +12,9 @@ imp...
Rewarding workaround suggested by @smarter
scala_scala
train
f2223b9036e93d0283ccfc8979b51691029f5349
diff --git a/src/kundera-mongo/src/main/java/com/impetus/client/mongodb/MongoDBClient.java b/src/kundera-mongo/src/main/java/com/impetus/client/mongodb/MongoDBClient.java index <HASH>..<HASH> 100644 --- a/src/kundera-mongo/src/main/java/com/impetus/client/mongodb/MongoDBClient.java +++ b/src/kundera-mongo/src/main/java...
Adjust the regular expression for mapReduce collection name extraction
Impetus_Kundera
train
c6bb544c2afadaa46ab07e9321d8c421792ab69b
diff --git a/src/config.example.php b/src/config.example.php index <HASH>..<HASH> 100644 --- a/src/config.example.php +++ b/src/config.example.php @@ -47,6 +47,7 @@ return [ 'serviceId' => getenv('FASTLY_SERVICE_ID'), 'apiToken' => getenv('FASTLY_API_TOKEN'), 'domain' ...
Fastly softPurge config
ostark_upper
train
96b440cca51246e82e50b8472af1178ce17f021a
diff --git a/cfgrib/xarray_to_grib.py b/cfgrib/xarray_to_grib.py index <HASH>..<HASH> 100644 --- a/cfgrib/xarray_to_grib.py +++ b/cfgrib/xarray_to_grib.py @@ -182,7 +182,7 @@ def make_template_message(merged_grib_keys, template_path=None, sample_name=None def canonical_dataarray_to_grib( - file, data_var, g...
Sync functions signatures and add tests.
ecmwf_cfgrib
train
71dc24f81abfb4a29c786a8263fb26ea549e1871
diff --git a/nodeconductor/iaas/perms.py b/nodeconductor/iaas/perms.py index <HASH>..<HASH> 100644 --- a/nodeconductor/iaas/perms.py +++ b/nodeconductor/iaas/perms.py @@ -1,4 +1,4 @@ -from nodeconductor.core.permissions import FilteredCollaboratorsPermissionLogic +from nodeconductor.core.permissions import FilteredColl...
Allow editing of Templates and Images to the Staff
opennode_waldur-core
train
6b5a508a1528b97fa79dc16a564aeef22718a0eb
diff --git a/gwpy/data/series.py b/gwpy/data/series.py index <HASH>..<HASH> 100644 --- a/gwpy/data/series.py +++ b/gwpy/data/series.py @@ -51,10 +51,10 @@ class Series(Array): # simple slice, need to copy x0 away from self def __getslice__(self, i, j): - new = super(Series, self).__getslice__(i, j) -...
Series.__getslice__: fixed metadata problem
gwpy_gwpy
train
5d08c826e5fb0732985191a0d6c4781c4d43bd9c
diff --git a/examples/tagtool.py b/examples/tagtool.py index <HASH>..<HASH> 100755 --- a/examples/tagtool.py +++ b/examples/tagtool.py @@ -141,7 +141,7 @@ def add_format_parser(parser): #parser.description = "" parser.set_defaults(func=format_tag) parser.add_argument( - "--tt3-ver", metavar="STR",...
bugfix: tagtool format tt3 created wrong ndef mapping version, for T3TOP <I> the mapping version was not increased so must be <I>
nfcpy_nfcpy
train
ed8e7101dc0e3ef7f2c4bcf832000c838988c959
diff --git a/src/Core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php b/src/Core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php index <HASH>..<HASH> 100644 --- a/src/Core/Framework/DataAbstractionLayer/Search/RequestCriteriaBuilder.php +++ b/src/Core/Framework/DataAbstractionLayer/Sea...
NEXT-<I> - fix criteria builder for associations
shopware_platform
train
a73863e52ef4bf05a971cd2777848fbfca06e81d
diff --git a/lib/assembly.js b/lib/assembly.js index <HASH>..<HASH> 100644 --- a/lib/assembly.js +++ b/lib/assembly.js @@ -1,12 +1,23 @@ +var path = require('canonical-path'); + + function Assembly(h, ns, asm) { this.h = h; - this.namespace = ns; - this.components = asm.components || []; + this.namespace = ns ||...
Assembly tracks absolute ids.
jaredhanson_electrolyte
train
c73d559810fa78e828a751a03c512b7c5fd4ad76
diff --git a/addon/mixins/component-mixin.js b/addon/mixins/component-mixin.js index <HASH>..<HASH> 100644 --- a/addon/mixins/component-mixin.js +++ b/addon/mixins/component-mixin.js @@ -3,6 +3,8 @@ import Mixin from '@ember/object/mixin'; import { dasherize } from '@ember/string'; import { getOwner } from '@ember/ap...
make localClassNameBindings to work with strings
salsify_ember-css-modules
train
a7b70e9faf44080ce514639c597ff76c13833949
diff --git a/libcentrifugo/engineredis.go b/libcentrifugo/engineredis.go index <HASH>..<HASH> 100644 --- a/libcentrifugo/engineredis.go +++ b/libcentrifugo/engineredis.go @@ -115,8 +115,11 @@ func newPool(server, password, db string, psize int) *redis.Pool { }, } + var lastMu sync.Mutex + var lastMaster string +...
contineue experiments with sentinel
centrifugal_centrifugo
train
a45267e1931231904c13bccf55c99424a53c00f9
diff --git a/lib/mongoid/collections/operations.rb b/lib/mongoid/collections/operations.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/collections/operations.rb +++ b/lib/mongoid/collections/operations.rb @@ -28,6 +28,7 @@ module Mongoid #:nodoc: :drop, :drop_index, :drop_indexes, + ...
Make sure Collection#find_and_modify is delegated to. Fixes #<I>.
mongodb_mongoid
train
12899be468722dc60ad3f7370891652699d89915
diff --git a/Step10/find_outliers.py b/Step10/find_outliers.py index <HASH>..<HASH> 100755 --- a/Step10/find_outliers.py +++ b/Step10/find_outliers.py @@ -67,6 +67,8 @@ def main(argString=None): outliers = find_outliers(mds, centers, center_info, args.outliers_of, args) print (" - There are {} outliers for ...
Step<I>/find_outliers Added the creation of a population file after outlier detection (to create a new MDS plot)
lemieuxl_pyGenClean
train
0887a180796a541cd45359ad723f3cec2e66fca6
diff --git a/lib/vagrant/action/warden.rb b/lib/vagrant/action/warden.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/action/warden.rb +++ b/lib/vagrant/action/warden.rb @@ -68,6 +68,10 @@ module Vagrant def finalize_action(action, env) klass, args, block = action + # Default the arguments to ...
Make some fixes to get tests passing on Ruby <I>
hashicorp_vagrant
train
efeeaa32ead8aa8f71f1fb74e9694d4b305f4b98
diff --git a/Tests/Auth/OpenID/Consumer.php b/Tests/Auth/OpenID/Consumer.php index <HASH>..<HASH> 100644 --- a/Tests/Auth/OpenID/Consumer.php +++ b/Tests/Auth/OpenID/Consumer.php @@ -1889,6 +1889,7 @@ class TestDiscoveryVerification extends PHPUnit_TestCase { $this->message, $endpoint)...
[project @ Improve granularity of error message checks]
openid_php-openid
train
c1c52d4da167f4f4cb6b0650447a1e0a4bd379a1
diff --git a/test/high_availability/ha_tools.py b/test/high_availability/ha_tools.py index <HASH>..<HASH> 100644 --- a/test/high_availability/ha_tools.py +++ b/test/high_availability/ha_tools.py @@ -39,6 +39,8 @@ mongod = os.environ.get('MONGOD', 'mongod') mongos = os.environ.get('MONGOS', 'mongos') set_name = os.env...
If the env var HA_TOOLS_DEBUG is defined, print some debug info from ha_tools.py
mongodb_mongo-python-driver
train
1a53a971876c15234744f2b470ab77439dcf3241
diff --git a/lib/jenkins_api_client/view.rb b/lib/jenkins_api_client/view.rb index <HASH>..<HASH> 100644 --- a/lib/jenkins_api_client/view.rb +++ b/lib/jenkins_api_client/view.rb @@ -38,9 +38,11 @@ module JenkinsApi "#<JenkinsApi::Client::View>" end - # Create a new view + # Creates a new em...
[View] - Issue #<I> - added documentation for new methods
arangamani_jenkins_api_client
train
a44fa79fd7535bd934042059a98217c2ef9388c1
diff --git a/samples/MustacheRendererProvider.php b/samples/MustacheRendererProvider.php index <HASH>..<HASH> 100644 --- a/samples/MustacheRendererProvider.php +++ b/samples/MustacheRendererProvider.php @@ -44,7 +44,7 @@ class MustacheRendererProvider implements ServiceProviderInterface * * @param Container $c...
Using interface name as key and used 'renderer' as container alias
joomla-framework_renderer
train
0426a825573ac81b056c462c04012b93930d8ab2
diff --git a/plugins/onion.js b/plugins/onion.js index <HASH>..<HASH> 100644 --- a/plugins/onion.js +++ b/plugins/onion.js @@ -60,7 +60,10 @@ module.exports = function (opts) { socks.createConnection(connectOpts, function(err, socket) { if (err) return cb(err) - cb(null, toPull.duplex...
apply @arj<I>'s patch
ssbc_multiserver
train
b10a796980eaf592f2d9e1c8f85565fd1e8ef3dc
diff --git a/lib/devise_invitable/model.rb b/lib/devise_invitable/model.rb index <HASH>..<HASH> 100644 --- a/lib/devise_invitable/model.rb +++ b/lib/devise_invitable/model.rb @@ -244,10 +244,8 @@ module Devise end end - if invitable.errors.empty? - yield invitable if block_...
avoid checking errors present before yielding block, yield block always in invite! method, closes #<I>
scambra_devise_invitable
train
c8ccb848b20ea7416ec687d1647b9cfbced78fd3
diff --git a/charmhelpers/contrib/hahelpers/apache.py b/charmhelpers/contrib/hahelpers/apache.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/hahelpers/apache.py +++ b/charmhelpers/contrib/hahelpers/apache.py @@ -22,6 +22,7 @@ # Adam Gandelman <adamg@ubuntu.com> # +import os import subprocess from ch...
Only write out CA cert if it has changed Only write out CA cert and run the update-ca-certificates if the cert has actually changed. This reduces the risk of certs being pulled from under services which are trying to do client side certificate validation on remote https endpoints.
juju_charm-helpers
train
29832dd684bbd6cbaf06e7f6d6ea08b4b134f361
diff --git a/lib/activeuuid/uuid.rb b/lib/activeuuid/uuid.rb index <HASH>..<HASH> 100644 --- a/lib/activeuuid/uuid.rb +++ b/lib/activeuuid/uuid.rb @@ -40,7 +40,7 @@ module Arel class PostgreSQL < Arel::Visitors::ToSql def visit_UUIDTools_UUID(o) - s = o.raw.unpack("H*")[1] + s = o.raw.unpack("...
Oops! vim incremented this number for me without my knowledge, and I missed it in the diff before committing. Sorry!
jashmenn_activeuuid
train
f51001b45722e4e8d6aef182f3320a67f7f6d31b
diff --git a/lib/tweetstream/client.rb b/lib/tweetstream/client.rb index <HASH>..<HASH> 100644 --- a/lib/tweetstream/client.rb +++ b/lib/tweetstream/client.rb @@ -316,6 +316,22 @@ module TweetStream end end + # Set a Proc to be run when no data is received from the server + # and a stall occurs. Tw...
expose on_no_data_received method in client
tweetstream_tweetstream
train
e2abbb49eb6e8bee8dc17d579921d0b476bb2940
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "isomorphine", - "version": "0.8.11", - "description": "Access server-side modules from the browser, rpc-style.", + "version": "0.8.12", + "description": "Access server-side modul...
Added support for es6-styled 'export default'
d-oliveros_isomorphine
train
8818c68c0a37520f630a52b919baaca4f6f63438
diff --git a/lib/filemaker/server.rb b/lib/filemaker/server.rb index <HASH>..<HASH> 100644 --- a/lib/filemaker/server.rb +++ b/lib/filemaker/server.rb @@ -52,6 +52,7 @@ module Filemaker when 401 then fail Error::AuthenticationError, 'Auth failed.' when 0 then fail Error::CommunicationError, 'Empty respo...
Not supporting redirection for performance reason
mech_filemaker-ruby
train
5ca7c00c163326cb8e7490edd756c1e9ee6feef8
diff --git a/code/libraries/joomlatools/component/koowa/template/filter/document.php b/code/libraries/joomlatools/component/koowa/template/filter/document.php index <HASH>..<HASH> 100644 --- a/code/libraries/joomlatools/component/koowa/template/filter/document.php +++ b/code/libraries/joomlatools/component/koowa/templa...
#<I>: Support Joomla webcomponents
joomlatools_joomlatools-framework
train
3c3bd01b0b6fa4321a078eb883cce83d869a51bc
diff --git a/client/boot/index.js b/client/boot/index.js index <HASH>..<HASH> 100644 --- a/client/boot/index.js +++ b/client/boot/index.js @@ -1,3 +1,6 @@ +// Initialize localStorage polyfill before any dependencies are loaded +require( 'lib/local-storage' )(); + /** * External dependencies */ @@ -21,7 +24,6 @@ va...
Framework: Initialize localStorage polyfill at start of boot
Automattic_wp-calypso
train
882376db451c38f04bf1806cec9e57f372513e8f
diff --git a/nsq/async.py b/nsq/async.py index <HASH>..<HASH> 100644 --- a/nsq/async.py +++ b/nsq/async.py @@ -50,15 +50,26 @@ class AsyncConn(EventedMixin): <http://docs.python.org/2/library/ssl.html#ssl.wrap_socket>`_ as **kwargs :param snappy: enable Snappy stream compression (requires nsqd 0.2.2...
reader: add output buffering feature negotiation
nsqio_pynsq
train
1918c2d0269d55805a90e441114fd23f9682c8b9
diff --git a/client/allocrunner/consul_grpc_sock_hook.go b/client/allocrunner/consul_grpc_sock_hook.go index <HASH>..<HASH> 100644 --- a/client/allocrunner/consul_grpc_sock_hook.go +++ b/client/allocrunner/consul_grpc_sock_hook.go @@ -21,6 +21,10 @@ import ( const ( consulGRPCSockHookName = "consul_grpc_socket" + ...
consul/connect: fixup some spelling, comments, consts
hashicorp_nomad
train
da60a0403e0fc9c6a25b3d182d7c9aeaaa723c52
diff --git a/asv/commands/run.py b/asv/commands/run.py index <HASH>..<HASH> 100644 --- a/asv/commands/run.py +++ b/asv/commands/run.py @@ -281,14 +281,22 @@ class Run(Command): if commit_hash in skipped_benchmarks: for env in environments: for bench in benchmarks: - ...
run: fix log stepping for skipped benchmarks
airspeed-velocity_asv
train
1c454e059b4a25981456316112af0549f2dcbcb2
diff --git a/ElixirPlugin.php b/ElixirPlugin.php index <HASH>..<HASH> 100755 --- a/ElixirPlugin.php +++ b/ElixirPlugin.php @@ -31,7 +31,7 @@ class ElixirPlugin extends BasePlugin */ public function getVersion() { - return '1.0.6'; + return '1.0.7'; } /** diff --git a/releases.j...
Fixed manifest path closes #8 Thanks @juliencharette (#9) * Fixed manifest path closes #8 Thanks @juliencharette * Update version number and release notes
venveo_craft3-mix
train
eb31ec23a5d8e6e48836105482640d1ef4f5b190
diff --git a/atomic_reactor/util.py b/atomic_reactor/util.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/util.py +++ b/atomic_reactor/util.py @@ -1102,12 +1102,10 @@ def read_yaml(yaml_data, schema): raise except jsonschema.ValidationError: for error in validator.iter_errors(data): - ...
util.py read_yaml: fix validation error handling fixes OSBS-<I> Error handling code was using an attribute not introduced in jsonschema until <I>, while RHEL/CentOS only ship <I>. Update requirements.txt to peg the version we need to test against.
projectatomic_atomic-reactor
train
dab9650a541f12e31ce33408f328b2a7b1073a64
diff --git a/lib/tty/command.rb b/lib/tty/command.rb index <HASH>..<HASH> 100644 --- a/lib/tty/command.rb +++ b/lib/tty/command.rb @@ -174,7 +174,7 @@ module TTY # @api private def command(*args) cmd = Cmd.new(*args) - cmd.update(@cmd_options) + cmd.update(**@cmd_options) cmd end
fix Ruby <I> warning: Using the last argument as keyword parameters is deprecated (#<I>)
piotrmurach_tty-command
train
b245ee0c964c2f0108a81af80a8ce3299dc2ebcc
diff --git a/subsystem/api.js b/subsystem/api.js index <HASH>..<HASH> 100644 --- a/subsystem/api.js +++ b/subsystem/api.js @@ -80,8 +80,7 @@ phoxy._ApiSubsystem = } } -phoxy._ApiSubsystem._ = {}; -phoxy._ApiSubsystem._.api = +phoxy._.api = { ScriptsLoaded : function(answer, callback) { @@ -202,7 +201,7...
System code skip linking. It already here
phoxy_phoxy
train
3aa1ff6d066849f4bf1a924de2ffdc29ba94a0ae
diff --git a/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java b/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarController.java index <HASH>..<HASH> 100755 --- a/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarControll...
#<I> Refactor code for drawing events to separate methods.
SundeepK_CompactCalendarView
train
a54a34b0181e33dca3f757f9253e84b044bf260a
diff --git a/galpy/df_src/streamdf.py b/galpy/df_src/streamdf.py index <HASH>..<HASH> 100644 --- a/galpy/df_src/streamdf.py +++ b/galpy/df_src/streamdf.py @@ -2539,12 +2539,12 @@ class streamdf(object): 2013-12-22 - Written - Bovy (IAS) """ - if interp is None: - interp= self._...
mv useInterp check until after _sample_aAt
jobovy_galpy
train
5ae476ee1644835c9da9e0df1bff9a7b039c6903
diff --git a/lib/Predis.php b/lib/Predis.php index <HASH>..<HASH> 100644 --- a/lib/Predis.php +++ b/lib/Predis.php @@ -769,8 +769,10 @@ class CommandPipeline { class MultiExecBlock { private $_initialized, $_discarded, $_insideBlock; private $_redisClient, $_options, $_commands; + private $_supportsWatch;...
Check for the capabilities of the passed client instance when initializing a \Predis\MultiExecBlock instance.
nrk_predis
train
4f330f46bf29b6f18f764028470d3697a81282e2
diff --git a/pandas/core/series.py b/pandas/core/series.py index <HASH>..<HASH> 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -437,7 +437,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame): .. warning:: We recommend using :attr:`Series.array` or - :Series:`Index....
DOC: Fixed reference (#<I>) [ci skip]
pandas-dev_pandas
train
88ada564319843f17568ad154ec38408b82fede2
diff --git a/agario_gtk/main.py b/agario_gtk/main.py index <HASH>..<HASH> 100644 --- a/agario_gtk/main.py +++ b/agario_gtk/main.py @@ -237,6 +237,18 @@ class GtkControl(Subscriber): client.player.nick = nick client.connect(address, token) + # randomly choose a Facebook token to start with mor...
Randomly choose a Facebook token to start with more mass thanks to Xz, Ephemerality, AkiraYasha and DebugMonkey for these
Gjum_agarnet
train