hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
51d2a90816e2369b97a11ebce234a33ec0f067f1
diff --git a/endless_pagination/__init__.py b/endless_pagination/__init__.py index <HASH>..<HASH> 100644 --- a/endless_pagination/__init__.py +++ b/endless_pagination/__init__.py @@ -5,7 +5,7 @@ Twitter-style and Digg-style pagination. from __future__ import unicode_literals -VERSION = (1, 1) +VERSION = (1, 2) ...
New version with eval tag scripts in ajax
mapeveri_django-endless-pagination-vue
train
60d49671a802de5452dabe86e34a9c48569d595b
diff --git a/lib/teleterm/gateway/config.go b/lib/teleterm/gateway/config.go index <HASH>..<HASH> 100644 --- a/lib/teleterm/gateway/config.go +++ b/lib/teleterm/gateway/config.go @@ -17,11 +17,14 @@ limitations under the License. package gateway import ( - "github.com/google/uuid" - "github.com/gravitational/telepo...
Use IP as `LocalAddress` when gateway is created on Windows for SQL Server (#<I>)
gravitational_teleport
train
dff1df22b06497742cb57a61f1e664c1bac4b68a
diff --git a/lib/ronin/ui/command_line/commands/add.rb b/lib/ronin/ui/command_line/commands/add.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/ui/command_line/commands/add.rb +++ b/lib/ronin/ui/command_line/commands/add.rb @@ -30,12 +30,10 @@ module Ronin module Commands class Add < Command - ...
Convert old initialize methods to setup methods.
ronin-ruby_ronin
train
f7ddfdb75468f1b9e84bfcc4fb63b1d70ebbfbb7
diff --git a/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java b/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java index <HASH>..<HASH> 100644 --- a/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java +++ b/metrics-core/src/main/java/com/yammer/metrics/MetricRegistry.java @...
Make MetricSet a Metric. This allows you to have nested metric sets.
dropwizard_metrics
train
3c78ec97a18e2dc62cddb3d6f4dc7a8f80a966b6
diff --git a/IPAddress/src/inet.ipaddr/inet/ipaddr/format/AddressDivisionSeries.java b/IPAddress/src/inet.ipaddr/inet/ipaddr/format/AddressDivisionSeries.java index <HASH>..<HASH> 100644 --- a/IPAddress/src/inet.ipaddr/inet/ipaddr/format/AddressDivisionSeries.java +++ b/IPAddress/src/inet.ipaddr/inet/ipaddr/format/Addr...
small improvement, don't get division twice
seancfoley_IPAddress
train
6b506a545814bebac2e799f34c5d4ca13a8fa011
diff --git a/src/main/java/com/iyzipay/model/CardManagementPageCard.java b/src/main/java/com/iyzipay/model/CardManagementPageCard.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/iyzipay/model/CardManagementPageCard.java +++ b/src/main/java/com/iyzipay/model/CardManagementPageCard.java @@ -9,6 +9,7 @@ import ja...
Adds new fields to request and response for checkout form and card management. (#<I>) * adds card metadata to card management retrieve card. * adds external id for retrieve card while storing card in card management. * adds debit card allowed to checkout form initialize request.
iyzico_iyzipay-java
train
ae6f60adebe65b8c0a3c2b1c90c37525bf4549ec
diff --git a/lib/vehicle.js b/lib/vehicle.js index <HASH>..<HASH> 100644 --- a/lib/vehicle.js +++ b/lib/vehicle.js @@ -11,44 +11,37 @@ const util = require('./util'); * Initializes a new Vehicle to use for making requests to the Smartcar API. * * @constructor - * @param {String} vid - the vehicle's unique identif...
refactor(vehicle): clean up vehicle constructor
smartcar_node-sdk
train
c4355039955893a4ca4f729cca8734681e202fec
diff --git a/src/Utils/DOMUtils.php b/src/Utils/DOMUtils.php index <HASH>..<HASH> 100644 --- a/src/Utils/DOMUtils.php +++ b/src/Utils/DOMUtils.php @@ -190,7 +190,7 @@ class DOMUtils { * @param DOMNode|null $ancestor * $ancestor should be an ancestor of $node. * If null, we'll walk to the document root. - ...
Bunch of unrelated tweaks to previously ported Utils * Most of the fixes are based on trying to reverify previously verified dsr computation code. Change-Id: Ia<I>bce<I>e2df<I>d<I>d<I>b5db1af<I>ffb<I>e
wikimedia_parsoid
train
c9cd89f489502c6eec31902c37325a5a05d5dcb5
diff --git a/src/GitElephant/Command/MainCommand.php b/src/GitElephant/Command/MainCommand.php index <HASH>..<HASH> 100644 --- a/src/GitElephant/Command/MainCommand.php +++ b/src/GitElephant/Command/MainCommand.php @@ -95,6 +95,7 @@ class MainCommand extends BaseCommand { $this->clearAll(); $this...
added --all to git add command to add also deleted path by default
matteosister_GitElephant
train
3f3d4b230077762c362520be9816ebc003a29877
diff --git a/homie/device.py b/homie/device.py index <HASH>..<HASH> 100644 --- a/homie/device.py +++ b/homie/device.py @@ -40,6 +40,7 @@ class HomieDevice: """MicroPython implementation of the Homie MQTT convention for IoT.""" def __init__(self, settings): + self.debug = getattr(settings, "DEBUG", Fa...
Add debug option to disable WDT. #<I>
microhomie_microhomie
train
46d4780a76fe580be61bfcfe171d59c06bf6c4f9
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -308,7 +308,7 @@ by [environment variables]: You can also specify different browser queries for various environments. Browserslist will choose query according to `BROWSERSLIST_ENV` or `NODE_ENV` variables. If none of th...
Change default environment to production, fixes #<I> (#<I>)
browserslist_browserslist
train
e2eacb899ed158c471ccb05d2c12f76231ad21d0
diff --git a/Kwc/Directories/Item/Directory/Controller.php b/Kwc/Directories/Item/Directory/Controller.php index <HASH>..<HASH> 100644 --- a/Kwc/Directories/Item/Directory/Controller.php +++ b/Kwc/Directories/Item/Directory/Controller.php @@ -53,7 +53,7 @@ class Kwc_Directories_Item_Directory_Controller extends Kwf_Con...
add missing trlStaticExecute for componentName
koala-framework_koala-framework
train
3a695ab93ff9416f318591d5c4cbc0c89efacfe8
diff --git a/lib/crtomo/status.py b/lib/crtomo/status.py index <HASH>..<HASH> 100644 --- a/lib/crtomo/status.py +++ b/lib/crtomo/status.py @@ -20,14 +20,15 @@ def is_tomodir(directory): True if the supplied directory is a tomodir directory """ if os.path.isdir(directory): - if(os.path.isdir(di...
small doc and pep8 fixes
geophysics-ubonn_crtomo_tools
train
28b2891e4ca6669d1f0fa182e5172a711d5c7a3c
diff --git a/user/policy.php b/user/policy.php index <HASH>..<HASH> 100644 --- a/user/policy.php +++ b/user/policy.php @@ -44,11 +44,20 @@ 500, 500, 'Popup window', 'none', true); echo '</object></div>'; - $linkyes = 'policy.php'; + // see MDL-9798 +/* $linkyes = 'pol...
MDL-<I> workaround for handling of object tag in buggy IE; merged from MOODLE_<I>_STABLE
moodle_moodle
train
b4499998cbe18a065988c0a20b3a2129aec35280
diff --git a/src/main/java/com/feedzai/commons/sql/abstraction/engine/AbstractDatabaseEngine.java b/src/main/java/com/feedzai/commons/sql/abstraction/engine/AbstractDatabaseEngine.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/feedzai/commons/sql/abstraction/engine/AbstractDatabaseEngine.java +++ b/src/main/j...
ref PULSEDEV-<I> pdb: Log warning when failing to close insert statements
feedzai_pdb
train
3ff8e9a449be4118d53682cd7fb188a3f0e7ee1c
diff --git a/lib/fluent/plugin/out_record_reformer.rb b/lib/fluent/plugin/out_record_reformer.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/out_record_reformer.rb +++ b/lib/fluent/plugin/out_record_reformer.rb @@ -155,7 +155,7 @@ module Fluent end def expand(str) - str.gsub(/(\${[a-z_]+(...
fix to support camelCase key name
sonots_fluent-plugin-record-reformer
train
a7dd74a2c50696625a7d0a81508b83e90e27ccee
diff --git a/lib/redfish.rb b/lib/redfish.rb index <HASH>..<HASH> 100644 --- a/lib/redfish.rb +++ b/lib/redfish.rb @@ -24,21 +24,25 @@ require 'redfish/core' require 'redfish/mash' require 'redfish/util' require 'redfish/config' -require 'redfish/property_cache' -require 'redfish/context' -require 'redfish/executor'...
Restructure requires so that GlassFish specific components are grouped
realityforge_redfish
train
9388fca3b7022d760e786783a3e3baff7454e3ef
diff --git a/java/src/main/java/gherkin/formatter/JSONFormatter.java b/java/src/main/java/gherkin/formatter/JSONFormatter.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/gherkin/formatter/JSONFormatter.java +++ b/java/src/main/java/gherkin/formatter/JSONFormatter.java @@ -81,7 +81,7 @@ public class JSONFormat...
Restoring method to it's previous non-convoluted state
cucumber-attic_gherkin2
train
234c227fd5907f09ffd5973ec3bab6981fb114b5
diff --git a/lib/models/room.js b/lib/models/room.js index <HASH>..<HASH> 100644 --- a/lib/models/room.js +++ b/lib/models/room.js @@ -467,16 +467,26 @@ Room.prototype.addEventsToTimeline = function(events, toStartOfTimeline, // contained the event we knew about (steps 3, 5, 6). // // - // Final...
Work around confused timelines causing pagination loops Look out for us getting stuck in a loop of using the same pagination token, and use something else next time. Hopefully this will fix <URL>
matrix-org_matrix-js-sdk
train
929b8c0c1e9fc5ba485ea8ef9e13af582548c5eb
diff --git a/src/IlluminateRegistry.php b/src/IlluminateRegistry.php index <HASH>..<HASH> 100644 --- a/src/IlluminateRegistry.php +++ b/src/IlluminateRegistry.php @@ -246,21 +246,10 @@ final class IlluminateRegistry implements ManagerRegistry } /** - * Resets a named object manager. - * This method ...
[FEATURE] Added closeManager() and purgeManager() to IlluminateRegistry (#<I>) * Added closeManager() and purgeManager() functions * Added tests for purgeManager function()
laravel-doctrine_orm
train
c8a68279c2043d7b3d3789a881826d52074af04e
diff --git a/juju/model.py b/juju/model.py index <HASH>..<HASH> 100644 --- a/juju/model.py +++ b/juju/model.py @@ -230,7 +230,14 @@ class ModelEntity(object): model. """ - return self.safe_data[name] + try: + return self.safe_data[name] + except KeyError: + ...
Allow underscore to dash translation when accessing model attributes (#<I>)
juju_python-libjuju
train
6e72a3b9d71f450af72cca15b7e8eed5729bcb90
diff --git a/src/cqparts/display/web.py b/src/cqparts/display/web.py index <HASH>..<HASH> 100644 --- a/src/cqparts/display/web.py +++ b/src/cqparts/display/web.py @@ -43,9 +43,13 @@ SocketServer.TCPServer.allow_reuse_address = True # stops crash on re-use of po @map_environment( - name='web', + # named 'cmd...
changed 'web' to 'cmdline' for clairty
cqparts_cqparts
train
196042fbbe2ed6092dba5246c08ad27cb1389f09
diff --git a/lib/ransack/nodes/grouping.rb b/lib/ransack/nodes/grouping.rb index <HASH>..<HASH> 100644 --- a/lib/ransack/nodes/grouping.rb +++ b/lib/ransack/nodes/grouping.rb @@ -161,7 +161,7 @@ module Ransack end def inspect - data = [[CONDITIONS, conditions], [COMBINATOR, combinator]] + ...
Conditions constant only used once, so not needed.
activerecord-hackery_ransack
train
749d9790e131338bbe3f046b044287fa18c50876
diff --git a/spec/controllers/articles_controller_spec.rb b/spec/controllers/articles_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/articles_controller_spec.rb +++ b/spec/controllers/articles_controller_spec.rb @@ -295,7 +295,7 @@ describe ArticlesController, "redirecting" do Factory(:red...
Replace assert_redirected_to with response.should redirect_to.
publify_publify
train
211f60617ad33876ece1ec65c51ef80f5be6dae0
diff --git a/libgit/repo.go b/libgit/repo.go index <HASH>..<HASH> 100644 --- a/libgit/repo.go +++ b/libgit/repo.go @@ -30,7 +30,7 @@ const ( // internal reason to be so restrictive, but it probably makes sense // to start off more restrictive and then relax things later as we // test. -var repoNameRE = regexp.MustCo...
libgit: fix repo name regex Suggested by songgao. Issue: #<I>
keybase_client
train
e9f36b3617ebc2ce8aac43ec93b10e0b6bdabaff
diff --git a/pygal/_compat.py b/pygal/_compat.py index <HASH>..<HASH> 100644 --- a/pygal/_compat.py +++ b/pygal/_compat.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with pygal. If not, see <http://www.gnu.org/licenses/>. import sys - +from collections import...
Change list like check (which did not worked in python 3)
Kozea_pygal
train
0cd69fca2cbfa677601826828f76b21caea1f2cc
diff --git a/packages/react-router-website/modules/components/WebExample.js b/packages/react-router-website/modules/components/WebExample.js index <HASH>..<HASH> 100644 --- a/packages/react-router-website/modules/components/WebExample.js +++ b/packages/react-router-website/modules/components/WebExample.js @@ -1,6 +1,7 ...
Provide location object to <FakeBrowser> (#<I>)
ReactTraining_react-router
train
f97c049bcc212750bbaa1730d7d1fdff9123ca0f
diff --git a/bundles/org.eclipse.orion.client.core/static/js/globalCommands.js b/bundles/org.eclipse.orion.client.core/static/js/globalCommands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/static/js/globalCommands.js +++ b/bundles/org.eclipse.orion.client.core/static/js/globalCommands.js @...
set border collapse (no observed improvement)
eclipse_orion.client
train
be07ede6bb0f7f4944d17b1ef07933807d64d9f2
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ dist: trusty language: go -go_import_path: github.com/coreos/gofail +go_import_path: github.com/etcd-io/gofail sudo: false go: diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a...
*: update import paths to "etcd-io"
etcd-io_gofail
train
ab33ef8f6ba312039617ef15ebf4f3da86593442
diff --git a/eZ/Publish/API/Repository/Tests/UserServiceTest.php b/eZ/Publish/API/Repository/Tests/UserServiceTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Tests/UserServiceTest.php +++ b/eZ/Publish/API/Repository/Tests/UserServiceTest.php @@ -1160,7 +1160,7 @@ class UserServiceTest extends BaseT...
[TEST] Add integration test for login case insensitivity
ezsystems_ezpublish-kernel
train
df05b844f6d2751457897a28e5c915281b4b3ce8
diff --git a/enrol/guest/lib.php b/enrol/guest/lib.php index <HASH>..<HASH> 100644 --- a/enrol/guest/lib.php +++ b/enrol/guest/lib.php @@ -328,6 +328,22 @@ class enrol_guest_plugin extends enrol_plugin { } /** + * Add new instance of enrol plugin. + * @param object $course + * @param array insta...
MDL-<I> make sure guest password field is not null
moodle_moodle
train
b5c9650b5aec44cd7f2fb5c80cf16bd416ca0556
diff --git a/server/driver.go b/server/driver.go index <HASH>..<HASH> 100644 --- a/server/driver.go +++ b/server/driver.go @@ -61,10 +61,10 @@ type QueryCtx interface { SetClientCapability(uint32) // Prepare prepares a statement. - Prepare(sql string) (statement IStatement, columns, params []*ColumnInfo, err erro...
server: rename IStatement to PreparedStatement (#<I>)
pingcap_tidb
train
f57c624262f34ba0a659576b784ec19667a296eb
diff --git a/question/type/random/questiontype.php b/question/type/random/questiontype.php index <HASH>..<HASH> 100644 --- a/question/type/random/questiontype.php +++ b/question/type/random/questiontype.php @@ -134,7 +134,7 @@ class random_qtype extends default_questiontype { $wrappedquestion = clone($...
Use the missingtype question type to print the explanation message when a random question is missing
moodle_moodle
train
f870762e2d71d220f7075b58e3d22daa62140f1e
diff --git a/themes/colors/header.php b/themes/colors/header.php index <HASH>..<HASH> 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -147,8 +147,4 @@ if ($view!='simple') { // Use "simple" headers for popup windows echo '</div>'; // <div id="flash-messages"> } -// Remove label from menus ...
Better solution for "Replace hard-coded list of menus with generic code."
fisharebest_webtrees
train
7efe28dd39018e0a61f46754bf7c618822306f8e
diff --git a/neomodel/util.py b/neomodel/util.py index <HASH>..<HASH> 100644 --- a/neomodel/util.py +++ b/neomodel/util.py @@ -97,7 +97,7 @@ class Database(local): u = urlparse(_url) if u.netloc.find('@') > -1: - credentials, self.host = u.netloc.split('@') + credentials, self....
rsplit on @ char, this allows passing passwords that contain the char "@" otherwise the split is done in the wrong place
neo4j-contrib_neomodel
train
e06759ccccf11730b6a1af130c13895ce4653bb3
diff --git a/lib/preprocessor.lib.php b/lib/preprocessor.lib.php index <HASH>..<HASH> 100644 --- a/lib/preprocessor.lib.php +++ b/lib/preprocessor.lib.php @@ -254,7 +254,7 @@ class jPreProcessor{ }elseif(preg_match('/^\#include(php)?\s+([\w\/\.\:]+)\s*$/m',$sline,$m)){ if($isOpen){ ...
worked on ticket #<I>: better compatibility with PHP <I>: replaced braces by square brackets in instruction which get characters of string. trunk<I>.x
jelix_BuildTools
train
7556d290eee9b1cd414629c218ba5a8072c03065
diff --git a/pandas/tests/reshape/merge/test_merge.py b/pandas/tests/reshape/merge/test_merge.py index <HASH>..<HASH> 100644 --- a/pandas/tests/reshape/merge/test_merge.py +++ b/pandas/tests/reshape/merge/test_merge.py @@ -1813,6 +1813,35 @@ class TestMergeCategorical: ) tm.assert_frame_equal(result, ...
TST: Test for MultiIndex merge with CategoricalIndex (#<I>) (#<I>)
pandas-dev_pandas
train
28462cab25c13ece7bf82bf65caa1a98d30e1c1f
diff --git a/src/ORM/Table.php b/src/ORM/Table.php index <HASH>..<HASH> 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -1961,11 +1961,15 @@ class Table implements RepositoryInterface, EventListenerInterface * the data to be validated. * * @param mixed $value The value of column to be checke...
Fix errors when validateUnique is used with scope. Fix validateUnique() causing errors when used as a validator with additional scope. Fixes #<I>
cakephp_cakephp
train
a3432e0b010ea58c8073c237ec6b58af119f0e8b
diff --git a/lib/render.js b/lib/render.js index <HASH>..<HASH> 100644 --- a/lib/render.js +++ b/lib/render.js @@ -16,8 +16,9 @@ function render() { preProcessGraph(g); - var nodes = drawNodes(createOrSelect(svg, "nodes"), g), - edgeLabels = drawEdgeLabels(createOrSelect(svg, "edgeLabels"), g); + ...
Reorder groups to put edge paths behind nodes
dagrejs_dagre-d3
train
a460b778ae88477baf3e4361a1dceb3455c2ef5c
diff --git a/example/basic/multi-layer-carto.html b/example/basic/multi-layer-carto.html index <HASH>..<HASH> 100644 --- a/example/basic/multi-layer-carto.html +++ b/example/basic/multi-layer-carto.html @@ -26,16 +26,16 @@ const source0 = new carto.source.Dataset('ne_10m_populated_places_simple'); c...
Add layers with beforeId in simple map
CartoDB_carto-vl
train
bedfb828d81919b60b9bfb31975365053d371954
diff --git a/src/ol/renderer/canvas/canvasvectorlayerrenderer.js b/src/ol/renderer/canvas/canvasvectorlayerrenderer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/canvas/canvasvectorlayerrenderer.js +++ b/src/ol/renderer/canvas/canvasvectorlayerrenderer.js @@ -164,15 +164,20 @@ ol.renderer.canvas.VectorLayer.prot...
Display attributions and logos for vector sources
openlayers_openlayers
train
9a02d5ea89e6d9084069cdf52cdffc111ec6f220
diff --git a/lib/punchblock/call.rb b/lib/punchblock/call.rb index <HASH>..<HASH> 100644 --- a/lib/punchblock/call.rb +++ b/lib/punchblock/call.rb @@ -10,7 +10,7 @@ module Punchblock @call_id, @to = call_id, to # Ensure all our headers have lowercase names and convert to symbols @headers = headers....
Headers were not being downcased properly for a call object
adhearsion_punchblock
train
4f1dc7ea98ae9df969139da3f4ba663a9c4fe80f
diff --git a/mod/chat/view.php b/mod/chat/view.php index <HASH>..<HASH> 100644 --- a/mod/chat/view.php +++ b/mod/chat/view.php @@ -45,6 +45,29 @@ $context = get_context_instance(CONTEXT_MODULE, $cm->id); + // show some info for guests + if (isguestuser()) { + $navigation = build_navigation...
MDL-<I> , MDL-<I> - rewritten permission tests to be xhtml strict compatible; merged from MOODLE_<I>_STABLE
moodle_moodle
train
2074abf904a84d0c9293e15b329003ff4ae9a231
diff --git a/src/Unirest/Request.php b/src/Unirest/Request.php index <HASH>..<HASH> 100644 --- a/src/Unirest/Request.php +++ b/src/Unirest/Request.php @@ -12,7 +12,7 @@ class Request private static $socketTimeout = null; private static $defaultHeaders = array(); - private static $auth => array ( + pri...
keeping deprecated auth method functional
Kong_unirest-php
train
838f2c48ad5dc13372aad1b0c5fa930778a4dc1e
diff --git a/lol_scraper/match_downloader.py b/lol_scraper/match_downloader.py index <HASH>..<HASH> 100644 --- a/lol_scraper/match_downloader.py +++ b/lol_scraper/match_downloader.py @@ -37,12 +37,13 @@ def download_matches(match_downloaded_callback, end_of_time_slice_callback, conf if end_of_time_slice_callba...
Reorganized the structure of the runtime configuration
MakersF_LoLScraper
train
a67f62b18976103866b34727a30b4308c64eda93
diff --git a/Worker.php b/Worker.php index <HASH>..<HASH> 100644 --- a/Worker.php +++ b/Worker.php @@ -34,7 +34,7 @@ class Worker * 版本号 * @var string */ - const VERSION = '3.2.1'; + const VERSION = '3.2.2'; /** * 状态 启动中 @@ -108,6 +108,12 @@ class Worker * @var bool *...
support SO_REUSEPORT for php7
walkor_Workerman
train
fcef1e0ec8b3062426178d34a206af78b983b314
diff --git a/test-common/src/test/java/de/bwaldvogel/mongo/RealMongoAggregationTest.java b/test-common/src/test/java/de/bwaldvogel/mongo/RealMongoAggregationTest.java index <HASH>..<HASH> 100644 --- a/test-common/src/test/java/de/bwaldvogel/mongo/RealMongoAggregationTest.java +++ b/test-common/src/test/java/de/bwaldvog...
Use assumeTrue from JUnit5
bwaldvogel_mongo-java-server
train
dcf7bc13d6090a31c6cb928abfc5eb8b3d5641f1
diff --git a/ptpython/python_input.py b/ptpython/python_input.py index <HASH>..<HASH> 100644 --- a/ptpython/python_input.py +++ b/ptpython/python_input.py @@ -96,7 +96,9 @@ class PythonCommandLineInterface(object): self._extra_sidebars = _extra_sidebars or [] # Use a KeyBindingManager for loading th...
Enable open-in-editor bindings.
prompt-toolkit_ptpython
train
83184c99da97a14da9d28cd25e197291077c7626
diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php @@ -1051,6 +1051,7 @@ class FormHelperTest extends CakeTestCase {...
Adding disableField() to start allowing disabled fields to be manipulated from the view/helper.
cakephp_cakephp
train
c9e0e8891fe677841a48b38f4e8b3f205e072648
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/ReactiveUserDetailsServiceAutoConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/ReactiveUserDetailsSer...
Make reactive user details back off with Auth Manager Resolver bean Closes gh-<I>
spring-projects_spring-boot
train
85bb0a100dea4208acf86bd023fbbf6177dd9dbd
diff --git a/core/src/main/java/io/grpc/Contexts.java b/core/src/main/java/io/grpc/Contexts.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/grpc/Contexts.java +++ b/core/src/main/java/io/grpc/Contexts.java @@ -38,7 +38,7 @@ import java.util.concurrent.TimeoutException; /** * Utility methods for working ...
core: make Contexts, ResolvedServerInfoGroup, and ServerInterceptors final
grpc_grpc-java
train
c029ad48405cd90cf9a5d7ad6cdfaa646cf2605f
diff --git a/salt/states/module.py b/salt/states/module.py index <HASH>..<HASH> 100644 --- a/salt/states/module.py +++ b/salt/states/module.py @@ -197,7 +197,7 @@ def run(name, **kwargs): ret['result'] = False return ret else: - if mret: + if mret is not None: ret['chan...
Make module state to save mret also if mret is false
saltstack_salt
train
5fd5c67d4c8f8cbc1fa00aa96b2b0bf2ad73f16b
diff --git a/src/main/java/net/sf/jabb/util/stat/AtomicLongStatistics.java b/src/main/java/net/sf/jabb/util/stat/AtomicLongStatistics.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/sf/jabb/util/stat/AtomicLongStatistics.java +++ b/src/main/java/net/sf/jabb/util/stat/AtomicLongStatistics.java @@ -153,10 +153,8...
add checking about other.getCount() > 0
james-hu_jabb-core
train
c367c64475b3e7e38e7b289ed410bd4730882050
diff --git a/extensions/helper/Assets.php b/extensions/helper/Assets.php index <HASH>..<HASH> 100644 --- a/extensions/helper/Assets.php +++ b/extensions/helper/Assets.php @@ -53,6 +53,18 @@ class Assets extends \lithium\template\Helper { $base = AssetsModel::base('http'); return $base . '/v:' . $version . $path ....
Adding urls globbing to assets helper.
bseries_cms_core
train
e866dbcd1dc814816717e065574d4bee8beb2079
diff --git a/guacamole-common-js/src/main/resources/oskeyboard.js b/guacamole-common-js/src/main/resources/oskeyboard.js index <HASH>..<HASH> 100644 --- a/guacamole-common-js/src/main/resources/oskeyboard.js +++ b/guacamole-common-js/src/main/resources/oskeyboard.js @@ -55,6 +55,55 @@ Guacamole.OnScreenKeyboard = funct...
Only use classList.add() and classList.remove() if classList is supported.
glyptodon_guacamole-client
train
b93dcb46b97a84e7d37af23639c6d43fa0aa4eb1
diff --git a/glances/glances.py b/glances/glances.py index <HASH>..<HASH> 100755 --- a/glances/glances.py +++ b/glances/glances.py @@ -22,7 +22,7 @@ from __future__ import generators __appname__ = 'glances' -__version__ = "1.4.1" +__version__ = "1.4" __author__ = "Nicolas Hennion <nicolas@nicolargo.com>" __licenc...
Solve the issue #<I> with Python 2.x
nicolargo_glances
train
e7ced967bb3e87a39e6cb1e97b702144f89975dc
diff --git a/Image/AliasGenerator.php b/Image/AliasGenerator.php index <HASH>..<HASH> 100644 --- a/Image/AliasGenerator.php +++ b/Image/AliasGenerator.php @@ -26,11 +26,6 @@ class AliasGenerator implements VariationHandlerInterface private $kernelClosure; /** - * @var \eZ\Publish\Core\MVC\ConfigResolver...
Removed unused dependency on ConfigResolver for AliasGenerator
ezsystems_LegacyBridge
train
15d57c6e684deceb72fd88e9693c2f344f82824f
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ of them are holding you up from porting to Python 3. You can specify your dependencies in multiple ways:: - python3 -m caniusepython3 -r requirements.txt - python3 -m caniusepython3 -m PKG-INFO - ...
Made caniusepython3 as script. Fix #2. This uses setuptools since it's the best option for making this work cross platform. This also actually tells pip/easy_install/etc to install the dependencies.
brettcannon_caniusepython3
train
3d607d6058dcc377fd2fa8a1aa51ec67889af0c9
diff --git a/lib/unexpectedMitm.js b/lib/unexpectedMitm.js index <HASH>..<HASH> 100644 --- a/lib/unexpectedMitm.js +++ b/lib/unexpectedMitm.js @@ -779,7 +779,7 @@ module.exports = { expect.promise(function () { return expect.shift(); - }).caught(reject)...
with http mocked out: Resolve the promise with the same value as the assertion being delegated to.
unexpectedjs_unexpected-mitm
train
64b51e871de7929c65f64a9e65d77b058e98e017
diff --git a/src/java/ognl/OgnlContext.java b/src/java/ognl/OgnlContext.java index <HASH>..<HASH> 100644 --- a/src/java/ognl/OgnlContext.java +++ b/src/java/ognl/OgnlContext.java @@ -54,11 +54,7 @@ public class OgnlContext extends Object implements Map private static boolean DEFAULT_TRACE_EVALUATIONS = false; ...
Makes context a bit more immutable
jkuhnert_ognl
train
3ef318bc6501541b7fe132bef20661be83025aee
diff --git a/ast_test.go b/ast_test.go index <HASH>..<HASH> 100644 --- a/ast_test.go +++ b/ast_test.go @@ -547,7 +547,7 @@ var astTests = []testCase{ }}, }, { - []string{`echo "$(foo bar)"`}, + []string{`echo "$(foo bar)"`, `echo "$(foo bar)"`}, Command{Args: []Word{ litWord("echo"), word(dblQuoted...
Make nested stmts reset quotes
mvdan_sh
train
5f70c9a3257c983d2d252f14f22d26b6cf571ff1
diff --git a/provider/ec2/environ.go b/provider/ec2/environ.go index <HASH>..<HASH> 100644 --- a/provider/ec2/environ.go +++ b/provider/ec2/environ.go @@ -531,12 +531,20 @@ func (e *environ) StartInstance(args environs.StartInstanceParams) (_ *environs. subnetIDsForZone, subnetErr = findSubnetIDsForAvailabilityZone...
Clarified the reason for picking a random subnet in a zone when >1 subnets match
juju_juju
train
bc0ccbda9904f0c0f4a249fb8309c1af60a402d0
diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOpAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOpAnalyzer.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Analyzer/Statements/Expression/BinaryOpAnalyzer.php +++ b/src/Psalm/Internal/Analyzer/Statements/Expression/Bi...
Add better inference for lower-cased methods
vimeo_psalm
train
8f56fff9148b3d6f9b2ff5704f9633fa13eae80b
diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/classical.py +++ b/openquake/calculators/classical.py @@ -37,7 +37,7 @@ from openquake.commonlib import parallel, datastore, source, calc from openquake.calculators import base ...
Fixed precision breaking the disagg tests
gem_oq-engine
train
7597d2029c757c12e07a93ff8399856f2cf18b3c
diff --git a/pyhomematic/devicetypes/generic.py b/pyhomematic/devicetypes/generic.py index <HASH>..<HASH> 100644 --- a/pyhomematic/devicetypes/generic.py +++ b/pyhomematic/devicetypes/generic.py @@ -213,7 +213,7 @@ class HMDevice(HMGeneric): # - 0...n / getValue from channel (fix) self._SENSORNODE = {...
Move RSSI handling to helper class Apparently some devices use RSSI_PEER and some use RSSI_DEVICE, so we need to use the appropriate helper in the actual device class. See danielperna<I>/pyhomematic#<I>
danielperna84_pyhomematic
train
388de316e4d9aed2926534585beada94ed0a1793
diff --git a/apptentive-android-sdk/src/com/apptentive/android/sdk/Apptentive.java b/apptentive-android-sdk/src/com/apptentive/android/sdk/Apptentive.java index <HASH>..<HASH> 100755 --- a/apptentive-android-sdk/src/com/apptentive/android/sdk/Apptentive.java +++ b/apptentive-android-sdk/src/com/apptentive/android/sdk/A...
Add ability to ad and remove individual pieces of device data.
apptentive_apptentive-android
train
93dc2ab9e10e886c7753232567bdc05df7597127
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100755 --- a/devices.js +++ b/devices.js @@ -5797,6 +5797,13 @@ const devices = [ toZigbee: [tz.on_off], }, { + zigbeeModel: ['Micro Smart Dimmer'], + model: 'ZG2835RAC', + vendor: 'Sunricher', + description: 'ZigBe...
Add ZG<I>RAC (#<I>)
Koenkk_zigbee-shepherd-converters
train
4de3a60ab6c79692990d3a95858ddbb5cbd654b1
diff --git a/modules/pubmaticBidAdapter.js b/modules/pubmaticBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/pubmaticBidAdapter.js +++ b/modules/pubmaticBidAdapter.js @@ -12,6 +12,7 @@ const USER_SYNC_URL_IMAGE = 'https://image8.pubmatic.com/AdServer/ImgSync?p='; const DEFAULT_CURRENCY = 'USD'; const AUCTION_...
PubMatic Bid Adapter: Added multibid support for GroupM (#<I>) * Changed net revenue to True * Added miltibid support for GroupM * Added marketplace array to check for values * Added marketplace check while requesting too
prebid_Prebid.js
train
4d0b92061f82ef494b23a69b6d715c575019f365
diff --git a/examples/js/cli.js b/examples/js/cli.js index <HASH>..<HASH> 100644 --- a/examples/js/cli.js +++ b/examples/js/cli.js @@ -257,7 +257,7 @@ async function main () { try { const result = await exchange[methodName] (... args) end = exchange...
examples/js/cli newline for readability
ccxt_ccxt
train
d97aac8d83116d73a440d19ac5593772925a64b4
diff --git a/validation.py b/validation.py index <HASH>..<HASH> 100644 --- a/validation.py +++ b/validation.py @@ -58,7 +58,8 @@ TERMINAL_VOWELS = { STRIPPED_VOWELS = set(map(mark.strip, VOWELS)) # 'uo' may clash with 'ươ' and prevent typing 'thương' -STRIPPED_TERMINAL_VOWELS = set(map(mark.strip, TERMINAL_VOWELS))...
Remvove 'ua' from STRIPPED_TERMINAL_VOWELS It may clash with 'uâ' and prevent typing 'luật'.
BoGoEngine_bogo-python
train
76d0e41bf8e394d43b4a6e7a2d8593223ae11634
diff --git a/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/ReportStream.java b/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/ReportStream.java index <HASH>..<HASH> 100644 --- a/sonar-batch-protocol/src/main/java/org/sonar/batch/protocol/ReportStream.java +++ b/sonar-batch-protocol/src/main/j...
Allow ReportStream to call iterator() multiple times
SonarSource_sonarqube
train
bddce1e075ca735e98d8b14d8e1a4dea02a32e7b
diff --git a/lib/emoji.js b/lib/emoji.js index <HASH>..<HASH> 100644 --- a/lib/emoji.js +++ b/lib/emoji.js @@ -128,15 +128,9 @@ Emoji.search = function search(str) { }); } -function getKeyByValue(object, value) { - for (var prop in object) { - if (object.hasOwnProperty(prop)) { - if (object[prop] === val...
refactor: change O(N*M) performance to O(N)
omnidan_node-emoji
train
3dabd8f03d8cb58e7fea1af54b0462f700ec53f3
diff --git a/airflow/operators/hive_to_druid.py b/airflow/operators/hive_to_druid.py index <HASH>..<HASH> 100644 --- a/airflow/operators/hive_to_druid.py +++ b/airflow/operators/hive_to_druid.py @@ -129,9 +129,7 @@ class HiveToDruidTransfer(BaseOperator): columns = [col.name for col in t.sd.cols] # ...
[AIRFLOW-<I>] Fix invalid static path in case of using HDP. Closes #<I> from happyjulie/AIRFLOW-<I>
apache_airflow
train
ea977403923b9f751f4d08b17a8be644ffc1f293
diff --git a/lib/montrose/recurrence.rb b/lib/montrose/recurrence.rb index <HASH>..<HASH> 100644 --- a/lib/montrose/recurrence.rb +++ b/lib/montrose/recurrence.rb @@ -322,8 +322,8 @@ module Montrose # # @return [Hash] json of recurrence options # - def as_json - to_hash.as_json + def as_json(*...
Add optional args to Recurrence#as_json This method delegates to Hash#as_json which can accept options
rossta_montrose
train
b3b00a67ce2975d4b3271acb99de8064035845ae
diff --git a/eZ/Publish/API/Repository/Tests/BaseTest.php b/eZ/Publish/API/Repository/Tests/BaseTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Tests/BaseTest.php +++ b/eZ/Publish/API/Repository/Tests/BaseTest.php @@ -66,6 +66,33 @@ abstract class BaseTest extends PHPUnit_Framework_TestCase } ...
Implemented: Temporary detection of incomplete implementations. This converts exceptions which contain "TODO" into tests marked as being "incomplete". This is just a temporary solution for better overview.
ezsystems_ezpublish-kernel
train
46d4f817e3f6e0e7ca39027b155d084d14dd2d8a
diff --git a/pkg/tsdb/graphite/graphite.go b/pkg/tsdb/graphite/graphite.go index <HASH>..<HASH> 100644 --- a/pkg/tsdb/graphite/graphite.go +++ b/pkg/tsdb/graphite/graphite.go @@ -102,9 +102,9 @@ func (e *GraphiteExecutor) parseResponse(res *http.Response) ([]TargetResponseDT return nil, err } - if res.StatusCode...
tech(graphite): return error if statuscode is not ok
grafana_grafana
train
15b9432717b7e7d152b6369e12d4dc7ea5e94c1a
diff --git a/vault/core.go b/vault/core.go index <HASH>..<HASH> 100644 --- a/vault/core.go +++ b/vault/core.go @@ -1494,7 +1494,7 @@ func (c *Core) unsealInternal(ctx context.Context, masterKey []byte) (bool, erro } else { // Go to standby mode, wait until we are active to unseal c.standbyDoneCh = make(chan str...
Make manualStepDownCh a 1-buffered channel to ensure StepDown actually steps down in tests. (#<I>)
hashicorp_vault
train
ad46f07aa09232b31b9561bce115f962ba203884
diff --git a/lib/util.js b/lib/util.js index <HASH>..<HASH> 100644 --- a/lib/util.js +++ b/lib/util.js @@ -75,7 +75,7 @@ util.catch = function(caught) { const options = caught.options; const body = _.get(caught, 'response.body', {}); - if (options.uri.includes('/v2.0/')) { + if (caught.response.request.uri.hr...
fix(SmartcarErrorV2): use `request.uri` to determine version (#<I>) `options.uri` does not contain any portions of the uri that are in the `baseUrl`
smartcar_node-sdk
train
14e745ddfac155df8a9e942f0b94ed9de80d93d6
diff --git a/lib/tty/prompt/list.rb b/lib/tty/prompt/list.rb index <HASH>..<HASH> 100644 --- a/lib/tty/prompt/list.rb +++ b/lib/tty/prompt/list.rb @@ -282,16 +282,20 @@ module TTY # adjust it to the last item, otherwise leave unchanged. def keyright(*) if (@active + page_size) <= @choices.size - ...
Change select prompt to navigate left/right around disabled items
piotrmurach_tty-prompt
train
e740a59ce522dcba8441ebcb59eaae071eb1c6a6
diff --git a/resmix.js b/resmix.js index <HASH>..<HASH> 100644 --- a/resmix.js +++ b/resmix.js @@ -24,7 +24,8 @@ const reducerFor = (blueprint) => { const value = parent[k]; const pairs = value && value.pairs; let matched = false; - pairs && pairs.forEach(([pattern, red...
optimization: for loop instead of forEach
hex13_feedbacks
train
3d803b57ad373feb6be21041a28d99a2c500f5f8
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -59,13 +59,13 @@ INSTALL_REQUIRES = [ EXTRAS_REQUIRE = { 'all':[ - # for lcdb + # for lcdb 'psycopg2-binary', # for lcfit.mandelagol_fit_magseries - 'emcee>=3.0', + 'emcee...
setup.py: fix emcee dep, BATMAN is "batman-package" on PyPI not "batman"
waqasbhatti_astrobase
train
7e79b3521c5e7938b88157b87a51fd25c4b0c6dc
diff --git a/src/Form/Type/BaseStatusType.php b/src/Form/Type/BaseStatusType.php index <HASH>..<HASH> 100644 --- a/src/Form/Type/BaseStatusType.php +++ b/src/Form/Type/BaseStatusType.php @@ -44,8 +44,17 @@ abstract class BaseStatusType extends AbstractType * @param string $name * @param bool $flip rever...
Always flip choices in BaseStatusType (#<I>) * Always flip choices in BaseStatusType * Better check for choices_as_values
sonata-project_SonataCoreBundle
train
3068401315fe42169325c61e0819b815e4df8fef
diff --git a/ansigenome/init.py b/ansigenome/init.py index <HASH>..<HASH> 100644 --- a/ansigenome/init.py +++ b/ansigenome/init.py @@ -7,6 +7,8 @@ import utils as utils default_mainyml_template = """--- +# role: %repo_name + # %values go here """ @@ -74,11 +76,15 @@ class Init(object): create_fold...
Add the role name to the top of the defaults
nickjj_ansigenome
train
f047b4e1de2061d1de6df3ea12345a19a7a5af88
diff --git a/iptools/__init__.py b/iptools/__init__.py index <HASH>..<HASH> 100644 --- a/iptools/__init__.py +++ b/iptools/__init__.py @@ -517,6 +517,38 @@ class IpRangeList (object): """ return sum(r.__len__() for r in self.ips) # end __len__ + + def __hash__(self): + """ + Retu...
Provide methods for comparison of IpRangeList objects
bd808_python-iptools
train
5fa74f4408bf51b7fc432442e8249c515330f8f8
diff --git a/salt/fileclient.py b/salt/fileclient.py index <HASH>..<HASH> 100644 --- a/salt/fileclient.py +++ b/salt/fileclient.py @@ -365,11 +365,14 @@ class Client(object): self.opts['cachedir'], 'localfiles', path.lstrip('|/')) filesdest = os.path.join( self.opts['cachedir'], 'file...
Add back in the extrndest stuff (which is now in develop)
saltstack_salt
train
eb0c9ac3ec050cf739708d22bdcc1562fc8b0289
diff --git a/niworkflows/anat/skullstrip.py b/niworkflows/anat/skullstrip.py index <HASH>..<HASH> 100644 --- a/niworkflows/anat/skullstrip.py +++ b/niworkflows/anat/skullstrip.py @@ -6,7 +6,7 @@ from nipype.interfaces import fsl from nipype.interfaces import utility as niu from nipype.pipeline import engine as pe -...
[ENH] Give access to num_threads of N4BiasFieldCorrection Defaults to 1 (keep current behavior). N4BiasFieldCorrection is part of ANTs and the number of threads are controlled in the same way you'd do with antsRegistration.
poldracklab_niworkflows
train
a996fd198608cf0daeed36f979fe44af2b400871
diff --git a/src/tools/agepyramid/agepyramid-component.js b/src/tools/agepyramid/agepyramid-component.js index <HASH>..<HASH> 100644 --- a/src/tools/agepyramid/agepyramid-component.js +++ b/src/tools/agepyramid/agepyramid-component.js @@ -790,7 +790,7 @@ var AgePyramid = Component.extend({ } }; - var p...
Make agepyramid presentationProfileChanges editable from outside
vizabi_vizabi
train
3d77a06fadedf1fede54666c9531c1b77612ef5b
diff --git a/src/pybel/constants.py b/src/pybel/constants.py index <HASH>..<HASH> 100644 --- a/src/pybel/constants.py +++ b/src/pybel/constants.py @@ -149,6 +149,19 @@ CITATION_AUTHORS = 'authors' #: Represents the key for the citation comment in a citation dictionary CITATION_COMMENTS = 'comments' +#: Represents t...
Update author model - update to_json - Make author name unique - add constants
pybel_pybel
train
99cd56c1bcd7aa435d103b7910c1b8fb1d0d9ebb
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -29,6 +29,7 @@ export { Map }; export { MapTool, DrawTool, AreaTool, DistanceTool } from './map/tool'; export { default as SpatialReference } from './map/spatial-reference/SpatialReference'; import './map/sp...
wmts append to export
maptalks_maptalks.js
train
b617f79ad73038fc06611632e3b9f7c139abf302
diff --git a/phoebe-testlib/1to2/1to2.py b/phoebe-testlib/1to2/1to2.py index <HASH>..<HASH> 100644 --- a/phoebe-testlib/1to2/1to2.py +++ b/phoebe-testlib/1to2/1to2.py @@ -1,7 +1,9 @@ import phoebeBackend as phb import scipy.stats as st import numpy as np +import time import phoebe as phb2 +from phoebe.io import par...
Fixed print() statements, and implemented quick'n'dirty timing.
phoebe-project_phoebe2
train
7320154652870adc560ca0524ff05373d5d359cd
diff --git a/lib/modules/apostrophe-schemas/public/js/array-modal.js b/lib/modules/apostrophe-schemas/public/js/array-modal.js index <HASH>..<HASH> 100644 --- a/lib/modules/apostrophe-schemas/public/js/array-modal.js +++ b/lib/modules/apostrophe-schemas/public/js/array-modal.js @@ -259,7 +259,7 @@ apos.define('apostrop...
oops fixed typo, remove works again in this PR
apostrophecms_apostrophe
train
35f2655a64375b2e6dabd2699978f601452a63d5
diff --git a/sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/simple/rfc5626/RFC5626KeepAliveSipServletTest.java b/sip-servlets-test-suite/testsuite/src/test/java/org/mobicents/servlet/sip/testsuite/simple/rfc5626/RFC5626KeepAliveSipServletTest.java index <HASH>..<HASH> 100644 --- a/s...
Adding non regression test for multiple LP Notifications (cherry picked from commit e<I>cdc<I>e<I>e<I>b<I>b5c<I>aa<I>e9e<I>cf)
RestComm_sip-servlets
train
ce5e9d62b80496327397e814478ce902b414a895
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -38,7 +38,7 @@ class Parser extends HTTPParser { this.client = client this.socket = socket - this.resume = () => socket.resume() + this.resumeSocket = () => socket.resume() this.read ...
refactor: avoid confusion between resume(client) and socket.resume
mcollina_undici
train
19bdedbe9f13d94c092e94829f6ef9f6232292be
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ Added (#63). * Add support for ``yesterday`` and ``today`` values for date options. * Add support for partial ranges for date options. +* Add argument to ``edit`` command to set which fi...
Add argument to edit command to edit previous files (fixes #<I>)
liip_taxi
train
576e8bc4c999357e18974379d93b3ff2004e04f7
diff --git a/lib/ddr/antivirus/version.rb b/lib/ddr/antivirus/version.rb index <HASH>..<HASH> 100644 --- a/lib/ddr/antivirus/version.rb +++ b/lib/ddr/antivirus/version.rb @@ -1,5 +1,5 @@ module Ddr module Antivirus - VERSION = "1.0.1" + VERSION = "1.0.2" end end
Bumped version to <I>
duke-libraries_ddr-antivirus
train
5cb304d80aa7dc98922b8011ed93d68152148e42
diff --git a/src/lightncandy.php b/src/lightncandy.php index <HASH>..<HASH> 100644 --- a/src/lightncandy.php +++ b/src/lightncandy.php @@ -438,35 +438,47 @@ $libstr * * @codeCoverageIgnore */ - public static function readPartial($name, &$context) { + protected static function readPartial($name, ...
start to implement #<I> . not documented now
zordius_lightncandy
train
3a23bd0460d34383538d687120377a102b0a2200
diff --git a/src/org/danann/cernunnos/runtime/web/CernunnosPortlet.java b/src/org/danann/cernunnos/runtime/web/CernunnosPortlet.java index <HASH>..<HASH> 100644 --- a/src/org/danann/cernunnos/runtime/web/CernunnosPortlet.java +++ b/src/org/danann/cernunnos/runtime/web/CernunnosPortlet.java @@ -187,7 +187,7 @@ public cl...
Fix bug that occurs when there is no 'requestAttributes' bean defined. git-svn-id: <URL>
drewwills_cernunnos
train
550823e000d87c96b51e262872a930d8987112e4
diff --git a/tests/phpunit/unit/Filesystem/Plugin/ThumbnailUrlTest.php b/tests/phpunit/unit/Filesystem/Plugin/ThumbnailUrlTest.php index <HASH>..<HASH> 100644 --- a/tests/phpunit/unit/Filesystem/Plugin/ThumbnailUrlTest.php +++ b/tests/phpunit/unit/Filesystem/Plugin/ThumbnailUrlTest.php @@ -1,11 +1,12 @@ <?php + names...
[Tests] Update ThumbnailUrlTest
bolt_bolt
train
e222275451194b856a6ffdd4085241bd795a89ef
diff --git a/gwpy/plotter/segments.py b/gwpy/plotter/segments.py index <HASH>..<HASH> 100644 --- a/gwpy/plotter/segments.py +++ b/gwpy/plotter/segments.py @@ -293,7 +293,7 @@ class SegmentAxes(TimeSeriesAxes): else: coll._ignore = False coll._ypos = y - return self....
SegmentAxes: added autoscale
gwpy_gwpy
train
6daeb1687004c083d4e3cc72e883b0cab328eae2
diff --git a/spec/unit/application/agent_spec.rb b/spec/unit/application/agent_spec.rb index <HASH>..<HASH> 100755 --- a/spec/unit/application/agent_spec.rb +++ b/spec/unit/application/agent_spec.rb @@ -5,6 +5,7 @@ require File.dirname(__FILE__) + '/../../spec_helper' require 'puppet/agent' require 'puppet/applicatio...
maint: Fix a test that was missing a require Paired-with: Nick Lewis
puppetlabs_puppet
train