diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/dipper/sources/ZFIN.py b/dipper/sources/ZFIN.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/ZFIN.py
+++ b/dipper/sources/ZFIN.py
@@ -63,8 +63,8 @@ class ZFIN(Source):
# 'enviro': {'file': 'pheno_environment.txt', 'url': 'http://zfin.org/Downloads/pheno_environment.txt'},
'enviro': {'... | zfin: removing wildtype expression as we don't use it yet |
diff --git a/outline/manager.js b/outline/manager.js
index <HASH>..<HASH> 100644
--- a/outline/manager.js
+++ b/outline/manager.js
@@ -316,7 +316,8 @@ module.exports = function (doc) {
const div = dom.createElement('div')
return [
{ paneName: 'home', label: 'Your stuff', icon: UI.icons.iconBase + 'noun... | Removing basicPreferences until we have it ready |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,12 +1,24 @@
from setuptools import setup
setup(name='insultgenerator',
- version='0.1',
+ version='0.2',
packages=['insultgenerator'],
+ license='MIT',
author='James Cheese',
author_email='trust@tr00st.co.uk',
ins... | Bumping version to <I> for initial unstable release |
diff --git a/conn.go b/conn.go
index <HASH>..<HASH> 100644
--- a/conn.go
+++ b/conn.go
@@ -42,7 +42,7 @@ func (c *Conn) RemoteAddr() net.Addr {
}
func (c *Conn) RemoteMultiaddr() ma.Multiaddr {
- a, err := ma.NewMultiaddr(fmt.Sprintf("/ipfs/%s/p2p-circuit/ipfs/%s", c.remote.ID.Pretty(), c.Conn().RemotePeer().Pretty... | conn: fix RemoteMultiaddr consistency
so that it works for both active and passive connections. |
diff --git a/flask_appbuilder/baseviews.py b/flask_appbuilder/baseviews.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/baseviews.py
+++ b/flask_appbuilder/baseviews.py
@@ -924,7 +924,7 @@ class BaseCRUDView(BaseModelView):
get_filter_args(self._filters)
exclude_cols = self._filters.get_relation... | #<I> limit direct url access for edit |
diff --git a/src/Remote.js b/src/Remote.js
index <HASH>..<HASH> 100644
--- a/src/Remote.js
+++ b/src/Remote.js
@@ -203,7 +203,7 @@ module.exports = class {
const synchronizeCommand = [
'rsync',
remoteShell,
- this.options.rsyncOptions,
+ ...this.options.rsync... | 🐛 Fix a bug preventing the use of several rsyncOptions |
diff --git a/railties/lib/generators/rails/mailer/templates/mailer.rb b/railties/lib/generators/rails/mailer/templates/mailer.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/generators/rails/mailer/templates/mailer.rb
+++ b/railties/lib/generators/rails/mailer/templates/mailer.rb
@@ -1,5 +1,5 @@
class <%= class_name... | Update generators to use new defaults. |
diff --git a/tests/test_params.py b/tests/test_params.py
index <HASH>..<HASH> 100644
--- a/tests/test_params.py
+++ b/tests/test_params.py
@@ -81,7 +81,7 @@ def test_params_required_when_using_fixture(testdir, option, fixture_name):
src = """
import pytest
def test_func({0}):
- assert ... | Not only create, but use the fixture |
diff --git a/src/client/putfile_test.go b/src/client/putfile_test.go
index <HASH>..<HASH> 100644
--- a/src/client/putfile_test.go
+++ b/src/client/putfile_test.go
@@ -58,4 +58,10 @@ func Example() {
return //handle error
}
// buffer now contains "foo\n"
+
+ // We can also see the Diff between the most recent com... | Adds an example of seeing diffs. |
diff --git a/basc_py4chan/thread.py b/basc_py4chan/thread.py
index <HASH>..<HASH> 100644
--- a/basc_py4chan/thread.py
+++ b/basc_py4chan/thread.py
@@ -63,7 +63,7 @@ class Thread(object):
@property
def custom_spoiler(self):
- return self.topic._data.get('custom_spoiler')
+ return self.topic._da... | Added default value for custom_spoiler |
diff --git a/docs/pages/_document.js b/docs/pages/_document.js
index <HASH>..<HASH> 100644
--- a/docs/pages/_document.js
+++ b/docs/pages/_document.js
@@ -31,6 +31,7 @@ gtag('config', 'UA-12967896-44');
`,
}}
/>
+ <link rel="shortcut icon" href="/pinterest_favicon.png" />
</He... | Docs: fix favicon (#<I>) |
diff --git a/src/main/java/gov/adlnet/xapi/client/AgentClient.java b/src/main/java/gov/adlnet/xapi/client/AgentClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/gov/adlnet/xapi/client/AgentClient.java
+++ b/src/main/java/gov/adlnet/xapi/client/AgentClient.java
@@ -145,6 +145,16 @@ public class AgentClient ext... | Added <I>bit creds param ability. |
diff --git a/src/Provide/Transfer/CliResponder.php b/src/Provide/Transfer/CliResponder.php
index <HASH>..<HASH> 100644
--- a/src/Provide/Transfer/CliResponder.php
+++ b/src/Provide/Transfer/CliResponder.php
@@ -18,7 +18,7 @@ class CliResponder implements TransferInterface
public function __invoke(ResourceObject $r... | replace __string() to toString() for expection thrown |
diff --git a/client.py b/client.py
index <HASH>..<HASH> 100644
--- a/client.py
+++ b/client.py
@@ -1,8 +1,8 @@
-from slackclient import SlackClient
from rtmbot import RtmBot
slack_client = None
+
def init(config):
global slack_client
bot = RtmBot(config) | Update client.py for flake8
flake8 wasn't checking this file. ran flake8 against it to make sure it was compliant with coding guidelines |
diff --git a/gns3converter/__init__.py b/gns3converter/__init__.py
index <HASH>..<HASH> 100644
--- a/gns3converter/__init__.py
+++ b/gns3converter/__init__.py
@@ -12,6 +12,5 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.... | Define version statically, to ease freezing for Windows |
diff --git a/unpacker.go b/unpacker.go
index <HASH>..<HASH> 100644
--- a/unpacker.go
+++ b/unpacker.go
@@ -178,13 +178,13 @@ EachLayer:
fetchC[i] = make(chan struct{})
}
- go func() {
+ go func(i int) {
err := u.fetch(ctx, h, layers[i:], fetchC)
if err != nil {
fetchErr <- err
}
... | unpacker: Fix data race and possible data corruption |
diff --git a/framework/Yii.php b/framework/Yii.php
index <HASH>..<HASH> 100644
--- a/framework/Yii.php
+++ b/framework/Yii.php
@@ -23,5 +23,5 @@ class Yii extends \yii\BaseYii
}
spl_autoload_register(['Yii', 'autoload'], true, true);
-Yii::$classMap = include(__DIR__ . '/classes.php');
+Yii::$classMap = require(__D... | Yii class `include` cass replaced to `require` |
diff --git a/lib/copy-sync/copy-file-sync.js b/lib/copy-sync/copy-file-sync.js
index <HASH>..<HASH> 100644
--- a/lib/copy-sync/copy-file-sync.js
+++ b/lib/copy-sync/copy-file-sync.js
@@ -9,6 +9,7 @@ function copyFileSync (srcFile, destFile, options) {
if (fs.existsSync(destFile)) {
if (clobber) {
+ fs.ch... | Fix so copySync unlinking read only file will now work on
nodejs <I>. This commit fixes #<I>. |
diff --git a/lib/lolcommits.rb b/lib/lolcommits.rb
index <HASH>..<HASH> 100644
--- a/lib/lolcommits.rb
+++ b/lib/lolcommits.rb
@@ -42,7 +42,7 @@ module Lolcommits
def parse_git(dir='.')
g = Git.open('.')
commit = g.log.first
- commit_msg = commit.message.split("\n").first.tranzlate
+ commit_msg = com... | move tranzlate call so it applies to test commits as well |
diff --git a/jwt-express.js b/jwt-express.js
index <HASH>..<HASH> 100644
--- a/jwt-express.js
+++ b/jwt-express.js
@@ -230,7 +230,7 @@ module.exports = {
/**
* require - requires that data in the JWT's payload meets certain requirements
- * If only the key is passed, it simply checks that paylo... | Default require to check for truthy value |
diff --git a/Evtx/Nodes.py b/Evtx/Nodes.py
index <HASH>..<HASH> 100644
--- a/Evtx/Nodes.py
+++ b/Evtx/Nodes.py
@@ -1413,7 +1413,7 @@ class BinaryTypeNode(VariantTypeNode):
return self._length
def string(self):
- return base64.b64encode(self.binary())
+ return base64.b64encode(self.binary()... | nodes: better handle str/bytes handling for binary node |
diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -37,6 +37,7 @@ module RouteTranslator
app = @@app = Class.new(Rails::Application)
app.config.active_support.deprecation = :stderr
app.paths["log"] = "#{tmp_path}... | Add tmp route file path to mock app |
diff --git a/lib/rubocop/cop/surrounding_space.rb b/lib/rubocop/cop/surrounding_space.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/surrounding_space.rb
+++ b/lib/rubocop/cop/surrounding_space.rb
@@ -27,6 +27,7 @@ module Rubocop
:args_add_block, :const_path_ref, :dot2,
... | Another special case with the :: operator. |
diff --git a/test/performance/SignerBench.php b/test/performance/SignerBench.php
index <HASH>..<HASH> 100644
--- a/test/performance/SignerBench.php
+++ b/test/performance/SignerBench.php
@@ -35,7 +35,7 @@ abstract class SignerBench
*/
private $signature;
- public final function init(): void
+ final p... | Switched public and final to match PSR2 |
diff --git a/lib/instana/version.rb b/lib/instana/version.rb
index <HASH>..<HASH> 100644
--- a/lib/instana/version.rb
+++ b/lib/instana/version.rb
@@ -1,4 +1,4 @@
module Instana
- VERSION = "1.5.2"
+ VERSION = "1.6.0"
VERSION_FULL = "instana-#{VERSION}"
end | Bump gem version to <I> |
diff --git a/plugins/Login/Auth.php b/plugins/Login/Auth.php
index <HASH>..<HASH> 100644
--- a/plugins/Login/Auth.php
+++ b/plugins/Login/Auth.php
@@ -43,7 +43,7 @@ class Piwik_Login_Auth implements Piwik_Auth
WHERE token_auth = ?',
array($this->token_auth)
);
- if(!$login !== false)
+ if($login !==... | refs #<I> - fixes typo; it's too early in the morning for me to think about unit tests...
git-svn-id: <URL> |
diff --git a/examples/uibench/app.js b/examples/uibench/app.js
index <HASH>..<HASH> 100644
--- a/examples/uibench/app.js
+++ b/examples/uibench/app.js
@@ -101,7 +101,7 @@
}
var tableTpl = t(function (children) {
- return e('table').props({ className: 'Table' }).children(children).childrenType(ChildrenTypes.NON_K... | ignore the last commit - added keys properly and perf went way down on uibench |
diff --git a/lib/sauce/capybara.rb b/lib/sauce/capybara.rb
index <HASH>..<HASH> 100644
--- a/lib/sauce/capybara.rb
+++ b/lib/sauce/capybara.rb
@@ -129,13 +129,15 @@ module Sauce
require "rspec/core"
::RSpec.configure do |config|
config.before :suite do
- ::Capybara.configure do ... | Merged #<I> from vgrigoruk - Do not set Capybara.app_host if it is not
nil |
diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/dispatch/routing_test.rb
+++ b/actionpack/test/dispatch/routing_test.rb
@@ -281,6 +281,8 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest
scope(':versio... | Add test to avoid regression of 1bfc5b4 |
diff --git a/dipper/sources/HPOAnnotations.py b/dipper/sources/HPOAnnotations.py
index <HASH>..<HASH> 100644
--- a/dipper/sources/HPOAnnotations.py
+++ b/dipper/sources/HPOAnnotations.py
@@ -486,7 +486,7 @@ class HPOAnnotations(Source):
pub = re.sub(r' *', '', pub) # fixed now but just in... | forgot to update the logic in the currently unused ingest |
diff --git a/lib/infusionsoft/request.rb b/lib/infusionsoft/request.rb
index <HASH>..<HASH> 100644
--- a/lib/infusionsoft/request.rb
+++ b/lib/infusionsoft/request.rb
@@ -1,4 +1,5 @@
module Infusionsoft
+ # Incase Infusionsoft ever creates a restful API :)
module Request
# Perform an GET request
def get(... | adding comments to explain why other rest methods are here |
diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index <HASH>..<HASH> 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -555,15 +555,13 @@ const options = [
stage: 'package',
type: 'json',
default: {
- force: {
- unpublishSafe: false,
- recreat... | fix: Revert "fix: force pin dependencies config"
This reverts commit <I>bdf6bb3dcdb<I>dd<I>a0a<I>f2d<I>a<I>a2. |
diff --git a/merb-core/spec/public/directory_structure/directory/config/router.rb b/merb-core/spec/public/directory_structure/directory/config/router.rb
index <HASH>..<HASH> 100644
--- a/merb-core/spec/public/directory_structure/directory/config/router.rb
+++ b/merb-core/spec/public/directory_structure/directory/config... | Updated config/router.rb for new API. |
diff --git a/http.go b/http.go
index <HASH>..<HASH> 100644
--- a/http.go
+++ b/http.go
@@ -645,20 +645,18 @@ func (resp *Response) resetSkipHeader() {
}
func reuseBody(body []byte) []byte {
- if cap(body) > maxReuseBodyCap {
+ // Reuse body buffer only if its' capacity has been used for
+ // at least 1/7 of the ful... | Issue #<I>: increased client and server throughput when working with big bodies |
diff --git a/src/core/component-1-util-B-select.js b/src/core/component-1-util-B-select.js
index <HASH>..<HASH> 100644
--- a/src/core/component-1-util-B-select.js
+++ b/src/core/component-1-util-B-select.js
@@ -33,7 +33,7 @@ _cs.select_parse = function (spec) {
var txt = spec;
var m;
while (t... | we cannot match against wildcard path segments as it makes no sense in practical scenarios |
diff --git a/metal/mmtl/glue/glue_preprocess.py b/metal/mmtl/glue/glue_preprocess.py
index <HASH>..<HASH> 100644
--- a/metal/mmtl/glue/glue_preprocess.py
+++ b/metal/mmtl/glue/glue_preprocess.py
@@ -91,7 +91,7 @@ def get_task_tsv_config(task_name, split):
"sent1_idx": 3 if split in ["train", "dev"] else 1,... | Fix header off-by-one in COLA. |
diff --git a/spec/dummy/config/application.rb b/spec/dummy/config/application.rb
index <HASH>..<HASH> 100644
--- a/spec/dummy/config/application.rb
+++ b/spec/dummy/config/application.rb
@@ -42,7 +42,7 @@ module Dummy
config.ga_tracking_id = ''
- config.app_title = 'Peoplefinder Dummy'
+ config.app_title... | Change the name of the dummy app
- 'Peoplefinder' sounds awful in the screen reader
- 'People Finder' reads much better |
diff --git a/templates/admin/custom-styles.php b/templates/admin/custom-styles.php
index <HASH>..<HASH> 100644
--- a/templates/admin/custom-styles.php
+++ b/templates/admin/custom-styles.php
@@ -23,6 +23,10 @@ $your_styles = $style_post->post_content;
// Template
// ---------------------------------------------------... | Add a debug switch for Custom Styles. (#<I>) |
diff --git a/ssbio/pipeline/gempro.py b/ssbio/pipeline/gempro.py
index <HASH>..<HASH> 100644
--- a/ssbio/pipeline/gempro.py
+++ b/ssbio/pipeline/gempro.py
@@ -177,7 +177,7 @@ class GEMPRO(Object):
self._root_dir = path
- for d in [self.base_dir, self.model_dir, self.data_dir, self.genes_dir, self.st... | Remove structures_dir for now, to be developed later |
diff --git a/dht.go b/dht.go
index <HASH>..<HASH> 100644
--- a/dht.go
+++ b/dht.go
@@ -23,7 +23,7 @@ import (
var log = u.Logger("dht")
-const doPinging = true
+const doPinging = false
// TODO. SEE https://github.com/jbenet/node-ipfs/blob/master/submodules/ipfs-dht/index.js | logging, logging, and some minor logging |
diff --git a/test/test_crud.py b/test/test_crud.py
index <HASH>..<HASH> 100644
--- a/test/test_crud.py
+++ b/test/test_crud.py
@@ -102,7 +102,7 @@ def create_test(scenario_def, test, ignore_result):
if expected_c is not None:
expected_name = expected_c.get('name')
if expec... | Redundant assignment in test_crud.py. |
diff --git a/lib/zest.js b/lib/zest.js
index <HASH>..<HASH> 100644
--- a/lib/zest.js
+++ b/lib/zest.js
@@ -523,9 +523,10 @@ var rules = {
combinator: /^(?: +([^ \w*]) +|( )+|([^ \w*]))(?! *$)/,
attr: /^\[([\w\-]+)(?:([^\w]?=)(inside))?\]/,
pseudo: /^(:[\w\-]+)(?:\((inside)\))?/,
- inside: /(?:"(?:\\"|[^"])*"|... | allow 3 levels of nesting in selectors |
diff --git a/tests/config.php b/tests/config.php
index <HASH>..<HASH> 100644
--- a/tests/config.php
+++ b/tests/config.php
@@ -1,4 +1,5 @@
<?php
+define('PHPUNIT_UPLOADCARE_TESTSUITE', true);
define('UC_PUBLIC_KEY', 'demopublickey');
define('UC_SECRET_KEY', 'demoprivatekey');
date_default_timezone_set('UTC'); | unit test were failing because PHPUNIT_UPLOADCARE_TESTSUITE constant wasn't defined |
diff --git a/Collection.php b/Collection.php
index <HASH>..<HASH> 100755
--- a/Collection.php
+++ b/Collection.php
@@ -618,14 +618,14 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate
/**
* Sort through each item with a callback.
*
- * @param callable $callback
+ * @param ... | Allow a collection of scalars to be easily sorted |
diff --git a/lib/fake_rest_services.rb b/lib/fake_rest_services.rb
index <HASH>..<HASH> 100644
--- a/lib/fake_rest_services.rb
+++ b/lib/fake_rest_services.rb
@@ -6,11 +6,11 @@ require 'fake_rest_services/models/redirect'
module FakeRestServices
class Application < Sinatra::Base
post '/fixtures' do
- Fixt... | better method name for redirecting; removing unnecessary 'status XXX' |
diff --git a/src/Traits/ManipulationTrait.php b/src/Traits/ManipulationTrait.php
index <HASH>..<HASH> 100644
--- a/src/Traits/ManipulationTrait.php
+++ b/src/Traits/ManipulationTrait.php
@@ -57,9 +57,9 @@ trait ManipulationTrait
/**
* @param string|NodeList|\DOMNode $input
*
- * @return NodeList
+ ... | Break-up inputAsNodeList() into two methods. |
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/fs/OMMapManager.java b/core/src/main/java/com/orientechnologies/orient/core/storage/fs/OMMapManager.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/storage/fs/OMMapManager.java
+++ b/core/src/main/java/... | Re thrown a non-io exception |
diff --git a/openquake/utils/tasks.py b/openquake/utils/tasks.py
index <HASH>..<HASH> 100644
--- a/openquake/utils/tasks.py
+++ b/openquake/utils/tasks.py
@@ -48,7 +48,7 @@ def distribute(task_func, (name, data), tf_args=None, ath=None, ath_args=None):
:param dict tf_args: The remaining (keyword) parameters for `t... | more enhanced documentation
Former-commit-id: <I>a0a4cf3c<I>e<I>bc<I>a<I>ac<I>a<I>f6 |
diff --git a/src/Providers/PaytmWalletProvider.php b/src/Providers/PaytmWalletProvider.php
index <HASH>..<HASH> 100644
--- a/src/Providers/PaytmWalletProvider.php
+++ b/src/Providers/PaytmWalletProvider.php
@@ -49,9 +49,9 @@ class PaytmWalletProvider{
throw new \Exception('Invalid checksum');
}
- publi... | Suppress error
Suppress error in case if response is not available |
diff --git a/command/state.go b/command/state.go
index <HASH>..<HASH> 100644
--- a/command/state.go
+++ b/command/state.go
@@ -4,6 +4,7 @@ import (
"fmt"
"os"
"path/filepath"
+ "strings"
"github.com/hashicorp/errwrap"
"github.com/hashicorp/terraform/state"
@@ -208,7 +209,7 @@ func remoteState(
}
// In... | Handles upper case characters in the cached state file's remote type
If the cached state file contains a remote type field with upper case
characters, eg 'Consul', it was no longer possible to find the 'consul'
remote plugin. |
diff --git a/src/actions/index.js b/src/actions/index.js
index <HASH>..<HASH> 100644
--- a/src/actions/index.js
+++ b/src/actions/index.js
@@ -112,7 +112,7 @@ function buildDirectionsQuery(state) {
// Add any waypoints.
if (waypoints.length) {
waypoints.forEach((waypoint) => {
- query = query.concat(way... | s/geometery/geometry/ |
diff --git a/email_log/tests/tests.py b/email_log/tests/tests.py
index <HASH>..<HASH> 100644
--- a/email_log/tests/tests.py
+++ b/email_log/tests/tests.py
@@ -1,5 +1,11 @@
from __future__ import unicode_literals
+try:
+ from unittest import skipUnless
+except ImportError: # Python 2.6
+ from django.utils.unitte... | Add test for South ImproperlyConfigured error |
diff --git a/lib/Shipmile/Api/Orders.php b/lib/Shipmile/Api/Orders.php
index <HASH>..<HASH> 100644
--- a/lib/Shipmile/Api/Orders.php
+++ b/lib/Shipmile/Api/Orders.php
@@ -34,7 +34,7 @@ class Orders
return $response;
}
- public function markReady($order_id, array $options = array())
+ public functi... | BugFix: Passed two variables in pickup instead of one |
diff --git a/server-coreless/src/main/java/org/openqa/selenium/server/browserlaunchers/HTABrowserLauncher.java b/server-coreless/src/main/java/org/openqa/selenium/server/browserlaunchers/HTABrowserLauncher.java
index <HASH>..<HASH> 100644
--- a/server-coreless/src/main/java/org/openqa/selenium/server/browserlaunchers/H... | Fix SRC-<I> [User Extension is Not Loaded When Launching with *iehta] with patch from adam goucher.
r<I> |
diff --git a/client/webpack.config.js b/client/webpack.config.js
index <HASH>..<HASH> 100644
--- a/client/webpack.config.js
+++ b/client/webpack.config.js
@@ -208,9 +208,7 @@ const webpackConfig = {
safari10: false,
}
: {
- compress: {
- passes: 2,
- },
+ compress: true,
... | build: Do only one compression pass (#<I>) |
diff --git a/bulbs/contributions/serializers.py b/bulbs/contributions/serializers.py
index <HASH>..<HASH> 100644
--- a/bulbs/contributions/serializers.py
+++ b/bulbs/contributions/serializers.py
@@ -40,7 +40,7 @@ class ContributionReportingSerializer(serializers.ModelSerializer):
("title", obj.content.titl... | Let's use the name for the feature type, instead of just the id |
diff --git a/closure/goog/tweak/tweakui.js b/closure/goog/tweak/tweakui.js
index <HASH>..<HASH> 100644
--- a/closure/goog/tweak/tweakui.js
+++ b/closure/goog/tweak/tweakui.js
@@ -526,7 +526,7 @@ goog.tweak.EntriesPanel.prototype.createComboBoxDom_ =
var values = tweak.getValidValues();
for (var i = 0, il = values... | Fix a type warning, and make type warnings default to errors
for closureCompiled.
R=agrieve
DELTA=2 (1 added, 0 deleted, 1 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> |
diff --git a/internal/uidriver/glfw/ui.go b/internal/uidriver/glfw/ui.go
index <HASH>..<HASH> 100644
--- a/internal/uidriver/glfw/ui.go
+++ b/internal/uidriver/glfw/ui.go
@@ -691,8 +691,9 @@ func (u *UserInterface) run(context driver.UIContext) error {
u.setWindowSize(ww, wh, u.isFullscreen(), u.vsync)
}
- // Se... | uidriver/glfw: Update comments |
diff --git a/lib/custom/src/MShop/Customer/Manager/Laravel.php b/lib/custom/src/MShop/Customer/Manager/Laravel.php
index <HASH>..<HASH> 100644
--- a/lib/custom/src/MShop/Customer/Manager/Laravel.php
+++ b/lib/custom/src/MShop/Customer/Manager/Laravel.php
@@ -453,7 +453,7 @@ class Laravel
$stmt->bind( $idx++, $con... | Fixed saving modified code/e-mail |
diff --git a/lib/usb-connection.js b/lib/usb-connection.js
index <HASH>..<HASH> 100644
--- a/lib/usb-connection.js
+++ b/lib/usb-connection.js
@@ -29,7 +29,7 @@ try {
// var VENDOR_REQ_IN = usb.LIBUSB_REQUEST_TYPE_VENDOR | usb.LIBUSB_RECIPIENT_DEVICE | usb.LIBUSB_ENDPOINT_IN;
} catch (e) {
haveusb = false;
- l... | Update error message for USB controller when the version of node is changed (#<I>) |
diff --git a/app/controllers/katello/content_search_controller.rb b/app/controllers/katello/content_search_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/katello/content_search_controller.rb
+++ b/app/controllers/katello/content_search_controller.rb
@@ -541,12 +541,18 @@ module Katello
def multi_... | Fixes #<I>: Allow searching on capital letters for Packages in CS. |
diff --git a/src/Command/GeneratorConfigFormBaseCommand.php b/src/Command/GeneratorConfigFormBaseCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/GeneratorConfigFormBaseCommand.php
+++ b/src/Command/GeneratorConfigFormBaseCommand.php
@@ -8,18 +8,10 @@ namespace Drupal\AppConsole\Command;
class GeneratorConf... | Use new setter methods at parent class |
diff --git a/src/Illuminate/Database/DetectsLostConnections.php b/src/Illuminate/Database/DetectsLostConnections.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/DetectsLostConnections.php
+++ b/src/Illuminate/Database/DetectsLostConnections.php
@@ -34,7 +34,7 @@ trait DetectsLostConnections
'... | Stricter error message in place of "Name or service not known" |
diff --git a/openquake/server/static/js/engine.js b/openquake/server/static/js/engine.js
index <HASH>..<HASH> 100644
--- a/openquake/server/static/js/engine.js
+++ b/openquake/server/static/js/engine.js
@@ -195,7 +195,7 @@
function(jqXHR, textStatus, errorThrown)
{
... | Changed title The removal command for bla bla is failed to Removal command bla bla failed
Former-commit-id: d<I>acd8cf9f4b<I>b0fb<I>b3c<I>c<I>a5f9a |
diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100755
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -25,7 +25,7 @@ $EM_CONF[$_EXTKEY] = array(
'constraints' => array(
'depends' => array(
'php' => '5.3.0-0.0.0',
- 'typo3' => '6.2.1-6.2.99',
+ 'typo3' => '6.2.1-7.1.99',
'extbase' => '6.... | Updated TYPO3 version max to 7.x |
diff --git a/lib/adash/config.rb b/lib/adash/config.rb
index <HASH>..<HASH> 100644
--- a/lib/adash/config.rb
+++ b/lib/adash/config.rb
@@ -5,6 +5,7 @@ module Adash
@@client_id = f.readline.chomp
@@client_secret = f.readline.chomp
@@redirect_port = f.readline.chomp.to_i
+ @@credentials_path = "... | Add self.credentionals_path to Adash::Config |
diff --git a/lib/metro/views/yaml_view.rb b/lib/metro/views/yaml_view.rb
index <HASH>..<HASH> 100644
--- a/lib/metro/views/yaml_view.rb
+++ b/lib/metro/views/yaml_view.rb
@@ -22,7 +22,7 @@ module Metro
# @return a Hash that contains the contents of the view.
#
def self.parse(view_path)
- YAM... | YAML View will now handle empty YAML files by returning a hash and not a bool |
diff --git a/bokeh/glyphs.py b/bokeh/glyphs.py
index <HASH>..<HASH> 100644
--- a/bokeh/glyphs.py
+++ b/bokeh/glyphs.py
@@ -228,6 +228,8 @@ class Circle(Marker):
# Other kinds of Markers, to match what GGplot provides
class Square(Marker):
__view_model__ = "square"
+ size = DataSpec(units="screen", default=4)
... | Fixing square marker to have the additional dataspecs per BokehJS |
diff --git a/tests/__init__.py b/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -133,6 +133,23 @@ class StripeItem(dict):
return self.deleted
+ @classmethod
+ def class_url(cls):
+ return "/v1/test-items/"
+
+ def instance_url(self):
+ ... | tests: Add StripeItem.request mock method |
diff --git a/salt/utils/versions.py b/salt/utils/versions.py
index <HASH>..<HASH> 100644
--- a/salt/utils/versions.py
+++ b/salt/utils/versions.py
@@ -90,10 +90,14 @@ def _format_warning(message, category, filename, lineno, line=None):
@contextlib.contextmanager
def _patched_format_warning():
- saved = warnings.... | We don't have to patch `warnings.formatwarning` under Py3 |
diff --git a/lib/praxis-blueprints/blueprint.rb b/lib/praxis-blueprints/blueprint.rb
index <HASH>..<HASH> 100644
--- a/lib/praxis-blueprints/blueprint.rb
+++ b/lib/praxis-blueprints/blueprint.rb
@@ -281,7 +281,7 @@ module Praxis
attributes.each do | name, attr |
# Note: we can freely pass master vie... | Make :master views usable (non-recursive for the most part) by rendering subviews using :default |
diff --git a/resources/views/tools/bread/edit-add.blade.php b/resources/views/tools/bread/edit-add.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/tools/bread/edit-add.blade.php
+++ b/resources/views/tools/bread/edit-add.blade.php
@@ -153,7 +153,7 @@
<option value="">-- {{ __('voyager::generic.... | Ordering fix (#<I>)
Datatype is not defined when adding BREAD to a table, so this was failing |
diff --git a/lxd/instance/drivers/driver_lxc.go b/lxd/instance/drivers/driver_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/instance/drivers/driver_lxc.go
+++ b/lxd/instance/drivers/driver_lxc.go
@@ -5493,7 +5493,7 @@ func (d *lxc) FileSFTPConn() (net.Conn, error) {
return forkfileConn, nil
}
- // Check for ongoi... | lxd/instance/drivers/driver/lxc: Improve comment in FileSFTPConn |
diff --git a/src/Symfony/Component/DomCrawler/FormFieldRegistry.php b/src/Symfony/Component/DomCrawler/FormFieldRegistry.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/DomCrawler/FormFieldRegistry.php
+++ b/src/Symfony/Component/DomCrawler/FormFieldRegistry.php
@@ -15,6 +15,8 @@ use Symfony\Component\DomCr... | Tag the FormFieldRegistry as being internal |
diff --git a/rbac_test.go b/rbac_test.go
index <HASH>..<HASH> 100644
--- a/rbac_test.go
+++ b/rbac_test.go
@@ -84,3 +84,29 @@ func TestRbacPermission(t *testing.T) {
t.Fatalf("role-c should not have %s because of the unbinding with role-b", pB)
}
}
+
+func BenchmarkRbacGranted(b *testing.B) {
+ rbac = New()
+ rA.... | add benchmark of IsGranted |
diff --git a/test/draw_line_string.test.js b/test/draw_line_string.test.js
index <HASH>..<HASH> 100644
--- a/test/draw_line_string.test.js
+++ b/test/draw_line_string.test.js
@@ -573,7 +573,7 @@ test('draw_line_string continue LineString', t => {
properties: {},
geometry: {
type: 'LineString',
- c... | Test line continuation initialization at both endpoints |
diff --git a/spock/plugins/helpers/physics.py b/spock/plugins/helpers/physics.py
index <HASH>..<HASH> 100644
--- a/spock/plugins/helpers/physics.py
+++ b/spock/plugins/helpers/physics.py
@@ -76,7 +76,7 @@ class PhysicsPlugin(PluginBase):
self.pos.on_ground = mtv.y > 0
self.apply_vector(mtv)
- def... | flake8 is important /s |
diff --git a/tool/tctl/common/helpers_test.go b/tool/tctl/common/helpers_test.go
index <HASH>..<HASH> 100644
--- a/tool/tctl/common/helpers_test.go
+++ b/tool/tctl/common/helpers_test.go
@@ -110,6 +110,7 @@ func makeAndRunTestAuthServer(t *testing.T, opts ...testServerOptionFunc) (auth
}
cfg.CachePolicy.Enabled ... | Fix tctl db resource UT (#<I>) |
diff --git a/packages/react-jsx-highcharts/src/components/Series/Series.js b/packages/react-jsx-highcharts/src/components/Series/Series.js
index <HASH>..<HASH> 100644
--- a/packages/react-jsx-highcharts/src/components/Series/Series.js
+++ b/packages/react-jsx-highcharts/src/components/Series/Series.js
@@ -24,7 +24,6 @@... | Don't allow coloraxis to be referenced by id |
diff --git a/src/livestreamer_cli/main.py b/src/livestreamer_cli/main.py
index <HASH>..<HASH> 100644
--- a/src/livestreamer_cli/main.py
+++ b/src/livestreamer_cli/main.py
@@ -174,6 +174,7 @@ def output_stream_http(plugin, streams):
server.close(True)
player.close()
+ server.close()
def output_st... | cli: Explicitly close the server listening socket.
Avoids a ResourceWarning for “--player-continuous-http” mode. |
diff --git a/Behat/DefaultContext.php b/Behat/DefaultContext.php
index <HASH>..<HASH> 100644
--- a/Behat/DefaultContext.php
+++ b/Behat/DefaultContext.php
@@ -70,9 +70,13 @@ abstract class DefaultContext extends RawMinkContext implements Context, KernelA
*/
public function purgeDatabase(BeforeScenarioScope $... | The most shameful hack ever made, but works |
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -14,16 +14,14 @@ end
RSpec.configure do |config|
config.color = true
- config.order = "random"
- config.formatter = ENV["CI"] == "true" ? :progress : :documentation
config... | Added Ruby warnings to RSpec helper.
Ensures we are being good citizens by not causing warnings for
downstream gems/projects.
The configurations settings were alpha-sorted for faster ability to
scan. |
diff --git a/src/android/CameraLauncher.java b/src/android/CameraLauncher.java
index <HASH>..<HASH> 100644
--- a/src/android/CameraLauncher.java
+++ b/src/android/CameraLauncher.java
@@ -435,11 +435,7 @@ public class CameraLauncher extends CordovaPlugin implements MediaScannerConnect
// Restore exif da... | CB-<I>: Removing FileHelper call that was failing on Samsung Galaxy S3, now that we have a real path, we only need to update the MediaStore, not pull from it in this case |
diff --git a/lib/user_stream/version.rb b/lib/user_stream/version.rb
index <HASH>..<HASH> 100644
--- a/lib/user_stream/version.rb
+++ b/lib/user_stream/version.rb
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
module UserStream
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end | Version bump to <I>. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,13 @@ except ImportError:
use_setuptools()
from setuptools import setup
-import textwrap
import os
+import sys
+import textwrap
+
+extra_tests_require = []
+if sys.version_info < (3, 0):
+ extra_tests_r... | Removing mock from setup.py for Python 3.x |
diff --git a/org/postgresql/test/jdbc2/ArrayTest.java b/org/postgresql/test/jdbc2/ArrayTest.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/test/jdbc2/ArrayTest.java
+++ b/org/postgresql/test/jdbc2/ArrayTest.java
@@ -81,7 +81,7 @@ public class ArrayTest extends TestCase
assertTrue(arrrs.next());
assertEqual... | My version of junit (<I>) doesn't have assertFalse. ArrayTest uses
it in a couple of places. This patch changes assertFalse(condition)
to assertTrue(!condition).
Oliver Jowett |
diff --git a/src/victory-container/victory-container.js b/src/victory-container/victory-container.js
index <HASH>..<HASH> 100644
--- a/src/victory-container/victory-container.js
+++ b/src/victory-container/victory-container.js
@@ -28,9 +28,10 @@ export default class VictoryContainer extends React.Component {
* ch... | adding tests for victory container and they all pass so far |
diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -615,6 +615,9 @@ class Secret(Spell):
pass
def _set_zone(self, value):
+ if value == Zone.PLAY:
+ # Move secrets to the SECRET Zone when played
+ value = Zone.SECRET
if self.z... | Move Secrets to Zone.SECRET when played into Zone.PLAY |
diff --git a/lib/paleta/version.rb b/lib/paleta/version.rb
index <HASH>..<HASH> 100644
--- a/lib/paleta/version.rb
+++ b/lib/paleta/version.rb
@@ -1,3 +1,3 @@
module Paleta
- VERSION = '0.0.3'
+ VERSION = '0.0.4'
end | bumped version to <I> |
diff --git a/lib/maxminddb/version.rb b/lib/maxminddb/version.rb
index <HASH>..<HASH> 100644
--- a/lib/maxminddb/version.rb
+++ b/lib/maxminddb/version.rb
@@ -1,3 +1,3 @@
module MaxMindDB
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
end | Changed the version to '<I>'. |
diff --git a/lib/transition-to-from-auto.js b/lib/transition-to-from-auto.js
index <HASH>..<HASH> 100644
--- a/lib/transition-to-from-auto.js
+++ b/lib/transition-to-from-auto.js
@@ -123,8 +123,8 @@
}
}
- transition.transitionProp = transitionProp;
- transition.transitionEnd = transitionEnd;
+ ... | .prop and .end for detected transition |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ with open('requirements/base.txt') as f:
with open('requirements/test.txt') as f:
tests_reqs = [line for line in f.read().split('\n') if line]
with open('requirements/contrib.txt') as f:
- tests_reqs =... | :wrench: Fix test packages |
diff --git a/rkt/pods.go b/rkt/pods.go
index <HASH>..<HASH> 100644
--- a/rkt/pods.go
+++ b/rkt/pods.go
@@ -943,16 +943,25 @@ func (p *pod) getAppsImageManifests() (AppsImageManifests, error) {
return aim, nil
}
-// getApps returns a list of apps in the pod
-func (p *pod) getApps() (schema.AppList, error) {
+// get... | rkt: factor out code to get PodManifest |
diff --git a/pig/src/main/java/com/twitter/elephantbird/pig/util/PigToThrift.java b/pig/src/main/java/com/twitter/elephantbird/pig/util/PigToThrift.java
index <HASH>..<HASH> 100644
--- a/pig/src/main/java/com/twitter/elephantbird/pig/util/PigToThrift.java
+++ b/pig/src/main/java/com/twitter/elephantbird/pig/util/PigToT... | fix build error from log4j being used in PigToThrift |
diff --git a/src/Model/Write/Products/Iterator.php b/src/Model/Write/Products/Iterator.php
index <HASH>..<HASH> 100644
--- a/src/Model/Write/Products/Iterator.php
+++ b/src/Model/Write/Products/Iterator.php
@@ -352,6 +352,9 @@ class Iterator extends EavIterator
$parentIds = array_keys($parentChildMap);
... | stock qty on simple product
This update is for including simple product on getting quantity stock value |
diff --git a/graphicscontext.go b/graphicscontext.go
index <HASH>..<HASH> 100644
--- a/graphicscontext.go
+++ b/graphicscontext.go
@@ -67,6 +67,8 @@ func (c *graphicsContext) needsRestoring(context *opengl.Context) (bool, error)
}
func (c *graphicsContext) initializeIfNeeded() error {
+ // glViewport must be calle... | graphics: Reset Viewport cache at each frame |
diff --git a/lib/installer.js b/lib/installer.js
index <HASH>..<HASH> 100644
--- a/lib/installer.js
+++ b/lib/installer.js
@@ -177,25 +177,19 @@ exports.promptAdminUser = function (callback) {
};
/**
- * Creates a hoodie admin user
+ * Creates a Pocket admin user
*/
exports.saveAdminUser = function (cfg, couch... | create full _admin user for pocket instead of using hoodie-admin:appid role |
diff --git a/lib/rack/oauth2/server/authorize/request_with_connect_params.rb b/lib/rack/oauth2/server/authorize/request_with_connect_params.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/oauth2/server/authorize/request_with_connect_params.rb
+++ b/lib/rack/oauth2/server/authorize/request_with_connect_params.rb
@@ -1,6 +... | support more request params (max_age, login_hint etc.) |
diff --git a/ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/resources/BranchResourceDecorator.java b/ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/resources/BranchResourceDecorator.java
index <HASH>..<HASH> 100644
--- a/ontrack-ui/src/main/java/net/nemerosa/ontrack/boot/resources/BranchResourceDecorator.java
+... | #<I> Form to get the connection setup - link |
diff --git a/modules/tester.js b/modules/tester.js
index <HASH>..<HASH> 100644
--- a/modules/tester.js
+++ b/modules/tester.js
@@ -70,11 +70,11 @@ var Tester = function(casper, options) {
});
this.on('success', function(success) {
- this.exporter.addSuccess(success.file, success.message);
+ th... | refs 1d<I>e5 - generateClassname does not remove file extension now if given an already relative path as parameter |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.