hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
20c6f910861fc0ceaeed39c21927420a09f69c69
diff --git a/lib/shoulda/active_record_helpers.rb b/lib/shoulda/active_record_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/shoulda/active_record_helpers.rb +++ b/lib/shoulda/active_record_helpers.rb @@ -296,9 +296,14 @@ module ThoughtBot # :nodoc: unless reflection.options[:through] ...
- fixed some overeager helpers - added checks for foreign keys git-svn-id: <URL>
thoughtbot_shoulda-matchers
train
d7a900ed6aa1b9740cac7d111244037e59832c6d
diff --git a/h2o-algos/src/main/java/hex/tree/DHistogram.java b/h2o-algos/src/main/java/hex/tree/DHistogram.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/main/java/hex/tree/DHistogram.java +++ b/h2o-algos/src/main/java/hex/tree/DHistogram.java @@ -120,6 +120,33 @@ public final class DHistogram extends Iced { ...
add back the old flavor Dhistogram constructor for h2o extensions that use it
h2oai_h2o-3
train
41119a538250b3e3c291cab57d6587ca004213f1
diff --git a/org.jenetics/src/main/java/org/jenetics/BitChromosome.java b/org.jenetics/src/main/java/org/jenetics/BitChromosome.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/BitChromosome.java +++ b/org.jenetics/src/main/java/org/jenetics/BitChromosome.java @@ -455,6 +455,8 @@ public cl...
#<I>: Add missing BitChromosome factory methods.
jenetics_jenetics
train
5d92db6e937c725d0fc6b8ead98ec57ca6c9813f
diff --git a/hic/flow.py b/hic/flow.py index <HASH>..<HASH> 100644 --- a/hic/flow.py +++ b/hic/flow.py @@ -28,7 +28,7 @@ def _uniform_phi(M): def _flow_pdf(phi, vn, psi): n = np.arange(2, 2+vn.size, dtype=float) - pdf = 1 + 2.*np.inner(vn, np.cos(np.outer(phi, n) - psi)).ravel() + pdf = 1 + 2.*np.inner(vn...
Event-plane angles are also multiplied by n.
Duke-QCD_hic
train
b72953b651e0b0c6cffc845992e5108a14e7dcca
diff --git a/tests/unit/utils/utils-test.js b/tests/unit/utils/utils-test.js index <HASH>..<HASH> 100644 --- a/tests/unit/utils/utils-test.js +++ b/tests/unit/utils/utils-test.js @@ -76,6 +76,39 @@ describe('Unit: Utils', function () { ).to.eql(Object.create({ 1: true })) }) }) + + descr...
created test case for command/control key selection in util test
ciena-frost_ember-frost-list
train
d08c65cfee2be8bade5426bb86e0f3ce7d236b2e
diff --git a/rest/src/main/java/org/jboss/pnc/rest/endpoint/BuildConfigurationEndpoint.java b/rest/src/main/java/org/jboss/pnc/rest/endpoint/BuildConfigurationEndpoint.java index <HASH>..<HASH> 100644 --- a/rest/src/main/java/org/jboss/pnc/rest/endpoint/BuildConfigurationEndpoint.java +++ b/rest/src/main/java/org/jboss...
NCL-<I> rework triggering to fail for non existing PNC user
project-ncl_pnc
train
c9edabb23d34aaccbf0843ee1c7e6ce42805c6ea
diff --git a/client_test.go b/client_test.go index <HASH>..<HASH> 100644 --- a/client_test.go +++ b/client_test.go @@ -14,6 +14,10 @@ func TestClient_Import(t *testing.T) { idx := MustOpenIndex() defer idx.Close() + // Load bitmap into cache to ensure cache gets updated. + f := idx.MustCreateFragmentIfNotExists("...
fix import cache updates This commit fixes a bug in the import where the cache was not being updated and the block checksum was not being invalidated.
pilosa_pilosa
train
5224e3f3c6c8f43de8124c206b8115be42e4196c
diff --git a/src/notebook/epics/index.js b/src/notebook/epics/index.js index <HASH>..<HASH> 100644 --- a/src/notebook/epics/index.js +++ b/src/notebook/epics/index.js @@ -16,10 +16,12 @@ import { import { getStoredThemeEpic, + setThemeEpic, } from './theming'; const epics = [ getStoredThemeEpic, + setThe...
Setting the theme is now an epic.
nteract_nteract
train
dacbdf21c96bc02523a2da8ef8a984fec06e3cd6
diff --git a/node-red-contrib-stats-db/node-stats-db.js b/node-red-contrib-stats-db/node-stats-db.js index <HASH>..<HASH> 100644 --- a/node-red-contrib-stats-db/node-stats-db.js +++ b/node-red-contrib-stats-db/node-stats-db.js @@ -17,8 +17,8 @@ const insertUserStats = (node, user) => { $lastSeen: user.mdate ...
new table queries with timestamps
NGRP_node-red-contrib-viseo
train
cab649d4381f2f130486322c67806e9d9b635289
diff --git a/examples/Example.js b/examples/Example.js index <HASH>..<HASH> 100644 --- a/examples/Example.js +++ b/examples/Example.js @@ -21,6 +21,7 @@ export default class Example extends Component { cca2: 'US' }; } + render() { return ( <View style={styles.container}> @@ -28,7 +29,7 @@ ...
Pca/refresh when cca2 props is updated (#<I>) * update state when properties has changed and build the datasource only at render time (to properly refresh when cca2 is changed) * update the value of cca2 in state because the CountryPicker will update with this value
xcarpentier_react-native-country-picker-modal
train
f272cf1f6455dea9088df3ec4d14f98bbce89472
diff --git a/kmapper/kmapper.py b/kmapper/kmapper.py index <HASH>..<HASH> 100644 --- a/kmapper/kmapper.py +++ b/kmapper/kmapper.py @@ -25,6 +25,7 @@ from .visuals import ( graph_data_distribution, colorscale_default, ) +from scipy.sparse import hstack, csr __all__ = [ "KeplerMapper", @@ -498,7 +499,...
added a sparse-compatible ID column prefixing
scikit-tda_kepler-mapper
train
2a0e348fc7427a9b52ddbfc7bcb4e53e673c8a14
diff --git a/lib/preact.rb b/lib/preact.rb index <HASH>..<HASH> 100644 --- a/lib/preact.rb +++ b/lib/preact.rb @@ -108,22 +108,21 @@ module Preact end if event.is_a?(String) - preact_event = AccountEvent.new({ + preact_event = { :name => event, :timestamp => Time....
Updated account event logging behavior to latest style, fixed bug in account-only event logging.
preact_preact-ruby
train
6774132681f08520414504f7ce657c65b47cd7c4
diff --git a/test/dummy/config/environments/test.rb b/test/dummy/config/environments/test.rb index <HASH>..<HASH> 100644 --- a/test/dummy/config/environments/test.rb +++ b/test/dummy/config/environments/test.rb @@ -15,7 +15,7 @@ Rails.application.configure do # Configure public file server for tests with Cache-Contr...
don't rely on Numeric#hours in dummy app config
jparker_comparison
train
bac13b5cb2f5c0b5c6121cc65ed5296f6f65467a
diff --git a/etcdserver/etcdhttp/http.go b/etcdserver/etcdhttp/http.go index <HASH>..<HASH> 100644 --- a/etcdserver/etcdhttp/http.go +++ b/etcdserver/etcdhttp/http.go @@ -276,7 +276,6 @@ func (h serverHandler) serveRaft(w http.ResponseWriter, r *http.Request) { http.Error(w, "error unmarshaling raft message", http.S...
etcdserver/etcdhttp: remove log message for every received raft
etcd-io_etcd
train
66e4e8f63f86e87c5b1eeda3bdbde3833f59fcfb
diff --git a/src/DoctrineMongoODMModule/Module.php b/src/DoctrineMongoODMModule/Module.php index <HASH>..<HASH> 100644 --- a/src/DoctrineMongoODMModule/Module.php +++ b/src/DoctrineMongoODMModule/Module.php @@ -89,7 +89,7 @@ class Module implements new \Doctrine\ODM\MongoDB\Tools\Console\Command\Schema\Dro...
Don't need the '&' there since the commands are references
doctrine_DoctrineMongoODMModule
train
657b9dc01860c61a6d24c2e1ea2ee13013cab4d1
diff --git a/externs/olx.js b/externs/olx.js index <HASH>..<HASH> 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2366,7 +2366,7 @@ olx.interaction.DragRotateOptions.prototype.duration; /** * @typedef {{condition: (ol.events.ConditionType|undefined), * duration: (number|undefined), - * style: ol.style...
Fix 'Shift' DragZoom in default interactions, use zoomDuration This fix allows the DragZoom interaction created in the default interactions to use the zoom duration defined in the options, if set.
openlayers_openlayers
train
535688986f245f458f7f53adee7702feda558933
diff --git a/dbaas_zabbix/provider.py b/dbaas_zabbix/provider.py index <HASH>..<HASH> 100755 --- a/dbaas_zabbix/provider.py +++ b/dbaas_zabbix/provider.py @@ -10,7 +10,7 @@ def set_client_group(attribute): def decorator(method): def wrapper(*args, **kwargs): self = args[0] - kwargs...
Fixing tests with python <I>
globocom_dbaas-zabbix
train
d2e189361ab6c6f72012479a9388b6520a9e05a8
diff --git a/json2html/jsonconv.py b/json2html/jsonconv.py index <HASH>..<HASH> 100644 --- a/json2html/jsonconv.py +++ b/json2html/jsonconv.py @@ -58,15 +58,23 @@ class JSON: return None return column_headers + #ordered_json needs to be a dict def iterJson(self,ordered_json): - def markupForListEntry(entr...
fixed a bug that would lead to lists within new multicolumn tables to not be displayed, unified markup code, improved error behavior -> removed try/except code in htmlConvertor that before would almost always blow up and hide any previous exceptions, instead added some safety to markup code
softvar_json2html
train
7f6622fffa5104ba48a185864be6a514bbff3ca5
diff --git a/src/main/java/com/onelogin/sdk/util/Constants.java b/src/main/java/com/onelogin/sdk/util/Constants.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/onelogin/sdk/util/Constants.java +++ b/src/main/java/com/onelogin/sdk/util/Constants.java @@ -11,7 +11,7 @@ public final class Constants { // Oauth2 ...
Fix Revoke Token method. URL was wrong
onelogin_onelogin-java-sdk
train
1f4936e5b5ef96b218a19463d3e606bfabc7512a
diff --git a/fermipy/diffuse/source_factory.py b/fermipy/diffuse/source_factory.py index <HASH>..<HASH> 100644 --- a/fermipy/diffuse/source_factory.py +++ b/fermipy/diffuse/source_factory.py @@ -187,6 +187,8 @@ class SourceFactory(object): return catalog.Catalog4FGLP(fitsfile=catalog_file, extdir=catalog_e...
Add 4FGL-DR2 in one more spot (#<I>)
fermiPy_fermipy
train
6b0ccfe7a2fae432078eb086b797400ace99a59b
diff --git a/javalang/parser.py b/javalang/parser.py index <HASH>..<HASH> 100644 --- a/javalang/parser.py +++ b/javalang/parser.py @@ -4,7 +4,7 @@ from . import util from . import tree from .tokenizer import ( EndOfInput, Keyword, Modifier, BasicType, Identifier, - Annotation, Literal, Operator, JavaToken, Me...
As per review feedback remove MethodReference and move it ('::') in as an Operator.
c2nes_javalang
train
fa6aa7900b85d875d0340da539478d80fa619b9d
diff --git a/rwslib/rws_requests/__init__.py b/rwslib/rws_requests/__init__.py index <HASH>..<HASH> 100644 --- a/rwslib/rws_requests/__init__.py +++ b/rwslib/rws_requests/__init__.py @@ -376,7 +376,7 @@ class PostDataRequest(RWSAuthorizedPostRequest): class ODMDatasetBase(RWSAuthorizedGetRequest): KNOWN_QUERY_O...
Added 'start' as a KNOWN_QUERY_OPTIONS in ODMDatasetBase
mdsol_rwslib
train
a4949eee833de28588e2f7a527e7f19faa787bfb
diff --git a/src/ox_modules/module-web.js b/src/ox_modules/module-web.js index <HASH>..<HASH> 100644 --- a/src/ox_modules/module-web.js +++ b/src/ox_modules/module-web.js @@ -601,7 +601,7 @@ export default class WebModule extends WebDriverModule { * 8. loadEventStart - The browser have finished loa...
OI-<I> load and visual time not shown/recorded (#<I>)
oxygenhq_oxygen
train
96ba10a7f00297d723339b8826f996c492fbbdd1
diff --git a/mediadecoder/soundrenderers/sounddevicerenderer.py b/mediadecoder/soundrenderers/sounddevicerenderer.py index <HASH>..<HASH> 100644 --- a/mediadecoder/soundrenderers/sounddevicerenderer.py +++ b/mediadecoder/soundrenderers/sounddevicerenderer.py @@ -32,13 +32,13 @@ class SoundrendererSounddevice(SoundRende...
sounddevice gives sound, but very distorted
dschreij_python-mediadecoder
train
581a699c3b479761af81917a6b29b32fb869000e
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -264,6 +264,7 @@ export function logWarn() { if (debugTurnedOn() && consoleWarnExists) { console.warn.apply(console, decorateLog(arguments, 'WARNING:')); } + events.emit(CONSTANTS.EVENTS.AUCTION_DEB...
Trigger AUCTION_DEBUG from utils.logWarn with type set to WARNING (#<I>) * added support for pubcommon, digitrust, id5id * added support for IdentityLink * changed the source for id5 * added unit test cases * changed source param for identityLink * emit AUCTION_DEBUG for logWarn with type WARNING * f...
prebid_Prebid.js
train
7632e88ab04fda9b712eab68a3e709484221ef44
diff --git a/bulbs/content/managers.py b/bulbs/content/managers.py index <HASH>..<HASH> 100644 --- a/bulbs/content/managers.py +++ b/bulbs/content/managers.py @@ -43,6 +43,7 @@ class ContentManager(PolymorphicManager, IndexableManager): Instant articles are configured via FeatureType. FeatureType.instant_artic...
Cherry picking sort order change from <I>.x-release
theonion_django-bulbs
train
cbe44df1dfde896752612184e4975d54e163ac8e
diff --git a/lib/puppet/version.rb b/lib/puppet/version.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/version.rb +++ b/lib/puppet/version.rb @@ -7,7 +7,7 @@ module Puppet - PUPPETVERSION = '3.3.0-rc2' + PUPPETVERSION = '3.3.0-rc3' ## # version is a public API method intended to always provide a fast an...
(packaging) Update PUPPETVERSION for <I>-rc3
puppetlabs_puppet
train
37c32191040a82710c7391f187f9cf4cd0cfe860
diff --git a/eemeter/meter/helpers.py b/eemeter/meter/helpers.py index <HASH>..<HASH> 100644 --- a/eemeter/meter/helpers.py +++ b/eemeter/meter/helpers.py @@ -50,6 +50,7 @@ class PrePost(MeterBase): Date of retrofit start. "ost" data will include consumptions which begin after or on this date....
docstrings for helper methods
openeemeter_eemeter
train
fd2a22bd56cf5be346f839c4f60f798279979777
diff --git a/tests/Doctrine/Tests/ORM/Functional/HydrationCacheTest.php b/tests/Doctrine/Tests/ORM/Functional/HydrationCacheTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/Functional/HydrationCacheTest.php +++ b/tests/Doctrine/Tests/ORM/Functional/HydrationCacheTest.php @@ -32,31 +32,41 @@ class Hyd...
[DDC-<I>] Add test with explicit cache key.
doctrine_orm
train
f52a109b6667a37bb832970669c5f5f3b2161b2a
diff --git a/src/Native5/Services/Identity/RemoteAuthenticationService.php b/src/Native5/Services/Identity/RemoteAuthenticationService.php index <HASH>..<HASH> 100644 --- a/src/Native5/Services/Identity/RemoteAuthenticationService.php +++ b/src/Native5/Services/Identity/RemoteAuthenticationService.php @@ -72,10 +72,17 ...
Added support for aliases in user identity. * User aliases are now sent back as Principals of a Subject.
native5_native5-sdk-services-php
train
ad0cb75635b6d14159e36f75448bcb53739145da
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Toolium Changelog ================= +v1.1.3 +------ + +*In development* + +- Video download works in Selenium Grid 3 + v1.1.2 ------ diff --git a/toolium/test/test_utils.py b/toolium/t...
Video download works in Selenium Grid 3
Telefonica_toolium
train
9abba2f4beb3ce5f7e90430916c0dbb5d7cbe4e7
diff --git a/js_host/bin.py b/js_host/bin.py index <HASH>..<HASH> 100644 --- a/js_host/bin.py +++ b/js_host/bin.py @@ -67,11 +67,11 @@ def spawn_detached_manager(config_file, status=None): if not manager.is_running(): raise ProcessError('Started {}, but cannot connect'.format(manager.get_name())) - m...
Fixed an issue where manager logs were displayed out of order.
markfinger_python-js-host
train
3f6e66c79fad3f7e47ba8bca05e3d38f7807ec07
diff --git a/katcp/tx/proxy.py b/katcp/tx/proxy.py index <HASH>..<HASH> 100644 --- a/katcp/tx/proxy.py +++ b/katcp/tx/proxy.py @@ -432,7 +432,6 @@ class ProxyKatCP(DeviceServer): device.add_proxy(self) reactor.resolve(device.host).addCallback(really_add_device) - self.sensors def a...
this line was supposed to do something, but it apparenly doesn't do much, remove git-svn-id: <URL>
ska-sa_katcp-python
train
c259675f29707ac3bf864b210b9c76d6adaefdc1
diff --git a/sum.go b/sum.go index <HASH>..<HASH> 100644 --- a/sum.go +++ b/sum.go @@ -23,15 +23,14 @@ func Sum(r io.ReadSeeker) (string, error) { return "", fmt.Errorf("could not seek back to original position: %v", err) } - if string(b[0:4]) == "fLaC" { + switch { + case string(b[0:4]) == "fLaC": return Sum...
Use switch in place of multiple if statements.
dhowden_tag
train
b42bca0b877fc23c6d0ac991a0c7f1a47537e86b
diff --git a/extendmock.py b/extendmock.py index <HASH>..<HASH> 100644 --- a/extendmock.py +++ b/extendmock.py @@ -1,3 +1,5 @@ +# NOTE: merged into moock.py in Mock 0.7 + import inspect from mock import Mock @@ -123,4 +125,8 @@ _all_magics = {} for method in sum([methods.split() for methods in [magic_methods, nume...
Add note to extendmock that all functionality has been merged into Mock <I>.
testing-cabal_mock
train
1326ea14509375236d18d79789800415b3475b49
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -1278,6 +1278,11 @@ class State(object): if chunk['state'] == req_key: found = True reqs[r_state].append(chunk)...
Add the ability to requisite an entore sls formula in a state
saltstack_salt
train
0598737110bc1ee064623ef6efb28d3bf456081a
diff --git a/dist/angular-gettext.js b/dist/angular-gettext.js index <HASH>..<HASH> 100644 --- a/dist/angular-gettext.js +++ b/dist/angular-gettext.js @@ -261,7 +261,7 @@ angular.module('gettext').factory('gettextCatalog', ["gettextPlurals", "gettextF var stringTable = this.strings[language] || {}; ...
extent gettextCatalog to support property 'localeSeparator' and provide to use it with gettextPlurals
rubenv_angular-gettext
train
dcf39eba348a02402bfd63eebde9e2cf2a9cd1cc
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "ext-oci8": "*", - "yajra/laravel-pdo-via-oci8": "~0.12" + "yajra/laravel-pdo-via-oci8": "~1.0" }, "require-dev": { ...
Upgrade Yajra component to <I>
snelg_cakephp-3-oracle
train
ee531831e7476e71ab91b07e78d277c30794f686
diff --git a/src/Traits/Entity/EntityTrait.php b/src/Traits/Entity/EntityTrait.php index <HASH>..<HASH> 100644 --- a/src/Traits/Entity/EntityTrait.php +++ b/src/Traits/Entity/EntityTrait.php @@ -5,6 +5,7 @@ namespace Mindlahus\SymfonyAssets\Traits\Entity; use Doctrine\Common\Persistence\ObjectManager; use Mindlahus\...
Added some Date related methods to EntityTrait
mindlahus_symfony-assets
train
00e9aac287533036c4da60b8dc72e54634ba0cc9
diff --git a/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java b/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java index <HASH>..<HASH> 100755 --- a/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java +++ b/src/main/org/openscience/cdk/atomtype/CDKAtomTypeMatcher.java @@ -143,6 +143,8 ...
Hooked in Gadolinum atom type perception
cdk_cdk
train
6245b36755400dc878850d23b7f26e74611a9fb2
diff --git a/api/api.go b/api/api.go index <HASH>..<HASH> 100644 --- a/api/api.go +++ b/api/api.go @@ -217,7 +217,7 @@ var warningOnce sync.Once func legacyWarning() { warningOnce.Do(func() { - fmt.Fprintln(os.Stderr, "WARNING: Git LFS is using a deprecated API, which will be removed in v1.5.0.") + fmt.Fprintln(...
'smudge --info' is deprecated in favor of 'ls-files'
git-lfs_git-lfs
train
9e12ca47b53cea7dbc3ba3a50eede0bcd707cdeb
diff --git a/client/sections-helper.js b/client/sections-helper.js index <HASH>..<HASH> 100644 --- a/client/sections-helper.js +++ b/client/sections-helper.js @@ -14,7 +14,7 @@ /** * External dependencies */ -import { filter, isEmpty, find } from 'lodash'; +import { find } from 'lodash'; /** * Internal depend...
Section Loader: create separate load and preload functions, avoid double module init (#<I>) Fixes a bug where loading a webpack chunk that's shared by two sections (e.g., `posts-pages`) leads to double initialization of the module for the first section. Also splits the `preload` function into two separate ones (`l...
Automattic_wp-calypso
train
4689b6a67706d6069c6d9faff57ae6a5ad150262
diff --git a/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php b/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php index <HASH>..<HASH> 100644 --- a/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php +++ b/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php @@ -23,12 +23,13 @@ class Swi...
[Typo] Changed DotStuffing to DotEscape Better Name as the DotStuffing is the escaping scheme of smtp, not at all the work-around. Should be less confusing
swiftmailer_swiftmailer
train
0722e1c236276f36a71190df85736b2b5e80c320
diff --git a/syntax/parser.go b/syntax/parser.go index <HASH>..<HASH> 100644 --- a/syntax/parser.go +++ b/syntax/parser.go @@ -766,10 +766,12 @@ func (p *parser) arithmExprBase(ftok Token, fpos Pos, compact bool) ArithmExpr { var x ArithmExpr switch p.tok { case Inc, Dec, Not: - pre := &UnaryArithm{OpPos: p.pos,...
syntax: don't accept invalid let in backquotes If we did, the printer would panic because the AST would be incomplete.
mvdan_sh
train
766456014b64142a05947cc60a331d5d0c590859
diff --git a/gns3server/controller/export_project.py b/gns3server/controller/export_project.py index <HASH>..<HASH> 100644 --- a/gns3server/controller/export_project.py +++ b/gns3server/controller/export_project.py @@ -190,6 +190,5 @@ def _export_images(project, image, z): if os.path.exists(path): ...
Fix export project is looking into the wrong directory Fix #<I>
GNS3_gns3-server
train
17b6e9875d6c2448cdfbf7544cfca9bb1e044554
diff --git a/OpenPNM/Algorithms/__GenericLinearTransport__.py b/OpenPNM/Algorithms/__GenericLinearTransport__.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Algorithms/__GenericLinearTransport__.py +++ b/OpenPNM/Algorithms/__GenericLinearTransport__.py @@ -150,6 +150,8 @@ class GenericLinearTransport(GenericAlgorithm): ...
Added a tiny kludge to transport code. This will be invisible for now, but needs to be incorporated properly eventually
PMEAL_OpenPNM
train
aa6a9185b7e2967b43199cf2e9c66f1d258eb362
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index <HASH>..<HASH> 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -159,19 +159,21 @@ jobs: # Run tests last since it's potentially the slowest step. - name: 'Check: go test -cover (posix)' if: always()...
github: add go test -bench=. and fix benchmarks; increase timeout to <I>s I learnt that benchmarks are not run at all unless -bench is used, thus I hadn't realized they were broken. - Run benchmarks in the CI. - Fix multiple benchmarks. - Increase timeout to <I>s. It now fails often on MacOS workers. They are proba...
maruel_panicparse
train
73e125cec98e8f9fd1058b8aa4792d1d27d965ba
diff --git a/modules/wycs/src/wycs/transforms/VerificationCheck.java b/modules/wycs/src/wycs/transforms/VerificationCheck.java index <HASH>..<HASH> 100644 --- a/modules/wycs/src/wycs/transforms/VerificationCheck.java +++ b/modules/wycs/src/wycs/transforms/VerificationCheck.java @@ -88,23 +88,25 @@ public class Verifica...
WYCS: minor tweaks.
Whiley_WhileyCompiler
train
2bf8a90145a00781bfa5ed398cd3381e3038ff2f
diff --git a/spec/cb/utils/api_spec.rb b/spec/cb/utils/api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cb/utils/api_spec.rb +++ b/spec/cb/utils/api_spec.rb @@ -202,6 +202,55 @@ module Cb end + describe '#make_http_request' do + context ':delete' do + context 'when we have observers' d...
test for make_http_request
careerbuilder_ruby-cb-api
train
103c25a589db6c46eeb07bfcb41a417f5c75f293
diff --git a/test/acceptance/ReactRefresh.test.js b/test/acceptance/ReactRefresh.test.js index <HASH>..<HASH> 100644 --- a/test/acceptance/ReactRefresh.test.js +++ b/test/acceptance/ReactRefresh.test.js @@ -272,7 +272,7 @@ test('cyclic dependencies', async () => { await cleanup() }) -test('logbox: can recover fro...
Skip LogBox tests to fix CI
zeit_next.js
train
944d9ee044050b3ca494cec63bfc2113c3f6aee3
diff --git a/bin/determine-basal.js b/bin/determine-basal.js index <HASH>..<HASH> 100644 --- a/bin/determine-basal.js +++ b/bin/determine-basal.js @@ -108,8 +108,8 @@ if (!module.parent) { // rate required to deliver insulinReq less insulin over 30m: var rate = profile_data.current_bas...
don't reissue temp if existing temp is within <I>U of required
openaps_oref0
train
a4613c3c03dc069fe86b5a10c6f710eb67b39c2b
diff --git a/lib/client/scene.js b/lib/client/scene.js index <HASH>..<HASH> 100644 --- a/lib/client/scene.js +++ b/lib/client/scene.js @@ -355,6 +355,11 @@ Scene.setMethod(function fetch(href, options, callback) { url.param('htop', ~~Blast.performanceNow()); } + if (!options.headers) { + options.headers = {}; +...
Add the scene_id to the headers of new requests
skerit_hawkejs
train
65049caa974d62ece2de0d0f5f3a4027506a5480
diff --git a/pyqode/core/widgets/splittable_tab_widget.py b/pyqode/core/widgets/splittable_tab_widget.py index <HASH>..<HASH> 100644 --- a/pyqode/core/widgets/splittable_tab_widget.py +++ b/pyqode/core/widgets/splittable_tab_widget.py @@ -320,6 +320,10 @@ class BaseTabWidget(QtWidgets.QTabWidget): self...
TabWidget: improve close actions Hide actions that cannot be performed (generalize this to "close others" and "close all" actions).
pyQode_pyqode.core
train
e7b3480544d89b7969b8352fe601ba8f7f8f073e
diff --git a/lib/commands/actions.js b/lib/commands/actions.js index <HASH>..<HASH> 100644 --- a/lib/commands/actions.js +++ b/lib/commands/actions.js @@ -6,19 +6,9 @@ const swipeStepsPerSec = 28; let commands = {}, helpers = {}, extensions = {}; -commands.swipe = async function (startX, startY, endX, endY, durati...
Updated swipe method to used the android-driver swipeOpts
appium_appium-uiautomator2-driver
train
a143d18132d0a509db6b3458080b49c5f508fdd6
diff --git a/src/Command/Environment/EnvironmentSqlCommand.php b/src/Command/Environment/EnvironmentSqlCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Environment/EnvironmentSqlCommand.php +++ b/src/Command/Environment/EnvironmentSqlCommand.php @@ -44,18 +44,20 @@ class EnvironmentSqlCommand extends CommandBa...
Fixed broken environment:sql command on PostgreSQL databases. (#<I>)
platformsh_platformsh-cli
train
a59a9d256bfe47888ab553befd6ae28d879ad28b
diff --git a/example/point-light-shadow.js b/example/point-light-shadow.js index <HASH>..<HASH> 100644 --- a/example/point-light-shadow.js +++ b/example/point-light-shadow.js @@ -289,9 +289,10 @@ regl.frame(({ tick }) => { globalScope(() => { drawDepth(6, () => { + regl.clear({ depth: 1 }) drawMes...
Fix depth write failure on shadow cubemap generation Ensure the depth map is cleared between generating the different faces of the cubemap. If this isnt done, only the first face will have accurate values.
regl-project_regl
train
34066887eb42ba5fbcce0efeabeb26335be9a468
diff --git a/tools/iotools.go b/tools/iotools.go index <HASH>..<HASH> 100644 --- a/tools/iotools.go +++ b/tools/iotools.go @@ -98,10 +98,16 @@ func NewRetriableReader(r io.Reader) io.Reader { func (r *RetriableReader) Read(b []byte) (int, error) { n, err := r.reader.Read(b) - // EOF is a successful response as it ...
tools: ensure Retriable errors are wrapped only once
git-lfs_git-lfs
train
57cc3d9cdc5ad03d9abe4687b8acc49dc6f27738
diff --git a/src/pusher.js b/src/pusher.js index <HASH>..<HASH> 100644 --- a/src/pusher.js +++ b/src/pusher.js @@ -73,9 +73,9 @@ Pusher.prototype = { subscribeAll: function() { var channel; - for (channel in this.channels.channels) { - if (this.channels.channels.hasOwnProperty(channel)) { - thi...
On resubscribe after dropped conn, use options used on previous subscription.
pusher_pusher-js
train
23a96727c59e983359924a2f9a62df6a085a006f
diff --git a/tests/test_georaster.py b/tests/test_georaster.py index <HASH>..<HASH> 100644 --- a/tests/test_georaster.py +++ b/tests/test_georaster.py @@ -138,7 +138,7 @@ def test_copy_with(): def test_resize(): - resampling_modes = [m for m in dir(Resampling) if not callable(getattr(Resampling, m)) and not m.s...
Simplify getting resampling modes
satellogic_telluric
train
527297aef62d76657333e77d187805c139c466e3
diff --git a/TYPO3.Fluid/Tests/Unit/ViewHelpers/Format/UrlencodeViewHelperTest.php b/TYPO3.Fluid/Tests/Unit/ViewHelpers/Format/UrlencodeViewHelperTest.php index <HASH>..<HASH> 100644 --- a/TYPO3.Fluid/Tests/Unit/ViewHelpers/Format/UrlencodeViewHelperTest.php +++ b/TYPO3.Fluid/Tests/Unit/ViewHelpers/Format/UrlencodeView...
BUGFIX: Fix wrong classname in UrlencodeViewHelperTest
neos_flow-development-collection
train
2527463981de3077055a5507233f3c99b042e114
diff --git a/src/main/java/org/jamesframework/ext/problems/objectives/WeightedMultiObjective.java b/src/main/java/org/jamesframework/ext/problems/objectives/WeightedMultiObjective.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jamesframework/ext/problems/objectives/WeightedMultiObjective.java +++ b/src/main/j...
compile with -Xlint:unchecked and fixed unchecked/unsafe operations in tests
hdbeukel_james-extensions
train
e77f38e2ae648683dcd76cf0874cd183166d520f
diff --git a/benchexec/tools/cpachecker.py b/benchexec/tools/cpachecker.py index <HASH>..<HASH> 100644 --- a/benchexec/tools/cpachecker.py +++ b/benchexec/tools/cpachecker.py @@ -89,7 +89,11 @@ class Tool(benchexec.tools.template.BaseTool): return line.strip() def name(self): - return 'CPAchecker...
Get tool name from executable, instead of having it hard-coded in the tool-info module; fixes #<I>
sosy-lab_benchexec
train
e133699b1cb5c5ef3f323d085605d9584de232f8
diff --git a/src/Models/AbstractModel.php b/src/Models/AbstractModel.php index <HASH>..<HASH> 100644 --- a/src/Models/AbstractModel.php +++ b/src/Models/AbstractModel.php @@ -617,9 +617,13 @@ abstract class AbstractModel */ public function createAttribute($attribute, $value) { - $add = [$attribut...
Make sure the record exists before allowing the creation and deleting of attributes
Adldap2_Adldap2
train
d94d2584e37854e4a59a94ec0119987b011d4e8f
diff --git a/framework/messages/ru/yii.php b/framework/messages/ru/yii.php index <HASH>..<HASH> 100644 --- a/framework/messages/ru/yii.php +++ b/framework/messages/ru/yii.php @@ -92,12 +92,12 @@ return [ '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Значен...
Fix Russian messages (#<I>) [skip ci]
yiisoft_yii-core
train
6917efabc40949ae07cca6a39a712f7d5e387b17
diff --git a/python/ray/autoscaler/kubernetes/node_provider.py b/python/ray/autoscaler/kubernetes/node_provider.py index <HASH>..<HASH> 100644 --- a/python/ray/autoscaler/kubernetes/node_provider.py +++ b/python/ray/autoscaler/kubernetes/node_provider.py @@ -177,4 +177,7 @@ def _add_service_name_to_service_port(spec, s...
[k8s] Replace k8s service name everywhere in ingress manifest (#<I>)
ray-project_ray
train
497ecaf930cdc7f102095c8cc0bd57ea79f5e8a5
diff --git a/features/step_definitions/widget_finding.rb b/features/step_definitions/widget_finding.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/widget_finding.rb +++ b/features/step_definitions/widget_finding.rb @@ -32,3 +32,11 @@ end Then(/^we will get an instance of the widget$/) do expect(@thr...
[widgets] Wrap some capybara exceptions.
mojotech_capybara-ui
train
457672e0f9eb97a0e06808c23b974f2c19c87f69
diff --git a/java/client/test/org/openqa/selenium/testing/JUnit4TestBase.java b/java/client/test/org/openqa/selenium/testing/JUnit4TestBase.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/testing/JUnit4TestBase.java +++ b/java/client/test/org/openqa/selenium/testing/JUnit4TestBase.java @@ -3...
DanielWagnerHall: L'et's try this Sauce-recovery again. Where exceptions are actually exposed. r<I>
SeleniumHQ_selenium
train
7bafd09417b90739ae71ff67efe3478010359b24
diff --git a/pycbc/results/table.py b/pycbc/results/table.py index <HASH>..<HASH> 100644 --- a/pycbc/results/table.py +++ b/pycbc/results/table.py @@ -1,3 +1,28 @@ +# Copyright (C) 2014 Alex Nitz +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public L...
add some description in table.py
gwastro_pycbc
train
f81e3050333e383b972104c5484305153f875087
diff --git a/Class/Session/Session.class.php b/Class/Session/Session.class.php index <HASH>..<HASH> 100644 --- a/Class/Session/Session.class.php +++ b/Class/Session/Session.class.php @@ -44,6 +44,51 @@ public static function check($ns) { return self::exists($ns); } +public static function push($ns, $data) { + $exi...
Implement push/pop/unshift/shift methods. Closes #<I>. Warning! Existing functionality mimicked "push" within "set". Using set is not <I>% explicit - session will set to the data provided, without pushing anything extra.
PhpGt_WebEngine
train
9d982d6e1e5782ad7577a07de2c2f7dcc5a0bfb5
diff --git a/lib/MagiumConfigurationFactory.php b/lib/MagiumConfigurationFactory.php index <HASH>..<HASH> 100644 --- a/lib/MagiumConfigurationFactory.php +++ b/lib/MagiumConfigurationFactory.php @@ -74,7 +74,7 @@ class MagiumConfigurationFactory implements MagiumConfigurationFactoryInterface // Get rid...
Updated to make Scrutinizer complain less
magium_configuration-manager
train
547c6e0eb2fc5cae86e9bcaa0730100322e11c92
diff --git a/kairos/__init__.py b/kairos/__init__.py index <HASH>..<HASH> 100644 --- a/kairos/__init__.py +++ b/kairos/__init__.py @@ -3,6 +3,6 @@ Copyright (c) 2012, Agora Games, LLC All rights reserved. https://github.com/agoragames/kairos/blob/master/LICENSE.txt ''' -VERSION = "0.0.6" +__version__ = "0.0.6" f...
fix setup.py (importing kairos before dependencies installed), move VERSION to __version__ (pep <I>)
agoragames_kairos
train
977c0ee64048ee1d709b49abf4e924e564a82c00
diff --git a/pkg/synthetictests/apiserver.go b/pkg/synthetictests/apiserver.go index <HASH>..<HASH> 100644 --- a/pkg/synthetictests/apiserver.go +++ b/pkg/synthetictests/apiserver.go @@ -94,3 +94,81 @@ func testPodNodeNameIsImmutable(events monitorapi.Intervals) []*junitapi.JUnitTe }, }} } + +func testMultipleSin...
add test to catch single second disruption patterns
openshift_origin
train
af7016364a43077fe16a085000468c9ff3b89353
diff --git a/src/Image.php b/src/Image.php index <HASH>..<HASH> 100644 --- a/src/Image.php +++ b/src/Image.php @@ -411,7 +411,7 @@ class Image implements LoggerAwareInterface if ($createNew) { // @codeCoverageIgnoreStart - $new = new Image($handle); + $new = new static($handle); return $new; @@ -7...
Changing New Image to New static This allows extending the image class, and getting the correct class when extending
joomla-framework_image
train
8ee7b13fc2b4d38f1e5b7807a9c4e7cdbf8f0ff4
diff --git a/greenhouse/utils.py b/greenhouse/utils.py index <HASH>..<HASH> 100644 --- a/greenhouse/utils.py +++ b/greenhouse/utils.py @@ -272,10 +272,10 @@ class Semaphore(object): def release(self): "release or increment the semaphore" - if self._value or not self._waiters: - self._v...
make a method's logic clearer
teepark_greenhouse
train
c9b279a5a814775580f86237adc85728eb013120
diff --git a/src/Youtube.php b/src/Youtube.php index <HASH>..<HASH> 100644 --- a/src/Youtube.php +++ b/src/Youtube.php @@ -22,7 +22,7 @@ class Youtube extends AbstractInfo implements VideoContract 'id' => $id, ]; try { - $response = $client->re quest('GET', static::$endpoint, c...
typo (again) ;-(
mrofi_video-info
train
22a46b3a66007f558c9bd10f9df2d3baa6f3daba
diff --git a/core/lxdprofile/status.go b/core/lxdprofile/status.go index <HASH>..<HASH> 100644 --- a/core/lxdprofile/status.go +++ b/core/lxdprofile/status.go @@ -24,6 +24,9 @@ const ( // ErrorStatus defines when the lxd profile is in an error state ErrorStatus = "Error" + + // NotSupportedStatus defines when a m...
add NotSupportedStatus and add it to the FinishedStatus check. related unit tests updated as well.
juju_juju
train
47a92866863ebb14cf1a72aab1dc3b0e07a217cd
diff --git a/salt/modules/logadm.py b/salt/modules/logadm.py index <HASH>..<HASH> 100644 --- a/salt/modules/logadm.py +++ b/salt/modules/logadm.py @@ -81,7 +81,7 @@ def rotate(name, if pattern: command += " {0}".format(pattern) - result = __salt__['cmd.run_all'](command) + result = __salt__['cmd.r...
migrate logadm to new shellisms
saltstack_salt
train
05c7526a3b75e0c16408cbf712894b697d6e4bdb
diff --git a/integration/shared/isolated/set_org_role_command_test.go b/integration/shared/isolated/set_org_role_command_test.go index <HASH>..<HASH> 100644 --- a/integration/shared/isolated/set_org_role_command_test.go +++ b/integration/shared/isolated/set_org_role_command_test.go @@ -58,6 +58,24 @@ var _ = Describe("...
Test behavior of set-org-role when role is invalid [Finishes #<I>]
cloudfoundry_cli
train
e4a6b9112f20d5316d2fde3f01819511dac6de33
diff --git a/resources/lang/uk-UA/forms.php b/resources/lang/uk-UA/forms.php index <HASH>..<HASH> 100644 --- a/resources/lang/uk-UA/forms.php +++ b/resources/lang/uk-UA/forms.php @@ -54,6 +54,7 @@ return [ 'message-help' => 'Ви також можете використовувати Markdown.', 'occurred_at' => 'Ко...
New translations forms.php (Ukrainian)
CachetHQ_Cachet
train
ad39e4937b02469abadfe063281ee8b90f84d870
diff --git a/src/python/pants/backend/java/lint/google_java_format/rules.py b/src/python/pants/backend/java/lint/google_java_format/rules.py index <HASH>..<HASH> 100644 --- a/src/python/pants/backend/java/lint/google_java_format/rules.py +++ b/src/python/pants/backend/java/lint/google_java_format/rules.py @@ -115,7 +11...
[internal] java: change phrasing of `fmt` description (#<I>) Switch `against` to `on` in Java `fmt` description. [ci skip-rust]
pantsbuild_pants
train
b104da3ffe0cd8ef00e28c9f0dc87a384db0d17f
diff --git a/beprof/curve.py b/beprof/curve.py index <HASH>..<HASH> 100644 --- a/beprof/curve.py +++ b/beprof/curve.py @@ -31,8 +31,12 @@ class Curve(np.ndarray): Has additional field - info. """ - def __new__(cls, input_array): + def __new__(cls, input_array, **meta): obj = np.asarray(input_...
Update curve.py Added metadata to Curve class, provided passing informations in change_domain function by using __dict__
DataMedSci_beprof
train
80e8578b4652e7d9d4f7a77c38636476431e6ef6
diff --git a/tsfresh/__init__.py b/tsfresh/__init__.py index <HASH>..<HASH> 100644 --- a/tsfresh/__init__.py +++ b/tsfresh/__init__.py @@ -18,6 +18,18 @@ except: __version__ = 'unknown' +# Set default logging handler to avoid "No handler found" warnings. +import logging +try: # Python 2.7+ + from logging i...
Fix for issue <I> - no handler warning (#<I>) * Fix for issue <I> - no handler warning * added basic logging to extract_features
blue-yonder_tsfresh
train
700e328e608ba6a0cc6c0a24dcd4db287b6fc485
diff --git a/tests/src/Discovery/AnnotatedPluginDiscoveryTest.php b/tests/src/Discovery/AnnotatedPluginDiscoveryTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Discovery/AnnotatedPluginDiscoveryTest.php +++ b/tests/src/Discovery/AnnotatedPluginDiscoveryTest.php @@ -13,6 +13,12 @@ use EclipseGc\PluginAnnotation\Dis...
adding @covers comments and removing the debug statement.
EclipseGc_PluginsAnnotation
train
806b9f332efe86926d26861e64b528e4c6ce1cd6
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java b/flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaRpcActor.java +++ b/flink-runtime/src/main/ja...
[FLINK-<I>][rpc] Log if RpcEndpoint failed its termination In order to not swallow the failure reason of failed RpcEndpoints, we are now logging the cause of a RpcEndpoint failure.
apache_flink
train
c6baffbe56bfe00ba61839d2463060a1250ab0df
diff --git a/cmd/juju/status/status_test.go b/cmd/juju/status/status_test.go index <HASH>..<HASH> 100644 --- a/cmd/juju/status/status_test.go +++ b/cmd/juju/status/status_test.go @@ -4,6 +4,7 @@ package status import ( + "bufio" "bytes" "encoding/json" "fmt" @@ -3470,20 +3471,12 @@ func (s *StatusSuite) TestF...
Fix newly-landed test that this branch broke I hadn't rebased this branch onto master, so I hadn't seen that this new test was broken by the new version column.
juju_juju
train
497214eb992c32ae8dbc242b730be8672e160759
diff --git a/src/GeoDataCollection.js b/src/GeoDataCollection.js index <HASH>..<HASH> 100644 --- a/src/GeoDataCollection.js +++ b/src/GeoDataCollection.js @@ -887,6 +887,7 @@ GeoDataCollection.prototype._viewMap = function(request, layer) { }); } layer.primitive = this.imageryLayersCollec...
Set initial translucency to <I>%.
TerriaJS_terriajs
train
0e2bb59dbaf7950dd370ebdbbdb60527b5b2ce44
diff --git a/lib/openapi3_parser/context.rb b/lib/openapi3_parser/context.rb index <HASH>..<HASH> 100644 --- a/lib/openapi3_parser/context.rb +++ b/lib/openapi3_parser/context.rb @@ -38,6 +38,18 @@ module Openapi3Parser referenced_by: pc.referenced_by) end + # Convert a context into one that knows ...
Means to specify a context is a reference This will allow us to use this field for performing slightly different logic whether or not the field is a reference or not.
kevindew_openapi3_parser
train
76aaf80a3be822a9f9483010d878af8f4d946bed
diff --git a/bin/mastarm-build b/bin/mastarm-build index <HASH>..<HASH> 100755 --- a/bin/mastarm-build +++ b/bin/mastarm-build @@ -19,6 +19,7 @@ commander .option('-e, --env <environment>', 'Environment to use.') .option('-F, --flyle', 'Cache and serve tiles.') .option('-m, --minify', 'Minify built files.') + ...
feat(browserify): Create instrument flag for builds
conveyal_mastarm
train
dc5d1473159bd835998ddfa9c75e022250e9188e
diff --git a/plexapi/base.py b/plexapi/base.py index <HASH>..<HASH> 100644 --- a/plexapi/base.py +++ b/plexapi/base.py @@ -457,9 +457,16 @@ class PlexPartialObject(PlexObject): data = self._server.query(key, method=self._server._session.get) return self.findItems(data) - def fixMatch(self, search...
update fixMatch to allow for auto fixmatch auto will select the first searchResult from matches
pkkid_python-plexapi
train
6b7aa2f0fc2c0e6b9993f8695da7a029f9df6420
diff --git a/src/PhpErrorController.php b/src/PhpErrorController.php index <HASH>..<HASH> 100644 --- a/src/PhpErrorController.php +++ b/src/PhpErrorController.php @@ -23,6 +23,8 @@ use Inpsyde\Wonolog\Data\Log; */ class PhpErrorController { + const CHANNEL = Channels::PHP_ERROR; + private static $errors_level_ma...
Do not dump global vars in context of PhpErrorController See #5
inpsyde_Wonolog
train
fc0a18afa9b8e800b56986f9d7f68d09889da7e4
diff --git a/test/host/web_config.js b/test/host/web_config.js index <HASH>..<HASH> 100644 --- a/test/host/web_config.js +++ b/test/host/web_config.js @@ -50,6 +50,8 @@ module.exports = function (browserType, urlParameters) { handler(result, parameters); } else if (0 === arg.indexOf("legacy/")) { ...
Flavor testing for browsers (#<I>)
ArnaudBuchholz_gpf-js
train
d8f81f882d9694f206bce7410d33a00dec01d1be
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/typing/AbstractTypeProvider.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/typing/AbstractTypeProvider.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/typing/AbstractTypeProvider.java +++ b/plugins/org.eclipse.xt...
[Xbase] convert primitives to wrapper and arrays to lists
eclipse_xtext-core
train
74ada6dd5170dac444b7285ab216988343cec4e9
diff --git a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java b/flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java index <HASH>..<HASH> 100755 --- a/flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java +++ b/flink-yarn/src/main/java/org/apache/flink/yarn/Ya...
[hotfix][yarn] Code clean-up in YarnResourceManager.
apache_flink
train
9a4d708a695686c9348bf540c81dae4cc73714ff
diff --git a/cmd/juju/main_test.go b/cmd/juju/main_test.go index <HASH>..<HASH> 100644 --- a/cmd/juju/main_test.go +++ b/cmd/juju/main_test.go @@ -69,6 +69,11 @@ var runMainTests = []struct { code: 0, out: strings.TrimLeft(helpBasics, "\n"), }, { + summary: "juju help foo doesn't exist", + args: []s...
Add more tests for help topics and unknown topic
juju_juju
train
5715a2af8403743acf04de4418b2829149ed22ec
diff --git a/src/carousel/Carousel.js b/src/carousel/Carousel.js index <HASH>..<HASH> 100644 --- a/src/carousel/Carousel.js +++ b/src/carousel/Carousel.js @@ -126,7 +126,7 @@ export default class Carousel extends Component { this._scrollOffsetRef = null; this._onScrollTriggered = true; // used when mo...
feat: add accessibilityLabel to Pagination
archriss_react-native-snap-carousel
train
108e8c0364aba510ef9eea1b8d616a4c4df1d3ca
diff --git a/client/src/main/java/net/kuujo/copycat/raft/state/RaftClientState.java b/client/src/main/java/net/kuujo/copycat/raft/state/RaftClientState.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/net/kuujo/copycat/raft/state/RaftClientState.java +++ b/client/src/main/java/net/kuujo/copycat/raft/state/Ra...
Add member/connection ID to RegisterRequest.
atomix_atomix
train
8baba5f13ea67f62d78318490f833e43c9674664
diff --git a/railties/lib/rails/deprecation.rb b/railties/lib/rails/deprecation.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/deprecation.rb +++ b/railties/lib/rails/deprecation.rb @@ -17,11 +17,17 @@ module Rails def method_missing(meth, *args, &block) ActiveSupport::Deprecation.warn("#{@old} is ...
Fix a subtle bug involving RAILS_ROOT
rails_rails
train
4d28377c3327146d0cdd8f1961763de4ce850be1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,7 @@ function makeKeyboard(elm) { var args = [down,up,blur]; this.id = cuid(); // Ignore starting values here - this.value = NList.Nil + this.value = NList.Nil; this.kids = []; va...
Fix jshint compliance around usage of semicolons
Raynos_frp-keyboard
train
a306fc47eff840ed23afdf7e91eea8824bad3564
diff --git a/elytron/src/test/java/org/wildfly/extension/elytron/KeyStoresTestCase.java b/elytron/src/test/java/org/wildfly/extension/elytron/KeyStoresTestCase.java index <HASH>..<HASH> 100644 --- a/elytron/src/test/java/org/wildfly/extension/elytron/KeyStoresTestCase.java +++ b/elytron/src/test/java/org/wildfly/extens...
[WFCORE-<I>] KeyStoresTestCase fails on IBM Java 8
wildfly_wildfly-core
train
fc3ebc9d43286a02c358d63a453a2b15ffa5752e
diff --git a/blog/header.php b/blog/header.php index <HASH>..<HASH> 100755 --- a/blog/header.php +++ b/blog/header.php @@ -258,12 +258,13 @@ if ($filtertype=='user') { } $currenttab = 'blogs'; +require_once($CFG->dirroot .'/user/tabs.php'); + + /// Layout the whole page as three big columns. print '<table border=...
reversing previous change as it breaks page layout
moodle_moodle
train