hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c5a1ca0b34a57366415df60099ab0918a7579469
diff --git a/lib/puppet/provider/zfs/solaris.rb b/lib/puppet/provider/zfs/solaris.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/zfs/solaris.rb +++ b/lib/puppet/provider/zfs/solaris.rb @@ -31,7 +31,7 @@ Puppet::Type.type(:zfs).provide(:solaris) do end end - [:mountpoint, :compression, :copies, :quo...
(#<I>) Include additional zfs properties We added the following zfs properties to the zfs provider :recordsize, :aclmode, :aclinherit, :primarycache, :secondarycache Currently zfs users have to chain an exec to the zfs filesystem creation and the inclusion of these properties would allow puppet to set them natively.
puppetlabs_puppet
train
0ed12c599e4e73ca448c3c4e5349ea14468672b7
diff --git a/src/server/storage/safestorage.js b/src/server/storage/safestorage.js index <HASH>..<HASH> 100644 --- a/src/server/storage/safestorage.js +++ b/src/server/storage/safestorage.js @@ -241,8 +241,7 @@ SafeStorage.prototype.createProject = function (data, callback) { var deferred = Q.defer(), re...
#<I> Authorize before creating project in db. Could fix reoccurring test issue in standalone. Former-commit-id: a<I>ce<I>dd<I>b6e<I>b9aa6cee<I>d
webgme_webgme-engine
train
7fb94fd69bd94e044b2fabad7611399781e150d2
diff --git a/lib/dai-plugin-mcd/test/CdpTypeService.spec.js b/lib/dai-plugin-mcd/test/CdpTypeService.spec.js index <HASH>..<HASH> 100644 --- a/lib/dai-plugin-mcd/test/CdpTypeService.spec.js +++ b/lib/dai-plugin-mcd/test/CdpTypeService.spec.js @@ -12,13 +12,16 @@ const scenarios = [['ETH-A', ETH], ['ETH-B', ETH], ['REP-...
Update expected values in cdp type service spec
makerdao_dai.js
train
48e2c38736f5d2c7bbc53ea20f872e6f31c9a0a4
diff --git a/core/src/main/java/org/springframework/security/providers/cas/CasAuthenticationProvider.java b/core/src/main/java/org/springframework/security/providers/cas/CasAuthenticationProvider.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/springframework/security/providers/cas/CasAuthenticationProvid...
SEC-<I>: Added account status checking to Cas provider
spring-projects_spring-security
train
9fdb13e6ceacff2739bfd9956a5097bde3392d25
diff --git a/src/GraphQL/Annotation/Annotation.php b/src/GraphQL/Annotation/Annotation.php index <HASH>..<HASH> 100644 --- a/src/GraphQL/Annotation/Annotation.php +++ b/src/GraphQL/Annotation/Annotation.php @@ -108,7 +108,7 @@ function deannotate_enum(string $class_name, \ReflectionClass $reflection, EnumT ...
Allow name override by the Annotation
leocavalcante_siler
train
8745cf1a9c89250084bd9d67f956a530e6a657ab
diff --git a/squad/settings.py b/squad/settings.py index <HASH>..<HASH> 100644 --- a/squad/settings.py +++ b/squad/settings.py @@ -192,7 +192,7 @@ LOGGING = { 'django': { 'handlers': ['console'], 'propagate': False, - 'level': os.getenv('DJANGO_LOG_LEVEL', DEBUG and 'DEBUG'...
settings: don't debug Django stuff by default
Linaro_squad
train
4d47013a007ca07edbc1af543e3faf28ecbfddb2
diff --git a/tests/Picnik/Requests/Word/AbstractWordRequestTest.php b/tests/Picnik/Requests/Word/AbstractWordRequestTest.php index <HASH>..<HASH> 100644 --- a/tests/Picnik/Requests/Word/AbstractWordRequestTest.php +++ b/tests/Picnik/Requests/Word/AbstractWordRequestTest.php @@ -52,7 +52,7 @@ class AbstractWordRequestTe...
Update test case to cover issue #1. - Test cases covering the `useCanonical` method have been updated to ensure that the output parameter is being converted into a string representation of the boolean value. This covers the bug in issue #1.
alanly_picnik
train
3b31aa859f9355d115f9463449ae284a98ff2f96
diff --git a/lib/packetgen/types/array.rb b/lib/packetgen/types/array.rb index <HASH>..<HASH> 100644 --- a/lib/packetgen/types/array.rb +++ b/lib/packetgen/types/array.rb @@ -46,6 +46,7 @@ module PacketGen obj = klass.new.read(str) self.push obj str.slice!(0, obj.sz) + break if...
Types::Array: stop reading when counter is reached
sdaubert_packetgen
train
ce06c0e2a981a1948c92d9118b47741e481d7d74
diff --git a/lib/conceptql/cli.rb b/lib/conceptql/cli.rb index <HASH>..<HASH> 100644 --- a/lib/conceptql/cli.rb +++ b/lib/conceptql/cli.rb @@ -34,7 +34,7 @@ module ConceptQL aliases: :s, desc: 'schema for database (PostgreSQL only)' - desc 'run_statement statement_file', 'Evals the statement from the...
CLI: fix wording, remove some commands Some commands aren't applicable to most users, so I'm hiding them.
outcomesinsights_conceptql
train
e4fd86abdcfdc2ad39331581472692d45ec7cf0a
diff --git a/src/main/java/com/google/cloud/genomics/dataflow/utils/PipelineFactory.java b/src/main/java/com/google/cloud/genomics/dataflow/utils/PipelineFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/google/cloud/genomics/dataflow/utils/PipelineFactory.java +++ b/src/main/java/com/google/cloud/genomi...
Huh? A coder for TableRow is already registered by default
googlegenomics_dataflow-java
train
93356d463581f2ad61c03cb7fda9974235675a23
diff --git a/plugins/communicators/winrm/command_filters/rm.rb b/plugins/communicators/winrm/command_filters/rm.rb index <HASH>..<HASH> 100644 --- a/plugins/communicators/winrm/command_filters/rm.rb +++ b/plugins/communicators/winrm/command_filters/rm.rb @@ -31,9 +31,9 @@ module VagrantPlugins ret_cmd = ''...
Update rm filters to test for path This commit updates the rm filter for winrm to operate like how rm works in bash. If a folder doesn't exist, the command returns 0 rather than 1.
hashicorp_vagrant
train
d0a62a1531008ce427c2b3744aee1a527705d910
diff --git a/ospd/command/command.py b/ospd/command/command.py index <HASH>..<HASH> 100644 --- a/ospd/command/command.py +++ b/ospd/command/command.py @@ -253,9 +253,20 @@ class GetScannerDetails(BaseCommand): @return: Response string for <get_scanner_details> command. """ + list_all = xml.ge...
Add list_all attribute to get all available params Per default we only get the params visible to the client and not all supported params. With list_all we can get all supported params.
greenbone_ospd
train
2464bf2f3a13e0df1437df79b171e308d71c42a1
diff --git a/lib/xcflushd/storage.rb b/lib/xcflushd/storage.rb index <HASH>..<HASH> 100644 --- a/lib/xcflushd/storage.rb +++ b/lib/xcflushd/storage.rb @@ -155,8 +155,11 @@ module Xcflushd logger.error(SOME_REPORTS_MISSING_ERROR) else keys.each_with_index do |key, i| - # The usa...
storage: document case where a key in the set of cached reports does not exist
3scale_xcflushd
train
5e71cc91c3dfc5d00755a5d7858cfe5b882f4763
diff --git a/django_jenkins/tasks/run_jshint.py b/django_jenkins/tasks/run_jshint.py index <HASH>..<HASH> 100755 --- a/django_jenkins/tasks/run_jshint.py +++ b/django_jenkins/tasks/run_jshint.py @@ -53,7 +53,7 @@ class Task(BaseTask): process = subprocess.Popen(cmd, stdout=subprocess.PIPE) output, err...
Updated return codes from jshint jshint return codes changed after version <I>, more information here: <URL>
kmmbvnr_django-jenkins
train
657410c13243366fdae3217777729a0fa65521d0
diff --git a/nodeconductor/structure/tasks.py b/nodeconductor/structure/tasks.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/tasks.py +++ b/nodeconductor/structure/tasks.py @@ -275,10 +275,10 @@ def recover_erred_service(service_project_link_str, is_iaas=False): is_active = False if is_act...
Fix typo (NC-<I>)
opennode_waldur-core
train
3eb3803cf074435d79ed6bffa3c655788f8840d2
diff --git a/webhookendpoint.go b/webhookendpoint.go index <HASH>..<HASH> 100644 --- a/webhookendpoint.go +++ b/webhookendpoint.go @@ -29,19 +29,20 @@ type WebhookEndpointListParams struct { // For more details see https://stripe.com/docs/api#webhook_endpoints. type WebhookEndpoint struct { APIResource - APIVersion...
Add `Metadata` on `WebhookEndpoint`
stripe_stripe-go
train
699c65e6db9c97e4cbd246aa4c0e59f5a266e954
diff --git a/tensor2tensor/layers/common_attention.py b/tensor2tensor/layers/common_attention.py index <HASH>..<HASH> 100644 --- a/tensor2tensor/layers/common_attention.py +++ b/tensor2tensor/layers/common_attention.py @@ -2912,8 +2912,9 @@ def multihead_attention(query_antecedent, else: # Inplace u...
internal change, just adding comments. PiperOrigin-RevId: <I>
tensorflow_tensor2tensor
train
9c127c3f91748edbe50b95a34c7da2dacb3b3765
diff --git a/store/etcdv3/meta/etcd.go b/store/etcdv3/meta/etcd.go index <HASH>..<HASH> 100644 --- a/store/etcdv3/meta/etcd.go +++ b/store/etcdv3/meta/etcd.go @@ -275,7 +275,6 @@ func (e *ETCD) BindStatus(ctx context.Context, entityKey, statusKey, statusValue // There isn't a status bound to the entity. statusTxn :...
should only revoke when we don't use the lease
projecteru2_core
train
fcbfac9597de4a0197ffa8a680296768d48dbcb2
diff --git a/sprinter/formulas/template.py b/sprinter/formulas/template.py index <HASH>..<HASH> 100644 --- a/sprinter/formulas/template.py +++ b/sprinter/formulas/template.py @@ -8,6 +8,7 @@ source = http://mywebsite.com/.gitignore target = ~/.gitignore username = %(config:username)s password = %(config:mywebsitepas...
Adding on_update method in lib
toumorokoshi_sprinter
train
8668edfc3f3b53ac2c87037f06405fe7012bf269
diff --git a/directory/directory_dest.go b/directory/directory_dest.go index <HASH>..<HASH> 100644 --- a/directory/directory_dest.go +++ b/directory/directory_dest.go @@ -70,7 +70,7 @@ func newImageDestination(ref dirReference, compress bool) (types.ImageDestinatio } } // create version file - err = ioutil.Write...
directory: make the "version" file non-executable Take the execute bit off of the "version" file that we create when writing images to a "directory:" destination.
containers_image
train
057343a11f6212c72912b9da5f232fc4a5c1de50
diff --git a/fastlane_core/lib/fastlane_core/version.rb b/fastlane_core/lib/fastlane_core/version.rb index <HASH>..<HASH> 100644 --- a/fastlane_core/lib/fastlane_core/version.rb +++ b/fastlane_core/lib/fastlane_core/version.rb @@ -1,3 +1,3 @@ module FastlaneCore - VERSION = "0.46.3".freeze + VERSION = "0.47.0".freez...
[fastlane_core] Version bump (#<I>) Added inline showing of relevant GitHub issue when fastlane fails
fastlane_fastlane
train
e9b9f6a0b6aecebed36fc33b47a8c88ec462b2a6
diff --git a/src/com/google/javascript/jscomp/DefaultPassConfig.java b/src/com/google/javascript/jscomp/DefaultPassConfig.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/DefaultPassConfig.java +++ b/src/com/google/javascript/jscomp/DefaultPassConfig.java @@ -278,7 +278,7 @@ public final class De...
Switch ES_NEXT to ES<I> in one more spot that I missed in the previous change. ------------- Created by MOE: <URL>
google_closure-compiler
train
743c24ec7703c71006e4ff56e47f6578f17567ce
diff --git a/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/src/main/java/com/google/cloud/bigtable/hbase2_x/BigtableAsyncAdmin.java b/bigtable-hbase-2.x-parent/bigtable-hbase-2.x/src/main/java/com/google/cloud/bigtable/hbase2_x/BigtableAsyncAdmin.java index <HASH>..<HASH> 100644 --- a/bigtable-hbase-2.x-parent/bigtable-...
Fixing an exception handling case in BigtabeAsyncAdmin (#<I>) getDescriptor needs to throw exceptions even if the exception is not `TableNotFound`
googleapis_cloud-bigtable-client
train
3fc864f3c637e06e2fa7a81f6b48a5df58a9bc5b
diff --git a/lib/grit/tree.rb b/lib/grit/tree.rb index <HASH>..<HASH> 100644 --- a/lib/grit/tree.rb +++ b/lib/grit/tree.rb @@ -15,7 +15,7 @@ module Grit # # Returns Grit::Tree (baked) def self.construct(repo, treeish, paths = []) - output = repo.git.ls_tree({}, treeish, *paths) + output = repo....
git ls-tree raises on non-zero exit
mojombo_grit
train
a773846351ba009d907b04ae0eb07ec9220cd88d
diff --git a/database/table/resources.php b/database/table/resources.php index <HASH>..<HASH> 100644 --- a/database/table/resources.php +++ b/database/table/resources.php @@ -28,10 +28,10 @@ class ComActivitiesDatabaseTableResources extends KDatabaseTableAbstract 'name' => 'resources', 'b...
#1 Renamed metadata to data.
joomlatools_joomlatools-framework-activities
train
2e1007793049434492b544c703b576ae4e5398f9
diff --git a/widgets/TbPager.php b/widgets/TbPager.php index <HASH>..<HASH> 100644 --- a/widgets/TbPager.php +++ b/widgets/TbPager.php @@ -40,6 +40,12 @@ class TbPager extends CBasePager * @var string the text label for the last page button. */ public $lastPageLabel = '&raquo;'; + + /** + * @var boolean wheth...
added hideFirstAndLast option
crisu83_yiistrap
train
12719a788f68598df27760f6ba7c951858979e98
diff --git a/unixfs/io/pbdagreader.go b/unixfs/io/pbdagreader.go index <HASH>..<HASH> 100644 --- a/unixfs/io/pbdagreader.go +++ b/unixfs/io/pbdagreader.go @@ -75,9 +75,7 @@ func (dr *PBDagReader) preloadNextNodes(ctx context.Context) { end = len(dr.links) } - for i, p := range ipld.GetNodes(ctx, dr.serv, dr.link...
use `copy` instead of looping License: MIT
ipfs_go-ipfs
train
eebd3e3e4a34b2c5df7489187eb963bca25fae51
diff --git a/salt/modules/network.py b/salt/modules/network.py index <HASH>..<HASH> 100644 --- a/salt/modules/network.py +++ b/salt/modules/network.py @@ -38,7 +38,6 @@ def __virtual__(): # Disable on Windows, a specific file module exists: if salt.utils.is_windows(): return False - return True ...
Hosts file update in mod_hostname. In systems with systemd now you can use hostnamectl to set hostname. In this case if hostnamectl exists mod_hostname will use it and return, leaving hosts file as it is, which is a not expected behavior. Also now setting the hostname based on commands avaiables or os are grouped in a...
saltstack_salt
train
9b53ace5c577c72df3623b8f3fa76cebed4c2174
diff --git a/hagelslag/processing/TrackProcessing.py b/hagelslag/processing/TrackProcessing.py index <HASH>..<HASH> 100644 --- a/hagelslag/processing/TrackProcessing.py +++ b/hagelslag/processing/TrackProcessing.py @@ -328,7 +328,7 @@ class TrackProcessor(object): hour_labels = self.mrms_ew.size_filter...
Updated min_thresh to min_intensity
djgagne_hagelslag
train
3ad02bd5f958425aa67bfe77689eaf3f89bbb55b
diff --git a/src/Symfony/Component/Console/Formatter/OutputFormatter.php b/src/Symfony/Component/Console/Formatter/OutputFormatter.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Console/Formatter/OutputFormatter.php +++ b/src/Symfony/Component/Console/Formatter/OutputFormatter.php @@ -32,7 +32,7 @@ class O...
[Console][Formatter] Added missing PHPDoc @throws and fixed some minor typos and grammatical errors
symfony_symfony
train
f3b5d00d86a654f9483713a3d2b168c51d5f92b4
diff --git a/builder/sshd/server.go b/builder/sshd/server.go index <HASH>..<HASH> 100644 --- a/builder/sshd/server.go +++ b/builder/sshd/server.go @@ -134,7 +134,7 @@ func (s *server) handleConn(conn net.Conn, conf *ssh.ServerConfig) { _, chans, reqs, err := ssh.NewServerConn(conn, conf) if err != nil { // Hands...
fix(builder): demote handshake failure log to debug It's okay for connections to probe the server without initiating a handshake, but it's still useful for developers to see when incoming connections are not connecting.
deis_deis
train
8989a08b6873784ab0366f1364d358cf5ff03f24
diff --git a/scripts/init.js b/scripts/init.js index <HASH>..<HASH> 100644 --- a/scripts/init.js +++ b/scripts/init.js @@ -35,10 +35,18 @@ module.exports = function(hostPath, appName, verbose) { JSON.stringify(hostPackage, null, 2) ); - // Move the files for the user - // TODO: copying might be more correct...
Copy files instead of moving them during init
vcarl_create-react-app
train
efcdefee39bd226d83a44143e1bef0878259c47b
diff --git a/peer.go b/peer.go index <HASH>..<HASH> 100644 --- a/peer.go +++ b/peer.go @@ -594,6 +594,7 @@ func (p *peer) addLink(chanPoint *wire.OutPoint, MinFeeUpdateTimeout: htlcswitch.DefaultMinLinkFeeUpdateTimeout, MaxFeeUpdateTimeout: htlcswitch.DefaultMaxLinkFeeUpdateTimeout, OutgoingCltvRejectD...
peer: pass watchtower client's to active links
lightningnetwork_lnd
train
6966991d70756c12e0feb3ef79ad403ee1d938ef
diff --git a/src/main/java/org/jboss/pressgang/ccms/rest/v1/components/ComponentFileV1.java b/src/main/java/org/jboss/pressgang/ccms/rest/v1/components/ComponentFileV1.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/rest/v1/components/ComponentFileV1.java +++ b/src/main/java/org/jboss/pres...
Fixed some bugs in the File entity implementations.
pressgang-ccms_PressGangCCMSRESTv1Common
train
0b6970da542bbb02b21c8a790d8bf59d193a3d99
diff --git a/core-bundle/src/Resources/contao/classes/Backend.php b/core-bundle/src/Resources/contao/classes/Backend.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/classes/Backend.php +++ b/core-bundle/src/Resources/contao/classes/Backend.php @@ -515,6 +515,8 @@ abstract class Backend extends \C...
[Core] Fix a directory traversal vulnerability discovered by Arnaud Buchoux
contao_contao
train
91ef9655aaf2adea3a044bf9a464908084917a98
diff --git a/hugolib/page__tree.go b/hugolib/page__tree.go index <HASH>..<HASH> 100644 --- a/hugolib/page__tree.go +++ b/hugolib/page__tree.go @@ -104,6 +104,10 @@ func (pt pageTree) InSection(other interface{}) (bool, error) { } +func (pt pageTree) Page() page.Page { + return pt.p +} + func (pt pageTree) Parent(...
resources/page: Re-introduce .Page.Page It was removed in <I>e<I>cb<I>f2cebb<I>e8e<I>f<I> -- it's not documented, but it's used in too many real sites on the web. See #<I>
gohugoio_hugo
train
935abc8e42a4893eff00580e3627a24a0ec1e018
diff --git a/src/ArrayLookupNode.php b/src/ArrayLookupNode.php index <HASH>..<HASH> 100644 --- a/src/ArrayLookupNode.php +++ b/src/ArrayLookupNode.php @@ -44,10 +44,39 @@ class ArrayLookupNode extends ParentNode implements VariableExpressionNode { } /** - * @return Node + * @return \Pharborist\Node[] */...
ArrayLookupNode::getKey() now expects an index for which key to return (defaults to 0). Added a getKeys() method to return an array of cloned key nodes.
grom358_pharborist
train
f930d281ba6dea4de613fd2e4b0bea3c4dccfe2c
diff --git a/salt/modules/debian_ip.py b/salt/modules/debian_ip.py index <HASH>..<HASH> 100644 --- a/salt/modules/debian_ip.py +++ b/salt/modules/debian_ip.py @@ -313,14 +313,14 @@ def _parse_interfaces(): context = sline[2] # Create item in dict, if not already there - ...
Fix PEP8 E<I> - test for membership should be "not in"
saltstack_salt
train
d51ece7308f9af64fb67e20d173e87da310ed402
diff --git a/code/DocumentationManifest.php b/code/DocumentationManifest.php index <HASH>..<HASH> 100644 --- a/code/DocumentationManifest.php +++ b/code/DocumentationManifest.php @@ -459,7 +459,12 @@ class DocumentationManifest { $fromLink = $this->stripLinkBase($from); $toLink = $this->stripLink...
FIX Ensure first processed stable version is treated as canonical
silverstripe_silverstripe-docsviewer
train
8e0453d27194ffbe5b5b54f214c0b87290d7b8e3
diff --git a/src/wiotp/sdk/client.py b/src/wiotp/sdk/client.py index <HASH>..<HASH> 100644 --- a/src/wiotp/sdk/client.py +++ b/src/wiotp/sdk/client.py @@ -167,7 +167,7 @@ class AbstractClient(object): ca_certs=caFile, certfile=None, keyfile=None, - ...
Changed cert request to NONE Done to test issue with caFile.
ibm-watson-iot_iot-python
train
f3ebc39ff8b65ba173f0d9cf06bff550266991ab
diff --git a/lib/epubinfo/models/book.rb b/lib/epubinfo/models/book.rb index <HASH>..<HASH> 100644 --- a/lib/epubinfo/models/book.rb +++ b/lib/epubinfo/models/book.rb @@ -4,36 +4,53 @@ module EPUBInfo # Titles, array of String instances ({http://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.2.1 EPUB2 refere...
Refactored default values of attributes in book model
chdorner_epubinfo
train
ea430b7ef437e004afb8826adad36c60588f4ddc
diff --git a/lib/chef/application.rb b/lib/chef/application.rb index <HASH>..<HASH> 100644 --- a/lib/chef/application.rb +++ b/lib/chef/application.rb @@ -215,7 +215,7 @@ class Chef::Application else # Unforked interval runs are disabled, so this runs chef-client # once and then exits. If TERM ...
Tidy up some comments, whitespace.
chef_chef
train
6eb8b9e29ff1c3048aa0daf650a69cf6489d9463
diff --git a/src/sap.ui.core/src/sap/ui/qunit/utils/ControlIterator.js b/src/sap.ui.core/src/sap/ui/qunit/utils/ControlIterator.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.core/src/sap/ui/qunit/utils/ControlIterator.js +++ b/src/sap.ui.core/src/sap/ui/qunit/utils/ControlIterator.js @@ -87,6 +87,7 @@ sap.ui.define([...
[INTERNAL] ControlIterator: mark ToolbarWrapper as not renderable sap.ui.richtexteditor.ToolbarWrapper caused issues with ControlIterator Change-Id: I<I>d<I>cd0a<I>c<I>d9ba6a<I>b7ad0ac6
SAP_openui5
train
631f8ba571dd2096d044910954e885f53fee451b
diff --git a/core/src/main/java/hudson/model/Fingerprint.java b/core/src/main/java/hudson/model/Fingerprint.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/Fingerprint.java +++ b/core/src/main/java/hudson/model/Fingerprint.java @@ -1305,6 +1305,19 @@ public class Fingerprint implements ModelObjec...
[JENKINS-<I>] Allow FingerprintFacet to block the deletion of Fingerprint (#<I>) * [JENKINS-<I>] Allow FingerprintFacet to block the deletion of Fingerprint * Syntax improvements + CheckForNull annotation * Changed method name 'facetBlockingDeletion' -> 'getFacetBlockingDeletion'
jenkinsci_jenkins
train
d6769f59f7bf56ee895f5c5a4e7c2eb4bb5e644d
diff --git a/command/agent/config_parse.go b/command/agent/config_parse.go index <HASH>..<HASH> 100644 --- a/command/agent/config_parse.go +++ b/command/agent/config_parse.go @@ -624,7 +624,15 @@ func parseConsulConfig(result **config.ConsulConfig, list *ast.ObjectList) error } var consulConfig config.ConsulConfi...
Create a weak decoder to parse time.Duration. Hat tip to Alex for pointing this out (vs patching mapstructure)
hashicorp_nomad
train
dd4d88c13b84d5fa206a22bdc955997114e8aa1c
diff --git a/go/zk/zkconn.go b/go/zk/zkconn.go index <HASH>..<HASH> 100644 --- a/go/zk/zkconn.go +++ b/go/zk/zkconn.go @@ -310,10 +310,13 @@ func (conn *ZkConn) Delete(path string, version int) (err error) { // return ErrConnectionClosed. func (conn *ZkConn) Close() error { conn.mu.Lock() + defer conn.mu.Unlock() +...
Allowing multiple Close in zkconn.
vitessio_vitess
train
043590f9a3e8d257abc245184d05f8066735029f
diff --git a/test/replica_sets/connect_test.rb b/test/replica_sets/connect_test.rb index <HASH>..<HASH> 100644 --- a/test/replica_sets/connect_test.rb +++ b/test/replica_sets/connect_test.rb @@ -37,6 +37,10 @@ class ConnectTest < Test::Unit::TestCase assert_equal RS.primary, @conn.primary assert_equal RS.seco...
minor: test replica set connect with reverse node order
mongodb_mongo-ruby-driver
train
46a72ef7cb5b11d4cca527f49d8ff26fed6220ab
diff --git a/controller/api/models.py b/controller/api/models.py index <HASH>..<HASH> 100644 --- a/controller/api/models.py +++ b/controller/api/models.py @@ -626,6 +626,16 @@ def _etcd_purge_user(**kwargs): pass +def _etcd_create_app(**kwargs): + appname = kwargs['instance'] + _etcd_client.write('/d...
feat(controller): set app dir in etcd If you add or remove the app from the controller, the corresponding etcd key is not modified. This ensures that the etcd keyspace is created/removed when an app is modified in the database.
deis_deis
train
37f571da84cee66b5817318015cf094a77dfafad
diff --git a/src/com/opencms/workplace/CmsWorkplaceDefault.java b/src/com/opencms/workplace/CmsWorkplaceDefault.java index <HASH>..<HASH> 100755 --- a/src/com/opencms/workplace/CmsWorkplaceDefault.java +++ b/src/com/opencms/workplace/CmsWorkplaceDefault.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencm...
method userName moved from CmsWpMain to CmsWorkplaceDefault
alkacon_opencms-core
train
54afb77ed1751daec21cc9d3008fe59b8ee9b6dd
diff --git a/src/Bkwld/Decoy/Controllers/Elements.php b/src/Bkwld/Decoy/Controllers/Elements.php index <HASH>..<HASH> 100644 --- a/src/Bkwld/Decoy/Controllers/Elements.php +++ b/src/Bkwld/Decoy/Controllers/Elements.php @@ -73,17 +73,18 @@ class Elements extends Base { */ public static function renderField($el, $ke...
Add useable ids to element fields
BKWLD_decoy
train
ef4ab76c254a3847fd2b6fc644012693cf00d28d
diff --git a/normalize/identity.py b/normalize/identity.py index <HASH>..<HASH> 100644 --- a/normalize/identity.py +++ b/normalize/identity.py @@ -33,7 +33,7 @@ def record_id(object_, type_=None, selector=None, normalize_object_slot=None): key_vals = list() pk_cols = type_.primary_key if selector and pk_...
Fix a regression with diff using compare_filter A couple of conversions from 'in' to the new MultiFieldSelector subscript check were missed in the normalize.identity class. This would lead to many not being detected correctly, especially with the new 'ignore_empty_items' feature.
hearsaycorp_normalize
train
79d25804d064984466126a1b76b96c8880ccd3b7
diff --git a/scripts/ec2.rb b/scripts/ec2.rb index <HASH>..<HASH> 100644 --- a/scripts/ec2.rb +++ b/scripts/ec2.rb @@ -39,6 +39,8 @@ Standup.script :node do [Standup::EC2::SecurityGroup.list[node.id_group]] puts "waiting until it's up" inst.wait_until {inst.state != :...
Wait a bit more until instance is up
cloudcastle_standup
train
1dc0c6d8e1a793cab0db26bb679cc716e7506ccf
diff --git a/lib/neo4j/shared/property.rb b/lib/neo4j/shared/property.rb index <HASH>..<HASH> 100644 --- a/lib/neo4j/shared/property.rb +++ b/lib/neo4j/shared/property.rb @@ -222,7 +222,7 @@ module Neo4j::Shared end def type_converter(options) - converter = options[:type_converter] + conve...
change type_converter to serializer
neo4jrb_neo4j
train
dcdc17724ba84fc9f74d9055a6552def70c72c2b
diff --git a/WebPConvertClass.php b/WebPConvertClass.php index <HASH>..<HASH> 100755 --- a/WebPConvertClass.php +++ b/WebPConvertClass.php @@ -180,7 +180,11 @@ class WebPConvert { foreach (self::$tools_order as $tool_name) { self::logmsg('<br>trying <b>' . $tool_name . '</b>'); + $time_start = microt...
added meassurement of execution time
rosell-dk_webp-convert
train
4b99af0a44eabee91ec58f2ec4acd76d50fa8a55
diff --git a/examples/CTC-TIMIT/train-timit.py b/examples/CTC-TIMIT/train-timit.py index <HASH>..<HASH> 100755 --- a/examples/CTC-TIMIT/train-timit.py +++ b/examples/CTC-TIMIT/train-timit.py @@ -40,8 +40,8 @@ class Model(ModelDesc): feat, labelidx, labelvalue, labelshape, seqlen = input_vars label = t...
Change rnn-cell to fix #<I> (#<I>) * Change rnn-cell to fix #<I>
tensorpack_tensorpack
train
9133fdc0e23296429ba5358844a4ecf0e41c0468
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,5 @@ require "rubygems" +require "test/unit" require "spec" # gem install redgreen for colored test output
Need test/unit to test assert functionality
brynary_webrat
train
d65a65806e797e7b8b206243c289509b86590d99
diff --git a/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/contractimpl/common/states/Http2StateUtil.java b/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/contractimpl/common/states/Http2StateUtil.java index <HASH>..<HASH> 100644 --- a/compone...
Move common functionality to StateUtils
wso2_transport-http
train
aa25081296e19b994017cc1ca062eb9e1fbf9b86
diff --git a/src/org/opencms/db/CmsDriverManager.java b/src/org/opencms/db/CmsDriverManager.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/db/CmsDriverManager.java +++ b/src/org/opencms/db/CmsDriverManager.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/org/opencms/db/CmsDriverManager.ja...
fixed issue while moving a folder with deleted subresources
alkacon_opencms-core
train
ac410a3ef1f0b86fed0d25d5d127d189ad9e0d46
diff --git a/ratpack-zipkin/src/main/java/ratpack/zipkin/ServerTracingModule.java b/ratpack-zipkin/src/main/java/ratpack/zipkin/ServerTracingModule.java index <HASH>..<HASH> 100644 --- a/ratpack-zipkin/src/main/java/ratpack/zipkin/ServerTracingModule.java +++ b/ratpack-zipkin/src/main/java/ratpack/zipkin/ServerTracingM...
Oops. Removes reference to uncommited file
hyleung_ratpack-zipkin
train
3879a875ccc79aee5f0effca4e030aece61c3a41
diff --git a/plugins/shared/cmd/launcher/command/device.go b/plugins/shared/cmd/launcher/command/device.go index <HASH>..<HASH> 100644 --- a/plugins/shared/cmd/launcher/command/device.go +++ b/plugins/shared/cmd/launcher/command/device.go @@ -260,14 +260,27 @@ func (c *Device) startRepl() error { c.Ui.Output("> Avail...
Fix device launcher ctx cleanup
hashicorp_nomad
train
acf87811003b8f21f442142dc5c44e86dec93402
diff --git a/structr-ui/src/main/java/org/structr/websocket/StructrWebSocket.java b/structr-ui/src/main/java/org/structr/websocket/StructrWebSocket.java index <HASH>..<HASH> 100644 --- a/structr-ui/src/main/java/org/structr/websocket/StructrWebSocket.java +++ b/structr-ui/src/main/java/org/structr/websocket/StructrWebS...
Fixes graph browser problem caused by modified cypher query result structure.
structr_structr
train
e142cfeaf5518249c967daf807369c72e67acfdd
diff --git a/lib/rufus/scheduler/cronline.rb b/lib/rufus/scheduler/cronline.rb index <HASH>..<HASH> 100644 --- a/lib/rufus/scheduler/cronline.rb +++ b/lib/rufus/scheduler/cronline.rb @@ -32,7 +32,11 @@ class Rufus::Scheduler # (man 5 crontab) file line. # class CronLine - NEXT_TIME_YEAR_LIMIT = Date.today.y...
Polish gh-<I>
jmettraux_rufus-scheduler
train
5a114cc8bda3cee64800e85bcd925d564233bd01
diff --git a/src/Engine.php b/src/Engine.php index <HASH>..<HASH> 100644 --- a/src/Engine.php +++ b/src/Engine.php @@ -8,23 +8,27 @@ namespace Amostajo\LightweightMVC; * @author Alejandro Mostajo * @license MIT * @package Amostajo\LightweightMVC + * @version 1.0.2 */ class Engine { /** * Path to where co...
Optional controller calls. Added additional controller calls for when function args are already processed.
amostajo_lightweight-mvc
train
314e285c74d75eca3510bc449c4312d06173af72
diff --git a/a10_neutronclient/a10_certificate.py b/a10_neutronclient/a10_certificate.py index <HASH>..<HASH> 100644 --- a/a10_neutronclient/a10_certificate.py +++ b/a10_neutronclient/a10_certificate.py @@ -36,6 +36,20 @@ class CertificateCreate(client_extension.Create, CertificateExtension): list_columns = ['id',...
Woot, adding cert data from files works
a10networks_a10-neutronclient
train
46f07d71a7b7fa887459f1df054c41b5a8dfe480
diff --git a/lib/sbsm/admin_server.rb b/lib/sbsm/admin_server.rb index <HASH>..<HASH> 100644 --- a/lib/sbsm/admin_server.rb +++ b/lib/sbsm/admin_server.rb @@ -37,8 +37,8 @@ require 'sbsm/session_store' module SBSM # AdminClass must be tied to an Rack app class AdminServer - def initialize(app:) - @sessio...
Admin server is now multi_threaded by default
zdavatz_sbsm
train
087a9779035f082b17ba281e2b74aef5310a8298
diff --git a/conf/webpack.common.js b/conf/webpack.common.js index <HASH>..<HASH> 100644 --- a/conf/webpack.common.js +++ b/conf/webpack.common.js @@ -8,7 +8,7 @@ module.exports = { path: path.join(process.cwd(), 'dist'), filename: '[name].[hash].js', sourceMapFilename: '[name].map', - library: '@make...
Update webpack config with new name
makerdao_dai.js
train
91f60d916a574eae067e8dac80938654d6415d39
diff --git a/contrib/externs/chrome_extensions.js b/contrib/externs/chrome_extensions.js index <HASH>..<HASH> 100644 --- a/contrib/externs/chrome_extensions.js +++ b/contrib/externs/chrome_extensions.js @@ -2956,7 +2956,7 @@ chrome.pushMessaging.PushMessageEvent.prototype.hasListeners = function() {}; /** - * @see...
Fix broken link to the 'Port' type. ------------- Created by MOE: <URL>
google_closure-compiler
train
c940ccc72bdf2fded5f0e98213a06fa1ca337996
diff --git a/probes/src/main/java/com/hazelcast/simulator/probes/impl/ResultImpl.java b/probes/src/main/java/com/hazelcast/simulator/probes/impl/ResultImpl.java index <HASH>..<HASH> 100644 --- a/probes/src/main/java/com/hazelcast/simulator/probes/impl/ResultImpl.java +++ b/probes/src/main/java/com/hazelcast/simulator/p...
Fixed "reliance on default encoding" issue from SonarQube.
hazelcast_hazelcast-simulator
train
e3238b0446ae800ef0b34a1c8dfc9925da14a6ab
diff --git a/great_expectations/data_asset/base.py b/great_expectations/data_asset/base.py index <HASH>..<HASH> 100644 --- a/great_expectations/data_asset/base.py +++ b/great_expectations/data_asset/base.py @@ -45,8 +45,9 @@ class DataAsset(object): batch_kwargs = kwargs.pop("batch_kwargs", None) supe...
Move batch_kwargs storage
great-expectations_great_expectations
train
45db555a6abb31b2644f82bed8041117a4e05fa2
diff --git a/library/src/main/java/trikita/anvil/SimpleAttrNode.java b/library/src/main/java/trikita/anvil/SimpleAttrNode.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/trikita/anvil/SimpleAttrNode.java +++ b/library/src/main/java/trikita/anvil/SimpleAttrNode.java @@ -18,7 +18,7 @@ public abstract class S...
checking for null in SimpleAttrNode, fixes crashes in some very stupid cases
zserge_anvil
train
01f43632ca1410e8195835382468d8404c6924e3
diff --git a/graphql/subscription/map_async_iterator.py b/graphql/subscription/map_async_iterator.py index <HASH>..<HASH> 100644 --- a/graphql/subscription/map_async_iterator.py +++ b/graphql/subscription/map_async_iterator.py @@ -6,6 +6,7 @@ from typing import AsyncIterable, Callable __all__ = ['MapAsyncIterator'] ...
Minor changes in MapAsyncIterator and its test
graphql-python_graphql-core-next
train
c80dd86adc27835b9d36b700d4aebd58501612ec
diff --git a/ncclient/operations/rpc.py b/ncclient/operations/rpc.py index <HASH>..<HASH> 100644 --- a/ncclient/operations/rpc.py +++ b/ncclient/operations/rpc.py @@ -208,26 +208,24 @@ class RPCReplyListener(SessionListener): # internal use if self._device_handler.perform_qualify_check(): if tag !...
Moved check out of for loop and changed to simpler if
ncclient_ncclient
train
d83e93475e70797311c4072b7ccb23293379469b
diff --git a/src/agile.js b/src/agile.js index <HASH>..<HASH> 100644 --- a/src/agile.js +++ b/src/agile.js @@ -23,7 +23,8 @@ var AGILE_METHODS = { OBJECT: [ { name: 'keys', action: objKeys }, { name: 'toArray', action: toArray }, - { name: 'extend', action: extend }], + { name: 'extend', action...
fix(agile): Array/ObjectWrappers add forEach as a chaining func
a8m_agile
train
b19d57e1c35fceeace1a53fd87431fd100bf665d
diff --git a/clientv3/cluster.go b/clientv3/cluster.go index <HASH>..<HASH> 100644 --- a/clientv3/cluster.go +++ b/clientv3/cluster.go @@ -31,10 +31,10 @@ type ( ) type Cluster interface { - // List lists the current cluster membership. + // MemberList lists the current cluster membership. MemberList(ctx context....
clientv3: fix godoc for member apis
etcd-io_etcd
train
b90cbbff8cd31a4a49414bd203f24e742ee1a67b
diff --git a/coursera/coursera_dl.py b/coursera/coursera_dl.py index <HASH>..<HASH> 100755 --- a/coursera/coursera_dl.py +++ b/coursera/coursera_dl.py @@ -466,17 +466,17 @@ def download_file_nowget(url, fn, cookies_file): bw = BandwidthCalc() chunk_sz = 1048576 bytesread = 0 - f = open...
Add another avoidance point of resource leaks with open files.
coursera-dl_coursera-dl
train
b4fc68d72db92ee75d190c4dbc0306bb634cba63
diff --git a/safe/gui/tools/minimum_needs/needs_calculator_dialog.py b/safe/gui/tools/minimum_needs/needs_calculator_dialog.py index <HASH>..<HASH> 100644 --- a/safe/gui/tools/minimum_needs/needs_calculator_dialog.py +++ b/safe/gui/tools/minimum_needs/needs_calculator_dialog.py @@ -119,7 +119,7 @@ class NeedsCalculator...
Fix <I> - fix typo introduced in previous commit
inasafe_inasafe
train
b3c46b79bf07cf6dceba4a73d428a9adee7d0081
diff --git a/libexec/sendmailservice.py b/libexec/sendmailservice.py index <HASH>..<HASH> 100755 --- a/libexec/sendmailservice.py +++ b/libexec/sendmailservice.py @@ -73,7 +73,13 @@ msg['To'] = args.to # # According to RFC 2046, the last part of a multipart message, in this # case the HTML message, is best and prefe...
Add comments about work still to do (encoding, escaping).
Alignak-monitoring_alignak
train
70ee6be14e31aa1bfd433f1bddca778f71929afb
diff --git a/ast.go b/ast.go index <HASH>..<HASH> 100644 --- a/ast.go +++ b/ast.go @@ -1057,11 +1057,15 @@ type Show struct { // Format formats the node. func (node *Show) Format(buf *TrackedBuffer) { buf.Myprintf("show %s", node.Type) - if node.OnTable.Name.v != "" { + if node.HasOnTable() { buf.Myprintf(" on %...
add support for show vindexes
xwb1989_sqlparser
train
ad4bbbaa8e060309f3d16ac9884b392b444717c4
diff --git a/py3status/core.py b/py3status/core.py index <HASH>..<HASH> 100644 --- a/py3status/core.py +++ b/py3status/core.py @@ -163,7 +163,7 @@ class Common: self.py3_wrapper.notify_user(msg, level=level) -class Py3statusWrapper(): +class Py3statusWrapper: """ This is the py3status wrapper...
use wait() instead of sleep() in main loop
ultrabug_py3status
train
ec64fc9e14e41104e2ae5e9a078f64e6e5566f19
diff --git a/ninja-core/src/main/java/ninja/params/ControllerMethodInvoker.java b/ninja-core/src/main/java/ninja/params/ControllerMethodInvoker.java index <HASH>..<HASH> 100644 --- a/ninja-core/src/main/java/ninja/params/ControllerMethodInvoker.java +++ b/ninja-core/src/main/java/ninja/params/ControllerMethodInvoker.ja...
fix argument extractors to only deal with specialized etractors, and fallback to original argument extractor
ninjaframework_ninja
train
b97d63fc5a3db440be565d4581a9e13064e72439
diff --git a/public/assets/libs/appCore.js b/public/assets/libs/appCore.js index <HASH>..<HASH> 100644 --- a/public/assets/libs/appCore.js +++ b/public/assets/libs/appCore.js @@ -610,8 +610,15 @@ $(function ($) { await dbLocal.clear(cacheName); if(!isEmpty(dados)) { if(typeof ...
cache get request check for ID on results
edineibauer_uebConfig
train
8b9e3a20961eb714fcaa2268c98e17d81038074b
diff --git a/lib/yard/code_objects/proxy.rb b/lib/yard/code_objects/proxy.rb index <HASH>..<HASH> 100644 --- a/lib/yard/code_objects/proxy.rb +++ b/lib/yard/code_objects/proxy.rb @@ -96,9 +96,10 @@ module YARD if obj = to_obj obj.type else - :proxy + @type || :proxy ...
Allow type to be set on a proxy object
lsegal_yard
train
5d7f8803155d2eb8865cce9a60dd677c2400261c
diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinatorTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinatorTest.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/checkpoint/CheckpointCoordin...
[FLINK-<I>] [checkpointing] Extend CheckpointCoordinatorTest The added tests check that savepoints ignore the maximum number of concurrent checkpoints and minimum delay between checkpoints. This closes #<I>.
apache_flink
train
6e6eaa1cab19bd2de0882c76853b9eaa91a0a94e
diff --git a/pkg/build/apis/build/types.go b/pkg/build/apis/build/types.go index <HASH>..<HASH> 100644 --- a/pkg/build/apis/build/types.go +++ b/pkg/build/apis/build/types.go @@ -1125,6 +1125,9 @@ type ImageChangeTrigger struct { // will be used. Only one ImageChangeTrigger with an empty From reference is allowed in ...
Skip paused ICT on a BC
openshift_origin
train
184179b3663b9401b1e83d72a71d3d1bfb1bd6ab
diff --git a/tests/keo.test.js b/tests/keo.test.js index <HASH>..<HASH> 100644 --- a/tests/keo.test.js +++ b/tests/keo.test.js @@ -34,7 +34,7 @@ test('is able to pass in properties to the component;', t => { }); test('is able to remove `getInitialState` function;', t => { - const text= starwars(); + const tex...
Added check for shouldComponentUpdate
Wildhoney_Keo
train
58a11985342e4e261381916e6b43210b58ae0908
diff --git a/command/install.py b/command/install.py index <HASH>..<HASH> 100644 --- a/command/install.py +++ b/command/install.py @@ -77,6 +77,11 @@ class install (Command): ('install-data=', None, "installation directory for data files"), + # For lazy debuggers who just want to test the in...
Added --skip-build option, so lazy debuggers/testers (mainly me) don't have to wade through all the 'build' output when testing installation.
pypa_setuptools
train
117621cd38164d4837e0e24a5b65a6950cfd19fb
diff --git a/pkg/endpoint/policy.go b/pkg/endpoint/policy.go index <HASH>..<HASH> 100644 --- a/pkg/endpoint/policy.go +++ b/pkg/endpoint/policy.go @@ -324,11 +324,10 @@ func (e *Endpoint) resolveL4Policy(owner Owner, repo *policy.Repository, c *poli // and a map matching which rules were successfully removed. // Must...
endpoint: Don't fail with fatal on l4 policy application A better fix should be put in place via #<I> Fixes: #<I>
cilium_cilium
train
faf4b4a8edc934990f6f4c9632b66a944ca6e510
diff --git a/aiohttp_devtools/logs.py b/aiohttp_devtools/logs.py index <HASH>..<HASH> 100644 --- a/aiohttp_devtools/logs.py +++ b/aiohttp_devtools/logs.py @@ -1,6 +1,7 @@ import json import logging import logging.config +import platform import re import traceback from io import StringIO @@ -30,7 +31,7 @@ split_lo...
disable colors on windows, fix #<I> (#<I>)
aio-libs_aiohttp-devtools
train
9e0c199ce59ba5cb0c84c7bb041730be1afee82f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -195,6 +195,7 @@ module.exports = function (content) { var chunkHash = filename.indexOf('[chunkhash]') !== -1 ? hashFiles(generatorOptions.files, options.hashLength) : ''; + filename = fontConfig.dest.co...
dest has been ignored, now its will be added to path!
jeerbl_webfonts-loader
train
e0faaebc4dd047ae08a38de9b20721d06f64c7ba
diff --git a/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs index <HASH>..<HASH> 100755 --- a/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs +++ b/UnitySDK/Assets/ML-Agents/Scripts/Academy.cs @@ -95,7 +95,7 @@ namespace MLAgents [SerializeField] public Broad...
Ticked API : (#<I>) * Ticked API : - Ticked API for pypi for mlagents - Ticked API for pypi for unity-gym - Ticked Communication number for API - Ticked Model Loader number for API * Ticked the API for the pytest
Unity-Technologies_ml-agents
train
a5eba6f66ae25cd5a4c3196f35bd8dbe8eb43417
diff --git a/dask_kubernetes/helm.py b/dask_kubernetes/helm.py index <HASH>..<HASH> 100644 --- a/dask_kubernetes/helm.py +++ b/dask_kubernetes/helm.py @@ -166,11 +166,16 @@ class HelmCluster(Cluster): async def _wait_for_workers(self): while True: n_workers = len(self.scheduler_info["workers"...
Allow scaling of additional worker groups with HelmCluster (#<I>) (#<I>) * Allow scaling of addiotional worker groups with Helm Cluster (#<I>) * Change worker_name to worker_group, Add error checking * Add testing for changes * Update scaling example * Fix scaling non-existent worker group test. Remove sca...
dask_dask-kubernetes
train
673d732d341eef6cadaaf1fdeef11aac5bdca3eb
diff --git a/google-http-client/src/main/java/com/google/api/client/http/HttpTransport.java b/google-http-client/src/main/java/com/google/api/client/http/HttpTransport.java index <HASH>..<HASH> 100644 --- a/google-http-client/src/main/java/com/google/api/client/http/HttpTransport.java +++ b/google-http-client/src/main/...
Updated comments which looked outdated to me. The example here: <URL> But doesn't show where the transport or jsonFactory come from. It was easy to find the right JSON library from the left-nav here: <URL>
googleapis_google-http-java-client
train
8f50cdcece5fc4dfb5fff21a243d74ff3afb9aa5
diff --git a/integration/v7/isolated/scale_command_test.go b/integration/v7/isolated/scale_command_test.go index <HASH>..<HASH> 100644 --- a/integration/v7/isolated/scale_command_test.go +++ b/integration/v7/isolated/scale_command_test.go @@ -178,26 +178,21 @@ var _ = Describe("scale command", func() { _, err :=...
Update scale int test to wait for scale to take effect
cloudfoundry_cli
train
af3cd5a133e4100765dcd5e71d3dd0dd5dcd7be7
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,4 +1,6 @@ -import { SHA256, RIPEMD160, enc } from 'crypto-js' +import hexEncoding from 'crypto-js/enc-hex' +import SHA256 from 'crypto-js/sha256' +import RIPEMD160 from 'crypto-js/ripemd160' import BN from ...
refactor(utils): reduce crypto-js imports
CityOfZion_neon-js
train
316491b029732281b5a00cbe6ebcc1c1887caf4c
diff --git a/config/deploy.rb b/config/deploy.rb index <HASH>..<HASH> 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -8,7 +8,7 @@ set :scm, :git # set :pty, true # set :linked_files, %w{config/database.yml} -set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets public/system public/assets} +# set :linked...
update deploy to symlink dummy directories
wearefine_fae
train
55cc7e5d17094e666ebc40a5a0a2f6f68892880a
diff --git a/lib/deliver/deliver_process.rb b/lib/deliver/deliver_process.rb index <HASH>..<HASH> 100644 --- a/lib/deliver/deliver_process.rb +++ b/lib/deliver/deliver_process.rb @@ -108,6 +108,7 @@ module Deliver @app_version ||= @deploy_information[Deliverer::ValKey::APP_VERSION] @app_version ||= (Fas...
Added automatic detection of live version using the iTC JSON API
fastlane_fastlane
train
846eaa7e9969a6cf4586e080afde36a306a85d1f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,7 @@ else: extensions = [Extension( name='neal.src.simulated_annealing', sources=['./neal/src/simulated_annealing' + ext, - './neal/src/cpu_sa.cpp' - ], + './neal/src/cp...
Restrict package to python <I>,<I>+ (due to dimod dep)
dwavesystems_dwave-neal
train
7e6689da39f00f68c1ee37730eb5d3a7b9f2e985
diff --git a/lib/do_snapshot.rb b/lib/do_snapshot.rb index <HASH>..<HASH> 100644 --- a/lib/do_snapshot.rb +++ b/lib/do_snapshot.rb @@ -1,5 +1,5 @@ # -*- encoding : utf-8 -*- -require 'do_snapshot/version' +require_relative 'do_snapshot/version' # Used primary for creating snapshot's as backups for DigitalOcean # d...
Change some require to require_relative.
merqlove_do_snapshot
train
fb5d9dbec7e6ea60a1dc60163d5afed210e5c8b8
diff --git a/JSAT/src/jsat/regression/RegressionDataSet.java b/JSAT/src/jsat/regression/RegressionDataSet.java index <HASH>..<HASH> 100644 --- a/JSAT/src/jsat/regression/RegressionDataSet.java +++ b/JSAT/src/jsat/regression/RegressionDataSet.java @@ -68,7 +68,7 @@ public class RegressionDataSet extends DataSet ...
Fixed off by one bug in one of the constructors. git-svn-id: <URL>
EdwardRaff_JSAT
train
c9bc5913fd93f40e4d1d51a1b82051df5e68c2ed
diff --git a/internal/driver/graphics.go b/internal/driver/graphics.go index <HASH>..<HASH> 100644 --- a/internal/driver/graphics.go +++ b/internal/driver/graphics.go @@ -28,7 +28,6 @@ type Graphics interface { SetWindow(window unsafe.Pointer) SetTransparent(transparent bool) SetVertices(vertices []float32, indic...
driver: Refactoring: Remove Graphics.Flush Updates #<I>
hajimehoshi_ebiten
train