hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
1f001febe2517bfb9cbe6e8099d7e29d250962e0
diff --git a/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/servlet/ServletUnitTestCase.java b/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/servlet/ServletUnitTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/integration/basic/src/test/java/org/jboss/a...
Increase ServletUnitTest timeout as it's the only one failing on slower runs.
wildfly_wildfly
train
b15ecbf62a25707c498d5187f63a176d8d60dd45
diff --git a/simopt.py b/simopt.py index <HASH>..<HASH> 100755 --- a/simopt.py +++ b/simopt.py @@ -9,6 +9,7 @@ """ import copy +import functools import __main__ as main @@ -52,7 +53,7 @@ class Usage(SimoptException): class Options: """ - A simple option parser. + A simple option parser. All...
Add a decorator that restores arg checks Functions that take the dictionary produced by Options.parse as kwargs loose some of the language features on arguments checking and default value assignation. This commit introduces the opt_func decorator that restores some of these features based on an Options instance.
Tsjerk_simopt
train
4b6407c5e7c95bbb7ed9a4d705f817d95b2b5ff2
diff --git a/db/rdb/src/main/java/it/unibz/inf/ontop/generation/normalization/impl/ConvertValuesToUnionNormalizer.java b/db/rdb/src/main/java/it/unibz/inf/ontop/generation/normalization/impl/ConvertValuesToUnionNormalizer.java index <HASH>..<HASH> 100644 --- a/db/rdb/src/main/java/it/unibz/inf/ontop/generation/normaliz...
Added ConvertValuesToUnionNormalizer to the transform of OracleExtraNormalizer
ontop_ontop
train
b2c2a51984c49f6c7f7d3e53cb380af2aac0a6b8
diff --git a/signalr-hub.js b/signalr-hub.js index <HASH>..<HASH> 100644 --- a/signalr-hub.js +++ b/signalr-hub.js @@ -83,7 +83,10 @@ angular.module('SignalR', []) } //Adding additional property of promise allows to access it in rest of the application. - Hub.promise = Hub.connect(); + if(options.autoConn...
(feat): disable auto connect ability adding ability to disable automatic connections
JustMaier_angular-signalr-hub
train
7c84a90a0a27786f0aee55f800952c61200dbc29
diff --git a/pycdlib/rockridge.py b/pycdlib/rockridge.py index <HASH>..<HASH> 100644 --- a/pycdlib/rockridge.py +++ b/pycdlib/rockridge.py @@ -2010,7 +2010,7 @@ class RRPDRecord(object): String containing the Rock Ridge record. ''' if not self._initialized: - raise pycdlibexceptio...
Add in tests for PD record.
clalancette_pycdlib
train
bf5591905c329d7d77c1939e9bb0364311fed60d
diff --git a/calculation-engine/engine-evaluation/src/main/java/com/dataart/spreadsheetanalytics/engine/execgraph/PoiExecutionGraphBuilder.java b/calculation-engine/engine-evaluation/src/main/java/com/dataart/spreadsheetanalytics/engine/execgraph/PoiExecutionGraphBuilder.java index <HASH>..<HASH> 100644 --- a/calculati...
fixing graph nodes values to be doubles
DataArt_CalculationEngine
train
00dd7d865358f1e33a75ad8ed6508e137045dff9
diff --git a/assets/angular-gantt.js b/assets/angular-gantt.js index <HASH>..<HASH> 100644 --- a/assets/angular-gantt.js +++ b/assets/angular-gantt.js @@ -4037,7 +4037,8 @@ angular.module('gantt.templates', []).run(['$templateCache', function($templateC '\n' + ' <!-- Body template -->\n' + ...
fix(scroll): Fix scroll due to missing width watcher
angular-gantt_angular-gantt
train
df7d6d9b9463f7e179d045cf34b91d0e06e73b1d
diff --git a/netpyne/sim/save.py b/netpyne/sim/save.py index <HASH>..<HASH> 100644 --- a/netpyne/sim/save.py +++ b/netpyne/sim/save.py @@ -215,6 +215,7 @@ def saveData(include=None, filename=None): print(("Saving %i points of data on: %s:%s to %s"%(len(trace),ref,cellid,dat_file_name))) ...
Closing data file after writing to stop warnings
Neurosim-lab_netpyne
train
0611c48a1b0351b99a3a6b9e36db1ad71fd3eda0
diff --git a/dev/com.ibm.ws.security.mp.jwt.1.1/src/com/ibm/ws/security/mp/jwt/v11/impl/MpJwtExtensionServiceImpl.java b/dev/com.ibm.ws.security.mp.jwt.1.1/src/com/ibm/ws/security/mp/jwt/v11/impl/MpJwtExtensionServiceImpl.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.security.mp.jwt.1.1/src/com/ibm/ws/security/...
support a warning message when mpConfig is not available.
OpenLiberty_open-liberty
train
6531b63cbcbcfc070115c5a70b23e0f7b028d831
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ from setuptools import setup import rtv -DESCRIPTION = 'RTV podcast downloader' -LONG_DESCRIPTION = 'Command-line program to download podcasts from various sites.' +DESCRIPTION = 'RTV downloader' +LONG_DESC...
Refactor setup.py + add tldextract to required packages
radzak_rtv-downloader
train
994f88fd372ffc835945a61000405be5ead71d52
diff --git a/osuapi/model.py b/osuapi/model.py index <HASH>..<HASH> 100644 --- a/osuapi/model.py +++ b/osuapi/model.py @@ -201,8 +201,8 @@ class User(AttributeModel): Country the user is registered to. pp_country_rank : int Country ranking place. - events : list[str] - HTML snippets of ...
Add event_days kwarg to get_user and convert events to dicts
khazhyk_osuapi
train
cefedbda58507a3ccd7398a4573ca380b1fe8928
diff --git a/addon/components/flexberry-checkbox.js b/addon/components/flexberry-checkbox.js index <HASH>..<HASH> 100644 --- a/addon/components/flexberry-checkbox.js +++ b/addon/components/flexberry-checkbox.js @@ -76,6 +76,12 @@ export default FlexberryBaseComponent.extend({ Initializes DOM-related component's pr...
Correct value undefined to null.
Flexberry_ember-flexberry
train
1cd01202b9adc209e0c9e522c8c74ba707ede8ca
diff --git a/tornado_json/requesthandlers.py b/tornado_json/requesthandlers.py index <HASH>..<HASH> 100644 --- a/tornado_json/requesthandlers.py +++ b/tornado_json/requesthandlers.py @@ -61,14 +61,6 @@ class APIHandler(BaseHandler, JSendMixin): :param status_code: HTTP status code """ self.cl...
Remove useless check for exc_info since it should always exist
hfaran_Tornado-JSON
train
c7bc11648de62963ae154cd0089dd9660925e994
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,8 @@ if not os.path.exists('./xcffib'): # version = subprocess.check_output(['git', 'describe', '--tags']) +import xcffib + setup( name="xcffib", version="prerelease", @@ -20,5 +22,7 @@ setup( ke...
don't require users to have a C compiler
tych0_xcffib
train
0e06501dfcb80ca6a1e85ff3613e26addd67fcf5
diff --git a/robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowDisplay.java b/robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowDisplay.java index <HASH>..<HASH> 100644 --- a/robolectric-shadows/shadows-core/src/main/java/org/robolectric/shadows/ShadowDisplay.java +...
DisplayAdjustments doesn't exist pre Lollipop, and it's @hide, so we can't statically refer to it.
robolectric_robolectric
train
51ed6361f3567c9ab8fcbbff405a88e143933fa7
diff --git a/backbone-nested.js b/backbone-nested.js index <HASH>..<HASH> 100644 --- a/backbone-nested.js +++ b/backbone-nested.js @@ -98,7 +98,14 @@ this.set(aryPath, val, opts); if (trigger){ - this.trigger('remove:' + Backbone.NestedModel.createAttrStr(aryPath), this, oldEl); + var attr...
Remove+Change events now fired when doing a remove()
afeld_backbone-nested
train
1f9e4532cbf9ce35f561e19b7ed40d88711b3059
diff --git a/cloudconfig/userdatacfg_unix.go b/cloudconfig/userdatacfg_unix.go index <HASH>..<HASH> 100644 --- a/cloudconfig/userdatacfg_unix.go +++ b/cloudconfig/userdatacfg_unix.go @@ -20,6 +20,7 @@ import ( "github.com/juju/errors" "github.com/juju/loggo" "github.com/juju/names" + "github.com/juju/utils" "gi...
Added ubuntu user on CentOS
juju_juju
train
fcfc95a1ef26c61bce97d706f6f17cf064ae3e17
diff --git a/molo/commenting/tests/test_models.py b/molo/commenting/tests/test_models.py index <HASH>..<HASH> 100644 --- a/molo/commenting/tests/test_models.py +++ b/molo/commenting/tests/test_models.py @@ -61,12 +61,12 @@ class MoloCommentTest(TestCase): comment.save() comment_flag = self.mk_comment_...
override the setting for testing rather than overwriting it
praekeltfoundation_molo.commenting
train
e03e5e66a033645fdd4a1a6eece43a1a23e6e43d
diff --git a/core/src/main/java/org/mobicents/ha/javax/sip/LoadBalancerHeartBeatingServiceImpl.java b/core/src/main/java/org/mobicents/ha/javax/sip/LoadBalancerHeartBeatingServiceImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/mobicents/ha/javax/sip/LoadBalancerHeartBeatingServiceImpl.java +++ b/core...
Update Issue <I> Summary: Delay the Load balancer ping a bit until all connectors are initialized and really ready to serve requests. Otherwise errors occur when adding node under load in the cluster git-svn-id: <URL>
RestComm_jain-sip.ha
train
f3d5965bc7321442feec5f680d3e06ac81bbac50
diff --git a/core-bundle/src/Resources/contao/library/Contao/Config.php b/core-bundle/src/Resources/contao/library/Contao/Config.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/Config.php +++ b/core-bundle/src/Resources/contao/library/Contao/Config.php @@ -493,9 +493,9 @@ class Con...
[Core] Remove all settings that are not used anymore
contao_contao
train
537139e401c166478e97a40a0209437345f92090
diff --git a/requirements_detector/detect.py b/requirements_detector/detect.py index <HASH>..<HASH> 100644 --- a/requirements_detector/detect.py +++ b/requirements_detector/detect.py @@ -85,7 +85,9 @@ def find_requirements(path): setup_py = os.path.join(path, 'setup.py') if os.path.exists(setup_py) and os.pat...
Fixing tests to sort the output before comparing
landscapeio_requirements-detector
train
fe1527a3c46ab536be3d8d9aecaf526795a77b5d
diff --git a/salt/utils/files.py b/salt/utils/files.py index <HASH>..<HASH> 100644 --- a/salt/utils/files.py +++ b/salt/utils/files.py @@ -328,6 +328,17 @@ def fopen(*args, **kwargs): NB! We still have small race condition between open and fcntl. ''' + if six.PY3: + try: + # Don't permi...
Don't allow salt.utils.files.fopen() to open stdin/stdout/stderr It's like crossing the streams. h/t @garethgreenaway
saltstack_salt
train
c22583bce60e77a017807784ae1c41e86fa702c5
diff --git a/media/boom-people/js/boom.groups.js b/media/boom-people/js/boom.groups.js index <HASH>..<HASH> 100644 --- a/media/boom-people/js/boom.groups.js +++ b/media/boom-people/js/boom.groups.js @@ -276,7 +276,7 @@ $.widget( 'boom.group_permissions', page_tree.pageTree({ onPageSelect : function(page) { - ...
Bugfix: page permissions not saving
boomcms_boom-core
train
fafe8ece9d406cfbb197cc424baaa15a5772fae5
diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/middleware/cookies.rb +++ b/actionpack/lib/action_dispatch/middleware/cookies.rb @@ -384,6 +384,18 @@ module ActionDispatch end...
Added HybridSerializer to upgrade existing marshal cookies (wip: need tests)
rails_rails
train
17dd1de7a683ff03f084c0c5fcac587877f75263
diff --git a/packages/reactstrap-validation-date/tests/AvDateRange.test.js b/packages/reactstrap-validation-date/tests/AvDateRange.test.js index <HASH>..<HASH> 100644 --- a/packages/reactstrap-validation-date/tests/AvDateRange.test.js +++ b/packages/reactstrap-validation-date/tests/AvDateRange.test.js @@ -100,4 +100,33...
test(reactstrap-validation-date): added test cases for min and max
Availity_availity-react
train
780eda025863baed5c4c062d670908e1aba92a68
diff --git a/ca/django_ca/tests/tests_admin_add_cert.py b/ca/django_ca/tests/tests_admin_add_cert.py index <HASH>..<HASH> 100644 --- a/ca/django_ca/tests/tests_admin_add_cert.py +++ b/ca/django_ca/tests/tests_admin_add_cert.py @@ -546,14 +546,17 @@ class AddCertificateTestCase(CertificateAdminTestMixin, DjangoCAWithCer...
fix test cases (and minor pylint cleanup)
mathiasertl_django-ca
train
e87349c55a232f8df9ea89721da5004b23e40d60
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ setuptools.setup( 'django-filter~=1.0.0', 'redis~=2.10.6', 'channels~=2.1', - 'channels_redis_persist~=2.2', + 'channels_redis~=2.3', 'async-timeout~=2.0', ...
Switch channels_redis dependency to upstream version
genialis_resolwe
train
79a3ba48ecbbde0de9800e58ceb23854774ed539
diff --git a/xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/src/main/java/org/xwiki/cache/tests/AbstractEvictionGenericTestCache.java b/xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/src/main/java/org/xwiki/cache/tests/AbstractEvictionGenericTestCache.java index <HASH>..<HASH> 100644...
[Misc] Remove useless assignment to local variable
xwiki_xwiki-commons
train
77bb105863ec9ace81b7e6ca9229c691f64819fc
diff --git a/grove/bernstein_vazirani/bernstein_vazirani.py b/grove/bernstein_vazirani/bernstein_vazirani.py index <HASH>..<HASH> 100644 --- a/grove/bernstein_vazirani/bernstein_vazirani.py +++ b/grove/bernstein_vazirani/bernstein_vazirani.py @@ -73,7 +73,6 @@ def unitary_function(vec_a, b): return np.kron(SWA...
Removed unused index_lists.
rigetti_grove
train
84dd5b42e246811c449b94f75373c81986c5175d
diff --git a/lib/puppet/graph/simple_graph.rb b/lib/puppet/graph/simple_graph.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/graph/simple_graph.rb +++ b/lib/puppet/graph/simple_graph.rb @@ -457,13 +457,6 @@ class Puppet::Graph::SimpleGraph # Output the dot format as a string def to_dot (params={}) to_dot_graph(p...
(maint) Remove SimpleGraph#dotty method This method has never been used and really isn't the responsibility of this code; if someone wants to use dotty then they can invoke dotty with a dot graph themselves.
puppetlabs_puppet
train
f06b6fd7cef43915fbf1b314916324adbb4d9ee9
diff --git a/prow/apis/prowjobs/v1/types.go b/prow/apis/prowjobs/v1/types.go index <HASH>..<HASH> 100644 --- a/prow/apis/prowjobs/v1/types.go +++ b/prow/apis/prowjobs/v1/types.go @@ -111,7 +111,7 @@ type ProwJobSpec struct { Refs *Refs `json:"refs,omitempty"` // ExtraRefs are auxiliary repositories that // need t...
prow/apis/prowjobs/v1: "[]*Refs" to "[]Refs"
kubernetes_test-infra
train
1f1ccf2641d35fdc5910b2780885ac694355f504
diff --git a/xds/src/main/java/io/grpc/xds/XdsClient.java b/xds/src/main/java/io/grpc/xds/XdsClient.java index <HASH>..<HASH> 100644 --- a/xds/src/main/java/io/grpc/xds/XdsClient.java +++ b/xds/src/main/java/io/grpc/xds/XdsClient.java @@ -40,6 +40,7 @@ import java.util.LinkedHashMap; import java.util.List; import jav...
xds: enable keepalive for XDS channel XDS clients will use a keepalive time of 5 minutes.
grpc_grpc-java
train
57d3916cd72d9a2e8378034973c69149d58b14c1
diff --git a/safe_qgis/message_viewer.py b/safe_qgis/message_viewer.py index <HASH>..<HASH> 100644 --- a/safe_qgis/message_viewer.py +++ b/safe_qgis/message_viewer.py @@ -99,6 +99,7 @@ class MessageViewer(QtWebKit.QWebView): :param message: A message to show in the viewer. :type message: Message ...
Partial work around for error message issue
inasafe_inasafe
train
bc9153eb2596d533798125c2a6535a89b4add9a7
diff --git a/test/capabilities.js b/test/capabilities.js index <HASH>..<HASH> 100644 --- a/test/capabilities.js +++ b/test/capabilities.js @@ -12,7 +12,7 @@ var Hipchatter = require(__dirname+'/../hipchatter.js'); var hipchatter = new Hipchatter(settings.apikey); /** ENDPOINTS **/ -describe.skip('Capabilities', fun...
All tests migrated to new test/disposable form of stub data
charltoons_hipchatter
train
a1cd756a28218b2cebc91834e1efc9040d864f9d
diff --git a/Auth/OpenID/DatabaseConnection.php b/Auth/OpenID/DatabaseConnection.php index <HASH>..<HASH> 100644 --- a/Auth/OpenID/DatabaseConnection.php +++ b/Auth/OpenID/DatabaseConnection.php @@ -3,12 +3,19 @@ /** * The Auth_OpenID_DatabaseConnection class, which is used to emulate * a PEAR database connection....
[project @ Fixed docstring for database connection file.]
openid_php-openid
train
726a04ce3ebf39415c5a67ec25119e29921754b1
diff --git a/src/ol/mapbrowserevent.js b/src/ol/mapbrowserevent.js index <HASH>..<HASH> 100644 --- a/src/ol/mapbrowserevent.js +++ b/src/ol/mapbrowserevent.js @@ -346,7 +346,10 @@ ol.MapBrowserEventHandler.prototype.handlePointerUp_ = function(browserEvent) { ol.MapBrowserEvent.EventType.TOUCHEND, this.map_, bro...
Forbid right click to trigger singleclick events on IE<I>
openlayers_openlayers
train
358ab1e138d0d441821b65359b4d8a7971f6d78a
diff --git a/src/test/net/jpountz/lz4/LZ4Test.java b/src/test/net/jpountz/lz4/LZ4Test.java index <HASH>..<HASH> 100644 --- a/src/test/net/jpountz/lz4/LZ4Test.java +++ b/src/test/net/jpountz/lz4/LZ4Test.java @@ -39,7 +39,7 @@ public class LZ4Test extends RandomizedTest { ByteArrayOutputStream baos = new ByteArrayOu...
Don't hard-code constants.
lz4_lz4-java
train
1be1c6c8a9bdb89cf022445408efb00640582e66
diff --git a/config/module.config.php b/config/module.config.php index <HASH>..<HASH> 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -2,7 +2,8 @@ use Doctrine\Common\Persistence\Mapping\Driver\PHPDriver; use ZFBrasil\DoctrineMoneyModule\DBAL\Types\CurrencyType; -use ZFBrasil\DoctrineMoneyMo...
Fixing module configs and registering new factory.
zfbrasil_doctrine-money-module
train
3249db871ad43281e2c5d5e8cf574c3e9feb4a9d
diff --git a/child-repo/grant-manager.js b/child-repo/grant-manager.js index <HASH>..<HASH> 100644 --- a/child-repo/grant-manager.js +++ b/child-repo/grant-manager.js @@ -199,11 +199,11 @@ GrantManager.prototype.ensureFreshness = function(grant, callback) { var self = this; var deferred = Q.defer(); - var opts...
bug: var options not found because the name of the variable is opts. Change opts variable's name to options
keycloak_keycloak-nodejs-connect
train
f181a24a0bc3c991a1f31699885d69e8564bd084
diff --git a/backup/converter/convertlib.php b/backup/converter/convertlib.php index <HASH>..<HASH> 100644 --- a/backup/converter/convertlib.php +++ b/backup/converter/convertlib.php @@ -239,15 +239,17 @@ abstract class base_converter implements loggable { protected function replace_tempdir() { global $CF...
MDL-<I> backup: Fix replace_tempdir() bug under Windows rename() fails under Windows if the destination file/directory exists. I modified the code to only call $this->get_workdir_path() once as that function creates the directory if doesn't exist. And we don't want that considering the behaviour of rename on Windows.
moodle_moodle
train
6500c84c10a00de8ee434fcc829c6914aaff9e93
diff --git a/cumulusci/__init__.py b/cumulusci/__init__.py index <HASH>..<HASH> 100644 --- a/cumulusci/__init__.py +++ b/cumulusci/__init__.py @@ -3,7 +3,7 @@ import sys __import__("pkg_resources").declare_namespace("cumulusci") -__version__ = "3.1.1.dev0" +__version__ = "3.1.1.dev1" __location__ = os.path.dirn...
delegate sub-project config construction back to the (possibly custom) project config
SFDO-Tooling_CumulusCI
train
7e492f59922d408c01c855dbff5c68ed44ea6057
diff --git a/addok/http/base.py b/addok/http/base.py index <HASH>..<HASH> 100644 --- a/addok/http/base.py +++ b/addok/http/base.py @@ -116,26 +116,19 @@ class View: resp.text = json.dumps(content) resp.content_type = 'application/json; charset=utf-8' - def parse_lon_lat(self, req): + def parse...
chore: refactor lon/lat query param parsing and add tests
addok_addok
train
38045d2a2738c1a77e95398a832be61c11bb99f0
diff --git a/app/functional/all.js b/app/functional/all.js index <HASH>..<HASH> 100644 --- a/app/functional/all.js +++ b/app/functional/all.js @@ -8,10 +8,10 @@ function elements() { { view: 'Checkbox', rect: '250px 35px 24px 24px', anchors: 'left top', checked: true }, { view: 'Label', rect: '275...
min size and fit into <I>x<I>
voloko_uki
train
a0108bddd091dc3796b2a9a66c55e171c502e178
diff --git a/etcd/v3/kv_etcd.go b/etcd/v3/kv_etcd.go index <HASH>..<HASH> 100644 --- a/etcd/v3/kv_etcd.go +++ b/etcd/v3/kv_etcd.go @@ -104,7 +104,7 @@ type etcdKV struct { common.BaseKvdb kvClient *e.Client authClient e.Auth - maintenanceClient e.Maintenance + maintenanceClient *e.Client domain ...
When setting etcd endpoints, set it for maintenance client as well.
portworx_kvdb
train
75e498f58cf68a6e03b8fa0d6b1ee323fa576dc6
diff --git a/src/rinoh/document.py b/src/rinoh/document.py index <HASH>..<HASH> 100644 --- a/src/rinoh/document.py +++ b/src/rinoh/document.py @@ -330,8 +330,10 @@ to the terms of the GNU Affero General Public License version 3.''') for match in matches: if (match.specificity == last_match...
Make 'multiple selectors match' warning more useful
brechtm_rinohtype
train
97dd8a17f9a35cd3ca73dd469ce15f20b66d5dff
diff --git a/cmd/juju/machine/upgradeseries.go b/cmd/juju/machine/upgradeseries.go index <HASH>..<HASH> 100644 --- a/cmd/juju/machine/upgradeseries.go +++ b/cmd/juju/machine/upgradeseries.go @@ -5,18 +5,19 @@ package machine import ( "fmt" + "sort" "strings" - "github.com/juju/juju/api/facades/client/leadershi...
Deterministic ordering for applications when pinning/unpinning leadership during upgrade-series command.
juju_juju
train
211bd9ca4f2e758bde8d152e94fcd0d8698d6c98
diff --git a/dwave/cloud/client.py b/dwave/cloud/client.py index <HASH>..<HASH> 100644 --- a/dwave/cloud/client.py +++ b/dwave/cloud/client.py @@ -676,7 +676,8 @@ class Client(object): Operators: available, eq, lt, lte, gt, gte, regex, covers, within, - in, contains + ...
Add set tests as solvers() operators
dwavesystems_dwave-cloud-client
train
4ca6cf7363fc914ef6ee3a9b002a490b6f9b74d0
diff --git a/src/CodeGeneration/Generator/AbstractGenerator.php b/src/CodeGeneration/Generator/AbstractGenerator.php index <HASH>..<HASH> 100644 --- a/src/CodeGeneration/Generator/AbstractGenerator.php +++ b/src/CodeGeneration/Generator/AbstractGenerator.php @@ -165,6 +165,8 @@ abstract class AbstractGenerator ...
generating embeddables and setting to objects
edmondscommerce_doctrine-static-meta
train
f33677eb0a441899b174ff2325ba3b50df1d1f28
diff --git a/ftw/http.py b/ftw/http.py index <HASH>..<HASH> 100644 --- a/ftw/http.py +++ b/ftw/http.py @@ -1,4 +1,3 @@ -import brotli from io import BytesIO import socket import ssl @@ -11,6 +10,7 @@ import re import base64 import zlib import encodings +import brotli from IPy import IP from http import cookies ...
fix(http): remove pending iteritems
CRS-support_ftw
train
dd88e8468b1062ffebe2cc375696b945a94d821f
diff --git a/test/post_processors_test.rb b/test/post_processors_test.rb index <HASH>..<HASH> 100644 --- a/test/post_processors_test.rb +++ b/test/post_processors_test.rb @@ -4,9 +4,6 @@ require 'emcee/post_processors/script_processor' require 'emcee/post_processors/stylesheet_processor' require 'emcee/documents/html...
Remove unneeded requires from post_processors test
ahuth_emcee
train
6d29c035ea74c417a810dd6bced4516561c4b430
diff --git a/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java b/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java +++ b/src/main/org/openscience/cdk/renderer/ChemModelRenderer.java @@ -291,7 +291,7 @@ p...
Added missing JavaDoc or inherit it
cdk_cdk
train
600baea6bce5609258b5ec9e1779e026dec45112
diff --git a/src/main/java/com/box/sdk/BoxFolder.java b/src/main/java/com/box/sdk/BoxFolder.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/box/sdk/BoxFolder.java +++ b/src/main/java/com/box/sdk/BoxFolder.java @@ -372,8 +372,8 @@ public class BoxFolder extends BoxItem implements Iterable<BoxItem.Info> { ...
Fixed bug in singleFIleCollabTest and premature disconect in Folder Rename
box_box-java-sdk
train
7fc9a52864add1ee6516dd729a9586163167caa9
diff --git a/tests/QuahogITTest.php b/tests/QuahogITTest.php index <HASH>..<HASH> 100644 --- a/tests/QuahogITTest.php +++ b/tests/QuahogITTest.php @@ -59,7 +59,7 @@ class QuahogITTest extends TestCase $result = $quahog->scanStream(self::EICAR); self::assertSame( - ['filename' => 'stream',...
Fixed tests by updating to the new EICAR signature name
jonjomckay_quahog
train
5e095f114d365a9cc64bc2dd7df04169884d7ef4
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -585,3 +585,13 @@ function makeHashKey(input) { return undefined; } exports.objectHash = objectHash; + +function sanitizeDate(val) { + if (!val) return null; + if (_.isDate(val)) return val; + if (_.isStrin...
added sanitizeDate() method
zipscene_objtools
train
3de3b47829d941d824c87f8021afa3b9e12f3eac
diff --git a/command/agent/command.go b/command/agent/command.go index <HASH>..<HASH> 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -740,7 +740,17 @@ func (c *Command) handleReload() { } } - if shouldReloadRPC { + var shouldReloadVault bool + switch { + case c.agent.config.Vault == nil ...
fix for dynamically reloading vault
hashicorp_nomad
train
8f5eb8523814b2c9b2942e74c97b8c808dbd8ebf
diff --git a/jawn-core/src/main/java/net/javapla/jawn/core/crypto/HmacSha256Crypto.java b/jawn-core/src/main/java/net/javapla/jawn/core/crypto/HmacSha256Crypto.java index <HASH>..<HASH> 100644 --- a/jawn-core/src/main/java/net/javapla/jawn/core/crypto/HmacSha256Crypto.java +++ b/jawn-core/src/main/java/net/javapla/jawn...
having a much larger default key to see if Travis will build correctly
MTDdk_jawn
train
394b560eab7d1a1052f8b163326dad326c1ece54
diff --git a/lib/jira/issue.rb b/lib/jira/issue.rb index <HASH>..<HASH> 100644 --- a/lib/jira/issue.rb +++ b/lib/jira/issue.rb @@ -11,7 +11,7 @@ module Jira def rest_resource(options) RestClient.proxy = ENV['http_proxy'] - @resource = RestClient::Resource.new(options[:base_path], options) + @res...
changed base_path to jira_base
chrislo_jira
train
6795fc64600da7e12082e0dab99eae1297422bbb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup +from setuptools import setup, find_packages import bolt.about name = bolt.about.project @@ -6,7 +6,7 @@ version = bolt.about.release description = bolt.about.description autho...
Fixes setup to include all packages.
abantos_bolt
train
f0e390b94da7e4e69a8c66d8d25b0b76ef2f5d15
diff --git a/src/Definition/HttpResource.php b/src/Definition/HttpResource.php index <HASH>..<HASH> 100644 --- a/src/Definition/HttpResource.php +++ b/src/Definition/HttpResource.php @@ -25,7 +25,7 @@ final class HttpResource empty($name) || (string) $properties->keyType() !== 'string' || ...
accept scalars as metas key
Innmind_rest-client
train
1ad19b04e735a3d05c630fa51c7c931c4fd2bf79
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -95,7 +95,7 @@ function formalizeWrap(wrap) { * becomes: * { * extract: 'content/element.html', - * viewWrap: {before: '<div class="wrapper-element">', after: '</div>'} + * wrap: {before: '<div class="wrapper-eleme...
Remove prepared data for template, partial and view
tilmanjusten_inventory-object
train
b4a0c7f4566609302d36f9af1c67de8370727c37
diff --git a/cli/api/attach.go b/cli/api/attach.go index <HASH>..<HASH> 100644 --- a/cli/api/attach.go +++ b/cli/api/attach.go @@ -40,7 +40,7 @@ func (a *api) Attach(config AttachConfig) error { command = append([]string{}, "/bin/bash") } - return utils.ExecNSEnter(config.Running.DockerID, command) + return ...
degrade to use nsinit if nsenter is not available
control-center_serviced
train
011b33181ee566c1566082dc645da2bb5e412f7e
diff --git a/site/content/examples/20-miscellaneous/02-immutable-data/flash.js b/site/content/examples/20-miscellaneous/02-immutable-data/flash.js index <HASH>..<HASH> 100644 --- a/site/content/examples/20-miscellaneous/02-immutable-data/flash.js +++ b/site/content/examples/20-miscellaneous/02-immutable-data/flash.js @...
site: fix immutable tutorial and example on Firefox (#<I>)
sveltejs_svelte
train
a6723d8587d1fb79be768ab456413e8414909e99
diff --git a/Resources/public/js/activity/left_menu.js b/Resources/public/js/activity/left_menu.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/activity/left_menu.js +++ b/Resources/public/js/activity/left_menu.js @@ -18,13 +18,11 @@ $('#progress-bar').html(currentStep + '/' + totalSteps); - $('.ic...
[CoreBundle] delete jquery deprecated live method
claroline_Distribution
train
ce3c8e2a1923b80cb0dc91f221da12a945330922
diff --git a/cleverhans/attacks.py b/cleverhans/attacks.py index <HASH>..<HASH> 100644 --- a/cleverhans/attacks.py +++ b/cleverhans/attacks.py @@ -8,7 +8,6 @@ import keras import math import numpy as np import tensorflow as tf -from sys import modules from .utils import batch_indices from . import utils_tf diff...
removed sys import which was not used anymore
tensorflow_cleverhans
train
8ad8bb770cacea222819bdcb1ddd782e8aa9723e
diff --git a/lib/javaReflection.js b/lib/javaReflection.js index <HASH>..<HASH> 100644 --- a/lib/javaReflection.js +++ b/lib/javaReflection.js @@ -3,14 +3,35 @@ var java = require('java'), function getMethod(obj, methodName, paramsClass, callback) { var javaParamsClass = newClassArray(paramsClass); - var method ...
javaReflection library made Async
zuazo_node-jmx
train
1afc0f5b6c722e78f87a4eb739270c15f9cb98db
diff --git a/src/Controller/EmptyDefaultHttpController.php b/src/Controller/EmptyDefaultHttpController.php index <HASH>..<HASH> 100644 --- a/src/Controller/EmptyDefaultHttpController.php +++ b/src/Controller/EmptyDefaultHttpController.php @@ -7,7 +7,7 @@ use Orpheus\Exception\UserException; use Orpheus\InputController...
Standard Orpheus <I> March 1 Implement more standards Add many missing doc & comments Clean some deprecated things
Sowapps_orpheus-inputcontroller
train
5648f07ca85026e65cc7ccb3f2e09db528b7d6bb
diff --git a/test/jobs/create-group-version-branch.js b/test/jobs/create-group-version-branch.js index <HASH>..<HASH> 100644 --- a/test/jobs/create-group-version-branch.js +++ b/test/jobs/create-group-version-branch.js @@ -785,6 +785,7 @@ describe('create-group-version-branch', async () => { accountId: '123-two-...
test: fix old test to have correct pr doc structure
greenkeeperio_greenkeeper
train
d77bded0d270fcd544f402cdc881e7eb176443d1
diff --git a/commands/command_push.go b/commands/command_push.go index <HASH>..<HASH> 100644 --- a/commands/command_push.go +++ b/commands/command_push.go @@ -134,10 +134,14 @@ func pushAsset(oid, filename string, index, totalFiles int) *hawser.WrappedError } linkMeta, status, err := hawserclient.Post(path, filen...
disable redirects for enterprise support during pre-release
git-lfs_git-lfs
train
421e97f41ffc0c96cc004e4a6bfff32ce3569d0d
diff --git a/src/Wrep/Notificato/Apns/Gateway.php b/src/Wrep/Notificato/Apns/Gateway.php index <HASH>..<HASH> 100644 --- a/src/Wrep/Notificato/Apns/Gateway.php +++ b/src/Wrep/Notificato/Apns/Gateway.php @@ -17,7 +17,7 @@ class Gateway extends SslSocket /** * Maximum size of the message envelope store (Internal use...
Raised envelope storage limit and check for null pointer Fixes issue <I>
mac-cain13_notificato
train
c9a4ea174c138dc8e9aa2f3852d07053f2f736dd
diff --git a/rsocket-core/src/main/java/io/rsocket/metadata/CompositeMetadataFlyweight.java b/rsocket-core/src/main/java/io/rsocket/metadata/CompositeMetadataFlyweight.java index <HASH>..<HASH> 100644 --- a/rsocket-core/src/main/java/io/rsocket/metadata/CompositeMetadataFlyweight.java +++ b/rsocket-core/src/main/java/i...
Fix CompositeMetadataFlyweight check of ASCII only custom mime (#<I>) * Fix CompositeMetadataFlyweight check of ASCII only custom mime This fixes potential false positives in the encodeMetadataHeader method "ASCII only" check that results in IllegalArgumentException. The first byte is readable but not actually ...
rsocket_rsocket-java
train
3eac02f676bdf9e2aae3d0785c185d177ef9e2aa
diff --git a/cmd/erasure-object.go b/cmd/erasure-object.go index <HASH>..<HASH> 100644 --- a/cmd/erasure-object.go +++ b/cmd/erasure-object.go @@ -869,6 +869,15 @@ func (er erasureObjects) putObject(ctx context.Context, bucket string, object st } else if shardFileSize < smallFileThreshold/8 { inlineBuffers = mak...
Use metadata reader in ReadVersion (#<I>) Use `readMetadata` when reading version information without data requested. Reduces IO on inlined data. Bonus: Inline compressed data as well when compression is enabled.
minio_minio
train
323d97d29cab22c1fc99cfaf53929faed0642211
diff --git a/src/sap.m/src/sap/m/RatingIndicator.js b/src/sap.m/src/sap/m/RatingIndicator.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/RatingIndicator.js +++ b/src/sap.m/src/sap/m/RatingIndicator.js @@ -12,12 +12,27 @@ sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/ui/ /** ...
[INTERNAL] sap.m.RatingIndicator: About section enhanced Change-Id: I<I>fd<I>edb9f7dfc6da<I>be<I>e5b<I>bcaf8
SAP_openui5
train
d6cb7efebaeb2d7c3fd5b099b0e7acbc925f0c66
diff --git a/ezp/Io/BinaryStorage/Legacy.php b/ezp/Io/BinaryStorage/Legacy.php index <HASH>..<HASH> 100644 --- a/ezp/Io/BinaryStorage/Legacy.php +++ b/ezp/Io/BinaryStorage/Legacy.php @@ -55,6 +55,19 @@ class Legacy implements Backend } /** + * Updates the file identified by $path with data from $updateF...
Fixed: Stubbed not implemented interface methods. This breaks test runs. Please always stub interface methods.
ezsystems_ezpublish-kernel
train
8be1aaba35aa3c4ff36ac10860b13180b256dc25
diff --git a/identity_provider.go b/identity_provider.go index <HASH>..<HASH> 100644 --- a/identity_provider.go +++ b/identity_provider.go @@ -97,6 +97,7 @@ type IdentityProvider struct { ServiceProviderProvider ServiceProviderProvider SessionProvider SessionProvider AssertionMaker AssertionMaker...
idp: Make signature method configurable (#<I>)
crewjam_saml
train
df13a092556f0195bcbd249273363a5bdbcc1e82
diff --git a/pymc3/sampling.py b/pymc3/sampling.py index <HASH>..<HASH> 100644 --- a/pymc3/sampling.py +++ b/pymc3/sampling.py @@ -265,20 +265,26 @@ def _choose_backend(trace, chain, shortcuts=None, **kwds): except KeyError: raise ValueError('Argument `trace` is invalid.') +def _make_parallel(arg, njobs...
Allow for different starting values for each chain for _mp_sample
pymc-devs_pymc
train
f9fc05fe8789b0216262861a077019de702b27eb
diff --git a/client/gutenberg/editor/api-middleware/index.js b/client/gutenberg/editor/api-middleware/index.js index <HASH>..<HASH> 100644 --- a/client/gutenberg/editor/api-middleware/index.js +++ b/client/gutenberg/editor/api-middleware/index.js @@ -47,17 +47,6 @@ export const wpcomPathMappingMiddleware = ( options, n...
Gutenberg: remove mapping for gutenberg/v1 endpoints (#<I>) Previously this mapping was need for Dynamic blocks to work. The core has moved away from these endpoints in the meantime so we don't need this mapping anymore. The Dynamic blocks are now using the standard wp/v2 endpoints.
Automattic_wp-calypso
train
f46c18cc12bac01841453b5595ca07d9f25a45f0
diff --git a/test/toyff.py b/test/toyff.py index <HASH>..<HASH> 100644 --- a/test/toyff.py +++ b/test/toyff.py @@ -177,7 +177,7 @@ class ToyFFTestCase(unittest.TestCase): energy = ff(coordinates, False) lengths = numpy.array([dm[i,j] for i,j in ff.bond_edges]) my_terms = numpy.cos...
Make test safer for i<I>
molmod_molmod
train
99f2cce2426a4246ad91c953c9776378db8a2284
diff --git a/lib/foreman_tasks/engine.rb b/lib/foreman_tasks/engine.rb index <HASH>..<HASH> 100644 --- a/lib/foreman_tasks/engine.rb +++ b/lib/foreman_tasks/engine.rb @@ -42,17 +42,17 @@ module ForemanTasks security_block :foreman_tasks do |_map| permission :view_foreman_tasks, { :'foreman_tasks/tas...
Fixes #<I> - do not load model constants too early Rails do not handle well when namespaced models are loaded prior any unnamespaced one. Loading models too soon in initialization process will be imposible with Zeitwerk, so it is good practice anyway.
theforeman_foreman-tasks
train
79aab903837e873c4e2324b6d68e0b47b64e6158
diff --git a/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java b/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java +++ b/src/frontend/org/voltdb/iv2/MpTransactionTaskQueue.java @@ -46,25 +46,12 @@ public class MpTransa...
ENG-<I>: Don't need SP checking in the MpTTQ intake.
VoltDB_voltdb
train
a8809101ed689d775d64a07d67afe48d91819413
diff --git a/ncbi_genome_download/core.py b/ncbi_genome_download/core.py index <HASH>..<HASH> 100644 --- a/ncbi_genome_download/core.py +++ b/ncbi_genome_download/core.py @@ -256,8 +256,6 @@ def filter_entries(entries, config): if not entry['relation_to_type_material'] or entry['relation_to_type_material']...
core: remove print statement for type material
kblin_ncbi-genome-download
train
81e9e0f658f7880b618d8e92f6e0147c1e8bc9d8
diff --git a/app/controllers/token_authenticate_me/api/v1/users_controller.rb b/app/controllers/token_authenticate_me/api/v1/users_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/token_authenticate_me/api/v1/users_controller.rb +++ b/app/controllers/token_authenticate_me/api/v1/users_controller.rb @@ -1...
Add require for api_me to fix a bug with the user controller (#<I>)
wildland_token_authenticate_me
train
e491665df889635269299c41cede41de3c6c88cd
diff --git a/packages/tiptap/src/Editor.js b/packages/tiptap/src/Editor.js index <HASH>..<HASH> 100644 --- a/packages/tiptap/src/Editor.js +++ b/packages/tiptap/src/Editor.js @@ -355,6 +355,10 @@ export default class Editor extends Emitter { pos = this.state.doc.nodeSize - 2 } + // selection should be ...
check if focus position is in document range
scrumpy_tiptap
train
bba91e61eac680bf584518960b9891100ecbd336
diff --git a/Classes/ContentObject/Relation.php b/Classes/ContentObject/Relation.php index <HASH>..<HASH> 100644 --- a/Classes/ContentObject/Relation.php +++ b/Classes/ContentObject/Relation.php @@ -237,6 +237,8 @@ class Tx_Solr_ContentObject_Relation { $parentContentObject->data = $backupRecord; ...
[FEATURE] Add stdWrap to SOLR_RELATION Resolves: #<I> Releases: master Change-Id: I<I>e<I>f<I>bfdd4fe<I>e9e3f0fee<I>c Reviewed-on: <URL>
TYPO3-Solr_ext-solr
train
5b410df40e4f215746c018d2a7217bb0f2963450
diff --git a/src/Joli/JoliCi/Executor.php b/src/Joli/JoliCi/Executor.php index <HASH>..<HASH> 100644 --- a/src/Joli/JoliCi/Executor.php +++ b/src/Joli/JoliCi/Executor.php @@ -56,6 +56,8 @@ class Executor * * @param unknown $directory Directory where the project to build is * @param unknown $...
Executor now use always a callback, fix test
jolicode_JoliCi
train
cfccd3985c301f6b79ee69e679d38a2e30580c75
diff --git a/lib/sassc/rails/version.rb b/lib/sassc/rails/version.rb index <HASH>..<HASH> 100644 --- a/lib/sassc/rails/version.rb +++ b/lib/sassc/rails/version.rb @@ -1,5 +1,5 @@ module SassC module Rails - VERSION = "0.1.0" + VERSION = "0.2.0" end end
bump to <I> for testing
sass_sassc-rails
train
af6d98cb8e9d0940bcd85feba8123caba492a3d4
diff --git a/i3pystatus/core/util.py b/i3pystatus/core/util.py index <HASH>..<HASH> 100644 --- a/i3pystatus/core/util.py +++ b/i3pystatus/core/util.py @@ -500,24 +500,19 @@ def make_graph(values, lower_limit=0.0, upper_limit=100.0, style="blocks"): return graph -def make_vertical_bar(percentage, width=1): +def...
Custom vertical bar glyphs (#<I>) * refactor make_vertical_bar refactor to use make_glyph under the hood (de-duping code) * Allow pulseaudio module to accept custom vertical bar arrays also added config example
enkore_i3pystatus
train
a0cc40c5f06ca455cda5531fbccdb6fae0dfc151
diff --git a/bin/pseudohiki2html.rb b/bin/pseudohiki2html.rb index <HASH>..<HASH> 100644 --- a/bin/pseudohiki2html.rb +++ b/bin/pseudohiki2html.rb @@ -233,7 +233,7 @@ end if $KCODE ENCODING_REGEXP.each do |pat, encoding| - OPTIONS[:encoding] = encoding if pat =~ $KCODE + OPTIONS[:encoding] = encoding if pat...
fix a bug that does not reflect --force option when $KCODE is set
nico-hn_PseudoHikiParser
train
c1a1773baa3a61e28a1763c893e48c654e1cde3b
diff --git a/modules/core/src/main/java/org/torquebox/core/component/ComponentResolver.java b/modules/core/src/main/java/org/torquebox/core/component/ComponentResolver.java index <HASH>..<HASH> 100644 --- a/modules/core/src/main/java/org/torquebox/core/component/ComponentResolver.java +++ b/modules/core/src/main/java/o...
Services don't need to reload app environment before starting (TORQUE-<I>) Previously we were calling ActiveSupport::Dependencies.clear in Rails applications before starting each service of an application. This causes issues if two services are starting at the same time and we clear everything out while another servic...
torquebox_torquebox
train
e20977c0c187063dedb2a0b55381958a2f9319ab
diff --git a/app/screens/collection_screen.rb b/app/screens/collection_screen.rb index <HASH>..<HASH> 100644 --- a/app/screens/collection_screen.rb +++ b/app/screens/collection_screen.rb @@ -39,6 +39,7 @@ class CollectionScreen < UICollectionViewController def collectionView(view, cellForItemAtIndexPath: index_path)...
New feature: Make sure collection cells know who their parent screen is.
infinitered_redpotion
train
9873454e15c89177ea3e067237646d4b75c96400
diff --git a/src/Shpasser/GaeSupportL5/Setup/Configurator.php b/src/Shpasser/GaeSupportL5/Setup/Configurator.php index <HASH>..<HASH> 100644 --- a/src/Shpasser/GaeSupportL5/Setup/Configurator.php +++ b/src/Shpasser/GaeSupportL5/Setup/Configurator.php @@ -56,7 +56,10 @@ class Configurator $this->createEnvProduc...
Fixed log configuration generation for older versions of `config/app.php`.
shpasser_GaeSupportL5
train
e777af7593e65f247df36e97eebff990f051b919
diff --git a/libs/functions.php b/libs/functions.php index <HASH>..<HASH> 100755 --- a/libs/functions.php +++ b/libs/functions.php @@ -31,7 +31,8 @@ 'languages' => array(), 'file_editor' => false, 'template' => 'default', - 'breadcrumbs' => false + 'breadcrum...
edited generate_page to allow for landing pages per folder
dauxio_daux.io
train
df51d89b7fa98100e15f93844dd0f27b403755a9
diff --git a/ish_parser/ish_report.py b/ish_parser/ish_report.py index <HASH>..<HASH> 100644 --- a/ish_parser/ish_report.py +++ b/ish_parser/ish_report.py @@ -311,7 +311,7 @@ Solar Irradiance: %s """ % (self.weather_station, self.latitude, self.longitude, self.elevation, self.datetime, self.air_tempera...
Update wind speed to use get_MilesPerHour()
haydenth_ish_parser
train
c48350b666654fb54d23ad2bba9eed060e5b4776
diff --git a/src/ol/renderer/webgl/PointsLayer.js b/src/ol/renderer/webgl/PointsLayer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/webgl/PointsLayer.js +++ b/src/ol/renderer/webgl/PointsLayer.js @@ -344,7 +344,7 @@ class WebGLPointsLayerRenderer extends WebGLLayerRenderer { * @inheritDoc */ renderFra...
Webgl buffer / add utility getSize function Saves checking whether the buffer was initialized with an array already
openlayers_openlayers
train
f02623a67fb27bbb26b4da5ee0d49eb1a8e6beb0
diff --git a/src/clappr-dash-shaka-playback.js b/src/clappr-dash-shaka-playback.js index <HASH>..<HASH> 100644 --- a/src/clappr-dash-shaka-playback.js +++ b/src/clappr-dash-shaka-playback.js @@ -11,6 +11,8 @@ class DashShakaPlayback extends HTML5Video { } } + static get shakaPlayer() { return shaka } + st...
add static getter to shaka player lib
clappr_dash-shaka-playback
train
5e4862453225064a3c5c36f273f3530fc1971da5
diff --git a/plenum/server/catchup/cons_proof_service.py b/plenum/server/catchup/cons_proof_service.py index <HASH>..<HASH> 100644 --- a/plenum/server/catchup/cons_proof_service.py +++ b/plenum/server/catchup/cons_proof_service.py @@ -46,6 +46,7 @@ class ConsProofService: self._quorum = Quorums(len(self._provi...
INDY-<I>: Try asking for cons proofs without timeout
hyperledger_indy-plenum
train
b89e6477257d2297340ad95b2ad2cdd8ce606131
diff --git a/routes1846/find_best_routes.py b/routes1846/find_best_routes.py index <HASH>..<HASH> 100644 --- a/routes1846/find_best_routes.py +++ b/routes1846/find_best_routes.py @@ -1,6 +1,10 @@ import functools import itertools import logging +import math +import multiprocessing +import os +import queue from ro...
Calculating best routes in paralell. After finding all the routes, split them into chunks based on the number of processes available, and put them into a work queue. Each worker gets a reference to a memory-shared value for tracking the best route value.
Auzzy_1846-routes
train
f9828175b8106949835508f66c0341a4f0008366
diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index <HASH>..<HASH> 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -45,7 +45,8 @@ module.exports = { 'Languages & Extensions': [ 'advanced/coroutines', 'advanced/rxjava2', - 'advanced/rxjava3' ...
add reactor in the left column of the doc (#<I>)
apollographql_apollo-android
train
5ad0bdda95489085aaae31981f1af770de6dcec0
diff --git a/app/views/questions/_form.html.erb b/app/views/questions/_form.html.erb index <HASH>..<HASH> 100644 --- a/app/views/questions/_form.html.erb +++ b/app/views/questions/_form.html.erb @@ -29,7 +29,7 @@ '1-5 Stars', 'Label', 'File Upload' - ] , :as => ...
Continued development of acceptance test feature Surveyform Added multiple choice question tests modified: app/views/questions/_form.html.erb modified: spec/features/surveyforms_spec.rb modified: spec/spec_helper.rb
kjayma_surveyor_gui
train
75744c22975b87542470c5d44df143c5ee32b53c
diff --git a/angular-toggle-switch.js b/angular-toggle-switch.js index <HASH>..<HASH> 100644 --- a/angular-toggle-switch.js +++ b/angular-toggle-switch.js @@ -1,40 +1,39 @@ angular.module('toggle-switch', ['ng']).directive('toggleSwitch', function () { - return { - restrict: 'EA', - replace: true, - ...
angular-toggle-switch.js: Text editor is trolling me big time. Set indentation on 2 spaces line by line. Hope this is it.
cgarvis_angular-toggle-switch
train
59944e3c146dd75fffae6b9b8b4e1e6d2f310dce
diff --git a/src/view/ThemeManager.js b/src/view/ThemeManager.js index <HASH>..<HASH> 100644 --- a/src/view/ThemeManager.js +++ b/src/view/ThemeManager.js @@ -205,7 +205,7 @@ define(function (require, exports, module) { * @return {array} collection of all available themes */ function getAllThemes() { -...
Corrected jslint complain of missing space
adobe_brackets
train