hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
96f0d853ff53c3a98abb5f7f76bea422c88c4bbe
diff --git a/lib/shed/opts/asdoc_package_opts.rb b/lib/shed/opts/asdoc_package_opts.rb index <HASH>..<HASH> 100644 --- a/lib/shed/opts/asdoc_package_opts.rb +++ b/lib/shed/opts/asdoc_package_opts.rb @@ -15,7 +15,7 @@ class ASDocPackageOpts < ToolOpts def self.default_config dc = superclass.default_config - ...
• Changing the outputted file name to end with '-config.xml' in line with conventions.
simongregory_tool-shed
train
rb,rb
fa145b23927e6d5ed9149fbf34bfb66ec87b5567
diff --git a/lxd/containers_post.go b/lxd/containers_post.go index <HASH>..<HASH> 100644 --- a/lxd/containers_post.go +++ b/lxd/containers_post.go @@ -605,7 +605,7 @@ func createFromCopy(d *Daemon, project string, req *api.InstancesPost) response. run := func(op *operations.Operation) error { instanceOnly := req...
lxd/containers/post: Passes operation to instanceCreateAsCopy
lxc_lxd
train
go
84ed0eb6f16739de4328c3af03b5e973f3b2ee5e
diff --git a/core/scope.js b/core/scope.js index <HASH>..<HASH> 100644 --- a/core/scope.js +++ b/core/scope.js @@ -116,6 +116,10 @@ catch (e) {} }; + // now "freeze" the console object (issue #230) + // @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze + Obj...
scope: * "protect" console object methods via Object.freeze * throw a more meaningful exception when native console.log can't be called
macbre_phantomas
train
js
2b4221c8529f017ddee9d718dc6b6304ba7a4745
diff --git a/tools/release.js b/tools/release.js index <HASH>..<HASH> 100755 --- a/tools/release.js +++ b/tools/release.js @@ -21,7 +21,7 @@ var config = { releaseMessage: 'Release {{ version }}', backToDevMessage: 'Bump to dev version', bumpType: 'patch', - files: ['package.json', 'bower.json'], + ...
Remove updating of version key in bower.json from release tasks
kimmobrunfeldt_progressbar.js
train
js
f116bd71f63eefcef7420e2b7079a13566ec538a
diff --git a/core/src/main/java/com/orientechnologies/orient/core/Orient.java b/core/src/main/java/com/orientechnologies/orient/core/Orient.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/core/Orient.java +++ b/core/src/main/java/com/orientechnologies/orient/core/Orient.java @@ -4...
fixed cached schema (client side) after database drop
orientechnologies_orientdb
train
java
d908cb3e717c7bf5f429de39dd047b445459246a
diff --git a/doc/source/conf.py b/doc/source/conf.py index <HASH>..<HASH> 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -19,6 +19,7 @@ import os import sys from mock import Mock as MagicMock +import mapchete sys.path.insert(0, os.path.abspath('../../'))
assert mapchete is correctly installed at RTD
ungarj_mapchete
train
py
2f2ebb7bb6382344f40c758ca66f8c2bb8edc982
diff --git a/salt/modules/yumpkg.py b/salt/modules/yumpkg.py index <HASH>..<HASH> 100644 --- a/salt/modules/yumpkg.py +++ b/salt/modules/yumpkg.py @@ -1857,6 +1857,11 @@ def mod_repo(repo, basedir=None, **kwargs): 'Only one of \'mirrorlist\' and \'baseurl\' can be specified' ) + if 'disabled'...
mark repo not enabled when pkgrepo state passes in disable: True
saltstack_salt
train
py
f3b1f48deecac68342bc240132d9c8ef543616c9
diff --git a/public_html/profiles/social/modules/social_features/social_event/src/Plugin/Block/EnrollActionBlock.php b/public_html/profiles/social/modules/social_features/social_event/src/Plugin/Block/EnrollActionBlock.php index <HASH>..<HASH> 100644 --- a/public_html/profiles/social/modules/social_features/social_even...
DS-<I> by jochemvn, Convert object to string DS-<I> by jochemvn, Convert object to string
goalgorilla_open_social
train
php
08a932f5f104a9174d2118fafc0c95e812161936
diff --git a/moto/elb/urls.py b/moto/elb/urls.py index <HASH>..<HASH> 100644 --- a/moto/elb/urls.py +++ b/moto/elb/urls.py @@ -1,5 +1,8 @@ from __future__ import unicode_literals -from .responses import ELBResponse +from six.moves.urllib.parse import parse_qs +from botocore.awsrequest import AWSPreparedRequest + +from...
handling AWSPreparedRequest instances in dispatch
spulec_moto
train
py
60748078816d87765028997b638adc779330b7eb
diff --git a/dalesbred/src/main/java/org/dalesbred/internal/utils/TypeUtils.java b/dalesbred/src/main/java/org/dalesbred/internal/utils/TypeUtils.java index <HASH>..<HASH> 100644 --- a/dalesbred/src/main/java/org/dalesbred/internal/utils/TypeUtils.java +++ b/dalesbred/src/main/java/org/dalesbred/internal/utils/TypeUtil...
Replace TODO with more descriptive comment.
EvidentSolutions_dalesbred
train
java
ed62faf265d65edb91890627cdc9a7a6e57486f7
diff --git a/vault/core.go b/vault/core.go index <HASH>..<HASH> 100644 --- a/vault/core.go +++ b/vault/core.go @@ -1763,11 +1763,6 @@ func (c *Core) sealInternalWithOptions(grabStateLock, keepHALock, performCleanup c.logger.Info("marked as sealed") - // Give the barrier a chance to persist encryption counts - if ...
Take the state lock in checkBarrierRotate, and don't save on seal (#<I>) * Use the state lock, and don't bother a last minute check on seal * defer
hashicorp_vault
train
go
773e4914c223773f24e14ec81f41f29ed9d28554
diff --git a/synapse/lib/types.py b/synapse/lib/types.py index <HASH>..<HASH> 100644 --- a/synapse/lib/types.py +++ b/synapse/lib/types.py @@ -625,7 +625,7 @@ class Hex(Type): return self._normPyStr(s_common.ehex(valu)) def indx(self, norm): - return s_common.uhex(norm) + return self._getI...
use _getIndxChop on hex types to make large rsa:key values work (#<I>)
vertexproject_synapse
train
py
5628c1dde567021e1811f708abae049ce7e4a1c1
diff --git a/lib/fs.js b/lib/fs.js index <HASH>..<HASH> 100644 --- a/lib/fs.js +++ b/lib/fs.js @@ -217,7 +217,7 @@ function _readAndFilterDirSync(path, options) { } function _copyDir(src, dest, options = {}, parent = '') { - return checkParent(dest).then(() => _readAndFilterDir(src, options)) + return _readAndFil...
Exclude checkParent() in copyDir() from recursive function. Just by calling checkParent() once, directories up to their parents have been created and it is not necessary to put them in recursion.
hexojs_hexo-fs
train
js
4620745074f7f27a3bb900a61019dea410ed63cd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -170,7 +170,7 @@ CompassCompiler.prototype.updateCache = function (srcDir, destDir) { .then(function() { return destDir; }, function (err) { - msg = err.message || err; + var msg = err.message || err...
Fix jshint error where msg is not defined
g13013_broccoli-compass
train
js
d99d8d99d8c878ab53e29d920aa589eadd7fb213
diff --git a/protobuf/src/main/java/io/grpc/protobuf/StatusProto.java b/protobuf/src/main/java/io/grpc/protobuf/StatusProto.java index <HASH>..<HASH> 100644 --- a/protobuf/src/main/java/io/grpc/protobuf/StatusProto.java +++ b/protobuf/src/main/java/io/grpc/protobuf/StatusProto.java @@ -151,7 +151,7 @@ public final clas...
protobuf: fix @since for fromStatusAndTrailers It was added in 1e9bd9a8 which was initially released in <I>.
grpc_grpc-java
train
java
6b9d29df14364260bd196da83767d686c7ddde13
diff --git a/src/lib/driver/Session.js b/src/lib/driver/Session.js index <HASH>..<HASH> 100644 --- a/src/lib/driver/Session.js +++ b/src/lib/driver/Session.js @@ -401,7 +401,8 @@ export default function Send(driver) { if (this.handlers.isInvalidWeigth()) { return Promise.reject('Cu...
Fixed logic for adding and removing signers when custom required amount of signers is enabled
stellarterm_stellarterm
train
js
f0416acc37d8e7792dbf44e5c94ca2c114d625c7
diff --git a/tests/unit/modules/test_ssh.py b/tests/unit/modules/test_ssh.py index <HASH>..<HASH> 100644 --- a/tests/unit/modules/test_ssh.py +++ b/tests/unit/modules/test_ssh.py @@ -91,8 +91,13 @@ class SSHAuthKeyTestCase(TestCase, LoaderModuleMockMixin): email = 'github.com' empty_line = '\n' ...
Add mode back in for tmp file creation on Linux The mode arg was removed in PR #<I> to get this test to pass on Windows. However, this caused the same test to fail on Arch Linux when running Python 3. Let's keep the test the way it was for non-windows boxes, and only remove the mode for windows.
saltstack_salt
train
py
3268f277b2705295b8828062ad6ab279a8d05f28
diff --git a/evaluation/calculator.rb b/evaluation/calculator.rb index <HASH>..<HASH> 100644 --- a/evaluation/calculator.rb +++ b/evaluation/calculator.rb @@ -32,7 +32,7 @@ report "loading program" do module_function def distance(str1, str2) ::JaroWinkler.distance(str1, str2) - end + en...
Do not override JaroWinkler.distance method on JRuby
yuki24_did_you_mean
train
rb
0b98ef3c6b448dce3da7db2e20c78a087361d637
diff --git a/shared/instance.go b/shared/instance.go index <HASH>..<HASH> 100644 --- a/shared/instance.go +++ b/shared/instance.go @@ -313,6 +313,10 @@ func ConfigKeyChecker(key string) (func(value string) error, error) { if strings.HasSuffix(key, ".driver") { return validate.IsAny, nil } + + if strings.HasS...
shared: Allow volatile uuid config keys
lxc_lxd
train
go
fc5922cb2291544f5b0bf295644264fb7931f001
diff --git a/pythonforandroid/__init__.py b/pythonforandroid/__init__.py index <HASH>..<HASH> 100644 --- a/pythonforandroid/__init__.py +++ b/pythonforandroid/__init__.py @@ -1,2 +1,2 @@ -__version__ = '2019.06.06' +__version__ = '2019.06.06.post0'
Updated version to <I>.post0
kivy_python-for-android
train
py
bcc3b2ac09fbfc9e70d48733652d6f9bad8f668c
diff --git a/hamster/hamster-applet.py b/hamster/hamster-applet.py index <HASH>..<HASH> 100755 --- a/hamster/hamster-applet.py +++ b/hamster/hamster-applet.py @@ -42,15 +42,13 @@ import hamster.defs # Setup i18n locale_dir = os.path.abspath(os.path.join(hamster.defs.DATA_DIR, "locale")) -gettext.bindtextdomain('ham...
cooler gettext imports that allow seeing glade files in locale without switching whole UI svn path=/trunk/; revision=<I>
projecthamster_hamster
train
py
48e926d463727924dc018b10508cd695cfe2e1be
diff --git a/src/components/grid/index.js b/src/components/grid/index.js index <HASH>..<HASH> 100755 --- a/src/components/grid/index.js +++ b/src/components/grid/index.js @@ -60,7 +60,41 @@ const Main = { const ColSpacer = createSimpleFunctional('col--spacer') const Spacer = createSimpleFunctional('spacer') -const ...
added logic to retain scroll position on refresh
vuetifyjs_vuetify
train
js
3ec00faa404fbb1100b9b949d7646bbf7892a8b4
diff --git a/lib/assets.js b/lib/assets.js index <HASH>..<HASH> 100644 --- a/lib/assets.js +++ b/lib/assets.js @@ -289,12 +289,20 @@ module.exports = { _.each(self._assetPaths, function(fsPath, web) { var from = self.options.rootDir + '/public' + web; var to = fsPath + '/public'; - ...
Better symbolic link recreation, not confused by existing, invalid links
apostrophecms_apostrophe
train
js
4a3254eee4926fe7ad75e783acdb6d8e8d7009ab
diff --git a/src/js/mep-feature-stop.js b/src/js/mep-feature-stop.js index <HASH>..<HASH> 100644 --- a/src/js/mep-feature-stop.js +++ b/src/js/mep-feature-stop.js @@ -7,9 +7,9 @@ // STOP BUTTON $.extend(MediaElementPlayer.prototype, { buildstop: function(player, controls, layers, media) { - var t = this, - ...
Linting Stop feature Removing unused var
mediaelement_mediaelement
train
js
096a79914527467eecfcf1a7974509c4d7ffd08f
diff --git a/config/webpack.common.js b/config/webpack.common.js index <HASH>..<HASH> 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -245,7 +245,7 @@ module.exports = { */ new HtmlWebpackPlugin({ template: 'src/index.html', - chunksSortMode: helpers.packageSort(['polyfill...
chore(webpack): simplify HtmlWebpackPlugin options (#<I>)
inchingorg_xdata-web
train
js
a39c7268ab6ae670c4fed0518047c655f18530af
diff --git a/ext/gpgme/extconf.rb b/ext/gpgme/extconf.rb index <HASH>..<HASH> 100644 --- a/ext/gpgme/extconf.rb +++ b/ext/gpgme/extconf.rb @@ -66,7 +66,6 @@ EOS recipe.target = File.join(ROOT, "ports") recipe.files = [{ :url => "https://www.gnupg.org/ftp/gcrypt/#{recipe.name}/#{recipe.name}-#{recipe.ve...
oops! removing old SHA
ueno_ruby-gpgme
train
rb
4e8ea4603247cc2c00dc958e59ec2634bd4f9848
diff --git a/owncloud/test/test.py b/owncloud/test/test.py index <HASH>..<HASH> 100644 --- a/owncloud/test/test.py +++ b/owncloud/test/test.py @@ -429,6 +429,28 @@ class TestFileAccess(unittest.TestCase): 'x' ) + def test_copy_in_place(self): + """Test copy in place""" + + self....
added test_copy_in_place
owncloud_pyocclient
train
py
dc03b66645f8e8544ec9af0e46f19789eb948ad4
diff --git a/src/plotypus/plotypus.py b/src/plotypus/plotypus.py index <HASH>..<HASH> 100644 --- a/src/plotypus/plotypus.py +++ b/src/plotypus/plotypus.py @@ -137,9 +137,10 @@ def get_args(): args = parser.parse_args() - rcParams = rc_params_from_file(fname=args.matplotlibrc, - ...
No longer handles matplotlibrc file when output directory unspecified.
astroswego_plotypus
train
py
87f8d2554389cc50cc46e53d532049de073d52ea
diff --git a/eZ/Publish/Core/Persistence/Cache/ContentHandler.php b/eZ/Publish/Core/Persistence/Cache/ContentHandler.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/Cache/ContentHandler.php +++ b/eZ/Publish/Core/Persistence/Cache/ContentHandler.php @@ -60,6 +60,8 @@ class ContentHandler extends Abstra...
Implement EZP-<I>: Cache content load calls with translations Sort translations to make sure cache is used no matter user provided order.
ezsystems_ezpublish-kernel
train
php
875cff225d26ccba6a949d7b49d495f8df7c88e1
diff --git a/lib/puppet/network/http/api/master/v3/environment.rb b/lib/puppet/network/http/api/master/v3/environment.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/network/http/api/master/v3/environment.rb +++ b/lib/puppet/network/http/api/master/v3/environment.rb @@ -22,7 +22,7 @@ class Puppet::Network::HTTP::API::M...
(maint) Fix a typo in Puppet::Network::HTTP::API::Master::V3::Environment Thanks to Ryan Coleman for complaining and to Brian Cain for actually finding where it was hiding.
puppetlabs_puppet
train
rb
abfe6d325dc0f9014dd7e233d8762276beeeeb15
diff --git a/lib/genevalidator/get_raw_sequences.rb b/lib/genevalidator/get_raw_sequences.rb index <HASH>..<HASH> 100644 --- a/lib/genevalidator/get_raw_sequences.rb +++ b/lib/genevalidator/get_raw_sequences.rb @@ -168,8 +168,6 @@ module GeneValidator raw_seqs = efile.read failed_raw_sequences(raw_seq...
remove a rescue block that is counter-productive
wurmlab_genevalidator
train
rb
f1d127fffaa0c053c2d2b6976817b02c34a35cb1
diff --git a/templates/connect.php b/templates/connect.php index <HASH>..<HASH> 100755 --- a/templates/connect.php +++ b/templates/connect.php @@ -572,11 +572,11 @@ return; var site = { - uid : $this.find( '.uid' ).tex...
[multisite] [opt-in]: (1) Moved the hidden opt-in params to a proper hidden input elements; (2) Adjusted the blog title param from 'name' to 'title' for consistency;
Freemius_wordpress-sdk
train
php
e3bfb6e53a0e565fc5f7079ad978da60c6206c5a
diff --git a/lib/identity_cache/query_api.rb b/lib/identity_cache/query_api.rb index <HASH>..<HASH> 100644 --- a/lib/identity_cache/query_api.rb +++ b/lib/identity_cache/query_api.rb @@ -32,8 +32,9 @@ module IdentityCache if IdentityCache.should_cache? require_if_necessary do - coder = ...
Precache normalized associated records in FetchHit runs Also "cache" result of resolve_cache_miss in fetch to avoid record_from_coder overhead.
Shopify_identity_cache
train
rb,rb
a0730136226c358893ae866ff0b351ff7e079f19
diff --git a/hollow/src/main/java/com/netflix/hollow/api/codegen/HollowAPIFactoryJavaGenerator.java b/hollow/src/main/java/com/netflix/hollow/api/codegen/HollowAPIFactoryJavaGenerator.java index <HASH>..<HASH> 100644 --- a/hollow/src/main/java/com/netflix/hollow/api/codegen/HollowAPIFactoryJavaGenerator.java +++ b/holl...
Generated HollowAPI factories should actually use cached type specification.
Netflix_hollow
train
java
2a1dac42b2e2d2c60325dec915bba8f2ad386f78
diff --git a/Kwf/Modernizr/Dependency.php b/Kwf/Modernizr/Dependency.php index <HASH>..<HASH> 100644 --- a/Kwf/Modernizr/Dependency.php +++ b/Kwf/Modernizr/Dependency.php @@ -95,7 +95,7 @@ class Kwf_Modernizr_Dependency extends Kwf_Assets_Dependency_Abstract $cwd = getcwd(); chdir(dirname(dirname(dirn...
call grunt also not directly but with node binay fixes build if executable bit doesn't work
koala-framework_kwf-modernizr
train
php
f2034cddde399973c73015a7c149d727af6c84ca
diff --git a/bigchaindb/core.py b/bigchaindb/core.py index <HASH>..<HASH> 100644 --- a/bigchaindb/core.py +++ b/bigchaindb/core.py @@ -417,12 +417,10 @@ class Bigchain(object): return owned - def get_transactions_filtered(self, asset_id=None, operation=None): + def get_transactions_filtered(self, ass...
make asset_id not optional in get_transactions_filtered
bigchaindb_bigchaindb
train
py
8abec10d55c5f57d55917a51d7f8e86855832b61
diff --git a/auth/shibboleth/logout.php b/auth/shibboleth/logout.php index <HASH>..<HASH> 100644 --- a/auth/shibboleth/logout.php +++ b/auth/shibboleth/logout.php @@ -26,13 +26,14 @@ if (!is_enabled_auth('shibboleth')) { $inputstream = file_get_contents("php://input"); if ($action == 'logout' && !empty($redirect)) { ...
MDL-<I> shibboleth: handle users who are logged out If the user is (already) logged out, do not access $USER->auth and redirect him to the return URL.
moodle_moodle
train
php
76927921d9c91ae23ca49cf950aa61ce3ff8b4a3
diff --git a/code/Calendar.php b/code/Calendar.php index <HASH>..<HASH> 100755 --- a/code/Calendar.php +++ b/code/Calendar.php @@ -727,6 +727,10 @@ class Calendar_Controller extends Page_Controller { if(is_numeric($id) && $oid) { if(!$feed) { $event = DataObject::get_by_id($announcement ? $this->data()->ge...
FIX: handle invalid event ID on ICS export
unclecheese_silverstripe-event-calendar
train
php
6cf8b266d238281ef8733f0de4faa4388e722aa4
diff --git a/tests/testargs.py b/tests/testargs.py index <HASH>..<HASH> 100644 --- a/tests/testargs.py +++ b/tests/testargs.py @@ -12,7 +12,6 @@ import lancet from io import BytesIO from contextlib import contextmanager import sys -from cStringIO import StringIO from contextlib import contextmanager
Removed stray import of cStringIO
ioam_lancet
train
py
d88afd580cc8c51177b3686faf0f9a56713eed1e
diff --git a/cluster_lensing/clusters.py b/cluster_lensing/clusters.py index <HASH>..<HASH> 100644 --- a/cluster_lensing/clusters.py +++ b/cluster_lensing/clusters.py @@ -18,9 +18,9 @@ import pandas as pd from astropy import units import os -from nfw import SurfaceMassDensity -import cofm -import utils +#from nfw i...
comment out importing of modules in this package They are already imported by __init__.py
jesford_cluster-lensing
train
py,py
b6dfe8554af92b35c3e610b456f15b22b7b86d98
diff --git a/syncobj_ut.py b/syncobj_ut.py index <HASH>..<HASH> 100755 --- a/syncobj_ut.py +++ b/syncobj_ut.py @@ -290,7 +290,7 @@ def checkBigStorage(): o1.addKeyValue('test', testRandStr) # Wait for replication. - doTicks(objs, 20.0, 0.005) + doTicks(objs, 40.0, 0.005) assert o1.getValue('test') == testRand...
Enlarge wait time for bigStorage test
bakwc_PySyncObj
train
py
a87f436ef4a7f68abf41c1adf407d2ead91068c3
diff --git a/pelix/shell/core.py b/pelix/shell/core.py index <HASH>..<HASH> 100644 --- a/pelix/shell/core.py +++ b/pelix/shell/core.py @@ -725,11 +725,13 @@ class Shell(object): if not self.execute(line, session): session.write_line( "Command at...
run_file() returns False in case of exception/command error
tcalmant_ipopo
train
py
f1fffcabe7d3fbad337186af53c50dc808ff91b2
diff --git a/filemail/__init__.py b/filemail/__init__.py index <HASH>..<HASH> 100644 --- a/filemail/__init__.py +++ b/filemail/__init__.py @@ -1 +1,2 @@ # -*- coding: utf-8 -*- +__all__ = ['Filemail', 'Transfer'] \ No newline at end of file
just added __all__
apetrynet_pyfilemail
train
py
40e68384daa1a964b78ab9e9189d7ec8d32d0162
diff --git a/app/builders/ndr_ui/bootstrap/inline_errors_and_warnings.rb b/app/builders/ndr_ui/bootstrap/inline_errors_and_warnings.rb index <HASH>..<HASH> 100644 --- a/app/builders/ndr_ui/bootstrap/inline_errors_and_warnings.rb +++ b/app/builders/ndr_ui/bootstrap/inline_errors_and_warnings.rb @@ -14,7 +14,7 @@ module ...
# wrap help-block and its child elements in :div instead of :span. style tweak s for fields with both error and warnings.
PublicHealthEngland_ndr_ui
train
rb
22d2299230533446c41a9e62901f76a73e1958ef
diff --git a/bokeh/widgetobjects.py b/bokeh/widgetobjects.py index <HASH>..<HASH> 100644 --- a/bokeh/widgetobjects.py +++ b/bokeh/widgetobjects.py @@ -84,7 +84,6 @@ class ShinyApp(PlotObject): app.create(session()) return app - @bokeh_app.route(route) def examplea...
have to name function before calling route if we want to support multiple apps
bokeh_bokeh
train
py
a242abbad8e2204a6ae7a4f8415abe71c9773a9c
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/test_case.rb +++ b/activesupport/lib/active_support/test_case.rb @@ -20,7 +20,7 @@ module ActiveSupport alias_method :method_name, :name ...
Skip backtrace filters if BACKTRACE environment variable is set
rails_rails
train
rb
0191435531bf32b9f4ad339d78482a2310b1babd
diff --git a/cypher/syntax.py b/cypher/syntax.py index <HASH>..<HASH> 100644 --- a/cypher/syntax.py +++ b/cypher/syntax.py @@ -173,10 +173,18 @@ class ValueList(Token): self.delimiter = delimiter def tokenize(self): - return delimit([ - value if isinstance(value, Token) else Value(valu...
Skip delimiting in ValueList if delimiter is None
bruth_cypher
train
py
1174073ec7233ed008a8ecf04509407e6020c218
diff --git a/src/main/java/org/telegram/botapi/api/TelegramBot.java b/src/main/java/org/telegram/botapi/api/TelegramBot.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/telegram/botapi/api/TelegramBot.java +++ b/src/main/java/org/telegram/botapi/api/TelegramBot.java @@ -35,6 +35,7 @@ public final class Telegram...
Made it possible to get the TelegramBot's key, required for file downloading.
zackpollard_JavaTelegramBot-API
train
java
595a340b7a36b957e81e6bcaa7a0f6852d4b5cf7
diff --git a/hack/update/golang_version/update_golang_version.go b/hack/update/golang_version/update_golang_version.go index <HASH>..<HASH> 100644 --- a/hack/update/golang_version/update_golang_version.go +++ b/hack/update/golang_version/update_golang_version.go @@ -154,6 +154,11 @@ func main() { if err != nil || sta...
skip updating to rc version of Golang
kubernetes_minikube
train
go
321bc1b4d2702e1b7c343c8d000181bdc6b573c2
diff --git a/lib/i18n/tests/interpolation.rb b/lib/i18n/tests/interpolation.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/tests/interpolation.rb +++ b/lib/i18n/tests/interpolation.rb @@ -59,7 +59,6 @@ module I18n assert_equal ['Hi', 'Bartuz'], interpolate(:array_interpolate, :name => 'Bartuz') end - ...
Update interpolation.rb removes unnecessary line
ruby-i18n_i18n
train
rb
f07ba964d35882acb072fb0acc988ccd77395cb5
diff --git a/test/unit/plugins/commands/autocomplete/commands/install_test.rb b/test/unit/plugins/commands/autocomplete/commands/install_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/plugins/commands/autocomplete/commands/install_test.rb +++ b/test/unit/plugins/commands/autocomplete/commands/install_test.rb @@ -1...
Prevent autocomplete install test from messing with real homedir It just so happens my `~/.bashrc` is not writable by my user (NixOS humblebrag lol) so this test fails for me locally. Turns out the test was touching the user's homedir which we probably don't want anyways, so stub out a tempdir instead.
hashicorp_vagrant
train
rb
9c13487777e32ae2c51096534ee80ca70899d8ee
diff --git a/src/main/java/edu/jhu/gm/inf/BeliefPropagation.java b/src/main/java/edu/jhu/gm/inf/BeliefPropagation.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/gm/inf/BeliefPropagation.java +++ b/src/main/java/edu/jhu/gm/inf/BeliefPropagation.java @@ -93,8 +93,9 @@ public class BeliefPropagation implemen...
Reducing # of new VarSets.
mgormley_pacaya
train
java
35ff54aea72794b1b1cbd84d4ebe15c57f87e992
diff --git a/lib/Sync.js b/lib/Sync.js index <HASH>..<HASH> 100644 --- a/lib/Sync.js +++ b/lib/Sync.js @@ -293,6 +293,7 @@ function spec() { var retry_secs = 2; var block_best; + var block_height; this.db.once('open', function() { async.series([ @@ -328,10 +329,20 @@ function spec() { ...
remove call to getBestBlockHash (not in all bitcoind clients)
bitpay_insight
train
js
b7f20eef6c80541b875ee365a62ed7f9574f315c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup( description='A multi-armed bandit library for Python', long_description=long_description, + long_description_content_type="text/markdown", # The project's main homepage. url='ht...
Designated markdown format in setup.py
roycoding_slots
train
py
dbb156ad204c31a228ab47a41a8f0bb99f302b2f
diff --git a/Zebra_Database.php b/Zebra_Database.php index <HASH>..<HASH> 100755 --- a/Zebra_Database.php +++ b/Zebra_Database.php @@ -4487,8 +4487,22 @@ class Zebra_Database { // explode string by dots $entry = explode('.', $entry); - // enclose each segment in grave accents - ...
Fixed bug where * could not be used anymore in the "select" method
stefangabos_Zebra_Database
train
php
f241ee5c04b6c20cedd27090b9c7312831598d3a
diff --git a/jsonschema/tests/test_jsonschema_test_suite.py b/jsonschema/tests/test_jsonschema_test_suite.py index <HASH>..<HASH> 100644 --- a/jsonschema/tests/test_jsonschema_test_suite.py +++ b/jsonschema/tests/test_jsonschema_test_suite.py @@ -91,9 +91,7 @@ if sys.version_info < (3, 9): # pragma: no cover allo...
Fix the skip for <<I> leading zero ipv4 tests.
Julian_jsonschema
train
py
4aa11343562e52f53132de1dc9f5cc06ea785f23
diff --git a/js/dialog/lumx.dialog_directive.js b/js/dialog/lumx.dialog_directive.js index <HASH>..<HASH> 100644 --- a/js/dialog/lumx.dialog_directive.js +++ b/js/dialog/lumx.dialog_directive.js @@ -102,26 +102,24 @@ angular.module('lumx.dialog', []) }]) .controller('LxDialogController', ['$scope', 'LxDialogS...
fix dialog: watch dialog height at init
lumapps_lumX
train
js
8f4911563cc61fb8b703bce6a615635d7ab4cceb
diff --git a/src/neuron/lang/enhance.js b/src/neuron/lang/enhance.js index <HASH>..<HASH> 100755 --- a/src/neuron/lang/enhance.js +++ b/src/neuron/lang/enhance.js @@ -187,19 +187,21 @@ K.guid = function(){ /** * forEach method for Object */ -K.each = function(obj, fn){ +K.each = function(obj, fn, context){ if(K....
lang/enhance: now you could assign a context obj(thisArg) to KM.each method
kaelzhang_neuron.js
train
js
54791ce965050511d3fb661612d9a2646bf022d9
diff --git a/azure-toolkit-libs/azure-toolkit-common-lib/src/main/java/com/microsoft/azure/toolkit/lib/AzureConfiguration.java b/azure-toolkit-libs/azure-toolkit-common-lib/src/main/java/com/microsoft/azure/toolkit/lib/AzureConfiguration.java index <HASH>..<HASH> 100644 --- a/azure-toolkit-libs/azure-toolkit-common-lib...
Add configuration for azure storage path
Microsoft_azure-maven-plugins
train
java
33197f694fa7872b88158c8740baa0eab6ce606c
diff --git a/pyfolio/__init__.py b/pyfolio/__init__.py index <HASH>..<HASH> 100644 --- a/pyfolio/__init__.py +++ b/pyfolio/__init__.py @@ -5,7 +5,6 @@ from . import txn from . import interesting_periods from . import capacity from . import round_trips -from . import risk from . import perf_attrib from .tears imp...
Deprecate risk tearsheet, superseded by perf_attrib tearsheet.
quantopian_pyfolio
train
py
2f8ad93db84660db44571f0182b4d3514112c741
diff --git a/src/Symfony/Bundle/MonologBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/MonologBundle/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/MonologBundle/DependencyInjection/Configuration.php +++ b/src/Symfony/Bundle/MonologBundle/DependencyInjection...
[MonologBundle] added configuration info
symfony_symfony
train
php
fd8d415aaa4cff0e1418ba88c1e784895fd2a2f8
diff --git a/test/StoragelessSessionTest/Session/DataTest.php b/test/StoragelessSessionTest/Session/DataTest.php index <HASH>..<HASH> 100644 --- a/test/StoragelessSessionTest/Session/DataTest.php +++ b/test/StoragelessSessionTest/Session/DataTest.php @@ -176,6 +176,25 @@ final class DataTest extends PHPUnit_Framework_T...
Verifying that the session API is totally covered by interfaces
psr7-sessions_storageless
train
php
d5a9c88001b4800db613fd1260cf5e826a4cf6ef
diff --git a/src/main/java/pl/jalokim/propertiestojson/resolvers/JsonTypeResolver.java b/src/main/java/pl/jalokim/propertiestojson/resolvers/JsonTypeResolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/pl/jalokim/propertiestojson/resolvers/JsonTypeResolver.java +++ b/src/main/java/pl/jalokim/propertiestojson/r...
#<I> don't remove comment for unused method.
mikolajmitura_java-properties-to-json
train
java
3be4d527ab1edd51b7b5db2d3be19a5abffa262d
diff --git a/lib/griffin/server.rb b/lib/griffin/server.rb index <HASH>..<HASH> 100644 --- a/lib/griffin/server.rb +++ b/lib/griffin/server.rb @@ -113,11 +113,13 @@ module Griffin Griffin.logger.info("Shutting down sever(id=#{@worker_id}) forcibly...") @status = :halt - @server.graceful_shutd...
Fix bugs graceful_shutdown and force_shutdown should be call
cookpad_griffin
train
rb
c854785a16fc3799e44cf9bed8977e81490332ad
diff --git a/sftpman/model.py b/sftpman/model.py index <HASH>..<HASH> 100644 --- a/sftpman/model.py +++ b/sftpman/model.py @@ -134,7 +134,7 @@ class SystemModel(object): errors.append(('auth_method', 'Unknown auth type.')) else: if self.auth_method == self.AUTH_METHOD_PUBLIC_KEY: - ...
Perform a real key path check.
spantaleev_sftpman
train
py
e2930f92a02cbe85b2018e2c5f63f3d807a92b18
diff --git a/lib/active_zuora/persistence.rb b/lib/active_zuora/persistence.rb index <HASH>..<HASH> 100644 --- a/lib/active_zuora/persistence.rb +++ b/lib/active_zuora/persistence.rb @@ -3,6 +3,8 @@ module ActiveZuora extend ActiveSupport::Concern + MAX_BATCH_SIZE = 50 + def new_record? id.blank...
Adding support for calling in max batch size - <I>
sportngin_active_zuora
train
rb
24189afed6b02c18dc96a95b5b3386b9bc7b061b
diff --git a/cloud/cloudlaunch/cloudlaunch.go b/cloud/cloudlaunch/cloudlaunch.go index <HASH>..<HASH> 100644 --- a/cloud/cloudlaunch/cloudlaunch.go +++ b/cloud/cloudlaunch/cloudlaunch.go @@ -35,6 +35,7 @@ import ( "go4.org/cloud/google/gceutil" + "cloud.google.com/go/compute/metadata" "cloud.google.com/go/stora...
cloud/cloudlaunch: only run the restart loop on GCE Change-Id: I0b1f8bf<I>c7f7ba2d<I>b3fca4a1fcb1dcb9a<I>
go4org_go4
train
go
46e1f146419f199b3a1fa37f837c9c4aaf6e2e64
diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_frame.py +++ b/pandas/tests/test_frame.py @@ -6043,8 +6043,6 @@ class TestDataFrame(tm.TestCase, CheckIndexing, io = StringIO() df = DataFrame(np.random.randn(5, 101)) df.i...
TST: fix broken test test_info_wide
pandas-dev_pandas
train
py
7c57183e067f7bff88edac5ffc9e1ec74ef1a78c
diff --git a/test/spec/InlineEditorProviders-test.js b/test/spec/InlineEditorProviders-test.js index <HASH>..<HASH> 100644 --- a/test/spec/InlineEditorProviders-test.js +++ b/test/spec/InlineEditorProviders-test.js @@ -243,9 +243,6 @@ define(function (require, exports, module) { afterEach(function () { ...
Cleanup the temp directory after running all tests.
adobe_brackets
train
js
c3697a7804a91b105cd2b12c28ff37ea5100bb25
diff --git a/lib/rom/factory/attributes/callable.rb b/lib/rom/factory/attributes/callable.rb index <HASH>..<HASH> 100644 --- a/lib/rom/factory/attributes/callable.rb +++ b/lib/rom/factory/attributes/callable.rb @@ -13,8 +13,7 @@ module ROM::Factory # @api private def call(attrs, *args) - return i...
try to fix overwritten attributes with dependencies
rom-rb_rom-factory
train
rb
b47e3587f49b9f9f9e31b4cf4874f1e0fe99ec50
diff --git a/modules/backend/behaviors/FormController.php b/modules/backend/behaviors/FormController.php index <HASH>..<HASH> 100644 --- a/modules/backend/behaviors/FormController.php +++ b/modules/backend/behaviors/FormController.php @@ -530,7 +530,7 @@ class FormController extends ControllerBehavior $singu...
Fixes a bug where singular values of singular relations are not being set
octobercms_october
train
php
19c97c2215313d377a7a327662fa8e59beebf0d9
diff --git a/multilingual_model/models.py b/multilingual_model/models.py index <HASH>..<HASH> 100644 --- a/multilingual_model/models.py +++ b/multilingual_model/models.py @@ -79,7 +79,8 @@ class MultilingualModel(models.Model): field_value = getattr(translation_obj, field) - logger.debug('Found tran...
Shorter lines -> better code.
dokterbob_django-multilingual-model
train
py
2a5cdf88b9c382356b84a43ce7bc547fb4147f3f
diff --git a/src/Sender.js b/src/Sender.js index <HASH>..<HASH> 100644 --- a/src/Sender.js +++ b/src/Sender.js @@ -99,11 +99,6 @@ Sender = module.exports = Class.extend({ this.connection.transport.socket.emit('send', request, streams.outbound); }, - write: function(pattern) { - - return this.connection.trans...
Removing a stale function.
simplygreatwork_godsend
train
js
49faea77d42222fd1926f15d4f7ecd85c331e062
diff --git a/src/Options/class-options-page.php b/src/Options/class-options-page.php index <HASH>..<HASH> 100644 --- a/src/Options/class-options-page.php +++ b/src/Options/class-options-page.php @@ -234,7 +234,7 @@ class Options_Page { } public function render_section_email() { - echo '<p>Configure email notific...
Minor tweaks to email settings form inputs
ssnepenthe_soter
train
php,php
58dbecd4d34d4f3ece80b4c80a7c38f924e6c1dc
diff --git a/src/Behat/Mink/WebAssert.php b/src/Behat/Mink/WebAssert.php index <HASH>..<HASH> 100644 --- a/src/Behat/Mink/WebAssert.php +++ b/src/Behat/Mink/WebAssert.php @@ -201,7 +201,7 @@ class WebAssert return $node; } - public function elementContainsText($selectorType, $selector, $text) + pu...
fixed text assertion to be more consistent with others
minkphp_Mink
train
php
ed3f5e6ca3d1bbe30b78cfcfcdcc1d6438ae17bb
diff --git a/scripts/webpack/webpack.prod.js b/scripts/webpack/webpack.prod.js index <HASH>..<HASH> 100644 --- a/scripts/webpack/webpack.prod.js +++ b/scripts/webpack/webpack.prod.js @@ -4,7 +4,6 @@ const merge = require('webpack-merge'); const TerserPlugin = require('terser-webpack-plugin'); const common = require('...
Build: drop TS checking from `yarn build` (#<I>)
grafana_grafana
train
js
4791bc9f61cff4f438a35878ea967ffbb9bbc095
diff --git a/src/components/_gapminder/timeslider/timeslider.js b/src/components/_gapminder/timeslider/timeslider.js index <HASH>..<HASH> 100644 --- a/src/components/_gapminder/timeslider/timeslider.js +++ b/src/components/_gapminder/timeslider/timeslider.js @@ -340,10 +340,24 @@ define([ //update state ...
Monkey-fixed the time slider click. See comments in the code
vizabi_vizabi
train
js
d1bdece4b8cbce60742ce49c9b3c5013406a2b11
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ except ImportError: major, minor1, minor2, release, serial = sys.version_info def read(filename): kwargs = {'encoding': 'utf-8'} if major > 3 else {} - with open(filename, **kwargs): + with open(fil...
Fixed bug in setup.py.
willvousden_ptemcee
train
py
65996426049e3738abafbb0b90c2bb16d32b9aef
diff --git a/build/between.js b/build/between.js index <HASH>..<HASH> 100644 --- a/build/between.js +++ b/build/between.js @@ -173,14 +173,13 @@ value: function update(delta) { this.localTime += delta; var progress = Math.min(1, this.localTime / this.duration); + this.value = lerp_1(this...
Fix "complete" event fire to be after aniumation last value execution
sasha240100_between.js
train
js,js
a0fc7bc8d9745d1302b5521487e7a421006eaf79
diff --git a/servers/src/test/java/tachyon/worker/lineage/LineageDataManagerTest.java b/servers/src/test/java/tachyon/worker/lineage/LineageDataManagerTest.java index <HASH>..<HASH> 100644 --- a/servers/src/test/java/tachyon/worker/lineage/LineageDataManagerTest.java +++ b/servers/src/test/java/tachyon/worker/lineage/L...
addressed gpang's comments
Alluxio_alluxio
train
java
0a1b4dae5ed30763a3acae32457f27aa6792ae9a
diff --git a/mtools/util/cmdlinetool.py b/mtools/util/cmdlinetool.py index <HASH>..<HASH> 100644 --- a/mtools/util/cmdlinetool.py +++ b/mtools/util/cmdlinetool.py @@ -8,7 +8,6 @@ import os from dateutil.tz import tzutc from mtools.version import __version__ -from mtools.util.profile_collection import ProfileCollect...
The import of ProfileCollection needs to happen inside of the outer try: statement for a fallback to simple argparse.FileType for InputSourceAction. Fixes #<I>.
rueckstiess_mtools
train
py
cba511be0ac41f8aad5c0d09ccf03b0a481ff60e
diff --git a/lib/sippy_cup/runner.rb b/lib/sippy_cup/runner.rb index <HASH>..<HASH> 100644 --- a/lib/sippy_cup/runner.rb +++ b/lib/sippy_cup/runner.rb @@ -45,8 +45,7 @@ module SippyCup def run command = prepare_command p "Preparing to run SIPp command: #{command}" - result = system command - ...
Don't raise if a call fails
mojolingo_sippy_cup
train
rb
249ad2a768a669ec33db57951830c868b52bfb68
diff --git a/src/main/java/org/thymeleaf/aurora/parser/TemplateFragmentMarkupReferenceResolver.java b/src/main/java/org/thymeleaf/aurora/parser/TemplateFragmentMarkupReferenceResolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/thymeleaf/aurora/parser/TemplateFragmentMarkupReferenceResolver.java +++ b/src/...
Modified constructor (was using constructor appeared in Java 6)
thymeleaf_thymeleaf
train
java
67cbb72424b69dff3f042c2b51964a6bf618b25e
diff --git a/montblanc/impl/rime/tensorflow/RimeSolver.py b/montblanc/impl/rime/tensorflow/RimeSolver.py index <HASH>..<HASH> 100644 --- a/montblanc/impl/rime/tensorflow/RimeSolver.py +++ b/montblanc/impl/rime/tensorflow/RimeSolver.py @@ -394,9 +394,8 @@ class RimeSolver(MontblancTensorflowSolver): gterm = sel...
Infer shape from model visibilities
ska-sa_montblanc
train
py
2e67ebe69464cf7bca3d34ac0063111b36d16e36
diff --git a/Integration/ClientIntegration.php b/Integration/ClientIntegration.php index <HASH>..<HASH> 100644 --- a/Integration/ClientIntegration.php +++ b/Integration/ClientIntegration.php @@ -1373,7 +1373,11 @@ class ClientIntegration extends AbstractIntegration // Auto-set the integrati...
Only override the existing Event Name if it's another Client name, from a previous client selection. Or blank.
TheDMSGroup_mautic-contact-client
train
php
c37a448810fa0c0e1c082572fe30ac64748cc4ea
diff --git a/salt/cloud/cli.py b/salt/cloud/cli.py index <HASH>..<HASH> 100644 --- a/salt/cloud/cli.py +++ b/salt/cloud/cli.py @@ -237,8 +237,7 @@ class SaltCloud(parsers.SaltCloudParser): matching = mapper.delete_map(query='list_nodes') else: matching = mapper.get_running...
Remove profile matching on destroy We don't need this now that we optimize our providers when querying.
saltstack_salt
train
py
2c4459f70aa502f745ac4c12a1660ad9378f18ea
diff --git a/app/src/Bolt/Controllers/Frontend.php b/app/src/Bolt/Controllers/Frontend.php index <HASH>..<HASH> 100644 --- a/app/src/Bolt/Controllers/Frontend.php +++ b/app/src/Bolt/Controllers/Frontend.php @@ -104,10 +104,7 @@ class Frontend implements ControllerProviderInterface $app['log']->setValue('templa...
Don't cache homepage, like all other requests Fixes #<I>
bolt_bolt
train
php
46762f6b47bfb0b416a658511f99a99accd28c65
diff --git a/Command/SeedCommand.php b/Command/SeedCommand.php index <HASH>..<HASH> 100644 --- a/Command/SeedCommand.php +++ b/Command/SeedCommand.php @@ -1,6 +1,6 @@ <?php -namespace Wouterj\EloquentBundle\Command; +namespace WouterJ\EloquentBundle\Command; use Symfony\Bundle\FrameworkBundle\Command\ContainerAwa...
Fix namespace capitalization issue Without this composer autoload dump fails
wouterj_WouterJEloquentBundle
train
php
d82e4aa84d9272859d3526107018be1eb9fca65c
diff --git a/lib/countries/country.rb b/lib/countries/country.rb index <HASH>..<HASH> 100644 --- a/lib/countries/country.rb +++ b/lib/countries/country.rb @@ -100,20 +100,16 @@ class ISO3166::Country end def local_names - @local_names ||= languages.map{ |language| translations[language] } + @local_names |...
Minor linting and guard clause
hexorx_countries
train
rb
092c051811e20dd07fd067a95fea2ace95e6cebb
diff --git a/src/controllers/AdminController.php b/src/controllers/AdminController.php index <HASH>..<HASH> 100644 --- a/src/controllers/AdminController.php +++ b/src/controllers/AdminController.php @@ -129,6 +129,13 @@ class AdminController extends Controller if ($model->exists) { $model = $config->update...
adding in merge request #<I> : added model level validation errors if model update fails
FrozenNode_Laravel-Administrator
train
php
67798ab16d58a872135202e551fba58037a44593
diff --git a/src/new/templates.js b/src/new/templates.js index <HASH>..<HASH> 100644 --- a/src/new/templates.js +++ b/src/new/templates.js @@ -19,8 +19,8 @@ export function dotEnv () { } export function gitignore () { - return `dist/* -node_modules/* + return `dist +node_modules .env ` }
remove unnecessary wildcards from git ignore (#<I>)
bustle_shep
train
js
d9a8b096539cbd3c160c97a09ef5ee40545ea77e
diff --git a/cake/scripts/bake2.php b/cake/scripts/bake2.php index <HASH>..<HASH> 100644 --- a/cake/scripts/bake2.php +++ b/cake/scripts/bake2.php @@ -75,8 +75,14 @@ function executeTask($taskName, $params) { $scriptDir = dirname(__FILE__); + $taskPath = 'tasks'.DS.$taskName.'_task.php'; require($scriptDir....
Adding support for 3rd party bake tasks git-svn-id: <URL>
cakephp_cakephp
train
php
b8227b8827bdacfb15dfb907c839761e2ea4d5e9
diff --git a/calendar/lib.php b/calendar/lib.php index <HASH>..<HASH> 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -1145,7 +1145,13 @@ function calendar_set_filters(&$courses, &$group, &$user, $courseeventsfrom = NU // If the user is an editing teacher in there, if(!empty($U...
calendar: fixed group event display when only one course being viewed
moodle_moodle
train
php
90587052f7e0cb11817cced4cc5b29994f0edb97
diff --git a/src/main/java/water/TypeMap.java b/src/main/java/water/TypeMap.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/TypeMap.java +++ b/src/main/java/water/TypeMap.java @@ -20,6 +20,7 @@ public class TypeMap { "hex.KMeansModel", "hex.rf.DRF$DRFParams", "hex.rf.RFModel", + "water.Auto...
Missed required-type-id for a junit
h2oai_h2o-2
train
java
f7caa08f125db7743ad91ad823838d27bcf72d00
diff --git a/tests/IDS/FilterTest.php b/tests/IDS/FilterTest.php index <HASH>..<HASH> 100644 --- a/tests/IDS/FilterTest.php +++ b/tests/IDS/FilterTest.php @@ -76,8 +76,8 @@ class IDS_FilterTest extends PHPUnit_Framework_TestCase if(session_id()) { session_destroy(); } - $fi...
(again possibly) fixed a test that crashed with the CI
PHPIDS_PHPIDS
train
php
839c47a57cddcffcd30a936e6cd776330f4818aa
diff --git a/models/classes/runner/synchronisation/TestRunnerAction.php b/models/classes/runner/synchronisation/TestRunnerAction.php index <HASH>..<HASH> 100644 --- a/models/classes/runner/synchronisation/TestRunnerAction.php +++ b/models/classes/runner/synchronisation/TestRunnerAction.php @@ -224,7 +224,7 @@ abstract ...
translate the pause/terminate messages in the responses as well
oat-sa_extension-tao-testqti
train
php
d6f58d912fcc30860c87e0d4cb8eafd5ad18e940
diff --git a/src/Adapter.php b/src/Adapter.php index <HASH>..<HASH> 100644 --- a/src/Adapter.php +++ b/src/Adapter.php @@ -3,7 +3,6 @@ namespace CasbinAdapter\Think; use CasbinAdapter\Think\Models\CasbinRule; -use Casbin\Exceptions\CasbinException; use Casbin\Persist\Adapter as AdapterContract; use Casbin\Persist...
Added removeFilteredPolicy for Adapter
php-casbin_think-casbin
train
php
f1bded7c5eb9bba06b942ac4272fd4d0770c5237
diff --git a/command/agent_test.go b/command/agent_test.go index <HASH>..<HASH> 100644 --- a/command/agent_test.go +++ b/command/agent_test.go @@ -296,16 +296,12 @@ func TestAgent_HostBasedIDs(t *testing.T) { tmpDir := testutil.TempDir(t, "consul") defer os.RemoveAll(tmpDir) - shutdownCh := make(chan struct{}) - ...
Removes unneeded shutdown channel in config reading tests.
hashicorp_consul
train
go
7bb6f6cab9916dce5730b9d2dc555720c3e62534
diff --git a/selendroid-standalone/src/main/java/io/selendroid/standalone/android/TelnetClient.java b/selendroid-standalone/src/main/java/io/selendroid/standalone/android/TelnetClient.java index <HASH>..<HASH> 100644 --- a/selendroid-standalone/src/main/java/io/selendroid/standalone/android/TelnetClient.java +++ b/sele...
When running console commands via telnet, wait for the initial OK from the device As per the documentation here: <URL>
selendroid_selendroid
train
java
7200b33b151c66a45f2598e61316a7f041f33887
diff --git a/app-service/src/main/java/com/github/pwittchen/reactivebeacons/serviceapp/BeaconService.java b/app-service/src/main/java/com/github/pwittchen/reactivebeacons/serviceapp/BeaconService.java index <HASH>..<HASH> 100644 --- a/app-service/src/main/java/com/github/pwittchen/reactivebeacons/serviceapp/BeaconServi...
removing observing on Android main thread as it's not necessary in Service sample
pwittchen_ReactiveBeacons
train
java