hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
25a5fac50aa430899f7b21928dd8cad56085f61d
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,7 +33,7 @@ project = "foyer" copyright = "2014-2020, Vanderbilt University" # The short X.Y version -version = "0.11.1" +version = "0.11.2" # The full version, including alp...
Bump to version <I>
mosdef-hub_foyer
train
2fb041bbeb93ecf75e77c74c548b049395373dfc
diff --git a/OpenPNM/Geometry/__Toray090__.py b/OpenPNM/Geometry/__Toray090__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Geometry/__Toray090__.py +++ b/OpenPNM/Geometry/__Toray090__.py @@ -39,7 +39,6 @@ class Toray090(GenericGeometry): ''' self.add_model(propname='pore.seed', ...
Ooops, left pore.seed as 'dynamic', which is bad Former-commit-id: 4c<I>e1a9d8d8c7d<I>eefec<I>c0c5c<I>dd<I>d<I> Former-commit-id: <I>f5e<I>f<I>fd<I>c<I>c<I>a<I>
PMEAL_OpenPNM
train
beb2b6177939cb964e8caa7531c3965457d46a25
diff --git a/fabric/runners.py b/fabric/runners.py index <HASH>..<HASH> 100644 --- a/fabric/runners.py +++ b/fabric/runners.py @@ -55,8 +55,6 @@ class Remote(Runner): command = "export {} && {}".format(parameters, command) else: self.channel.update_environment(env) - - ...
Updated the approach in Invoke, now we just basically kill()
fabric_fabric
train
5f03b7f710ebe7e47f6bff95b277a1540814e863
diff --git a/Neos.Neos/Classes/Fusion/DimensionsMenuItemsImplementation.php b/Neos.Neos/Classes/Fusion/DimensionsMenuItemsImplementation.php index <HASH>..<HASH> 100644 --- a/Neos.Neos/Classes/Fusion/DimensionsMenuItemsImplementation.php +++ b/Neos.Neos/Classes/Fusion/DimensionsMenuItemsImplementation.php @@ -237,6 +23...
TASK: Add comment about needed comparison
neos_neos-development-collection
train
d9d41d98554dd2cc81170ad1ac256c5bcedd2853
diff --git a/ELiDE/ELiDE/board/pawn.py b/ELiDE/ELiDE/board/pawn.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/board/pawn.py +++ b/ELiDE/ELiDE/board/pawn.py @@ -117,12 +117,12 @@ class Pawn(PawnSpot): new_spot = spot break else: - self.dispatch('on_drop', None) - ...
Fix a display error with recently repositioned pawns going back And tidy a bit
LogicalDash_LiSE
train
98adf0b9983a0b12bca0089849c7b14742f4714a
diff --git a/lib/elephrame/bot.rb b/lib/elephrame/bot.rb index <HASH>..<HASH> 100644 --- a/lib/elephrame/bot.rb +++ b/lib/elephrame/bot.rb @@ -87,13 +87,15 @@ module Elephrame ## # Checks to see if a user has some form of "#NoBot" in their bio - # (so we can make make friendly bots easier!) + ...
fixed PeriodInteract not including Streaming
theZacAttacks_elephrame
train
96066bc22a7df39e7591ee179f1beb2f4af8b169
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ var path = require('path'); var gutil = require('gulp-util'); var through = require('through2'); -var replaceInExtensions = ['.js', '.css', '.html']; +var replaceInExtensions = ['.js', '.css', '.html', '.hbs'];...
add '.hbs' to replaceInExtensions As I think that preprocessing handlebars templates is useful as well
TheDancingCode_gulp-rev-rewrite
train
58dd5d31735dd801cba43c87700f4d6144203c75
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -277,7 +277,8 @@ ExtractTextPlugin.prototype.apply = function(compiler) { return callback(); } meta = module[NS]; - if(!Array.isArray(meta.content)) { + // Error out if content is not ...
fix: add a not null check for the content property before throwing error (#<I>)
webpack-contrib_extract-text-webpack-plugin
train
02e1b13059572e7626e3f6772a5dd4833d5f5576
diff --git a/HydraServer/python/HydraServer/lib/network.py b/HydraServer/python/HydraServer/lib/network.py index <HASH>..<HASH> 100644 --- a/HydraServer/python/HydraServer/lib/network.py +++ b/HydraServer/python/HydraServer/lib/network.py @@ -1496,7 +1496,7 @@ def delete_node(node_id, purge_data,**kwargs): rai...
Improve map interaction, splitting out general, map and schematic code.
hydraplatform_hydra-base
train
3970a4719c894f7b97f62df1115cadaf8bf331f2
diff --git a/course/dnduploadlib.php b/course/dnduploadlib.php index <HASH>..<HASH> 100644 --- a/course/dnduploadlib.php +++ b/course/dnduploadlib.php @@ -39,7 +39,7 @@ require_once($CFG->dirroot.'/course/lib.php'); function dndupload_add_to_course($course, $modnames) { global $CFG, $PAGE; - $showstatus = op...
MDL-<I> course: rename editingenabled param Change to notifyeditingon to better reflect what it does and prevent people getting confused with edit=1
moodle_moodle
train
4554d6f77b3b1dc29046c7ac07db5e80b0fae93c
diff --git a/plugins/versionChecker.js b/plugins/versionChecker.js index <HASH>..<HASH> 100644 --- a/plugins/versionChecker.js +++ b/plugins/versionChecker.js @@ -71,7 +71,11 @@ console.log("FIRMWARE: Current "+tCurrent+", Available "+tAvailable); - if (vAvailable > vCurrent && (env.BOARD=="ESPRUINO...
prompt about firmware on WiFi and Puck.js
espruino_EspruinoTools
train
cc9b880332669dcc5ac548172c28c3cf21422d64
diff --git a/asmparse.py b/asmparse.py index <HASH>..<HASH> 100755 --- a/asmparse.py +++ b/asmparse.py @@ -381,7 +381,7 @@ class Memory(object): def dump(self): ''' Returns a t-uple containing code ORG, and a list of bytes ''' - org = min(self.memory_bytes.keys()) # Org is the lowes one + ...
Fixed a bug in byte align. Memory wasn't being correctly filled under certain circumstances.
boriel_zxbasic
train
cbdecf0ab42ae998db857f53c51df6ee415f871c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ class Venv(Command): setup( name='asciietch', - version='1.0.2', + version='1.0.3', description=description, long_description=description, url='https://github.com/linkedin/asciietch'...
Updating version from <I> to <I>
linkedin_asciietch
train
51c9dd2c25062e689fe7af66af1034e668b712a2
diff --git a/system/drivers/DC_General.php b/system/drivers/DC_General.php index <HASH>..<HASH> 100644 --- a/system/drivers/DC_General.php +++ b/system/drivers/DC_General.php @@ -1380,6 +1380,9 @@ class DC_General extends DataContainer implements editable, listable } $strInputName = $strField . '_' ...
strField and strInputName are now available to callbacks triggered from within getWidget().
contao-community-alliance_dc-general
train
cc92e31174ad4a59788c67376a6b8ebdabbeed10
diff --git a/framework/core/js/src/admin/components/MailPage.js b/framework/core/js/src/admin/components/MailPage.js index <HASH>..<HASH> 100644 --- a/framework/core/js/src/admin/components/MailPage.js +++ b/framework/core/js/src/admin/components/MailPage.js @@ -30,12 +30,6 @@ export default class MailPage extends Page...
Remove dead code Probably a leftover from copy-pasting the BasicsPage.
flarum_core
train
ba5ffca8e57ef94a335adcd218ddaa04a25e3ec2
diff --git a/types/types.go b/types/types.go index <HASH>..<HASH> 100644 --- a/types/types.go +++ b/types/types.go @@ -308,3 +308,44 @@ type VolumeCreateRequest struct { Driver string // Driver is the name of the driver that should be used to create the volume DriverOpts map[string]string // DriverOp...
Network remote APIs using new router, --net=<user-defined-network> changes * Moving Network Remote APIs out of experimental * --net can now accept user created networks using network drivers/plugins * Removed the experimental services concept and --default-network option * Neccessary backend changes to accomodate mult...
docker_engine-api
train
0545d0ddcace972b2598c89881d948d78aa131cd
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This module exports a function which accepts the THREE instance, and returns a n - `clearAlpha` the alpha, default 0 - `position` THREE.Vector3 for the initial camera position, defaults to [1, 1, -2] - `t...
making context attributes consistent with WebGLRenderer
Jam3_three-orbit-viewer
train
d53ff13924cdd0a22e868bdbb839d6e6290d5584
diff --git a/pkg/cmd/cli/describe/projectstatus.go b/pkg/cmd/cli/describe/projectstatus.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/cli/describe/projectstatus.go +++ b/pkg/cmd/cli/describe/projectstatus.go @@ -354,7 +354,7 @@ func describeDeploymentConfigTrigger(dc *deployapi.DeploymentConfig) string { func describeS...
eliminate double bc reporting in status
openshift_origin
train
4fa2a6e63e4dd2b1eb03906f00a1a732639a7e7a
diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index <HASH>..<HASH> 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -32,6 +32,7 @@ import re from urllib.parse import quote as urlquote from typing import Any, Dict, List, Literal, NamedTuple, Optional, TYPE_CHECKING, Tuple,...
Fix memory leak in webhooks not deallocating locks
Rapptz_discord.py
train
b2eac7a69c41e9f019be93f48a2c7a7df59c152c
diff --git a/ratcave/mesh.py b/ratcave/mesh.py index <HASH>..<HASH> 100644 --- a/ratcave/mesh.py +++ b/ratcave/mesh.py @@ -51,11 +51,17 @@ class Mesh(Drawable, physical.PhysicalGraph): self.position = vertex_mean if not 'position' in kwargs else kwargs['position'] #: Pyglet texture object for mappin...
Mesh.vao is loaded upon Mesh initialization. This simplifies the draw function.
ratcave_ratcave
train
6534e3d84774aec2e457d90dc472695ac8361773
diff --git a/ckanutils/datastorer.py b/ckanutils/datastorer.py index <HASH>..<HASH> 100644 --- a/ckanutils/datastorer.py +++ b/ckanutils/datastorer.py @@ -197,6 +197,10 @@ def upload(source, resource_id=None, **kwargs): """Uploads a file to a datastore table""" verbose = not kwargs['quiet'] resource_id =...
Fix bug when for file has multiple extensions
reubano_ckanutils
train
b6483f6274808474424087ead31ae5d4e160d3b3
diff --git a/lib/controllers.js b/lib/controllers.js index <HASH>..<HASH> 100644 --- a/lib/controllers.js +++ b/lib/controllers.js @@ -147,10 +147,10 @@ module.exports.register = function(req, res) { if (req.method === 'POST' && accepts === 'json') { req.app.get('stormpathApplication').createAccount(req.body, f...
Cleaning up codez a bit.
stormpath_express-stormpath
train
901980dea4ea1286e38b47225a91e9732fe58ee8
diff --git a/test/dependencies_test.py b/test/dependencies_test.py index <HASH>..<HASH> 100644 --- a/test/dependencies_test.py +++ b/test/dependencies_test.py @@ -51,7 +51,7 @@ class TestMultiInOutWorkflow(unittest.TestCase): an_id='c') tin = wf.new_task('tout', MultiInTask) - tin.in_mult...
Add test that combines a list, a dict, output functions, and the result of an output function
pharmbio_sciluigi
train
fbda6d33f0f34b5f85ffa3f9ed76f2d5400939ce
diff --git a/config/dpkg/changelog b/config/dpkg/changelog index <HASH>..<HASH> 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -dfvfs (20210207-1) unstable; urgency=low +dfvfs (20210213-1) unstable; urgency=low * Auto-generated - -- Log2Timeline maintainers <log2timeline-maintaine...
Improved APM support and updated version (#<I>)
log2timeline_dfvfs
train
e37071bc6df5219e4567619ff9b5ccfb836e0c03
diff --git a/anyconfig/api.py b/anyconfig/api.py index <HASH>..<HASH> 100644 --- a/anyconfig/api.py +++ b/anyconfig/api.py @@ -14,7 +14,9 @@ import anyconfig.utils as U # pylint: disable=W0611 # Import some global constants will be re-exported: from anyconfig.mergeabledict import MS_REPLACE, MS_NO_REPLACE, \ - MS...
import anyconfig.mergeabledict.set_ and anyconfig.parser.PATH_SEPS into anyconfig.api to allow refer to them from others
ssato_python-anyconfig
train
565a285f6d7790944378d705ba7087a91b7ed18c
diff --git a/src/parser/gazzetta/GazzettaQuotationsParser.php b/src/parser/gazzetta/GazzettaQuotationsParser.php index <HASH>..<HASH> 100755 --- a/src/parser/gazzetta/GazzettaQuotationsParser.php +++ b/src/parser/gazzetta/GazzettaQuotationsParser.php @@ -41,6 +41,10 @@ class GazzettaQuotationsParser extends AbstractQuo...
Added assertions in the GazzettaQuotationsParserTest
astronati_php-fantasy-football-quotations-parser
train
e2fa6b922ac8fa4bdf10c7412dfa00e8d3c0dea4
diff --git a/numerics/ismip.py b/numerics/ismip.py index <HASH>..<HASH> 100644 --- a/numerics/ismip.py +++ b/numerics/ismip.py @@ -33,6 +33,7 @@ Master module for ISMIP numerics. import os import fnmatch import numpy as np +from netCDF4 import Dataset from numerics.base import AbstractTest import util.variables ...
Adding code for ISMIP numerical verification. Still some issues with the data layout that need to be resolved.
LIVVkit_LIVVkit
train
bff55b65cd08259c64171e0ad5fd836875ce3008
diff --git a/example/search/views.py b/example/search/views.py index <HASH>..<HASH> 100644 --- a/example/search/views.py +++ b/example/search/views.py @@ -3,13 +3,8 @@ from __future__ import absolute_import, unicode_literals from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator from django.shortcut...
Drop wagtail <I> support from example
Frojd_wagtail-geo-widget
train
2a0eaac7321f199e023fd9500cfab64cfd6544ce
diff --git a/spec/integration/type/user_spec.rb b/spec/integration/type/user_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/type/user_spec.rb +++ b/spec/integration/type/user_spec.rb @@ -8,7 +8,13 @@ describe Puppet::Type.type(:user), '(integration)', :unless => Puppet.features.m include PuppetSpec::Comp...
(PUP-<I>) integration test for purging of unnamed ssh authorized keys Add an integration test with an ssh keyfile in which two keys have no name and make sure that both are successfully purged.
puppetlabs_puppet
train
a93f560f0602906ade5bcbc17ba0fc2a21d15fa9
diff --git a/pefile.py b/pefile.py index <HASH>..<HASH> 100644 --- a/pefile.py +++ b/pefile.py @@ -566,6 +566,28 @@ def get_sublang_name_for_lang( lang_value, sublang_value ): return SUBLANG.get(sublang_value, ['*unknown*'])[0] +def convert_to_printable(s): + """Convert string to printable string. + @par...
Add convert_to_printable() to fix unresolved reference on line <I> (old line <I>)
erocarrera_pefile
train
fd154dc4a5df0d8624d4fa70dd21719e8ce0883e
diff --git a/gore-gulp/__tests__/webpack/full.test.js b/gore-gulp/__tests__/webpack/full.test.js index <HASH>..<HASH> 100644 --- a/gore-gulp/__tests__/webpack/full.test.js +++ b/gore-gulp/__tests__/webpack/full.test.js @@ -108,6 +108,15 @@ describe("webpack", function () { }); }); ...
test that not-an-entry-point files are ignored
absolvent_gore-gulp
train
026659157dfb733c83646c50fbff6dcd6c5eccac
diff --git a/scriptabit/habitica_service.py b/scriptabit/habitica_service.py index <HASH>..<HASH> 100644 --- a/scriptabit/habitica_service.py +++ b/scriptabit/habitica_service.py @@ -60,7 +60,7 @@ class HabiticaService(object): """Utility wrapper around a HTTP POST""" url = self.__base_url + command ...
added tag support and batch create to csv upload
DC23_scriptabit
train
04b794863fde930be13ab025e4907604a365c020
diff --git a/test/lib/index.js b/test/lib/index.js index <HASH>..<HASH> 100644 --- a/test/lib/index.js +++ b/test/lib/index.js @@ -1,2 +1,3 @@ require('./test_util'); require('./test_telemetry'); +require('./validate-script.test');
test: add validate-script suite to test/lib/index
artilleryio_artillery
train
d841f89367caa4c0345ca08b3605cabae3949f7b
diff --git a/lib/scripts/Component.js b/lib/scripts/Component.js index <HASH>..<HASH> 100644 --- a/lib/scripts/Component.js +++ b/lib/scripts/Component.js @@ -183,7 +183,7 @@ var Component = React.createClass({ // Force a re-render if necessary if (restart && this.state.play === restart && this.stat...
fix `reset` (remove outdated _renderLayer)
gilbarbara_react-joyride
train
b7f9eeddd40a3e2f85d6d739f74e368d26d4e2f4
diff --git a/xchart/src/main/java/org/knowm/xchart/internal/chartpart/Cursor.java b/xchart/src/main/java/org/knowm/xchart/internal/chartpart/Cursor.java index <HASH>..<HASH> 100644 --- a/xchart/src/main/java/org/knowm/xchart/internal/chartpart/Cursor.java +++ b/xchart/src/main/java/org/knowm/xchart/internal/chartpart/C...
[resolves #<I>] Cursor movement, One DataPoint per series
knowm_XChart
train
cc6c4f0c4c70984432b3d7b76e16204974866483
diff --git a/haml/parse.py b/haml/parse.py index <HASH>..<HASH> 100644 --- a/haml/parse.py +++ b/haml/parse.py @@ -158,7 +158,7 @@ class Parser(object): # Tags. m = re.match(r''' - (?:%(%?(?:\w+:)?\w*))? # tag name. the extra % is for mako + (?:%(%?(?:\w+:)?[\w-]*))...
Allow for dashes in tag names; XSLT is usable.
mikeboers_PyHAML
train
c5ce6a0fc0b732d9b192674b933675eefa9c34e8
diff --git a/mach9/http.py b/mach9/http.py index <HASH>..<HASH> 100644 --- a/mach9/http.py +++ b/mach9/http.py @@ -1,5 +1,6 @@ import asyncio import traceback +from functools import partial from httptools import HttpParserUpgrade from httptools import HttpRequestParser, parse_url from httptools.parser.errors impor...
Add task management to HttpProtocol (#<I>)
silver-castle_mach9
train
26da56a242e589223318c50f7f80541fa04be9be
diff --git a/webvtt/parsers.py b/webvtt/parsers.py index <HASH>..<HASH> 100644 --- a/webvtt/parsers.py +++ b/webvtt/parsers.py @@ -27,7 +27,7 @@ class TextBasedParser(GenericParser): encoding = 'utf-8' with open(file, encoding=encoding) as f: - lines = [line.rstrip() for line in f.rea...
Only strip return when parsing the lines from the captions file
glut23_webvtt-py
train
beffcd66f5a79a35fdd7a13a66b56c23d1cdba72
diff --git a/core/src/main/java/hudson/model/AbstractProject.java b/core/src/main/java/hudson/model/AbstractProject.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/AbstractProject.java +++ b/core/src/main/java/hudson/model/AbstractProject.java @@ -29,6 +29,7 @@ package hudson.model; import com...
[FIXED JENKINS-<I>] Add a core extension point to allow plugins to contribute to the checking of assigned labels
jenkinsci_jenkins
train
b8b24118274b1e8ba3d2a6aca0e2811f66a333c1
diff --git a/hszinc/dumper.py b/hszinc/dumper.py index <HASH>..<HASH> 100644 --- a/hszinc/dumper.py +++ b/hszinc/dumper.py @@ -20,7 +20,7 @@ import json import six URI_META = re.compile(six.u(r'([\\`\u0080-\uffff])')) -STR_META = re.compile(six.u(r'([\\"\u0080-\uffff])')) +STR_META = re.compile(six.u(r'([\\"\$\u008...
Issue 7: dumper: Encode $ as \$
vrtsystems_hszinc
train
ce76946feb916a6653df5c0e07a197180a7af061
diff --git a/publish/index.js b/publish/index.js index <HASH>..<HASH> 100644 --- a/publish/index.js +++ b/publish/index.js @@ -117,7 +117,13 @@ let package = require("../package.json"); } // Create PR const gitPR = ora("Creating PR on GitHub").start(); - const pr = (await octokit.pulls.create({"owner": "dynamoose...
Refactoring formatting of create PR code
dynamoosejs_dynamoose
train
d9c9a5bee123eeeb87314a22a45e380b7552a466
diff --git a/test/karma.config.js b/test/karma.config.js index <HASH>..<HASH> 100644 --- a/test/karma.config.js +++ b/test/karma.config.js @@ -11,7 +11,6 @@ module.exports = function (config) { './index.js', ], plugins: [ - 'karma-chrome-launcher', 'karma-chai', 'karma-mocha'...
test: fix duplicate chrome launcher entry in karma config
mickdekkers_vue-howler
train
2840cdc7af1a7c6533caa1ecf78cc46f9eadc1d7
diff --git a/src/main/java/net/dv8tion/jda/handle/ReadyHandler.java b/src/main/java/net/dv8tion/jda/handle/ReadyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/dv8tion/jda/handle/ReadyHandler.java +++ b/src/main/java/net/dv8tion/jda/handle/ReadyHandler.java @@ -175,6 +175,6 @@ public class ReadyHandler...
Fixed error where the entire chunkIds HashMap was cleared instead of just the specific Set in the Map.
DV8FromTheWorld_JDA
train
a9cb3113119a40be2c7d4fb8da62e4feb6d34ef7
diff --git a/tests/CalendarTest.php b/tests/CalendarTest.php index <HASH>..<HASH> 100644 --- a/tests/CalendarTest.php +++ b/tests/CalendarTest.php @@ -47,4 +47,5 @@ class CalendarTest extends TestCase $this->assertEquals($year.'/'. 10, $calendarData->calendar['next_month_url']); $this->assertEquals('/...
Add extra line break because styleci.io says so.
Arkhas_Laravel5Calendar
train
43ccebc1db072ba0c96a67de0b3db78fd8fd0973
diff --git a/activerecord/lib/active_record/railtie.rb b/activerecord/lib/active_record/railtie.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/railtie.rb +++ b/activerecord/lib/active_record/railtie.rb @@ -71,6 +71,7 @@ module ActiveRecord ActiveSupport.on_load(:active_record) do se...
Ensure `config.active_record.time_zone_aware_types` is always set While the option on `ActiveRecord::Base` is always around, we need to explicitly set it on the config object. Otherwise the recommended configuration change results in an error. Fixes #<I>
rails_rails
train
9f8e1ba8991823c98d838b6bbf79d92a5fbc3205
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -7,6 +7,7 @@ import "github.com/orchardup/orchard/cli" import "github.com/orchardup/orchard/proxy" import "github.com/orchardup/orchard/github.com/docopt/docopt.go" +import "net" import "os/exec" import "os/signal" import "...
Extract Listen() and Dial() calls from proxy
orchardup_go-orchard
train
f2e77bd41f15cf01779751481e549c9e8d19762f
diff --git a/src/org/parosproxy/paros/core/proxy/ProxyThread.java b/src/org/parosproxy/paros/core/proxy/ProxyThread.java index <HASH>..<HASH> 100644 --- a/src/org/parosproxy/paros/core/proxy/ProxyThread.java +++ b/src/org/parosproxy/paros/core/proxy/ProxyThread.java @@ -36,10 +36,12 @@ // ZAP: 2013/01/04 Do beginSSL()...
Issue <I> - Local proxy unable to correctly detect requests to itself - Changed to compare the (IP) address of the local proxy with the address of the requested host; - Changed to compare first the ports instead of the addresses (as the later might require a host name resolution).
zaproxy_zaproxy
train
b8ccef9745d64094e2bfed7b4be771e7075a7817
diff --git a/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php b/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php +++ b/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php @@ -132,11 +132,11 @@ class MysqliStatement implements \I...
Fixed a few cases of where MysqliStatement::execute() did not throw a exception if a error had a occured.
doctrine_dbal
train
f6e4ca79f41cbd49221acbbcbe50cc7f64b29c19
diff --git a/elasticsearch-extensions/lib/elasticsearch/extensions/test/cluster.rb b/elasticsearch-extensions/lib/elasticsearch/extensions/test/cluster.rb index <HASH>..<HASH> 100644 --- a/elasticsearch-extensions/lib/elasticsearch/extensions/test/cluster.rb +++ b/elasticsearch-extensions/lib/elasticsearch/extensions/t...
[EXT] Added `multicast_enabled` option to test cluster Via TEST_CLUSTER_MULTICAST environment variable or the method option Closes #<I>
elastic_elasticsearch-ruby
train
70612004f033a9aba18a6318d481494f5d692cf4
diff --git a/bokeh/util/dependencies.py b/bokeh/util/dependencies.py index <HASH>..<HASH> 100644 --- a/bokeh/util/dependencies.py +++ b/bokeh/util/dependencies.py @@ -88,7 +88,7 @@ def detect_phantomjs(version='2.1'): raise RuntimeError('PhantomJS version to old. Version>=%s required, installed: %s' % (req...
Adding mention of BOKEH_PHANTOMJS_PATH to RuntimeError exception message (#<I>)
bokeh_bokeh
train
958c22a0b09a0c7330bced11b559ac788b318cad
diff --git a/python/ray/tune/tune.py b/python/ray/tune/tune.py index <HASH>..<HASH> 100644 --- a/python/ray/tune/tune.py +++ b/python/ray/tune/tune.py @@ -673,9 +673,11 @@ def run( else: logger.warning( "Tune detects GPUs, but no trials are using GPUs. " - "To enabl...
[tune] Update GPU warning message in tune. (#<I>) Mention scaling config / with resources
ray-project_ray
train
0e9337d7d4f3918a64c635f848da49a19fa37744
diff --git a/phy/cluster/manual/session.py b/phy/cluster/manual/session.py index <HASH>..<HASH> 100644 --- a/phy/cluster/manual/session.py +++ b/phy/cluster/manual/session.py @@ -400,8 +400,10 @@ class Session(EventEmitter): """ do_show = kwargs.pop('show', True) - vm = self.view_creator.add(...
WIP: test views in session.
kwikteam_phy
train
281e4a9723ddd026e181a93ad7248ee4a9a5fca9
diff --git a/go/vt/vttablet/tabletmanager/vreplication/vplayer.go b/go/vt/vttablet/tabletmanager/vreplication/vplayer.go index <HASH>..<HASH> 100644 --- a/go/vt/vttablet/tabletmanager/vreplication/vplayer.go +++ b/go/vt/vttablet/tabletmanager/vreplication/vplayer.go @@ -422,19 +422,19 @@ func (vp *vplayer) applyEvent(c...
VRepl Savepoint: apply savepoint during vrepl
vitessio_vitess
train
722707fb6bd713744040bce48458f057588bda46
diff --git a/plugins/Admin/templates/element/menu.php b/plugins/Admin/templates/element/menu.php index <HASH>..<HASH> 100644 --- a/plugins/Admin/templates/element/menu.php +++ b/plugins/Admin/templates/element/menu.php @@ -227,18 +227,22 @@ if ($appAuth->isSuperadmin() || $appAuth->isAdmin()) { 'fa-ico...
hide financial reports if cash payment configuration
foodcoopshop_foodcoopshop
train
faa0af773ce26840d2e40efb314d6d2016e4b39f
diff --git a/spyder/app/tour.py b/spyder/app/tour.py index <HASH>..<HASH> 100644 --- a/spyder/app/tour.py +++ b/spyder/app/tour.py @@ -42,19 +42,20 @@ def get_colors(): """ ui_theme = CONF.get('color_schemes', 'ui_theme') color_scheme = CONF.get('color_schemes', 'selected') + dark_color = QColor.fr...
DarkDetails: Simplify color handling
spyder-ide_spyder
train
bcc823efa3d324ab530e48fb76f1cb3706c74615
diff --git a/lib/short.js b/lib/short.js index <HASH>..<HASH> 100644 --- a/lib/short.js +++ b/lib/short.js @@ -95,6 +95,7 @@ exports.update = function(hash, updates) { } if (updates.data) { doc.data = extend(doc.data, updates.data); + doc.markModified('data'); //Required by mongoose, as data is of...
Fix to enable mongoose to reliably store and persist updates
edwardhotchkiss_short
train
a69b03130d3f9e44abc2050f5d045056bdb33c82
diff --git a/pyneuroml/analysis/__init__.py b/pyneuroml/analysis/__init__.py index <HASH>..<HASH> 100644 --- a/pyneuroml/analysis/__init__.py +++ b/pyneuroml/analysis/__init__.py @@ -34,7 +34,10 @@ def generate_current_vs_frequency_curve(nml2_file, save_voltage_traces_to = None,...
Allowing FI curve generation on (parallel) Netpyne Save data from FI & IV curves
NeuroML_pyNeuroML
train
d0af74993097928020d492551d57c2b23f4c4bd6
diff --git a/atomic_reactor/plugins/pre_resolve_composes.py b/atomic_reactor/plugins/pre_resolve_composes.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/plugins/pre_resolve_composes.py +++ b/atomic_reactor/plugins/pre_resolve_composes.py @@ -351,7 +351,7 @@ class ComposeConfig(object): requests = [] ...
Allow pulp-only repos when requesting ODCS composes (OSBS-<I>) In the case where no packages are requested, no modules are requested, but pulp_repos is true *and* there are Pulp content sets defined, do the right thing. Do not reject the build. Do not request package or module composes. Request the Pulp composes.
projectatomic_atomic-reactor
train
6046d9271adabc9ba89e6cded3268ac2e00d917d
diff --git a/parser.go b/parser.go index <HASH>..<HASH> 100644 --- a/parser.go +++ b/parser.go @@ -650,7 +650,18 @@ func Delete(data []byte, keys ...string) []byte { } } - data = append(data[:keyOffset], data[endOffset:]...) + // We need to remove remaining trailing comma if we delete las element in the object +...
Trailing commas should be removed when last item in the object is deleted (#<I>) <URL>
buger_jsonparser
train
183e293d7dedafaedbde83cfcfc24cfeeaf6d239
diff --git a/test/test-api.js b/test/test-api.js index <HASH>..<HASH> 100644 --- a/test/test-api.js +++ b/test/test-api.js @@ -95,6 +95,19 @@ describe('protocol api', function() { } ); + testCommand('must create a system', + {"request":"system create","responseType":"response","response":{"id":"d59da4c1-2...
readded wrongly deleted create system test.
nearform_nscale-protocol
train
f5bf638e5e5f58370090582787b5823867965756
diff --git a/bmds/logic/rules.py b/bmds/logic/rules.py index <HASH>..<HASH> 100644 --- a/bmds/logic/rules.py +++ b/bmds/logic/rules.py @@ -247,6 +247,9 @@ class CorrectVarianceModel(Rule): def apply_rule(self, dataset, output): # 0 = non-homogeneous modeled variance => Var(i) = alpha*mean(i)^rho ...
ensure dataset w/ 3 dose-groups works on continuous data
shapiromatron_bmds
train
36131132cd776ec7b48364ca88338f91e75b4830
diff --git a/mockito/invocation.py b/mockito/invocation.py index <HASH>..<HASH> 100644 --- a/mockito/invocation.py +++ b/mockito/invocation.py @@ -90,6 +90,9 @@ class MatchingInvocation(Invocation): self.named_params = {k: wrap(v) for k, v in named_params.items()} + # Note: matches(a, b) does not imply ...
Assume verify(..., times=0) as usage
kaste_mockito-python
train
fe19a0bf78098936bf5289c79ad64bcbd0d64807
diff --git a/strategies.go b/strategies.go index <HASH>..<HASH> 100644 --- a/strategies.go +++ b/strategies.go @@ -34,7 +34,7 @@ func Delay(duration time.Duration) Strategy { // provided, then the strategy uses the last duration provided. func Wait(durations ...time.Duration) Strategy { return func(attempt uint) bo...
Fixing a bug found in tests
Rican7_retry
train
5ab7b2345f9ddd6062825048c03189b540ba25aa
diff --git a/lib/mongoid/indexable.rb b/lib/mongoid/indexable.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/indexable.rb +++ b/lib/mongoid/indexable.rb @@ -90,7 +90,10 @@ module Mongoid # # @since 1.0.0 def index(spec, options = nil) - index_specifications.push(Specification.new(self, spe...
Don't add a specification if it already exists
mongodb_mongoid
train
eadbd7eaef9b107b13b7e8328700b5b1910603c3
diff --git a/src/Engine/Decoder.php b/src/Engine/Decoder.php index <HASH>..<HASH> 100644 --- a/src/Engine/Decoder.php +++ b/src/Engine/Decoder.php @@ -40,7 +40,7 @@ class Decoder { Util::detectMbstringOverload(); - $this->bencoded = str_split($bencoded); // make array out of string for speed + ...
Remove memory hog "optimization"
sandfoxme_bencode
train
27424d6a81f18a4c7f310cb545e11329924bd859
diff --git a/py/selenium/webdriver/remote/errorhandler.py b/py/selenium/webdriver/remote/errorhandler.py index <HASH>..<HASH> 100644 --- a/py/selenium/webdriver/remote/errorhandler.py +++ b/py/selenium/webdriver/remote/errorhandler.py @@ -133,7 +133,11 @@ class ErrorHandler(object): stacktrace = None ...
DavidBurns better handing of error details. fixes issue <I> r<I>
SeleniumHQ_selenium
train
45d6fca30a1a5b90efd62f910e48f1cdee9bc3fd
diff --git a/blueflood-elasticsearch/src/main/java/com/rackspacecloud/blueflood/io/AbstractElasticIO.java b/blueflood-elasticsearch/src/main/java/com/rackspacecloud/blueflood/io/AbstractElasticIO.java index <HASH>..<HASH> 100644 --- a/blueflood-elasticsearch/src/main/java/com/rackspacecloud/blueflood/io/AbstractElastic...
Performance improvement for aggregation query from /metric_name/search API
rackerlabs_blueflood
train
a6d066dc3e46b210fa05225e74af9de8cc96e8d3
diff --git a/vint/ast/node_type.py b/vint/ast/node_type.py index <HASH>..<HASH> 100644 --- a/vint/ast/node_type.py +++ b/vint/ast/node_type.py @@ -95,3 +95,8 @@ class NodeType(Enum): CURLYNAMEPART = 90 CURLYNAMEEXPR = 91 LAMBDA = 92 + BLOB = 93 + CONST = 94 + EVAL = 95 + HEREDOC = 96 + MET...
support nodes: BLOB, CONST, EVAL, HEREDOC, METHOD
Kuniwak_vint
train
fa1e7a391b1368fb31db8c3822242db88fb33cd5
diff --git a/src/Illuminate/Database/Eloquent/Builder.php b/src/Illuminate/Database/Eloquent/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Eloquent/Builder.php +++ b/src/Illuminate/Database/Eloquent/Builder.php @@ -207,7 +207,7 @@ class Builder return $result; } - ...
Instance id is passed to the ModelNotFoundException
laravel_framework
train
adb06367e15efddcd61a0d564b6d1a329deff82c
diff --git a/resource/index.js b/resource/index.js index <HASH>..<HASH> 100644 --- a/resource/index.js +++ b/resource/index.js @@ -33,12 +33,20 @@ resource.use = function (r, options) { // If the required resource doesn't have the expected exported scope, // throw a friendly error message // - if(typeof _r[r]...
[api] First pass at resource.use auto-install missing deps
bigcompany_big
train
2d99a7342ce0c6d0f59ca1964862b5987d470f75
diff --git a/packages/pouchdb-core/src/setup.js b/packages/pouchdb-core/src/setup.js index <HASH>..<HASH> 100644 --- a/packages/pouchdb-core/src/setup.js +++ b/packages/pouchdb-core/src/setup.js @@ -129,8 +129,6 @@ PouchDB.defaults = function (defaultOpts) { inherits(PouchAlt, PouchDB); - setUpEventEmitter(Pouc...
(#<I>) - Dont leak event emitters
pouchdb_pouchdb
train
d7ccf477abe350c37d5d65fe7f1b54483bcacb5c
diff --git a/src/Repositories/Character/Character.php b/src/Repositories/Character/Character.php index <HASH>..<HASH> 100644 --- a/src/Repositories/Character/Character.php +++ b/src/Repositories/Character/Character.php @@ -46,8 +46,6 @@ trait Character * * @param bool $get * - * @deprecated replac...
Update getAllCharactersWithAffiliations to no longer want keys.
eveseat_services
train
7ac49feb7468eb578d9645aea7bc822de4008998
diff --git a/test/access.js b/test/access.js index <HASH>..<HASH> 100644 --- a/test/access.js +++ b/test/access.js @@ -46,12 +46,16 @@ describe('access', function () { }) }) - describe('Skip/Take are complementary', function () { + describe('Skip/Take', function () { it('Take(n) concatenated with Skip(...
Added at least one test for new assertions
SvSchmidt_linqjs
train
13a35ab242f418c9be1826a438bd0c9f88e227dc
diff --git a/src/main/java/hex/GridSearch.java b/src/main/java/hex/GridSearch.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/GridSearch.java +++ b/src/main/java/hex/GridSearch.java @@ -45,7 +45,7 @@ public class GridSearch extends Job { ArrayList<Argument> args = grid.jobs[0].arguments(); //...
Removed superfluous arguments in GridSearch page
h2oai_h2o-2
train
d1871c2c4607fb6784f229e3ddfe6ea1c39299ab
diff --git a/lib/overcommit/hook_context/run_all.rb b/lib/overcommit/hook_context/run_all.rb index <HASH>..<HASH> 100644 --- a/lib/overcommit/hook_context/run_all.rb +++ b/lib/overcommit/hook_context/run_all.rb @@ -17,7 +17,7 @@ module Overcommit::HookContext # @return [Set] def modified_lines_in_file(file) ...
Count lines directly rather than using wc -l
sds_overcommit
train
0fe9012f3d1ab8b321f4ec4df66b0feddf827f0d
diff --git a/src/style_manager/model/PropertyComposite.js b/src/style_manager/model/PropertyComposite.js index <HASH>..<HASH> 100644 --- a/src/style_manager/model/PropertyComposite.js +++ b/src/style_manager/model/PropertyComposite.js @@ -60,6 +60,12 @@ export default Property.extend({ newStyle = toStyle(values,...
Clear undetached properties in composite types
artf_grapesjs
train
62ab7751544fa1d0d99e991d1fc8e9032170f8d1
diff --git a/src/Symfony/Component/Workflow/CHANGELOG.md b/src/Symfony/Component/Workflow/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Workflow/CHANGELOG.md +++ b/src/Symfony/Component/Workflow/CHANGELOG.md @@ -6,6 +6,7 @@ CHANGELOG * Trigger `entered` event for subject entering in the Workf...
[Workflow] The TransitionEvent is able to modify the context
symfony_symfony
train
73a6df5cbc2498f692b7787572211b2015f95b2a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( namespace_packages = ['snowpenguin', 'snowpenguin.django'], # package_data={'': ['']}, include_package_data=True, - version='0.1.7', + version='0.1.8', install_requires=[ ...
Error message when error-codes is not received
kbytesys_django-recaptcha2
train
380f0b05230ee6ed5ed1924079954665187f092f
diff --git a/src/Minify.php b/src/Minify.php index <HASH>..<HASH> 100644 --- a/src/Minify.php +++ b/src/Minify.php @@ -128,7 +128,7 @@ abstract class Minify // make sure pattern actually starts at beginning of content - we'll be // looping the content character by character, executing patterns ...
Minor cleanups/fixes These didn't currently cause any issues, but needed fixing :)
matthiasmullie_minify
train
f76e0102205b32a282a1dd8eb8abaee2eadf7b6e
diff --git a/master/buildbot/scripts/runner.py b/master/buildbot/scripts/runner.py index <HASH>..<HASH> 100644 --- a/master/buildbot/scripts/runner.py +++ b/master/buildbot/scripts/runner.py @@ -548,8 +548,8 @@ class CheckConfigOptions(base.SubcommandOptions): compData = usage.Completions(extraActions=[usage.C...
fix WS error not fixed by autopep8 PRE_PEP8_COMMIT
buildbot_buildbot
train
ab90cdfb559a522333fa053d19ad2c5856942b57
diff --git a/medoo.php b/medoo.php index <HASH>..<HASH> 100644 --- a/medoo.php +++ b/medoo.php @@ -2,7 +2,7 @@ /*! * Medoo database framework * http://medoo.in - * Version 1.1.2 + * Version 1.1.3 * * Copyright 2016, Angel Lai * Released under the MIT license
[release] Medoo <I>
catfan_Medoo
train
486c11882b092ac01f6d94b25b1bd5e827c949c9
diff --git a/dist/js/sb-admin-2.js b/dist/js/sb-admin-2.js index <HASH>..<HASH> 100644 --- a/dist/js/sb-admin-2.js +++ b/dist/js/sb-admin-2.js @@ -9,8 +9,8 @@ $(function() { // Sets the min-height of #page-wrapper to window size $(function() { $(window).bind("load resize", function() { - topOffset = 50; -...
All local variables must be prepended with `var` Otherwise it causes problems in `'use strict';` mode
BlackrockDigital_startbootstrap-sb-admin-2
train
b0cbd2c92fb79ccf1620e6d6c94be4e938e395fb
diff --git a/src/main/java/net/bootsfaces/component/colorPicker/ColorPickerRenderer.java b/src/main/java/net/bootsfaces/component/colorPicker/ColorPickerRenderer.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/bootsfaces/component/colorPicker/ColorPickerRenderer.java +++ b/src/main/java/net/bootsfaces/componen...
changed method name due to 2f0fb<I>
TheCoder4eu_BootsFaces-OSP
train
dbf2a461b84e62b9736bcb0fbeed3ad4edcc532c
diff --git a/twython/twython.py b/twython/twython.py index <HASH>..<HASH> 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -259,7 +259,7 @@ class Twython(object): raise TwythonError('This function must be called after an API call. It delivers header information.') if header in self._la...
Update twython/twython.py making it so that when you don't pass in header you get all of them back.
ryanmcgrath_twython
train
9a46207904096dc66ed2a7895e2efcefe25bf7cc
diff --git a/resources/weather/simulation_for_paper.py b/resources/weather/simulation_for_paper.py index <HASH>..<HASH> 100644 --- a/resources/weather/simulation_for_paper.py +++ b/resources/weather/simulation_for_paper.py @@ -40,12 +40,12 @@ def plot(x, y): ##########################################################...
Changed variable names to comprise with Python guidelines
gems-uff_noworkflow
train
bb37a6d6b4df8923ed1c454300fa31f83bd9742f
diff --git a/src/main/java/org/openqa/selenium/WebElement.java b/src/main/java/org/openqa/selenium/WebElement.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/openqa/selenium/WebElement.java +++ b/src/main/java/org/openqa/selenium/WebElement.java @@ -31,16 +31,16 @@ import java.util.List; */ public interface...
LeoLaskin: updating with jleybay's comments from r<I>. r<I>
appium_java-client
train
0a62e6eced88111aeac8d32f9392d815369f3623
diff --git a/salt/modules/apt.py b/salt/modules/apt.py index <HASH>..<HASH> 100644 --- a/salt/modules/apt.py +++ b/salt/modules/apt.py @@ -779,7 +779,9 @@ def get_repo(repo, **kwargs): for source in repos.values(): for sub in source: if (sub['type'] == repo_type and - ...
only call refresh_db and git-add-repository if repo was previously undefined also strip trailing '/' in get_repo, see comment in code
saltstack_salt
train
0d6b1d72a0df37fd6317bc97679b61e23835ff46
diff --git a/py_ecc/optimized_bls12_381/optimized_curve.py b/py_ecc/optimized_bls12_381/optimized_curve.py index <HASH>..<HASH> 100644 --- a/py_ecc/optimized_bls12_381/optimized_curve.py +++ b/py_ecc/optimized_bls12_381/optimized_curve.py @@ -134,8 +134,6 @@ w = FQ12([0, 1] + [0] * 10) # Convert P => -P def neg(pt)...
Remove is_inf conditional from neg
ethereum_py_ecc
train
329b5408da850a54e3d037468ae131f880cf7a64
diff --git a/notify/admin.py b/notify/admin.py index <HASH>..<HASH> 100644 --- a/notify/admin.py +++ b/notify/admin.py @@ -7,7 +7,7 @@ class NotificationAdmin(admin.ModelAdmin): list_display = ('recipient', 'actor', 'verb', 'obj', 'target', 'read', 'deleted') list_filter = ('read', 'delet...
Remove recipeint__username field from admin to fix #<I>
v1k45_django-notify-x
train
da3c5282aa30201dbaca78a16566b9ae06a5c9c6
diff --git a/jcn/display_elements.py b/jcn/display_elements.py index <HASH>..<HASH> 100644 --- a/jcn/display_elements.py +++ b/jcn/display_elements.py @@ -99,6 +99,8 @@ class Text(ABCDisplayElement): class Label(Text): + min_height = max_height = 1 + def _get_lines(self, width, height): return [se...
Add default height constraints to Label and LineInput elements
ch3pjw_junction
train
e467d9b3f0f4634b20c1e611d676f7bec32b8b47
diff --git a/lib/parse/webhooks/payload.rb b/lib/parse/webhooks/payload.rb index <HASH>..<HASH> 100644 --- a/lib/parse/webhooks/payload.rb +++ b/lib/parse/webhooks/payload.rb @@ -53,6 +53,8 @@ module Parse attr_accessor :master, :user, :installation_id, :params, :function_name, :object, :trigger_name at...
Support for manually overriding pasre_class in Webhook triggers.
modernistik_parse-stack
train
49a99289137ec64a5ec8b50f2907c673eea68e8d
diff --git a/ModelBundle/DataFixtures/MongoDB/DemoContent/TransverseDataGenerator.php b/ModelBundle/DataFixtures/MongoDB/DemoContent/TransverseDataGenerator.php index <HASH>..<HASH> 100644 --- a/ModelBundle/DataFixtures/MongoDB/DemoContent/TransverseDataGenerator.php +++ b/ModelBundle/DataFixtures/MongoDB/DemoContent/T...
Alter node fixtures if media fixtures are not loaded
open-orchestra_open-orchestra-model-bundle
train
2bc65c2ab48fb57b87adeb31515799668fdb453c
diff --git a/js/models/messages.js b/js/models/messages.js index <HASH>..<HASH> 100644 --- a/js/models/messages.js +++ b/js/models/messages.js @@ -97,9 +97,16 @@ return this.imageUrl; }, getContact: function() { - if (this.collection) { - return this.collection.c...
Let messages fetch references to senders The conversation's contactCollection only contains references to the current membership, and will not provide contact info for people who have left the group, causing their messages to render without numbers or avatars. // FREEBIE
ForstaLabs_librelay-node
train
a705156b33935c24a795b9c1bee47469232cac0a
diff --git a/test/client_test.rb b/test/client_test.rb index <HASH>..<HASH> 100644 --- a/test/client_test.rb +++ b/test/client_test.rb @@ -702,6 +702,56 @@ class ThreeScale::ClientTest < MiniTest::Test assert_equal "su1.3scale.net", request["host"] end + EXTENSIONS_HASH = { 'a special &=key' => 'a special =&...
test/client: add unit tests for extensions These just test that the extensions header is being sent.
3scale_3scale_ws_api_for_ruby
train
dc98da585d22332d90b37299c92c474b57ee0009
diff --git a/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php b/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php +++ b/lib/Doctrine/ORM/Query/QueryExpressionVisitor.php @@ -62,7 +62,7 @@ class QueryExpressionVisitor extends Expression...
[DDC-<I>] Fix changes requested 1/2
doctrine_orm
train
717aee71a8ea4cf60a7b95c10550368b9724c79d
diff --git a/cfn_resource.py b/cfn_resource.py index <HASH>..<HASH> 100644 --- a/cfn_resource.py +++ b/cfn_resource.py @@ -29,7 +29,7 @@ def wrap_user_handler(func, base_response=None): "StackId": event["StackId"], "RequestId": event["RequestId"], "LogicalResourceId": event["Logic...
Use constants for success/failure
ryansb_cfn-wrapper-python
train
dedd3a7d7eb78d721fa26b2ade4608bfcc1da641
diff --git a/lib/raml2html.js b/lib/raml2html.js index <HASH>..<HASH> 100755 --- a/lib/raml2html.js +++ b/lib/raml2html.js @@ -70,12 +70,14 @@ function parse(source) { }); } -var args = process.argv.slice(2); +if (require.main === module) { + var args = process.argv.slice(2); -if (args.length !== 1) { - ...
run only if when called directly via node raml2html.js
raml2html_raml2html
train
5848bdf6d272a8a2bff7303f737586757182da44
diff --git a/src/Basho/Riak/Bucket.php b/src/Basho/Riak/Bucket.php index <HASH>..<HASH> 100644 --- a/src/Basho/Riak/Bucket.php +++ b/src/Basho/Riak/Bucket.php @@ -457,4 +457,4 @@ class Bucket return true; } -} \ No newline at end of file +} diff --git a/src/Basho/Riak/Utils.php b/src/Basho/Riak/Utils.ph...
Add newline at end of file.
basho_riak-php-client
train
fef22272dd94c08f011acaaa4594c3480c46fe57
diff --git a/cmd/juju/service/store.go b/cmd/juju/service/store.go index <HASH>..<HASH> 100644 --- a/cmd/juju/service/store.go +++ b/cmd/juju/service/store.go @@ -181,14 +181,5 @@ func (c *csClient) authorize(curl *charm.URL) (*macaroon.Macaroon, error) { return nil, errors.Trace(err) } - // We need to add the i...
Removed adding the is-entity caveat to the delagatable macaroon.
juju_juju
train
cbf7bf16b92006c87203893992d6a780a2752397
diff --git a/javascript/metaparticle-package/index.js b/javascript/metaparticle-package/index.js index <HASH>..<HASH> 100644 --- a/javascript/metaparticle-package/index.js +++ b/javascript/metaparticle-package/index.js @@ -2,7 +2,7 @@ var fs = require('fs'); var path = require('path'); - inDockerContaine...
Update definition of local functions with explicit const (#<I>)
metaparticle-io_package
train