hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
6fcc25e02bd7d7485e5360edf177d9f1d06d7b2a
diff --git a/glib/glib.go b/glib/glib.go index <HASH>..<HASH> 100644 --- a/glib/glib.go +++ b/glib/glib.go @@ -300,7 +300,7 @@ func (v List) Reverse() *List { func (v List) Concat(link List) *List { return &List{C.g_list_concat(v.GList, link.GList)} } -func (v List) ForEach(callback func(interface{}, interface{}), ...
gdata should be unsafe.Pointer not interface{}
mattn_go-gtk
train
00a0877bef1636612d7a2d1ad076dbd02d5f6540
diff --git a/src/sap.ui.layout/src/sap/ui/layout/AlignedFlowLayout.js b/src/sap.ui.layout/src/sap/ui/layout/AlignedFlowLayout.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.layout/src/sap/ui/layout/AlignedFlowLayout.js +++ b/src/sap.ui.layout/src/sap/ui/layout/AlignedFlowLayout.js @@ -155,8 +155,10 @@ sap.ui.define([ ...
[FIX] AlignedFlowLayout: Collision detection algorithm extended to support custom margins The collision detection algorithm now takes into consideration custom CSS margins added to items. Change-Id: Iea<I>caa2bb<I>fde<I>b<I>aba<I>db1b<I>b BCP: <I>
SAP_openui5
train
1793d02c0e36f468cc4f7a77ec706e3744c69536
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,7 @@ y.output + +# ignore intellij files +.idea +*.iml +*.ipr +*.iws diff --git a/decoder.go b/decoder.go index <HASH>..<HASH> 100644 --- a/decoder.go +++ b/decoder.go @@ -15,6 +15,11 @@ import ( // This...
- decoded structs may now use the ast.Node type to save the raw ast.Node; conceptually similar to how json.RawMessage works and is useful in situations where you would like to either (a) defer decoding or (b) require additional meta-data like #Pos
hashicorp_hcl
train
678e11dd4a6e1c5d592ce9a08bd0e8f269c07f08
diff --git a/isort/api.py b/isort/api.py index <HASH>..<HASH> 100644 --- a/isort/api.py +++ b/isort/api.py @@ -615,6 +615,7 @@ def _sort_imports( out_config = Config( config=config, line_length=max(config.line_length - len(indent), 0), +...
wrap_length corrected for indentation in unison with line_length
timothycrosley_isort
train
b7cd64eb1c0d265fb6e9459b799fa83ac872e5c8
diff --git a/mintapi/api.py b/mintapi/api.py index <HASH>..<HASH> 100644 --- a/mintapi/api.py +++ b/mintapi/api.py @@ -150,16 +150,17 @@ class Mint(requests.Session): return accounts def set_user_property(self, name, value): - url = 'https://wwws.mint.com/bundledServiceController.xevent?legacy=fa...
Fix formatting for consistency with PEP-8
mrooney_mintapi
train
08daa2421c3cfb51caddfc47077c1464c031f717
diff --git a/lib/review/book/chapter.rb b/lib/review/book/chapter.rb index <HASH>..<HASH> 100644 --- a/lib/review/book/chapter.rb +++ b/lib/review/book/chapter.rb @@ -64,7 +64,7 @@ module ReVIEW "\#<#{self.class} #{@number} #{@path}>" end - def format_number + def format_number(heading = tru...
Fix chapter's format_number in lavel2 case
kmuto_review
train
756d5fb9130be704c39b51a5219d2e07c82ec577
diff --git a/lib/carto/renderer.js b/lib/carto/renderer.js index <HASH>..<HASH> 100644 --- a/lib/carto/renderer.js +++ b/lib/carto/renderer.js @@ -93,8 +93,8 @@ carto.Renderer = function Renderer(env) { } var external = new External(that.env, l.Datasource.file, l.name); - ...
Use on() instead of once() for node <I>.x compatibility.
mapbox_carto
train
42bff940380c0b7316a24ce1ee6751071532a6f1
diff --git a/test/function-curry/index.js b/test/function-curry/index.js index <HASH>..<HASH> 100644 --- a/test/function-curry/index.js +++ b/test/function-curry/index.js @@ -25,12 +25,14 @@ test('executes in the correct context', function (t) { }); test('converts n-ary function to a sequence of nested unary functi...
add further tests for the various forms of curry
angus-c_just
train
95b4f6d14eb29071ff56ae238f20f748c47cdfc4
diff --git a/salt/modules/linux_sysctl.py b/salt/modules/linux_sysctl.py index <HASH>..<HASH> 100644 --- a/salt/modules/linux_sysctl.py +++ b/salt/modules/linux_sysctl.py @@ -2,7 +2,6 @@ Module for viewing and modifying sysctl parameters """ -# Import python libs import logging import os import re @@ -13,8 +12,6...
Another round of pre-commit.
saltstack_salt
train
8e9a0b8d743c2dcdb43d4ca0ac9015cf8e81a5cf
diff --git a/src/Collection/Collection.php b/src/Collection/Collection.php index <HASH>..<HASH> 100644 --- a/src/Collection/Collection.php +++ b/src/Collection/Collection.php @@ -22,7 +22,7 @@ class Collection implements CollectionInterface, \Countable if ($this->has($name)) { return $this->collec...
Improve Collection class by feature of PHP <I>+
deployphp_deployer
train
3029f644818a7e70fee656e583959b1bce7f4d56
diff --git a/salt/modules/lxc.py b/salt/modules/lxc.py index <HASH>..<HASH> 100644 --- a/salt/modules/lxc.py +++ b/salt/modules/lxc.py @@ -4395,7 +4395,7 @@ def edit_conf(conf_file, they already exist in the file. out_format: - Set to simple if you need backward compatbility (multiple items for a + ...
Fix typo an compatbility -> compatibility
saltstack_salt
train
c1f5b9e3bfa96762fdbe9f4ca54b3851b38294da
diff --git a/test/__init__.py b/test/__init__.py index <HASH>..<HASH> 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,7 +1,10 @@ import glob, os.path, sys +version = sys.version.split(" ")[0] +majorminor = version[0:3] + # Add path to hiredis.so load path -path = glob.glob("build/lib*/hiredis/*.so")[0] +...
Add versioned path for dynamic library lookup
redis_hiredis-py
train
d1790ace6ff70160599e9c094a58f0100289ad2f
diff --git a/driver-compat/src/main/com/mongodb/DB.java b/driver-compat/src/main/com/mongodb/DB.java index <HASH>..<HASH> 100644 --- a/driver-compat/src/main/com/mongodb/DB.java +++ b/driver-compat/src/main/com/mongodb/DB.java @@ -445,15 +445,23 @@ public class DB implements IDB { return getMongo().getSession(...
Shifted around some of the responsibilities between Mongo/DB so that Mongo doesn't have to worry about wrapping Exceptions at all. DB should be the highest level org exceptions get to
mongodb_mongo-java-driver
train
5bc46746e8f3bc327ea41754e9101af5274bf2e6
diff --git a/scisalt/utils/githubtunnel.py b/scisalt/utils/githubtunnel.py index <HASH>..<HASH> 100755 --- a/scisalt/utils/githubtunnel.py +++ b/scisalt/utils/githubtunnel.py @@ -4,6 +4,7 @@ import os as _os import argparse as _argparse import shlex from subprocess import call +import ipdb as pdb __all__ = ['gith...
Command-line githubtunnel
joelfrederico_SciSalt
train
e2a452622a223f3f7d2987b255dded64baff4693
diff --git a/src/sap.m/src/sap/m/Dialog.js b/src/sap.m/src/sap/m/Dialog.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/Dialog.js +++ b/src/sap.m/src/sap/m/Dialog.js @@ -1328,6 +1328,8 @@ sap.ui.define(['jquery.sap.global', './Bar', './InstanceManager', './Associative }; if ((isHeaderClicked(e.targ...
[FIX] sap.m.Dialog: tap on header (draggable) and rerender will no longer break the postion Change-Id: I<I>d<I>adc6c<I>f<I>b<I>abb<I>ed3a<I>f BCP: <I>
SAP_openui5
train
da1998e68a3446cd2c9e0c87d023d175a10912fb
diff --git a/suds/resolver.py b/suds/resolver.py index <HASH>..<HASH> 100644 --- a/suds/resolver.py +++ b/suds/resolver.py @@ -42,6 +42,29 @@ class Resolver: @type schema: L{xsd.schema.Schema} """ self.schema = schema + + def find(self, name, resolved=True): + """ + G...
Update base Resolver to be used as generic resolver
suds-community_suds
train
f94d3e470393f8fccb11b3d4766a19ce75b734e1
diff --git a/lib/Doctrine/Connection/Pgsql.php b/lib/Doctrine/Connection/Pgsql.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Connection/Pgsql.php +++ b/lib/Doctrine/Connection/Pgsql.php @@ -128,7 +128,12 @@ class Doctrine_Connection_Pgsql extends Doctrine_Connection_Common { . $from . ' ' ....
Fixed OFFSET clause generation of Pgsql driver, which added the OFFSET keyword without a value to the SQL query in case of OFFSET 0. fixes #<I>
doctrine_orm
train
220f945f4500ec0d63b232694412b5beac065a07
diff --git a/helpers/class.TestSession.php b/helpers/class.TestSession.php index <HASH>..<HASH> 100644 --- a/helpers/class.TestSession.php +++ b/helpers/class.TestSession.php @@ -23,22 +23,21 @@ use qtism\runtime\processing\OutcomeProcessingEngine; use qtism\data\rules\OutcomeRuleCollection; use qtism\data\processing...
Add method to close a particular timer
oat-sa_extension-tao-testqti
train
52d51345846d796c65193c9bb5c5f6b1c606a081
diff --git a/edx_rest_api_client/__version__.py b/edx_rest_api_client/__version__.py index <HASH>..<HASH> 100644 --- a/edx_rest_api_client/__version__.py +++ b/edx_rest_api_client/__version__.py @@ -1 +1 @@ -__version__ = '5.0.2' +__version__ = '5.1.0' diff --git a/edx_rest_api_client/client.py b/edx_rest_api_client/cl...
Add function to get jwt token (#<I>)
edx_edx-rest-api-client
train
155ff957533a9dfb6e3d9e477258bbef1cce2ab6
diff --git a/src/main/java/reactor/netty/http/client/WebsocketClientOperations.java b/src/main/java/reactor/netty/http/client/WebsocketClientOperations.java index <HASH>..<HASH> 100644 --- a/src/main/java/reactor/netty/http/client/WebsocketClientOperations.java +++ b/src/main/java/reactor/netty/http/client/WebsocketCli...
Add logging when websocket outbound error happened
reactor_reactor-netty
train
42d439924b32c7d9f3f02aa334c1f29a011e1a82
diff --git a/src/samples/java/SLS_Sample.java b/src/samples/java/SLS_Sample.java index <HASH>..<HASH> 100644 --- a/src/samples/java/SLS_Sample.java +++ b/src/samples/java/SLS_Sample.java @@ -30,6 +30,32 @@ public class SLS_Sample { return found; } + SLS_Sample fpBreak(List<SLS_Sample> l, String n) { ...
more fp examples for SLS
mebigfatguy_fb-contrib
train
33fd0152474dd7bbfdc77044fd565cb14e9e6014
diff --git a/lib/event_sourcery/event_store/postgres/schema.rb b/lib/event_sourcery/event_store/postgres/schema.rb index <HASH>..<HASH> 100644 --- a/lib/event_sourcery/event_store/postgres/schema.rb +++ b/lib/event_sourcery/event_store/postgres/schema.rb @@ -4,21 +4,27 @@ module EventSourcery module Schema ...
Create schema based on use of optimistic concurrency
envato_event_sourcery
train
d31d167c78203732c74a97f5a98788462231e01f
diff --git a/socketio/packet.py b/socketio/packet.py index <HASH>..<HASH> 100644 --- a/socketio/packet.py +++ b/socketio/packet.py @@ -69,7 +69,11 @@ class Packet(object): necessary to fully decode the packet. """ ep = encoded_packet - self.packet_type = int(ep[0:1]) + try: + ...
support packets with empty payload given as an integer
miguelgrinberg_python-socketio
train
49e091e17a5da27ca5cc491d9486518b3407540d
diff --git a/src/parser.js b/src/parser.js index <HASH>..<HASH> 100644 --- a/src/parser.js +++ b/src/parser.js @@ -222,10 +222,19 @@ function mapAssignment(node, meta) { return b.expressionStatement(mapExpression(node, meta)); } +function mapClassProperty(node, meta) { + return b.classProperty(mapExpression(node...
added class properties, fixes #<I>
rainforestapp_decaf
train
da109b4e4aae02466de60ad12edad21e41cfea98
diff --git a/luigi/hadoop.py b/luigi/hadoop.py index <HASH>..<HASH> 100644 --- a/luigi/hadoop.py +++ b/luigi/hadoop.py @@ -437,7 +437,9 @@ class HadoopJobRunner(JobRunner): libjars = [libjar for libjar in self.libjars] for libjar in self.libjars_in_hdfs: - subprocess.call(luigi.hdfs.load_...
Print out hadoop cmd before running By increasing the verbosity, you can trace where you program hangs.
spotify_luigi
train
82c2e5c369bd46eb0acb99f617f0511867eed65b
diff --git a/lib/credentials.js b/lib/credentials.js index <HASH>..<HASH> 100644 --- a/lib/credentials.js +++ b/lib/credentials.js @@ -54,6 +54,32 @@ Credentials.create = function(network) { return x; }; +var wordsForLang = { + 'en': Mnemonic.Words.ENGLISH, + 'es': Mnemonic.Words.SPANISH, + 'jp': Mnemonic.Word...
add tests and #createWithMnemonics
bitpay_bitcore-wallet-client
train
dbfcd21c1fe3d144398e427ab71b9bb06ccbae14
diff --git a/client/state/themes/actions.js b/client/state/themes/actions.js index <HASH>..<HASH> 100644 --- a/client/state/themes/actions.js +++ b/client/state/themes/actions.js @@ -313,6 +313,28 @@ export function requestActiveTheme( siteId ) { /** * Triggers a network request to activate a specific theme on a g...
Theme Actions: Introduce smart activate action
Automattic_wp-calypso
train
cb423e6e1d36044a00a6d8ee62336844294e54fb
diff --git a/graphql_test.go b/graphql_test.go index <HASH>..<HASH> 100644 --- a/graphql_test.go +++ b/graphql_test.go @@ -560,12 +560,16 @@ var tests = []struct { { "__schema": { "types": [ + { "name": "Boolean" }, { "name": "Character" }, { "name": "Droid" }, { "name": "Episod...
improved handling of scalar types
graph-gophers_graphql-go
train
90b97e4f0e735e0ef9b5aa28a948e8473714debb
diff --git a/lib/Pomander/Builder.php b/lib/Pomander/Builder.php index <HASH>..<HASH> 100644 --- a/lib/Pomander/Builder.php +++ b/lib/Pomander/Builder.php @@ -30,7 +30,9 @@ class Builder public function load($plugin) { - + if(!class_exists($plugin)) + $plugin = "\\Pomander\\$plugin"; + return $plugin::load(...
built out load() method for loading plugins
tamagokun_pomander
train
74facdedb49540cc58c3f9311dccbf12564ee013
diff --git a/src/frontend/org/voltdb/iv2/LeaderAppointer.java b/src/frontend/org/voltdb/iv2/LeaderAppointer.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/iv2/LeaderAppointer.java +++ b/src/frontend/org/voltdb/iv2/LeaderAppointer.java @@ -51,6 +51,7 @@ import org.voltdb.ReplicationRole; import org.volt...
LeaderAppointer: Handle null ElasticService in k safety check
VoltDB_voltdb
train
de0f27616ab97eff7527d0f03b282b5e47d0c4f7
diff --git a/models/classes/search/index/IndexIterator.php b/models/classes/search/index/IndexIterator.php index <HASH>..<HASH> 100644 --- a/models/classes/search/index/IndexIterator.php +++ b/models/classes/search/index/IndexIterator.php @@ -15,19 +15,15 @@ * along with this program; if not, write to the Free Softwa...
chore: avoided deprecated classes usage
oat-sa_tao-core
train
806d98b8da9d11290b6f019d0bd8e08c15aeb26a
diff --git a/azurerm/helpers/azure/app_service.go b/azurerm/helpers/azure/app_service.go index <HASH>..<HASH> 100644 --- a/azurerm/helpers/azure/app_service.go +++ b/azurerm/helpers/azure/app_service.go @@ -705,8 +705,12 @@ func ExpandAppServiceAuthSettings(input interface{}) web.SiteAuthSettingsPropert if v, ok := s...
Check for nil interfaces in different auth settings
terraform-providers_terraform-provider-azurerm
train
8de5bf28eacd6e8e5eb8b4714e6f2cace98ea784
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -51,8 +51,11 @@ if (start) { var copyright = require('./CopyrightModule'); // jshint ignore:line var BingMapsStyle = require('../third_party/cesium/Source/Scene/BingMapsStyle'); + var Cartesian3 = re...
Add new GA topo basemap.
TerriaJS_terriajs
train
5ad4ffd3cf7e5cc2ef65f8e29d877a5c1bc04dbd
diff --git a/system/src/Grav/Common/Form/FormFlash.php b/system/src/Grav/Common/Form/FormFlash.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Common/Form/FormFlash.php +++ b/system/src/Grav/Common/Form/FormFlash.php @@ -101,28 +101,9 @@ class FormFlash extends \Grav\Framework\Form\FormFlash } ...
FormFlash: Fixed some image cropping issues
getgrav_grav
train
5c046acdbcdfe72d63b7613e2a2eb8130d127b6d
diff --git a/lib/puppet/settings.rb b/lib/puppet/settings.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/settings.rb +++ b/lib/puppet/settings.rb @@ -828,9 +828,9 @@ class Puppet::Settings # Allow later inspection to determine if the setting was set by user # config, rather than a default setting. - def set_b...
(maint) Allow environment and run_mode arguments to set_by_config? Without this change, `set_by_config?` will ignore settings in the current environment's config file and only examines the preferred run mode. With this change, it allows environment and run_mode to be specified as arguments.
puppetlabs_puppet
train
4484da311f1e7e24d31d3f2378bfb2635190f137
diff --git a/tests/test_kerncraft.py b/tests/test_kerncraft.py index <HASH>..<HASH> 100644 --- a/tests/test_kerncraft.py +++ b/tests/test_kerncraft.py @@ -312,6 +312,7 @@ class TestKerncraft(unittest.TestCase): self.assertEqual(roofline['bottleneck level'], 3) @unittest.skipUnless(find_executable('gcc')...
added likwid presence check to benchmark unittest
RRZE-HPC_kerncraft
train
c5c2d31786f53beca2df70bff80d9ab61b6de041
diff --git a/glue/pipeline.py b/glue/pipeline.py index <HASH>..<HASH> 100644 --- a/glue/pipeline.py +++ b/glue/pipeline.py @@ -744,33 +744,6 @@ class ScienceSegment: """ return cmp(self.start(),other.start()) - def make_chunks_bad_play(self,length=0,overlap=0,play=0,sl=0): - """ - Divides the science...
added an invert() c.f. Peter's segments
gwastro_pycbc-glue
train
e8c17f28243523b5f9c0e21e911cc4b2ff030b2d
diff --git a/lib/geocoder/calculations.rb b/lib/geocoder/calculations.rb index <HASH>..<HASH> 100644 --- a/lib/geocoder/calculations.rb +++ b/lib/geocoder/calculations.rb @@ -88,5 +88,35 @@ module Geocoder def km_in_mi 0.621371192 end + + ## + # Calculate bearing between two sets of co-ordinates ...
Adds methods for calculating the bearing between two points and for converting that bearing into a compass point, e.g. North or South West. If you want fewer or additional compass points (e.g. South By South West, or just NESW) provide a second parameter containing your array of points, e.g. Geocoder::Calculations::com...
alexreisner_geocoder
train
586261291f5faee7ba4351e12c274ee37911e401
diff --git a/test/e2e/framework/framework.go b/test/e2e/framework/framework.go index <HASH>..<HASH> 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -22,11 +22,9 @@ limitations under the License. package framework import ( - "bufio" "bytes" "fmt" "math/rand" - "os" "stri...
Remove unused functions in framework.go
kubernetes_kubernetes
train
7a1a0210cb55e523abf7aee576316c7077c5ffbb
diff --git a/examples/wrapper/lib/index.js b/examples/wrapper/lib/index.js index <HASH>..<HASH> 100644 --- a/examples/wrapper/lib/index.js +++ b/examples/wrapper/lib/index.js @@ -16,7 +16,7 @@ * * require params would change in your repo to the following * '../../lib/treasure' => 'td-js-sdk' - * '../../lib/loadCl...
docs(examples): use correct path in require
treasure-data_td-js-sdk
train
303071c95919b7c6b47479828216a487c7424b28
diff --git a/lib/parsers.js b/lib/parsers.js index <HASH>..<HASH> 100644 --- a/lib/parsers.js +++ b/lib/parsers.js @@ -31,7 +31,7 @@ exports.parseRequest = function (req, kwargs) { url : protocol + '://' + host + req.url, query_string : url.parse(req.url).query, headers : req.headers, - ...
If req.json exists, track that instead of req.data
opbeat_opbeat-node
train
12390e7b557bc87adc957066642351f121db5918
diff --git a/src/wavesurfer.js b/src/wavesurfer.js index <HASH>..<HASH> 100644 --- a/src/wavesurfer.js +++ b/src/wavesurfer.js @@ -1028,12 +1028,19 @@ WaveSurfer.util = { ajax: function (options) { var ajax = Object.create(WaveSurfer.Observer); var xhr = new XMLHttpRequest(); + var fired10...
Ensure "progress" fires with <I>% In the event that progress does NOT fire with loaded==total, then fire it with <I>% when the load event happens
katspaugh_wavesurfer.js
train
0c49445d3ecfc69ac201c79e1c7aef4693eac086
diff --git a/billy/web/public/views/events.py b/billy/web/public/views/events.py index <HASH>..<HASH> 100644 --- a/billy/web/public/views/events.py +++ b/billy/web/public/views/events.py @@ -51,15 +51,17 @@ def event_ical(request, abbr, event_id): cal_event.add('dtend', (event['when'] + dt.timedelta(hours=1))) ...
More ical-related bugfixes.
openstates_billy
train
9e89a758a4843aaedbabacd8b8542df8fe862b96
diff --git a/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php b/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php index <HASH>..<HASH> 100644 --- a/includes/customizer/scripts/class-kirki-customizer-scripts-loading.php +++ b/includes/customizer/scripts/class-kirki-customizer-s...
Allow disabling the custom loader
aristath_kirki
train
e521e7cd25307e9c1a15257a04c4acdb8f224d31
diff --git a/src/main/java/org/dynjs/parser/js/Parser.java b/src/main/java/org/dynjs/parser/js/Parser.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/parser/js/Parser.java +++ b/src/main/java/org/dynjs/parser/js/Parser.java @@ -236,7 +236,7 @@ public class Parser { } } - th...
Display better token information for unprintable tokens.
dynjs_dynjs
train
0bd0fe35d10ab3166579ec418d7894e7544ea7ef
diff --git a/source/Core/Database/Adapter/DatabaseInterface.php b/source/Core/Database/Adapter/DatabaseInterface.php index <HASH>..<HASH> 100644 --- a/source/Core/Database/Adapter/DatabaseInterface.php +++ b/source/Core/Database/Adapter/DatabaseInterface.php @@ -367,6 +367,24 @@ interface DatabaseInterface public ...
ESDEV-<I> ESDEV-<I> Fix travis issue with PDOException: There is no active transaction (cherry picked from commit 6d1defe)
OXID-eSales_oxideshop_ce
train
04f50b736349da26de84c88f5b7988841ab0e23a
diff --git a/src/test/java/org/gaul/s3proxy/JcloudsIntegrationTest.java b/src/test/java/org/gaul/s3proxy/JcloudsIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/gaul/s3proxy/JcloudsIntegrationTest.java +++ b/src/test/java/org/gaul/s3proxy/JcloudsIntegrationTest.java @@ -27,7 +27,9 @@ import org....
Annotate JcloudsIntegrationTest with @Test For consistency with jclouds tests.
gaul_s3proxy
train
794922649982b2a6c095f7fa6be4e5d6a6d9f496
diff --git a/airflow/task/task_runner/__init__.py b/airflow/task/task_runner/__init__.py index <HASH>..<HASH> 100644 --- a/airflow/task/task_runner/__init__.py +++ b/airflow/task/task_runner/__init__.py @@ -56,7 +56,7 @@ def get_task_runner(local_task_job): task_runner_class = import_string(_TASK_RUNNER_NA...
Fix typo in task_runner for ``AirflowConfigException`` (#<I>) Key name "executor" has changed to "task_runner" since this value does not belong to the executor, but the task_runner. This PR fixes the typo in the exception message. closes: #<I>
apache_airflow
train
8c632c0e2aeed89fb9e33e949eac71c1ffed1392
diff --git a/src/JsonUtils.php b/src/JsonUtils.php index <HASH>..<HASH> 100644 --- a/src/JsonUtils.php +++ b/src/JsonUtils.php @@ -41,7 +41,7 @@ class JsonUtils if (!is_string($json)) { throw new \InvalidArgumentException('Argument json is not a string'); } - $result = json_decode(...
WSNL-<I>: processed code review
webservices-nl_utils
train
def85bb96b262b5dee082b07f7d1a5fd9bea5648
diff --git a/spyder/widgets/findinfiles.py b/spyder/widgets/findinfiles.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/findinfiles.py +++ b/spyder/widgets/findinfiles.py @@ -279,7 +279,6 @@ class SearchInComboBox(QComboBox): """Remove all the external paths listed in the combobox.""" while self....
Changed behaviour after Clear this list is refused
spyder-ide_spyder
train
86078ab16fed81fc89fd8fa4e186380f087ba10e
diff --git a/assets/message-bus.js b/assets/message-bus.js index <HASH>..<HASH> 100644 --- a/assets/message-bus.js +++ b/assets/message-bus.js @@ -178,7 +178,7 @@ window.MessageBus = (function() { }; var ajax = (me.jQuery && me.jQuery.ajax) || me.ajaxImplementation; var req = ajax({ - url: me.baseUr...
Only append '?' if parameters are being added
SamSaffron_message_bus
train
15c36a815ac8ab377bb3cf15a2354b8fb64448cf
diff --git a/src/mg/PAMI/Client/Impl/ClientImpl.php b/src/mg/PAMI/Client/Impl/ClientImpl.php index <HASH>..<HASH> 100644 --- a/src/mg/PAMI/Client/Impl/ClientImpl.php +++ b/src/mg/PAMI/Client/Impl/ClientImpl.php @@ -174,7 +174,11 @@ class ClientImpl implements IClient throw new ClientException('Error connecting to a...
Automatically detect PHP_VERSION and workaround stream_get_line bug
marcelog_PAMI
train
49c81fe0fd7c50540038e5a2cb4cb56aff375b1e
diff --git a/enrol/authorize/localfuncs.php b/enrol/authorize/localfuncs.php index <HASH>..<HASH> 100644 --- a/enrol/authorize/localfuncs.php +++ b/enrol/authorize/localfuncs.php @@ -31,9 +31,7 @@ function prevent_double_paid($course) { global $CFG, $SESSION, $USER; - $sql = "SELECT id FROM {$CFG->prefix}enr...
We are expecting multiple records, but in debug mode, it gives this error: Error: Turn off debugging to hide this error. SELECT id FROM enrol_authorize WHERE userid = '3' AND courseid = '2' AND status=0(with limits 0, <I>) Very strange error in get_record_sql !
moodle_moodle
train
2a7b43299cc2d481abe9deda52751877abc9b2a3
diff --git a/Resources/public/js/views/ez-navigationhubview.js b/Resources/public/js/views/ez-navigationhubview.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/views/ez-navigationhubview.js +++ b/Resources/public/js/views/ez-navigationhubview.js @@ -573,7 +573,7 @@ YUI.add('ez-navigationhubview', function (Y) ...
EZP-<I>: Rename the navigation zone "Studio Plus" to "Studio+"
ezsystems_PlatformUIBundle
train
b6b7511a3d35392bdd735d47d6d3e14099c648cd
diff --git a/lib/ohai/plugins/darwin/hardware.rb b/lib/ohai/plugins/darwin/hardware.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/darwin/hardware.rb +++ b/lib/ohai/plugins/darwin/hardware.rb @@ -46,16 +46,22 @@ Ohai.plugin(:Hardware) do hw_hash[0]["_items"][0].delete("_name") hardware.merge!(hw_hash[0...
Only shellout to sw_vers in darwin hardware once Avoid 2 extra shell_outs by just parsing the fields
chef_ohai
train
a2df99b53a38b454ab070d7689173b549bd34981
diff --git a/shapefile.py b/shapefile.py index <HASH>..<HASH> 100644 --- a/shapefile.py +++ b/shapefile.py @@ -875,6 +875,7 @@ class Reader(object): class Writer(object): """Provides write support for ESRI Shapefiles.""" def __init__(self, target=None, shapeType=None, autoBalance=False, **kwargs): + ...
Fixed 'ValueError: I/O operation on closed file.' when accessing file-like object after closing shapefile.Writer
GeospatialPython_pyshp
train
b11fa20c23e73d95dec37825623379a74c8d1e42
diff --git a/openprovider/modules/domain.py b/openprovider/modules/domain.py index <HASH>..<HASH> 100644 --- a/openprovider/modules/domain.py +++ b/openprovider/modules/domain.py @@ -59,7 +59,7 @@ class DomainModule(common.Module): def create_domain_request(self, domain, period, owner_handle, admin_handle, tech_ha...
Add private whois flags This allows enabling privacy protection. This is an undocumented feature and may not be available to all customers. It's also a paid service similar to domicile.
AntagonistHQ_openprovider.py
train
61b4ca334b196b668f04e63314f7d5eb75cd3262
diff --git a/src/main/java/uk/co/real_logic/agrona/concurrent/CountersReader.java b/src/main/java/uk/co/real_logic/agrona/concurrent/CountersReader.java index <HASH>..<HASH> 100644 --- a/src/main/java/uk/co/real_logic/agrona/concurrent/CountersReader.java +++ b/src/main/java/uk/co/real_logic/agrona/concurrent/CountersR...
[Java] Add getters for the underlying counters buffers.
real-logic_agrona
train
05e973ad188302a89368b8643780bd69547809a9
diff --git a/test/integration/engine_test.rb b/test/integration/engine_test.rb index <HASH>..<HASH> 100644 --- a/test/integration/engine_test.rb +++ b/test/integration/engine_test.rb @@ -6,10 +6,9 @@ class RoutingTest < ActionDispatch::IntegrationTest include RouteTranslator::ConfigurationHelper def test_with_e...
Change test as per Rails <I> change We are going to assume that Rails is providing the correct behaviour for this use case, so we change the test accordingly to make it pass. Ref: rails/rails@ff7f4a7 rails/rails#<I> Close: #<I>
enriclluelles_route_translator
train
69a2c54ef4c3df06104a0528b2d59a5b7521b23f
diff --git a/asv_bench/benchmarks/categoricals.py b/asv_bench/benchmarks/categoricals.py index <HASH>..<HASH> 100644 --- a/asv_bench/benchmarks/categoricals.py +++ b/asv_bench/benchmarks/categoricals.py @@ -223,12 +223,19 @@ class CategoricalSlicing(object): def setup(self, index): N = 10**6 - va...
CLN: reduce overhead in setup for categoricals benchmarks in asv (#<I>)
pandas-dev_pandas
train
c89d63650e588e170094d2b49b9c5b00c666ca05
diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py index <HASH>..<HASH> 100644 --- a/salt/daemons/flo/core.py +++ b/salt/daemons/flo/core.py @@ -30,7 +30,9 @@ from salt.utils import kinds, is_windows from salt.utils.event import tagify # Import ioflo libs +# pylint: disable=import-error from ioflo.ai...
Quiet pylint
saltstack_salt
train
2baf2c65ab9cc2e3bf31dd502ca82b12dd415495
diff --git a/src/main/java/edu/cmu/lti/oaqa/gerp/core/GerpPhase.java b/src/main/java/edu/cmu/lti/oaqa/gerp/core/GerpPhase.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/cmu/lti/oaqa/gerp/core/GerpPhase.java +++ b/src/main/java/edu/cmu/lti/oaqa/gerp/core/GerpPhase.java @@ -10,7 +10,6 @@ import org.apache.uima....
Added ProcessingStep for gerp phase.
oaqa_baseqa
train
ae307b251ac8996d357c51089254a47718fc8624
diff --git a/raven/contrib/django/client.py b/raven/contrib/django/client.py index <HASH>..<HASH> 100644 --- a/raven/contrib/django/client.py +++ b/raven/contrib/django/client.py @@ -73,6 +73,16 @@ class DjangoClient(Client): return result + def build_msg(self, *args, **kwargs): + data = super(Dj...
Mark Django frames as outside of the application
getsentry_raven-python
train
0244afc939e0605b6fb41c79518430c9ce74473f
diff --git a/client_policy.go b/client_policy.go index <HASH>..<HASH> 100644 --- a/client_policy.go +++ b/client_policy.go @@ -49,7 +49,7 @@ type ClientPolicy struct { FailIfNotConnected bool //= true // TendInterval determines interval for checking for cluster state changes. - // Minimum possible interval is 10 ...
Support services-alternate info request during cluster tend
aerospike_aerospike-client-go
train
06c227be01f63e17efa052bd463f4f566617b36a
diff --git a/sunspot/spec/api/search/paginated_collection_spec.rb b/sunspot/spec/api/search/paginated_collection_spec.rb index <HASH>..<HASH> 100644 --- a/sunspot/spec/api/search/paginated_collection_spec.rb +++ b/sunspot/spec/api/search/paginated_collection_spec.rb @@ -5,6 +5,10 @@ describe "PaginatedCollection" do ...
Added test case for issue #<I>
sunspot_sunspot
train
b6e367799b0e5639f10c94388928a9d590c374ae
diff --git a/salt/transport/ipc.py b/salt/transport/ipc.py index <HASH>..<HASH> 100644 --- a/salt/transport/ipc.py +++ b/salt/transport/ipc.py @@ -235,6 +235,12 @@ class IPCServer: # pylint: enable=W1701 + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + ...
Implement the context manager protocol for the several ipc transport classes
saltstack_salt
train
ec40cc3f475adb2237732d9e9f6f0f9cafa87eea
diff --git a/src/org/codehaus/groovyfx/javafx/binding/PropertyBinding.java b/src/org/codehaus/groovyfx/javafx/binding/PropertyBinding.java index <HASH>..<HASH> 100644 --- a/src/org/codehaus/groovyfx/javafx/binding/PropertyBinding.java +++ b/src/org/codehaus/groovyfx/javafx/binding/PropertyBinding.java @@ -180,6 +180,12...
Fix toString() on PropertyFullBinding to handle default setProperty case on Node from a binding
groovyfx-project_groovyfx
train
df4e9c66fc2cc0bfc74c0261ffe0101c9988b81d
diff --git a/src/Traits/HasPermissions.php b/src/Traits/HasPermissions.php index <HASH>..<HASH> 100644 --- a/src/Traits/HasPermissions.php +++ b/src/Traits/HasPermissions.php @@ -348,13 +348,8 @@ trait HasPermissions $class::saved( function ($object) use ($permissions, $model) { - ...
Updates #<I> to avoid static var and fix #<I> By avoiding the temporary/static variable here, and using $model directly, the detection of persisted object is more accurate.
spatie_laravel-permission
train
82bfdcc181137f8e1a0cff961c9bd4a36a98c003
diff --git a/src/server/server.js b/src/server/server.js index <HASH>..<HASH> 100644 --- a/src/server/server.js +++ b/src/server/server.js @@ -94,7 +94,13 @@ export class Server extends EventEmitter { } this.log.sendosc(out); }); - this.receive.subscribe((o) => this.log.rcvosc(o), (err) => this.lo...
log all /fail messages as errors
crucialfelix_supercolliderjs
train
08e48cfdfcc2d654199a9eb9092c46d962801771
diff --git a/lib/async.js b/lib/async.js index <HASH>..<HASH> 100755 --- a/lib/async.js +++ b/lib/async.js @@ -775,7 +775,7 @@ var ts = typeof payload === 'number' ? tasks.splice(0, payload) - : tasks.splice(0); + : ta...
Fix for cargo on IE8 IE8 is strict about having a second argument to Array.splice; without the second argument, it silently fails, causing the worker to not get any work, and the cargo to spin infinitely.
caolan_async
train
99f0c13724cd27424e766f240d7d371e6bb1c064
diff --git a/test/functional/bento_search/search_controller_test.rb b/test/functional/bento_search/search_controller_test.rb index <HASH>..<HASH> 100644 --- a/test/functional/bento_search/search_controller_test.rb +++ b/test/functional/bento_search/search_controller_test.rb @@ -39,6 +39,33 @@ module BentoSearch ...
test custom before_filter for auth as documented
jrochkind_bento_search
train
451df40260d150749b93a8e8a08a7b094da74cb6
diff --git a/lib/Wrench/Connection.php b/lib/Wrench/Connection.php index <HASH>..<HASH> 100644 --- a/lib/Wrench/Connection.php +++ b/lib/Wrench/Connection.php @@ -279,6 +279,12 @@ class Connection extends Configurable /** * Handle data received from the client * + * The data passed in may belong to several dif...
Make Connection split data between payloads And make Payload split data between frames
varspool_Wrench
train
6bd8d8ff1ccedd8e58598c1c8bed2e73302004ca
diff --git a/sourcemap/decoder.py b/sourcemap/decoder.py index <HASH>..<HASH> 100644 --- a/sourcemap/decoder.py +++ b/sourcemap/decoder.py @@ -155,14 +155,21 @@ class SourceMapDecoder(object): except IndexError: raise SourceMapDecodeError - # lol for now ...
More helpful exception on negative line/col
mattrobenolt_python-sourcemap
train
633a27a051d07cf510239d9bf206b4f588335fb8
diff --git a/mozdownload/scraper.py b/mozdownload/scraper.py index <HASH>..<HASH> 100755 --- a/mozdownload/scraper.py +++ b/mozdownload/scraper.py @@ -89,6 +89,19 @@ class Scraper(object): self.application = application self.base_url = '/'.join([BASE_URL, self.application]) + self.opener = No...
Add support for hidden release candidate builds (#<I>)
mozilla_mozdownload
train
0c1d2cbe326b5b29bc733a48688e3e4bd703d574
diff --git a/pysat/_constellation.py b/pysat/_constellation.py index <HASH>..<HASH> 100644 --- a/pysat/_constellation.py +++ b/pysat/_constellation.py @@ -17,7 +17,7 @@ import numpy as np import pandas as pds import pysat -from pysat import utils +from pysat import logger, utils class Constellation(object): @@...
ENH: added error and warning for new input Added a ValueError if all registered input is bad and a logger warning if some registered input is bad.
rstoneback_pysat
train
0ee7265de464f8fda34e0d34de2e22936255f07d
diff --git a/src/GitHub_Updater/Base.php b/src/GitHub_Updater/Base.php index <HASH>..<HASH> 100644 --- a/src/GitHub_Updater/Base.php +++ b/src/GitHub_Updater/Base.php @@ -412,7 +412,7 @@ class Base { } /* - * Get repo for automatic update process. + * Get repo for remote install update process. */ if...
hotfix for renaming damn did is screw this up.
afragen_github-updater
train
43a80e153c289f66b1e02c7ff7293e053bef7092
diff --git a/frame_pool_test.go b/frame_pool_test.go index <HASH>..<HASH> 100644 --- a/frame_pool_test.go +++ b/frame_pool_test.go @@ -54,6 +54,39 @@ func (*swapper) Handle(ctx context.Context, args *raw.Args) (*raw.Res, error) { }, nil } +func doPingAndCall(t *testing.T, clientCh *Channel, hostPort string) { + ct...
Improve frame pool test Add error calls, and verify client frames
uber_tchannel-go
train
f697d411557f1b234880cfab3ab12964e5fb7db8
diff --git a/gflex/_version.py b/gflex/_version.py index <HASH>..<HASH> 100644 --- a/gflex/_version.py +++ b/gflex/_version.py @@ -3,5 +3,5 @@ # The best way to do this is following @Zooko's answer at: # http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package -__version__ = '0.9-...
preparing for version <I> release
awickert_gFlex
train
43bfc59cb9c40b447819ba7e475b5d746ba6be1a
diff --git a/zhon/pinyin.py b/zhon/pinyin.py index <HASH>..<HASH> 100644 --- a/zhon/pinyin.py +++ b/zhon/pinyin.py @@ -144,8 +144,10 @@ def _build_sentence(word): """ return ( - """(?:%(word)s|[%(non_stops)s\s])+[%(stops)s]['"\]\}\)]*""" - ) % {'word': word, 'non_stops': non_stops, 'stops': stops}...
Fixes Pinyin sentence bug.
tsroten_zhon
train
b7091ce648944c0088b7043bb1d5a0bdc1252c5e
diff --git a/lib/fog/brightbox/models/compute/firewall_policy.rb b/lib/fog/brightbox/models/compute/firewall_policy.rb index <HASH>..<HASH> 100644 --- a/lib/fog/brightbox/models/compute/firewall_policy.rb +++ b/lib/fog/brightbox/models/compute/firewall_policy.rb @@ -41,6 +41,16 @@ module Fog true en...
[Brightbox] Add model method for remove
fog_fog
train
e679d88ae5d30b0948659efc1062efc21058bb7a
diff --git a/pymatgen/entries/computed_entries.py b/pymatgen/entries/computed_entries.py index <HASH>..<HASH> 100644 --- a/pymatgen/entries/computed_entries.py +++ b/pymatgen/entries/computed_entries.py @@ -89,9 +89,11 @@ class ComputedEntry(MSONable): return self.energy / self.composition.num_atoms def...
Add entry id into the string representation of ComputedEntries.
materialsproject_pymatgen
train
f52e91b7d8363ec5317bb88ab84ebf82c6c60412
diff --git a/lib/steam/community/SteamId.php b/lib/steam/community/SteamId.php index <HASH>..<HASH> 100644 --- a/lib/steam/community/SteamId.php +++ b/lib/steam/community/SteamId.php @@ -187,6 +187,28 @@ class SteamId extends XMLData { } /** + * Resolves a vanity URL of a Steam Community profile to a 64...
Add tests for ISteamUser/ResolveVanityURL API
koraktor_steam-condenser-php
train
1829cbfeadaf30b7f34d669c2de180b556bd6c28
diff --git a/lib/decoder.js b/lib/decoder.js index <HASH>..<HASH> 100644 --- a/lib/decoder.js +++ b/lib/decoder.js @@ -438,7 +438,7 @@ class Decoder extends BinaryParseStream { this.emit('start-string', mt, val, parent_major, parent_length) val = yield val if (mt === MT.UTF8...
Make build work on Node6. Catch UTF8 encoding errors.
hildjj_node-cbor
train
81c58ceb6840867459a268234ceb5fa3ddc90962
diff --git a/hawkular-wildfly-monitor/src/main/java/org/hawkular/agent/monitor/storage/HawkularStorageAdapter.java b/hawkular-wildfly-monitor/src/main/java/org/hawkular/agent/monitor/storage/HawkularStorageAdapter.java index <HASH>..<HASH> 100644 --- a/hawkular-wildfly-monitor/src/main/java/org/hawkular/agent/monitor/s...
HWKAGENT-6 | Create schema for resource types
hawkular_hawkular-agent
train
8f730c442b16399becdc28af67b13910507bb7a4
diff --git a/Utils.js b/Utils.js index <HASH>..<HASH> 100644 --- a/Utils.js +++ b/Utils.js @@ -3,7 +3,7 @@ function lerp(a,b,t){ } function clamp(a,min,max){ - return max === undefined ? Math.max(a,min) : Math.max(min,Math.min(a,max)); + return Math.max(min,Math.min(a,max)); } function smoothstep(min, max...
Utils clamp removed optional constrain to lower bound only, closes #3
pex-gl_pex-math
train
eb1784e9a847c56b56d7b3303276071519dc7aa0
diff --git a/tests/test_streamspraydf.py b/tests/test_streamspraydf.py index <HASH>..<HASH> 100644 --- a/tests/test_streamspraydf.py +++ b/tests/test_streamspraydf.py @@ -7,7 +7,8 @@ from galpy.potential import (LogarithmicHaloPotential, MWPotential2014, Movin...
Add test of streamspraydf for potentials that don't accept array inputs
jobovy_galpy
train
0d14299589bd4c51157142ea819f14726894c337
diff --git a/nanolets/src/main/java/fi/iki/elonen/router/RouterNanoHTTPD.java b/nanolets/src/main/java/fi/iki/elonen/router/RouterNanoHTTPD.java index <HASH>..<HASH> 100644 --- a/nanolets/src/main/java/fi/iki/elonen/router/RouterNanoHTTPD.java +++ b/nanolets/src/main/java/fi/iki/elonen/router/RouterNanoHTTPD.java @@ -5...
Add ability to be able to set NotFound and NotImplemented handlers since there is currently no ability to overwrite the ones that are set by addMapping().
NanoHttpd_nanohttpd
train
7004953b6fcc2ff7eaf4fd58338c730802d08446
diff --git a/src/ESDoc.js b/src/ESDoc.js index <HASH>..<HASH> 100644 --- a/src/ESDoc.js +++ b/src/ESDoc.js @@ -102,9 +102,6 @@ export default class ESDoc { results = Plugin.onHandleDocs(results); - // cleanup - fs.removeSync(config.destination); - // index.json { const dumpPath = path.re...
fix: do not cleanup dest dir
esdoc_esdoc
train
c5880f2c3df9bb9e560818e992e5831fa58632eb
diff --git a/state/upgrades.go b/state/upgrades.go index <HASH>..<HASH> 100644 --- a/state/upgrades.go +++ b/state/upgrades.go @@ -2972,8 +2972,9 @@ func ResetDefaultRelationLimitInCharmMetadata(pool *StatePool) (err error) { var ops []txn.Op for _, charmDoc := range docs { if charmDoc.Meta == nil { - if !...
PendingUpload also doesn't have Meta
juju_juju
train
e3ae45fa12e1791888f22af6ae1693a51c63918c
diff --git a/src/Composer/Util/Git.php b/src/Composer/Util/Git.php index <HASH>..<HASH> 100644 --- a/src/Composer/Util/Git.php +++ b/src/Composer/Util/Git.php @@ -251,7 +251,13 @@ class Git public static function sanitizeUrl($message) { - return preg_replace('{://([^@]+?):.+?@}', '://$1:***@', $messa...
Replace username as well if it looks like a github oauth token
composer_composer
train
e8d3d7ce38f2885a28115bef626d647614c63281
diff --git a/lib/Cake/Test/Case/View/ViewTest.php b/lib/Cake/Test/Case/View/ViewTest.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Test/Case/View/ViewTest.php +++ b/lib/Cake/Test/Case/View/ViewTest.php @@ -403,7 +403,6 @@ class ViewTest extends CakeTestCase { $expected = array( CAKE . 'Test' . DS . 'test_app' ....
Fix failing test. Paths changed. The Lib directory shouldn't be in the view paths.
cakephp_cakephp
train
1249dfaf4c8b61f236bf329da88a4f61e6d1d1c2
diff --git a/alignak/scheduler.py b/alignak/scheduler.py index <HASH>..<HASH> 100644 --- a/alignak/scheduler.py +++ b/alignak/scheduler.py @@ -1555,31 +1555,27 @@ class Scheduler(object): # pylint: disable=R0902 "instance_name": self.name, "last_alive": time.time(), "pid": os.get...
Program update status brok must contain configuration and macros
Alignak-monitoring_alignak
train
4f33692769454ced2d57a315eff55061281d8c58
diff --git a/chargingstation-configuration/view-model/src/test/java/io/motown/chargingstationconfiguration/viewmodel/persistence/repositories/ChargingStationTypeRepositoryTest.java b/chargingstation-configuration/view-model/src/test/java/io/motown/chargingstationconfiguration/viewmodel/persistence/repositories/Charging...
Extracted constants for duplicate literals
motown-io_motown
train
e37c563c560a7cc35449fb29b7b4d42b6d105b37
diff --git a/index/scorch/segment/zap/merge.go b/index/scorch/segment/zap/merge.go index <HASH>..<HASH> 100644 --- a/index/scorch/segment/zap/merge.go +++ b/index/scorch/segment/zap/merge.go @@ -168,7 +168,6 @@ func persistMergedRest(segments []*SegmentBase, drops []*roaring.Bitmap, rv := make([]uint64, len(fieldsI...
scorch zap merge move fieldDvLocsOffset var declaration Move the var declaration to nearer where its used.
blevesearch_bleve
train
a135621342e41636a7289b88bf88065df342df81
diff --git a/lib/pg_search.rb b/lib/pg_search.rb index <HASH>..<HASH> 100644 --- a/lib/pg_search.rb +++ b/lib/pg_search.rb @@ -9,7 +9,6 @@ module PgSearch autoload :Multisearch, "pg_search/multisearch" autoload :Multisearchable, "pg_search/multisearchable" autoload :Normalizer, "pg_search/normalizer" - autolo...
Scope class has been removed so do not load it.
Casecommons_pg_search
train
dbad1d007bd92cfa52976450a6a575734e8ed37b
diff --git a/src/main/java/io/fabric8/maven/docker/util/DockerFileUtil.java b/src/main/java/io/fabric8/maven/docker/util/DockerFileUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/fabric8/maven/docker/util/DockerFileUtil.java +++ b/src/main/java/io/fabric8/maven/docker/util/DockerFileUtil.java @@ -23,6 +23,...
Prefer HOME environment variable The Java system property is filled by a syscall to determine the user's home directory. This is not matching the typical implementation of the docker and kubectl binaries, which prefer the HOME OS environment variable over the syscall.
fabric8io_docker-maven-plugin
train
ad8fe82b372472bf1bfa0b7671ffcd0ab2d59ccc
diff --git a/forms/FormField.php b/forms/FormField.php index <HASH>..<HASH> 100644 --- a/forms/FormField.php +++ b/forms/FormField.php @@ -700,6 +700,13 @@ class FormField extends RequestHandler { $this->description = $description; return $this; } + + /** + * @return String + */ + function getDescription() { ...
MINOR Added FormField->getDescription() to complement FormField->describe()
silverstripe_silverstripe-framework
train
ff5d1f6db2744e6a163bd2c00fce86f814759b2c
diff --git a/src/Themer/ThemerResource.php b/src/Themer/ThemerResource.php index <HASH>..<HASH> 100644 --- a/src/Themer/ThemerResource.php +++ b/src/Themer/ThemerResource.php @@ -207,6 +207,8 @@ abstract class ThemerResource throw new InvalidInstanceException('Settings is not a valid instance of ' . Resour...
Moved required settings check nearer to entry point
samanix_laranix
train
67507df72e451bf478bb5ab3de2df0ec96b9ae36
diff --git a/src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java b/src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java +++ b/src/main/java/com/github/tomake...
Added method to set persistent attribute explicitly to true/false on a stub mapping, allowing it to be explicitly set to false
tomakehurst_wiremock
train
bfad5e2fe31ec4371b397ccb341a3ce86b5ac59e
diff --git a/envy/application.py b/envy/application.py index <HASH>..<HASH> 100644 --- a/envy/application.py +++ b/envy/application.py @@ -6,7 +6,7 @@ import argparse import os import re -from envy import VERSION, SUPPORTED_PYTHON_VERSIONS +from envy import VERSION VENV_ROOT = "~/.virtualenvs/{}/lib/python{}/sit...
Fix issue where when a directory was given as an argument, the DIRECTORY would be copied into the virtual env, effectively not moving local changes into the correct place
shaunvxc_envy
train