diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/frontend/org/voltdb/VoltZK.java b/src/frontend/org/voltdb/VoltZK.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/VoltZK.java
+++ b/src/frontend/org/voltdb/VoltZK.java
@@ -56,7 +56,7 @@ public class VoltZK {
/*
* Processes that want to block catalog updates create children here... | For ENG-<I>, fix a misnamed ZK path |
diff --git a/test/e2e/apps/job.go b/test/e2e/apps/job.go
index <HASH>..<HASH> 100644
--- a/test/e2e/apps/job.go
+++ b/test/e2e/apps/job.go
@@ -181,7 +181,7 @@ var _ = SIGDescribe("Job", func() {
Expect(err).NotTo(HaveOccurred())
By("Ensuring job exceed backofflimit")
- err = framework.WaitForJobFailure(f.Clien... | Fix e2e Flaky Apps/Job BackoffLimit test
This fix is linked to the PR #<I> that introduce the
JobSpec.BackoffLimit.
Previously the Timeout used in the test was too agressive and generates
flaky test execution. Now it used the default framework.JobTimeout used
in others tests. |
diff --git a/qbit/core/src/main/java/io/advantageous/qbit/service/impl/CallbackManagerWithTimeout.java b/qbit/core/src/main/java/io/advantageous/qbit/service/impl/CallbackManagerWithTimeout.java
index <HASH>..<HASH> 100644
--- a/qbit/core/src/main/java/io/advantageous/qbit/service/impl/CallbackManagerWithTimeout.java
+... | fixing auto-checkin and adding debugging for callback handler |
diff --git a/lib/steam/packets/A2A_INFO_ResponsePacket.php b/lib/steam/packets/A2A_INFO_ResponsePacket.php
index <HASH>..<HASH> 100644
--- a/lib/steam/packets/A2A_INFO_ResponsePacket.php
+++ b/lib/steam/packets/A2A_INFO_ResponsePacket.php
@@ -47,8 +47,8 @@ class A2A_INFO_ResponsePacket extends SteamPacket
$this->bot... | * (PHP) Changed A2A_INFO response to store boolean values of passwordProtected and secure
* (PHP) Fixed typo in A2A_INFO_ResponsePacket
* (Java) Removed ipAddress and portNumber from SourceServer
* (Ruby) Fixed some file properties |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -8,6 +8,9 @@ var EventEmitter = require('eventemitter3');
// some validation routines
var checkCandidate = require('rtc-validator/candidate');
+// the sdp cleaner
+var sdpclean = require('rtc-sdpclean');
+
var PRIORITY_LO... | Ensure generated sdp is valid before setting local description |
diff --git a/satpy/modifiers/geometry.py b/satpy/modifiers/geometry.py
index <HASH>..<HASH> 100644
--- a/satpy/modifiers/geometry.py
+++ b/satpy/modifiers/geometry.py
@@ -17,6 +17,8 @@
# satpy. If not, see <http://www.gnu.org/licenses/>.
"""Modifier classes for corrections based on sun and other angles."""
+from _... | Refactor SZA and cos(SZA) generation to reduce duplicate computations |
diff --git a/lib/pdk/cli/exec/interactive_command.rb b/lib/pdk/cli/exec/interactive_command.rb
index <HASH>..<HASH> 100644
--- a/lib/pdk/cli/exec/interactive_command.rb
+++ b/lib/pdk/cli/exec/interactive_command.rb
@@ -1,4 +1,4 @@
-require 'pdk/cli/exec/command'
+require 'pdk'
module PDK
module CLI | (maint) Ensure pdk/cli/exec/interactive_command works standalone |
diff --git a/GPy/core/parameterised.py b/GPy/core/parameterised.py
index <HASH>..<HASH> 100644
--- a/GPy/core/parameterised.py
+++ b/GPy/core/parameterised.py
@@ -191,8 +191,8 @@ class parameterised(object):
self.constrain(which, transformations.logistic(lower, upper))
def all_constrained_indices(self):... | fixed a bug in all_constrained_indices |
diff --git a/Slim/Http/Stream.php b/Slim/Http/Stream.php
index <HASH>..<HASH> 100644
--- a/Slim/Http/Stream.php
+++ b/Slim/Http/Stream.php
@@ -317,7 +317,7 @@ class Stream implements StreamInterface
$this->seekable = false;
if ($this->isAttached()) {
$meta = $this->getMetadata... | gh-<I> removed check for isPipe from Stream::isSeekable |
diff --git a/imgaug/augmenters/blend.py b/imgaug/augmenters/blend.py
index <HASH>..<HASH> 100644
--- a/imgaug/augmenters/blend.py
+++ b/imgaug/augmenters/blend.py
@@ -387,6 +387,18 @@ class Alpha(meta.Augmenter): # pylint: disable=locally-disabled, unused-variabl
keypoints_on_images, random_state, parents... | Add polygon augmentation method to Alpha |
diff --git a/scripts/npm-release.js b/scripts/npm-release.js
index <HASH>..<HASH> 100644
--- a/scripts/npm-release.js
+++ b/scripts/npm-release.js
@@ -148,7 +148,7 @@ const waitOnTests = async (names, packageInfo) => {
console.log(`\nWaiting on the following CI jobs: ${jobs.join(', ')}`)
return Promise.all(jobs... | chore: adding bluebird promise to release script (#<I>) |
diff --git a/plugins/udp/src/main/java/kg/apc/jmeter/samplers/DNSJavaTCPClientImpl.java b/plugins/udp/src/main/java/kg/apc/jmeter/samplers/DNSJavaTCPClientImpl.java
index <HASH>..<HASH> 100644
--- a/plugins/udp/src/main/java/kg/apc/jmeter/samplers/DNSJavaTCPClientImpl.java
+++ b/plugins/udp/src/main/java/kg/apc/jmeter/... | Add read method for Jmeter-<I> TCPClient signature (#<I>)
* Add read method for Jmeter-<I> TCPClient signature
* Fix missing semi-colon. |
diff --git a/amibaker/ami_baker.py b/amibaker/ami_baker.py
index <HASH>..<HASH> 100644
--- a/amibaker/ami_baker.py
+++ b/amibaker/ami_baker.py
@@ -18,7 +18,7 @@ class AmiBaker(object):
ec2 = AmiEc2(quiet=self.__quiet, recipe=self.__recipe)
if self._instance_id:
- ec2.grab_existing_instanc... | Renamed method name to match others |
diff --git a/dev_tools/modules.py b/dev_tools/modules.py
index <HASH>..<HASH> 100644
--- a/dev_tools/modules.py
+++ b/dev_tools/modules.py
@@ -303,6 +303,9 @@ def parse(args):
def main(argv: List[str]):
+ if argv == []:
+ # If no arguments are given, print the help/usage info.
+ argv = ['--help']
... | Fix <I>: prevent confusing error if `dev_tools/modules.py` is invoked without arguments (#<I>)
This PR changes `main` in `dev_tools/modules.py` in a very simple way: if the user invokes it without any arguments, it pretends that `--help` was given as the argument instead. This prevents the error described in issue #<I... |
diff --git a/lib/config.js b/lib/config.js
index <HASH>..<HASH> 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -78,7 +78,7 @@ var init = function() {
}
fs.writeFileSync(g_configPath, JSON.stringify({
installDir: path.resolve(path.normalize(path.join(__dirname, ".."))),
- gamesDir: path.resolve(... | move default games dir to the config folder |
diff --git a/router_test.go b/router_test.go
index <HASH>..<HASH> 100644
--- a/router_test.go
+++ b/router_test.go
@@ -319,12 +319,7 @@ func Test_buildRouteName(t *testing.T) {
func Test_CatchAll_Route(t *testing.T) {
r := require.New(t)
- rr := render.New(render.Options{
- // HTMLLayout: "application.html",
... | cleaning out test to use only what it needs |
diff --git a/zone.go b/zone.go
index <HASH>..<HASH> 100644
--- a/zone.go
+++ b/zone.go
@@ -577,8 +577,15 @@ func (api *API) PurgeEverything(zoneID string) (PurgeCacheResponse, error) {
//
// API reference: https://api.cloudflare.com/#zone-purge-individual-files-by-url-and-cache-tags
func (api *API) PurgeCache(zoneID... | feat(zones): Add PurgeCacheContext method (#<I>)
Support context for purging cache. Adds a *Context method as suggested
in #<I>, and used in ListZonesContext. |
diff --git a/sailthru/Sailthru_Client.php b/sailthru/Sailthru_Client.php
index <HASH>..<HASH> 100644
--- a/sailthru/Sailthru_Client.php
+++ b/sailthru/Sailthru_Client.php
@@ -579,8 +579,9 @@ class Sailthru_Client {
* @param Mixed $tags Null for empty values, or String or arrays
* @link http://docs.sailthru.... | Update Sailthru_Client.php |
diff --git a/lib/htmlRenderer.js b/lib/htmlRenderer.js
index <HASH>..<HASH> 100644
--- a/lib/htmlRenderer.js
+++ b/lib/htmlRenderer.js
@@ -61,7 +61,9 @@ HTMLRenderer.prototype.renderPage = function (url, pageData, cb) {
renderData.gpsiData = pageData.gpsi;
renderData.browsertimeData = pageData.browsertime;
... | don't get phantomjs metrics if we don't fetch phantomjs |
diff --git a/test/src/test/java/hudson/search/SearchTest.java b/test/src/test/java/hudson/search/SearchTest.java
index <HASH>..<HASH> 100644
--- a/test/src/test/java/hudson/search/SearchTest.java
+++ b/test/src/test/java/hudson/search/SearchTest.java
@@ -173,7 +173,7 @@ public class SearchTest extends HudsonTestCase {
... | fixed test error. we expected application/json. |
diff --git a/lib/mtgox/client.rb b/lib/mtgox/client.rb
index <HASH>..<HASH> 100644
--- a/lib/mtgox/client.rb
+++ b/lib/mtgox/client.rb
@@ -33,10 +33,10 @@ module MtGox
# offers.bids[0, 3]
def offers
offers = get('/code/data/getDepth.php')
- offers['asks'] = offers['asks'].sort_by{|ask| ask[0].to... | Don't waste memory by duplicating objects |
diff --git a/tests/test_creation.py b/tests/test_creation.py
index <HASH>..<HASH> 100644
--- a/tests/test_creation.py
+++ b/tests/test_creation.py
@@ -142,8 +142,9 @@ class CreationTest(g.unittest.TestCase):
path = g.np.c_[x, y, z]
# Extrude
- mesh = g.trimesh.creation.sweep_polygon(poly, pat... | Use available triangulation engines in tests
In test_path_sweep and test_triangulate_plumbing, use all available triangulation engines (and no unavailable ones). This specifically allows the tests to run when the 'earcut' engine is available but the non-free 'triangle' engine is not. It also provides coverage of the '... |
diff --git a/extensions/composer/Installer.php b/extensions/composer/Installer.php
index <HASH>..<HASH> 100644
--- a/extensions/composer/Installer.php
+++ b/extensions/composer/Installer.php
@@ -176,6 +176,9 @@ class Installer extends LibraryInstaller
protected function saveExtensions(array $extensions)
{
... | composer: create directory if it does not exists
may happen if yii is installed globally.
fixes #<I> |
diff --git a/test/test_coursera.py b/test/test_coursera.py
index <HASH>..<HASH> 100755
--- a/test/test_coursera.py
+++ b/test/test_coursera.py
@@ -3,9 +3,10 @@
Test functionality of coursera module.
"""
-import unittest
import os
import os.path
+import unittest
+
from coursera import coursera_dl
TEST_SYLLABUS... | test: Sort stdlib imports and separate local import from the former. |
diff --git a/holoviews/core/dimension.py b/holoviews/core/dimension.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/dimension.py
+++ b/holoviews/core/dimension.py
@@ -483,6 +483,9 @@ class Dimensioned(LabelledData):
if selection == 'all':
dims = [dim for group in self._dim_groups
... | Dimensioned.dimensions now accepts list of selections |
diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -1206,6 +1206,7 @@ function doInitialSync(client, historyLen) {
client.emit("syncComplete");
_pollForEvents(client);
}, function(err) {
+ console.error("/initialSync error: %s"... | Add more logging when sync requests fail. |
diff --git a/daemon/cmd/daemon_main.go b/daemon/cmd/daemon_main.go
index <HASH>..<HASH> 100644
--- a/daemon/cmd/daemon_main.go
+++ b/daemon/cmd/daemon_main.go
@@ -936,7 +936,7 @@ func initEnv(cmd *cobra.Command) {
// Prepopulate option.Config with options from CLI.
option.Config.Populate()
- // add hooks after se... | daemon_main: fix comments error
The option.Confog is replaced with option.Config. |
diff --git a/models/event/event.go b/models/event/event.go
index <HASH>..<HASH> 100644
--- a/models/event/event.go
+++ b/models/event/event.go
@@ -46,6 +46,8 @@ const (
DisconnectedFromServer string = "discFromServer"
MatchEnded string = "matchEnded"
Test string = "test"
+
+ Reservat... | stop lobby when the serveme reservation is over |
diff --git a/src/OAuth/Services/OAuthService.php b/src/OAuth/Services/OAuthService.php
index <HASH>..<HASH> 100644
--- a/src/OAuth/Services/OAuthService.php
+++ b/src/OAuth/Services/OAuthService.php
@@ -251,7 +251,7 @@ class OAuthService
*/
public function getAppToken(\DTS\eBaySDK\OAuth\Types\GetAppTokenRest... | Pass through the request for grabbing the app token. |
diff --git a/code/site/components/com_default/templates/helpers/date.php b/code/site/components/com_default/templates/helpers/date.php
index <HASH>..<HASH> 100644
--- a/code/site/components/com_default/templates/helpers/date.php
+++ b/code/site/components/com_default/templates/helpers/date.php
@@ -49,7 +49,7 @@ class C... | Set gmt_offset config option to 0 by default |
diff --git a/inotify/adapters.py b/inotify/adapters.py
index <HASH>..<HASH> 100644
--- a/inotify/adapters.py
+++ b/inotify/adapters.py
@@ -261,7 +261,7 @@ class InotifyTrees(BaseTree):
self.__load_trees(paths)
def __load_trees(self, paths):
- _LOGGER.debug("Adding initial watches on trees: [%s]",... | resolves #<I>, list of binary paths can't be logged with existing call |
diff --git a/src/metapensiero/signal/utils.py b/src/metapensiero/signal/utils.py
index <HASH>..<HASH> 100644
--- a/src/metapensiero/signal/utils.py
+++ b/src/metapensiero/signal/utils.py
@@ -50,6 +50,7 @@ class MultipleResults(Awaitable):
res = await coro
self._results[ix] = re... | Remove _results when they aren't needed anymore |
diff --git a/openquake/engine/tools/make_html_report.py b/openquake/engine/tools/make_html_report.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/tools/make_html_report.py
+++ b/openquake/engine/tools/make_html_report.py
@@ -186,10 +186,9 @@ def make_report(isodate='today'):
txt = view_fullreport('fu... | Removed a debugging raise
Former-commit-id: ea0c5f<I>a3b<I>f7e<I>a4e<I>f<I> |
diff --git a/lib/rails-env/version.rb b/lib/rails-env/version.rb
index <HASH>..<HASH> 100644
--- a/lib/rails-env/version.rb
+++ b/lib/rails-env/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RailsEnv
- VERSION = "2.0.1"
+ VERSION = "2.0.2"
end | Bump up version (<I>). |
diff --git a/lib/celluloid/zmq/sockets.rb b/lib/celluloid/zmq/sockets.rb
index <HASH>..<HASH> 100644
--- a/lib/celluloid/zmq/sockets.rb
+++ b/lib/celluloid/zmq/sockets.rb
@@ -1,13 +1,12 @@
module Celluloid
module ZMQ
- attr_reader :linger
-
class Socket
# Create a new socket
def initialize(typ... | Move the Socket#linger reader to the right place |
diff --git a/cachalot/utils.py b/cachalot/utils.py
index <HASH>..<HASH> 100644
--- a/cachalot/utils.py
+++ b/cachalot/utils.py
@@ -65,6 +65,7 @@ def check_parameter_types(params):
elif cl is dict:
check_parameter_types(p.items())
else:
+ print(params, [text_type... | Prints again a debug line to understand why Travis CI is failing… -_- |
diff --git a/EventListener/Cloner/CopyUploadablesSubscriber.php b/EventListener/Cloner/CopyUploadablesSubscriber.php
index <HASH>..<HASH> 100644
--- a/EventListener/Cloner/CopyUploadablesSubscriber.php
+++ b/EventListener/Cloner/CopyUploadablesSubscriber.php
@@ -129,6 +129,10 @@ class CopyUploadablesSubscriber implemen... | Create temporary files directory in copy uploadables event subscriber. |
diff --git a/hiyapyco/__init__.py b/hiyapyco/__init__.py
index <HASH>..<HASH> 100644
--- a/hiyapyco/__init__.py
+++ b/hiyapyco/__init__.py
@@ -73,6 +73,7 @@ METHOD_SUBSTITUTE = METHODS['METHOD_SUBSTITUTE']
class HiYaPyCo:
"""Main class"""
+ # pylint: disable=too-many-instance-attributes
def __init__(sel... | make pylint silently ignore too-many-instance-attributes on main class |
diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,3 +1,5 @@
+/* jshint unused: false */
+
/**
* RETSr.io rets.js RETS Client
* @module RETS
diff --git a/lib/resolve.js b/lib/resolve.js
index <HASH>..<HASH> 100644
--- a/lib/resolve.js
+++ b/lib/resolve.... | Adding joshing directives to prevent files that are known to be incomplete (stubs) form triggering errors.
We’ll remove these as we progress. For now, it’s ok to have these unused variables. |
diff --git a/spec/functional/resource/git_spec.rb b/spec/functional/resource/git_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/resource/git_spec.rb
+++ b/spec/functional/resource/git_spec.rb
@@ -24,7 +24,11 @@ require 'tmpdir'
describe Chef::Resource::Git do
include Chef::Mixin::ShellOut
let(:file_ca... | Make git_spec work with older git versions. |
diff --git a/molo/core/templatetags/core_tags.py b/molo/core/templatetags/core_tags.py
index <HASH>..<HASH> 100644
--- a/molo/core/templatetags/core_tags.py
+++ b/molo/core/templatetags/core_tags.py
@@ -170,7 +170,7 @@ def load_descendant_articles_for_section(
@register.assignment_tag(takes_context=True)
-def load... | setting count back to default to None for articles |
diff --git a/hydpy/core/magictools.py b/hydpy/core/magictools.py
index <HASH>..<HASH> 100644
--- a/hydpy/core/magictools.py
+++ b/hydpy/core/magictools.py
@@ -17,7 +17,6 @@ from hydpy.core import filetools
from hydpy.core import parametertools
from hydpy.core import devicetools
-_warnsimulationstep = True
class ... | prevent ImportWarnings from becoming exceptions (see the last commits) |
diff --git a/modules/mapbox/src/deck-utils.js b/modules/mapbox/src/deck-utils.js
index <HASH>..<HASH> 100644
--- a/modules/mapbox/src/deck-utils.js
+++ b/modules/mapbox/src/deck-utils.js
@@ -1,4 +1,5 @@
import {Deck} from '@deck.gl/core';
+import {withParameters} from 'luma.gl';
export function getDeckInstance({map... | Fix occasional picking failure in mapbox layer (#<I>) |
diff --git a/resources/views/admin/includes/media-uploader.blade.php b/resources/views/admin/includes/media-uploader.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/admin/includes/media-uploader.blade.php
+++ b/resources/views/admin/includes/media-uploader.blade.php
@@ -29,7 +29,7 @@
:max-number-of-file... | max file size round fix (#<I>) |
diff --git a/doc/ex/preview.rb b/doc/ex/preview.rb
index <HASH>..<HASH> 100755
--- a/doc/ex/preview.rb
+++ b/doc/ex/preview.rb
@@ -3,7 +3,14 @@
require 'RMagick'
img = Magick::Image.read("images/Blonde_with_dog.jpg").first
-preview = img.preview(Magick::SolarizePreview)
+
+begin
+ preview = img.preview(Magick::S... | Handle "not supported" exception when built with IM < <I> |
diff --git a/spyder/app/tests/test_mainwindow.py b/spyder/app/tests/test_mainwindow.py
index <HASH>..<HASH> 100644
--- a/spyder/app/tests/test_mainwindow.py
+++ b/spyder/app/tests/test_mainwindow.py
@@ -1594,24 +1594,6 @@ def test_troubleshooting_menu_item_and_url(monkeypatch):
@flaky(max_runs=3)
@pytest.mark.slow
... | Testing: Remove test that no longer applies |
diff --git a/hot_redis.py b/hot_redis.py
index <HASH>..<HASH> 100644
--- a/hot_redis.py
+++ b/hot_redis.py
@@ -109,7 +109,7 @@ class Bitwise(Base):
__rrshift__ = op_right(operator.rshift)
-class Iterable(Base):
+class Sequential(Base):
__add__ = op_left(operator.add)
__mul__ = op_left... | More accurate name for List/String base class: Iterable -> Sequential |
diff --git a/tests/test-timber-term.php b/tests/test-timber-term.php
index <HASH>..<HASH> 100644
--- a/tests/test-timber-term.php
+++ b/tests/test-timber-term.php
@@ -11,7 +11,7 @@
function testGetTermWithObject() {
$term_id = $this->factory->term->create(array('name' => 'Famous Commissioners'));
$term_data ... | Fixed test for how WP <I> returns Term objects |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -42,9 +42,7 @@ function rehype2react(options) {
}
}
- var hast = tableCellStyle(node);
-
- return toH(h, hast, settings.prefix);
+ return toH(h, tableCellStyle(node), settings.prefix);
}
/* Wrap ... | style(table): Do it in one line |
diff --git a/codec/src/main/java/io/netty/handler/codec/ByteToMessageDecoder.java b/codec/src/main/java/io/netty/handler/codec/ByteToMessageDecoder.java
index <HASH>..<HASH> 100644
--- a/codec/src/main/java/io/netty/handler/codec/ByteToMessageDecoder.java
+++ b/codec/src/main/java/io/netty/handler/codec/ByteToMessageDe... | Do not treat errors as decoder exception
Motivation: Today when Netty encounters a general error while decoding
it treats this as a decoder exception. However, for fatal causes this
should not be treated as such, instead the fatal error should be carried
up the stack without the callee having to unwind causes.
Modifi... |
diff --git a/src/lang/number.js b/src/lang/number.js
index <HASH>..<HASH> 100644
--- a/src/lang/number.js
+++ b/src/lang/number.js
@@ -74,12 +74,12 @@ Number.prototype.round = function () {
* @alias toHex
* @return {string} converted hexadecimal value
*/
-Number.prototype.toHex = function () {
+Number.prototype.t... | Wrap with () to show immediate invocation. |
diff --git a/Cache/ConfigWarmer.php b/Cache/ConfigWarmer.php
index <HASH>..<HASH> 100644
--- a/Cache/ConfigWarmer.php
+++ b/Cache/ConfigWarmer.php
@@ -29,8 +29,14 @@ class ConfigWarmer implements CacheWarmerInterface
public function warmUp($cacheDir)
{
- // this forces the full processing of the back... | Prevent error messages when installing an app and the DB doesn't exist |
diff --git a/mock/mock.go b/mock/mock.go
index <HASH>..<HASH> 100644
--- a/mock/mock.go
+++ b/mock/mock.go
@@ -146,7 +146,7 @@ func (c *Call) After(d time.Duration) *Call {
// arg := args.Get(0).(*map[string]interface{})
// arg["foo"] = "bar"
// })
-func (c *Call) Run(fn func(Arguments)) *Call {
+func (c ... | Provide argument name `args` in function signature
This mainly serves to make code-completion better in IDEs that automatically create the function signature. |
diff --git a/jsonapi/api.py b/jsonapi/api.py
index <HASH>..<HASH> 100644
--- a/jsonapi/api.py
+++ b/jsonapi/api.py
@@ -278,7 +278,9 @@ class API(object):
duration=time.time() - time_start)
return response
- if resource.Meta.authenticators:
+ if resource.Meta.authenticators ... | allow user to disable get authenticators and maintain access rights on the application level |
diff --git a/src/jquery.continuous-calendar/jquery.continuous-calendar.js b/src/jquery.continuous-calendar/jquery.continuous-calendar.js
index <HASH>..<HASH> 100644
--- a/src/jquery.continuous-calendar/jquery.continuous-calendar.js
+++ b/src/jquery.continuous-calendar/jquery.continuous-calendar.js
@@ -248,7 +248,7 @@
... | change live event to bind in order to encapsulate events |
diff --git a/hazelcast/src/test/java/com/hazelcast/nio/tcp/nonblocking/iobalancer/IOBalancerMemoryLeakTest.java b/hazelcast/src/test/java/com/hazelcast/nio/tcp/nonblocking/iobalancer/IOBalancerMemoryLeakTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/nio/tcp/nonblocking/iobalancer/IOBa... | randomize group name to make this test prone to unintentional joins from multicast. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ def read(fname):
setup(
name="okcupyd",
- version="0.6.2",
+ version="0.6.3",
packages=find_packages(exclude=('tests', '*.db')),
install_requires=['lxml', 'requests >= 2.4.1', 'simplejson',... | version bumpo to <I> |
diff --git a/lib/keymail/version.rb b/lib/keymail/version.rb
index <HASH>..<HASH> 100644
--- a/lib/keymail/version.rb
+++ b/lib/keymail/version.rb
@@ -1,3 +1,3 @@
module Keymail
- VERSION = "0.0.1"
+ VERSION = "0.1.0"
end | Set initial version to <I> in favor of SemVer |
diff --git a/pymatbridge/matlab_magic.py b/pymatbridge/matlab_magic.py
index <HASH>..<HASH> 100644
--- a/pymatbridge/matlab_magic.py
+++ b/pymatbridge/matlab_magic.py
@@ -235,7 +235,7 @@ class MatlabMagics(Magics):
if len(imgf):
# Store the path to the directory so that you can delete it
... | BF: No need for these calls to `decode`.
In my hands, these caused crashes on installation and testing on both python 2
and python 3. |
diff --git a/server.js b/server.js
index <HASH>..<HASH> 100644
--- a/server.js
+++ b/server.js
@@ -200,7 +200,11 @@ function cache(f) {
}
var badgeData = getBadgeData('vendor', data);
badgeData.text[1] = 'unresponsive';
- badge(badgeData, makeSend(match[0].split('.').pop(), ask.res, end));
+ ... | Avoid risk of crash with URL extension
Part of #<I> |
diff --git a/models.py b/models.py
index <HASH>..<HASH> 100644
--- a/models.py
+++ b/models.py
@@ -11,7 +11,7 @@ from warnings import warn
from abstractions import ModelGibbsSampling, ModelMeanField, ModelEM
from abstractions import Distribution, GibbsSampling, MeanField, Collapsed, MaxLikelihood
from distributions ... | removed old FrozenLabels ref |
diff --git a/core/src/test/java/me/prettyprint/hector/api/DynamicCompositeTest.java b/core/src/test/java/me/prettyprint/hector/api/DynamicCompositeTest.java
index <HASH>..<HASH> 100644
--- a/core/src/test/java/me/prettyprint/hector/api/DynamicCompositeTest.java
+++ b/core/src/test/java/me/prettyprint/hector/api/Dynamic... | Unit test for DynamicComposite bean |
diff --git a/brozzler/chrome.py b/brozzler/chrome.py
index <HASH>..<HASH> 100644
--- a/brozzler/chrome.py
+++ b/brozzler/chrome.py
@@ -179,7 +179,7 @@ class Chrome:
extra_chrome_args = os.environ.get('BROZZLER_EXTRA_CHROME_ARGS')
if extra_chrome_args:
- chrome_args.append(extra_chrome_arg... | Split extra chrome args on whitespace
This is in case multiple args are used. |
diff --git a/build/docs/classes/RedirectMapBuilder.php b/build/docs/classes/RedirectMapBuilder.php
index <HASH>..<HASH> 100644
--- a/build/docs/classes/RedirectMapBuilder.php
+++ b/build/docs/classes/RedirectMapBuilder.php
@@ -65,6 +65,17 @@ class RedirectMapBuilder
// Fall back to api main page if service not... | Redirect old AWSSDKforPHP paths. (#<I>) |
diff --git a/omego/upgrade.py b/omego/upgrade.py
index <HASH>..<HASH> 100644
--- a/omego/upgrade.py
+++ b/omego/upgrade.py
@@ -93,6 +93,17 @@ class Install(object):
- Modified args object, flag to indicate new/existing/auto install
"""
if cmd == 'install':
+ if args.upgrade:
+ ... | Fix order of deprecated arg changes |
diff --git a/pyzotero/zotero.py b/pyzotero/zotero.py
index <HASH>..<HASH> 100644
--- a/pyzotero/zotero.py
+++ b/pyzotero/zotero.py
@@ -983,9 +983,9 @@ class Zotero(object):
if 'name' not in item:
raise ze.ParamNotPassed(
"The dict you pass must include a 'name' key")
-... | Fix where the parentCollection key gets added (to the dict, not the enclosing list) |
diff --git a/spec/garage_client/request/propagate_request_id_spec.rb b/spec/garage_client/request/propagate_request_id_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/garage_client/request/propagate_request_id_spec.rb
+++ b/spec/garage_client/request/propagate_request_id_spec.rb
@@ -5,8 +5,11 @@ describe GarageClient::R... | Restore Thread.current value to be an original one |
diff --git a/test/offline/db_upgrade_from_version_1_unit.js b/test/offline/db_upgrade_from_version_1_unit.js
index <HASH>..<HASH> 100644
--- a/test/offline/db_upgrade_from_version_1_unit.js
+++ b/test/offline/db_upgrade_from_version_1_unit.js
@@ -452,6 +452,12 @@ describe('DBUpgradeFromVersion1', function() {
... | Close Database After Upgrade Test
On Safari it seems that deleting a database that was opened in a
previous test causes the delete call to hang. This makes sure
we close the database after each upgrade test.
Change-Id: Ie<I>a<I>bd<I>cef<I>ee<I>f<I>d8a1a<I> |
diff --git a/Controller/ProfileController.php b/Controller/ProfileController.php
index <HASH>..<HASH> 100644
--- a/Controller/ProfileController.php
+++ b/Controller/ProfileController.php
@@ -19,12 +19,17 @@ class ProfileController extends Controller
public function updatePhotoAction(Request $request)
{
$form = $... | When editing the profile phot we get the whole user |
diff --git a/microcosm_postgres/types.py b/microcosm_postgres/types.py
index <HASH>..<HASH> 100644
--- a/microcosm_postgres/types.py
+++ b/microcosm_postgres/types.py
@@ -25,7 +25,7 @@ class EnumType(TypeDecorator):
def process_bind_param(self, value, dialect):
if value is None:
return None
-... | Enum columns are unicode; should be inserted as such.
The latest SQLAlchemy just started to produce warnings for any enum columns that used
string values:
SAWarning: Unicode type received non-unicode bind param value '<column>'. |
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb
index <HASH>..<HASH> 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/915_drop_table_graphs.rb
+++ b/server/sonar-web/src/main/webapp/W... | Fix comment of DB migration <I> |
diff --git a/UnitPay.php b/UnitPay.php
index <HASH>..<HASH> 100644
--- a/UnitPay.php
+++ b/UnitPay.php
@@ -67,6 +67,16 @@ class UnitPay
}
/**
+ * Return IP address
+ *
+ * @return string
+ */
+ protected function getIp()
+ {
+ return $_SERVER['REMOTE_ADDR'];
+ }
+
+ /**
... | Added overrideable getIp method |
diff --git a/web/static/js/controllers.js b/web/static/js/controllers.js
index <HASH>..<HASH> 100644
--- a/web/static/js/controllers.js
+++ b/web/static/js/controllers.js
@@ -483,8 +483,7 @@ function SubServiceControl($scope, $routeParams, $location, resourcesService, au
$scope.snapshotService = function(service... | console log the Name, not the Id; removed useless alert |
diff --git a/example_project/settings.py b/example_project/settings.py
index <HASH>..<HASH> 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -94,7 +94,10 @@ INSTALLED_APPS = (
)
TEMPLATE_CONTEXT_PROCESSORS = (
+ # for django 1.2 or 1.3
'django.core.context_processors.auth',
+ ... | Add context processor toggle to support django <I> - <I> |
diff --git a/hypervisor/hypervisor.go b/hypervisor/hypervisor.go
index <HASH>..<HASH> 100644
--- a/hypervisor/hypervisor.go
+++ b/hypervisor/hypervisor.go
@@ -44,7 +44,7 @@ func (ctx *VmContext) handlePAEs() {
}
func (ctx *VmContext) watchHyperstart(sendReadyEvent bool) {
- timeout := time.AfterFunc(30*time.Second,... | watch hyperstart with longer timeouts
Jekins saw launching vm in more than <I> seconds... |
diff --git a/cli/packages/vim/lib/index.js b/cli/packages/vim/lib/index.js
index <HASH>..<HASH> 100644
--- a/cli/packages/vim/lib/index.js
+++ b/cli/packages/vim/lib/index.js
@@ -118,6 +118,8 @@ const render = (colors) => {
exec "hi Error ctermfg=".s:ctermaccent0." ctermbg=".s:ctermshade1
exec "hi Todo guifg=".s:... | Add Vim Function group assignment using accent1 |
diff --git a/lib/stagehand.rb b/lib/stagehand.rb
index <HASH>..<HASH> 100644
--- a/lib/stagehand.rb
+++ b/lib/stagehand.rb
@@ -1,8 +1,8 @@
require "stagehand/schema"
-require "stagehand/engine"
require "stagehand/staging"
require "stagehand/production"
require "stagehand/helpers"
+require "stagehand/engine"
modu... | Set the database connections from Rails env config |
diff --git a/examples/mvvmfx-contacts/src/test/java/de/saxsys/mvvmfx/contacts/ui/contactform/ContactFormViewModelTest.java b/examples/mvvmfx-contacts/src/test/java/de/saxsys/mvvmfx/contacts/ui/contactform/ContactFormViewModelTest.java
index <HASH>..<HASH> 100644
--- a/examples/mvvmfx-contacts/src/test/java/de/saxsys/mv... | Temporary fix build breaker by ignoring test |
diff --git a/lib/Constants.js b/lib/Constants.js
index <HASH>..<HASH> 100644
--- a/lib/Constants.js
+++ b/lib/Constants.js
@@ -1,3 +1,19 @@
+/************************************************************************
+ * Copyright 2010-2011 Worlize Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "Lic... | Adding Apache License information to new file. |
diff --git a/impl/src/main/java/com/groupon/lex/metrics/config/CollectorBuilderWrapper.java b/impl/src/main/java/com/groupon/lex/metrics/config/CollectorBuilderWrapper.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/com/groupon/lex/metrics/config/CollectorBuilderWrapper.java
+++ b/impl/src/main/java/com/group... | Remove unusused equals and hashcode from CollectorBuilderWrapper. |
diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js
index <HASH>..<HASH> 100644
--- a/bin/templates/scripts/cordova/lib/prepare.js
+++ b/bin/templates/scripts/cordova/lib/prepare.js
@@ -223,7 +223,7 @@ function updateProject (platformConfig, locations) {
/* es... | Don't use whitespace as an indent indicator (#<I>)
This is extremely confusing if your editor is not configured to clearly distinguish different sorts of whitespce |
diff --git a/symphony/lib/toolkit/class.databasestatement.php b/symphony/lib/toolkit/class.databasestatement.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/toolkit/class.databasestatement.php
+++ b/symphony/lib/toolkit/class.databasestatement.php
@@ -282,11 +282,11 @@ class DatabaseStatement
/**
* Crea... | Fix type confusion
1. The return type is an array (not a string)
2. Make sure the argument is a string |
diff --git a/src/serve.js b/src/serve.js
index <HASH>..<HASH> 100644
--- a/src/serve.js
+++ b/src/serve.js
@@ -21,6 +21,7 @@ var cordova_util = require('./util'),
shell = require('shelljs'),
platforms = require('../platforms'),
config_parser = require('./config_parser'),
+ hooker = require(... | Update "cordova serve" to work with promises refactoring |
diff --git a/tests/test_project.py b/tests/test_project.py
index <HASH>..<HASH> 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -36,6 +36,8 @@ class TestProject(unittest.TestCase):
proj2.log_table(tbl_exp)
proj2.build_report('task.rst', 'rst')
+ proj2.build_report('t... | test for report generation in html and md includes datatable lists |
diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -170,11 +170,12 @@ func (ps *peerState) forAllPeers(closure func(sp *serverPeer)) {
// bitcoin peers.
type server struct {
// The following variables must only be used atomically.
+ // Putting the uint64s first makes t... | fix memory allignment for <I>-bit architectures (#<I>)
having 3 int<I>s above the uint<I>s in the struct
will cause misalignment for some <I>-bit architectures.
see <URL> |
diff --git a/src/calendar/index.js b/src/calendar/index.js
index <HASH>..<HASH> 100644
--- a/src/calendar/index.js
+++ b/src/calendar/index.js
@@ -127,7 +127,7 @@ class CalendarClab {
getValue() {
const format = _getFormat(this.options, this.getRomeInstance());
- const formatted = moment(this.valueStr, _ge... | re #<I> - missed a typo in fixing the calendar (#<I>) |
diff --git a/SingularityRunnerBase/src/main/java/com/hubspot/singularity/runner/base/shared/SimpleProcessManager.java b/SingularityRunnerBase/src/main/java/com/hubspot/singularity/runner/base/shared/SimpleProcessManager.java
index <HASH>..<HASH> 100644
--- a/SingularityRunnerBase/src/main/java/com/hubspot/singularity/r... | Include output in the exception when the command fails. |
diff --git a/gen/base/development.js b/gen/base/development.js
index <HASH>..<HASH> 100644
--- a/gen/base/development.js
+++ b/gen/base/development.js
@@ -22,7 +22,7 @@ var config = {
, hostname: null
, port: 4000
, model: {
- defaultAdapter: 'memory'
+ defaultAdapter: 'filesystem'
}
, sessions: {
sto... | Change default adapter for new apps to filesystem |
diff --git a/tangelo/tangelo/ws4py/websocket.py b/tangelo/tangelo/ws4py/websocket.py
index <HASH>..<HASH> 100644
--- a/tangelo/tangelo/ws4py/websocket.py
+++ b/tangelo/tangelo/ws4py/websocket.py
@@ -240,6 +240,9 @@ class WebSocket(object):
if self.terminated or self.sock is None:
raise RuntimeErro... | Added a comment marking the change to upstream ws4py |
diff --git a/lib/redis/connection/memory.rb b/lib/redis/connection/memory.rb
index <HASH>..<HASH> 100644
--- a/lib/redis/connection/memory.rb
+++ b/lib/redis/connection/memory.rb
@@ -346,7 +346,14 @@ class Redis
def lrange(key, startidx, endidx)
data_type_check(key, Array)
- (data[key] && data[... | Fix lrange implementation when negative start index is out of range |
diff --git a/benchexec/containerexecutor.py b/benchexec/containerexecutor.py
index <HASH>..<HASH> 100644
--- a/benchexec/containerexecutor.py
+++ b/benchexec/containerexecutor.py
@@ -112,6 +112,11 @@ def handle_basic_container_args(options, parser=None):
)
if path in dir_modes:
error_... | Avoid ugly ValueError if directory mode for /proc is given |
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adap... | PostgreSQL: fix transaction bug that can occur if you call change_column with invalid parameters
[#<I> state:resolved] |
diff --git a/src/common/processors.js b/src/common/processors.js
index <HASH>..<HASH> 100644
--- a/src/common/processors.js
+++ b/src/common/processors.js
@@ -128,6 +128,9 @@ new sre.Processor(
var descrs = sre.SpeechGeneratorUtil.computeSpeech(xml);
return descrs;
},
+ print: function(descrs) {
+... | Adds a print method for the description processor. |
diff --git a/src/ocLazyLoad.js b/src/ocLazyLoad.js
index <HASH>..<HASH> 100644
--- a/src/ocLazyLoad.js
+++ b/src/ocLazyLoad.js
@@ -288,7 +288,9 @@
if(angular.isArray(module)) {
// Resubmit each entry as a single module
angular.forEach(module, function(m) {
- deferredList.push(self.load(m, ... | Small change for #<I> to fix trailing commas in $ocLazyLoad.load([]) arrays. |
diff --git a/spark.py b/spark.py
index <HASH>..<HASH> 100644
--- a/spark.py
+++ b/spark.py
@@ -25,7 +25,7 @@ def sparkify(series):
if data_range == 0.0:
raise Exception("Cannot normalize when range is zero.")
- return ''.join(
+ return u''.join(
map(
lambda x: spark_chars[int... | output should start as a unicode string |
diff --git a/src/mailreader-parser.js b/src/mailreader-parser.js
index <HASH>..<HASH> 100644
--- a/src/mailreader-parser.js
+++ b/src/mailreader-parser.js
@@ -99,7 +99,7 @@
bodyPart.content.push(part);
}
- part.signed = node._childNodes[0].raw;
+ part.signedMessage = node._childNod... | rename signed property to signedMessage |
diff --git a/core/model/Translatable.php b/core/model/Translatable.php
index <HASH>..<HASH> 100755
--- a/core/model/Translatable.php
+++ b/core/model/Translatable.php
@@ -495,6 +495,7 @@ class Translatable extends DataObjectDecorator {
return $record;
}
+ /*
function augmentWrite(&$manipulation) {
if(!Trans... | ENHANCEMENT Disabled Translatab-e>augmentWrite() - was only needed for the blacklist fields implementation which is inactive for the moment
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 |
diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb
index <HASH>..<HASH> 100644
--- a/lib/neography/tasks.rb
+++ b/lib/neography/tasks.rb
@@ -7,7 +7,7 @@ require 'net/http'
namespace :neo4j do
desc "Install Neo4j"
task :install, :edition, :version do |t, args|
- args.with_defaults(:edition => "commun... | upgrading installer to use <I> |
diff --git a/vault/expiration.go b/vault/expiration.go
index <HASH>..<HASH> 100644
--- a/vault/expiration.go
+++ b/vault/expiration.go
@@ -497,9 +497,12 @@ func (m *ExpirationManager) Restore(errorFunc func()) (retErr error) {
wg.Wait()
m.restoreModeLock.Lock()
- m.restoreLoaded = sync.Map{}
- m.restoreLocks = ni... | safely clean up loaded map (#<I>) |
diff --git a/lxc/storage.go b/lxc/storage.go
index <HASH>..<HASH> 100644
--- a/lxc/storage.go
+++ b/lxc/storage.go
@@ -245,7 +245,7 @@ func (c *storageCmd) run(config *lxd.Config, args []string) error {
if len(args) < 3 {
return errArgs
}
- driver := strings.Join(args[2:3], "")
+ driver := args[2]
... | lxc/storage: simplify |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.