hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0f116d223826895a73b12492f17486e5d54ab7a7
diff --git a/lib/sorcery/model.rb b/lib/sorcery/model.rb index <HASH>..<HASH> 100644 --- a/lib/sorcery/model.rb +++ b/lib/sorcery/model.rb @@ -102,10 +102,6 @@ module Sorcery set_encryption_attributes - unless user.valid_password?(credentials[1]) - return authentication_response(user: user,...
Fix brute force vuln due to callbacks not being ran (#<I>) The authenticate method previously would return before callbacks executed if an invalid password was provided, which causes the brute force protection to only work for the first lockout period, and only resets after a successful login. Fixes #<I>
Sorcery_sorcery
train
4faebb8ae551d49c575cf9ecb71694a9239b4b1b
diff --git a/src/Speller.php b/src/Speller.php index <HASH>..<HASH> 100644 --- a/src/Speller.php +++ b/src/Speller.php @@ -115,10 +115,9 @@ abstract class Speller self::validateCurrency($currency); $amount = number_format($amount, 2, '.', ''); // ensure decimal is always 2 digits - $parts = explode('.', $amo...
Getting rid of an intermediate variable.
jurchiks_numbers2words
train
1ff61b06507a65ebed9da1256284f13df1dd3ccd
diff --git a/src/adapterMoz.js b/src/adapterMoz.js index <HASH>..<HASH> 100644 --- a/src/adapterMoz.js +++ b/src/adapterMoz.js @@ -37,7 +37,7 @@ }, getTime : function () { - return this.time; + return this.audio.currentTime; }, update : function ( e ) { @@ -47,8 +47,6 @@ this....
Use Mozilla's audio object for current time rather than event's
jsantell_dancer.js
train
f2f747e25efc78967ff45567b52d9da8622f141e
diff --git a/tests/api/_open.py b/tests/api/_open.py index <HASH>..<HASH> 100644 --- a/tests/api/_open.py +++ b/tests/api/_open.py @@ -3,7 +3,6 @@ # License: MIT # # pylint: disable=missing-docstring, invalid-name, no-member -import io import pathlib import pickle import tempfile @@ -20,24 +19,16 @@ class TestCas...
fix: remove unstable checks and ensure pickle data dumped to a file
ssato_python-anyconfig
train
aa6dcef408284b39dc0001683c61c149a0578156
diff --git a/lib/puppet/util/checksums.rb b/lib/puppet/util/checksums.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/util/checksums.rb +++ b/lib/puppet/util/checksums.rb @@ -72,8 +72,9 @@ module Puppet::Util::Checksums # Perform an incremental checksum on a file. def checksum_file(digest, filename, lite = ...
Fixing #<I> - checksum buffer size is now <I>b
puppetlabs_puppet
train
f28cbd92769296875e9a904645cc95d70f068ee9
diff --git a/Src/java/poc/translator/src/main/java/org/cqframework/cql/poc/translator/CqlTranslatorVisitor.java b/Src/java/poc/translator/src/main/java/org/cqframework/cql/poc/translator/CqlTranslatorVisitor.java index <HASH>..<HASH> 100755 --- a/Src/java/poc/translator/src/main/java/org/cqframework/cql/poc/translator/...
Update CQL-to-Javascript translator for changes to CQL grammar.
cqframework_clinical_quality_language
train
4162fa9928d042c218cfa8af8996b923158c27e2
diff --git a/src/main/java/edu/jhu/gm/FeatureTemplateList.java b/src/main/java/edu/jhu/gm/FeatureTemplateList.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/gm/FeatureTemplateList.java +++ b/src/main/java/edu/jhu/gm/FeatureTemplateList.java @@ -43,10 +43,19 @@ public class FeatureTemplateList implements S...
Bug fix: when computing unsupported features, we must only get features for ExpFamFactors.
mgormley_pacaya
train
6736d6d50dc57a6398825e18908d711ee7aa4e9c
diff --git a/src/main/java/org/skysql/jdbc/CommonDatabaseMetaData.java b/src/main/java/org/skysql/jdbc/CommonDatabaseMetaData.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/skysql/jdbc/CommonDatabaseMetaData.java +++ b/src/main/java/org/skysql/jdbc/CommonDatabaseMetaData.java @@ -1575,7 +1575,7 @@ public abst...
Addition of the NoSchemaPattern to emulate the MySQL Conenctor/J behaviour of getTables and getColumns
MariaDB_mariadb-connector-j
train
d35a1a4a9d25bf6a9f6d12edb8526a802e77e014
diff --git a/src/Composer/Installer/LibraryInstaller.php b/src/Composer/Installer/LibraryInstaller.php index <HASH>..<HASH> 100644 --- a/src/Composer/Installer/LibraryInstaller.php +++ b/src/Composer/Installer/LibraryInstaller.php @@ -80,16 +80,16 @@ class LibraryInstaller implements InstallerInterface */ pu...
Stylistic fixes to the previous merge
mothership-ec_composer
train
47007636ccdb93cdb842a29ebab2312b6d9c9af7
diff --git a/datatableview/columns.py b/datatableview/columns.py index <HASH>..<HASH> 100644 --- a/datatableview/columns.py +++ b/datatableview/columns.py @@ -176,7 +176,11 @@ class Column(six.with_metaclass(ColumnMetaclass)): return value - def get_processor_kwargs(self, **kwargs): + def get_process...
Forward the 'localize' value to processor
pivotal-energy-solutions_django-datatable-view
train
ac469a5b399ae2f7a91ac726d940629b923870d4
diff --git a/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/metastore/HiveMetaStoreBasedRegister.java b/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/metastore/HiveMetaStoreBasedRegister.java index <HASH>..<HASH> 100644 --- a/gobblin-hive-registration/src/main/java/org/apache/gobblin/...
[GOBBLIN-<I>] Abort when registration is happening against a view Closes #<I> from autumnust/abortview
apache_incubator-gobblin
train
0d48fb0ba54309476f8c2b930e8ceaaadea062ac
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( packages = find_packages(), author='Martin Hunt', author_email='mh12@sanger.ac.uk', - url='https://github.com/martinghunt/Fastaq', + url='https://github.com/sanger-pathogens/Fastaq', ...
Changed the url of the code in the setup.py script
sanger-pathogens_Fastaq
train
5deffe6f9ad5fb7e1d9331597616f4c66c71517b
diff --git a/fedmsg.d/base.py b/fedmsg.d/base.py index <HASH>..<HASH> 100644 --- a/fedmsg.d/base.py +++ b/fedmsg.d/base.py @@ -39,4 +39,12 @@ config = dict( # Number of seconds to sleep after initializing waiting for sockets to sync. post_init_sleep=0.2, + + # See the following + # - http://tldp.org...
Add support for TCP_KEEPALIVE to fedmsg.core. - keepalive tunable for both publishing and subscribing socket types. - introduced four new fedmsg.d/ config values. - it only works with zeromq3 and pyzmq >= <I> - graceful degradation Also, reorganized the high_water_mark code so it is also set for subscribing sockets i...
fedora-infra_fedmsg
train
d3f9f88cb12ecc01839a27e7fb0b5122e2c9d3a8
diff --git a/future/__init__.py b/future/__init__.py index <HASH>..<HASH> 100644 --- a/future/__init__.py +++ b/future/__init__.py @@ -104,6 +104,14 @@ See the docstrings for each of these modules for more info:: - future.str_as_unicode +Automatic conversion +-------------------- +An experimental script called ``f...
Add brief paragraph about futurize.py to package docstring so PyPI sees it
PythonCharmers_python-future
train
6a7b9a764e67caae44b2456e56e388884e33aa30
diff --git a/kcp.go b/kcp.go index <HASH>..<HASH> 100644 --- a/kcp.go +++ b/kcp.go @@ -691,7 +691,7 @@ func (kcp *KCP) flush(ackOnly bool) uint32 { for i, ack := range kcp.acklist { makeSpace(IKCP_OVERHEAD) // filter jitters caused by bufferbloat - if ack.sn >= kcp.rcv_nxt || len(kcp.acklist)-1 == i { + if _i...
fixed a bug on ack.sn math
xtaci_kcp-go
train
7e2d19445c83e0e0320a0c36492db4ce3b519e68
diff --git a/code/model/EventRegistration.php b/code/model/EventRegistration.php index <HASH>..<HASH> 100644 --- a/code/model/EventRegistration.php +++ b/code/model/EventRegistration.php @@ -47,26 +47,26 @@ class EventRegistration extends DataObject { } public function getCMSFields() { - $fields = parent::getCMS...
Tidied the structure of the EventRegistration CMS fields
registripe_registripe-core
train
ea90f114a2e3d3381fe832af52eaaaaaee2805a1
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -976,9 +976,8 @@ class MinionManager(MinionBase): ''' if not self.minions: err = ('Minion unable to successfully connect to ' - 'a Salt Master. Exiting....
Let minions try to connect to master indefinitly
saltstack_salt
train
54b1ef2ba7bb9ffe82cafdcfbeaff7ae02bf39cb
diff --git a/charmhelpers/contrib/openstack/amulet/utils.py b/charmhelpers/contrib/openstack/amulet/utils.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/openstack/amulet/utils.py +++ b/charmhelpers/contrib/openstack/amulet/utils.py @@ -377,10 +377,11 @@ class OpenStackAmuletUtils(AmuletUtils): ...
Update use of client.service_catalog with sessions Due to a bug in keystone client when using keystoneauth1.sessions keystoneclient.service_catalog is no longer populated automatically. Manually setting client.auth_ref has the side effect of populating the service_catalog and has become the undocumented but accepted ...
juju_charm-helpers
train
d0e63c41d30105501fb34bbf11c86d5f9e8a3698
diff --git a/shinken/objects/command.py b/shinken/objects/command.py index <HASH>..<HASH> 100644 --- a/shinken/objects/command.py +++ b/shinken/objects/command.py @@ -42,13 +42,14 @@ class Command(Item): id = 0 my_type = "command" - properties = { + properties = Item.properties.copy() + properties....
fix: mess with branches /o\
Alignak-monitoring_alignak
train
49c46d9019d9823e1f13acafdfcce041d44718de
diff --git a/pipeline/compressors/__init__.py b/pipeline/compressors/__init__.py index <HASH>..<HASH> 100644 --- a/pipeline/compressors/__init__.py +++ b/pipeline/compressors/__init__.py @@ -11,7 +11,7 @@ from pipeline.utils import to_class MAX_IMAGE_SIZE = 32700 EMBEDDABLE = r'[/]?embed/' -URL_DETECTOR = r'url\([\...
improved support for font-face CSS hacks
jazzband_django-pipeline
train
d973eb1f7d37113fb824ad933d466b227c675e0e
diff --git a/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constrai...
Add a test to prevent future regressions
symfony_symfony
train
8584328babe95e7f134e4321fc4dbeb4e8ed8c6e
diff --git a/azure-eventhubs/src/main/java/com/microsoft/azure/servicebus/ClientConstants.java b/azure-eventhubs/src/main/java/com/microsoft/azure/servicebus/ClientConstants.java index <HASH>..<HASH> 100644 --- a/azure-eventhubs/src/main/java/com/microsoft/azure/servicebus/ClientConstants.java +++ b/azure-eventhubs/src...
split platform & framework while adding to connection properties (#<I>)
Azure_azure-sdk-for-java
train
353a0d69d00a708b4920f48e0d2f7eb41ca1aa49
diff --git a/go/bind/keybase.go b/go/bind/keybase.go index <HASH>..<HASH> 100644 --- a/go/bind/keybase.go +++ b/go/bind/keybase.go @@ -113,6 +113,7 @@ func Init(homeDir string, logFile string, runModeStr string, accessGroupOverride uir := service.NewUIRouter(kbCtx) kbCtx.SetUIRouter(uir) kbCtx.SetDNSNameServerFet...
init pvl on mobile too (#<I>)
keybase_client
train
7d0c2c00979cf16f57892072e4ada13cc94e3d16
diff --git a/components/signin/SigninComponent.php b/components/signin/SigninComponent.php index <HASH>..<HASH> 100644 --- a/components/signin/SigninComponent.php +++ b/components/signin/SigninComponent.php @@ -9,8 +9,13 @@ use ntentan\models\Model; class SigninComponent extends Component { + const ON_SUCCESS_RE...
Added a way to control what happens when a successful signin occurs
ntentan_social-extension
train
2d374e12ac3884afda0e5e902ce5d85ba0910891
diff --git a/spec/app/models/metasploit_data_models/search/visitor/joins_spec.rb b/spec/app/models/metasploit_data_models/search/visitor/joins_spec.rb index <HASH>..<HASH> 100644 --- a/spec/app/models/metasploit_data_models/search/visitor/joins_spec.rb +++ b/spec/app/models/metasploit_data_models/search/visitor/joins_s...
Fix quoting issues MSP-<I> Convert " to ' where flagged by Pull Review.
rapid7_metasploit_data_models
train
949c4fa5e4fa9223f104ac3246483c1f83a121fb
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -286,6 +286,23 @@ describe("EventTarget:", function() { target.addEventListener("test", listener); target.dispatchEvent(event); }); + + it("should not call removed object listeners...
add test case for removeEventListener with obj
mysticatea_event-target-shim
train
de0e92b4fd6e31b4a040444eb3f7ac49b741ac09
diff --git a/cmd/kubeadm/app/cmd/reset.go b/cmd/kubeadm/app/cmd/reset.go index <HASH>..<HASH> 100644 --- a/cmd/kubeadm/app/cmd/reset.go +++ b/cmd/kubeadm/app/cmd/reset.go @@ -131,9 +131,16 @@ func (r *Reset) Run(out io.Writer) error { // Don't check for errors here, since umount will return a non-zero exit code if th...
Skip etcd related preflight checks and reset actions for external etcd We should not assume ownership of etcd when external etcd endpoints were set. Fixes: <URL>
kubernetes_kubernetes
train
7d48b035f2540cd946fed70efea68ae62395c0f5
diff --git a/app/controllers/letter_opener_web/letters_controller.rb b/app/controllers/letter_opener_web/letters_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/letter_opener_web/letters_controller.rb +++ b/app/controllers/letter_opener_web/letters_controller.rb @@ -2,23 +2,25 @@ require_dependency "let...
Added validation of params for letters_controller.
fgrehm_letter_opener_web
train
7029e8b6d223d7cb88b2fc03ef14e11c9f2b6ffe
diff --git a/lib/mongoid/relations/referenced/many.rb b/lib/mongoid/relations/referenced/many.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/relations/referenced/many.rb +++ b/lib/mongoid/relations/referenced/many.rb @@ -20,6 +20,25 @@ module Mongoid # :nodoc: target end + # Builds a new ...
Adding in build to references_many
mongodb_mongoid
train
8e45f5df9c4e5b1c6bb3cc441f963af9a6c8d672
diff --git a/src/Illuminate/Routing/Route.php b/src/Illuminate/Routing/Route.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Routing/Route.php +++ b/src/Illuminate/Routing/Route.php @@ -85,7 +85,7 @@ class Route { * * @var array */ - protected static $validators; + public static $validators; /** * ...
Just change protected property to public. Remove setValidator method that I committed.
laravel_framework
train
48d8a7e984abdefb51167346bbd7a3bfeee2a559
diff --git a/pmagpy/ipmag.py b/pmagpy/ipmag.py index <HASH>..<HASH> 100755 --- a/pmagpy/ipmag.py +++ b/pmagpy/ipmag.py @@ -9210,7 +9210,7 @@ def aniso_magic(infile='specimens.txt', samp_file='samples.txt', site_file='site pmagplotlib.add_borders(figs, titles, con_id=con_id) if image_reco...
fix issue with image_recs in ipmag.aniso_magic and tests, #<I>
PmagPy_PmagPy
train
6d29e74fd27e6e3ad8b7efa8de511a567654cf63
diff --git a/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandler.java b/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandler.java index <HASH>..<HASH> 100644 --- a/zuul-core/src/main/java/com/netflix/netty/common/proxyprotocol/HAProxyMessage...
core: include proxy protocol in server conn dimms
Netflix_zuul
train
1752653f61a2de8c91c60f2d0b6f456662b6cc60
diff --git a/test/Label/Services/ReadServiceTest.php b/test/Label/Services/ReadServiceTest.php index <HASH>..<HASH> 100644 --- a/test/Label/Services/ReadServiceTest.php +++ b/test/Label/Services/ReadServiceTest.php @@ -8,6 +8,7 @@ use CultuurNet\UDB3\Label\ReadModels\JSON\Repository\ReadRepositoryInterface; use Cultuu...
III-<I> Added missing using statement.
cultuurnet_udb3-php
train
1cf6313daf2532aebf5b1ec94470558534b890d7
diff --git a/languagetool-gui-commons/src/main/java/org/languagetool/gui/ConfigurationDialog.java b/languagetool-gui-commons/src/main/java/org/languagetool/gui/ConfigurationDialog.java index <HASH>..<HASH> 100644 --- a/languagetool-gui-commons/src/main/java/org/languagetool/gui/ConfigurationDialog.java +++ b/languageto...
switch categories register and typography back to grammar rules
languagetool-org_languagetool
train
ddb028e6373f7b7d489f7281d1f1d1595830c035
diff --git a/delorean/data.py b/delorean/data.py index <HASH>..<HASH> 100644 --- a/delorean/data.py +++ b/delorean/data.py @@ -1,6 +1,9 @@ +import pytz from datetime import datetime from pytz import timezone +UTC = 'UTC' + def parse(s, tz=None): """ @@ -24,13 +27,16 @@ def now(): return utcnow() -d...
adding method to get timezone object updating normalize and localize
myusuf3_delorean
train
220ad7f4225f704bd9b4cded51198f73f4d59c66
diff --git a/provider/src/main/java/com/github/terma/gigaspacewebconsole/provider/RealSqlResult.java b/provider/src/main/java/com/github/terma/gigaspacewebconsole/provider/RealSqlResult.java index <HASH>..<HASH> 100644 --- a/provider/src/main/java/com/github/terma/gigaspacewebconsole/provider/RealSqlResult.java +++ b/p...
Correctly show renamed columns in result
terma_gigaspace-web-console
train
87458ad4ce9a2a1df8b8722c7a8ad43183d9dff1
diff --git a/bitbucket.go b/bitbucket.go index <HASH>..<HASH> 100644 --- a/bitbucket.go +++ b/bitbucket.go @@ -12,7 +12,7 @@ type BitbucketUser struct { } func (u *BitbucketUser) Id() string { return u.UserId } -func (u *BitbucketUser) Provider() string { return "bitbucket.com" } +func (u *BitbucketUser) Prov...
modified bitbucket provider name from "bitbucket.com" to "bitbucket.org"
bradrydzewski_go.auth
train
c471797396aa3d95f617c538289afbabb0397e47
diff --git a/perceval/backends/core/jenkins.py b/perceval/backends/core/jenkins.py index <HASH>..<HASH> 100644 --- a/perceval/backends/core/jenkins.py +++ b/perceval/backends/core/jenkins.py @@ -32,13 +32,12 @@ from ...backend import (Backend, BackendCommandArgumentParser) from ...client impor...
[jenkins] Align fetch signature to the backend generic one This code aligns the signature of the fetch method to the one provided by the generic backend
chaoss_grimoirelab-perceval
train
bd1a32845959095ea4872182a8a13c03bf18cca1
diff --git a/test/integration/sanity/var-replacement.test.js b/test/integration/sanity/var-replacement.test.js index <HASH>..<HASH> 100644 --- a/test/integration/sanity/var-replacement.test.js +++ b/test/integration/sanity/var-replacement.test.js @@ -1,3 +1,5 @@ +var expect = require('chai').expect; + describe('variab...
Update integration/sanity/var-replacement tests to chai
postmanlabs_postman-runtime
train
76d75f42409a5711a772d78f67cb635b9b1e933a
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -220,15 +220,7 @@ module ActionController class TestResponse < ActionDisp...
initialize ivars, refactor recycle! to call initialize
rails_rails
train
37e5fa2e9cd982228aee4f5ade0c8480bf8d84d5
diff --git a/colo.js b/colo.js index <HASH>..<HASH> 100644 --- a/colo.js +++ b/colo.js @@ -38,7 +38,7 @@ } console.log.apply(console, args); }; - if (typeof define === 'undefined' && define.amd) { + if (typeof define !== 'undefined' && define.amd) { // amd define(function() { ...
Fixes check for AMD support.
yosuke-furukawa_colo
train
dc38b35dab7a321349647b9c63009a828803d191
diff --git a/src/CsnAclNavigation/Module.php b/src/CsnAclNavigation/Module.php index <HASH>..<HASH> 100644 --- a/src/CsnAclNavigation/Module.php +++ b/src/CsnAclNavigation/Module.php @@ -42,7 +42,7 @@ class Module $sm = $pm->getServiceLocator(); $config = $sm->get('Config'); - $acl = new \CsnAuthor...
Acl is now initialized through the Service Locator.
coolcsn_CsnAclNavigation
train
ed4988d8958db829e9c00335570b194edf3330df
diff --git a/src/files-mfs/ls-pull-stream.js b/src/files-mfs/ls-pull-stream.js index <HASH>..<HASH> 100644 --- a/src/files-mfs/ls-pull-stream.js +++ b/src/files-mfs/ls-pull-stream.js @@ -71,7 +71,7 @@ module.exports = (createCommon, options) => { }) }) - it('should ls -l directory', (done) => { + it...
fix: use the correct option name for files.ls long (#<I>) License: MIT
ipfs_interface-js-ipfs-core
train
8e88d11b41b8cbec4c51180589fd77b6a3d7c1f9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -220,7 +220,8 @@ class build_ext(_build_ext): extra_postargs=(ext.extra_compile_args or []), depends=ext.depends) except CompileError: - log.warn("%s appears not to...
Minor <I> and win<I> compatibility fixes; clarify the 'feature not found' message in setup.py.
yaml_pyyaml
train
0b4557987d1ddc0f2a14620dba9f41a113d89e08
diff --git a/tests/index-test.js b/tests/index-test.js index <HASH>..<HASH> 100644 --- a/tests/index-test.js +++ b/tests/index-test.js @@ -151,7 +151,7 @@ describe('gzip plugin', function() { return rimraf(context.distDir); }); - it('gzips the matching files which are not ignored', function() { + it...
Fix test for "gzips the matching files which are not ignored" Any error would have been ignored.
ember-cli-deploy_ember-cli-deploy-gzip
train
3db3e62157ce6eab2ab3719f63a53f25fd1231cb
diff --git a/src/main/java/jcifs/smb/SmbFile.java b/src/main/java/jcifs/smb/SmbFile.java index <HASH>..<HASH> 100644 --- a/src/main/java/jcifs/smb/SmbFile.java +++ b/src/main/java/jcifs/smb/SmbFile.java @@ -26,6 +26,7 @@ import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; impor...
No longer require same connection/session/tree for rename target (#<I>)
AgNO3_jcifs-ng
train
b0755346d789e8fc9a2e64b61df38e2f773dd3d9
diff --git a/Twig/RequestRuntime.php b/Twig/RequestRuntime.php index <HASH>..<HASH> 100644 --- a/Twig/RequestRuntime.php +++ b/Twig/RequestRuntime.php @@ -116,7 +116,7 @@ class RequestRuntime implements RuntimeExtensionInterface $config[EmsFields::ASSET_CONFIG_MIME_TYPE] = $mimeType; } - ...
Avoid to save assset config on all store services
ems-project_EMSCommonBundle
train
8258e7a14d6afb7a25bdecc7d4c79142260b7689
diff --git a/spec/flipper/feature_spec.rb b/spec/flipper/feature_spec.rb index <HASH>..<HASH> 100644 --- a/spec/flipper/feature_spec.rb +++ b/spec/flipper/feature_spec.rb @@ -190,10 +190,12 @@ describe Flipper::Feature do end it "enables feature for actor in enabled group" do + pending subject.e...
Pending failing specs that I'm going to work on soon
jnunemaker_flipper
train
46b7e369b3a90beaba902b6d604d4eed5e232332
diff --git a/compat.py b/compat.py index <HASH>..<HASH> 100644 --- a/compat.py +++ b/compat.py @@ -6,16 +6,30 @@ maya.compat This module handles import compatibility issues between Python 2 and Python 3. """ + import sys -if sys.version_info < (3, 0): - _PY3 = False -else: - _PY3 = True +# ------- +# Python...
adapt compat.py style to the one from requests
kennethreitz_maya
train
150e651ee767b3843ebf47119acea34f9a6842e7
diff --git a/cli/mapchete_execute.py b/cli/mapchete_execute.py index <HASH>..<HASH> 100755 --- a/cli/mapchete_execute.py +++ b/cli/mapchete_execute.py @@ -39,7 +39,7 @@ def main(args): process_host=process_host, overwrite=overwrite ) - pool = Pool(cpu_count()) + pool = Pool() log = "" ...
removing unnecessary cpu_count() and adding KeyboardInterrupt for clean aborting
ungarj_mapchete
train
cbd10e27d1fa6e07d39dbb6fb42ce3420c5959db
diff --git a/actionpack/test/dispatch/response_test.rb b/actionpack/test/dispatch/response_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/dispatch/response_test.rb +++ b/actionpack/test/dispatch/response_test.rb @@ -217,6 +217,15 @@ class ResponseTest < ActiveSupport::TestCase assert_not @response.respo...
Add missing test for response destructuring.
rails_rails
train
e223fa8ba5a643c6b37aaa221e28ee2bcf9add11
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -39,7 +39,8 @@ function EventEmitterPromisifier(originalMethod) { .on('error', function (err) { reject(err); }) - .on('requestTimeout', function () { + ...
failed requests should be aborted/closed
dodevops_node-rest-client-promise
train
748105767fa3fc262433a961db5c88037b42d0cd
diff --git a/filter/censor/filter.php b/filter/censor/filter.php index <HASH>..<HASH> 100644 --- a/filter/censor/filter.php +++ b/filter/censor/filter.php @@ -20,7 +20,7 @@ function censor_filter($courseid, $text) { $words = array(); $badwords = explode(',', get_string('censorbadwords')); for...
Just so we can put spaces in the bad words string.
moodle_moodle
train
adc8a942e59a3a4f2cc0d1b0c269608900c54412
diff --git a/Lib/Embera/Embera.php b/Lib/Embera/Embera.php index <HASH>..<HASH> 100755 --- a/Lib/Embera/Embera.php +++ b/Lib/Embera/Embera.php @@ -50,9 +50,10 @@ class Embera $this->config = array_merge(array( 'oembed' => true, 'use_embed_prefix' => false, + 'http' => array...
Added method to register a custom/new provider - The HttpRequest method now accepts a config array with options where you can define options for the curl/fopen request.
mpratt_Embera
train
0e44a7726cc40129167d458ee9574366e3ef4edc
diff --git a/Build/deploy.php b/Build/deploy.php index <HASH>..<HASH> 100644 --- a/Build/deploy.php +++ b/Build/deploy.php @@ -55,6 +55,7 @@ set('shared_dirs', [ set('shared_files', [ 'composer.json', 'web/.htaccess', + 'web/robots.txt', 'web/typo3conf/LocalConfiguration.php', 'web/typo3conf/Pac...
[TASK] Add robots.txt symlink in deployment
benjaminkott_bootstrap_package
train
fdabae6d3f144f5f0084ef6bcbd40c3d7903a6e1
diff --git a/src/Reform/Form/Form.php b/src/Reform/Form/Form.php index <HASH>..<HASH> 100644 --- a/src/Reform/Form/Form.php +++ b/src/Reform/Form/Form.php @@ -5,6 +5,7 @@ namespace Reform\Form; use Reform\Helper\Html; use Reform\Validation\Validator; use Reform\Validation\Rule\AbstractRule; +use Reform\Form\Row\Abst...
Form has newRow() and addRow(). newRow() creates a new row from a registered type. addRow() allows for adding any type on the fly.
glynnforrest_reform
train
607cd86da1c457b8d89c25c84de225baa96d2a21
diff --git a/tests/test_redis/test_redis_to_stream.py b/tests/test_redis/test_redis_to_stream.py index <HASH>..<HASH> 100644 --- a/tests/test_redis/test_redis_to_stream.py +++ b/tests/test_redis/test_redis_to_stream.py @@ -75,4 +75,33 @@ class TestRedisToStream(BaseTest): } RedisToStream.set_latest_...
Add missing test for redis db ToStream
polyaxon_polyaxon
train
cdaa4df2d9d4bd69b67860e659115e85ba334fc0
diff --git a/src/QueryBuilderRequest.php b/src/QueryBuilderRequest.php index <HASH>..<HASH> 100644 --- a/src/QueryBuilderRequest.php +++ b/src/QueryBuilderRequest.php @@ -73,7 +73,9 @@ class QueryBuilderRequest extends Request public function sorts(): Collection { - $sortParts = $this->sort(); + ...
[BugFix] sorts() (#<I>) sorts method was still using removed sort() method
spatie_laravel-query-builder
train
1b4f7286726b5a1a3177c6446657afbd4c7183e1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,9 @@ setup( # The project's main homepage. url='https://github.com/StanfordBioinformatics/loom', - download_url='https://github.com/StanfordBioinformatics/loom/tarball/'+version, + + # Could use a u...
Removed Github download tarball for now.
StanfordBioinformatics_loom
train
063a82d74b2f021389c99160298ea8104e8b93e1
diff --git a/lib/mongoid/fields/internal/foreign_keys/array.rb b/lib/mongoid/fields/internal/foreign_keys/array.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/fields/internal/foreign_keys/array.rb +++ b/lib/mongoid/fields/internal/foreign_keys/array.rb @@ -23,17 +23,22 @@ module Mongoid #:nodoc: # @param [...
Allow reordering of foreign keys even with pulls/pushes When there were pushes (or pulls) as well as elements being reordered, save would only push (or pull) elements. The changed order of the other elements were lost. With this change, checking is done to ensure that we only push when the new elements are at the end...
mongodb_mongoid
train
cbf693df394c06939b23afb8abb91ca1aec9cae7
diff --git a/app/lib/actions/remote_execution/run_host_job.rb b/app/lib/actions/remote_execution/run_host_job.rb index <HASH>..<HASH> 100644 --- a/app/lib/actions/remote_execution/run_host_job.rb +++ b/app/lib/actions/remote_execution/run_host_job.rb @@ -9,6 +9,8 @@ module Actions include ::Dynflow::Action::Canc...
Make sure we link the resources to the tasks as the first thing in planning
theforeman_foreman_remote_execution
train
ff96f721f09a7c1db02a98e4c691fa01dd9c9b29
diff --git a/nodeconductor/iaas/tasks/iaas.py b/nodeconductor/iaas/tasks/iaas.py index <HASH>..<HASH> 100644 --- a/nodeconductor/iaas/tasks/iaas.py +++ b/nodeconductor/iaas/tasks/iaas.py @@ -419,5 +419,5 @@ def sync_instances_with_zabbix(): @shared_task def sync_instance_with_zabbix(instance_uuid): instance = mo...
Suppress meaningless logs - NC-<I>
opennode_waldur-core
train
049e0da481cdb352272b38fcdd1b1e2f54407099
diff --git a/Command/SearchCommand.php b/Command/SearchCommand.php index <HASH>..<HASH> 100644 --- a/Command/SearchCommand.php +++ b/Command/SearchCommand.php @@ -25,7 +25,7 @@ class SearchCommand extends ContainerAwareCommand ->setName('foq:elastica:search') ->addArgument('type', InputArgumen...
Fixed SearchCommand's index option
FriendsOfSymfony_FOSElasticaBundle
train
b9c71171fa40c8e393c8457445644d804e17e612
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -162,9 +162,21 @@ Hammer.event = { touches : touches, eventType : eventType, srcEvent : ev, + + /** + * prevent the browser default actions...
better documentation at the event methods preventDefault() and stop()
hammerjs_hammer.js
train
a41da0495b776b197ed9900ed180c063397df478
diff --git a/spyder/api/widgets/main_widget.py b/spyder/api/widgets/main_widget.py index <HASH>..<HASH> 100644 --- a/spyder/api/widgets/main_widget.py +++ b/spyder/api/widgets/main_widget.py @@ -257,11 +257,17 @@ class PluginMainWidget(QWidget, SpyderWidgetMixin, SpyderToolbarMixin): # Layout # ----...
Remove margins around windows separators
spyder-ide_spyder
train
04fc380772c1f7dfcd7f7c967a26bc30daadd3a6
diff --git a/soco/core.py b/soco/core.py index <HASH>..<HASH> 100755 --- a/soco/core.py +++ b/soco/core.py @@ -450,18 +450,21 @@ class SoCo(_SocoSingletonBase): created. This is often the case if you have a custom stream, it will need at least the title in the metadata in order to play. - Arg...
Replace http(s) prefix in URIs to play with Sonos own x-rincon-mp3radio://. Fixes #<I>.
SoCo_SoCo
train
e7397ff62ed9d554683905e53a619e82c174c1db
diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC767Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC767Test.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC767Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC767Test.php @@ -49,7 +49,7 @@ class DDC767Tes...
Fix DDC<I>Test failing on php7 + pg<I> The failure happens when running the full suite or even just: phpunit tests/Doctrine/Tests/ORM/Functional/Ticket
doctrine_orm
train
76df4e28d8b8131f1c2cd1d0245765f1345e26a5
diff --git a/api/signer/signer.go b/api/signer/signer.go index <HASH>..<HASH> 100644 --- a/api/signer/signer.go +++ b/api/signer/signer.go @@ -5,6 +5,7 @@ import ( "golang.org/x/net/context" "chain/crypto" + "chain/database/pg" "chain/errors" "chain/fedchain" "chain/fedchain/bc" @@ -52,6 +53,10 @@ func (s *...
api/signer: move block height locking here Previously the locking behavior was included as part of the fedchain package, and as a corollary the Store interface. Since this behavior is specific to the signer functionality, and not the storage/validation of blocks and transactions, it has been moved to the signer packag...
chain_chain
train
d78be26cafd2ba145c4367580f529d7cc22447fb
diff --git a/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsIntegrationProcessor.java b/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsIntegrationProcessor.java index <HASH>..<HASH> 100755 --- a/jaxrs/src/main/java/org/jboss/as/jaxrs/deployment/JaxrsIntegrationProcessor.java +++ b/jaxrs/src/main/java/or...
WFLY-<I> clear jackson type cache on undeploy
wildfly_wildfly
train
acf5cb544b717ef9ac263bbc211e0d246a9117f6
diff --git a/andes/core/model.py b/andes/core/model.py index <HASH>..<HASH> 100644 --- a/andes/core/model.py +++ b/andes/core/model.py @@ -918,6 +918,10 @@ class Model(object): instance.v = func(**kwargs) else: instance.v = np.array(func) + + # c...
Patched Model.s_update so that return is always a numpy array; separated TDS.do_switch(); added dae.set_t;
cuihantao_andes
train
bb9cfdab7cd14d1069cfc18ee3d2293423accd1d
diff --git a/app/assets/javascripts/sufia/batch_edit.js b/app/assets/javascripts/sufia/batch_edit.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/sufia/batch_edit.js +++ b/app/assets/javascripts/sufia/batch_edit.js @@ -87,7 +87,7 @@ function batch_edit_init () { for (key in Object.ke...
Don't hardcode the param_key in the javascript
samvera_hyrax
train
81b60902b92540cf3d1868bca54cfae3623852bb
diff --git a/src/Commands/JsonApiDrushCommands.php b/src/Commands/JsonApiDrushCommands.php index <HASH>..<HASH> 100644 --- a/src/Commands/JsonApiDrushCommands.php +++ b/src/Commands/JsonApiDrushCommands.php @@ -459,7 +459,7 @@ JSON; '-H "Content-Disposition: attachment; filename=\"' . urlencode( ...
Remove escapeshellarg I should never trust forums, i had this right! TODO: we need to move this curl calls (simple yes, but hard to parse the response) to symfony http client calls. Why? We need to know the actual response of an upload so we can decide how to proceed. Example? 0 Bytes uploaded because the file path wa...
esmero_strawberryfield
train
77715e4c30db19b02e4eda56a1970895620995a2
diff --git a/main/boofcv-ip/src/main/java/boofcv/alg/misc/GPixelMath.java b/main/boofcv-ip/src/main/java/boofcv/alg/misc/GPixelMath.java index <HASH>..<HASH> 100644 --- a/main/boofcv-ip/src/main/java/boofcv/alg/misc/GPixelMath.java +++ b/main/boofcv-ip/src/main/java/boofcv/alg/misc/GPixelMath.java @@ -1,5 +1,5 @@ /* -...
GPixelMath - lambda1 uses isAssignableFrom now - Maybe this will fix the testing issue where it would crash sometimes
lessthanoptimal_BoofCV
train
c6c4840580432ce77fecc1230e04fb99488c4d03
diff --git a/devices.js b/devices.js index <HASH>..<HASH> 100644 --- a/devices.js +++ b/devices.js @@ -833,6 +833,18 @@ const devices = [ fromZigbee: generic.light_onoff_brightness().fromZigbee, toZigbee: generic.light_onoff_brightness().toZigbee, }, + + // Nue in Wall-Ceiling Switch + { ...
added Nue in wall/ceiling switch
Koenkk_zigbee-shepherd-converters
train
64af5e98a957b8234c8f3b3b7c07af38d25b8966
diff --git a/src/system/modules/metamodelsfilter_fromto/config/config.php b/src/system/modules/metamodelsfilter_fromto/config/config.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodelsfilter_fromto/config/config.php +++ b/src/system/modules/metamodelsfilter_fromto/config/config.php @@ -18,12 +18,8 @@ /...
The config now does "deep assignments" See <URL>
MetaModels_filter_fromto
train
ca4b5959ba7adb3c00d540ad976cee7cffbe2a57
diff --git a/lib/ohai/plugins/darwin/virtualization.rb b/lib/ohai/plugins/darwin/virtualization.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/darwin/virtualization.rb +++ b/lib/ohai/plugins/darwin/virtualization.rb @@ -20,6 +20,7 @@ Ohai.plugin(:Virtualization) do provides "virtualization" + depends "har...
Detect virtualbox and vmware guests on Macs
chef_ohai
train
bf8586f462df8631cd163c6d5d4a8ea8fdb7d633
diff --git a/dusty/config.py b/dusty/config.py index <HASH>..<HASH> 100644 --- a/dusty/config.py +++ b/dusty/config.py @@ -89,7 +89,7 @@ def _load_ssh_auth_pre_yosemite(): to the correct launchd.""" for process in psutil.process_iter(): if process.name() == 'ssh-agent': - ssh_auth_sock = s...
cast pid as a string for check_output
gamechanger_dusty
train
32e9a3a424af3db4791941b09b0d741b7a264e20
diff --git a/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/HandlersTest.java b/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/HandlersTest.java index <HASH>..<HASH> 100644 --- a/app/src/androidTestE2eTest/java/io/appium/uiautomator2/unittest/test/HandlersTest.java +++ b/app/...
Added Test for Screen Rotation and AppStrings handlers
appium_appium-uiautomator2-server
train
1b629544bce1306698392945c90c74f32c9e2abc
diff --git a/ring.js b/ring.js index <HASH>..<HASH> 100644 --- a/ring.js +++ b/ring.js @@ -50,7 +50,7 @@ function declare(_) { ring.Object = Object; _.extend(ring.Object, { __mro__: [ring.Object], - __properties__: {$init: function() {}}, + __properties__: {init: function() {}}, ...
Changed $init to init
nicolas-van_ring.js
train
ed665bc4cc9d1163681b0a6e05ba6093b0f8b6bc
diff --git a/src/Config/BaseConfig.php b/src/Config/BaseConfig.php index <HASH>..<HASH> 100644 --- a/src/Config/BaseConfig.php +++ b/src/Config/BaseConfig.php @@ -36,14 +36,14 @@ class BaseConfig implements ConfigInterface /** * @param mixed[] $config */ - private function setConfig(array $config): ...
Config - change access level for setters
keboola_php-component
train
25604faf9e27b563c424301c2c22e23b9d917c57
diff --git a/integration-tests/it-common/src/main/java/fr/pilato/elasticsearch/crawler/fs/test/integration/workplacesearch/AbstractWorkplaceSearchITCase.java b/integration-tests/it-common/src/main/java/fr/pilato/elasticsearch/crawler/fs/test/integration/workplacesearch/AbstractWorkplaceSearchITCase.java index <HASH>..<...
Use the WPSearch search API for tests
dadoonet_fscrawler
train
1d37260a84c9420a732210e5e87f44eced3c2fa6
diff --git a/History.txt b/History.txt index <HASH>..<HASH> 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +== 1.1.1 2009-11-30 + +* New Features: + - Math.hypot + == 1.1.0 2009-11-30 * New Features: diff --git a/lib/flt/float.rb b/lib/flt/float.rb index <HASH>..<HASH> 100644 --- a/lib/flt/float.rb +++...
New math function hypot and Float Num() constructor optimization.
jgoizueta_flt
train
e209d1580f7a8a7e36cf42febc0073c75acb65ab
diff --git a/Component/MailSender.php b/Component/MailSender.php index <HASH>..<HASH> 100644 --- a/Component/MailSender.php +++ b/Component/MailSender.php @@ -130,7 +130,7 @@ class MailSender } /** - * Renders the template, creates the message and sends it. + * Creates the message and sends it. ...
update how the msg parts are determined & checked
xmmedia_XMMailManagerBundle
train
6169ea8ae86e40aa7249af44e0aeab3941176333
diff --git a/example/jquery/run.js b/example/jquery/run.js index <HASH>..<HASH> 100644 --- a/example/jquery/run.js +++ b/example/jquery/run.js @@ -1,34 +1,27 @@ var sys = require("sys"), - dom = require("../../lib/level1/core").dom.level1.core, + dom = require(__dirname +"/../../lib/level1/core").dom.level1.cor...
jQuery example is functional, had to stub out events / document.compareDocumentPosition, but selectors / text / etc works
jsdom_jsdom
train
56d4d6dadcec92e78ded7f80eb51732214ec61f8
diff --git a/salt/cloud/clouds/nova.py b/salt/cloud/clouds/nova.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/nova.py +++ b/salt/cloud/clouds/nova.py @@ -155,6 +155,9 @@ def __virtual__(): ''' request_log.setLevel(getattr(logging, __opts__.get('requests_log_level', 'warning').upper())) + if get_...
Make sure nova configs are set before checking for dependencies
saltstack_salt
train
b60e04e119450552243196105bae0d42179ee0ca
diff --git a/chug/chug.go b/chug/chug.go index <HASH>..<HASH> 100644 --- a/chug/chug.go +++ b/chug/chug.go @@ -34,14 +34,31 @@ type LogEntry struct { Data lager.Data } +type lagerTime struct { + t time.Time +} + +func (t lagerTime) Time() time.Time { + return t.t +} + +func toTimestamp(d string) (time.Time, error)...
fix compilation errors since DisallowUnknownFields doesn't exist in go<I> [#<I>]
cloudfoundry_lager
train
ce1b8ff71d9a66e459f6eb16dcc72b4eb2ffae58
diff --git a/server/src/com/thoughtworks/go/server/controller/AgentRegistrationController.java b/server/src/com/thoughtworks/go/server/controller/AgentRegistrationController.java index <HASH>..<HASH> 100644 --- a/server/src/com/thoughtworks/go/server/controller/AgentRegistrationController.java +++ b/server/src/com/thou...
Add error message from result on the exception, when agentRegistration fails (#<I>)
gocd_gocd
train
75a179f71293d11eca4a0928d2ba75713a868cb7
diff --git a/src/sap.m/src/sap/m/ObjectHeader.js b/src/sap.m/src/sap/m/ObjectHeader.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/ObjectHeader.js +++ b/src/sap.m/src/sap/m/ObjectHeader.js @@ -371,14 +371,26 @@ sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/ui/ ObjectHeader.pro...
[FIX] sap.m.ObjectHeader: Prevent default on space key handling is always executed Because of this, spaces cannot be used inside input controls which are part of the object header. Change-Id: If2e3efaa<I>e<I>bd2f5f<I>b<I>f<I>d1f<I>c<I>
SAP_openui5
train
b34e2c7f4cab75ffd64c2d2dad6ae8bbd9954368
diff --git a/oplus/idf.py b/oplus/idf.py index <HASH>..<HASH> 100644 --- a/oplus/idf.py +++ b/oplus/idf.py @@ -479,6 +479,10 @@ class IDFObjectManager(Cached): else: raise IDFError("Unknown detailed type: '%s'." % fieldd.detailed_type) + # remove if last field and emptied + if (len...
idf debug: last field is removed if set to None
openergy_oplus
train
db7277ce3d0ec4954a590736bfd7dccae6a711cf
diff --git a/quark/api/extensions/subnets_quark.py b/quark/api/extensions/subnets_quark.py index <HASH>..<HASH> 100644 --- a/quark/api/extensions/subnets_quark.py +++ b/quark/api/extensions/subnets_quark.py @@ -20,6 +20,8 @@ from neutron.api import extensions EXTENDED_ATTRIBUTES_2_0 = { "subnets": { "seg...
Add ability to see ip_policy_id on subnet response RM<I>
openstack_quark
train
cbb0a8a0bf2e5f16dab963729b37b19d1d4f4442
diff --git a/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js b/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js +++ b/src/main/resources/META-INF/resources/primefaces/...
Refactor on treetable scrolling.
primefaces_primefaces
train
3fa1a7b1638ffdaaae3dffafd6e81f5a5acef8c8
diff --git a/pavement.py b/pavement.py index <HASH>..<HASH> 100644 --- a/pavement.py +++ b/pavement.py @@ -69,6 +69,12 @@ if paver.doctools.has_sphinx: @task @needs(['paver.doctools.html']) + def html_build(): + """Build Audiolab's html documentation.""" + pass + + @task + @needs(['ht...
Add an html_build target to paver.
cournape_audiolab
train
c9b1c6857ad08016d0115e817df8fa324ad1e140
diff --git a/app/controllers/alchemy/admin/elements_controller.rb b/app/controllers/alchemy/admin/elements_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/alchemy/admin/elements_controller.rb +++ b/app/controllers/alchemy/admin/elements_controller.rb @@ -73,16 +73,13 @@ module Alchemy def order ...
Do not change page_id on reorder elements Reordering elements does not need to change the elements page id anymore since we removed the trash.
AlchemyCMS_alchemy_cms
train
326359e7238a27a3e98e5ff6269f55cd7c943d7e
diff --git a/tasks.py b/tasks.py index <HASH>..<HASH> 100644 --- a/tasks.py +++ b/tasks.py @@ -65,13 +65,18 @@ def deploy_docs(c): call(isort, check=True), call(flake8), call(mypy), - sphinx, ] ) def lint(c): pass +@task( + pre=[ + call(sphinx) + ] + + ...
lint task: don't run sphinx
TankerHQ_python-cli-ui
train
e9a6da69b296f826a34adcd3a1e20325e2e57fd5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='park-worker-base', - version='0.1.0', + version='0.1.1', description='Base logic of workers for park-keeper project.', author='Telminov Sergey', ...
travis not working :(
telminov_park-worker-base
train
494c282d964c3a9b54c2a1b3730f5625ea2a494b
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ author = u'Tjelvar Olsson and Matthew Hartley' # built documents. # # The short X.Y version. -version = '0.5.1' +version = '0.6.0' # The full version, including al...
Updated version number to <I>
JIC-CSB_jicbioimage.transform
train
332397ed6635a6394687f991e67607e92f8fc173
diff --git a/pg-embedded/src/main/java/com/nesscomputing/db/postgres/embedded/EmbeddedPostgreSQL.java b/pg-embedded/src/main/java/com/nesscomputing/db/postgres/embedded/EmbeddedPostgreSQL.java index <HASH>..<HASH> 100644 --- a/pg-embedded/src/main/java/com/nesscomputing/db/postgres/embedded/EmbeddedPostgreSQL.java +++ ...
Allow the user to prevent cleanup of the PG data directory via a system property
NessComputing_components-ness-pg
train
ce661d6ac72f88129b83f8ca5508792ccd3c8899
diff --git a/lib/aws_sns_manager/client.rb b/lib/aws_sns_manager/client.rb index <HASH>..<HASH> 100644 --- a/lib/aws_sns_manager/client.rb +++ b/lib/aws_sns_manager/client.rb @@ -10,8 +10,8 @@ module AwsSnsManager @client = Aws::SNS::Client.new(options) end - def send - message = message('Hi').to_...
Revise send method so that it can take args
nafu_aws_sns_manager
train
cd54106d49bfc8d6f58c60c091e5612acf418a80
diff --git a/lib/simple_api/sa_parser.js b/lib/simple_api/sa_parser.js index <HASH>..<HASH> 100644 --- a/lib/simple_api/sa_parser.js +++ b/lib/simple_api/sa_parser.js @@ -0,0 +1,68 @@ +var Tokenizer = require('./tokenizer'), + TokenizerProxy = require('./tokenizer_proxy'); + +//Skipping handler +function skip() { + ...
SAParser accomplished, testing required
inikulin_parse5
train
3a69bace847a4edfca2d27f8472d614665b91567
diff --git a/src/test/java/com/taskadapter/redmineapi/UserIntegrationTest.java b/src/test/java/com/taskadapter/redmineapi/UserIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/taskadapter/redmineapi/UserIntegrationTest.java +++ b/src/test/java/com/taskadapter/redmineapi/UserIntegrationTest.java @...
Issue #<I>. fix "connection pool already closed" error in UserIntegrationTest.java
taskadapter_redmine-java-api
train