diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/openquake/calculators/hazard/disagg/core.py b/openquake/calculators/hazard/disagg/core.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/disagg/core.py
+++ b/openquake/calculators/hazard/disagg/core.py
@@ -92,7 +92,7 @@ def compute_disagg(job_id, sites, lt_rlz_id):
for more info).
... | calcs/hazard/disagg/core:
Fixed a stupid comment. |
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/base.rb
+++ b/activerecord/lib/active_record/base.rb
@@ -233,6 +233,15 @@ module ActiveRecord #:nodoc:
# the companies table with type = "Firm". You can then f... | Update documentation on STI change handling
Documenting a potential source of confusion about how STI classes handle changes. |
diff --git a/ghost/admin/mobile-interactions.js b/ghost/admin/mobile-interactions.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/mobile-interactions.js
+++ b/ghost/admin/mobile-interactions.js
@@ -1,6 +1,6 @@
// # Ghost Mobile Interactions
-/*global window, document, $ */
+/*global window, document, $, FastClick *... | Added FastClick to assumed globals for tests |
diff --git a/accounts/models.py b/accounts/models.py
index <HASH>..<HASH> 100644
--- a/accounts/models.py
+++ b/accounts/models.py
@@ -6,7 +6,18 @@ from django.utils.translation import ugettext_lazy as _
from accounts.managers import AccountManager
-class Account(models.Model):
+class AccountsBase(models.Model):
+... | Use a baseform with created/modified tracking |
diff --git a/src/Deployer/Recipe/Magento2Recipe.php b/src/Deployer/Recipe/Magento2Recipe.php
index <HASH>..<HASH> 100644
--- a/src/Deployer/Recipe/Magento2Recipe.php
+++ b/src/Deployer/Recipe/Magento2Recipe.php
@@ -21,6 +21,10 @@ class Magento2Recipe
{
public static function configuration()
{
+ $appDi... | [TASK] set app_dir to empty in Magento2Recipe |
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php
index <HASH>..<HASH> 100644
--- a/src/Utils/Formatter.php
+++ b/src/Utils/Formatter.php
@@ -340,6 +340,10 @@ class Formatter
$curr = $list->tokens[$list->idx];
if ($curr->type === Token::TYPE_WHITESPACE) {
+ // Kee... | Keep linebreaks after comments
Concatenating line terminated comments will change the query. |
diff --git a/cmd/tendermint/commands/root.go b/cmd/tendermint/commands/root.go
index <HASH>..<HASH> 100644
--- a/cmd/tendermint/commands/root.go
+++ b/cmd/tendermint/commands/root.go
@@ -38,6 +38,9 @@ var RootCmd = &cobra.Command{
Use: "tendermint",
Short: "Tendermint Core (BFT Consensus) in Go",
PersistentPreR... | cmd: don't load config for version command. closes #<I> |
diff --git a/app/controllers/mr_video/mr_video_controller.rb b/app/controllers/mr_video/mr_video_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/mr_video/mr_video_controller.rb
+++ b/app/controllers/mr_video/mr_video_controller.rb
@@ -1,6 +1,6 @@
module MrVideo
- class MrVideoController < Applicatio... | Changed ApplicationController to ActionController::Base |
diff --git a/cli.js b/cli.js
index <HASH>..<HASH> 100755
--- a/cli.js
+++ b/cli.js
@@ -52,10 +52,16 @@ function runFastify (opts) {
return module.exports.stop(e)
}
- if (file.length !== 3) {
+ console.log(file.constructor.name)
+
+ if (file.length !== 3 && file.constructor.name === 'Function') {
retur... | Rewrote the arity check upon the plugin signature to support async/await plugins |
diff --git a/sos/policies/__init__.py b/sos/policies/__init__.py
index <HASH>..<HASH> 100644
--- a/sos/policies/__init__.py
+++ b/sos/policies/__init__.py
@@ -55,7 +55,6 @@ class PackageManager(object):
"""
query_command = None
- timeout = 30
chroot = None
def __init__(self, query_command=Non... | [policies] get package list without a timeout
Package list shall never timeout, otherwise pkgs gets empty, causing
KeyError later on.
Resolves: #<I> |
diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -36,7 +36,7 @@ var Client = function (options) {
this.exceptionsAreCritical = 'exceptionsAreCritical' in options ? !!options.exceptionsAreCritical : true;
this.dsn = {
p... | Allow override of remote Opbeat host.
Useful for testing against other environments (e.g. staging etc) |
diff --git a/guava/src/com/google/common/net/MediaType.java b/guava/src/com/google/common/net/MediaType.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/net/MediaType.java
+++ b/guava/src/com/google/common/net/MediaType.java
@@ -182,6 +182,7 @@ public final class MediaType {
public static final Med... | Add "application/binary" media type.
-------------
Created by MOE: <URL> |
diff --git a/resize2.js b/resize2.js
index <HASH>..<HASH> 100644
--- a/resize2.js
+++ b/resize2.js
@@ -37,8 +37,8 @@ module.exports = {
for (let j = 0; j < wDst; j++) {
var posDst = (i * wDst + j) * 4;
- var iSrc = Math.round(i * hSrc / hDst);
- var jSrc = M... | Fix a small rounding error in Nearest Neighbor algorithm |
diff --git a/app/js/directives/form.js b/app/js/directives/form.js
index <HASH>..<HASH> 100644
--- a/app/js/directives/form.js
+++ b/app/js/directives/form.js
@@ -174,7 +174,7 @@ formsAngular
if (angular.isArray(fieldInfo.options)) {
angular.forEach(fieldInfo.options, function (optVa... | select supports object with val and lable |
diff --git a/src/DataTables/AbstractDataTable.php b/src/DataTables/AbstractDataTable.php
index <HASH>..<HASH> 100644
--- a/src/DataTables/AbstractDataTable.php
+++ b/src/DataTables/AbstractDataTable.php
@@ -67,8 +67,8 @@ abstract class AbstractDataTable extends DataTable
*/
public function __construct()
... | Apply fixes from StyleCI (#<I>) |
diff --git a/app/assets/javascripts/streamrules.js b/app/assets/javascripts/streamrules.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/streamrules.js
+++ b/app/assets/javascripts/streamrules.js
@@ -13,11 +13,9 @@ $(document).ready(function() {
if ($(this).attr("id") == "sr-type") {
if... | Fixing special handling of presence type in the model instead of darn JS
Fixes #<I>
Conflicts:
app/models/StreamRule.java |
diff --git a/library/src/main/java/com/doctoror/particlesdrawable/renderer/GlSceneRenderer.java b/library/src/main/java/com/doctoror/particlesdrawable/renderer/GlSceneRenderer.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/doctoror/particlesdrawable/renderer/GlSceneRenderer.java
+++ b/library/src/main... | Do not set glPointSize |
diff --git a/phy/cluster/manual/gui_component.py b/phy/cluster/manual/gui_component.py
index <HASH>..<HASH> 100644
--- a/phy/cluster/manual/gui_component.py
+++ b/phy/cluster/manual/gui_component.py
@@ -398,7 +398,6 @@ class ManualClustering(object):
# Add the cluster views.
gui.add_view(self.cluste... | Remove similarity view if there is no similarity function |
diff --git a/lib/deterministic/result.rb b/lib/deterministic/result.rb
index <HASH>..<HASH> 100644
--- a/lib/deterministic/result.rb
+++ b/lib/deterministic/result.rb
@@ -90,8 +90,8 @@ module Deterministic
def +(other)
raise Deterministic::Monad::NotMonadError, "Expected #{other.inspect} to be an Result" un... | Remove space in lambda expression revert support for ruby <I> |
diff --git a/johnny/cache.py b/johnny/cache.py
index <HASH>..<HASH> 100644
--- a/johnny/cache.py
+++ b/johnny/cache.py
@@ -19,6 +19,14 @@ import localstore
import signals
from transaction import TransactionManager
+try:
+ any
+except NameError:
+ def any(iterable):
+ for i in iterable:
+ if ... | #<I> fix python<I> compatibility by providing an implementation of <I> builtin 'any' |
diff --git a/txn.go b/txn.go
index <HASH>..<HASH> 100644
--- a/txn.go
+++ b/txn.go
@@ -70,11 +70,12 @@ func (txn *Txn) writableIndex(table, index string) *iradix.Txn {
raw, _ := txn.rootTxn.Get(path)
indexTxn := raw.(*iradix.Tree).Txn()
- // If we are the primary DB, enable mutation notification
+ // If we are th... | Defer notification of mutate until after transaction is complete |
diff --git a/pkg/network/node/networkpolicy.go b/pkg/network/node/networkpolicy.go
index <HASH>..<HASH> 100644
--- a/pkg/network/node/networkpolicy.go
+++ b/pkg/network/node/networkpolicy.go
@@ -186,7 +186,15 @@ func (np *networkPolicyPlugin) DeleteNetNamespace(netns *networkapi.NetNamespace
np.lock.Lock()
defer np... | Clean up NetworkPolicies on NetNamespace deletion |
diff --git a/lib/model/generic_folder.rb b/lib/model/generic_folder.rb
index <HASH>..<HASH> 100644
--- a/lib/model/generic_folder.rb
+++ b/lib/model/generic_folder.rb
@@ -70,7 +70,7 @@ module Viewpoint
resp = (Viewpoint::EWS::EWS.instance).ews.find_folder( [normalize_id(root)], traversal, {:base_shape => sha... | issue <I>. GenericFolder.find_folders fix for Ruby <I>.x Hash ordering. |
diff --git a/classes/PHPTAL/Dom/PHP5DOMDocumentBuilder.php b/classes/PHPTAL/Dom/PHP5DOMDocumentBuilder.php
index <HASH>..<HASH> 100644
--- a/classes/PHPTAL/Dom/PHP5DOMDocumentBuilder.php
+++ b/classes/PHPTAL/Dom/PHP5DOMDocumentBuilder.php
@@ -224,7 +224,8 @@ class PHPTAL_Dom_PHP5DOMDocumentBuilder extends PHPTAL_Dom_Do... | Avoiding PHP-DomElement's problem:
DOMElement's namespace unexpectedly changed to 'default' from '' after appending to some namespaced parent. (<I> only?) |
diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py
index <HASH>..<HASH> 100644
--- a/parsedmarc/__init__.py
+++ b/parsedmarc/__init__.py
@@ -792,8 +792,12 @@ def parse_forensic_report(feedback_report, sample, sample_headers_only,
else:
parsed_sample["reply_to"] = []
- parsed_sam... | <I> - Allow forensic to header to be missing |
diff --git a/java/client/src/org/openqa/selenium/Beta.java b/java/client/src/org/openqa/selenium/Beta.java
index <HASH>..<HASH> 100644
--- a/java/client/src/org/openqa/selenium/Beta.java
+++ b/java/client/src/org/openqa/selenium/Beta.java
@@ -33,7 +33,7 @@ import java.lang.annotation.Target;
* IDE. We don't live in t... | AjayKemparaj: Changing the RetentionPolicy so the build is not brohen, dawagner please take alook at this
r<I> |
diff --git a/cloudmesh/common/variables.py b/cloudmesh/common/variables.py
index <HASH>..<HASH> 100644
--- a/cloudmesh/common/variables.py
+++ b/cloudmesh/common/variables.py
@@ -21,7 +21,8 @@ class Variables(object):
self.data[str(key)] = value
def __delitem__(self, key):
- del self.data[str(key... | ignor delete variable if it is not defined |
diff --git a/flask_peewee/tests/admin.py b/flask_peewee/tests/admin.py
index <HASH>..<HASH> 100644
--- a/flask_peewee/tests/admin.py
+++ b/flask_peewee/tests/admin.py
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
import datetime
from flask import request, session, url_for
diff --git a/flask_peewee/tests/... | Python <I> fixes for the test suite, which uses with statements |
diff --git a/lib/active_fulfillment.rb b/lib/active_fulfillment.rb
index <HASH>..<HASH> 100644
--- a/lib/active_fulfillment.rb
+++ b/lib/active_fulfillment.rb
@@ -36,7 +36,6 @@ end
require 'builder'
require 'cgi'
require 'net/https'
-require 'rexml/document'
require 'nokogiri'
require 'active_utils'
diff --git a... | Remove REXML Require from Runtime |
diff --git a/src/EoC/Adapter/CurlAdapter.php b/src/EoC/Adapter/CurlAdapter.php
index <HASH>..<HASH> 100644
--- a/src/EoC/Adapter/CurlAdapter.php
+++ b/src/EoC/Adapter/CurlAdapter.php
@@ -59,6 +59,7 @@ class CurlAdapter extends AbstractAdapter {
/**
* @copydoc AbstractAdapter::send()
+ * @bug https://github.c... | added the bug reference in the CurlAdapter |
diff --git a/packages/babel-node/src/babel-node.js b/packages/babel-node/src/babel-node.js
index <HASH>..<HASH> 100755
--- a/packages/babel-node/src/babel-node.js
+++ b/packages/babel-node/src/babel-node.js
@@ -95,5 +95,9 @@ getV8Flags(function(err, v8Flags) {
}
});
});
+ process.on("SIGINT", ()... | Restore passing SIGINT signals to spawned child processes (#<I>) |
diff --git a/src/Http/RestClient.php b/src/Http/RestClient.php
index <HASH>..<HASH> 100644
--- a/src/Http/RestClient.php
+++ b/src/Http/RestClient.php
@@ -158,7 +158,7 @@ class RestClient
private function encodeEntity(Extractable $entity): string
{
- return json_encode($entity->extract());
+ r... | Issues encoding json now throw exceptions |
diff --git a/src/Panels/DatabasePanel.php b/src/Panels/DatabasePanel.php
index <HASH>..<HASH> 100644
--- a/src/Panels/DatabasePanel.php
+++ b/src/Panels/DatabasePanel.php
@@ -174,7 +174,7 @@ class DatabasePanel extends AbstractPanel
*/
public static function explain(PDO $pdo, $sql, $bindings = [])
{
- ... | preg_match_all will return int |
diff --git a/webhook.go b/webhook.go
index <HASH>..<HASH> 100644
--- a/webhook.go
+++ b/webhook.go
@@ -295,7 +295,7 @@ func hookHandler(w http.ResponseWriter, r *http.Request) {
} else {
// Check if a success return code is configured for the hook
if matchedHook.SuccessHttpResponseCode != 0 {
- wr... | Forgot a rename in previous refactoring. |
diff --git a/test/runner_test.rb b/test/runner_test.rb
index <HASH>..<HASH> 100644
--- a/test/runner_test.rb
+++ b/test/runner_test.rb
@@ -70,11 +70,15 @@ STR
end
end
- it "call command with options correctly" do
+ it "handles command with default arguments correctly" do
+ my_command('medium').chomp.shou... | test explicitly for command's file_parsed_args |
diff --git a/examples/server2.py b/examples/server2.py
index <HASH>..<HASH> 100644
--- a/examples/server2.py
+++ b/examples/server2.py
@@ -534,7 +534,7 @@ def main(host, port, data_path):
else:
server_url = 'http://%s:%s/openidserver' % (host, port)
store = FileOpenIDStore(data_path)
- oidserver =... | [project @ examples/server2: fix Server2 class name] |
diff --git a/tests/test_bugs.py b/tests/test_bugs.py
index <HASH>..<HASH> 100644
--- a/tests/test_bugs.py
+++ b/tests/test_bugs.py
@@ -76,11 +76,11 @@ def test_we_cant_set_status_unless_there_is_a_bug_id():
def test_we_can_get_OS_set_from_default():
bug = Bug()
- assert bug.OS == "All"
+ assert bug.op_sys... | Use op_sys field instead of dropped OS getter |
diff --git a/structr-ui/src/main/resources/structr/js/pages.js b/structr-ui/src/main/resources/structr/js/pages.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/pages.js
+++ b/structr-ui/src/main/resources/structr/js/pages.js
@@ -372,7 +372,7 @@ var _Pages = {
e.stopPropagation();
v... | Minor: Take site hostname (and optional port) into account when opening a preview page which is connected to a site. |
diff --git a/ella/core/models/publishable.py b/ella/core/models/publishable.py
index <HASH>..<HASH> 100644
--- a/ella/core/models/publishable.py
+++ b/ella/core/models/publishable.py
@@ -150,9 +150,14 @@ class Publishable(models.Model):
def save(self, **kwargs):
self.content_type = ContentType.objects.get... | sometmes you want to create Publishable with a given PK |
diff --git a/dispatch/static/manager/webpack.config.js b/dispatch/static/manager/webpack.config.js
index <HASH>..<HASH> 100644
--- a/dispatch/static/manager/webpack.config.js
+++ b/dispatch/static/manager/webpack.config.js
@@ -9,6 +9,7 @@ module.exports = {
path: __dirname + '/dist/js',
filename: '[name]-' + ... | Enable source maps (yay!) |
diff --git a/core/lib/torquebox/version.rb b/core/lib/torquebox/version.rb
index <HASH>..<HASH> 100644
--- a/core/lib/torquebox/version.rb
+++ b/core/lib/torquebox/version.rb
@@ -17,7 +17,7 @@
module TorqueBox
VERSION = '4.0.0.alpha1.dev'
- WUNDERBOSS_VERSION = '1.x.incremental.76'
+ WUNDERBOSS_VERSION = '1.x.i... | Bump to wunderboss incr<I> to pick up the scheduling race condition fix |
diff --git a/src/Cli.php b/src/Cli.php
index <HASH>..<HASH> 100755
--- a/src/Cli.php
+++ b/src/Cli.php
@@ -80,12 +80,14 @@ class Cli
*
* @return string
*/
- static public function readInput($prompt, array $validInputs = [], $default = '')
+ static public function readInput($prompt = '', array $v... | Changed Cli::readInput to optionally accept prompt text and not lower the inputted data |
diff --git a/src/main/com/mongodb/MongoOptions.java b/src/main/com/mongodb/MongoOptions.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/MongoOptions.java
+++ b/src/main/com/mongodb/MongoOptions.java
@@ -111,8 +111,8 @@ public class MongoOptions {
public int threadsAllowedToBlockForConnectionMultiplier;... | Improved specification for MongoOptions.maxWaitTime |
diff --git a/lib/sprockets/utils.rb b/lib/sprockets/utils.rb
index <HASH>..<HASH> 100644
--- a/lib/sprockets/utils.rb
+++ b/lib/sprockets/utils.rb
@@ -8,15 +8,15 @@ module Sprockets
# encoding and we want to avoid syntax errors in other interpreters.
UTF8_BOM_PATTERN = Regexp.new("\\A\uFEFF".encode('utf-8'))
... | Allow non-pathnames into read_unicode |
diff --git a/test/server/data_adapter/rest_adapter.test.js b/test/server/data_adapter/rest_adapter.test.js
index <HASH>..<HASH> 100644
--- a/test/server/data_adapter/rest_adapter.test.js
+++ b/test/server/data_adapter/rest_adapter.test.js
@@ -217,6 +217,16 @@ describe('RestAdapter', function() {
'http://exampl... | test to make sure it doesn't add a ? if there is an empty object for the query parameter |
diff --git a/app/controllers/api/zotero_controller.rb b/app/controllers/api/zotero_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/zotero_controller.rb
+++ b/app/controllers/api/zotero_controller.rb
@@ -34,7 +34,7 @@ module API
private
def authorize_user!
- authorize! :create, :... | Don't hardcode GenericWork into ZoteroController |
diff --git a/src/components/obj-model.js b/src/components/obj-model.js
index <HASH>..<HASH> 100644
--- a/src/components/obj-model.js
+++ b/src/components/obj-model.js
@@ -48,13 +48,14 @@ module.exports.Component = registerComponent('obj-model', {
var mtlLoader = this.mtlLoader;
var objLoader = this.objLoader;... | Fixes #<I>: Replace .setTexturePath() call with .setResourcePath() (#<I>)
Also add meaningful variable name for basePath for improved readability. |
diff --git a/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java b/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/simpligility/maven/plugins/android/AndroidNdk.java
+++ b/src/main/java/com/simpligility/maven/plugins/android/Andro... | #<I>: arm<I>-v8a native lib missing from final apk - added missing ABI to list of architectures |
diff --git a/src/org/opencms/security/CmsRole.java b/src/org/opencms/security/CmsRole.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/security/CmsRole.java
+++ b/src/org/opencms/security/CmsRole.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/security/CmsRole.java,v $
- * Date... | fixed bug with parsing role names |
diff --git a/lib/av.js b/lib/av.js
index <HASH>..<HASH> 100644
--- a/lib/av.js
+++ b/lib/av.js
@@ -1603,7 +1603,7 @@
if (url.charAt(url.length - 1) !== "/") {
url += "/";
}
- url += "1/" + route;
+ url += "1.1/" + route;
if (className) {
url += "/" + className;
}
@@ -5800,7 +5800... | Upgrade rest api version to <I> |
diff --git a/core-bundle/contao/pages/PageRegular.php b/core-bundle/contao/pages/PageRegular.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/pages/PageRegular.php
+++ b/core-bundle/contao/pages/PageRegular.php
@@ -282,9 +282,6 @@ class PageRegular extends \Frontend
// Add the layout specific CSS
if ($s... | [Core] Do not wrap the CSS code of the layout builder, so it can be customized |
diff --git a/closure/goog/debug/logger.js b/closure/goog/debug/logger.js
index <HASH>..<HASH> 100644
--- a/closure/goog/debug/logger.js
+++ b/closure/goog/debug/logger.js
@@ -626,11 +626,25 @@ goog.debug.Logger.prototype.logRecord = function(logRecord) {
/**
+ * Logs the message to speed tracer, if it is available... | add logging to speedtracer
R=eae
DELTA=<I> (<I> added, 0 deleted, 0 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> |
diff --git a/src/util/vdom.js b/src/util/vdom.js
index <HASH>..<HASH> 100644
--- a/src/util/vdom.js
+++ b/src/util/vdom.js
@@ -62,10 +62,11 @@ const createElement = function(type, val, props, meta, children) {
const createFunctionalComponent = function(props, children, functionalComponent) {
const options = functio... | fix: require data to be a function for functional components |
diff --git a/samples/DocumentManagement/Program.py b/samples/DocumentManagement/Program.py
index <HASH>..<HASH> 100644
--- a/samples/DocumentManagement/Program.py
+++ b/samples/DocumentManagement/Program.py
@@ -84,7 +84,7 @@ class DocumentManagement:
# NOTE: Use MaxItemCount on Options to control how many docu... | Fix the misplaced feed_options |
diff --git a/cmd/evm/runner.go b/cmd/evm/runner.go
index <HASH>..<HASH> 100644
--- a/cmd/evm/runner.go
+++ b/cmd/evm/runner.go
@@ -206,6 +206,7 @@ func runCmd(ctx *cli.Context) error {
execTime := time.Since(tstart)
if ctx.GlobalBool(DumpFlag.Name) {
+ statedb.Commit(true)
statedb.IntermediateRoot(true)
fm... | cmd/evm: commit statedb if dump is requested (#<I>)
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty. |
diff --git a/services/changes/models/CheckResponse.php b/services/changes/models/CheckResponse.php
index <HASH>..<HASH> 100644
--- a/services/changes/models/CheckResponse.php
+++ b/services/changes/models/CheckResponse.php
@@ -8,17 +8,17 @@ use directapi\components\Model;
class CheckResponse extends Model
{
/**
... | Fix phpdoc, should be object, not array |
diff --git a/lib/stripe/resources/payment_intent.rb b/lib/stripe/resources/payment_intent.rb
index <HASH>..<HASH> 100644
--- a/lib/stripe/resources/payment_intent.rb
+++ b/lib/stripe/resources/payment_intent.rb
@@ -10,11 +10,21 @@ module Stripe
OBJECT_NAME = "payment_intent"
+ custom_method :apply_customer_... | API Updates (#<I>)
* Codegen for openapi fc5a2b9
* Reformat code |
diff --git a/tests/cartesian_coordinates/Cartesian/test_core.py b/tests/cartesian_coordinates/Cartesian/test_core.py
index <HASH>..<HASH> 100644
--- a/tests/cartesian_coordinates/Cartesian/test_core.py
+++ b/tests/cartesian_coordinates/Cartesian/test_core.py
@@ -255,7 +255,7 @@ def test_align_and_make_similar():
m... | BUG: No @ operator in python<I> |
diff --git a/shap/maskers/_fixed_composite.py b/shap/maskers/_fixed_composite.py
index <HASH>..<HASH> 100644
--- a/shap/maskers/_fixed_composite.py
+++ b/shap/maskers/_fixed_composite.py
@@ -4,9 +4,23 @@ from ..utils import invariants, variants, shape, data_transform, clustering
class FixedComposite(Masker):
de... | Added docstrings for _fixed_composite.py |
diff --git a/danceschool/door/urls.py b/danceschool/door/urls.py
index <HASH>..<HASH> 100644
--- a/danceschool/door/urls.py
+++ b/danceschool/door/urls.py
@@ -4,7 +4,7 @@ from .views import DoorRegisterView
from .autocomplete_light_registry import DoorRegisterAutoComplete
urlpatterns = [
+ path('register/auto... | Fixed path inheritance issue that broke the customer autocomplete |
diff --git a/src/sap.m/src/sap/m/P13nFilterPanel.js b/src/sap.m/src/sap/m/P13nFilterPanel.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/P13nFilterPanel.js
+++ b/src/sap.m/src/sap/m/P13nFilterPanel.js
@@ -403,7 +403,7 @@ sap.ui.define([
if (!this._aIncludeOperations["default"]) {
this.setIncludeOpera... | [INTERNAL] P<I>nFilterPanel.js: contains, start-, endswith operations
removed for default operations
Change-Id: I0ed6d8c3f<I>e<I>cc4b<I>acd<I>ffe<I>e3 |
diff --git a/src/Lemonblast/Cbor4Php/Cbor.php b/src/Lemonblast/Cbor4Php/Cbor.php
index <HASH>..<HASH> 100644
--- a/src/Lemonblast/Cbor4Php/Cbor.php
+++ b/src/Lemonblast/Cbor4Php/Cbor.php
@@ -260,6 +260,8 @@ class Cbor {
*/
private static function encodeDouble($double)
{
+ // TODO: Encode with the... | Added a TODO to encodeDouble, can remove the need for the flag |
diff --git a/src/main/ruby/naether.rb b/src/main/ruby/naether.rb
index <HASH>..<HASH> 100644
--- a/src/main/ruby/naether.rb
+++ b/src/main/ruby/naether.rb
@@ -93,7 +93,7 @@ class Naether
end
# Get dependencies
- def dependencies
+ def dependencies()
if Naether.platform == 'java'
return @resolver... | add param to determine if artifacts should be downloaded |
diff --git a/cmd/policies.go b/cmd/policies.go
index <HASH>..<HASH> 100644
--- a/cmd/policies.go
+++ b/cmd/policies.go
@@ -328,6 +328,11 @@ func viewPolicyCmd(ctx *cli.Context) error {
const policyTestFailed = "Could not test policy."
+var permissionString = map[bool]string{
+ true: "yes",
+ false: "no",
+}
+
fu... | cmd: policies: test: Update the output message to match the specification
In his email Ian mentioned the command should output yes/no. This seems
a little terse to me but I'll stick to the spec, for now... |
diff --git a/src/http/write.js b/src/http/write.js
index <HASH>..<HASH> 100644
--- a/src/http/write.js
+++ b/src/http/write.js
@@ -30,23 +30,14 @@ const mfsWrite = {
const fileStream = await new Promise((resolve, reject) => {
const parser = multipart.reqParser(request.payload)
- let fileStream
... | fix: parser does not end until file data is consumed
License: MIT |
diff --git a/tormysql/pool.py b/tormysql/pool.py
index <HASH>..<HASH> 100644
--- a/tormysql/pool.py
+++ b/tormysql/pool.py
@@ -266,8 +266,7 @@ class ConnectionPool(object):
if self._closed:
raise ConnectionPoolClosedError("Connection pool closed.")
self._closed = True
- if not self... | fix pool close when all connection is closeed |
diff --git a/bin/metrics-http-json-deep.rb b/bin/metrics-http-json-deep.rb
index <HASH>..<HASH> 100755
--- a/bin/metrics-http-json-deep.rb
+++ b/bin/metrics-http-json-deep.rb
@@ -85,7 +85,7 @@ class JsonDeepMetrics < Sensu::Plugin::Metric::CLI::Graphite
if value.is_a?(Hash)
deep_value(value, "#{scheme}.... | Update numonly filter to output all Numeric values |
diff --git a/mwtab/cli.py b/mwtab/cli.py
index <HASH>..<HASH> 100755
--- a/mwtab/cli.py
+++ b/mwtab/cli.py
@@ -103,7 +103,6 @@ def cli(cmdargs):
print(json.dumps(metabolites_dict, indent=4, cls=mwextract.SetEncoder))
elif cmdargs["metadata"]:
- print(cmdargs)
metadata... | Removes print statement used during debugging. |
diff --git a/lib/ohai/plugins/linux/network.rb b/lib/ohai/plugins/linux/network.rb
index <HASH>..<HASH> 100644
--- a/lib/ohai/plugins/linux/network.rb
+++ b/lib/ohai/plugins/linux/network.rb
@@ -104,7 +104,8 @@ Ohai.plugin(:Network) do
route_entry = Mash.new(:destination => route_dest,
... | Fix the route support for IPV6 routes ending in ::
Removing the ending word boundary in the regex allows is to capture the
:: endings while still properly parsing other routes. I added a rubular
comment as well so we know what this regex is actually trying to
capture. |
diff --git a/openquake/engine/calculators/hazard/event_based/core.py b/openquake/engine/calculators/hazard/event_based/core.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/calculators/hazard/event_based/core.py
+++ b/openquake/engine/calculators/hazard/event_based/core.py
@@ -293,9 +293,10 @@ class GmfCalculator(... | Fixed the event based calculator
Former-commit-id: <I>aea<I>de<I>fb9aa7e<I>d<I>c3b<I>de<I> |
diff --git a/lib/gir_ffi/arg_helper.rb b/lib/gir_ffi/arg_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/gir_ffi/arg_helper.rb
+++ b/lib/gir_ffi/arg_helper.rb
@@ -219,6 +219,7 @@ module GirFFI
end
if FFI::Pointer === arg
+ return nil if arg.null?
begin
ObjectSpace._id2ref arg.address
rescue Rang... | If user data is null, pass nil to callback. |
diff --git a/src/org/parosproxy/paros/network/HttpHeader.java b/src/org/parosproxy/paros/network/HttpHeader.java
index <HASH>..<HASH> 100644
--- a/src/org/parosproxy/paros/network/HttpHeader.java
+++ b/src/org/parosproxy/paros/network/HttpHeader.java
@@ -57,7 +57,8 @@ abstract public class HttpHeader implements java.io... | Vitor:
- Added X-XSS-Protection on the static variables |
diff --git a/test/src/test/java/hudson/model/AsynchPeopleTest.java b/test/src/test/java/hudson/model/AsynchPeopleTest.java
index <HASH>..<HASH> 100644
--- a/test/src/test/java/hudson/model/AsynchPeopleTest.java
+++ b/test/src/test/java/hudson/model/AsynchPeopleTest.java
@@ -25,7 +25,7 @@
package hudson.model;
impor... | AsynchPeopleTest compiling against HtmlUnit <I> |
diff --git a/lib/friendly_id/base.rb b/lib/friendly_id/base.rb
index <HASH>..<HASH> 100644
--- a/lib/friendly_id/base.rb
+++ b/lib/friendly_id/base.rb
@@ -161,9 +161,9 @@ often better and easier to use {FriendlyId::Slugged slugs}.
#
# @yieldparam config The model class's {FriendlyId::Configuration friendly_id... | Ensure friendly_id_config is initialized in STI classes |
diff --git a/graphics/base.py b/graphics/base.py
index <HASH>..<HASH> 100644
--- a/graphics/base.py
+++ b/graphics/base.py
@@ -40,7 +40,7 @@ def set_format(instance, default="pdf"):
allowed_format = ("emf", "eps", "pdf", "png", "ps", \
"raw", "rgba", "svg", "svgz")
- instance.add_option... | missing choices option in graphics.base.set_format() |
diff --git a/liquibase-core/src/main/java/liquibase/executor/Executor.java b/liquibase-core/src/main/java/liquibase/executor/Executor.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/executor/Executor.java
+++ b/liquibase-core/src/main/java/liquibase/executor/Executor.java
@@ -14,7 +14,7 @@... | Remove PrioritizedService from Executor interface. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ with open(os.path.join(os.path.dirname(__file__), "README.md")) as f:
setup(
name="pyinstrument",
- packages=find_packages(),
+ packages=find_packages(include=("pyinstrument", "pyinstrument.*")),
... | Ensure test/ is not installed in site-packages |
diff --git a/openquake/parser/vulnerability.py b/openquake/parser/vulnerability.py
index <HASH>..<HASH> 100644
--- a/openquake/parser/vulnerability.py
+++ b/openquake/parser/vulnerability.py
@@ -115,7 +115,7 @@ class VulnerabilityModelFile(producer.FileProducer):
# TODO (ac): These two functions should be probably... | parser/vulnerability: support for reading retrofitted models
Former-commit-id: <I>a<I>d7a0fff1e3e<I>e<I>a<I>cc2f8f<I>fe |
diff --git a/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java b/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java
index <HASH>..<HASH> 100644
--- a/beatrix/src/main/java/com/ning/billing/beatrix/extbus/BeatrixListener.java
+++ b/beatrix/src/main/java/com/ning/billing/b... | Fix bug in external event for overdue |
diff --git a/dom/MemoryDOMElement.js b/dom/MemoryDOMElement.js
index <HASH>..<HASH> 100644
--- a/dom/MemoryDOMElement.js
+++ b/dom/MemoryDOMElement.js
@@ -579,10 +579,11 @@ export default class MemoryDOMElement extends DOMElement {
_propagateEvent (event) {
let listeners = this.eventListeners
if (listeners... | Let MemoryDOMEvent.emit() trigger all registered handlers on an element. |
diff --git a/plugin.php b/plugin.php
index <HASH>..<HASH> 100644
--- a/plugin.php
+++ b/plugin.php
@@ -457,7 +457,11 @@ function json_handle_options_request( $response, $handler ) {
$response = new WP_JSON_Response();
$accept = array();
- $map = $handler::$method_map;
+
+ $handler_class = get_class( $handler );
+... | Access method map in PHP <I>-compatible way |
diff --git a/beaver/worker.py b/beaver/worker.py
index <HASH>..<HASH> 100644
--- a/beaver/worker.py
+++ b/beaver/worker.py
@@ -9,7 +9,7 @@ from ssh_tunnel import BeaverSshTunnel
from transport import TransportException
from utils import eglob
-REOPEN_FILES = platform.platform() != 'Linux'
+REOPEN_FILES = 'linux' no... | Properly detect non-linux platforms |
diff --git a/init.go b/init.go
index <HASH>..<HASH> 100644
--- a/init.go
+++ b/init.go
@@ -28,10 +28,9 @@ var (
func init() {
apid.RegisterPlugin(initPlugin)
- apid.RegisterPostPlugin(postinitPlugin)
}
-func postinitPlugin(services apid.Services) error {
+func postInitPlugins() {
log.Debug("start post plugi... | Fix initialization to use apid events instead of a new plugin callback |
diff --git a/staff/views.py b/staff/views.py
index <HASH>..<HASH> 100644
--- a/staff/views.py
+++ b/staff/views.py
@@ -6,6 +6,7 @@ from django.shortcuts import get_object_or_404, render_to_response
from django.template import RequestContext
from django.template.loader import render_to_string
from django.utils import... | send email with proper Reply-To header |
diff --git a/interp/arith.go b/interp/arith.go
index <HASH>..<HASH> 100644
--- a/interp/arith.go
+++ b/interp/arith.go
@@ -59,15 +59,9 @@ func (r *Runner) arithm(expr syntax.ArithmExpr) int {
syntax.AndAssgn, syntax.OrAssgn, syntax.XorAssgn,
syntax.ShlAssgn, syntax.ShrAssgn:
return r.assgnArit(x)
- case sy... | interp: ternary operator structure is now strict
We rely on syntax enforcing this, so panicking and undefined behaviour
is fine if the contract is broken. |
diff --git a/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.java b/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.java
index <HASH>..<HASH> 100644
--- a/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.java
+++ b/transport/src/main/java/io/netty/channel/socket/nio/NioWorker.ja... | Fix possible NPE which will be thrown if the Buffer was set to null and after that Exception was thrown. See #<I> |
diff --git a/hamper/plugins/whatwasthat.py b/hamper/plugins/whatwasthat.py
index <HASH>..<HASH> 100644
--- a/hamper/plugins/whatwasthat.py
+++ b/hamper/plugins/whatwasthat.py
@@ -9,7 +9,7 @@ class WhatWasThat(ChatCommandPlugin):
'''
name = 'whatwasthat'
- priority = 0
+ priority = 2
class WhatW... | Bump whatwasthat's priority. |
diff --git a/html.php b/html.php
index <HASH>..<HASH> 100644
--- a/html.php
+++ b/html.php
@@ -12,7 +12,7 @@ class html
static::$config = new \Lucid\Component\Container\Container();
} else {
if (is_object($config) === false || in_array('Lucid\\Component\\Container\\ContainerInterface'... | fixing typo from copy/paste in init |
diff --git a/api/models/index.js b/api/models/index.js
index <HASH>..<HASH> 100644
--- a/api/models/index.js
+++ b/api/models/index.js
@@ -1,8 +1,10 @@
-var customModels = module.exports = {
+var CustomModelPrototype = require('./CustomModel')
+
+module.exports = {
process: process
}
-var CustomModelPrototype = re... | Organize the imports, exports and state declarations as usual |
diff --git a/lib/postal/smtp_server/client.rb b/lib/postal/smtp_server/client.rb
index <HASH>..<HASH> 100644
--- a/lib/postal/smtp_server/client.rb
+++ b/lib/postal/smtp_server/client.rb
@@ -236,7 +236,14 @@ module Postal
@state = :mail_from_received
transaction_reset
- @mail_from = data.gsub... | remove AUTH= paramater from "MAIL FROM" before processing |
diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -3078,9 +3078,12 @@ function forum_print_post($post, $discussion, $forum, &$cm, $course, $ownpost=fa
// String cache
static $str;
- // As we should only have one element with ... | MDL-<I> mod_forum: clarify static variable usage
After some time discussing with integrators, we decided that this
slightly yukky solution probably fits safely, so just making its usage
better explained and speciifc. |
diff --git a/lib/boot/module.js b/lib/boot/module.js
index <HASH>..<HASH> 100644
--- a/lib/boot/module.js
+++ b/lib/boot/module.js
@@ -40,5 +40,9 @@ function loadDefinitionsFromDir(dir, phases) {
if (fs.existsSync(modelsPath)) {
phases.push(require('./definitions')(modelsPath));
}
+ modelsPath = p... | support common/models path in boot module |
diff --git a/src/tools/mountainchart/mountainchart-component.js b/src/tools/mountainchart/mountainchart-component.js
index <HASH>..<HASH> 100644
--- a/src/tools/mountainchart/mountainchart-component.js
+++ b/src/tools/mountainchart/mountainchart-component.js
@@ -476,6 +476,7 @@
return {
... | Block hovering of mountains when dragging time slider |
diff --git a/metrics-core/src/main/java/com/codahale/metrics/InstrumentedThreadFactory.java b/metrics-core/src/main/java/com/codahale/metrics/InstrumentedThreadFactory.java
index <HASH>..<HASH> 100644
--- a/metrics-core/src/main/java/com/codahale/metrics/InstrumentedThreadFactory.java
+++ b/metrics-core/src/main/java/c... | 'wrappee' sounds silly, renaming |
diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -31,7 +31,7 @@ module.exports = {
message: 'Invalid require of core/server from core/shared.'
},
{
- name: path.resolve(... | Fixed incorrect eslint rule config |
diff --git a/grakn-graql/src/main/java/ai/grakn/graql/internal/analytics/DegreeDistributionMapReduce.java b/grakn-graql/src/main/java/ai/grakn/graql/internal/analytics/DegreeDistributionMapReduce.java
index <HASH>..<HASH> 100644
--- a/grakn-graql/src/main/java/ai/grakn/graql/internal/analytics/DegreeDistributionMapRedu... | Fix a bug causing StackOverflowError due to poor implementation of MapIterator of Tinkerpop (#<I>) |
diff --git a/lib/reality/zapwhite.rb b/lib/reality/zapwhite.rb
index <HASH>..<HASH> 100644
--- a/lib/reality/zapwhite.rb
+++ b/lib/reality/zapwhite.rb
@@ -295,6 +295,11 @@ module Reality
attributes.text_rule('*.wat')
attributes.binary_rule('*.wasm')
+ # WebGL Shader files
+ attributes.text_rul... | Add WebGL shaders to files processed |
diff --git a/lib/passes/index.js b/lib/passes/index.js
index <HASH>..<HASH> 100644
--- a/lib/passes/index.js
+++ b/lib/passes/index.js
@@ -1,11 +1,11 @@
(function(){
module.exports = {
- 'ClearMaskPass': './clear-mask',
- 'MaskPass': './mask',
- 'RenderPass': './render',
- 'ShaderPass': './shader',
- ... | Derrrrrrrp. |
diff --git a/src/Console/SupervisorCommand.php b/src/Console/SupervisorCommand.php
index <HASH>..<HASH> 100644
--- a/src/Console/SupervisorCommand.php
+++ b/src/Console/SupervisorCommand.php
@@ -23,7 +23,7 @@ class SupervisorCommand extends Command
{--max-processes=1 : The maximum number of... | allow negative nice (for sudo user); better comments about the meaning of nice option |
diff --git a/salt/modules/philips_hue.py b/salt/modules/philips_hue.py
index <HASH>..<HASH> 100644
--- a/salt/modules/philips_hue.py
+++ b/salt/modules/philips_hue.py
@@ -29,20 +29,20 @@ def _proxy():
'''
Get proxy.
'''
- return __opts__.get('proxymodule')
+ return __proxy__
def __virtual__():... | Update philips Hue proxy to support __proxy__ variable. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.