hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e0e6f7b03821addf5a3463b0f11c90b1e3e68a9b
diff --git a/spyder/plugins/pylint/widgets/pylintgui.py b/spyder/plugins/pylint/widgets/pylintgui.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/pylint/widgets/pylintgui.py +++ b/spyder/plugins/pylint/widgets/pylintgui.py @@ -457,7 +457,8 @@ class PylintWidget(QWidget): pylint_item = (module, item...
verify if self.parent is not None
spyder-ide_spyder
train
18c596633e298f30bad09ab29dc9a3ea219c525b
diff --git a/housekeeper/pipelines/cli.py b/housekeeper/pipelines/cli.py index <HASH>..<HASH> 100644 --- a/housekeeper/pipelines/cli.py +++ b/housekeeper/pipelines/cli.py @@ -1,10 +1,14 @@ # -*- coding: utf-8 -*- +import logging + import click from housekeeper.store import get_manager from .mip import analysis as...
log config file and fix bug in echo success
Clinical-Genomics_housekeeper
train
821515474983a900464c11d41e7b021ca5a3d771
diff --git a/environs/openstack/config_test.go b/environs/openstack/config_test.go index <HASH>..<HASH> 100644 --- a/environs/openstack/config_test.go +++ b/environs/openstack/config_test.go @@ -245,12 +245,33 @@ var configTests = []configTest{ }, err: ".*expected string, got 666", }, { + summary: "missing ten...
Get rid of the regionTestConfig-based tests completely.
juju_juju
train
c1a88b512f10bde3f484e0d8bc015fced5d31c31
diff --git a/haphilipsjs/__init__.py b/haphilipsjs/__init__.py index <HASH>..<HASH> 100644 --- a/haphilipsjs/__init__.py +++ b/haphilipsjs/__init__.py @@ -114,15 +114,12 @@ class PhilipsTV(object): self.channel_id = id def getChannelLists(self): - if self.api_version >= '6': - r = ...
Get channel list is working in API version 5.
danielperna84_ha-philipsjs
train
54ca6d01078f0667a82ae2e12021a7479549bc7c
diff --git a/bootstrap.php b/bootstrap.php index <HASH>..<HASH> 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -8,6 +8,7 @@ require_once __DIR__ . '/vendor/autoload.php'; (new Dotenv())->load(__DIR__ . '/.env'); $config = [ + 'appDir' => __DIR__, 'env' => $_SERVER['APP_ENV'] ?? 'dev', ]; diff --git a/...
setup appDir variable. allowing to override this
glensc_slack-unfurl
train
12ebfb52cbe009e37f7bb1df7a98e286aca1a9eb
diff --git a/test/haml/engine_test.rb b/test/haml/engine_test.rb index <HASH>..<HASH> 100644 --- a/test/haml/engine_test.rb +++ b/test/haml/engine_test.rb @@ -1299,7 +1299,7 @@ HAML def test_local_assigns_dont_modify_class assert_haml_ugly("= foo", :locals => {:foo => 'bar'}) - assert_equal(nil, defined?(f...
Resolve more warnings from haml test
haml_haml
train
dc2712a063c33d4c6fce6e42e5f45e7e97d46539
diff --git a/raven/lib/raven/client.rb b/raven/lib/raven/client.rb index <HASH>..<HASH> 100644 --- a/raven/lib/raven/client.rb +++ b/raven/lib/raven/client.rb @@ -16,7 +16,7 @@ module Raven attr_reader :server, :public_key, :secret_key, :project_id - def initialize(dsn, options={}) + def initialize(dsn=n...
Add block init and validation to Client.
getsentry_raven-ruby
train
8149ace52cb1f6fccb50a95011e68df881fa2452
diff --git a/internal/restorable/images_test.go b/internal/restorable/images_test.go index <HASH>..<HASH> 100644 --- a/internal/restorable/images_test.go +++ b/internal/restorable/images_test.go @@ -443,4 +443,40 @@ func TestDrawImageAndReplacePixels(t *testing.T) { } } +func TestDispose(t *testing.T) { + base0 :=...
restorable: Add TestDispose
hajimehoshi_ebiten
train
0aa60c87a7b228c2165c7f05987fa6a858cdae56
diff --git a/lib/ohai/plugins/windows/virtualization.rb b/lib/ohai/plugins/windows/virtualization.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/plugins/windows/virtualization.rb +++ b/lib/ohai/plugins/windows/virtualization.rb @@ -1,6 +1,8 @@ # # Author:: Pavel Yudin (<pyudin@parallels.com>) +# Author:: Tim Smith (<t...
Detect vbox/vmware on Windows and speed up runs Fetch WMI data within Ruby vs. shelling out to Powershell. This should be WAY faster.
chef_ohai
train
7fb2105aae9c3fff9910ee08fb8188ee75fab15b
diff --git a/core/src/main/java/lucee/runtime/op/Decision.java b/core/src/main/java/lucee/runtime/op/Decision.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/lucee/runtime/op/Decision.java +++ b/core/src/main/java/lucee/runtime/op/Decision.java @@ -918,7 +918,7 @@ public final class Decision { int len =...
Added a fix for LDEV-<I>
lucee_Lucee
train
3a027bfa68a1e3e84d25e1f07708800dfccbc1bb
diff --git a/template/app/view/Comments.js b/template/app/view/Comments.js index <HASH>..<HASH> 100644 --- a/template/app/view/Comments.js +++ b/template/app/view/Comments.js @@ -365,19 +365,5 @@ Ext.define('Docs.view.Comments', { Docs.view.auth.LoginHelper.renderToComments(newComment); } ...
Remove unused Docs.view.Comments#showMember method.
senchalabs_jsduck
train
4779f91b9361d9be6f7a681d66788bf5db587b27
diff --git a/src/Common/Model/Base.php b/src/Common/Model/Base.php index <HASH>..<HASH> 100644 --- a/src/Common/Model/Base.php +++ b/src/Common/Model/Base.php @@ -1758,14 +1758,11 @@ abstract class Base $oTemp = new \stdClass(); $oTemp->key = $oField->Field; - $...
Added support for enums in describeFields()
nails_common
train
3bf38cbe4d8508a9a0e2ce0f753f1d15fcc1467b
diff --git a/lib/akashi/rds/subnet_group.rb b/lib/akashi/rds/subnet_group.rb index <HASH>..<HASH> 100644 --- a/lib/akashi/rds/subnet_group.rb +++ b/lib/akashi/rds/subnet_group.rb @@ -6,7 +6,7 @@ module Akashi response = Akashi::Aws.rds.client.create_db_subnet_group( db_subnet_group_name: ...
Use Array.wrap to an argument which expect Array
spice-life_akashi
train
2e86f58b83a622e4a4249fb52bd5a649392f8da6
diff --git a/web/concrete/core/controllers/blocks/form.php b/web/concrete/core/controllers/blocks/form.php index <HASH>..<HASH> 100644 --- a/web/concrete/core/controllers/blocks/form.php +++ b/web/concrete/core/controllers/blocks/form.php @@ -79,8 +79,19 @@ class Concrete5_Controller_Block_Form extends BlockController ...
don't output unnecessary jquery UI in form block Take 2 (see <URL>). Also outputs CSS to header (not footer) if needed. Former-commit-id: <I>f<I>ba0af<I>e5d<I>e<I>cf<I>a
concrete5_concrete5
train
e8b4a95c6b2e5a937e61c25b12d56c5d9a1c0c0d
diff --git a/face/geomajas-face-puregwt/client-impl/src/main/java/org/geomajas/puregwt/client/gfx/GfxUtilImpl.java b/face/geomajas-face-puregwt/client-impl/src/main/java/org/geomajas/puregwt/client/gfx/GfxUtilImpl.java index <HASH>..<HASH> 100644 --- a/face/geomajas-face-puregwt/client-impl/src/main/java/org/geomajas/p...
Fix PURE-<I> - Stroke Dash array property of a feature style is ignored
geomajas_geomajas-project-server
train
d091480f71d4514c1d96d701e0e87018279a0f31
diff --git a/telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/groupadministration/KickChatMember.java b/telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/methods/groupadministration/KickChatMember.java index <HASH>..<HASH> 100644 --- a/telegrambots-meta/src/main/java/org/teleg...
Ability to set time periods with Instant, Duration and ZonedDateTime
rubenlagus_TelegramBots
train
3bf6acf3368b0521a2378ddcb997d4851962dd73
diff --git a/pdf/api/config.py b/pdf/api/config.py index <HASH>..<HASH> 100644 --- a/pdf/api/config.py +++ b/pdf/api/config.py @@ -1,9 +1,8 @@ import os -from pdf.api._version import __version__ APP_NAME = 'pdfconduit' -VERSION = __version__ +VERSION = 1.0 UPLOAD_FOLDER = os.path.join(os.path.dirname(__file__)...
FIX api version declaration, broke link between api and PyPi versions
mrstephenneal_pdfconduit
train
59db26ee4fbf5e119163d4a18885437a537a9353
diff --git a/src/Route/Query/QueryRoute.php b/src/Route/Query/QueryRoute.php index <HASH>..<HASH> 100644 --- a/src/Route/Query/QueryRoute.php +++ b/src/Route/Query/QueryRoute.php @@ -85,7 +85,7 @@ class QueryRoute implements RouteInterface, StaticFactoryInterface throw new InvalidQueryString($parameter...
Replaced direct property access with getter.
extendsframework_extends-router
train
7dbb0174cdeba44858d56912dc974f48c0f22354
diff --git a/lib/unparser/cli.rb b/lib/unparser/cli.rb index <HASH>..<HASH> 100644 --- a/lib/unparser/cli.rb +++ b/lib/unparser/cli.rb @@ -149,11 +149,11 @@ module Unparser files = case when File.directory?(file_name) - Dir.glob(File.join(file_name, '**/*.rb')) + Dir.glob(File...
Emit negative float correctly in binary operator method
mbj_unparser
train
df0170ec87fa621f236c2a490c39d8006b7aa2d4
diff --git a/core/src/main/java/hudson/tasks/MailSender.java b/core/src/main/java/hudson/tasks/MailSender.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/tasks/MailSender.java +++ b/core/src/main/java/hudson/tasks/MailSender.java @@ -90,7 +90,7 @@ public class MailSender { Address[] ...
[FIXED HUDSON-<I>] Link to project changes summary instead of this build's changes for "still unstable" email. Also changed StringBuffers to StringBuilders. git-svn-id: <URL>
jenkinsci_jenkins
train
034844ddc9a450f51d7da99d17fba82e595b7339
diff --git a/src/main/java/hex/rf/Confusion.java b/src/main/java/hex/rf/Confusion.java index <HASH>..<HASH> 100644 --- a/src/main/java/hex/rf/Confusion.java +++ b/src/main/java/hex/rf/Confusion.java @@ -124,7 +124,7 @@ public class Confusion extends MRTask { _data = ValueArray.value(DKV.get(_datakey)); _model...
Assertion refined (for EC2 testing)
h2oai_h2o-2
train
b1dbd1cab64d0f18146026e49769f0dec073258a
diff --git a/superset/assets/src/SqlLab/components/QueryAutoRefresh.jsx b/superset/assets/src/SqlLab/components/QueryAutoRefresh.jsx index <HASH>..<HASH> 100644 --- a/superset/assets/src/SqlLab/components/QueryAutoRefresh.jsx +++ b/superset/assets/src/SqlLab/components/QueryAutoRefresh.jsx @@ -26,7 +26,7 @@ class Query...
[bugfix] show results in query history & revert #<I> (#<I>) * revert <I> * nit
apache_incubator-superset
train
4574473753d0f56d54ea91ecaff91548536d9402
diff --git a/pkg/controller/volume/attachdetach/attach_detach_controller.go b/pkg/controller/volume/attachdetach/attach_detach_controller.go index <HASH>..<HASH> 100644 --- a/pkg/controller/volume/attachdetach/attach_detach_controller.go +++ b/pkg/controller/volume/attachdetach/attach_detach_controller.go @@ -24,7 +24,...
Rename mount.NewOsExec to mount.NewOSExec
kubernetes_kubernetes
train
fff875dd8a27e434fd36c620d874e9a9ac06a9b0
diff --git a/lib/preset-patterns.js b/lib/preset-patterns.js index <HASH>..<HASH> 100644 --- a/lib/preset-patterns.js +++ b/lib/preset-patterns.js @@ -18,10 +18,10 @@ module.exports = { */ function suitSelector(componentName, presetOptions) { var ns = (presetOptions && presetOptions.namespace) ? presetOptions.nam...
Allow single char in component selectors `.Component-a`
postcss_postcss-bem-linter
train
fbec43f79e116a54fe537b3da08e9739c562f4b0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,10 @@ setup(name=PACKAGE_NAME, 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython'], + ...
Depend on development version of betamax_matchers.
praw-dev_prawcore
train
ec87cb0b0fd4812f2429bdeee1559d64952d9606
diff --git a/functions/scripts.php b/functions/scripts.php index <HASH>..<HASH> 100644 --- a/functions/scripts.php +++ b/functions/scripts.php @@ -13,10 +13,10 @@ */ /* Register Hybrid Core scripts. */ -add_action( 'wp_enqueue_scripts', 'hybrid_register_scripts', 1 ); +add_action( 'wp_enqueue_scripts', 'hybrid_reg...
Minor alterations to the scripts/styles filters.
justintadlock_hybrid-core
train
f9d6de8e46b9f9121e97242196a090767e4d91a4
diff --git a/lib/clever-ruby.rb b/lib/clever-ruby.rb index <HASH>..<HASH> 100644 --- a/lib/clever-ruby.rb +++ b/lib/clever-ruby.rb @@ -3,6 +3,8 @@ require 'rest_client' require 'multi_json' require 'open-uri' require 'set' +require 'uri' +require 'cgi' require 'clever-ruby/version' @@ -72,7 +74,9 @@ module Clev...
allow urls with query params to work in Clever.request
Clever_clever-ruby
train
ec870c8a3bb4c420132dc4a8dec1cf6ad1dae968
diff --git a/connection/connection.js b/connection/connection.js index <HASH>..<HASH> 100644 --- a/connection/connection.js +++ b/connection/connection.js @@ -23,6 +23,7 @@ var connections = {}; * @class * @param {string} options.host The server host * @param {number} options.port The server port + * @param {numb...
'family' was added to socket options to provide high priority for ipv6 addresses
mongodb_node-mongodb-native
train
1e5220bdb36554a0f01ad46f6042ab6598cd9580
diff --git a/addons/docs/src/frameworks/web-components/config.js b/addons/docs/src/frameworks/web-components/config.js index <HASH>..<HASH> 100644 --- a/addons/docs/src/frameworks/web-components/config.js +++ b/addons/docs/src/frameworks/web-components/config.js @@ -32,7 +32,7 @@ addParameters({ sections.att...
[Addon-docs][Web Components] Update 'props' to 'properties' Update 'props' section title to 'properties'
storybooks_storybook
train
b6b1dccf27f522f45abbc6f1ad91f3f6cac88d9e
diff --git a/rio/blueprints/event/views.py b/rio/blueprints/event/views.py index <HASH>..<HASH> 100644 --- a/rio/blueprints/event/views.py +++ b/rio/blueprints/event/views.py @@ -70,7 +70,14 @@ def emit_event(project_slug, action_slug): # execute event event = {'uuid': uuid4(), 'project': project['slug'], '...
accept json payload for emit
soasme_rio
train
f2b81e27d1fef92975eec31ff5beb927e9fb3151
diff --git a/lib/rfunk/maybe/none.rb b/lib/rfunk/maybe/none.rb index <HASH>..<HASH> 100644 --- a/lib/rfunk/maybe/none.rb +++ b/lib/rfunk/maybe/none.rb @@ -26,6 +26,10 @@ module RFunk [] end + def to_hash + {} + end + protected def enum diff --git a/lib/rfunk/maybe/some.rb b/lib/rfun...
Added Hash support for coerce.
alexfalkowski_rfunk
train
4fa59c2fd882a6cf33635a4f11f311c17c5a382b
diff --git a/gridfs/__init__.py b/gridfs/__init__.py index <HASH>..<HASH> 100644 --- a/gridfs/__init__.py +++ b/gridfs/__init__.py @@ -54,8 +54,10 @@ class GridFS(object): self.__collection = database[collection] self.__files = self.__collection.files self.__chunks = self.__collection.chunks ...
Query GridFS from a secondary/slave PYTHON-<I>
mongodb_mongo-python-driver
train
13cc0c80518364f04b2e185fafbea0f2b97c7a02
diff --git a/src/AbstractValidator.php b/src/AbstractValidator.php index <HASH>..<HASH> 100644 --- a/src/AbstractValidator.php +++ b/src/AbstractValidator.php @@ -18,7 +18,7 @@ namespace Inpsyde\Validator; * @author Christian Brückner <chris@chrico.info> * @package inpsyde-validator * @license http://opensource....
Mark AbstractValidator as deprecated
inpsyde_inpsyde-validator
train
68f0c12c95b9014164bd38cdf07b9b05526f1396
diff --git a/src/Codeception/Module/MongoDb.php b/src/Codeception/Module/MongoDb.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Module/MongoDb.php +++ b/src/Codeception/Module/MongoDb.php @@ -310,12 +310,12 @@ class MongoDb extends CodeceptionModule implements RequiresPackage * * ``` php * <?ph...
[MongoDb] Updated documentation of grabFromCollection (#<I>)
Codeception_Codeception
train
1c66391492f4e44da85b7ae838308f16c174f378
diff --git a/src/main/java/com/github/theholywaffle/lolchatapi/wrapper/Friend.java b/src/main/java/com/github/theholywaffle/lolchatapi/wrapper/Friend.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/theholywaffle/lolchatapi/wrapper/Friend.java +++ b/src/main/java/com/github/theholywaffle/lolchatapi/wrapp...
Added method to force update name of Friend
TheHolyWaffle_League-of-Legends-XMPP-Chat-Library
train
64ccda5024043bec5b13f0062c5186863605271c
diff --git a/lib/connect-mongo.js b/lib/connect-mongo.js index <HASH>..<HASH> 100644 --- a/lib/connect-mongo.js +++ b/lib/connect-mongo.js @@ -129,9 +129,10 @@ module.exports = function(connect) { if (err) { throw new Error('Error setting TTL index on collection : ' + self.db_collection_...
Only return collection after ensuring the TTL index
jdesboeufs_connect-mongo
train
f0442887d0d250a558bc381fe77adc6424d22f21
diff --git a/lettuce/plugins/smtp_mail_queue.py b/lettuce/plugins/smtp_mail_queue.py index <HASH>..<HASH> 100644 --- a/lettuce/plugins/smtp_mail_queue.py +++ b/lettuce/plugins/smtp_mail_queue.py @@ -6,7 +6,6 @@ from email import message_from_string from smtpd import SMTPServer -from django.core.mail import EmailMe...
Import django modules only if they are used. This commit solves the issue #<I>.
aloetesting_aloe_django
train
d14ce9347e564f589048dd95eafdf80f691f8721
diff --git a/backend.py b/backend.py index <HASH>..<HASH> 100644 --- a/backend.py +++ b/backend.py @@ -342,6 +342,10 @@ class LDAPObject(object): debug("attribute cache is empty") debug("attribute modify:", (mod_op, mod_type, mod_vals)) + if mod_vals is not None: + ...
Simplify code and ensure tests pass. Correctly generates errors modifying attributes.
Karaage-Cluster_python-tldap
train
0e883457d7ba7f9b61df024f0c8368924fb6897b
diff --git a/Resources/public/js/uamdatatables.js b/Resources/public/js/uamdatatables.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/uamdatatables.js +++ b/Resources/public/js/uamdatatables.js @@ -73,5 +73,5 @@ } ( window.jQuery ); $( document ).ready(function() { - $( ".uamdatatables" ).uamdatatables( ua...
fixed script loading on page if uamdatatables var is not defined
opichon_UAMDatatablesBundle
train
a6005e22c0fe346659da3dfa0979108891bf02bd
diff --git a/colly.go b/colly.go index <HASH>..<HASH> 100644 --- a/colly.go +++ b/colly.go @@ -65,6 +65,10 @@ type Collector struct { // Async turns on asynchronous network communication. Use Collector.Wait() to // be sure all requests have been finished. Async bool + // ParseHTTPErrorResponse allows parsing HTTP...
[enh] add option to allow parsing errored responses closes #<I>
gocolly_colly
train
1d476121c79bdbc75bcf0b64ccac878c2bbd53cd
diff --git a/src/Probability/Distribution/Multivariate/Multinomial.php b/src/Probability/Distribution/Multivariate/Multinomial.php index <HASH>..<HASH> 100644 --- a/src/Probability/Distribution/Multivariate/Multinomial.php +++ b/src/Probability/Distribution/Multivariate/Multinomial.php @@ -52,7 +52,13 @@ class Multinom...
Add Multinomial check on frequencies that they are integers. Add unit test.
markrogoyski_math-php
train
0dcbc7086cd0c932ed0b7fa0ade8ba3c1a38a117
diff --git a/python/bigdl/dllib/nn/layer.py b/python/bigdl/dllib/nn/layer.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/nn/layer.py +++ b/python/bigdl/dllib/nn/layer.py @@ -3251,6 +3251,65 @@ class ReLU6(Layer): super(ReLU6, self).__init__(None, bigdl_type, inplac...
feat: SReLU and ActivityRegularization support (#<I>) * feat: SReLU and ActivityRegularization support * fix: update doc * fix: refactor the weights and gradWeights of SReLU * fix: serialization for srelu * fix: backward computing errors * fix: ActivityRegularization to layer * fix: change test locat...
intel-analytics_BigDL
train
5da155608c8f2e310e7c893f25842180c100f73c
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -30,13 +30,17 @@ exports = M.init(); */ // Public {{{1 -exports.browserConfig = true; - -M.content(); - M.scope = 'fs'; M.kind('./dir', 'dir'); M.kind('./file', 'file'); -var Sources = require('ose-me...
Change: Register media source only when media package is activated.
OpenSmartEnvironment_ose-fs
train
5ed8c988f44f108fd584e91c2e10f23b47fae61c
diff --git a/lib/voog_api/version.rb b/lib/voog_api/version.rb index <HASH>..<HASH> 100644 --- a/lib/voog_api/version.rb +++ b/lib/voog_api/version.rb @@ -1,3 +1,3 @@ module Voog - VERSION = '0.0.6' + VERSION = '0.0.7' end
Update gem version to <I>
Voog_voog.rb
train
c8e7194d2660ce6c7a256e79c16fc1130d95cd48
diff --git a/test/streaming/p000.js b/test/streaming/p000.js index <HASH>..<HASH> 100755 --- a/test/streaming/p000.js +++ b/test/streaming/p000.js @@ -6,7 +6,7 @@ var fs = require('fs'); var co = require('co'); var ugrid = require('../..'); -var s1 = fs.createReadStream('./f', {encoding: 'utf8'}); +var s1 = fs.crea...
fix file paths for streaming tests Former-commit-id: <I>e<I>a<I>f<I>e5e<I>e4e2b<I>ea<I>ae<I>f2
skale-me_skale
train
9a8552eb3fd3ed1474876650d594bb11a03c2a29
diff --git a/glances/glances.py b/glances/glances.py index <HASH>..<HASH> 100644 --- a/glances/glances.py +++ b/glances/glances.py @@ -387,7 +387,15 @@ class Config: """ for path in self.get_paths_list(): if os.path.isfile(path) and os.path.getsize(path) > 0: - self.parser....
UTF-8 config file for python 3 [issue #<I>]
nicolargo_glances
train
9326b1694febbf0840af72ed2a067ab6ed698f6e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,4 +2,5 @@ exports.Account = require('./account/'); exports.Analysis = require('./analysis/'); exports.Device = require('./device/'); -exports.Services = require('./services/'); \ No newline at end of file +exports.Ser...
Added utils to index.js
tago-io_tago-sdk-js
train
82390fa64812b3943417b18a1174c915aaa18735
diff --git a/spec/exchange/currency_spec.rb b/spec/exchange/currency_spec.rb index <HASH>..<HASH> 100644 --- a/spec/exchange/currency_spec.rb +++ b/spec/exchange/currency_spec.rb @@ -105,7 +105,7 @@ describe "Exchange::Currency" do end it "should be able to multiply by another currency value" do ...
! specs for <I>
beatrichartz_exchange
train
b8e57e9262bec9b48a865ca5b6cf1767edd7652e
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -111,7 +111,7 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +htm...
Why wouldn't I want the RTD theme?
python-hyper_brotlipy
train
3f3cbc91aee1e31ef8f83252459b4d4ef68049c7
diff --git a/server.py b/server.py index <HASH>..<HASH> 100644 --- a/server.py +++ b/server.py @@ -59,6 +59,12 @@ def fromWebsocket(data): return unquote(data,encoding='latin-1') +def encodeIfPyGT3(data): + if not pyLessThan3: + data = data.encode('latin-1') + return data + + def get_method_by(ro...
Encoding compatibility with python<I> fixed.
dddomodossola_remi
train
5e9cec83848fe92d89dd9b4e60bd57c11f11e81c
diff --git a/ghost/admin/config/environment.js b/ghost/admin/config/environment.js index <HASH>..<HASH> 100644 --- a/ghost/admin/config/environment.js +++ b/ghost/admin/config/environment.js @@ -21,7 +21,7 @@ module.exports = function (environment) { // override the default version string which contains gi...
Minor version header fixes refs #<I> - use same version regex as `safeVersion` does on the server - remove errant `console.log` from store service test
TryGhost_Ghost
train
b4528873c4a76815441e40d4e9210e7980f365e1
diff --git a/src/Kunstmaan/MenuBundle/Twig/MenuTwigExtension.php b/src/Kunstmaan/MenuBundle/Twig/MenuTwigExtension.php index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/MenuBundle/Twig/MenuTwigExtension.php +++ b/src/Kunstmaan/MenuBundle/Twig/MenuTwigExtension.php @@ -72,9 +72,15 @@ class MenuTwigExtension extends \Twig_...
Let define extra link classes to decorator.
Kunstmaan_KunstmaanBundlesCMS
train
f5aea1d099248058cb76791834351bbf3b9bcc9a
diff --git a/lib/jsi/base.rb b/lib/jsi/base.rb index <HASH>..<HASH> 100644 --- a/lib/jsi/base.rb +++ b/lib/jsi/base.rb @@ -145,11 +145,11 @@ module JSI end if thing.is_a?(Base) warn "assigning instance to a Base instance is incorrect. received: #{thing.pretty_inspect.chomp}" - @instance = ...
no longer going to deep_stringify_symbol_keys on JSI initialize. this is seriously half-assing it, and I don't like it.
notEthan_jsi
train
13896bbf3f14852f23f583cde745d73d7ab3d641
diff --git a/qiime_tools/biom_calc.py b/qiime_tools/biom_calc.py index <HASH>..<HASH> 100644 --- a/qiime_tools/biom_calc.py +++ b/qiime_tools/biom_calc.py @@ -1,7 +1,7 @@ ''' Created on Feb 19, 2013 -@author: Shareef Dabdoub +:author: Shareef Dabdoub This module provides methods for calculating various metrics w...
Updated API script for documentation. Changed script syntax for better visualization for documentation. [ci skip]
smdabdoub_phylotoast
train
12812ad5da77a672c3798fdd345ca4ae26857f2d
diff --git a/admin/cli/install.php b/admin/cli/install.php index <HASH>..<HASH> 100644 --- a/admin/cli/install.php +++ b/admin/cli/install.php @@ -135,7 +135,7 @@ $CFG->wwwroot = "http://localhost"; $CFG->httpswwwroot = $CFG->wwwroot; $CFG->dataroot = str_replace('\\', '/', dirname(di...
MDL-<I> Fixed path to the cache directory in installers This fixes the patch f<I>c0f6e<I>c<I>a<I>d<I>f<I>bca<I>c1e introduced in MDL-<I>.
moodle_moodle
train
72e5fe306f663f2194e7ee752e56a80471fb8874
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/UsageTracker.java b/findbugs/src/java/edu/umd/cs/findbugs/UsageTracker.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/UsageTracker.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/UsageTracker.java @@ -125,7 +125,7 @@ class UsageTracker { ...
don't close XMLOutput until we receive message back, just flush it. git-svn-id: <URL>
spotbugs_spotbugs
train
27c3b94a04985f75b166f2925560bfecf22ff94d
diff --git a/compilers/amd.js b/compilers/amd.js index <HASH>..<HASH> 100644 --- a/compilers/amd.js +++ b/compilers/amd.js @@ -339,6 +339,14 @@ AMDDefineRegisterTransformer.prototype.transformCallExpression = function(tree) }; exports.AMDDefineRegisterTransformer = AMDDefineRegisterTransformer; +function dedupe(de...
dedupe amd dependencies in builder
systemjs_builder
train
8ae0dbcf4636c62cb31e6296f1458f0228d5ddaf
diff --git a/src/OAuth2/Util/SecureKey.php b/src/OAuth2/Util/SecureKey.php index <HASH>..<HASH> 100644 --- a/src/OAuth2/Util/SecureKey.php +++ b/src/OAuth2/Util/SecureKey.php @@ -4,7 +4,7 @@ namespace OAuth2\Util; class SecureKey { - public static function make($len = 42) + public static function make($len = ...
Default to <I> characters (as that is what the DB table columns are set to)
thephpleague_oauth2-server
train
cc9b6ca1b7650c21a7e996649df35ba3bd08d295
diff --git a/girder/api/v1/resource.py b/girder/api/v1/resource.py index <HASH>..<HASH> 100644 --- a/girder/api/v1/resource.py +++ b/girder/api/v1/resource.py @@ -65,20 +65,24 @@ class Resource(BaseResource): .errorResponse('Invalid type list format.') ) def search(self, q, mode, types, level, limit,...
correct some logical issue and use partial function for default search mode.
girder_girder
train
c83abda1839a80b74b60d6a238b7e84968fd0eea
diff --git a/lxd/db/networks.go b/lxd/db/networks.go index <HASH>..<HASH> 100644 --- a/lxd/db/networks.go +++ b/lxd/db/networks.go @@ -422,7 +422,7 @@ func (c *Cluster) GetNetworks(project string) ([]string, error) { return c.networks(project, "") } -// GetCreatedNetworks returns the names of all networks that are...
lxd/db/networks: Corrects comment on GetCreatedNetworks
lxc_lxd
train
7250186c2683cae560624d1837c2761be88747b9
diff --git a/moto/s3/models.py b/moto/s3/models.py index <HASH>..<HASH> 100644 --- a/moto/s3/models.py +++ b/moto/s3/models.py @@ -8,6 +8,7 @@ import itertools import codecs import six +from bisect import insort from moto.core import BaseBackend from moto.core.utils import iso_8601_datetime_with_milliseconds, rfc...
support multipart uploads when parts are uploaded out of order
spulec_moto
train
c053a2f35007f662fdfbab44c8cfd9c48701e882
diff --git a/gns3server/compute/traceng/traceng_vm.py b/gns3server/compute/traceng/traceng_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/compute/traceng/traceng_vm.py +++ b/gns3server/compute/traceng/traceng_vm.py @@ -168,6 +168,7 @@ class TraceNGVM(BaseNode): if not self.is_running(): nio = ...
Enable UDP tunnel option and use ICMP probing by default.
GNS3_gns3-server
train
48b86415254f2b9a87ae4fb7792877caef75ca8e
diff --git a/src/action.py b/src/action.py index <HASH>..<HASH> 100644 --- a/src/action.py +++ b/src/action.py @@ -88,7 +88,7 @@ class Action: self.process = subprocess.Popen(shlex.split(self.command), stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True) except OSError as exp: ...
*Fix a bug in the livestatus module. Eventhandler command is now serializable *Fix a bug in execute_unix. If there is an exception during plugin execution, use it's string representation as plugin_output
Alignak-monitoring_alignak
train
44d00fa2f464b2c130dbaeddc82aebdab8cf21a1
diff --git a/src/handler-runner/WorkerThreadRunner.js b/src/handler-runner/WorkerThreadRunner.js index <HASH>..<HASH> 100644 --- a/src/handler-runner/WorkerThreadRunner.js +++ b/src/handler-runner/WorkerThreadRunner.js @@ -17,6 +17,9 @@ module.exports = class WorkerThreadRunner { if (this._workerThread == null) ...
Fix, pass process.env explicitly to worker thread
dherault_serverless-offline
train
b4950c63ed7054d14ffaace19e3f3f2e5eea53d1
diff --git a/lxd/cluster/membership.go b/lxd/cluster/membership.go index <HASH>..<HASH> 100644 --- a/lxd/cluster/membership.go +++ b/lxd/cluster/membership.go @@ -7,6 +7,7 @@ import ( "fmt" "os" "path/filepath" + "sync" "time" "github.com/canonical/go-dqlite/app" @@ -545,13 +546,25 @@ func notifyNodesUpdate...
lxd/cluster/membership: Update notifyNodesUpdate to wait until all heartbeats have been sent So that we ensure all members are notified of changes before returning.
lxc_lxd
train
7dd88a6e7fb885292f87252e9b07c6f3e003af17
diff --git a/spring-cloud-commons/src/main/java/org/springframework/cloud/configuration/SpringBootVersionVerifier.java b/spring-cloud-commons/src/main/java/org/springframework/cloud/configuration/SpringBootVersionVerifier.java index <HASH>..<HASH> 100644 --- a/spring-cloud-commons/src/main/java/org/springframework/clou...
Verifies current boot version is in CompatibilityVerifierProperties. Also fixes support for wildcard <I>.x beyond boot <I>.x fixes gh-<I>
spring-cloud_spring-cloud-commons
train
36000e1c7584143ffcb481de977ae089fdff6741
diff --git a/src/video/canvas_renderer.js b/src/video/canvas_renderer.js index <HASH>..<HASH> 100644 --- a/src/video/canvas_renderer.js +++ b/src/video/canvas_renderer.js @@ -173,7 +173,7 @@ * @param {Number} y - the y position to draw at */ api.drawFont = function (fontObject, text, x, y) ...
fixed font draw, and another issue with texture coords
melonjs_melonJS
train
e15c4f42095c855802c7ead0590338f9442f5805
diff --git a/src/utils/Droppable.js b/src/utils/Droppable.js index <HASH>..<HASH> 100644 --- a/src/utils/Droppable.js +++ b/src/utils/Droppable.js @@ -41,6 +41,7 @@ export default class Droppable { sorter.endMove(); } + em.runDefault(); em.trigger('canvas:dragend', ev); } @@ -65,11 +66,14 @@ ...
Update handlers in Droppable
artf_grapesjs
train
5c9943466834c12dc066a1499739199c6a6a6259
diff --git a/include/font_metrics.cls.php b/include/font_metrics.cls.php index <HASH>..<HASH> 100644 --- a/include/font_metrics.cls.php +++ b/include/font_metrics.cls.php @@ -217,10 +217,19 @@ class Font_Metrics { */ static function save_font_families() { // replace the path to the DOMPDF font directories w...
Safely export/eval font family cache The dompdf_font_family_cache.php file is susceptible to exploit because unfiltered user-supplied strings are present in the file. This update modifies how the file is created so that user strings are escaped and excluded from processing that is performed to improve portability.
dompdf_dompdf
train
64986c0b1a5376a257272fae63bdba077aab3c52
diff --git a/pyscroll/__init__.py b/pyscroll/__init__.py index <HASH>..<HASH> 100644 --- a/pyscroll/__init__.py +++ b/pyscroll/__init__.py @@ -2,7 +2,7 @@ from contextlib import contextmanager from pygame import Rect -__version__ = 2, 17, 8 +__version__ = 2, 17, 9 __author__ = 'bitcraft' __author_email__ = 'leif...
bug fix for maps smaller than the view
bitcraft_pyscroll
train
64f335c466b621fc0cba18f068773655eb10909e
diff --git a/src/test/java/io/reactivex/internal/operators/flowable/FlowableIgnoreElementsTest.java b/src/test/java/io/reactivex/internal/operators/flowable/FlowableIgnoreElementsTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/io/reactivex/internal/operators/flowable/FlowableIgnoreElementsTest.java +++ b/src/...
Replace 'resource' observers with plain 'disposable' observers in tests. (#<I>)
ReactiveX_RxJava
train
4bca7a447b63c6bef7c83c40d49e3db8dfbaf4fe
diff --git a/aws/sign.go b/aws/sign.go index <HASH>..<HASH> 100644 --- a/aws/sign.go +++ b/aws/sign.go @@ -199,7 +199,7 @@ func payloadHash(req *http.Request) (string, error) { return "", err } } - req.Body = ioutil.NopCloser(bytes.NewBuffer(b)) + req.Body = ioutil.NopCloser(bytes.NewReader(b)) return hash(s...
Use a reader for signed rquests.
aws_aws-sdk-go
train
be64e81b83a6cb7cd9ad7ae7df0eec513ae6f8c0
diff --git a/src/Orchestra/Story/Routing/HomeController.php b/src/Orchestra/Story/Routing/HomeController.php index <HASH>..<HASH> 100644 --- a/src/Orchestra/Story/Routing/HomeController.php +++ b/src/Orchestra/Story/Routing/HomeController.php @@ -29,7 +29,7 @@ class HomeController extends Controller { */ public fu...
Fixed a bug where latest posts isn't sort by published date.
orchestral_story
train
012f40c12b36dd67274e611f4f44ed932ae155d5
diff --git a/unix_transport/unix_transport_test.go b/unix_transport/unix_transport_test.go index <HASH>..<HASH> 100644 --- a/unix_transport/unix_transport_test.go +++ b/unix_transport/unix_transport_test.go @@ -7,6 +7,7 @@ import ( "net" "net/http" "net/http/httptest" + "runtime" "strings" "github.com/nu7ha...
Skip Unix transport tests on Windows. [#<I>]
cloudfoundry_cfhttp
train
b0b48469978af3f79f0ce6df7ddc8735aa9b8da2
diff --git a/lib/declarative_authorization/obligation_scope.rb b/lib/declarative_authorization/obligation_scope.rb index <HASH>..<HASH> 100644 --- a/lib/declarative_authorization/obligation_scope.rb +++ b/lib/declarative_authorization/obligation_scope.rb @@ -234,6 +234,7 @@ module Authorization # Parses all of the...
Failing test that is fixed by glongman's patch
stffn_declarative_authorization
train
7b5f38a33b74b52c5860e7c1e56b58599e8b33f4
diff --git a/nodeconductor/iaas/tests/test_provisioning.py b/nodeconductor/iaas/tests/test_provisioning.py index <HASH>..<HASH> 100644 --- a/nodeconductor/iaas/tests/test_provisioning.py +++ b/nodeconductor/iaas/tests/test_provisioning.py @@ -98,8 +98,7 @@ class InstanceApiPermissionTest(UrlResolverMixin, test.APISimpl...
Fix instance description change test assertions NC-<I>
opennode_waldur-core
train
2d5dcbcddedd0074572ce9aeb35b9763240c9d69
diff --git a/sprd/model/Registration.js b/sprd/model/Registration.js index <HASH>..<HASH> 100644 --- a/sprd/model/Registration.js +++ b/sprd/model/Registration.js @@ -27,8 +27,6 @@ define(["sprd/data/SprdModel", var Newsletter = Entity.inherit('sprd.model.Registration.Newsletter', { defaults: { ...
DEV-<I> - As a KA I want my consumers to subscribe to my newsletter
spreadshirt_rAppid.js-sprd
train
20f1218608eb339ce8dcf28f0280be30dccce618
diff --git a/src/Dialect.php b/src/Dialect.php index <HASH>..<HASH> 100644 --- a/src/Dialect.php +++ b/src/Dialect.php @@ -554,7 +554,7 @@ class Dialect */ public function isOperator($operator) { - return ($operator && $operator[0] === ':') || isset($this->_operators[$operator]); + return ...
Fix a PHP <I> issue.
crysalead_sql-dialect
train
d2f329fa39ebe649c4456cf278f787e4e131e86b
diff --git a/lib/Skeleton/Pager/Web/Pager.php b/lib/Skeleton/Pager/Web/Pager.php index <HASH>..<HASH> 100644 --- a/lib/Skeleton/Pager/Web/Pager.php +++ b/lib/Skeleton/Pager/Web/Pager.php @@ -150,17 +150,6 @@ class Pager { } /** - * remove condition - * - * @access public - * @param string $field - */ - publi...
error made by me go back to version before merge
tigron_skeleton-pager
train
5caab82485132370bbb7c8ca1a1f15d018d399f3
diff --git a/value.go b/value.go index <HASH>..<HASH> 100644 --- a/value.go +++ b/value.go @@ -1396,9 +1396,13 @@ func (vlog *valueLog) updateDiscardStats(stats map[uint32]int64) error { // flushDiscardStats inserts discard stats into badger. Returns error on failure. func (vlog *valueLog) flushDiscardStats() error...
Fix race condition in flushDiscardStats function (#<I>) A couple of builds failed on teamcity with data race error. See <URL>
dgraph-io_badger
train
a631cf0b2882ee6f184a39d3814c3986ff9c70d3
diff --git a/state/cloudcredentials.go b/state/cloudcredentials.go index <HASH>..<HASH> 100644 --- a/state/cloudcredentials.go +++ b/state/cloudcredentials.go @@ -349,7 +349,7 @@ func (st *State) AllCloudCredentials(user names.UserTag) ([]Credential, error) { } // CredentialModels returns all models that use given ...
change tag to be uuid on return.
juju_juju
train
22be5bf800f97a14e2059ce0f8bb9afece646f04
diff --git a/pypsa/networkclustering.py b/pypsa/networkclustering.py index <HASH>..<HASH> 100644 --- a/pypsa/networkclustering.py +++ b/pypsa/networkclustering.py @@ -34,7 +34,7 @@ from . import Network def _consense(x): v = x.iat[0] - assert (x == v).all() + #assert (x == v).all() return v def _h...
Add k-means network clustering algorithm
PyPSA_PyPSA
train
ac6cad9d7d896f810f00e4e8bbff822c19d95255
diff --git a/src/wa_kat/rest_api/to_marc.py b/src/wa_kat/rest_api/to_marc.py index <HASH>..<HASH> 100755 --- a/src/wa_kat/rest_api/to_marc.py +++ b/src/wa_kat/rest_api/to_marc.py @@ -11,16 +11,77 @@ from os.path import join from marcxml_parser import MARCXMLRecord from bottle import post +from bottle import SimpleT...
#<I>: Added partialy-done function for output conversion.
WebarchivCZ_WA-KAT
train
955a693b353242f1b86b69d1a7b575082b186ae5
diff --git a/client/blocks/stats-navigation/index.js b/client/blocks/stats-navigation/index.js index <HASH>..<HASH> 100644 --- a/client/blocks/stats-navigation/index.js +++ b/client/blocks/stats-navigation/index.js @@ -14,7 +14,7 @@ import NavItem from 'components/section-nav/item'; import NavTabs from 'components/sec...
Hide Activity tab in My Sites > Stats for Atomic sites (#<I>)
Automattic_wp-calypso
train
767a7f5131de3fc744e8baa2b05a00b951497e7b
diff --git a/cmd/influxd/run/command.go b/cmd/influxd/run/command.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/run/command.go +++ b/cmd/influxd/run/command.go @@ -214,9 +214,8 @@ func (cmd *Command) ParseConfig(path string) (*Config, error) { var usage = `usage: run [flags] -run starts the broker and data node...
'broker' and 'data' are obsolete
influxdata_influxdb
train
1c9e478fdc26f29fb4064e32245857dcd3175a07
diff --git a/resources/lang/mn-MN/forms.php b/resources/lang/mn-MN/forms.php index <HASH>..<HASH> 100644 --- a/resources/lang/mn-MN/forms.php +++ b/resources/lang/mn-MN/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Google Analytics code', 'analyt...
New translations forms.php (Mongolian)
CachetHQ_Cachet
train
cd7637e5b6cda6014bd23bde5ebbbb87225931e3
diff --git a/src/MetaModels/DcGeneral/Dca/Builder/Builder.php b/src/MetaModels/DcGeneral/Dca/Builder/Builder.php index <HASH>..<HASH> 100644 --- a/src/MetaModels/DcGeneral/Dca/Builder/Builder.php +++ b/src/MetaModels/DcGeneral/Dca/Builder/Builder.php @@ -1170,16 +1170,18 @@ class Builder } } - ...
Cyclomatic complexity refactoring.
MetaModels_core
train
12953ac4dce5855eb35ed7a0a7d42245ae4ba4d1
diff --git a/src/BoomCMS/Core/Auth/PermissionsProvider.php b/src/BoomCMS/Core/Auth/PermissionsProvider.php index <HASH>..<HASH> 100644 --- a/src/BoomCMS/Core/Auth/PermissionsProvider.php +++ b/src/BoomCMS/Core/Auth/PermissionsProvider.php @@ -36,7 +36,7 @@ class PermissionsProvider if ($result === null) { ...
Fixed bug in page permissions check due to getParent() now returning null at root
boomcms_boom-core
train
ec60a26200e6acdd34667c887f1593128483b4e8
diff --git a/src/widgets/TextInputWidget.js b/src/widgets/TextInputWidget.js index <HASH>..<HASH> 100644 --- a/src/widgets/TextInputWidget.js +++ b/src/widgets/TextInputWidget.js @@ -127,7 +127,7 @@ OO.ui.TextInputWidget = function OoUiTextInputWidget( config ) { .append( this.$icon, this.$indicator ); this.setRea...
TextInputWidget: Treat empty placeholder the same in PHP and JS When placeholder is '', do not set the attribute. Issue exposed by I9a0a<I>ef<I>bbecaf<I>a<I>c1cef<I>c2. Change-Id: I2c<I>d<I>da3fac<I>a<I>bc4f<I>e<I>
wikimedia_oojs-ui
train
229ab3c2f4a2b7b7b349531ad8528372cbd65c41
diff --git a/lib/arjdbc/postgresql/adapter.rb b/lib/arjdbc/postgresql/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/arjdbc/postgresql/adapter.rb +++ b/lib/arjdbc/postgresql/adapter.rb @@ -698,8 +698,6 @@ module ActiveRecord::ConnectionAdapters super # configure_connection happens in super - @table_al...
[postgres] We don't need the table name length variable since we map it to the identifier length
jruby_activerecord-jdbc-adapter
train
f4714228416fe83b2c94e6f0ecb7b45d99f4f096
diff --git a/hrv/classical.py b/hrv/classical.py index <HASH>..<HASH> 100644 --- a/hrv/classical.py +++ b/hrv/classical.py @@ -4,6 +4,7 @@ import numpy as np from scipy.signal import welch from spectrum import pburg +from hrv.rri import RRi from hrv.utils import (validate_rri, _interpolate_rri, ...
Test if frequency domain is using time from RRi class
rhenanbartels_hrv
train
037fa0697dbade9a092eecf54051b43df33e0988
diff --git a/Config/bootstrap.php b/Config/bootstrap.php index <HASH>..<HASH> 100644 --- a/Config/bootstrap.php +++ b/Config/bootstrap.php @@ -1,5 +1,9 @@ <?php +Configure::write('TwigView', array( + 'Cache' => CakePlugin::path('TwigView') . 'tmp' . DS . 'views', +)); + App::uses('CakeEventManager', 'Event');...
Using Configure instead of a constant for the cache location
WyriHaximus_TwigView
train
cc36bcaf401cffa085d72ba704a276f61169171b
diff --git a/deliver/lib/deliver/version.rb b/deliver/lib/deliver/version.rb index <HASH>..<HASH> 100644 --- a/deliver/lib/deliver/version.rb +++ b/deliver/lib/deliver/version.rb @@ -1,4 +1,4 @@ module Deliver - VERSION = "1.12.0" + VERSION = "1.13.0" DESCRIPTION = 'Upload screenshots, metadata and your app to th...
[deliver] Version bump Changes since release <I>: * Add :itc_provider option for deliver and pilot * Ads Apple Developer Id to itunes_transporter.rb. Allows deliver to work with multiple iTunes Providers * Revert "Allow deliver to work with multiple iTunes Providers" (#<I>) * Enabled fastlane plugins for all the t...
fastlane_fastlane
train
e1948bb2de23909d4664d210bae7b6ef3f3d984f
diff --git a/source/awesome_tool/statemachine/states/execution_state.py b/source/awesome_tool/statemachine/states/execution_state.py index <HASH>..<HASH> 100644 --- a/source/awesome_tool/statemachine/states/execution_state.py +++ b/source/awesome_tool/statemachine/states/execution_state.py @@ -31,6 +31,7 @@ class Execu...
add logger to execution state - fix bug in hierarchy state: state.start() is now called instead of state.run()
DLR-RM_RAFCON
train
bd90380bde308c57b86ce1f9a28d4fdf3780e59c
diff --git a/src/server/admin/server/api_server.go b/src/server/admin/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/server/admin/server/api_server.go +++ b/src/server/admin/server/api_server.go @@ -477,7 +477,7 @@ func (a *apiServer) Restore(restoreServer admin.API_RestoreServer) (retErr error // | ...
Fix commit in admin/server/api_server.go
pachyderm_pachyderm
train
09a20e014ccef36e7dca49112b9c4e7cd923b533
diff --git a/lib/db/mongodb/schemas/content.js b/lib/db/mongodb/schemas/content.js index <HASH>..<HASH> 100644 --- a/lib/db/mongodb/schemas/content.js +++ b/lib/db/mongodb/schemas/content.js @@ -10,7 +10,8 @@ module.exports = (function(){ node : { type: ObjectId, ref: 'nodes'}, type : { type: ...
added a created date to the content meta data.
grasshopper-cms_grasshopper-core-nodejs
train
43ea829f507d22bb2427b8b33bab3ad49bda8250
diff --git a/lib/faraday_middleware/response/caching.rb b/lib/faraday_middleware/response/caching.rb index <HASH>..<HASH> 100644 --- a/lib/faraday_middleware/response/caching.rb +++ b/lib/faraday_middleware/response/caching.rb @@ -1,5 +1,6 @@ require 'faraday' require 'forwardable' +require 'digest/sha1' # fixes nor...
Hash request URIs before using them as a cache key (#<I>)
lostisland_faraday_middleware
train
21a288e27247069b6782fd985579b2170b9eae3e
diff --git a/packages/@ember/-internals/runtime/lib/system/core_object.js b/packages/@ember/-internals/runtime/lib/system/core_object.js index <HASH>..<HASH> 100644 --- a/packages/@ember/-internals/runtime/lib/system/core_object.js +++ b/packages/@ember/-internals/runtime/lib/system/core_object.js @@ -4,6 +4,7 @@ im...
[FEATURE beta] Passes the owner through to classic classes
emberjs_ember.js
train
1925d6b139ce8b346ba4f24c47439561c459fb7d
diff --git a/vent/core/file_drop/file_drop.py b/vent/core/file_drop/file_drop.py index <HASH>..<HASH> 100644 --- a/vent/core/file_drop/file_drop.py +++ b/vent/core/file_drop/file_drop.py @@ -18,7 +18,7 @@ class GZHandler(PatternMatchingEventHandler): patterns = ["*"] # want to ignore certain pcap files from...
update file_drop to look for new junk file naming convention
CyberReboot_vent
train
54a694124fc0b33376d2f7a1eff02e2f2f7b439f
diff --git a/lib/unicorn_wrangler.rb b/lib/unicorn_wrangler.rb index <HASH>..<HASH> 100644 --- a/lib/unicorn_wrangler.rb +++ b/lib/unicorn_wrangler.rb @@ -69,7 +69,7 @@ module UnicornWrangler report_status "Killing", reason, memory, requests, request_time - Process.kill(:QUIT, Process.pid) + Proces...
term our workers instead of graceful shutdown since they should be done at this point
grosser_unicorn_wrangler
train