hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
50ec587a0a77ddc9370bb64966866198d3cd1ed5
diff --git a/src/plugin/nodemanagerbase.js b/src/plugin/nodemanagerbase.js index <HASH>..<HASH> 100644 --- a/src/plugin/nodemanagerbase.js +++ b/src/plugin/nodemanagerbase.js @@ -108,8 +108,9 @@ function PluginNodeManagerBase(blobClient, project, mainLogger, gmeConfig) { }); }) ...
#<I> somewhat better error handling for plugins. Core exceptions are still an issue. Former-commit-id: f6a5b<I>e<I>fdb<I>b<I>ae6b<I>dae<I>
webgme_webgme-engine
train
8cde6403eaeeb5d9c709fe8ba5167fc4632d0055
diff --git a/app/models/order.go b/app/models/order.go index <HASH>..<HASH> 100644 --- a/app/models/order.go +++ b/app/models/order.go @@ -94,7 +94,7 @@ func init() { var orderItems []OrderItem tx.Model(value).Association("OrderItems").Find(&orderItems) for _, item := range orderItems { - if err := ItemState...
fix copy&paste typo in order (#<I>)
qor_qor-example
train
34d55fed57a55bbad206b059e989bf081b3b3659
diff --git a/src/main/java/com/turn/ttorrent/client/network/keyProcessors/CleanupKeyProcessor.java b/src/main/java/com/turn/ttorrent/client/network/keyProcessors/CleanupKeyProcessor.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/turn/ttorrent/client/network/keyProcessors/CleanupKeyProcessor.java +++ b/src/mai...
refactored check for connect||accept keys and added check it in process selected method
mpetazzoni_ttorrent
train
4a1460b0099e7014b897fffa7cc460113d060f72
diff --git a/src/Fuel/Session/Driver/Cookie.php b/src/Fuel/Session/Driver/Cookie.php index <HASH>..<HASH> 100644 --- a/src/Fuel/Session/Driver/Cookie.php +++ b/src/Fuel/Session/Driver/Cookie.php @@ -15,6 +15,8 @@ use Fuel\Session\Driver; /** * Session driver using session emulation via cookies * + * NOTE: this dri...
added a note about thread-safety
fuelphp-storage_session
train
8f919290a73a983d572163ad9c7594c72fa42136
diff --git a/indra/sources/cwms/processor.py b/indra/sources/cwms/processor.py index <HASH>..<HASH> 100644 --- a/indra/sources/cwms/processor.py +++ b/indra/sources/cwms/processor.py @@ -528,7 +528,7 @@ class CWMSProcessor(object): if wm_type_element is not None: grounding_element = wm_type_elemen...
Change CWMS score to <I>
sorgerlab_indra
train
e934c8fbea2aaae07cb69869b5254a579e9a7d32
diff --git a/go-selinux/selinux_test.go b/go-selinux/selinux_test.go index <HASH>..<HASH> 100644 --- a/go-selinux/selinux_test.go +++ b/go-selinux/selinux_test.go @@ -1,4 +1,4 @@ -// +build linux,selinux +// +build linux package selinux
selinux_test.go: remove selinux build tag As the main file (selinux.go) does not have this tag, neither should its unit test. This also makes it slightly easier to run tests from the command line, as there is need to specify `-tags selinux` argument to `go test`.
opencontainers_selinux
train
effeb0f94ec2ec092f80cd93c526e418023bbe55
diff --git a/glusterfs/datadog_checks/glusterfs/check.py b/glusterfs/datadog_checks/glusterfs/check.py index <HASH>..<HASH> 100644 --- a/glusterfs/datadog_checks/glusterfs/check.py +++ b/glusterfs/datadog_checks/glusterfs/check.py @@ -53,9 +53,11 @@ class GlusterfsCheck(AgentCheck): def check(self, _): ...
Fix error handling when Agent has no sudo access (#<I>)
DataDog_integrations-core
train
ac51bce246ee27118f4bd32aa62ac33928751456
diff --git a/examples/gltf.js b/examples/gltf.js index <HASH>..<HASH> 100644 --- a/examples/gltf.js +++ b/examples/gltf.js @@ -36,7 +36,7 @@ const State = { 'glTF-Draco', 'glTF-Embedded' ], - currentFormat: 1 + currentFormat: 3 } const FORMAT_EXTENSION = new Map() diff --git a/examples/gltf/gltf-load...
Add support for glTF-Embedded
pex-gl_pex-renderer
train
bdebf74c767503d4a8821099dab5df475ec4cf02
diff --git a/auth/cas/db/install.php b/auth/cas/db/install.php index <HASH>..<HASH> 100644 --- a/auth/cas/db/install.php +++ b/auth/cas/db/install.php @@ -5,7 +5,7 @@ function xmldb_auth_cas_install() { // upgrade from 1.9.x, introducing version.php - // remove cached passowrds, we do not need them for this...
MDL-<I> proper removal of cached pasword hashes just in case upgrading from <<I>
moodle_moodle
train
793942914b627a031094eefc80764d26d63d4ea3
diff --git a/cwltool/main.py b/cwltool/main.py index <HASH>..<HASH> 100755 --- a/cwltool/main.py +++ b/cwltool/main.py @@ -502,7 +502,7 @@ def main(args=None, print_dot=args.print_dot, rdf_serializer=args.rdf_serializer) except Exception as e: - _logger.error("I...
Suggest --debug when reporting exceptions.
common-workflow-language_cwltool
train
ab26f9f3bf1aa79a6fac14bda95c23258624435d
diff --git a/src/Symfony/Components/OutputEscaper/Escaper.php b/src/Symfony/Components/OutputEscaper/Escaper.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Components/OutputEscaper/Escaper.php +++ b/src/Symfony/Components/OutputEscaper/Escaper.php @@ -234,18 +234,6 @@ abstract class Escaper } /** - *...
[OutputEscaper] Moved __get() from Escaper to ObjectEscaper.
symfony_symfony
train
5950a36d968679a7bc7164265f247b695fa9c041
diff --git a/docido_sdk/index/helpers.py b/docido_sdk/index/helpers.py index <HASH>..<HASH> 100644 --- a/docido_sdk/index/helpers.py +++ b/docido_sdk/index/helpers.py @@ -1,10 +1,11 @@ +from .. toolbox.http_ext import HTTP_SESSION -import requests +def push_thumbnails_from_links(index_api, thumbnails, session=None)...
Use one unique `requests.Session` for the entire package / application
cogniteev_docido-python-sdk
train
bd1df40914fc797c0c98fd026ca3ac279e4616f1
diff --git a/plugins/Intl/Commands/GenerateIntl.php b/plugins/Intl/Commands/GenerateIntl.php index <HASH>..<HASH> 100644 --- a/plugins/Intl/Commands/GenerateIntl.php +++ b/plugins/Intl/Commands/GenerateIntl.php @@ -321,6 +321,8 @@ class GenerateIntl extends ConsoleCommand $translations['Intl']['OneMinu...
fetch another string from cldr
matomo-org_matomo
train
5137e2546e051eb2e39c6927cf73723cd3339b89
diff --git a/upup/pkg/kutil/delete_cluster.go b/upup/pkg/kutil/delete_cluster.go index <HASH>..<HASH> 100644 --- a/upup/pkg/kutil/delete_cluster.go +++ b/upup/pkg/kutil/delete_cluster.go @@ -356,7 +356,11 @@ func DeleteInstance(cloud fi.Cloud, t *ResourceTracker) error { } _, err := c.EC2().TerminateInstances(reque...
Tolerate InvalidInstanceID.NotFound when deleting instances We treat as instance-already-deleted, i.e. not an error Fix #<I>
kubernetes_kops
train
426d1b84b5543e21d9494599308cbd77f4eb5893
diff --git a/lib/Classes.php b/lib/Classes.php index <HASH>..<HASH> 100644 --- a/lib/Classes.php +++ b/lib/Classes.php @@ -24,4 +24,15 @@ class Classes self::HESIOD => 'Hesiod', self::INTERNET => 'Internet', ); + + /** + * Determine if a class is valid + * + * @param string $clas...
Moved Class validation to the Classes Class. Deprecated Validation method.
Badcow_DNS
train
65b12d79f5985da11205d5e1515cff48a74fa38d
diff --git a/mstate/service.go b/mstate/service.go index <HASH>..<HASH> 100644 --- a/mstate/service.go +++ b/mstate/service.go @@ -21,6 +21,7 @@ type serviceDoc struct { CharmURL *charm.URL Life Life UnitSeq int + Exposed bool } // Name returns the service name. @@ -28,6 +29,13 @@ func (s *Service) Name...
mstate: add exposure methods to service
juju_juju
train
0741b87732c76b7e805cc5435089ad3f2c8cff6d
diff --git a/undertow/src/main/java/org/jboss/as/undertow/Server.java b/undertow/src/main/java/org/jboss/as/undertow/Server.java index <HASH>..<HASH> 100644 --- a/undertow/src/main/java/org/jboss/as/undertow/Server.java +++ b/undertow/src/main/java/org/jboss/as/undertow/Server.java @@ -59,7 +59,7 @@ public class Server...
[AS7-<I>] Take the port from the SocketAddress so any offset can be taken into account.
wildfly_wildfly
train
df4935bc439f018929c6f1da36f6bb47165999f7
diff --git a/src/libraries/anahita/mixin/callback.php b/src/libraries/anahita/mixin/callback.php index <HASH>..<HASH> 100644 --- a/src/libraries/anahita/mixin/callback.php +++ b/src/libraries/anahita/mixin/callback.php @@ -50,7 +50,7 @@ class AnMixinCallback extends AnMixinAbstract implements AnCommandInterface ...
#<I> php <I> - changed: bumped up default priorities in mixin callback and command
anahitasocial_anahita
train
a1d63e397f3dc39a8e344cca6e9696f853b577b1
diff --git a/lib/dewey.rb b/lib/dewey.rb index <HASH>..<HASH> 100644 --- a/lib/dewey.rb +++ b/lib/dewey.rb @@ -195,13 +195,13 @@ module Dewey base end - def extract_rid(source) #:nodoc: - xml = REXML::Document.new(source) + def extract_rid(response) #:nodoc: + xml = REXML::Document.new...
Fixed id extraction regex that was preventing resource id's with dashes or underscores from coming through
sorentwo_dewey
train
ec0643d477c836170fa0f94e912d3f9527a0c49a
diff --git a/jsf/subsystem/src/main/java/org/jboss/as/jsf/subsystem/JSFImplListHandler.java b/jsf/subsystem/src/main/java/org/jboss/as/jsf/subsystem/JSFImplListHandler.java index <HASH>..<HASH> 100644 --- a/jsf/subsystem/src/main/java/org/jboss/as/jsf/subsystem/JSFImplListHandler.java +++ b/jsf/subsystem/src/main/java/...
WFLY-<I> list-active-jsf-impls missing reply type The DMR operation "list-active-jsf-impls" of the JSF subsystem is missing a reply type. Therefore the operation will show up as "Void" in VisualVM and no result will be displayed. * set the reply type to list * set the reply value type to string * replace #withFlag...
wildfly_wildfly
train
f1671d2b04b89b97cf457ed0c8ce71af7ae6058f
diff --git a/OWeb/defaults/extensions/core/cache/Caching.php b/OWeb/defaults/extensions/core/cache/Caching.php index <HASH>..<HASH> 100644 --- a/OWeb/defaults/extensions/core/cache/Caching.php +++ b/OWeb/defaults/extensions/core/cache/Caching.php @@ -58,33 +58,56 @@ class Caching extends Extension $upToDate ...
Caching will lock files for better usage
OWeb_OWeb-Framework
train
d44f229f8518c56ab23c67adda4e013ee39f6342
diff --git a/cmd/shield/main.go b/cmd/shield/main.go index <HASH>..<HASH> 100644 --- a/cmd/shield/main.go +++ b/cmd/shield/main.go @@ -125,12 +125,12 @@ func main() { in.NewField("Target agent", "agent", tui.FieldIsRequired) err := in.Show() if err != nil { - return fmt.Errorf("%s", err) + return fmt.Error...
Cleaning up some error msgs
starkandwayne_shield
train
94ca0f599d01d39f06cb46f1d3fdda21b9109b53
diff --git a/src/structures/Channel.js b/src/structures/Channel.js index <HASH>..<HASH> 100644 --- a/src/structures/Channel.js +++ b/src/structures/Channel.js @@ -116,8 +116,7 @@ class Channel extends Base { } /** - * Indicates whether this channel is voice-based - * ({@link VoiceChannel} or {@link StageCha...
typings(VoiceState): allow moving members to stage channels (#<I>)
discordjs_discord.js
train
aebe90a0f1aad41e9e6059fcac4997ccd7c58f71
diff --git a/tests/influxdb/client_test.py b/tests/influxdb/client_test.py index <HASH>..<HASH> 100644 --- a/tests/influxdb/client_test.py +++ b/tests/influxdb/client_test.py @@ -93,9 +93,21 @@ class TestInfluxDBClient(unittest.TestCase): assert cli._password == 'another_password' def test_write_points(...
Improved test_write_points
influxdata_influxdb-python
train
457b9140bfbfd151a71930b49c7c52346a859847
diff --git a/agent/reconcile.go b/agent/reconcile.go index <HASH>..<HASH> 100644 --- a/agent/reconcile.go +++ b/agent/reconcile.go @@ -182,6 +182,9 @@ func (ar *AgentReconciler) calculateTaskChainForJob(dState *AgentState, cState u } if dJob == nil || dJob.TargetState == job.JobStateInactive { + if cJState == ni...
agent: do not create UnloadUnit tasks when current state is nil
coreos_fleet
train
f2b3c8bc2d3dda955f77d0dc1e78d8f4a452c170
diff --git a/salt/modules/zpool.py b/salt/modules/zpool.py index <HASH>..<HASH> 100644 --- a/salt/modules/zpool.py +++ b/salt/modules/zpool.py @@ -788,59 +788,52 @@ def export(*pools, **kwargs): return ret -def import_(pool_name='', new_name='', **kwargs): +def import_(zpool=None, new_name=None, force=False, r...
simplify import, allow for raw options to be passed
saltstack_salt
train
a4165f745f48d1e2ff7d697607a9a53d9fe98744
diff --git a/lib/qc/command_runner.rb b/lib/qc/command_runner.rb index <HASH>..<HASH> 100644 --- a/lib/qc/command_runner.rb +++ b/lib/qc/command_runner.rb @@ -252,7 +252,7 @@ module Qc changed_files.each do |file| puts "Uploading #{file}..." content = ::File.read file - quant_connect_pro...
Fix: don't upload paths to QuantConnect
jorgemanrubia_qc
train
f87c0b9e76ad97d564a8fd3a3b2e75e765e193f5
diff --git a/inflect.py b/inflect.py index <HASH>..<HASH> 100644 --- a/inflect.py +++ b/inflect.py @@ -843,6 +843,7 @@ plverb_special_s = enclose('|'.join( pl_sb_postfix_adj = { 'general': [r'(?!major|lieutenant|brigadier|adjutant|.*star)\S+'], 'martial': ['court'], + 'force': ['pound'] } for k in lis...
Fix plural of 'pound-force'
jazzband_inflect
train
7950dec10a6e6bf0e224d5b5822635585090451b
diff --git a/tests/ping/test_service.py b/tests/ping/test_service.py index <HASH>..<HASH> 100644 --- a/tests/ping/test_service.py +++ b/tests/ping/test_service.py @@ -19,6 +19,7 @@ # <http://www.gnu.org/licenses/>. # ######################################################################## +import asyncio import uni...
ping: double-check that cancel propagates to send
horazont_aioxmpp
train
1d9bbeff1649edd57d42bc2e319d53be3366bdd0
diff --git a/packages/helper-wasm-section/src/remove.js b/packages/helper-wasm-section/src/remove.js index <HASH>..<HASH> 100644 --- a/packages/helper-wasm-section/src/remove.js +++ b/packages/helper-wasm-section/src/remove.js @@ -20,7 +20,10 @@ export function removeSections( return sectionMetadatas.reverse().red...
fix(start): start section to trim correct bytes
xtuc_webassemblyjs
train
53021ea58c8384c85598ce7316b8bef51e5adeb2
diff --git a/cf/commands/application/delete.go b/cf/commands/application/delete.go index <HASH>..<HASH> 100644 --- a/cf/commands/application/delete.go +++ b/cf/commands/application/delete.go @@ -27,8 +27,8 @@ func init() { func (cmd *DeleteApp) MetaData() command_registry.CommandMetadata { fs := make(map[string]fl...
Correctly define flags for delete/delete-space These are short flags, not long flags. This fixes the flags being printed with two hyphens incorrectly in the help text for these commands. [#<I>]
cloudfoundry_cli
train
0ddb2540469ed371bbf7e8682cc3a8dc8534f665
diff --git a/napalm_nxos/nxos.py b/napalm_nxos/nxos.py index <HASH>..<HASH> 100644 --- a/napalm_nxos/nxos.py +++ b/napalm_nxos/nxos.py @@ -329,9 +329,10 @@ class NXOSDriver(NetworkDriver): raise ReplaceConfigException('No config loaded.') def _delete_file(self, filename): - self.device.show('...
Fix #<I> Fix _delete_file hangs and fail to delete file by sending the command terminal dont-ask in the same time as the delete request
napalm-automation_napalm-nxos
train
6d5132fc08aa8adb1353ee53a6a17f5f3824ff72
diff --git a/src/MvcCore/Router.php b/src/MvcCore/Router.php index <HASH>..<HASH> 100644 --- a/src/MvcCore/Router.php +++ b/src/MvcCore/Router.php @@ -67,14 +67,6 @@ class MvcCore_Router */ public function __construct (array & $routes = array()) { if ($routes) $this->SetRoutes($routes); - if (MvcCore::Ge...
removed automaticly added route for assets handling (added by default in most compile modes), every request targeted to Default::Default with no routes configured and request path is homepage - '/'.
mvccore_mvccore
train
62532190ff0d02202ea339b04b9d612012449536
diff --git a/huawei_lte_api/Session.py b/huawei_lte_api/Session.py index <HASH>..<HASH> 100644 --- a/huawei_lte_api/Session.py +++ b/huawei_lte_api/Session.py @@ -16,7 +16,8 @@ from huawei_lte_api.exceptions import \ ResponseErrorNotSupportedException, \ ResponseErrorSystemBusyException, \ ResponseErrorL...
feat(Session): Describe error <I> as Request format error
Salamek_huawei-lte-api
train
ece2580a5bd4cc9a1050af2a55f19de880b16ce6
diff --git a/test/test_timestamps.rb b/test/test_timestamps.rb index <HASH>..<HASH> 100644 --- a/test/test_timestamps.rb +++ b/test/test_timestamps.rb @@ -8,6 +8,7 @@ describe 'Adapter' do ENV['TZ'] = ":#{timezone}" @db = Swift.db @db.execute 'create table datetime_test(id serial, ts ti...
fix datetime comparison in test. Time#to_f has a weird bug
shanna_swift
train
6c043dce1f41f15e387a6b2829e81de639ef083a
diff --git a/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesPodEventTranslator.java b/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesPodEventTranslator.java index <HASH>..<HASH> 100644 --- a/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesPodEventTr...
address one more corner case where exitCode lies (#<I>) * address one more corner case where exitCode lies
spotify_styx
train
77d273afd750e73cee7b880c414a3b033cae2bdc
diff --git a/urlfetch.py b/urlfetch.py index <HASH>..<HASH> 100644 --- a/urlfetch.py +++ b/urlfetch.py @@ -235,6 +235,8 @@ class Response(object): self.getheader = r.getheader self.getheaders = r.getheaders + self.__CONTENT_DECODERS = { 'gzip': decode_gzip,'deflate': decode_deflate, } + ...
added gzip and deflate support
ifduyue_urlfetch
train
464185c8758f72880c40778f1507edff5bfef697
diff --git a/packages/axes/index.d.ts b/packages/axes/index.d.ts index <HASH>..<HASH> 100644 --- a/packages/axes/index.d.ts +++ b/packages/axes/index.d.ts @@ -37,6 +37,7 @@ declare module '@nivo/axes' { legend?: React.ReactNode legendPosition?: 'start' | 'middle' | 'end' legendOffset?: number...
feat(a<I>y): add changes to allow for improved accessibility on charts (#<I>)
plouc_nivo
train
d8f1d8e566effabeb91fd5eca849d1d765642c41
diff --git a/lib/sinatra/base.rb b/lib/sinatra/base.rb index <HASH>..<HASH> 100644 --- a/lib/sinatra/base.rb +++ b/lib/sinatra/base.rb @@ -688,7 +688,8 @@ module Sinatra views = options.delete(:views) || settings.views || "./views" layout = options.delete(:layout) eat_errors ...
Templates: render should fall back to engine layout #<I>
sinatra_sinatra
train
a6dbf2d580b25acae51e4eddf0d4faf8ef29057a
diff --git a/javatools/__init__.py b/javatools/__init__.py index <HASH>..<HASH> 100644 --- a/javatools/__init__.py +++ b/javatools/__init__.py @@ -910,7 +910,7 @@ class JavaClassInfo(object): # the event that this was a method or field on the # array, we'll throw away that as w...
Python 3 compatible syntax in __init__.py In Python 3, buffer (i.e. memoryview) does not have a constructor with offset, on which code of _next_argsig() relies. Change _next_argsig() to work on strings instead. This does not impact performance as this function is used on Java identifiers, which are small in size. No ...
obriencj_python-javatools
train
8743ce6cf8ced4e9f5849e370e7a64a1066c9972
diff --git a/lib/devise/strategies/authenticatable.rb b/lib/devise/strategies/authenticatable.rb index <HASH>..<HASH> 100644 --- a/lib/devise/strategies/authenticatable.rb +++ b/lib/devise/strategies/authenticatable.rb @@ -108,7 +108,10 @@ module Devise params_auth_hash.is_a?(Hash) end - # Check ...
Clearly comment on the functionality of valid_password?
plataformatec_devise
train
cff8394f1bb0bfed95badac3a201332db3bae9a9
diff --git a/salt/states/mdadm.py b/salt/states/mdadm.py index <HASH>..<HASH> 100644 --- a/salt/states/mdadm.py +++ b/salt/states/mdadm.py @@ -9,7 +9,13 @@ A state module for creating or destroying software RAID devices. /dev/md0: raid.present: - - opts: level=1 chunk=256 raid-devices=2 /dev/xvdd /...
Remove out-of-date example from docs for mdadm, Refs #<I>
saltstack_salt
train
a4cab9615ad874859fb95890fdb822f55976b72e
diff --git a/app/models/staypuft/deployment.rb b/app/models/staypuft/deployment.rb index <HASH>..<HASH> 100644 --- a/app/models/staypuft/deployment.rb +++ b/app/models/staypuft/deployment.rb @@ -48,6 +48,8 @@ module Staypuft @nova_service ||= NovaService.new self end + after_save { nova.run_callbacks :...
added back line that was accidentally removed in prior commit
theforeman_staypuft
train
f9d5ce7e7a05669df703e823dcaa25686540ed8e
diff --git a/core/src/main/java/io/grpc/internal/AbstractServerStream.java b/core/src/main/java/io/grpc/internal/AbstractServerStream.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/grpc/internal/AbstractServerStream.java +++ b/core/src/main/java/io/grpc/internal/AbstractServerStream.java @@ -224,8 +224,8 ...
core: server stream should not deliver halfClose() when call is immediately cancelled(#<I>) Fix a bug where the server stream delivers halfClose() to the call during cancellation. It happens when call has a short deadline. Server sees `INTERNAL, desc: Half-closed without a request` due to the bug.
grpc_grpc-java
train
db071b269298fe87344b0c7fed634b53ef03dc80
diff --git a/src/Widgets/BlogArchiveWidget.php b/src/Widgets/BlogArchiveWidget.php index <HASH>..<HASH> 100644 --- a/src/Widgets/BlogArchiveWidget.php +++ b/src/Widgets/BlogArchiveWidget.php @@ -65,6 +65,11 @@ class BlogArchiveWidget extends Widget ]; /** + * @var string + */ + private static $ta...
bugfix - set $table_name for widgets SilverStripe <I> throws warnings when the widget module is installed.
silverstripe_silverstripe-blog
train
1ddaf02d7e5bce40581b2379d4c21a8a4028ab19
diff --git a/salt/modules/file.py b/salt/modules/file.py index <HASH>..<HASH> 100644 --- a/salt/modules/file.py +++ b/salt/modules/file.py @@ -1404,7 +1404,7 @@ def _get_line_indent(src, line, indent): return ''.join(idt) + line.strip() -def line(path, content, match=None, mode=None, location=None, +def line(p...
Allow emtpy content for delete mode as per feature request #<I>.
saltstack_salt
train
d9aa5ab68fb3196f5db526050c440c470b55a5f6
diff --git a/lib/puppet/sslcertificates/support.rb b/lib/puppet/sslcertificates/support.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/sslcertificates/support.rb +++ b/lib/puppet/sslcertificates/support.rb @@ -28,6 +28,7 @@ module Puppet::SSLCertificates::Support # Define the reading method. define...
Fixing a cert test to pass on Darwin. Darwin has a case-insensitive FS, so the test was failing because it was specifically testing case sensitivity.
puppetlabs_puppet
train
ad48842401334c74c69404fa6134d98f405d78ca
diff --git a/install/lang/fr_utf8/installer.php b/install/lang/fr_utf8/installer.php index <HASH>..<HASH> 100644 --- a/install/lang/fr_utf8/installer.php +++ b/install/lang/fr_utf8/installer.php @@ -119,7 +119,7 @@ $string['phpversion'] = 'Version de PHP'; $string['phpversionerror'] = 'La version du programme PHP doit...
Automatic installer.php lang files by installer_builder (<I>)
moodle_moodle
train
b6570b2fec7f15ed7f414ec7e35fb27379e28597
diff --git a/backup/backuplib.php b/backup/backuplib.php index <HASH>..<HASH> 100644 --- a/backup/backuplib.php +++ b/backup/backuplib.php @@ -1367,6 +1367,7 @@ if ($user->mnethostid != $CFG->mnet_localhost_id && !empty($user->wwwroot)) { fwrite ($bf,full_tag("MNETHOSTURL",4,false,...
MDL-<I> - include timecreate field (user table) to backup and restore.
moodle_moodle
train
b2263ba6f5c017f77b1be80f9b115863a1a5b7ca
diff --git a/cmdmgr.go b/cmdmgr.go index <HASH>..<HASH> 100644 --- a/cmdmgr.go +++ b/cmdmgr.go @@ -65,8 +65,6 @@ func ProcessFrontendMsg(reply chan []byte, msg []byte) { GetBalances(reply, &jsonMsg) case "walletislocked": WalletIsLocked(reply, &jsonMsg) - case "btcdconnected": - BtcdConnected(reply, &jsonMsg) ...
Notify connecting frontends of btcd connect state. This change automatically sends the btcdconnected notification for all frontends as they connect to btcwallet. The old btcdconnected command has been removed, as it is no longer needed for clients to explicitly request this information any longer.
btcsuite_btcwallet
train
c83304edf27514994bb66cb2d1b2056d9d1893e5
diff --git a/tests/test_core.py b/tests/test_core.py index <HASH>..<HASH> 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -52,10 +52,10 @@ class TwythonAPITestCase(unittest.TestCase): @responses.activate def test_request_should_handle_relative_endpoint(self): """Test that request() accept...
requests returns content as bytes so use bytes for test strings. Also changed api verison in test <I> to not confuse people
ryanmcgrath_twython
train
bf18287558e20bb7152afe927522ea2dd2271026
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ install_requires = setup_requires + ['Mako>=1.0.1', 'pycbc-glue>=0.9.8', 'kombine', 'emcee>=2.2.0', + 'corner>=2.0.1', ...
Add corner to install required. (#<I>) * Add kombine version and corner to install required. * remove kombine version since there's this outdated <I> version.
gwastro_pycbc
train
2b9f0586e7a37a673aa2c8ef298751c8d30b2667
diff --git a/py/makeqstrdefs.py b/py/makeqstrdefs.py index <HASH>..<HASH> 100644 --- a/py/makeqstrdefs.py +++ b/py/makeqstrdefs.py @@ -44,7 +44,7 @@ def process_file(f): m = re_line.match(line) assert m is not None fname = m.group(1) - if not fname.endswith(".c"): + ...
py/makeqstrdefs.py: Process C++ files as well. Preprocessed C++ code isn't different from C code when it comes to QSTR instances so process it as well.
micropython_micropython
train
cb2fa926772d31035aa033d179f4feac3c10ef35
diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index <HASH>..<HASH> 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -367,6 +367,7 @@ $string['lang16notify'] = 'Moodle 1.6 and above allows you to install and update $string['langedit'] = 'Language editing'; $string['langpacks'] = 'Lang...
strings necessary for <I> should not be deleted or altered since translations are not branched
moodle_moodle
train
6cf216d61d40f313f274a60a88d110f24f2ffc1a
diff --git a/src/nwmatcher.js b/src/nwmatcher.js index <HASH>..<HASH> 100644 --- a/src/nwmatcher.js +++ b/src/nwmatcher.js @@ -1307,17 +1307,14 @@ } // if passed, check context contains element - if (from && from.nodeType == 1) { - if (!contains(from, element)) return false; - } else if...
nwmatcher: Avoid throwing an error for non-element contexts and make default context element.ownerDocument in NW.Dom.match(). [jddalton]
dperini_nwmatcher
train
69e44a66bb99ff1f2c4f05b419164bf432ad52c8
diff --git a/src/js/ripple/remote.js b/src/js/ripple/remote.js index <HASH>..<HASH> 100644 --- a/src/js/ripple/remote.js +++ b/src/js/ripple/remote.js @@ -838,8 +838,7 @@ Remote.prototype.request_account_tx = function (obj, callback) { //extended account_tx , 'forward' //false - , 'fwd_marker' ...
Changing to simplified version of new account_tx API.
ChainSQL_chainsql-lib
train
3465ffffc0ae922f6ed4f312c7f5b6d58b3e0c80
diff --git a/client/js/image-support/megapix-image.js b/client/js/image-support/megapix-image.js index <HASH>..<HASH> 100644 --- a/client/js/image-support/megapix-image.js +++ b/client/js/image-support/megapix-image.js @@ -383,7 +383,7 @@ renderImageToDataURL(self.srcImage, self.blob, opt, doSquash) ...
Call target.onload() only when defined (#<I>) This removes the "Uncaught TypeError: target.onload is not a function" console error while img preview
FineUploader_fine-uploader
train
ce042491f1b416523dd12cc82a0ecf3c6e6f712e
diff --git a/spec/app.rb b/spec/app.rb index <HASH>..<HASH> 100644 --- a/spec/app.rb +++ b/spec/app.rb @@ -164,7 +164,6 @@ class Demo class Collection < Presenter::Collection member(Person) - alias_method :people, :each end end end
Remove leftover alias definition in spec/app.rb
snusnu_substation
train
a07a1ac99b6000d3894b75b44c2c84ecf0e9a043
diff --git a/kite/http.go b/kite/http.go index <HASH>..<HASH> 100644 --- a/kite/http.go +++ b/kite/http.go @@ -13,8 +13,7 @@ type HTTPMessenger struct { // NewHTTPMessenger returns a pointer to a new HTTPMessenger. // Created HTTPMessenger will keep an open connection to the other side for // consuming messages asyn...
kite: add backoff feature for registiration of kites to kontrol
koding_kite
train
a7a7c898883af146f234f9382ece502d6a1afca5
diff --git a/curation_concerns-models/lib/curation_concerns/configuration.rb b/curation_concerns-models/lib/curation_concerns/configuration.rb index <HASH>..<HASH> 100644 --- a/curation_concerns-models/lib/curation_concerns/configuration.rb +++ b/curation_concerns-models/lib/curation_concerns/configuration.rb @@ -56,8 ...
Remove fits_to_desc_mapping
samvera_hyrax
train
e20f2880ab14f45812eb168cab1f7b1626d2bb95
diff --git a/werkzeug/urls.py b/werkzeug/urls.py index <HASH>..<HASH> 100644 --- a/werkzeug/urls.py +++ b/werkzeug/urls.py @@ -5,14 +5,6 @@ This module implements various URL related functions. - Parts of this module are based on the Lib/urllib/parse.py module of the - Python 3.x standard library, licens...
Moved a licence information into an XXX comment
pallets_werkzeug
train
8d11f2a6c0d367d8eb20987f54c18f98ff6f08b3
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,7 +36,13 @@ module.exports = function (grunt) { banner: '<%= meta.banner %>' }, src: [ - 'app/**/*.js' + 'bower_components/jquery/jquery.min.js', + ...
add bower components inside gruntFile
siddii_angular-timer
train
bc990f41e3d29db70cf5c181a11668c8e63f4bdf
diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index <HASH>..<HASH> 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -1273,7 +1273,12 @@ class Model extends Overloadable { ($fInfo['type'] === 'string' || $fInfo['type'] === 'binary') ); if (empty($this->...
Prevent sql error for uuids if id is specified as null if the primary key is present in the data to be saved as null - prevent passing the same key (id) twice and therefore triggering an sql error.
cakephp_cakephp
train
75d66a03f33f25c29167c5f75ee8a4cc58598420
diff --git a/excelize_test.go b/excelize_test.go index <HASH>..<HASH> 100644 --- a/excelize_test.go +++ b/excelize_test.go @@ -775,7 +775,7 @@ func TestSetCellStyleFont(t *testing.T) { assert.NoError(t, f.SetCellStyle("Sheet2", "A4", "A4", style)) - style, err = f.NewStyle(`{"font":{"color":"#777777"}}`) + style,...
Fix #<I>, font strike style support
360EntSecGroup-Skylar_excelize
train
f8986575ddb20b7148efdf67ea0192b95625356b
diff --git a/eccodes_grib/dataset.py b/eccodes_grib/dataset.py index <HASH>..<HASH> 100644 --- a/eccodes_grib/dataset.py +++ b/eccodes_grib/dataset.py @@ -121,7 +121,6 @@ COORD_ATTRS = { 'forecast_reference_time': { 'units': 'seconds since 1970-01-01T00:00:00+00:00', 'calendar': 'proleptic_gregorian', ...
The `axis` attribute is a characteristic of the data, cannot be assumed.
ecmwf_cfgrib
train
d516595a924184ccb968b99102db3505fae98006
diff --git a/py/testdir_ec2/test_rf_iris.py b/py/testdir_ec2/test_rf_iris.py index <HASH>..<HASH> 100644 --- a/py/testdir_ec2/test_rf_iris.py +++ b/py/testdir_ec2/test_rf_iris.py @@ -2,7 +2,7 @@ import unittest import random, sys sys.path.extend(['.','..','py']) -import h2o, h2o_cmd, h2o_rf +import h2o, h2o_cmd, h2...
since this is in testdir_ec2, it really wants to build_cloud_with_hosts, not run on the machine you're on (michal's wiki shows this being used with -cj <config.json>)
h2oai_h2o-2
train
6c5a4b49d244e96237ca86c0879b690769d0b6db
diff --git a/components/services/src/main/java/org/openengsb/core/services/internal/ConnectorManagerImpl.java b/components/services/src/main/java/org/openengsb/core/services/internal/ConnectorManagerImpl.java index <HASH>..<HASH> 100644 --- a/components/services/src/main/java/org/openengsb/core/services/internal/Connec...
[OPENENGSB-<I>] started implementing change in ConnectorImpl due to api change (cherry picked from commit <I>fc<I>dbd5e<I>ee<I>f<I>b4f<I>cd)
openengsb_openengsb
train
e8da047790410337718a121b59b628aa04e5c79b
diff --git a/NEWS b/NEWS index <HASH>..<HASH> 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ properties to one interface at once. Update upower test case to use this. - dbusmock.py: Add EmitSignal() method to emit an arbitrary signal on any interface. + - Make code compatible with Python 2.7 as well. (LP: #10...
Make code compatible with Python <I> as well. (LP: #<I>)
martinpitt_python-dbusmock
train
2f69a74721cbd2fe73f0557329b42fbc6c7f0090
diff --git a/src/main/java/org/cactoos/map/MapEnvelope.java b/src/main/java/org/cactoos/map/MapEnvelope.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/cactoos/map/MapEnvelope.java +++ b/src/main/java/org/cactoos/map/MapEnvelope.java @@ -149,9 +149,9 @@ public abstract class MapEnvelope<X, Y> implements Map<X,...
#<I>, corrections after review
yegor256_cactoos
train
a66870a1a52a8dc771a4089e5f034a2d66518195
diff --git a/models/classes/security/xsrf/TokenStoreKeyValue.php b/models/classes/security/xsrf/TokenStoreKeyValue.php index <HASH>..<HASH> 100644 --- a/models/classes/security/xsrf/TokenStoreKeyValue.php +++ b/models/classes/security/xsrf/TokenStoreKeyValue.php @@ -46,11 +46,11 @@ class TokenStoreKeyValue extends Conf...
Preserve keys & provide empty fallback to json_decode
oat-sa_tao-core
train
c2c69469ac6322a0a70af6d6d8e6c09850a37286
diff --git a/lib/loops/queue.rb b/lib/loops/queue.rb index <HASH>..<HASH> 100644 --- a/lib/loops/queue.rb +++ b/lib/loops/queue.rb @@ -62,7 +62,7 @@ private setup_signals end - def disconnect_client + def disconnect_client_and_exit debug "Unsubscribing..." @client.unsubscribe(name) rescue nil ...
Fixed wrong method name "disconnect_client" in the Loops::Queue class
kovyrin_loops
train
175e73dd1fc29aaff46eea37f6eac6168997194d
diff --git a/Tests/Form/ChoiceList/ModelChoiceListTest.php b/Tests/Form/ChoiceList/ModelChoiceListTest.php index <HASH>..<HASH> 100644 --- a/Tests/Form/ChoiceList/ModelChoiceListTest.php +++ b/Tests/Form/ChoiceList/ModelChoiceListTest.php @@ -12,7 +12,7 @@ namespace Sonata\AdminBundle\Tests\Form\ChoiceList; use Son...
Fixed wrong import in tests (#<I>)
sonata-project_SonataAdminBundle
train
9c3fcf00516594db63a2bc2cb73c12b2f1869b3c
diff --git a/src/arcrest/manageags/_system.py b/src/arcrest/manageags/_system.py index <HASH>..<HASH> 100644 --- a/src/arcrest/manageags/_system.py +++ b/src/arcrest/manageags/_system.py @@ -580,6 +580,8 @@ class ServerDirectory(BaseAGSServer): _cleanupMode = None _maxFileAge = None _description = None +...
update _system.py with two props of ServerDirectory Added _useLocalDir and _localDirectoryPath properties of ServerDirectory introduced in <I>
Esri_ArcREST
train
2413741472b86c8ca14e60c7c02a587e54126e18
diff --git a/packages/application-shell/src/components/performance-timing/measure-first-paint.spec.js b/packages/application-shell/src/components/performance-timing/measure-first-paint.spec.js index <HASH>..<HASH> 100644 --- a/packages/application-shell/src/components/performance-timing/measure-first-paint.spec.js +++ ...
test(app-shell): wait for async assertions
commercetools_merchant-center-application-kit
train
077547ec90f7907eb5ce7723529ce5aba845bb2c
diff --git a/core/inject.js b/core/inject.js index <HASH>..<HASH> 100644 --- a/core/inject.js +++ b/core/inject.js @@ -280,7 +280,7 @@ Blockly.init_ = function(mainWorkspace) { var svg = mainWorkspace.getParentSvg(); // Suppress the browser's context menu. - Blockly.bindEventWithChecks_(svg, 'contextmenu', nul...
Block browser context menu in the toolbox and flyout
LLK_scratch-blocks
train
9010ed27559ed5ab89ea71b4b16f4c8e56d03dbb
diff --git a/activerecord/lib/active_record/nested_attributes.rb b/activerecord/lib/active_record/nested_attributes.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/nested_attributes.rb +++ b/activerecord/lib/active_record/nested_attributes.rb @@ -180,10 +180,14 @@ module ActiveRecord # and ...
Allow you to pass :all_blank to :reject_if option to automatically create a Proc that will reject any record with blank attributes.
rails_rails
train
a36abfd8340fe707d630946ae1f7738638c7909a
diff --git a/tests/Localization/KmTest.php b/tests/Localization/KmTest.php index <HASH>..<HASH> 100644 --- a/tests/Localization/KmTest.php +++ b/tests/Localization/KmTest.php @@ -16,12 +16,12 @@ use Tests\AbstractTestCase; class KmTest extends AbstractTestCase { - public function testDiffForHumansUsingShortUnits...
changed to wrapWithNonDstDate, and modified method name
CarbonDate_Carbon
train
be38e2c221a0220ff00aa0acee56967f18dd986c
diff --git a/src/Provider/SilexUserServiceProvider.php b/src/Provider/SilexUserServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/SilexUserServiceProvider.php +++ b/src/Provider/SilexUserServiceProvider.php @@ -34,6 +34,10 @@ class SilexUserServiceProvider implements ServiceProviderInterface, BootablePr...
Throw LogicException if Twig is not registered
awurth_SilexUserBundle
train
b10837b7b481b30698adbd289a58b93e1fe57034
diff --git a/src/main/java/skadistats/clarity/processor/entities/Entities.java b/src/main/java/skadistats/clarity/processor/entities/Entities.java index <HASH>..<HASH> 100644 --- a/src/main/java/skadistats/clarity/processor/entities/Entities.java +++ b/src/main/java/skadistats/clarity/processor/entities/Entities.java @...
small improvement to deferred message handling
skadistats_clarity
train
a05e9e2f4dff97adc2fa51aee9822b0562f8c98a
diff --git a/src/Illuminate/View/Concerns/ManagesLayouts.php b/src/Illuminate/View/Concerns/ManagesLayouts.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/View/Concerns/ManagesLayouts.php +++ b/src/Illuminate/View/Concerns/ManagesLayouts.php @@ -143,7 +143,7 @@ trait ManagesLayouts */ public function yi...
escape default value of yield blade directive (#<I>)
laravel_framework
train
eaa32cbf22acf6594c816a5b99abb92152c004ad
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -199,7 +199,17 @@ class Configuration implements ConfigurationInterface isset($v['per...
Fix the BC layer for indexable callbacks Using services was not based on a @ prefix in the string in the old API but based on the existence of the class.
FriendsOfSymfony_FOSElasticaBundle
train
5903ec2000bdb1b26b02c64af0f67ded3c666c1c
diff --git a/src/ChrisKonnertz/StringCalc/Parser/Parser.php b/src/ChrisKonnertz/StringCalc/Parser/Parser.php index <HASH>..<HASH> 100644 --- a/src/ChrisKonnertz/StringCalc/Parser/Parser.php +++ b/src/ChrisKonnertz/StringCalc/Parser/Parser.php @@ -219,6 +219,7 @@ class Parser // Subtree can be empty...
Bugfix: Reset array once a bracket has been processed
chriskonnertz_string-calc
train
418242a11ab3ee85d80489461a39c106ef202436
diff --git a/stories/Button.stories.js b/stories/Button.stories.js index <HASH>..<HASH> 100644 --- a/stories/Button.stories.js +++ b/stories/Button.stories.js @@ -60,7 +60,7 @@ stories.add('Link', () => <Button waves='light' node='a' href='http://react-materialize.github.io/'>Open Me In New Tab</Button> ); -stori...
Rename storie fixed action button to Vertical FAB
react-materialize_react-materialize
train
f854ebdb880216e8432abdbb23e8f1bb07f40429
diff --git a/src/main/java/org/nnsoft/guice/rocoto/configuration/resolver/PropertiesResolverProvider.java b/src/main/java/org/nnsoft/guice/rocoto/configuration/resolver/PropertiesResolverProvider.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/nnsoft/guice/rocoto/configuration/resolver/PropertiesResolverProvid...
Resolve properties such as ${reference|} to an empty string
99soft_rocoto
train
9624b8bac68b6e50eb536ec0ea68510239c53f16
diff --git a/Factory/DiactorosFactory.php b/Factory/DiactorosFactory.php index <HASH>..<HASH> 100644 --- a/Factory/DiactorosFactory.php +++ b/Factory/DiactorosFactory.php @@ -45,11 +45,11 @@ class DiactorosFactory implements HttpMessageFactoryInterface $server = DiactorosRequestFactory::normalizeServer($symfon...
Allow multiple calls to Request::getContent()
symfony_psr-http-message-bridge
train
01c2be3380d90704c195bebb09f2cbb46298d825
diff --git a/lib/filter_factory/condition.rb b/lib/filter_factory/condition.rb index <HASH>..<HASH> 100644 --- a/lib/filter_factory/condition.rb +++ b/lib/filter_factory/condition.rb @@ -10,50 +10,104 @@ module FilterFactory @field_name, @value = field_name, value end + # Adds condition to fetch filter...
Add RDoc/YARD comments to condition methods in Condition class.
hck_filter_factory
train
1406633b771ac8e0acb4f44c91a03a5b87dddd4a
diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/notifications/EventDispatcher.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/notifications/EventDispatcher.java index <HASH>..<HASH> 100644 --- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/notifications/EventDispa...
adding the possibility to update event client domain, project
hpsa_hpe-application-automation-tools-plugin
train
c8fc45146b4abc03daa9606778dc4f6259fe94c3
diff --git a/static/lib/composer/formatting.js b/static/lib/composer/formatting.js index <HASH>..<HASH> 100644 --- a/static/lib/composer/formatting.js +++ b/static/lib/composer/formatting.js @@ -73,11 +73,12 @@ define('composer/formatting', ['composer/preview', 'composer/resize', 'topicThum }; formatting.addButto...
Make sure `name` is defined before use
NodeBB_nodebb-plugin-composer-default
train
2d86747019d95bbb73b122ece58259f068e9d0da
diff --git a/common/src/com/thoughtworks/go/util/command/CommandLine.java b/common/src/com/thoughtworks/go/util/command/CommandLine.java index <HASH>..<HASH> 100644 --- a/common/src/com/thoughtworks/go/util/command/CommandLine.java +++ b/common/src/com/thoughtworks/go/util/command/CommandLine.java @@ -121,7 +121,7 @@ p...
Change command error stream prefix to STDERR. Currently output written to stderr by a process shows up in the console log with the prefix "ERROR: ". This can cause the user to interpret all messages written to stderr as errors and many are just informational. This change will help users make this distinction.
gocd_gocd
train
529c30dad0a259dbe72ba3465b99adf0ae652790
diff --git a/h2o-core/src/main/java/hex/ModelBuilder.java b/h2o-core/src/main/java/hex/ModelBuilder.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/hex/ModelBuilder.java +++ b/h2o-core/src/main/java/hex/ModelBuilder.java @@ -367,9 +367,6 @@ abstract public class ModelBuilder<M extends Model<M,P,O>, P exte...
Do not call model builder listener 2x in CV setting
h2oai_h2o-3
train
b3c60d94a2f717375a05966f3ab1d74ffce95545
diff --git a/lib/textbringer/buffer.rb b/lib/textbringer/buffer.rb index <HASH>..<HASH> 100644 --- a/lib/textbringer/buffer.rb +++ b/lib/textbringer/buffer.rb @@ -72,7 +72,7 @@ module Textbringer def self.add(buffer) @@table[buffer.name] = buffer - @@list.unshift(buffer) + @@list.push(buffer) ...
Reverse the order of Buffer.list and rename Buffer.last to Buffer.other.
shugo_textbringer
train
f5832d4eb05ebcda7598b507fee6a1bf1b503716
diff --git a/pythran/config.py b/pythran/config.py index <HASH>..<HASH> 100644 --- a/pythran/config.py +++ b/pythran/config.py @@ -38,6 +38,7 @@ class silent(object): sys.stderr = self.prevstream if self.prevfd: os.dup2(self.prevfd, sys.stderr.fileno()) + os.close(self.prevfd) ...
Properly closes fd after redirection
serge-sans-paille_pythran
train
0b4c855da7250cb6d861a9cf8d90c4089595a298
diff --git a/tests/Unit/ViewableServiceTest.php b/tests/Unit/ViewableServiceTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/ViewableServiceTest.php +++ b/tests/Unit/ViewableServiceTest.php @@ -364,7 +364,7 @@ class ViewableServiceTest extends TestCase $this->assertEquals(0, View::where('viewable_type', $...
style: apply fixes from StyleCI (#<I>) [ci skip]
cyrildewit_eloquent-viewable
train
ee0047c0ab90ae7935f69870ad3a034f503ed572
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,10 +18,15 @@ setup(name='pyemir', license='GPLv3', description='EMIR Data Processing Pipeline', packages=find_packages(), - package_data={'emirdrp.simulation': ['*.dat'], - 'em...
Include instrument configs in setup.py
guaix-ucm_pyemir
train
9fe87bf6cb23cc77a40655cc3a542744f8b22d05
diff --git a/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java b/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java +++ b/src/org/opencms/workplace/editor/CmsDefaultPageEditor.java @@ -1,7 +1,7 @@ /* * File ...
Fixed issue getting template URI from original file, not temporary file
alkacon_opencms-core
train
8a49ab48b5fad070b971dc4ef1c558be4ea51160
diff --git a/lib/sfn/callback/stack_policy.rb b/lib/sfn/callback/stack_policy.rb index <HASH>..<HASH> 100644 --- a/lib/sfn/callback/stack_policy.rb +++ b/lib/sfn/callback/stack_policy.rb @@ -41,20 +41,6 @@ module Sfn alias_method :after_create, :submit_policy alias_method :after_update, :submit_policy -...
Remove policy modification on delete (#<I>)
sparkleformation_sfn
train
f4d97cd143694373b1cba6a1ce46724bf8ee3bf5
diff --git a/src/scripts/buildDep.js b/src/scripts/buildDep.js index <HASH>..<HASH> 100644 --- a/src/scripts/buildDep.js +++ b/src/scripts/buildDep.js @@ -13,17 +13,21 @@ if (!repos) { process.exit(-1); } +const develop = process.argv.includes("--develop"); let release; if (process.argv.includes("--release")) { ...
Made buildDep script better able to handle branches
Orckestra_orc-scripts
train
8abbb26c1ab0f14d2588be01f805e13365582ca4
diff --git a/plugins/TestRunner/Commands/TestsSetupFixture.php b/plugins/TestRunner/Commands/TestsSetupFixture.php index <HASH>..<HASH> 100644 --- a/plugins/TestRunner/Commands/TestsSetupFixture.php +++ b/plugins/TestRunner/Commands/TestsSetupFixture.php @@ -240,19 +240,6 @@ class TestsSetupFixture extends ConsoleComma...
Since autoloading is used now, do not manually include fixture files during tests. Fixes case when one plugin has issue in fixture class making it impossible to run tests (since the tests:run will just fail).
matomo-org_matomo
train
fbf51dac24ea67ae08d4a3b97c2a21dbbc78a241
diff --git a/src/main/java/com/thinkaurelius/titan/graphdb/blueprints/TitanBlueprintsTransaction.java b/src/main/java/com/thinkaurelius/titan/graphdb/blueprints/TitanBlueprintsTransaction.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/thinkaurelius/titan/graphdb/blueprints/TitanBlueprintsTransaction.java +++ ...
allow out-of scope vertices to be re-attached to current transaction by calling v = graph.getVertex(v) instead of v = graph.getVertex(v.getId())
thinkaurelius_titan
train
8a334a83e6a586a730a30a104b895a0eb67fe7b5
diff --git a/lib/filters/fullperm.js b/lib/filters/fullperm.js index <HASH>..<HASH> 100644 --- a/lib/filters/fullperm.js +++ b/lib/filters/fullperm.js @@ -5,17 +5,11 @@ module.exports = ( function () { var log = console.log - , abs = Math.abs - , ceil = Math.ceil - , dlog = Math.log - ...
cleaned some code.. On branch master modified: lib/filters/fullperm.js modified: lib/filters/partperm.js modified: lib/filters/sequence.js
rootslab_brando
train