hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
dd0f25e4a3cda546c3059f36699a5fee663a482a
diff --git a/sovrin_client/test/anon_creds/test_public_repo.py b/sovrin_client/test/anon_creds/test_public_repo.py index <HASH>..<HASH> 100644 --- a/sovrin_client/test/anon_creds/test_public_repo.py +++ b/sovrin_client/test/anon_creds/test_public_repo.py @@ -105,4 +105,6 @@ def testGetRevocationPublicKey(submittedClaim...
Changed the assert in testGetPrimaryPublicKey as a workaround for the charm-crypto issue on Windows for the test to pass on Windows.
hyperledger-archives_indy-client
train
52acb7c9aaba149b8c7eccd12339c2652f8dc61f
diff --git a/config-dist.php b/config-dist.php index <HASH>..<HASH> 100644 --- a/config-dist.php +++ b/config-dist.php @@ -739,6 +739,33 @@ $CFG->admin = 'admin'; // ), // ); // +// To change name of behat parallel run site, define BEHAT_PARALLEL_SITE_NAME and parallel run sites will be suffixed +// with thi...
MDL-<I> behat: Added information about defines in config-dist
moodle_moodle
train
1049b743255514a6fbe65e9a2baccef1faa320cb
diff --git a/symode/tests/test_symode.py b/symode/tests/test_symode.py index <HASH>..<HASH> 100644 --- a/symode/tests/test_symode.py +++ b/symode/tests/test_symode.py @@ -5,6 +5,7 @@ import math import numpy as np import sympy as sp import pytest +import time from .. import OdeSystem from .bateman import bateman...
making sure jacobian is used.
bjodah_pyodesys
train
44da2259ed4d790ebeba7a33953cb3c470805781
diff --git a/lxd/storage_btrfs.go b/lxd/storage_btrfs.go index <HASH>..<HASH> 100644 --- a/lxd/storage_btrfs.go +++ b/lxd/storage_btrfs.go @@ -8,6 +8,7 @@ import ( "os/exec" "path" "path/filepath" + "sort" "strconv" "strings" "syscall" @@ -694,38 +695,14 @@ func (s *storageBtrfs) subvolsSnapshot( * else f...
btrfs: Fix recursive subvol deletion - Always iterate through the filesystem to find the subvolumes as there doesn't seem to be a good way to get a long tree of nested subvolumes out of btrfs subvolume list. - To improve performance of above, change isSubvolume to do a single syscall and not fork btrfs.
lxc_lxd
train
803fbe950c9114d04307e92a82f7cf2c27003e3b
diff --git a/omrdatasettools/downloaders/FornesMusicSymbolsDatasetDownloader.py b/omrdatasettools/downloaders/FornesMusicSymbolsDatasetDownloader.py index <HASH>..<HASH> 100644 --- a/omrdatasettools/downloaders/FornesMusicSymbolsDatasetDownloader.py +++ b/omrdatasettools/downloaders/FornesMusicSymbolsDatasetDownloader....
Removing os.makedirs before the copy_tree call to see if that fixes the erratic errors on the CI
apacha_OMR-Datasets
train
5263edc18f237402605e3520d0ae335f9f93ef5b
diff --git a/lib/bumbleworks/worker.rb b/lib/bumbleworks/worker.rb index <HASH>..<HASH> 100644 --- a/lib/bumbleworks/worker.rb +++ b/lib/bumbleworks/worker.rb @@ -39,24 +39,43 @@ class Bumbleworks::Worker < Ruote::Worker super @id = SecureRandom.uuid @info = @info && Info.new(self) - @info.save + @...
Make Worker#save cleanup more robust
bumbleworks_bumbleworks
train
9a2fad6af243915dcdda17ceaf24ea2b77ee5a5e
diff --git a/thoth/python/project.py b/thoth/python/project.py index <HASH>..<HASH> 100644 --- a/thoth/python/project.py +++ b/thoth/python/project.py @@ -79,10 +79,11 @@ class Project: with open(pipfile_lock_path or "Pipfile.lock", "r") as pipfile_lock_file: pipfile_lock = PipfileLock.fro...
Fix incosistent runtime environment attribute instantiation
thoth-station_python
train
4d625d0cbdf15172cffd723babc454c3ffceb7c1
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "rollup-plugin", "prettier" ], + "peerDependencies": { + "rollup": ">=0.66.0 <2" + }, "dependencies": { "diff": "3.5.0", "lodash.isempty": "4.4.0", diff --git a/src...
Refactor to use renderChunk instead of removed transformBundle
mjeanroy_rollup-plugin-prettier
train
d10a923a8775dcee62acdb44034ab9448c469943
diff --git a/pulsar/client/client.py b/pulsar/client/client.py index <HASH>..<HASH> 100644 --- a/pulsar/client/client.py +++ b/pulsar/client/client.py @@ -426,9 +426,18 @@ class MessageCoexecutionPodJobClient(BaseMessageJobClient): container = container_info.get("container_id") guest_ports = c...
Automatically set `managers` in the coexecution client app conf if a manager name is set when creating the client
galaxyproject_pulsar
train
e76c7699596289639bd27d1feb568a9f60fab7bd
diff --git a/rest_registration/__init__.py b/rest_registration/__init__.py index <HASH>..<HASH> 100644 --- a/rest_registration/__init__.py +++ b/rest_registration/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.3" +__version__ = "0.3.4" default_app_config = 'rest_registration.apps.RestRegistrationConfig'
Bumped version to <I>
apragacz_django-rest-registration
train
6e48e084f2f798be599dea895010cb04c72d39fa
diff --git a/lib/paleta/palette.rb b/lib/paleta/palette.rb index <HASH>..<HASH> 100644 --- a/lib/paleta/palette.rb +++ b/lib/paleta/palette.rb @@ -110,9 +110,8 @@ module Paleta end end - def self.generate_random_palette_from_color(color, n = 5) - raise(ArgumentError, "Passed argument is not a ...
random Palette generator no longer requires a seed Color
jordanstephens_paleta
train
bbee6e7b5e9e42001164486b70cb71c9d7c453ff
diff --git a/udiskie/tray.py b/udiskie/tray.py index <HASH>..<HASH> 100644 --- a/udiskie/tray.py +++ b/udiskie/tray.py @@ -7,6 +7,9 @@ __all__ = ['create_menu', 'main'] import gtk +import gio +import glib +import logging from functools import partial from collections import namedtuple from itertools i...
Add exception handling for absent icons If the icons are not present in the GTK theme, they fall back to a default supplied to the loading function.
coldfix_udiskie
train
3cb3cbfd292cd9e8a680d98e82a2f81d6d045dc6
diff --git a/pip_utils/cli.py b/pip_utils/cli.py index <HASH>..<HASH> 100644 --- a/pip_utils/cli.py +++ b/pip_utils/cli.py @@ -9,7 +9,7 @@ import argparse import sys # external imports -from pkg_resources import DistributionNotFound, get_distribution +from pip._vendor.pkg_resources import DistributionNotFound, get_...
Use pip's vendored pkg_resources This will be useful when pip is vendored in a standalone zip and setuptools will not be required
brbsix_pip-utils
train
f8d8a612540c74cd4c5ddf9ba4065d629bebddfc
diff --git a/src/migrations/create_ratings_table.php b/src/migrations/create_ratings_table.php index <HASH>..<HASH> 100644 --- a/src/migrations/create_ratings_table.php +++ b/src/migrations/create_ratings_table.php @@ -15,7 +15,7 @@ class CreateRatingsTable extends Migration $table->timestamps(); ...
user_id file changed to unsigned bigInteger.
willvincent_laravel-rateable
train
a3b50f8bb459d5b261d74979550dd42f623dbb69
diff --git a/test/MetadataEditor.test.js b/test/MetadataEditor.test.js index <HASH>..<HASH> 100644 --- a/test/MetadataEditor.test.js +++ b/test/MetadataEditor.test.js @@ -35,8 +35,16 @@ test(`MetadataEditor: clicking on "Add Translation" should not select card (#838 t.end() }) +test(`MetadataEditor: putting a cur...
Add a space for new tests.
substance_texture
train
d300e775a62083cff81fb6f6b9e152eeb6ac91a2
diff --git a/cmd/erasure-sets.go b/cmd/erasure-sets.go index <HASH>..<HASH> 100644 --- a/cmd/erasure-sets.go +++ b/cmd/erasure-sets.go @@ -106,7 +106,7 @@ func isEndpointConnectionStable(diskMap map[Endpoint]StorageAPI, endpoint Endpoi if !disk.IsOnline() { return false } - if disk.LastConn().After(lastCheck) { ...
Avoid reconnect of disk during startup sequence (#<I>)
minio_minio
train
f75edf0ae37b6cac0df38054ec297df58c010a84
diff --git a/lib/doc_site_builder/version.rb b/lib/doc_site_builder/version.rb index <HASH>..<HASH> 100644 --- a/lib/doc_site_builder/version.rb +++ b/lib/doc_site_builder/version.rb @@ -1,3 +1,3 @@ module DocSiteBuilder - VERSION = "0.0.3" + VERSION = "0.0.4" end
Release <I> This release marks the deprecation of doc_site_builder in preparation for a rename to ascii_binder.
redhataccess_ascii_binder
train
80ca284048e2e69e1e9eb8b92112dccefeeb2f64
diff --git a/qiskit/circuit/library/arithmetic/functional_pauli_rotations.py b/qiskit/circuit/library/arithmetic/functional_pauli_rotations.py index <HASH>..<HASH> 100644 --- a/qiskit/circuit/library/arithmetic/functional_pauli_rotations.py +++ b/qiskit/circuit/library/arithmetic/functional_pauli_rotations.py @@ -12,6 ...
Add missing pyling ignore to circuit library. (#<I>)
Qiskit_qiskit-terra
train
22fbee7331e4edea23ae10ec8d42da91168851a4
diff --git a/src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php b/src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php index <HASH>..<HASH> 100644 --- a/src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php +++ b/src/Kris/LaravelFormBuilder/Console/FormMakeCommand.php @@ -12,7 +12,7 @@ class FormMakeCommand e...
Change the artisan command name Your project is great and I think you and your users deserve a better (easier to use and remember) command name. :)
kristijanhusak_laravel-form-builder
train
ba2f3f26f7648a84e0fb9af544838103bb516e15
diff --git a/satpy/readers/electrol_hrit.py b/satpy/readers/electrol_hrit.py index <HASH>..<HASH> 100644 --- a/satpy/readers/electrol_hrit.py +++ b/satpy/readers/electrol_hrit.py @@ -319,7 +319,7 @@ class HRITGOMSFileHandler(HRITFileHandler): lut /= 1000 lut[0] = np.nan # Dask/XArray don't su...
Update Electro-L HRIT reader to successfully calibrate data, previously there was a bug that caused an error due to a map_blocks call not passing the correct variable.
pytroll_satpy
train
256b1ba7d96aaffa3cea794643dcd1dfb2b35fdc
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added `bytes` processor [#2008](https://github.com/ruflin/Elastica/pull/2008) * Added `indices_boost` option t...
Allow to configure a subkey when adding a param (#<I>) * Allow to configure a subkey when adding a param * Add changelog
ruflin_Elastica
train
1d25fdf753002098f7121411361b3ffc5a465740
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,16 +1,25 @@ 'use strict'; -module.exports = function (str, opts) { - var request = require('sync-request'); - var options_obj = { - 'headers': { - 'user-agent': 'http://github.com/icyflame/gh-gist-owner' - }...
Add `async` method to exports The package now exports two functions, `sync` and `async`,which work in the expected ways. The `opts` parameter has been removed as it wasn't being used (though it's easy enough to re-introduce it correctly. Tests have been updated accordingly.
icyflame_gh-gist-owner
train
5243d3d0f0e09977397478fc6e9551661e05e4cb
diff --git a/transport/src/main/java/io/netty/channel/ChannelInitializer.java b/transport/src/main/java/io/netty/channel/ChannelInitializer.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/ChannelInitializer.java +++ b/transport/src/main/java/io/netty/channel/ChannelInitializer.java @@ -1...
Add @Sharable annotation to ChannelInitializer
netty_netty
train
cc334475b0ab3fdcff3061f58474775bd09cbe4f
diff --git a/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java b/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java index <HASH>..<HASH> 100644 --- a/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java +++ b/gson/src/main/java/com/google/gson/DefaultTypeAdapters.java @@ -36,6 +36,7 @@ import ...
Fixed issue <I> by adding support for deserialization of java.util.Properties
google_gson
train
ed176504f1b0f3c99109c6be997392f37be1fe0a
diff --git a/ELiDE/ELiDE/board/pawnspot.py b/ELiDE/ELiDE/board/pawnspot.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/board/pawnspot.py +++ b/ELiDE/ELiDE/board/pawnspot.py @@ -59,28 +59,6 @@ class PawnSpot(ImageStack, Layout): super().__init__(**kwargs) self.bind(pos=self._position, positions=self....
Remove too-clever PawnSpot.collide_point(..) I'm not sure why this was still working on my other machine. I haven't actually been keeping pathimgs for some time.
LogicalDash_LiSE
train
86a265463d2764b716c254738f6cb781c66fda77
diff --git a/src/Api/AbstractApi.php b/src/Api/AbstractApi.php index <HASH>..<HASH> 100644 --- a/src/Api/AbstractApi.php +++ b/src/Api/AbstractApi.php @@ -4,9 +4,11 @@ namespace NathanDunn\Chargebee\Api; use finfo; use Http\Client\Exception; +use Http\Client\Exception\HttpException; use Http\Message\MultipartStrea...
Update AbstractApi to call ApiExceptionHandler if an exception is thrown
nathanjdunn_chargebee-php-sdk
train
341d09d9017e4f20a5d4d4720d6538932a8ad485
diff --git a/src/Console/src/Command.php b/src/Console/src/Command.php index <HASH>..<HASH> 100644 --- a/src/Console/src/Command.php +++ b/src/Console/src/Command.php @@ -63,7 +63,6 @@ abstract class Command extends SymfonyCommand $reflection = new \ReflectionMethod($this, 'perform'); $reflection->set...
Fix psalm-issue
spiral_framework
train
c3fc923dc0f699c741a0646231b8f3fcd06b0eee
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -113,17 +113,16 @@ def pkgPath(root, path, rpath="/"): return files = [] for spath in os.listdir(path): + if spath == 'test': + # ignore test directories + continue subp...
exclude test directories from deb package
python-diamond_Diamond
train
66aba69b3dd820f1d00e35e405b0a520ff76b99c
diff --git a/cutlass/cf.go b/cutlass/cf.go index <HASH>..<HASH> 100644 --- a/cutlass/cf.go +++ b/cutlass/cf.go @@ -41,6 +41,7 @@ type cfInstance struct { type App struct { Name string Path string + Stack string Buildpack string Memory string Stdout *bytes.Buffer @@ -53,6 +54,7 @@ func New...
Add stack to cutlass.App HWC buildpack requires setting stack
cloudfoundry_libbuildpack
train
31ba27560c9a617aac4219f274bacaa2cf150c43
diff --git a/core-bundle/tests/Image/ImageFactoryTest.php b/core-bundle/tests/Image/ImageFactoryTest.php index <HASH>..<HASH> 100644 --- a/core-bundle/tests/Image/ImageFactoryTest.php +++ b/core-bundle/tests/Image/ImageFactoryTest.php @@ -424,12 +424,19 @@ class ImageFactoryTest extends TestCase */ public fu...
[Core] Fix ImageFactory test
contao_contao
train
2d976b96b2d5e614f86f3090e48ce3ec21ec7270
diff --git a/packages/date/src/DateField.js b/packages/date/src/DateField.js index <HASH>..<HASH> 100644 --- a/packages/date/src/DateField.js +++ b/packages/date/src/DateField.js @@ -4,11 +4,11 @@ import { Label } from 'reactstrap'; import { FormGroup, Feedback } from '@availity/form'; import Date from './Date'; -c...
fix(DateField): use id as for in label
Availity_availity-react
train
e50f687c538f4eb701ea0c146a451a1e7d4387bc
diff --git a/src/shogun2-security/src/test/java/de/terrestris/shogun2/security/acl/AbstractAclManagementTest.java b/src/shogun2-security/src/test/java/de/terrestris/shogun2/security/acl/AbstractAclManagementTest.java index <HASH>..<HASH> 100644 --- a/src/shogun2-security/src/test/java/de/terrestris/shogun2/security/acl...
Test whether delete will also remove ACL entries
terrestris_shogun-core
train
f5a67495056edc36439e3ad21cadfe5c33561a25
diff --git a/pyecore/resources/xmi.py b/pyecore/resources/xmi.py index <HASH>..<HASH> 100644 --- a/pyecore/resources/xmi.py +++ b/pyecore/resources/xmi.py @@ -182,7 +182,11 @@ class XMIResource(Resource): parent_eobj.eClass.name, node.sourcelin...
Fix issue with serialization of multiple empty str When multiple values in a XMI are used and one of them is an empty string, the current XMI serialization write an empty string instead of a a new empty node. This commit fixes this behavior.
pyecore_pyecore
train
de874437ab4a08d11591d36f926657ae39df2be6
diff --git a/lang/nl/quiz.php b/lang/nl/quiz.php index <HASH>..<HASH> 100644 --- a/lang/nl/quiz.php +++ b/lang/nl/quiz.php @@ -1,5 +1,5 @@ <?PHP // $Id$ - // quiz.php - created with Moodle 1.4 alpha (2004081500) + // quiz.php - created with Moodle 1.4 beta (2004082300) $string['acceptederror'] = 'Geacc...
filling in missing strings (and forgot to check in)
moodle_moodle
train
d183233b325129b94897d01649a2ce2d00dba170
diff --git a/fluids/drag.py b/fluids/drag.py index <HASH>..<HASH> 100644 --- a/fluids/drag.py +++ b/fluids/drag.py @@ -23,8 +23,10 @@ SOFTWARE.''' from __future__ import division from math import exp, log, log10, tanh from scipy.constants import g +from scipy.optimize import newton +from fluids.core import Reynolds ...
Added optimized v_terminal routine for spheres
CalebBell_fluids
train
53f380ca46fa991c7a61ff2990767d086a45f82d
diff --git a/framework/db/Query.php b/framework/db/Query.php index <HASH>..<HASH> 100644 --- a/framework/db/Query.php +++ b/framework/db/Query.php @@ -516,7 +516,7 @@ class Query extends Component implements QueryInterface /** * Sets the FROM part of the query. - * @param string|array $tables the table...
improved docs of Query::from() fixes #<I>
yiisoft_yii2
train
8729e398426a03f142c2b79ca2254d22764db69c
diff --git a/es/validation.php b/es/validation.php index <HASH>..<HASH> 100644 --- a/es/validation.php +++ b/es/validation.php @@ -60,7 +60,7 @@ return [ 'regex' => 'El formato de :attribute es inválido.', 'required' => 'El campo :attribute es obligatorio.', 'required_if' ...
Update es/validation.php Provide the spanish translation for the `required_unless` attribute.
caouecs_Laravel-lang
train
7a72267b10124111ac270477e77054c5c841f335
diff --git a/kernel/classes/clusterfilehandlers/ezfsfilehandler.php b/kernel/classes/clusterfilehandlers/ezfsfilehandler.php index <HASH>..<HASH> 100644 --- a/kernel/classes/clusterfilehandlers/ezfsfilehandler.php +++ b/kernel/classes/clusterfilehandlers/ezfsfilehandler.php @@ -381,7 +381,7 @@ class eZFSFileHandler ...
Changed: there is no possible way that clearstatcache() generates an error
ezsystems_ezpublish-legacy
train
b4a26fb1a415116a28584eee83ef7ffc85cf4e64
diff --git a/bin/minify.js b/bin/minify.js index <HASH>..<HASH> 100755 --- a/bin/minify.js +++ b/bin/minify.js @@ -54,7 +54,7 @@ async function minify() { if (/^(-v|--version)$/.test(In)) return log('v' + Version); - const readOptions = await import('../lib/read-options.mjs'); + const {readOpt...
fix(minify) readOptions (close #<I>)
coderaiser_minify
train
fc400919fbafa9f329a75e120b9865669a0b0dfd
diff --git a/filter-widget/filter-widget.test.js b/filter-widget/filter-widget.test.js index <HASH>..<HASH> 100644 --- a/filter-widget/filter-widget.test.js +++ b/filter-widget/filter-widget.test.js @@ -26,12 +26,12 @@ q.module('filter-widget.ViewModel', { test('fields get()', (assert) => { const fields = [{ ...
FIX: failing filter test for excluding field from filter
roemhildtg_spectre-canjs
train
2cbf448aa18cc09597a09aeeff1240e211740f63
diff --git a/oryx-ml-oryx/src/test/java/com/cloudera/oryx/ml/speed/als/ALSSpeedIT.java b/oryx-ml-oryx/src/test/java/com/cloudera/oryx/ml/speed/als/ALSSpeedIT.java index <HASH>..<HASH> 100644 --- a/oryx-ml-oryx/src/test/java/com/cloudera/oryx/ml/speed/als/ALSSpeedIT.java +++ b/oryx-ml-oryx/src/test/java/com/cloudera/ory...
Remove System.out accidentally left in a test
OryxProject_oryx
train
16b7628c24d02b83ffc73d7bda4ccd518f4ad2f8
diff --git a/lib/texture.js b/lib/texture.js index <HASH>..<HASH> 100644 --- a/lib/texture.js +++ b/lib/texture.js @@ -365,12 +365,6 @@ module.exports = function createTextureSet ( 'rgb565': GL_UNSIGNED_SHORT_5_6_5, 'rgb5 a1': GL_UNSIGNED_SHORT_5_5_5_1 } - var textureDtypes = { - 'uint8': Uint8Array, -...
Use pool to preallocate texture
regl-project_regl
train
1e4da8b1890d9b0e4f739c82639c295e24829fa2
diff --git a/Controller/Component/CrudComponent.php b/Controller/Component/CrudComponent.php index <HASH>..<HASH> 100644 --- a/Controller/Component/CrudComponent.php +++ b/Controller/Component/CrudComponent.php @@ -570,13 +570,15 @@ class CrudComponent extends Component { */ protected function _validateId($id, $ty...
allow setting validateId to false otherwise if id is not a uuid and not an int - you can't manipulate rows at all with the crud component
FriendsOfCake_crud-json-api
train
1e6b21122a7a5f56716f7c2a9336d4d38b53bab6
diff --git a/lib/kamerling/uuid_object.rb b/lib/kamerling/uuid_object.rb index <HASH>..<HASH> 100644 --- a/lib/kamerling/uuid_object.rb +++ b/lib/kamerling/uuid_object.rb @@ -27,25 +27,28 @@ module Kamerling new args end - attr_accessor(*attrs.keys) - define_method :initialize do |args = {...
UUIDObject: less ivar abuse
chastell_kamerling
train
c54e27e5829228b6907b052e7ce0be9ec563a410
diff --git a/src/main/java/org/xbill/DNS/Lookup.java b/src/main/java/org/xbill/DNS/Lookup.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/xbill/DNS/Lookup.java +++ b/src/main/java/org/xbill/DNS/Lookup.java @@ -156,7 +156,7 @@ public final class Lookup { * * @param domains The default search path. *...
Use varargs for setting the search path
dnsjava_dnsjava
train
9f994631f8d9d8121ad3dec7a4c5c8c6e1298d2b
diff --git a/examples/with-redux/store.js b/examples/with-redux/store.js index <HASH>..<HASH> 100644 --- a/examples/with-redux/store.js +++ b/examples/with-redux/store.js @@ -32,7 +32,7 @@ export const serverRenderClock = (isServer) => dispatch => { } export const startClock = () => dispatch => { - return setInter...
Small code fix (#<I>) Using actionType instead of plain string
zeit_next.js
train
69c7b9ed5077ee3ac49b7731efdee679dbf089e3
diff --git a/lib/event/index.js b/lib/event/index.js index <HASH>..<HASH> 100644 --- a/lib/event/index.js +++ b/lib/event/index.js @@ -2,7 +2,7 @@ // var stamp = 0 var base = require('../base').prototype var timestamp = require('monotonic-timestamp') -var uuid = require('../util/uuid') +var uuid = require('../util/u...
use uuid.val to be able to make overwrites
vigour-io_vjs
train
8103492a59cfa1408b05e7cae9af3f5a88bde528
diff --git a/llrb/llrb.go b/llrb/llrb.go index <HASH>..<HASH> 100644 --- a/llrb/llrb.go +++ b/llrb/llrb.go @@ -493,7 +493,7 @@ func (n *Node) doReverse(fn Operation) (done bool) { return } -// DoRange performs fn on all values stored in the tree over the interval [from, to] from left +// DoRange performs fn on all...
Fix range description in comment We are half-open, let people know this.
biogo_store
train
f540fd38c4203bfccb4d4a7d8f6a8f89e3181763
diff --git a/code/plugins/system/koowa/database/row/abstract.php b/code/plugins/system/koowa/database/row/abstract.php index <HASH>..<HASH> 100644 --- a/code/plugins/system/koowa/database/row/abstract.php +++ b/code/plugins/system/koowa/database/row/abstract.php @@ -170,6 +170,23 @@ abstract class KDatabaseRowAbstract ...
Added KDatabaseRow::hit() method
timble_kodekit
train
6d3624dc5faaeb74251b6676a3eb2e8f43eaa21e
diff --git a/pyneuroml/pynml.py b/pyneuroml/pynml.py index <HASH>..<HASH> 100644 --- a/pyneuroml/pynml.py +++ b/pyneuroml/pynml.py @@ -188,6 +188,12 @@ def parse_arguments(): 'to Brian format') ) mut_exc_opts.add_argument( + '-brian2', + action='store_true', + help=('(Via j...
Enables option pynml -brian2
NeuroML_pyNeuroML
train
fe5336034a93bfa81fdba33517f5c81fac29a98c
diff --git a/src/main/java/org/telegram/telegrambots/updatesreceivers/BotSession.java b/src/main/java/org/telegram/telegrambots/updatesreceivers/BotSession.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/telegram/telegrambots/updatesreceivers/BotSession.java +++ b/src/main/java/org/telegram/telegrambots/update...
Renamed ignored exception Merge #<I>
rubenlagus_TelegramBots
train
a72b780b74aa2ef826bb5adcf3f45b7a261263f7
diff --git a/spec/controllers/safety_cone_mountable/cones_controller_spec.rb b/spec/controllers/safety_cone_mountable/cones_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/safety_cone_mountable/cones_controller_spec.rb +++ b/spec/controllers/safety_cone_mountable/cones_controller_spec.rb @@ -6,39 ...
controller spec for index and edit and add controller testing gem
boost_safety_cone
train
5d2397f8b757fc07c3553ba25998eaefca12abfa
diff --git a/test/schema.rb b/test/schema.rb index <HASH>..<HASH> 100644 --- a/test/schema.rb +++ b/test/schema.rb @@ -9,6 +9,7 @@ ActiveRecord::Schema.define(:version => 1) do create_table :parrots, :force => true do |t| t.column :name, :string + t.column :age, :integer t.column :pirate_id, :integer ...
Add test for onliness Added age to the Parrot schema to test for except/only Test onliness asserting that only those attributes are being duplicated
moiristo_deep_cloneable
train
2091d1632f20513fed1b4cf4f6f93b5779725c4a
diff --git a/eurekatrees/__init__.py b/eurekatrees/__init__.py index <HASH>..<HASH> 100755 --- a/eurekatrees/__init__.py +++ b/eurekatrees/__init__.py @@ -1 +1 @@ -__author__ = 'Chuck' +__author__ = 'Chuck Woodraska'
Initial commit of Eureka Trees - CW
ChuckWoodraska_EurekaTrees
train
42bc40fede5ade6517e2be3ff8905fff6ab2debc
diff --git a/lxd/migrate_instance.go b/lxd/migrate_instance.go index <HASH>..<HASH> 100644 --- a/lxd/migrate_instance.go +++ b/lxd/migrate_instance.go @@ -502,7 +502,15 @@ func (s *migrationSourceWs) Do(state *state.State, migrateOp *operations.Operati sendSnapshotNames = respHeader.GetSnapshotNames() } - volSou...
lxd/migrate/instance: Setup migration.VolumeSourceArgs in one go
lxc_lxd
train
045737e3d28eca3736f5e48517b05181d83a10c1
diff --git a/test/test_sg_postcode.rb b/test/test_sg_postcode.rb index <HASH>..<HASH> 100644 --- a/test/test_sg_postcode.rb +++ b/test/test_sg_postcode.rb @@ -43,4 +43,9 @@ class TestSgPostcode < Minitest::Test assert_kind_of Array, array_convert end + + def test_convert_with_options + convert = SgPostcod...
test: add test with option :host
ManagedApplicationServices_sg_postcode
train
61b6d1c22b049f3eff66d4dafcafe8a6d3f80eff
diff --git a/lib/better-benchmark.rb b/lib/better-benchmark.rb index <HASH>..<HASH> 100644 --- a/lib/better-benchmark.rb +++ b/lib/better-benchmark.rb @@ -74,15 +74,6 @@ module Benchmark # by the blocks. For code blocks that execute extremely rapidly, you may # need hundreds of thousands of :inner_iterations. ...
Move some code to the class that is more concerned with it (ComparisonPartial).
Pistos_better-benchmark
train
2cb6970ff621f069ff92ebe88969344fb5b5dd90
diff --git a/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java b/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java +++ b/src/main/java/org/agmip/translators/dssat/DssatXFileOutput.java @@ -955,6...
Hot fix error: missing simulation title line when the data came from non-DSSAT resource
agmip_translator-dssat
train
70af16e2bcc3fe5381ea7e130b7366aaead64a0c
diff --git a/experiments/best-synthetic-data-hyperparams.py b/experiments/best-synthetic-data-hyperparams.py index <HASH>..<HASH> 100755 --- a/experiments/best-synthetic-data-hyperparams.py +++ b/experiments/best-synthetic-data-hyperparams.py @@ -91,11 +91,9 @@ def generate_cross_validation_datasets( KFold...
print all scores at the end of search for best smoothing params
openvax_mhcflurry
train
ff270233b674c9b084be4b796df63f093e388528
diff --git a/libkbfs/tlf_journal_test.go b/libkbfs/tlf_journal_test.go index <HASH>..<HASH> 100644 --- a/libkbfs/tlf_journal_test.go +++ b/libkbfs/tlf_journal_test.go @@ -12,7 +12,6 @@ import ( "testing" "time" - "github.com/keybase/client/go/logger" "github.com/keybase/client/go/protocol/keybase1" "github.co...
tlf_journal_test: Also refactor to take advantage of new test utils
keybase_client
train
aa9d34790a4791058cf263c39336985b8f332636
diff --git a/azurerm/resource_arm_api_management_logger_test.go b/azurerm/resource_arm_api_management_logger_test.go index <HASH>..<HASH> 100644 --- a/azurerm/resource_arm_api_management_logger_test.go +++ b/azurerm/resource_arm_api_management_logger_test.go @@ -110,7 +110,7 @@ func TestAccAzureRMApiManagementLogger_ba...
Update azurerm/resource_arm_api_management_logger_test.go
terraform-providers_terraform-provider-azurerm
train
d6e543a478e2b061da45959b100a699ec7e1bdc9
diff --git a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/executor/BaseInterceptorService.java b/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/executor/BaseInterceptorService.java index <HASH>..<HASH> 100644 --- a/hapi-fhir-base/src/main/java/ca/uhn/fhir/interceptor/executor/BaseInterceptorService.java +...
Loop over new list to avoid ConcurrentModificationException in case a new hook is added while looping (#<I>)
jamesagnew_hapi-fhir
train
829b4edcc7ba971b798830759e958613529a58b0
diff --git a/src/Server.js b/src/Server.js index <HASH>..<HASH> 100644 --- a/src/Server.js +++ b/src/Server.js @@ -186,7 +186,7 @@ Server.prototype.initialize = function (port, address, config) { } // Käynnistetään pelimekaniikka, joka päivittyy 60 kertaa sekunnissa - this.game.start(60); + this.game.start(30...
Fixed kicking. Run the server at half speed (<I> updates/s)
cb-hackers_node-NetMatch
train
fdcc18f3d560e9a663268ceaf145474a8ad981e5
diff --git a/acceptance-tests/src/test/java/io/blueocean/ath/offline/BitbucketServerTest.java b/acceptance-tests/src/test/java/io/blueocean/ath/offline/BitbucketServerTest.java index <HASH>..<HASH> 100644 --- a/acceptance-tests/src/test/java/io/blueocean/ath/offline/BitbucketServerTest.java +++ b/acceptance-tests/src/t...
Add a Retry to the Bitbucket e2e test (#<I>) Thanks guys. I think V2 of this effort will be to figure out why it's failing occaionally-but-not-always. I'd like to at least make the selector that saveBranch() is looking for. It's been on my list of ones to fix up for a while now, and since saveBranch() is used all over...
jenkinsci_blueocean-plugin
train
d3423f18d34380653a4fa6317b8b18a7d338dd58
diff --git a/arrayOperations.go b/arrayOperations.go index <HASH>..<HASH> 100644 --- a/arrayOperations.go +++ b/arrayOperations.go @@ -1,12 +1,12 @@ package main import ( - "fmt" - "math" - "math/rand" - // "strconv" + // "fmt" + // "math" + // "math/rand" + // // "strconv" "sort" - "time" + // "time" ) /* **...
oops, forgot to comment out some things
adam-hanna_arrayOperations
train
bd72515bd7f07399c0bfaa0bb38fe08336cb6592
diff --git a/util/src/main/java/io/kubernetes/client/informer/ResyncRunnable.java b/util/src/main/java/io/kubernetes/client/informer/ResyncRunnable.java index <HASH>..<HASH> 100644 --- a/util/src/main/java/io/kubernetes/client/informer/ResyncRunnable.java +++ b/util/src/main/java/io/kubernetes/client/informer/ResyncRun...
fixes duplicated resync invocation
kubernetes-client_java
train
6cd633fe422f767fff570fd6cd9a7911691c5440
diff --git a/src/test/java/com/github/toastshaman/dropwizard/auth/jwt/example/SecuredResource.java b/src/test/java/com/github/toastshaman/dropwizard/auth/jwt/example/SecuredResource.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/github/toastshaman/dropwizard/auth/jwt/example/SecuredResource.java +++ b/src/tes...
fix example application ExampleAuthenticator is looking for "good-guy" in the subject field, but we were putting it in a field with the key "principal".
ToastShaman_dropwizard-auth-jwt
train
077cf94a7357573e86d5e3e3cfae5440c7824029
diff --git a/lib/uv-rays/http_endpoint.rb b/lib/uv-rays/http_endpoint.rb index <HASH>..<HASH> 100644 --- a/lib/uv-rays/http_endpoint.rb +++ b/lib/uv-rays/http_endpoint.rb @@ -163,6 +163,9 @@ module UV @tls = @scheme == 'https' @cookiejar = CookieJar.new @middleware = [] + + ...
(http:endpoint) block requests during socket state change Fixes a race condition that could occur resulting in requests being executed on a closing socket when http keep-alive was disabled.
cotag_uv-rays
train
c90b4408b0b46e866a493b6a1254d42dbf1eeee4
diff --git a/spec/pagseguro/payment_request/serializer_spec.rb b/spec/pagseguro/payment_request/serializer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pagseguro/payment_request/serializer_spec.rb +++ b/spec/pagseguro/payment_request/serializer_spec.rb @@ -140,6 +140,20 @@ describe PagSeguro::PaymentRequest::Serializ...
Updates payment request serializer spec to include credentials
pagseguro_ruby
train
2ea464b27936c45a02d106460846fa9a2d71ae68
diff --git a/umbra/components/factory/scriptEditor/workers.py b/umbra/components/factory/scriptEditor/workers.py index <HASH>..<HASH> 100644 --- a/umbra/components/factory/scriptEditor/workers.py +++ b/umbra/components/factory/scriptEditor/workers.py @@ -407,7 +407,7 @@ class Search_worker(QThread): cacheData = sel...
Fix issue in "scriptEditor" component "searchInFiles" capability.
KelSolaar_Umbra
train
e53a6b0933a861ab804b101748e9204410bf03a9
diff --git a/example.py b/example.py index <HASH>..<HASH> 100644 --- a/example.py +++ b/example.py @@ -1,12 +1,18 @@ +import re + from pyrem.host import Host, LocalHost from pyrem.task import SubprocessTask spyhunter = Host('spyhunter.cs.washington.edu') localhost = LocalHost() -server = localhost.run(['iperf',...
Adding a way to pipe output
emichael_PyREM
train
f024f02dbd405766b114acd7c33edb490bfc1f12
diff --git a/ddl/column.go b/ddl/column.go index <HASH>..<HASH> 100644 --- a/ddl/column.go +++ b/ddl/column.go @@ -409,16 +409,16 @@ func (d *ddl) dropTableColumn(t table.Table, colInfo *model.ColumnInfo, reorgInf seekHandle = handles[len(handles)-1] + 1 err = kv.RunInNewTxn(d.store, true, func(txn kv.Transacti...
*: Make go vet --shadow happy Also do some clean up.
pingcap_tidb
train
960c0af725b6c821f43bc9093172ea11375d9f39
diff --git a/wisdom-wamp/src/main/java/org/wisdom/wamp/WampController.java b/wisdom-wamp/src/main/java/org/wisdom/wamp/WampController.java index <HASH>..<HASH> 100644 --- a/wisdom-wamp/src/main/java/org/wisdom/wamp/WampController.java +++ b/wisdom-wamp/src/main/java/org/wisdom/wamp/WampController.java @@ -309,7 +309,7 ...
Use getCause() instead of getTargetException(). Both methods are equivalent, but getCause uses a newest API.
wisdom-framework_wisdom
train
8835783176ebc0768ade1eef7a9e6a27c5b76ebd
diff --git a/lib/active_rest_client/lazy_association_loader.rb b/lib/active_rest_client/lazy_association_loader.rb index <HASH>..<HASH> 100644 --- a/lib/active_rest_client/lazy_association_loader.rb +++ b/lib/active_rest_client/lazy_association_loader.rb @@ -6,7 +6,7 @@ module ActiveRestClient def initialize(nam...
Allows you to map a lazy-loaded result to a specific ActiveRestClient class
whichdigital_active-rest-client
train
30e39084846dbf97e0bdb5ebe3df0e8e6ba0e7b9
diff --git a/src/babel/transformation/transformers/minification/dead-code-elimination.js b/src/babel/transformation/transformers/minification/dead-code-elimination.js index <HASH>..<HASH> 100644 --- a/src/babel/transformation/transformers/minification/dead-code-elimination.js +++ b/src/babel/transformation/transformers...
don't perform DCE on single references nested inside the binding initializer - fixes #<I>
babel_babel
train
7613bacd65fe2dcccad289bdff3b42af0bcc7cb8
diff --git a/programs/conversion_scripts/agm_magic.py b/programs/conversion_scripts/agm_magic.py index <HASH>..<HASH> 100755 --- a/programs/conversion_scripts/agm_magic.py +++ b/programs/conversion_scripts/agm_magic.py @@ -275,11 +275,11 @@ def convert(**kwargs): # MeasOuts=pmag.measurements_methods3(MeasRecs,noav...
fix how custom_name is treated in agm_magic, addresses #<I>
PmagPy_PmagPy
train
688d0b939354090adc7739348dc59b30e9d1aea9
diff --git a/modules/gridBidAdapter.js b/modules/gridBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/gridBidAdapter.js +++ b/modules/gridBidAdapter.js @@ -272,6 +272,20 @@ export const spec = { request.regs.coppa = 1; } + const site = config.getConfig('ortb2.site'); + if (site) { + cons...
TheMediaGrid Bid Adapter: added support genre and cat from config ortb2.site (#<I>) * TheMediaGrid: added support genre and cat from config ortb2.site * TheMediaGrid: fix bug with possible undefined cat or pagecat
prebid_Prebid.js
train
884f17cd539fd8f4807982452e0422c798c88ce1
diff --git a/src/Larapi.php b/src/Larapi.php index <HASH>..<HASH> 100644 --- a/src/Larapi.php +++ b/src/Larapi.php @@ -161,13 +161,13 @@ class Larapi { * @return self */ public function setStatusMessage($msg) - { + { $msg = (string) trim($msg); - if($msg === '') - $this->s...
added support returning an array of error messages
nicklaw5_larapi
train
6f62a069229f45f50b7a9fa3be9aa429fd4b0ef1
diff --git a/aeron-util/src/main/java/uk/co/real_logic/aeron/util/concurrent/logbuffer/LogAppender.java b/aeron-util/src/main/java/uk/co/real_logic/aeron/util/concurrent/logbuffer/LogAppender.java index <HASH>..<HASH> 100644 --- a/aeron-util/src/main/java/uk/co/real_logic/aeron/util/concurrent/logbuffer/LogAppender.jav...
[Java]: Remove boxing.
real-logic_aeron
train
098369737cbe13cc604084bfcdd5fc3dabaf5e77
diff --git a/src/blackred/test/test_redis.py b/src/blackred/test/test_redis.py index <HASH>..<HASH> 100644 --- a/src/blackred/test/test_redis.py +++ b/src/blackred/test/test_redis.py @@ -107,7 +107,7 @@ class RedisLibraryNoAuthTest(RedisTestBase): sleep(6) value = self.redis.ttl('test_ttl') s...
Deprecation Warning - the second
edelbluth_blackred
train
f157bc298aca4bf83a82668c8283f716457c588a
diff --git a/gutenberg/common/stringutil.py b/gutenberg/common/stringutil.py index <HASH>..<HASH> 100644 --- a/gutenberg/common/stringutil.py +++ b/gutenberg/common/stringutil.py @@ -5,6 +5,31 @@ import re import urlparse +def safeunicode(text, *args, **kwargs): + """Converts a text to unicode. Unlike the built...
Fix encoding/sqlite incompatibilities
c-w_gutenberg
train
c48ca42d1f22b684f22fc1b5f45d4c38c832e3a8
diff --git a/lib/dht-sensor-ffi.rb b/lib/dht-sensor-ffi.rb index <HASH>..<HASH> 100644 --- a/lib/dht-sensor-ffi.rb +++ b/lib/dht-sensor-ffi.rb @@ -11,15 +11,13 @@ module DhtSensor attach_function :readDHT, [:int, :int, :pointer, :pointer], :long - def self.read(pin, type=22) + def self.read(pin, type=22, tries...
Allow changing number of retries - Add tries as an argument - Use more rubyish `Integer#upto` instead of `while` to iterate.
chetan_dht-sensor-ffi
train
8187e381b92999e6ef94ad59e94fac3f0a5250df
diff --git a/rapidoid-u/src/test/java/org/rapidoid/util/UTest.java b/rapidoid-u/src/test/java/org/rapidoid/util/UTest.java index <HASH>..<HASH> 100644 --- a/rapidoid-u/src/test/java/org/rapidoid/util/UTest.java +++ b/rapidoid-u/src/test/java/org/rapidoid/util/UTest.java @@ -427,7 +427,13 @@ public class UTest extends T...
Implemented test for U.list.
rapidoid_rapidoid
train
24f0e1a83c9d8a2e8971e25a7ac6a4c0c6d6dd4d
diff --git a/ast.go b/ast.go index <HASH>..<HASH> 100644 --- a/ast.go +++ b/ast.go @@ -3090,6 +3090,47 @@ func (l *Literal) goString(indent int, field string) string { indent+2, "", l.Val) } +// StringLiteral is a string literal. +type StringLiteral struct { + Type AST +} + +func (sl *StringLiteral) print(ps *pri...
demangle: support string literals This is incomplete but matches what LLVM currently generates.
ianlancetaylor_demangle
train
49c4387d092bb4b19d93dd8a5fe34b4f5720baf7
diff --git a/charmhelpers/contrib/templating/contexts.py b/charmhelpers/contrib/templating/contexts.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/templating/contexts.py +++ b/charmhelpers/contrib/templating/contexts.py @@ -13,8 +13,33 @@ charm_dir = os.environ.get('CHARM_DIR', '') def dict_keys_without...
REFACTOR: factor out the updating of relation data.
juju_charm-helpers
train
154b5a52bebe3359d148e01d0c9e60e0fbf6141f
diff --git a/src/core/renderers/webgl/shaders/Shader.js b/src/core/renderers/webgl/shaders/Shader.js index <HASH>..<HASH> 100644 --- a/src/core/renderers/webgl/shaders/Shader.js +++ b/src/core/renderers/webgl/shaders/Shader.js @@ -424,6 +424,8 @@ Shader.prototype.initSampler2D = function (uniform) var texture = ...
fixed filter bug only update the texture if its loaded..
pixijs_pixi.js
train
fe95d0f688143d8a84991aabb3f98a3d5bcc957e
diff --git a/models/location/Location.php b/models/location/Location.php index <HASH>..<HASH> 100644 --- a/models/location/Location.php +++ b/models/location/Location.php @@ -94,6 +94,8 @@ class Location extends \yii\db\ActiveRecord protected function _queryCountry() { $query = Location::find(); + ...
[MOD] Uid Search working
Humanized_yii2-location
train
e215cc8d81581c3c67807d536333c4a7eaf0cb1e
diff --git a/hcn/hcnendpoint.go b/hcn/hcnendpoint.go index <HASH>..<HASH> 100644 --- a/hcn/hcnendpoint.go +++ b/hcn/hcnendpoint.go @@ -37,6 +37,10 @@ type ModifyEndpointSettingRequest struct { Settings json.RawMessage `json:",omitempty"` } +type PolicyEndpointRequest struct { + Policies []EndpointPolicy `json:...
Endpoints handle arrays of Policy objects.
Microsoft_hcsshim
train
9b0b130d989f03d9b9a15eb881d07792cfff6b37
diff --git a/xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-checks/src/main/java/org/xwiki/tool/spoon/ComponentAnnotationProcessor.java b/xwiki-commons-tools/xwiki-commons-tool-spoon/xwiki-commons-tool-spoon-checks/src/main/java/org/xwiki/tool/spoon/ComponentAnnotationProcessor.java index <HASH>....
XCOMMONS-<I>: Better checks for components.txt * Bullet proofing to support more use cases (the maven release plugin use case works now)
xwiki_xwiki-commons
train
45cbf2313cdd7e84ba9ef011885adbd72d6e6604
diff --git a/github/repos.go b/github/repos.go index <HASH>..<HASH> 100644 --- a/github/repos.go +++ b/github/repos.go @@ -110,16 +110,33 @@ func (r Repository) String() string { // RepositoryListOptions specifies the optional parameters to the // RepositoriesService.List method. type RepositoryListOptions struct { ...
Add support for affiliation and visibility in RepositoryListOptions. Also updates comments in RepositoryListOptions to match the Github API docs (<URL>
google_go-github
train
1e60d8a4c3369a2d06acd1e9d8509abc20f34720
diff --git a/store.go b/store.go index <HASH>..<HASH> 100644 --- a/store.go +++ b/store.go @@ -1036,7 +1036,7 @@ func (s *store) imageTopLayerForMapping(image *Image, ristore ROImageStore, read } rc, err := layerHomeStore.Diff("", layer.ID, &diffOptions) if err != nil { - return nil, errors.Wrapf(err, "error...
store: include layerID in the error message
containers_storage
train
13919d862c42caf6c6b42a26ca94e8546de782e6
diff --git a/tests/job_unittest.py b/tests/job_unittest.py index <HASH>..<HASH> 100644 --- a/tests/job_unittest.py +++ b/tests/job_unittest.py @@ -96,7 +96,6 @@ class JobTestCase(unittest.TestCase): self.assertFalse(LOG.warning.called) Job.default_configs() self.assertTrue(LOG.warning.called)...
Don't overwrite good_defaults before restoring them.
gem_oq-engine
train
8bcb75645d445041830cf88b7c632f77536336da
diff --git a/src/Zizaco/FactoryMuff/FactoryMuff.php b/src/Zizaco/FactoryMuff/FactoryMuff.php index <HASH>..<HASH> 100644 --- a/src/Zizaco/FactoryMuff/FactoryMuff.php +++ b/src/Zizaco/FactoryMuff/FactoryMuff.php @@ -235,7 +235,8 @@ class FactoryMuff throw new \Exception("$model does not have a static $c...
Change else if to match others in file (instead of elseif)
thephpleague_factory-muffin
train
a11160bdc0eb5df0d1506c10891885b27b130a41
diff --git a/src/dynamodb_encryption_sdk/delegated_keys/jce.py b/src/dynamodb_encryption_sdk/delegated_keys/jce.py index <HASH>..<HASH> 100644 --- a/src/dynamodb_encryption_sdk/delegated_keys/jce.py +++ b/src/dynamodb_encryption_sdk/delegated_keys/jce.py @@ -70,6 +70,35 @@ class JceNameLocalDelegatedKey(DelegatedKey): ...
update JceNameLocalDelegatedKey docs to explain algorithm names and state those it supports
aws_aws-dynamodb-encryption-python
train
7189cba99f8af923520b5a6545535459d84bbfc3
diff --git a/azurerm/internal/services/storage/storage_account_resource.go b/azurerm/internal/services/storage/storage_account_resource.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/storage/storage_account_resource.go +++ b/azurerm/internal/services/storage/storage_account_resource.go @@ -370,6 +370,12...
Support for `change_feed_enabled` in `azurerm_storage_account` (#<I>) Fix #<I> === RUN TestAccStorageAccount_blobProperties === PAUSE TestAccStorageAccount_blobProperties === CONT TestAccStorageAccount_blobProperties --- PASS: TestAccStorageAccount_blobProperties (<I>s) All tests have passed.
terraform-providers_terraform-provider-azurerm
train
d240cd34b75b3f6dfc9730a7cf273991b490b344
diff --git a/entitlement/src/test/java/com/ning/billing/entitlement/api/TestApiBase.java b/entitlement/src/test/java/com/ning/billing/entitlement/api/TestApiBase.java index <HASH>..<HASH> 100644 --- a/entitlement/src/test/java/com/ning/billing/entitlement/api/TestApiBase.java +++ b/entitlement/src/test/java/com/ning/bi...
Stop test mysql instances correctly at the end of the tests
killbill_killbill
train
c76f7ef9a6505f8bbefff3b1964363fc84e9d1ce
diff --git a/lib/Site.php b/lib/Site.php index <HASH>..<HASH> 100644 --- a/lib/Site.php +++ b/lib/Site.php @@ -117,14 +117,6 @@ class Site extends \Timber\Site return $file; } - private function getSiteNameSpace() - { - $called_class = get_called_class(); - $reflection = new \Reflect...
Views get passed an instance of the Site, in order to properly instantiate the correct post type of the MetaDataBinding
StoutLogic_understory
train
5cb276d1bf4be60281a1ed9302d0a78852dc515d
diff --git a/phraseapp/lib.go b/phraseapp/lib.go index <HASH>..<HASH> 100644 --- a/phraseapp/lib.go +++ b/phraseapp/lib.go @@ -15,7 +15,7 @@ import ( const ( RevisionDocs = "ae7df97629e13d98990793ba65bfd94f6a50cda8" - RevisionGenerator = "HEAD/2017-01-16T115830/alex" + RevisionGenerator = "4b761c876a388e24438...
re-generate lib.go
phrase_phraseapp-go
train
e0e01b5a85a12595c4a7db960b096c406586cbf7
diff --git a/lib/azure/virtual_machine_management/serialization.rb b/lib/azure/virtual_machine_management/serialization.rb index <HASH>..<HASH> 100644 --- a/lib/azure/virtual_machine_management/serialization.rb +++ b/lib/azure/virtual_machine_management/serialization.rb @@ -89,7 +89,7 @@ module Azure xml.O...
Missing ConfigurationSet for OS for custom images in request Custom images are assigned an image_type of 'VM as compared to stock images, which have a type of 'OS'. Without adding || image.image_type == 'VM' at line <I> of serialization.rb, the serialized request does not contain a ConfigurationSet for the OS (onl...
Azure_azure-sdk-for-ruby
train
1c9f2bc0418354b45a498cf9758f308b2bd4ed00
diff --git a/post_office/tests/utils.py b/post_office/tests/utils.py index <HASH>..<HASH> 100644 --- a/post_office/tests/utils.py +++ b/post_office/tests/utils.py @@ -60,23 +60,34 @@ class UtilsTest(TestCase): self.assertRaises(ValidationError, validate_email_with_name, 'Alice <invalid_mail>') def test_...
Added test for cache, added more comments on tests
ui_django-post_office
train