hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2ad5e284526b2b2f55e50d5cf2cf293e990c5e80
diff --git a/dddp/api.py b/dddp/api.py index <HASH>..<HASH> 100644 --- a/dddp/api.py +++ b/dddp/api.py @@ -11,8 +11,11 @@ import dbarray from django.conf import settings from django.contrib.auth import get_user_model from django.db import connection, connections -from django.db.models import aggregates, Q -from djan...
WIP on Django <I> compatibility.
jazzband_django-ddp
train
28ff1e8a77315649190f77a26ef6f60b413c7ac3
diff --git a/pandas/_typing.py b/pandas/_typing.py index <HASH>..<HASH> 100644 --- a/pandas/_typing.py +++ b/pandas/_typing.py @@ -37,8 +37,6 @@ import numpy as np # and use a string literal forward reference to it in subsequent types # https://mypy.readthedocs.io/en/latest/common_issues.html#import-cycles if TYPE_C...
TYP: clean for PY<I> (TypedDict) (#<I>)
pandas-dev_pandas
train
543685c575977ab59f67b500fbef3139bfecbc1a
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,8 +26,8 @@ project = u'lewis' copyright = u'2016-2017, European Spallation Source ERIC' author = u'Michael Hart, Michael Wedel, Owen Arnold' -version = u'1.0' -release = u'1.1' +version = u'1.1' +releas...
Fix version number to <I>
DMSC-Instrument-Data_lewis
train
7a6962a08c01c542759faa17274e362f25f6598e
diff --git a/components/ekb/graphdb-orient/src/main/java/org/openengsb/core/ekb/graph/orient/internal/OrientModelGraph.java b/components/ekb/graphdb-orient/src/main/java/org/openengsb/core/ekb/graph/orient/internal/OrientModelGraph.java index <HASH>..<HASH> 100644 --- a/components/ekb/graphdb-orient/src/main/java/org/o...
[OPENENGSB-<I>] tried to remove an arrow anti pattern code region
openengsb_openengsb
train
a59ab3ea4e7f8fce88c6d9a8e49b1d1cb9c3ce53
diff --git a/pypika/dialects.py b/pypika/dialects.py index <HASH>..<HASH> 100644 --- a/pypika/dialects.py +++ b/pypika/dialects.py @@ -270,6 +270,8 @@ class VerticaQuery(Query): class OracleQueryBuilder(QueryBuilder): + QUOTE_CHAR = None + def __init__(self, **kwargs: Any) -> None: super().__init_...
Fix OracleQuery Dialect Quote Char Oracle SQL query breaks when double quoted A quoted identifier begins and ends with double quotation marks ("). If you name a schema object using a quoted identifier, then you must use the double quotation marks whenever you refer to that object. Thus it makes sense that the user wi...
kayak_pypika
train
9951b72ab916ee9bf0a616945dde7b8a75790a9b
diff --git a/code/libraries/koowa/components/com_activities/model/entity/activity.php b/code/libraries/koowa/components/com_activities/model/entity/activity.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/components/com_activities/model/entity/activity.php +++ b/code/libraries/koowa/components/com_activities...
re #<I> Use object manager to instantiate the object.
joomlatools_joomlatools-framework-activities
train
44a21da2e38ff7f01d89feabc81f848a8e1c2841
diff --git a/lxd/storage/drivers/generic.go b/lxd/storage/drivers/generic.go index <HASH>..<HASH> 100644 --- a/lxd/storage/drivers/generic.go +++ b/lxd/storage/drivers/generic.go @@ -77,10 +77,22 @@ func genericCopyVolume(d Driver, initVolume func(vol Volume) (func(), error), vo } // Copy source to destination ...
lxd/storage/drivers/generic: Adds EnsureMount path calls after mounting volumes Ensures that permissions set correctly after mounting and any syncing/unpacking/copying process.
lxc_lxd
train
2639ef59b715650d8d0cd1eb2c19eaf069f2764c
diff --git a/actions/class.ItemContent.php b/actions/class.ItemContent.php index <HASH>..<HASH> 100644 --- a/actions/class.ItemContent.php +++ b/actions/class.ItemContent.php @@ -91,12 +91,16 @@ class taoItems_actions_ItemContent extends tao_actions_CommonModule $item = new core_kernel_classes_Resource($this->...
Rely on FileNotFoundException for exists
oat-sa_extension-tao-item
train
852be417930dda02df9c54f899f78576836a4108
diff --git a/gulp/tasks/release.js b/gulp/tasks/release.js index <HASH>..<HASH> 100644 --- a/gulp/tasks/release.js +++ b/gulp/tasks/release.js @@ -34,7 +34,11 @@ function updateVersion(type) { return () => { const [release, identifier] = type.split('-'); const prev = require(packagepath).version; - cons...
chore(release): fix release task [ci skip]
suguru03_aigle
train
282ebe3a65d70311b1683137f2f9ddfcb4180fe9
diff --git a/lib/ohai/plugins/solaris2/cpu.rb b/lib/ohai/plugins/solaris2/cpu.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/solaris2/cpu.rb +++ b/lib/ohai/plugins/solaris2/cpu.rb @@ -21,51 +21,50 @@ Ohai.plugin(:CPU) do cpu Mash.new # This does assume that /usr/bin/kstat is in the path processor_...
Update to include CPU state counts for on-line,off-line,spare,noint
chef_ohai
train
0aea5619391abf60086d54d009b3b24cfc40418d
diff --git a/environs/ec2/local_test.go b/environs/ec2/local_test.go index <HASH>..<HASH> 100644 --- a/environs/ec2/local_test.go +++ b/environs/ec2/local_test.go @@ -21,6 +21,8 @@ environments: region: test control-bucket: test-bucket juju-origin: ppa + access-key: x + secret-key: x `) func re...
environs/ec2: make test work without AWS_* environment vars
juju_juju
train
5c4179fd790064fbaf5cd0819a4839f63ddc2250
diff --git a/russound_rio/rio.py b/russound_rio/rio.py index <HASH>..<HASH> 100644 --- a/russound_rio/rio.py +++ b/russound_rio/rio.py @@ -375,7 +375,7 @@ class Russound: source_id = int(source_id) r = yield from self._send_cmd( "WATCH S[%d] ON" % (source_id, )) - self._watched...
Update rio.py (#7)
wickerwaka_russound_rio
train
921321badbb4a269e1b8f432eadf64e8394c0f4e
diff --git a/src/lib/builder/AttributeBuilder.js b/src/lib/builder/AttributeBuilder.js index <HASH>..<HASH> 100644 --- a/src/lib/builder/AttributeBuilder.js +++ b/src/lib/builder/AttributeBuilder.js @@ -4,13 +4,13 @@ import isUndefined from 'lodash/lang/isUndefined'; import isNull from 'lodash/lang/isNull'; import as...
review qttribute builder
tmorin_ceb
train
32bd32d32d835fce5997511457ee85aabc93e5bf
diff --git a/ppb/sprites.py b/ppb/sprites.py index <HASH>..<HASH> 100644 --- a/ppb/sprites.py +++ b/ppb/sprites.py @@ -70,7 +70,7 @@ class Side(FauxFloat): BOTTOM: ('y', -1) } - def __init__(self, parent: 'BaseSprite', side: str): + def __init__(self, parent: 'SquareShapeMixin', side: str): ...
Adds Square Shape Mixin to ppb.sprites.
ppb_pursuedpybear
train
a9a91f0d055c17107edb452f26d06806a88c658f
diff --git a/mimesis/decorators.py b/mimesis/decorators.py index <HASH>..<HASH> 100755 --- a/mimesis/decorators.py +++ b/mimesis/decorators.py @@ -20,7 +20,7 @@ def romanized(locale: str = '') -> Callable: .. note:: At this moment it works only for `ru`, `uk`, `kk`. :param locale: Locale code. - :return:...
Fix docstring in decorators.romanized
lk-geimfari_mimesis
train
8e5ded2d3e811a08ed7588f0afe04a6f7359a383
diff --git a/src/main/java/net/jodah/typetools/TypeResolver.java b/src/main/java/net/jodah/typetools/TypeResolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/jodah/typetools/TypeResolver.java +++ b/src/main/java/net/jodah/typetools/TypeResolver.java @@ -399,14 +399,9 @@ public final class TypeResolver { ...
[cosmetic] getMemberRef may receive only the lambda type as argument.
jhalterman_typetools
train
2147d65c6a97f72ba70b75a40bde1d8f7c2a4bca
diff --git a/lib/geo_faker/multi_polygon.rb b/lib/geo_faker/multi_polygon.rb index <HASH>..<HASH> 100644 --- a/lib/geo_faker/multi_polygon.rb +++ b/lib/geo_faker/multi_polygon.rb @@ -7,7 +7,12 @@ module GeoFaker end def self.from_geojson(geojson) - MultiPolygon.new([geojson['coordinates']]) + case...
Allow parsing MultiPolygon
zweitag_GeoFaker
train
4ed1381da2ba2bcdab4e5bb0629441872f215214
diff --git a/src/Routing/RouteCollection.php b/src/Routing/RouteCollection.php index <HASH>..<HASH> 100644 --- a/src/Routing/RouteCollection.php +++ b/src/Routing/RouteCollection.php @@ -110,8 +110,9 @@ class RouteCollection */ public function parse($url) { + $decoded = urldecode($url); ...
Fix route mis-matches with multibyte fixed segments Fix URLs not matching routes when path prefixes contain multi-byte characters that are received as URL encoded data. The URL is also decoded inside Route::parse() when pattern matched, but this initial sieve was missing URL encoding. Refs #<I>
cakephp_cakephp
train
ac143b968f23483c917590caf97c050b1232afd7
diff --git a/library/CM/FormField/Password.js b/library/CM/FormField/Password.js index <HASH>..<HASH> 100644 --- a/library/CM/FormField/Password.js +++ b/library/CM/FormField/Password.js @@ -18,6 +18,10 @@ var CM_FormField_Password = CM_FormField_Text.extend({ this.on('change', function () { this....
Change CM_FormField_Password type before form submit.
cargomedia_cm
train
c99e5d99c9962168dc316b79f8e8a6f44bcce6fd
diff --git a/src/Repo/Agg/Def/Warehouse.php b/src/Repo/Agg/Def/Warehouse.php index <HASH>..<HASH> 100644 --- a/src/Repo/Agg/Def/Warehouse.php +++ b/src/Repo/Agg/Def/Warehouse.php @@ -7,8 +7,10 @@ namespace Praxigento\Warehouse\Repo\Agg\Def; +use Magento\Framework\App\ResourceConnection; use Magento\Framework\Obje...
MOBI-<I> - Code review & tests in Odoo module (after REST API)
praxigento_mobi_mod_warehouse
train
8c3b320cb567c4d663d02f7126a29ca4edfbc06e
diff --git a/wasp_general/command/context.py b/wasp_general/command/context.py index <HASH>..<HASH> 100644 --- a/wasp_general/command/context.py +++ b/wasp_general/command/context.py @@ -28,8 +28,9 @@ from wasp_general.version import __status__ from abc import ABCMeta, abstractmethod -from wasp_general.verify impo...
wasp_general/command/context.py: WContextComposer class added
a1ezzz_wasp-general
train
6bf79076199cec550c17ea81e4c5a9eaa04401a0
diff --git a/graylog2-server/src/main/java/org/graylog2/indexer/counts/Counts.java b/graylog2-server/src/main/java/org/graylog2/indexer/counts/Counts.java index <HASH>..<HASH> 100644 --- a/graylog2-server/src/main/java/org/graylog2/indexer/counts/Counts.java +++ b/graylog2-server/src/main/java/org/graylog2/indexer/coun...
Handle ElasticsearchException in Counts class (#<I>) Closes #<I>
Graylog2_graylog2-server
train
7632007539dbf4f7c9337385c4e14ec26abe0f11
diff --git a/admin_media.php b/admin_media.php index <HASH>..<HASH> 100644 --- a/admin_media.php +++ b/admin_media.php @@ -731,7 +731,7 @@ if (check_media_structure()) { if ($TEXT_DIRECTION=="rtl") $classSuffix = "_rtl"; // main link displayed on page - $menu = new Menu(); + $menu = new WT_Menu(); // GED...
Adding direction arrows; and correct missing class Menu (line <I>)
fisharebest_webtrees
train
04c058308f27b6b7e3f6673a1551abc3dd1d3805
diff --git a/Collection.php b/Collection.php index <HASH>..<HASH> 100755 --- a/Collection.php +++ b/Collection.php @@ -220,10 +220,10 @@ class Collection implements ArrayAccess, ArrayableInterface, Countable, Iterator * Sort the collection using the given Closure. * * @param \Closure $callback - * @param...
Corrected docblock formatting, and renamed $sort_flags to $options
illuminate_support
train
fd40264991f2a35d27776745278a1fa6ca1c2f29
diff --git a/salt/utils/cloud.py b/salt/utils/cloud.py index <HASH>..<HASH> 100644 --- a/salt/utils/cloud.py +++ b/salt/utils/cloud.py @@ -135,6 +135,21 @@ def os_script(os_, vm_=None, opts=None, minion=''): return '' +def inline_script(script_, vm_, opts, minion): + ''' + Run a sequence of commands _aft...
Initial commit to add feature of #<I>
saltstack_salt
train
9dd1b9b35d734762697604f665d2fac402246e53
diff --git a/src/Datasource/EntityTrait.php b/src/Datasource/EntityTrait.php index <HASH>..<HASH> 100644 --- a/src/Datasource/EntityTrait.php +++ b/src/Datasource/EntityTrait.php @@ -805,10 +805,10 @@ trait EntityTrait * * @param string $property the field to set or check status for * @param bool $isD...
Use setDirty(field) as true by default as the name suggest.
cakephp_cakephp
train
b6f6a14072c1a4b38e9be751c60d021311570e1b
diff --git a/test/YouTube-test.js b/test/YouTube-test.js index <HASH>..<HASH> 100644 --- a/test/YouTube-test.js +++ b/test/YouTube-test.js @@ -38,6 +38,7 @@ describe('YouTube', () => { height: '360px', playerVars: { autoplay: 1, + start: 0, }, }, }); @@ -48,7 +...
Add tests for playerVars.{start,end} changes
troybetz_react-youtube
train
79d7cf4fa02ec6349ece9d8d336925d501e35a4b
diff --git a/svtyper/singlesample.py b/svtyper/singlesample.py index <HASH>..<HASH> 100644 --- a/svtyper/singlesample.py +++ b/svtyper/singlesample.py @@ -1,5 +1,5 @@ from __future__ import print_function -import json, sys, os, math, argparse, gzip, anydbm +import json, sys, os, math, argparse, gzip, anydbm, zlib, bas...
+ compress and base<I> the json read data - hopefully this will reduce the dbm database size a bit
hall-lab_svtyper
train
9c05821e6f521bc895ab22273d59366cae19d7ef
diff --git a/src/rez/release_vcs.py b/src/rez/release_vcs.py index <HASH>..<HASH> 100644 --- a/src/rez/release_vcs.py +++ b/src/rez/release_vcs.py @@ -1,6 +1,6 @@ from rez.exceptions import ReleaseVCSUnsupportedError, ReleaseVCSError from rez.vendor.version.version import Version -from rez.packages import Package +fr...
+ Fix the way the local package is being loaded through the resource system.
nerdvegas_rez
train
22c1d869132a7dac8bcb2bd7984dda8e7d1ab4e8
diff --git a/src/Soluble/Japha/Bridge/Driver/Pjb62/ChunkedSocketChannel.php b/src/Soluble/Japha/Bridge/Driver/Pjb62/ChunkedSocketChannel.php index <HASH>..<HASH> 100644 --- a/src/Soluble/Japha/Bridge/Driver/Pjb62/ChunkedSocketChannel.php +++ b/src/Soluble/Japha/Bridge/Driver/Pjb62/ChunkedSocketChannel.php @@ -39,6 +39,...
Add missing exception if socket read failed
belgattitude_soluble-japha
train
d307eef923a3a25b1635f62a585c105043cd0365
diff --git a/pydroid_ipcam.py b/pydroid_ipcam.py index <HASH>..<HASH> 100644 --- a/pydroid_ipcam.py +++ b/pydroid_ipcam.py @@ -23,7 +23,6 @@ class PyDroidIPCam(object): self.websession = websession self.status_data = None self.sensor_data = None - self.current_settings = {} se...
outsource from ha to library -> <I>
pvizeli_pydroid-ipcam
train
e2992fa5edfdeffd70db18d5d091387691095763
diff --git a/src/server/html.js b/src/server/html.js index <HASH>..<HASH> 100644 --- a/src/server/html.js +++ b/src/server/html.js @@ -1,17 +1,12 @@ import path from 'path'; import React from 'react'; import ReactDOM from 'react-dom/server'; -import Html from '../containers/HtmlShell/HtmlShell'; +import DefaultHtml ...
clean up naming, pass only what html shell needs
bdefore_universal-redux
train
5e2b75490fe49dfc83cf9eab27c2a50e6121d558
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,8 @@ try: except ImportError: import mock MOCK_MODULES = ['numpy', 'numpy.linalg', 'scipy', 'scipy.sparse', 'matplotlib', - 'matplotlib.pyplot', 'qutip', 'ply','pyx','pyx.text', 'sympy'] + ...
Add 'sympy.printing' to mocked packages for autodoc
mabuchilab_QNET
train
2b32af89dd798ead330b94edfcea076d72b447ba
diff --git a/test/crafity.jstest.test.js b/test/crafity.jstest.test.js index <HASH>..<HASH> 100644 --- a/test/crafity.jstest.test.js +++ b/test/crafity.jstest.test.js @@ -10,5 +10,15 @@ mainContext.run({ var test_jstest = jstest.createContext(); var result = test_jstest.run; assert.isDefined(result, 'Expected ...
Added a new simple async test to expose a node <I> issue
Crafity_crafity-jstest
train
2d15655c478e13174f213ab72494a03b6e3e9662
diff --git a/repository/boxnet/classes/privacy/provider.php b/repository/boxnet/classes/privacy/provider.php index <HASH>..<HASH> 100644 --- a/repository/boxnet/classes/privacy/provider.php +++ b/repository/boxnet/classes/privacy/provider.php @@ -26,8 +26,10 @@ namespace repository_boxnet\privacy; use core_privacy\l...
MDL-<I> repository_boxnet: Add support for removal of context users This issue is a part of the MDL-<I> Epic.
moodle_moodle
train
43bb14ec5707579507cfbe57023731137e1a1c44
diff --git a/tests/tester.py b/tests/tester.py index <HASH>..<HASH> 100644 --- a/tests/tester.py +++ b/tests/tester.py @@ -1,4 +1,4 @@ -import threadpool +import pyThreadpool def printer(x, y, testx=None, testy=None): @@ -8,11 +8,11 @@ def printer(x, y, testx=None, testy=None): # print a['b'] return True...
Fixed issue with incorrectly named import.
ssundarraj_py-threadpool
train
c0e8e5bc0c3004c160e10315a52858d04771a660
diff --git a/nago/core/__init__.py b/nago/core/__init__.py index <HASH>..<HASH> 100644 --- a/nago/core/__init__.py +++ b/nago/core/__init__.py @@ -16,6 +16,8 @@ import platform import nago from functools import wraps from pynag.Parsers import mk_livestatus, config +import socket + #import nago.extensions.info # ...
automatically resolve hostnames of remote peers
opinkerfi_nago
train
959e98eeb0c87295e2535b04f870ace2028a394b
diff --git a/graphene_django/tests/test_query.py b/graphene_django/tests/test_query.py index <HASH>..<HASH> 100644 --- a/graphene_django/tests/test_query.py +++ b/graphene_django/tests/test_query.py @@ -8,6 +8,7 @@ from py.test import raises from django.db.models import Q +from graphql_relay import to_global_id i...
Refactor to use formal to_global_id.
graphql-python_graphene-django
train
9894db78d46c2e05ad3a20fa87bac2b1649249b1
diff --git a/libraries/lithium/data/Model.php b/libraries/lithium/data/Model.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/data/Model.php +++ b/libraries/lithium/data/Model.php @@ -408,10 +408,11 @@ class Model extends \lithium\core\StaticObject { $params = compact('record', 'data', 'options'); $filte...
Removing `extract()` call from `\data\Model::save()`.
UnionOfRAD_framework
train
e9dcc43463678f41f35ed542fb20320c2de0b0b4
diff --git a/lib/xapian_db/adapters/active_record_adapter.rb b/lib/xapian_db/adapters/active_record_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/xapian_db/adapters/active_record_adapter.rb +++ b/lib/xapian_db/adapters/active_record_adapter.rb @@ -59,6 +59,15 @@ module XapianDb # @param [Module] a_module T...
added the id method to documents and some missing specs
gernotkogler_xapian_db
train
42483d820da27fffffa5e47e89c883123e9d6f8b
diff --git a/pliers/extractors/models.py b/pliers/extractors/models.py index <HASH>..<HASH> 100644 --- a/pliers/extractors/models.py +++ b/pliers/extractors/models.py @@ -24,6 +24,8 @@ class TensorFlowInceptionV3Extractor(ImageExtractor): each image. ''' + log_attributes = ('model_dir', 'data_ur...
added some missing _log_attributes
tyarkoni_pliers
train
22033f76c1418eea57dca7913b0dfc1d05385044
diff --git a/apiserver/client/status.go b/apiserver/client/status.go index <HASH>..<HASH> 100644 --- a/apiserver/client/status.go +++ b/apiserver/client/status.go @@ -620,9 +620,9 @@ func (context *statusContext) processApplication(service *state.Application) par } versions = append(versions, statuses[0]) } - s...
Small review change from katco Sort descending and grab the first item - much clearer when there's no -1 shortcut to get the last - and move the sort inside the if.
juju_juju
train
50ac2a25d7c8a90e2e71931baf1b2b30eb125d70
diff --git a/lib/tilelive/batch.js b/lib/tilelive/batch.js index <HASH>..<HASH> 100644 --- a/lib/tilelive/batch.js +++ b/lib/tilelive/batch.js @@ -11,6 +11,7 @@ var MBTiles = require('./mbtiles'), * - filepath * - mapfile * - mapfile_dir + * - metadata */ function TileBatch(options) { this.options = optio...
Handle metadata insertion for a tile batch.
mapbox_tilelive
train
9176a9721c37dd794c7ec49a72cdb5985f0ea0e3
diff --git a/src/views/log.blade.php b/src/views/log.blade.php index <HASH>..<HASH> 100644 --- a/src/views/log.blade.php +++ b/src/views/log.blade.php @@ -45,6 +45,10 @@ background-color: #f5f5f5; border-color: #777; } + + .list-group-item { + word-wrap: break-word; + } </style> </head...
Fix long log file names breaking their container #<I> (#<I>)
rap2hpoutre_laravel-log-viewer
train
41b48a9cc245b023bf8bb973400d25b39fb23c97
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Returns a promise that resolves with the file's contents. Returns the content of the file. -### readCache.get(path) +### readCache.get(path[, encoding]) Returns the content of cached file or null. ...
Add encoding argument to get method
TrySound_read-cache
train
994c8dc2bdb3c636d230f710be4dc13a25a52875
diff --git a/panphon/_panphon.py b/panphon/_panphon.py index <HASH>..<HASH> 100644 --- a/panphon/_panphon.py +++ b/panphon/_panphon.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- from __future__ import print_function + import pkg_resources import regex as re import unicodecsv as csv @@ -407,6 +408,28 @@ class FeatureT...
Attempted to add simple Levenshtein distance; attempted.
dmort27_panphon
train
41f7bccb249e51eeccec3f069bbea78048540258
diff --git a/pkg/tsdb/cloudmonitoring/cloudmonitoring.go b/pkg/tsdb/cloudmonitoring/cloudmonitoring.go index <HASH>..<HASH> 100644 --- a/pkg/tsdb/cloudmonitoring/cloudmonitoring.go +++ b/pkg/tsdb/cloudmonitoring/cloudmonitoring.go @@ -221,7 +221,11 @@ func (e *CloudMonitoringExecutor) executeTimeSeriesQuery(ctx context...
Cloud monitoring: do not create deep link if there are no timeseries (#<I>)
grafana_grafana
train
74fa965cd8aa2cadf7e0a1deee0e11e54e3c611a
diff --git a/spotinst/client.go b/spotinst/client.go index <HASH>..<HASH> 100644 --- a/spotinst/client.go +++ b/spotinst/client.go @@ -3,7 +3,6 @@ package spotinst import ( "encoding/json" "fmt" - "github.com/micro/micro/bot/input" "io/ioutil" "net" "net/http"
spotinst/client: Remove unused imports
spotinst_spotinst-sdk-go
train
fd3f9071b86343769e6464ffcb1e5a7458e2deab
diff --git a/ghttp/test_server.go b/ghttp/test_server.go index <HASH>..<HASH> 100644 --- a/ghttp/test_server.go +++ b/ghttp/test_server.go @@ -112,6 +112,7 @@ import ( "reflect" "regexp" "sync" + . "github.com/onsi/gomega" ) @@ -186,17 +187,21 @@ func (s *Server) Close() { // b) If AllowUnhandledRequests ...
Allow multiple http requests * Unlock once we have completed the book keeping on requests
onsi_gomega
train
db13333e59ad7209c86e180cdbe15057d93933d3
diff --git a/node_modules/nodegame-client/nodeGame.js b/node_modules/nodegame-client/nodeGame.js index <HASH>..<HASH> 100644 --- a/node_modules/nodegame-client/nodeGame.js +++ b/node_modules/nodegame-client/nodeGame.js @@ -6,9 +6,7 @@ var node = exports; - // Memory related operations - // Will be initialized la...
Fixed some bugs with node.log. Fixed bug in pr matchN
nodeGame_nodegame-server
train
dc4757cea11d7154c394ce4967e571d59d51185f
diff --git a/Classes/Site.php b/Classes/Site.php index <HASH>..<HASH> 100644 --- a/Classes/Site.php +++ b/Classes/Site.php @@ -124,7 +124,7 @@ class Site foreach ($sites as $site) { $selectedAttribute = ''; - if ($site == $selectedSite) { + if ($site->getRootPageId() == $se...
[BUGFIX] Keep selected site in scheduler task (#<I>) * As objects aren't the same, the comparison always failed * That lead to wrong configuration if someone edited and saved the record without noticing the mistake
TYPO3-Solr_ext-solr
train
89ef1b689f69c142dce893db972dca2841946bf8
diff --git a/lib/heroku/command/pgbackups.rb b/lib/heroku/command/pgbackups.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/command/pgbackups.rb +++ b/lib/heroku/command/pgbackups.rb @@ -209,8 +209,13 @@ module Heroku::Command update_display(transfer) break if transfer["finished_at"] - sleep ...
Retry get_transfer while polling Should help with transient errors, but needs a bigger fix at some point.
heroku_legacy-cli
train
0e8de26c38ae50986536e7268c6a4305ea3daeb7
diff --git a/proxmin/utils.py b/proxmin/utils.py index <HASH>..<HASH> 100644 --- a/proxmin/utils.py +++ b/proxmin/utils.py @@ -27,12 +27,14 @@ class MatrixAdapter(object): """ def __init__(self, L, axis=None): # prevent cascade + spec_norm = None while isinstance(L, MatrixAdapter): + ...
proper copying of spec_norm
pmelchior_proxmin
train
2155275a613135f004a1ca80d90b11b0f665a4e0
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -17,7 +17,8 @@ var testSrc = [ ].join('\r\n'); var user = process.env.SAUCE_USER, - key = process.env.SAUCE_KEY; + key = process.env.SAUCE_KEY, + build = process.env.DRONE_BUILD_NUMBER; if (!user || !key) { cons...
Send Sauce Labs the build number when running CI
conradz_sauce-tap-runner
train
846e48395be57b773a69dbc91e9d5b98945cdeed
diff --git a/internal/service/swf/domain_test.go b/internal/service/swf/domain_test.go index <HASH>..<HASH> 100644 --- a/internal/service/swf/domain_test.go +++ b/internal/service/swf/domain_test.go @@ -15,7 +15,7 @@ import ( "github.com/hashicorp/terraform-provider-aws/internal/conns" ) -func testAccPreCheckSwfDo...
swf: Remove service from funcs
terraform-providers_terraform-provider-aws
train
8ff6b24c5736d7b2ce31319ae950a806f2325327
diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/apiresources/apiversions.go b/staging/src/k8s.io/kubectl/pkg/cmd/apiresources/apiversions.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/apiresources/apiversions.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/apiresources/apiversions.go @@ -54,10 +54...
Don't show flags in api-versions help
kubernetes_kubernetes
train
9ef17322be414bfb89cd8b7a1b74a61dc036434f
diff --git a/lib/config/config.go b/lib/config/config.go index <HASH>..<HASH> 100644 --- a/lib/config/config.go +++ b/lib/config/config.go @@ -135,8 +135,9 @@ func NewWithFreePorts(myID protocol.DeviceID) (Configuration, error) { cfg.Options.RawListenAddresses = []string{"default"} } else { cfg.Options.RawListe...
lib/config: Add missing quic address in case of non-default port (fixes #<I>) (#<I>) * Add quic listener on instance of port blockage * Update lib/config/config.go
syncthing_syncthing
train
cf21a43211408b68b08aafee60ac4631a2f95747
diff --git a/lib/Predis.php b/lib/Predis.php index <HASH>..<HASH> 100644 --- a/lib/Predis.php +++ b/lib/Predis.php @@ -810,8 +810,11 @@ class MultiExecBlock { if (isset($options['watch'])) { $this->watch($options['watch']); } - if (!$this->_checkAndSet) { + ...
Support DISCARD with CAS.
nrk_predis
train
3cff5a3530e4e45a71a0534531836a39d3fc0122
diff --git a/python/vaex/__init__.py b/python/vaex/__init__.py index <HASH>..<HASH> 100644 --- a/python/vaex/__init__.py +++ b/python/vaex/__init__.py @@ -29,6 +29,10 @@ from vaex.dataset import Dataset from vaex.remote import ServerRest del ServerRest, Dataset +def app(*args, **kwargs): + import vaex.ui.main + ret...
added app() function to open the gui
vaexio_vaex
train
9edd9e3ca3ef42e2b46dad9f1ec6c95e85db7404
diff --git a/src/Products/ProductsList.php b/src/Products/ProductsList.php index <HASH>..<HASH> 100644 --- a/src/Products/ProductsList.php +++ b/src/Products/ProductsList.php @@ -27,18 +27,18 @@ class ProductsList } /** - * [RO] Listeaza produsele. Lista poate fi scurtata folosind o valoare de start si ...
Added filters to product listing modified: src/Products/ProductsList.php
celdotro_marketplace
train
208115268994e718a622ec86034f27aa528e82b3
diff --git a/lib/formatter/response.js b/lib/formatter/response.js index <HASH>..<HASH> 100644 --- a/lib/formatter/response.js +++ b/lib/formatter/response.js @@ -37,31 +37,6 @@ function Result(data, errCode, errMsg) { this.isFailure = function () { return !this.isSuccess(); }; - - // Format data to hash - ...
Removed unnecessary file from response helper
OpenSTFoundation_openst-platform
train
ce7f7bd11b515cff7523eef5737785a04a819f85
diff --git a/lib/by_star.rb b/lib/by_star.rb index <HASH>..<HASH> 100644 --- a/lib/by_star.rb +++ b/lib/by_star.rb @@ -51,7 +51,7 @@ module ByStar # Examples: # # 18th fortnight of 2004 # Post.by_fortnight(18, :year => 2004) - def by_fortnight(value, options = {}, &block) + def by_fortnight(val...
Add method by_weekend for finding posts based on a relevant weekend
radar_by_star
train
2eedb0081c315f90d033fd17b8ca1568ee6235dc
diff --git a/packages/soya-next-server/server.js b/packages/soya-next-server/server.js index <HASH>..<HASH> 100644 --- a/packages/soya-next-server/server.js +++ b/packages/soya-next-server/server.js @@ -12,16 +12,9 @@ const config = require("config"); const express = require("express"); const frameguard = require("fr...
[FIX] Re-arrange framework middleware (#<I>)
traveloka_soya-next
train
5251ebe1173582c71ac3e592caf942e010830ccb
diff --git a/discovery/syncer_test.go b/discovery/syncer_test.go index <HASH>..<HASH> 100644 --- a/discovery/syncer_test.go +++ b/discovery/syncer_test.go @@ -1070,8 +1070,10 @@ func TestGossipSyncerDelayDOS(t *testing.T) { numUndelayedQueries := syncer1.cfg.maxUndelayedQueryReplies // We will send enough queries...
discovery/syncer_test: fix benign off-by-one in DelayDOS test Prior to this change, the numQueryResponses that we calculated would be one more than what we actually wanted since it didn't account for the initial QueryChannelRange msg. This resulted in the test sending one extra delayed query than was configured. This ...
lightningnetwork_lnd
train
796ad9a82d5e7ddae685fd512fb11c55e11c5ea6
diff --git a/examples/update_switch_poe-mode.php b/examples/update_switch_poe-mode.php index <HASH>..<HASH> 100755 --- a/examples/update_switch_poe-mode.php +++ b/examples/update_switch_poe-mode.php @@ -72,8 +72,8 @@ $current_conf = $data[0]->port_overrides; /** * This reads in the values provided via URL or in...
code cleanup and improvements in preparation of support for UniFi OS-based controllers
Art-of-WiFi_UniFi-API-client
train
3adeddbf3aa126da335bfb8c00f9e40ba287b24b
diff --git a/app/models/concerns/hyrax/work_behavior.rb b/app/models/concerns/hyrax/work_behavior.rb index <HASH>..<HASH> 100644 --- a/app/models/concerns/hyrax/work_behavior.rb +++ b/app/models/concerns/hyrax/work_behavior.rb @@ -28,7 +28,7 @@ module Hyrax self.indexer = WorkIndexer end - # TODO: Move...
Update TODO about etag having moved to ActiveFedora
samvera_hyrax
train
83cb38f6ce96e3ced99f838c9fbf53e02b1a0fcc
diff --git a/src/ms/validation-inline.php b/src/ms/validation-inline.php index <HASH>..<HASH> 100644 --- a/src/ms/validation-inline.php +++ b/src/ms/validation-inline.php @@ -14,10 +14,10 @@ return [ */ 'accepted' => 'Ruangan ini mesti diterima pakai.', - 'active_url' => 'URL ini a...
fix: malay lang for validation inline - add missing full stop - remove unnecessary space - re-sort dimension
caouecs_Laravel-lang
train
d12ea119620f755d9a32b2296051fe8350651136
diff --git a/src/Entity/Testing/EntityGenerator/FakerDataFiller.php b/src/Entity/Testing/EntityGenerator/FakerDataFiller.php index <HASH>..<HASH> 100644 --- a/src/Entity/Testing/EntityGenerator/FakerDataFiller.php +++ b/src/Entity/Testing/EntityGenerator/FakerDataFiller.php @@ -309,7 +309,7 @@ class FakerDataFiller imp...
Adding a method to the interface that was being called privately and updating the code to reflect this
edmondscommerce_doctrine-static-meta
train
5af91879cd1bb3c5a9b2f50591de869cf7b593bb
diff --git a/lib/google/event.rb b/lib/google/event.rb index <HASH>..<HASH> 100644 --- a/lib/google/event.rb +++ b/lib/google/event.rb @@ -33,21 +33,15 @@ module Google # :calendar => calendar_object) # def initialize(params = {}) - @id = params[:id] - @title = pa...
Updated docs for the event class and made minor code tweaks
northworld_google_calendar
train
b8fea1ec00216c0bfe83c0657353e72e0e1c9bab
diff --git a/README b/README index <HASH>..<HASH> 100644 --- a/README +++ b/README @@ -30,6 +30,8 @@ Examples: 1. run a hive query and print the results $ qds.py --token 'xxyyzz' hivecmd run --query "show tables" + $ qds.py --token 'xxyyzz' hivecmd run --script_location /tmp/myquery + $ qds.p...
add option to read hive query from local file, better help
qubole_qds-sdk-py
train
890b5c381f54ea3cec83bd864c67b6a35945a7ee
diff --git a/models/lobby.go b/models/lobby.go index <HASH>..<HASH> 100644 --- a/models/lobby.go +++ b/models/lobby.go @@ -425,6 +425,10 @@ func (lobby *Lobby) Close(rpc bool) { delete(LobbyServerSettingUp, lobby.ID) db.DB.Save(lobby) helpers.RemoveRecord(lobby.ID, lobby) + + room := fmt.Sprintf("%d_public", lobb...
Close(): Send lobbyLeft.
TF2Stadium_Helen
train
ffedda1993c3cc4108c741bd55b4a11d35be78a2
diff --git a/courriers/fields.py b/courriers/fields.py index <HASH>..<HASH> 100644 --- a/courriers/fields.py +++ b/courriers/fields.py @@ -61,3 +61,6 @@ class SeparatedValuesField(models.CharField): def formfield(self, **kwargs): return MultipleChoiceField(choices=self.choices) + +from south.modelsinspe...
Add south introspection for SeparatedValuesField
ulule_django-courriers
train
f9c3f09cf43b5da916696aa5c99e62c63d0904c9
diff --git a/Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php b/Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php index <HASH>..<HASH> 100644 --- a/Bundle/BusinessEntityBundle/EventSubscriber/BusinessEntitySubscriber.php +++ b/Bundle/BusinessEntityBundle/EventSubscriber/Bu...
regenerate view cache when inheritors of a BE is inserted or updated
Victoire_victoire
train
c0f057cb99a2af2a94e6407a7cab0036582138cc
diff --git a/src/Route.js b/src/Route.js index <HASH>..<HASH> 100644 --- a/src/Route.js +++ b/src/Route.js @@ -75,7 +75,7 @@ export default class Route { const matches = this.path.match(/:[a-z]+[0-9a-zA-Z_]+/g) const qs = params.slice(matches.length).shift() const path = matches.reduce((a, b, i) => a.rep...
Removed semi from Route#pathHelp return.
trekjs_route-mapper
train
0b583c063bf09af539e5ac1b598a27b8f0d49b0a
diff --git a/es7/index.js b/es7/index.js index <HASH>..<HASH> 100644 --- a/es7/index.js +++ b/es7/index.js @@ -16,6 +16,7 @@ require('../modules/es7.object.lookup-getter'); require('../modules/es7.object.lookup-setter'); require('../modules/es7.map.to-json'); require('../modules/es7.set.to-json'); +require('../modul...
add `global` to one missed entry point
zloirock_core-js
train
d12ecc6e29fec47246b31bc5d9d4c5f7d2ce9564
diff --git a/Repository/UserRepository.php b/Repository/UserRepository.php index <HASH>..<HASH> 100644 --- a/Repository/UserRepository.php +++ b/Repository/UserRepository.php @@ -575,24 +575,24 @@ class UserRepository extends EntityRepository implements UserProviderInterface return ($getQuery) ? $query: $que...
[CoreBundle] Fixing wrong request in user list.
claroline_Distribution
train
0ed58b1eefd69859a3beda07c9728a62b399aabc
diff --git a/nunaliit2-js/src/main/webapp/nunaliit2/n2.couchDisplayTiles.js b/nunaliit2-js/src/main/webapp/nunaliit2/n2.couchDisplayTiles.js index <HASH>..<HASH> 100644 --- a/nunaliit2-js/src/main/webapp/nunaliit2/n2.couchDisplayTiles.js +++ b/nunaliit2-js/src/main/webapp/nunaliit2/n2.couchDisplayTiles.js @@ -749,7 +74...
nunaliit2-js: Add schema name in one of the classes for the tiles in the tiled display. This allows customization based on schema name. Issue #<I>
GCRC_nunaliit
train
b218030a61b886116d5ea5851271895bcfa409ad
diff --git a/packages/flow-runtime/src/errorReporting/RuntimeTypeError.js b/packages/flow-runtime/src/errorReporting/RuntimeTypeError.js index <HASH>..<HASH> 100644 --- a/packages/flow-runtime/src/errorReporting/RuntimeTypeError.js +++ b/packages/flow-runtime/src/errorReporting/RuntimeTypeError.js @@ -1,5 +1,12 @@ /* ...
feat: attach validation errors to RuntimeTypeErrors
codemix_flow-runtime
train
8ec3e086644925f99f3fe3544c5d38ef4b49230d
diff --git a/salt/modules/state.py b/salt/modules/state.py index <HASH>..<HASH> 100644 --- a/salt/modules/state.py +++ b/salt/modules/state.py @@ -1330,8 +1330,19 @@ def sls_id( opts['environment'] = saltenv if pillarenv is not None: opts['pillarenv'] = pillarenv + + pillar = kwargs.get('pillar') ...
add ability to override pillar data during state.sls_id run.
saltstack_salt
train
c42c2dc8ceb0deeb8e552b4ec9e5630a754bec9e
diff --git a/pyhaversion/pypi.py b/pyhaversion/pypi.py index <HASH>..<HASH> 100644 --- a/pyhaversion/pypi.py +++ b/pyhaversion/pypi.py @@ -38,14 +38,13 @@ class HaVersionPypi(HaVersionBase): versions = sorted( [ - version + AwesomeVersion(version) f...
Fix PyPi sort (#<I>)
ludeeus_pyhaversion
train
f87cf2cc5c2a4ff49b796cba93a5de6857239ec3
diff --git a/src/org/joni/ByteCodeMachine.java b/src/org/joni/ByteCodeMachine.java index <HASH>..<HASH> 100644 --- a/src/org/joni/ByteCodeMachine.java +++ b/src/org/joni/ByteCodeMachine.java @@ -350,9 +350,9 @@ class ByteCodeMachine extends StackMachine { final Region region = msaRegion; if (r...
Always set msaBegin and msaEnd so we won't have to check against lazy captures in consumer code. git-svn-id: <URL>
jruby_joni
train
7f138481d4c1599082468c68fc63c2f12406782a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ using a package manager (apt, yum, etc), normally named: python-setuptools INSTALL_REQUIRES = ( - 'gevent>1,<2', + 'gevent>1,<2,!=1.5a1', 'paramiko>1,<3', 'click>2', 'colorama<1', # Wi...
Disable `gevent==<I>a1` requirement. This is a fix for ReadTheDocs which insists on installing alpha versions of packages for absolutely no reason whatsoever. Ridiculous. Long term fix will come with docs requirement extras and `.readthedocs.yml`.
Fizzadar_pyinfra
train
b074b5855c9a9f0eb3aaffce609c8cc98ae2b958
diff --git a/python/sbp/client/loggers/json_logger.py b/python/sbp/client/loggers/json_logger.py index <HASH>..<HASH> 100644 --- a/python/sbp/client/loggers/json_logger.py +++ b/python/sbp/client/loggers/json_logger.py @@ -33,9 +33,10 @@ class JSONLogger(BaseLogger): data = self.dispatcher(msg).to_json_dict() ...
Setup a distinct metadata field, and always populate it, even if empty.
swift-nav_libsbp
train
440e23b761461e1c9bd5e454b3d27bc063f453b9
diff --git a/src/com/mangopay/entities/Event.java b/src/com/mangopay/entities/Event.java index <HASH>..<HASH> 100644 --- a/src/com/mangopay/entities/Event.java +++ b/src/com/mangopay/entities/Event.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. ...
Renamed Event entity property from RessourceId to ResourceId
Mangopay_mangopay2-java-sdk
train
32ce85d9f4590ce56ee3a7979407acd3d23e8263
diff --git a/security/Member.php b/security/Member.php index <HASH>..<HASH> 100644 --- a/security/Member.php +++ b/security/Member.php @@ -99,9 +99,9 @@ class Member extends DataObject implements TemplateGlobalProvider { ); private static $summary_fields = array( - 'FirstName' => 'First Name', - 'Surname' => '...
FIX. Summary fields can't be translated fieldLabels() now can find these fields and translate them.
silverstripe_silverstripe-framework
train
2bc2ce92f5b85465619c5965939824abb127aaf9
diff --git a/uncertainty_wrapper/__init__.py b/uncertainty_wrapper/__init__.py index <HASH>..<HASH> 100644 --- a/uncertainty_wrapper/__init__.py +++ b/uncertainty_wrapper/__init__.py @@ -34,7 +34,11 @@ def partial_derivative(f, x, n, nargs, nobs, delta=DELTA): dx[n] += x[n] * DELTA df = (f(x + dx) - f(x - dx)...
threading is no faster than unthreaded even with 8 args
BreakingBytes_UncertaintyWrapper
train
e139d1305a16c1690bfca52d5bd9d8a3b6ecb065
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -55,7 +55,7 @@ RSpec.configure do |config| end config.before do - if example.metadata[:js] || example.metadata[:type] == :feature + if example.metadata[:clean_with_trun...
respect :clean_with_truncation
NUBIC_surveyor
train
56992e1d9ebb130b8fd912d12e553b765bee98b9
diff --git a/logback-core/src/main/java/ch/qos/logback/core/joran/action/TimestampAction.java b/logback-core/src/main/java/ch/qos/logback/core/joran/action/TimestampAction.java index <HASH>..<HASH> 100644 --- a/logback-core/src/main/java/ch/qos/logback/core/joran/action/TimestampAction.java +++ b/logback-core/src/main/...
LOGBACK-<I> - make timestamp properties default to local scope. Can be overriden by setting scope attribute
tony19_logback-android
train
ea14336b464c98c804ad6e241009704a1e30105f
diff --git a/lib/oxidized/model/procurve.rb b/lib/oxidized/model/procurve.rb index <HASH>..<HASH> 100644 --- a/lib/oxidized/model/procurve.rb +++ b/lib/oxidized/model/procurve.rb @@ -1,9 +1,9 @@ class Procurve < Oxidized::Model - # some models start lines with \r # previous command is repeated followed by "\eE", w...
More restrictive prompt regex (#<I>)
ytti_oxidized
train
6787af6fd762bde2c7549182257f8d78232f9614
diff --git a/twitter_scraper/modules/tweets.py b/twitter_scraper/modules/tweets.py index <HASH>..<HASH> 100644 --- a/twitter_scraper/modules/tweets.py +++ b/twitter_scraper/modules/tweets.py @@ -62,6 +62,8 @@ def get_tweets(query, pages=25): username = profile.attrs["data-screen-name"] + ...
add new field to check is_pinned property for tweet
kennethreitz_twitter-scraper
train
ff42a42c3de6ca98484bd430f4639a98a515d211
diff --git a/horizon/tables/actions.py b/horizon/tables/actions.py index <HASH>..<HASH> 100644 --- a/horizon/tables/actions.py +++ b/horizon/tables/actions.py @@ -438,18 +438,28 @@ class FilterAction(BaseAction): Required for server type filters. A tuple of tuples representing the filter options. Tu...
Hide IPv6 filter choice if enable_ipv6 is set to False This patch hides filter choice IPv6 under Project->Instances and Admin->Instances if OPENSTACK_NEUTRON_NETWORK.enable_ipv6 is set to False Closes-bug: #<I> Change-Id: Ibdccb<I>c2cbc<I>a8dbbe<I>f<I>ca7c8b6a<I>f7
openstack_horizon
train
011776f02ffa279afc0016b2de76b662b87dfc95
diff --git a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php +++ b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php @@ -3068,8 +3068,8 @@ class ClassMetadataInfo implements ClassMetadata ...
[DDC-<I>] Add some TODOs in code.
doctrine_orm
train
1261d99a96df387a5a45c5f46ca5bcabb09b2281
diff --git a/openquake/calculators/ebrisk.py b/openquake/calculators/ebrisk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/ebrisk.py +++ b/openquake/calculators/ebrisk.py @@ -195,6 +195,7 @@ class EbriskCalculator(event_based.EventBasedCalculator): self.datastore.create_dset('gmf_info', gmf_info_dt...
Added some flush in ebrisk Former-commit-id: <I>c<I>c<I>c<I>ce<I>b9d<I>bea<I>a<I>
gem_oq-engine
train
8855d3150a385d950041a5a818c7b1fe61355c11
diff --git a/sufia-models/lib/generators/sufia/models/install_generator.rb b/sufia-models/lib/generators/sufia/models/install_generator.rb index <HASH>..<HASH> 100644 --- a/sufia-models/lib/generators/sufia/models/install_generator.rb +++ b/sufia-models/lib/generators/sufia/models/install_generator.rb @@ -92,7 +92,11 @...
Restoring the exception catching for migrations When sufia installs, it should handle a duplicate migration by skipping that migration and offering a message for recovery.
samvera_hyrax
train
02167da297007ca22da3f82e2c86edc427d3eed1
diff --git a/Connection.php b/Connection.php index <HASH>..<HASH> 100644 --- a/Connection.php +++ b/Connection.php @@ -85,11 +85,11 @@ class Connection implements ConnectionInterface { protected $tablePrefix = ''; /** - * The name of the database connection. + * The database connection configuration options. ...
Pass configuration into connection for proper character set handling.
illuminate_database
train
8a033154c209b60aeecc7452b9e0adf993b0c765
diff --git a/src/Behat/GuzzleExtension/Context/RawGuzzleContext.php b/src/Behat/GuzzleExtension/Context/RawGuzzleContext.php index <HASH>..<HASH> 100644 --- a/src/Behat/GuzzleExtension/Context/RawGuzzleContext.php +++ b/src/Behat/GuzzleExtension/Context/RawGuzzleContext.php @@ -39,7 +39,7 @@ class RawGuzzleContext impl...
Removed use of continue on catch clause
teaandcode_behat-guzzle-extension
train
b2451961b76e727942ba6addb546816e5dbc5de4
diff --git a/lib/airplay/protocol/image.rb b/lib/airplay/protocol/image.rb index <HASH>..<HASH> 100644 --- a/lib/airplay/protocol/image.rb +++ b/lib/airplay/protocol/image.rb @@ -16,6 +16,7 @@ class Airplay::Protocol::Image < Airplay::Protocol end def send(image, transition = :none) + image = image.path if i...
You can send a File class object instead of simply a path to it to the send_image method
elcuervo_airplay
train
56190bf9f05bdee01497e942ec67f66f7698ba3f
diff --git a/lib/rubocop/cop/mixin/method_complexity.rb b/lib/rubocop/cop/mixin/method_complexity.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/mixin/method_complexity.rb +++ b/lib/rubocop/cop/mixin/method_complexity.rb @@ -29,14 +29,14 @@ module RuboCop end end + alias on_numblock on_bloc...
Fix Metrics{AbcSize,CyclomaticComplexity} with numblocks Both of them use `MethodComplexity` which now supports `define_method` with numblocks.
rubocop-hq_rubocop
train
04792613ba8a05c324d96796f1263932d329abed
diff --git a/src/main/java/com/coveo/Check.java b/src/main/java/com/coveo/Check.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/coveo/Check.java +++ b/src/main/java/com/coveo/Check.java @@ -45,6 +45,7 @@ public class Check extends AbstractFMT { if (nonComplyingFiles > 0) { String message = "Found "...
Proposal for more information. (#<I>) On large teams with infrequent contributors, a *help* message to run the formatter would be nice. Fixes #<I>
coveo_fmt-maven-plugin
train
8518b50cb098df57353dd6a72fec1ffe34a32b4a
diff --git a/ddsc/core/d4s2.py b/ddsc/core/d4s2.py index <HASH>..<HASH> 100644 --- a/ddsc/core/d4s2.py +++ b/ddsc/core/d4s2.py @@ -390,7 +390,7 @@ class UploadedFileRelations(object): """ Attach a remote file to activity with was generated by relationship. :param data_service: DataServiceApi:...
comments about how d4s2 ancestors use is safe Tweak where we specify the list of fields to exclude in remotestore.py
Duke-GCB_DukeDSClient
train