diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/Labrador/Service/DefaultServicesRegister.php b/src/Labrador/Service/DefaultServicesRegister.php
index <HASH>..<HASH> 100644
--- a/src/Labrador/Service/DefaultServicesRegister.php
+++ b/src/Labrador/Service/DefaultServicesRegister.php
@@ -74,8 +74,6 @@ class DefaultServicesRegister implements Register {... | removing erroneous white space |
diff --git a/src/Service/DataExport.php b/src/Service/DataExport.php
index <HASH>..<HASH> 100644
--- a/src/Service/DataExport.php
+++ b/src/Service/DataExport.php
@@ -23,8 +23,8 @@ use Nails\Admin\DataExport\SourceResponse;
*/
class DataExport
{
- protected $aSources = [];
- protected $aFormats = [];
+ ... | fix: Components::available() includes the application |
diff --git a/models/classes/search/index/DocumentBuilder/IndexDocumentBuilder.php b/models/classes/search/index/DocumentBuilder/IndexDocumentBuilder.php
index <HASH>..<HASH> 100644
--- a/models/classes/search/index/DocumentBuilder/IndexDocumentBuilder.php
+++ b/models/classes/search/index/DocumentBuilder/IndexDocumentB... | fix: collections of Literals should be searchable |
diff --git a/shinken/modules/livestatus_broker/livestatus.py b/shinken/modules/livestatus_broker/livestatus.py
index <HASH>..<HASH> 100644
--- a/shinken/modules/livestatus_broker/livestatus.py
+++ b/shinken/modules/livestatus_broker/livestatus.py
@@ -5802,7 +5802,9 @@ class LiveStatusRequest(LiveStatus):
... | *Add them for Stats: too |
diff --git a/lib/Rule.js b/lib/Rule.js
index <HASH>..<HASH> 100644
--- a/lib/Rule.js
+++ b/lib/Rule.js
@@ -64,9 +64,10 @@ Rule.prototype.wrapPath = function (rule) {
if (rule.charAt(rule.length - 1) === symbol.file) {
rule = rule.slice(0, rule.length - 1);
} else {
- rule = rule.replace(/\/$/,... | refactor(rule): update rule.wrapPath to str match. |
diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -181,6 +181,7 @@ if( a['AMIGO_API_PORT'] && a['AMIGO_API_PORT'].value ){
var otu_mrg_imp_p = _to_boolean(a['OWLTOOLS_USE_MERGE_IMPORT'].value);
var otu_rm_dis_p = _to_boolean(a['OWLTOOLS_USE_REMOVE_DISJOINTS'].va... | re-add explicit INFO logging during amigo loads |
diff --git a/test/tools/javac/InterfaceAssert.java b/test/tools/javac/InterfaceAssert.java
index <HASH>..<HASH> 100644
--- a/test/tools/javac/InterfaceAssert.java
+++ b/test/tools/javac/InterfaceAssert.java
@@ -23,9 +23,11 @@
/*
* @test
- * @bug 4399129
+ * @bug 4399129 6980724
* @summary Check that assertions c... | <I>: test/tools/javac/InterfaceAssert.java sometimes fails
(This is the same as OpenJDK changeset 3a9f<I>be<I>a.) |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ except:
from distutils.core import setup
setup(name='sprinter',
- version='0.4.0',
+ version='0.4.1',
description='a utility library to help environment bootstrapping scripts',
auth... | Revving to <I>
* feature: standalone sprinter install
* feature: sandboxed brew
* feature: sandboxed virtualenv
* bugfix: ssh uses keyname instead of host as host name
* bugfix: brew install was not working
* bugfix: issue with standard recipe being called over other recipe
* bugfix: fixing phases implementation |
diff --git a/test/TestAsset/ExceptionWithStringAsCode.php b/test/TestAsset/ExceptionWithStringAsCode.php
index <HASH>..<HASH> 100644
--- a/test/TestAsset/ExceptionWithStringAsCode.php
+++ b/test/TestAsset/ExceptionWithStringAsCode.php
@@ -13,5 +13,6 @@ use Exception;
class ExceptionWithStringAsCode extends Exception... | set <I> in @copyright |
diff --git a/lib/Pico.php b/lib/Pico.php
index <HASH>..<HASH> 100644
--- a/lib/Pico.php
+++ b/lib/Pico.php
@@ -465,7 +465,7 @@ class Pico
'rewrite_url' => null,
'theme' => 'default',
'date_format' => '%D %T',
- 'twig_config' => array('cache' => false, 'autoescape' => fa... | Pico::loadConfig(): Improve Twig config parsing
Thanks @refeaime for reporting this |
diff --git a/libdokan/folderlist.go b/libdokan/folderlist.go
index <HASH>..<HASH> 100644
--- a/libdokan/folderlist.go
+++ b/libdokan/folderlist.go
@@ -150,7 +150,7 @@ func (fl *FolderList) FindFiles(fi *dokan.FileInfo, callback func(*dokan.NamedSt
var favs []*libkbfs.Favorite
if isLoggedIn {
- favs, err := fl.fs... | libdokan: fix folderlist readdir |
diff --git a/code/GridFieldOrderableRows.php b/code/GridFieldOrderableRows.php
index <HASH>..<HASH> 100755
--- a/code/GridFieldOrderableRows.php
+++ b/code/GridFieldOrderableRows.php
@@ -238,7 +238,25 @@ class GridFieldOrderableRows extends RequestHandler implements
$this->populateSortValues($items);
// Gener... | Fix bug where the current sort value is pulled from the base table if the sortField has the same name when using ManyManyList |
diff --git a/inquirer/themes.py b/inquirer/themes.py
index <HASH>..<HASH> 100644
--- a/inquirer/themes.py
+++ b/inquirer/themes.py
@@ -25,7 +25,7 @@ def load_theme_from_json(json_theme):
}
}
- Color values should be strings representing valid blessings.Terminal colors.
+ Color values should be str... | lines too long. damn <I> chars lines |
diff --git a/src/FlashNotifier.php b/src/FlashNotifier.php
index <HASH>..<HASH> 100644
--- a/src/FlashNotifier.php
+++ b/src/FlashNotifier.php
@@ -79,4 +79,20 @@ class FlashNotifier
$this->session->flash('flash_notifications', $notifications);
}
}
+
+ /**
+ * Extend the aged flash data one `\Re... | Add support for extending the flash messages for an extra request via `\Flash::renew()` |
diff --git a/lib/clickhouse/connection/client.rb b/lib/clickhouse/connection/client.rb
index <HASH>..<HASH> 100644
--- a/lib/clickhouse/connection/client.rb
+++ b/lib/clickhouse/connection/client.rb
@@ -1,12 +1,22 @@
+require "forwardable"
+
module Clickhouse
class Connection
module Client
+ def self.in... | Delegating #get and #post to the (Faraday) client |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -235,7 +235,8 @@ class JavaLib(object):
self.java_files = []
self.dependencies = []
self.properties = []
- if hadoop_vinfo.main >= (2, 0, 0) and hadoop_vinfo.is_yarn():
+ if hadoop_vinf... | Also build with v2 API when using Hadoop2 without Yarn |
diff --git a/demos/bartlett1932/__init__.py b/demos/bartlett1932/__init__.py
index <HASH>..<HASH> 100644
--- a/demos/bartlett1932/__init__.py
+++ b/demos/bartlett1932/__init__.py
@@ -0,0 +1,7 @@
+from dallinger import db
+from experiment import Bartlett1932
+
+
+def build():
+ """Potentially move PsiturkConfig stuff... | Placeholder for wrapper/factory function to return an experiment |
diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -349,12 +349,12 @@ function _uploadDeviceKeys(client) {
device_id: deviceId,
keys: client._deviceKeys,
user_id: userId,
- signatures: {},
};
+ var sig = client._o... | Fix device key signing
Calculate the signature *before* we add the `signatures` key. |
diff --git a/report/log/index.php b/report/log/index.php
index <HASH>..<HASH> 100644
--- a/report/log/index.php
+++ b/report/log/index.php
@@ -90,7 +90,9 @@ if ($logreader !== '') {
if (($edulevel != -1)) {
$params['edulevel'] = $edulevel;
}
-
+if ($origin !== '') {
+ $params['origin'] = $origin;
+}
// Legac... | MDL-<I> reports: origin parameter looked at in log reports |
diff --git a/girc/capabilities.py b/girc/capabilities.py
index <HASH>..<HASH> 100644
--- a/girc/capabilities.py
+++ b/girc/capabilities.py
@@ -24,6 +24,8 @@ class Capabilities:
if '=' in cap:
cap, value = cap.rsplit('=', 1)
+ if value = '':
+ ... | [caps] Mark CAPA= as None instead of True |
diff --git a/src/ai/backend/common/types.py b/src/ai/backend/common/types.py
index <HASH>..<HASH> 100644
--- a/src/ai/backend/common/types.py
+++ b/src/ai/backend/common/types.py
@@ -550,7 +550,7 @@ class ResourceSlot(UserDict):
def as_numeric(self, slot_types, *,
unknown: HandlerForUnknownSl... | ResourceSlot: as_numeric's fill_missing should default to False
...not to break the existing master branch of the manager |
diff --git a/src/main/java/net/spy/memcached/MemcachedConnection.java b/src/main/java/net/spy/memcached/MemcachedConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/spy/memcached/MemcachedConnection.java
+++ b/src/main/java/net/spy/memcached/MemcachedConnection.java
@@ -293,6 +293,10 @@ public final cla... | if the memcache server disconnects, try to notice. |
diff --git a/playerRecord.py b/playerRecord.py
index <HASH>..<HASH> 100644
--- a/playerRecord.py
+++ b/playerRecord.py
@@ -34,7 +34,7 @@ class PlayerRecord(object):
self.type = c.PlayerDesigns(c.HUMAN)
self.difficulty = c.ComputerDifficulties(None) # only matters if type ... | - use DEFAULT_RATING
- migrated control() method from PlayerPreGame |
diff --git a/core/src/test/java/jlibs/core/i18n/ResourceBundleTest.java b/core/src/test/java/jlibs/core/i18n/ResourceBundleTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/jlibs/core/i18n/ResourceBundleTest.java
+++ b/core/src/test/java/jlibs/core/i18n/ResourceBundleTest.java
@@ -58,6 +58,7 @@ public clas... | tests were failing on windows because of pathseparator |
diff --git a/src/EventSourcing/DBAL/AggregateAwareDBALEventStore.php b/src/EventSourcing/DBAL/AggregateAwareDBALEventStore.php
index <HASH>..<HASH> 100644
--- a/src/EventSourcing/DBAL/AggregateAwareDBALEventStore.php
+++ b/src/EventSourcing/DBAL/AggregateAwareDBALEventStore.php
@@ -275,4 +275,4 @@ class AggregateAwareD... | III-<I> Fixed coding standards. |
diff --git a/pyrtl/passes.py b/pyrtl/passes.py
index <HASH>..<HASH> 100644
--- a/pyrtl/passes.py
+++ b/pyrtl/passes.py
@@ -85,9 +85,14 @@ def optimize(update_working_block=True, block=None):
def constant_propagation(block):
- """Removes excess constants in the block"""
-
+ """
+ Removes excess constants i... | Added more constant propogation documentation |
diff --git a/colorise/parser.py b/colorise/parser.py
index <HASH>..<HASH> 100644
--- a/colorise/parser.py
+++ b/colorise/parser.py
@@ -181,7 +181,7 @@ class ColorFormatParser(object):
r = [None, None]
for token in tokens:
- for i, e in enumerate(('fg=', 'bg=')):
+ for i, e in e... | Use a list for better readability |
diff --git a/core/src/main/java/org/mwg/core/scheduler/HybridScheduler.java b/core/src/main/java/org/mwg/core/scheduler/HybridScheduler.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/mwg/core/scheduler/HybridScheduler.java
+++ b/core/src/main/java/org/mwg/core/scheduler/HybridScheduler.java
@@ -76,7 +76,... | Fixing performance issue due to active check. |
diff --git a/src/Form/Builder.php b/src/Form/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Form/Builder.php
+++ b/src/Form/Builder.php
@@ -163,7 +163,7 @@ class Builder
$html[] = "$name=\"$value\"";
}
- return '<form '.implode(' ', $html).'>';
+ return '<form '.implode(' ', $ht... | use pjax when submit forms |
diff --git a/tests/types/array.test.js b/tests/types/array.test.js
index <HASH>..<HASH> 100644
--- a/tests/types/array.test.js
+++ b/tests/types/array.test.js
@@ -4,6 +4,7 @@ import expect from 'expect';
import ArrayType from '../../src/types/array';
import { create } from '../../src/microstates';
import { valueOf }... | Cover the case of an iterable inside a store. |
diff --git a/tests/implemented.py b/tests/implemented.py
index <HASH>..<HASH> 100755
--- a/tests/implemented.py
+++ b/tests/implemented.py
@@ -41,6 +41,7 @@ DUMMY_CARDS = (
# Dynamic buffs set by their parent
"CS2_236e", # Divine Spirit
"EX1_304e", # Consume (Void Terror)
+ "LOE_030e" # Hollow (Unused)
"NEW1... | Mark Hollow enchant as a dynamic buff |
diff --git a/ospd/ospd.py b/ospd/ospd.py
index <HASH>..<HASH> 100644
--- a/ospd/ospd.py
+++ b/ospd/ospd.py
@@ -199,7 +199,8 @@ class OSPDaemon(object):
specific options eg. the w3af profile for w3af wrapper.
"""
- def __init__(self, certfile, keyfile, cafile, customvtfilter=None):
+ def __init__(sel... | Allows to set the logging domain from the wrapper.
This allows to run different ospd-wrappers and to log in the same file, and distinguish which wrapper is coming from. If no logger is set from the wrapper, the default one "ospd.ospd" domain will be used. |
diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -12,7 +12,7 @@ import (
)
const (
- libraryVersion = "0.1.0"
+ libraryVersion = "0.4.0"
)
type Response http.Response | Update version to <I> in preparation for refactor |
diff --git a/go/kbfs/libkbfs/folder_branch_ops.go b/go/kbfs/libkbfs/folder_branch_ops.go
index <HASH>..<HASH> 100644
--- a/go/kbfs/libkbfs/folder_branch_ops.go
+++ b/go/kbfs/libkbfs/folder_branch_ops.go
@@ -8502,8 +8502,8 @@ func (fbo *folderBranchOps) Reset(
return err
}
oldHandle.SetFinalizedInfo(finalizedInfo... | folder_branch_ops: clarify comment |
diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -151,6 +151,19 @@ module.exports = function(grunt) {
fs.renameSync(oldFileName + fileExtension, newFileName + fileExtension);
});
+ grunt.registerTask("delete_coverage_dir", function() {
+ var done = th... | Delete coverage dir from build package - really
Delete coverage dir from build package - this time really. Our package is buid with grunt pack command - add new async grunt task in order to delete the coverage directory.
<URL> |
diff --git a/src/pfs/server/combined_api_server.go b/src/pfs/server/combined_api_server.go
index <HASH>..<HASH> 100644
--- a/src/pfs/server/combined_api_server.go
+++ b/src/pfs/server/combined_api_server.go
@@ -115,7 +115,9 @@ func (a *combinedAPIServer) GetFileInfo(ctx context.Context, getFileInfoRequest
if !ok {
... | fix go vet for pfs |
diff --git a/raft/log.go b/raft/log.go
index <HASH>..<HASH> 100644
--- a/raft/log.go
+++ b/raft/log.go
@@ -44,6 +44,8 @@ type raftLog struct {
applied uint64
}
+// newLog returns log using the given storage. It recovers the log to the state
+// that it just commits and applies the lastest snapshot.
func newLog(st... | raft: add comment to newLog |
diff --git a/lib/codecs.js b/lib/codecs.js
index <HASH>..<HASH> 100644
--- a/lib/codecs.js
+++ b/lib/codecs.js
@@ -3,7 +3,13 @@
* Current id.
*/
-var id = 0;
+var id = 1;
+
+/**
+ * Max codecs.
+ */
+
+var max = 9;
/**
* Name map.
@@ -23,6 +29,7 @@ exports.define = function(name, fns){
if ('string' != typ... | Sets a maximum number of codecs defined and changes the intial codec.id too 1 rather than 0. |
diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/form_tag_helper.rb
@@ -469,13 +469,17 @@ module ActionView
# ... | cleanup and move extracted method right into the helper |
diff --git a/src/AbstractNormalizedEventManager.php b/src/AbstractNormalizedEventManager.php
index <HASH>..<HASH> 100644
--- a/src/AbstractNormalizedEventManager.php
+++ b/src/AbstractNormalizedEventManager.php
@@ -152,8 +152,26 @@ abstract class AbstractNormalizedEventManager extends AbstractWpEventManager
*/
... | Separated clear cache handler creation and registration (#6) |
diff --git a/library/src/main/java/de/mrapp/android/dialog/view/DialogRootView.java b/library/src/main/java/de/mrapp/android/dialog/view/DialogRootView.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/de/mrapp/android/dialog/view/DialogRootView.java
+++ b/library/src/main/java/de/mrapp/android/dialog/view/D... | A dialog's top padding is now correctly applied when no title is shown. |
diff --git a/src/config/hisite.php b/src/config/hisite.php
index <HASH>..<HASH> 100644
--- a/src/config/hisite.php
+++ b/src/config/hisite.php
@@ -159,9 +159,6 @@ $config = [
'assets' => [
\hipanel\assets\AppAsset::class,
],
- 'pathDirs' => [
- 'hisit... | removed expired pathDirs config |
diff --git a/ledis/dump.go b/ledis/dump.go
index <HASH>..<HASH> 100644
--- a/ledis/dump.go
+++ b/ledis/dump.go
@@ -46,21 +46,22 @@ func (l *Ledis) Dump(w io.Writer) error {
var commitID uint64
var snap *store.Snapshot
- {
- l.wLock.Lock()
- defer l.wLock.Unlock()
-
- if l.r != nil {
- if commitID, err = l.r.... | closure defer not works as I think |
diff --git a/core-bundle/contao/library/Contao/File.php b/core-bundle/contao/library/Contao/File.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/library/Contao/File.php
+++ b/core-bundle/contao/library/Contao/File.php
@@ -832,6 +832,7 @@ class File extends \System
'qt' => array('video/quicktime', 'iconV... | [Core] Add `ogv` to the mime types of the `Files` class (see #<I>) |
diff --git a/bosh-director/lib/bosh/director/api/controller.rb b/bosh-director/lib/bosh/director/api/controller.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/lib/bosh/director/api/controller.rb
+++ b/bosh-director/lib/bosh/director/api/controller.rb
@@ -585,12 +585,7 @@ module Bosh::Director
end
en... | removed stale comment - used for fetch_logs |
diff --git a/src/Sluggable/SluggableTrait.php b/src/Sluggable/SluggableTrait.php
index <HASH>..<HASH> 100644
--- a/src/Sluggable/SluggableTrait.php
+++ b/src/Sluggable/SluggableTrait.php
@@ -70,6 +70,12 @@ trait SluggableTrait
$id = $model->findRecordIdForSlugFromCmsTable($slug, $locale);
+ // if it... | fixed incorrect return for findBySlug on translations |
diff --git a/lib/brcobranca/currency.rb b/lib/brcobranca/currency.rb
index <HASH>..<HASH> 100755
--- a/lib/brcobranca/currency.rb
+++ b/lib/brcobranca/currency.rb
@@ -1,3 +1,5 @@
+# -*- encoding: utf-8 -*-
+
# @author Fernando Vieira do http://simplesideias.com.br
module Brcobranca #:nodoc:[all]
module Currency #:... | fix to run on <I> |
diff --git a/src/main/java/org/wololo/geojson/Feature.java b/src/main/java/org/wololo/geojson/Feature.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/wololo/geojson/Feature.java
+++ b/src/main/java/org/wololo/geojson/Feature.java
@@ -8,7 +8,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyOrder;
impor... | Fixed a typo in the JsonPropertyOrder of class Feature |
diff --git a/src/scs_core/aqcsv/connector/datum_mapping.py b/src/scs_core/aqcsv/connector/datum_mapping.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/aqcsv/connector/datum_mapping.py
+++ b/src/scs_core/aqcsv/connector/datum_mapping.py
@@ -108,7 +108,7 @@ class DatumMapping(JSONable):
# position...
... | Fixed a GPS handling bug in DatumMapping. |
diff --git a/server/workers/swf_meta.py b/server/workers/swf_meta.py
index <HASH>..<HASH> 100644
--- a/server/workers/swf_meta.py
+++ b/server/workers/swf_meta.py
@@ -57,8 +57,15 @@ def test():
import zerorpc
c = zerorpc.Client()
c.connect("tcp://127.0.0.1:4242")
+
+ # Generate the input data for this... | small reorg of test so that debugger/coverage work locally
Former-commit-id: d<I>ab7c<I>bdd<I>f0c9d6c9e<I>d<I>a |
diff --git a/ccmlib/node.py b/ccmlib/node.py
index <HASH>..<HASH> 100644
--- a/ccmlib/node.py
+++ b/ccmlib/node.py
@@ -1100,4 +1100,4 @@ class Node():
sh_file = os.path.join(common.CASSANDRA_CONF_DIR, common.CASSANDRA_WIN_ENV)
dst = os.path.join(self.get_path(), sh_file)
common.re... | Switched to full pathing for logback.xml |
diff --git a/build.js b/build.js
index <HASH>..<HASH> 100644
--- a/build.js
+++ b/build.js
@@ -5,7 +5,8 @@
*/
-/*jslint anon:true, sloppy:true, nomen:true, regexp:true, stupid:true*/
+/*jslint anon:true, sloppy:true, nomen:true, regexp:true, stupid:true,
+ continue: true*/
var libpath = require('path'),
dif... | Delinted changed js files. |
diff --git a/minorminer/package_info.py b/minorminer/package_info.py
index <HASH>..<HASH> 100644
--- a/minorminer/package_info.py
+++ b/minorminer/package_info.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "0.2.0"
+__... | Update version <I> -> <I>
Fixed issue with false K_4 embeddings. |
diff --git a/kie-api/src/main/java/org/kie/api/runtime/manager/audit/NodeInstanceLog.java b/kie-api/src/main/java/org/kie/api/runtime/manager/audit/NodeInstanceLog.java
index <HASH>..<HASH> 100644
--- a/kie-api/src/main/java/org/kie/api/runtime/manager/audit/NodeInstanceLog.java
+++ b/kie-api/src/main/java/org/kie/api/... | [RHPAM-<I>] AchievedAtDate for milestone is not preserved when case is reopen
added a new event log for node instance to be able to tell the different when
a node is left or aborted |
diff --git a/src/scripts/utils/scitran.js b/src/scripts/utils/scitran.js
index <HASH>..<HASH> 100644
--- a/src/scripts/utils/scitran.js
+++ b/src/scripts/utils/scitran.js
@@ -314,7 +314,7 @@ export default {
createSnapshot (projectId, callback) {
request.post(config.scitran.url + 'snapshots', {
- ... | updated snapshot creation to pass projectId as query param instead of body property |
diff --git a/src/radical/ensemblemd/__init__.py b/src/radical/ensemblemd/__init__.py
index <HASH>..<HASH> 100644
--- a/src/radical/ensemblemd/__init__.py
+++ b/src/radical/ensemblemd/__init__.py
@@ -16,6 +16,7 @@ from radical.ensemblemd.file import File
from radical.ensemblemd.kernel import Kernel
# Execution Patte... | Update __init__.py
Added All Pairs Pattern in the Patterns imports |
diff --git a/lib/js/structure.js b/lib/js/structure.js
index <HASH>..<HASH> 100644
--- a/lib/js/structure.js
+++ b/lib/js/structure.js
@@ -97,13 +97,13 @@ function process(ast, context){
}
},
'object': function(token, scope){
- token.obj = {};
- token.objSource = {};
- for (var i = 0, pr... | don't add objSource for js ast nodes |
diff --git a/gwpy/detector/units.py b/gwpy/detector/units.py
index <HASH>..<HASH> 100644
--- a/gwpy/detector/units.py
+++ b/gwpy/detector/units.py
@@ -27,6 +27,9 @@ from astropy.units.format.generic import Generic
__author__ = "Duncan Macleod <duncan.macleod@ligo.org>"
+# container for new units (so that each one ... | detector.units: cache unrecognised units
that have been created on-the-fly. this is required so that `IrreducibleUnit('blah') == IrreducibleUnit('blah')` evaluates to `True`, which is required by `TimeSeries.is_compatible` and friends |
diff --git a/ipfsApi/commands.py b/ipfsApi/commands.py
index <HASH>..<HASH> 100644
--- a/ipfsApi/commands.py
+++ b/ipfsApi/commands.py
@@ -2,7 +2,6 @@ from __future__ import absolute_import
import os
import fnmatch
-import functools
import mimetypes
from . import filestream | removed unneeded functools import |
diff --git a/volume/volume.go b/volume/volume.go
index <HASH>..<HASH> 100644
--- a/volume/volume.go
+++ b/volume/volume.go
@@ -16,6 +16,8 @@ package volume
import (
"errors"
+ "github.com/zenoss/glog"
+
"fmt"
)
@@ -160,3 +162,20 @@ func Mount(driverName, volumeName, rootDir string) (volume Volume, err error) ... | Add ShutdownActiveDrivers method |
diff --git a/lib/puppet/provider/service/gentoo.rb b/lib/puppet/provider/service/gentoo.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/provider/service/gentoo.rb
+++ b/lib/puppet/provider/service/gentoo.rb
@@ -38,7 +38,7 @@ Puppet::Type.type(:service).provide :gentoo, :parent => :init do
return :false unless ... | Fixes #<I> - service provider for gentoo fails with ambiguous suffixes |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
author_email='wes@1stvamp.org',
url='https://github.com/1stvamp/marked.py',
install_requires=[
- 'BeautifulSoup >= 3.0',
+ 'beautifulsoup4 >= 4.3',
'markgen >= 0.9'
... | Switch to beautifulsoup4 package |
diff --git a/lib/pseudohiki/blockparser.rb b/lib/pseudohiki/blockparser.rb
index <HASH>..<HASH> 100644
--- a/lib/pseudohiki/blockparser.rb
+++ b/lib/pseudohiki/blockparser.rb
@@ -293,6 +293,8 @@ module PseudoHiki
['//', CommentOutLeaf],
['----\s*$', HrLeaf]]
+ ... | introduced IRREGULAR_LEAFS |
diff --git a/src/_pytest/python_api.py b/src/_pytest/python_api.py
index <HASH>..<HASH> 100644
--- a/src/_pytest/python_api.py
+++ b/src/_pytest/python_api.py
@@ -211,9 +211,7 @@ class ApproxScalar(ApproxBase):
the pre-specified tolerance.
"""
if _is_numpy_array(actual):
- import n... | Implement change suggested by @kalekundert in PR |
diff --git a/responsys/client.py b/responsys/client.py
index <HASH>..<HASH> 100644
--- a/responsys/client.py
+++ b/responsys/client.py
@@ -232,6 +232,21 @@ class InteractClient(object):
return [DeleteResult(delete_result) for delete_result in result]
return [DeleteResult(result)]
+ def merge_... | Add merge_table_records method |
diff --git a/ImapClient/IncomingMessage.php b/ImapClient/IncomingMessage.php
index <HASH>..<HASH> 100644
--- a/ImapClient/IncomingMessage.php
+++ b/ImapClient/IncomingMessage.php
@@ -387,7 +387,14 @@ class IncomingMessage
}
}
if (isset($objNew->plain)) {
- $objNew->text = quote... | Added support for base<I> encoded mail |
diff --git a/lib/lyber_core/log.rb b/lib/lyber_core/log.rb
index <HASH>..<HASH> 100644
--- a/lib/lyber_core/log.rb
+++ b/lib/lyber_core/log.rb
@@ -13,6 +13,8 @@ module LyberCore
# Initial state
@@logfile = DEFAULT_LOGFILE
@@log ||= Logger.new(@@logfile)
+ # $stdout.reopen(@@logfile)
+ # $stderr.reo... | We can redirect stdout and stderr to the log file if we want to, but I tried it and it doesn't seem that useful. |
diff --git a/calloway/settings.py b/calloway/settings.py
index <HASH>..<HASH> 100644
--- a/calloway/settings.py
+++ b/calloway/settings.py
@@ -170,5 +170,5 @@ NATIVE_TAGS = (
ADMIN_TOOLS_MENU = 'calloway.menu.CustomMenu'
STORY_RELATION_MODELS = ['massmedia.audio', 'massmedia.image', 'massmedia.document',
- 'mass... | removed pullquote from story relations, had it backwards |
diff --git a/countly.js b/countly.js
index <HASH>..<HASH> 100644
--- a/countly.js
+++ b/countly.js
@@ -16,6 +16,8 @@
crashSegments = null,
autoExtend = true,
lastBeat,
+ failTimeout = 0,
+ failTimeoutAmount = 60,
startTime;
Countly.init = function(ob){
@@ -444,17 +446,18 @@
... | [requests] added <I> seconds cooldown for failed requests |
diff --git a/src/com/opera/core/systems/scope/internal/OperaIntervals.java b/src/com/opera/core/systems/scope/internal/OperaIntervals.java
index <HASH>..<HASH> 100644
--- a/src/com/opera/core/systems/scope/internal/OperaIntervals.java
+++ b/src/com/opera/core/systems/scope/internal/OperaIntervals.java
@@ -12,13 +12,13 ... | Changes to exec sleep and indention fixes |
diff --git a/test/protractor/test.spec.js b/test/protractor/test.spec.js
index <HASH>..<HASH> 100644
--- a/test/protractor/test.spec.js
+++ b/test/protractor/test.spec.js
@@ -1,4 +1,5 @@
'use strict';
+require('./../protractor_coverage_test.js');
describe('Ensure that the plugin works', function() {
it('should not ... | including require in specfile for testing purposes |
diff --git a/test/define/class/check.js b/test/define/class/check.js
index <HASH>..<HASH> 100644
--- a/test/define/class/check.js
+++ b/test/define/class/check.js
@@ -92,20 +92,6 @@ describe("define/class/check", function () {
});
});
- it("supports only $abstract = true", fun... | Isolates $abstract (#<I>) |
diff --git a/lib/Thelia/Coupon/Type/RemoveXPercent.php b/lib/Thelia/Coupon/Type/RemoveXPercent.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Coupon/Type/RemoveXPercent.php
+++ b/lib/Thelia/Coupon/Type/RemoveXPercent.php
@@ -64,7 +64,7 @@ class RemoveXPercent extends AbstractRemove
*/
public function exec(... | No round for discount, saved as decimal(<I>,6) |
diff --git a/swifter/__init__.py b/swifter/__init__.py
index <HASH>..<HASH> 100644
--- a/swifter/__init__.py
+++ b/swifter/__init__.py
@@ -1,4 +1,5 @@
from .swifter import SeriesAccessor, DataFrameAccessor
+from .tqdm_dask_progressbar import TQDMDaskProgressBar
__all__ = ['SeriesAccessor, DataFrameAccessor']
-__ver... | Access to TQDMDaskProgressBar |
diff --git a/bundle/Controller/LayoutWizard.php b/bundle/Controller/LayoutWizard.php
index <HASH>..<HASH> 100644
--- a/bundle/Controller/LayoutWizard.php
+++ b/bundle/Controller/LayoutWizard.php
@@ -41,6 +41,12 @@ final class LayoutWizard extends Controller
'location' => $location,
'fo... | Return HTTP <I> status code is form for layout wizard is not valid |
diff --git a/lib/primalize/single.rb b/lib/primalize/single.rb
index <HASH>..<HASH> 100644
--- a/lib/primalize/single.rb
+++ b/lib/primalize/single.rb
@@ -53,6 +53,10 @@ module Primalize
Float.new(&coerce)
end
+ def number &coerce
+ Number.new(&coerce)
+ end
+
def optional *typ... | Primalize all types of primitive numbers |
diff --git a/modules/core/templates/logout-iframe.php b/modules/core/templates/logout-iframe.php
index <HASH>..<HASH> 100644
--- a/modules/core/templates/logout-iframe.php
+++ b/modules/core/templates/logout-iframe.php
@@ -105,6 +105,8 @@ foreach ($SPs AS $assocId => $sp) {
echo '<tr>';
+ echo '<td style="width: ... | Logout: indent the service list. |
diff --git a/lib/active_interaction/grouped_input.rb b/lib/active_interaction/grouped_input.rb
index <HASH>..<HASH> 100644
--- a/lib/active_interaction/grouped_input.rb
+++ b/lib/active_interaction/grouped_input.rb
@@ -4,5 +4,16 @@ require 'ostruct'
module ActiveInteraction
class GroupedInput < OpenStruct
+ de... | Define methods for backwards compatibility |
diff --git a/atomic_reactor/plugins/pre_flatpak_create_dockerfile.py b/atomic_reactor/plugins/pre_flatpak_create_dockerfile.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/plugins/pre_flatpak_create_dockerfile.py
+++ b/atomic_reactor/plugins/pre_flatpak_create_dockerfile.py
@@ -35,7 +35,10 @@ LABEL com.redhat.compo... | flatpak_create_dockerfile: Enable the repository from the 'koji' plugin
With the switch to "Hybrid" modularity in Fedora, modules typically need
to pull packages from a base package set as well. The build tag of the
Koji target provides a way to pass in an appropriate base package set, so
we'll make odcs-client enable... |
diff --git a/djstripe/views.py b/djstripe/views.py
index <HASH>..<HASH> 100644
--- a/djstripe/views.py
+++ b/djstripe/views.py
@@ -133,7 +133,6 @@ class SyncHistoryView(CsrfExemptMixin, LoginRequiredMixin, View):
# ============================================================================ #
class ConfirmFormView(... | Remove TODOs that don't make any sense. |
diff --git a/spec/support/connection_string.rb b/spec/support/connection_string.rb
index <HASH>..<HASH> 100644
--- a/spec/support/connection_string.rb
+++ b/spec/support/connection_string.rb
@@ -214,9 +214,6 @@ module Mongo
# Replica Set Options
'replicaset' => :replica_set,
- # Auth Source
-... | RUBY-<I> Remove duplicate key from test map (#<I>) |
diff --git a/lib/bigcommerce/version.rb b/lib/bigcommerce/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bigcommerce/version.rb
+++ b/lib/bigcommerce/version.rb
@@ -1,6 +1,6 @@
module Bigcommerce
major = 0
- minor = 8
- patch = 4
+ minor = 9
+ patch = 0
VERSION = [major, minor, patch].join('.') unless defi... | Bumped version to <I> |
diff --git a/jsonrpc.go b/jsonrpc.go
index <HASH>..<HASH> 100644
--- a/jsonrpc.go
+++ b/jsonrpc.go
@@ -8,6 +8,7 @@ import (
"errors"
"fmt"
"net/http"
+ "strconv"
"sync"
)
@@ -58,6 +59,10 @@ type RPCError struct {
Data interface{} `json:"data"`
}
+func (e *RPCError) Error() string {
+ return strconv.I... | implemented Error interface on RPCError (#8)
implemented Error interface on RPCError |
diff --git a/test/test_producer_integration.py b/test/test_producer_integration.py
index <HASH>..<HASH> 100644
--- a/test/test_producer_integration.py
+++ b/test/test_producer_integration.py
@@ -19,7 +19,6 @@ from test.fixtures import ZookeeperFixture, KafkaFixture
from test.testutil import KafkaIntegrationTestCase, k... | Use a different topic for each producer integration test for isolation |
diff --git a/lib/metior/version.rb b/lib/metior/version.rb
index <HASH>..<HASH> 100644
--- a/lib/metior/version.rb
+++ b/lib/metior/version.rb
@@ -6,6 +6,6 @@
module Metior
# The current version of the Metior gem
- VERSION = '0.1.4'
+ VERSION = '0.1.4' unless defined? Metior::VERSION
end | Don't redefine VERSION constant |
diff --git a/photos/actions.js b/photos/actions.js
index <HASH>..<HASH> 100644
--- a/photos/actions.js
+++ b/photos/actions.js
@@ -43,7 +43,7 @@ actions.searchPhotos = (req, res, next) => {
.then((flattenedPhotos) => {
return _.sortBy(flattenedPhotos, [
(photo) => {
- return photo.dateCreated ? photo.da... | Hmmm. Apparently `datePublished` can be falsy, so guard against it.
Need to figure out exactly where I left off with this... |
diff --git a/examples/duplicate_table.py b/examples/duplicate_table.py
index <HASH>..<HASH> 100644
--- a/examples/duplicate_table.py
+++ b/examples/duplicate_table.py
@@ -120,8 +120,10 @@ logger.info('Response: {}'.format(res))
copy_src_client = CopySQLClient(auth_src_client)
copy_dst_client = CopySQLClient(auth_dst_... | Better comment the gist of the example |
diff --git a/app/app.js b/app/app.js
index <HASH>..<HASH> 100644
--- a/app/app.js
+++ b/app/app.js
@@ -80,9 +80,9 @@ function (app, $, _, Backbone, Bootstrap, Helpers, Utils, FauxtonAPI, Couchdb) {
var cookies = parseCookies(document.cookie);
var csrf = cookies['CouchDB-CSRF'] ? cookies['CouchDB-CSRF'] : 'tru... | Pass the second param to beforeSend
I forgot to send this argument on which broke attachment uploading
COUCHDB-<I> |
diff --git a/tensorboard/pip_package/setup.py b/tensorboard/pip_package/setup.py
index <HASH>..<HASH> 100644
--- a/tensorboard/pip_package/setup.py
+++ b/tensorboard/pip_package/setup.py
@@ -64,6 +64,7 @@ setup(
},
install_requires=REQUIRED_PACKAGES,
tests_require=REQUIRED_PACKAGES,
+ python_requires=... | pip: explicitly require Python <I> above (#<I>)
With `python_requires`, we can disallow other versions of Pythons from
installing TensorBoard. Removal in the earlier change was done without
completely understanding its intent. |
diff --git a/command/agent/dns_test.go b/command/agent/dns_test.go
index <HASH>..<HASH> 100644
--- a/command/agent/dns_test.go
+++ b/command/agent/dns_test.go
@@ -1405,7 +1405,7 @@ func TestDNS_RecursorTimeout(t *testing.T) {
testClientTimeout := serverClientTimeout + 5*time.Second
dir, srv := makeDNSServerConfig... | Made the dns recursor timeout test more reliable |
diff --git a/tests/Api/LeadsTest.php b/tests/Api/LeadsTest.php
index <HASH>..<HASH> 100644
--- a/tests/Api/LeadsTest.php
+++ b/tests/Api/LeadsTest.php
@@ -13,16 +13,8 @@ class LeadsTest extends ContactsTest
{
public function setUp()
{
+ parent::setUp();
$this->api = $this->getContext('leads')... | Use payload from ContactsTest for LeadsTest to ensure both test the same |
diff --git a/packages/babel-plugin-proposal-object-rest-spread/src/index.js b/packages/babel-plugin-proposal-object-rest-spread/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-plugin-proposal-object-rest-spread/src/index.js
+++ b/packages/babel-plugin-proposal-object-rest-spread/src/index.js
@@ -455,6 +45... | Workaround #<I> in proposal-object-rest-spread (#<I>) |
diff --git a/lib/dimples/page.rb b/lib/dimples/page.rb
index <HASH>..<HASH> 100644
--- a/lib/dimples/page.rb
+++ b/lib/dimples/page.rb
@@ -10,29 +10,23 @@ module Dimples
attr_accessor :filename
attr_accessor :extension
attr_accessor :layout
+ attr_accessor :contents
attr_accessor :rendered_conten... | Switched to an attr_accessor for contents. Simplified the initialiser's path code. |
diff --git a/lib/grade/grade_category.php b/lib/grade/grade_category.php
index <HASH>..<HASH> 100644
--- a/lib/grade/grade_category.php
+++ b/lib/grade/grade_category.php
@@ -377,6 +377,7 @@ class grade_category extends grade_object {
}
$this->aggregate_grades($prevuser, $items, $grade... | added proper rs_close($rs) |
diff --git a/src/main/java/com/buschmais/jqassistant/scm/maven/ScanMojo.java b/src/main/java/com/buschmais/jqassistant/scm/maven/ScanMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/buschmais/jqassistant/scm/maven/ScanMojo.java
+++ b/src/main/java/com/buschmais/jqassistant/scm/maven/ScanMojo.java
@@ -64,14... | #<I> provide scanner context during configuration of plugins |
diff --git a/test/ocsp/helper/helper.go b/test/ocsp/helper/helper.go
index <HASH>..<HASH> 100644
--- a/test/ocsp/helper/helper.go
+++ b/test/ocsp/helper/helper.go
@@ -122,6 +122,9 @@ func Req(fileName string) (*ocsp.Response, error) {
http.DefaultClient.Timeout = 5 * time.Second
httpResp, err := sendHTTPRequest(r... | Return error from `sendHTTPRequest` immediately. (#<I>)
Prior to this commit the `httpResp` result of `sendHTTPRequest` was
examined even in the case where `sendHTTPRequest` returns a non-nil
error. This can cause a nil panic since the `httpResp` may be `nil` when
the error is not. This commit returns an error from... |
diff --git a/opal/browser/compatibility.rb b/opal/browser/compatibility.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/compatibility.rb
+++ b/opal/browser/compatibility.rb
@@ -66,16 +66,17 @@ module Compatibility
end
def self.new_event?
- %x{
- try {
- new Event("x");
+ return @new_event if... | compatibility: cache some heavy predicates |
diff --git a/src/Entity/Task.php b/src/Entity/Task.php
index <HASH>..<HASH> 100644
--- a/src/Entity/Task.php
+++ b/src/Entity/Task.php
@@ -79,7 +79,7 @@ class Task
public function getStatus()
{
- return $this->progress;
+ return $this->status;
}
public function setStatus($status) | Fix can't save task because null status |
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -149,7 +149,7 @@ module AbstractController
# ==== Parameters
# * <tt>action_name... | remove present? call; we do not need it |
diff --git a/src/net/tootallnate/websocket/WebSocketServer.java b/src/net/tootallnate/websocket/WebSocketServer.java
index <HASH>..<HASH> 100644
--- a/src/net/tootallnate/websocket/WebSocketServer.java
+++ b/src/net/tootallnate/websocket/WebSocketServer.java
@@ -218,7 +218,7 @@ public abstract class WebSocketServer imp... | Fixed an issue with WebSocketServer that was causing a CancelledKeyException to be thrown when a client disconnected. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.