hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
af7b548bff54ea5557a28ec04e88cc004ce28315
diff --git a/librosa/display.py b/librosa/display.py index <HASH>..<HASH> 100644 --- a/librosa/display.py +++ b/librosa/display.py @@ -633,7 +633,7 @@ def __log_scale(n): y = n * (1 - np.logspace(-logn, 0, n, base=2, endpoint=True))[::-1] y = y.astype(int) - y_inv = np.arange(len(y)+1) + y_inv = np.ar...
removed an unnecessary <I> in __log_scale
librosa_librosa
train
4b39013ef43bd22791bbab870d731e26e7c9b6aa
diff --git a/tests/testlib.py b/tests/testlib.py index <HASH>..<HASH> 100644 --- a/tests/testlib.py +++ b/tests/testlib.py @@ -103,6 +103,18 @@ if hasattr(subprocess.Popen, 'terminate'): Popen__terminate = subprocess.Popen.terminate +def threading__thread_is_alive(thread): + """Return whether the thread is ...
tests: Compatiblity shim for threading.Thread.is_alive() On Python >= <I> thread.isAlive() is deprecated (removed in Python <I>. On Python <= <I> thread.is_alive() isn't present (added in Python <I>).
dw_mitogen
train
6dfff8023d0f1aa974d14e2baf7e7aca5358ed20
diff --git a/examples/long-short.py b/examples/long-short.py index <HASH>..<HASH> 100644 --- a/examples/long-short.py +++ b/examples/long-short.py @@ -4,8 +4,8 @@ import time import datetime import queue -API_KEY = "PKI0VRI38E9RGWCO98DN" -API_SECRET = "tlQyYESkpkrbKdccfRJZNQ2AU6jk/7g/6yaHV45v" +API_KEY = "API_KEY" ...
Removed defunct keys for pseudo-keys
alpacahq_alpaca-trade-api-python
train
fd0df3d19beed2b65647c49bc929dc00f504a658
diff --git a/plugins/Admin/templates/Manufacturers/index.php b/plugins/Admin/templates/Manufacturers/index.php index <HASH>..<HASH> 100644 --- a/plugins/Admin/templates/Manufacturers/index.php +++ b/plugins/Admin/templates/Manufacturers/index.php @@ -275,7 +275,7 @@ echo '<td colspan="2"><b>' . $i . '</b> '.__d('admin'...
sum of deposit was not shown if negative
foodcoopshop_foodcoopshop
train
3ce39bc784e6ebc85d9d669a7c379c362a40cf4a
diff --git a/lib/remote-debugger-message-handler.js b/lib/remote-debugger-message-handler.js index <HASH>..<HASH> 100644 --- a/lib/remote-debugger-message-handler.js +++ b/lib/remote-debugger-message-handler.js @@ -84,7 +84,9 @@ export default class RpcMessageHandler { // we can get an error, or we can get a res...
putting null and undefined check for error message Addressing comment better handing of result.result addressing comment
appium_appium-remote-debugger
train
a0a63678a934d30580afaa19f471bd4f9236795b
diff --git a/version.php b/version.php index <HASH>..<HASH> 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2016052300.02; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2016052300.03; // YYYYMMDD ...
weekly on-sync release <I>dev
moodle_moodle
train
3924c13fa38388320fa6005be8445c62e65d3e60
diff --git a/dev_tools/src/d1_dev/src-format.py b/dev_tools/src/d1_dev/src-format.py index <HASH>..<HASH> 100755 --- a/dev_tools/src/d1_dev/src-format.py +++ b/dev_tools/src/d1_dev/src-format.py @@ -70,6 +70,7 @@ def main(): ) parser.add_argument( "--include-untracked", + "-u", action...
Add support for running outside of venv to src-format.py
DataONEorg_d1_python
train
d9658876a94c6636674bfa5db5650c54cdb6bccf
diff --git a/skyfield/tests/test_strs_and_reprs.py b/skyfield/tests/test_strs_and_reprs.py index <HASH>..<HASH> 100644 --- a/skyfield/tests/test_strs_and_reprs.py +++ b/skyfield/tests/test_strs_and_reprs.py @@ -19,7 +19,7 @@ def test_jpl_segment(eph): """) assert repr(e) == expected -def test_satellite(eph)...
Add test of str/repr for satellite without a name
skyfielders_python-skyfield
train
fa0ca29c9c79061c6f6b72f7c1ffefccd67bd5f3
diff --git a/example/models/tests.js b/example/models/tests.js index <HASH>..<HASH> 100644 --- a/example/models/tests.js +++ b/example/models/tests.js @@ -17,6 +17,7 @@ var s = new Schema({ // second_ref: { type: ObjectId, ref: 'users', limit: 500, query: '/__value__/i.test(this.email)', required: true }, stri...
add Time field recursively add all js and css resources to main head
node4good_formage
train
de1d74051a80a700bf3f0cd876796088b9831894
diff --git a/src/main/java/org/jboss/pressgang/ccms/contentspec/builder/DocbookBuilder.java b/src/main/java/org/jboss/pressgang/ccms/contentspec/builder/DocbookBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/contentspec/builder/DocbookBuilder.java +++ b/src/main/java/org/jboss/pres...
Fixed a bug that was causing builds to fail when author tags no longer existed.
pressgang-ccms_PressGangCCMSBuilder
train
e579538f64ea2e748eeabed59d5b1af6ae61b38e
diff --git a/lib/algoliasearch/utilities.rb b/lib/algoliasearch/utilities.rb index <HASH>..<HASH> 100644 --- a/lib/algoliasearch/utilities.rb +++ b/lib/algoliasearch/utilities.rb @@ -2,7 +2,11 @@ module AlgoliaSearch module Utilities class << self def get_model_classes - Rails.application.eager_lo...
Use Zeitwerk for loading models in Rails 6 In Rails 6, model loading is no longer working. This is because Zeitwerk has replaced the original code loading. We now use Zeitwerk if it's available.
algolia_algoliasearch-rails
train
81e7cb60fff3d5bdaba38e2cd766b016fbfb9562
diff --git a/pkg/api/dashboard.go b/pkg/api/dashboard.go index <HASH>..<HASH> 100644 --- a/pkg/api/dashboard.go +++ b/pkg/api/dashboard.go @@ -338,7 +338,7 @@ func (hs *HTTPServer) PostDashboard(c *models.ReqContext, cmd models.SaveDashboa dashboard = dash // the original request } - // This will broadcast al...
Chore: Fix typo in dashboard.go (#<I>) requets -> requests
grafana_grafana
train
7cc006b42e34074b2094318737f5b58b1ae0694a
diff --git a/command_list.go b/command_list.go index <HASH>..<HASH> 100644 --- a/command_list.go +++ b/command_list.go @@ -1,12 +1,12 @@ package imap -const LIST_ARG_SELECTOR int = 1 +const listArgSelector int = 1 func cmdList(args commandArgs, c *Conn) { - if args.Arg(LIST_ARG_SELECTOR) == "" { + if args.Arg(lis...
Use correct casing for (and de-export) constant #8
jordwest_imap-server
train
978325ec5fa9076a0d428e95ba4ed31cd49d56b4
diff --git a/spec/pg_search/document_spec.rb b/spec/pg_search/document_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pg_search/document_spec.rb +++ b/spec/pg_search/document_spec.rb @@ -7,7 +7,7 @@ describe PgSearch::Document do table model do include PgSearch - multisearchable({}) + multise...
multisearchable doesn't require an argument
Casecommons_pg_search
train
0448c8321de413eb5a93c56c66194beca3153b79
diff --git a/lib/bumper_pusher/version.rb b/lib/bumper_pusher/version.rb index <HASH>..<HASH> 100644 --- a/lib/bumper_pusher/version.rb +++ b/lib/bumper_pusher/version.rb @@ -1,3 +1,3 @@ module BumperPusher - VERSION = "0.1.2" + VERSION = "0.1.3" end
Update gemspec to version <I>
skywinder_bumper_pusher
train
5f8e54c5502ba35873f563216c426a91b556e29e
diff --git a/salt/modules/mysql.py b/salt/modules/mysql.py index <HASH>..<HASH> 100644 --- a/salt/modules/mysql.py +++ b/salt/modules/mysql.py @@ -93,6 +93,16 @@ __grants__ = [ 'USAGE' ] +__ssl_options_parameterized__ = [ + 'CIPHER', + 'ISSUER', + 'SUBJECT' +] +__ssl_options__ = __ssl_options_parameter...
Adds support for REQUIRE <SSL, etc> to mysql_grants state - Satisfies request (issue) #<I>.
saltstack_salt
train
19dd19753eeea90d5b76649291ff69f0ad1b9f67
diff --git a/lib/semantic_logger/base.rb b/lib/semantic_logger/base.rb index <HASH>..<HASH> 100644 --- a/lib/semantic_logger/base.rb +++ b/lib/semantic_logger/base.rb @@ -341,7 +341,12 @@ module SemanticLogger log = Log.new(name, level, index) should_log = if payload.nil? && exception.nil?...
Fixes #<I> Check if a hash without specific keys is being logged instead of a string and handle it as a payload.
rocketjob_semantic_logger
train
1123cf46f9df671d9dfbeb76bc9bc342cb3234d9
diff --git a/image.go b/image.go index <HASH>..<HASH> 100644 --- a/image.go +++ b/image.go @@ -211,8 +211,6 @@ func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error { } // Vertex represents a vertex passed to DrawTriangles. -// -// Note that this API is experimental. type Vertex struct { // DstX...
ebiten: DrawTriangles is no longer experimental
hajimehoshi_ebiten
train
2c9657b1d447aaa92f77c7558a3389d918f57aaf
diff --git a/lib/carrierwave-meta/meta.rb b/lib/carrierwave-meta/meta.rb index <HASH>..<HASH> 100644 --- a/lib/carrierwave-meta/meta.rb +++ b/lib/carrierwave-meta/meta.rb @@ -20,51 +20,49 @@ module CarrierWave model_delegate_attribute :height, 0 end - module InstanceMethods - def store_meta - ...
Move methods out of InstanceMethods module to prevent deprecation warnings in Rails
gzigzigzeo_carrierwave-meta
train
93e10f9911fb2a096681ee0a0bc82487a9a06c44
diff --git a/activerecord/lib/active_record/named_scope.rb b/activerecord/lib/active_record/named_scope.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/named_scope.rb +++ b/activerecord/lib/active_record/named_scope.rb @@ -103,7 +103,7 @@ module ActiveRecord attr_reader :proxy_scope, :proxy_o...
Ensure NamedScope#any? uses COUNT query wherever possible. [#<I> state:resolved]
rails_rails
train
56c28d71b90ee24fdb28cad793b6e5d6a41add48
diff --git a/lib/app/js/directives/design.js b/lib/app/js/directives/design.js index <HASH>..<HASH> 100644 --- a/lib/app/js/directives/design.js +++ b/lib/app/js/directives/design.js @@ -7,10 +7,20 @@ angular.module('sgApp') restrict: 'A', templateUrl: 'views/partials/design.html', link: function(s...
Feature: if section does not use variables, list variables from sub-sections
SC5_sc5-styleguide
train
6b8d9d363e790ef8556172c763b7145baa93ae17
diff --git a/src/js/index.js b/src/js/index.js index <HASH>..<HASH> 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -28,6 +28,7 @@ var Grommet = { Map: require('./components/Map'), Menu: require('./components/Menu'), Meter: require('./components/Meter'), + Notification: require('./components/Notificatio...
Added Notification to index.js
grommet_grommet
train
d19bc9b0eaa6b81dcd9767aad71395546321f929
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -13267,31 +13267,34 @@ def autorun_commands(cmds,my_globals=None,verb=0): sv = conf.verb import __builtin__ try: - if my_globals is None: - my_globals = globals() - conf.verb = verb - ...
Catch SystemExit exception in autorun commands
secdev_scapy
train
b585d19de26632dafc7d482a6d0c303a6c4aeab6
diff --git a/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php b/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php +++ b/src/Symfony/Component/Security/Htt...
[Security] Add a little explanations in supports() description
symfony_symfony
train
5a83bb8a96fb7f25726cbf5bd5a0b78259f56fff
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stackerjs-db-mysql-adapter", - "version": "0.9.3", + "version": "0.9.4", "author": { "name": "Vinicius Guedes", "email": "viniciusgued@gmail.com", diff...
fix(parsing): defines single point for parsing values'
parpeoficial_stackerjs-db-mysql-adapter
train
80dc1644aaa89dabfe69484ab927f0aca6f2b634
diff --git a/gesso/command.js b/gesso/command.js index <HASH>..<HASH> 100644 --- a/gesso/command.js +++ b/gesso/command.js @@ -27,6 +27,8 @@ function globalMain() { }).launch({}, function(env) { // Check for local installation if (!env.modulePath) { + // TODO: Check for package.json and either warn th...
TODO: Check for package.json and either warn that there's no project or show help instead
joeyespo_gesso.js
train
7e378399e6d683cc6fc1e35601143504b27a608e
diff --git a/src/Models/Tag.php b/src/Models/Tag.php index <HASH>..<HASH> 100644 --- a/src/Models/Tag.php +++ b/src/Models/Tag.php @@ -104,8 +104,6 @@ class Tag extends BaseTag $this->mergeCasts(['style' => 'string', 'icon' => 'string']); $this->mergeRules(['style' => 'nullable|string|strip_tags|max...
Remove duplicate `setTable` method call override as it's already called in parent class
rinvex_cortex-tags
train
015fc2540556c3fe5cfff32be03238468163fa9f
diff --git a/packages/perspective-viewer-d3fc/src/js/d3fcChart.js b/packages/perspective-viewer-d3fc/src/js/d3fcChart.js index <HASH>..<HASH> 100644 --- a/packages/perspective-viewer-d3fc/src/js/d3fcChart.js +++ b/packages/perspective-viewer-d3fc/src/js/d3fcChart.js @@ -56,6 +56,8 @@ function renderBar(config, containe...
Add field name(s) to x/y axis
finos_perspective
train
54e9332ca1c98bf8a231849d300f3893d209ac4d
diff --git a/src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java b/src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java +++ b/src/org/jgroups/protocols/SSL_KEY_EXCHANGE.java @@ -67,7 +67,7 @@ public class SSL_KEY_EXCHANGE extends KeyExchange { ...
SSL_KEY_EXCHANGE: hide keystore_password from JMX/probe
belaban_JGroups
train
f58484b9ccdcadca26f7f6b499ed83e8a8a2f586
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ except (IOError, ImportError): long_description = f.read() -version = '0.2.0' +version = '0.2.1' class TestCommand(Command):
Increase version package to <I>
chaoss_grimoirelab-perceval-mozilla
train
2b4de5cb932eb457ba26b2fc921d9e9e75e29ca3
diff --git a/parser.go b/parser.go index <HASH>..<HASH> 100644 --- a/parser.go +++ b/parser.go @@ -30,7 +30,8 @@ func (parser *StandardResultParser) ParseError(response *SelectResponse, sr *Sol } } - +// ParseResponse will assign result and build sr.docs if there is a response +// if there is no response property ...
#2 some more docs for select related code
vanng822_go-solr
train
ef596c6b6b58ebebf621749bfebed00ecc959067
diff --git a/cmd/influxd/backup/backup.go b/cmd/influxd/backup/backup.go index <HASH>..<HASH> 100644 --- a/cmd/influxd/backup/backup.go +++ b/cmd/influxd/backup/backup.go @@ -281,6 +281,14 @@ func (cmd *Command) downloadAndVerify(req *snapshotter.Request, path string, val // download downloads a snapshot of either t...
skip backup/restore test until we update the code
influxdata_influxdb
train
b6c0754ed946eaa8becd1a68f7f3f56533c2c42d
diff --git a/atomic_reactor/plugins/post_koji_upload.py b/atomic_reactor/plugins/post_koji_upload.py index <HASH>..<HASH> 100644 --- a/atomic_reactor/plugins/post_koji_upload.py +++ b/atomic_reactor/plugins/post_koji_upload.py @@ -8,13 +8,12 @@ of the BSD license. See the LICENSE file for details. from collections i...
koji_upload does not rely on build_result.logs * CLOUDBLD-<I> This is part of removing BuildResult from codebase. koji_upload will be merged into koji_import and the build logs will be handled in the solution of CLOUDBLD-<I>.
projectatomic_atomic-reactor
train
3dc361b248fcf57c9559d985575b01512794c352
diff --git a/packages/sagas/src/calculations.js b/packages/sagas/src/calculations.js index <HASH>..<HASH> 100644 --- a/packages/sagas/src/calculations.js +++ b/packages/sagas/src/calculations.js @@ -11,6 +11,7 @@ import { selectors } from '@openchemistry/redux'; import girderClient from '@openchemistry/girder-client';...
Upload the calculation to Girder and ingest it Create a file for the calculation in Girder, then create the calculation and ingest it.
OpenChemistry_oc-web-components
train
14f9d9a55b409f15b66b558de6c7d216122a6ea9
diff --git a/src/Core/LTIX.php b/src/Core/LTIX.php index <HASH>..<HASH> 100644 --- a/src/Core/LTIX.php +++ b/src/Core/LTIX.php @@ -459,7 +459,15 @@ class LTIX { } } else { // LTI 1.3 - // echo("<pre>\n"); var_dump($row); die('This is still broken'); + $key_id = $row['key_id...
Make public key generation happen and be pastable
tsugiproject_tsugi-php
train
3e35922651d8d2d9cc7862663e458d76c51a8818
diff --git a/src/ascender/ascender_script.js b/src/ascender/ascender_script.js index <HASH>..<HASH> 100644 --- a/src/ascender/ascender_script.js +++ b/src/ascender/ascender_script.js @@ -54,12 +54,12 @@ goog.scope(function () { * @return {Array.<webfont.Font>} */ AscenderScript.prototype.parseFamiliesAndVari...
More renaming of families to fonts.
typekit_webfontloader
train
fe8142232c7e7fb626fb9ab714a49430ea5b48a0
diff --git a/lib/volt/data_stores/data_store.rb b/lib/volt/data_stores/data_store.rb index <HASH>..<HASH> 100644 --- a/lib/volt/data_stores/data_store.rb +++ b/lib/volt/data_stores/data_store.rb @@ -9,10 +9,11 @@ module Volt database_name = Volt.config.db_driver driver_name = database_name.camelize + 'Dri...
- Fix mongo loading, port issue. - Fix socket close issue.
voltrb_volt
train
2dcf98c65013ba390332e1528801bbe98b3b0c1d
diff --git a/src/collide.js b/src/collide.js index <HASH>..<HASH> 100644 --- a/src/collide.js +++ b/src/collide.js @@ -6,7 +6,8 @@ export default function() { var nodes, radius = constant(1), radii, - radiusMax; + radiusMax, + strength = 0.7; function force() { var i, n = nodes...
Add a tiny bit of blending to collision. This greatly improves stability.
d3_d3-force
train
8e27ec93f3fb7a4f59cf5e73d9b1c0d993a5fbc3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from distutils.core import setup setup(name = "amqplib", description = "AMQP Client Library", - version = "0.1", + version = "0.2", license = "LGPL", author = "Barry Pederson", ...
Bump the version number in setup.py, oops.
barryp_py-amqplib
train
1c9f0617d73845fe8f111e34755001138b5cc4b9
diff --git a/dingo/config/config_db_interfaces.py b/dingo/config/config_db_interfaces.py index <HASH>..<HASH> 100644 --- a/dingo/config/config_db_interfaces.py +++ b/dingo/config/config_db_interfaces.py @@ -23,3 +23,38 @@ class sqla_mv_grid_viz(Base): geom_lv_stations = sa.Column('geom_lv_stations', Geo...
add sqla bus and branch obj to db interfaces
openego_ding0
train
4e2a3f490d142cb042f177158aa7d16465edbb03
diff --git a/source/php/Search.php b/source/php/Search.php index <HASH>..<HASH> 100644 --- a/source/php/Search.php +++ b/source/php/Search.php @@ -120,7 +120,7 @@ class Search $attributes['modules'] = substr( $rendered, 0, - (10000 - $contentBytes) + ...
Update to <I> to leave space for various other attributes
helsingborg-stad_Modularity
train
7b48908936ddcca75374918a45ed9c30bf69e654
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/description/annotation/AnnotationValue.java b/byte-buddy-dep/src/main/java/net/bytebuddy/description/annotation/AnnotationValue.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/description/annotation/AnnotationValue.java +++ b/byte...
Treat missing value as equalizable object.
raphw_byte-buddy
train
99b498a62f398faac614c5e90e39920d31f8ff19
diff --git a/firebase/firebase_token_generator.py b/firebase/firebase_token_generator.py index <HASH>..<HASH> 100644 --- a/firebase/firebase_token_generator.py +++ b/firebase/firebase_token_generator.py @@ -97,7 +97,7 @@ class FirebaseTokenGenerator(object): return encoded.decode('utf-8').replace('=', '') ...
python<I> compatibility related. in py<I> datetime.timedelta doesnt have total_seconds method. base<I>.urlsafe_b<I>encode doesnt work with bytearray
ozgur_python-firebase
train
8a69c679454f645e659debf9c4d77ff34de1a5e1
diff --git a/matplotlib2tikz/legend.py b/matplotlib2tikz/legend.py index <HASH>..<HASH> 100644 --- a/matplotlib2tikz/legend.py +++ b/matplotlib2tikz/legend.py @@ -200,7 +200,6 @@ def draw_legend(data, obj): ) # Set color of lines in legend - data['legend colors'] = [] for handle in obj.legen...
legend colors initialization moved to save.py
nschloe_matplotlib2tikz
train
41874f85f2789da9f5a9f41c29aed5d0b4a33a70
diff --git a/lib/html_mockup/rack/html_mockup.rb b/lib/html_mockup/rack/html_mockup.rb index <HASH>..<HASH> 100644 --- a/lib/html_mockup/rack/html_mockup.rb +++ b/lib/html_mockup/rack/html_mockup.rb @@ -8,7 +8,13 @@ module HtmlMockup module Rack class HtmlMockup - def initialize(root,partial_path) + ...
Refactor the HtmlMockup Rack adapter to use project object instead of paths
DigitPaint_html_mockup
train
2103f890eafa5aa7d4dba155066f66a5b0998a82
diff --git a/includes/class-kirki-config.php b/includes/class-kirki-config.php index <HASH>..<HASH> 100644 --- a/includes/class-kirki-config.php +++ b/includes/class-kirki-config.php @@ -2,8 +2,49 @@ class Kirki_Config extends Kirki_Customizer { - public function __construct( $args = array() ) { + public $default_...
move code to the Kirki_Config class
aristath_kirki
train
769ac5e11bd4683653b3338e4a5b7cef336db9c6
diff --git a/src/Session.php b/src/Session.php index <HASH>..<HASH> 100644 --- a/src/Session.php +++ b/src/Session.php @@ -51,7 +51,7 @@ class Session protected $wsBaseURL = null; // Webservice login validity - private $serviceServerTime = null; + # private $serviceServerTime = null; private $ser...
commenting out serviceServerTime since it's not used
salaros_vtwsclib-php
train
ebbe5473dcf9be1f8591094d3a6d1976afc6d07b
diff --git a/packages/openneuro-server/datalad/dataset.js b/packages/openneuro-server/datalad/dataset.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/datalad/dataset.js +++ b/packages/openneuro-server/datalad/dataset.js @@ -17,15 +17,6 @@ const c = mongo.collections const uri = config.datalad.uri /**...
Update createDataset mutation to give credit (using cookies).
OpenNeuroOrg_openneuro
train
0d830e5a2436d55112755080d1084ed1ff13c1eb
diff --git a/server/http/http.go b/server/http/http.go index <HASH>..<HASH> 100644 --- a/server/http/http.go +++ b/server/http/http.go @@ -103,6 +103,16 @@ func (i *apiHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { req := cmds.NewRequest(path, opts, nil, nil) res := commands.Root.Call(req) + // set ...
server/http: Set Content-Type header based on command output
ipfs_go-ipfs
train
477517d8ea455d02e3492c06021eda79c5b7134b
diff --git a/lxd/devlxd.go b/lxd/devlxd.go index <HASH>..<HASH> 100644 --- a/lxd/devlxd.go +++ b/lxd/devlxd.go @@ -85,7 +85,7 @@ var devlxdConfigKeyGet = devLxdHandler{"/1.0/config/{key}", func(d *Daemon, c in }} var devlxdImageExport = devLxdHandler{"/1.0/images/{fingerprint}/export", func(d *Daemon, c instance.In...
lxd/devlxd: Replace !shared.IsTrue with shared.IsFalseOrEmpty for security.devlxd.images
lxc_lxd
train
68abfe211e0fff1188c744afba593259723322e8
diff --git a/plugins/scss/index.js b/plugins/scss/index.js index <HASH>..<HASH> 100644 --- a/plugins/scss/index.js +++ b/plugins/scss/index.js @@ -192,6 +192,10 @@ const writer = function(thisPackage, outputDir) { promises.push(fs.readFileAsync(path.resolve(outputDir, 'combined.scss'), 'utf8') ...
feat(themes): Add detection class to theme stylesheets.
ngageoint_opensphere-build-resolver
train
a380ebabd520e850807ed8bc722ffe018bfa5379
diff --git a/select2.js b/select2.js index <HASH>..<HASH> 100644 --- a/select2.js +++ b/select2.js @@ -2842,9 +2842,7 @@ the specific language governing permissions and limitations under the Apache Lic return; } - index = indexOf(this.id(data), val); - - if (index >...
Remove duplicated options from multi-valued select boxes.
select2_select2
train
72f61c85c7fc51711132fe2fab890630a1aa80e9
diff --git a/BlockBuilderInterface.php b/BlockBuilderInterface.php index <HASH>..<HASH> 100644 --- a/BlockBuilderInterface.php +++ b/BlockBuilderInterface.php @@ -4,10 +4,4 @@ namespace Oro\Component\Layout; interface BlockBuilderInterface { - /** - * Creates the block. - * - * @return BlockInterface...
BAP-<I>: Base container block type class implementation. Decouple BlockBuilderInterface and BlockInterface
oroinc_OroLayoutComponent
train
8543da374847b28833b782f2cdbf70d2e4df4438
diff --git a/src/Zenaton/Common/Services/Jsonizer.php b/src/Zenaton/Common/Services/Jsonizer.php index <HASH>..<HASH> 100644 --- a/src/Zenaton/Common/Services/Jsonizer.php +++ b/src/Zenaton/Common/Services/Jsonizer.php @@ -34,7 +34,7 @@ class Jsonizer public function getObjectFromNameAndEncodedProperties($name, ...
crazy hack to be able to decode Carbon object
zenaton_zenaton-php
train
6c1aa3e3b2e9c54772584093dcf862b98e4b1419
diff --git a/logbook-core/src/main/java/org/zalando/logbook/CurlHttpLogFormatter.java b/logbook-core/src/main/java/org/zalando/logbook/CurlHttpLogFormatter.java index <HASH>..<HASH> 100644 --- a/logbook-core/src/main/java/org/zalando/logbook/CurlHttpLogFormatter.java +++ b/logbook-core/src/main/java/org/zalando/logbook...
Added correlation id to curl log Fixes #<I>
zalando_logbook
train
c39211df29f94251895d38192bb53e17d621ac1d
diff --git a/samplify/test/imperial.py b/samplify/test/imperial.py index <HASH>..<HASH> 100644 --- a/samplify/test/imperial.py +++ b/samplify/test/imperial.py @@ -1,8 +1,8 @@ import sys import unittest -from measurements import si -from measurements import imperial +from samplify import si +from samplify import imp...
Point tests at samplify
BennettRand_Samplify
train
904d7dfd43188556b4d928d3f51400c7222807e9
diff --git a/lib/patron/request.rb b/lib/patron/request.rb index <HASH>..<HASH> 100644 --- a/lib/patron/request.rb +++ b/lib/patron/request.rb @@ -23,6 +23,8 @@ ## ## ------------------------------------------------------------------- +require 'cgi' + module Patron # Represents the information necessary for a...
Added URL encoding when an action is a POST
toland_patron
train
6a65bf6b30b61f7d85876e3954f4b2063f725dd0
diff --git a/src/Console.php b/src/Console.php index <HASH>..<HASH> 100644 --- a/src/Console.php +++ b/src/Console.php @@ -7,10 +7,11 @@ namespace IrfanTOOR; */ class Console { + protected static $is_terminal; protected static $supported = false; /** @var array */ - public static $styles = array( ...
style is not applied if it is not a terminal
irfantoor_console
train
4d48a17138ebf8c65bf8dd88116e861b2f4f2184
diff --git a/go/vt/wrangler/testlib/reparent_external_test.go b/go/vt/wrangler/testlib/reparent_external_test.go index <HASH>..<HASH> 100644 --- a/go/vt/wrangler/testlib/reparent_external_test.go +++ b/go/vt/wrangler/testlib/reparent_external_test.go @@ -54,6 +54,12 @@ func TestTabletExternallyReparented(t *testing.T) ...
Fix wrangler tests. Mostly generate SrvKeyspace before running them
vitessio_vitess
train
e85a77d6d258a4a06303ebd554c23f183d26fbb9
diff --git a/src/main/java/com/frostwire/jlibtorrent/SessionManager.java b/src/main/java/com/frostwire/jlibtorrent/SessionManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/frostwire/jlibtorrent/SessionManager.java +++ b/src/main/java/com/frostwire/jlibtorrent/SessionManager.java @@ -1068,6 +1068,15 @@ pu...
SessionManager::onListenFailed alert logging (private)
frostwire_frostwire-jlibtorrent
train
869b07f75a000cc34762152ec7fee1ea7b0a8bc0
diff --git a/modules/pipefetchpage.py b/modules/pipefetchpage.py index <HASH>..<HASH> 100644 --- a/modules/pipefetchpage.py +++ b/modules/pipefetchpage.py @@ -92,7 +92,7 @@ def pipe_fetchpage(context, _INPUT, conf, **kwargs): print "--------------item data --------------------" ...
Fix fetchpage to work in and out of loops
ggaughan_pipe2py
train
66872da552dec5d855f22a90d8c1657bec73a279
diff --git a/Tests/Functional/Entity/JMSUser.php b/Tests/Functional/Entity/JMSUser.php index <HASH>..<HASH> 100644 --- a/Tests/Functional/Entity/JMSUser.php +++ b/Tests/Functional/Entity/JMSUser.php @@ -89,6 +89,11 @@ class JMSUser private $bestFriend; /** + * Whether this user is enabled or disabled. +...
add functional test for docblock model describer
nelmio_NelmioApiDocBundle
train
9eeed7837cc668f18589dc19550bcc57eb76a2a1
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ In Unix-like environment, the cli utility can also be piped into : - name: A name for the model, not directly used. - n: The order of the model (1: unigram, 2: bigram, 3: trigram, etc.). Default to 3. ...
document the model generation method outside the cli utility
kchapelier_ngram-word-generator
train
cad10ed75293571facb7273b7fa86739b0b72a51
diff --git a/syn/tree/b/node.py b/syn/tree/b/node.py index <HASH>..<HASH> 100644 --- a/syn/tree/b/node.py +++ b/syn/tree/b/node.py @@ -93,8 +93,12 @@ class Node(ListWrapper): def parent(self): return self._parent - def children(self): - for c in self._children: + def children(self, reverse=...
Adding reverisble depth-first iteration to Node
mbodenhamer_syn
train
a22fc79d49b4537461dc6c0f4f5651d9dbf33b34
diff --git a/nodeconductor/monitoring/zabbix/db_client.py b/nodeconductor/monitoring/zabbix/db_client.py index <HASH>..<HASH> 100644 --- a/nodeconductor/monitoring/zabbix/db_client.py +++ b/nodeconductor/monitoring/zabbix/db_client.py @@ -418,4 +418,4 @@ class ZabbixDBClient(object): return 'OK' if value =...
Add new line to end of file - itacloud-<I>
opennode_waldur-core
train
c5cba9c08b4595dc8c7f99e1cfcef823b605bd36
diff --git a/evcache-client/src/main/java/com/netflix/evcache/EVCacheImpl.java b/evcache-client/src/main/java/com/netflix/evcache/EVCacheImpl.java index <HASH>..<HASH> 100644 --- a/evcache-client/src/main/java/com/netflix/evcache/EVCacheImpl.java +++ b/evcache-client/src/main/java/com/netflix/evcache/EVCacheImpl.java @...
Support for auto hashing of keys greater than <I> characters
Netflix_EVCache
train
3f68ce0fc5bed31026800be964721115484cd840
diff --git a/lib/ronin/platform/platform.rb b/lib/ronin/platform/platform.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/platform/platform.rb +++ b/lib/ronin/platform/platform.rb @@ -21,9 +21,9 @@ #++ # -require 'ronin/platform/overlay' +require 'ronin/platform/overlay_cache' require 'ronin/platform/object_cache' ...
Rewrote Platform.extension_names.
ronin-ruby_ronin
train
17786d00542f9dbe78b39d761023092421c4e36d
diff --git a/src/Plugin.php b/src/Plugin.php index <HASH>..<HASH> 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -76,7 +76,7 @@ final class Plugin implements PluginInterface, EventSubscriberInterface return; } - $synchronizersMaster = new SynchronizersMaster( + $synchronizersMaster = new SynchronizersMa...
- SynchronizersMaster renamed to SynchronizersManager
composer-synchronizer_composer-synchronizer
train
640ce5e61d5f11cc47c2f425b4b224dc538a06cd
diff --git a/lib/rbUtil.js b/lib/rbUtil.js index <HASH>..<HASH> 100644 --- a/lib/rbUtil.js +++ b/lib/rbUtil.js @@ -9,7 +9,7 @@ var P = require('bluebird'); var util = require('util'); var url = require('url'); var Busboy = require('busboy'); -var uuid = require('cassandra-uuid'); +var uuid = require('cassandra-uuid'...
Request id in proper form and using the time uuid
wikimedia_restbase
train
58f0f5a495e8721e61fcfaa4f241616b88c36781
diff --git a/Controller/QuestionController.php b/Controller/QuestionController.php index <HASH>..<HASH> 100755 --- a/Controller/QuestionController.php +++ b/Controller/QuestionController.php @@ -989,6 +989,7 @@ class QuestionController extends Controller */ public function manageDocAction() { + $...
[ExoBundle] Correction Bug for the Manage Document button (#<I>)
claroline_Distribution
train
ac020b3f06d079f74d5ffa195b329413c9ddb428
diff --git a/lib/meurio_ui/view_helpers.rb b/lib/meurio_ui/view_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/meurio_ui/view_helpers.rb +++ b/lib/meurio_ui/view_helpers.rb @@ -8,7 +8,7 @@ module MeurioUi end def application_name app - return "Meu Rio" if app == :mr20 + return "Minha...
[#<I>] change copy
nossas_meurio_ui
train
c1e89aa7cace980432fd23c651673fb5f2019c31
diff --git a/OpenSSL/__init__.py b/OpenSSL/__init__.py index <HASH>..<HASH> 100644 --- a/OpenSSL/__init__.py +++ b/OpenSSL/__init__.py @@ -16,7 +16,7 @@ from OpenSSL import crypto sys.setdlopenflags(orig) del sys, orig -from OpenSSL import rand, SSL, tsafe +from OpenSSL import rand, SSL from OpenSSL.version import...
skip tsafe for the time being
pyca_pyopenssl
train
cbbca354e118140b44995bc9b119a3da28fc0edb
diff --git a/src/Database/CollectionDelegator.php b/src/Database/CollectionDelegator.php index <HASH>..<HASH> 100644 --- a/src/Database/CollectionDelegator.php +++ b/src/Database/CollectionDelegator.php @@ -1,8 +1,9 @@ <?php namespace Hook\Database; -use Hook\Model\App as App; -use Hook\Model\Collection as Collecti...
prevent 'modules' from being accessed as collections
doubleleft_hook
train
d324d4b7dbf77776f550787bd66122fe3e220f10
diff --git a/questionary/prompt.py b/questionary/prompt.py index <HASH>..<HASH> 100644 --- a/questionary/prompt.py +++ b/questionary/prompt.py @@ -25,9 +25,10 @@ def prompt( if isinstance(questions, dict): questions = [questions] - answers = answers or {} + answers = dict(answers or {}) for...
Avoid modifying input parameters As dicts are mutable, it's unexpected that they get modified after calling this function. This should fix the type errors too.
tmbo_questionary
train
73a89bf9e53c0f7f00f193e1b1bb195a71ab761f
diff --git a/src/server/optimizing-compiler/modules.js b/src/server/optimizing-compiler/modules.js index <HASH>..<HASH> 100644 --- a/src/server/optimizing-compiler/modules.js +++ b/src/server/optimizing-compiler/modules.js @@ -77,7 +77,7 @@ function genAttrSegment (name: string, value: string): StringSegment { ...
fix(ssr): fix double escaping of ssrNode attribute values (#<I>) This fixes a double escaping of attribute values in the SSR optimizing compiler by unescaping the value in `genAttrSegment` because literal attribute values get escaped early during `processAttrs` before it is known, if this attribute will be optimize...
kaola-fed_megalo
train
8c620564ab9766033a886aca12e966df1205075b
diff --git a/src/Comparator/BackwardsCompatibility/ClassBased/MethodRemoved.php b/src/Comparator/BackwardsCompatibility/ClassBased/MethodRemoved.php index <HASH>..<HASH> 100644 --- a/src/Comparator/BackwardsCompatibility/ClassBased/MethodRemoved.php +++ b/src/Comparator/BackwardsCompatibility/ClassBased/MethodRemoved.p...
#<I> imported constants are before imported functions
Roave_BackwardCompatibilityCheck
train
07c834ea3e39f7f5e4c55fea09b208d0164c2901
diff --git a/test/test_max_staleness.py b/test/test_max_staleness.py index <HASH>..<HASH> 100644 --- a/test/test_max_staleness.py +++ b/test/test_max_staleness.py @@ -122,15 +122,21 @@ class TestMaxStaleness(unittest.TestCase): # From max-staleness-tests.rst, "Parse lastWriteDate". client = rs_or_sing...
PYTHON-<I> Fix race in test_last_write_date
mongodb_mongo-python-driver
train
865aed07d83cebe61f60ea760ff40f1724d2e726
diff --git a/handshake/crypto_setup_client.go b/handshake/crypto_setup_client.go index <HASH>..<HASH> 100644 --- a/handshake/crypto_setup_client.go +++ b/handshake/crypto_setup_client.go @@ -146,7 +146,12 @@ func (h *cryptoSetupClient) handleREJMessage(cryptoData map[Tag][]byte) error { if crt, ok := cryptoData[TagCE...
verify certificate chain when receiving it, return correct errors
lucas-clemente_quic-go
train
fedd321ea6e9b907dec6b4fac6ba9f9e35db507f
diff --git a/libpebble2/communication/__init__.py b/libpebble2/communication/__init__.py index <HASH>..<HASH> 100644 --- a/libpebble2/communication/__init__.py +++ b/libpebble2/communication/__init__.py @@ -111,8 +111,8 @@ class PebbleConnection(object): while len(message) >= 4: if self.log_protoc...
Avoid include trailing bytes in raw_inbound event.
pebble_libpebble2
train
593da79f3a2e7ebba5a02fd312bdfb17053fd67b
diff --git a/httpcache4j-api/src/main/java/org/codehaus/httpcache4j/Status.java b/httpcache4j-api/src/main/java/org/codehaus/httpcache4j/Status.java index <HASH>..<HASH> 100644 --- a/httpcache4j-api/src/main/java/org/codehaus/httpcache4j/Status.java +++ b/httpcache4j-api/src/main/java/org/codehaus/httpcache4j/Status.ja...
Make it possible to use lower version of guava.
httpcache4j_httpcache4j
train
8a4ecd1fc5b2d32de527b3d2f635e57a66fd6c96
diff --git a/public/js/core.searchform.js b/public/js/core.searchform.js index <HASH>..<HASH> 100644 --- a/public/js/core.searchform.js +++ b/public/js/core.searchform.js @@ -15,13 +15,15 @@ function resetSearchForm(event) { var $form = $(event.target); - win.setTimeout(function() { loadPagina...
[Jobs,Core] Improves SearchForm of the job list in the admin section. * Initial values of select elements are now correctly rendered. * Select and button elements can now be set to automatically trigger form submit.
yawik_core
train
11a73ead941a2069fd6d2295fcb6b1909f6f5e02
diff --git a/Core/Config.php b/Core/Config.php index <HASH>..<HASH> 100644 --- a/Core/Config.php +++ b/Core/Config.php @@ -29,6 +29,9 @@ class Config { } else if ($number != 0 && isset($value[$name])) { $value = $value[$name]; + } else { + + retu...
return false when config key does not exist
prototypemvc_prototypemvc
train
2a23bef575a11dd408ac0a7de95a3cc3bd4ad6e4
diff --git a/spec/acts-as-messageable_spec.rb b/spec/acts-as-messageable_spec.rb index <HASH>..<HASH> 100644 --- a/spec/acts-as-messageable_spec.rb +++ b/spec/acts-as-messageable_spec.rb @@ -152,6 +152,12 @@ describe "ActsAsMessageable" do @bob.messages.with_id(message_id).count.should == 1 end + it "finds p...
Add spec for #find method [#<I>]
LTe_acts-as-messageable
train
cb330e3adbb8f3294d3f701c1f77ea80f5f79d08
diff --git a/flat/script/flat.editor.js b/flat/script/flat.editor.js index <HASH>..<HASH> 100644 --- a/flat/script/flat.editor.js +++ b/flat/script/flat.editor.js @@ -1205,7 +1205,12 @@ function editor_loadmenus() { editannotations[annotationtype + "/" + set] = true; } label =...
cleaner menus for setless annotations (relates to #<I>)
proycon_flat
train
f969c393e3ea565d0c8ed5c979d710cc1a905549
diff --git a/src/Bugsnag/Error.php b/src/Bugsnag/Error.php index <HASH>..<HASH> 100644 --- a/src/Bugsnag/Error.php +++ b/src/Bugsnag/Error.php @@ -225,7 +225,7 @@ class Bugsnag_Error return $cleanArray; } elseif (is_string($obj)) { // UTF8-encode if not already encoded - if...
Only do encoding magic if mb_detect_encoding is available
bugsnag_bugsnag-php
train
b2bf4d08130e9a3850aebfabf2b4383c47f9f938
diff --git a/fsock.go b/fsock.go index <HASH>..<HASH> 100644 --- a/fsock.go +++ b/fsock.go @@ -340,10 +340,14 @@ func (self *FSock) ReadEvents() { // Dispatch events to handlers in async mode func (self *FSock) dispatchEvent(event string) { eventName := headerVal(event, "Event-Name") - if _, hasHandlers := self.eve...
adds support for registering an ALL event handle
cgrates_fsock
train
63a3b78fcb902fb65bc9ece19ff0624e4cfc8c19
diff --git a/resources/views/layout.blade.php b/resources/views/layout.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/layout.blade.php +++ b/resources/views/layout.blade.php @@ -12,9 +12,9 @@ <!-- Style sheets--> <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> @...
Fix: Assets not loading when Laravel is installed in a subdirectory
laravel_telescope
train
f270b460eaca0c9d70a7cb6783ab91e56508f231
diff --git a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/persistentvolume/persistentvolume_claim_binder_controller.go b/Godeps/_workspace/src/k8s.io/kubernetes/pkg/controller/persistentvolume/persistentvolume_claim_binder_controller.go index <HASH>..<HASH> 100644 --- a/Godeps/_workspace/src/k8s.io/kubernetes...
UPSTREAM: <I>: Check claimRef UID when processing a recycled PV
openshift_origin
train
69e86d4f98a362d3834adf1bf4c32ed8e433f135
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -229,13 +229,13 @@ jQuery.event = { } catch (e) {} } + this.triggered = false; + if ( !event.isPropagationStopped() ) { var parent = elem.parentNode || elem.ownerDocument; if ( parent ) ...
The triggered flag was being set too early, which was preventing bubbling form working when a native event existed.
jquery_jquery
train
554d2dd56bd21eb677a71bf60482b38bae99a181
diff --git a/test/test-creation.js b/test/test-creation.js index <HASH>..<HASH> 100644 --- a/test/test-creation.js +++ b/test/test-creation.js @@ -159,7 +159,7 @@ describe('react-webpack generator', function() { var generatorTest = function(name, generatorType, specType, targetDirectory, scriptNameFn, specNameFn, ...
Modify appPath to support multiple function call
react-webpack-generators_generator-react-webpack
train
bd1f7be5b74a83ada99bfd62fc77883f1ebd5cf9
diff --git a/cifsdk/client/client.py b/cifsdk/client/client.py index <HASH>..<HASH> 100644 --- a/cifsdk/client/client.py +++ b/cifsdk/client/client.py @@ -166,6 +166,25 @@ def main(): logger.error('unauthorized') else: print(FORMATS[options.get('format')](data=rv)) + + elif options...
adding TRACE handlers to logging (#<I>)
csirtgadgets_bearded-avenger-sdk-py
train
644471bd618cbda84485209dba7c92e4cac760bf
diff --git a/spec/Judopay/Models/TransactionSpec.php b/spec/Judopay/Models/TransactionSpec.php index <HASH>..<HASH> 100644 --- a/spec/Judopay/Models/TransactionSpec.php +++ b/spec/Judopay/Models/TransactionSpec.php @@ -4,9 +4,7 @@ namespace spec\Judopay\Models; use PhpSpec\ObjectBehavior; use Prophecy\Argument; -us...
Added simple test for Guzzle3 response mocking
Judopay_Judo-PHP
train
18de6c82f8f5b677448b31a5c457e616bb208887
diff --git a/shared/actions/people.js b/shared/actions/people.js index <HASH>..<HASH> 100644 --- a/shared/actions/people.js +++ b/shared/actions/people.js @@ -12,6 +12,9 @@ import {peopleTab} from '../constants/tabs' import {getPath} from '../route-tree' import flags from '../util/feature-flags' +// set this to tru...
Fix a couple people page TODOs in nav2 (#<I>) * edit profile todo and WIP debugTodo * fix paper key + avatar user and finish debugTodo
keybase_client
train
9905dce8974fc087a15d58d2548e61127b869852
diff --git a/src/Kernels/Distance/Cosine.php b/src/Kernels/Distance/Cosine.php index <HASH>..<HASH> 100644 --- a/src/Kernels/Distance/Cosine.php +++ b/src/Kernels/Distance/Cosine.php @@ -4,8 +4,6 @@ namespace Rubix\ML\Kernels\Distance; use Rubix\ML\DataType; -use const Rubix\ML\EPSILON; - /** * Cosine * @@ -8...
No need to check for divide by zero
RubixML_RubixML
train
4e9f65aea00f91f261d9ee2c8ae9759c7d0ec6e9
diff --git a/Paybox/DirectPlus/ParameterResolver.php b/Paybox/DirectPlus/ParameterResolver.php index <HASH>..<HASH> 100644 --- a/Paybox/DirectPlus/ParameterResolver.php +++ b/Paybox/DirectPlus/ParameterResolver.php @@ -100,7 +100,7 @@ class ParameterResolver extends AbstractParameterResolver { $this->reso...
OptionsResolver::setDefined() not present in version < <I>
lexik_LexikPayboxBundle
train
a6ed18de4120ab266db794ee6d55cb2756a37016
diff --git a/salt/config.py b/salt/config.py index <HASH>..<HASH> 100644 --- a/salt/config.py +++ b/salt/config.py @@ -250,6 +250,7 @@ VALID_OPTS = { 'random_reauth_delay': int, 'syndic_event_forward_timeout': float, 'syndic_max_event_process_time': float, + 'syndic_jid_forward_cache_hwm': int, '...
Add syndic_jid_forward_cache_hwm configuration
saltstack_salt
train
b06cb06d5399f3a3246d0a4c2f7d8975a98782dd
diff --git a/packages/banner/src/Banner.js b/packages/banner/src/Banner.js index <HASH>..<HASH> 100644 --- a/packages/banner/src/Banner.js +++ b/packages/banner/src/Banner.js @@ -47,7 +47,9 @@ export default class Banner extends Component { actions: PropTypes.oneOfType([PropTypes.node, PropTypes.func]), /** A...
docs: add additional info for onDismiss prop
Autodesk_hig
train
635f11512549c4b6c12bdd7336b8539bfb184b60
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,8 @@ setup( package_data={ 'config': [ os.path.join('config', + 'config_internal'), + os.path.join('config', '*.cfg') ]...
add internal config file to package data
openego_eDisGo
train
c92cdedc8de2391e9520a0c7c530548b75025c76
diff --git a/salt/runner.py b/salt/runner.py index <HASH>..<HASH> 100644 --- a/salt/runner.py +++ b/salt/runner.py @@ -45,7 +45,7 @@ class RunnerClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object): def __init__(self, opts): self.opts = opts self.functions = salt.loader.runner(opts) #...
Switch to RAET-compatible event listener
saltstack_salt
train
1945578e6a78cedd9201dc4bd380bfe72fe300a3
diff --git a/django_grip.py b/django_grip.py index <HASH>..<HASH> 100644 --- a/django_grip.py +++ b/django_grip.py @@ -26,6 +26,7 @@ def _is_basestring_instance(instance): return False def _get_pubcontrol(): + global _pubcontrol _lock.acquire() if _pubcontrol is None: _pubcontrol = GripPubControl()
explicitly declare _pubcontrol as global
fanout_django-grip
train