hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
85bf064a38420a959e689c4a2249326d67ea4283
diff --git a/src/mui/layout/Menu.js b/src/mui/layout/Menu.js index <HASH>..<HASH> 100644 --- a/src/mui/layout/Menu.js +++ b/src/mui/layout/Menu.js @@ -7,9 +7,17 @@ import { Link } from 'react-router'; const Menu = ({ resources }) => ( <Paper style={{ flex: '0 0 15em', order: -1 }}> <List> - {r...
Hide resources in the Menu when they don't have a list view
marmelab_react-admin
train
7d8a47a756e0a941062498c5f07e593c1a642950
diff --git a/gui/ui_riabdock.py b/gui/ui_riabdock.py index <HASH>..<HASH> 100644 --- a/gui/ui_riabdock.py +++ b/gui/ui_riabdock.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'ui_riabdock.ui' # -# Created: Wed Feb 22 04:45:00 2012 +# Created: Fri Feb 24 10:42:04 2012 # by: PyQt4 UI co...
Corrected global declaration of PARENT
inasafe_inasafe
train
a4f815575d3bba7e37030cb59c538a20572496b2
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Consens...
[Java] Minor tidy up.
real-logic_aeron
train
76cab7deb90da8c01fc188bbf36d15b88f0fcc9d
diff --git a/src/Symfony/Component/Serializer/Serializer.php b/src/Symfony/Component/Serializer/Serializer.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Serializer/Serializer.php +++ b/src/Symfony/Component/Serializer/Serializer.php @@ -131,17 +131,26 @@ class Serializer implements SerializerInterface ...
[Serializer] add methods to the SerializerInterface
symfony_symfony
train
3abf23399ec711e448f1dd99d70e46844ad5b8e2
diff --git a/lib/gds_api/json_utils.rb b/lib/gds_api/json_utils.rb index <HASH>..<HASH> 100644 --- a/lib/gds_api/json_utils.rb +++ b/lib/gds_api/json_utils.rb @@ -22,6 +22,7 @@ module GdsApi::JsonUtils logger.debug "I will request #{request}" response = Net::HTTP.start(url.host, url.port, nil, nil, nil, nil...
Don't worry about verifying SSL certificates We need this so preview will work until we get a proper cert there
alphagov_gds-api-adapters
train
30d3126d412fc149028b5284c6928675e8531375
diff --git a/pimpmytheme/templatetags/pimptheme.py b/pimpmytheme/templatetags/pimptheme.py index <HASH>..<HASH> 100644 --- a/pimpmytheme/templatetags/pimptheme.py +++ b/pimpmytheme/templatetags/pimptheme.py @@ -8,9 +8,7 @@ register = template.Library() project_name = settings.SETTINGS_MODULE.split(".")[0] -@regist...
Refs #<I> - Fixing url generation and adding tests
peopledoc_django-pimpmytheme
train
52bd2d78990f657044900ce1096c7894636cff74
diff --git a/captain/echo.py b/captain/echo.py index <HASH>..<HASH> 100644 --- a/captain/echo.py +++ b/captain/echo.py @@ -10,6 +10,7 @@ import os import re from contextlib import contextmanager from collections import Counter +import time from .compat import * from .logging import stdout, istdout, stderr @@ -45...
closes #<I> by adding echo.profile() as a context manager so you can use it with with
Jaymon_captain
train
7ad8f76278e17b17ecc7045e61273a4cce525a9c
diff --git a/css/property_display.go b/css/property_display.go index <HASH>..<HASH> 100644 --- a/css/property_display.go +++ b/css/property_display.go @@ -44,3 +44,14 @@ func AlignItems(value itemAlign) Property { return property } + +type justifyContent string + +const FlexEnd justifyContent = "flex-end" + +func ...
Added some more css functions
sparkymat_webdsl
train
c104d77cafe4b81c76d8a8623f608a7c4fe5e6c9
diff --git a/application/modules/g/models/ClusterClearCacheJob.php b/application/modules/g/models/ClusterClearCacheJob.php index <HASH>..<HASH> 100755 --- a/application/modules/g/models/ClusterClearCacheJob.php +++ b/application/modules/g/models/ClusterClearCacheJob.php @@ -11,7 +11,6 @@ class G_Model_ClusterClearCache...
-n Created clean method in Cluster command. Used to cleanup old records.
grrr-amsterdam_garp3
train
65fbbdffef40649e98c4490792c59331730d4f90
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - exel (1.4.0) + exel (1.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/exel/middleware/logging.rb b/lib/exel/middleware/logging.rb index <HASH>..<...
[jl vd] Removed 'Starting' log (it is already captured in the duration of the end log)
47colborne_exel
train
ec0753e35b40c149825a47dc99e4cf382d4b0e26
diff --git a/mod/workshop/db/install.xml b/mod/workshop/db/install.xml index <HASH>..<HASH> 100644 --- a/mod/workshop/db/install.xml +++ b/mod/workshop/db/install.xml @@ -31,8 +31,7 @@ <FIELD NAME="submissionstart" TYPE="int" LENGTH="10" NOTNULL="false" UNSIGNED="true" DEFAULT="0" SEQUENCE="false" COMMENT="0 =...
Dropping support for scheduled release of grades - it is gradebook's duty
moodle_moodle
train
097eb0a496674fc8b4b86a5e9adf35b3032197a2
diff --git a/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java b/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java +++ b/src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java @@ -128,7 +128,7 @@ publi...
fix #<I> set guest role
codelibs_fess
train
b0424b7be35666e626f32c6fbdc42c969f4cc959
diff --git a/ethereum/transactions.py b/ethereum/transactions.py index <HASH>..<HASH> 100644 --- a/ethereum/transactions.py +++ b/ethereum/transactions.py @@ -46,6 +46,8 @@ class Transaction(rlp.Serializable): ('s', big_endian_int), ] + _sender = None + def __init__(self, nonce, gasprice, startg...
lazy and cached tx.sender recovery
ethereum_pyethereum
train
ece9aa850ec22a229615275aded0544be9f2d4a8
diff --git a/guacamole-common-js/src/main/resources/tunnel.js b/guacamole-common-js/src/main/resources/tunnel.js index <HASH>..<HASH> 100644 --- a/guacamole-common-js/src/main/resources/tunnel.js +++ b/guacamole-common-js/src/main/resources/tunnel.js @@ -223,8 +223,15 @@ Guacamole.HTTPTunnel = function(tunnelURL) { ...
Fixes ticket #<I> - adds catches where necessary to handle errors thrown only by IE.
glyptodon_guacamole-client
train
bf089c42eba97d4eb79b5c8fbf781e22fd5e2eeb
diff --git a/evm/vm/forks/sharding/opcodes.py b/evm/vm/forks/sharding/opcodes.py index <HASH>..<HASH> 100644 --- a/evm/vm/forks/sharding/opcodes.py +++ b/evm/vm/forks/sharding/opcodes.py @@ -32,3 +32,6 @@ SHARDING_OPCODES = merge( copy.deepcopy(BYZANTIUM_OPCODES), NEW_OPCODES ) + + +SHARDING_OPCODES.pop(opco...
remove CREATE from sharding opcodes
ethereum_py-evm
train
b520c4d5de682e8dc939adcdacee2696a6da2c93
diff --git a/src/directive/messaging-view.js b/src/directive/messaging-view.js index <HASH>..<HASH> 100644 --- a/src/directive/messaging-view.js +++ b/src/directive/messaging-view.js @@ -19,7 +19,7 @@ module.exports = angular vm.submitButtonText = $scope.submitButtonText; vm.title = $scope.title; vm.mess...
WBC-<I> Implement the consumer-side
MovingImage24_mi-angular-wbc-pack
train
8b835ef8d08eb75f4cc3264e7363b51e24538574
diff --git a/tests.py b/tests.py index <HASH>..<HASH> 100644 --- a/tests.py +++ b/tests.py @@ -116,17 +116,18 @@ class TestConnection: with self._r: self._c.send(self._FROM, [self._TO], self._SUBJECT) - def test_send_attachment_filename(self): + def test_send_attachment_file(self): ...
Attachment test checks both filename and fileobj.
hectane_python-hectane
train
2a947f185a23e427db332d0ae51d1efe2b8c5fb6
diff --git a/actionpack/lib/action_controller/scaffolding.rb b/actionpack/lib/action_controller/scaffolding.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_controller/scaffolding.rb +++ b/actionpack/lib/action_controller/scaffolding.rb @@ -84,8 +84,6 @@ module ActionController def scaffold(model_id, o...
With const_missing loading, its no longer necessary to dynamically require the scaffold model -- meaning the end of RDoc warnings! git-svn-id: <URL>
rails_rails
train
7235e2dfeb7b737f1f53c3fcd56b94d243a3ef6a
diff --git a/chatterbot/__init__.py b/chatterbot/__init__.py index <HASH>..<HASH> 100644 --- a/chatterbot/__init__.py +++ b/chatterbot/__init__.py @@ -96,17 +96,26 @@ class Terminal(ChatBot): print(user_input) - while "exit()" not in user_input: - - # 'raw_input' is just 'input' in python...
Terminal now handles KeyboardInterrupt and EOF from ctrl+c and ctrl+d to end chat bot sessions. This also fixes an issue where chatbot would reply after the exit() command was issued. In addition the exit() command has been marked for deprication in favor of using KeyboardInterrupt and EOF commands.
gunthercox_ChatterBot
train
b242e514003d9011665c5f6085d04869e2dd6786
diff --git a/library/src/com/manuelpeinado/multichoiceadapter/MultiChoiceAdapterHelper.java b/library/src/com/manuelpeinado/multichoiceadapter/MultiChoiceAdapterHelper.java index <HASH>..<HASH> 100644 --- a/library/src/com/manuelpeinado/multichoiceadapter/MultiChoiceAdapterHelper.java +++ b/library/src/com/manuelpeinad...
Added call to getViewImpl that was missing from pull request
ManuelPeinado_MultiChoiceAdapter
train
4eee92928bd322d0d20e1bc204a69868189dfea7
diff --git a/admin/jsonadm/tests/TestHelperJadm.php b/admin/jsonadm/tests/TestHelperJadm.php index <HASH>..<HASH> 100644 --- a/admin/jsonadm/tests/TestHelperJadm.php +++ b/admin/jsonadm/tests/TestHelperJadm.php @@ -45,7 +45,7 @@ class TestHelperJadm public static function getJsonadmPaths() { - return self::getAi...
Adapt manifest file to new getTemplatePaths()
aimeos_ai-admin-jsonadm
train
411cbb373f9df76d576084431737016de2e59668
diff --git a/salt/key.py b/salt/key.py index <HASH>..<HASH> 100644 --- a/salt/key.py +++ b/salt/key.py @@ -259,10 +259,20 @@ class KeyCLI(object): veri = 'y' except KeyboardInterrupt: raise SystemExit("\nExiting on CTRL-c") + ...
Fixed the changed salt-key output on accept/reject/delete actions.
saltstack_salt
train
647b40e50fc89a28a48c0a2fc0bdfc11c32fd698
diff --git a/winrmcp/ls.go b/winrmcp/ls.go index <HASH>..<HASH> 100644 --- a/winrmcp/ls.go +++ b/winrmcp/ls.go @@ -21,7 +21,7 @@ type FileItem struct { func fetchList(client *winrm.Client, remotePath string) ([]FileItem, error) { script := fmt.Sprintf("Get-ChildItem %s", remotePath) - stdout, stderr, err := client...
Update to accomodate masterzen/winrm dependency
packer-community_winrmcp
train
7a29dcd65f7f4f30e153e87347ea1d761ebd8a55
diff --git a/coconut/command/command.py b/coconut/command/command.py index <HASH>..<HASH> 100644 --- a/coconut/command/command.py +++ b/coconut/command/command.py @@ -463,7 +463,7 @@ class Command(object): def start_running(self): """Starts running the Runner.""" - self.comp.bind() + self....
Add compiler warm-up Resolves #<I>.
evhub_coconut
train
ec79d9fab22e0adf4a406cef17a752f37062f451
diff --git a/lib/hammer_cli/apipie/resource.rb b/lib/hammer_cli/apipie/resource.rb index <HASH>..<HASH> 100644 --- a/lib/hammer_cli/apipie/resource.rb +++ b/lib/hammer_cli/apipie/resource.rb @@ -33,7 +33,12 @@ module HammerCLI::Apipie @api_resource = resource unless resource.nil? @api_action = action ...
finding resources in enclosing modules
theforeman_hammer-cli
train
8186635c7e5088c9cb81cabb6e1fdf90b0d565b6
diff --git a/packages/example-inferno/webpack.config.js b/packages/example-inferno/webpack.config.js index <HASH>..<HASH> 100644 --- a/packages/example-inferno/webpack.config.js +++ b/packages/example-inferno/webpack.config.js @@ -1,5 +1,5 @@ -var path = require('path'); -var webpack = require('webpack'); +var path = r...
add resolvePath for loaders
as-com_alef
train
e24ce98e4700e6c212c5aa994a6a544140a4c6bd
diff --git a/src/macros.php b/src/macros.php index <HASH>..<HASH> 100644 --- a/src/macros.php +++ b/src/macros.php @@ -9,12 +9,12 @@ Form::macro('inline', function($route, $form = array(), $link = array()){ $link += array( 'class' => '', - 'attributes' => 'onclick="this.form.submit();"', + 'attri...
Add basic confirm dialog for thread/post deletion
Riari_laravel-forum
train
54ca863b6da745fcfa1816ace9f81e0bf97d4330
diff --git a/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/impl/JobExistingRepositorySameConfigRestore.java b/exo.jcr.component.ext/src/main/java/org/exoplatform/services/jcr/ext/backup/impl/JobExistingRepositorySameConfigRestore.java index <HASH>..<HASH> 100644 --- a/exo.jcr.component.ext...
EXOJCR-<I>: Components should be resumed in reverse order
exoplatform_jcr
train
f18960e0e30d5354addd6903aac8c798d6a11b7b
diff --git a/indra/preassembler/grounding_mapper.py b/indra/preassembler/grounding_mapper.py index <HASH>..<HASH> 100644 --- a/indra/preassembler/grounding_mapper.py +++ b/indra/preassembler/grounding_mapper.py @@ -148,7 +148,7 @@ def get_sentences_for_agent(text, stmts): for stmt in stmts: for agent in s...
Dump sentences for top agent texts to CSV file
sorgerlab_indra
train
5182ae971fb577884183142ca466539af3eea852
diff --git a/aiosparql/client.py b/aiosparql/client.py index <HASH>..<HASH> 100644 --- a/aiosparql/client.py +++ b/aiosparql/client.py @@ -3,12 +3,11 @@ import asyncio import logging import re from math import ceil, log10 -from os import environ as ENV from string import Formatter from textwrap import dedent, inde...
Makes some properties read-only & remove Mu environment variables
aio-libs_aiosparql
train
1bdcd652260561fcbf0307fb92c8ea24f71a8187
diff --git a/master/buildbot/changes/gerritchangesource.py b/master/buildbot/changes/gerritchangesource.py index <HASH>..<HASH> 100644 --- a/master/buildbot/changes/gerritchangesource.py +++ b/master/buildbot/changes/gerritchangesource.py @@ -71,30 +71,31 @@ class GerritChangeSource(base.ChangeSource): except ...
Add support for multi-project setups, fixes #<I>. While there, add some style to the code.
buildbot_buildbot
train
7beb930490cdecfa10916adb72a3e72fa72779ad
diff --git a/Eloquent/Factories/Factory.php b/Eloquent/Factories/Factory.php index <HASH>..<HASH> 100644 --- a/Eloquent/Factories/Factory.php +++ b/Eloquent/Factories/Factory.php @@ -11,11 +11,14 @@ use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Collection; use Illuminate\Support\Str; use Illuminate\...
add macroable trait to database factory (#<I>)
illuminate_database
train
4ab8e79936394d3b9489a0cfa95212597c400230
diff --git a/alerta/common/api.py b/alerta/common/api.py index <HASH>..<HASH> 100644 --- a/alerta/common/api.py +++ b/alerta/common/api.py @@ -18,7 +18,7 @@ _API_TIMEOUT = 2 # seconds class ApiClient(object): - def send(self, msg, host=None, port=None, endpoint=None): + def send(self, msg, host=None, port=N...
use standard defaults and output dry run as curl command
alerta_alerta
train
2f7ad4e11eeaa8ee3bf686d7b79fa5aef9dc7d40
diff --git a/nodeconductor/server/admin/menu.py b/nodeconductor/server/admin/menu.py index <HASH>..<HASH> 100644 --- a/nodeconductor/server/admin/menu.py +++ b/nodeconductor/server/admin/menu.py @@ -23,7 +23,7 @@ class CustomAppList(items.AppList): 'url': self._get_admin_change_url(model, context) ...
Fix applications order in django admin
opennode_waldur-core
train
31961a6c430156c820aa5ba87a9fe40c9bf92e95
diff --git a/pnc_cli/projects.py b/pnc_cli/projects.py index <HASH>..<HASH> 100644 --- a/pnc_cli/projects.py +++ b/pnc_cli/projects.py @@ -105,7 +105,7 @@ def list_projects(page_size=200, page_index=0, sort="", q=""): """ List all Projects """ - content = list_projects_raw(page_size=200, page_index=0,...
[NCL-<I>][FIX] list-projects with rsql returns everything
project-ncl_pnc-cli
train
fad3ac992190c3b83f0f895cfb0995f3044db656
diff --git a/lib/ransack/constants.rb b/lib/ransack/constants.rb index <HASH>..<HASH> 100644 --- a/lib/ransack/constants.rb +++ b/lib/ransack/constants.rb @@ -6,12 +6,12 @@ module Ransack AREL_PREDICATES = %w(eq not_eq matches does_not_match lt lteq gt gteq in not_in) DERIVED_PREDICATES = [ - ['cont', ...
Escape wildcard characters in LIKE clause
activerecord-hackery_ransack
train
1d3664edcd649f50bde5d9a16dd958f132692cb8
diff --git a/optimal/optimize.py b/optimal/optimize.py index <HASH>..<HASH> 100644 --- a/optimal/optimize.py +++ b/optimal/optimize.py @@ -27,6 +27,8 @@ import copy import operator import collections import functools +import itertools +import time try: import pickle import dill @@ -193,7 +195,7 @@ class O...
Add max_seconds option to Optimizer.optimize Allowing an alternative to max_iterations, based on real world time.
JustinLovinger_optimal
train
8546748bc52f53944f8e0da87d402d9bfa89429d
diff --git a/tests/conftest.py b/tests/conftest.py index <HASH>..<HASH> 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -30,6 +30,9 @@ Set DJANGO_SETTINGS_MODULE and sets up a test database. settings.DATABASES["default"]["TEST_NAME"] = "{0}test_treeherder".format(prefix) # this sets up a clean test-...
tests use cache versioning to keep isolation
mozilla_treeherder
train
ae8aa825fdef82a1d4602c2137e16db5ea8913ce
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Clone AST without extra properties API --------------------------------------- -### const purifiedAstClone = espurify(originalAst) +### const purifiedAstClone = espurify.purifyAst(originalAst) +(note: us...
feat: introduce `espurify.purifyAst` as an alias of default function using `espurify` as a default exported function is deprecated in favor of named exports aiming ESM era, and will be removed from future releases.
estools_espurify
train
01ea0c3538903c5d806dad54375355efa6e2fcdf
diff --git a/unyt/array.py b/unyt/array.py index <HASH>..<HASH> 100644 --- a/unyt/array.py +++ b/unyt/array.py @@ -1326,10 +1326,7 @@ class unyt_array(np.ndarray): dataset = g[dataset_name] data = dataset[:] units = dataset.attrs.get('units', '') - if 'unit_registry' in dataset.attrs.k...
require that the unit registry is available in the hdf5 file for I/O
yt-project_unyt
train
63e061f4d1ef3c4584590a87bceeea6d9053bace
diff --git a/crypto/src/main/java/org/springframework/security/crypto/factory/PasswordEncoderFactories.java b/crypto/src/main/java/org/springframework/security/crypto/factory/PasswordEncoderFactories.java index <HASH>..<HASH> 100644 --- a/crypto/src/main/java/org/springframework/security/crypto/factory/PasswordEncoderF...
Add MD5 to PasswordEncoderFactories Issue: gh-<I>
spring-projects_spring-security
train
c209cdff16049a924bef4aa5c6f7588f0b42b2fa
diff --git a/transport/http2_client.go b/transport/http2_client.go index <HASH>..<HASH> 100644 --- a/transport/http2_client.go +++ b/transport/http2_client.go @@ -1253,7 +1253,7 @@ func (t *http2Client) itemHandler(i item) error { } err = t.framer.fr.WritePing(i.ack, i.data) default: - errorf("transport: http2...
transport: minor cleanups (comment and error text) (#<I>)
grpc_grpc-go
train
01f01678dd46957288e8cffdcc65340fbc682bef
diff --git a/internal/service/cloudwatch/metric_stream_test.go b/internal/service/cloudwatch/metric_stream_test.go index <HASH>..<HASH> 100644 --- a/internal/service/cloudwatch/metric_stream_test.go +++ b/internal/service/cloudwatch/metric_stream_test.go @@ -394,6 +394,10 @@ EOF resource "aws_s3_bucket" "bucket" { ...
tests/cloudwatch: update to aws_s3_bucket_acl
terraform-providers_terraform-provider-aws
train
b899b7be51271b0a6fddd9d95e1a58d782949565
diff --git a/activemodel/lib/active_model/mass_assignment_security.rb b/activemodel/lib/active_model/mass_assignment_security.rb index <HASH>..<HASH> 100644 --- a/activemodel/lib/active_model/mass_assignment_security.rb +++ b/activemodel/lib/active_model/mass_assignment_security.rb @@ -1,6 +1,5 @@ require 'active_supp...
Array.wrap no longer needed
rails_rails
train
a436e8c237f7df6750d4b8107312fa71f0ae8f0a
diff --git a/tests/test_router_bgp.rb b/tests/test_router_bgp.rb index <HASH>..<HASH> 100644 --- a/tests/test_router_bgp.rb +++ b/tests/test_router_bgp.rb @@ -802,16 +802,16 @@ class TestRouterBgp < CiscoTestCase end if platform == :ios_xr assert_raises(Cisco::UnsupportedError) do - bgp....
fix attribute name as neighbor_down_fib_accelerate
cisco_cisco-network-node-utils
train
c88e464cac191cef0d3c43e8d16145a6cb3fb3d9
diff --git a/translate.js b/translate.js index <HASH>..<HASH> 100644 --- a/translate.js +++ b/translate.js @@ -74,8 +74,17 @@ function expression(tree) { return '!' + paren(expression(tree[1])) } else if (tree[0] == 'chaincmp') { return chainCmp(tree) - } else if (['<=', '>=', '<', '>', '==', ...
Modulo, exponential and in operator
yishn_milk-lang
train
220ae9abd6d169c6e01f1e7cf5b508d4cfe3dbd7
diff --git a/test.py b/test.py index <HASH>..<HASH> 100755 --- a/test.py +++ b/test.py @@ -272,6 +272,25 @@ class ZObjectsTests(unittest.TestCase): self.assertIsInstance(m.newMessages, str) + def test_ZObjects_import_a_tags(self): + props = Domain._parse_a_tags(self.simple_domain) + self.a...
Now parses the <a> tags of a ZObject and expose them as object items. refs #<I> @2h
oasiswork_zimsoap
train
1b0e89d2ca8e4a87eb68429b86e8f95561d798a9
diff --git a/lib/soap/handsoap/list_service.rb b/lib/soap/handsoap/list_service.rb index <HASH>..<HASH> 100644 --- a/lib/soap/handsoap/list_service.rb +++ b/lib/soap/handsoap/list_service.rb @@ -5,8 +5,8 @@ require 'rubygems' require 'handsoap' #require 'sp_list' #require 'sp_config' -require 'builders' -require 'pa...
forgot to rename require in service for builder and parser
zenchild_viewpoint-spws
train
6f606c6bb1e5eaf74f9c722e4c22ba028d82952f
diff --git a/internal/loop/run.go b/internal/loop/run.go index <HASH>..<HASH> 100644 --- a/internal/loop/run.go +++ b/internal/loop/run.go @@ -89,13 +89,15 @@ func (c *runContext) updateCount(now int64) int { return 0 } - if clock.IsValid() && c.lastClockFrame != clock.Now() { - sync = true - f := clock.Now() ...
loop: Bug fix: Don't use 'system timer clock' when audio clock is valid
hajimehoshi_ebiten
train
3abbef32135b9e42ab03f352973b30db08ab263d
diff --git a/src/Discord/Parts/Channel/Channel.php b/src/Discord/Parts/Channel/Channel.php index <HASH>..<HASH> 100644 --- a/src/Discord/Parts/Channel/Channel.php +++ b/src/Discord/Parts/Channel/Channel.php @@ -971,4 +971,17 @@ class Channel extends Part 'channel_id' => $this->id, ]; } + ...
Add magic __toString() in Channel.php Add a magic string method to return formatted mention of text channel or the name of channel for other channel type
teamreflex_DiscordPHP
train
2d34ba30889ae91d2cb542c806cd34f0a403aa6c
diff --git a/converters/fromZigbee.js b/converters/fromZigbee.js index <HASH>..<HASH> 100644 --- a/converters/fromZigbee.js +++ b/converters/fromZigbee.js @@ -338,6 +338,21 @@ const converters = { return lookup[value] ? lookup[value] : null; }, }, + WXKG11LM_action_click_multistate: { + ...
Added Support for new WXKG<I>LM Model (#<I>) * Fixed WXKG<I>LMv2 Support * Move WXKG<I>LM * Merge WXKG<I>LM models
Koenkk_zigbee-shepherd-converters
train
624011f0bf1606d9a918bd002c77f9c80a1736d4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ additions for Django projects. See the project page for more information: cmdclass=cmdclasses, package_data=package_data, install_requires=['six>=1.2'], - tests_require=['Django'], + tests_r...
shortuuid is also required to run tests
django-extensions_django-extensions
train
926c40e28fcc65953f64cc6cfee2fe99716ecc93
diff --git a/src/GraphQLNormalizr.js b/src/GraphQLNormalizr.js index <HASH>..<HASH> 100644 --- a/src/GraphQLNormalizr.js +++ b/src/GraphQLNormalizr.js @@ -1,7 +1,7 @@ import pluralize from 'pluralize' import { visit, } from 'graphql/language/visitor' import { parse as gql, } from 'graphql/language/parser' -import { ...
Fix `Kind` import issues from different `graphql` versions
monojack_graphql-normalizr
train
dd8da58671a16f2a2eb1673483f27c81b0d33dd6
diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/connection/SmartClientConnectionManager.java b/hazelcast-client/src/main/java/com/hazelcast/client/connection/SmartClientConnectionManager.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/main/java/com/hazelcast/client/connection/SmartClientCon...
Fixes #<I> client-side socket interceptor is not needed to be MemberSocketInterceptor
hazelcast_hazelcast
train
be63a42a7d6b24ed76e0f062f112671a21acc2be
diff --git a/src/views/ui_graph.py b/src/views/ui_graph.py index <HASH>..<HASH> 100644 --- a/src/views/ui_graph.py +++ b/src/views/ui_graph.py @@ -63,5 +63,5 @@ class Ui_Graph(object): def retranslateUi(self, Graph): pass -from matplotlibwidget import MatplotlibWidget +from widgets.matplotlibwidget ...
Corrected path for matplotlib in src/views/ui_graph.py
openfisca_openfisca-core
train
7c07280006a9dfbfd2d1255f1e79654d8eca6f9e
diff --git a/synapse/lib/layer.py b/synapse/lib/layer.py index <HASH>..<HASH> 100644 --- a/synapse/lib/layer.py +++ b/synapse/lib/layer.py @@ -1323,9 +1323,14 @@ class Layer(s_nexus.Pusher): except asyncio.CancelledError: # pragma: no cover raise + exc...
Log errors in the layer _runMirrorLoop where there is an exception and no waiters for it SYN-<I> (#<I>) * Log errors in the layer _runMirrorLoop where there is an exception and no waiters for it.
vertexproject_synapse
train
83912c35f072cf482fe5d3873c19a51e0e0aa628
diff --git a/src/server/pfs/server/obj_block_api_server.go b/src/server/pfs/server/obj_block_api_server.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/server/obj_block_api_server.go +++ b/src/server/pfs/server/obj_block_api_server.go @@ -261,24 +261,29 @@ func (s *objBlockAPIServer) PutObject(server pfsclient.Obje...
Tag objects even if they already exist.
pachyderm_pachyderm
train
84dd5a00c3220c41f2322c57d658a9b3fdc438f1
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - logue (1.0.8) + logue (1.0.9) GEM remote: https://rubygems.org/ diff --git a/lib/logue/logger.rb b/lib/logue/logger.rb index <HASH>..<HASH> 100755 --- a/l...
Add (location) format as Logue attribute.
jpace_logue
train
797d0772f0d66b6bc1cf059f7c804cd48c17d875
diff --git a/spyderlib/plugins/ipythonconsole.py b/spyderlib/plugins/ipythonconsole.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/ipythonconsole.py +++ b/spyderlib/plugins/ipythonconsole.py @@ -17,7 +17,7 @@ Handles IPython clients (and in the future, will handle IPython kernels too # Qt imports from spyder...
Remove unnecessary import and add :port in placeholder text for remote connection
spyder-ide_spyder
train
0e1c55eacf936c54735031d02f00afd898750671
diff --git a/lib/heroics/schema.rb b/lib/heroics/schema.rb index <HASH>..<HASH> 100644 --- a/lib/heroics/schema.rb +++ b/lib/heroics/schema.rb @@ -9,8 +9,8 @@ module Heroics def initialize(schema) @schema = schema @resources = {} - @schema['definitions'].each_key do |name| - @resources[na...
build from properties, rather than definitions
interagent_heroics
train
325dc4b18a5a6a42fe4df86894b0b96b5e2cce1b
diff --git a/Security/Core/User/FOSUBUserProvider.php b/Security/Core/User/FOSUBUserProvider.php index <HASH>..<HASH> 100644 --- a/Security/Core/User/FOSUBUserProvider.php +++ b/Security/Core/User/FOSUBUserProvider.php @@ -136,8 +136,13 @@ class FOSUBUserProvider implements UserProviderInterface, AccountConnectorInterf...
Fill the username when throwing UsernameNotFoundException in FOSUBUserProvider
hwi_HWIOAuthBundle
train
f9821d5cb58b8bd6aeb6d8d14bbe55c7641b81cc
diff --git a/HydraServer/python/HydraServer/unittests/test_plugins.py b/HydraServer/python/HydraServer/unittests/test_plugins.py index <HASH>..<HASH> 100644 --- a/HydraServer/python/HydraServer/unittests/test_plugins.py +++ b/HydraServer/python/HydraServer/unittests/test_plugins.py @@ -146,9 +146,7 @@ class PluginsTest...
Update unit test to reflect changes csv plugin, including rules.
hydraplatform_hydra-base
train
202423874d4bc387c6d2f07e7340aeb30296785a
diff --git a/shared/chat/conversation/messages/attachment.desktop.js b/shared/chat/conversation/messages/attachment.desktop.js index <HASH>..<HASH> 100644 --- a/shared/chat/conversation/messages/attachment.desktop.js +++ b/shared/chat/conversation/messages/attachment.desktop.js @@ -24,7 +24,7 @@ function AttachmentTitl...
Don't handle clicks on uploading attachments
keybase_client
train
50cf4668a45290c4b26e189b552db6ba611abac8
diff --git a/tests/main_url_conf.py b/tests/main_url_conf.py index <HASH>..<HASH> 100644 --- a/tests/main_url_conf.py +++ b/tests/main_url_conf.py @@ -1,6 +1,8 @@ from . import views from urljects import U, I, url + urlpatterns = [ url(U / 'test_view', views.test_view), + url(U / 'class_view', views.ClassT...
testapp working now, there are some broken views
Visgean_urljects
train
d13d8d7e1e5b86c54a36541f6d89b36abd1549c1
diff --git a/requery-processor/src/main/java/io/requery/processor/EntityType.java b/requery-processor/src/main/java/io/requery/processor/EntityType.java index <HASH>..<HASH> 100644 --- a/requery-processor/src/main/java/io/requery/processor/EntityType.java +++ b/requery-processor/src/main/java/io/requery/processor/Entit...
Add extendable option to @Entity for cases when the annotated class can't be extended/implemented
requery_requery
train
3af5731247c60409205fcd9c011ab6f7ac2da3b5
diff --git a/asv/commands/continuous.py b/asv/commands/continuous.py index <HASH>..<HASH> 100644 --- a/asv/commands/continuous.py +++ b/asv/commands/continuous.py @@ -62,7 +62,7 @@ class Continuous(Command): @classmethod def run(cls, conf, branch="master", factor=2.0, bench=None, - machine=None):...
Add a test for asv continuous with a parameterized test Needed to change print() to print("") because of using io.StringIO as sys.stdout
airspeed-velocity_asv
train
64f86fd9c8bd536acbb8418bac248ef65217b138
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -146,11 +146,11 @@ module.exports = function parseArgv (argv, options, modulePath=[], optionPath=[] if (options[optSet].def instanceof Array) { opts[optSet].push(cur.slice(j + 1)) ...
fix a variable without camelcase
chinory_pargv-lite
train
b097feeb96f92a456ebcc51502479788a4003353
diff --git a/watcher.go b/watcher.go index <HASH>..<HASH> 100644 --- a/watcher.go +++ b/watcher.go @@ -368,10 +368,10 @@ func (w *Watcher) Start(pollInterval time.Duration) error { numEvents++ } + if w.maxEventsPerCycle > 0 && numEvents >= w.maxEventsPerCycle { + goto SLEEP + } if fileList[p...
moved set max events control structures above conditionals
radovskyb_watcher
train
50fa2a61c258a232ce4fbafeafccd29cad163e3c
diff --git a/smartdc/datacenter.py b/smartdc/datacenter.py index <HASH>..<HASH> 100644 --- a/smartdc/datacenter.py +++ b/smartdc/datacenter.py @@ -700,6 +700,9 @@ class DataCenter(object): with open(boot_script) as f: params['metadata.user-script'] = f.read() j, r = self.request('...
encountered real <I> errors, need to give more clue of what's going on
atl_py-smartdc
train
5b866e9b78ff7a257f1851dc2c467826cb880cb0
diff --git a/code-generator-maven-plugin/src/main/java/fi/jumi/codegenerator/EventStubGenerator.java b/code-generator-maven-plugin/src/main/java/fi/jumi/codegenerator/EventStubGenerator.java index <HASH>..<HASH> 100755 --- a/code-generator-maven-plugin/src/main/java/fi/jumi/codegenerator/EventStubGenerator.java +++ b/c...
EventStubGenerator: generating event source
luontola_jumi
train
24e808844b71e837c6725ebe606e5aa5d9382645
diff --git a/lib/Doctrine/ORM/UnitOfWork.php b/lib/Doctrine/ORM/UnitOfWork.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/UnitOfWork.php +++ b/lib/Doctrine/ORM/UnitOfWork.php @@ -255,7 +255,7 @@ class UnitOfWork implements PropertyChangedListener * 4) All collection updates * 5) All entity deletions...
Allow flushing of many entities by passing an array of entities.
doctrine_orm
train
239452dfc4996698c36d9ea7e8215d6eaa3d298f
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ install: - composer install script: - - phpunit + - vendor/bin/phpunit diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -11,1...
Adjusts to support issue #<I>
byjg_php-swagger-test
train
a45dcca6a08e8e9bd5354ac5e87023bd2ea18d74
diff --git a/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js b/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js index <HASH>..<HASH> 100644 --- a/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewDetailRepos.test.js +...
Refs #<I> - Try nock restore for pipeline failure
Katello_katello
train
65b3ca2c10eb2b3784217f55a2a3cbd867f8edf9
diff --git a/moment-timezone.js b/moment-timezone.js index <HASH>..<HASH> 100644 --- a/moment-timezone.js +++ b/moment-timezone.js @@ -150,7 +150,7 @@ // console.log('adding last zone', lastZone.until.format()); lastZoneRule = new RuleYear(year - 1, lastZone.lastRule()); lastZoneRule.start = lastZone.unt...
Only setting the lastZoneRule.isLast if its ruleset is different than the current ruleset (<I>/<I>)
moment_moment-timezone
train
049e471ef2814114e3affdcea772e90d870eea56
diff --git a/desktop/ui/src/main/java/org/datacleaner/panels/SchemaTreePanel.java b/desktop/ui/src/main/java/org/datacleaner/panels/SchemaTreePanel.java index <HASH>..<HASH> 100644 --- a/desktop/ui/src/main/java/org/datacleaner/panels/SchemaTreePanel.java +++ b/desktop/ui/src/main/java/org/datacleaner/panels/SchemaTree...
updateParentPanel as the last operation in sequence.
datacleaner_DataCleaner
train
e1c9ee98c6d6ab8ea97846d09dd24934e1cd0356
diff --git a/lib/formtastic.rb b/lib/formtastic.rb index <HASH>..<HASH> 100644 --- a/lib/formtastic.rb +++ b/lib/formtastic.rb @@ -569,13 +569,11 @@ module Formtastic #:nodoc: lambda do |f| contents = f.inputs(*args){ block.call(f) } template.concat(contents) - contents #...
pretty sure we don't need these in Rails 3
justinfrench_formtastic
train
864083bc8be1e140ef86b2aae3c16bcbcebfff39
diff --git a/src/formats/formats.js b/src/formats/formats.js index <HASH>..<HASH> 100644 --- a/src/formats/formats.js +++ b/src/formats/formats.js @@ -47,6 +47,13 @@ export function resolveFormat(collectionOrEntity, entry) { return formatByExtension(fileExtension); } + // If creating a new file, and an `exte...
Infer format from extension for new entries. If a collection has no format specified, we try to infer the format from the file extension when reading. This commit also allows us to infer the format from the `extension` set in the config, so that we can still create the correct format when making a new file.
netlify_netlify-cms
train
f4f7af2965757bded20a7b817fcb2b3c16b93dec
diff --git a/src/TextField.php b/src/TextField.php index <HASH>..<HASH> 100644 --- a/src/TextField.php +++ b/src/TextField.php @@ -62,7 +62,14 @@ class TextField implements FormElementInterface */ public function getHtml() { - return '<input type="text" name="' . htmlspecialchars($this->myName) ....
Add buildTag method to TextField
themichaelhall_bluemvc-forms
train
e38f75a6c8af4b214294567aecd0ac37e5f72558
diff --git a/horizon/middleware/operation_log.py b/horizon/middleware/operation_log.py index <HASH>..<HASH> 100644 --- a/horizon/middleware/operation_log.py +++ b/horizon/middleware/operation_log.py @@ -118,7 +118,7 @@ class OperationLogMiddleware(object): if not (method in self.target_methods): r...
operation_log: Fix wrong reference to ignored urls Fixes typo in a previous patch where underscore in front of variable name was ommited. Change-Id: I<I>bb<I>cc4d4c<I>ad<I>a<I> Closes-Bug: #<I>
openstack_horizon
train
4b1902ff59bf2f10248b18ccf535644adea8e67e
diff --git a/src/Providers/MetadataRouteProvider.php b/src/Providers/MetadataRouteProvider.php index <HASH>..<HASH> 100644 --- a/src/Providers/MetadataRouteProvider.php +++ b/src/Providers/MetadataRouteProvider.php @@ -62,6 +62,6 @@ class MetadataRouteProvider extends ServiceProvider */ protected function is...
Fix auth-disable checks in route provider
Algo-Web_POData-Laravel
train
652f7c08979005a0a9a259b89b5b15ac2c2f55f2
diff --git a/seefor.go b/seefor.go index <HASH>..<HASH> 100644 --- a/seefor.go +++ b/seefor.go @@ -24,11 +24,7 @@ func (c4 *Seefor) ServeHTTP(w http.ResponseWriter, req *http.Request) { if root, exist := c4.roots[req.Method]; exist { handler, params := root.match(req.URL.Path) if handler != nil { - if len(c4....
Rely on if elsewhere is not good. Put all together since the code is not big
vanng822_r2router
train
e4b9f3c6f2cbe4a8142711c7f977247727d1fe16
diff --git a/spec/app_spec.rb b/spec/app_spec.rb index <HASH>..<HASH> 100644 --- a/spec/app_spec.rb +++ b/spec/app_spec.rb @@ -75,6 +75,17 @@ describe Hobby::App do end end + describe '#router' do + it 'gives a distinct router to each app' do + app = Class.new { include Hobby } + + first_instanc...
Kill a mutant in Helpers#router
ch1c0t_hobby
train
5d6b634dedf18500256e1a965b9c2e35a53444d6
diff --git a/modules/backend/models/User.php b/modules/backend/models/User.php index <HASH>..<HASH> 100644 --- a/modules/backend/models/User.php +++ b/modules/backend/models/User.php @@ -96,8 +96,6 @@ class User extends UserBase if ($this->send_invite) { $this->sendInvitation(); } - - ...
Don't force default groups on new admins, this is now handled by the user interface
octobercms_october
train
b2d83cc052e29ea86609b085770505520eab3114
diff --git a/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php b/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php +++ b/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php @@ -141,6 +141,10 @@ class LintCo...
skip command completion tests with older Symfony Console versions
symfony_symfony
train
94eb2bbd947b288916adc4ae9764d66a340d55f9
diff --git a/allauth/app_settings.py b/allauth/app_settings.py index <HASH>..<HASH> 100644 --- a/allauth/app_settings.py +++ b/allauth/app_settings.py @@ -11,21 +11,24 @@ def check_context_processors(): ctx_present = False if django.VERSION < (1, 8,): + setting = "settings.TEMPLATE_CONTEXT_PROCESSORS...
Fixed up outdated error message in context processors check. Changed the URL to be more relevant and print the correct setting based on the django version.
pennersr_django-allauth
train
f3c6112760fc47d7ef55ba3292e6e96d83b94afb
diff --git a/scanpy/external/pp/_scvi.py b/scanpy/external/pp/_scvi.py index <HASH>..<HASH> 100644 --- a/scanpy/external/pp/_scvi.py +++ b/scanpy/external/pp/_scvi.py @@ -5,7 +5,7 @@ import scipy as sp from typing import Optional, Sequence, Union from anndata import AnnData -MIN_VERSION = "0.6.3" +MIN_VERSION = "0....
update scvi version to <I> (#<I>)
theislab_scanpy
train
51c0c3bbee60cc8f776a9610a2ebe95e14d76598
diff --git a/bokeh/io.py b/bokeh/io.py index <HASH>..<HASH> 100644 --- a/bokeh/io.py +++ b/bokeh/io.py @@ -32,7 +32,7 @@ from .models.widgets.layouts import HBox, VBox, VBoxForm from .state import State from .util.notebook import load_notebook, publish_display_data from .util.string import decode_utf8 -from .client ...
Fix io.push() for new client API changes No test coverage on this, needs fixing in a later commit.
bokeh_bokeh
train
d0c400508ca583d1b4dd22b93cb5fb4814760a4c
diff --git a/examples/simple-column-config.html b/examples/simple-column-config.html index <HASH>..<HASH> 100644 --- a/examples/simple-column-config.html +++ b/examples/simple-column-config.html @@ -26,7 +26,7 @@ [ { key: 'name', locked: 'left', width: 200 } , { key: 'email', so...
Fix clipping by translating individual rows.
zambezi_grid
train
6e279fab24444e75b3bc9b2eafe786ab16bbfdcd
diff --git a/lib/pdk/util/bundler.rb b/lib/pdk/util/bundler.rb index <HASH>..<HASH> 100644 --- a/lib/pdk/util/bundler.rb +++ b/lib/pdk/util/bundler.rb @@ -29,6 +29,14 @@ module PDK end end + def self.ensure_binstubs!(*gems) + bundle = BundleHelper.new + + unless bundle.binstubs!(gem...
(MAINT) Add binstub management to bundler helper.
puppetlabs_pdk
train
9125340e62942bc6e2e110cd850cefa86b47aeb1
diff --git a/Resources/Public/pz2-client.js b/Resources/Public/pz2-client.js index <HASH>..<HASH> 100644 --- a/Resources/Public/pz2-client.js +++ b/Resources/Public/pz2-client.js @@ -1083,7 +1083,7 @@ function facetListForType (type, preferOriginalFacets) { var link = document.createElement('a'); item.appendChi...
escape external strings used in ad-hoc defined functions
subugoe_typo3-pazpar2
train
c142e253aec3debc911f9bb368300fa9d3e99fb4
diff --git a/storage/Cache.php b/storage/Cache.php index <HASH>..<HASH> 100644 --- a/storage/Cache.php +++ b/storage/Cache.php @@ -205,8 +205,9 @@ class Cache extends \lithium\core\Adaptable { $filters = $settings[$name]['filters']; if ($options['strategies']) { - $options += array('key' => $key, 'class' => _...
Pass only required set of options to Cache::delete strategies.
UnionOfRAD_lithium
train
612acd33d50be6e3e4d6084ae2f6dce7edd7b4c8
diff --git a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/violationsviewer/client/ViolationsPanel.java b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/violationsviewer/client/ViolationsPanel.java index <HASH>..<HASH> 100644 --- a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugi...
SONAR-<I>: Add creation date of violation to violations tab
SonarSource_sonarqube
train
8388f31a6fd26e3d1744400bd2dd21f0640c71a7
diff --git a/katcp/inspecting_client.py b/katcp/inspecting_client.py index <HASH>..<HASH> 100644 --- a/katcp/inspecting_client.py +++ b/katcp/inspecting_client.py @@ -370,7 +370,8 @@ class InspectingClientAsync(object): try: yield maybe_timeout(self.katcp_client.until_running()) self....
Better exception handling and reporting- >AttributeError: 'NoneType' object has no attribute 'TimeoutError'
ska-sa_katcp-python
train
d14f16316751d8c2cf48126181376c0b5156bb7d
diff --git a/presto-main/src/main/java/com/facebook/presto/operator/DriverContext.java b/presto-main/src/main/java/com/facebook/presto/operator/DriverContext.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/operator/DriverContext.java +++ b/presto-main/src/main/java/com/facebook/pres...
Remove getter functions from OperatorStats
prestodb_presto
train
d12861ede6f5e7273fda50f71b2c745a630bfef9
diff --git a/src/Experimental/Routing/Group.php b/src/Experimental/Routing/Group.php index <HASH>..<HASH> 100644 --- a/src/Experimental/Routing/Group.php +++ b/src/Experimental/Routing/Group.php @@ -12,6 +12,7 @@ namespace Inphinit\Experimental\Routing; use Inphinit\App; use Inphinit\Request; use Inphinit\Routing\Ro...
Improved Group, Rest and App classes - Removed event from Group and Rest - Fixed checkPath method in Group - Improved docblock description in Packages
inphinit_framework
train
d3f1f488c404bbb3105697c9fa71b37487841295
diff --git a/src/cf/commands/application/push.go b/src/cf/commands/application/push.go index <HASH>..<HASH> 100644 --- a/src/cf/commands/application/push.go +++ b/src/cf/commands/application/push.go @@ -367,6 +367,11 @@ func (cmd *Push) updateApp(app cf.Application, appParams cf.AppParams) (updatedA terminal.EntityN...
'cf push' should merge manifest env vars with server env vars [Finishes #<I>]
cloudfoundry_cli
train
4b2e73ed6699ae3466b82fbccd76d8ad28ef6a1e
diff --git a/sortinghat/_version.py b/sortinghat/_version.py index <HASH>..<HASH> 100644 --- a/sortinghat/_version.py +++ b/sortinghat/_version.py @@ -1,2 +1,2 @@ # Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440 -__version__ = "0.7.5" +__version__ = "0.7.6"
Update version number to <I>
chaoss_grimoirelab-sortinghat
train
ec8bf467c11131b1c2ee7cd948a9573787a9da38
diff --git a/src/method.js b/src/method.js index <HASH>..<HASH> 100644 --- a/src/method.js +++ b/src/method.js @@ -50,11 +50,11 @@ define( name: name, implementation: implementation }; - return method.call(options); + return method.call(this, options); }).overload("object, function", function (op...
fixing places where context was lost [this]
bob-gray_solv
train
e95e64dc09dd6c47c208d461dec04c7331526b98
diff --git a/packages/react-ui-components/src/SelectBox/selectBox.js b/packages/react-ui-components/src/SelectBox/selectBox.js index <HASH>..<HASH> 100644 --- a/packages/react-ui-components/src/SelectBox/selectBox.js +++ b/packages/react-ui-components/src/SelectBox/selectBox.js @@ -71,7 +71,7 @@ export default class Se...
BUGFIX: minor typo errors in SelectBox
neos_neos-ui
train
067df4824263f9a1bc587523945de37a0b030bea
diff --git a/lib/lazybones.js b/lib/lazybones.js index <HASH>..<HASH> 100644 --- a/lib/lazybones.js +++ b/lib/lazybones.js @@ -44,6 +44,9 @@ function Lazybones(name, opts) { // mimic destroyed event this.pouch.on("destroyed", this.trigger.bind(this, "destroyed")); + // capture error events so they don't ruin the ...
prevented db from being destroyed more than once
BeneathTheInk_lazybones
train