hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
88a9ae848c4b310b1c53b5700893d890999dd930
diff --git a/src/SAML2/Utils.php b/src/SAML2/Utils.php index <HASH>..<HASH> 100644 --- a/src/SAML2/Utils.php +++ b/src/SAML2/Utils.php @@ -119,6 +119,15 @@ class Utils return $key; } + if (!in_array($algorithm, array( + XMLSecurityKey::RSA_SHA1, + XMLSecurityKey::RSA...
bugfix: Check for supported signature algorithms when casting a key.
simplesamlphp_saml2
train
35bd930b96a6f06ae56418ee03afc3148a90dbd7
diff --git a/smartmin/csv_imports/models.py b/smartmin/csv_imports/models.py index <HASH>..<HASH> 100644 --- a/smartmin/csv_imports/models.py +++ b/smartmin/csv_imports/models.py @@ -1,5 +1,7 @@ from __future__ import unicode_literals +import os + from celery.result import EagerResult, AsyncResult from django.db i...
ensure import filename length cannot exceed <I> characters
nyaruka_smartmin
train
cbad9ee9b8d5436c0d9afb1d4a0facad8b1f7d87
diff --git a/test/com/google/javascript/jscomp/FunctionToBlockMutatorTest.java b/test/com/google/javascript/jscomp/FunctionToBlockMutatorTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/jscomp/FunctionToBlockMutatorTest.java +++ b/test/com/google/javascript/jscomp/FunctionToBlockMutatorTest.java @...
Puts FunctionToBlockMutatorTest test setup into a valid state for scope creation. Previously it did not synthesize correct root nodes and connect the Compiler object to them. ------------- Created by MOE: <URL>
google_closure-compiler
train
604e0acf8fdca7f7cc46f72f98ca91f6dbc9d83d
diff --git a/app/controllers/api/v1/distributors_controller.rb b/app/controllers/api/v1/distributors_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/v1/distributors_controller.rb +++ b/app/controllers/api/v1/distributors_controller.rb @@ -210,10 +210,7 @@ class Api::V1::DistributorsController < Api:...
source cleanup - removing uneeded return statements
Katello_katello
train
cd1c2db8644a9704c5e33a157bee313dc8011294
diff --git a/posix-utils_windows.go b/posix-utils_windows.go index <HASH>..<HASH> 100644 --- a/posix-utils_windows.go +++ b/posix-utils_windows.go @@ -42,8 +42,9 @@ func isValidVolname(volname string) bool { // for all directories that mkdirAll creates. If path is already // a directory, mkdirAll does nothing and ret...
posix-utils: fix path handling in windows. (#<I>)
minio_minio
train
cb5498101f51608e2e52f842830da3fbbbaf6127
diff --git a/lib/rubocop/cop/style/empty_lines_around_access_modifier.rb b/lib/rubocop/cop/style/empty_lines_around_access_modifier.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/style/empty_lines_around_access_modifier.rb +++ b/lib/rubocop/cop/style/empty_lines_around_access_modifier.rb @@ -67,7 +67,7 @@ module ...
Merge two start_with? calls into one in EmptyLinesAroundAccessModifier#class_def?
rubocop-hq_rubocop
train
8a97cb07e2b1a2ef0b4b486809fa8b1f9c491d64
diff --git a/lib/generators/apidoco_generator.rb b/lib/generators/apidoco_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/apidoco_generator.rb +++ b/lib/generators/apidoco_generator.rb @@ -67,16 +67,16 @@ class ApidocoGenerator < Rails::Generators::Base endpoint_with_method = default_end_points_with_...
# file content format changed (#<I>)
72pulses_apidoco
train
89efbaaffd154241fd338124d8b88c8dce80dd74
diff --git a/openstack_dashboard/dashboards/admin/flavors/extras/views.py b/openstack_dashboard/dashboards/admin/flavors/extras/views.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/admin/flavors/extras/views.py +++ b/openstack_dashboard/dashboards/admin/flavors/extras/views.py @@ -40,7 +40,7 @@ cla...
Use "flavor details" rather than "flavor data" Be consistent with views using either "details" or "information". Change-Id: I7d<I>ffede<I>f<I>bb3fcd<I>b9ae8e8d5d4a6
openstack_horizon
train
ec9b774b45cdf917fd35a14e9db006eb9900e9ab
diff --git a/tests/dollar-sign.js b/tests/dollar-sign.js index <HASH>..<HASH> 100644 --- a/tests/dollar-sign.js +++ b/tests/dollar-sign.js @@ -61,8 +61,14 @@ ruleTester.run('dollar-sign', rule, { 'var $x = $(\'.foo\');', // object destructuring { code: 'var {beep, boop} = meep;\nvar $s = $("#id")', ecmaFeature...
add a few more tests for destructuring assignment to existing variables
erikdesjardins_eslint-plugin-dollar-sign
train
3f560ca541bc7651acf17992e4b855e6a29bc572
diff --git a/tests/test_websocket.py b/tests/test_websocket.py index <HASH>..<HASH> 100644 --- a/tests/test_websocket.py +++ b/tests/test_websocket.py @@ -459,10 +459,9 @@ class SockOptTest(unittest.TestCase): @unittest.skipUnless(TEST_WITH_INTERNET, "Internet-requiring tests are disabled") def testSockOpt(se...
- fixed #<I> - I don't have IPv6 enviroment, now. So, I didn't test yet. - fixed some test warning.
websocket-client_websocket-client
train
4540a83b7646c88ebe515f58fd56c33e789200fd
diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/CheckpointBarrierUnaligner.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/CheckpointBarrierUnaligner.java index <HASH>..<HASH> 100644 --- a/flink-streaming-java/src/main/java/org/apache/flink/streaming...
[hotfix][checkpointing] Make CheckpointBarrierUnaligner#processEndOfPartition always return false For unaligned checkpoint, no buffer is stored in BufferStorage so CheckpointBarrierUnaligner#processEndOfPartition should always return false. This closes #<I>.
apache_flink
train
5098a65662d753d10168b220d85f73f5ab2fd29d
diff --git a/lib/sorcerer/signature.rb b/lib/sorcerer/signature.rb index <HASH>..<HASH> 100644 --- a/lib/sorcerer/signature.rb +++ b/lib/sorcerer/signature.rb @@ -20,6 +20,7 @@ module Sorcerer missing?(normal_args) && missing?(default_args) && missing?(rest_arg) && + missing?(keyw_args) ...
Add keyword arguments to empty? test. Beefed up tests in Signature for the above.
jimweirich_sorcerer
train
bbe29094115963d860e8184f5b3d89e67ebc44f1
diff --git a/src/main/java/examples/TryWithResources.java b/src/main/java/examples/TryWithResources.java index <HASH>..<HASH> 100644 --- a/src/main/java/examples/TryWithResources.java +++ b/src/main/java/examples/TryWithResources.java @@ -1,5 +1,6 @@ package examples; +import javax.net.SocketFactory; import me.legr...
Updated example for removed connect() methods
GideonLeGrange_mikrotik-java
train
46cd4c8127e23eeafea28cdd5b7bdab3cc19a5e9
diff --git a/lib/searchkick/search.rb b/lib/searchkick/search.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/search.rb +++ b/lib/searchkick/search.rb @@ -26,7 +26,7 @@ module Searchkick # pagination page = [options[:page].to_i, 1].max - per_page = options[:limit] || options[:per_page] || 10000...
Ensure per_page is an integer
ankane_searchkick
train
267be3ab5551864e3d05098f6b348b2b6c9a99f3
diff --git a/bosh-director/lib/bosh/director/api/controllers/tasks_controller.rb b/bosh-director/lib/bosh/director/api/controllers/tasks_controller.rb index <HASH>..<HASH> 100644 --- a/bosh-director/lib/bosh/director/api/controllers/tasks_controller.rb +++ b/bosh-director/lib/bosh/director/api/controllers/tasks_control...
Fix propogating teams to ssh task
cloudfoundry_bosh
train
0459dd116f06a1fe119ada38a5a4fc20ca7064ce
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedStorage.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/paginated/OLocalPaginatedStorage.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/com/orientechnologies/orient/cor...
Issue #<I> files limit is changed to <I> open files.
orientechnologies_orientdb
train
368a9836bd0f58e2dcb7879fe9c89e42974da97e
diff --git a/framework/core/src/Admin/AdminServiceProvider.php b/framework/core/src/Admin/AdminServiceProvider.php index <HASH>..<HASH> 100644 --- a/framework/core/src/Admin/AdminServiceProvider.php +++ b/framework/core/src/Admin/AdminServiceProvider.php @@ -9,8 +9,6 @@ namespace Flarum\Admin; -use Flarum\Extensio...
Use lifecycle interface for frontend extender (#<I>)
flarum_core
train
978fcd62d93b3033b7c114fa3ce6c0f0aa2da5cf
diff --git a/spiketoolkit/sorters/ironclust/ironclust.py b/spiketoolkit/sorters/ironclust/ironclust.py index <HASH>..<HASH> 100644 --- a/spiketoolkit/sorters/ironclust/ironclust.py +++ b/spiketoolkit/sorters/ironclust/ironclust.py @@ -162,7 +162,13 @@ def run_ironclust( by_property=None, parallel=Fals...
preserve the old signature of the function "run_kilosort" with path.
SpikeInterface_spiketoolkit
train
d7c2d88118c05772c35cac21579bacb5cbb55ccc
diff --git a/psiturk/models.py b/psiturk/models.py index <HASH>..<HASH> 100644 --- a/psiturk/models.py +++ b/psiturk/models.py @@ -88,7 +88,7 @@ class Participant(Base): try: ret = [] - with io.BytesIO() as outstring: + with io.StringIO() as outstring: csvw...
switch to using stringio for csvwriter
NYUCCL_psiTurk
train
e135cc0b7e2fee489cd04329aae4f110e7e7ca5a
diff --git a/icekit/publishing/models.py b/icekit/publishing/models.py index <HASH>..<HASH> 100644 --- a/icekit/publishing/models.py +++ b/icekit/publishing/models.py @@ -682,6 +682,8 @@ class PublishableFluentContentsPage(FluentContentsPage, PublishingModel): models.signals.pre_delete.connect( - custom_publish...
Fix missing signal handler to delete published page copies, re #5 #<I>
ic-labs_django-icekit
train
4ea36e829668f974b0acac6c5177fe11a6dd8ef7
diff --git a/src/test/java/picocli/CommandLineCommandMethodTest.java b/src/test/java/picocli/CommandLineCommandMethodTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/picocli/CommandLineCommandMethodTest.java +++ b/src/test/java/picocli/CommandLineCommandMethodTest.java @@ -15,15 +15,14 @@ */ package picocli...
[#<I>] added test for parameters not being cleared between parse invocations
remkop_picocli
train
90e85390b29e375af527841416b284796da3d013
diff --git a/vendor/k8s.io/kubernetes/pkg/controller/node/taint_controller_test.go b/vendor/k8s.io/kubernetes/pkg/controller/node/taint_controller_test.go index <HASH>..<HASH> 100644 --- a/vendor/k8s.io/kubernetes/pkg/controller/node/taint_controller_test.go +++ b/vendor/k8s.io/kubernetes/pkg/controller/node/taint_cont...
UPSTREAM: <I>: node-controller: deflake TestUpdateNodeWithMultiplePods Use absolute time and increase grace duration to <I>ms for tests under load.
openshift_origin
train
d69a17d1f9c8fd5f8d809ceadbc4443f6395eb34
diff --git a/org.carewebframework.ui-parent/org.carewebframework.ui.sharedforms/src/main/java/org/carewebframework/ui/sharedforms/CaptionedForm.java b/org.carewebframework.ui-parent/org.carewebframework.ui.sharedforms/src/main/java/org/carewebframework/ui/sharedforms/CaptionedForm.java index <HASH>..<HASH> 100644 --- a...
Support for adding icon to caption bar.
carewebframework_carewebframework-core
train
7246668cc8e2521e658b7051a9a7fddb75435415
diff --git a/swarm-syncable/src/Model.js b/swarm-syncable/src/Model.js index <HASH>..<HASH> 100644 --- a/swarm-syncable/src/Model.js +++ b/swarm-syncable/src/Model.js @@ -46,7 +46,7 @@ Model.prototype.set = function (keys_values) { } for(var key in keys_values) { var val = keys_values[key]; // FIXME...
fix(syncable): some security prevent methods from being shadowed; probably, more restrictions are needed here
gritzko_swarm
train
7462ebbcf3ef2c11614f2c0eef327b2ca50f4e02
diff --git a/angr/keyed_region.py b/angr/keyed_region.py index <HASH>..<HASH> 100644 --- a/angr/keyed_region.py +++ b/angr/keyed_region.py @@ -125,12 +125,15 @@ class KeyedRegion: def __contains__(self, offset): """ - Test if there is at least one varaible covering the given offset. + Test...
KeyedRegion: Raises TypeError if offset is not an int.
angr_angr
train
3d01b27896b2f6190275266b3aee9e545abb1f90
diff --git a/src/editor/model/Editor.js b/src/editor/model/Editor.js index <HASH>..<HASH> 100644 --- a/src/editor/model/Editor.js +++ b/src/editor/model/Editor.js @@ -567,6 +567,14 @@ module.exports = Backbone.Model.extend({ }, /** + * Return the component wrapper + * @return {Component} + */ + getWrappe...
Add the possibility to init the LayerManager with a different root
artf_grapesjs
train
77d478a446c46b9f5c4844d82cc248fb4af18bcf
diff --git a/taxtastic/utils.py b/taxtastic/utils.py index <HASH>..<HASH> 100644 --- a/taxtastic/utils.py +++ b/taxtastic/utils.py @@ -12,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with taxtastic. If not, see <http://www.gnu.org/licenses/>. +import ConfigParser i...
subcommands look for url.conf file for url variable as default
fhcrc_taxtastic
train
d01158058ec09b542bffaa1cc2b1fd70f6509709
diff --git a/src/ErrorHandler/ErrorHandler.php b/src/ErrorHandler/ErrorHandler.php index <HASH>..<HASH> 100644 --- a/src/ErrorHandler/ErrorHandler.php +++ b/src/ErrorHandler/ErrorHandler.php @@ -47,16 +47,6 @@ final class ErrorHandler return; } - // in case error appeared in __toString me...
Removed special handling for exceptions in __toString()
yiisoft_yii-web
train
dfd84c95150f5e917078f93cbb5e857868380ec0
diff --git a/Translate/Method/Detector.php b/Translate/Method/Detector.php index <HASH>..<HASH> 100644 --- a/Translate/Method/Detector.php +++ b/Translate/Method/Detector.php @@ -43,8 +43,8 @@ class Detector extends Method implements MethodInterface { public function detect($query) { $options = array...
Fix #6 by fixing the Languages API method query call
eko_GoogleTranslateBundle
train
bedc793546cb419c877395c882e2e62b651e8069
diff --git a/lib/coral/provisioner/puppet.rb b/lib/coral/provisioner/puppet.rb index <HASH>..<HASH> 100644 --- a/lib/coral/provisioner/puppet.rb +++ b/lib/coral/provisioner/puppet.rb @@ -259,7 +259,7 @@ class Puppet < Plugin::Provisioner def add(type_name, resources, defaults = {}, options = {}) info = ...
Fixing some namespace issues in the puppet provisioner provider and related classes.
coralnexus_corl
train
8b7cd55aa571ee400da079b3a5b4aef47d9e3aaf
diff --git a/src/tests/unit/dao/DAOObjectTest.php b/src/tests/unit/dao/DAOObjectTest.php index <HASH>..<HASH> 100644 --- a/src/tests/unit/dao/DAOObjectTest.php +++ b/src/tests/unit/dao/DAOObjectTest.php @@ -19,7 +19,7 @@ class DAOObjectTest extends DAOTest { * Prepares the environment before running a test. */ ...
Update DAOObjectTest.php
phpMv_ubiquity
train
efbe265d78f3abf1239734419bea5d23744327e5
diff --git a/lib/Epuber/main_controller.rb b/lib/Epuber/main_controller.rb index <HASH>..<HASH> 100644 --- a/lib/Epuber/main_controller.rb +++ b/lib/Epuber/main_controller.rb @@ -12,6 +12,7 @@ module Epuber class MainController BASE_PATH = '.epuber' + EPUB_CONTENT_FOLDER = 'OEBPS' # @param targets [...
[MainController] refactoring: base content folder as constant
epuber-io_epuber
train
0902f02d9d68f18e906e727cbafa4a05fe5c9c91
diff --git a/setuptools/command/develop.py b/setuptools/command/develop.py index <HASH>..<HASH> 100644 --- a/setuptools/command/develop.py +++ b/setuptools/command/develop.py @@ -7,7 +7,7 @@ import io from setuptools.extern import six -from pkg_resources import Distribution, PathMetadata, normalize_path +import pk...
Access pkg_resources objects through its namespace
pypa_setuptools
train
3b16e5e4f28a4c9db5773d2e6718e7d627da5a2f
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index <HASH>..<HASH> 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -183,13 +183,12 @@ class Gitlab(object): else: return False - def getsshkeys(self, page=1, per_page=20): + def getsshkeys(self): """Gets all the ss...
Remove Pagination for `getsshkeys` `getsshkeys` should also not have pagination, as per [List SSH keys](<URL>
pyapi-gitlab_pyapi-gitlab
train
bd476123b1cf6a5400335e1930f0e14225b7e228
diff --git a/pymatgen/analysis/defects/tests/test_utils.py b/pymatgen/analysis/defects/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/pymatgen/analysis/defects/tests/test_utils.py +++ b/pymatgen/analysis/defects/tests/test_utils.py @@ -340,13 +340,14 @@ class ChgDenAnalyzerTest(unittest.TestCase): ca.ge...
update to analysis.defects.utils The more physically meaningful quantity is the average of charge density around each site. This has less dependence on the radius especially if the radius is small
materialsproject_pymatgen
train
707381bc4c1a0dd0c93f4d7e2470c95d802e3e0c
diff --git a/azure-toolkit-libs/azure-toolkit-auth-lib/src/main/java/com/microsoft/azure/toolkit/lib/auth/util/AzureCliUtils.java b/azure-toolkit-libs/azure-toolkit-auth-lib/src/main/java/com/microsoft/azure/toolkit/lib/auth/util/AzureCliUtils.java index <HASH>..<HASH> 100644 --- a/azure-toolkit-libs/azure-toolkit-auth...
in mac, idea have path issue: <URL>
Microsoft_azure-maven-plugins
train
d5299f1e1c71c777a54912fa4346607dda3c3e95
diff --git a/lib/chef/knife/cookbook_site_share.rb b/lib/chef/knife/cookbook_site_share.rb index <HASH>..<HASH> 100644 --- a/lib/chef/knife/cookbook_site_share.rb +++ b/lib/chef/knife/cookbook_site_share.rb @@ -113,19 +113,13 @@ class Chef end def get_category(cookbook_name) - begin - da...
We don't care so much about categories on the supermarket
chef_chef
train
7158d408dbbf5fe99b099a7aa786fd80a93f1d65
diff --git a/pippo-controller-parent/pippo-controller/src/test/java/ro/pippo/controller/util/ClassUtilsTest.java b/pippo-controller-parent/pippo-controller/src/test/java/ro/pippo/controller/util/ClassUtilsTest.java index <HASH>..<HASH> 100644 --- a/pippo-controller-parent/pippo-controller/src/test/java/ro/pippo/control...
fix failing test in java<I> (#<I>)
pippo-java_pippo
train
75f3d3653ca0893c6fbf4df839080b08966f7036
diff --git a/rakelib/kokoro/kokoro.rb b/rakelib/kokoro/kokoro.rb index <HASH>..<HASH> 100644 --- a/rakelib/kokoro/kokoro.rb +++ b/rakelib/kokoro/kokoro.rb @@ -150,8 +150,11 @@ class Kokoro < Command "last-package-version" => version(gem), "release-type" => "ruby-yoshi", "repo-url" ...
chore: Set bump-minor-pre-major behavior for release-please
googleapis_google-cloud-ruby
train
081beae8ac69c4151858a3706b6bf58f78ca5357
diff --git a/src/Datasource/InvalidPropertyInterface.php b/src/Datasource/InvalidPropertyInterface.php index <HASH>..<HASH> 100644 --- a/src/Datasource/InvalidPropertyInterface.php +++ b/src/Datasource/InvalidPropertyInterface.php @@ -17,12 +17,44 @@ namespace Cake\Datasource; /** * Describes the methods that any cl...
Add missing methods to InvalidPropertyInterface.
cakephp_cakephp
train
c755ab3c2c9296d791c0a25301cbf80af6f6e14b
diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java @@ -49,7 +49,6 @@...
[Java] Send warning to stdout rather than stderr plus some formatting.
real-logic_aeron
train
7b530b42086218263ba9766f571b236486613f9a
diff --git a/pyflakes/reporter.py b/pyflakes/reporter.py index <HASH>..<HASH> 100644 --- a/pyflakes/reporter.py +++ b/pyflakes/reporter.py @@ -53,7 +53,7 @@ class Reporter(object): line = text.splitlines()[-1] if offset is not None: offset = offset - (len(text) - len(line)) - self....
Include the column in syntax errors Fixes LP #<I>.
timothycrosley_deprecated.frosted
train
306b1d7f99bc9a44d669dc3c578f90c99ce6adfe
diff --git a/ceam/framework/components.py b/ceam/framework/components.py index <HASH>..<HASH> 100644 --- a/ceam/framework/components.py +++ b/ceam/framework/components.py @@ -8,11 +8,11 @@ def read_component_configuration(path): if path.endswith('.yaml'): with open(path) as f: component_confi...
Fixed bug that caused dask runner to fail
ihmeuw_vivarium
train
9b58c44822f4d6d4b1b7a1b6e3379181b2c2d475
diff --git a/libkbfs/node_cache.go b/libkbfs/node_cache.go index <HASH>..<HASH> 100644 --- a/libkbfs/node_cache.go +++ b/libkbfs/node_cache.go @@ -149,7 +149,8 @@ func (ncs *nodeCacheStandard) Get(ref BlockRef) Node { // UpdatePointer implements the NodeCache interface for nodeCacheStandard. func (ncs *nodeCacheStand...
node_cache: Don't update pointer if the old and new references are the same
keybase_client
train
06ce70fc246035123e4c50f1959317edc4299435
diff --git a/lib/survey_gizmo/faraday_middleware/parse_survey_gizmo.rb b/lib/survey_gizmo/faraday_middleware/parse_survey_gizmo.rb index <HASH>..<HASH> 100644 --- a/lib/survey_gizmo/faraday_middleware/parse_survey_gizmo.rb +++ b/lib/survey_gizmo/faraday_middleware/parse_survey_gizmo.rb @@ -13,7 +13,7 @@ module SurveyGi...
Use next instead of return in the block
jarthod_survey-gizmo-ruby
train
e3403e63b457b079537cd92d6a202c4e4ccf573b
diff --git a/lib/cfoo/parser.rb b/lib/cfoo/parser.rb index <HASH>..<HASH> 100644 --- a/lib/cfoo/parser.rb +++ b/lib/cfoo/parser.rb @@ -2,6 +2,14 @@ require 'cfoo/constants' require 'cfoo/el_parser' require 'cfoo/yaml' +module Parslet + class Source + def str + @str + end + end +end + ...
Added beter error reporting (untested)
drrb_cfoo
train
a98e9fdcf5da04929e43073863a87b4919f163d5
diff --git a/src/modules/Dropdown/Dropdown.js b/src/modules/Dropdown/Dropdown.js index <HASH>..<HASH> 100644 --- a/src/modules/Dropdown/Dropdown.js +++ b/src/modules/Dropdown/Dropdown.js @@ -821,10 +821,10 @@ export default class Dropdown extends Component { return ( <Label key={item.value} -...
fix(dropdown): Label props for multi-select (#<I>)
Semantic-Org_Semantic-UI-React
train
81565578ec175d42e4f2b8d59b75bba5daf7cdd3
diff --git a/Command/InstallCommand.php b/Command/InstallCommand.php index <HASH>..<HASH> 100644 --- a/Command/InstallCommand.php +++ b/Command/InstallCommand.php @@ -15,7 +15,6 @@ namespace WellCommerce\Bundle\AppBundle\Command; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\Array...
Removed unused statements (cherry picked from commit <I>df1caafb<I>b<I>f1ad<I>a<I>f<I>a<I>)
WellCommerce_CouponBundle
train
b79bd1ea8346e09225322c60db3ffe5fd25d94b0
diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index <HASH>..<HASH> 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -818,11 +818,11 @@ class Client(Methods, BaseClient): ) ) ...
Don't swallow left_chat_member updates Even though they are only relevant for supergroups with <<I> members
pyrogram_pyrogram
train
8c1df310263774ecb5cbe946f4a3eaf5ca9b5d6c
diff --git a/toothpick-runtime/src/test/java/toothpick/integration/bindings/AllBindingsTest.java b/toothpick-runtime/src/test/java/toothpick/integration/bindings/AllBindingsTest.java index <HASH>..<HASH> 100644 --- a/toothpick-runtime/src/test/java/toothpick/integration/bindings/AllBindingsTest.java +++ b/toothpick-run...
todo: strategy to inject instance created by providers or not.
stephanenicolas_toothpick
train
fa9d8ce29e450123585d3aa74eb36692ca481876
diff --git a/lib/snapshot.rb b/lib/snapshot.rb index <HASH>..<HASH> 100644 --- a/lib/snapshot.rb +++ b/lib/snapshot.rb @@ -16,4 +16,12 @@ module Snapshot Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore Snapshot::DependencyChecker.check_dependen...
Fixed snapshot for Xcode 7GM
fastlane_fastlane
train
7f34c11850ad457ddb66da1deb4485838a050d2c
diff --git a/ninja-servlet/src/test/java/ninja/servlet/ContextImplTest.java b/ninja-servlet/src/test/java/ninja/servlet/ContextImplTest.java index <HASH>..<HASH> 100644 --- a/ninja-servlet/src/test/java/ninja/servlet/ContextImplTest.java +++ b/ninja-servlet/src/test/java/ninja/servlet/ContextImplTest.java @@ -143,7 +14...
Added a tiny fix to make the testcase work again.
ninjaframework_ninja
train
2ed732337470f8322d1510879d9685828f57bc76
diff --git a/ftp.go b/ftp.go index <HASH>..<HASH> 100644 --- a/ftp.go +++ b/ftp.go @@ -13,6 +13,8 @@ import ( "strings" ) +var REGEX_PWD_PATH *regexp.Regexp = regexp.MustCompile(`\"(.*)\"`) + type FTP struct { conn net.Conn @@ -145,9 +147,7 @@ func (ftp *FTP) Pwd() (path string, err error) { return } -...
changed Regexp to MustCompile
dutchcoders_goftp
train
43284b3e07c62275f67b5eac7c8fc55073150580
diff --git a/app/assets/javascripts/cocoon.js b/app/assets/javascripts/cocoon.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/cocoon.js +++ b/app/assets/javascripts/cocoon.js @@ -132,7 +132,7 @@ }); - $(document).on("ready page:load turbolinks:load", function() { + $(document).on("ready page:load t...
Add event listener for @hotwired/turbo
nathanvda_cocoon
train
e33aa2e0f7d46b419b9a8ec7a2726a8023e989c1
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.red5</groupId> <artifactId>red5-parent</artifactId> - <version>1.0.8-M4</version> + <version>1.0.8-M5</version> </parent> <modelVersion>4.0.0<...
Refactoring for stability and message handling
Red5_red5-io
train
02b3b987645ad36bc462f053be0e38a8fe20a3e7
diff --git a/classes/Boom/Link/Internal.php b/classes/Boom/Link/Internal.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Link/Internal.php +++ b/classes/Boom/Link/Internal.php @@ -7,18 +7,35 @@ use Boom\Page; class Internal extends Link { /** - * - * @var Page\Page - */ + * + * @var Page\Page + ...
Bugfix: added ability to link to internal pages with a query string
boomcms_boom-core
train
af05b6ccd08bbd7a51916249024644624d8312bc
diff --git a/PyFunceble/__init__.py b/PyFunceble/__init__.py index <HASH>..<HASH> 100644 --- a/PyFunceble/__init__.py +++ b/PyFunceble/__init__.py @@ -93,7 +93,7 @@ from PyFunceble.whois import Whois # We set our project name. NAME = "PyFunceble" # We set out project version. -VERSION = "1.47.0.dev -- 2_0_0_rc6 -- (...
Fix issue regarding that autocontinue subsystem. Indeed, before this patch the verfication of the presence of a subject into the autocontinue subsystem was return False. Causing everyone who except an autocontinue to simply have a restart from the beginning. Contributors: * @mitchellkrogza
funilrys_PyFunceble
train
abde7ed1b5f9842f6142a7665bfebbb6bd90aff4
diff --git a/DrdPlus/Tests/Codes/GetCodeClassesTrait.php b/DrdPlus/Tests/Codes/GetCodeClassesTrait.php index <HASH>..<HASH> 100644 --- a/DrdPlus/Tests/Codes/GetCodeClassesTrait.php +++ b/DrdPlus/Tests/Codes/GetCodeClassesTrait.php @@ -34,7 +34,7 @@ trait GetCodeClassesTrait * @param string $rootNamespace * ...
Method to find code classes in a given directory can be used by descendants
drdplusinfo_drdplus-codes
train
de8809a415e1903995ee9fefe630b38c3bc520c2
diff --git a/src/main/java/com/hmsonline/storm/cassandra/client/AstyanaxClient.java b/src/main/java/com/hmsonline/storm/cassandra/client/AstyanaxClient.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hmsonline/storm/cassandra/client/AstyanaxClient.java +++ b/src/main/java/com/hmsonline/storm/cassandra/client/A...
fix for addTupleToMutation wrong serializer used when trying to call putColumn
hmsonline_storm-cassandra
train
6d42d66747398a8ca286153e25b6b94f54325d7c
diff --git a/tests/sqlcipher_ext.py b/tests/sqlcipher_ext.py index <HASH>..<HASH> 100644 --- a/tests/sqlcipher_ext.py +++ b/tests/sqlcipher_ext.py @@ -61,6 +61,9 @@ class SqlCipherTestCase(CleanUpModelTestCase): db = SqlCipherDatabase(':memory:', passphrase='x') self.assertRaises(ImproperlyConfigured,...
Test absent sqlcipher passphrase.
coleifer_peewee
train
779fae944e1fbac65271f0a7502eab5d95e29ba3
diff --git a/Classes/Updates/BackendLayoutUpdate.php b/Classes/Updates/BackendLayoutUpdate.php index <HASH>..<HASH> 100644 --- a/Classes/Updates/BackendLayoutUpdate.php +++ b/Classes/Updates/BackendLayoutUpdate.php @@ -158,11 +158,11 @@ class BackendLayoutUpdate implements UpgradeWizardInterface, RepeatableInterface ...
[BUGFIX] Correct type issue in upgrade wizard one more time
benjaminkott_bootstrap_package
train
51e4d91eab090bb6f192653fe758df0c3f79cbf8
diff --git a/lib/PHPCfg/Parser.php b/lib/PHPCfg/Parser.php index <HASH>..<HASH> 100755 --- a/lib/PHPCfg/Parser.php +++ b/lib/PHPCfg/Parser.php @@ -196,7 +196,7 @@ class Parser { $this->block = $endBlock; return; case 'Stmt_InlineHTML': - $this->block->childr...
Fix InlineHTML generation Due to change in Echo structure
ircmaxell_php-cfg
train
57f8fba3801177a80728507a683aa076f96ecc1e
diff --git a/Slim/Slim.php b/Slim/Slim.php index <HASH>..<HASH> 100644 --- a/Slim/Slim.php +++ b/Slim/Slim.php @@ -1277,8 +1277,10 @@ class Slim } } - //Send body - echo $body; + //Send body, but only if it isn't a HEAD request + if (!$this->request->isHead()) { + ...
Don't send any content when it's a HEAD request.
slimphp_Slim
train
1e8746ab1f2fb0da55be53475571de09b2ddfb85
diff --git a/tests/linalg_test.py b/tests/linalg_test.py index <HASH>..<HASH> 100644 --- a/tests/linalg_test.py +++ b/tests/linalg_test.py @@ -121,7 +121,7 @@ class NumpyLinalgTest(jtu.JaxTestCase): {"testcase_name": "_shape={}".format(jtu.format_shape_dtype_string(shape, dtype)), "shape": shape,...
Shrink largest test in slogdet grad
tensorflow_probability
train
9df60693d77813b362fb528fc62381ac8f1eec12
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -655,7 +655,7 @@ module ActionDispatch option...
reduce conditionals in url_for
rails_rails
train
1e453c132b87a82c37ff902b654ba19bf182107a
diff --git a/lib/View/CRUD.php b/lib/View/CRUD.php index <HASH>..<HASH> 100644 --- a/lib/View/CRUD.php +++ b/lib/View/CRUD.php @@ -258,6 +258,8 @@ class View_CRUD extends View if ($this->configureAdd($fields)) { return $model; } + } else { + $this->add_button...
Destroy add_button if you're not allowed to add records
atk4_atk4
train
32143a71d1a5c99e10a610a34da2175e10d68255
diff --git a/bqplot/marks.py b/bqplot/marks.py index <HASH>..<HASH> 100644 --- a/bqplot/marks.py +++ b/bqplot/marks.py @@ -558,8 +558,8 @@ class OHLC(Mark): marker type stroke: color stroke color of the marker - color: color - fill color of the marker + colors: ColorList + fil...
Fixed minor selection bug. Expanded domain to provide padding. Minor documentation change.
bloomberg_bqplot
train
477d509788629beef79643ceedd8cb283eff151a
diff --git a/geopackage-sdk/src/main/java/mil/nga/geopackage/GeoPackageManager.java b/geopackage-sdk/src/main/java/mil/nga/geopackage/GeoPackageManager.java index <HASH>..<HASH> 100644 --- a/geopackage-sdk/src/main/java/mil/nga/geopackage/GeoPackageManager.java +++ b/geopackage-sdk/src/main/java/mil/nga/geopackage/GeoP...
Import as external link with override option methods
ngageoint_geopackage-android
train
7cca7444e1e067cab4761112162f390ec7296283
diff --git a/matgendb/query_engine.py b/matgendb/query_engine.py index <HASH>..<HASH> 100644 --- a/matgendb/query_engine.py +++ b/matgendb/query_engine.py @@ -511,7 +511,7 @@ class QueryEngine(object): dosid = None for r in self.query(fields, args): dosid = r['calculations'][-1]['dos_fs_i...
==None to is None (throughout)
materialsproject_pymatgen-db
train
9143cfe6d2690302db7398c9c482894cbd924d87
diff --git a/lib/pronto/gitlab.rb b/lib/pronto/gitlab.rb index <HASH>..<HASH> 100644 --- a/lib/pronto/gitlab.rb +++ b/lib/pronto/gitlab.rb @@ -87,8 +87,10 @@ module Pronto def slug_regex(url) if url =~ %r{^ssh:\/\/} %r{.*#{host}(:[0-9]+)?(:|\/)(?<slug>.*).git} - else + elsif url =~ /#{hos...
fix Gitlab#slug_regex when URL has different host
prontolabs_pronto
train
ff9152c5a5b1f7b33cc1cdb082723ab592f9b397
diff --git a/source/org/jasig/portal/ExceptionHelper.java b/source/org/jasig/portal/ExceptionHelper.java index <HASH>..<HASH> 100644 --- a/source/org/jasig/portal/ExceptionHelper.java +++ b/source/org/jasig/portal/ExceptionHelper.java @@ -305,8 +305,8 @@ public class ExceptionHelper { resp.setStatus(HttpServletRespo...
UP-<I> generalized error page message to reflect that it appears not only when uP fails to start. git-svn-id: <URL>
Jasig_uPortal
train
5d77e23f58f962f61b6ae181d5d62e98e003382c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ INSTALL_REQUIRES = [ 'aiofiles', 'blinker', 'click', - 'h11', + 'h11 ~= 0.7.0', 'h2', 'itsdangerous', 'jinja2',
Pin h<I> version to <I>.X This is as wsproto is not (yet) compatible with the recently released <I> h<I> version.
pgjones_quart
train
3734c0b5975b96e54854bc653a380ba3c3b7de14
diff --git a/modules/@apostrophecms/login/index.js b/modules/@apostrophecms/login/index.js index <HASH>..<HASH> 100644 --- a/modules/@apostrophecms/login/index.js +++ b/modules/@apostrophecms/login/index.js @@ -53,7 +53,6 @@ module.exports = { if (self.options.localLogin !== false) { self.enableLocalStrateg...
remove logout from regular admin bar button list
apostrophecms_apostrophe
train
bfb4c910c394a26ee6e53fa06ca87e6789419869
diff --git a/validationframework-itest-osgi/src/test/java/com/google/code/validationframework/itest/osgi/ValidationFrameworkExperimentalIT.java b/validationframework-itest-osgi/src/test/java/com/google/code/validationframework/itest/osgi/ValidationFrameworkExperimentalIT.java index <HASH>..<HASH> 100644 --- a/validatio...
Temporarily ignore OSGi integration tests for the release
padrig64_ValidationFramework
train
9fa2f5ab42de0b42a0b3e89d63aa98eb0e7b5c81
diff --git a/tests/wandb_test.py b/tests/wandb_test.py index <HASH>..<HASH> 100644 --- a/tests/wandb_test.py +++ b/tests/wandb_test.py @@ -199,6 +199,13 @@ def test_login_key(capsys): assert wandb.api.api_key == "A" * 40 +def test_sagemaker_key(runner): + with runner.isolated_filesystem(): + with ope...
Make api key work with huggingface in SageMaker (#<I>)
wandb_client
train
955a6e54d422d00cabd48a17789fc18300913f0c
diff --git a/addmedia.php b/addmedia.php index <HASH>..<HASH> 100644 --- a/addmedia.php +++ b/addmedia.php @@ -615,7 +615,7 @@ if ($action=='editmedia') { // autoclose window when update successful unless debug on if ($success && !WT_DEBUG) { - $controller->addInlineJavascript('window.close();'); + $controller->add...
#<I> - No refresh after editing media
fisharebest_webtrees
train
9678341b779e6f53080374d48429ba5fa7765791
diff --git a/src/frontend/org/voltdb/iv2/SysprocFragmentTask.java b/src/frontend/org/voltdb/iv2/SysprocFragmentTask.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/iv2/SysprocFragmentTask.java +++ b/src/frontend/org/voltdb/iv2/SysprocFragmentTask.java @@ -64,6 +64,28 @@ public class SysprocFragmentTask e...
Respond with correct dummy fragment response during elastic join for sys proc.
VoltDB_voltdb
train
a03c86256ccae20596112ce726ec8a2074030066
diff --git a/lib/staged_file.rb b/lib/staged_file.rb index <HASH>..<HASH> 100644 --- a/lib/staged_file.rb +++ b/lib/staged_file.rb @@ -8,7 +8,7 @@ module Causes def initialize path @original_path = path - @tempfile = Tempfile.new(path.gsub('/', '_')) + @tempfile = Tempfile.new([path...
Preserve file extension on tempfile creation This was causing scss-lint to skip over our css files, since Tempfile.new appended stuff onto the end of the file name to guarantee uniqueness. Fortunately, they provide a syntax for preserving the extension, which we now use. Fixes <URL>
sds_overcommit
train
1d1d744510a184ac5f22c3684fb286b949964f7f
diff --git a/lib/merb-core/bootloader.rb b/lib/merb-core/bootloader.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/bootloader.rb +++ b/lib/merb-core/bootloader.rb @@ -182,7 +182,7 @@ class Merb::BootLoader::LoadClasses < Merb::BootLoader $LOAD_PATH.unshift Merb.dir_for(:controller) $LOAD_PATH.unshift ...
If :application has not been set, dir_for(:application) resolves to Merb.root, and LoadClasses will fail. So, only load :application if it exists and is a file.
wycats_merb
train
8f659bf9a81f597ed0055354c892c9daee976959
diff --git a/ndb/tasklets.py b/ndb/tasklets.py index <HASH>..<HASH> 100644 --- a/ndb/tasklets.py +++ b/ndb/tasklets.py @@ -390,6 +390,11 @@ class MultiFuture(Future): From a dependent Future POV, there's nothing to be done: a callback is automatically added to each dependent Future which will signal its comple...
Describe error propagation in MultiFuture docstring.
GoogleCloudPlatform_datastore-ndb-python
train
8cc23aca8d8aee47f8b6068c17ce0c4bf17dfaa6
diff --git a/script/lib/config.py b/script/lib/config.py index <HASH>..<HASH> 100644 --- a/script/lib/config.py +++ b/script/lib/config.py @@ -5,7 +5,7 @@ import sys NODE_VERSION = 'v0.11.13' BASE_URL = 'https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent' -LIBCHROMIUMCONTENT_COMMIT = 'fb188f45e178380e...
Upgrade to Chrome <I>.
electron_electron
train
f671baf79a5ffb080d54bfd7219f856043b4db0f
diff --git a/lib/node-manager/consistent-hashing.js b/lib/node-manager/consistent-hashing.js index <HASH>..<HASH> 100644 --- a/lib/node-manager/consistent-hashing.js +++ b/lib/node-manager/consistent-hashing.js @@ -16,7 +16,7 @@ var ConsistentHashing = exports.ConsistentHashing = function (servers, options) for( ...
Change logic of allocating the channel server
xpush_node-xpush
train
cd1941978e433cebe00a82fc2067f50c40f16180
diff --git a/l20n/parser.py b/l20n/parser.py index <HASH>..<HASH> 100644 --- a/l20n/parser.py +++ b/l20n/parser.py @@ -12,18 +12,18 @@ class Parser(): } _parse_strings = False - def parse(self, content): + def parse(self, content, parse_strings=True): lol = ast.LOL() lol._struct = Tr...
update complex string parsing to work with escaped " and ' signs
l20n_l20n.js
train
7dfe7ab86b67214c78ee746145a419f226f63be4
diff --git a/lib/module-manager.js b/lib/module-manager.js index <HASH>..<HASH> 100755 --- a/lib/module-manager.js +++ b/lib/module-manager.js @@ -37,6 +37,20 @@ var mods = neuron.mods = {}; +// Legacy +// Old neuron modules will not define a real resolved id. +// We determine the new version by `env.map` +/...
module-manager: clean main logic, split the legacy; #<I>
kaelzhang_neuron.js
train
e60cda540afd86fecd1cc2e3366bc182c1c647c3
diff --git a/ontquery/__init__.py b/ontquery/__init__.py index <HASH>..<HASH> 100644 --- a/ontquery/__init__.py +++ b/ontquery/__init__.py @@ -803,6 +803,8 @@ class SciGraphRemote(OntService): # incomplete and not configureable yet self.sgg = scigraph.Graph(cache=self.cache, verbose=self.verbose, key=self.api...
scigraph remote search_prefixes to remove SCR
tgbugs_ontquery
train
243ab7e651fb72f737751428996e54b323412cc2
diff --git a/spec/models/agents/imap_folder_agent_spec.rb b/spec/models/agents/imap_folder_agent_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/agents/imap_folder_agent_spec.rb +++ b/spec/models/agents/imap_folder_agent_spec.rb @@ -51,6 +51,31 @@ describe Agents::ImapFolderAgent do stub(@checker).each_unr...
Define expected payloads and reuse them.
huginn_huginn
train
27ef3e42cb6a2255cb42b4763e22ee573a587936
diff --git a/angr/analyses/cfg_base.py b/angr/analyses/cfg_base.py index <HASH>..<HASH> 100644 --- a/angr/analyses/cfg_base.py +++ b/angr/analyses/cfg_base.py @@ -1010,6 +1010,7 @@ class CFGBase(Analysis): self.kb.functions.clear() blockaddr_to_function = { } + traversed_cfg_nodes = set() ...
CFGBase: keep a set of traversed CFGNodes in make_funtions() in order to make sure no CFGNode is missing.
angr_angr
train
a57e7f6ba438b27901cdbf9552abf5fea249f7d7
diff --git a/wire-runtime/src/main/java/com/squareup/wire/Message.java b/wire-runtime/src/main/java/com/squareup/wire/Message.java index <HASH>..<HASH> 100644 --- a/wire-runtime/src/main/java/com/squareup/wire/Message.java +++ b/wire-runtime/src/main/java/com/squareup/wire/Message.java @@ -183,7 +183,7 @@ public abstra...
Remove WireOutput from public API. Delete unused methods.
square_wire
train
00425e1689a3a07b608598c8481d17e7fa38bfb6
diff --git a/closure/goog/dom/classes.js b/closure/goog/dom/classes.js index <HASH>..<HASH> 100644 --- a/closure/goog/dom/classes.js +++ b/closure/goog/dom/classes.js @@ -15,6 +15,9 @@ /** * @fileoverview Utilities for adding, removing and setting classes. * + * Note: these utilities are meant to operate on HTMLEl...
Note that goog.dom.classes are not meant for use with non-string className properties as found in SVG elements. Fixes issue <I>. R=chrishenry DELTA=3 (3 added, 0 deleted, 0 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
google_closure-library
train
3fdcb3c06e42a9dc3cb98357de5121d9ff7c4067
diff --git a/tests/event.py b/tests/event.py index <HASH>..<HASH> 100644 --- a/tests/event.py +++ b/tests/event.py @@ -2,7 +2,7 @@ import unittest from datetime import timedelta from ics.event import Event from ics.icalendar import Calendar -from .fixture import cal12 +from .fixture import cal12, cal13 class Te...
[add] Test: an event could not have both DURATION and DTEND; FAILS
C4ptainCrunch_ics.py
train
55f8039b879c375ef1d1540eb10ad139c5731f4f
diff --git a/handlers.js b/handlers.js index <HASH>..<HASH> 100644 --- a/handlers.js +++ b/handlers.js @@ -160,6 +160,10 @@ handlers[Language.SO_UpdateMultiple] = function(body) { TeamFortress2.prototype._handleSOUpdate = function(so) { switch(so.typeId) { case 1: + if(!this.backpack) { + return; // We don't...
Ignore item updates before we get our backpack
DoctorMcKay_node-tf2
train
0228e25fa4f067590515a59886ca5a071b59818a
diff --git a/integration-test/start_test.go b/integration-test/start_test.go index <HASH>..<HASH> 100644 --- a/integration-test/start_test.go +++ b/integration-test/start_test.go @@ -2,6 +2,7 @@ package main import ( "path/filepath" + "syscall" "time" "github.com/docker/containerd/api/grpc/types" @@ -134,3 +...
Add test for the kill/signal operations
containerd_containerd
train
753929c0957c660fdc62f7f358591fcb56e6d284
diff --git a/lib/Webforge/ProjectStack/Test/Base.php b/lib/Webforge/ProjectStack/Test/Base.php index <HASH>..<HASH> 100644 --- a/lib/Webforge/ProjectStack/Test/Base.php +++ b/lib/Webforge/ProjectStack/Test/Base.php @@ -21,8 +21,12 @@ class Base extends \Webforge\Code\Test\Base { $this->em = $this->helper->em; }...
refactor Base to allow overriding of getting of the bootContainer
webforge-labs_webforge-project-stack
train
210d61a26898fd5a089e48eccf13d556f1035239
diff --git a/pygtail/core.py b/pygtail/core.py index <HASH>..<HASH> 100755 --- a/pygtail/core.py +++ b/pygtail/core.py @@ -23,7 +23,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA from __future__ import print_function -from os import stat +from os import fstat, stat from os.path im...
Adds support for "renamecreate" where the currently processed file gets renamed and the original file gets recreated.
bgreenlee_pygtail
train
adf70a6591826b411e9f8973d007722f805e0d0d
diff --git a/tests/add_publication.py b/tests/add_publication.py index <HASH>..<HASH> 100755 --- a/tests/add_publication.py +++ b/tests/add_publication.py @@ -5,19 +5,55 @@ # # Imports ===================================================================== import sys +import uuid +import base64 +import random from os...
add_publication.py script fixed and improved.
edeposit_edeposit.amqp.storage
train
1bc9cb5af7bedc5d35c52c8e20f08514196ccf66
diff --git a/sacred/commandline_options.py b/sacred/commandline_options.py index <HASH>..<HASH> 100644 --- a/sacred/commandline_options.py +++ b/sacred/commandline_options.py @@ -12,8 +12,7 @@ import re from sacred.run import Run from sacred.commands import print_config -from sacred.settings import SETTINGS -from s...
Fixed the circular imports. (#<I>)
IDSIA_sacred
train
f515ccbb1dde1cfb9e943933510da37162182d1e
diff --git a/ecs/client.go b/ecs/client.go index <HASH>..<HASH> 100644 --- a/ecs/client.go +++ b/ecs/client.go @@ -22,6 +22,10 @@ const ( ECSAPIVersion = "2014-05-26" ECSServiceCode = "ecs" + + VPCDefaultEndpoint = "https://vpc.aliyuncs.com" + VPCAPIVersion = "2016-04-28" + VPCServiceCode = "vpc" )...
init client endpoint by regionId
denverdino_aliyungo
train
2b623c771ddec152869d90e2651e48484469f2d4
diff --git a/lib/jitsu/log.js b/lib/jitsu/log.js index <HASH>..<HASH> 100644 --- a/lib/jitsu/log.js +++ b/lib/jitsu/log.js @@ -10,7 +10,19 @@ var eyes = require('eyes'), var log = exports; -log.inspect = eyes.inspector({ stream: null }); +log.inspect = eyes.inspector({ stream: null, + styles: { //...
[ux] Added custom styles to eyes inspector.
nodejitsu_jitsu
train
f31b11d282d4bc84ec62e505dc76f7cc6a8b26fe
diff --git a/src/Sseffa/VideoApi/VideoApi.php b/src/Sseffa/VideoApi/VideoApi.php index <HASH>..<HASH> 100644 --- a/src/Sseffa/VideoApi/VideoApi.php +++ b/src/Sseffa/VideoApi/VideoApi.php @@ -19,7 +19,6 @@ class VideoApi { public static function getInstance($type) { switch ($type) { - case s...
bug fixed static function should not be abstract
sseffa_laravel-video-api
train
f70fda21da874d3f750fbe525b3688551c32d1ee
diff --git a/nion/swift/test/Storage_test.py b/nion/swift/test/Storage_test.py index <HASH>..<HASH> 100644 --- a/nion/swift/test/Storage_test.py +++ b/nion/swift/test/Storage_test.py @@ -4021,7 +4021,7 @@ class TestStorageClass(unittest.TestCase): with document_model.ref(): # for corrupt/m...
Fix utc date issue in test.
nion-software_nionswift
train