hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0ca8d3c4c5d823db692af234a162a430ee35f311
diff --git a/src/AspectMock/Intercept/BeforeMockTransformer.php b/src/AspectMock/Intercept/BeforeMockTransformer.php index <HASH>..<HASH> 100644 --- a/src/AspectMock/Intercept/BeforeMockTransformer.php +++ b/src/AspectMock/Intercept/BeforeMockTransformer.php @@ -11,7 +11,7 @@ class BeforeMockTransformer extends Weaving...
Forward compatibility with goaop/framework <I>.
Codeception_AspectMock
train
cd3c2fd0b8414c029e48b4bd3cc86bd12797096c
diff --git a/test.py b/test.py index <HASH>..<HASH> 100755 --- a/test.py +++ b/test.py @@ -26,6 +26,7 @@ import os import os.path import platform import sys +import tempfile import textwrap import threading import unittest @@ -2447,9 +2448,11 @@ class PgnTestCase(unittest.TestCase): class CraftyTestCase(unittest...
Run crafty tests in a temporary directory
niklasf_python-chess
train
9b641ef7cda17abdfce8994bfae970b303706d0f
diff --git a/lib/ohai/plugins/linux/platform.rb b/lib/ohai/plugins/linux/platform.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/linux/platform.rb +++ b/lib/ohai/plugins/linux/platform.rb @@ -105,7 +105,7 @@ Ohai.plugin(:Platform) do platform_family "debian" when /fedora/ platform_family "fedo...
Add 'ibm_powerkvm' platform This change will allow Ohai to detect IBM PowerKVM specific operating systems and map them to RHEL platform families. Fixes: OHAI-<I> Obvious Fix
chef_ohai
train
89879676a19b2096e931be11fc5555bd7859d1d2
diff --git a/rapidoid-http/src/main/java/com/rapidoid/http/WebExchange.java b/rapidoid-http/src/main/java/com/rapidoid/http/WebExchange.java index <HASH>..<HASH> 100644 --- a/rapidoid-http/src/main/java/com/rapidoid/http/WebExchange.java +++ b/rapidoid-http/src/main/java/com/rapidoid/http/WebExchange.java @@ -28,6 +28,...
Added URI to web request structure.
rapidoid_rapidoid
train
442f40dab6b1e0dbe50283c0aad083e5323ca401
diff --git a/telemetry/telemetry/core/platform/profiler/netlog_profiler.py b/telemetry/telemetry/core/platform/profiler/netlog_profiler.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/core/platform/profiler/netlog_profiler.py +++ b/telemetry/telemetry/core/platform/profiler/netlog_profiler.py @@ -36,6 +36,8 @@...
[Telemetry] Remove the log file from the android device after pulling it. Review URL: <URL>
catapult-project_catapult
train
abc24af2c3611fae5628a22360dd59ab9ef56292
diff --git a/cerberus/__init__.py b/cerberus/__init__.py index <HASH>..<HASH> 100644 --- a/cerberus/__init__.py +++ b/cerberus/__init__.py @@ -8,6 +8,6 @@ """ -__version__ = "0.0.3" +__version__ = "0.0.4" from cerberus import Validator, ValidationError, SchemaError
Bumped version to <I>
pyeve_cerberus
train
80fa9c4c3e74d09807f71606d993b6d9fb45137f
diff --git a/tests/test_select.py b/tests/test_select.py index <HASH>..<HASH> 100644 --- a/tests/test_select.py +++ b/tests/test_select.py @@ -74,7 +74,7 @@ class TheModel(RawlBase): res = self.select( "SELECT {0}" - " FROM rawl"RawlConnection + " FROM rawl" " ...
Some stray text in the source.
mikeshultz_rawl
train
f17222c13dc54fd4485ee66562e8efd76de1eeb5
diff --git a/browserscripts/pageinfo/longTask.js b/browserscripts/pageinfo/longTask.js index <HASH>..<HASH> 100644 --- a/browserscripts/pageinfo/longTask.js +++ b/browserscripts/pageinfo/longTask.js @@ -1,28 +1,25 @@ (function(minLength) { - const supported = PerformanceObserver.supportedEntryTypes; - if (!supported...
Revert to the old way of getting long tasks #<I> (#<I>)
sitespeedio_browsertime
train
dc56e7db638955fea252e30417fd09982ce842d6
diff --git a/tests/jsgrid.tests.js b/tests/jsgrid.tests.js index <HASH>..<HASH> 100755 --- a/tests/jsgrid.tests.js +++ b/tests/jsgrid.tests.js @@ -1489,8 +1489,12 @@ $(function() { test("pager functionality", function() { var $element = $("#jsGrid"), pager, + pageChangedArgs, ...
Tests: Add test for onPageChanged callback
tabalinas_jsgrid
train
92da4ab33421fba278d3f43503349ef7980e0dce
diff --git a/src/PHPMailer.php b/src/PHPMailer.php index <HASH>..<HASH> 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -4147,7 +4147,7 @@ class PHPMailer { $ret = ['dirname' => '', 'basename' => '', 'extension' => '', 'filename' => '']; $pathinfo = []; - if (preg_match('#^(.*?)[...
Don't need case insensitivity, don't need to escape . in char classes
PHPMailer_PHPMailer
train
14af1fcb5325c37c71b37543ffbb65b976f35774
diff --git a/dicelib.rb b/dicelib.rb index <HASH>..<HASH> 100644 --- a/dicelib.rb +++ b/dicelib.rb @@ -247,13 +247,14 @@ module Dice attr :count attr :sides attr :parts + attr :options def initialize(part) @total = nil @tally = [] @value = part - @count = part[:xdx...
Option validations and a couple minor bug fixes.
syntruth_Dice-Bag
train
c4bf821768cbb8ac74e48c39c18d3dac092b4656
diff --git a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/XmlTextTest.php b/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/XmlTextTest.php index <HASH>..<HASH> 100644 --- a/tests/lib/Persistence/Legacy/Content/FieldValue/Converter/XmlTextTest.php +++ b/tests/lib/Persistence/Legacy/Content/FieldV...
Refactor Persistence code to new structure
ezsystems_ezplatform-xmltext-fieldtype
train
bcbe2678b1f653866f56e23ae1d0acb2b77e6e08
diff --git a/library/src/main/java/android/view/IconicsButton.java b/library/src/main/java/android/view/IconicsButton.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/android/view/IconicsButton.java +++ b/library/src/main/java/android/view/IconicsButton.java @@ -21,19 +21,23 @@ import android.util.Attribute...
* It seems buttons only allow a single font. * temp fix #1
mikepenz_Android-Iconics
train
b132c1b3d35d1dbe2f61fd9b6c0f148afafc1c57
diff --git a/tools/nj_config.py b/tools/nj_config.py index <HASH>..<HASH> 100644 --- a/tools/nj_config.py +++ b/tools/nj_config.py @@ -19,10 +19,10 @@ def julia_base_from_where_julia(): DEVNULL = open(os.devnull, 'w') where_julia = subprocess.Popen(["where","julia.exe"],stdout=subprocess.PIPE,stderr=DEVNULL).co...
Allow spaced in path to julia on Windows
waTeim_node-julia
train
20a2bae1d37fda07b41f869d702325eb13a1406b
diff --git a/packages/bazel/src/modify_tsconfig.js b/packages/bazel/src/modify_tsconfig.js index <HASH>..<HASH> 100644 --- a/packages/bazel/src/modify_tsconfig.js +++ b/packages/bazel/src/modify_tsconfig.js @@ -18,24 +18,33 @@ function main(args) { if (args.length < 3) { console.error('Usage: $0 input.tsconfig....
fix(bazel): do not throw error when writing tsickle externs (#<I>) * Currently when building the ES5 and ES<I> output, `ngc_wrapped` will fail because it tries to write the `fs.openSync` the tsickle output file at the same time. This causes a runtime exception in Windows and can be fixed by just writing the externs fo...
angular_angular
train
c9564f188d97d61e4204ba81da86587a21045dc0
diff --git a/lib/readers/elasticsearch_date_range/slicer.js b/lib/readers/elasticsearch_date_range/slicer.js index <HASH>..<HASH> 100644 --- a/lib/readers/elasticsearch_date_range/slicer.js +++ b/lib/readers/elasticsearch_date_range/slicer.js @@ -10,7 +10,7 @@ var event = require('../../utils/events'); var base64url...
more fixes (#<I>) * more fixes * right fixes now
terascope_teraslice
train
81cd7928691ba0476c7a96b5afb65f31ae7dc79a
diff --git a/controller/client/client.go b/controller/client/client.go index <HASH>..<HASH> 100644 --- a/controller/client/client.go +++ b/controller/client/client.go @@ -44,6 +44,10 @@ func newClient(key string, url string, http *http.Client) *Client { // NewClient creates a new Client pointing at uri and using key f...
controller/client: Add NewClientWithHTTP method Allows using any http.Client
flynn_flynn
train
129c7fc6a2a9266ec1d9b64155b6e7b8794ed970
diff --git a/src/main/java/org/dasein/cloud/google/network/LoadBalancerSupport.java b/src/main/java/org/dasein/cloud/google/network/LoadBalancerSupport.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dasein/cloud/google/network/LoadBalancerSupport.java +++ b/src/main/java/org/dasein/cloud/google/network/LoadBa...
return null for LoadBalancerHealthCheck's that are bogus.
dasein-cloud_dasein-cloud-google
train
324e161f5022df6fd6c426a8344af037a577c2ba
diff --git a/spec/requests/main_app_integration_spec.rb b/spec/requests/main_app_integration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/requests/main_app_integration_spec.rb +++ b/spec/requests/main_app_integration_spec.rb @@ -1,8 +1,9 @@ require 'spec_helper' describe "main_app_integration" do it "should use ...
commented a test until a solution is found to test different layout
jipiboily_monologue
train
f369b1234a5bd0fdf87e8697342890a8a6d22a30
diff --git a/test/e2e/storage/drivers/csi.go b/test/e2e/storage/drivers/csi.go index <HASH>..<HASH> 100644 --- a/test/e2e/storage/drivers/csi.go +++ b/test/e2e/storage/drivers/csi.go @@ -147,6 +147,7 @@ func InitHostPathCSIDriver() storageframework.TestDriver { storageframework.CapBlock: true, stora...
e2e: add storage capability for offline volume expansion
kubernetes_kubernetes
train
72deb9c861d538ae0f8a41a215d63567e76e088e
diff --git a/theme/boost/classes/output/core_renderer.php b/theme/boost/classes/output/core_renderer.php index <HASH>..<HASH> 100644 --- a/theme/boost/classes/output/core_renderer.php +++ b/theme/boost/classes/output/core_renderer.php @@ -606,6 +606,7 @@ class core_renderer extends \core_renderer { if ($cont...
MDL-<I> theme_boost: Edit settings menu not always showing when it should
moodle_moodle
train
98e8ad04c9cbf67719a5e0c2e13fb79e4aa2da72
diff --git a/src/fields/field/index.spec.js b/src/fields/field/index.spec.js index <HASH>..<HASH> 100644 --- a/src/fields/field/index.spec.js +++ b/src/fields/field/index.spec.js @@ -91,7 +91,11 @@ describe('Field', () => { describe('#data', () => { it('should return the associated data', () => { - ...
Use calcuated value instead of hardcoded value of date in temporal testcases
chartshq_datamodel
train
273bf45d667a7c9efb6c4f0a81d1e3b9f7fe8f03
diff --git a/barcode/codex.py b/barcode/codex.py index <HASH>..<HASH> 100755 --- a/barcode/codex.py +++ b/barcode/codex.py @@ -173,9 +173,9 @@ class Code128(Barcode): codes = [] if self._charset == 'C' and not char.isdigit(): - if char in code128.B.keys(): + if char in code128....
Removed .keys() calls.
WhyNotHugo_python-barcode
train
393d5c66ee8ba82f507c2fd4b52126bfeb6f477d
diff --git a/src/data.js b/src/data.js index <HASH>..<HASH> 100644 --- a/src/data.js +++ b/src/data.js @@ -4,7 +4,12 @@ import flatten from "lodash/array/flatten"; import take from "lodash/array/take"; import union from "lodash/array/union"; import isEmpty from "lodash/lang/isEmpty"; +import isFunction from "lodash/...
Data.createAccessor method for making accessor functions
FormidableLabs_victory
train
ba44cce8fc2208d7df5f29fdd6b71d3b96bb0144
diff --git a/jsonschema/validators.py b/jsonschema/validators.py index <HASH>..<HASH> 100644 --- a/jsonschema/validators.py +++ b/jsonschema/validators.py @@ -149,8 +149,11 @@ def create(meta_schema, validators=(), version=None, default_types=None): raise UnknownType(type, instance, self.schema) ...
zeroTerminatedFloats. That's a really annoying change...
Julian_jsonschema
train
7765aa9a301aba15c769b3362f808afd891c327c
diff --git a/bob/bio/spear/test/test_extractors.py b/bob/bio/spear/test/test_extractors.py index <HASH>..<HASH> 100644 --- a/bob/bio/spear/test/test_extractors.py +++ b/bob/bio/spear/test/test_extractors.py @@ -45,7 +45,7 @@ def test_mfcc(): # read input wave file rate, wav = _wav() - extractor = bob.bio...
Fix the naming of the mfcc<I> extractor.
bioidiap_bob.bio.spear
train
00dd0b61cc89349aec7fd19a3a1abe364905e4fe
diff --git a/app/controllers/api/changesets_controller.rb b/app/controllers/api/changesets_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/changesets_controller.rb +++ b/app/controllers/api/changesets_controller.rb @@ -12,8 +12,8 @@ class Api::ChangesetsController < Api::ApiController - before...
changesets api - fix in getting environment for permissions
Katello_katello
train
ba7166c3772f8ae09ec25025587308398da3d407
diff --git a/lib/moodlelib.php b/lib/moodlelib.php index <HASH>..<HASH> 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -524,6 +524,13 @@ function get_moodle_cookie() { } } +function is_internal_auth() { +/// Returns true if an internal authentication method is being used. + + global $CFG; + + r...
Added is_internal_auth() function to quickly identify internal authentication
moodle_moodle
train
27cd4e823da9b67bd9a7214fa81e1a2980edf750
diff --git a/lib/database/domain.js b/lib/database/domain.js index <HASH>..<HASH> 100644 --- a/lib/database/domain.js +++ b/lib/database/domain.js @@ -210,6 +210,10 @@ Domain.prototype = { delete this._tableName; return value; }, + setId: function(value) { + this.id = value; + return this; + }, ...
Add tests for search options with search API
groonga_gcs
train
2678f1b4720f1769607d421033b2b556b65a40be
diff --git a/iktomi/unstable/db/sqla/factories.py b/iktomi/unstable/db/sqla/factories.py index <HASH>..<HASH> 100644 --- a/iktomi/unstable/db/sqla/factories.py +++ b/iktomi/unstable/db/sqla/factories.py @@ -119,22 +119,3 @@ class PseudoModel(str): def __getattr__(self, name): return PseudoModel(name, self...
-deprecated code in PseudoModel class of model factories
SmartTeleMax_iktomi
train
048d2b8e13bfaaeb7e42308779db6ce83a2d0b15
diff --git a/pyads/ads.py b/pyads/ads.py index <HASH>..<HASH> 100644 --- a/pyads/ads.py +++ b/pyads/ads.py @@ -12,7 +12,7 @@ import struct from ctypes import memmove, addressof, c_ubyte, Array, Structure, sizeof from collections import OrderedDict -from .utils import platform_is_linux +from .utils import platfo...
Add deprecated decorator to functions
stlehmann_pyads
train
e1af0e01ee1226db5ab0d6a9d8d366c6e27a7650
diff --git a/tests/TypeReconciliation/TypeAlgebraTest.php b/tests/TypeReconciliation/TypeAlgebraTest.php index <HASH>..<HASH> 100644 --- a/tests/TypeReconciliation/TypeAlgebraTest.php +++ b/tests/TypeReconciliation/TypeAlgebraTest.php @@ -186,7 +186,7 @@ class TypeAlgebraTest extends \Psalm\Tests\TestCase ...
Revert code back to how it was
vimeo_psalm
train
9b405899ab55539c93f9918d27a4dc95397ea2ff
diff --git a/conn.go b/conn.go index <HASH>..<HASH> 100644 --- a/conn.go +++ b/conn.go @@ -43,7 +43,7 @@ func (c *Conn) RemoteAddr() net.Addr { } func (c *Conn) RemoteMultiaddr() ma.Multiaddr { - a, err := ma.NewMultiaddr(fmt.Sprintf("/ipfs/%s/p2p-circuit/ipfs/%s", c.Conn().RemotePeer().Pretty(), c.remote.ID.Pretty...
connection RemoteMultiaddr returns partial relay address for consistency
libp2p_go-libp2p-circuit
train
f11ab3e8dea00e503b8fbe368f104b6eb1575d52
diff --git a/angr/analyses/cfg.py b/angr/analyses/cfg.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cfg.py +++ b/angr/analyses/cfg.py @@ -21,7 +21,7 @@ class CFGNode(object): ''' This guy stands for each single node in CFG. ''' - def __init__(self, callstack_key, addr, cfg, input_state=None, simp...
Added normalize() support for CFG. Now you can generate IDA-style CFGs - just call CFG.normalize() on your CFG.
angr_angr
train
fe51bebeae6a8ec1ee64be1978391869bff9a6db
diff --git a/src/View/Widget/WidgetRegistry.php b/src/View/Widget/WidgetRegistry.php index <HASH>..<HASH> 100644 --- a/src/View/Widget/WidgetRegistry.php +++ b/src/View/Widget/WidgetRegistry.php @@ -68,7 +68,7 @@ class WidgetRegistry { * * @param \Cake\View\StringTemplate $templates Templates instance to use. * @...
Fix for var type in doc comments
cakephp_cakephp
train
cedd5d3cb6091dd09f8fccbf2fff5324f2155b9e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -530,10 +530,6 @@ exports.updatePatient = function(patient){ request("update_patient", patient, "POST", done); }; -exports.listAvailableHoken = function(patientId, ati, cb){ - request("list_available_hoken", { patient_id:...
removed duplicated (broken) listAvailableHoken
hangilc_myclinic-service-api
train
7dbb17e4855bcb47250339bec2dd46d59e52def5
diff --git a/salt/cloud/clouds/ec2.py b/salt/cloud/clouds/ec2.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/ec2.py +++ b/salt/cloud/clouds/ec2.py @@ -3122,6 +3122,10 @@ def describe_snapshots(kwargs=None, call=None): params = {'Action': 'DescribeSnapshots'} + # The AWS correct way is to use non-plu...
describe_snapshots change to non-plural fix
saltstack_salt
train
68921f90a2bec949b46b1065da0efa27c9ef2bdd
diff --git a/src/gl/gl_vertex_layout.js b/src/gl/gl_vertex_layout.js index <HASH>..<HASH> 100644 --- a/src/gl/gl_vertex_layout.js +++ b/src/gl/gl_vertex_layout.js @@ -68,10 +68,12 @@ export default class GLVertexLayout { // to read those attribs that it does recognize, using the attrib offsets to skip others. ...
small vertex layout enable optimizations - avoid creating extra object per frame (could still eliminate Object.keys call) - move attrib disable code to separate function to assist w/Chrome optimization (was getting 'Not optimized: ForInStatement is not fast case' warning)
tangrams_tangram
train
796e22ca5aa6f7cf418971dd08d9775d82772b8f
diff --git a/src/configs/webpack/shared.js b/src/configs/webpack/shared.js index <HASH>..<HASH> 100644 --- a/src/configs/webpack/shared.js +++ b/src/configs/webpack/shared.js @@ -75,9 +75,9 @@ function configureDevServer(config) { config.devServer = { contentBase: PROJECT_BUILD_DIR, headers: { + 'Acce...
Simplify dev server headers
borela-tech_js-toolbox
train
bb5f4bbd13b36922464170b568e68ccb9fe64134
diff --git a/lib/rudy/huxtable.rb b/lib/rudy/huxtable.rb index <HASH>..<HASH> 100644 --- a/lib/rudy/huxtable.rb +++ b/lib/rudy/huxtable.rb @@ -168,7 +168,7 @@ module Rudy def current_machine_group - [@@global.environment, @@global.role].join(Rudy::DELIM) + [@@global.project, @@global.environm...
Put the project name in metadata keys and machine_group_name.
solutious_rudy
train
2a6af900a632316275657e8a562124a28e0131b2
diff --git a/examples/single_logger.php b/examples/single_logger.php index <HASH>..<HASH> 100644 --- a/examples/single_logger.php +++ b/examples/single_logger.php @@ -7,5 +7,5 @@ $logger = Cascade::getLogger('some_logger'); $logger->pushHandler(new Monolog\Handler\StreamHandler('php://stdout')); $logger->info('Helloo...
fix typo "following" (#<I>)
theorchard_monolog-cascade
train
efb2adc4cc1f022f6f0109e94c01744a2487374c
diff --git a/bundles/BlockManagerBundle/DependencyInjection/Configuration.php b/bundles/BlockManagerBundle/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/bundles/BlockManagerBundle/DependencyInjection/Configuration.php +++ b/bundles/BlockManagerBundle/DependencyInjection/Configuration.php @@ -3...
Implement eZ Content field block definition
netgen-layouts_layouts-core
train
f47d21d19fe98494fe2fa900d874b810395e8608
diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py index <HASH>..<HASH> 100644 --- a/salt/daemons/flo/core.py +++ b/salt/daemons/flo/core.py @@ -235,6 +235,8 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed): for remote in stack.remotes.values(): stack.removeR...
Reset puid when refreshing master for minion joiner
saltstack_salt
train
2b61c82388c45bece4605974c67425e6c96e418e
diff --git a/lib/rules/rules.js b/lib/rules/rules.js index <HASH>..<HASH> 100644 --- a/lib/rules/rules.js +++ b/lib/rules/rules.js @@ -1138,10 +1138,8 @@ function Rules(values) { var proto = Rules.prototype; function resolveInlineValues(str) { - if (!str || typeof str !== 'string') { - return ''; - } - return...
feat: support for setting mutil inline value in Rules
avwo_whistle
train
b83aaed56162aeb4263407b4ce1430e48a5ef884
diff --git a/tweepy/api.py b/tweepy/api.py index <HASH>..<HASH> 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -751,14 +751,24 @@ class API: Returns up to 100 user IDs belonging to users who have retweeted the Tweet specified by the ``id`` parameter. - :param id: |sid| - :param coun...
Update and improve documentation for API.retweeters
tweepy_tweepy
train
17fb7c70286ed516f9cf94c65c0cb56eb4cd765e
diff --git a/core/src/main/java/org/hibernate/ogm/datastore/map/impl/MapHelpers.java b/core/src/main/java/org/hibernate/ogm/datastore/map/impl/MapHelpers.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/hibernate/ogm/datastore/map/impl/MapHelpers.java +++ b/core/src/main/java/org/hibernate/ogm/datastore/ma...
OGM-<I> Treat associationRow PUT_NULL like REMOVE In practice the test suite does not reach PUT_NULL in that case
hibernate_hibernate-ogm
train
95a53e19e56c2463449d022f30d90651cbb3f185
diff --git a/safe/impact_functions/generic/classified_polygon_people/impact_function.py b/safe/impact_functions/generic/classified_polygon_people/impact_function.py index <HASH>..<HASH> 100644 --- a/safe/impact_functions/generic/classified_polygon_people/impact_function.py +++ b/safe/impact_functions/generic/classified...
a fix for one travis failure
inasafe_inasafe
train
6602e631dcc1345706974f9a5ef5cc3f3aa8de61
diff --git a/views/js/generis.tree.browser.js b/views/js/generis.tree.browser.js index <HASH>..<HASH> 100644 --- a/views/js/generis.tree.browser.js +++ b/views/js/generis.tree.browser.js @@ -372,13 +372,14 @@ define(['jquery', 'i18n', 'generis.tree', 'helpers', 'context'], function($, __, if (options.selectNode) { ...
prevent generis tree to crash when it tries to remove an unexisting tree
oat-sa_tao-core
train
ac0924d3271157b4c1e3ac8984593d88a0b75288
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AddVertexTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/AddVertexTest.java index <HASH>..<HASH> 100644 --- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/tra...
found a wacky named test in AddVertexTest. Fixed it. CTR.
apache_tinkerpop
train
3dbd627227e0c771f97fc47edc8af09c5012f5fd
diff --git a/lib/cistern/collection.rb b/lib/cistern/collection.rb index <HASH>..<HASH> 100644 --- a/lib/cistern/collection.rb +++ b/lib/cistern/collection.rb @@ -35,7 +35,7 @@ class Cistern::Collection < Array end def clear - @loaded = true + @loaded = false super end @@ -62,6 +62,7 @@ class Ci...
Fix bugs with Collection loaded status - should not be loaded after #clear - sould be loaded after #load
lanej_cistern
train
435bd86795128c3c8619d924147c36dea5c00766
diff --git a/master/buildbot/scripts/logwatcher.py b/master/buildbot/scripts/logwatcher.py index <HASH>..<HASH> 100644 --- a/master/buildbot/scripts/logwatcher.py +++ b/master/buildbot/scripts/logwatcher.py @@ -49,7 +49,7 @@ class TailProcess(protocol.ProcessProtocol): self.lw.dataReceived(data) def err...
logwatcher: Extract extenal actions to separate functions for mocking
buildbot_buildbot
train
e51ebfee392f974089ec237efbc99afc836aee98
diff --git a/app/assets/javascripts/govuk_publishing_components/components/copy-to-clipboard.js b/app/assets/javascripts/govuk_publishing_components/components/copy-to-clipboard.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/govuk_publishing_components/components/copy-to-clipboard.js +++ b/app/assets/javas...
Select text in copy to clipboard on click This makes it easier for users to copy to clipboard by selecting all the text in the input on click. This is consistent with how many other systems implement this UI pattern, an example of this is the clone repository field on github
alphagov_govuk_publishing_components
train
b484db9ed7427ec57cc2af6fe8ee6b93fabe1367
diff --git a/lib/bud/collections.rb b/lib/bud/collections.rb index <HASH>..<HASH> 100644 --- a/lib/bud/collections.rb +++ b/lib/bud/collections.rb @@ -405,13 +405,9 @@ class Bud end def tick - # tuples inserted during bootstrap (@budtime==0) need to get sent in the next tick - # so only clear @pen...
Remove kludge from BudChannel implementation. Previously, we had to special-case tick() for time step #1, to avoid the bootstrap problem. Now that we have a more general (albeit ugly) solution, the kludge is no longer needed.
bloom-lang_bud
train
acf85a5992da637ecc8b8b3c284c84001b57f70f
diff --git a/core/phantomas.js b/core/phantomas.js index <HASH>..<HASH> 100644 --- a/core/phantomas.js +++ b/core/phantomas.js @@ -534,7 +534,15 @@ phantomas.prototype = { this.emitInternal('init'); // @desc page has been initialized, scripts can be injected }, - onLoadStarted: function() { + onLoadStarted: func...
onLoadStarted: trigger just once
macbre_phantomas
train
a0c3d2b28d2ea992bceca127f219198314ef0edf
diff --git a/webroot/js/default.js b/webroot/js/default.js index <HASH>..<HASH> 100644 --- a/webroot/js/default.js +++ b/webroot/js/default.js @@ -79,8 +79,8 @@ $(function () { * Change the visibility of some elements. * Elements with "to-be-shown" class will be shown, while elements with "to-be-hidden" cla...
fixed code to change the visibility of some elements
mirko-pagliai_me-tools
train
a54bff5928b20c0d0bd8c82bcf7414907742f778
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -454,6 +454,7 @@ export function validateLayout(layout: Layout, contextName: string): void { } if (item.i && typeof item.i !== 'string') { // number is also ok, so comment the error + //...
added TODO about change to GridItem.i String check
jbaysolutions_vue-grid-layout
train
926badd856f863af4ef4b881ea76f413fe7de035
diff --git a/master/buildbot/steps/mswin.py b/master/buildbot/steps/mswin.py index <HASH>..<HASH> 100644 --- a/master/buildbot/steps/mswin.py +++ b/master/buildbot/steps/mswin.py @@ -13,6 +13,8 @@ # # Copyright Buildbot Team Members +from twisted.python import log +from twisted.python.failure import Failure from...
Fixed Robocopy step status Robocopy actually returns a combination of flags to indicate success/warning/failure status.
buildbot_buildbot
train
a4f4c42a15172dcf200c265f9a9d30bfee827620
diff --git a/cmd/influxd/config.go b/cmd/influxd/config.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/config.go +++ b/cmd/influxd/config.go @@ -51,7 +51,7 @@ type Config struct { Initialization struct { JoinURLs string `toml:"join-urls"` - } + } `toml:"initialization"` Authentication struct { Enabled b...
Explicity name "initialization" section in config
influxdata_influxdb
train
70f2c40ebb25a194fdfa22cbc12880f72c29f881
diff --git a/core-bundle/src/Security/User/ContaoUserProvider.php b/core-bundle/src/Security/User/ContaoUserProvider.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Security/User/ContaoUserProvider.php +++ b/core-bundle/src/Security/User/ContaoUserProvider.php @@ -14,7 +14,6 @@ use Contao\BackendUser; use Contao...
[Core] Security user provider is not container aware
contao_contao
train
f93e3d5f5fd93e179f36622dbf4a768bf4ba5c10
diff --git a/src/main/java/io/github/classgraph/MethodParameterInfo.java b/src/main/java/io/github/classgraph/MethodParameterInfo.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/classgraph/MethodParameterInfo.java +++ b/src/main/java/io/github/classgraph/MethodParameterInfo.java @@ -152,7 +152,9 @@ publi...
Fix last commit (oops -- that's what I get for doing this in the GitHub web interface)
classgraph_classgraph
train
a65b38b245831ff9de3ea816fc5be39302fa731c
diff --git a/bin/ipa-resign.js b/bin/ipa-resign.js index <HASH>..<HASH> 100755 --- a/bin/ipa-resign.js +++ b/bin/ipa-resign.js @@ -63,8 +63,6 @@ Example: process.exit(1); } console.log('IPA is now signed.'); - }).on('done', (msg) => { - console.log('Done!'); }).on('message', (msg) => { cons...
Do not emit 'done' for consistency
nowsecure_node-applesign
train
c4a28a20eabb42544db265f6c5ac48e0968b49ae
diff --git a/aioelasticsearch/pool.py b/aioelasticsearch/pool.py index <HASH>..<HASH> 100644 --- a/aioelasticsearch/pool.py +++ b/aioelasticsearch/pool.py @@ -3,7 +3,7 @@ import collections import logging import random -from elasticsearch.connection_pool import ConnectionSelector +from elasticsearch.connection_pool...
Drop custom round robin (#<I>) * Drop ensure_future * Code cleanup * Rip extra test
aio-libs_aioelasticsearch
train
81e942a4d2cff23fb991228a5257ad9d89f4be46
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Unreleased ---------- - Extend date field range (trthhrtz) - Fix parsing of server errors in ClickHouse v19.3.3+ +- Fix pagination when asking for the last page on a query that matches no record...
Fix pagination when asking for the last page on a query that matches no records
Infinidat_infi.clickhouse_orm
train
80615fc6e8e79bb6818b7ffdbbc828171bd8fea8
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java index <HASH>..<HASH> 100755 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java +++ b/sbe-tool/src/main/java/uk/co/real_...
[Java] Only generate lower bounds check on group wrap when min is greater than zero to avoid warning. Issue #<I>.
real-logic_simple-binary-encoding
train
3a39f76903f7ea65164768d5e68a4ff4b9b6e548
diff --git a/django_airavata/settings.py b/django_airavata/settings.py index <HASH>..<HASH> 100644 --- a/django_airavata/settings.py +++ b/django_airavata/settings.py @@ -251,7 +251,7 @@ AUTHENTICATION_OPTIONS = { # Seconds each connection in the pool is able to stay alive. If open connection # has lived longer than ...
AIRAVATA-<I> Log getAPIVersion failures at debug level Trying to cut down on getAPIVersion error emails
apache_airavata-django-portal
train
02271f37111baa92592280b7e01ecf3dd1dd9f2f
diff --git a/salt/modules/mysql.py b/salt/modules/mysql.py index <HASH>..<HASH> 100644 --- a/salt/modules/mysql.py +++ b/salt/modules/mysql.py @@ -208,19 +208,22 @@ def _connect(**kwargs): ''' connargs = dict() - def _connarg(name, key=None): + def _connarg(name, key=None, get_opts=True): '''...
Don't grab opts/pillar values when there is an explicit default file Simple fix for bug #<I>. If a defaults file is *explicitly* passed in at the same time that a mysql.user (etc) exists in opts/pillar, then the opts/pillar user will override the default file instead of the other way around. This change would fix this...
saltstack_salt
train
0835807b4e21c75e55fd14cf6cdc3db1c0f7b84d
diff --git a/utils/seed-classes.js b/utils/seed-classes.js index <HASH>..<HASH> 100644 --- a/utils/seed-classes.js +++ b/utils/seed-classes.js @@ -1,4 +1,4 @@ -import appendStatus from './append-status'; +import appendStatus from './append-status' export default function(base, statuses = {}, classes = {}) { if (c...
replace @ with value of prop This allows us to pass a prop value as a status and have it return only one class
ui-kit_ui-kit
train
88a3d7793cceb135d0bf9be896ca9806e6b0916a
diff --git a/closure/goog/fx/draglistgroup.js b/closure/goog/fx/draglistgroup.js index <HASH>..<HASH> 100644 --- a/closure/goog/fx/draglistgroup.js +++ b/closure/goog/fx/draglistgroup.js @@ -195,6 +195,15 @@ goog.fx.DragListGroup.prototype.currDragItem_; /** + * The drag list that {@code this.currDragItem_} is cur...
Fixes wonky behavior in DragListGroup due to heights being cached, but not updated correctly. R=kai DELTA=<I> (<I> added, <I> deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
249d917ff5362cd427691c90a315781b5b249930
diff --git a/configcatclient/lazyloadingcachepolicy.py b/configcatclient/lazyloadingcachepolicy.py index <HASH>..<HASH> 100644 --- a/configcatclient/lazyloadingcachepolicy.py +++ b/configcatclient/lazyloadingcachepolicy.py @@ -32,7 +32,15 @@ class LazyLoadingCachePolicy(CachePolicy): finally: self...
move check for last updated outside of force_refresh function As a way to keep force_refresh always updating the cache when called, move the check for last update outside of the force_refresh function. This its aimed to minimize the total amount of time a number of threads that would hit force_refresh if they were all...
configcat_python-sdk
train
771765aed8ab9a2365aa5ca89d9f83b69faff4ad
diff --git a/lib/express_templates/components/forms/express_form.rb b/lib/express_templates/components/forms/express_form.rb index <HASH>..<HASH> 100644 --- a/lib/express_templates/components/forms/express_form.rb +++ b/lib/express_templates/components/forms/express_form.rb @@ -52,6 +52,10 @@ module ExpressTemplates ...
Add namespace attribute/option to express_form
aelogica_express_templates
train
6c21fc3c7a9f0a479289fb37c3898861830b32a9
diff --git a/test/api.js b/test/api.js index <HASH>..<HASH> 100644 --- a/test/api.js +++ b/test/api.js @@ -3,7 +3,7 @@ var CSSselect = require(".."), bools = require("boolbase"), assert = require("assert"); -var dom = makeDom("<div id=foo><p></p></div>")[0]; +var dom = makeDom("<div id=foo><p>foo</p></div>"...
test: added test cases for the parent selector * < *
fb55_css-select
train
ff4c75c72e5ef1699b90faaa23d83a29de2dfb73
diff --git a/lib/fetcheable_on_api.rb b/lib/fetcheable_on_api.rb index <HASH>..<HASH> 100644 --- a/lib/fetcheable_on_api.rb +++ b/lib/fetcheable_on_api.rb @@ -53,6 +53,11 @@ module FetcheableOnApi apply_pagination(collection) end + + def valid_parameters?(parameters) + parameters.is_a?(ActionController::P...
Add check params type for sort and fetch
fabienpiette_fetcheable_on_api
train
e8254194cd199c3039a61a58c65039eadecfb562
diff --git a/text-to-speech/src/main/java/com/ibm/watson/text_to_speech/v1/TextToSpeech.java b/text-to-speech/src/main/java/com/ibm/watson/text_to_speech/v1/TextToSpeech.java index <HASH>..<HASH> 100644 --- a/text-to-speech/src/main/java/com/ibm/watson/text_to_speech/v1/TextToSpeech.java +++ b/text-to-speech/src/main/j...
fix(text-to-speech-v1): generated using api def sdk-<I>-<I>-<I>-rerelease and gen <I>
watson-developer-cloud_java-sdk
train
d5073c598a38fee1f5ad2ede53fdfc836e8d127b
diff --git a/lib/mini_magick.rb b/lib/mini_magick.rb index <HASH>..<HASH> 100755 --- a/lib/mini_magick.rb +++ b/lib/mini_magick.rb @@ -224,19 +224,24 @@ module MiniMagick run_command("mogrify", "-quality", "100", "#{path}[0]") end + # Writes the temporary file out to either a file location (by passing ...
merging, fixing some bugs, and adding in some documentation
minimagick_minimagick
train
e3e8321075e22180dc057a98741c6661abb40d52
diff --git a/lib/yard/parser/ruby/ruby_parser.rb b/lib/yard/parser/ruby/ruby_parser.rb index <HASH>..<HASH> 100644 --- a/lib/yard/parser/ruby/ruby_parser.rb +++ b/lib/yard/parser/ruby/ruby_parser.rb @@ -202,8 +202,7 @@ module YARD begin; undef on_#{event}; rescue NameError; end def on_#{event}...
Fix handling of interpolated if/unless blocks Resolves "beginless range" error. Fixes #<I>, #<I>, #<I>, #<I>
lsegal_yard
train
64d9a584a3d30e36914f98016f431375fe4ebf41
diff --git a/src/article/shared/FigureComponent.js b/src/article/shared/FigureComponent.js index <HASH>..<HASH> 100644 --- a/src/article/shared/FigureComponent.js +++ b/src/article/shared/FigureComponent.js @@ -43,6 +43,8 @@ export default class FigureComponent extends Component { el.addClass(`sm-${contentModel.ty...
Prevent previews from inheriting top level styles.
substance_texture
train
d88f686a91a57e46db742e2340c18212a1f38ab4
diff --git a/proxy/grpcproxy/cache/store.go b/proxy/grpcproxy/cache/store.go index <HASH>..<HASH> 100644 --- a/proxy/grpcproxy/cache/store.go +++ b/proxy/grpcproxy/cache/store.go @@ -99,9 +99,12 @@ func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) { iv = c.cachedRanges.Find(ivl) if iv == nil { - ...
grpcproxy: fix memory leak use set instead of slice as interval value fixes #<I>
etcd-io_etcd
train
2fa1cb126e6a1989c1629ff6355ae4ccabee1f8e
diff --git a/Consumer.js b/Consumer.js index <HASH>..<HASH> 100644 --- a/Consumer.js +++ b/Consumer.js @@ -21,7 +21,7 @@ module.exports = std.Class(Client, function(supr) { } this._onConnected = function(callback) { - callback() + if (callback) { callback() } this._intervalID = setInterval(std.bind(this, '_p...
The callback may be null, if the connector did not care about when we get connected (might simply be listening for the "message" event emitting
marcuswestin_node-kafka
train
b0666e97f0f4e7f04badbed20bb67ea89c7e3d5e
diff --git a/fake.py b/fake.py index <HASH>..<HASH> 100644 --- a/fake.py +++ b/fake.py @@ -70,7 +70,8 @@ the run method in a subthread, with locking of critical regions. import os, sys, time, signal, pty, termios # fcntl, array, struct import threading, socket, select import gps -import packet as sniffer +# TODO: N...
Comment out and add TODO so I can at a python3 prompt successfully run: import fake
wadda_gps3
train
c505f235cec17e49bc2af741c4330059f5d13310
diff --git a/source/rafcon/gui/models/abstract_state.py b/source/rafcon/gui/models/abstract_state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/models/abstract_state.py +++ b/source/rafcon/gui/models/abstract_state.py @@ -395,7 +395,8 @@ class AbstractStateModel(MetaModel, Hashable): # TODO: Should ...
change warning in abstract meta data load to debug logs
DLR-RM_RAFCON
train
c6e37b2a3a1ebd5a07d103bd22857d532ea45ea6
diff --git a/lib/jrubyfx/utils/common_converters.rb b/lib/jrubyfx/utils/common_converters.rb index <HASH>..<HASH> 100644 --- a/lib/jrubyfx/utils/common_converters.rb +++ b/lib/jrubyfx/utils/common_converters.rb @@ -140,6 +140,9 @@ module JRubyFX }, :color => lambda { |value| new_value = NAM...
Sample of better error reporting for converters (#<I>)
jruby_jrubyfx
train
555800fe91334487e892209fb632c71dc75dff70
diff --git a/src/Graviton/ProxyBundle/Controller/ProxyController.php b/src/Graviton/ProxyBundle/Controller/ProxyController.php index <HASH>..<HASH> 100644 --- a/src/Graviton/ProxyBundle/Controller/ProxyController.php +++ b/src/Graviton/ProxyBundle/Controller/ProxyController.php @@ -131,7 +131,6 @@ class ProxyController...
fix cs and scrutinizer bug
libgraviton_graviton
train
9c1cfc282cc411eb17f8553ff66a5a1cbdc909b0
diff --git a/elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb b/elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb index <HASH>..<HASH> 100644 --- a/elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb +++ b/elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb @@ -25,6 +25,8 @@ module Elasticsearch ...
[API] Note that a non-empty body argument is required for the bulk api
elastic_elasticsearch-ruby
train
20a5e7ae5089549509ce528204580f6373661b57
diff --git a/holoviews/plotting/plot.py b/holoviews/plotting/plot.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/plot.py +++ b/holoviews/plotting/plot.py @@ -8,7 +8,7 @@ from matplotlib import pyplot as plt from matplotlib import gridspec, animation import param -from ..core import UniformNdMapping, Viewab...
Removed unused import from plot.py
pyviz_holoviews
train
6eb25f256a86b93dcb4e4944eff286fee6866a31
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,6 @@ let Botkit = require('botkit'); let _ = require('lodash'); -let express = require('express'); module.exports = (config) => { _.defaults(config, {debug: false, plugins: []}); @@ -20,19 +19,15 @@ module.ex...
uses built in botkit webserver (#<I>)
Skellington-Closet_skellington
train
abb791c07cb1c20bbd8199aeccc86cc01cb401c5
diff --git a/doc/source/conf.py b/doc/source/conf.py index <HASH>..<HASH> 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,6 +32,7 @@ with warnings.catch_warnings() : extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.napoleon', + 'sphinx.ext.inheritance_diagram', 'sphinx.ext.intersphinx...
Added sphinx extension for inheritance diagram
spacetelescope_pysynphot
train
0b6bf28dcd3686a907d04e73a090e17204f96141
diff --git a/src/main/java/org/mariadb/jdbc/internal/queryresults/resultset/MariaSelectResultSet.java b/src/main/java/org/mariadb/jdbc/internal/queryresults/resultset/MariaSelectResultSet.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/mariadb/jdbc/internal/queryresults/resultset/MariaSelectResultSet.java +++ ...
[CONJ-<I>] Clear Calendar instance before using it - part 2 +add tests
MariaDB_mariadb-connector-j
train
661daac473801f6774e08eca385dc0d7c7c0dda6
diff --git a/lib/couchrest/mixins/design_doc.rb b/lib/couchrest/mixins/design_doc.rb index <HASH>..<HASH> 100644 --- a/lib/couchrest/mixins/design_doc.rb +++ b/lib/couchrest/mixins/design_doc.rb @@ -6,9 +6,6 @@ module CouchRest def self.included(base) base.extend(ClassMethods) - base.send...
fixed an inheritance problem with ExtendedDocument subclasses
couchrest_couchrest
train
1d3696b81b239bb41d5e44896b49a187813082fe
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ setup( long_description=readme, url='https://github.com/tell-k/goolabs', author='tell-k', - author_email='ffk2005 at gmail.com', + author_email='ffk2005@gmail.com', classifiers=classifi...
Update author_email in setup.py
tell-k_goolabs
train
74c6c86b3eecc7b89afc19456c207ccf709a69cb
diff --git a/lib/capybara/driver/rack_test_driver.rb b/lib/capybara/driver/rack_test_driver.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/driver/rack_test_driver.rb +++ b/lib/capybara/driver/rack_test_driver.rb @@ -244,6 +244,13 @@ class Capybara::Driver::RackTest < Capybara::Driver::Base def put(*args, &block);...
Make follow_redirects! public
teamcapybara_capybara
train
79b598d7827d3b2a6ebe084e4b3f016e72da7b86
diff --git a/lib/puppet-lint/lexer.rb b/lib/puppet-lint/lexer.rb index <HASH>..<HASH> 100644 --- a/lib/puppet-lint/lexer.rb +++ b/lib/puppet-lint/lexer.rb @@ -204,9 +204,13 @@ class PuppetLint end def new_token(type, value, chunk) - lines = chunk.split("\n") - line_no = lines.empty? ? 1 : lines.co...
Faster way to calculate line & column
rodjek_puppet-lint
train
f310cfa96762c37e37cdce81efb2f5a487b6aea0
diff --git a/go_agent/src/bosh/agent/action/apply.go b/go_agent/src/bosh/agent/action/apply.go index <HASH>..<HASH> 100644 --- a/go_agent/src/bosh/agent/action/apply.go +++ b/go_agent/src/bosh/agent/action/apply.go @@ -18,11 +18,9 @@ func newApply(fs boshsys.FileSystem) (apply applyAction) { } func (a applyAction) ...
anonymize payload struct on apply action this is idiomatic when the type is only used to facilitate unmarshaling.
cloudfoundry_bosh
train
99e62d67447361300510304ddef27c4466c6873f
diff --git a/vfsgen_test.go b/vfsgen_test.go index <HASH>..<HASH> 100644 --- a/vfsgen_test.go +++ b/vfsgen_test.go @@ -13,7 +13,8 @@ import ( //go:generate go run vfsgen_test_generate.go -func Example() { +// Basic functionality test. +func ExampleBasic() { var fs http.FileSystem = assets walkFn := func(path...
Hide Example test from godoc. It's an internal package test (implemented as an example), not an actual example of usage, so it's better to hide it to avoid confusion.
shurcooL_vfsgen
train
5dea7eff0cb86cd57e7d29f7e0d45af1c308ee38
diff --git a/tensorboard/compat/__init__.py b/tensorboard/compat/__init__.py index <HASH>..<HASH> 100644 --- a/tensorboard/compat/__init__.py +++ b/tensorboard/compat/__init__.py @@ -63,7 +63,6 @@ def import_tf_v2(): if USING_TF: # Check if this is TF 2.0 by looking for a known 2.0-only tf.summary symbol. ...
remove an accidentally submitted DO NOT SUBMIT (#<I>)
tensorflow_tensorboard
train
da228f0fa8d0ab6aeb2fd7db2e753447b94eeafa
diff --git a/changelog.markdown b/changelog.markdown index <HASH>..<HASH> 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -1,5 +1,8 @@ # Changelog ## 3.5 +### 3.5.2 +Persist whitelist across Config instances + ### 3.5.1 Correctly set version diff --git a/lib/sauce/config.rb b/lib/sauce/config.rb index...
Have whitelist persist across all instances of Sauce.config
saucelabs_sauce_ruby
train
ac82798d0aa32079656e6ac0a84c55fe29db7dba
diff --git a/cmd/fs-v1-helpers.go b/cmd/fs-v1-helpers.go index <HASH>..<HASH> 100644 --- a/cmd/fs-v1-helpers.go +++ b/cmd/fs-v1-helpers.go @@ -228,15 +228,6 @@ func fsStatDir(ctx context.Context, statDir string) (os.FileInfo, error) { return fi, nil } -// Returns if the dirPath is a directory. -func fsIsDir(ctx co...
Remove uneeded calls on FS (#<I>)
minio_minio
train
b3b2b604b8b4d55ea6a1285b35b8071f03928785
diff --git a/lwr/lwr_client/client.py b/lwr/lwr_client/client.py index <HASH>..<HASH> 100644 --- a/lwr/lwr_client/client.py +++ b/lwr/lwr_client/client.py @@ -259,22 +259,15 @@ class JobClient(BaseJobClient): check_complete_response = self._raw_execute("check_complete", {"job_id": self.job_id}) return...
Eliminate another unneeded method in JobClient.
galaxyproject_pulsar
train
a66181c36e465ee37dc9cbbc4144d28e60e404aa
diff --git a/holoviews/__init__.py b/holoviews/__init__.py index <HASH>..<HASH> 100644 --- a/holoviews/__init__.py +++ b/holoviews/__init__.py @@ -9,7 +9,7 @@ sys.path.insert(0, os.path.join(_cwd, '..', 'param')) import param -__version__ = param.Version(release=(1,8,2), fpath=__file__, +__version__ = param.Versio...
Bumped version to <I>
pyviz_holoviews
train
bbdd9b5017181deea6dd51bcc9165e892ad5d5d7
diff --git a/lib/openapi/mongoid/spec_builder.rb b/lib/openapi/mongoid/spec_builder.rb index <HASH>..<HASH> 100644 --- a/lib/openapi/mongoid/spec_builder.rb +++ b/lib/openapi/mongoid/spec_builder.rb @@ -48,31 +48,32 @@ module Openapi class_methods do def spec_params(options) - self.spec_colle...
Slight change on how resource class is identified in spec
slate-studio_openapi-rails
train
f2c292a4f15d4033db005f67579823aefbd21d7a
diff --git a/src/Context/ApiContext.php b/src/Context/ApiContext.php index <HASH>..<HASH> 100644 --- a/src/Context/ApiContext.php +++ b/src/Context/ApiContext.php @@ -205,6 +205,27 @@ class ApiContext implements ApiClientAwareContext, ArrayContainsComparatorAwareC } /** + * Set multipart form parameters...
Add helper method to submit data for multipart/form-data.
imbo_behat-api-extension
train