hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
09f8d75e327c30079a39290c3c3fe65d09ab7855
diff --git a/course/modedit.php b/course/modedit.php index <HASH>..<HASH> 100644 --- a/course/modedit.php +++ b/course/modedit.php @@ -212,7 +212,7 @@ } $mformclassname = 'mod_'.$module->name.'_mod_form'; - $mform = new $mformclassname($form->instance, $cw->section, $cm); + $mform = new $mformclassnam...
MDL-<I> fixing regression - video icon disappeared
moodle_moodle
train
c57f356d335f713ad8cc86ebd2fde484ddba82f9
diff --git a/src/toil_scripts/adam_gatk_pipeline/align_and_call.py b/src/toil_scripts/adam_gatk_pipeline/align_and_call.py index <HASH>..<HASH> 100644 --- a/src/toil_scripts/adam_gatk_pipeline/align_and_call.py +++ b/src/toil_scripts/adam_gatk_pipeline/align_and_call.py @@ -138,6 +138,12 @@ def build_parser(): par...
Add additional hooks to select subsections of the pipeline to rerun.
BD2KGenomics_toil-scripts
train
fa47d62c22c95272625624fbf8109fa46ffac43b
diff --git a/docs/Getting-started.md b/docs/Getting-started.md index <HASH>..<HASH> 100644 --- a/docs/Getting-started.md +++ b/docs/Getting-started.md @@ -342,7 +342,7 @@ The specification allows for [custom properties](http://swagger.io/specification /** * @OA\Info( * title="Example", - * version=1, + * ver...
feat: info->version must be a string Prevents the "Structural error at info.version should be string" validation error
zircote_swagger-php
train
488e75fdc749abb1039b27f23306c2778a635b13
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusTracker.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusTracker.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusTracker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusTracker.ja...
[Java] Record new log in index.
real-logic_aeron
train
e88b7f750d58e67fcc3a71646d38392563c88e6f
diff --git a/hep/rules/bd9xx.py b/hep/rules/bd9xx.py index <HASH>..<HASH> 100644 --- a/hep/rules/bd9xx.py +++ b/hep/rules/bd9xx.py @@ -41,6 +41,24 @@ from ...utils import force_single_element, get_recid_from_ref, get_record_ref RE_VALID_PUBNOTE = re.compile(".*,.*,.*(,.*)?") +@hep.over('record_affiliations', '^902...
global: bump inspire-schemas to version ~<I>
inspirehep_inspire-dojson
train
6331243d36c62016e1b5eca81b39a266c9aea434
diff --git a/nredarwin/webservice.py b/nredarwin/webservice.py index <HASH>..<HASH> 100644 --- a/nredarwin/webservice.py +++ b/nredarwin/webservice.py @@ -404,21 +404,18 @@ class ServiceDetails(ServiceDetailsBase): def __init__(self, soap_data, *args, **kwargs): super(ServiceDetails, self).__init__(s...
Add CallingPointList object and ServiceDetails getters. Adds two new properties to ServiceDetails class to allow getting the previous and subsequent calling points as a list of CallingPointLists, which is useful to match the NRE documentation when dealing with trains with associations (ie. splits and joins).
robert-b-clarke_nre-darwin-py
train
92240ecdc64b880d74c0827d4c85f5bfcad51b87
diff --git a/core/rq-worker/test_rq_worker.py b/core/rq-worker/test_rq_worker.py index <HASH>..<HASH> 100644 --- a/core/rq-worker/test_rq_worker.py +++ b/core/rq-worker/test_rq_worker.py @@ -5,19 +5,19 @@ import file_watch def test_settings(): """ Tests settings """ - os.environ['REMOTE_REDIS_HOST'] = "test" - ...
Fixed whitespacing issue: confusing between tabs/spaces.
CyberReboot_vent
train
c4c7c3386fd7d7e99167828d86d26ede775bed46
diff --git a/src/components/backdrop/backdrop.js b/src/components/backdrop/backdrop.js index <HASH>..<HASH> 100644 --- a/src/components/backdrop/backdrop.js +++ b/src/components/backdrop/backdrop.js @@ -20,7 +20,7 @@ angular .module('material.components.backdrop', ['material.core']) .directive('mdBackdrop', func...
fix(backdrop): re-introduce resize handler, general cleanup * Re-introduces the resize handler that was accidentally removed in <URL>
angular_material
train
5d846cfe7dfeb8a319db320826e12ad09d3a684d
diff --git a/executor/analyze.go b/executor/analyze.go index <HASH>..<HASH> 100755 --- a/executor/analyze.go +++ b/executor/analyze.go @@ -850,7 +850,7 @@ func (e *AnalyzeFastExec) updateCollectorSamples(sValue []byte, sKey kv.Key, sam for j, idxInfo := range e.idxsInfo { idxVals := make([]types.Datum, 0, len(idxI...
statistic: fix error when fast analyze on only indexes (#<I>)
pingcap_tidb
train
13c01c055940853a423dbe353ef2df044d0713e5
diff --git a/src/boot.js b/src/boot.js index <HASH>..<HASH> 100644 --- a/src/boot.js +++ b/src/boot.js @@ -73,17 +73,6 @@ var /*jshint +W040*/ /** - * To implement gpf.noConflict(), we need to keep the previous content of gpf. - * Makes sense only for the following hosts: - * - phantomjs - *...
noConflict as a separate module
ArnaudBuchholz_gpf-js
train
99f3cdbdda03221f1ec32ef1a213381734c5a940
diff --git a/src/Configuration/SqlAdapter.php b/src/Configuration/SqlAdapter.php index <HASH>..<HASH> 100644 --- a/src/Configuration/SqlAdapter.php +++ b/src/Configuration/SqlAdapter.php @@ -13,6 +13,7 @@ class SqlAdapter implements ConfigurationAdapterContract return [ 'driver' => $this->normal...
Add support for customizing the mysql port number
digiaonline_lumen-doctrine
train
a5a258bd12d993bb6d6590f7809a902f143d6c5d
diff --git a/snapshot-service-impl/src/main/java/org/duracloud/snapshot/service/impl/RestoreManagerImpl.java b/snapshot-service-impl/src/main/java/org/duracloud/snapshot/service/impl/RestoreManagerImpl.java index <HASH>..<HASH> 100644 --- a/snapshot-service-impl/src/main/java/org/duracloud/snapshot/service/impl/Restore...
Another attempt to resolve transactional issue with restore restart.
duracloud_snapshot
train
b91402a3ad5bbba5e19991b2c03fdc9ede5fb39f
diff --git a/test/eep/eep-a5-12-01.js b/test/eep/eep-a5-12-01.js index <HASH>..<HASH> 100644 --- a/test/eep/eep-a5-12-01.js +++ b/test/eep/eep-a5-12-01.js @@ -7,21 +7,12 @@ describe('a5-12-01', function() { var raw="0114da09" var gd = en.getData('a5-12-01',raw) expect(gd[0].value).to.equal(7087.4) ...
fix test for eep a5-<I>-<I> to use the new multi telegram feature
enocean-js_node-enocean
train
26c4175232bf66af486ddff05b6e741be193dbe1
diff --git a/clearly/server/expected_state.py b/clearly/server/expected_state.py index <HASH>..<HASH> 100644 --- a/clearly/server/expected_state.py +++ b/clearly/server/expected_state.py @@ -3,6 +3,34 @@ from typing import Tuple, Iterable, Optional, Union from celery import states as task_states +class ExpectedPat...
move up class to enable better annotations
rsalmei_clearly
train
e06076fb16cf2b234da7db389ea964436094fe41
diff --git a/test/unit/lookups/here_test.rb b/test/unit/lookups/here_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/lookups/here_test.rb +++ b/test/unit/lookups/here_test.rb @@ -12,13 +12,12 @@ class HereTest < GeocoderTestCase def test_with_array_api_key_raises_when_configured Geocoder.configure(api_key: ...
Downcase search string (to match filename). Wrong fixture was being loaded.
alexreisner_geocoder
train
f7dbf94071d1e23e55ead96c3cfee13464d80e98
diff --git a/src/ocrmypdf/_pipeline.py b/src/ocrmypdf/_pipeline.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/_pipeline.py +++ b/src/ocrmypdf/_pipeline.py @@ -206,8 +206,12 @@ def get_pageinfo(input_file, context): def get_page_dpi(pageinfo, options): "Get the DPI when nonsquare DPI is tolerable" - xres ...
pipeline: if vector graphic objects exist, ensure the DPI is reasonable
jbarlow83_OCRmyPDF
train
fb892045159f91b913011d9526798fe068fdd6a8
diff --git a/forms_builder/forms/forms.py b/forms_builder/forms/forms.py index <HASH>..<HASH> 100644 --- a/forms_builder/forms/forms.py +++ b/forms_builder/forms/forms.py @@ -76,7 +76,14 @@ class FormForForm(forms.ModelForm): """ self.form = form self.form_fields = form.fields.visible() + ...
Allow FormEntry instances to be provided for FormForForm and handle loading and updating FieldEntry values. Closes #<I>.
stephenmcd_django-forms-builder
train
f4b65e7db1f2eb217b38dd8fab5f0ed734bd7f42
diff --git a/lib/mry/version.rb b/lib/mry/version.rb index <HASH>..<HASH> 100644 --- a/lib/mry/version.rb +++ b/lib/mry/version.rb @@ -1,3 +1,3 @@ module Mry - VERSION = "0.48.1.0" + VERSION = "0.48.1.1" end
Bump up version to <I>
pocke_mry
train
a3328621934bff18693fcc2f2cba75a1c92e0b35
diff --git a/dshelpers.py b/dshelpers.py index <HASH>..<HASH> 100644 --- a/dshelpers.py +++ b/dshelpers.py @@ -143,7 +143,7 @@ def _download_without_backoff(url, as_file=True, method='GET', **kwargs): # 'cookies' and 'proxies' contributes to headers. # 'files' and 'json' contribute to data. for k in ['da...
Check whether params and data are dicts requests allows these to be other than dicts. You can use e.g. a string as data, so only try and create an OrderedDict from a dict.
scraperwiki_data-services-helpers
train
ea918437ea551fdeef7d7354d9b63a30761bf3b2
diff --git a/metapipe/app.py b/metapipe/app.py index <HASH>..<HASH> 100644 --- a/metapipe/app.py +++ b/metapipe/app.py @@ -7,8 +7,10 @@ since: 2015-12-22 from __future__ import print_function import argparse, pickle, sys +from queuemanager import Queue from parser import Parser from models.command import Command ...
Prepararations for final steps.
TorkamaniLab_metapipe
train
af2eaaeb5e49184f30bc33d054e008cc138a4b21
diff --git a/find_test.go b/find_test.go index <HASH>..<HASH> 100644 --- a/find_test.go +++ b/find_test.go @@ -633,6 +633,21 @@ func TestFindOnInvalidIndex(t *testing.T) { }) } +func TestFindOnEmptyBucketWithIndex(t *testing.T) { + testWrap(t, func(store *bolthold.Store, t *testing.T) { + // DO NOT INSERT DATA + ...
test: add failing test for #<I> When running Find() against an empty store then it shouldn't give an error when the requested index doesn't exist because the index won't exist until at least 1 record has been added to the store.
timshannon_bolthold
train
d747aafae100a06e6ab564eb381d0c03b40334ae
diff --git a/IPython/html/static/notebook/js/widgets/widget.js b/IPython/html/static/notebook/js/widgets/widget.js index <HASH>..<HASH> 100644 --- a/IPython/html/static/notebook/js/widgets/widget.js +++ b/IPython/html/static/notebook/js/widgets/widget.js @@ -210,6 +210,15 @@ function(WidgetManager, _, Backbone){ ...
Added ability to pack and unpack arrays.
jupyter-widgets_ipywidgets
train
5a5a8c988b7f45d2a4c4a4e70b1053bdb0af1c0a
diff --git a/datacats/environment.py b/datacats/environment.py index <HASH>..<HASH> 100644 --- a/datacats/environment.py +++ b/datacats/environment.py @@ -22,7 +22,7 @@ from datacats.validate import valid_name from datacats.docker import (web_command, run_container, remove_container, insp...
Don't buffer logs. It takes too long.
datacats_datacats
train
e302be85bf2c884a19c6e5878712bd588c7f4358
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ CHANGES ======= +0.22.4 (08-02-2016) +------------------- + +- Pin miltidict version to >=1.2.2 + 0.22.3 (07-26-2016) ------------------- diff --git a/aiohttp/__init__.py b/aiohttp/__init__.py...
Pin mutidict version to >= <I>
aio-libs_aiohttp
train
c6d39c425a2554e26b7121ba43c8e0d91f87d641
diff --git a/postgres/datadog_checks/postgres/version_utils.py b/postgres/datadog_checks/postgres/version_utils.py index <HASH>..<HASH> 100644 --- a/postgres/datadog_checks/postgres/version_utils.py +++ b/postgres/datadog_checks/postgres/version_utils.py @@ -3,7 +3,6 @@ # Licensed under Simplified BSD License (see LIC...
When postgres is not an aurora it is giving error in the execution of agent (#<I>) * When postgres is not an aurora it is giving error in the execution of the agent in the log. The idea is to check if the function exists, instead of trying to call it
DataDog_integrations-core
train
5e670e813da915dde07dd4ceb761c076d3441c4c
diff --git a/integration-test/src/test/java/org/cloudfoundry/client/SpacesTest.java b/integration-test/src/test/java/org/cloudfoundry/client/SpacesTest.java index <HASH>..<HASH> 100644 --- a/integration-test/src/test/java/org/cloudfoundry/client/SpacesTest.java +++ b/integration-test/src/test/java/org/cloudfoundry/clie...
Ignore Integration Test SpacesTest.listFilterByDeveloperId only works if the (global) user used by the tests is not automatically a DeveloperId for a (global) space. This is true for our local IntegrationTest environment, but not for CI IntegrationTest. The proper solution is to create a new User for the tests, but t...
cloudfoundry_cf-java-client
train
04748653c472b106551a400e425d0f37a15f033e
diff --git a/src/Reflection/SignatureMap/functionMap.php b/src/Reflection/SignatureMap/functionMap.php index <HASH>..<HASH> 100644 --- a/src/Reflection/SignatureMap/functionMap.php +++ b/src/Reflection/SignatureMap/functionMap.php @@ -13606,8 +13606,8 @@ return [ 'zend_obfuscate_function_name' => ['string', 'function_...
Fix signature of zend_send_buffer() and zend_send_file()
phpstan_phpstan
train
c41993881839d898ff42dc0c0a5756f619e16c8f
diff --git a/maildir-deduplicate.py b/maildir-deduplicate.py index <HASH>..<HASH> 100755 --- a/maildir-deduplicate.py +++ b/maildir-deduplicate.py @@ -148,12 +148,14 @@ def collateFolderByHash(mails_by_hash, mail_folder, use_message_id): def findDuplicates(mails_by_hash, opts): duplicates = 0 + sets = 0 for h...
Count and display number of duplicate sets
kdeldycke_maildir-deduplicate
train
426067d902ffb8816765ff190f0757ff6426299f
diff --git a/pyswagger/scanner/v1_2/upgrade.py b/pyswagger/scanner/v1_2/upgrade.py index <HASH>..<HASH> 100644 --- a/pyswagger/scanner/v1_2/upgrade.py +++ b/pyswagger/scanner/v1_2/upgrade.py @@ -95,19 +95,19 @@ class Upgrade(object): # Info Object info = objects.Info(NullContext()) info.upd...
fix ‘info’ is not a required field
pyopenapi_pyswagger
train
7db1588f644f2f6d4158322ab1a7050e0fc6ebb9
diff --git a/src/java/org/pantsbuild/tools/junit/impl/AntJunitXmlReportListener.java b/src/java/org/pantsbuild/tools/junit/impl/AntJunitXmlReportListener.java index <HASH>..<HASH> 100644 --- a/src/java/org/pantsbuild/tools/junit/impl/AntJunitXmlReportListener.java +++ b/src/java/org/pantsbuild/tools/junit/impl/AntJunit...
[junit-runner] cache localhost lookups to ease OSX/JDK DNS issues (#<I>) OSX's DNS service's handling of localhost names changed, I think with <I>, in a way that combined with JDK releases after a particular point release of <I> causes looking up localhost's name to take on the order of seconds for some folks. <URL>
pantsbuild_pants
train
955752150494f520beccc658d050172d64b7d989
diff --git a/lib/mongoid/config/replset_database.rb b/lib/mongoid/config/replset_database.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/config/replset_database.rb +++ b/lib/mongoid/config/replset_database.rb @@ -14,14 +14,14 @@ module Mongoid #:nodoc: # # @since 2.0.0.rc.5 def configure - ...
Don't add replica set options to host options in place. Fixes #<I>.
mongodb_mongoid
train
af1e484144d6dec94380f377df27f7f6bc59b2c4
diff --git a/src/Lib/Auth.php b/src/Lib/Auth.php index <HASH>..<HASH> 100644 --- a/src/Lib/Auth.php +++ b/src/Lib/Auth.php @@ -18,7 +18,56 @@ class Auth { * @return boolean */ public static function isAuthorized($user_id, Request $request) { - return true; + + $url_elements = explode('/',...
Update Auth function in Builder/lib
aoliverio_builder
train
db2b883a6d1b70fd9a5d678fd7fd106beb0c5489
diff --git a/pydle/connection.py b/pydle/connection.py index <HASH>..<HASH> 100644 --- a/pydle/connection.py +++ b/pydle/connection.py @@ -436,6 +436,9 @@ class ConnectionPool: sockets = { conn.socket: conn for conn in self.connections if conn.connected } found = False + if self.has_message()...
Don't bother waiting for messages if we already have one in queue.
Shizmob_pydle
train
2841eb6f58783b024a41d892583b9daf480c6213
diff --git a/remoting/src/main/java/hudson/remoting/Which.java b/remoting/src/main/java/hudson/remoting/Which.java index <HASH>..<HASH> 100644 --- a/remoting/src/main/java/hudson/remoting/Which.java +++ b/remoting/src/main/java/hudson/remoting/Which.java @@ -35,7 +35,7 @@ public class Which { if(resURL.startsW...
fix pointed out by <URL>
jenkinsci_jenkins
train
1ea10939cf2f728488c1e8303ec48da20a099a70
diff --git a/src/Library/Plugin/UpdateData.php b/src/Library/Plugin/UpdateData.php index <HASH>..<HASH> 100644 --- a/src/Library/Plugin/UpdateData.php +++ b/src/Library/Plugin/UpdateData.php @@ -200,7 +200,7 @@ class UpdateData { $delay_time = $force ? 0 : 3; $delayFetchingData = ( $this->getAgeOfTransie...
removed double asterisk from multiline comments
BoldGrid_library
train
6463d129dab3d08af66971120ec1d97d9810244b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -3,8 +3,9 @@ var qs = require('qs') -function decode (uri) { - var qregex = /bitcoin:\/?\/?([^?]+)(\?([^]+))?/.exec(uri) +function decode (uri, urnScheme) { + var scheme = urnScheme || 'bitcoin' + var qregex = new RegE...
add support for alternative urn schemes This commit enables other urn schemes than `bitcoin` to be de-/encoded
bitcoinjs_bip21
train
cba83c04c001ba066171fcfa43fa0a7e5b744163
diff --git a/builtin/logical/pki/path_revoke.go b/builtin/logical/pki/path_revoke.go index <HASH>..<HASH> 100644 --- a/builtin/logical/pki/path_revoke.go +++ b/builtin/logical/pki/path_revoke.go @@ -7,6 +7,7 @@ import ( "github.com/hashicorp/errwrap" "github.com/hashicorp/vault/sdk/framework" + "github.com/hashic...
Don't try to revoke certs from PKI on perf standby (#<I>) It needs to do a write for the CRL and to move to the revoked prefix
hashicorp_vault
train
e80af6068b28ef6c23c5781ece20c6ff60a943c5
diff --git a/error.go b/error.go index <HASH>..<HASH> 100644 --- a/error.go +++ b/error.go @@ -22,6 +22,10 @@ func (err *LineError) Error() string { return fmt.Sprintf("line %d: %s%v", err.Line, field, err.Err) } +func (err *LineError) Unwrap() error { + return err.Err +} + func lineError(line int, err error) err...
toml: implement Unwrap for LineError (#<I>) Thanks!
naoina_toml
train
4be904fb675c15fff721108c0f506bc4080f784c
diff --git a/visualizer/cmp/graph.js b/visualizer/cmp/graph.js index <HASH>..<HASH> 100644 --- a/visualizer/cmp/graph.js +++ b/visualizer/cmp/graph.js @@ -30,7 +30,8 @@ function v8cats (child) { if (/\[CODE:RegExp]$/.test(name)) return { type: 'regexp' } // Unless we create an eval checkbox, "native" is the next ...
Add a separate category for wasm
davidmarkclements_0x
train
2cc6b5112f1917ea14c86454829775e38074ecb8
diff --git a/assets/js/postmessage.js b/assets/js/postmessage.js index <HASH>..<HASH> 100755 --- a/assets/js/postmessage.js +++ b/assets/js/postmessage.js @@ -24,10 +24,12 @@ } } }, _base_url); - }; + }, + $window = $(window...
[checkout] Moved "SSL header" to iframe's responsibility. Also extended PostMessage module to send data about the scroller location to enable fixed-like objects in the iframe.
Freemius_wordpress-sdk
train
a31be7d8daa5b3ed190321f05939942b7773796c
diff --git a/queries/session.py b/queries/session.py index <HASH>..<HASH> 100644 --- a/queries/session.py +++ b/queries/session.py @@ -70,7 +70,8 @@ class Session(object): def __init__(self, uri=DEFAULT_URI, cursor_factory=extras.RealDictCursor, pool_idle_ttl=pool.DEFAULT_IDLE_T...
Add ability to override autocommit option for the session. There could be cases when someone wants to execute multiple write queries and run it entirely as a transaction (as opposed to each query being committed). In its current implementation, you cannot override the session's autocommit policy without having to ac...
gmr_queries
train
23b1aa986fde8bd28a88b5af638c8180faa0652e
diff --git a/php/Exchange.php b/php/Exchange.php index <HASH>..<HASH> 100644 --- a/php/Exchange.php +++ b/php/Exchange.php @@ -528,15 +528,15 @@ class Exchange { return preg_replace (array ('#[=]+$#u', '#\+#u', '#\\/#'), array ('', '-', '_'), base64_encode ($string)); } - public static function urlen...
php/Exchange.php $this reference fix for urlencode_glue
ccxt_ccxt
train
4c8b190372aaf6eb6ccce07d1763d2d4e26eb98d
diff --git a/pkg/proxy/iptables/proxier.go b/pkg/proxy/iptables/proxier.go index <HASH>..<HASH> 100644 --- a/pkg/proxy/iptables/proxier.go +++ b/pkg/proxy/iptables/proxier.go @@ -993,6 +993,11 @@ func (proxier *Proxier) syncProxyRules() { // slice = append(slice[:0], ...) endpoints := make([]*endpointsInfo, 0) ...
proxier/iptables: reuse the same variable for endpointchains for better memory consumption
kubernetes_kubernetes
train
c8a4c0e2d375248e3bb2be607ba5949068d2cbc0
diff --git a/source/List.js b/source/List.js index <HASH>..<HASH> 100644 --- a/source/List.js +++ b/source/List.js @@ -377,7 +377,12 @@ export class Item extends React.Component onSelectItem : PropTypes.func, selectedItemValue : PropTypes.any, highlightSelectedItem : PropTypes.bool, - shouldCreateButton : Pro...
Added `component` property to List.Item
catamphetamine_react-responsive-ui
train
0936f7cba7eda136b85569194b45e837abce479c
diff --git a/src/com/google/javascript/jscomp/ijs/ConvertToTypedInterface.java b/src/com/google/javascript/jscomp/ijs/ConvertToTypedInterface.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/ijs/ConvertToTypedInterface.java +++ b/src/com/google/javascript/jscomp/ijs/ConvertToTypedInterface.java @...
Fix type-only summary generation for `export const` The export keyword was being incorrectly dropped for all `export const` statements. ------------- Created by MOE: <URL>
google_closure-compiler
train
c51e07f130bccdc64f9a0e8f92e3c6dc40bac39c
diff --git a/source/b3rs3rk/steamfront/data/App.php b/source/b3rs3rk/steamfront/data/App.php index <HASH>..<HASH> 100644 --- a/source/b3rs3rk/steamfront/data/App.php +++ b/source/b3rs3rk/steamfront/data/App.php @@ -96,7 +96,7 @@ class App /** * @var string */ - protected $metacrit; + protected $metacritic; ...
Fix namespace error in Platforms and change metacrit -> metacritic in App
b3rs3rk_steamfront
train
88f88b691857e79b2c3a94b862553303ad024608
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -92,8 +92,8 @@ func GetDBlocks(from, to int) ([]DBlock, error) { // GetEBlock gets an entry block specified by the Entry Block Merkel Root. The // EBlock should contain a series of Entry Hashes. -func GetEBlock(s string) (EBlock, ...
getentry and geteblock to return pointers
FactomProject_factom
train
2c240563741c58162ccdd21edc7b3732026cd433
diff --git a/acme/crypto.go b/acme/crypto.go index <HASH>..<HASH> 100644 --- a/acme/crypto.go +++ b/acme/crypto.go @@ -63,6 +63,7 @@ func GetOCSPForCert(bundle []byte) ([]byte, int, error) { if err != nil { return nil, OCSPUnknown, err } + defer resp.Body.Close() issuerBytes, err := ioutil.ReadAll(resp....
Close leaky file descriptors
go-acme_lego
train
fa963c9d1264c77beafe122c47be1a35121e3b74
diff --git a/src/Yubikey.php b/src/Yubikey.php index <HASH>..<HASH> 100644 --- a/src/Yubikey.php +++ b/src/Yubikey.php @@ -312,30 +312,21 @@ class Yubikey while ($URLpart = $this->getNextURLpart()) { /* Support https. */ - if ($this->_https) { - $query = "https://"; - ...
Adding more ternary operators over if statements simplifying HTTP/HTTPS determination. adding more @throws to phpdoc I overlooked.
bitbeans_Yubikey
train
55290345b0b1a37c4efe954681ffbbc509c514b8
diff --git a/src/Table.php b/src/Table.php index <HASH>..<HASH> 100644 --- a/src/Table.php +++ b/src/Table.php @@ -127,7 +127,7 @@ class Table extends Lister } // No such field or not a string, so use it as columnDef - if (!$field) { + if (!$field && !$columnDef) { $column...
Partially fixes #<I>
atk4_ui
train
e5b2499e1444f3355b1c4fc1e72033c5592d283a
diff --git a/src/Plugin.php b/src/Plugin.php index <HASH>..<HASH> 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -48,41 +48,10 @@ class Plugin extends BasePlugin // Tell yii about the concrete implementation of CacheInterface Craft::$container->set(CacheInterface::class, Craft::$app->getCache());...
Extract event handlers from Plugin::init()
ostark_craft-async-queue
train
4c14971c5c7ca33ceba3fbbbf7c16fb1906f60cb
diff --git a/torf/_torrent.py b/torf/_torrent.py index <HASH>..<HASH> 100644 --- a/torf/_torrent.py +++ b/torf/_torrent.py @@ -1398,11 +1398,6 @@ class Torrent(): """ Write :attr:`metainfo` to torrent file - This method is essentially equivalent to: - - >>> with open('my.torrent', 'wb'...
Torrent.write(): Improve docstring
rndusr_torf
train
9b91c7ee1703ff8aa2b0046efd139fad41dd5c52
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,6 +10,7 @@ var glob = require('glob') module.exports = { name: '@fortawesome/ember-fontawesome', + fontawesomeConfig: null, treeForVendor(vendorTree) { const iconRollups = [] @@ -77,18 +78,24 @@ module.exp...
Allow Alternative Configuration (#<I>)
FortAwesome_ember-fontawesome
train
56ac7d9d84ccf21b58ab2fcc3b6e5fe0934e6b32
diff --git a/library.js b/library.js index <HASH>..<HASH> 100644 --- a/library.js +++ b/library.js @@ -48,19 +48,29 @@ var async = require('async'), postContent = postObj.content, regex = /(@\b[\w\d\-_]+\b)/g, relativeUrl = global.nconf.get('relative_url') || '', - matches = postContent.match(regex); ...
overhauled regex replacement and such
julianlam_nodebb-plugin-mentions
train
bb65dff2fb49ad5fb5a8f7f7bddea8f91c77a8a2
diff --git a/aws/resource_aws_synthetics_canary.go b/aws/resource_aws_synthetics_canary.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_synthetics_canary.go +++ b/aws/resource_aws_synthetics_canary.go @@ -2,6 +2,7 @@ package aws import ( "fmt" + "strings" "github.com/aws/aws-sdk-go/aws" "github.com/aws...
suppress diff for `artifact_s3_location` fix `timeout_in_seconds`
terraform-providers_terraform-provider-aws
train
86585233b7ea4136ffb6a57944dadde42cc1e630
diff --git a/framework/directives/switch.js b/framework/directives/switch.js index <HASH>..<HASH> 100755 --- a/framework/directives/switch.js +++ b/framework/directives/switch.js @@ -184,7 +184,7 @@ scope : scope, attrs : attrs }); - checkbox = element = attrs = scope = nul...
fix(ons-switch): Remove undeclared variable.
OnsenUI_OnsenUI
train
0a50b175bb0ad7c5cf148a397a3556991c0d1793
diff --git a/src/components/countWithTrendWidget/countWithTrendWidget.js b/src/components/countWithTrendWidget/countWithTrendWidget.js index <HASH>..<HASH> 100644 --- a/src/components/countWithTrendWidget/countWithTrendWidget.js +++ b/src/components/countWithTrendWidget/countWithTrendWidget.js @@ -27,13 +27,13 @@ expor...
fix(kpi): improvements (#<I>) * bold trend; if no change "-" should be "unchanged" and add blue hyphen icon to the right; * kpi trends improvements
govau_datavizkit
train
35755b4a2928d13d5dd7e659ee7bb87919533ba0
diff --git a/bika/lims/content/bikasetup.py b/bika/lims/content/bikasetup.py index <HASH>..<HASH> 100644 --- a/bika/lims/content/bikasetup.py +++ b/bika/lims/content/bikasetup.py @@ -564,13 +564,16 @@ schema = BikaFolderSchema.copy() + Schema(( "these objects.") ), ), - Boo...
Added NotifyOnRejection field in BikaSetup
senaite_senaite.core
train
eec002dba461ba495e4ba8a026129cb32ab8a8ac
diff --git a/uaa/src/main/java/org/cloudfoundry/identity/uaa/scim/JdbcScimUserProvisioning.java b/uaa/src/main/java/org/cloudfoundry/identity/uaa/scim/JdbcScimUserProvisioning.java index <HASH>..<HASH> 100644 --- a/uaa/src/main/java/org/cloudfoundry/identity/uaa/scim/JdbcScimUserProvisioning.java +++ b/uaa/src/main/jav...
CFID-<I>: additional checks for update user
cloudfoundry_uaa
train
76f851f036c0684e176a0c43640a738996ffb2f6
diff --git a/src/FieldHandlers/BaseCombinedFieldHandler.php b/src/FieldHandlers/BaseCombinedFieldHandler.php index <HASH>..<HASH> 100644 --- a/src/FieldHandlers/BaseCombinedFieldHandler.php +++ b/src/FieldHandlers/BaseCombinedFieldHandler.php @@ -30,7 +30,7 @@ abstract class BaseCombinedFieldHandler extends ListFieldHa...
append fields first key (task #<I>)
QoboLtd_cakephp-csv-migrations
train
c1080da6d9a08f4d5eff3d0700f1b0495936615c
diff --git a/Mail/smtp.php b/Mail/smtp.php index <HASH>..<HASH> 100644 --- a/Mail/smtp.php +++ b/Mail/smtp.php @@ -192,10 +192,14 @@ class Mail_smtp extends Mail { } $recipients = $this->parseRecipients($recipients); - foreach($recipients as $recipient) { + if (PEAR::isError($recipient...
Looks like I had this php5 fix around and forgot to commit it a day or so ago. git-svn-id: <URL>
pear_Mail
train
47a078998eaede86e91c80da3dbbd21583247dcb
diff --git a/src/Mapper/Dbal/StorageReflection/StorageReflection.php b/src/Mapper/Dbal/StorageReflection/StorageReflection.php index <HASH>..<HASH> 100644 --- a/src/Mapper/Dbal/StorageReflection/StorageReflection.php +++ b/src/Mapper/Dbal/StorageReflection/StorageReflection.php @@ -286,7 +286,7 @@ abstract class Storag...
mapper: updated storage reflection for the latest Postgres platform name from nextras dbal
nextras_orm
train
27a5eb7441ec35b960d4cbab7b1d79b946804238
diff --git a/lib/puppet/face/certificate.rb b/lib/puppet/face/certificate.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/face/certificate.rb +++ b/lib/puppet/face/certificate.rb @@ -103,7 +103,7 @@ Puppet::Indirector::Face.define(:certificate, '0.0.1') do when_invoked do |name, options| host = Puppet::SS...
options[:ca_location] is a string not a symbol. Safer to pull Puppet::SSL::Host.ca_location since it is already set correctly.
puppetlabs_puppet
train
5761a53c5001cdde25070010a3cba2ee64d80d5a
diff --git a/grunt/tasks/istanbul.js b/grunt/tasks/istanbul.js index <HASH>..<HASH> 100644 --- a/grunt/tasks/istanbul.js +++ b/grunt/tasks/istanbul.js @@ -47,10 +47,10 @@ module.exports = function (grunt) { let coverage = grunt.file.readJSON("tmp/coverage/reports/coverage.json"), ConfigFile = requ...
Better handling of missing browser (#<I>)
ArnaudBuchholz_gpf-js
train
cda65b49d06b2e0a8ece8dfd04c39376f77f05b0
diff --git a/webapps/client/scripts/repository/controllers/cam-cockpit-repository-view-ctrl.js b/webapps/client/scripts/repository/controllers/cam-cockpit-repository-view-ctrl.js index <HASH>..<HASH> 100644 --- a/webapps/client/scripts/repository/controllers/cam-cockpit-repository-view-ctrl.js +++ b/webapps/client/scri...
chore(repository): keep resource name related to CAM-<I>
camunda_camunda-bpm-platform
train
ce95e5a84b6e55e23631faaec56fdb6b3afd655d
diff --git a/server/accounts_test.go b/server/accounts_test.go index <HASH>..<HASH> 100644 --- a/server/accounts_test.go +++ b/server/accounts_test.go @@ -529,10 +529,8 @@ func TestSimpleMapping(t *testing.T) { t.Fatalf("Error adding account import to client bar: %v", err) } - // Normal Subscription on bar clien...
Cleanup of shadowed subscriptions, fixes #<I>
nats-io_gnatsd
train
23df3dc23bdb5785d90429495c0bb02d7e4daa3f
diff --git a/bosh-director/spec/unit/job_updater_spec.rb b/bosh-director/spec/unit/job_updater_spec.rb index <HASH>..<HASH> 100644 --- a/bosh-director/spec/unit/job_updater_spec.rb +++ b/bosh-director/spec/unit/job_updater_spec.rb @@ -328,6 +328,43 @@ describe Bosh::Director::JobUpdater do end end ...
multi-cpi: reintroduce test that got lost during merge
cloudfoundry_bosh
train
c38fd76f6b8544963c806a93b8a19562a8e75d23
diff --git a/iprestrict/middleware.py b/iprestrict/middleware.py index <HASH>..<HASH> 100644 --- a/iprestrict/middleware.py +++ b/iprestrict/middleware.py @@ -1,6 +1,9 @@ from django.http import HttpResponseForbidden from django.core import exceptions from django.utils import log +from django.db.models.signals impor...
Makes reload of rules work across processes using signals and a rule reload table.
muccg_django-iprestrict
train
242f605bf0c052f4d82421a8b95f227d46162e34
diff --git a/src/FontAwesome.php b/src/FontAwesome.php index <HASH>..<HASH> 100755 --- a/src/FontAwesome.php +++ b/src/FontAwesome.php @@ -24,7 +24,6 @@ class FontAwesome } FrontendAsset::add('vendor/fontawesome-all.css'); - FrontendAsset::add('vendor/fontawesome/js/fontawesome-all.js'); ...
Remove loading the js fontawesome file
hnhdigital-os_laravel-frontend-assets
train
a7df80ff33c3d1596cfaed2e67e507cdaeeb9443
diff --git a/addon/mixins/hammer-events.js b/addon/mixins/hammer-events.js index <HASH>..<HASH> 100644 --- a/addon/mixins/hammer-events.js +++ b/addon/mixins/hammer-events.js @@ -43,6 +43,10 @@ var hammerEvents = { } }; +function isGesture(name) { + return !defaultConfig.events.hasOwnProperty(name.toLowerCas...
don't filter non-gestures, prevents keyboard typing issue
runspired_ember-mobiletouch
train
2bd8e0f7aad9a8ab05a5c42f64d405202d30f135
diff --git a/src/Command/Humbug.php b/src/Command/Humbug.php index <HASH>..<HASH> 100644 --- a/src/Command/Humbug.php +++ b/src/Command/Humbug.php @@ -164,10 +164,12 @@ class Humbug extends Command * mutations where neither the underlying file nor matching tests have * changed. */ - ...
Isolate incremental caching unless opted in
humbug_humbug
train
444140a5d3a9f0307b44361a1d46fbaee19c006b
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index <HASH>..<HASH> 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,6 +11,7 @@ Your name could be here! * [Matt Sanford][mzsanford] * [Suren Karapetyan][skarap] * [Jon Wood][jellybob] + * [Mark Borcherding][markborcherding] Pre-release ----------- @@ -...
Refactor to make this work with a proc evaluated for each host. Based on work contributed by @MarkBorcherding on #<I>.
newrelic_centurion
train
6f628971a7094917030011f317a5667a901caf70
diff --git a/tests/core/src/main/java/playn/tests/core/SubImageTest.java b/tests/core/src/main/java/playn/tests/core/SubImageTest.java index <HASH>..<HASH> 100644 --- a/tests/core/src/main/java/playn/tests/core/SubImageTest.java +++ b/tests/core/src/main/java/playn/tests/core/SubImageTest.java @@ -97,8 +97,10 @@ public...
Cope with async loaded images.
threerings_playn
train
6ab0ccf75bcd0fb87f7ea9b2462adc1e06206f1b
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * export `get_boolean_env` from core `flask_unchained` package * export `param_converter` from core `flask_unchained` package * fix discovery of user-app `tests._unchained_config` +* improve the...
improve the output of commands that display their information in a table
briancappello_flask-unchained
train
2f3748533d948811151754ec5ea3cf997ea905b1
diff --git a/src/java/org/archive/wayback/core/Timestamp.java b/src/java/org/archive/wayback/core/Timestamp.java index <HASH>..<HASH> 100644 --- a/src/java/org/archive/wayback/core/Timestamp.java +++ b/src/java/org/archive/wayback/core/Timestamp.java @@ -43,7 +43,7 @@ public class Timestamp { private final static Str...
BUGFIX: there is a hard-coded end date. was <I>, now is <I>.. Still needs permanent solution. git-svn-id: <URL>
iipc_openwayback
train
a4bf5cffa108ff3f4d5a0999f239a0f6f24f51e6
diff --git a/pyethereum/peermanager.py b/pyethereum/peermanager.py index <HASH>..<HASH> 100644 --- a/pyethereum/peermanager.py +++ b/pyethereum/peermanager.py @@ -33,11 +33,10 @@ class PeerManager(StoppableLoopThread): self.config = config self.local_node_id = config.get('network', 'node_id') - d...
1. send out p2p_me_address signal 2. fix bugs
ethereum_pyethereum
train
800a032f07200e281abd61928f601d6d37360e37
diff --git a/src/Symfony/Component/Form/Tests/CompoundFormTest.php b/src/Symfony/Component/Form/Tests/CompoundFormTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Form/Tests/CompoundFormTest.php +++ b/src/Symfony/Component/Form/Tests/CompoundFormTest.php @@ -364,7 +364,7 @@ class CompoundFormTest extend...
[Form] replace bindRequest() with bind(), as bindRequest is deprecated
symfony_symfony
train
2e7901ceb28a62b5cadc8c4c32fc964478cbc706
diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php +++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php @@ -1424,10 +1424,12 @@ class UnitOfWork if ($dispatchEvents) { if (isset($class->l...
Added unsetter after event call. A document might have changed during an event, which must be calculated. It feels like a bit of patch on patch, because the changesetComputed variable was implemented to improve performance. But I guess it's still valid in most cases (except for this one)
doctrine_phpcr-odm
train
a3fc3d3005fa858c16d64edeaf60b1f7505b3f1f
diff --git a/dyndnsc/detector/dns.py b/dyndnsc/detector/dns.py index <HASH>..<HASH> 100644 --- a/dyndnsc/detector/dns.py +++ b/dyndnsc/detector/dns.py @@ -30,7 +30,9 @@ def resolve(hostname, family=AF_UNSPEC): try: addrinfo = socket.getaddrinfo(hostname, None, family) except socket.gaierror as exc: -...
dns detector: do not log tracebacks for expected exceptions EAI_NODATA: no entry (A or AAAA) at all present in DNS EAI_NONAME: not the requested kind of entry in DNS (but others)
infothrill_python-dyndnsc
train
3de53636788e30e370b6465d8b6db6ae63dc4e68
diff --git a/classes/asn1/Identifier.class.php b/classes/asn1/Identifier.class.php index <HASH>..<HASH> 100644 --- a/classes/asn1/Identifier.class.php +++ b/classes/asn1/Identifier.class.php @@ -28,7 +28,7 @@ abstract class Identifier { const BITSTRING = 0x03; const OCTETSTRING = 0x04; // unsupp...
Renamed the Identifier class constant OBJECTIDENTIFIER to OBJECT_IDENTIFIER
idandtrust_goodid-phpasn1
train
6f3b3b3d7377f39758b348e09c836ed52f07ed17
diff --git a/lib/Map/TableStructure.js b/lib/Map/TableStructure.js index <HASH>..<HASH> 100644 --- a/lib/Map/TableStructure.js +++ b/lib/Map/TableStructure.js @@ -312,6 +312,34 @@ TableStructure.prototype.toRowObjects = function() { return result; }; +/** +* Return data as an array of rows of objects, +* with b...
Provide csv properties with both old and new names to feature info panel
TerriaJS_terriajs
train
3d132ae8e323d3a151224b7ad1bd24dd3e3dd7bf
diff --git a/project/library/CM/SmartyPlugins/compiler.translateStatic.php b/project/library/CM/SmartyPlugins/compiler.translateStatic.php index <HASH>..<HASH> 100644 --- a/project/library/CM/SmartyPlugins/compiler.translateStatic.php +++ b/project/library/CM/SmartyPlugins/compiler.translateStatic.php @@ -3,8 +3,7 @@ ...
Fixed escaping single quotes for static translations
cargomedia_cm
train
5ab2f454a50943f31daefc6060b45476ff1af730
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -104,7 +104,7 @@ async function readln (question) { return result; } -async function doRelease () { +async function main () { const comment = argv.comment || argv._[0]; const oldVersion = pkg.version; const reposito...
<I> - release commit
forceuser_va-release
train
c5145256066dddb5302e052700864c5ce501b324
diff --git a/composer.js b/composer.js index <HASH>..<HASH> 100644 --- a/composer.js +++ b/composer.js @@ -342,7 +342,7 @@ function init(__eval__, composition) { case 'try': var body = compile(json.body, path + '.body') const handler = chain(compile(json.handler, path + '....
Add missing exit state to composer.try FSM (#<I>) Fixes #<I>
ibm-functions_composer
train
457742085939b5d095f2a0bba9fed023da9a57be
diff --git a/lib/Pimple.php b/lib/Pimple.php index <HASH>..<HASH> 100644 --- a/lib/Pimple.php +++ b/lib/Pimple.php @@ -141,16 +141,6 @@ class Pimple implements ArrayAccess } /** - * Noop for BC with Silex 1. - * - * @deprecated - */ - public static function share($callable) - { - ...
removed share() as it gives a false sense of compatibility between 1.x and 2.x
mnapoli_simplex
train
47a4d1a8ece29c3700f979c851749544b6d6f8c7
diff --git a/hack/.golint_failures b/hack/.golint_failures index <HASH>..<HASH> 100644 --- a/hack/.golint_failures +++ b/hack/.golint_failures @@ -556,7 +556,6 @@ staging/src/k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1 staging/src/k8s.io/sample-apiserver/pkg/registry/wardle/fischer staging/src/k8s.io/sample-apis...
Rename MetricsForE2E for golint failure This renames MetricsForE2E to ComponentCollection for solving golint failure.
kubernetes_kubernetes
train
a0e294e541c898696b793ea097db70a8f46f3bb3
diff --git a/dev/com.ibm.ws.config_fat/fat/src/test/server/config/ConfigValidatorTest.java b/dev/com.ibm.ws.config_fat/fat/src/test/server/config/ConfigValidatorTest.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.config_fat/fat/src/test/server/config/ConfigValidatorTest.java +++ b/dev/com.ibm.ws.config_fat/fat/s...
Make sure backup file is renamed
OpenLiberty_open-liberty
train
79818166a1ab01f2f96b711cf6f32b3762e85a23
diff --git a/app/assets/javascripts/camaleon_cms/admin/_custom_fields.js b/app/assets/javascripts/camaleon_cms/admin/_custom_fields.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/camaleon_cms/admin/_custom_fields.js +++ b/app/assets/javascripts/camaleon_cms/admin/_custom_fields.js @@ -69,17 +69,27 @@ funct...
Handle checkboxes specially and correctly. Checkboxes are checked by setting the checked attribute to true/false, not by manipulating value. Previously checkbox custom fields would always be checked, regardless of actual state of the field; with this change, the checkbox custom fields are behaving correctly.
owen2345_camaleon-cms
train
b4d6437339e259eedaaaad1dc98abfb30e4024ee
diff --git a/hazelcast-client/src/test/java/com/hazelcast/client/connectionstrategy/ConfiguredBehaviourTestXmlConfig.java b/hazelcast-client/src/test/java/com/hazelcast/client/connectionstrategy/ConfiguredBehaviourTestXmlConfig.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/test/java/com/hazelcast/client/c...
Changed the ConfiguredBehaviourTestXmlConfig test so that it does not use SystemProperty and it is run parallel. (#<I>)
hazelcast_hazelcast
train
598c232206bac48e8ea556273edd9d9aaf50b6b8
diff --git a/lib/discordrb/light/light_bot.rb b/lib/discordrb/light/light_bot.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/light/light_bot.rb +++ b/lib/discordrb/light/light_bot.rb @@ -1,5 +1,8 @@ # frozen_string_literal: true +require 'discordrb/api' +require 'discordrb/light/data' + # This module contains c...
Add a method to obtain profile data as a LightProfile
meew0_discordrb
train
befec95fe503227cf9b51bfafacb77cb6b798fc1
diff --git a/util/codec/bytes.go b/util/codec/bytes.go index <HASH>..<HASH> 100644 --- a/util/codec/bytes.go +++ b/util/codec/bytes.go @@ -42,25 +42,25 @@ func EncodeBytes(b []byte, data []byte) []byte { // Allocate more space to avoid unnecessary slice growing. // Assume that the byte slice size is about `(len(dat...
util/codec: address comment.
pingcap_tidb
train
0496bde6c4681f853bb1aa471a4ce6d89d7f8d51
diff --git a/PHPCompatibility/Sniffs/Constants/RemovedConstantsSniff.php b/PHPCompatibility/Sniffs/Constants/RemovedConstantsSniff.php index <HASH>..<HASH> 100644 --- a/PHPCompatibility/Sniffs/Constants/RemovedConstantsSniff.php +++ b/PHPCompatibility/Sniffs/Constants/RemovedConstantsSniff.php @@ -2523,6 +2523,10 @@ cl...
PHP <I>: RemovedConstants - account for deprecated PG_VERSION_STR > The constant PG_VERSION_STR has now the same value as PG_VERSION, and thus > is deprecated. Refs: * <URL>
PHPCompatibility_PHPCompatibility
train
026a44699e4b8ddbec730e89562f578736820df8
diff --git a/tests/security/IntrusionDetectionTest.php b/tests/security/IntrusionDetectionTest.php index <HASH>..<HASH> 100644 --- a/tests/security/IntrusionDetectionTest.php +++ b/tests/security/IntrusionDetectionTest.php @@ -10,18 +10,25 @@ class IntrusionDetectionTest extends TestCase */ public function t...
Updated IntrusionDetection corresponding tests to reflect new functionality
dadajuice_zephyrus
train
6fe3ef6dcab44da8081b343a3469ed0e0c452157
diff --git a/src/Zephyrus/Database/Core/DatabaseConnector.php b/src/Zephyrus/Database/Core/DatabaseConnector.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Database/Core/DatabaseConnector.php +++ b/src/Zephyrus/Database/Core/DatabaseConnector.php @@ -4,7 +4,7 @@ use PDO; class DatabaseConnector extends PDO { - ...
refactor: add more supported savepoint DBMS
dadajuice_zephyrus
train
a3d225b8c50d4df6752e1c5a3c114702b303ff52
diff --git a/lib/braid/commands.rb b/lib/braid/commands.rb index <HASH>..<HASH> 100644 --- a/lib/braid/commands.rb +++ b/lib/braid/commands.rb @@ -31,7 +31,7 @@ module Braid exec! "git checkout #{TRACK_BRANCH}" run(*args) rescue => e - puts "braid: Resetting #{TRACK_BRANCH} to #{work_hea...
grab last commited rev from remote svn before fetching git svn fetch -r HEAD does not work it grabs Revision instead of Last Commited Rev
cristibalan_braid
train
5741637a523603339b55ee11df83d90abd60fa23
diff --git a/src/RSPClient.py b/src/RSPClient.py index <HASH>..<HASH> 100644 --- a/src/RSPClient.py +++ b/src/RSPClient.py @@ -49,8 +49,9 @@ class RSPClient(object): r = requests.get(self.base+"/queries/" + q); return self._result(r); - def register_query(self, q, body): - r = requ...
added datasets api. now it is possible to register datasets into rspengine using the dataset endopoint addded the query type field in the query registration json and method. Not it is not necessary anymore to add the "REGISTER QUERY q1 AS ...". the name and the type are used to build the payload automatically.
streamreasoning_rsplib
train
aecde861427d4ceb1d1d3159bf77dceca695e619
diff --git a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java b/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java index <HASH>..<HASH> 100644 --- a/robotium-solo/src/main/java/com/jayway/android/robotium/solo/Clicker.java +++ b/robotium-solo/src/main/java/com/jayway/andr...
Add some more helpful information to the assertion failure in Clicker.clickOnScreen(float,float). Include the computed (x, y) coordinates of the faile click, plus the name and message of any SecurityException encountered.
RobotiumTech_robotium
train
486bf504138d2532364c8ab08e8017c8eddda06d
diff --git a/lib/ldaplib.php b/lib/ldaplib.php index <HASH>..<HASH> 100644 --- a/lib/ldaplib.php +++ b/lib/ldaplib.php @@ -448,7 +448,7 @@ function ldap_stripslashes($text) { $text = preg_replace_callback($quoted, function ($match) use ($specialchars) { ...
MDL-<I> ldap: Pass correct hex chars to hexdec() Before php<I> they were silently discarded, now they show a deprecation message.
moodle_moodle
train
3b9d313c871b00c8a6864a77ad9ff5aeacfd8d21
diff --git a/cmd/gateway-gcs.go b/cmd/gateway-gcs.go index <HASH>..<HASH> 100644 --- a/cmd/gateway-gcs.go +++ b/cmd/gateway-gcs.go @@ -779,26 +779,30 @@ func (l *gcsGateway) ListObjectParts(bucket string, key string, uploadID string, // AbortMultipartUpload aborts a ongoing multipart upload func (l *gcsGateway) Abo...
Fix issue with AbortMultipartUpload, closes #<I>
minio_minio
train
076f891a782a8619a976776357746649b7fdb06f
diff --git a/tweetpony/api.py b/tweetpony/api.py index <HASH>..<HASH> 100644 --- a/tweetpony/api.py +++ b/tweetpony/api.py @@ -175,13 +175,10 @@ class API(object): info += "=" * 50 print info # END DEBUG""" - try: - if method.upper() == "POST": - response = requests.post(full_url, data = post, files = fi...
Changed text unescaping behaviour to use the unescaped text as the actual text field
Mezgrman_TweetPony
train