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
bbe00414bb9b4ad65b7f685c0bb5bf70d6bd33de
diff --git a/src/test/java/com/simpligility/maven/plugins/android/SdkTestSupport.java b/src/test/java/com/simpligility/maven/plugins/android/SdkTestSupport.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/simpligility/maven/plugins/android/SdkTestSupport.java +++ b/src/test/java/com/simpligility/maven/plugins/a...
uppdated to latest <I> SDK tools patch version
simpligility_android-maven-plugin
train
java
d78440f9a9265243736a505a4fd85972611e9692
diff --git a/src/display-layer.js b/src/display-layer.js index <HASH>..<HASH> 100644 --- a/src/display-layer.js +++ b/src/display-layer.js @@ -319,7 +319,7 @@ class DisplayLayer { if (this.isSoftWrapHunk(hunk)) { if (clipDirection === 'backward' && !skipSoftWrapIndentation || clipDire...
Pass clipDirection and skipSoftWrapIndentation to recursive call
atom_text-buffer
train
js
897bd8c2f614165251475b7fd3c5d4ad613199ae
diff --git a/src/gatsby-browser.js b/src/gatsby-browser.js index <HASH>..<HASH> 100644 --- a/src/gatsby-browser.js +++ b/src/gatsby-browser.js @@ -7,7 +7,8 @@ exports.onClientEntry = ( { languages, filename = "search_index.json" } ) => { enhanceLunr(lunr, languages); - fetch(`${__PATH_PREFIX__}/${filename...
Provide Promise-based hook for when lunr is loaded (#<I>) * Provide Promise-based hook for when lunr is loaded Fixes #<I> Enables code like so on the client, which resolves the issue of first page loads not being able to access `window.__LUNR_` ``` window.__LUNR__.loaded.then(lunr => { // Do lunr search h...
humanseelabs_gatsby-plugin-lunr
train
js
b8036e4d2e0bee66985e6973478148f2dccd43d7
diff --git a/src/navigation-instruction.js b/src/navigation-instruction.js index <HASH>..<HASH> 100644 --- a/src/navigation-instruction.js +++ b/src/navigation-instruction.js @@ -167,6 +167,7 @@ export class NavigationInstruction { return this.fragment; } + path = encodeURI(path); return this.frag...
fix(navigation-instruction): incorrect base url extraction Fixes #<I>
aurelia_router
train
js
b651c9ca42d44c8bac5361ae50359ab3184a9b72
diff --git a/Pluralizer.php b/Pluralizer.php index <HASH>..<HASH> 100644 --- a/Pluralizer.php +++ b/Pluralizer.php @@ -193,6 +193,8 @@ class Pluralizer { { if (preg_match($pattern = '/'.$pattern.'$/i', $value)) { + $irregular = static::matchCase($irregular, $value); + return preg_replace($pattern...
Update Pluralizer.php Added a matchCase method to attempt to determine case format and apply it but fallback to default value if not found. Added matchCase to the irregular and inflected return values.
illuminate_support
train
php
b9bdb48e4c2d0de0496b15a035b7d95c326c997e
diff --git a/cloudvolume/skeleton.py b/cloudvolume/skeleton.py index <HASH>..<HASH> 100644 --- a/cloudvolume/skeleton.py +++ b/cloudvolume/skeleton.py @@ -528,7 +528,7 @@ class Skeleton(object): edges = self.edges if self.empty(): - return Skeleton() + return Skeleton(segid=self.id) ef...
fix: preserve segid for empty skeleton consolidation
seung-lab_cloud-volume
train
py
d7e408519d85b6d50b9c4c4e846e2bd1ea693529
diff --git a/lib/test/span.rb b/lib/test/span.rb index <HASH>..<HASH> 100644 --- a/lib/test/span.rb +++ b/lib/test/span.rb @@ -86,6 +86,16 @@ module Test self end + def to_s + "Span(operation_name=#{operation_name}, " + + "in_progress=#{in_progress?}, " + + "tags=#{tags}, " + + ...
Implement human readable to_s for debugging purposes
iaintshine_ruby-test-tracer
train
rb,rb
8659ae2f123cd795de76aafcc667083b44e6caab
diff --git a/src/saml2/config.py b/src/saml2/config.py index <HASH>..<HASH> 100644 --- a/src/saml2/config.py +++ b/src/saml2/config.py @@ -263,6 +263,11 @@ class Config(object): if "local" in metadata_conf: for mdfile in metadata_conf["local"]: metad.import_metadata(open(mdfile).r...
Support raw metadata in the config dict
IdentityPython_pysaml2
train
py
c94688b0e18cf36a8059f52d1b882edac3cd4816
diff --git a/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java b/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/omertron/themoviedbapi/results/WrapperGenericList.java +++ b/src/main/java/com/omertron/themoviedbapi/resul...
WrapperGenericList has dates
Omertron_api-themoviedb
train
java
a8b1db69746f2dfd197897d4bb886e1684358292
diff --git a/src/main/java/com/azcltd/fluffycommons/utils/KeyboardHelper.java b/src/main/java/com/azcltd/fluffycommons/utils/KeyboardHelper.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/azcltd/fluffycommons/utils/KeyboardHelper.java +++ b/src/main/java/com/azcltd/fluffycommons/utils/KeyboardHelper.java @@ -2...
making keyboard listener work with adjustPan
alexvasilkov_AndroidCommons
train
java
9cca5295866ed1f7aab7c08f5bbee209dabd5531
diff --git a/Acl/AclManagerInterface.php b/Acl/AclManagerInterface.php index <HASH>..<HASH> 100644 --- a/Acl/AclManagerInterface.php +++ b/Acl/AclManagerInterface.php @@ -10,7 +10,7 @@ interface AclManagerInterface { public function createSecurityIdentity($identity); - public function createPermissi...
changing method signature on interface, as well
Problematic_ProblematicAclManagerBundle
train
php
f80263463fef636242f24942ee63c4a4663a9d74
diff --git a/actions/class.CommonModule.php b/actions/class.CommonModule.php index <HASH>..<HASH> 100644 --- a/actions/class.CommonModule.php +++ b/actions/class.CommonModule.php @@ -182,6 +182,28 @@ abstract class tao_actions_CommonModule extends Module Context::getInstance()->getResponse()->setContentHeader(...
Added returnReport to commonModule
oat-sa_tao-core
train
php
4901562dd74e995deef0bb4e22a3205695856262
diff --git a/lang/de/moodle.php b/lang/de/moodle.php index <HASH>..<HASH> 100644 --- a/lang/de/moodle.php +++ b/lang/de/moodle.php @@ -362,7 +362,7 @@ $string['frontpageformat'] = 'Format der Eingangsseite'; $string['frontpagenews'] = 'News anzeigen'; $string['fulllistofcourses'] = 'Alle Kurse'; $string['fullname'] ...
FIxed a bug in the definition of fullnamedisplay
moodle_moodle
train
php
1c89ad2b6d39213b3f4f8856785951029c5965d1
diff --git a/paperpress.js b/paperpress.js index <HASH>..<HASH> 100644 --- a/paperpress.js +++ b/paperpress.js @@ -125,24 +125,31 @@ Paperpress.prototype._fileToItem = function (file) { if (frontMatter.test(fileContent)) { var contentData = frontMatter(fileContent) - var attr = contentData.attributes + var dat...
Updates _fileToItem function to relay on defaults - Iterates through attributes from frontMatter and merges to default object. This allows to relay on defaults if the user doesn't set a value - also he could add it's own attributes easily (something that _directoryToItem doesn't allow). - Corrects a couple of st...
Siedrix_paperpress
train
js
3df191698283658e59ccd118d6802a1e073ca344
diff --git a/glitter_news/feeds.py b/glitter_news/feeds.py index <HASH>..<HASH> 100644 --- a/glitter_news/feeds.py +++ b/glitter_news/feeds.py @@ -16,7 +16,7 @@ class NewsFeed(Feed): def items(self): feed_limit = getattr(settings, 'NEWS_FEED_LIMIT', 10) - return Post.objects.published()[:feed_lim...
Don't show news posts from the future
developersociety_django-glitter-news
train
py
4564a804a22b708f8462cb035df1ccaa1eea807f
diff --git a/testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java b/testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/layers/src/test/java/org/jboss/as/test/layers/LayersTestCase.java +++ b/testsuite/layers/src/test/java/org/jb...
[WFLY-<I>] Temporarily mark 'org.jboss.as.security-integration` as an unreferenced module.
wildfly_wildfly
train
java
0c3c50ad0010ba0b2e4074f2e02326f7a35006c6
diff --git a/src/angular-notification-icons.directive.js b/src/angular-notification-icons.directive.js index <HASH>..<HASH> 100644 --- a/src/angular-notification-icons.directive.js +++ b/src/angular-notification-icons.directive.js @@ -26,7 +26,6 @@ }; var handleAnimation = function(animationClass) { - ...
Remove TODO in favor of bug in github.
jacob-meacham_angular-notification-icons
train
js
0299bc32f86018f011c6cfbc624abaf1c8523247
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -35,7 +35,7 @@ return array( 'label' => 'Item core extension', 'description' => 'TAO Items extension', 'license' => 'GPL-2.0', - 'version' => '5.8.1', + 'version' => '5.9.0', 'author' ...
Bumpt to <I>
oat-sa_extension-tao-item
train
php,php
2244597b63063cfdf8554d88b07af22d1475142a
diff --git a/src/main/java/biweekly/util/ListMultimap.java b/src/main/java/biweekly/util/ListMultimap.java index <HASH>..<HASH> 100644 --- a/src/main/java/biweekly/util/ListMultimap.java +++ b/src/main/java/biweekly/util/ListMultimap.java @@ -266,4 +266,22 @@ public class ListMultimap<K, V> implements Iterable<Map.Entr...
Added hashCode() and equals() methods to ListMultimap.
mangstadt_biweekly
train
java
93c83b117d3ac117b810e5e72b7cd6a91b4454ef
diff --git a/geonamescache/__init__.py b/geonamescache/__init__.py index <HASH>..<HASH> 100644 --- a/geonamescache/__init__.py +++ b/geonamescache/__init__.py @@ -39,7 +39,9 @@ class GeonamesCache: def get_countries(self): - return self._load_data(self.countries, 'countries.json') + if self.count...
set cities and countries class properties to avoid unnecessary file operations
yaph_geonamescache
train
py
8afb4804c3f1f2ebda16f2c9126d584f8a3fc42c
diff --git a/application/Espo/ORM/DB/Query/Base.php b/application/Espo/ORM/DB/Query/Base.php index <HASH>..<HASH> 100644 --- a/application/Espo/ORM/DB/Query/Base.php +++ b/application/Espo/ORM/DB/Query/Base.php @@ -1547,7 +1547,9 @@ abstract class Base public function sanitizeSelectAlias($string) { - ...
orm sanitizeSelectAlias fix
espocrm_espocrm
train
php
a9cf9742a060a2e8a871708693cd682cc183328f
diff --git a/socketio/namespace.py b/socketio/namespace.py index <HASH>..<HASH> 100644 --- a/socketio/namespace.py +++ b/socketio/namespace.py @@ -212,7 +212,7 @@ class BaseNamespace(object): pkt['type'] = "json" self.socket.send_packet(pkt) - def emit(self, event, *args, callback=None): + ...
Fix the emit function, which was broken with the *args thing and callback.
abourget_gevent-socketio
train
py
571a3da53677878bf88a814cc7a999ec2205a2e2
diff --git a/lib/mincer.js b/lib/mincer.js index <HASH>..<HASH> 100644 --- a/lib/mincer.js +++ b/lib/mincer.js @@ -61,6 +61,12 @@ Mincer.EjsEngine = require('./mincer/engines/ejs_engine'); /** + * Mincer.HamlCoffeeEngine -> HamlCoffeeEngine + **/ +Mincer.HamlCoffeeEngine = require('./mincer/engines/ham...
Register .hamlc extension with Haml Coffee Engine
nodeca_mincer
train
js
d2006e57e986cc1ae1f41ec4934e229dc21b0afd
diff --git a/src/retrying-fetch.js b/src/retrying-fetch.js index <HASH>..<HASH> 100644 --- a/src/retrying-fetch.js +++ b/src/retrying-fetch.js @@ -31,7 +31,7 @@ export default function retryingFetch (retries, url, config) { const retryDelay = getRetryDelay(config, retriesLeft) if (config.onR...
Rename error to response for onRetry
tiaanduplessis_tenacious-fetch
train
js
7d32c2735a6d1f4468dfd1bc58cc224296e86f3c
diff --git a/util/lua/health_test.go b/util/lua/health_test.go index <HASH>..<HASH> 100644 --- a/util/lua/health_test.go +++ b/util/lua/health_test.go @@ -34,7 +34,7 @@ func getObj(path string) *unstructured.Unstructured { } func TestLuaHealthScript(t *testing.T) { - err := filepath.Walk(".", func(path string, f os...
chore: Correct path to resource_customizations in TestLuaHealthScript (#<I>)
argoproj_argo-cd
train
go
b65680a2d5f624ed528d36f8406f31535555828a
diff --git a/libstring/libstring.go b/libstring/libstring.go index <HASH>..<HASH> 100644 --- a/libstring/libstring.go +++ b/libstring/libstring.go @@ -24,7 +24,12 @@ func RemoteIP(ipLookups []string, forwardedForIndexFromBehind int, r *http.Reque for _, lookup := range ipLookups { if lookup == "RemoteAddr" { - ...
Apparently, it’s possible to receive ipv6 without port.
didip_tollbooth
train
go
50b779faa16600127933af9c1d194b2f253f0fe4
diff --git a/lib/onebox/engine/standard_embed.rb b/lib/onebox/engine/standard_embed.rb index <HASH>..<HASH> 100644 --- a/lib/onebox/engine/standard_embed.rb +++ b/lib/onebox/engine/standard_embed.rb @@ -22,6 +22,7 @@ module Onebox add_oembed_provider /www\.meetup\.com\//, 'http://api.meetup.com/oembed' ad...
FIX: allow hidden but embeddable vimeo videos to display preview Vimeo videos that are embeddable but hidden from Vimeos search do not contain an oembed url, despite this being available. The endpoint is taken from iframely: <URL>
discourse_onebox
train
rb
4c76c40d61fde428bd012b3e559f6212b6d9e76b
diff --git a/lib/rspec_api_documentation/dsl/endpoint.rb b/lib/rspec_api_documentation/dsl/endpoint.rb index <HASH>..<HASH> 100644 --- a/lib/rspec_api_documentation/dsl/endpoint.rb +++ b/lib/rspec_api_documentation/dsl/endpoint.rb @@ -63,11 +63,11 @@ module RspecApiDocumentation::DSL def headers return un...
Clean up the header inject to use |hash, (header, value)|
zipmark_rspec_api_documentation
train
rb
98237a90d67c70fbbb95a0705b90527886c863ce
diff --git a/lib/activeremote/protoable.rb b/lib/activeremote/protoable.rb index <HASH>..<HASH> 100644 --- a/lib/activeremote/protoable.rb +++ b/lib/activeremote/protoable.rb @@ -112,8 +112,10 @@ module Activeremote end def base64_encoded_value_for_protobuf(attr_key) - value = attributes[attr_key] - { :...
Fix base<I> encode method to only encode when the attribute is present
liveh2o_active_remote
train
rb,rb
3905c4b9b813be2ba768a8929176d082f528e518
diff --git a/src/radical/entk/appman/appmanager.py b/src/radical/entk/appman/appmanager.py index <HASH>..<HASH> 100644 --- a/src/radical/entk/appman/appmanager.py +++ b/src/radical/entk/appman/appmanager.py @@ -117,6 +117,7 @@ class AppManager(object): self._sync_thread = None self._terminate_sync...
type conversion forced for rmq port
radical-cybertools_radical.entk
train
py
170a4e3c02853f762ff019e15477b54de243ef4c
diff --git a/config-servlet/src/main/java/org/ocpsoft/rewrite/servlet/config/Request.java b/config-servlet/src/main/java/org/ocpsoft/rewrite/servlet/config/Request.java index <HASH>..<HASH> 100644 --- a/config-servlet/src/main/java/org/ocpsoft/rewrite/servlet/config/Request.java +++ b/config-servlet/src/main/java/org/o...
Use static methods in Request HttpOperation Currently org.ocpsoft.rewrite.servlet.config.Request is abstract and contains only instance methods. If you want to use this class, you will have to create an (anonymous) instance to invoke its methods. This commit changes the methods within Request to be static.
ocpsoft_rewrite
train
java
bab97881545cfdaa7aaee67fa2eeb1e749577e04
diff --git a/database/behavior/thumbnail.php b/database/behavior/thumbnail.php index <HASH>..<HASH> 100644 --- a/database/behavior/thumbnail.php +++ b/database/behavior/thumbnail.php @@ -58,6 +58,24 @@ class ComFilesDatabaseBehaviorThumbnail extends KDatabaseBehaviorAbstract return $result; } + publi...
re #<I> Re-added thumbnail getter.
joomlatools_joomlatools-framework
train
php
0a70c86f3b5e38d78063b6602cb9adaa7b78c824
diff --git a/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java b/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/qsar/descriptors/molecular/ChiIndexUtils.java +++ b/src/main/org/openscience/cdk/qsar/descri...
Make it compatible with the new UniversalIsomorphismTester.
cdk_cdk
train
java
417d038e587858e4b4ecc26d08018ae12d098e2c
diff --git a/test/formula.test.js b/test/formula.test.js index <HASH>..<HASH> 100644 --- a/test/formula.test.js +++ b/test/formula.test.js @@ -5271,6 +5271,16 @@ test('concat two objects', t => { }) }); +test('concat 3 objects', t => { + var formula = ` + {x: 1, y: 7} || {y: 8, a:9} || {d: 3, y: 9} + `; + evalFor...
concat 3 obects to test left associativity
byteball_ocore
train
js
198431724820c5cea92190dd579cb2057e37602b
diff --git a/src/molecules.py b/src/molecules.py index <HASH>..<HASH> 100644 --- a/src/molecules.py +++ b/src/molecules.py @@ -84,8 +84,11 @@ class Molecule: print >> stream, "%5i" % len(self.numbers) print >> stream for number, coordinate in zip(self.numbers, to_angstrom(self.coordinates)): ...
Added an exception rule for atom type X.
molmod_molmod
train
py
98bace68a0fd4c9c4fef38ad01f41fa33eb99e13
diff --git a/pd.js b/pd.js index <HASH>..<HASH> 100644 --- a/pd.js +++ b/pd.js @@ -1340,7 +1340,7 @@ var PdObjects = { // dsp sample and hold (triggered by a decrease in value) "samphold~": { - "defaultinlets":0, + "defaultinlets":2, "defaultoutlets":1, "description":"Sample left inlet when right ...
Corrected 'defaultinlets' in [samphold~]
sebpiq_WebPd
train
js
ad347e509b1e7a3e7105647a4810402ab59d6300
diff --git a/lib/packer-build.js b/lib/packer-build.js index <HASH>..<HASH> 100644 --- a/lib/packer-build.js +++ b/lib/packer-build.js @@ -50,7 +50,7 @@ function build(cfg) { pkg._nativeDependencies = cfg.packed.nativeDependencies; - cfg.zipname = moduleid + '-commonjs-' + version + '.zip'; + cfg.zipname...
Zipfiles must have lower case names, fixes #<I>
smclab_titaniumifier
train
js
babec95c4bcd9b98701eea3853453108cdd41a38
diff --git a/visidata/pyobj.py b/visidata/pyobj.py index <HASH>..<HASH> 100644 --- a/visidata/pyobj.py +++ b/visidata/pyobj.py @@ -230,7 +230,7 @@ class SheetDict(PythonSheet): self.rows = list(self.source.keys()) def openRow(self, row): - return load_pyobj(joinSheetnames(name, row), source[row])...
[openRow-] fix for dicts
saulpw_visidata
train
py
98b73426b3960699641555e6313c65ee55831183
diff --git a/pyvista/plotting/plotting.py b/pyvista/plotting/plotting.py index <HASH>..<HASH> 100644 --- a/pyvista/plotting/plotting.py +++ b/pyvista/plotting/plotting.py @@ -3848,10 +3848,11 @@ class Plotter(BasePlotter): # Add the shadow renderer to allow us to capture interactions within # a given ...
Fix renderer layers (#<I>)
vtkiorg_vtki
train
py
d8f114a4dbda659a9e34bfd2f24a3adc13a9e260
diff --git a/javamelody-core/src/main/java/net/bull/javamelody/FilterServletOutputStream.java b/javamelody-core/src/main/java/net/bull/javamelody/FilterServletOutputStream.java index <HASH>..<HASH> 100644 --- a/javamelody-core/src/main/java/net/bull/javamelody/FilterServletOutputStream.java +++ b/javamelody-core/src/ma...
issue <I>: do not flush a closed output stream
javamelody_javamelody
train
java
eab0fe62c048834f556492bf180cb78afcf06194
diff --git a/spec/unit/provider/user/solaris_spec.rb b/spec/unit/provider/user/solaris_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/provider/user/solaris_spec.rb +++ b/spec/unit/provider/user/solaris_spec.rb @@ -51,8 +51,6 @@ describe Chef::Provider::User::Solaris do @new_resource.password "hocus-pocus"...
fix more solaris provider lolwut
chef_chef
train
rb
bacf7f6fbbe051fa1a394211842414f44bc8b729
diff --git a/tests/TestCase/ORM/QueryTest.php b/tests/TestCase/ORM/QueryTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/ORM/QueryTest.php +++ b/tests/TestCase/ORM/QueryTest.php @@ -3212,7 +3212,7 @@ class QueryTest extends TestCase ]) ->first(); $this->assertNotEmpty($out, '...
Try to fix appveyor build. SQLServer is returning decimal values with no 0.
cakephp_cakephp
train
php
d958c1b4066e9f971e14d3c19fe3114b6ba834bc
diff --git a/estnltk/layer/span_operations.py b/estnltk/layer/span_operations.py index <HASH>..<HASH> 100644 --- a/estnltk/layer/span_operations.py +++ b/estnltk/layer/span_operations.py @@ -1,4 +1,5 @@ -from estnltk import Span +from typing import Union +from estnltk import Span, EnvelopingSpan, AmbiguousSpan # ...
added equal_support function into span_operations
estnltk_estnltk
train
py
b59464792a2d04eb093a91934bff426a53363484
diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py index <HASH>..<HASH> 100644 --- a/salt/utils/__init__.py +++ b/salt/utils/__init__.py @@ -23,6 +23,12 @@ import time import platform from calendar import month_abbr as months +try: + import fcntl +except ImportError: + # fcntl is not available on wi...
`fcntl` is not available on windows.
saltstack_salt
train
py
2e3bbf0fe0a52dc86d8b1a87200440cef7768126
diff --git a/bin/inline_forms_installer_core.rb b/bin/inline_forms_installer_core.rb index <HASH>..<HASH> 100755 --- a/bin/inline_forms_installer_core.rb +++ b/bin/inline_forms_installer_core.rb @@ -326,7 +326,7 @@ generate "ckeditor:install --orm=active_record --backend=carrierwave" say "- Add ckeditor/config.js to...
ckeditor stuff and smtp settings, use of production credentials
acesuares_inline_forms
train
rb
b1df1cef9573b8a875cc81d80e4ad7bdc8e9ca35
diff --git a/lib/html/proofer.rb b/lib/html/proofer.rb index <HASH>..<HASH> 100644 --- a/lib/html/proofer.rb +++ b/lib/html/proofer.rb @@ -85,6 +85,8 @@ module HTML method = response.request.options[:method] response_code = response.code + logger.debug "Received a #{response_code} for #{href} in #{...
Add a debug statement to the response_handler.
gjtorikian_html-proofer
train
rb
1a38ba816e590e91dfa97f7cd44d378a403f224a
diff --git a/src/test/java/net/time4j/scale/LeapSecondTest.java b/src/test/java/net/time4j/scale/LeapSecondTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/time4j/scale/LeapSecondTest.java +++ b/src/test/java/net/time4j/scale/LeapSecondTest.java @@ -33,8 +33,7 @@ public class LeapSecondTest { ...
splitting registerLeapSecond-methods dependent on sign see issue #<I>
MenoData_Time4J
train
java
89c9bd2042fd81caed6d89d442fd9cbda8ee3ea2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -133,6 +133,12 @@ function isDir(fp, stat) { return true; } + if (stat === null) { + // try to get the directory info if it hasn't been done yet + // to ensure directories containing dots are well handle + ...
Fix the folder name dots issue #5
jonschlinkert_relative
train
js
e4f5ff3151b94363da48ef0836b76ef236c97eba
diff --git a/IPython/html/widgets/interaction.py b/IPython/html/widgets/interaction.py index <HASH>..<HASH> 100644 --- a/IPython/html/widgets/interaction.py +++ b/IPython/html/widgets/interaction.py @@ -20,6 +20,7 @@ except ImportError: from IPython.utils.signatures import signature, Parameter from inspect import...
catch errors at a lower level in interact for cleaner tracebacks in the interact callback than the fallback case
jupyter-widgets_ipywidgets
train
py
b0e00fd4bad58350bafbb0411b94c70979f7d3e1
diff --git a/netty/src/main/java/io/grpc/netty/Utils.java b/netty/src/main/java/io/grpc/netty/Utils.java index <HASH>..<HASH> 100644 --- a/netty/src/main/java/io/grpc/netty/Utils.java +++ b/netty/src/main/java/io/grpc/netty/Utils.java @@ -91,7 +91,7 @@ class Utils { @Override public ByteBufAllocator c...
netty: enable io.grpc.netty.useCustomAllocator by default (#<I>)
grpc_grpc-java
train
java
7c0a6c646219be739db903fc41fc5b77b02818c1
diff --git a/lib/jets/build/traveling_ruby.rb b/lib/jets/build/traveling_ruby.rb index <HASH>..<HASH> 100644 --- a/lib/jets/build/traveling_ruby.rb +++ b/lib/jets/build/traveling_ruby.rb @@ -85,7 +85,7 @@ class Jets::Build Bundler.with_clean_env do success = system( "cd #{Jets.tmp_build} && "...
fix traveling ruby to not bundle the test gems too
tongueroo_jets
train
rb
e88c6c8b4050d6a01fcc14729e634e65a3fc9e82
diff --git a/pycbc/io/hdf.py b/pycbc/io/hdf.py index <HASH>..<HASH> 100644 --- a/pycbc/io/hdf.py +++ b/pycbc/io/hdf.py @@ -437,8 +437,9 @@ class SingleDetTriggers(object): class ForegroundTriggers(object): # FIXME: A lot of this is hardcoded to expect two ifos - def __init__(self, coinc_file, bank_file, sngl...
Make group an option for ForegroundTrigger.
gwastro_pycbc
train
py
a40d7e47c1b84fc62fd8acd679c01c9321736635
diff --git a/tests/pipeline/test_engine.py b/tests/pipeline/test_engine.py index <HASH>..<HASH> 100644 --- a/tests/pipeline/test_engine.py +++ b/tests/pipeline/test_engine.py @@ -39,7 +39,7 @@ from zipline.pipeline.loaders.equity_pricing_loader import ( USEquityPricingLoader, ) from zipline.pipeline.engine impor...
MAINT: Re-export CustomFactor in zipline.pipeline.
quantopian_zipline
train
py,py
da2d14fc2539d8ee770154ad1774ba1f70290454
diff --git a/collab/CollabServer.js b/collab/CollabServer.js index <HASH>..<HASH> 100644 --- a/collab/CollabServer.js +++ b/collab/CollabServer.js @@ -50,8 +50,6 @@ CollabServer.Prototype = function() { this.enter = function(req, res) { var args = req.message; - args.change = this.deserializeChange(msg.cha...
No deserialization needed on Server level.
substance_substance
train
js
7e8479f850433caa2bfeac3ba0b8085b30f192ef
diff --git a/tasks/jenkins.js b/tasks/jenkins.js index <HASH>..<HASH> 100644 --- a/tasks/jenkins.js +++ b/tasks/jenkins.js @@ -307,7 +307,7 @@ module.exports = function(grunt) { grunt.log.error('Plugins mismatched.'); } deferred.resolve(result); - }); + }, logError); return deferred.pr...
no plugins.json makes the verify fail
sghill_grunt-jenkins
train
js
4003faaa8278782ad8c7ccab0b0a7f31b5c7a20b
diff --git a/lib/roar/representer/xml.rb b/lib/roar/representer/xml.rb index <HASH>..<HASH> 100644 --- a/lib/roar/representer/xml.rb +++ b/lib/roar/representer/xml.rb @@ -9,6 +9,7 @@ module Roar # out: * attributes in representer are assigned - either as hash in #to_xml, by calling #serialize(represented), # ...
added notes for abstracting the Hyperlink representer.
trailblazer_roar
train
rb
124b8085bbf5c76dc7086f82725847d419b0084f
diff --git a/src/server/pkg/deploy/cmds/cmds.go b/src/server/pkg/deploy/cmds/cmds.go index <HASH>..<HASH> 100644 --- a/src/server/pkg/deploy/cmds/cmds.go +++ b/src/server/pkg/deploy/cmds/cmds.go @@ -102,6 +102,7 @@ func contextCreate(namePrefix, namespace, serverCert string) error { ClusterName: clusterName, Auth...
Set server cert for new contexts as well
pachyderm_pachyderm
train
go
9fd60a947561a7f3ac990a241146b408d2934990
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -279,6 +279,10 @@ const xrState = (() => { result.depthTex = _makeTypedArray(Uint32Array, 1); result.hidden = _makeTypedArray(Uint32Array, 1); result.fakeVrDisplayEnabled = _makeTypedArray(Uint32Array,...
Add extensions initialization tracking in index.js xrState
exokitxr_exokit
train
js
df1092122a5a1c9a6f552044e651a2706a1432a7
diff --git a/components/vfs/spec/dir_spec.rb b/components/vfs/spec/dir_spec.rb index <HASH>..<HASH> 100644 --- a/components/vfs/spec/dir_spec.rb +++ b/components/vfs/spec/dir_spec.rb @@ -185,6 +185,20 @@ describe "Dir extensions for VFS" do }.should_not raise_error end + it "should mkdir" do + ...
Add disabled spec for TORQUE-<I> This also includes some basic specs around the existing Dir.mkdir functionality.
torquebox_torquebox
train
rb
2904a1020822e0b878695108ead51fd88e01ef05
diff --git a/gwt-material/src/main/java/gwt/material/design/client/base/MaterialWidget.java b/gwt-material/src/main/java/gwt/material/design/client/base/MaterialWidget.java index <HASH>..<HASH> 100644 --- a/gwt-material/src/main/java/gwt/material/design/client/base/MaterialWidget.java +++ b/gwt-material/src/main/java/g...
Revert back the issue on $.wnd is not a function.
GwtMaterialDesign_gwt-material
train
java
b8952af4a29e490e6510e12aff62e05acfa94723
diff --git a/spec/thetvdb_party/baseseriesrecord_spec.rb b/spec/thetvdb_party/baseseriesrecord_spec.rb index <HASH>..<HASH> 100644 --- a/spec/thetvdb_party/baseseriesrecord_spec.rb +++ b/spec/thetvdb_party/baseseriesrecord_spec.rb @@ -12,13 +12,10 @@ describe 'BaseSeriesRecord' do end it "should have valid id i...
Fixed Base Series Record Spec: id renamed to seriesid
couven92_thetvdb_party
train
rb
d23b67737b14474e6e6f6c1b7e6accb98403c108
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -506,7 +506,7 @@ var _ = require('lodash'), }, function (error, result, code) { /*jshint unused:false*/ if (error) { - grunt.fail.f...
output stderror instead of stdout to show detailed errors when spawnCasperJS fails
TryGhost_Ghost
train
js
8ddbe117ad193f57b215a7f1ac80c9589e2098d5
diff --git a/Godeps/_workspace/src/github.com/google/cadvisor/manager/container.go b/Godeps/_workspace/src/github.com/google/cadvisor/manager/container.go index <HASH>..<HASH> 100644 --- a/Godeps/_workspace/src/github.com/google/cadvisor/manager/container.go +++ b/Godeps/_workspace/src/github.com/google/cadvisor/manage...
UPSTREAM: google/cadvisor: <I>: Fix cadvisor bug with advancing clocks
openshift_origin
train
go
1a817d8fbb30db65efa0bfb160e0bb0d8d52ad4e
diff --git a/lib/turn/reporter.rb b/lib/turn/reporter.rb index <HASH>..<HASH> 100644 --- a/lib/turn/reporter.rb +++ b/lib/turn/reporter.rb @@ -105,7 +105,7 @@ module Turn # def naturalized_name(test) if @natural - " #{test.name.gsub("test_", "").gsub(/_/, " ")}" + " #{test.name.gsub("tes...
Dot should be used as ms delimiter.
turn-project_turn
train
rb
ecf4004744f5db8baeceb17eaa57682958b85be5
diff --git a/lib/spritesheet.js b/lib/spritesheet.js index <HASH>..<HASH> 100644 --- a/lib/spritesheet.js +++ b/lib/spritesheet.js @@ -42,8 +42,8 @@ module.exports = function Spritesheet(name, scaledSprites, groupConfig, config, "frame": { "x": data.x, "y": da...
Use correct sprite size in manifest
gluckgames_pixi-packer
train
js
d2d7dd7c9124cb856de6daad67999c2e1b8d9a6f
diff --git a/src/main/org/codehaus/groovy/transform/stc/StaticTypeCheckingSupport.java b/src/main/org/codehaus/groovy/transform/stc/StaticTypeCheckingSupport.java index <HASH>..<HASH> 100644 --- a/src/main/org/codehaus/groovy/transform/stc/StaticTypeCheckingSupport.java +++ b/src/main/org/codehaus/groovy/transform/stc/...
Add a support method for checking whether a type implements or is a subclass of another class
apache_groovy
train
java
d790bb86bd8ea6b7b328a3e3698b5668b1533242
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name='directory_components', - version='4.0.0', + version='3.6.0', url='https://github.com/uktrade/directory-components', license='MIT', ...
New feature is off by default so this is no longer a breaking change
uktrade_directory-components
train
py
cf276e210f7fb226900c67e00a0407d4b028ea68
diff --git a/lib/neo4j/active_node.rb b/lib/neo4j/active_node.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/active_node.rb +++ b/lib/neo4j/active_node.rb @@ -33,8 +33,8 @@ module Neo4j include Neo4j::ActiveNode::Persistence include Neo4j::ActiveNode::Property include Neo4j::ActiveNode::Labels - inclu...
Need to switch order of Validations and Callbacks modules so that valid? calls both run_validations! methods in ActiveModel
neo4jrb_neo4j
train
rb
d091b5b44cb166ef5909477f1d2dcca477238e25
diff --git a/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2DFontTextDrawer.java b/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2DFontTextDrawer.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2DFontTextDrawer.java +++ b/src/main/java/de/rototor/pdf...
Fix for #<I> as provided by @kiwiwings
rototor_pdfbox-graphics2d
train
java
8b5d8ae31c35d9497edcdaa107e2841e8b0ca3ee
diff --git a/lib/rbnacl/encoders/base64.rb b/lib/rbnacl/encoders/base64.rb index <HASH>..<HASH> 100644 --- a/lib/rbnacl/encoders/base64.rb +++ b/lib/rbnacl/encoders/base64.rb @@ -13,7 +13,7 @@ module Crypto # # @return [String] Clunky old base64 def encode(bytes) - [bytes].pack("m0") + ...
Strip base<I> carriage returns This is necessary for Ruby <I> compatibility
crypto-rb_rbnacl
train
rb
d5ce4044b1465e7d79bb16d07b8494267d8b4467
diff --git a/cirq/experiments/qubit_characterizations.py b/cirq/experiments/qubit_characterizations.py index <HASH>..<HASH> 100644 --- a/cirq/experiments/qubit_characterizations.py +++ b/cirq/experiments/qubit_characterizations.py @@ -574,8 +574,10 @@ def _matrix_bar_plot(mat: np.ndarray, ax.set_zlim3d(ylim[0], yl...
Draw ket labels for both real and imaginary parts of density matrix (#<I>)
quantumlib_Cirq
train
py
a516ade0fe668fb37443206a14381d7efcf0b83b
diff --git a/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java b/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java +++ b/core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java @...
Diagnostics in case builds directory is unreadable. A user running <I> reported: java.lang.NullPointerException at hudson.model.RunMap.load(RunMap.java:<I>)
jenkinsci_jenkins
train
java
dac84e0a627fc4846ff65195b0511c037c289d09
diff --git a/test/lib/mean_test.js b/test/lib/mean_test.js index <HASH>..<HASH> 100644 --- a/test/lib/mean_test.js +++ b/test/lib/mean_test.js @@ -65,6 +65,16 @@ describe('mean.js', function() { menus.get().should.be.an.Array.and.have.length(2); //anonymous and all menus.get({roles:['mocha']}).should.be.an.Ar...
menu item for "all" can be specified as null in add_menu as well
linnovate_meanio
train
js
8bb74a03d28d3552414dfb268092257f3136234f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,9 @@ setup( packages=['data_tracking'], keywords='mri dicom nifti', install_requires=[ - 'apache-airflow==1.8.2', + 'apache-airflow==1.9.0', 'pydicom>=0.9.9', - 'sqlalchem...
Update Airflow to <I>
LREN-CHUV_data-tracking
train
py
afd63bf7d56194a6aa5d32483151d71fa0b84f3a
diff --git a/markup/goldmark/codeblocks/render.go b/markup/goldmark/codeblocks/render.go index <HASH>..<HASH> 100644 --- a/markup/goldmark/codeblocks/render.go +++ b/markup/goldmark/codeblocks/render.go @@ -29,15 +29,15 @@ import ( ) type ( - diagrams struct{} - htmlRenderer struct{} + codeBlocksExtension struc...
markup/goldmark: Rename extension struct
gohugoio_hugo
train
go
f4c26c94be98dea18fb0d16dfe85b92043935945
diff --git a/java/src/com/google/template/soy/msgs/restricted/MsgPartUtils.java b/java/src/com/google/template/soy/msgs/restricted/MsgPartUtils.java index <HASH>..<HASH> 100644 --- a/java/src/com/google/template/soy/msgs/restricted/MsgPartUtils.java +++ b/java/src/com/google/template/soy/msgs/restricted/MsgPartUtils.ja...
Tweak hasPlrselPart for performance For messages with plural/select parts they are guaranteed to be the root element in the parts list * avoid iterator allocation * avoid full scan of parts This should speed up the cases where it returns true and false. benchmark results: [] super tiny improvement as expected G...
google_closure-templates
train
java
a0684ed0871466379fbf0eff3fb52839aa6610e0
diff --git a/src/Message/Builder.php b/src/Message/Builder.php index <HASH>..<HASH> 100644 --- a/src/Message/Builder.php +++ b/src/Message/Builder.php @@ -12,6 +12,7 @@ abstract class Builder protected $to; protected $from; protected $edifactFile; + protected $configuration = []; private $edifa...
Set instancevariable proteced - Childclasses can read the Configuration
Apfelfrisch_Edifact
train
php
9d7ae4194722f1c7aa2915071b54c6d47c1621e6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -642,7 +642,7 @@ if __name__ == "__main__": }, name="Shinken", - version="2.0-RC", + version="2.0-RC2", packages=find_packages(), package_data={'': package_data}, de...
Add: go to RC2, try for pip install
Alignak-monitoring_alignak
train
py,py
bdd5170fd6c0ee573c75bef929f261535671903b
diff --git a/src/Error/Debugger.php b/src/Error/Debugger.php index <HASH>..<HASH> 100644 --- a/src/Error/Debugger.php +++ b/src/Error/Debugger.php @@ -486,7 +486,7 @@ class Debugger * This is done to protect database credentials, which could be accidentally * shown in an error message if CakePHP is deployed...
Corrected annotation for Debugger::exportVar() method.
cakephp_cakephp
train
php
71f00be52c6f45ebfc4d6860355c44f6968f8536
diff --git a/python/sbp/client/drivers/network_drivers.py b/python/sbp/client/drivers/network_drivers.py index <HASH>..<HASH> 100644 --- a/python/sbp/client/drivers/network_drivers.py +++ b/python/sbp/client/drivers/network_drivers.py @@ -40,24 +40,25 @@ class TCPDriver(BaseDriver): """ - def __init__(self,...
Modify initial connect logic for piksi_tools to catch on timeouts [ESD-<I>] (#<I>) * Allow failure on timeout in initial connect logic for piksi_tools
swift-nav_libsbp
train
py
381faa77be4157192c2ec95e5cfcfefa28f6f057
diff --git a/lib/karma-wide-load/node-modules-loader.js b/lib/karma-wide-load/node-modules-loader.js index <HASH>..<HASH> 100644 --- a/lib/karma-wide-load/node-modules-loader.js +++ b/lib/karma-wide-load/node-modules-loader.js @@ -87,6 +87,8 @@ function NodeModulesLoader(){ ast = esprima.parse(moduleSource...
Remove sourcemap urls from loaded module sources
monounity_karma-typescript
train
js
cc45d46ce19e5d759e7afeadac76b7b09e1ebb04
diff --git a/dev/com.ibm.ws.microprofile.graphql.1.0_fat/test-applications/metricsApp/src/mpGraphQL10/metrics/MyGraphQLEndpoint.java b/dev/com.ibm.ws.microprofile.graphql.1.0_fat/test-applications/metricsApp/src/mpGraphQL10/metrics/MyGraphQLEndpoint.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.microprofile.gra...
Sleep for <I>ms so that Windows boxes will report sleep was >= <I>.
OpenLiberty_open-liberty
train
java
1b491d272191261d785f6c0922ad084a881ac483
diff --git a/tests/DominionEnterprises/Filter/IntTest.php b/tests/DominionEnterprises/Filter/IntTest.php index <HASH>..<HASH> 100644 --- a/tests/DominionEnterprises/Filter/IntTest.php +++ b/tests/DominionEnterprises/Filter/IntTest.php @@ -30,11 +30,11 @@ final class IntTest extends \PHPUnit_Framework_TestCase * @...
Fix testing for a floating value that depends on precision.
traderinteractive_filter-php
train
php
b27a5dcf039a72ff335fd81e7a313a51aa3b0593
diff --git a/tests/unit/test_regressions.py b/tests/unit/test_regressions.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_regressions.py +++ b/tests/unit/test_regressions.py @@ -1515,3 +1515,13 @@ def test_isort_adding_second_comma_issue_1621(): ) """ ) + + +def test_isort_shouldnt_duplicate_comments_issue_...
Add test case for issue #<I>
timothycrosley_isort
train
py
8693ba2e7ce7652de7fe0a24c5de2ac927d0d6a6
diff --git a/lib/esl/connection.js b/lib/esl/connection.js index <HASH>..<HASH> 100644 --- a/lib/esl/connection.js +++ b/lib/esl/connection.js @@ -529,15 +529,15 @@ Connection.prototype.auth = function(cb) { self.subscribe(self.reqEvents); - self.emit('esl::event::auth::success'); + ...
Add event params to auth events
englercj_node-esl
train
js
cb0170e3d4ac700211d3e2a69ef3c2556fdbc3b9
diff --git a/py3status/modules/imap.py b/py3status/modules/imap.py index <HASH>..<HASH> 100644 --- a/py3status/modules/imap.py +++ b/py3status/modules/imap.py @@ -46,7 +46,7 @@ class Py3status: if self.hide_if_zero: response['full_text'] = '' else: - response['f...
this is what insufficient testing gets you
ultrabug_py3status
train
py
58a2d7135d11f2974ec5a05f8fa5fcf3cac96bf0
diff --git a/lib/eventhub/version.rb b/lib/eventhub/version.rb index <HASH>..<HASH> 100644 --- a/lib/eventhub/version.rb +++ b/lib/eventhub/version.rb @@ -1,3 +1,3 @@ module EventHub - VERSION = '0.4.6' + VERSION = '0.4.7' end
! version bump to <I>
thomis_eventhub-processor
train
rb
19196e887914f6483ea97e23f5ec50308b20252d
diff --git a/lib/pty.js b/lib/pty.js index <HASH>..<HASH> 100644 --- a/lib/pty.js +++ b/lib/pty.js @@ -313,9 +313,9 @@ Terminal.prototype.destroy = function() { // Need to close the read stream so // node stops reading a dead file descriptor. - // Then we can safely SIGTERM the shell. + // Then we can safely ...
send SIGHUP instead of SIGTERM.
chjj_pty.js
train
js
c80c8e7fe9000d887e1e7b9e22595f1b50d8de23
diff --git a/addrmgr/addrmanager.go b/addrmgr/addrmanager.go index <HASH>..<HASH> 100644 --- a/addrmgr/addrmanager.go +++ b/addrmgr/addrmanager.go @@ -104,7 +104,7 @@ const ( // triedBucketSize is the maximum number of addresses in each // tried address bucket. - triedBucketSize = 64 + triedBucketSize = 256 /...
Scale up addrman. This change was suggested as Countermeasure 6 in Eclipse Attacks on Bitcoin’s Peer-to-Peer Network, Ethan Heilman, Alison Kendler, Aviv Zohar, Sharon Goldberg. ePrint Archive Report <I>/<I>. March <I>. This mimics Bitcoin Core commit 1d<I>ba2f5ecbf<I>d0b<I>c4c4c<I>a<I>a<I>c2ee
btcsuite_btcd
train
go
30fac4e12b7f9a9b0125008bc869a38519621295
diff --git a/debugger/settings.py b/debugger/settings.py index <HASH>..<HASH> 100644 --- a/debugger/settings.py +++ b/debugger/settings.py @@ -14,8 +14,8 @@ MANAGERS = ADMINS DATABASES = { 'default': { - 'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'. - ...
Set a db, even though we don't need it, testing will.
edx_XBlock
train
py
e95e9046703c1d12ecb139de8936dcc376f98717
diff --git a/go/dhcp/config.go b/go/dhcp/config.go index <HASH>..<HASH> 100644 --- a/go/dhcp/config.go +++ b/go/dhcp/config.go @@ -203,7 +203,8 @@ func (d *Interfaces) readConfig() { var options = make(map[dhcp.OptionCode][]byte) options[dhcp.OptionSubnetMask] = []byte(DHCPNet.network.Mask) - op...
ShuffleDNS with inline too
inverse-inc_packetfence
train
go
83c3edf8766bf9d7b2d16d8c85f72f6a2bb4219c
diff --git a/servicebuilder/serviceBuilder.go b/servicebuilder/serviceBuilder.go index <HASH>..<HASH> 100644 --- a/servicebuilder/serviceBuilder.go +++ b/servicebuilder/serviceBuilder.go @@ -2,9 +2,11 @@ package servicebuilder import ( "log" + "path/filepath" "strings" "github.com/bndr/gopencils" + "g...
check if project is initialized with git
essentier_spickspan
train
go
b31a711ade0b16bec31d02445960f1be5a2a16ca
diff --git a/lib/SimpleSAML/XML/SAML20/AuthnResponse.php b/lib/SimpleSAML/XML/SAML20/AuthnResponse.php index <HASH>..<HASH> 100644 --- a/lib/SimpleSAML/XML/SAML20/AuthnResponse.php +++ b/lib/SimpleSAML/XML/SAML20/AuthnResponse.php @@ -737,8 +737,8 @@ class SimpleSAML_XML_SAML20_AuthnResponse extends SimpleSAML_XML_Auth...
Fix of typo in non-successfull Statuscode
simplesamlphp_saml2
train
php
ed5e7af70b05a462b8e89fe788ed303ceabdd4f3
diff --git a/sniffy-core/src/main/java/io/sniffy/nio/SniffySelectorProviderBootstrap.java b/sniffy-core/src/main/java/io/sniffy/nio/SniffySelectorProviderBootstrap.java index <HASH>..<HASH> 100644 --- a/sniffy-core/src/main/java/io/sniffy/nio/SniffySelectorProviderBootstrap.java +++ b/sniffy-core/src/main/java/io/sniff...
Fix SniffySocketChannel in Java 6&7
sniffy_sniffy
train
java
7ab8d6338785f32b38d8684f23865a086037fe00
diff --git a/dev/com.ibm.ws.microprofile.faulttolerance.2.0/src/com/ibm/ws/microprofile/faulttolerance20/state/impl/CircuitBreakerStateImpl.java b/dev/com.ibm.ws.microprofile.faulttolerance.2.0/src/com/ibm/ws/microprofile/faulttolerance20/state/impl/CircuitBreakerStateImpl.java index <HASH>..<HASH> 100644 --- a/dev/com...
Correct CircuitBreaker metric reporting When a method throws an exception which is not included in the failOn attribute, that should be considered a success, not a failure.
OpenLiberty_open-liberty
train
java
5dead5382ba41776f724dfb3110d6a88b22048b3
diff --git a/R/tests/run.py b/R/tests/run.py index <HASH>..<HASH> 100755 --- a/R/tests/run.py +++ b/R/tests/run.py @@ -308,8 +308,8 @@ class H2OCloud: self.xmx = xmx self.output_dir = output_dir - # Randomly choose a five digit cloud number. - n = random.randint(10000, 99999) + ...
Increase random space for cloud name to seven digits. Remove restriction on numnodes and numclouds.
h2oai_h2o-2
train
py
62215411392bcf546effe1c0a5711c334f8bdf53
diff --git a/mod/glossary/mod_form.php b/mod/glossary/mod_form.php index <HASH>..<HASH> 100644 --- a/mod/glossary/mod_form.php +++ b/mod/glossary/mod_form.php @@ -37,7 +37,7 @@ class glossary_mod_form extends moodleform_mod { $mform->setHelpButton('mainglossary', array('mainglossary', get_string('mainglossary'...
taking out unwanted/broken strings from mod_form to make form xhtml strict MDL-<I>
moodle_moodle
train
php
c5a62384da287e17ae82ac161a7e50fa19fcd5e2
diff --git a/google-cloud-asset/synth.py b/google-cloud-asset/synth.py index <HASH>..<HASH> 100644 --- a/google-cloud-asset/synth.py +++ b/google-cloud-asset/synth.py @@ -18,6 +18,7 @@ import synthtool as s import synthtool.gcp as gcp import synthtool.languages.ruby as ruby import logging +import os import re impo...
chore(asset): move orgpolicy docs to the correct location
googleapis_google-cloud-ruby
train
py
03690020c1139960336993fcbfa2f5d56c931dc5
diff --git a/src/core/sprites/webgl/SpriteRenderer.js b/src/core/sprites/webgl/SpriteRenderer.js index <HASH>..<HASH> 100644 --- a/src/core/sprites/webgl/SpriteRenderer.js +++ b/src/core/sprites/webgl/SpriteRenderer.js @@ -168,7 +168,7 @@ export default class SpriteRenderer extends ObjectRenderer // get the uv...
Use `*._texture.*`to instead of`*.texture.*` (#<I>) it could offer a bit little performance gains.
pixijs_pixi.js
train
js
e8284abe9499cbed2f9c7b1033ae35c2ff25a0e6
diff --git a/packages/breadcrumb/src/css/index.js b/packages/breadcrumb/src/css/index.js index <HASH>..<HASH> 100644 --- a/packages/breadcrumb/src/css/index.js +++ b/packages/breadcrumb/src/css/index.js @@ -1,9 +1,9 @@ -import * as core from '@pluralsight/ps-design-system-core' +import { layout } from '@pluralsight/ps-...
feat(breadcrumb): update to use named import
pluralsight_design-system
train
js