hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
e038751703a90106ab209655a67ee2ff9b1ae97d
diff --git a/historical.js b/historical.js index <HASH>..<HASH> 100644 --- a/historical.js +++ b/historical.js @@ -131,11 +131,19 @@ module.exports = function (schema, options) { }); historical.save(next); - }).catch((err) => { + }).catch(function (err) { console.e...
add stubs for update and findOneAndRemove hooks, fix ES5 compliance by getting rid of arrow function syntax
stennettm_historical
train
js
da6d6831f61dc366959fdc98957ccd604f98a235
diff --git a/lib/ui/validation/messages.js b/lib/ui/validation/messages.js index <HASH>..<HASH> 100644 --- a/lib/ui/validation/messages.js +++ b/lib/ui/validation/messages.js @@ -1,11 +1,13 @@ -(function() { +(function(root) { 'use strict'; + var availity = root.availity; + availity.ui.controller('avValConta...
don't use non-breaking space for validation message container
Availity_availity-angular
train
js
625e50ac87ac34f43e5921ef498308ab1b250deb
diff --git a/tasks/engines/fontforge/generate.py b/tasks/engines/fontforge/generate.py index <HASH>..<HASH> 100644 --- a/tasks/engines/fontforge/generate.py +++ b/tasks/engines/fontforge/generate.py @@ -55,7 +55,7 @@ for dirname, dirnames, filenames in os.walk(args['inputDir']): cp = args['codepoints'][name] ...
Remove non-ASCI character from Python comment.
sapegin_grunt-webfont
train
py
d8b7850dc756cda9538ff010365ef22238ad9892
diff --git a/samples/demos/src/com/actionbarsherlock/sample/demos/ContextMenus.java b/samples/demos/src/com/actionbarsherlock/sample/demos/ContextMenus.java index <HASH>..<HASH> 100644 --- a/samples/demos/src/com/actionbarsherlock/sample/demos/ContextMenus.java +++ b/samples/demos/src/com/actionbarsherlock/sample/demos...
Toast action item clicks in the context example.
JakeWharton_ActionBarSherlock
train
java
fa73994dd6874a5cc7e87954081a032c29dfb344
diff --git a/src/Model/HeurekaCategory/HeurekaCategoryDownloader.php b/src/Model/HeurekaCategory/HeurekaCategoryDownloader.php index <HASH>..<HASH> 100644 --- a/src/Model/HeurekaCategory/HeurekaCategoryDownloader.php +++ b/src/Model/HeurekaCategory/HeurekaCategoryDownloader.php @@ -35,7 +35,7 @@ class HeurekaCategoryDo...
[product-feed-heureka] rename method "convertToShopEntities" to "convertToHeurekaCategoriesData" (#<I>)
shopsys_product-feed-heureka
train
php
05515578ac708f4bf2606320407625457de5fd62
diff --git a/resource_arm_virtual_machine_test.go b/resource_arm_virtual_machine_test.go index <HASH>..<HASH> 100644 --- a/resource_arm_virtual_machine_test.go +++ b/resource_arm_virtual_machine_test.go @@ -1174,12 +1174,6 @@ resource "azurerm_virtual_machine" "test" { } } - diagnostics_profile { - ...
provider/azurerm: Removing the diagnostics part of the test from the azurerm virtual machine unattended acceptance test
terraform-providers_terraform-provider-azurerm
train
go
26e4f9534a35fc13ec2c5e111e639d4af03e5644
diff --git a/pkg_resources.py b/pkg_resources.py index <HASH>..<HASH> 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -44,10 +44,6 @@ except ImportError: from urllib.parse import urlparse, urlunparse try: - frozenset -except NameError: - from sets import ImmutableSet as frozenset -try: basest...
Remove conditional import for frozenset (available in Python <I>+)
pypa_setuptools
train
py
dd97f1eb74b064af1e861ea7a122ba519b7f0b0b
diff --git a/prawtools/mod.py b/prawtools/mod.py index <HASH>..<HASH> 100644 --- a/prawtools/mod.py +++ b/prawtools/mod.py @@ -4,18 +4,16 @@ This command allows you to view and change some subreddit options. """ from __future__ import print_function - import json import re import sys from collections import Cou...
Update mod.py imports.
praw-dev_prawtools
train
py
922b42a286857a8fdca64d649614724a8d104757
diff --git a/packages/testing-karma-bs/bs-settings.js b/packages/testing-karma-bs/bs-settings.js index <HASH>..<HASH> 100644 --- a/packages/testing-karma-bs/bs-settings.js +++ b/packages/testing-karma-bs/bs-settings.js @@ -49,6 +49,7 @@ module.exports = () => ({ bs_win10_firefox_latest: { base: 'BrowserStac...
fix(testing-karma-bs): hard code Firefox <I> as <I> produces a timeout
open-wc_open-wc
train
js
0caa2e5044cf1c8157a0842c85e5b12382af5766
diff --git a/src/com/opencms/workplace/I_CmsWpConstants.java b/src/com/opencms/workplace/I_CmsWpConstants.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/workplace/I_CmsWpConstants.java +++ b/src/com/opencms/workplace/I_CmsWpConstants.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/com/ope...
Switched default for C_CURRENT_LANGUAGE from "de" to "uk" (i.e. to english)
alkacon_opencms-core
train
java
de076194c4a08c70a2a80e300fece917e621ca9c
diff --git a/spacy/training/loggers.py b/spacy/training/loggers.py index <HASH>..<HASH> 100644 --- a/spacy/training/loggers.py +++ b/spacy/training/loggers.py @@ -29,7 +29,7 @@ def console_logger(progress_bar: bool = False): def setup_printer( nlp: "Language", stdout: IO = sys.stdout, stderr: IO = sys.std...
Make ConsoleLogger flush after each logging line (#<I>) This is necessary to avoid "logging blackouts" when running training on Kubernetes pods
explosion_spaCy
train
py
e56f2f4f0d64d033ad71c9822e404067568c2331
diff --git a/tests/test_app/TestApp/Controller/RequestActionController.php b/tests/test_app/TestApp/Controller/RequestActionController.php index <HASH>..<HASH> 100644 --- a/tests/test_app/TestApp/Controller/RequestActionController.php +++ b/tests/test_app/TestApp/Controller/RequestActionController.php @@ -23,13 +23,6 @...
Remove useless property. The modelClass property is not used anymore.
cakephp_cakephp
train
php
8bf8ab48620d39de81edbb601bfea6da0e9ca88b
diff --git a/typelib/core.py b/typelib/core.py index <HASH>..<HASH> 100644 --- a/typelib/core.py +++ b/typelib/core.py @@ -12,13 +12,21 @@ class Entity(Annotatable): self._parent = parent self.child_entities = [] self.entity_map = {} - if parent: parent.add_entity(self) + self....
Getter for children and entity aliases for helping with bindings
panyam_typecube
train
py
08503615e56fd310745999a5ed02e79fbc42b2e0
diff --git a/tests/helpers/CMTest/TestCase.php b/tests/helpers/CMTest/TestCase.php index <HASH>..<HASH> 100644 --- a/tests/helpers/CMTest/TestCase.php +++ b/tests/helpers/CMTest/TestCase.php @@ -341,7 +341,6 @@ abstract class CMTest_TestCase extends PHPUnit_Framework_TestCase { try { self::assertEquals($expected...
Removed useless `self::assertTrue(true)` - It would artificially add 1 to PHPUnit's assertions count, but we don't need that, since the "actual" assertions are already being counted (properly) in `self::assertEquals`
cargomedia_cm
train
php
abf33f8ae296fad94041359a38a84bc128cc70c7
diff --git a/tests/specs/cors/cors.spec.js b/tests/specs/cors/cors.spec.js index <HASH>..<HASH> 100644 --- a/tests/specs/cors/cors.spec.js +++ b/tests/specs/cors/cors.spec.js @@ -43,13 +43,20 @@ describe('CORS support', function() { .parse('http://petstore.swagger.io:80/v2/swagger.json', { http: { w...
Changed a CORS test to pass on browsers that don't support CORS
APIDevTools_json-schema-ref-parser
train
js
870c95f296e0685cffad6f3f7f4292f6d3bd7f63
diff --git a/src/a11y.js b/src/a11y.js index <HASH>..<HASH> 100644 --- a/src/a11y.js +++ b/src/a11y.js @@ -21,10 +21,7 @@ export default class A11y { this.options = options this.React = React this.ReactDOM = ReactDOM - - this.__sync = false this.suite = new Suite(React, ReactDOM, this.option...
remove __forceSync, as it makes no sense now
reactjs_react-a11y
train
js
7ca5c37f484edebd169e4136331500d4b5c31cbe
diff --git a/lib/arel/collectors/plain_string.rb b/lib/arel/collectors/plain_string.rb index <HASH>..<HASH> 100644 --- a/lib/arel/collectors/plain_string.rb +++ b/lib/arel/collectors/plain_string.rb @@ -3,7 +3,7 @@ module Arel module Collectors class PlainString def initialize - @str = String.new ...
Ensure `ToSql` collector returns a UTF-8 string Switching from `''.dup` to `String.new` had the side effect of changing the encoding on Ruby <I> and later. Oddly, `String.new(encoding: Encoding::UTF_8)` is significantly slower than `''.dup`. This seems like a bug in Ruby, but not something we're going to address right...
rails_rails
train
rb,rb
50a69b262e4a02c3e64c106e2ea5d58ab77b6dd8
diff --git a/GVRf/Framework/framework/src/main/java/org/gearvrf/RotationSensor.java b/GVRf/Framework/framework/src/main/java/org/gearvrf/RotationSensor.java index <HASH>..<HASH> 100644 --- a/GVRf/Framework/framework/src/main/java/org/gearvrf/RotationSensor.java +++ b/GVRf/Framework/framework/src/main/java/org/gearvrf/R...
Adding a log message if we do not have a rotation sensor. Adding a log message to indicate we do not have a rotation sensor to work
Samsung_GearVRf
train
java
118c01eea07676bf4d19efa918d982571c12cbd9
diff --git a/tests/testing.php b/tests/testing.php index <HASH>..<HASH> 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -63,7 +63,7 @@ if ($MadelineProto === false) { ); \danog\MadelineProto\Logger::log([$checkedPhone], \danog\MadelineProto\Logger::NOTICE); - $sentCode = $MadelinePr...
No more phone numbers in .env
danog_MadelineProto
train
php
7bd82f6feb1a34dd7b855cfe2f421232229e19db
diff --git a/pages/search_indexes.py b/pages/search_indexes.py index <HASH>..<HASH> 100644 --- a/pages/search_indexes.py +++ b/pages/search_indexes.py @@ -8,6 +8,7 @@ from haystack import site class PageIndex(SearchIndex): """Search index for pages content.""" text = CharField(document=True, use_template=Tru...
Add a title attribute to the SearchIndex for pages. This is useful when displaying a list of search results because we can display the title of the result without hitting the database to actually pull the page.
batiste_django-page-cms
train
py
53fb293257272f4af6ac95c189dd138514c2e2cb
diff --git a/lib/load-features.js b/lib/load-features.js index <HASH>..<HASH> 100644 --- a/lib/load-features.js +++ b/lib/load-features.js @@ -10,7 +10,10 @@ module.exports = function loadFeatures(dirname) { function handleFile(basedir, filename, stat) { if (path.extname(filename) !== '.feature') { return; } ...
Adds filename to feature loading ... to allow for future filtering
baccigalupi_cucaroo
train
js,js
cc24d4c45f485110ea9029b24f92bed02e1d2f1f
diff --git a/pokebase/interface.py b/pokebase/interface.py index <HASH>..<HASH> 100644 --- a/pokebase/interface.py +++ b/pokebase/interface.py @@ -17,12 +17,22 @@ def _make_obj(obj): APIResource or APIMetadata instance, depending on the data inputted. """ + def change_sprite_key(d): + new_dict = {...
Change hyphens in pokemon sprites resource to underscores
PokeAPI_pokebase
train
py
d747e1b0371094546d657c0ec910443cdb002c4c
diff --git a/pyqode/core/modes/occurences.py b/pyqode/core/modes/occurences.py index <HASH>..<HASH> 100644 --- a/pyqode/core/modes/occurences.py +++ b/pyqode/core/modes/occurences.py @@ -96,7 +96,7 @@ class OccurrencesHighlighterMode(Mode): #: Timer used to run the search request with a specific delay ...
Fix test_ocurrences
pyQode_pyqode.core
train
py,py
bba09abd3bca43d49e83c0b6495f6f7a17ec4877
diff --git a/grimoire_elk/enriched/study_ceres_aoc.py b/grimoire_elk/enriched/study_ceres_aoc.py index <HASH>..<HASH> 100644 --- a/grimoire_elk/enriched/study_ceres_aoc.py +++ b/grimoire_elk/enriched/study_ceres_aoc.py @@ -134,7 +134,10 @@ class ESPandasConnector(ESConnector): } docs.append(do...
[aoc] Update write method to upload smaller lists AOC splits each commit into files and sometimes the number of resulting events is too big for a single bulk upload. This change splits the list of resulting documents into chunks of 2k items to make sure the upload is under control.
chaoss_grimoirelab-elk
train
py
39846d4ce988d9daee30f5589ab5911c814e6cd6
diff --git a/src/Google/Service/AndroidPublisher.php b/src/Google/Service/AndroidPublisher.php index <HASH>..<HASH> 100644 --- a/src/Google/Service/AndroidPublisher.php +++ b/src/Google/Service/AndroidPublisher.php @@ -1409,7 +1409,7 @@ class Google_Service_AndroidPublisher_EditsApks_Resource extends Google_Service_ ...
Updated AndroidPublisher.php This change has been generated by a script that has detected changes in the discovery doc of the API. Check <URL>
googleapis_google-api-php-client
train
php
16c02002dc66eb406fe1d04403c4d3fd6f5b8997
diff --git a/src/Airbrake/Configuration.php b/src/Airbrake/Configuration.php index <HASH>..<HASH> 100644 --- a/src/Airbrake/Configuration.php +++ b/src/Airbrake/Configuration.php @@ -30,7 +30,10 @@ class Configuration extends Record protected $_url; protected $_hostname; protected $_queue; - protected...
Allow for secure flag to be passed.
dbtlr_php-airbrake
train
php
30298dae572e8204453014392081787770145926
diff --git a/lib/build.js b/lib/build.js index <HASH>..<HASH> 100644 --- a/lib/build.js +++ b/lib/build.js @@ -59,6 +59,10 @@ module.exports = class Builder { // implementation if one is not. static buildSources (sources, opts) { var compiler = solc; + var compilerOpts = { + sources: sources + }; ...
JS solc only supports 'sources' opt.
dapphub_dapple
train
js
328ed3bc62afa8bb6f5807229fe144e4fea69e9a
diff --git a/lib/ronin/network/smtp/email.rb b/lib/ronin/network/smtp/email.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/network/smtp/email.rb +++ b/lib/ronin/network/smtp/email.rb @@ -40,6 +40,9 @@ module Ronin # Unique message-id string attr_accessor :message_id + # Additional headers + ...
Added Email#headers for additional headers.
ronin-ruby_ronin-support
train
rb
706b4cf3e6c63a5db9a5686260f2e826eb1fbdd4
diff --git a/instaloader.py b/instaloader.py index <HASH>..<HASH> 100755 --- a/instaloader.py +++ b/instaloader.py @@ -1600,7 +1600,10 @@ class Instaloader: # Generate set of profiles, already downloading non-profile targets for target in targetlist: with self._error_catcher(t...
Support @profile again to download followees (it got lost in one of the last commits)
instaloader_instaloader
train
py
9bde32c3fc223b9aa5d6631803da55b99e3a9b73
diff --git a/garlic.rb b/garlic.rb index <HASH>..<HASH> 100644 --- a/garlic.rb +++ b/garlic.rb @@ -8,8 +8,25 @@ garlic do repo "rails", :url => "git://github.com/rails/rails" # target railses - ['origin/master', 'origin/2-2-stable', 'origin/2-1-stable', 'origin/2-0-stable'].each do |rails| - + RAILS_TAR...
Add every rails target since (and including) rails <I>. Only test against rails <I> for the time being
markaby_markaby
train
rb
db1e85a60abfb94a517b63697b344abab2a97210
diff --git a/master/setup.py b/master/setup.py index <HASH>..<HASH> 100755 --- a/master/setup.py +++ b/master/setup.py @@ -165,6 +165,8 @@ setup_args = { "buildbot.reporters", "buildbot.schedulers", "buildbot.scripts", + "buildbot.statistics", + "buildbot.statistics.storage_back...
Install buildbot.statistics master package
buildbot_buildbot
train
py
fc886fd878c47bd47953ac9fcc3ad1e35c49e2aa
diff --git a/js/hydra.js b/js/hydra.js index <HASH>..<HASH> 100644 --- a/js/hydra.js +++ b/js/hydra.js @@ -575,7 +575,7 @@ var settings = { 'type': method || 'GET', - 'headers': headers || null, + 'headers': headers || { 'Accept': 'application/ld+json, application/json;q=0.1' }, ...
Set Accept header This addresses #<I>
lanthaler_HydraConsole
train
js
a1b9286f268792283766de6e0c52a36c5e37273a
diff --git a/transport/http/client_test.go b/transport/http/client_test.go index <HASH>..<HASH> 100644 --- a/transport/http/client_test.go +++ b/transport/http/client_test.go @@ -27,9 +27,9 @@ func TestHTTPClient(t *testing.T) { r.Body.Read(buffer) return TestResponse{r.Body, string(buffer)}, nil } - header...
transport/http: gofmt -s -w
go-kit_kit
train
go
39125d1d473bc7c3b12ddcc0706f5ffc36320520
diff --git a/code/libraries/koowa/dispatcher/abstract.php b/code/libraries/koowa/dispatcher/abstract.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/dispatcher/abstract.php +++ b/code/libraries/koowa/dispatcher/abstract.php @@ -70,6 +70,8 @@ abstract class KDispatcherAbstract extends KControllerAbstract ...
Removed coupling with KRequest. The 'format' is now being set in the dispatcher. The default 'format' is 'html'.
joomlatools_joomlatools-framework
train
php
d2bd25af0be4c65c1d8177706e941d6eb84725a1
diff --git a/src/Malenki/Bah/S.php b/src/Malenki/Bah/S.php index <HASH>..<HASH> 100644 --- a/src/Malenki/Bah/S.php +++ b/src/Malenki/Bah/S.php @@ -326,6 +326,28 @@ namespace Malenki\Bah; * // or * echo $s->rm(1, 3); // 'aty' * + * ## Regular expression + * + * This class can use regex in different manners...
Class S: API doc about regexp
malenkiki_bah
train
php
c201f96bbff83b07ba26e89e86ca15c92cef2a91
diff --git a/Component/Drivers/DoctrineBaseDriver.php b/Component/Drivers/DoctrineBaseDriver.php index <HASH>..<HASH> 100644 --- a/Component/Drivers/DoctrineBaseDriver.php +++ b/Component/Drivers/DoctrineBaseDriver.php @@ -132,13 +132,13 @@ class DoctrineBaseDriver extends BaseDriver implements Base * * @pa...
Fix fetching row by DoctrineBaseDriver
mapbender_data-source
train
php
a87861c8c39e042b38c4ed6da6600b591d3ab208
diff --git a/lib/opal/nodes/definitions.rb b/lib/opal/nodes/definitions.rb index <HASH>..<HASH> 100644 --- a/lib/opal/nodes/definitions.rb +++ b/lib/opal/nodes/definitions.rb @@ -18,9 +18,8 @@ module Opal children :mid - # FIXME: we should be setting method to a stub method here def compile - ...
Compile :undef into the runtime helper
opal_opal
train
rb
b16bfa6fda1fbd1e70979ed5b89776082a9415ef
diff --git a/openquake/calculators/event_based_risk.py b/openquake/calculators/event_based_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based_risk.py +++ b/openquake/calculators/event_based_risk.py @@ -151,7 +151,7 @@ def _aggregate(outputs, compositemodel, agg, ass, idx, result, monitor): ...
Saved the loss ratios also in event_based_risk
gem_oq-engine
train
py
5668feb235dae456843507e7054508f55b79e8c3
diff --git a/spacy/tests/test_pickle.py b/spacy/tests/test_pickle.py index <HASH>..<HASH> 100644 --- a/spacy/tests/test_pickle.py +++ b/spacy/tests/test_pickle.py @@ -5,6 +5,11 @@ import pickle import pytest import tempfile +try: + unicode +except NameError: + unicode = str + @pytest.mark.models def test_pi...
* Fix pickle test for python3
explosion_spaCy
train
py
04e53b0f11dc6ce0eedeedb56df71a08af3294d5
diff --git a/src/Snowfire/Mail/MailServiceProvider.php b/src/Snowfire/Mail/MailServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Snowfire/Mail/MailServiceProvider.php +++ b/src/Snowfire/Mail/MailServiceProvider.php @@ -24,32 +24,11 @@ class MailServiceProvider extends \Illuminate\Mail\MailServiceProvider { *...
minimized registerSwiftTransport method
Snowfire_Laravel-Postmark-Driver
train
php
01470fd5e755fde5af70bbb950334b5d8b160a5e
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -16,3 +16,4 @@ export Switch from './components/switch'; // Styles export Theme from './styles/theme'; +export * as typography from './styles/typography';
Expose typos from the main index.js file
HenriBeck_materialize-react
train
js
225d4ef4ad5590e62514a486716070f210dc4ff0
diff --git a/pyocd/gdbserver/context_facade.py b/pyocd/gdbserver/context_facade.py index <HASH>..<HASH> 100644 --- a/pyocd/gdbserver/context_facade.py +++ b/pyocd/gdbserver/context_facade.py @@ -117,12 +117,16 @@ class GDBDebugContextFacade(object): if self._context.core.is_debug_trap(): return si...
GDB: Only do SIGSEGV etc on vector catch Previous code indicated every stop while IPSR was non-zero as being SIGSEGV, or whatever IPSR indicated. Really, we only want the actual vector catches to indicate SIGSEGV.
mbedmicro_pyOCD
train
py
9ecf888e6e1b7efa1dadbdf5fdc15a57e2019df3
diff --git a/lib/loader/egg_loader.js b/lib/loader/egg_loader.js index <HASH>..<HASH> 100644 --- a/lib/loader/egg_loader.js +++ b/lib/loader/egg_loader.js @@ -95,6 +95,7 @@ class EggLoader { if (process.env.NODE_ENV === 'test') { serverEnv = 'unittest'; } else if (process.env.NODE_ENV === 'produc...
feat: warning when missing EGG_SERVER_ENV at production (#<I>)
eggjs_egg-core
train
js
cc664785c3ebb9b098c6e7af9e94ed2c6d1de2a8
diff --git a/jolt-core/src/test/java/com/bazaarvoice/jolt/RemovrTest.java b/jolt-core/src/test/java/com/bazaarvoice/jolt/RemovrTest.java index <HASH>..<HASH> 100644 --- a/jolt-core/src/test/java/com/bazaarvoice/jolt/RemovrTest.java +++ b/jolt-core/src/test/java/com/bazaarvoice/jolt/RemovrTest.java @@ -27,11 +27,11 @@ p...
Fixed Removr StarDoublePathElement throwing StringOutOfBoundException when the key is for the format abc-1 and the spec is abc-*z*
bazaarvoice_jolt
train
java
ef99a677c59e6192b33ae030a86ccb7950903e40
diff --git a/frontend/dockerfile/builder/build.go b/frontend/dockerfile/builder/build.go index <HASH>..<HASH> 100644 --- a/frontend/dockerfile/builder/build.go +++ b/frontend/dockerfile/builder/build.go @@ -96,10 +96,7 @@ func Build(ctx context.Context, c client.Client) (*client.Result, error) { } } - name := "l...
dockerfile: change output when loading Dockerfile Previously, the output said "load Dockerfile from " + filename when the file is not named Dockerfile. With this patch, it is changed to always show "load build definition from " + filename. This is because `# syntax = ...` can be put in non-Dockerfiles.
moby_buildkit
train
go
6701a113ec072a20ee0f871a164f42942f8c66eb
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -118,7 +118,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'classic' +html_theme = 'nature' # Theme o...
Change html themo of documentation to nature
jjgomera_iapws
train
py
4505a9467f156ca244e32ae01d39acfd9f9d7623
diff --git a/slick.grid.js b/slick.grid.js index <HASH>..<HASH> 100644 --- a/slick.grid.js +++ b/slick.grid.js @@ -947,8 +947,12 @@ if (!jQuery.fn.drag) { function destroy() { options.editorLock.cancelCurrentEdit(); - if (self.onBeforeDestroy) { self.onBeforeDestroy(); } - ...
FIXED: Issue <I> - Error thrown when grid with enableColumnReorder set to false is destroyed. <URL>
coatue-oss_slickgrid2
train
js
2badf7557b03deaecae227ed50b16132d119d246
diff --git a/zipline/finance/risk/cumulative.py b/zipline/finance/risk/cumulative.py index <HASH>..<HASH> 100644 --- a/zipline/finance/risk/cumulative.py +++ b/zipline/finance/risk/cumulative.py @@ -317,7 +317,7 @@ algorithm_returns ({algo_count}) in range {start} : {end} on {dt}" if mar is None: ...
MAINT: Remove redundant create of numpy arrays. Now that the cumulative risk module uses pd.Series instead of lists, it is unnecessary to call `np.array` on the stored values.
quantopian_zipline
train
py
cb86f266e66a1ba9a18348e5a2f623d402505f8d
diff --git a/effect/default_effector.go b/effect/default_effector.go index <HASH>..<HASH> 100644 --- a/effect/default_effector.go +++ b/effect/default_effector.go @@ -14,7 +14,7 @@ package effect -import "github.com/pkg/errors" +import "errors" // DefaultEffector is default effector for Casbin. type DefaultEff...
Fix the bug of importing "github.com/pkg/errors".
casbin_casbin
train
go
ce9b7ee80e584cf594a3f315a9622bde7ab46f62
diff --git a/io.go b/io.go index <HASH>..<HASH> 100644 --- a/io.go +++ b/io.go @@ -2,6 +2,7 @@ package main import ( "fmt" + "io" "log" "os" "path/filepath" @@ -9,15 +10,20 @@ import ( ) // Used to mock stdout for testing -var Stdout os.Stdout +var Stdout io.Writer // Used to mock stderr for testing -...
fixed issue where golint complains about inferred types but I need the type to be more loosely typed
heroku_cli
train
go
d3b477528fb4f3536bc0c0796578f8a1b8af741c
diff --git a/servers/src/main/java/tachyon/web/WebInterfaceWorkerBlockInfoServlet.java b/servers/src/main/java/tachyon/web/WebInterfaceWorkerBlockInfoServlet.java index <HASH>..<HASH> 100644 --- a/servers/src/main/java/tachyon/web/WebInterfaceWorkerBlockInfoServlet.java +++ b/servers/src/main/java/tachyon/web/WebInterf...
[SMALLFIX] Close TachyonFS in /blockInfo
Alluxio_alluxio
train
java
15483a7394ffe738179db9acab3f275534c5028f
diff --git a/src/find.js b/src/find.js index <HASH>..<HASH> 100644 --- a/src/find.js +++ b/src/find.js @@ -1,7 +1,7 @@ const _ = require('underscore'); const sanitizeParams = require('./utils/sanitizeParams'); const { prepareResponse, generateSort, generateCursorQuery } = require('./utils/query'); -var config = requ...
fix: use const in preference to var
mixmaxhq_mongo-cursor-pagination
train
js
8dad6e1bdbe5abbc2cb178f87fe1a3cd98a022de
diff --git a/scout/commands/view/transcripts.py b/scout/commands/view/transcripts.py index <HASH>..<HASH> 100644 --- a/scout/commands/view/transcripts.py +++ b/scout/commands/view/transcripts.py @@ -16,7 +16,7 @@ def transcripts(context, build, hgnc_id, json): adapter = context.obj['adapter'] if not json: -...
Change cromosom to chromosome
Clinical-Genomics_scout
train
py
5eca0142c9876a6f6086e3fed22fbb25683ae0b4
diff --git a/lib/less/browser.js b/lib/less/browser.js index <HASH>..<HASH> 100644 --- a/lib/less/browser.js +++ b/lib/less/browser.js @@ -239,7 +239,7 @@ function xhr(url, type, callback, errback) { xhr.setRequestHeader('Accept', type || 'text/x-less, text/css; q=0.9, */*; q=0.5'); xhr.send(null); - if ...
Check XHR return type appropriately Asynchronous file XHRs need to listen for onreadystatechange.
less_less.js
train
js
a0ca1b00ec70b55d9ab96849599826449745ed68
diff --git a/src/helpers.js b/src/helpers.js index <HASH>..<HASH> 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -7,6 +7,7 @@ const extractionRegex = /Installing (.*?) to .* (.*)/ export function spawnAPM(dependencies, progressCallback) { return new Promise(function(resolve, reject) { const errors = [] + ...
reject for lack of success, not for errors
steelbrain_package-deps
train
js
b9a7b9d27c21fc6fb96ef539d0c514cbd001d628
diff --git a/src/com/opencms/file/CmsResourceBroker.java b/src/com/opencms/file/CmsResourceBroker.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/file/CmsResourceBroker.java +++ b/src/com/opencms/file/CmsResourceBroker.java @@ -12,7 +12,7 @@ import com.opencms.core.*; * police. * * @author Andreas Schoute...
Corrected an error in accessWrite.
alkacon_opencms-core
train
java
0880c73c43559709ad2defe86b8718e554330340
diff --git a/tests/unit/stateconf_test.py b/tests/unit/stateconf_test.py index <HASH>..<HASH> 100644 --- a/tests/unit/stateconf_test.py +++ b/tests/unit/stateconf_test.py @@ -20,6 +20,8 @@ REQUISITES = ['require', 'require_in', 'use', 'use_in', 'watch', 'watch_in'] OPTS = salt.config.minion_config(None) OPTS['file_cl...
load in a fake config.get function to fix tests Mocking may be a better way of doing this, but since these are generated at the top of the test I felt that this solution was also viable
saltstack_salt
train
py
aed806032ce7bd03dbbc31b4006f1754a17a72e5
diff --git a/test/helper/Test.js b/test/helper/Test.js index <HASH>..<HASH> 100644 --- a/test/helper/Test.js +++ b/test/helper/Test.js @@ -1,6 +1,6 @@ /* global mocha*/ -define(["Tone/core/Tone", "deps/chai", "Tone/core/Context", "Tone/core/Transport"], +define(["Tone/core/Tone", "deps/chai", "Tone/core/Context", "T...
using babel-polyfill for older browsers testing
Tonejs_Tone.js
train
js
fbac3f06f5ee9a61873a69747789310eeb389016
diff --git a/alignak/daemon.py b/alignak/daemon.py index <HASH>..<HASH> 100644 --- a/alignak/daemon.py +++ b/alignak/daemon.py @@ -346,7 +346,7 @@ class Daemon(object): logger.warning("http_thread failed to terminate. Calling _Thread__stop") try: self.http_thread._...
Enh: Typo introduced by myself previously.
Alignak-monitoring_alignak
train
py
d8f362e9b8a0d1f44d168129542c288523caf977
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -23,7 +23,7 @@ module.exports = function (handler) { // Return middleware return function (req, res, callback) { - var header = req.headers['Authorization'] || req.headers['authorization']; +...
Resolve lint errors
thisandagain_basic
train
js
889622435290d5b7df706f4e8376ac9780eace92
diff --git a/features/step_definitions/pairwise_data_steps.rb b/features/step_definitions/pairwise_data_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/pairwise_data_steps.rb +++ b/features/step_definitions/pairwise_data_steps.rb @@ -3,7 +3,7 @@ Given /^I have the (?:yaml |csv )?file "([^\"]*)" con...
depreciate way of calling steps removed
josephwilk_pairwise
train
rb
8411c4f0c035e527fe60e61c555abdeefb89681b
diff --git a/schedule/__init__.py b/schedule/__init__.py index <HASH>..<HASH> 100644 --- a/schedule/__init__.py +++ b/schedule/__init__.py @@ -337,7 +337,11 @@ class Job(object): Specify a particular time that the job should be run at. :param time_str: A string in one of the following formats: `HH:M...
Make the at() docstring more descriptive
dbader_schedule
train
py
d0e4678fe830a909cc136d6e7dac219687f4a690
diff --git a/goose3/crawler.py b/goose3/crawler.py index <HASH>..<HASH> 100644 --- a/goose3/crawler.py +++ b/goose3/crawler.py @@ -263,15 +263,16 @@ class Crawler(object): if response.encoding != 'ISO-8859-1': # shows that we don't actually know # return response as a unicode string ...
Another encoding mismatch (#<I>) * a slightly better way to catch the mismatches
goose3_goose3
train
py
55346cd18d8305750ebeca49f71a8dff0b2f9b87
diff --git a/glances/amps/glances_systemv.py b/glances/amps/glances_systemv.py index <HASH>..<HASH> 100644 --- a/glances/amps/glances_systemv.py +++ b/glances/amps/glances_systemv.py @@ -69,7 +69,7 @@ class Amp(GlancesAmp): # Get the systemctl status logger.debug('{}: Update stats using service {}'.fo...
AMP plugin crashs on start with Python 3 (issue #<I>)
nicolargo_glances
train
py,py
caf03d0b68da50e9e09e3e0fa75f112882e74139
diff --git a/tests/ExpressionTest.php b/tests/ExpressionTest.php index <HASH>..<HASH> 100644 --- a/tests/ExpressionTest.php +++ b/tests/ExpressionTest.php @@ -12,9 +12,19 @@ class ExpressionTest extends \PHPUnit_Framework_TestCase public function e() { - $reflection = new \ReflectionClass("atk4\dsql\...
OK, Reflection didn't work, so let's do that in a simple way :)
atk4_dsql
train
php
43b7ded16ca9a9a2067041d6b9bb5e2cc19b47f6
diff --git a/server/application/websocket.go b/server/application/websocket.go index <HASH>..<HASH> 100644 --- a/server/application/websocket.go +++ b/server/application/websocket.go @@ -23,11 +23,12 @@ var upgrader = func() websocket.Upgrader { // terminalSession implements PtyHandler type terminalSession struct {...
fix: terminal websocket write lock to avoid races (#<I>) * fix: protect terminal WriteMessage with a lock
argoproj_argo-cd
train
go
ae4ca0e081eae34d7be2dc3d8af96f61151ed86e
diff --git a/grimoire_elk/_version.py b/grimoire_elk/_version.py index <HASH>..<HASH> 100644 --- a/grimoire_elk/_version.py +++ b/grimoire_elk/_version.py @@ -1,2 +1,2 @@ # Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440 -__version__ = "0.30.42" +__version__ = "0.30.43"
[release] Update version number to <I>
chaoss_grimoirelab-elk
train
py
c703d19f428ea0f4a9853004dffc896506aa4e69
diff --git a/ELiDE/ELiDE/screen.py b/ELiDE/ELiDE/screen.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/screen.py +++ b/ELiDE/ELiDE/screen.py @@ -410,12 +410,12 @@ Builder.load_string( screen: root pos_hint: {'right': 1, 'top': 1} size_hint: (0.1, 0.9) - FloatLayout: + RelativeLayout: ...
Fix the positioning of the Dialog Puts it into a RelativeLayout.
LogicalDash_LiSE
train
py
7f0649a78c2d69868df8bfd93333e82ef91db64b
diff --git a/lib/delayed/master/config.rb b/lib/delayed/master/config.rb index <HASH>..<HASH> 100644 --- a/lib/delayed/master/config.rb +++ b/lib/delayed/master/config.rb @@ -36,7 +36,7 @@ module Delayed SIMPLE_CONFIGS.each do |key| define_method(key) do |value = nil| - if value + if...
Allow to set false value for master config
kanety_delayed_job_master
train
rb
3b38384854be414061224d8e37bec9ae8a967d52
diff --git a/src/GoogleDriveAdapter.php b/src/GoogleDriveAdapter.php index <HASH>..<HASH> 100755 --- a/src/GoogleDriveAdapter.php +++ b/src/GoogleDriveAdapter.php @@ -369,8 +369,12 @@ class GoogleDriveAdapter extends AbstractAdapter * * @return array|false */ - public function readStream($path, $re...
fit the number of arguments of readStream() with interface
nao-pon_flysystem-google-drive
train
php
88a17d6b384200268ab3fcbac156ba174f4381b5
diff --git a/packages/tractor-plugin-browser/src/protractor/action-helpers.js b/packages/tractor-plugin-browser/src/protractor/action-helpers.js index <HASH>..<HASH> 100644 --- a/packages/tractor-plugin-browser/src/protractor/action-helpers.js +++ b/packages/tractor-plugin-browser/src/protractor/action-helpers.js @@ -2...
chore(protractor :hammer:): tidy up duplication in Protractor plug-in
TradeMe_tractor
train
js
f764025489d946a5e95f381f0a5fefa190d1393e
diff --git a/src/rezplugins/shell/cmd.py b/src/rezplugins/shell/cmd.py index <HASH>..<HASH> 100644 --- a/src/rezplugins/shell/cmd.py +++ b/src/rezplugins/shell/cmd.py @@ -121,7 +121,11 @@ class CMD(Shell): # ex.info('You are now in a rez-configured environment.') # ex.info('') ...
Adding in a skrall change that fixed an issue with a subprocess-launched shell being left in a blocked state waiting on user input.
nerdvegas_rez
train
py
8f85ed182b2a6bad6711ce91db31ccabc26f6975
diff --git a/registry/job.go b/registry/job.go index <HASH>..<HASH> 100644 --- a/registry/job.go +++ b/registry/job.go @@ -162,15 +162,13 @@ func (r *EtcdRegistry) dirToUnit(dir *etcd.Node) (*job.Unit, error) { if u == nil { return nil, fmt.Errorf("unable to parse Unit in Registry at key %s", objKey) } - tgtstat...
registry: don't fail if targetState is unavailable
coreos_fleet
train
go
b0422c8976ddb948e81ad83e716b636b92a5088a
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -164,7 +164,6 @@ function parseKanjiPageData(pageHtml, kanji) { return result; } - result.kanji = kanji; result.gradeNumber = getIntBetweenStrings(pageHtml, 'taught in <strong>grade ', '</strong>'); result.lev...
provide back the search argument for example results too
mistval_unofficial-jisho-api
train
js
dcfb6713732f9e84f4ee9133687dcc46f746e5e2
diff --git a/lib/exporters/jhipster_entity_exporter.js b/lib/exporters/jhipster_entity_exporter.js index <HASH>..<HASH> 100644 --- a/lib/exporters/jhipster_entity_exporter.js +++ b/lib/exporters/jhipster_entity_exporter.js @@ -140,7 +140,10 @@ function filterOutUnchangedEntities() { const filePath = toFilePath(ent...
Fix detection of changed entities when custom attribute in json file Theses entities are always detected as changed when they're not Fixes #<I>
jhipster_generator-jhipster
train
js
19b1e32d0a42405e512a22dc500bf4cb3d62f718
diff --git a/src/DI/ApiRouterExtension.php b/src/DI/ApiRouterExtension.php index <HASH>..<HASH> 100644 --- a/src/DI/ApiRouterExtension.php +++ b/src/DI/ApiRouterExtension.php @@ -129,7 +129,7 @@ class ApiRouterExtension extends CompilerExtension /** * Add route to priority-half-sorted list */ - if (!$routes...
fixed compatibility with Nette <I> (#<I>)
contributte_api-router
train
php
896b45c0113d512fcc4134cfaa0553f958297ffb
diff --git a/dingo/core/__init__.py b/dingo/core/__init__.py index <HASH>..<HASH> 100644 --- a/dingo/core/__init__.py +++ b/dingo/core/__init__.py @@ -229,10 +229,8 @@ class NetworkDingo: if not all(isinstance(_, int) for _ in mv_grid_districts_no): raise TypeError('`mv_grid_districts` has to be a...
remove unused import of table names it's obsolete since the import is defined in the head of the file
openego_ding0
train
py
989867ffd9a7d5e79bfc7290e2c00a53471f1196
diff --git a/src/de/lmu/ifi/dbs/algorithm/KDDTask.java b/src/de/lmu/ifi/dbs/algorithm/KDDTask.java index <HASH>..<HASH> 100644 --- a/src/de/lmu/ifi/dbs/algorithm/KDDTask.java +++ b/src/de/lmu/ifi/dbs/algorithm/KDDTask.java @@ -95,7 +95,7 @@ public class KDDTask implements Parameterizable /** * Description fo...
DEFAULT database conection in description corrected
elki-project_elki
train
java
b32d4167c01fdc5a584b388d02b48000e5d3b9bd
diff --git a/MEA_package/ProgramFiles/MEA.py b/MEA_package/ProgramFiles/MEA.py index <HASH>..<HASH> 100755 --- a/MEA_package/ProgramFiles/MEA.py +++ b/MEA_package/ProgramFiles/MEA.py @@ -84,7 +84,7 @@ def make_damat(amat, nMoments, ymat): def MFK_final(nMoments): - print "test" + time1 = time() ...
remove 'print test' from MEA.py, sorry about that
theosysbio_means
train
py
bb307493c963874b010d7f4237160d35ee0f5bf5
diff --git a/packages/core/lib/config.js b/packages/core/lib/config.js index <HASH>..<HASH> 100644 --- a/packages/core/lib/config.js +++ b/packages/core/lib/config.js @@ -93,20 +93,26 @@ const loadConfig = (context, config) => { : searchSync(context); }; -const loadSettings = (context, { dependencies }) => { +c...
fix(core): take devDependencies into account when resolving presets when NODE_ENV is not production
untool_untool
train
js
37f76cbe6faa976f46f5356bd1f379036192a874
diff --git a/lib/harvest/time_entry.rb b/lib/harvest/time_entry.rb index <HASH>..<HASH> 100644 --- a/lib/harvest/time_entry.rb +++ b/lib/harvest/time_entry.rb @@ -20,6 +20,7 @@ module Harvest property :is_billed property :timer_started_at property :adjustment_record + property :hours_without_timer ...
added hours_without_timer property added to time_etry
zmoazeni_harvested
train
rb
d59953481e32e8a2ad501631f0983a2cab615dad
diff --git a/packages/ember-routing-htmlbars/lib/helpers/link-to.js b/packages/ember-routing-htmlbars/lib/helpers/link-to.js index <HASH>..<HASH> 100644 --- a/packages/ember-routing-htmlbars/lib/helpers/link-to.js +++ b/packages/ember-routing-htmlbars/lib/helpers/link-to.js @@ -191,7 +191,7 @@ import 'ember-htmlbars'; ...
[DOC] fix generated href in link-to documentation makes the generated href match the router path
emberjs_ember.js
train
js
37efa751c725c7f460cbaf7e512da5f94b95bf1d
diff --git a/cmd/kube-scheduler/app/options/options.go b/cmd/kube-scheduler/app/options/options.go index <HASH>..<HASH> 100644 --- a/cmd/kube-scheduler/app/options/options.go +++ b/cmd/kube-scheduler/app/options/options.go @@ -174,6 +174,9 @@ func (o *Options) ApplyTo(c *schedulerappconfig.Config) error { if err != ...
Validate scheduler configuration from config file
kubernetes_kubernetes
train
go
5ea05b39a81206f189c61a9f7dd224a1bb69a576
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -123,7 +123,7 @@ function spring(string, duration) { // Basic steps easing implementation https://developer.mozilla.org/fr/docs/Web/CSS/transition-timing-function function steps(steps = 10) { - return t =>...
fix step easing by implementing jump-start method
juliangarnier_anime
train
js
fd207252aa3e807c05f8e05ca291449e87e201c0
diff --git a/dist/chef/sa_monitoring/libraries/sa-monitoring.rb b/dist/chef/sa_monitoring/libraries/sa-monitoring.rb index <HASH>..<HASH> 100644 --- a/dist/chef/sa_monitoring/libraries/sa-monitoring.rb +++ b/dist/chef/sa_monitoring/libraries/sa-monitoring.rb @@ -3,7 +3,7 @@ module SAM def self.generate_config(node, ...
exclude a few chef attribs from config.json
sensu_sensu
train
rb
b0cb1f81728a18ecdee698c658fad1771c22089c
diff --git a/src/xml-pulley.js b/src/xml-pulley.js index <HASH>..<HASH> 100644 --- a/src/xml-pulley.js +++ b/src/xml-pulley.js @@ -108,13 +108,27 @@ class XMLPulley { this.next(); return out; } - forEach(callback, tagName) { + nextAll(callback, tagName) { var node; - while((node = this.next()).ty...
Renamed forEach to nextAll and added expectAll
Permutatrix_xml-pulley
train
js
c574b3754edde09e8b02184d7f928383fa98864e
diff --git a/lib/sequel_mapper/many_to_many_association.rb b/lib/sequel_mapper/many_to_many_association.rb index <HASH>..<HASH> 100644 --- a/lib/sequel_mapper/many_to_many_association.rb +++ b/lib/sequel_mapper/many_to_many_association.rb @@ -30,16 +30,17 @@ module SequelMapper end def eager_superset(supers...
Fix primary key mixup bug for many to many
bestie_terrestrial
train
rb
526b7771da840794ee5a07ddf560fec4f776e75d
diff --git a/src/obs-remote.js b/src/obs-remote.js index <HASH>..<HASH> 100644 --- a/src/obs-remote.js +++ b/src/obs-remote.js @@ -105,7 +105,9 @@ }; this._socket.onclose = function() { - self.onConnectionClosed(); + if (self._connected) { + self.onConnectionClos...
added check to see if connected when web socket is closed
nodecg_obs-remote-js
train
js
2747d167db7a4fa47b890baf9205115a1baabec0
diff --git a/src/com/google/javascript/jscomp/J2clClinitPrunerPass.java b/src/com/google/javascript/jscomp/J2clClinitPrunerPass.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/J2clClinitPrunerPass.java +++ b/src/com/google/javascript/jscomp/J2clClinitPrunerPass.java @@ -406,7 +406,12 @@ public c...
Adds consideration for GETELEMs when analyzing the body of a clinit method in `J2clClinitPrunerPass`. The possibility of GETELEMs had been overlooked due to the generated nature of the code. However they can appear if other passes have inserted code, such as for instrumentation. ------------- Created by MOE: <URL>
google_closure-compiler
train
java
176ca98afbeb974c411aab78f9deea54c5161b65
diff --git a/src/Server/Remote/PhpSecLib.php b/src/Server/Remote/PhpSecLib.php index <HASH>..<HASH> 100644 --- a/src/Server/Remote/PhpSecLib.php +++ b/src/Server/Remote/PhpSecLib.php @@ -46,7 +46,7 @@ class PhpSecLib implements ServerInterface public function connect() { $serverConfig = $this->getCon...
Temporary fixes problem with command execution timeout
deployphp_deployer
train
php
60d8f48d1051207613491187981c618897a9a4ff
diff --git a/dallinger/recruiters.py b/dallinger/recruiters.py index <HASH>..<HASH> 100644 --- a/dallinger/recruiters.py +++ b/dallinger/recruiters.py @@ -258,7 +258,7 @@ class ProlificRecruiter(object): "reward": self.config.get( "prolific:reward" ), # This is the hourly rat...
Prolific studies are "ACTIVE", not "PUBLISHED"
Dallinger_Dallinger
train
py
33dccf8c6739e5428446a9e97c2b34ca4ad88389
diff --git a/src/components/treemenu/treemenu.js b/src/components/treemenu/treemenu.js index <HASH>..<HASH> 100644 --- a/src/components/treemenu/treemenu.js +++ b/src/components/treemenu/treemenu.js @@ -1131,7 +1131,7 @@ const TreeMenu = Component.extend({ this._maxChildCount = 0; - const createSubmeny = fu...
Fix const function declaration to allow recursion (#<I>)
vizabi_vizabi
train
js
b0c3fa2e7752fb8e241af95b4f55d7bdac6c4fd7
diff --git a/dedupe/api.py b/dedupe/api.py index <HASH>..<HASH> 100644 --- a/dedupe/api.py +++ b/dedupe/api.py @@ -849,7 +849,7 @@ class ActiveMatching(Matching) : def _loadSampledRecords(self, data_sample): """Override to load blocking data from data_sample.""" - self.sampled_records = None + ...
ActiveMatching._loadSampledRecords() does nothing.
dedupeio_dedupe
train
py
b3a2f80c90cfa05450b5c6a88cdbda5f2dfee155
diff --git a/org/postgresql/jdbc2/AbstractJdbc2Statement.java b/org/postgresql/jdbc2/AbstractJdbc2Statement.java index <HASH>..<HASH> 100644 --- a/org/postgresql/jdbc2/AbstractJdbc2Statement.java +++ b/org/postgresql/jdbc2/AbstractJdbc2Statement.java @@ -22,6 +22,7 @@ import java.util.TimeZone; import java.util.Calend...
perf: Remove AbstractJdbc2Statement.finalize() Removes AbstractJdbc2Statement.finalize() as server side resource cleanup is already handled byQueryExecutorImpl#processDeadParsedQueries. With this change, if many prepared statements are created, but not closed, and no further activity occurs on the connection, then th...
pgjdbc_pgjdbc
train
java
37cf5ed8bdd0599334480c71d4603386a8f9dede
diff --git a/lib/metadata/ingest/association.rb b/lib/metadata/ingest/association.rb index <HASH>..<HASH> 100644 --- a/lib/metadata/ingest/association.rb +++ b/lib/metadata/ingest/association.rb @@ -39,6 +39,18 @@ module Metadata return false unless @value == other.value return true end + + ...
Implement marked_for_destruction? / _destroy
OregonDigital_metadata-ingest-form
train
rb
a5c7b561791d2cab159bdfd2d44e9e9f697bd2c6
diff --git a/src/cz/vutbr/web/css/CSSProperty.java b/src/cz/vutbr/web/css/CSSProperty.java index <HASH>..<HASH> 100644 --- a/src/cz/vutbr/web/css/CSSProperty.java +++ b/src/cz/vutbr/web/css/CSSProperty.java @@ -1950,7 +1950,7 @@ public interface CSSProperty { } public boolean inherited() { - return true; + ...
Fixed inheritance definition for vertical-align and unicode-bidi
radkovo_jStyleParser
train
java
01758d4fac86e53f47448879296239c58deaca95
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from astropy_helpers.setup_helpers import register_commands, get_package_info from astropy_helpers.version_helpers import generate_version_py NAME = 'astropy_helpers' -VERSION = '0.4rc1.dev' +VERSION = '0.4rc2...
Preparing to release <I>rc2
astropy_astropy-helpers
train
py
e4f60e01c0e620cd3429d400138b5e1a4dced77b
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -570,7 +570,7 @@ module.exports = function (grunt) { // this makes a local branch based on the prior prompt, such as release_{BUILD_VERSION}_{HOURSMINUTES} command: function() { grunt.config('re...
Make temp branch use full timestamp
ExactTarget_fuelux
train
js
924c520a269fe755aa01dc9c0e28b152516b8e1e
diff --git a/lib/weblib.php b/lib/weblib.php index <HASH>..<HASH> 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -7040,5 +7040,6 @@ function is_in_popup() { } + // vim:autoindent:expandtab:shiftwidth=4:tabstop=4:tw=140: ?>
Testing commit message one more time, I think this is it
moodle_moodle
train
php
66b3d6972dbe74114cb93c51e163e53d32f0d573
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='volatile', - version='0.2.dev1', + version='1.1.dev1', description='A small extension for the tempfile module.', long_description=read('README.rst'), au...
Start developing version <I>.dev1 (after release of <I>)
mbr_volatile
train
py