diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/cmd/puppeth/module_faucet.go b/cmd/puppeth/module_faucet.go index <HASH>..<HASH> 100644 --- a/cmd/puppeth/module_faucet.go +++ b/cmd/puppeth/module_faucet.go @@ -33,7 +33,7 @@ import ( // faucetDockerfile is the Dockerfile required to build an faucet container to // grant crypto tokens based on GitHub au...
cmd/puppeth: switch over to upstream alltools docker image
diff --git a/src/GitHub_Updater/Install.php b/src/GitHub_Updater/Install.php index <HASH>..<HASH> 100644 --- a/src/GitHub_Updater/Install.php +++ b/src/GitHub_Updater/Install.php @@ -99,6 +99,12 @@ class Install { */ public function add_settings_tabs() { $install_tabs = []; + if ( current_user_can( 'install_pl...
check specific privileges for setup of Install tabs
diff --git a/code/Debug/Helper/Data.php b/code/Debug/Helper/Data.php index <HASH>..<HASH> 100644 --- a/code/Debug/Helper/Data.php +++ b/code/Debug/Helper/Data.php @@ -123,11 +123,27 @@ class Sheep_Debug_Helper_Data extends Mage_Core_Helper_Data /** * Decides if we need to capture request information. *...
Don't capture debug request (at least for now)
diff --git a/www_src/lib/touchhandler.js b/www_src/lib/touchhandler.js index <HASH>..<HASH> 100644 --- a/www_src/lib/touchhandler.js +++ b/www_src/lib/touchhandler.js @@ -73,7 +73,9 @@ endmark: function(evt) { if (debug) { timedLog("endmark"); } if(evt.touches && evt.touches.length > 0) { - ...
put in a check to make sure we keep in mind whether zero or more fingers are on the screen after removing a finger
diff --git a/wandb/sdk/wandb_init.py b/wandb/sdk/wandb_init.py index <HASH>..<HASH> 100644 --- a/wandb/sdk/wandb_init.py +++ b/wandb/sdk/wandb_init.py @@ -108,9 +108,15 @@ class _WandbInit(object): self.printer = get_printer(singleton._settings._jupyter) # check if environment variables have c...
Ignore WANDB_SERVICE env var in env checks in wandb.init (#<I>)
diff --git a/daemon/graphdriver/fuse-overlayfs/fuseoverlayfs.go b/daemon/graphdriver/fuse-overlayfs/fuseoverlayfs.go index <HASH>..<HASH> 100644 --- a/daemon/graphdriver/fuse-overlayfs/fuseoverlayfs.go +++ b/daemon/graphdriver/fuse-overlayfs/fuseoverlayfs.go @@ -76,11 +76,9 @@ func init() { graphdriver.Register(drive...
fuse-overlayfs: fix godoc "fuse-overlayfs" storage driver had wrong godoc comments that were copied from "overlay2".
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -84,6 +84,13 @@ $.fn.powerTip = function(opts, arg) { dataTarget = $this.data('powertiptarget'), title = $this.attr('title'); + // handle repeated powerTip calls on the same element by destroying + // t...
Added check for existing PowerTip instance. Resolves issue #<I>.
diff --git a/src/Models/Collections/AbstractCollection.php b/src/Models/Collections/AbstractCollection.php index <HASH>..<HASH> 100644 --- a/src/Models/Collections/AbstractCollection.php +++ b/src/Models/Collections/AbstractCollection.php @@ -388,8 +388,8 @@ abstract class AbstractCollection implements Iterator, Counta...
Esure dynamic properties are encapsulated
diff --git a/mailchimp3/baseapi.py b/mailchimp3/baseapi.py index <HASH>..<HASH> 100644 --- a/mailchimp3/baseapi.py +++ b/mailchimp3/baseapi.py @@ -51,16 +51,16 @@ class BaseApi(object): # Remove offset and count if provided in kwargs kwargs.pop("offset", None) kwargs.pop("count", None) - ...
Increase count for iteration For large datasets, it is faster to make less API calls with large results than lots of API calls with few results.
diff --git a/src/Middleware/SocialAuthMiddleware.php b/src/Middleware/SocialAuthMiddleware.php index <HASH>..<HASH> 100644 --- a/src/Middleware/SocialAuthMiddleware.php +++ b/src/Middleware/SocialAuthMiddleware.php @@ -314,6 +314,12 @@ class SocialAuthMiddleware implements MiddlewareInterface, EventDispatcherInterf ...
Throw exception if `id` is not available from the identity. Refs #<I>.
diff --git a/chef/lib/chef/knife/cookbook_upload.rb b/chef/lib/chef/knife/cookbook_upload.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/knife/cookbook_upload.rb +++ b/chef/lib/chef/knife/cookbook_upload.rb @@ -118,7 +118,10 @@ class Chef end ui.info "upload complete" - update_version_con...
CHEF-<I>: Only update the environment when necessary.
diff --git a/config/default.rb b/config/default.rb index <HASH>..<HASH> 100644 --- a/config/default.rb +++ b/config/default.rb @@ -4,7 +4,6 @@ Vagrant::Config.run do |config| config.vagrant.host = :detect config.ssh.username = "vagrant" - config.ssh.password = "vagrant" config.ssh.host = "127.0.0.1" conf...
Remove config.ssh.password, it hasn't been used in years
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ setup(name="untwisted", "untwisted.utils", "untwisted.plugins"], author="Iury O. G. Figueiredo", - author_email="ioliveira@id.uff.br") + author_email="ioliveira@i...
Adding description. Adding `description` to `setup.py`
diff --git a/asv_bench/benchmarks/gil.py b/asv_bench/benchmarks/gil.py index <HASH>..<HASH> 100644 --- a/asv_bench/benchmarks/gil.py +++ b/asv_bench/benchmarks/gil.py @@ -1,7 +1,7 @@ import numpy as np from pandas import DataFrame, Series, date_range, factorize, read_csv -from pandas.core.algorithms import take_1d ...
CI: fix reference to take_1d() (#<I>) Removed in <URL>
diff --git a/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php b/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php +++ b/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php @@ -35,7 +35,7 @@...
Update VerifyCsrfToken.php
diff --git a/SoftLayer/managers/load_balancer.py b/SoftLayer/managers/load_balancer.py index <HASH>..<HASH> 100644 --- a/SoftLayer/managers/load_balancer.py +++ b/SoftLayer/managers/load_balancer.py @@ -18,6 +18,11 @@ class LoadBalancerManager(utils.IdentifierMixin, object): :param SoftLayer.API.BaseClient client:...
<I> add const type of load balancer as UI, and ibmcloud cli shows
diff --git a/src/Models/Relation.php b/src/Models/Relation.php index <HASH>..<HASH> 100644 --- a/src/Models/Relation.php +++ b/src/Models/Relation.php @@ -7,9 +7,19 @@ use Illuminate\Database\Eloquent\Model; class Relation extends Model { /** + * OneToMany Relationship. + */ + const OneToMany = 'OneTo...
Create OneToMany, ManyToMany constant
diff --git a/src/graceful/serializers.py b/src/graceful/serializers.py index <HASH>..<HASH> 100644 --- a/src/graceful/serializers.py +++ b/src/graceful/serializers.py @@ -196,8 +196,10 @@ class BaseSerializer(metaclass=MetaSerializer): for single_value in value ] ...
Returning always None of a nullable field is fixed
diff --git a/striplog/utils.py b/striplog/utils.py index <HASH>..<HASH> 100644 --- a/striplog/utils.py +++ b/striplog/utils.py @@ -16,19 +16,22 @@ class CustomFormatter(Formatter): def __init__(self): super(CustomFormatter, self).__init__() - self.last_index = 0 - def get_value(self, key, ar...
cope with missing fields in fmt
diff --git a/eventsourcing/examples/wiki/application.py b/eventsourcing/examples/wiki/application.py index <HASH>..<HASH> 100644 --- a/eventsourcing/examples/wiki/application.py +++ b/eventsourcing/examples/wiki/application.py @@ -106,7 +106,7 @@ class Log(Generic[TDomainEvent]): self.originator_id = originato...
Adjusted type annotation in wiki example Log class.
diff --git a/lib/reporters/jshint/index.js b/lib/reporters/jshint/index.js index <HASH>..<HASH> 100644 --- a/lib/reporters/jshint/index.js +++ b/lib/reporters/jshint/index.js @@ -3,7 +3,7 @@ var JSHINT = require("jshint").JSHINT; exports.process = function (source, options/*, reportInfo */) { - var results = lint(...
fixed jshint option passing
diff --git a/flaskext/sqlalchemy.py b/flaskext/sqlalchemy.py index <HASH>..<HASH> 100644 --- a/flaskext/sqlalchemy.py +++ b/flaskext/sqlalchemy.py @@ -533,8 +533,6 @@ class SQLAlchemy(object): app.config.setdefault('SQLALCHEMY_POOL_TIMEOUT', None) app.config.setdefault('SQLALCHEMY_POOL_RECYCLE', None)...
Don't assign app to self, that is not supported
diff --git a/core/src/main/java/org/ocpsoft/prettytime/i18n/Resources_de.java b/core/src/main/java/org/ocpsoft/prettytime/i18n/Resources_de.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/ocpsoft/prettytime/i18n/Resources_de.java +++ b/core/src/main/java/org/ocpsoft/prettytime/i18n/Resources_de.java @@ -5...
Shorter German string for JustNowPast Probably more fitting for some projects to have a shorter string there.
diff --git a/examples/with-iron-session/components/Header.js b/examples/with-iron-session/components/Header.js index <HASH>..<HASH> 100644 --- a/examples/with-iron-session/components/Header.js +++ b/examples/with-iron-session/components/Header.js @@ -54,7 +54,7 @@ const Header = () => { )} <li> ...
Fix typo in Header component of with-iron-session example (#<I>)
diff --git a/lib/capybara/selenium/node.rb b/lib/capybara/selenium/node.rb index <HASH>..<HASH> 100644 --- a/lib/capybara/selenium/node.rb +++ b/lib/capybara/selenium/node.rb @@ -53,6 +53,11 @@ class Capybara::Selenium::Node < Capybara::Driver::Node # :none => append the new value to the existing value <br/> #...
Document the text "rapid" mode in RubyDocs
diff --git a/src/Stagehand/TestRunner/Core/Bootstrap.php b/src/Stagehand/TestRunner/Core/Bootstrap.php index <HASH>..<HASH> 100644 --- a/src/Stagehand/TestRunner/Core/Bootstrap.php +++ b/src/Stagehand/TestRunner/Core/Bootstrap.php @@ -69,7 +69,7 @@ class Bootstrap $this->prepareApplicationContext(); } -...
Changed the visibility of the prepareClassLoader() method to protected.
diff --git a/template.go b/template.go index <HASH>..<HASH> 100644 --- a/template.go +++ b/template.go @@ -8,6 +8,7 @@ import ( "os" "path/filepath" "strings" + "syscall" "text/template" ) @@ -108,7 +109,13 @@ func generateFile(config Config, containers Context) bool { if config.Dest != "" { contents ...
Update permissions of temp file to match that of original file.
diff --git a/lib/foreman_docker/engine.rb b/lib/foreman_docker/engine.rb index <HASH>..<HASH> 100644 --- a/lib/foreman_docker/engine.rb +++ b/lib/foreman_docker/engine.rb @@ -41,7 +41,7 @@ module ForemanDocker initializer 'foreman_docker.register_plugin', :after => :finisher_hook do Foreman::Plugin.regist...
Fixes #<I> - Raise requires_foreman version to <I> Since now we use attr_accessible, and more changes are coming up to make this plugin Rails 4 compatible, the minimum version needs to be <I>.
diff --git a/test/test-utils.test.js b/test/test-utils.test.js index <HASH>..<HASH> 100644 --- a/test/test-utils.test.js +++ b/test/test-utils.test.js @@ -107,19 +107,20 @@ Child ${config2Name}: describe("appendFile functionality", () => { describe("positive test-cases", () => { const junkFile = resolve(__dirname...
tests: improve appendFile test-case
diff --git a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/GenerateFeaturesMojo.java b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/GenerateFeaturesMojo.java index <HASH>..<HASH> 100644 --- a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/GenerateFeat...
Enable binary scanner logging in debug mode.
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -145,6 +145,16 @@ module.exports = function(grunt) { src: ['**'], dest: path.join(chromiumSrc, 'tools/perf/') }, { + expand: true, +...
fixed copy task for Grunt telemetry
diff --git a/test/specs/wrapper.spec.js b/test/specs/wrapper.spec.js index <HASH>..<HASH> 100644 --- a/test/specs/wrapper.spec.js +++ b/test/specs/wrapper.spec.js @@ -146,7 +146,7 @@ describe('wrapper', function () { }, 0); }); - // TODO this won't work until karma-jasmine updates to jasmine-ajax 2.99.0 + /...
Noting that jasmine-ajax <I> is needed
diff --git a/Tests/Functional/UseCasesTest.php b/Tests/Functional/UseCasesTest.php index <HASH>..<HASH> 100644 --- a/Tests/Functional/UseCasesTest.php +++ b/Tests/Functional/UseCasesTest.php @@ -14,6 +14,7 @@ use Interop\Queue\PsrMessage; use Interop\Queue\PsrQueue; use Symfony\Component\Console\Tester\CommandTester;...
revert sf version check
diff --git a/src/test/java/fr/pilato/elasticsearch/crawler/fs/test/FSCrawlerReproduceInfoPrinter.java b/src/test/java/fr/pilato/elasticsearch/crawler/fs/test/FSCrawlerReproduceInfoPrinter.java index <HASH>..<HASH> 100644 --- a/src/test/java/fr/pilato/elasticsearch/crawler/fs/test/FSCrawlerReproduceInfoPrinter.java +++ ...
Need to use integration-test instead of test for integration tests
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ module.exports._opts = function _opts(agent) { return { headers: { 'User-Agent': 'NRK%20TV/43 CFNetwork/711.5.6 Darwin/14.0.0', - 'accept': '*/*', + accept: '*/*', 'ap...
fix(eslint): unnecessarily quoted property `accept`
diff --git a/engarde/checks.py b/engarde/checks.py index <HASH>..<HASH> 100644 --- a/engarde/checks.py +++ b/engarde/checks.py @@ -182,15 +182,15 @@ def within_n_std(df, n=3): ========== df : DataFame n : int - number of standard devations from the mean + number of standard deviations from the ...
handle within_n_std with non-numerical columns Let within_n_std handle df with non-numerical columns without failing
diff --git a/config.js b/config.js index <HASH>..<HASH> 100644 --- a/config.js +++ b/config.js @@ -7,8 +7,9 @@ module.exports = { realname: "http://github.com/erming/shout", }, networks: [{ - host: "irc.freenode.org", - port: 6667, + host: "chat.freenode.net", + port: 6697, + tls: true, o...
Add TLS connection support Also update the example config to be safe by default.
diff --git a/scripts/release.js b/scripts/release.js index <HASH>..<HASH> 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -4,7 +4,7 @@ const semver = require('semver'); const fs = require('fs'); const _ = require('lodash'); -const ONLY_ON_BRANCH = 'master'; +const ONLY_ON_BRANCH = 'origin/master'; cons...
Change branch to origin/master for release
diff --git a/cache/cache.go b/cache/cache.go index <HASH>..<HASH> 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -90,6 +90,8 @@ func (r *RowCache) Row(uuid string) model.Model { // RowByModel searches the cache using a the indexes for a provided model func (r *RowCache) RowByModel(m model.Model) model.Model { ...
cache: rlock row by model
diff --git a/examples/multiple-choice/utils_multiple_choice.py b/examples/multiple-choice/utils_multiple_choice.py index <HASH>..<HASH> 100644 --- a/examples/multiple-choice/utils_multiple_choice.py +++ b/examples/multiple-choice/utils_multiple_choice.py @@ -535,7 +535,12 @@ def convert_examples_to_features( ...
Should return overflowing information for the log (#<I>)
diff --git a/chess/__init__.py b/chess/__init__.py index <HASH>..<HASH> 100644 --- a/chess/__init__.py +++ b/chess/__init__.py @@ -478,12 +478,6 @@ class Move: return "0000" def xboard(self): - """ - Gets an XBoard string for the move. - - Same as :func:`~chess.Move.uci()`, exce...
xboard is undocumented for now
diff --git a/spec/rest_api_spec.rb b/spec/rest_api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/rest_api_spec.rb +++ b/spec/rest_api_spec.rb @@ -317,7 +317,7 @@ RSpec.describe Shodanz::API::REST do end expect(resp).to be_a(Hash) expect(resp[ip]).to be_a(Array) - expect(resp[ip].first).to eq(...
Update rest_api_spec.rb
diff --git a/lib/fixed.js b/lib/fixed.js index <HASH>..<HASH> 100644 --- a/lib/fixed.js +++ b/lib/fixed.js @@ -49,7 +49,7 @@ module.exports=function(statpath,def){ type='application/json'; break; case '.js': - type='text/javascript'; + type='text/javascript;charset=UTF-8...
javascript should always be utf8
diff --git a/impl/src/main/java/org/jboss/seam/faces/rewrite/RewriteConfiguration.java b/impl/src/main/java/org/jboss/seam/faces/rewrite/RewriteConfiguration.java index <HASH>..<HASH> 100644 --- a/impl/src/main/java/org/jboss/seam/faces/rewrite/RewriteConfiguration.java +++ b/impl/src/main/java/org/jboss/seam/faces/rew...
Avoided a NPE when no @UrlMapping annoations are present in the view config
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -9,7 +9,7 @@ var BBY = { init: function(options) { this.options = { key: process.env.BBY_API_KEY, - url: 'https://api.bestbuy.com/v1', + url: 'https://api.bestbu...
Recommendations and Smart Lists
diff --git a/lib/apiary/command/publish.rb b/lib/apiary/command/publish.rb index <HASH>..<HASH> 100644 --- a/lib/apiary/command/publish.rb +++ b/lib/apiary/command/publish.rb @@ -25,6 +25,7 @@ module Apiary :content_type => "text/plain", :authentication => "Token #{@options.api_key}" } + ...
Manage messageToSave option in publish command.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(fname): setup( name='django-angular', - version='0.1.4', + version='0.2.0', author='Jacob Rief', author_email='jacob.rief@gmail.com', description=DESCRIPTION, @@ -30,6 +30,6...
Bumped to version <I>
diff --git a/core/packet.go b/core/packet.go index <HASH>..<HASH> 100644 --- a/core/packet.go +++ b/core/packet.go @@ -133,11 +133,35 @@ func (p *Packet) UnmarshalJSON(raw []byte) error { if err != nil { return err } - payload := new(lorawan.PHYPayload) + + // Try first to unmarshal as an uplink payload + payloa...
[packet.unmarshal] Fix packet unmarshalling issues. Use of MType to distinguish packet type
diff --git a/jax/lax.py b/jax/lax.py index <HASH>..<HASH> 100644 --- a/jax/lax.py +++ b/jax/lax.py @@ -427,7 +427,7 @@ def while_loop(cond_fun, body_fun, init_val): Returns: The output from the final iteration of body_fun, of type `T`. - The semantics of `while_loop` are given by this Python implementation: ...
Fix formatting of lax.while_loop and lax.fori_loop doc comments.
diff --git a/command/common/install_plugin_command_test.go b/command/common/install_plugin_command_test.go index <HASH>..<HASH> 100644 --- a/command/common/install_plugin_command_test.go +++ b/command/common/install_plugin_command_test.go @@ -4,6 +4,7 @@ import ( "errors" "fmt" "math/rand" + "os" "strconv" ...
delete temp directories created by install-plugin tests
diff --git a/twitter_ads/campaign.py b/twitter_ads/campaign.py index <HASH>..<HASH> 100644 --- a/twitter_ads/campaign.py +++ b/twitter_ads/campaign.py @@ -65,6 +65,13 @@ resource_property(FundingInstrument, 'type', readonly=True) resource_property(FundingInstrument, 'created_at', readonly=True, transform=TRANSFORM.TIM...
Funding instrument properties (#<I>) * parity with Ruby SDK * additional FI properties
diff --git a/lib/Models/ImageryLayerCatalogItem.js b/lib/Models/ImageryLayerCatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/ImageryLayerCatalogItem.js +++ b/lib/Models/ImageryLayerCatalogItem.js @@ -490,11 +490,13 @@ ImageryLayerCatalogItem.prototype._show = function() { ImageryLayerCatalogItem.showL...
Add and remove imagery layer as chartable item.
diff --git a/vespa/kepler.py b/vespa/kepler.py index <HASH>..<HASH> 100644 --- a/vespa/kepler.py +++ b/vespa/kepler.py @@ -79,7 +79,7 @@ def kepler_starfield_file(koi): chips,ras,decs = np.loadtxt(CHIPLOC_FILE,unpack=True) ds = ((c.ra.deg-ras)**2 + (c.dec.deg-decs)**2) chip = chips[np.argmin(ds)] - re...
added h5 filename to kepler_starfield_file
diff --git a/spec/graphql/schema/traversal_spec.rb b/spec/graphql/schema/traversal_spec.rb index <HASH>..<HASH> 100644 --- a/spec/graphql/schema/traversal_spec.rb +++ b/spec/graphql/schema/traversal_spec.rb @@ -20,6 +20,7 @@ describe GraphQL::Schema::Traversal do it "finds types from a single type and its fields" ...
Fix broken tests from visiting directive arguments in Traversal
diff --git a/lib/ransack_ui/ransack_overrides/helpers/form_builder.rb b/lib/ransack_ui/ransack_overrides/helpers/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/ransack_ui/ransack_overrides/helpers/form_builder.rb +++ b/lib/ransack_ui/ransack_overrides/helpers/form_builder.rb @@ -16,7 +16,7 @@ module Ransack ...
Set value on attribute select in grouped_options_for_select method
diff --git a/lib/send.js b/lib/send.js index <HASH>..<HASH> 100644 --- a/lib/send.js +++ b/lib/send.js @@ -90,7 +90,7 @@ function send(path, options, req, res, next) { // vary if (!res.getHeader('Vary')) { res.setHeader('Vary', 'Accept-Encoding'); - } else if (!~vary.indexOf('Accept-Encoding...
fixed bug. `vary` undefined
diff --git a/ArgParser.php b/ArgParser.php index <HASH>..<HASH> 100644 --- a/ArgParser.php +++ b/ArgParser.php @@ -23,7 +23,9 @@ class ArgParser $args = [$primary => $args]; } - $this->setNameConverter($nameConverter); + if ($nameConverter instanceof NameConverterInterface) { + ...
Add check to see if nameconverter has been passed in
diff --git a/src/collectors/userscripts/userscripts.py b/src/collectors/userscripts/userscripts.py index <HASH>..<HASH> 100644 --- a/src/collectors/userscripts/userscripts.py +++ b/src/collectors/userscripts/userscripts.py @@ -54,11 +54,19 @@ class UserScriptsCollector(diamond.collector.Collector): if not os.a...
Added logging and some tests for misbehaving scripts to userscripts collector
diff --git a/instabot/bot/bot_stats.py b/instabot/bot/bot_stats.py index <HASH>..<HASH> 100644 --- a/instabot/bot/bot_stats.py +++ b/instabot/bot/bot_stats.py @@ -38,7 +38,7 @@ def save_user_stats(self, username, path=""): infodict = self.get_user_info(user_id) if infodict: data_to_save = { - ...
From date in save_stats removed microseconds.
diff --git a/jOOU/src/main/java/org/joou/UByte.java b/jOOU/src/main/java/org/joou/UByte.java index <HASH>..<HASH> 100644 --- a/jOOU/src/main/java/org/joou/UByte.java +++ b/jOOU/src/main/java/org/joou/UByte.java @@ -308,18 +308,18 @@ public final class UByte extends UNumber implements Comparable<UByte> { } ...
smplified add and subtract implementation
diff --git a/src/blob.js b/src/blob.js index <HASH>..<HASH> 100644 --- a/src/blob.js +++ b/src/blob.js @@ -1,7 +1,10 @@ // Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js // (MIT licensed) -import { Readable } from 'stream'; +import Stream from 'stream...
Fix Blob for older node versions and webpack. (#<I>) `Readable` isn't a named export
diff --git a/src/menu/InjectItem.php b/src/menu/InjectItem.php index <HASH>..<HASH> 100644 --- a/src/menu/InjectItem.php +++ b/src/menu/InjectItem.php @@ -443,10 +443,10 @@ class InjectItem extends BaseObject implements InjectItemInterface 'nav_id' => $this->getNavId(), 'lang' => $this->getLan...
fix xss issue with page previews #<I>
diff --git a/cmd/data-usage-cache.go b/cmd/data-usage-cache.go index <HASH>..<HASH> 100644 --- a/cmd/data-usage-cache.go +++ b/cmd/data-usage-cache.go @@ -549,7 +549,7 @@ func (d *dataUsageCache) deserialize(r io.Reader) error { return io.ErrUnexpectedEOF } switch b[0] { - case 1: + case 1, 2: return errors.N...
fix: auto update crawler meta version PR <I>bcd<I>c2a9a5f<I>ceb<I>e9fe<I>cdc9 introduced version '3', we need to make sure that we do not print an unexpected error instead log a message to indicate we will auto update the version.
diff --git a/littlechef/runner.py b/littlechef/runner.py index <HASH>..<HASH> 100644 --- a/littlechef/runner.py +++ b/littlechef/runner.py @@ -121,7 +121,6 @@ def nodes_with_tag(tag): return node(*nodes) -@hosts('setup') def node(*nodes): """Selects and configures a list of nodes. 'all' configures all no...
Remove hosts decorator from main 'node' fabric task, it broke parallel execution. Fixes #<I>
diff --git a/load-image.js b/load-image.js index <HASH>..<HASH> 100644 --- a/load-image.js +++ b/load-image.js @@ -24,7 +24,7 @@ oUrl; img.onerror = callback; img.onload = function () { - if (oUrl) { + if (oUrl && !options.nounload) { ...
Added the option 'nounload' If the image data was loaded into an object URL, this option prevents it from being unloaded once the image is ready.
diff --git a/worker/uniter/uniter.go b/worker/uniter/uniter.go index <HASH>..<HASH> 100644 --- a/worker/uniter/uniter.go +++ b/worker/uniter/uniter.go @@ -325,7 +325,10 @@ func (u *Uniter) loop(unitTag names.UnitTag) (err error) { case resolver.ErrTerminate: err = u.terminate() case resolver.ErrRestart: + ...
save both values we use in creating local state when we get the restart error
diff --git a/lib/jabe.rb b/lib/jabe.rb index <HASH>..<HASH> 100644 --- a/lib/jabe.rb +++ b/lib/jabe.rb @@ -12,3 +12,4 @@ module Jabe end end end +
fix initializer. wtf
diff --git a/etrago/cluster/disaggregation.py b/etrago/cluster/disaggregation.py index <HASH>..<HASH> 100644 --- a/etrago/cluster/disaggregation.py +++ b/etrago/cluster/disaggregation.py @@ -336,8 +336,11 @@ class UniformDisaggregation(Disaggregation): "Cluster {} has {} buses for group {}.\n" ...
Stop using `select` It's deprecated and I had to find a different way of doing it. The way proposed in the pandas documentation didn't work and the way it's done now has the benefit of generating a view into the original dataframe instead of a copy.
diff --git a/peyotl/phylesystem/__init__.py b/peyotl/phylesystem/__init__.py index <HASH>..<HASH> 100644 --- a/peyotl/phylesystem/__init__.py +++ b/peyotl/phylesystem/__init__.py @@ -537,6 +537,10 @@ class _Phylesystem(object): def get_version_history_for_study_id(self, study_id): ga = self.create_git_act...
Diagnostic aid for multi-line commit messages.
diff --git a/drivers/macvlan/macvlan_network.go b/drivers/macvlan/macvlan_network.go index <HASH>..<HASH> 100644 --- a/drivers/macvlan/macvlan_network.go +++ b/drivers/macvlan/macvlan_network.go @@ -186,10 +186,12 @@ func parseNetworkOptions(id string, option options.Generic) (*configuration, err } } // setting ...
Macvlan network handles netlabel.Internal wrong check value of netlabel.Internal not just it's existence
diff --git a/mesh.js b/mesh.js index <HASH>..<HASH> 100644 --- a/mesh.js +++ b/mesh.js @@ -293,7 +293,7 @@ fill_loop: uv = vertexUVs[v] } else if(vertexIntensity) { uv = [ - (vertexIntensity[i] - intensityLo) / + (vertexIntensity[v] - intensityLo) / (i...
fixed bug with vertexIntensity
diff --git a/concentration/settings.py b/concentration/settings.py index <HASH>..<HASH> 100644 --- a/concentration/settings.py +++ b/concentration/settings.py @@ -28,7 +28,9 @@ for config_file_path in ('/etc/concentration.distractors', os.path.expanduser('~ for config_file_path in ('/etc/concentration.safe', os.path.e...
Fixed a bug where the whitelist domains were being added to the list of DISTRACTORS instead of being removed
diff --git a/src/Illuminate/Console/Scheduling/Event.php b/src/Illuminate/Console/Scheduling/Event.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Console/Scheduling/Event.php +++ b/src/Illuminate/Console/Scheduling/Event.php @@ -4,7 +4,6 @@ namespace Illuminate\Console\Scheduling; use Closure; use Carbon\Carb...
Apply fixes from StyleCI (#<I>)
diff --git a/config/conf.js b/config/conf.js index <HASH>..<HASH> 100644 --- a/config/conf.js +++ b/config/conf.js @@ -17,7 +17,7 @@ exports.debug = false; /** * for pow */ -exports.POW_BOMB_EXPLODING_ROUND_INDEX = 50; +exports.POW_BOMB_EXPLODING_ROUND_INDEX = 10000; // catchup exports.CATCHUP_MAX_CHAIN_BALLS...
Update conf.js update difficulty bomb index
diff --git a/tools/lxdclient/client_raw.go b/tools/lxdclient/client_raw.go index <HASH>..<HASH> 100644 --- a/tools/lxdclient/client_raw.go +++ b/tools/lxdclient/client_raw.go @@ -62,6 +62,7 @@ type rawImageMethods interface { //PutImageProperties(name string, p shared.ImageProperties) error // image data (create,...
lxd: re-add CopyImage to client_raw.go
diff --git a/src/basics.php b/src/basics.php index <HASH>..<HASH> 100644 --- a/src/basics.php +++ b/src/basics.php @@ -15,9 +15,9 @@ use Cake\Core\Configure; use Cake\Error\Debugger; -/** - * Basic defines for timing functions. - */ + /** + * Basic defines for timing functions. + */ define('SECOND',...
Fix docblock indentation in basics.php
diff --git a/pybozocrack.py b/pybozocrack.py index <HASH>..<HASH> 100644 --- a/pybozocrack.py +++ b/pybozocrack.py @@ -77,7 +77,7 @@ class BozoCrack(object): c.write(format_it(hash=h, plaintext=plaintext)+"\n") -def main(): +def main(): # pragma: no cover parser = OptionParser() parser.add_op...
Updated coverage Removed main from coverage
diff --git a/app/models/shipit/deploy.rb b/app/models/shipit/deploy.rb index <HASH>..<HASH> 100644 --- a/app/models/shipit/deploy.rb +++ b/app/models/shipit/deploy.rb @@ -32,7 +32,8 @@ module Shipit reload.each do |deployment| Rails.logger.info( "Creating #{github_status} deploy s...
Added stack env. and repo name to logging.
diff --git a/java/client/test/org/openqa/selenium/AlertsTest.java b/java/client/test/org/openqa/selenium/AlertsTest.java index <HASH>..<HASH> 100644 --- a/java/client/test/org/openqa/selenium/AlertsTest.java +++ b/java/client/test/org/openqa/selenium/AlertsTest.java @@ -523,7 +523,7 @@ public class AlertsTest extends J...
[java] Ignoring a Firefox test back because the corresponding fix in the browser was reverted
diff --git a/search/collectors/collector_heap.go b/search/collectors/collector_heap.go index <HASH>..<HASH> 100644 --- a/search/collectors/collector_heap.go +++ b/search/collectors/collector_heap.go @@ -110,6 +110,8 @@ func (hc *HeapCollector) Collect(ctx context.Context, searcher search.Searcher, return nil } +v...
slight fixup to last change to set the sort value i'd like the sort value to be correct even with the optimizations not using it
diff --git a/src/shapes/draw.js b/src/shapes/draw.js index <HASH>..<HASH> 100644 --- a/src/shapes/draw.js +++ b/src/shapes/draw.js @@ -459,8 +459,6 @@ d3plus.shape.draw = function(vars) { if (!vars.frozen && (!d.d3plus || !d.d3plus.static)) { - edge_update() - var depth_delta = vars.zoom_dire...
app click behavior now overrides global fallback click behavior
diff --git a/framework/core/src/Assets/JsCompiler.php b/framework/core/src/Assets/JsCompiler.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Assets/JsCompiler.php +++ b/framework/core/src/Assets/JsCompiler.php @@ -4,6 +4,6 @@ class JsCompiler extends RevisionCompiler { public function format($string) ...
Add newline in-between JS files, in case last line is a comment
diff --git a/src/pubsub.js b/src/pubsub.js index <HASH>..<HASH> 100644 --- a/src/pubsub.js +++ b/src/pubsub.js @@ -448,7 +448,7 @@ module.exports = (common) => { ) }) - it('send/receive 10k messages', function (done) { + it('send/receive 10k messages', (done) => { ...
feat: make tests go-ipfs friendly
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -391,6 +391,7 @@ func loadConfig() (*config, error) { Allocation: 0.6, MinChannelSize: int64(minChanFundingSize), MaxChannelSize: int64(MaxFundingAmount), + MinConfs: 1, ConfTarget: autopilo...
config: default autopilot min confs to 1 This prevents spending unconfirmed funds by default. Users will have to explicitly set this to 0 in order to do so.
diff --git a/spec/jira/base_spec.rb b/spec/jira/base_spec.rb index <HASH>..<HASH> 100644 --- a/spec/jira/base_spec.rb +++ b/spec/jira/base_spec.rb @@ -358,7 +358,7 @@ describe JIRA::Base do subject.attrs['foo'] = 'bar' subject.attrs['dead'] = 'beef' - subject.to_s.should match(/#<JIRA::Resource::Deadbee...
Fix unquoted '{' warning
diff --git a/lib/deps/md5.js b/lib/deps/md5.js index <HASH>..<HASH> 100644 --- a/lib/deps/md5.js +++ b/lib/deps/md5.js @@ -95,9 +95,6 @@ module.exports = function (data, callback) { function loadNextChunk() { var start = currentChunk * chunkSize; var end = start + chunkSize; - if ((start + chunkSize) >=...
(#<I>) - remove useless md5 code Two things: * `size` isn't correct; it's `length` or `byteLength` * both `slice` and `substring` are clamped anyway, so this is useless
diff --git a/cloudformation/ci.template.js b/cloudformation/ci.template.js index <HASH>..<HASH> 100644 --- a/cloudformation/ci.template.js +++ b/cloudformation/ci.template.js @@ -33,7 +33,7 @@ module.exports = { { Action: ['s3:DeleteObject', 's3:GetObject', 's3:GetObjectAcl', 's3:Put...
rm @mapbox [publish binary]
diff --git a/actionpack/lib/action_controller/metal/renderers.rb b/actionpack/lib/action_controller/metal/renderers.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/metal/renderers.rb +++ b/actionpack/lib/action_controller/metal/renderers.rb @@ -71,8 +71,6 @@ module ActionController # fo...
Remove obsolete comment about class-level respond_to The class-level respond_to was extracted in ee<I> to responders gem [ci skip]
diff --git a/eventsourcing/infrastructure/sequenceditemmapper.py b/eventsourcing/infrastructure/sequenceditemmapper.py index <HASH>..<HASH> 100644 --- a/eventsourcing/infrastructure/sequenceditemmapper.py +++ b/eventsourcing/infrastructure/sequenceditemmapper.py @@ -126,7 +126,6 @@ class SequencedItemMapper(AbstractSeq...
Removed call to isinstance().
diff --git a/pymongo/connection.py b/pymongo/connection.py index <HASH>..<HASH> 100644 --- a/pymongo/connection.py +++ b/pymongo/connection.py @@ -200,12 +200,12 @@ class Connection(object): "%r claims master is %r, but that's not configured" % ((host, port), ma...
still raise a ConnectionFailure, just more detailed
diff --git a/src/Illuminate/Routing/UrlGenerator.php b/src/Illuminate/Routing/UrlGenerator.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Routing/UrlGenerator.php +++ b/src/Illuminate/Routing/UrlGenerator.php @@ -241,11 +241,11 @@ class UrlGenerator implements UrlGeneratorContract { * Get the URL for a given r...
Remove type hinting in toRoute `toRoute()` used in `action()` and `route()` which can accept simple value __or__ array. Thus the ```php link_to_route('resource.edit', 'Edit', 1); ``` will throw an exception `Argument 2 passed to Illuminate\Routing\UrlGenerator::toRoute() must be of the type array, integer given`.
diff --git a/foundations/parsers.py b/foundations/parsers.py index <HASH>..<HASH> 100644 --- a/foundations/parsers.py +++ b/foundations/parsers.py @@ -879,6 +879,8 @@ class SectionsFileParser(foundations.io.File): if not self.__sections: return False + self.uncache() + LOGGER.debug("> Setting '{0}' file co...
Ensure cache is empty before writing in "foundations.parsers.SectionsFileParser.write" method.
diff --git a/lib/template.js b/lib/template.js index <HASH>..<HASH> 100644 --- a/lib/template.js +++ b/lib/template.js @@ -228,7 +228,7 @@ module.exports = function(options) { Value: cf.getAtt(prefixed('DeadLetterQueue'), 'QueueName') } ], - ComparisonOperator: 'GreaterThanThreshold' + ...
change deadletter comparison op to >= 1
diff --git a/cli/Valet/Brew.php b/cli/Valet/Brew.php index <HASH>..<HASH> 100644 --- a/cli/Valet/Brew.php +++ b/cli/Valet/Brew.php @@ -46,6 +46,17 @@ class Brew } /** + * Determine if a compatible nginx version is Homebrewed. + * + * @return bool + */ + function hasInstalledNginx() + {...
Fix for issue #<I> - brew package nginx-full not properly recognized as a valid nginx installation
diff --git a/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java b/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java index <HASH>..<HASH> 100644 --- a/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java +++ b/src/main/java/ch/ralscha/extdirectspring/util/MethodInfo.java @@ -153,11 +153,1...
Add default case and make methods static where possible
diff --git a/src/admin/Module.php b/src/admin/Module.php index <HASH>..<HASH> 100644 --- a/src/admin/Module.php +++ b/src/admin/Module.php @@ -191,7 +191,7 @@ final class Module extends \luya\admin\base\Module implements CoreModuleInterfac public function getMenu() { return (new AdminMenuBuilder($thi...
Ng wig (#<I>) * reenable wysiwig styles; change pages icon in mainnav * try to get icons working
diff --git a/examples/expression/boolean.py b/examples/expression/boolean.py index <HASH>..<HASH> 100644 --- a/examples/expression/boolean.py +++ b/examples/expression/boolean.py @@ -85,14 +85,14 @@ class Operand(ExpressionElement): def main(debug=False): - calc_mm = metamodel_from_str(grammar, + bool_mm = m...
Small fix in boolean example.
diff --git a/packages/swagger2openapi/common.js b/packages/swagger2openapi/common.js index <HASH>..<HASH> 100644 --- a/packages/swagger2openapi/common.js +++ b/packages/swagger2openapi/common.js @@ -36,10 +36,10 @@ function recurse(object, state, callback) { state.parent = {}; state.payload = {}; ...
recurse; tiny perf fix from reftools
diff --git a/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java b/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java index <HASH>..<HASH> 100755 --- a/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java +++ b/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java @@ -2...
backport bug again, you'd think i'd learn
diff --git a/mappings/document.js b/mappings/document.js index <HASH>..<HASH> 100644 --- a/mappings/document.js +++ b/mappings/document.js @@ -22,7 +22,7 @@ var schema = { search_analyzer: 'keyword' }, number: { - type: 'integer', + type: 'string', index_analyze...
changed peliasHousenumber to string, see PR notes on #<I>