diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/Html5Video/Html5Video.php b/src/Html5Video/Html5Video.php
index <HASH>..<HASH> 100644
--- a/src/Html5Video/Html5Video.php
+++ b/src/Html5Video/Html5Video.php
@@ -64,7 +64,7 @@ class Html5Video {
* @param object $cache Cache object to store ffmpeg settings
*/
function __construct($config = ar... | Fix config merging in constructor |
diff --git a/swarm/api/http/server.go b/swarm/api/http/server.go
index <HASH>..<HASH> 100644
--- a/swarm/api/http/server.go
+++ b/swarm/api/http/server.go
@@ -115,7 +115,11 @@ func handler(w http.ResponseWriter, r *http.Request, a *api.Api) {
switch {
case r.Method == "POST" || r.Method == "PUT":
- key, err := a... | swarm/api/http: reject requests without content-length |
diff --git a/bids/variables/io.py b/bids/variables/io.py
index <HASH>..<HASH> 100644
--- a/bids/variables/io.py
+++ b/bids/variables/io.py
@@ -365,7 +365,7 @@ def _load_tsv_variables(layout, suffix, dataset=None, columns=None,
for f in files:
- _data = pd.read_csv(f.path, sep='\t')
+ _data = f.ge... | load DFs via BIDSDataFile; closes #<I> |
diff --git a/src/Elcodi/CurrencyBundle/Entity/Money.php b/src/Elcodi/CurrencyBundle/Entity/Money.php
index <HASH>..<HASH> 100644
--- a/src/Elcodi/CurrencyBundle/Entity/Money.php
+++ b/src/Elcodi/CurrencyBundle/Entity/Money.php
@@ -77,6 +77,10 @@ class Money extends StubMoney implements MoneyInterface
*/
publ... | Setters for Money value object
Although setters for individual fields should not be allowed
in value objects, it was necessary to implement setCurrency and
setAmount in order to make the class collaborate with a Symfony
form types. Internally, the Form component uses setters to "attach" form
data to entity classes, so... |
diff --git a/lib/data_mapper/resource.rb b/lib/data_mapper/resource.rb
index <HASH>..<HASH> 100644
--- a/lib/data_mapper/resource.rb
+++ b/lib/data_mapper/resource.rb
@@ -350,13 +350,7 @@ module DataMapper
#-
# @api public
def repository(name = nil, &block)
- if name
- DataMapper.re... | cleaned up Resource::ClassMethods#repository |
diff --git a/pkg/setting/provider.go b/pkg/setting/provider.go
index <HASH>..<HASH> 100644
--- a/pkg/setting/provider.go
+++ b/pkg/setting/provider.go
@@ -49,6 +49,8 @@ type Provider interface {
// RegisterReloadHandler registers a handler for validation and reload
// of configuration updates tied to a specific sec... | Settings: Add a method to Provider interface to check if a feature is enabled (#<I>)
* Settings: Add method to Provider interface to get feature toggles
* Apply review comment |
diff --git a/lib/chef/formatters/base.rb b/lib/chef/formatters/base.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/formatters/base.rb
+++ b/lib/chef/formatters/base.rb
@@ -213,7 +213,7 @@ class Chef
end
def deprecation(message, location=caller(2..2)[0])
- Chef.log_deprecation("#{message} at #{loca... | I think this was a bad search-and-replace, causes an infinite loop. |
diff --git a/tests/test_menu_launcher.py b/tests/test_menu_launcher.py
index <HASH>..<HASH> 100644
--- a/tests/test_menu_launcher.py
+++ b/tests/test_menu_launcher.py
@@ -273,22 +273,12 @@ def test_running_menu():
# go to logs menu
child.sendline('1')
child.expect('Return to System Commands menu')
- #... | identified issue with logs > container logs; commenting out until solved in menu_launcher. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1 +1 @@
-module.exports = new (require('./lib/logtrail'));
\ No newline at end of file
+module.exports = new (require('./lib/logtrail'));
diff --git a/lib/formatters/default.js b/lib/formatters/default.js
index <HASH>..<HASH>... | just some cosmetic changes to formatters
move along, nothing to see here |
diff --git a/Tests/Functional/TestKernel.php b/Tests/Functional/TestKernel.php
index <HASH>..<HASH> 100644
--- a/Tests/Functional/TestKernel.php
+++ b/Tests/Functional/TestKernel.php
@@ -16,9 +16,9 @@ namespace Hackzilla\Bundle\TicketBundle\Tests\Functional;
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use Hack... | Update use statements to reflect entities moved to fixtures |
diff --git a/lib/providers/MongoDB.Provider.js b/lib/providers/MongoDB.Provider.js
index <HASH>..<HASH> 100644
--- a/lib/providers/MongoDB.Provider.js
+++ b/lib/providers/MongoDB.Provider.js
@@ -97,9 +97,11 @@ function MongoDB(config) {
// uniform error messages
this.missing_data_err = "Missing 'data' argument.";... | Renamed and added new error constant messages |
diff --git a/Service/OS/AndroidGCMNotification.php b/Service/OS/AndroidGCMNotification.php
index <HASH>..<HASH> 100644
--- a/Service/OS/AndroidGCMNotification.php
+++ b/Service/OS/AndroidGCMNotification.php
@@ -49,11 +49,12 @@ class AndroidGCMNotification implements OSNotificationServiceInterface
* Constructor
... | Allowing injecting a client
I've been having problems with GCM timeouts, this allows me to configure a
client with a reasonable timeout and inject it |
diff --git a/src/Cyscon.php b/src/Cyscon.php
index <HASH>..<HASH> 100644
--- a/src/Cyscon.php
+++ b/src/Cyscon.php
@@ -1,6 +1,7 @@
<?php
namespace AbuseIO\Parsers;
+
use AbuseIO\Models\Incident;
/**
@@ -48,7 +49,7 @@ class Cyscon extends Parser
$report = array_combine($matches[1], $matches[... | refactor event to incident to prevent model confusion |
diff --git a/replicaset/replicaset_test.go b/replicaset/replicaset_test.go
index <HASH>..<HASH> 100644
--- a/replicaset/replicaset_test.go
+++ b/replicaset/replicaset_test.go
@@ -400,9 +400,9 @@ func (s *MongoSuite) TestIsReadyMinority(c *gc.C) {
c.Check(ready, jc.IsFalse)
}
-func (s *MongoSuite) TestIsReadyConnec... | Factor out checkConnectionFailure. |
diff --git a/html_text/html_text.py b/html_text/html_text.py
index <HASH>..<HASH> 100644
--- a/html_text/html_text.py
+++ b/html_text/html_text.py
@@ -138,7 +138,7 @@ def etree_to_text(tree,
def selector_to_text(sel, guess_punct_space=True, guess_layout=True):
- """ Convert a cleaned selector to text.
+ """ ... | DOC make it more explicit selector_to_text is parsel-specific |
diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-0.11 (unreleased)
+0.11 (2018-11-14)
-----------------
- Fixed the home button in the toolbar to reset limits in addition to the
diff --git a/glue_vispy_viewers/version.py b/glue_vispy_viewers/version... | Preparing release <I> |
diff --git a/src/I18n/TranslatorRegistry.php b/src/I18n/TranslatorRegistry.php
index <HASH>..<HASH> 100644
--- a/src/I18n/TranslatorRegistry.php
+++ b/src/I18n/TranslatorRegistry.php
@@ -145,7 +145,9 @@ class TranslatorRegistry extends TranslatorLocator
return $this->registry[$name][$locale] = $this->_getT... | Fix invalid key in TranslatorRegistry. |
diff --git a/src/ai-did-you-mean-this/setup.py b/src/ai-did-you-mean-this/setup.py
index <HASH>..<HASH> 100644
--- a/src/ai-did-you-mean-this/setup.py
+++ b/src/ai-did-you-mean-this/setup.py
@@ -44,8 +44,7 @@ setup(
# TODO: Update author and email, if applicable
author="Christopher O'Toole",
author_email... | Fix broken URL in setup.py file (#<I>) |
diff --git a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java b/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java
index <HASH>..<HASH> 100644
--- a/smack-tcp/src/main/java/org/jivesoftware/smack/tcp/XMPPTCPConnection.java
+++ b/smack-tcp/src/main/java/org/jivesoftware/sm... | Make addStanzaAck…Listener() not throw
users may want to add listeners before the connection is connected. The
comment was also wrong, those listeners never got auto removed. |
diff --git a/quickbooks/objects/purchaseorder.py b/quickbooks/objects/purchaseorder.py
index <HASH>..<HASH> 100644
--- a/quickbooks/objects/purchaseorder.py
+++ b/quickbooks/objects/purchaseorder.py
@@ -50,6 +50,7 @@ class PurchaseOrder(DeleteMixin, QuickbooksManagedObject, QuickbooksTransactionE
self.DueDate ... | Added memo field
Memo field mapped to "Your message to vendor" in UI |
diff --git a/app/models/manager_refresh/inventory_object.rb b/app/models/manager_refresh/inventory_object.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/inventory_object.rb
+++ b/app/models/manager_refresh/inventory_object.rb
@@ -4,7 +4,7 @@ module ManagerRefresh
attr_reader :inventory_collection,... | We don't need to actualize dependendencies per assignement
We don't need to actualize dependendencies per assignement, it's
being solved in the separate scanning step.
(transferred from ManageIQ/manageiq@5be<I>f7a0d<I>a<I>d9c1a<I>e3d<I>a4fb<I>b1) |
diff --git a/mockserver-core/src/main/java/org/mockserver/logging/MockServerLogger.java b/mockserver-core/src/main/java/org/mockserver/logging/MockServerLogger.java
index <HASH>..<HASH> 100644
--- a/mockserver-core/src/main/java/org/mockserver/logging/MockServerLogger.java
+++ b/mockserver-core/src/main/java/org/mockse... | ensured WARN and ERROR is logged even if logLevel not yet initialised |
diff --git a/lib/rescue_from_duplicate/active_record/extension.rb b/lib/rescue_from_duplicate/active_record/extension.rb
index <HASH>..<HASH> 100644
--- a/lib/rescue_from_duplicate/active_record/extension.rb
+++ b/lib/rescue_from_duplicate/active_record/extension.rb
@@ -45,7 +45,7 @@ module RescueFromDuplicate::ActiveR... | Do not mutate Active Record internal data |
diff --git a/app/models/ample_assets/file.rb b/app/models/ample_assets/file.rb
index <HASH>..<HASH> 100644
--- a/app/models/ample_assets/file.rb
+++ b/app/models/ample_assets/file.rb
@@ -69,12 +69,12 @@ module AmpleAssets
:uid => attachment_uid,
:filename => attachment_name,
:document => is_d... | Only reference orientation & dimensions for images. |
diff --git a/passphrase/calc.py b/passphrase/calc.py
index <HASH>..<HASH> 100644
--- a/passphrase/calc.py
+++ b/passphrase/calc.py
@@ -50,10 +50,6 @@ def entropy_bits(
# Some NumPy replacements
counts = [lst.count(x) for x in lst]
probs = [c / n_lst for c in counts]
- n_classes = len([x for x in probs... | Remove unused code from calc
That piece of code was not being used, and the condition never
reached: for `n_classes` to be <=1, `probs` had to be just 1
element because no element could ever be 0, given that each
element is a quotient, and the dividend is never 0. And for
`probs` to be just 1 element, `counts` should ... |
diff --git a/src/htmlminifier.js b/src/htmlminifier.js
index <HASH>..<HASH> 100644
--- a/src/htmlminifier.js
+++ b/src/htmlminifier.js
@@ -76,7 +76,9 @@
function canRemoveAttributeQuotes(value) {
// http://mathiasbynens.be/notes/unquoted-attribute-values
- return (/^[^\x20\t\n\f\r"'`=<>]+$/).test(value) &&... | Added a comment to make the reason behind the expression more verbose |
diff --git a/src/saml2/attribute_resolver.py b/src/saml2/attribute_resolver.py
index <HASH>..<HASH> 100644
--- a/src/saml2/attribute_resolver.py
+++ b/src/saml2/attribute_resolver.py
@@ -55,21 +55,18 @@ class AttributeResolver(object):
:return: A dictionary with all the collected information about the
... | completed the update to follow changes in saml2.client |
diff --git a/user/selector/lib.php b/user/selector/lib.php
index <HASH>..<HASH> 100644
--- a/user/selector/lib.php
+++ b/user/selector/lib.php
@@ -737,7 +737,6 @@ class group_members_selector extends groups_user_selector_base {
list($wherecondition, $params) = $this->search_sql($search, 'u');
list($... | MDL-<I> gropus UI: delete unused var. |
diff --git a/sos/plugins/lvm2.py b/sos/plugins/lvm2.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/lvm2.py
+++ b/sos/plugins/lvm2.py
@@ -22,8 +22,8 @@ class Lvm2(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
plugin_name = 'lvm2'
option_list = [("lvmdump", 'collect an lvmdump tarball', 'fast', False),... | Make lvm2 plugin lvmdump option collect metadata
The lvmdump-a option currently collects 'advanced' data but not
raw metadata. Since it's off by default and the metadata is often
of interest in support cases rename the option to lvmdump-am and
have it also pass the '-m' (raw metadata) option to the lvmdump
script. |
diff --git a/app/assets/javascripts/sidebar.js b/app/assets/javascripts/sidebar.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/sidebar.js
+++ b/app/assets/javascripts/sidebar.js
@@ -28,16 +28,6 @@ var bind_sortable = function() {
helper: "clone",
... | Remove fake_button stuff from js |
diff --git a/lib/cmd/handshake/client-capabilities.js b/lib/cmd/handshake/client-capabilities.js
index <HASH>..<HASH> 100644
--- a/lib/cmd/handshake/client-capabilities.js
+++ b/lib/cmd/handshake/client-capabilities.js
@@ -48,7 +48,7 @@ module.exports.init = function (opts, info) {
capabilities |= Capabilities.DEP... | [misc] ensure that connecting to database only if server has capability |
diff --git a/wcomponents-core/src/main/java/com/github/bordertech/wcomponents/WDialog.java b/wcomponents-core/src/main/java/com/github/bordertech/wcomponents/WDialog.java
index <HASH>..<HASH> 100755
--- a/wcomponents-core/src/main/java/com/github/bordertech/wcomponents/WDialog.java
+++ b/wcomponents-core/src/main/java/... | Add getChildren() to Container API |
diff --git a/merge.go b/merge.go
index <HASH>..<HASH> 100644
--- a/merge.go
+++ b/merge.go
@@ -271,11 +271,6 @@ func deepMerge(dst, src reflect.Value, visited map[uintptr]*visit, depth int, co
}
default:
mustSet := (isEmptyValue(dst) || overwrite) && (!isEmptyValue(src) || overwriteWithEmptySrc)
- v := fmt.Spr... | fixed issue #<I> by removing unused old test code |
diff --git a/lib/oar/scripting.rb b/lib/oar/scripting.rb
index <HASH>..<HASH> 100644
--- a/lib/oar/scripting.rb
+++ b/lib/oar/scripting.rb
@@ -51,6 +51,10 @@ module OAR
Script.job
end # def:: job
+ def oarstat
+ Script.oarstat
+ end # def:: oarstat
+
end # module:: Scripting
end # module:: ... | Add oarstat method executed only one time and only if necessary |
diff --git a/eZ/Publish/Core/Base/Exceptions/UnauthorizedException.php b/eZ/Publish/Core/Base/Exceptions/UnauthorizedException.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Base/Exceptions/UnauthorizedException.php
+++ b/eZ/Publish/Core/Base/Exceptions/UnauthorizedException.php
@@ -39,7 +39,7 @@ class Unauthori... | EZP-<I>: Fixed typo in UnauthorizedException message (#<I>) |
diff --git a/jsont.js b/jsont.js
index <HASH>..<HASH> 100644
--- a/jsont.js
+++ b/jsont.js
@@ -50,6 +50,9 @@ function transform(obj,rules) {
elements[i] = elements[i].replaceAll('[*]','['+o+']'); //specify the current index
elements[i] = elements[i].replaceAll('self','');
elements[i] = jpath.fetchFromObj... | Avoid commas being output when arrays concatenated |
diff --git a/bakery/tasks.py b/bakery/tasks.py
index <HASH>..<HASH> 100644
--- a/bakery/tasks.py
+++ b/bakery/tasks.py
@@ -325,14 +325,10 @@ def process_project(project, log):
:param project: :class:`~bakery.models.Project` instance
:param log: :class:`~bakery.utils.RedisFd` as log
"""
- # login — use... | Move copy_and_rename_ufos_process() inside bake process in process_project() |
diff --git a/airflow/providers/exasol/hooks/exasol.py b/airflow/providers/exasol/hooks/exasol.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/exasol/hooks/exasol.py
+++ b/airflow/providers/exasol/hooks/exasol.py
@@ -19,6 +19,7 @@
from contextlib import closing
from typing import Any, Dict, List, Optional, Tupl... | ExasolHook get_pandas_df does not return pandas dataframe but None (#<I>)
closes #<I>
ExasolHook get_pandas_df does not return pandas dataframe but None |
diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/executor/FetchFromIndexStep.java b/core/src/main/java/com/orientechnologies/orient/core/sql/executor/FetchFromIndexStep.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/executor/FetchFromIndexStep.java
+... | Fix wrong key results on SELECT FROM index:x |
diff --git a/tests/class-hyphenator-test.php b/tests/class-hyphenator-test.php
index <HASH>..<HASH> 100644
--- a/tests/class-hyphenator-test.php
+++ b/tests/class-hyphenator-test.php
@@ -355,7 +355,6 @@ class Hyphenator_Test extends Testcase {
* @uses PHP_Typography\Text_Parser\Token
* @uses PHP_Typography\String... | Tests: Remove invalid @uses annotations (for PHP-internal constructs) |
diff --git a/src/main/java/org/jboss/pressgang/ccms/filter/builder/TopicFilterQueryBuilder.java b/src/main/java/org/jboss/pressgang/ccms/filter/builder/TopicFilterQueryBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgang/ccms/filter/builder/TopicFilterQueryBuilder.java
+++ b/src/main/java/or... | Added the ability to search for an equal min hash |
diff --git a/repository/googledocs/repository.class.php b/repository/googledocs/repository.class.php
index <HASH>..<HASH> 100644
--- a/repository/googledocs/repository.class.php
+++ b/repository/googledocs/repository.class.php
@@ -122,6 +122,8 @@ class repository_googledocs extends repository {
return $dir.$fi... | "REPOSITORY, GDOCS/MDL-<I>, tell filepicker gdocs support documents only" |
diff --git a/src/Validator/InputValidator.php b/src/Validator/InputValidator.php
index <HASH>..<HASH> 100644
--- a/src/Validator/InputValidator.php
+++ b/src/Validator/InputValidator.php
@@ -244,7 +244,7 @@ class InputValidator
];
foreach ($type->getFields() as $fieldName => $inputField) {
- ... | Fix bug in validator
Fix the bug described in #<I> |
diff --git a/lib/event_sourcery/event_store/event_sink.rb b/lib/event_sourcery/event_store/event_sink.rb
index <HASH>..<HASH> 100644
--- a/lib/event_sourcery/event_store/event_sink.rb
+++ b/lib/event_sourcery/event_store/event_sink.rb
@@ -1,3 +1,5 @@
+require 'forwardable'
+
module EventSourcery
module EventStore
... | Add explicit requires
The test suite won't pass on my machine without these requires. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -144,6 +144,21 @@ function redisStore(args) {
return value !== null && value !== undefined;
};
+ self.getClient = function(cb) {
+ connect(function (err, conn) {
+ if (err) {
+ return cb && cb(err);
+... | adds 'getClient' method which provides access to the native redis client |
diff --git a/lib/components/connector.js b/lib/components/connector.js
index <HASH>..<HASH> 100644
--- a/lib/components/connector.js
+++ b/lib/components/connector.js
@@ -218,7 +218,7 @@ var bindEvents = function(self, socket) {
socket.on('message', function(msg) {
var dmsg = msg;
if(self.decode) {
- ... | modify custom decoder to be able to do more work. |
diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py
index <HASH>..<HASH> 100644
--- a/pipenv/cli/command.py
+++ b/pipenv/cli/command.py
@@ -313,9 +313,11 @@ def lock(
"""Generates Pipfile.lock."""
from ..core import ensure_project, do_init, do_lock
# Ensure that virtualenv is available.
+ # Not... | Don't pass clear along to ensure_project during lock |
diff --git a/phy/io/kwik/model.py b/phy/io/kwik/model.py
index <HASH>..<HASH> 100644
--- a/phy/io/kwik/model.py
+++ b/phy/io/kwik/model.py
@@ -392,6 +392,15 @@ class KwikModel(BaseModel):
params = {}
for attr in self._kwik.attrs(path):
params[attr] = self._kwik.read_attr(path, attr)
+ ... | Fixing metadata bug in Kwik model. |
diff --git a/lib/asset-resolver.js b/lib/asset-resolver.js
index <HASH>..<HASH> 100644
--- a/lib/asset-resolver.js
+++ b/lib/asset-resolver.js
@@ -12,12 +12,12 @@ function AssetResolver(options) {
Object.freeze(this);
}
-AssetResolver.prototype.resolvePath = function (to) {
- return resolvePath(to, this.options)... | Pass callbacks to AssetResolver.prototype methods |
diff --git a/Swat/SwatHtmlHeadEntrySetDisplayer.php b/Swat/SwatHtmlHeadEntrySetDisplayer.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatHtmlHeadEntrySetDisplayer.php
+++ b/Swat/SwatHtmlHeadEntrySetDisplayer.php
@@ -319,14 +319,13 @@ class SwatHtmlHeadEntrySetDisplayer extends SwatObject
protected function getTypeOrde... | Remove unused type from sort order. |
diff --git a/go/vt/worker/fake_pool_connection_test.go b/go/vt/worker/fake_pool_connection_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/worker/fake_pool_connection_test.go
+++ b/go/vt/worker/fake_pool_connection_test.go
@@ -76,7 +76,11 @@ func (f *FakePoolConnection) addExpectedExecuteFetchAtIndex(index int, entry E... | worker: FakePoolConnection: Fix bug where the capacity of the slice was not big enough to insert an element in the middle. |
diff --git a/synergy/supervisor/synergy_supervisor.py b/synergy/supervisor/synergy_supervisor.py
index <HASH>..<HASH> 100644
--- a/synergy/supervisor/synergy_supervisor.py
+++ b/synergy/supervisor/synergy_supervisor.py
@@ -9,7 +9,6 @@ from psutil import TimeoutExpired
from launch import get_python, PROJECT_ROOT, PRO... | - addressing start-time issues |
diff --git a/test/test_cql_parser.rb b/test/test_cql_parser.rb
index <HASH>..<HASH> 100644
--- a/test/test_cql_parser.rb
+++ b/test/test_cql_parser.rb
@@ -7,6 +7,7 @@ class TestCqlParser < Test::Unit::TestCase
lines = IO.readlines( File.dirname(__FILE__) + '/fixtures/sample_queries.txt' )
lines.each do |line... | skip newlines in file of sample CQL. Still can't parse all of em though. |
diff --git a/advanced_filters/tests/test_admin.py b/advanced_filters/tests/test_admin.py
index <HASH>..<HASH> 100644
--- a/advanced_filters/tests/test_admin.py
+++ b/advanced_filters/tests/test_admin.py
@@ -8,6 +8,7 @@ from tests import factories
class ChageFormAdminTest(TestCase):
+ """ Test the AdvancedFilter... | tests(admin): add some docstrings to TestCase classes |
diff --git a/GPG/Driver/Php.php b/GPG/Driver/Php.php
index <HASH>..<HASH> 100644
--- a/GPG/Driver/Php.php
+++ b/GPG/Driver/Php.php
@@ -1368,15 +1368,7 @@ class Crypt_GPG_Driver_Php extends Crypt_GPG
$this->_closePipe($pipe_number);
}
- $termination_status = proc_close($this->_... | After examining PHP CVS, this does seem to return an exit code afterall.
git-svn-id: <URL> |
diff --git a/lxd/cluster/events.go b/lxd/cluster/events.go
index <HASH>..<HASH> 100644
--- a/lxd/cluster/events.go
+++ b/lxd/cluster/events.go
@@ -370,7 +370,7 @@ func EventsUpdateListeners(endpoints *endpoints.Endpoints, cluster *db.Cluster,
}
if len(members) > 1 && len(keepListeners) <= 0 {
- logger.Error("No... | lxd/cluster/events: log No active cluster event listeners |
diff --git a/admin/javascript/LeftAndMain.js b/admin/javascript/LeftAndMain.js
index <HASH>..<HASH> 100644
--- a/admin/javascript/LeftAndMain.js
+++ b/admin/javascript/LeftAndMain.js
@@ -212,9 +212,9 @@
newContentEl
.removeClass(layoutClasses.join(' '))
- .addClass(origLayoutClasses.join(' ... | MINOR Only setting style attributes in LeftAndMain panel handling if it was previously set |
diff --git a/src/Administration/Resources/administration/src/module/sw-product-stream/component/sw-product-stream-filter/index.js b/src/Administration/Resources/administration/src/module/sw-product-stream/component/sw-product-stream-filter/index.js
index <HASH>..<HASH> 100644
--- a/src/Administration/Resources/administ... | NEXT-<I> - range filter component |
diff --git a/bin/joblint.js b/bin/joblint.js
index <HASH>..<HASH> 100755
--- a/bin/joblint.js
+++ b/bin/joblint.js
@@ -62,7 +62,11 @@ function runCommandOnFile (fileName) {
}
function runCommandOnStdIn () {
- captureStdIn(handleInputSuccess);
+ if (isTty(process.stdin)) {
+ handleInputFailure('Input st... | Detect possible empty input stream
Using `process.stdin.isTTY`, detect whether streaming input is even
possible. If the process is a TTY, then nothing has been piped into the
command. If the process is not a TTY, then it is *possible*, but not
definite, that input is being streamed. |
diff --git a/nfc/handover/server.py b/nfc/handover/server.py
index <HASH>..<HASH> 100644
--- a/nfc/handover/server.py
+++ b/nfc/handover/server.py
@@ -70,8 +70,8 @@ class HandoverServer(Thread):
break # message complete
except nfc.ndef.LengthError:
... | handle connection closed also if llcp.poll() returns false |
diff --git a/wandb/run_manager.py b/wandb/run_manager.py
index <HASH>..<HASH> 100644
--- a/wandb/run_manager.py
+++ b/wandb/run_manager.py
@@ -518,8 +518,9 @@ class RunManager(object):
os.path.join(self._watch_dir, os.path.normpath('*'))]
# Ignore hidden files/folders and output.log because we str... | Dont ignore files with within a hidden directory |
diff --git a/spec/octokit/client/contents_spec.rb b/spec/octokit/client/contents_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/octokit/client/contents_spec.rb
+++ b/spec/octokit/client/contents_spec.rb
@@ -1,4 +1,5 @@
require 'helper'
+require 'tempfile'
describe Octokit::Client::Contents do | Adding require to spec to fix JRuby and Rubinius
The spec appears to fail currently in JRuby and Rubinius because of this missing require. |
diff --git a/course/mod.php b/course/mod.php
index <HASH>..<HASH> 100644
--- a/course/mod.php
+++ b/course/mod.php
@@ -645,7 +645,7 @@
$defaultformat = FORMAT_MOODLE;
}
- $icon = "<img align=\"middle\" height=\"16\" width=\"16\" src=\"$CFG->modpixpath/$module->name/icon.gif\" alt=\"\" />&... | Fixed alignment of module icon so it looks correct also in Firefox. |
diff --git a/lib/configs/recommended.js b/lib/configs/recommended.js
index <HASH>..<HASH> 100644
--- a/lib/configs/recommended.js
+++ b/lib/configs/recommended.js
@@ -8,7 +8,7 @@ module.exports = {
'block-spacing': [2, 'always'],
'brace-style': [2, '1tbs', {'allowSingleLine': true}],
'camelcase': [2, {'p... | Change comma dangle rule to never
Aligns closer to Prettier default configuration. |
diff --git a/src/models/Server.php b/src/models/Server.php
index <HASH>..<HASH> 100644
--- a/src/models/Server.php
+++ b/src/models/Server.php
@@ -248,6 +248,21 @@ class Server extends \hipanel\base\Model
return $this->hasMany(Binding::class, ['device_id' => 'id'])->indexBy('type');
}
+ public functi... | Added related to Server for Monitoring, Hardware, Software settings |
diff --git a/system/Database/SQLSRV/Connection.php b/system/Database/SQLSRV/Connection.php
index <HASH>..<HASH> 100755
--- a/system/Database/SQLSRV/Connection.php
+++ b/system/Database/SQLSRV/Connection.php
@@ -129,12 +129,11 @@ class Connection extends BaseConnection
unset($connection['UID'], $connection['PWD']);
... | Set WarningsReturnAsErrors = 0 before connection (#<I>)
* Set WarningsReturnAsErrors = 0 before connection
If there is a warning establishing the connection, it will treat it as an error and Codeigniter will throw an exception. It should be configured prior the first sql command.
* Removed extra whitespace |
diff --git a/contribs/gmf/src/directives/mobilenav.js b/contribs/gmf/src/directives/mobilenav.js
index <HASH>..<HASH> 100644
--- a/contribs/gmf/src/directives/mobilenav.js
+++ b/contribs/gmf/src/directives/mobilenav.js
@@ -144,7 +144,19 @@ gmf.mobileNavDirective = function() {
// one is properly deactivate... | Fix menu animation on Safari
In a sidebar, when clicking on a link in the main menu (e.g. "Background"),
the title bar turned white during the animation on Safari.
The problem is that the newly inserted element did not have the right position
after insertion on Safari. The "fix" forces Safari to calculate the position... |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,10 +9,10 @@ from distutils.core import setup
setup(name='kkbox_developer_sdk',
description='KKBOX Open API Developer SDK for Python',
author='KKBOX',
- author_email='sharonyang@kkbox.com',
- version... | Bumps version to <I>. |
diff --git a/src/main/java/com/couchbase/lite/support/Version.java b/src/main/java/com/couchbase/lite/support/Version.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/support/Version.java
+++ b/src/main/java/com/couchbase/lite/support/Version.java
@@ -5,8 +5,8 @@ import com.couchbase.lite.util.Lo... | - merge Version.java from release/<I> branch |
diff --git a/db/sql/mapper.php b/db/sql/mapper.php
index <HASH>..<HASH> 100644
--- a/db/sql/mapper.php
+++ b/db/sql/mapper.php
@@ -287,8 +287,6 @@ class Mapper extends \DB\Cursor {
$val=$this->db->value(
$this->fields[$field]['pdo_type'],$val);
}
- elseif (array_key_exists($field,$this->adhoc))
-... | Bug fix: Query generates wrong adhoc field value |
diff --git a/lib/bootstrap.js b/lib/bootstrap.js
index <HASH>..<HASH> 100644
--- a/lib/bootstrap.js
+++ b/lib/bootstrap.js
@@ -9,7 +9,7 @@ function emit(event) {
}
phantom.onError = function bootstrapOnError(msg, trace) {
- emit('error', msg);
+ emit('error', msg, trace);
phantom.exit(1);
}; | Also emit trace when crashing in onError |
diff --git a/blockstore/lib/nameset/__init__.py b/blockstore/lib/nameset/__init__.py
index <HASH>..<HASH> 100644
--- a/blockstore/lib/nameset/__init__.py
+++ b/blockstore/lib/nameset/__init__.py
@@ -50,5 +50,7 @@ import virtualchain_hooks
from .namedb import BlockstoreDB, get_namespace_from_name, price_name, \
... | clarify nameset's role in the virtualchain state engine |
diff --git a/frontend/pyqt5/harvester.py b/frontend/pyqt5/harvester.py
index <HASH>..<HASH> 100644
--- a/frontend/pyqt5/harvester.py
+++ b/frontend/pyqt5/harvester.py
@@ -324,6 +324,7 @@ class Harvester(QMainWindow):
#
button_update.add_observer(self._widget_device_list)
+ button_update.add_o... | Disable the Connect button if no camera is connected |
diff --git a/test/fake_app.rb b/test/fake_app.rb
index <HASH>..<HASH> 100644
--- a/test/fake_app.rb
+++ b/test/fake_app.rb
@@ -2,7 +2,6 @@
ENV['DB'] ||= 'sqlite3'
require 'active_record/railtie'
-load 'active_record/railties/databases.rake'
module DatabaseRewinderTestApp
Application = Class.new(Rails::Applica... | Rails 6 expects the Rails::Application to be defined before loading database.rake |
diff --git a/lib/ronin/ui/cli/commands/help.rb b/lib/ronin/ui/cli/commands/help.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/ui/cli/commands/help.rb
+++ b/lib/ronin/ui/cli/commands/help.rb
@@ -56,12 +56,14 @@ module Ronin
#
def execute
if command?
- unless CLI.commands.... | Strip any leading "ronin-" prefix for command names. |
diff --git a/lib/thinking_sphinx/active_record/sql_builder.rb b/lib/thinking_sphinx/active_record/sql_builder.rb
index <HASH>..<HASH> 100644
--- a/lib/thinking_sphinx/active_record/sql_builder.rb
+++ b/lib/thinking_sphinx/active_record/sql_builder.rb
@@ -116,14 +116,6 @@ module ThinkingSphinx
condition
... | presenters_to_* are only needed by the statement.
One less reason for a touch of method_missing magic. |
diff --git a/app/models/bag_type.rb b/app/models/bag_type.rb
index <HASH>..<HASH> 100644
--- a/app/models/bag_type.rb
+++ b/app/models/bag_type.rb
@@ -1,2 +1,3 @@
class BagType < ActiveRecord::Base
+ validates :description, presence: true
end | Added validation for 'description' for bag type. |
diff --git a/gatt.go b/gatt.go
index <HASH>..<HASH> 100644
--- a/gatt.go
+++ b/gatt.go
@@ -50,7 +50,7 @@ func Stop() error {
if defaultDevice == nil {
return ErrDefaultDevice
}
- return nil
+ return defaultDevice.Stop()
}
// AdvertiseNameAndServices advertises device name, and specified service UUIDs.
diff -... | Fix Stop() call of device
Stop did nothing before, now it call the Stop() of the hci device |
diff --git a/src/ol/geom/multilinestring.js b/src/ol/geom/multilinestring.js
index <HASH>..<HASH> 100644
--- a/src/ol/geom/multilinestring.js
+++ b/src/ol/geom/multilinestring.js
@@ -311,7 +311,7 @@ ol.geom.MultiLineString.prototype.setFlatCoordinates =
* @param {Array.<ol.geom.LineString>} lineStrings LineStrings.
... | Issue #<I>: Prefer current layout as default on MultiLineString.setLineStrings() |
diff --git a/src/Context/DBManager.php b/src/Context/DBManager.php
index <HASH>..<HASH> 100644
--- a/src/Context/DBManager.php
+++ b/src/Context/DBManager.php
@@ -60,7 +60,7 @@ class DBManager implements Interfaces\DBManagerInterface
if (! $this->connection) {
list($dns, $username, $password) = $t... | PDO class cannot be overriden |
diff --git a/apostrophe.js b/apostrophe.js
index <HASH>..<HASH> 100644
--- a/apostrophe.js
+++ b/apostrophe.js
@@ -5371,7 +5371,7 @@ function Apos() {
if (!_.contains(self.slideshowTypes, item.type)) {
return callback(null);
}
- if (!item.items) {
+ if (item.ids) {
... | Use a safer test for whether slideshows have already been migrated |
diff --git a/calendar/lib.php b/calendar/lib.php
index <HASH>..<HASH> 100644
--- a/calendar/lib.php
+++ b/calendar/lib.php
@@ -2953,11 +2953,12 @@ function calendar_add_icalendar_event($event, $courseid, $subscriptionid, $timez
$description = '';
} else {
$description = $event->properties['DESCRI... | MDL-<I> calendar: Carry over line breaks on imports
Thanks to Matthias Schwabe for the patch suggestion |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -61,7 +61,7 @@ YandexBrowser.prototype = {
name: 'Yandex',
DEFAULT_CMD: {
- linux: 'google-yandex', //TODO (rachel.satoyama): fix linux
+ linux: 'yandex-browser',
darwin: '/Applications/Yandex.app/Contents/... | resolves #2: correct path to linux browser |
diff --git a/lib/project/pro_motion/data_table.rb b/lib/project/pro_motion/data_table.rb
index <HASH>..<HASH> 100644
--- a/lib/project/pro_motion/data_table.rb
+++ b/lib/project/pro_motion/data_table.rb
@@ -58,7 +58,7 @@ module ProMotion
data_with_scope = data_model.send(data_scope)
end
- i... | Removed warning on :all scope in DataTable |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -200,7 +200,7 @@ def get_extension_modules():
setup(name = 'turbodbc',
- version = '2.4.1',
+ version = '2.5.0',
description = 'turbodbc is a Python DB API 2.0 compatible ODBC driver',
include_pack... | Bumped version number to <I> |
diff --git a/gridsome/app/components/Link.js b/gridsome/app/components/Link.js
index <HASH>..<HASH> 100644
--- a/gridsome/app/components/Link.js
+++ b/gridsome/app/components/Link.js
@@ -69,6 +69,7 @@ export default {
attrs,
directives,
domProps: {
+ ...data.domProps,
__gLink__: tru... | fix(g-link): add support for v-html (#<I>) |
diff --git a/personalcapital/personalcapital.py b/personalcapital/personalcapital.py
index <HASH>..<HASH> 100644
--- a/personalcapital/personalcapital.py
+++ b/personalcapital/personalcapital.py
@@ -44,19 +44,19 @@ class PersonalCapital(object):
raise Exception()
def authenticate_password(self, pass... | Return request responses from auth methods for debugging |
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
@@ -40,11 +40,7 @@ RSpec.configure do |config|
FakeWeb.allow_net_connect = true
FakeWeb.clean_registry
- VCR::HttpStubbingAdapters::Faraday.reset!
- VCR::HttpStubbingA... | Cleanup how we reset the stubbing adapters for the specs. |
diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -3777,7 +3777,7 @@ function reset_password_and_mail($user) {
$a->sitename = $site->fullname;
$a->username = $user->username;
$a->newpassword = $newpassword;
- $a->link = $C... | Added HTTPSPAGEREQUIRED support to some mail functions.
Merged from MOODLE_<I>_STABLE |
diff --git a/src/pikepdf/objects.py b/src/pikepdf/objects.py
index <HASH>..<HASH> 100644
--- a/src/pikepdf/objects.py
+++ b/src/pikepdf/objects.py
@@ -25,6 +25,14 @@ from . import _qpdf
from ._qpdf import Object, ObjectType, Operator
+# By default pikepdf.Object will identify itself as pikepdf._qpdf.Object
+# Here... | Suppress 'pikepdf._qpdf' strings when exploring some objects |
diff --git a/test/support/helper.js b/test/support/helper.js
index <HASH>..<HASH> 100644
--- a/test/support/helper.js
+++ b/test/support/helper.js
@@ -82,10 +82,12 @@ exports.compareToFile = function(value, originalFile, resultFile) {
exports.parseXML = function(xml, callback) {
var parser = sax.parser(true);
+... | Cheap addition of node order. Fixes #<I> |
diff --git a/app/controllers/api/activation_keys_controller.rb b/app/controllers/api/activation_keys_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/activation_keys_controller.rb
+++ b/app/controllers/api/activation_keys_controller.rb
@@ -89,7 +89,10 @@ class Api::ActivationKeysController < Api::Api... | <I> - Created a way to remove views from keys |
diff --git a/src/Element/BoxSizer.php b/src/Element/BoxSizer.php
index <HASH>..<HASH> 100644
--- a/src/Element/BoxSizer.php
+++ b/src/Element/BoxSizer.php
@@ -40,29 +40,14 @@ class BoxSizer implements ElementInterface
{
switch ($key) {
case 'orientation':
- $this->attributes[$k... | Remove pointless assert method. Closes #6 |
diff --git a/lib/solargraph/api_map.rb b/lib/solargraph/api_map.rb
index <HASH>..<HASH> 100755
--- a/lib/solargraph/api_map.rb
+++ b/lib/solargraph/api_map.rb
@@ -340,11 +340,10 @@ module Solargraph
# @param scope [Symbol] :instance or :class
# @return [Array<Solargraph::Pin::Base>]
def get_method_stack ... | ApiMap caches method stacks. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ def is_requirement(line):
README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
-VERSION = '2.1.2'
+VERSION = '2.1.3'
if sys.argv[-1] == 'tag':
print("Tagging the version on gi... | chore: Bump patch version number to <I> after requirements upgrade. |
diff --git a/library/src/test/java/com/evernote/android/job/DailyJobTest.java b/library/src/test/java/com/evernote/android/job/DailyJobTest.java
index <HASH>..<HASH> 100644
--- a/library/src/test/java/com/evernote/android/job/DailyJobTest.java
+++ b/library/src/test/java/com/evernote/android/job/DailyJobTest.java
@@ -1... | Add a test that verifies that daily jobs aren't exact |
diff --git a/wrappers/java/src/main/java/org/hyperledger/indy/sdk/pool/Pool.java b/wrappers/java/src/main/java/org/hyperledger/indy/sdk/pool/Pool.java
index <HASH>..<HASH> 100644
--- a/wrappers/java/src/main/java/org/hyperledger/indy/sdk/pool/Pool.java
+++ b/wrappers/java/src/main/java/org/hyperledger/indy/sdk/pool/Poo... | Pool.closePoolLedger method did not use correct C-callable sdk function. |
diff --git a/opal/clearwater/application.rb b/opal/clearwater/application.rb
index <HASH>..<HASH> 100644
--- a/opal/clearwater/application.rb
+++ b/opal/clearwater/application.rb
@@ -24,6 +24,12 @@ module Clearwater
router.application = self
component.router = router if component
+ if `#@component.... | Warn when trying to cache persistent components |
diff --git a/jsonapi/models.py b/jsonapi/models.py
index <HASH>..<HASH> 100644
--- a/jsonapi/models.py
+++ b/jsonapi/models.py
@@ -1 +0,0 @@
-# lint_ignore=C0110 | move lint options to pylama.ini from files |
diff --git a/lib/podio/models/file_attachment.rb b/lib/podio/models/file_attachment.rb
index <HASH>..<HASH> 100644
--- a/lib/podio/models/file_attachment.rb
+++ b/lib/podio/models/file_attachment.rb
@@ -36,6 +36,10 @@ class Podio::FileAttachment < ActivePodio::Base
'file'
end
+ def raw_data
+ Podio.connec... | Add method for getting raw file data from a file object |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.