diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/ODatabaseRecordWrapperAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/db/ODatabaseRecordWrapperAbstract.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/db/ODatabaseRecordWrapperAbstract.... | Update core/src/main/java/com/orientechnologies/orient/core/db/ODatabaseRecordWrapperAbstract.java
Allow set user back to current database instance |
diff --git a/src/selection.js b/src/selection.js
index <HASH>..<HASH> 100644
--- a/src/selection.js
+++ b/src/selection.js
@@ -75,7 +75,7 @@ export default class FeatureSelection {
// Any pending selection requests
pendingRequests() {
- return this.requests;
+ return Object.keys(this.requests)... | only return pending selection list when more than zero |
diff --git a/src/Twig/EasyAdminTwigExtension.php b/src/Twig/EasyAdminTwigExtension.php
index <HASH>..<HASH> 100644
--- a/src/Twig/EasyAdminTwigExtension.php
+++ b/src/Twig/EasyAdminTwigExtension.php
@@ -262,7 +262,7 @@ class EasyAdminTwigExtension extends \Twig_Extension
} elseif (null !== $primaryKeyValue... | display NONE label on null associations
This will fix #<I> and #<I> |
diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php
index <HASH>..<HASH> 100644
--- a/src/Adyen/Client.php
+++ b/src/Adyen/Client.php
@@ -104,6 +104,16 @@ class Client
$this->_config->set('endpoint', $url);
}
+ /**
+ * Set directory lookup URL
+ *
+ * @param $url
+ */
+ public... | Added a method to set the directory lookup URL. |
diff --git a/Dailymotion.php b/Dailymotion.php
index <HASH>..<HASH> 100644
--- a/Dailymotion.php
+++ b/Dailymotion.php
@@ -612,6 +612,7 @@ class Dailymotion
CURLOPT_CONNECTTIMEOUT => $this->connectionTimeout,
CURLOPT_TIMEOUT => $this->timeout,
CURLOPT_PROXY => $this->p... | Force SSL version to workaround SSL timeout with some PHP installations |
diff --git a/lib/ronin/extensions/regexp.rb b/lib/ronin/extensions/regexp.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/extensions/regexp.rb
+++ b/lib/ronin/extensions/regexp.rb
@@ -28,10 +28,10 @@ class Regexp
MAC = /[0-9a-fA-F]{2}(?::[0-9a-fA-F]{2}){5}/
# A regular expression for matching IPv4 Addresses.
- ... | Also match the netmasks of the IPv4 and IPv6 addresses. |
diff --git a/src/java/voldemort/cluster/failuredetector/AbstractFailureDetector.java b/src/java/voldemort/cluster/failuredetector/AbstractFailureDetector.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/cluster/failuredetector/AbstractFailureDetector.java
+++ b/src/java/voldemort/cluster/failuredetector/Abstra... | Returning the new NodeStatus() object if previous nodeStatus was null. |
diff --git a/security/api/src/main/java/org/jboss/as/security/api/ConnectionSecurityContext.java b/security/api/src/main/java/org/jboss/as/security/api/ConnectionSecurityContext.java
index <HASH>..<HASH> 100644
--- a/security/api/src/main/java/org/jboss/as/security/api/ConnectionSecurityContext.java
+++ b/security/api/... | WFLY-<I>: prevent IllegalStateException while creation of RealmUser without realm |
diff --git a/app/helpers/wafflemix/application_helper.rb b/app/helpers/wafflemix/application_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/wafflemix/application_helper.rb
+++ b/app/helpers/wafflemix/application_helper.rb
@@ -14,7 +14,7 @@ module Wafflemix
icon_bar += content_tag(:span, '', :c... | Root path is now set in main app. |
diff --git a/js/src/forum/addComposerAutocomplete.js b/js/src/forum/addComposerAutocomplete.js
index <HASH>..<HASH> 100644
--- a/js/src/forum/addComposerAutocomplete.js
+++ b/js/src/forum/addComposerAutocomplete.js
@@ -46,7 +46,7 @@ export default function addComposerAutocomplete() {
$textarea
.after($con... | Trigger mention autocomplete on any kind of input |
diff --git a/src/shared/get-support.js b/src/shared/get-support.js
index <HASH>..<HASH> 100644
--- a/src/shared/get-support.js
+++ b/src/shared/get-support.js
@@ -7,7 +7,7 @@ function calcSupport() {
const document = getDocument();
return {
- smoothScroll: 'scrollBehavior' in document.documentElement.style,
... | fix(core): double check for documentElement in smoothScroll detection |
diff --git a/src/Codesleeve/AssetPipeline/Filters/JSTFilter.php b/src/Codesleeve/AssetPipeline/Filters/JSTFilter.php
index <HASH>..<HASH> 100644
--- a/src/Codesleeve/AssetPipeline/Filters/JSTFilter.php
+++ b/src/Codesleeve/AssetPipeline/Filters/JSTFilter.php
@@ -41,7 +41,9 @@ class JSTFilter implements FilterInterface
... | seperating 1 line into 2 lines for backwards compatibility (maybe...) |
diff --git a/packages/ember-htmlbars/lib/main.js b/packages/ember-htmlbars/lib/main.js
index <HASH>..<HASH> 100644
--- a/packages/ember-htmlbars/lib/main.js
+++ b/packages/ember-htmlbars/lib/main.js
@@ -12,7 +12,6 @@ import makeBoundHelper from "ember-htmlbars/system/make_bound_helper";
import {
registerHelper,
-... | [BUGFIX beta] Remove vestigial `helper` import in ember-htmlbars
* Resolves JSHint error |
diff --git a/lib/oxygen.js b/lib/oxygen.js
index <HASH>..<HASH> 100644
--- a/lib/oxygen.js
+++ b/lib/oxygen.js
@@ -236,8 +236,8 @@ module.exports.Runner = function () {
} else if (msg.level === 'WARN') {
logger.warn(msg.msg);
}
-
- if... | Fix log-add event not being emited |
diff --git a/apiserver/facades/client/application/application.go b/apiserver/facades/client/application/application.go
index <HASH>..<HASH> 100644
--- a/apiserver/facades/client/application/application.go
+++ b/apiserver/facades/client/application/application.go
@@ -2148,7 +2148,8 @@ func (api *APIBase) setApplicationC... | Adds comment detail to application API server for defaulting config branch name. |
diff --git a/lib/gclitest/testCli.js b/lib/gclitest/testCli.js
index <HASH>..<HASH> 100644
--- a/lib/gclitest/testCli.js
+++ b/lib/gclitest/testCli.js
@@ -130,7 +130,7 @@ exports.testTsv = function() {
test.is( 'VVVVI', statuses);
test.is(Status.ERROR, status);
test.is(0, assignC.paramIndex);
- test.is... | Bug <I> (fuzzy): Tests for match counts need to be broader |
diff --git a/sos/report/plugins/auditd.py b/sos/report/plugins/auditd.py
index <HASH>..<HASH> 100644
--- a/sos/report/plugins/auditd.py
+++ b/sos/report/plugins/auditd.py
@@ -21,7 +21,8 @@ class Auditd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
def setup(self):
self.add_copy_spec([
"/... | [auditd] Get auditd plugins.d contents
Resolves: #<I> |
diff --git a/Classes/Utility/DatabaseUtility.php b/Classes/Utility/DatabaseUtility.php
index <HASH>..<HASH> 100644
--- a/Classes/Utility/DatabaseUtility.php
+++ b/Classes/Utility/DatabaseUtility.php
@@ -312,35 +312,11 @@ class DatabaseUtility
return $ret;
}
- /**
- * Sanitize field for sql usage
... | [TASK] no need to sanitize user input to process table / attribute names.
It would not be safe anyways. If ever user input for table or attribute names needs to be processed, an exact match would be much safer. Therefore, there's nothing to sanitize.
Fixes #<I> |
diff --git a/ez_setup.py b/ez_setup.py
index <HASH>..<HASH> 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -30,7 +30,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "18.0"
+DEFAULT_VERSION = "18.1"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
DEFAULT_SAVE_DIR = os.cur... | Bumped to <I> in preparation for next release. |
diff --git a/oa-oauth/lib/omniauth/strategies/netflix.rb b/oa-oauth/lib/omniauth/strategies/netflix.rb
index <HASH>..<HASH> 100644
--- a/oa-oauth/lib/omniauth/strategies/netflix.rb
+++ b/oa-oauth/lib/omniauth/strategies/netflix.rb
@@ -53,6 +53,7 @@ module OmniAuth
'nickname' => user['nickname'],
'... | NetFlix Auth Hash Schema must contain a required
['user_info']['name'] entry. |
diff --git a/scapy/asn1fields.py b/scapy/asn1fields.py
index <HASH>..<HASH> 100644
--- a/scapy/asn1fields.py
+++ b/scapy/asn1fields.py
@@ -282,7 +282,7 @@ class ASN1F_SEQUENCE_OF(ASN1F_SEQUENCE):
class ASN1F_PACKET(ASN1F_field):
holds_packets = 1
def __init__(self, name, default, cls):
- ASN1_field.__... | typo in scapy/asn1fields.py |
diff --git a/src/TextBox.js b/src/TextBox.js
index <HASH>..<HASH> 100644
--- a/src/TextBox.js
+++ b/src/TextBox.js
@@ -268,6 +268,7 @@ export default class TextBox extends BaseClass {
const rtl = detectRTL();
update
+ .order()
.style("pointer-events", d => this._pointerEvents(d.data, d.i))
... | fixes re-ordering of TextBox DOM elements on redraw |
diff --git a/django_tenants/postgresql_backend/base.py b/django_tenants/postgresql_backend/base.py
index <HASH>..<HASH> 100644
--- a/django_tenants/postgresql_backend/base.py
+++ b/django_tenants/postgresql_backend/base.py
@@ -165,3 +165,6 @@ class FakeTenant:
def __init__(self, schema_name, tenant_type=None):
... | Fixed a problem with FakeTenant |
diff --git a/routing/chainview/neutrino.go b/routing/chainview/neutrino.go
index <HASH>..<HASH> 100644
--- a/routing/chainview/neutrino.go
+++ b/routing/chainview/neutrino.go
@@ -236,7 +236,7 @@ func (c *CfFilteredChainView) FilterBlock(blockHash *chainhash.Hash) (*FilteredB
// Next, using the block, hash, we'll fetc... | routing/chainview: update neutrino driver to comply with BIP |
diff --git a/lib/launchy/cli.rb b/lib/launchy/cli.rb
index <HASH>..<HASH> 100644
--- a/lib/launchy/cli.rb
+++ b/lib/launchy/cli.rb
@@ -65,13 +65,11 @@ module Launchy
def good_run( argv, env )
if parse( argv, env ) then
- Launchy.open( argv.shift, options )
+ Launchy.open( argv.shift, options... | Have the commandline program use the new block feature. |
diff --git a/lib/handlers/session.js b/lib/handlers/session.js
index <HASH>..<HASH> 100644
--- a/lib/handlers/session.js
+++ b/lib/handlers/session.js
@@ -9,6 +9,9 @@ var errors = require('../errors');
var Observable = utils.Observable;
var passport = require('passport');
+var sendy = require('../addons/sendy');
+
... | Check for subscribed param and set accordingly on routeSetHome |
diff --git a/core/src/main/java/com/linecorp/armeria/server/Server.java b/core/src/main/java/com/linecorp/armeria/server/Server.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/linecorp/armeria/server/Server.java
+++ b/core/src/main/java/com/linecorp/armeria/server/Server.java
@@ -204,7 +204,7 @@ public fi... | Rename 'armeria.server.numConnections` to `armeria.server.connections` (#<I>)
Motivation:
`numConnections` violates the Prometheus naming convention
Modifications:
- Rename 'armeria.server.numConnections` to `armeria.server.connections`
Result:
Consistency |
diff --git a/lib/csvlint/validate.rb b/lib/csvlint/validate.rb
index <HASH>..<HASH> 100644
--- a/lib/csvlint/validate.rb
+++ b/lib/csvlint/validate.rb
@@ -193,7 +193,7 @@ module Csvlint
end
@header_processed = true
build_info_messages(:assumed_header, :structure) if assumed_header
-
+
... | whitespace fix because linter
cosmetic, no change in execution |
diff --git a/join/_core.py b/join/_core.py
index <HASH>..<HASH> 100644
--- a/join/_core.py
+++ b/join/_core.py
@@ -42,7 +42,7 @@ def join(left, right, how='inner', key=None, left_key=None, right_key=None,
"right": _right_join,
"inner": _inner_join,
"outer": _outer_join,
- }... | fixed join method lookup to not use ".get()"
This is so that KeyError is thrown if an unrecognized join method name is provided. |
diff --git a/Library/Compiler.php b/Library/Compiler.php
index <HASH>..<HASH> 100755
--- a/Library/Compiler.php
+++ b/Library/Compiler.php
@@ -428,14 +428,16 @@ class Compiler
}
}
- /**
- * Load additional extension prototypes
- */
- foreach (new DirectoryIterator(ZEPHIRPATH . 'prototypes') as $file) {
-... | refs #NA Check prototypes folder before interator it |
diff --git a/spring-session/src/test/java/org/springframework/session/web/http/SessionRepositoryFilterTests.java b/spring-session/src/test/java/org/springframework/session/web/http/SessionRepositoryFilterTests.java
index <HASH>..<HASH> 100644
--- a/spring-session/src/test/java/org/springframework/session/web/http/Sessi... | Fix SessionRepositoryFilterTests doFilterLastAccessedTime assertion
Relax the assertion so that it is not exact to avoid timing issues.
Fixes gh-<I> |
diff --git a/lib/class/inode_file.js b/lib/class/inode_file.js
index <HASH>..<HASH> 100644
--- a/lib/class/inode_file.js
+++ b/lib/class/inode_file.js
@@ -60,6 +60,7 @@ File.setStatic(function from(obj) {
size : obj.size
};
+ file.name = obj.name;
file.type = obj.type;
file.hash = obj.hash;
} | Get file name from object if it's present |
diff --git a/src/components/Response.php b/src/components/Response.php
index <HASH>..<HASH> 100644
--- a/src/components/Response.php
+++ b/src/components/Response.php
@@ -25,4 +25,14 @@ class Response extends \yii\web\Response
parent::sendContent();
}
+
+ public function refresh($anchor = '')
+ {
... | Fix. Ignore ajax request urls when redirect from hiam (#<I>) |
diff --git a/src/test/java/org/op4j/AssortedTests.java b/src/test/java/org/op4j/AssortedTests.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/op4j/AssortedTests.java
+++ b/src/test/java/org/op4j/AssortedTests.java
@@ -1813,5 +1813,24 @@ public class AssortedTests extends TestCase {
Op.on(set).... | substringbefore, after and between added
git-svn-id: <URL> |
diff --git a/taipan/collections/dicts.py b/taipan/collections/dicts.py
index <HASH>..<HASH> 100644
--- a/taipan/collections/dicts.py
+++ b/taipan/collections/dicts.py
@@ -126,6 +126,9 @@ def peekitem(dict_):
raise KeyError("peekitem(): dictionary is empty")
return next(iteritems(dict_))
+# TODO(xion): p... | Add a few TODOs to .collections.dicts |
diff --git a/tests/bindings/modalBindingBehaviors.js b/tests/bindings/modalBindingBehaviors.js
index <HASH>..<HASH> 100644
--- a/tests/bindings/modalBindingBehaviors.js
+++ b/tests/bindings/modalBindingBehaviors.js
@@ -179,4 +179,18 @@
expect(this.testElement).toContainElement('.modal-header #test');... | Added test case for dialogCss property for modal binding |
diff --git a/sheet_test.go b/sheet_test.go
index <HASH>..<HASH> 100644
--- a/sheet_test.go
+++ b/sheet_test.go
@@ -160,7 +160,8 @@ func (s *SheetSuite) TestMarshalSheetWithMultipleCells(c *C) {
cell = row.AddCell()
cell.Value = "A cell (with value 2)!"
refTable := NewSharedStringRefTable()
- xSheet := sheet.makeX... | Resolve failing tests from merge. |
diff --git a/lib/httplog/http_log.rb b/lib/httplog/http_log.rb
index <HASH>..<HASH> 100644
--- a/lib/httplog/http_log.rb
+++ b/lib/httplog/http_log.rb
@@ -40,7 +40,7 @@ module HttpLog
url.to_s.match(options[:url_whitelist_pattern])
end
- def log(msg)
+ def log(msg, encoding='UTF-8')
# This bu... | actually passing encoding to the log method. doh |
diff --git a/salt/modules/ebuild.py b/salt/modules/ebuild.py
index <HASH>..<HASH> 100644
--- a/salt/modules/ebuild.py
+++ b/salt/modules/ebuild.py
@@ -17,6 +17,7 @@ import re
import salt.utils
# Import third party libs
+HAS_PORTAGE = False
try:
import portage
HAS_PORTAGE = True
@@ -30,8 +31,7 @@ except I... | Bring `HAS_PORTAGE` to global scope, wrongly removed(by me). |
diff --git a/pyout/tests/test_tabular.py b/pyout/tests/test_tabular.py
index <HASH>..<HASH> 100644
--- a/pyout/tests/test_tabular.py
+++ b/pyout/tests/test_tabular.py
@@ -257,10 +257,10 @@ def test_tabular_write_multicolor():
assert_eq_repr(out.stdout, expected)
-def test_tabular_write_empty_string_nostyle():
... | tests: Update "don't style empty string" check
With the next commit, render() won't be called with zero-width values.
Pass a value with spaces to trigger the "all whitespace" code path in
TermProcessors.render(). Also rename the test to make it clear that
the tested behavior isn't strictly limited to empty strings. |
diff --git a/toolkits/golang.go b/toolkits/golang.go
index <HASH>..<HASH> 100644
--- a/toolkits/golang.go
+++ b/toolkits/golang.go
@@ -25,7 +25,7 @@ import (
)
const (
- minGoVersionForToolkit = "1.7.3"
+ minGoVersionForToolkit = "1.7.4"
)
// === Base Toolkit struct === | Go <I> (#<I>) |
diff --git a/lib/guard/rspec/runner.rb b/lib/guard/rspec/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/guard/rspec/runner.rb
+++ b/lib/guard/rspec/runner.rb
@@ -50,7 +50,6 @@ module Guard
def failure_exit_code_supported?
@failure_exit_code_supported ||= begin
cmd_parts = []
- cmd_p... | export environment before rvm exec |
diff --git a/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java b/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntroductionAdvice.java
index <HASH>..<HASH> 100644
--- a/http-client/src/main/java/io/micronaut/http/client/interceptor/HttpClientIntr... | Handle header only if the Header annotation is present |
diff --git a/PhpAmqpLib/Connection/AbstractConnection.php b/PhpAmqpLib/Connection/AbstractConnection.php
index <HASH>..<HASH> 100644
--- a/PhpAmqpLib/Connection/AbstractConnection.php
+++ b/PhpAmqpLib/Connection/AbstractConnection.php
@@ -268,7 +268,7 @@ class AbstractConnection extends AbstractChannel
// Try ... | Remove AbstractIO reconnect as it is only used, incorrectly, in one place
Fixes #<I> |
diff --git a/tests/test_distro.py b/tests/test_distro.py
index <HASH>..<HASH> 100644
--- a/tests/test_distro.py
+++ b/tests/test_distro.py
@@ -99,20 +99,18 @@ class TestCli:
import json
root_dir = os.path.join(RESOURCES, 'cli', 'fedora30')
command = [sys.executable, '-m', 'distro', '-j', '--r... | Prefer mapping to JSON string as test expectation
This is easier to read and maintain and more resilient to formatting
changes. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -108,6 +108,7 @@ JSHinter.prototype.testGenerator = function(relativePath, passed, errors) {
return "QUnit.module('JSHint - " + path.dirname(relativePath) + "');\n" +
"QUnit.test('" + relativePath + " should pas... | Add assert.expect to generated tests |
diff --git a/app/controllers/navigation.js b/app/controllers/navigation.js
index <HASH>..<HASH> 100644
--- a/app/controllers/navigation.js
+++ b/app/controllers/navigation.js
@@ -5,6 +5,7 @@ import ProgressDialog from 'hospitalrun/mixins/progress-dialog';
import UserSession from 'hospitalrun/mixins/user-session';
imp... | Changed to pull site/sever information from server config |
diff --git a/class.contextio.php b/class.contextio.php
index <HASH>..<HASH> 100755
--- a/class.contextio.php
+++ b/class.contextio.php
@@ -296,7 +296,7 @@ class ContextIO {
}
public function addUser($params) {
- $params = $this->_filterParams($params, array('email','first_name','last_name','type','server','usern... | added migrate_account_id as a valid param on post->users. |
diff --git a/lib/cli.js b/lib/cli.js
index <HASH>..<HASH> 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -105,14 +105,15 @@ function run() {
return done()
function done() {
- info('listening on '+port)
+ info('listening on http://localhost:' + port + '/')
+
return serve(
cwd
, browserify... | expose a clickable URL for those terminals supporting it. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-genes',
- version='0.6',
+ version='0.7',
packages=find_packages(),
include_package_data=T... | Bumping django-genes package version # to reflect the addition of auto-complete search. |
diff --git a/lib/user_stream/version.rb b/lib/user_stream/version.rb
index <HASH>..<HASH> 100644
--- a/lib/user_stream/version.rb
+++ b/lib/user_stream/version.rb
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
module UserStream
- VERSION = "1.2.4"
+ VERSION = "1.3.0"
end | Version bump to <I>. |
diff --git a/lib/xdr/struct.rb b/lib/xdr/struct.rb
index <HASH>..<HASH> 100644
--- a/lib/xdr/struct.rb
+++ b/lib/xdr/struct.rb
@@ -9,7 +9,7 @@ class XDR::Struct
attribute_method_prefix 'read_'
attribute_method_suffix 'write_'
-
+
class_attribute :fields
self.fields = ActiveSupport::OrderedHash.new
@@ ... | Add eql? and hash implementations for struct and union
Allows for `uniq` to behave as expected |
diff --git a/lib/jammit/compressor.rb b/lib/jammit/compressor.rb
index <HASH>..<HASH> 100644
--- a/lib/jammit/compressor.rb
+++ b/lib/jammit/compressor.rb
@@ -22,7 +22,7 @@ module Jammit
# Font extensions for which we allow embedding:
EMBED_EXTS = EMBED_MIME_TYPES.keys
- EMBED_FONTS = ['.ttf', '... | allow .woff fonts to be embedded. |
diff --git a/bin/ember-template-lint.js b/bin/ember-template-lint.js
index <HASH>..<HASH> 100755
--- a/bin/ember-template-lint.js
+++ b/bin/ember-template-lint.js
@@ -193,7 +193,8 @@ async function run() {
let resultsAccumulator = [];
for (let relativeFilePath of filesToLint) {
- let resolvedFilePath = path.... | fix ENOENT: no such file or directory, open 'D:\dev\stdin' error on Windows |
diff --git a/spec/factories/socializer_ties.rb b/spec/factories/socializer_ties.rb
index <HASH>..<HASH> 100644
--- a/spec/factories/socializer_ties.rb
+++ b/spec/factories/socializer_ties.rb
@@ -2,5 +2,6 @@
FactoryGirl.define do
factory :socializer_tie, class: Socializer::Tie do
+ association :activity_contact... | check the return type for contact
add the activity_contact association to the factory |
diff --git a/code/PollAdmin.php b/code/PollAdmin.php
index <HASH>..<HASH> 100644
--- a/code/PollAdmin.php
+++ b/code/PollAdmin.php
@@ -6,7 +6,6 @@ class PollAdmin extends ModelAdmin {
private static $url_segment = 'polls';
private static $menu_title = 'Polls';
private static $menu_icon = 'silverstripe-polls/image... | removing menu priority, developer should use yml config file |
diff --git a/install/lib/class.installer.php b/install/lib/class.installer.php
index <HASH>..<HASH> 100644
--- a/install/lib/class.installer.php
+++ b/install/lib/class.installer.php
@@ -1,6 +1,7 @@
<?php
require_once(CORE . '/class.administration.php');
+ require_once(TOOLKIT . '/class.cryptography.php');
requi... | Installer uses Cryptography::hash() instead of sha1() during installation |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ METADATA = dict(
SETUPTOOLS_METADATA = dict(
- install_requires = ['setuptools', 'requests'],
+ install_requires = ['setuptools', 'requests', 'numpy', 'matplotlib'],
include_package_data = True
)
@@... | working towards python3 compatibility re #<I> |
diff --git a/perseuspy/__init__.py b/perseuspy/__init__.py
index <HASH>..<HASH> 100644
--- a/perseuspy/__init__.py
+++ b/perseuspy/__init__.py
@@ -68,6 +68,8 @@ def read_perseus(path_or_file, type_map = perseus_to_dtype, **kwargs):
"""
annotations = read_annotations(path_or_file, separator, type_map)
c... | handle 'usecols' kwarg in read.perseus |
diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/bundler.rb
+++ b/lib/vagrant/bundler.rb
@@ -146,7 +146,7 @@ module Vagrant
'local_source' => plugin_source
}
}
- internal_install(plugin_info, {})
+ internal_install(plugin_inf... | Only install from defined sources unless install is local |
diff --git a/tests/SetterTests.php b/tests/SetterTests.php
index <HASH>..<HASH> 100644
--- a/tests/SetterTests.php
+++ b/tests/SetterTests.php
@@ -43,8 +43,9 @@ class SetterTests extends TestCase
{
$stub = new ModelBaseServiceStub();
- $stub->service = new BaseServiceStub();
- $this->asser... | test - setter - improve inspection |
diff --git a/parse.go b/parse.go
index <HASH>..<HASH> 100644
--- a/parse.go
+++ b/parse.go
@@ -93,17 +93,6 @@ func (p *parser) readByte() byte {
return b
}
-func (p *parser) discByte(b byte) {
- if p.nextErr != nil {
- p.errPass(p.nextErr)
- return
- }
- if _, err := p.br.Discard(1); err != nil {
- p.errPass(er... | parse: replace discByte(byte)
Now that this is no longer in any critical paths, it's unnecessary. |
diff --git a/src/java/org/apache/cassandra/utils/StreamingHistogram.java b/src/java/org/apache/cassandra/utils/StreamingHistogram.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/utils/StreamingHistogram.java
+++ b/src/java/org/apache/cassandra/utils/StreamingHistogram.java
@@ -127,10 +127,10 @@ pub... | Avoid special characters which might confuse ant. |
diff --git a/tests/test_api.py b/tests/test_api.py
index <HASH>..<HASH> 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -46,13 +46,8 @@ class TestAPI(object):
dataless_uuid = "ed9e7ddd-3e97-452d-9e34-fee5d432258e"
dallinger.data.register(dataless_uuid, "https://bogus-url.com/something")
- ... | Use pytest.raises() consistently |
diff --git a/examples/dendrogram.py b/examples/dendrogram.py
index <HASH>..<HASH> 100644
--- a/examples/dendrogram.py
+++ b/examples/dendrogram.py
@@ -31,7 +31,7 @@
from neurom.view import common
from neurom.analysis.morphmath import segment_length
-from neurom.core.tree import isegment
+from neurom.core.tree impor... | fix for segment length function in dendrogram example |
diff --git a/torchvision/transforms/functional.py b/torchvision/transforms/functional.py
index <HASH>..<HASH> 100644
--- a/torchvision/transforms/functional.py
+++ b/torchvision/transforms/functional.py
@@ -85,14 +85,8 @@ def to_tensor(pic):
img = 255 * torch.from_numpy(np.array(pic, np.uint8, copy=False))
... | generalize number of bands calculation in to_tensor (#<I>) |
diff --git a/atomic_reactor/plugins/exit_koji_promote.py b/atomic_reactor/plugins/exit_koji_promote.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/plugins/exit_koji_promote.py
+++ b/atomic_reactor/plugins/exit_koji_promote.py
@@ -513,7 +513,7 @@ class KojiPromotePlugin(ExitPlugin):
if not isinstance(sourc... | koji_promote: seems like build.extra.image is required
It is not listed in the specification any more, but builds do
not display correctly without this. |
diff --git a/admin_tools/menu/utils.py b/admin_tools/menu/utils.py
index <HASH>..<HASH> 100644
--- a/admin_tools/menu/utils.py
+++ b/admin_tools/menu/utils.py
@@ -5,14 +5,13 @@ Menu utilities.
import types
from django.conf import settings
-from django.core.exceptions import ImproperlyConfigured
from django.utils.i... | fixed admin path error when calculating menu class to use |
diff --git a/forum/__init__.py b/forum/__init__.py
index <HASH>..<HASH> 100644
--- a/forum/__init__.py
+++ b/forum/__init__.py
@@ -1,2 +1,2 @@
"""A minimalistic Django forum app"""
-__version__ = '0.7.3'
+__version__ = '0.7.4'
diff --git a/forum/signals.py b/forum/signals.py
index <HASH>..<HASH> 100644
--- a/forum/sig... | Fix bad template names in threadwatch sending, close #<I>, bump to <I> |
diff --git a/store.js b/store.js
index <HASH>..<HASH> 100644
--- a/store.js
+++ b/store.js
@@ -2,7 +2,8 @@ var store = (function(){
var api = {},
win = window,
doc = win.document,
- name = 'localStorage',
+ localStorageName = 'localStorage',
+ globalStorageName = 'globalStorage',
storage
api.set = fu... | Fix issue 2. Thanks Paul Irish for the suggested fix and relevant links.
See <URL> |
diff --git a/src/main/java/org/zeromq/ZMQException.java b/src/main/java/org/zeromq/ZMQException.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/zeromq/ZMQException.java
+++ b/src/main/java/org/zeromq/ZMQException.java
@@ -43,6 +43,18 @@ public class ZMQException extends RuntimeException
code = errno;
... | Added constructors to ZMQException |
diff --git a/src/test/java/benchmark/Synchronized_Versus_ReentrantLock.java b/src/test/java/benchmark/Synchronized_Versus_ReentrantLock.java
index <HASH>..<HASH> 100644
--- a/src/test/java/benchmark/Synchronized_Versus_ReentrantLock.java
+++ b/src/test/java/benchmark/Synchronized_Versus_ReentrantLock.java
@@ -2,7 +2,6 ... | Make it compilable on JDK6 |
diff --git a/Kwc/Abstract/Image/ImageFile.php b/Kwc/Abstract/Image/ImageFile.php
index <HASH>..<HASH> 100644
--- a/Kwc/Abstract/Image/ImageFile.php
+++ b/Kwc/Abstract/Image/ImageFile.php
@@ -11,7 +11,7 @@ class Kwc_Abstract_Image_ImageFile extends Kwf_Form_Field_File
public function load($row, $postData = array())... | Fix Image Admin for components where multiple exist for one db id |
diff --git a/css.js b/css.js
index <HASH>..<HASH> 100644
--- a/css.js
+++ b/css.js
@@ -1,4 +1,4 @@
-define(['./core/extend', './css/builder', './request'], function(extend, builder, request) {
+define(['./core/extend', './core/deferredUtils', './css/builder', './request'], function(extend, def, builder, request) {
'u... | css now can load from string |
diff --git a/lib/notee/helpers/notee_helper.rb b/lib/notee/helpers/notee_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/notee/helpers/notee_helper.rb
+++ b/lib/notee/helpers/notee_helper.rb
@@ -63,17 +63,6 @@ module Notee
@posts = Notee::Post.where(user_id: writer.id, status: Notee::STATUS[:published], is_del... | delete notee_categories method |
diff --git a/lib/dugway/store.rb b/lib/dugway/store.rb
index <HASH>..<HASH> 100644
--- a/lib/dugway/store.rb
+++ b/lib/dugway/store.rb
@@ -131,7 +131,12 @@ module Dugway
end
def lookup(permalink, array)
- array.find { |item| item['permalink'] == permalink }.try(:dup)
+ if item = array.find { |item... | Create a deep copy of lookup items. Fixes #<I> |
diff --git a/src/Bot.php b/src/Bot.php
index <HASH>..<HASH> 100644
--- a/src/Bot.php
+++ b/src/Bot.php
@@ -227,7 +227,7 @@ class Bot
* and monitor those connections for events to forward to plugins.
*
* @param bool $autorun
- *
+ *
* @throws \RuntimeException if configuration is inconsi... | Removed whitespace at end of line |
diff --git a/tensorpack/tfutils/distributions.py b/tensorpack/tfutils/distributions.py
index <HASH>..<HASH> 100644
--- a/tensorpack/tfutils/distributions.py
+++ b/tensorpack/tfutils/distributions.py
@@ -172,7 +172,7 @@ class CategoricalDistribution(Distribution):
def _loglikelihood(self, x, theta):
eps ... | reduction_indices was deprecated in TF |
diff --git a/decode.go b/decode.go
index <HASH>..<HASH> 100644
--- a/decode.go
+++ b/decode.go
@@ -362,7 +362,16 @@ func createNewOutInner(outInnerWasPointer bool, outInnerType reflect.Type) refle
func setInnerField(outInner *reflect.Value, outInnerWasPointer bool, index []int, value string, omitEmpty bool) error {
... | initialize nil pointer values on decode for nested structs |
diff --git a/lib/serverspec/type/x509_certificate.rb b/lib/serverspec/type/x509_certificate.rb
index <HASH>..<HASH> 100644
--- a/lib/serverspec/type/x509_certificate.rb
+++ b/lib/serverspec/type/x509_certificate.rb
@@ -84,9 +84,9 @@ module Serverspec::Type
# Normalize output between openssl versions.
def no... | Fixed infinite loop in subject of x<I>_certificate |
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
+++ b/g... | Cleaned up the toString() on RemoteGraph. |
diff --git a/openstack_dashboard/dashboards/project/dashboard.py b/openstack_dashboard/dashboards/project/dashboard.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/dashboards/project/dashboard.py
+++ b/openstack_dashboard/dashboards/project/dashboard.py
@@ -45,22 +45,22 @@ class ObjectStorePanels(horizon.Panel... | Sort the panel's variable in the dashboards.py
In the dashboards.py some PanelGroup's variable
use(slug,name.panels), and some use(name, slug, panels),
we can unit it, used as(slug,name.panels).
Change-Id: If<I>fcb<I>c<I>c<I>db8bceb4ed<I>c<I>
Closes-bug:#<I> |
diff --git a/src/performance/captureHardNavigation.js b/src/performance/captureHardNavigation.js
index <HASH>..<HASH> 100644
--- a/src/performance/captureHardNavigation.js
+++ b/src/performance/captureHardNavigation.js
@@ -22,7 +22,7 @@ function isValidTrace (transaction, trace) {
module.exports = function captureHa... | fix: use fetchStart instead of navigationStart for the base time |
diff --git a/src/drivers/chrome/js/driver.js b/src/drivers/chrome/js/driver.js
index <HASH>..<HASH> 100644
--- a/src/drivers/chrome/js/driver.js
+++ b/src/drivers/chrome/js/driver.js
@@ -55,7 +55,7 @@
for ( option in defaults ) {
localStorage[option] = defaults[option];
}
- } else if ( version !==... | Respect "Show upgrade message" option in Chrome |
diff --git a/src/Composer/DependencyResolver/Solver.php b/src/Composer/DependencyResolver/Solver.php
index <HASH>..<HASH> 100644
--- a/src/Composer/DependencyResolver/Solver.php
+++ b/src/Composer/DependencyResolver/Solver.php
@@ -796,10 +796,10 @@ class Solver
continue 2; // next rule
... | Remove unnecessary abs() calls
Literal cannot be negative at this point |
diff --git a/src/foremast/utils/lookups.py b/src/foremast/utils/lookups.py
index <HASH>..<HASH> 100644
--- a/src/foremast/utils/lookups.py
+++ b/src/foremast/utils/lookups.py
@@ -102,8 +102,9 @@ class GitLookup():
"""
file_contents = ''
+ file_path = os.path.join(self.runway_dir, filename)
+
... | refactor: Move safe assignment outside of try
See also: #<I> |
diff --git a/index_edit.php b/index_edit.php
index <HASH>..<HASH> 100644
--- a/index_edit.php
+++ b/index_edit.php
@@ -89,6 +89,7 @@ if ($user_id) {
}
if ($action=='update') {
+ Zend_Session::writeClose();
foreach (array('main', 'side') as $location) {
if ($location=='main') {
$new_blocks=$main; | Changing home/my page blocks fails for some users |
diff --git a/spec/hook_handler/hook_handler_hook_spec.rb b/spec/hook_handler/hook_handler_hook_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/hook_handler/hook_handler_hook_spec.rb
+++ b/spec/hook_handler/hook_handler_hook_spec.rb
@@ -97,4 +97,13 @@ describe EvalHook::HookHandler, "hook handler hooks" do
hh.evalho... | added test for interception of global variable access (pass) |
diff --git a/src/FilterRule/NumberFormat.php b/src/FilterRule/NumberFormat.php
index <HASH>..<HASH> 100644
--- a/src/FilterRule/NumberFormat.php
+++ b/src/FilterRule/NumberFormat.php
@@ -41,7 +41,7 @@ class NumberFormat extends FilterRule
*/
public function __construct($decimals, $decimalPoint, $thousandSepe... | #<I>: Added intval to cast the decimals-configuration to int |
diff --git a/lib/houston/conversations.rb b/lib/houston/conversations.rb
index <HASH>..<HASH> 100644
--- a/lib/houston/conversations.rb
+++ b/lib/houston/conversations.rb
@@ -25,8 +25,12 @@ module Houston
listeners.hear(message).each do |match|
event = Houston::Conversations::Event.new(match)
- ... | [refactor] Yielded listener as well to Houston::Conversations.hear and allowed client code to invoke it (4m) |
diff --git a/pyqode/core/server.py b/pyqode/core/server.py
index <HASH>..<HASH> 100644
--- a/pyqode/core/server.py
+++ b/pyqode/core/server.py
@@ -111,6 +111,7 @@ class Server(object):
self._workQueue = []
if autoCloseOnQuit:
QtGui.QApplication.instance().aboutToQuit.connect(self.close)
+... | Fix issue with _lock not allocated |
diff --git a/chance.js b/chance.js
index <HASH>..<HASH> 100644
--- a/chance.js
+++ b/chance.js
@@ -442,7 +442,7 @@
}
if (options.prefix) {
- name = this.prefix() + ' ' + name;
+ name = this.prefix(options) + ' ' + name;
}
return name; | Ensure gender option from name passed along to prefix, if provided |
diff --git a/src/main/java/br/com/fixturefactory/ObjectFactory.java b/src/main/java/br/com/fixturefactory/ObjectFactory.java
index <HASH>..<HASH> 100755
--- a/src/main/java/br/com/fixturefactory/ObjectFactory.java
+++ b/src/main/java/br/com/fixturefactory/ObjectFactory.java
@@ -65,7 +65,7 @@ public class ObjectFactory ... | fixing inner class verify on instatiate properties on ObjectFactory |
diff --git a/src/Phug/Util/Util/TestCase.php b/src/Phug/Util/Util/TestCase.php
index <HASH>..<HASH> 100644
--- a/src/Phug/Util/Util/TestCase.php
+++ b/src/Phug/Util/Util/TestCase.php
@@ -54,8 +54,8 @@ class TestCase extends TestCaseTypeBase
protected function removeFile($file)
{
if (is_dir($file)) {
... | Mute scandir failures in tests cleanup step |
diff --git a/GradientFeatureAuditor.py b/GradientFeatureAuditor.py
index <HASH>..<HASH> 100644
--- a/GradientFeatureAuditor.py
+++ b/GradientFeatureAuditor.py
@@ -9,7 +9,7 @@ import time
import os
import json
-ENABLE_MULTIPROCESSING = False
+ENABLE_MULTIPROCESSING = True
SAVE_REPAIRED_DATA = True
SAVE_PREDICTION_... | Re-enabled GFA multiprocessing |
diff --git a/epa/__init__.py b/epa/__init__.py
index <HASH>..<HASH> 100644
--- a/epa/__init__.py
+++ b/epa/__init__.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python
import envirofacts
+import gics
+import pcs
import radinfo
-__all__ = [envirofacts, radinfo]
+__all__ = [envirofacts, gics, pcs, radinfo] | Added GICS and PCS to __init__.py file in EPA |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ setup(name='cbamf',
author='Matt Bierbaum, Brian Leahy, Alex Alemi',
version='0.1.1',
- packages=['cbamf', 'cbamf.mc', 'cbamf.comp', 'cbamf.psf', 'cbamf.viz', 'cbamf.priors', 'cbamf.test'],
+ ... | added cbamf.opt to setup.py |
diff --git a/insteonplm/protocol.py b/insteonplm/protocol.py
index <HASH>..<HASH> 100755
--- a/insteonplm/protocol.py
+++ b/insteonplm/protocol.py
@@ -280,6 +280,11 @@ class PLM(asyncio.Protocol):
if code == b'\x6a':
self.log.info('ALL-Link database dump is complete')
... | Request product data for any catless device
If, after completing the ALL-Link Database dump, we see a device for which
there is no known category, request a followup product data requrest from that
device. |
diff --git a/spring-boot-admin-server-ui/src/main/frontend/viewRegistry.js b/spring-boot-admin-server-ui/src/main/frontend/viewRegistry.js
index <HASH>..<HASH> 100644
--- a/spring-boot-admin-server-ui/src/main/frontend/viewRegistry.js
+++ b/spring-boot-admin-server-ui/src/main/frontend/viewRegistry.js
@@ -70,7 +70,7 @@... | Allow creation of custom nested routed components
Undefined name prevents creation of nested routed components, because the `router-link` in `sidebar` uses this name as target. Any (custom) instance view that is determined to have any children is therefore unclickable.
In fact I can't see any reason to have undefin... |
diff --git a/core/API/Proxy.php b/core/API/Proxy.php
index <HASH>..<HASH> 100644
--- a/core/API/Proxy.php
+++ b/core/API/Proxy.php
@@ -480,7 +480,7 @@ class Proxy extends Singleton
$hideLine = trim($hideLine);
$hideLine .= ' ';
- $token = strtok($hideLine, " ");
+ $token = trim(strtok($hideLi... | fix annotations which were broken in case there was no space after anotation and new line character |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.