hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d0b6d63645a523e9ea111de53a5cc9236a4c773b
diff --git a/fdk.go b/fdk.go index <HASH>..<HASH> 100644 --- a/fdk.go +++ b/fdk.go @@ -94,7 +94,9 @@ func do(handler Handler, format string, in io.Reader, out io.Writer) { func doDefault(handler Handler, ctx context.Context, in io.Reader, out io.Writer) { setHeaders(ctx, buildHeadersFromEnv()) - // TODO we need to...
rebuild headers from env for cold, we want to have the header bucket be the same for http/json/default
fnproject_fdk-go
train
c04a995c34ce183d8430b1ed6a30b8d9e04b446e
diff --git a/src/AbstractValidator.php b/src/AbstractValidator.php index <HASH>..<HASH> 100644 --- a/src/AbstractValidator.php +++ b/src/AbstractValidator.php @@ -33,13 +33,13 @@ abstract class AbstractValidator * @since 0.1 * @see RootException::__construct() * - * @param string $message -...
Fixed standards - Factories accept `null` for non-traversable params; - Stringable is accepted as well as string; - Code standards fixed.
Dhii_validation-abstract
train
9e59efc55d00ab7f80ef83567f936f5682a4736f
diff --git a/src/txkube/testing/integration.py b/src/txkube/testing/integration.py index <HASH>..<HASH> 100644 --- a/src/txkube/testing/integration.py +++ b/src/txkube/testing/integration.py @@ -237,7 +237,7 @@ class _NamespaceTestsMixin(object): with the same name as a *Namespace* which already exists. ...
Test duplicate rejection for Deployment
LeastAuthority_txkube
train
ced9a8cc22120bac197e2c67a9b104bfc797256d
diff --git a/lib/xero_gateway/gateway.rb b/lib/xero_gateway/gateway.rb index <HASH>..<HASH> 100644 --- a/lib/xero_gateway/gateway.rb +++ b/lib/xero_gateway/gateway.rb @@ -30,7 +30,7 @@ module XeroGateway request_params[:ContactID] = options[:contact_id] if options[:contact_id] request_params[:ContactN...
Fixes broken ModifiedAfter param in get_contacts request_params[:ModifiedAfter] must be an instance of Time, not a string, as the utc() method gets called on it from XeroGateway::HTTP#http_request
xero-gateway_xero_gateway
train
44207dbc5adfcc96e373dd96c8afaee14c4b8ff3
diff --git a/lib/veritas/algebra/restriction.rb b/lib/veritas/algebra/restriction.rb index <HASH>..<HASH> 100644 --- a/lib/veritas/algebra/restriction.rb +++ b/lib/veritas/algebra/restriction.rb @@ -19,7 +19,7 @@ module Veritas relation = self.relation.optimize predicate = self.predicate.optimize -...
Updated Restriction#optimize to pass-through Relation::Empty relations
dkubb_axiom
train
9b40f8c254f374d1bd4fcc09c81766eb0af481f7
diff --git a/metrics.go b/metrics.go index <HASH>..<HASH> 100644 --- a/metrics.go +++ b/metrics.go @@ -36,10 +36,18 @@ func (m MetricType) IsCompatible(val interface{}) bool { switch val.(type) { case int: v := val.(int) - if v > math.MaxInt32 { - return m == Int64Type + switch { + case v < 0: + return m ...
metrics: refactor MetricType functions and make tests pass
performancecopilot_speed
train
57b5db746a15d7dced5ce6944829f599f5171b94
diff --git a/src/methods/artoo.methods.save.js b/src/methods/artoo.methods.save.js index <HASH>..<HASH> 100644 --- a/src/methods/artoo.methods.save.js +++ b/src/methods/artoo.methods.save.js @@ -144,4 +144,12 @@ // We convert the array of arrays to a csv string } }; + + artoo.saveHtml = function(data, p...
Laying basis for saveHtml method
medialab_artoo
train
d88e01c7dd45848bc41ec91d2dc2afa41b428a36
diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index <HASH>..<HASH> 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -61,6 +61,14 @@ class AuthCodeGrant extends AbstractGrant protected $authTokenTTL = 600; /** + * Whether to require the client secret ...
Making client secret optional during refresh and access token requsets.
thephpleague_oauth2-server
train
ef724e41a2e53ff786f2ff9a145815b29a985b4f
diff --git a/activerecord/lib/active_record/associations/preloader/association.rb b/activerecord/lib/active_record/associations/preloader/association.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/associations/preloader/association.rb +++ b/activerecord/lib/active_record/associations/preloader/asso...
correctly typecast keys, remove conditionals, reduce object allocations
rails_rails
train
24d6c02feaa401f6a1cdbff9558dcd9be5407f6d
diff --git a/src/Composer/Satis/Command/BuildCommand.php b/src/Composer/Satis/Command/BuildCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Satis/Command/BuildCommand.php +++ b/src/Composer/Satis/Command/BuildCommand.php @@ -37,13 +37,14 @@ class BuildCommand extends Command ->setName('build') ...
added handling of command args and options in the config file
composer_satis
train
f5213653517922a86d7f799f3d7e3d72536fe81d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,4 @@ setup(name="keen-client", url="https://github.com/keenlabs/KeenClient-Python", packages=["keen"], install_requires=["requests"] - ) +)
indentation in setup.py
keenlabs_KeenClient-Python
train
325f47500d5265ad4240d2903601f178e51efc17
diff --git a/spacy/language.py b/spacy/language.py index <HASH>..<HASH> 100644 --- a/spacy/language.py +++ b/spacy/language.py @@ -1629,6 +1629,7 @@ class Language: # Later we replace the component config with the raw config again. interpolated = filled.interpolate() if not filled.is_interpolated else...
Move replacement logic to Language.from_config
explosion_spaCy
train
31578ddb33cdd29e13a3bee3320d9053be9f2fbf
diff --git a/pyrogram/client/filters/filters.py b/pyrogram/client/filters/filters.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/filters/filters.py +++ b/pyrogram/client/filters/filters.py @@ -236,30 +236,33 @@ class Filters: return create("Regex", f, p=re.compile(pattern, flags)) - @staticmethod ...
Give Filters.user superpowers It can now add and remove users at runtime
pyrogram_pyrogram
train
92a74cd9d6a6d88b452417ca45e2ee8a51de8244
diff --git a/code/model/ShopMember.php b/code/model/ShopMember.php index <HASH>..<HASH> 100644 --- a/code/model/ShopMember.php +++ b/code/model/ShopMember.php @@ -46,7 +46,7 @@ class ShopMember extends DataObjectDecorator { ShoppingCart::singleton()->clear(); OrderManipulation::clear_session_order_ids(); } - + ...
ENHANCEMENT: added getPastOrders function to ShopMember
silvershop_silvershop-core
train
a243a6a7c39f351edb3e75f8c620b94245bb38e0
diff --git a/ua-parser.js b/ua-parser.js index <HASH>..<HASH> 100644 --- a/ua-parser.js +++ b/ua-parser.js @@ -6,9 +6,9 @@ // Licensed under GPLv2 & MIT (function () { - function UAParser (uastring) { + function UAParser (undefined) { - var ua = uastring || typeof window !== 'undefined' ? window.navi...
Make undefined undefined & Add Tizen, Haiku, MeeGo, Nokia
faisalman_ua-parser-js
train
dcdef6a333abd19a1749bd4f6af5e67a17a9585d
diff --git a/sharding-jdbc-orchestration/src/main/java/io/shardingjdbc/orchestration/internal/config/ConfigurationService.java b/sharding-jdbc-orchestration/src/main/java/io/shardingjdbc/orchestration/internal/config/ConfigurationService.java index <HASH>..<HASH> 100644 --- a/sharding-jdbc-orchestration/src/main/java/i...
Add orchestration master slave datasource disabled support 4th.
apache_incubator-shardingsphere
train
af966d529a7d7b869ac7b99303c60376a6bf3167
diff --git a/framework/yii/base/View.php b/framework/yii/base/View.php index <HASH>..<HASH> 100644 --- a/framework/yii/base/View.php +++ b/framework/yii/base/View.php @@ -730,7 +730,7 @@ class View extends Component if (!empty($this->js[self::POS_HEAD])) { $lines[] = Html::script(implode("\n", $this->js[self::PO...
I add new line in methods that render code in the head and for body
yiisoft_yii2-bootstrap4
train
d58621d76839c11969c5e67d1b0a41c5486f85cd
diff --git a/holoviews/plotting/util.py b/holoviews/plotting/util.py index <HASH>..<HASH> 100644 --- a/holoviews/plotting/util.py +++ b/holoviews/plotting/util.py @@ -216,6 +216,7 @@ def split_dmap_overlay(obj, depth=0): """ layers = [] if isinstance(obj, DynamicMap): + initialize_dynamic(obj) ...
Allow overlay on a dynamicmap nested in a dynamicmap (#<I>)
pyviz_holoviews
train
027926bd5dc9439b3043adf78fb5ecc2e911a6be
diff --git a/internal/operator/internal/client/client.go b/internal/operator/internal/client/client.go index <HASH>..<HASH> 100644 --- a/internal/operator/internal/client/client.go +++ b/internal/operator/internal/client/client.go @@ -4,6 +4,7 @@ package client import ( "io" "net/http" + "time" ) // Client imp...
Fix rate limiting. Prior to this commit, entry points could sync up and burst requests, E.g.: two calls enter, both are delayed 3 seconds, both fire. Former-commit-id: <I>f<I>fa5dde<I>daef<I>e<I>fac0a
turnage_graw
train
ffad50cea75a5337145fb312f7d23547d38185ee
diff --git a/newsletter-bundle/src/Resources/contao/classes/Newsletter.php b/newsletter-bundle/src/Resources/contao/classes/Newsletter.php index <HASH>..<HASH> 100644 --- a/newsletter-bundle/src/Resources/contao/classes/Newsletter.php +++ b/newsletter-bundle/src/Resources/contao/classes/Newsletter.php @@ -371,9 +371,11...
[Newsletter] Mark deprecated stuff for removal.
contao_contao
train
7d9c39a4315fee93c9c6e721da118b0f55773b65
diff --git a/src/main/java/com/buschmais/jqassistant/scm/maven/ReportMojo.java b/src/main/java/com/buschmais/jqassistant/scm/maven/ReportMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/buschmais/jqassistant/scm/maven/ReportMojo.java +++ b/src/main/java/com/buschmais/jqassistant/scm/maven/ReportMojo.java @...
#<I> added test for report task
buschmais_jqa-maven-plugin
train
61e13bfeef9bbb71d11585e0b7d20ba8e484b3af
diff --git a/src/RegistryPage.php b/src/RegistryPage.php index <HASH>..<HASH> 100644 --- a/src/RegistryPage.php +++ b/src/RegistryPage.php @@ -121,7 +121,7 @@ class RegistryPage extends Page $controller = Controller::curr(); if ($controller) { $request = $controller->getRequest(); - ...
FIX Exporting registry pages to CSV now uses the columns displayed on the web page Also includes some minor code tidy ups and doc block improvements for IDE autocompletion
silverstripe_silverstripe-registry
train
501b8cfbeb6e0286b02e089cbccc01f86ac867fc
diff --git a/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/TwoNodesTest.java b/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/TwoNodesTest.java index <HASH>..<HASH> 100644 --- a/lucene/directory-provider/src/test/java/org/infinispan/hibernate/search/TwoNodesTest.java +...
ISPN-<I> Improved stability of TwoNodesTests
infinispan_infinispan
train
50993206a5cdef1a42d692e4093935d2f0e10f78
diff --git a/reposerver/cache/cache.go b/reposerver/cache/cache.go index <HASH>..<HASH> 100644 --- a/reposerver/cache/cache.go +++ b/reposerver/cache/cache.go @@ -152,9 +152,9 @@ func (c *Cache) GetManifests(revision string, appSrc *appv1.ApplicationSource, c return fmt.Errorf("Unable to generate hash value: %s", er...
fix: make sure repo server discard cached empty response (#<I>)
argoproj_argo-cd
train
ac1908752f105ea4be28e804988594440b38480b
diff --git a/lib/chef/knife/solo_cook.rb b/lib/chef/knife/solo_cook.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/solo_cook.rb +++ b/lib/chef/knife/solo_cook.rb @@ -303,6 +303,8 @@ class Chef cmd << " -W" if config[:why_run] cmd << " -o #{config[:override_runlist]}" if config[:override_runlist] ...
display cmd string on running chef-solo command Showing what's happing is very important for newbies.
matschaffer_knife-solo
train
d0f9f75b008063913a83e2062254c3c4428a8905
diff --git a/src/components/graphql.js b/src/components/graphql.js index <HASH>..<HASH> 100644 --- a/src/components/graphql.js +++ b/src/components/graphql.js @@ -20,7 +20,13 @@ export default (...args) => BaseComponent => { typeof BaseComponent === 'function', `You must pass a component to the function retur...
Fix processing of graphqlHOC's arguments
monojack_react-blips
train
d9eb59c062c77c9fe69e5c5052d3337429777b9e
diff --git a/src/main/java/com/pinterest/secor/io/impl/JsonORCFileReaderWriterFactory.java b/src/main/java/com/pinterest/secor/io/impl/JsonORCFileReaderWriterFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/pinterest/secor/io/impl/JsonORCFileReaderWriterFactory.java +++ b/src/main/java/com/pinterest/sec...
Handle cases where no schema is provided for a particular topic
pinterest_secor
train
7600c5facde70cfd883b0cbbcb727d778fc5cba8
diff --git a/pynspect/tests/test_filters.py b/pynspect/tests/test_filters.py index <HASH>..<HASH> 100644 --- a/pynspect/tests/test_filters.py +++ b/pynspect/tests/test_filters.py @@ -33,7 +33,7 @@ from pynspect.filters import DataObjectFilter #---------------------------------------------------------------------------...
Refactoring: Removed name Mentat from the names of filter unit test classes.
honzamach_pynspect
train
5bae25a9385f7bfcd20b85f70b9db0e0830dfbfe
diff --git a/src/Syntax/SteamApi/Steam/Player.php b/src/Syntax/SteamApi/Steam/Player.php index <HASH>..<HASH> 100644 --- a/src/Syntax/SteamApi/Steam/Player.php +++ b/src/Syntax/SteamApi/Steam/Player.php @@ -34,6 +34,10 @@ class Player extends Client public function GetPlayerLevelDetails() { $details ...
Update Player.php When a player's account is private and you call GetPlayerLevelDetails() the Containers\Player\Level class cannot be created because $details = $this->GetBadges(); will return empty and the Containers\Player\Level class constructor will fail. Why do I return NULL so I can just check if GetPlayerLev...
syntaxerrors_Steam
train
94e5ea69028c3a4d80b16db1caab2cacbec3e70e
diff --git a/Components/Bundle/ShopwareAdapter/CommandHandler/HandleBundleCommandHandler.php b/Components/Bundle/ShopwareAdapter/CommandHandler/HandleBundleCommandHandler.php index <HASH>..<HASH> 100644 --- a/Components/Bundle/ShopwareAdapter/CommandHandler/HandleBundleCommandHandler.php +++ b/Components/Bundle/Shopwar...
stop customer groups being removed (#<I>)
plentymarkets_plentymarkets-shopware-connector
train
905bd63eee8c35b1b7d1719841d5da09832d0327
diff --git a/isso/wsgi.py b/isso/wsgi.py index <HASH>..<HASH> 100644 --- a/isso/wsgi.py +++ b/isso/wsgi.py @@ -77,7 +77,7 @@ class CORSMiddleware(object): if environ.get("REQUEST_METHOD") == "OPTIONS": add_cors_headers("200 Ok", [("Content-Type", "text/plain")]) - return ['200 Ok'] + ...
CORS middleware must return bytes
posativ_isso
train
baa1f7472f0127aab0111ef18486d290f7f7714e
diff --git a/octodns/provider/constellix.py b/octodns/provider/constellix.py index <HASH>..<HASH> 100644 --- a/octodns/provider/constellix.py +++ b/octodns/provider/constellix.py @@ -148,6 +148,10 @@ class ConstellixClient(object): self._request('POST', path, data=params) def record_delete(self, zone_na...
ConstellixProvider: change ALIAS to CNAME to allow record deletion
github_octodns
train
988b3e5f5d8cd9610dd66b65ec765e7e896ad283
diff --git a/shared/wallets/transaction-details/container.js b/shared/wallets/transaction-details/container.js index <HASH>..<HASH> 100644 --- a/shared/wallets/transaction-details/container.js +++ b/shared/wallets/transaction-details/container.js @@ -19,7 +19,10 @@ const mapStateToProps = (state, ownProps) => { cons...
Include empty transaction as loading for tx details (#<I>)
keybase_client
train
fe2de16b4ff1e7a593adff8ad5607af51e7d82a2
diff --git a/curation_concerns-models/app/jobs/ingest_local_file_job.rb b/curation_concerns-models/app/jobs/ingest_local_file_job.rb index <HASH>..<HASH> 100644 --- a/curation_concerns-models/app/jobs/ingest_local_file_job.rb +++ b/curation_concerns-models/app/jobs/ingest_local_file_job.rb @@ -1,14 +1,7 @@ class Inges...
Refactor LocalIngestJob
samvera_hyrax
train
b9f85f9d2e68adb35224ef07fe00fa01a83d3f8e
diff --git a/lib/parfait/object.rb b/lib/parfait/object.rb index <HASH>..<HASH> 100644 --- a/lib/parfait/object.rb +++ b/lib/parfait/object.rb @@ -34,7 +34,7 @@ module Parfait def get_internal_word(index) name = get_type().name_at(index) return nil unless name - eval "@#{name}" + instance_v...
use instance_variable_set/get instead of eval opal doesn’t like eval anymore
ruby-x_rubyx
train
7f013c9719e4887dd90d83a033134530d1949678
diff --git a/lib/puppet/functions/run_command.rb b/lib/puppet/functions/run_command.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/functions/run_command.rb +++ b/lib/puppet/functions/run_command.rb @@ -36,7 +36,7 @@ Puppet::Functions.create_function(:run_command) do [] else # TODO, rewrite once prop...
(PUP-<I>) Rename calls to Bolt#execute to Bolt#run_command
puppetlabs_puppet
train
42a31bbebf0745177d48cfe3c168196ae3fb025e
diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index <HASH>..<HASH> 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -18,7 +18,7 @@ This file is part of pywb, https://github.com/ikreymer/pywb */ //============================================ -// Wombat JS-Rewriting Library v2.17 +// Wo...
wombat improvements: - history change check: don't reject urls without a slash, check if new url == origin - new api: override window.fetch() if it exists - srcset elem rewriting, <source> element srcset override - ajax: don't add X-Pywb-Requested-With header if url is a data: url
webrecorder_pywb
train
258ef3a260d4cf658adcb912519b72af4845d729
diff --git a/libkbfs/folder_branch_ops.go b/libkbfs/folder_branch_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_branch_ops.go +++ b/libkbfs/folder_branch_ops.go @@ -1666,15 +1666,7 @@ func (fbo *folderBranchOps) finalizeMDWriteLocked(ctx context.Context, } } - // Swap any cached block changes so that f...
root_metadata: utility method for swapping block changes And call it when finalizing a gcOp. Issue: KBFS-<I>
keybase_client
train
e70c7d223ec9fd826e34b4d4f207aaa433431a9c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires = [ setup( name='nodeconductor', - version='0.15.0', + version='0.16.0', author='OpenNode Team', author_email='info@opennodecloud.com', url='https://github.com/openn...
Preparing new release: <I>
opennode_waldur-core
train
f871ce942a7fd2f793a813f11bb7278a04f31ad6
diff --git a/lib/biojs-vis-proteinFeaturesViewer.js b/lib/biojs-vis-proteinFeaturesViewer.js index <HASH>..<HASH> 100644 --- a/lib/biojs-vis-proteinFeaturesViewer.js +++ b/lib/biojs-vis-proteinFeaturesViewer.js @@ -649,7 +649,7 @@ var .append("text") .classed(FTVUtils.ID_CLASS_PREFIX + "aminoA...
Remove unneed tspan in sequence Only those AA with the position under them need a tspan to show such a position. Otherwise just the text is enough.
ebi-uniprot_ProtVista
train
a8b9a819dac303a6eadf02aedf73bf17a8410767
diff --git a/src/Illuminate/Foundation/Exceptions/Handler.php b/src/Illuminate/Foundation/Exceptions/Handler.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Exceptions/Handler.php +++ b/src/Illuminate/Foundation/Exceptions/Handler.php @@ -43,9 +43,10 @@ class Handler implements ExceptionHandlerContract ...
Improved exception reporting It can be very useful to have the entire exception passed through to the logger. An example use case would be logging to bugsnag by having a bugsnag logger object, and passing the entire exception means we can extract more detail from it. This is not a breaking change because psr says that...
laravel_framework
train
a0fb2171d98da6b2d3afebcd021733ca5e46305e
diff --git a/packages/select/src/Select.js b/packages/select/src/Select.js index <HASH>..<HASH> 100644 --- a/packages/select/src/Select.js +++ b/packages/select/src/Select.js @@ -113,7 +113,7 @@ const Select = ({ const findOptionFromValue = (value, options) => { if (Array.isArray(options)) { const flatte...
refactor: support grouped options use the type prop to check for grouped options
Availity_availity-react
train
5e8c53a983fe6661d86dce1f39d06c8d8f862d7a
diff --git a/services/discovery/v1-exp.js b/services/discovery/v1-exp.js index <HASH>..<HASH> 100644 --- a/services/discovery/v1-exp.js +++ b/services/discovery/v1-exp.js @@ -28,7 +28,7 @@ module.exports = function (RED) { var DiscoveryV1Experimental = require('watson-developer-cloud/discovery/v1-experimental'), ...
Update Discovery to use new service utils for cf functionality
watson-developer-cloud_node-red-node-watson
train
ea8dcd1abe0f90de68d459e8c18c0e18a1c266a3
diff --git a/cli/lib/user/index.js b/cli/lib/user/index.js index <HASH>..<HASH> 100644 --- a/cli/lib/user/index.js +++ b/cli/lib/user/index.js @@ -107,18 +107,18 @@ user.questions = function () { * Execute user creation from inputs */ user.execute = function (ctx, params) { - var defaults; - if (_.isArray(params...
Org invite can be accepted two ways
manifoldco_torus-cli
train
92dd3bb1ccc5140f85cab49b84603532191f4848
diff --git a/lib/instana.rb b/lib/instana.rb index <HASH>..<HASH> 100644 --- a/lib/instana.rb +++ b/lib/instana.rb @@ -9,20 +9,38 @@ module Instana attr_accessor :collectors attr_accessor :config attr_accessor :logger + attr_accessor :pid + + ## + # start + # + # Initialize the Instana lan...
Move initialization to a start method.
instana_ruby-sensor
train
15284e376f60dc04d5c1a6978f77ef1e2070ba25
diff --git a/spec/helper_spec.rb b/spec/helper_spec.rb index <HASH>..<HASH> 100755 --- a/spec/helper_spec.rb +++ b/spec/helper_spec.rb @@ -103,6 +103,23 @@ describe Split::Helper do small.participant_count.should eql(0) end + it 'should not raise the completion rate of an experiment that the user is no...
Written failing test for incorrectly raising the completion count
splitrb_split
train
2b73fbaed7837dbc1bb25b61a4cbf63a21aa629e
diff --git a/unleash/plugins/non_empty.py b/unleash/plugins/non_empty.py index <HASH>..<HASH> 100644 --- a/unleash/plugins/non_empty.py +++ b/unleash/plugins/non_empty.py @@ -1,8 +1,11 @@ +import os + from blinker import signal def on_lint(app, lint): - print lint, lint.tmpdir + if os.listdir(lint.tmpdir) =...
Functional non-empty linting.
mbr_unleash
train
ac62542b264acce24ed7abee5ae3afecabe63547
diff --git a/tensorflow_probability/python/experimental/sts_gibbs/gibbs_sampler.py b/tensorflow_probability/python/experimental/sts_gibbs/gibbs_sampler.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/experimental/sts_gibbs/gibbs_sampler.py +++ b/tensorflow_probability/python/experimental/sts_gibbs/gi...
Support MultivariateNormalPrecisionFactorLinearOperator as a weight prior. PiperOrigin-RevId: <I>
tensorflow_probability
train
65b75a92123db6198d59a98d83ae4bbbbb929387
diff --git a/gns3server/compute/iou/iou_vm.py b/gns3server/compute/iou/iou_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/compute/iou/iou_vm.py +++ b/gns3server/compute/iou/iou_vm.py @@ -1167,7 +1167,7 @@ class IOUVM(BaseNode): ...
Fix an issue with serial capture for IOU Fix <URL>
GNS3_gns3-server
train
2b3d1e5ad94ee7450351aed1cd628404b79a36dd
diff --git a/lib/tern.js b/lib/tern.js index <HASH>..<HASH> 100644 --- a/lib/tern.js +++ b/lib/tern.js @@ -653,6 +653,9 @@ if (objProp) { objLit = exprAt; prop = objProp.key.name; + } else if (!word && !/:\s*$/.test(file.text.slice(0, wordStart))) { + objLit = exprAt; + ...
Allow completion in object literals when no property has been typed yet Issue #<I>
ternjs_tern
train
1dd4e89dc75e281e702152ac662d72104946a80f
diff --git a/app/actions/printViewActionBuilder.js b/app/actions/printViewActionBuilder.js index <HASH>..<HASH> 100644 --- a/app/actions/printViewActionBuilder.js +++ b/app/actions/printViewActionBuilder.js @@ -90,7 +90,7 @@ function PrintViewActionBuilder() { xmlhttp.open('POST', url, true); xmlhttp....
printViewAction is not working #fix
InfinniPlatform_InfinniUI
train
ea2d882503d06e43048e1d2e26f114dbfdf6049c
diff --git a/dom/servicespi/src/main/java/org/isisaddons/module/publishmq/dom/servicespi/PublisherServiceUsingActiveMq.java b/dom/servicespi/src/main/java/org/isisaddons/module/publishmq/dom/servicespi/PublisherServiceUsingActiveMq.java index <HASH>..<HASH> 100644 --- a/dom/servicespi/src/main/java/org/isisaddons/modul...
updated for extension to PublisherService for objects (no-op currently).
isisaddons-legacy_isis-module-publishmq
train
bb6947f1bae830d37bcfa976d337c09114cb80ff
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 @@ -1,7 +1,7 @@ -require 'minitest/autorun' -require 'minitest/spec' - require 'coveralls' Coveralls.wear! +require 'minitest/autorun' +require 'minitest/spec' + require 'xo'
Require Coveralls then Minitest to ensure the tests are run
dwayne_xo
train
4acf5663728c495b164b015b1262e62873ce3568
diff --git a/chatterbot/conversation.py b/chatterbot/conversation.py index <HASH>..<HASH> 100644 --- a/chatterbot/conversation.py +++ b/chatterbot/conversation.py @@ -9,21 +9,25 @@ class StatementMixin(object): normalize different statement models. """ + statement_field_names = [ + 'id', + ...
Make it easier to add new fields on subclasses
gunthercox_ChatterBot
train
4af9f021f7552252c0898f5c9de3c74ae604fcf5
diff --git a/lib/everyday_thor_util/builder.rb b/lib/everyday_thor_util/builder.rb index <HASH>..<HASH> 100644 --- a/lib/everyday_thor_util/builder.rb +++ b/lib/everyday_thor_util/builder.rb @@ -204,11 +204,19 @@ module EverydayThorUtil rc end + def build_helpers(p, pc) + self.global.helpers.helpe...
fix some mistakes and clean things up a bit
henderea_everyday_thor_util
train
6444ad34decaf67fe01f21e5a486f29d7f86f9c6
diff --git a/lib/mini_magick.rb b/lib/mini_magick.rb index <HASH>..<HASH> 100644 --- a/lib/mini_magick.rb +++ b/lib/mini_magick.rb @@ -34,7 +34,7 @@ module MiniMagick end end - MOGRIFY_COMMANDS = %w{adaptive-blur adaptive-resize adaptive-sharpen adjoin affine alpha annotate antialias append authenticate auto...
removes several invalid command line options from MOGRIFY_COMMANDS
minimagick_minimagick
train
8eaa71511935add299f6032e18b2fac78ef7ef4d
diff --git a/galpy/potential_src/SCFPotential.py b/galpy/potential_src/SCFPotential.py index <HASH>..<HASH> 100644 --- a/galpy/potential_src/SCFPotential.py +++ b/galpy/potential_src/SCFPotential.py @@ -6,7 +6,7 @@ if _APY_LOADED: from galpy.util import bovy_coords from scipy.special import eval_gegenbauer, lpm...
the parameter dens in compute_coeffs_axi must take take two parameters, where the second one is theta. Also using the integrate function nquad to take the double integral of r and theta
jobovy_galpy
train
dc74d970ad39c4b45fa5de1a17b25cbea0e658ea
diff --git a/dispatch/static/manager/src/js/reducers/ToasterReducer.js b/dispatch/static/manager/src/js/reducers/ToasterReducer.js index <HASH>..<HASH> 100644 --- a/dispatch/static/manager/src/js/reducers/ToasterReducer.js +++ b/dispatch/static/manager/src/js/reducers/ToasterReducer.js @@ -115,7 +115,7 @@ export defaul...
Event toast messages (also fix some other messages)
ubyssey_dispatch
train
515252b2b92f5046906e190853a7c147ac321b1b
diff --git a/salt/modules/composer.py b/salt/modules/composer.py index <HASH>..<HASH> 100644 --- a/salt/modules/composer.py +++ b/salt/modules/composer.py @@ -147,7 +147,10 @@ def install(dir, if optimize is True: cmd += ' --optimize-autoloader' - result = __salt__['cmd.run_all'](cmd, runas=runas, en...
composer module python_shell=False additon
saltstack_salt
train
e638d421a5d2e2ad25af1bf172ff29c251ec3f93
diff --git a/src/main/java/ninja/S3Dispatcher.java b/src/main/java/ninja/S3Dispatcher.java index <HASH>..<HASH> 100644 --- a/src/main/java/ninja/S3Dispatcher.java +++ b/src/main/java/ninja/S3Dispatcher.java @@ -42,10 +42,7 @@ import sirius.web.http.Response; import sirius.web.http.WebContext; import sirius.web.http.W...
Fixes storage of properties for multipart uploads 👷‍♀️ SIRI-<I>
scireum_s3ninja
train
671db618b6b25080165ddb6f80a0fdeb0fbc8f63
diff --git a/src/robinhood.js b/src/robinhood.js index <HASH>..<HASH> 100644 --- a/src/robinhood.js +++ b/src/robinhood.js @@ -76,9 +76,9 @@ function RobinhoodWebApi(opts, callback) { 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en;q=1, fr;q=0.9, de;q=0.8, ja;q=0.7, nl;q=0.6, it;q=0.5', ...
Updated request headers to use latest iOS/app version user agent and latest RH api release (#<I>)
aurbano_robinhood-node
train
19355de7830a1551ac778cc5f05fa93b0cca5b7d
diff --git a/lib/nyaplot/data.rb b/lib/nyaplot/data.rb index <HASH>..<HASH> 100644 --- a/lib/nyaplot/data.rb +++ b/lib/nyaplot/data.rb @@ -1,6 +1,7 @@ require 'nyaplot' require 'securerandom' require 'json' +require 'csv' module Nyaplot class DataFrame @@ -20,16 +21,29 @@ module Nyaplot keys.each{|k...
Add Series and DataFrame.from_csv
domitry_nyaplot
train
a7b93f4f07979442344de00cee6885e68d1f1520
diff --git a/source/awesome_tool/mvc/basic_turtle_state_machine.py b/source/awesome_tool/mvc/basic_turtle_state_machine.py index <HASH>..<HASH> 100644 --- a/source/awesome_tool/mvc/basic_turtle_state_machine.py +++ b/source/awesome_tool/mvc/basic_turtle_state_machine.py @@ -8,12 +8,13 @@ from awesome_tool.utils import ...
Add missing config load Load config from user config in empty state machine and basic turtle demo
DLR-RM_RAFCON
train
e3fc1e67166e2dd4dfa61d695a15a6b31515c864
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,28 @@ +* Makes `ActiveRecord::AttributeMethods::Query` respect the getter overrides defined in the model. + + Fixes #40771. + + Before: + + ...
Make ActiveRecord::AttributeMethods::Query respect getter overwrites in the model
rails_rails
train
a05a82a7d600a29cdb45943974504c6a7fd760c9
diff --git a/examples/speech_to_text_v1.rb b/examples/speech_to_text_v1.rb index <HASH>..<HASH> 100644 --- a/examples/speech_to_text_v1.rb +++ b/examples/speech_to_text_v1.rb @@ -111,7 +111,7 @@ speech = speech_to_text.recognize_using_websocket( content_type: "audio/wav" ) -speech_2 = speech_to_text.recognize_usi...
refactor: improve readability of stt websocket example
watson-developer-cloud_ruby-sdk
train
14daf41599f37694fd62155df32e7b76ebcf056a
diff --git a/lib/advancedccm_impl.js b/lib/advancedccm_impl.js index <HASH>..<HASH> 100755 --- a/lib/advancedccm_impl.js +++ b/lib/advancedccm_impl.js @@ -75,7 +75,7 @@ var spectools = ); } - info.funcs = raw_spec.funcs; + info.funcs = _.cloneDeep( raw_spec.funcs ); var ...
Fixed not to damage specs passed by value in spec_dirs option
futoin_core-js-ri-invoker
train
5fb366676d533f9f9404ee5138a345f2a3f6210f
diff --git a/arctic/date/_mktz.py b/arctic/date/_mktz.py index <HASH>..<HASH> 100644 --- a/arctic/date/_mktz.py +++ b/arctic/date/_mktz.py @@ -33,7 +33,7 @@ def mktz(zone=None): """ if zone is None: zone = tzlocal.get_localzone().zone - zone = six.u(zone, 'ascii') + zone = six.u(zone) tz =...
Support py2 and py3
manahl_arctic
train
265323ad962cbc0136d016ec744afbd2a2b94638
diff --git a/lib/stalker.js b/lib/stalker.js index <HASH>..<HASH> 100644 --- a/lib/stalker.js +++ b/lib/stalker.js @@ -122,7 +122,7 @@ var nPath = path.resolve(reqPath) - path.exists(nPath, function _exists(exists) { + fs.exists(nPath, function _exists(exists) { if (!exists) { nPath = nPa...
[fix] path.exists was moved to fs.exists
jslatts_stalker
train
575deebb54f7abe50189cb9efe34ba2c2f7f24e6
diff --git a/src/cr/cube/crunch_cube.py b/src/cr/cube/crunch_cube.py index <HASH>..<HASH> 100644 --- a/src/cr/cube/crunch_cube.py +++ b/src/cr/cube/crunch_cube.py @@ -966,8 +966,13 @@ class CrunchCube(object): [ind_subtotal_elements] ) axis = dimension_index - value...
fix case where subtotal is not in the category listing
Crunch-io_crunch-cube
train
3aab8ee2e7152eaddb1617dae603c32d775e5792
diff --git a/api/src/main/java/org/ehcache/resilience/ResilienceStrategy.java b/api/src/main/java/org/ehcache/resilience/ResilienceStrategy.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/org/ehcache/resilience/ResilienceStrategy.java +++ b/api/src/main/java/org/ehcache/resilience/ResilienceStrategy.java @@ -2...
#<I> : add javadoc clarifying writer/loader and resilience strategy interactions
ehcache_ehcache3
train
08b850f1007dfdce0f2079f970d9dd0c1fd50b9e
diff --git a/lib/buildSection.js b/lib/buildSection.js index <HASH>..<HASH> 100644 --- a/lib/buildSection.js +++ b/lib/buildSection.js @@ -21,7 +21,7 @@ module.exports = function(name, num, component, shim) { output += buildVariable(component[i]); } - if (shim && name == 'Global Styles') { + if (shim && nam...
Fix incorrect section name in Foundation shim
zurb_octophant
train
f2a2b2ac70632b878fea393f698168b65adbac2f
diff --git a/eth/downloader/queue.go b/eth/downloader/queue.go index <HASH>..<HASH> 100644 --- a/eth/downloader/queue.go +++ b/eth/downloader/queue.go @@ -1,6 +1,7 @@ package downloader import ( + "fmt" "math" "sync" "time" @@ -102,17 +103,6 @@ func (c *queue) has(hash common.Hash) bool { return c.hashPool....
eth/downloader: put back hashes on block overflow error
ethereum_go-ethereum
train
734c604ce20dd044579c85d5c7015baa02532f1f
diff --git a/src/EntitiesList/SharpEntitiesList.php b/src/EntitiesList/SharpEntitiesList.php index <HASH>..<HASH> 100644 --- a/src/EntitiesList/SharpEntitiesList.php +++ b/src/EntitiesList/SharpEntitiesList.php @@ -88,13 +88,16 @@ abstract class SharpEntitiesList { $keys = $this->getDataContainersKeys(); ...
Add "items" key in entitiesList data
code16_sharp
train
fbf280a7db537b33c820e1a3b0cda526c31fd3b4
diff --git a/xchange-core/src/main/java/org/knowm/xchange/dto/marketdata/OrderBook.java b/xchange-core/src/main/java/org/knowm/xchange/dto/marketdata/OrderBook.java index <HASH>..<HASH> 100644 --- a/xchange-core/src/main/java/org/knowm/xchange/dto/marketdata/OrderBook.java +++ b/xchange-core/src/main/java/org/knowm/xch...
Order book serialization/deserialization
knowm_XChange
train
873da2772af4da5790548bacf29e404d5717d16d
diff --git a/user_agents/parsers.py b/user_agents/parsers.py index <HASH>..<HASH> 100644 --- a/user_agents/parsers.py +++ b/user_agents/parsers.py @@ -125,8 +125,6 @@ class UserAgent(object): if ('Mobile Safari' not in self.ua_string and self.browser.family != "Firefox Mobile"): r...
The SCH- check was erroneously setting Galaxy S phones to tablets.
selwin_python-user-agents
train
1c768e0a5960cabde8f68b3c3583ea23f48a12d7
diff --git a/test/config/test_element.rb b/test/config/test_element.rb index <HASH>..<HASH> 100644 --- a/test/config/test_element.rb +++ b/test/config/test_element.rb @@ -106,16 +106,18 @@ class TestConfigElement < ::Test::Unit::TestCase assert_true(e1 == e2) end - test 'not equal' do - e1...
element test: Migrate some test cases to parametrized tests
fluent_fluentd
train
e5911d37f4fd5af9d1fa84474c5ca5ab0ec08080
diff --git a/remotes/remotes_test.go b/remotes/remotes_test.go index <HASH>..<HASH> 100644 --- a/remotes/remotes_test.go +++ b/remotes/remotes_test.go @@ -198,8 +198,8 @@ func TestRemotesLargeRanges(t *testing.T) { } remotes.Observe(peers[0], 0) - remotes.Observe(peers[1], math.MaxInt64) - remotes.Observe(peers[2...
Fixes remotes_test.go on <I> bit platforms Using MaxInt<I> instead of MaxInt<I> in TestRemotesLargeRanges. Stops an overflow on <I> bit systems. Closes #<I>
docker_swarmkit
train
9dbf9ac9ad178e846f223b8929904dfc488d7018
diff --git a/cluster/database.go b/cluster/database.go index <HASH>..<HASH> 100644 --- a/cluster/database.go +++ b/cluster/database.go @@ -62,7 +62,7 @@ func snapAndReadClusterInfo() (*ClusterInitState, error) { return state, nil } -func readClusterInfo() (ClusterInfo, error) { +func readClusterInfo() (ClusterInfo...
Start watch from last index at which read was done
libopenstorage_openstorage
train
65f7cc04807790379964aba30a769494bf70a3a3
diff --git a/jupytext/cell_to_text.py b/jupytext/cell_to_text.py index <HASH>..<HASH> 100644 --- a/jupytext/cell_to_text.py +++ b/jupytext/cell_to_text.py @@ -313,8 +313,6 @@ class SphinxGalleryCellExporter(BaseCellExporter): """Return the text representation for the cell""" if self.cell_type == 'code...
Removed pointless statement (thanks pylint)
mwouts_jupytext
train
39170921d1ab0c5ae07b11414407130b6fe07674
diff --git a/src/Command/Generate/PluginViewsFieldCommand.php b/src/Command/Generate/PluginViewsFieldCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Generate/PluginViewsFieldCommand.php +++ b/src/Command/Generate/PluginViewsFieldCommand.php @@ -130,12 +130,23 @@ class PluginViewsFieldCommand extends Command ...
Add warning that hook already exists, remove useless use statements, add append flag for module.views.inc file (#<I>)
hechoendrupal_drupal-console
train
3cfa19deab24628196e411a83f63b22d247c9b6e
diff --git a/axis/vapix.py b/axis/vapix.py index <HASH>..<HASH> 100644 --- a/axis/vapix.py +++ b/axis/vapix.py @@ -107,7 +107,7 @@ class Vapix: self.params.update_brand() if not self.ports: - self.params.update_ports + self.params.update_ports() ...
Make update_ports a method rather than a property (#<I>)
Kane610_axis
train
a9b8952ea28bc25a90a7136a03dc2f3f142f1509
diff --git a/src/Psalm/Type/Algebra.php b/src/Psalm/Type/Algebra.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Type/Algebra.php +++ b/src/Psalm/Type/Algebra.php @@ -127,6 +127,20 @@ class Algebra return self::combineOredClauses($left_clauses, $right_clauses); } + if ($conditional instan...
Fix #<I> - improve handling of negated binary ops
vimeo_psalm
train
17aaf7d91b9741450445ebf074b53db39d9036fb
diff --git a/lib/rails_readonly_injector.rb b/lib/rails_readonly_injector.rb index <HASH>..<HASH> 100644 --- a/lib/rails_readonly_injector.rb +++ b/lib/rails_readonly_injector.rb @@ -15,7 +15,7 @@ module RailsReadonlyInjector next end - if self.config.read_only + if self.config.send(:read_on...
Set `config.read_only` to be private, to prevent users from accidentally reading its value. (#5)
xtrasimplicity_rails_readonly_injector
train
0d156a31c5a1836843e4fe8e4b4a8fa0db63c521
diff --git a/src/config/unexpected.test.js b/src/config/unexpected.test.js index <HASH>..<HASH> 100644 --- a/src/config/unexpected.test.js +++ b/src/config/unexpected.test.js @@ -378,7 +378,9 @@ describe("<object> to be a column definition", () => { "{\n" + " type: 'date',\n" + " fieldName: 'ColumnA',\...
Fixed React <I> issue
Orckestra_orc-scripts
train
5028229ed16138c419d0779c4dd7abcb02369fae
diff --git a/Framework/FileOrganiser.php b/Framework/FileOrganiser.php index <HASH>..<HASH> 100644 --- a/Framework/FileOrganiser.php +++ b/Framework/FileOrganiser.php @@ -56,8 +56,11 @@ public function organise($domHead) { // The expand head function sets an attribute of data-for-removal when // completed with th...
Test removal of meta tags, in the correct place.
PhpGt_WebEngine
train
f3d8b061fb54e7d98065b6cf691e2a1965df9e53
diff --git a/dci/server/api/v1/jobs.py b/dci/server/api/v1/jobs.py index <HASH>..<HASH> 100644 --- a/dci/server/api/v1/jobs.py +++ b/dci/server/api/v1/jobs.py @@ -27,6 +27,8 @@ from dci.server.common import schemas from dci.server.common import utils from dci.server.db import models_core as models +from dci.server....
Add the possibility to retrieve the job's jobstates The entrypoint /api/v1/jobs/<job_id>/jobstates has been added. It will allows a user to ask all the jobstates of a specific job. Change-Id: I<I>bfab<I>fd<I>e<I>e
redhat-cip_dci-control-server
train
7db1119f9d389ce162cd4845726d2ae405b9ac8c
diff --git a/app/controllers/xml_controller.rb b/app/controllers/xml_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/xml_controller.rb +++ b/app/controllers/xml_controller.rb @@ -116,5 +116,4 @@ class XmlController < ContentController @items += Category.find_all_with_article_counters(1000) @it...
* Fixed a couple of broken tests introduced by the changes in title_prefix * Nailed a few other issues brought up while porting tests to RSpec git-svn-id: <URL>
publify_publify
train
4501a5b33be32b896b27a57d7ccc6798d37b404c
diff --git a/autofit/mapper/prior_model/prior.py b/autofit/mapper/prior_model/prior.py index <HASH>..<HASH> 100644 --- a/autofit/mapper/prior_model/prior.py +++ b/autofit/mapper/prior_model/prior.py @@ -138,6 +138,9 @@ class TuplePrior(object): setattr(tuple_prior, prior_tuple.name, arguments[prior_tuple.p...
indexing tuple priors
rhayes777_PyAutoFit
train
558291cac20fa0869267b5cdf661d3529da7c29d
diff --git a/src/Http/MiddlewareQueue.php b/src/Http/MiddlewareQueue.php index <HASH>..<HASH> 100644 --- a/src/Http/MiddlewareQueue.php +++ b/src/Http/MiddlewareQueue.php @@ -174,7 +174,7 @@ class MiddlewareQueue implements Countable public function insertBefore($class, $middleware) { $found = false;...
Backport 4.x changes from #<I>.
cakephp_cakephp
train
ace13387c8d7b5823a580db0f1b2aafac515b9f5
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100644 --- a/src/core.js +++ b/src/core.js @@ -333,14 +333,14 @@ jQuery.fn = jQuery.prototype = { // attributes in IE that are actually only stored // as properties will not be copied (such as the // the name attribute on an input). - var htm...
fix for #<I>, pass context to jQuery.clean for jQuery.clone
jquery_jquery
train
2f9ad7bcdf7e6db58e601dc3a5d852157ed7fc21
diff --git a/backtrader/feeds/yahoo.py b/backtrader/feeds/yahoo.py index <HASH>..<HASH> 100644 --- a/backtrader/feeds/yahoo.py +++ b/backtrader/feeds/yahoo.py @@ -268,6 +268,7 @@ class YahooFinanceData(YahooFinanceCSVData): crumb = None sess = requests.Session() + sess.headers['User-Agent'] =...
changed the request User-Agent to accepted value
backtrader_backtrader
train
0d9b783ad1763b668117c1b32f9e50a3fee77c1f
diff --git a/commands/ApiController.php b/commands/ApiController.php index <HASH>..<HASH> 100644 --- a/commands/ApiController.php +++ b/commands/ApiController.php @@ -10,7 +10,6 @@ namespace yii\apidoc\commands; use yii\apidoc\components\BaseController; use yii\apidoc\models\Context; use yii\apidoc\renderers\ApiRend...
Removed unused "use" statements
yiisoft_yii2-apidoc
train
384acb4beb397409d27e97fd8fc4c0eb2e94d773
diff --git a/lib/profile.js b/lib/profile.js index <HASH>..<HASH> 100644 --- a/lib/profile.js +++ b/lib/profile.js @@ -10,23 +10,45 @@ var console = require("./utils").console; function createProfile (options) { options = options || {}; - var profile = new FirefoxProfile(); var deferred = defer(); + var prof...
Move profile creation into lib/profile (fix #<I>)
mozilla-jetpack_jpm
train
57068f9a395df847eb98f8759be15415f0e7b013
diff --git a/source/runTasks.js b/source/runTasks.js index <HASH>..<HASH> 100644 --- a/source/runTasks.js +++ b/source/runTasks.js @@ -27,6 +27,11 @@ function runTasks(fn, opts, tasks, paths) { driver = opts.injectedDriver; } + // gracefully exit if process' killed impromptu + process.on('SIGINT', function(...
Gracefully quit browser when process dies
chenglou_node-huxley
train
05ae6772ac13677a23fd8bd19a3ff4216830d6d0
diff --git a/views/js/test/tools/bandwidth/test.js b/views/js/test/tools/bandwidth/test.js index <HASH>..<HASH> 100644 --- a/views/js/test/tools/bandwidth/test.js +++ b/views/js/test/tools/bandwidth/test.js @@ -92,10 +92,10 @@ define(['context', 'taoClientDiagnostic/tools/bandwidth/tester'], function(conte QUnit...
add warning in bandwidth testing in case if connection is unstable
oat-sa_extension-tao-clientdiag
train
21fbe4b78e0e1bf9c09839982871528cc10bdc6c
diff --git a/puppetsec/util.go b/puppetsec/util.go index <HASH>..<HASH> 100644 --- a/puppetsec/util.go +++ b/puppetsec/util.go @@ -1,7 +1,7 @@ package puppetsec import ( - "errors" + "fmt" "os" "path/filepath" "runtime" @@ -12,7 +12,7 @@ import ( var puppet = puppetwrapper.New() func userSSlDir() (string,...
(#<I>) always ask puppet about ssl dir on windows
choria-io_go-choria
train
13a27aa853ad319c7baabd1aa3b6dc004a0325a2
diff --git a/orbeon_xml_api/builder.py b/orbeon_xml_api/builder.py index <HASH>..<HASH> 100644 --- a/orbeon_xml_api/builder.py +++ b/orbeon_xml_api/builder.py @@ -33,8 +33,9 @@ class Builder: if kwargs.get('controls', False): self.set_control_objects(kwargs['controls']) + self.context = N...
The context property (attr) is global per Builder, not Control.
bobslee_orbeon-xml-api
train
a32331999dfc4a0dc7317c0299b006112c6ca1bf
diff --git a/python/pcs_api/_version.py b/python/pcs_api/_version.py index <HASH>..<HASH> 100644 --- a/python/pcs_api/_version.py +++ b/python/pcs_api/_version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.1' +__version__ = '1.1-SNAPSHOT'
prepare python version <I>-SNAPSHOT for next development
netheosgithub_pcs_api
train
e48da745baef8d3c30849f42453422c398b7bac9
diff --git a/src/Toro.php b/src/Toro.php index <HASH>..<HASH> 100644 --- a/src/Toro.php +++ b/src/Toro.php @@ -8,7 +8,8 @@ class Toro $request_method = strtolower($_SERVER['REQUEST_METHOD']); $path_info = '/'; - $path_info = isset($_SERVER['PATH_INFO']) ? $_SERVER['PATH_INFO'] : ((isset($_SER...
Re-added line break erroneously removed
anandkunal_ToroPHP
train
08dd7b4cd9ef020763ae2a80f263c862ef82a39e
diff --git a/__init__.py b/__init__.py index <HASH>..<HASH> 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,15 @@ ### create temp folder if none exists ######################################### + +import sys as _sys import os as _os + +import matplotlib as _matplotlib + + +### temp directory #################...
python <I> and matplotlib <I> fixes - fixed some small problems with python <I> support - matplotlib <I> does not support apply_rcparams
wright-group_WrightTools
train