diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/classes/document.php b/src/classes/document.php
index <HASH>..<HASH> 100644
--- a/src/classes/document.php
+++ b/src/classes/document.php
@@ -597,9 +597,37 @@ abstract class phpillowDocument
public function attachFile( $fileName, $name = false, $mimeType = false )
{
$name = ( $name =... | - Implemented: Storage of attachments from memory instead of file
git-svn-id: svn://arbitracker.org/phpillow/trunk@<I> c<I>fd1-f2a0-<I>e-a8e5-<I>dc<I> |
diff --git a/js/chrome/esc.js b/js/chrome/esc.js
index <HASH>..<HASH> 100644
--- a/js/chrome/esc.js
+++ b/js/chrome/esc.js
@@ -1,4 +1,7 @@
-$(document).keydown(function (event) {
+var loginVisible = false,
+ dropdownOpen = false,
+ keyboardHelpVisible = false;
+$document.keydown(function (event) {
if (event.wh... | Little fun to show off jsbin logo (once it's all designed) |
diff --git a/auto_ml/predictor.py b/auto_ml/predictor.py
index <HASH>..<HASH> 100644
--- a/auto_ml/predictor.py
+++ b/auto_ml/predictor.py
@@ -620,8 +620,8 @@ class Predictor(object):
probas = uncertainty_calibration_predictions.uncertainty_prediction
num_buckets = self.uncertainty_calibrati... | removes bucket_labels from qcut entirely |
diff --git a/src/Caffeinated/Shinobi/Models/Role.php b/src/Caffeinated/Shinobi/Models/Role.php
index <HASH>..<HASH> 100644
--- a/src/Caffeinated/Shinobi/Models/Role.php
+++ b/src/Caffeinated/Shinobi/Models/Role.php
@@ -114,23 +114,4 @@ class Role extends Model
{
return $this->permissions()->detach();
}
-
- /**
-... | Remove magic __call method from Role model |
diff --git a/anndata/tests/test_io_warnings.py b/anndata/tests/test_io_warnings.py
index <HASH>..<HASH> 100644
--- a/anndata/tests/test_io_warnings.py
+++ b/anndata/tests/test_io_warnings.py
@@ -1,4 +1,5 @@
from importlib.util import find_spec
+from pathlib import Path
import warnings
import pytest
@@ -12,7 +13,8 ... | Fix test now that scanpy does not throw OldFormatWarning when sc.datasets functions are called (#<I>) |
diff --git a/helpers/rubygem.rb b/helpers/rubygem.rb
index <HASH>..<HASH> 100644
--- a/helpers/rubygem.rb
+++ b/helpers/rubygem.rb
@@ -26,8 +26,8 @@ module Helpers
"#{@pkg_prefix}#{@version}.gem"
end
- def curl_enabled?
- `which curl`.strip != ""
+ def logged_in?
+ File.exists?(File.expand... | Relented. Fucking worthless RubyGems API |
diff --git a/plugins/commands/plugin/action/repair_plugins.rb b/plugins/commands/plugin/action/repair_plugins.rb
index <HASH>..<HASH> 100644
--- a/plugins/commands/plugin/action/repair_plugins.rb
+++ b/plugins/commands/plugin/action/repair_plugins.rb
@@ -14,14 +14,22 @@ module VagrantPlugins
class RepairPlugins
... | Provide error information on plugin repair error.
Also includes original exception information within logger output. |
diff --git a/src/Processor/DatabaseProcessor/CriterionProcessor.php b/src/Processor/DatabaseProcessor/CriterionProcessor.php
index <HASH>..<HASH> 100644
--- a/src/Processor/DatabaseProcessor/CriterionProcessor.php
+++ b/src/Processor/DatabaseProcessor/CriterionProcessor.php
@@ -85,7 +85,7 @@ abstract class CriterionPro... | Fix queries pattern on deep field selections |
diff --git a/addon/components/object-list-view.js b/addon/components/object-list-view.js
index <HASH>..<HASH> 100644
--- a/addon/components/object-list-view.js
+++ b/addon/components/object-list-view.js
@@ -264,7 +264,7 @@ export default FlexberryBaseComponent.extend({
_addRow: function(componentName) {
if (com... | Fixed wrong using of store property
after injection store as service in 'object-list-view' component |
diff --git a/CalendarFXView/src/main/java/impl/com/calendarfx/view/CalendarViewSkin.java b/CalendarFXView/src/main/java/impl/com/calendarfx/view/CalendarViewSkin.java
index <HASH>..<HASH> 100644
--- a/CalendarFXView/src/main/java/impl/com/calendarfx/view/CalendarViewSkin.java
+++ b/CalendarFXView/src/main/java/impl/com... | Also add the page to the StackPane if no animation is enabled |
diff --git a/frontend/dockerfile/dockerfile2llb/convert_runmount.go b/frontend/dockerfile/dockerfile2llb/convert_runmount.go
index <HASH>..<HASH> 100644
--- a/frontend/dockerfile/dockerfile2llb/convert_runmount.go
+++ b/frontend/dockerfile/dockerfile2llb/convert_runmount.go
@@ -144,7 +144,9 @@ func dispatchRunMounts(d ... | dockerfile: do not add linked and cache paths to context sources |
diff --git a/src/vistir/path.py b/src/vistir/path.py
index <HASH>..<HASH> 100644
--- a/src/vistir/path.py
+++ b/src/vistir/path.py
@@ -52,6 +52,8 @@ def _encode_path(path):
path = getattr(path, "as_posix")
except AttributeError:
raise RuntimeError("Failed encoding path, un... | right, we should actually create the path after we getattr for it |
diff --git a/agent/functional_tests/generators/simpletests.go b/agent/functional_tests/generators/simpletests.go
index <HASH>..<HASH> 100644
--- a/agent/functional_tests/generators/simpletests.go
+++ b/agent/functional_tests/generators/simpletests.go
@@ -29,6 +29,7 @@ import (
"golang.org/x/tools/imports"
)
+// TO... | add a note to add awsvpc mode tests to existing functional tests |
diff --git a/src/runway/util.py b/src/runway/util.py
index <HASH>..<HASH> 100644
--- a/src/runway/util.py
+++ b/src/runway/util.py
@@ -246,10 +246,7 @@ def use_embedded_pkgs(embedded_lib_path=None):
def which(program):
- """Mimic 'which' command behavior.
-
- Adapted from https://stackoverflow.com/a/377028
-... | remove requirement for PATH environment variable
This will probably never come up, but will stop an exception if the PATH
environment variable isn't defined |
diff --git a/lib/engine.py b/lib/engine.py
index <HASH>..<HASH> 100644
--- a/lib/engine.py
+++ b/lib/engine.py
@@ -152,7 +152,11 @@ class Engine(object):
for weight in plugin_list.GetWeightList(self.config.os):
for plugin in plugin_list.GetWeight(self.config.os, weight):
- plugin.Run()
+ try... | Code review: <I>: These files are missing unit tes |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,13 @@ setup(
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.6',
+ 'Programm... | pypi: added specific python versions supported |
diff --git a/test/promised-read.js b/test/promised-read.js
index <HASH>..<HASH> 100644
--- a/test/promised-read.js
+++ b/test/promised-read.js
@@ -389,7 +389,6 @@ function describePromisedReadWith(PassThrough) {
var readData = [];
function readAll(readable) {
return read(input, 2).then(func... | Remove console.log
These snuck in during some debugging. Remove them. |
diff --git a/src/Kafka/Consumer/Process.php b/src/Kafka/Consumer/Process.php
index <HASH>..<HASH> 100644
--- a/src/Kafka/Consumer/Process.php
+++ b/src/Kafka/Consumer/Process.php
@@ -554,7 +554,7 @@ class Process
break 2;
}
- $offsets[$topic['topicName']][$part['pa... | fix lost one message when consumer restart
when consumer restart will lost first message in partisions
i have send 5 messages ,but get only get 4 message
my kafka version is <I> |
diff --git a/src/test/java/integration/CustomWebDriverProviderTest.java b/src/test/java/integration/CustomWebDriverProviderTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/integration/CustomWebDriverProviderTest.java
+++ b/src/test/java/integration/CustomWebDriverProviderTest.java
@@ -8,6 +8,7 @@ import org.ju... | custom browser -> headless to avoid problems with other headless tests... |
diff --git a/ipyvolume/datasets.py b/ipyvolume/datasets.py
index <HASH>..<HASH> 100644
--- a/ipyvolume/datasets.py
+++ b/ipyvolume/datasets.py
@@ -44,13 +44,20 @@ class Dataset(object):
return self
def download_command(self):
- if os == "osx":
- return "cd %s; curl -O -L %s" % (data_dir, self.url)
- else:
+ ... | fix: check if wget exists, if not use curl (rtd seems to miss wget) |
diff --git a/openquake/calculators/ebrisk.py b/openquake/calculators/ebrisk.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/ebrisk.py
+++ b/openquake/calculators/ebrisk.py
@@ -334,7 +334,8 @@ class EventBasedRiskCalculator(event_based.EventBasedCalculator):
"""
:yields: pairs (gmf_df, param... | Changed event_based_risk to honor concurrent_tasks |
diff --git a/src/Guzzle/Service/Command/AbstractCommand.php b/src/Guzzle/Service/Command/AbstractCommand.php
index <HASH>..<HASH> 100644
--- a/src/Guzzle/Service/Command/AbstractCommand.php
+++ b/src/Guzzle/Service/Command/AbstractCommand.php
@@ -29,7 +29,7 @@ abstract class AbstractCommand extends Collection implement... | Changing command.options to command.request_options |
diff --git a/lib/npolar/api/client.rb b/lib/npolar/api/client.rb
index <HASH>..<HASH> 100644
--- a/lib/npolar/api/client.rb
+++ b/lib/npolar/api/client.rb
@@ -1,3 +1,6 @@
+require "rubygems"
+require "bundler/setup"
+
require "yajl/json_gem"
require "hashie"
require "typhoeus" | require rubygems and bundler/setup |
diff --git a/src/components/DocumentApiComponent.php b/src/components/DocumentApiComponent.php
index <HASH>..<HASH> 100644
--- a/src/components/DocumentApiComponent.php
+++ b/src/components/DocumentApiComponent.php
@@ -23,7 +23,7 @@ class DocumentApiComponent extends CachableBaseComponent
const GET_PARAMETER_PATH ... | Fixed var type of response, did type check for folderDocument, because getFolderResponse only expects parameter of type Document |
diff --git a/lib/yap/shell/version.rb b/lib/yap/shell/version.rb
index <HASH>..<HASH> 100644
--- a/lib/yap/shell/version.rb
+++ b/lib/yap/shell/version.rb
@@ -1,5 +1,5 @@
module Yap
module Shell
- VERSION = "0.1.1"
+ VERSION = "0.2.0"
end
end | Bumping version to <I> |
diff --git a/lib/db/file.js b/lib/db/file.js
index <HASH>..<HASH> 100644
--- a/lib/db/file.js
+++ b/lib/db/file.js
@@ -188,5 +188,8 @@ module.exports = utils.inherit(Object, {
},
getUserBinCount: function (id, cb) {
cb(null, { total: 0 }); // TODO read directory for count
+ },
+ setProAccount: function(cb)... | Adding setProAccount method to file db |
diff --git a/easyaudit/signals/request_signals.py b/easyaudit/signals/request_signals.py
index <HASH>..<HASH> 100644
--- a/easyaudit/signals/request_signals.py
+++ b/easyaudit/signals/request_signals.py
@@ -1,13 +1,20 @@
from Cookie import SimpleCookie
+from django.contrib.auth import get_user_model
from django.contr... | Compares the current URL against a list of blacklisted URL regex. |
diff --git a/src/Leevel/Router/Proxy/Request.php b/src/Leevel/Router/Proxy/Request.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Proxy/Request.php
+++ b/src/Leevel/Router/Proxy/Request.php
@@ -218,7 +218,7 @@ class Request
* @param array $server The SERVER parameters
* @param nu... | fix(router): fix for phpstan level 5 |
diff --git a/lib/natto/option_parse.rb b/lib/natto/option_parse.rb
index <HASH>..<HASH> 100644
--- a/lib/natto/option_parse.rb
+++ b/lib/natto/option_parse.rb
@@ -104,7 +104,7 @@ module Natto
SUPPORTED_OPTS.values.each do |k|
if options.has_key? k
key = k.to_s.gsub('_', '-')
- ... | Adding partial to options string builder. Issue <I>. |
diff --git a/src/Clone.js b/src/Clone.js
index <HASH>..<HASH> 100644
--- a/src/Clone.js
+++ b/src/Clone.js
@@ -230,9 +230,17 @@ export class DocumentCloner {
}
if (node instanceof HTMLStyleElement && node.sheet && node.sheet.cssRules) {
- const css = [].slice
- .call(node.s... | IE<I> Member not found fix Wrap accesing the cssText property in a try...catch (#<I>)
* <URL> |
diff --git a/activerecord/test/reflection_test.rb b/activerecord/test/reflection_test.rb
index <HASH>..<HASH> 100644
--- a/activerecord/test/reflection_test.rb
+++ b/activerecord/test/reflection_test.rb
@@ -3,14 +3,21 @@ require 'fixtures/topic'
require 'fixtures/customer'
require 'fixtures/company'
require 'fixture... | added test checking that NOT NULL is properly reflected on [<EMAIL>] closes #<I>
git-svn-id: <URL> |
diff --git a/phypayload.go b/phypayload.go
index <HASH>..<HASH> 100644
--- a/phypayload.go
+++ b/phypayload.go
@@ -96,8 +96,7 @@ func (h *MHDR) UnmarshalBinary(data []byte) error {
return nil
}
-// PHYPayload represents the physical payload. Use NewPhyPayload for creating
-// a new PHYPayload.
+// PHYPayload repre... | Minor documentation fix
There is no `NewPhyPayload` function. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -18,7 +18,7 @@ var slice = Array.prototype.slice;
// Create singletonian temper usable for constructed pagelets. This will ensure
// caching works properly and allows optimize to use temper.
//
-var temper = new Temper();
+... | [fix] allow temper access from the constructor object |
diff --git a/hijack/admin.py b/hijack/admin.py
index <HASH>..<HASH> 100755
--- a/hijack/admin.py
+++ b/hijack/admin.py
@@ -4,7 +4,7 @@ from django.contrib import admin
from django.contrib.auth.admin import UserAdmin
from django.core.urlresolvers import reverse
from django.template.loader import get_template
-from dj... | Changed the ugettext to ugettext_lazy
This fixes the error message about form plural
ValueError: plural forms expression could be dangerous |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
from yaml2rst import __version__
long_description = "\n\n".join([
- open("README.txt").read(),
+ open("README.rst").read(),
])
setup( | Fix: wrong name of README-file in setup.py |
diff --git a/tests/Assert.php b/tests/Assert.php
index <HASH>..<HASH> 100644
--- a/tests/Assert.php
+++ b/tests/Assert.php
@@ -13,6 +13,30 @@ use PHPUnit\Framework\Assert as PhpUnitAssert;
final class Assert
{
/**
+ * A PHPUnit 4, 7 & 9 compatible version of 'assertRegExp' and its replacement,
+ * 'asser... | Add a replacement for regex assertions
We can't migrate away from 'assertRegExp' to its replacement
('assertMatchesRegularExpression') because the later doesn't exist in
PHPUnit 4
Therefore we need a new regex assertion that calls the right thing |
diff --git a/pkg/cmd/cli/cmd/cancelbuild.go b/pkg/cmd/cli/cmd/cancelbuild.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/cli/cmd/cancelbuild.go
+++ b/pkg/cmd/cli/cmd/cancelbuild.go
@@ -39,7 +39,7 @@ func NewCmdCancelBuild(fullName string, f *clientcmd.Factory, out io.Writer) *co
Short: "Cancel a pending or runnin... | Make `oc cancel-build` to be suggested for `oc stop-build`. |
diff --git a/gitmap_test.go b/gitmap_test.go
index <HASH>..<HASH> 100644
--- a/gitmap_test.go
+++ b/gitmap_test.go
@@ -48,8 +48,8 @@ func assertFile(
t *testing.T,
gm gitmap.GitMap,
filename,
- expectedAbbreviatedTreeHash,
- expectedTreeHash string) {
+ expectedAbbreviatedHash,
+ expectedHash string) {
var (
... | Add date assertion and fix var names in test |
diff --git a/components/api/src/main/java/org/openengsb/core/api/security/model/Permission.java b/components/api/src/main/java/org/openengsb/core/api/security/model/Permission.java
index <HASH>..<HASH> 100644
--- a/components/api/src/main/java/org/openengsb/core/api/security/model/Permission.java
+++ b/components/api/s... | [OPENENGSB-<I>] fix permission-doc |
diff --git a/mkdir.js b/mkdir.js
index <HASH>..<HASH> 100644
--- a/mkdir.js
+++ b/mkdir.js
@@ -36,6 +36,14 @@ _mkdir = function (path, options, resolve, reject) {
}, reject);
} else {
stat(path, function (statErr, stats) {
+ if (statErr) {
+ if (statErr.code !== 'ENOENT') {
+ reject(err);
+ ... | Address race condition isssue |
diff --git a/reana_commons/version.py b/reana_commons/version.py
index <HASH>..<HASH> 100755
--- a/reana_commons/version.py
+++ b/reana_commons/version.py
@@ -14,4 +14,4 @@ and parsed by ``setup.py``.
from __future__ import absolute_import, print_function
-__version__ = "0.5.0.dev20190207"
+__version__ = "0.5.0.de... | release: <I>.de<I> |
diff --git a/patroni/__init__.py b/patroni/__init__.py
index <HASH>..<HASH> 100644
--- a/patroni/__init__.py
+++ b/patroni/__init__.py
@@ -129,7 +129,10 @@ class Patroni(object):
signal.signal(signal.SIGTERM, self.sigterm_handler)
def shutdown(self):
- self.api.shutdown()
+ try:
+ ... | Rest api thread can raise an exception during shutdown (#<I>)
catch it and report |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.