hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
eb4a8d4f4ae38106ae26eb9c73054916dbc24955
diff --git a/tsdb/engine/wal/wal.go b/tsdb/engine/wal/wal.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/wal/wal.go +++ b/tsdb/engine/wal/wal.go @@ -177,12 +177,12 @@ func NewLog(path string) *Log { ReadySeriesSize: tsdb.DefaultReadySeriesSize, partitionCount: PartitionCount, flushCheckInterva...
Fix panic when logging error in WAL If LoadMetadataIndex() tries to log an error, it causes a panic because the logger is not set until Open() is called, which is after LoadMetaDataIndex() returns. Instead, just set the logger up when the WAL is created.
influxdata_influxdb
train
180816fa9fc6eacb2ec8c55c0b5f8b0f43e09cbd
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -132,9 +132,16 @@ Barterer.prototype.retrievePlace = function(place, req, callback) { var self = this; if(self.associations) { - self.associations.getPlaceIDs(place, function(identifiers) { // TO...
Updated to RESTful retrievePlace call on chickadee
reelyactive_barterer
train
be368b872c25b34cadcad6d5e5d54daad05606b0
diff --git a/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java b/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java +++ b/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java @@ -49,6 +49,7 @@ import com.goog...
Aztec codes: verify using ZXing reader during testing
woo-j_OkapiBarcode
train
163fb86ff5df505bf9ab9615f2195d879bdbabb1
diff --git a/urlscan/urlchoose.py b/urlscan/urlchoose.py index <HASH>..<HASH> 100644 --- a/urlscan/urlchoose.py +++ b/urlscan/urlchoose.py @@ -92,7 +92,7 @@ class URLChooser: def main(self): loop = urwid.MainLoop(self.top, self.palette, screen=self.ui, - input_filter=self.ha...
Don't handle mouse events. Fixes #<I>.
firecat53_urlscan
train
cd010c97301dc30a22c5e16ea6d56573f141daab
diff --git a/xml/document.go b/xml/document.go index <HASH>..<HASH> 100644 --- a/xml/document.go +++ b/xml/document.go @@ -6,7 +6,7 @@ package xml #include "helper.h" */ import "C" - +import "fmt" import ( "unsafe" "os" @@ -166,6 +166,7 @@ func (document *XmlDocument) DocXPathCtx() (ctx *xpath.XPath) { } fu...
Repro of double-free bug w SetChildren()
moovweb_gokogiri
train
df0b43b49acdb8053027d74263d5e1c26fde2a6f
diff --git a/async.js b/async.js index <HASH>..<HASH> 100644 --- a/async.js +++ b/async.js @@ -6,7 +6,7 @@ var collection = require('./collection'); // Pointless function that will replace callbacks once they are executed to // prevent double execution from ever happening. // -function noop() { /* you waste your tim...
[minor] Add support for removing of assets
bigpipe_bigpipe.js
train
49c558741a7247276589b54cd45dbeb929c3053c
diff --git a/Classes/Fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php b/Classes/Fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php index <HASH>..<HASH> 100644 --- a/Classes/Fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php +++ b/Classes/Fluid/Unit/ViewHelpers/ViewHelperBaseTestcase.php @@ -115,9 +115,9 @@ abstract clas...
[TASK] Check method_exists before injecting ReflectionService Allows the testing framework to correctly test VH classes which subclass non-CMS VH classes, and allows testing VH classes after applying <URL>
TYPO3_testing-framework
train
04adb5ebda7076907af955f7612b9d2503067ab5
diff --git a/power-adapters/src/main/java/com/nextfaze/poweradapters/EmptyPowerAdapter.java b/power-adapters/src/main/java/com/nextfaze/poweradapters/EmptyPowerAdapter.java index <HASH>..<HASH> 100644 --- a/power-adapters/src/main/java/com/nextfaze/poweradapters/EmptyPowerAdapter.java +++ b/power-adapters/src/main/java...
Replace boolean "showIfLoading" with policy enum in EmptyPowerAdapter
NextFaze_power-adapters
train
242286a299fe1bad66a00b885bde7d3f912aaa4e
diff --git a/discreteMarkovChain/markovChain.py b/discreteMarkovChain/markovChain.py index <HASH>..<HASH> 100644 --- a/discreteMarkovChain/markovChain.py +++ b/discreteMarkovChain/markovChain.py @@ -128,12 +128,18 @@ class markovChain(object): assert initialState is not None, "Initial state has not been specif...
named tuples seem to work now.
gvanderheide_discreteMarkovChain
train
df653b70ac95d5ea0f6135bdb257a56ae85aa440
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/executor/AggregateProjectionCalculationStep.java b/core/src/main/java/com/orientechnologies/orient/core/sql/executor/AggregateProjectionCalculationStep.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/sql/ex...
Enhance aggregate queries with LIMIT (memory optimization)
orientechnologies_orientdb
train
8a5cf394d8708eeec37abab31f1269cc14a17ceb
diff --git a/services/collectd/service.go b/services/collectd/service.go index <HASH>..<HASH> 100644 --- a/services/collectd/service.go +++ b/services/collectd/service.go @@ -111,6 +111,11 @@ func (s *Service) Close() error { return nil } +// SetLogger sets the internal logger to the logger passed in. +func (s *Se...
add ability to silence logging for testing
influxdata_influxdb
train
1e03ef3a16929701fc87e5c3741645a8dcde0e58
diff --git a/container/lxd/lxdclient/remote.go b/container/lxd/lxdclient/remote.go index <HASH>..<HASH> 100644 --- a/container/lxd/lxdclient/remote.go +++ b/container/lxd/lxdclient/remote.go @@ -8,8 +8,9 @@ import ( ) const ( - remoteLocalName = "local" - remoteDefaultName = remoteLocalName + // remoteLocalName i...
Add a doc comment for remoteLocalName (and drop remoteDefaultName).
juju_juju
train
91515b79f66314960d1c9cf54fc110060634d7a2
diff --git a/koordinates/base.py b/koordinates/base.py index <HASH>..<HASH> 100644 --- a/koordinates/base.py +++ b/koordinates/base.py @@ -36,7 +36,7 @@ class BaseManager(object): obj = self.model() return obj.deserialize(result, self) - def _get(self, target_url, id, expand): + def _get(self,...
Simplify Model.serialize(). The API is good about ignoring unknown things.
koordinates_python-client
train
707cc71447f8bff88f3c40c0ce1fea68d048f1dc
diff --git a/src/AppserverIo/Appserver/ServletEngine/RequestHandler.php b/src/AppserverIo/Appserver/ServletEngine/RequestHandler.php index <HASH>..<HASH> 100644 --- a/src/AppserverIo/Appserver/ServletEngine/RequestHandler.php +++ b/src/AppserverIo/Appserver/ServletEngine/RequestHandler.php @@ -186,6 +186,7 @@ class Req...
Fix serialization issue with exceptions in RequestHandler
appserver-io_appserver
train
62e23c1693322486f8e8187af881fe917e26d814
diff --git a/draw2dpdf/gc.go b/draw2dpdf/gc.go index <HASH>..<HASH> 100644 --- a/draw2dpdf/gc.go +++ b/draw2dpdf/gc.go @@ -168,12 +168,12 @@ func (gc *GraphicContext) StrokeStringAt(text string, x, y float64) (cursor floa return gc.CreateStringPath(text, x, y) } -// Stroke strokes the paths +// Stroke strokes the ...
improve docstrings of draw2dpdf/gc.go
llgcode_draw2d
train
1f78bc60e2b5b2e2ee0125d64afd72d4e3d024c4
diff --git a/src/main/java/org/dynjs/codegen/BasicBytecodeGeneratingVisitor.java b/src/main/java/org/dynjs/codegen/BasicBytecodeGeneratingVisitor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/codegen/BasicBytecodeGeneratingVisitor.java +++ b/src/main/java/org/dynjs/codegen/BasicBytecodeGeneratingVisito...
And further enhancement of array.length when elided items are provided.
dynjs_dynjs
train
83bb8bd7374747fe3bb0d02548b5a98e73af6ccd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import yowsup import platform import sys -deps = ['python-dateutil', 'argparse', 'python-axolotl>=0.1.35', 'six'] +deps = ['python-dateutil', 'argparse', 'python-axolotl>=0.1.39', 'six'] if sys.version_info...
bumped axolotl req to <I>
tgalal_yowsup
train
ee79a188e66708bf5ec38e20c7aad9e3307404fe
diff --git a/adafruit_register/i2c_bit.py b/adafruit_register/i2c_bit.py index <HASH>..<HASH> 100644 --- a/adafruit_register/i2c_bit.py +++ b/adafruit_register/i2c_bit.py @@ -50,14 +50,14 @@ class RWBit: def __get__(self, obj, objtype=None): with obj.i2c_device as i2c: - i2c.write(self.buffer...
turn into one call (to fix non-working stop=False on linux)
adafruit_Adafruit_CircuitPython_Register
train
38dbe21bb1fe2a0ab440abdc177834013a416e1d
diff --git a/shinken/trigger.py b/shinken/trigger.py index <HASH>..<HASH> 100644 --- a/shinken/trigger.py +++ b/shinken/trigger.py @@ -28,11 +28,11 @@ class Trigger(object): def __init__(self, ref, code): self.ref = ref - self.code = code + self.code = code.replace(r'\n', '\n') def...
Add : trigger test with a on configuration code load.
Alignak-monitoring_alignak
train
df177126af40faecd0e03f3c33d4d12c1d517922
diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index <HASH>..<HASH> 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -2911,10 +2911,10 @@ function xmldb_main_upgrade($oldversion) { } $dbman->drop_field($table, $field); - - // Main savepoint reached. - u...
MDL-<I> badges: Fix the master upgrade savepoint
moodle_moodle
train
32ceb33f283c5dde1591bb1edabc84847156538b
diff --git a/client/lib/cart/store/index.js b/client/lib/cart/store/index.js index <HASH>..<HASH> 100644 --- a/client/lib/cart/store/index.js +++ b/client/lib/cart/store/index.js @@ -110,7 +110,7 @@ CartStore.dispatchToken = Dispatcher.register( function( payload ) { } switch ( action.type ) { - case UpgradesAct...
Checkout: Rename constant for add privacy protection to cart action to be more consistent
Automattic_wp-calypso
train
c3a3f9e86c32b042ecdacf8ae2a7ddc3212b05d1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ EXCLUDE = { 'htslib/htsfile.c', 'htslib/hfile_irods.c'), } -print ("# htslib mode is {}".format(HTSLIB_MODE)) +print ("# pysam: htslib mode is {}".format(HTSLIB_MODE)) htslib_configure_options =...
{AH} when --disable-libcurl is set explicitely, ignore curl sources from htslib
pysam-developers_pysam
train
2c904703f6247e22d2736961538b3b5d15789796
diff --git a/lib/dimples/site.rb b/lib/dimples/site.rb index <HASH>..<HASH> 100644 --- a/lib/dimples/site.rb +++ b/lib/dimples/site.rb @@ -45,15 +45,7 @@ module Dimples def generate scan_files prepare_output_directory - - generate_pages unless @pages.count.zero? - - unless @posts.count.zero...
Add a publish_files method and rename existing generate_xxx methods
waferbaby_dimples
train
b5a1eec53d592c736c8f30e20bf48331ba38d8d3
diff --git a/lib/build.js b/lib/build.js index <HASH>..<HASH> 100644 --- a/lib/build.js +++ b/lib/build.js @@ -49,7 +49,9 @@ async function applyPatches (nodeVersion) { async function compileOnWindows (nodeVersion, targetArch) { const args = []; - args.push('/c', 'vcbuild.bat', targetArch, 'nosign', 'noetw', 'no...
there is no noperfctr in node <I>. also nosign is redundant
zeit_pkg-fetch
train
d0a4206cf9f5c6269ab81d1575ae0fd1e94663f0
diff --git a/bcbio/variation/effects.py b/bcbio/variation/effects.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/effects.py +++ b/bcbio/variation/effects.py @@ -81,6 +81,14 @@ def snpeff_effects(vcf_in, genome, config): os.remove(fname) return vcf_file +def _snpeff_args_from_config...
Support arbitrary configuration option as inputs to snpEff from bcbio_system and bcbio_sample. Partial work towards supporting better control over snpEff #<I>
bcbio_bcbio-nextgen
train
3993773b54c29d2793b3eb078319829c5b701ce7
diff --git a/src/main/java/org/vesalainen/parser/annotation/Processor.java b/src/main/java/org/vesalainen/parser/annotation/Processor.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/vesalainen/parser/annotation/Processor.java +++ b/src/main/java/org/vesalainen/parser/annotation/Processor.java @@ -53,7 +53,6 @@...
Changed to store ProcessingEnvironment instead of just Filer
tvesalainen_lpg
train
27a8d3452006a4b8499a114845d6d6a96ede4def
diff --git a/src/org/opencms/db/CmsDriverManager.java b/src/org/opencms/db/CmsDriverManager.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/db/CmsDriverManager.java +++ b/src/org/opencms/db/CmsDriverManager.java @@ -1190,7 +1190,7 @@ public final class CmsDriverManager implements I_CmsEventListener { ...
Changed publishing to not flush user group caches in memory monitor.
alkacon_opencms-core
train
af70acc7d212548476947570d953d44cf9d4b5af
diff --git a/oz/aws_cdn/__init__.py b/oz/aws_cdn/__init__.py index <HASH>..<HASH> 100644 --- a/oz/aws_cdn/__init__.py +++ b/oz/aws_cdn/__init__.py @@ -53,7 +53,10 @@ def get_file(path): """Gets a file""" if oz.settings["s3_bucket"]: bucket = get_bucket(oz.settings["s3_bucket"]) - return S3File...
Fixes a bug where S3File objects could get an incorrect key.
dailymuse_oz
train
6f3a89e031c4a3ee736b243698afe58098fbce83
diff --git a/bin/download_torrent_curses.rb b/bin/download_torrent_curses.rb index <HASH>..<HASH> 100755 --- a/bin/download_torrent_curses.rb +++ b/bin/download_torrent_curses.rb @@ -387,7 +387,6 @@ class DebugScreen < Screen @profiler.trackClass QuartzTorrent::Cancel @profiler.trackClass QuartzTorrent::Peer ...
Rates are now measured as a moving average This implementation uses less memory than the previous since we don't have to save all of the samples.
jeffwilliams_quartz-torrent
train
ea9ae02081550e91e019907a35feef0b53677d28
diff --git a/abutils/utils/progbar.py b/abutils/utils/progbar.py index <HASH>..<HASH> 100644 --- a/abutils/utils/progbar.py +++ b/abutils/utils/progbar.py @@ -29,7 +29,8 @@ import sys from datetime import datetime -def progress_bar(finished, total, start_time=None): +def progress_bar(finished, total, start_time=No...
add additional print options (extra_info, complete, and completion_string)
briney_abutils
train
011c644aad3e34004767cecb58581437cc573d48
diff --git a/bin/blynk-gateway-ble.js b/bin/blynk-gateway-ble.js index <HASH>..<HASH> 100755 --- a/bin/blynk-gateway-ble.js +++ b/bin/blynk-gateway-ble.js @@ -81,7 +81,7 @@ BleRawSerial.prototype.connect = function (callback) { self.peripheral.discoverServices([self.uuid_svc], function(err, services) { if (err)...
writeWithoutResponse-only chars support
vshymanskyy_blynk-library-js
train
e6236edebf3e042f935c8c65c9cea5c30501e1bf
diff --git a/admin/tool/assignmentupgrade/version.php b/admin/tool/assignmentupgrade/version.php index <HASH>..<HASH> 100644 --- a/admin/tool/assignmentupgrade/version.php +++ b/admin/tool/assignmentupgrade/version.php @@ -24,6 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2012021700; -$plugi...
MDL-<I> mod_assign: version dump Introduce depdency from assignmentupgrade to mod_assign
moodle_moodle
train
ed6d539e5a6e3d008a03daee9f2c9dfa05c2e001
diff --git a/spyderlib/utils/environ.py b/spyderlib/utils/environ.py index <HASH>..<HASH> 100644 --- a/spyderlib/utils/environ.py +++ b/spyderlib/utils/environ.py @@ -14,6 +14,7 @@ import os # Local imports from spyderlib.baseconfig import _ +from spyderlib.py3compat import winreg from spyderlib.widgets.dicted...
Python 3 compatibility: Python path manager was not working correctly Fixes issue <I>
spyder-ide_spyder
train
517c2526aaa0ad1eea901e1881d8c6f1f0d0ce21
diff --git a/modules/rubiconAnalyticsAdapter.js b/modules/rubiconAnalyticsAdapter.js index <HASH>..<HASH> 100644 --- a/modules/rubiconAnalyticsAdapter.js +++ b/modules/rubiconAnalyticsAdapter.js @@ -28,7 +28,7 @@ config.getConfig('s2sConfig', ({s2sConfig}) => { }); export const SEND_TIMEOUT = 3000; -const INTEGRATI...
Rubicon integration type (#<I>) * Add microadBidAdapter * Remove unnecessary encodeURIComponent from microadBidAdapter * Submit Advangelists Prebid Adapter * Submit Advangelists Prebid Adapter <I> * Correct procudtion endpoint for prebid * analytics update with wrapper name * reverted error merge ...
prebid_Prebid.js
train
a3c56e659fe8cb5b8baa44107847d13285b7113b
diff --git a/lib/feed2email/version.rb b/lib/feed2email/version.rb index <HASH>..<HASH> 100644 --- a/lib/feed2email/version.rb +++ b/lib/feed2email/version.rb @@ -1,3 +1,3 @@ module Feed2Email - VERSION = '0.3.0' + VERSION = '0.4.0' end
Bump to version <I>
agorf_feed2email
train
57ed73d47d579df35fb2fe11d52def80bf9861e5
diff --git a/Kwc/Statistics/OptBox/Component.js b/Kwc/Statistics/OptBox/Component.js index <HASH>..<HASH> 100644 --- a/Kwc/Statistics/OptBox/Component.js +++ b/Kwc/Statistics/OptBox/Component.js @@ -1,8 +1,6 @@ Kwf.onContentReady(function statisticsOptBox(body, param) { if (!param.newRender) return; - if (Kwf....
OptBox: Add feature to define if box should be shown if opt-in This is needed because in some countries optBox needs to be shown even if the defaultOptValue is 'in' to notify users there are cookies saved by default.
koala-framework_koala-framework
train
b5c31a82326f94d858c54023b5e71513f1d0e745
diff --git a/beehive.go b/beehive.go index <HASH>..<HASH> 100644 --- a/beehive.go +++ b/beehive.go @@ -47,9 +47,10 @@ func loadConfig() []modules.Chain { j, err := ioutil.ReadFile(config) if err == nil { err = json.Unmarshal(j, &chains) - if err != nil { - panic(err) - } + } + + if err != nil { + panic(err)...
* Panic when no config file (beehive.conf) is present in the current working dir.
muesli_beehive
train
087caadd0baf5447af8d1f0d33715d92d4706bf7
diff --git a/lib/semrush/report.rb b/lib/semrush/report.rb index <HASH>..<HASH> 100644 --- a/lib/semrush/report.rb +++ b/lib/semrush/report.rb @@ -7,7 +7,7 @@ module Semrush # * :offset (ex: :offset => 5) # * :export_columns (ex: :export_columns => "Dn,Rk") class Report - DBS = [:us, :uk, :ca, :ru, :de, :fr...
Update report.rb Adding India to list of allowed database countries.
arambert_semrush
train
4881eb36d25ba3a6931150bd871af7b523b7ee5a
diff --git a/lib/osc_machete_rails/statusable.rb b/lib/osc_machete_rails/statusable.rb index <HASH>..<HASH> 100644 --- a/lib/osc_machete_rails/statusable.rb +++ b/lib/osc_machete_rails/statusable.rb @@ -85,9 +85,9 @@ module OscMacheteRails # @param [Job] new_job The Job object to be assigned to the Statusable inst...
use assignment methods provided by activerecord store
OSC_osc_machete_rails
train
1495d0ef159cb172f88865664b35a31f7ff958df
diff --git a/jaulp.wicket.base/src/main/java/org/jaulp/wicket/base/util/parameter/PageParametersUtils.java b/jaulp.wicket.base/src/main/java/org/jaulp/wicket/base/util/parameter/PageParametersUtils.java index <HASH>..<HASH> 100644 --- a/jaulp.wicket.base/src/main/java/org/jaulp/wicket/base/util/parameter/PageParameters...
New method to copy PageParameters.
astrapi69_jaulp-wicket
train
d31099f97653da10df79033258dc877042afe937
diff --git a/host/fei4/register.py b/host/fei4/register.py index <HASH>..<HASH> 100644 --- a/host/fei4/register.py +++ b/host/fei4/register.py @@ -1,4 +1,4 @@ -import BitVector +import BitVector # note: bitarray, bitstring, BitVector are packages with similar functionality import xml.sax import re import os dif...
ENH: use numpy advanced indexing, should be faster
SiLab-Bonn_pyBAR
train
8702ee565b7ea13505c43141e74842bed9036686
diff --git a/modules/adyoulikeBidAdapter.js b/modules/adyoulikeBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/adyoulikeBidAdapter.js +++ b/modules/adyoulikeBidAdapter.js @@ -77,6 +77,9 @@ export const spec = { if (typeof bidReq.getFloor === 'function') { accumulator[bidReq.bidId].Pricing = ...
Adyoulike Bidder Adapter - schain support (#<I>) * add schain data to the bid request * add unit test with schain data
prebid_Prebid.js
train
1ca724b1f96cfc2325d27fe3bca221d85951f9d2
diff --git a/lib/ds9_attr_parser.py b/lib/ds9_attr_parser.py index <HASH>..<HASH> 100644 --- a/lib/ds9_attr_parser.py +++ b/lib/ds9_attr_parser.py @@ -12,6 +12,7 @@ from .parser_helper import as_comma_separated_list, wcs_shape, \ comment_shell_like, define_simple_literals, \ Shape + def get_ds9_attr_pars...
Enhanced tags The reference I found for ds9 region files [ds9 regions](<URL>) states that you can have multiple `tag` keywords in the comments. This change will collect all the `tag` keywords into a set object which can then be used later by the user for grouping together regions
astropy_pyregion
train
dd7548f9cd45ae5b53401d9638b4decb7aa953cd
diff --git a/test/support/remote_debugging_tests.rb b/test/support/remote_debugging_tests.rb index <HASH>..<HASH> 100644 --- a/test/support/remote_debugging_tests.rb +++ b/test/support/remote_debugging_tests.rb @@ -66,7 +66,7 @@ module Byebug def remote_debug_connect_and_interrupt(*commands) remote_debug(*c...
Increase and normalize timeouts Sometimes tests time out on Linux too.
deivid-rodriguez_byebug
train
0c41bca2e02d16b3e596eca353c781c4491fa4e9
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,4 +15,4 @@ module.exports = function(grunt) { grunt.registerTask('default', ['jshint']); grunt.registerTask('test', ['jshint']); -}; \ No newline at end of file +};
Adding travis commit range into dco check
CreatorDev_creator-js-client
train
03fb6b04539747274bc90a40866b9a73364689d3
diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index <HASH>..<HASH> 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -16,6 +16,9 @@ EOS register_keymap do |k| k.add :load_threads, "Load #{LOAD_MORE_THREAD_NUM} more threads", 'M' ...
Allow user to show all matching threads This adds a double keypress action "!!" to load all threads in the current search/view. Obviously this can return a lot of threads, but coupled with the cancel search option it is now easy to stop.
sup-heliotrope_sup
train
c4b999d71158cbd0bf553d9b0962f9c247dc6520
diff --git a/src/Storage/SqlStorage.php b/src/Storage/SqlStorage.php index <HASH>..<HASH> 100644 --- a/src/Storage/SqlStorage.php +++ b/src/Storage/SqlStorage.php @@ -23,17 +23,13 @@ class SqlStorage implements StorageInterface public function __construct( PdoAdapter $database, SqlQueryInterprete...
Injecting a metadata provider into the SqlStorage instance can cause a circular dependency if it is also the default storage. Instead, the RepositoryManager will inject itself into the storage instance when available
silktide_reposition-sql
train
9c7b611ef24ed7effa0b1ac876d15c06864b3def
diff --git a/lib/linkedin/version.rb b/lib/linkedin/version.rb index <HASH>..<HASH> 100644 --- a/lib/linkedin/version.rb +++ b/lib/linkedin/version.rb @@ -1,3 +1,3 @@ module LinkedIn - VERSION = '0.0.15' + VERSION = '0.0.16' end
Bump from <I> to <I>
bobbrez_linkedin2
train
4b90e437a0cacdcdfbb217ceaf1a3e5f3672e610
diff --git a/broadlink/__init__.py b/broadlink/__init__.py index <HASH>..<HASH> 100644 --- a/broadlink/__init__.py +++ b/broadlink/__init__.py @@ -235,6 +235,13 @@ class device: return True + def get_fwversion(self): + packet = bytearray([0x68]) + response = self.send_packet(0x6a, packet) ...
Add method for obtaining the firmware version (#<I>) * Add method for obtaining firmware version * Use hex notation for bytes
mjg59_python-broadlink
train
220a088aca73d97602a3ec0aa2d1138660ee0876
diff --git a/agent/handlers/credentials/handler.go b/agent/handlers/credentials/handler.go index <HASH>..<HASH> 100644 --- a/agent/handlers/credentials/handler.go +++ b/agent/handlers/credentials/handler.go @@ -140,7 +140,7 @@ func getV1CredentialsID(r *http.Request) string { } func getV2CredentialsID(r *http.Reque...
audit: Filter credentials ID from audit log
aws_amazon-ecs-agent
train
02cab75bb042bc73bf9f975dc6f641d1c239cfeb
diff --git a/src/Sulu/Bundle/MediaBundle/Tests/Unit/Media/Manager/MediaManagerTest.php b/src/Sulu/Bundle/MediaBundle/Tests/Unit/Media/Manager/MediaManagerTest.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/MediaBundle/Tests/Unit/Media/Manager/MediaManagerTest.php +++ b/src/Sulu/Bundle/MediaBundle/Tests/Unit/Medi...
Refactored code after StyleCI analysis
sulu_sulu
train
f8db23ba20d54486dfb2b48c8980c99a0eead640
diff --git a/src/Table/Grid.php b/src/Table/Grid.php index <HASH>..<HASH> 100644 --- a/src/Table/Grid.php +++ b/src/Table/Grid.php @@ -34,7 +34,7 @@ class Grid extends BaseGrid implements GridContract * * @var mixed */ - protected $model; + protected $model = []; /** * List of rows ...
Fixes #<I> Having the model defaulted as an array allows it to pass the check as an array on line <I>: <URL>
orchestral_html
train
18002649eb78bd2541f82f826ea0e8e29905a895
diff --git a/core/src/com/google/zxing/qrcode/detector/Detector.java b/core/src/com/google/zxing/qrcode/detector/Detector.java index <HASH>..<HASH> 100644 --- a/core/src/com/google/zxing/qrcode/detector/Detector.java +++ b/core/src/com/google/zxing/qrcode/detector/Detector.java @@ -263,13 +263,13 @@ public class Detect...
Guess of a fix at array index out of bounds problem observed in the wild git-svn-id: <URL>
zxing_zxing
train
7f969d3205eb87dc9616cb8e258917012642a9e7
diff --git a/hydpy/__init__.py b/hydpy/__init__.py index <HASH>..<HASH> 100644 --- a/hydpy/__init__.py +++ b/hydpy/__init__.py @@ -15,6 +15,9 @@ warnings.filterwarnings('ignore') import numpy from numpy import nan from scipy import integrate +etree = OptionalImport( + 'etree', + ['from lxml import etree']) ne...
Differentiate between required (`setup.py`) and optional dependencies and make `lxml` optional.
hydpy-dev_hydpy
train
495dc1fcaa651ef8cf04fc90d34330211ec1ba38
diff --git a/lib/svtplay_dl/service/twitch.py b/lib/svtplay_dl/service/twitch.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/service/twitch.py +++ b/lib/svtplay_dl/service/twitch.py @@ -70,10 +70,7 @@ class Twitch(Service): if options.output_auto: info = json.loads(get_http_data("https://ap...
twitch: Don't include description in filename This can easily lead to "IOError: [Errno <I>] File name too long" exceptions.
spaam_svtplay-dl
train
3f05bf1284035d25a8f483b278d4dc377b1d23be
diff --git a/src/core/display/Container.js b/src/core/display/Container.js index <HASH>..<HASH> 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -196,27 +196,42 @@ export default class Container extends DisplayObject /** * Removes a child from the container. * - * @...
also convert removeChild like #<I>
pixijs_pixi.js
train
b6a75e55bfe3508c21d9864cd662492ba32c26fe
diff --git a/addon/edit/matchbrackets.js b/addon/edit/matchbrackets.js index <HASH>..<HASH> 100644 --- a/addon/edit/matchbrackets.js +++ b/addon/edit/matchbrackets.js @@ -118,16 +118,24 @@ } CodeMirror.defineOption("matchBrackets", false, function(cm, val, old) { - if (old && old != CodeMirror.Init) { - ...
[matchbrackets addon] Disable highlighting when the editor isn't focused Closes #<I>
codemirror_CodeMirror
train
a26e3580f5cd396ea491dd0552584f0a9d2c4394
diff --git a/core/renderMiddleware.js b/core/renderMiddleware.js index <HASH>..<HASH> 100644 --- a/core/renderMiddleware.js +++ b/core/renderMiddleware.js @@ -22,6 +22,9 @@ var logger = require('./logging').getLogger(__LOGGER__), var DATA_LOAD_WAIT = 250; +// We'll use this for keeping track of request concurrency...
Log intra-worker concurrency
redfin_react-server
train
d8f26974d65c6c98dc3b8581ab53b9b81aad8e11
diff --git a/core/codegen/src/test/java/org/overture/codegen/tests/utils/ExecutableSpecTestHandler.java b/core/codegen/src/test/java/org/overture/codegen/tests/utils/ExecutableSpecTestHandler.java index <HASH>..<HASH> 100644 --- a/core/codegen/src/test/java/org/overture/codegen/tests/utils/ExecutableSpecTestHandler.jav...
Updates to the core/codegen test execution system. No need to inject the Serializable interface for a classes that already implements this interface.
overturetool_overture
train
6994af6e39e9967cf16f86da71e915aa0e218639
diff --git a/parse.go b/parse.go index <HASH>..<HASH> 100644 --- a/parse.go +++ b/parse.go @@ -346,21 +346,7 @@ func (p *parser) program() (pr Prog) { return } -func (p *parser) stmts(stmts *[]Stmt, stop ...Token) int { - return p.stmtsPropagate(false, stmts, stop...) -} - -func (p *parser) stmtsLimited(stmts *[]S...
Remove now unnecessary helper func for stmts Also get rid of the incredibly simple use of a defer.
mvdan_sh
train
e09da94949c380a5e9c6d00320ab0598c7d19c70
diff --git a/libraries/joomla/application/application.php b/libraries/joomla/application/application.php index <HASH>..<HASH> 100644 --- a/libraries/joomla/application/application.php +++ b/libraries/joomla/application/application.php @@ -409,7 +409,7 @@ class JApplication extends JObject // so we will output a java...
Secruity issues fixed in Joomla <I>.
joomla_joomla-framework
train
b8a2061a08a7375283340a11d10566b128c84eac
diff --git a/ELiDE/screen.py b/ELiDE/screen.py index <HASH>..<HASH> 100644 --- a/ELiDE/screen.py +++ b/ELiDE/screen.py @@ -501,13 +501,23 @@ class MainScreen(Screen): continue if dummy == self.dummything: self.ids.charmenu._pawn_config = self.pawn_cfg + self...
A hack to make graphics user-selectable again
LogicalDash_LiSE
train
90e8716bbd3c567f8753dce9a2088e4f8a271c86
diff --git a/support/cas-server-support-surrogate-authentication/src/main/java/org/apereo/cas/authentication/SurrogateAuthenticationAspect.java b/support/cas-server-support-surrogate-authentication/src/main/java/org/apereo/cas/authentication/SurrogateAuthenticationAspect.java index <HASH>..<HASH> 100644 --- a/support/c...
Clean up surrogate web flow handling
apereo_cas
train
7ab44d720da6715f5b3edde15b09afbc83ed5422
diff --git a/core/console/Application.php b/core/console/Application.php index <HASH>..<HASH> 100644 --- a/core/console/Application.php +++ b/core/console/Application.php @@ -53,7 +53,7 @@ class Application extends \yii\console\Application { return array_merge($this->luyaCoreComponents(), [ '...
change default url manager to allow pretty urls
luyadev_luya
train
be99496b7f47f9834e27af34f7425c7793eb5240
diff --git a/files/webfinger.js b/files/webfinger.js index <HASH>..<HASH> 100644 --- a/files/webfinger.js +++ b/files/webfinger.js @@ -102,7 +102,7 @@ exports.webfinger = (function(){ var lrddFound = false; var errorStr = 'none of the Link tags have a lrdd rel-attribute'; for(var linkTagI = 0; link...
don't use for .. in on Arrays
remotestorage_remotestorage.js
train
caba6776e0ace45b00a192fb051b821e32a314d8
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,7 +47,7 @@ module.exports = function(grunt) { dist: { options: { sourceMap: true, - presets: [require('babel-preset-minify')], + presets: [require('babel-preset-babili')], compa...
WIP: updated build tasks with babili
sylvainpolletvillard_ObjectModel
train
18d8c82c823498dda4587d28e7aac0583c514e4f
diff --git a/.buildkite/dagster-buildkite/dagster_buildkite/steps/packages.py b/.buildkite/dagster-buildkite/dagster_buildkite/steps/packages.py index <HASH>..<HASH> 100644 --- a/.buildkite/dagster-buildkite/dagster_buildkite/steps/packages.py +++ b/.buildkite/dagster-buildkite/dagster_buildkite/steps/packages.py @@ -3...
remove unsupported python version for python dbt example (#<I>)
dagster-io_dagster
train
5b3838958a4666b8f4319dc13ec1ae85421f00b6
diff --git a/src/test/java/nl/jqno/equalsverifier/internal/ClassAccessorTest.java b/src/test/java/nl/jqno/equalsverifier/internal/ClassAccessorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/nl/jqno/equalsverifier/internal/ClassAccessorTest.java +++ b/src/test/java/nl/jqno/equalsverifier/internal/ClassAccesso...
Issue <I>: Remove unused class
jqno_equalsverifier
train
cb677e95e4e7af6bd506a342c17f80a2cb8b2423
diff --git a/Bundle/FormBundle/Resources/public/js/form.js b/Bundle/FormBundle/Resources/public/js/form.js index <HASH>..<HASH> 100644 --- a/Bundle/FormBundle/Resources/public/js/form.js +++ b/Bundle/FormBundle/Resources/public/js/form.js @@ -21,6 +21,10 @@ $vic(document).on('change', 'select[data-refreshOnChange="true...
allow to use specific strategy in data-refresh-on-change
Victoire_victoire
train
3258fa18044478313889391d6c4f83644cbac02b
diff --git a/robots/settings.py b/robots/settings.py index <HASH>..<HASH> 100644 --- a/robots/settings.py +++ b/robots/settings.py @@ -1,13 +1,21 @@ +import sys + from django.conf import settings -#: A list of one or more sitemaps to inform robots about: -SITEMAP_URLS = [] -SITEMAP_URLS.extend(getattr(settings, 'ROB...
Refactor settings to make possible override in settings
jazzband_django-robots
train
4df6a895b779c26e124bd276b3cee6db7d9257fd
diff --git a/lib/sequel/extensions/seek_pagination.rb b/lib/sequel/extensions/seek_pagination.rb index <HASH>..<HASH> 100644 --- a/lib/sequel/extensions/seek_pagination.rb +++ b/lib/sequel/extensions/seek_pagination.rb @@ -23,7 +23,7 @@ module Sequel raise Error, "passed the wrong number of values in the :#{...
Cleanup and refactoring.
chanks_sequel-seek-pagination
train
c97cc843c618725f868454bdd8a3c05792e6bdb5
diff --git a/src/main/java/com/feedzai/commons/sql/abstraction/batch/AbstractBatch.java b/src/main/java/com/feedzai/commons/sql/abstraction/batch/AbstractBatch.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/feedzai/commons/sql/abstraction/batch/AbstractBatch.java +++ b/src/main/java/com/feedzai/commons/sql/ab...
Adds a comment to the new unit-test
feedzai_pdb
train
3f916a44e493d715c02cdd39570b91e1258e89dd
diff --git a/robolectric-processor/src/main/java/org/robolectric/annotation/processing/RoboProcessor.java b/robolectric-processor/src/main/java/org/robolectric/annotation/processing/RoboProcessor.java index <HASH>..<HASH> 100644 --- a/robolectric-processor/src/main/java/org/robolectric/annotation/processing/RoboProcess...
Declare that the annotation processor supports Java 7 source.
robolectric_robolectric
train
83ad74b0546fd904bd001b0c01e9cb34e7dd7851
diff --git a/app/Services/EmailService.php b/app/Services/EmailService.php index <HASH>..<HASH> 100644 --- a/app/Services/EmailService.php +++ b/app/Services/EmailService.php @@ -134,6 +134,10 @@ class EmailService $smtp_pass = Site::getPreference('SMTP_AUTH_PASS'); $smtp_encr = Site::...
Fix: unable to send unencrypted SMTP
fisharebest_webtrees
train
c7aab7eec79e0da69ed2eb082b0d9981db10c78f
diff --git a/bundles/org.eclipse.orion.client.editor/web/js/editor.js b/bundles/org.eclipse.orion.client.editor/web/js/editor.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.editor/web/js/editor.js +++ b/bundles/org.eclipse.orion.client.editor/web/js/editor.js @@ -2798,9 +2798,9 @@ eclipse.Editor ...
[Bug <I>] New: [editor] closure compiler complains that "char" is a reserved word
eclipse_orion.client
train
5c2d534a1f04c738d50af2b3c4d275b05e39cdae
diff --git a/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php b/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php +++ b/src/Sym...
[DoctrineBridge][Validator] >= <I> Pass association instead of ID as argument
symfony_symfony
train
00030815626260fee31ae461e582381ea2d272c8
diff --git a/spec/javascripts/unit/transports/assistant_to_the_transport_manager_spec.js b/spec/javascripts/unit/transports/assistant_to_the_transport_manager_spec.js index <HASH>..<HASH> 100644 --- a/spec/javascripts/unit/transports/assistant_to_the_transport_manager_spec.js +++ b/spec/javascripts/unit/transports/assi...
Add tests for the disableFlash fix
pusher_pusher-js
train
4d7f32161b5244e201abbce8d93a44d602e2c1c5
diff --git a/gears_less/compiler.js b/gears_less/compiler.js index <HASH>..<HASH> 100644 --- a/gears_less/compiler.js +++ b/gears_less/compiler.js @@ -2,7 +2,8 @@ var path = require('path'), less = require('less'), source = ''; -function error(err) { +function error(err, filename) { + err.filename = fi...
Show filename and error position in compiler exception
gears_gears-less
train
2e25e817162d832f1ea292e81b781660a7276dac
diff --git a/tornado/auth.py b/tornado/auth.py index <HASH>..<HASH> 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -954,6 +954,20 @@ class FacebookGraphMixin(OAuth2Mixin): .. testoutput:: :hide: + This method returns a dictionary which may contain the following fields: + + * ...
auth: Update, doc, and test the facebook session_expires field This was recently broken by the move from url-encoding to json. Closes #<I>
tornadoweb_tornado
train
c3f85a1331684cbe40687fca2b3a4f36a1649f46
diff --git a/lib/natural/tokenizers/regexp_tokenizer.js b/lib/natural/tokenizers/regexp_tokenizer.js index <HASH>..<HASH> 100644 --- a/lib/natural/tokenizers/regexp_tokenizer.js +++ b/lib/natural/tokenizers/regexp_tokenizer.js @@ -62,7 +62,7 @@ exports.RegexpTokenizer = RegexpTokenizer; * */ var WordTokenizer = f...
Add support of сyrillic texts
NaturalNode_natural
train
6d90dbf09ce0845857149d679fae06b26ee5ca82
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -27,48 +27,79 @@ setup( long_description_content_type='text/markdown', version=about['__version__'], zip_safe=False, - classifiers=['Development Status :: 5 - Production/Stable', - 'License ::...
Fix dependencies in setup.py
PMEAL_porespy
train
3f184f813de6fe3ab1e6ae9568a7e74b2d5e068c
diff --git a/Minimal-J/src/main/java/ch/openech/mj/db/AbstractTable.java b/Minimal-J/src/main/java/ch/openech/mj/db/AbstractTable.java index <HASH>..<HASH> 100644 --- a/Minimal-J/src/main/java/ch/openech/mj/db/AbstractTable.java +++ b/Minimal-J/src/main/java/ch/openech/mj/db/AbstractTable.java @@ -324,15 +324,15 @@ pub...
AbstractTable: Only references to immutables are allowed. So reduced method lookupReference
BrunoEberhard_minimal-j
train
a2c37d2b629dbef499dcda2131412fd042765820
diff --git a/helpers/mail/mail_v3.go b/helpers/mail/mail_v3.go index <HASH>..<HASH> 100644 --- a/helpers/mail/mail_v3.go +++ b/helpers/mail/mail_v3.go @@ -72,11 +72,14 @@ type Asm struct { // MailSettings defines mail and spamCheck settings type MailSettings struct { - BCC *BccSetting `json:"...
feat: Add support for more bypass settings (#<I>) Add support for bypass_spam_management, bypass_bounce_management and bypass_unsubscribe_management filters.
sendgrid_sendgrid-go
train
eeb567154b44ae99191faba65462904d9e29b332
diff --git a/src/js/Menus/Menu.js b/src/js/Menus/Menu.js index <HASH>..<HASH> 100644 --- a/src/js/Menus/Menu.js +++ b/src/js/Menus/Menu.js @@ -37,6 +37,7 @@ export default class Menu extends PureComponent { 'in the next major release. To make the `Menu` behave as a context menu, provide ' + 'the `...
Updated Menus to skip disabled items The Menu will no longer call the onClose function when a ListItem has been disabled.
mlaursen_react-md
train
5fd2f726b0a17605ce6ffd5c72e8c889cac12e3a
diff --git a/lib/drsi/dci/context.rb b/lib/drsi/dci/context.rb index <HASH>..<HASH> 100644 --- a/lib/drsi/dci/context.rb +++ b/lib/drsi/dci/context.rb @@ -170,9 +170,9 @@ module DCI # puts " Context: #{self} - assigning role #{rolekey} to #{player}" ::DCI::Multiplayer(player).each do |roleplayer| ...
an object can play several roles in the same context. Include the rolekey in the extending ticker
ltello_drsi
train
bf40978bafa1f596ee18ea22a3ecfc3e2da612ea
diff --git a/ext/nio4r/org/nio4r/Nio4r.java b/ext/nio4r/org/nio4r/Nio4r.java index <HASH>..<HASH> 100644 --- a/ext/nio4r/org/nio4r/Nio4r.java +++ b/ext/nio4r/org/nio4r/Nio4r.java @@ -59,8 +59,18 @@ public class Nio4r implements Library { return SelectionKey.OP_WRITE; } } else if(i...
Fix JRuby extension failures for new spec
socketry_nio4r
train
ea5a832276065fa540efe3eb694602d03233a69a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -15,6 +15,11 @@ setup( test_suite="sendwithus.test", install_requires=[ "requests >= 1.1.0" + ], + classifiers=[ + "Programming Language :: Python :: 2.7", + "License :: OSI Approved :: A...
Added Trove Classifiers to setup.py
sendwithus_sendwithus_python
train
d4c4db2c2081884350195f25d026963298cbd526
diff --git a/isc_dhcp_leases/iscdhcpleases.py b/isc_dhcp_leases/iscdhcpleases.py index <HASH>..<HASH> 100644 --- a/isc_dhcp_leases/iscdhcpleases.py +++ b/isc_dhcp_leases/iscdhcpleases.py @@ -2,6 +2,7 @@ import re import datetime import codecs import struct +import binascii def parse_time(s): @@ -176,7 +177,10 @...
Fixed hex encoding for python3 versions older than <I>
MartijnBraam_python-isc-dhcp-leases
train
581eceb0c0502054ae1cd54a0039881ca97b3279
diff --git a/README b/README index <HASH>..<HASH> 100644 --- a/README +++ b/README @@ -1,21 +1,45 @@ -A module inspired by String::Trigram (Perl) to get similarity between two strings -and retrieve the most similar strings in a collection to a query string. +Introduction +============ + +A module to calculate the simil...
[svn r9] Extra docs, best match method
gpoulter_python-ngram
train
6a67f3a8dbde72fa0ae18461af5c5054799b9f1d
diff --git a/library/CM/Action/Abstract.php b/library/CM/Action/Abstract.php index <HASH>..<HASH> 100644 --- a/library/CM/Action/Abstract.php +++ b/library/CM/Action/Abstract.php @@ -44,7 +44,7 @@ abstract class CM_Action_Abstract extends CM_Class_Abstract implements CM_ArrayC protected function _notify() { $arg...
Camelize verb-names for method names
cargomedia_cm
train
b2212b9521432ce54ba235ab2d7e27c4e2daf3a5
diff --git a/azkaban-common/src/main/java/azkaban/user/UserUtils.java b/azkaban-common/src/main/java/azkaban/user/UserUtils.java index <HASH>..<HASH> 100644 --- a/azkaban-common/src/main/java/azkaban/user/UserUtils.java +++ b/azkaban-common/src/main/java/azkaban/user/UserUtils.java @@ -46,56 +46,67 @@ public final clas...
AUto Reload Config : Fix race condition to make sure WatchService is started before its watcher thread starts. (#<I>) Auto Reload Config : Fix race condition to make sure WatchService is started before its watcher thread starts.
azkaban_azkaban
train
ca438604e11574f854a266048f09ecaf3eacb43c
diff --git a/swiftly/client/directclient.py b/swiftly/client/directclient.py index <HASH>..<HASH> 100644 --- a/swiftly/client/directclient.py +++ b/swiftly/client/directclient.py @@ -189,7 +189,7 @@ class DirectClient(Client): value = iter_reader else: value = resp.body - ...
Fixed bug with directclient verbose
gholt_swiftly
train
05d36350d9d053be3c47b7e4d72df558bc6f378b
diff --git a/src/main/java/org/komamitsu/fluency/buffer/PackedForwardBuffer.java b/src/main/java/org/komamitsu/fluency/buffer/PackedForwardBuffer.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/komamitsu/fluency/buffer/PackedForwardBuffer.java +++ b/src/main/java/org/komamitsu/fluency/buffer/PackedForwardBuffe...
Release used buffer in PackedForwardBuffer
komamitsu_fluency
train
93973a4b75f39fdb62721e043eab1ee7d5e9f398
diff --git a/core/src/main/java/org/springframework/security/core/authority/GrantedAuthorityImpl.java b/core/src/main/java/org/springframework/security/core/authority/GrantedAuthorityImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/springframework/security/core/authority/GrantedAuthorityImpl.java +++ ...
SEC-<I>: Removed compareTo method from GrantedAuthorityImpl This method had been left by mistake when the Comparable interface was removed. See also SEC-<I>.
spring-projects_spring-security
train
2cbab2c80c05896f47a3dba953323cb976c160ed
diff --git a/src/Codeception/Lib/Driver/Db.php b/src/Codeception/Lib/Driver/Db.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Lib/Driver/Db.php +++ b/src/Codeception/Lib/Driver/Db.php @@ -131,9 +131,14 @@ class Db $query = "select %s from `%s` $where"; $params = array(); foreach ($crit...
[Bug Fix] Ability to check for records in sqlite DB using NULL This is a copy of the fix applied to the MySQL driver, but needs to be applied here to allow it to fix sqlite. <URL>
Codeception_Codeception
train
b7d41d2eeddfcbedacfa8e3ecc59eefe9d9dd79a
diff --git a/command/get.go b/command/get.go index <HASH>..<HASH> 100644 --- a/command/get.go +++ b/command/get.go @@ -77,6 +77,8 @@ Options: -update=false If true, modules already downloaded will be checked for updates and updated if necessary. + -no-color If specified, out...
Add -no-color to help text
hashicorp_terraform
train
4895e7f658fdade63c3f94252767eb27aa6c81ee
diff --git a/src/GrumPHP/Task/Composer.php b/src/GrumPHP/Task/Composer.php index <HASH>..<HASH> 100644 --- a/src/GrumPHP/Task/Composer.php +++ b/src/GrumPHP/Task/Composer.php @@ -89,20 +89,23 @@ class Composer extends AbstractExternalTask } if ($config['no_local_repository']) { - $this->c...
new Composer validation feature (POC)
phpro_grumphp
train
3c8d42e0726aa85f893e56a48c004778767c79a7
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.5.2 [unreleased] + +- Added `dates` option to return dates for day, week, month, quarter, and year + ## 2.5.1 - Added `group_by_quarter` diff --git a/lib/groupdate.rb b/lib/groupdate.rb i...
Added dates option to return dates for day, week, month, quarter, and year
ankane_groupdate
train
3ef8982f95e3873dbbc34a8c44a71e35a2c4c81a
diff --git a/src/com/opencms/core/CmsException.java b/src/com/opencms/core/CmsException.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/core/CmsException.java +++ b/src/com/opencms/core/CmsException.java @@ -2,8 +2,8 @@ package com.opencms.core; /* * File : $Source: /alkacon/cvs/opencms/src/com/opencms/co...
Added try-catch for java <I> compiler.
alkacon_opencms-core
train
f1c870d886a9655b2dbdf9b622ca850e5bbf38d4
diff --git a/src/AddCommand.php b/src/AddCommand.php index <HASH>..<HASH> 100644 --- a/src/AddCommand.php +++ b/src/AddCommand.php @@ -36,7 +36,7 @@ class AddCommand extends Command * @since 1.0.0 * @var string */ - protected $description = 'Adds WordPress hooks. i.e. ayuco add action:init AppContr...
Update command descriptions to provide more context on available options.
10quality_wpmvc-commands
train