hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3ff51793c9e726d9201ddb22adfebcb25f956b6b
diff --git a/sporniket-core-io/src/test/java/test/sporniket/libre/io/TestPropertyParser.java b/sporniket-core-io/src/test/java/test/sporniket/libre/io/TestPropertyParser.java index <HASH>..<HASH> 100644 --- a/sporniket-core-io/src/test/java/test/sporniket/libre/io/TestPropertyParser.java +++ b/sporniket-core-io/src/tes...
fixed : test of multiline property parsing was incomplete
sporniket_core
train
75cfa7ca25516c2c4eb1e189f0467974632d4570
diff --git a/lib/browser/graph.js b/lib/browser/graph.js index <HASH>..<HASH> 100644 --- a/lib/browser/graph.js +++ b/lib/browser/graph.js @@ -1,5 +1,5 @@ require.define('lib/browser/graph', function (require, module) { - var renderer = require('lib/browser/graph/renderer').renderer; + var renderer = require('./...
`browser-require` supports relative pathing.
brentlintner_arctor
train
74855666df9632e0a186fb4b97e79127ead0f594
diff --git a/parameters/__init__.py b/parameters/__init__.py index <HASH>..<HASH> 100644 --- a/parameters/__init__.py +++ b/parameters/__init__.py @@ -165,9 +165,8 @@ class Parameters(object): logger.info('adding %s to configuration files', file_name) - self.configuration_files[file_name] = SafeConf...
Don't add files to state unless they are accessible. If we can't access a file and read it why would we add it to our list of files to parse?
alunduil_crumbs
train
adedbef33506971f5aafe61f091b518a62f03e0e
diff --git a/cloudcast/iscm/cfninit.py b/cloudcast/iscm/cfninit.py index <HASH>..<HASH> 100644 --- a/cloudcast/iscm/cfninit.py +++ b/cloudcast/iscm/cfninit.py @@ -202,12 +202,16 @@ class CfnInitISCM(object): iscm.iscm_ud_append( "\n".join([ +# r'PATH=$PATH:/bin:/sbin:/usr/bin:/usr...
install cfn tools on bootstrap only if needed - <I>
tuxpiper_cloudcast
train
3e490d6178bd8b01463b6302127d5dd9f028bf1d
diff --git a/includes/session.php b/includes/session.php index <HASH>..<HASH> 100644 --- a/includes/session.php +++ b/includes/session.php @@ -55,7 +55,7 @@ if (isset($_SERVER['HTTP_ACCEPT_ENCODING']) && strpos($_SERVER['HTTP_ACCEPT_ENCO define ('WT_USE_GOOGLE_API', false); if (WT_USE_GOOGLE_API) { define('WT_JQUER...
Update jQuery via CDN to <I>
fisharebest_webtrees
train
020836752b23fc7d6a8fb06382b95767910e7e2a
diff --git a/src/PackageJsonSynchronizer.php b/src/PackageJsonSynchronizer.php index <HASH>..<HASH> 100644 --- a/src/PackageJsonSynchronizer.php +++ b/src/PackageJsonSynchronizer.php @@ -207,7 +207,7 @@ class PackageJsonSynchronizer return null; } - foreach (['/assets', '/Resources/assets...
Look into vendor's src/Resources/assets for package.json
symfony_flex
train
89789e8210221cb31b5d3d212652a43b510961d5
diff --git a/decidim-core/app/packs/src/decidim/input_character_counter.js b/decidim-core/app/packs/src/decidim/input_character_counter.js index <HASH>..<HASH> 100644 --- a/decidim-core/app/packs/src/decidim/input_character_counter.js +++ b/decidim-core/app/packs/src/decidim/input_character_counter.js @@ -95,6 +95,9 @@...
Fix character counter with emoji picker close to maximum characters (#<I>)
decidim_decidim
train
80025072963e4151d48b2b58f5b0060c4466b6d3
diff --git a/geos/mapsource.py b/geos/mapsource.py index <HASH>..<HASH> 100644 --- a/geos/mapsource.py +++ b/geos/mapsource.py @@ -4,6 +4,7 @@ import os from pprint import pprint from geos.geometry import GeographicBB import re +import random F_SEP = "/" # folder separator in mapsources (not necessarily == os.se...
Support serverParts (multiple urls for a map layer) in customMapSource for kml and OpenLayers
grst_geos
train
69eca983e8dadae33346dabcabf818caf5d8fd21
diff --git a/trump/orm.py b/trump/orm.py index <HASH>..<HASH> 100644 --- a/trump/orm.py +++ b/trump/orm.py @@ -1543,7 +1543,7 @@ class SymbolHandle(Base, ReprMixin): symbol = relationship("Symbol") - def __init__(self, chkpnt_settings={}, sym=None): + def __init__(self, chkpnt_settings=None, sym=None...
Fix default dicts in 3 spots, close GH#<I>
Equitable_trump
train
fc7ca1a10688cb355a69b2db68c428f3841ad7a7
diff --git a/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java b/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java index <HASH>..<HASH> 100644 --- a/styx-scheduler-service/src/main/java/com/spotify/styx/docker/KubernetesDockerRunner.java +++ ...
request 0 cpu for keepalive container
spotify_styx
train
277d72fbb022d7afb05dff12dceb3912be282120
diff --git a/src/main/java/org/jcodec/containers/mp4/QTTimeUtil.java b/src/main/java/org/jcodec/containers/mp4/QTTimeUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jcodec/containers/mp4/QTTimeUtil.java +++ b/src/main/java/org/jcodec/containers/mp4/QTTimeUtil.java @@ -92,7 +92,7 @@ public class QTTimeUtil...
[mp4] fixing bug with edits and importTrack
jcodec_jcodec
train
1c72d033473165ade8a126ba64180d76a9212dcd
diff --git a/decoder.go b/decoder.go index <HASH>..<HASH> 100644 --- a/decoder.go +++ b/decoder.go @@ -90,7 +90,7 @@ func (d *Decoder) Decode(dst interface{}, src map[string][]string) error { return d.checkRequired(t, src, "") } -// checkRequired checks whether requred field empty +// checkRequired checks whether ...
fixed typo (#<I>)
gorilla_schema
train
6ca16ae675d70106cf831078dcd88b523b863a5c
diff --git a/epitopes/download.py b/epitopes/download.py index <HASH>..<HASH> 100644 --- a/epitopes/download.py +++ b/epitopes/download.py @@ -1,16 +1,17 @@ -from os import (environ, makedirs, remove) -from os.path import (join, exists, isdir) -from shutil import move import gzip +from os import (environ, makedirs, re...
added progressbars, fixed download, generating substrings for reference
openvax_pepdata
train
a0e02ed974bd127c8ffb586009eb7c049765801d
diff --git a/lib/fakefs/file_test.rb b/lib/fakefs/file_test.rb index <HASH>..<HASH> 100644 --- a/lib/fakefs/file_test.rb +++ b/lib/fakefs/file_test.rb @@ -7,5 +7,9 @@ module FakeFS def self.directory?(file_name) File.directory?(file_name) end + + def self.file?(file_name) + File.file?(file_name...
Added fake FileTest.file? (Closes #<I>)
fakefs_fakefs
train
94b02c8ac3863eacace0abbf182b5ed3c8fa7a16
diff --git a/src/Shell/SendInvoicesShell.php b/src/Shell/SendInvoicesShell.php index <HASH>..<HASH> 100644 --- a/src/Shell/SendInvoicesShell.php +++ b/src/Shell/SendInvoicesShell.php @@ -118,7 +118,9 @@ class SendInvoicesShell extends AppShell $tableData = ''; $sumPrice = 0; + f...
generate invoices even though they are not sent to manufacturer
foodcoopshop_foodcoopshop
train
350f548e312b7e21511627bdca23e2b9f6dd602a
diff --git a/lib/mixpanel/tracker.rb b/lib/mixpanel/tracker.rb index <HASH>..<HASH> 100644 --- a/lib/mixpanel/tracker.rb +++ b/lib/mixpanel/tracker.rb @@ -20,7 +20,7 @@ module Mixpanel def append_person_event(properties = {}) # evaluate symbols and rewrite - special_properties = %w{email created_...
fixed special property name in people api
zevarito_mixpanel
train
0b613256e8f66f798d6fd04ed231c1aaa6500e21
diff --git a/src/Pux/RouteRequest.php b/src/Pux/RouteRequest.php index <HASH>..<HASH> 100644 --- a/src/Pux/RouteRequest.php +++ b/src/Pux/RouteRequest.php @@ -14,6 +14,16 @@ use Universal\Http\Request; class RouteRequest implements RouteRequestMatcher { + static $httpHeaderMapping = array( + 'HTTP_ACCEPT'...
Define $httpHeaderMapping to reduce key translation and travse
c9s_Pux
train
1e59e50ae48a9f02d00580f173f481e723888c88
diff --git a/tar_transformer.go b/tar_transformer.go index <HASH>..<HASH> 100644 --- a/tar_transformer.go +++ b/tar_transformer.go @@ -136,6 +136,11 @@ func transformZipToTar(path, destPath string) (int64, error) { return 0, err } + err = zr.Close() + if err != nil { + return 0, err + } + err = os.Remove(path...
Windows likes its files closed before removing them.
cloudfoundry_cacheddownloader
train
11137f435b6ad9acc51a58005fc3db6dd5cf8c00
diff --git a/models/classes/ExtendedStateService.php b/models/classes/ExtendedStateService.php index <HASH>..<HASH> 100644 --- a/models/classes/ExtendedStateService.php +++ b/models/classes/ExtendedStateService.php @@ -102,7 +102,7 @@ class ExtendedStateService /** * Gets the timer delay * @param strin...
TestRunner: fix timer delay storage
oat-sa_extension-tao-testqti
train
7dd8e2fe1f4174a8296947b6a12885eec08d7497
diff --git a/src/Weew/HttpClient/Drivers/Curl/ResponseBuilder.php b/src/Weew/HttpClient/Drivers/Curl/ResponseBuilder.php index <HASH>..<HASH> 100644 --- a/src/Weew/HttpClient/Drivers/Curl/ResponseBuilder.php +++ b/src/Weew/HttpClient/Drivers/Curl/ResponseBuilder.php @@ -51,12 +51,6 @@ class ResponseBuilder { $...
Done tracking a bug from the php-curl-wrapper package.
weew_http-client
train
8576317cf8ecf0aae1c2280faba6252504c65ccf
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,9 +4,10 @@ var React = require('react'); var invariant = require('react/lib/invariant'); var pattern = require('url-pattern'); -function createRouter(component) { +function createRouter(component, environment) { ...
Move History API out to a mixin Also add support for hashchange router.
STRML_react-router-component
train
d7c43bedc5144917d1a3f1e5514f614d67a61596
diff --git a/templates/client/html/catalog/filter/tree-partial.php b/templates/client/html/catalog/filter/tree-partial.php index <HASH>..<HASH> 100644 --- a/templates/client/html/catalog/filter/tree-partial.php +++ b/templates/client/html/catalog/filter/tree-partial.php @@ -100,7 +100,7 @@ $config = $this->config( 'cli...
Avoid wrong styling if not sub-categories are available in catalog filter tree
aimeos_ai-client-html
train
26200929c16d6fc831d8a39843b581fbb7e774e3
diff --git a/command/agent/config.go b/command/agent/config.go index <HASH>..<HASH> 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -815,7 +815,7 @@ func (c *Config) HTTPAddrs() ([]ProtoAddr, error) { } addrs = append(addrs, ProtoAddr{"http", a.Network(), a.String()}) } - if c.Ports.HTTPS ...
agent: start HTTPS only if there is a cert and key
hashicorp_consul
train
da7e85ff009308e316b478c14be99ed06af4b91d
diff --git a/template/template.go b/template/template.go index <HASH>..<HASH> 100644 --- a/template/template.go +++ b/template/template.go @@ -4,7 +4,6 @@ import ( "encoding/json" "fmt" "io" - "os" "strings" "time" "unicode" @@ -75,8 +74,8 @@ func toDatetime(timestamp float64, layout, zone string) string { ...
defaulting to local timezone if one cannot be found or parsed
drone_drone-go
train
c04b68b1b6ad11447a518869a7a9ba04212a32d7
diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -105,8 +105,8 @@ OpenLayers.Map.prototype = { /** * APIProperty: baseLayer - * {<OpenLayers.Layer>} The currently selected base layer - this determines - ...
replace hyphen with period in comments - ND is greedy about hyphens. This fixes the doc bit for map.baseLayer git-svn-id: <URL>
openlayers_openlayers
train
ec8b10ad980949e8743b51b44963dc0c15ebf1ea
diff --git a/src/Methods/CopyMethod.php b/src/Methods/CopyMethod.php index <HASH>..<HASH> 100644 --- a/src/Methods/CopyMethod.php +++ b/src/Methods/CopyMethod.php @@ -24,6 +24,10 @@ class CopyMethod implements ExposeMethod public function exposeDirectory($source, $target) { + // Skip if symlink + ...
Fix symlinking and copying logic
silverstripe_vendor-plugin
train
1653f85edbe22bdccb6f4822b4678d6f8c431eb7
diff --git a/api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/AvailabilityHandler.java b/api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/AvailabilityHandler.java index <HASH>..<HASH> 100644 --- a/api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/hand...
[HWKMETRICS-<I>] Make further clarifications about the deletion of compressed data.
hawkular_hawkular-metrics
train
c8519ad540580c2693557f4d27439a226ccb42a8
diff --git a/modules/custom/openy_calc/js/openy_calc.js b/modules/custom/openy_calc/js/openy_calc.js index <HASH>..<HASH> 100644 --- a/modules/custom/openy_calc/js/openy_calc.js +++ b/modules/custom/openy_calc/js/openy_calc.js @@ -15,4 +15,15 @@ } }; + /** + * To close the alert Modals dialog. + */ + Dr...
[MAINTAIN-<I>] fixed issue with not working modal dialog on membership (/join) page on Carnation theme
ymcatwincities_openy
train
6235bd825b9951fae07afbd5c836a5c761dd7ec6
diff --git a/cmd/data-usage-cache.go b/cmd/data-usage-cache.go index <HASH>..<HASH> 100644 --- a/cmd/data-usage-cache.go +++ b/cmd/data-usage-cache.go @@ -528,7 +528,7 @@ type objectIO interface { // Only backend errors are returned as errors. // If the object is not found or unable to deserialize d is cleared and ni...
Grab read lock while reading usage cache (#<I>)
minio_minio
train
f361d443b7d4e77a3da22112b5ab6426bec4f6f4
diff --git a/registry/proxy/proxyblobstore.go b/registry/proxy/proxyblobstore.go index <HASH>..<HASH> 100644 --- a/registry/proxy/proxyblobstore.go +++ b/registry/proxy/proxyblobstore.go @@ -72,13 +72,8 @@ func (pbs *proxyBlobStore) serveLocal(ctx context.Context, w http.ResponseWriter return false, nil } - if e...
clean up code because err is always nil
docker_distribution
train
036bd8fb5ca56085bee656a1ede23a4f608f89ac
diff --git a/server.js b/server.js index <HASH>..<HASH> 100644 --- a/server.js +++ b/server.js @@ -98,61 +98,73 @@ app.get('/', (req, res) => { app.get('/components/:component', (req, res) => { const glob = `consumables/html/components/${req.params.component}/**/*.html`; - Promise.all([getContent(glob), allLinks...
Prevent request for component test page not in the directory for that. (#<I>)
carbon-design-system_carbon-components
train
515d7548cba62ded398b1687945091430d9d3d65
diff --git a/src/main/java/io/github/classgraph/ClassGraph.java b/src/main/java/io/github/classgraph/ClassGraph.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/classgraph/ClassGraph.java +++ b/src/main/java/io/github/classgraph/ClassGraph.java @@ -86,7 +86,7 @@ public class ClassGraph { * * @...
final static When a static method is overridden in a subclass it can still be accessed via the super class, making a final declaration not very necessary. Declaring a static method final does prevent subclasses from defining a static method with the same signature.
classgraph_classgraph
train
1e8ef0f4285d86de7aba8a74fe00562745c9f8b4
diff --git a/src/forms/UserFormFactory.php b/src/forms/UserFormFactory.php index <HASH>..<HASH> 100644 --- a/src/forms/UserFormFactory.php +++ b/src/forms/UserFormFactory.php @@ -46,6 +46,8 @@ class UserFormFactory public function create($userId) { $defaults = []; + $user = null; + if...
Finalizing extraction of invoices from user form remp/crm#<I>
remp2020_crm-users-module
train
a126b06a1dcbc3eacd519278b3007b04660f5606
diff --git a/executor/ddl_test.go b/executor/ddl_test.go index <HASH>..<HASH> 100644 --- a/executor/ddl_test.go +++ b/executor/ddl_test.go @@ -1526,3 +1526,14 @@ func (s *testRecoverTable) TestRenameMultiTables(c *C) { tk.MustExec("drop database rename2") tk.MustExec("drop database rename3") } + +// See https://gi...
ddl: the clustered index primary key conflict prompt information is not an index value (#<I>)
pingcap_tidb
train
782ca9b9e90578b4b08b1c2e332b949ace45259a
diff --git a/test/representer_computer_test.rb b/test/representer_computer_test.rb index <HASH>..<HASH> 100644 --- a/test/representer_computer_test.rb +++ b/test/representer_computer_test.rb @@ -96,7 +96,7 @@ class RepresenterComputerTest < MiniTest::Spec it "returns nil when not present" do skip "not sur...
make test break when format is unknown.
apotonick_roar-rails
train
9eb1ef132f57a311e7ae0a8a529c499b6550404d
diff --git a/core-bundle/src/Resources/contao/library/Contao/User.php b/core-bundle/src/Resources/contao/library/Contao/User.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/User.php +++ b/core-bundle/src/Resources/contao/library/Contao/User.php @@ -553,7 +553,7 @@ abstract class Us...
[Core] Fix a comment.
contao_contao
train
02a092876f0b6e83ddeec43b3987afc1b16da549
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", + "Pr...
Updated python version in classifiers
pydanny_cookiecutter-django
train
81a07602a9303fddb1763641e945026b76661f93
diff --git a/Excel/Reader.php b/Excel/Reader.php index <HASH>..<HASH> 100644 --- a/Excel/Reader.php +++ b/Excel/Reader.php @@ -1676,7 +1676,7 @@ class sb_Excel_Reader extends sb_Excel_ReaderBackend{ $val = $this->val($row,$col,$sheet); if ($val=='') { $val="&nbsp;"; } else { - $val = htmlentities...
no longer uses htmlentities when dumping
surebert_surebert-framework
train
1a0842a79068887928b164c6adfbe5527fb66248
diff --git a/spec/controllers/no_response_if_performed_spec.rb b/spec/controllers/no_response_if_performed_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/no_response_if_performed_spec.rb +++ b/spec/controllers/no_response_if_performed_spec.rb @@ -3,46 +3,34 @@ require File.expand_path(File.join(File.dirname...
Simplify spec, less method tracing, more response checking
ianwhite_response_for
train
1b3f7edb82d61cd7b523f7434b7ce5dfdb5c06fa
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ module.exports = function (object, path, defaultValue) { // A) If the path is an array, we can just use that // B) If the path is a string, convert it into an array using migrating // ...
Use Array.isArray (~<I>% speed improvement for strings)
queicherius_fast-get
train
f9097027af2a912555c429e85fd0fbf442678d20
diff --git a/therapist/cli.py b/therapist/cli.py index <HASH>..<HASH> 100644 --- a/therapist/cli.py +++ b/therapist/cli.py @@ -67,7 +67,7 @@ def install(**kwargs): colorama.init(strip=kwargs.get('no_color')) stdout = subprocess.check_output('which therapist', shell=True) - therapist_bin = stdout.split()[...
Fix encoding issue in Py3
rehandalal_therapist
train
8fbe92052894b73fff48c23d55515ed2d0c880c3
diff --git a/src/main/java/org/thymeleaf/dom/NestableNode.java b/src/main/java/org/thymeleaf/dom/NestableNode.java index <HASH>..<HASH> 100755 --- a/src/main/java/org/thymeleaf/dom/NestableNode.java +++ b/src/main/java/org/thymeleaf/dom/NestableNode.java @@ -217,7 +217,16 @@ public abstract class NestableNode extends N...
Fixes #<I>. Flags for processing text and comment nodes not being correctly propagated to new children.
thymeleaf_thymeleaf
train
47ca5dd4fe4ef74499fab0fd1900d8ce040c964c
diff --git a/lib/refile/file.rb b/lib/refile/file.rb index <HASH>..<HASH> 100644 --- a/lib/refile/file.rb +++ b/lib/refile/file.rb @@ -83,6 +83,16 @@ module Refile @io = nil end + # Prevent from exposing secure information unexpectedly + # + # @return [Hash] + def as_json(options={}) + { ...
Prevent from exposing secure information unexpectedly
refile_refile
train
de57e13285c173e1d93d77ccc5e8056c34185588
diff --git a/billy/utils/__init__.py b/billy/utils/__init__.py index <HASH>..<HASH> 100644 --- a/billy/utils/__init__.py +++ b/billy/utils/__init__.py @@ -109,7 +109,7 @@ def textual_diff(l1, l2): # fixing bill ids _bill_id_re = re.compile(r'([A-Z]*)\s*0*([-\d]+)') -_mi_bill_id_re = re.compile(r'(SJR|HJR)\s*(\w+)')...
limit MI regex a bit more
openstates_billy
train
9d678a5a2db9357c240e4b10270835fdf42e7393
diff --git a/src/com/mebigfatguy/fbcontrib/utils/OpcodeUtils.java b/src/com/mebigfatguy/fbcontrib/utils/OpcodeUtils.java index <HASH>..<HASH> 100644 --- a/src/com/mebigfatguy/fbcontrib/utils/OpcodeUtils.java +++ b/src/com/mebigfatguy/fbcontrib/utils/OpcodeUtils.java @@ -122,7 +122,7 @@ public class OpcodeUtils implemen...
fix isReturn, to include plain RETURN
mebigfatguy_fb-contrib
train
667e9651024c2b0991538aac6ebd2b8766ee7093
diff --git a/internal/services/storage/storage_account_resource.go b/internal/services/storage/storage_account_resource.go index <HASH>..<HASH> 100644 --- a/internal/services/storage/storage_account_resource.go +++ b/internal/services/storage/storage_account_resource.go @@ -1730,8 +1730,8 @@ func resourceStorageAccount...
Update internal/services/storage/storage_account_resource.go
terraform-providers_terraform-provider-azurerm
train
78ee4b9a7e30690b65b293800c9fdb660dc3a6eb
diff --git a/app/models/mercator_mesonic/webartikel.rb b/app/models/mercator_mesonic/webartikel.rb index <HASH>..<HASH> 100644 --- a/app/models/mercator_mesonic/webartikel.rb +++ b/app/models/mercator_mesonic/webartikel.rb @@ -44,7 +44,7 @@ module MercatorMesonic @product = webartikel.import_and_return_produ...
bugfix if inventory number <> product number, check both for removing orphans
informatom_mercator_mesonic
train
d56d8ae62ee2c2aa0e7f3d25419f86a5fe986d0c
diff --git a/lib/components/narrative/default/default-itinerary.js b/lib/components/narrative/default/default-itinerary.js index <HASH>..<HASH> 100644 --- a/lib/components/narrative/default/default-itinerary.js +++ b/lib/components/narrative/default/default-itinerary.js @@ -8,10 +8,11 @@ import FieldTripGroupSize from ...
fix(itinerary): calculate and display non-transit fares in batch mode Fixes potential regression in <URL>
opentripplanner_otp-react-redux
train
600cd22b0fc476d47bfd0b963948122b8bdc33ae
diff --git a/reportbuilder/classes/table/custom_report_table.php b/reportbuilder/classes/table/custom_report_table.php index <HASH>..<HASH> 100644 --- a/reportbuilder/classes/table/custom_report_table.php +++ b/reportbuilder/classes/table/custom_report_table.php @@ -218,7 +218,7 @@ class custom_report_table extends bas...
MDL-<I> reportbuilder: check for presence of active column headers.
moodle_moodle
train
ec6b4aa19bf1874fc247d554c4a92e842af5f07c
diff --git a/src/component.js b/src/component.js index <HASH>..<HASH> 100644 --- a/src/component.js +++ b/src/component.js @@ -49,10 +49,7 @@ export function tanokComponent(target) { const stream = this.props.tanokStream || this.props.eventStream; - if (metadata !== null) { - return stream && stream.su...
Fixed subStreamMeta with null metadata in child compnent, fixed child streamName chaining
brabadu_tanok
train
d0b35aad75c6fa65cb2ea69455e8f8a69fbf2be9
diff --git a/build/es6now.js b/build/es6now.js index <HASH>..<HASH> 100644 --- a/build/es6now.js +++ b/build/es6now.js @@ -8429,7 +8429,7 @@ var Replacer = _es6now.Class(function(__super) { return { wrapComputed: function(node, text) { if (node.computedNames) - return "_es6now.computed(" ...
Fix whitespace in computed names translation.
zenparsing_esdown
train
4bce582f66fc4fb2d84bcf8ce7333000a5765d13
diff --git a/src/Model/Project.php b/src/Model/Project.php index <HASH>..<HASH> 100644 --- a/src/Model/Project.php +++ b/src/Model/Project.php @@ -32,7 +32,7 @@ class Project extends Resource */ public function getSubscriptionId() { - if ($this->hasProperty('subscription_id')) { + if ($thi...
Avoid reloading a project in getSubscriptionId()
platformsh_platformsh-client-php
train
f48c63ffb4471c7be25bee5511ca369ad0292d50
diff --git a/source/resource/Base.php b/source/resource/Base.php index <HASH>..<HASH> 100644 --- a/source/resource/Base.php +++ b/source/resource/Base.php @@ -464,7 +464,7 @@ class GenericResource { $not = array('primary_method', 'lastUpdate', 'subfunctions', 'client'); // we only need key value fo...
toArray/0: update only ignore known keys in serializing
Bandwidth_php-bandwidth
train
bb28941b8b7d6566e1b244b651fe3f46e7a2dfe8
diff --git a/src/main/java/com/couchbase/lite/Database.java b/src/main/java/com/couchbase/lite/Database.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/Database.java +++ b/src/main/java/com/couchbase/lite/Database.java @@ -3657,6 +3657,42 @@ public final class Database { * @exclude *...
Issue #<I> - add method so the unit test can get the last sequence stored. <URL>
couchbase_couchbase-lite-java-core
train
f93eeb799bf6f230be7bdeb1bd6540a8d312a775
diff --git a/lib/plugins/index.js b/lib/plugins/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/index.js +++ b/lib/plugins/index.js @@ -1,4 +1,4 @@ -const {isArray, isObject, omit, castArray, isUndefined} = require('lodash'); +const {isPlainObject, omit, castArray, isUndefined} = require('lodash'); const Aggreg...
fix: do not set `path` to plugin config defined as a Function or an Array If a plugin hook was defined as a `Function` or an `Array` the `path` property would be set to the default value. Even if this bug had no actual negative impact, it should be fixed so the code would perform as intended.
semantic-release_semantic-release
train
291a5fdc494ed92b53db4d32f11dfa05c4d3a63b
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -270,12 +270,14 @@ Utils.generate = function(args) { var code = ''; - // get the class name of the target - var moduleLocation = target.moduleLocation ? target.moduleLocation : target.const...
Only generate a require() when calling a method statically.
EclairJS_eclairjs
train
3acec994fd2367a8d641c22ab0cdc76de2bf7772
diff --git a/lib/lwm2m-common.js b/lib/lwm2m-common.js index <HASH>..<HASH> 100644 --- a/lib/lwm2m-common.js +++ b/lib/lwm2m-common.js @@ -870,7 +870,6 @@ export class LwM2MClientProxy extends EventEmitter { export class LwM2MObjectStore { constructor(opts) { - this.repoFileName = `lwm2m_${opts.clientName}_${o...
Remove repository persistence support Object persistence should be implemented in NR flow rather than this node as the requirement differs depending on expected use cases.
CANDY-LINE_node-red-contrib-lwm2m
train
10ea613134d81daf00581b87df2eb57812169568
diff --git a/util.go b/util.go index <HASH>..<HASH> 100644 --- a/util.go +++ b/util.go @@ -192,16 +192,9 @@ func downloadFile(url, destFile string) error { } func writeToFile(source io.Reader, destFile string, mode os.FileMode) error { - fh, err := os.Create(destFile) + fh, err := os.OpenFile(destFile, os.O_RDWR|os...
Create file with proper permissions instead of using chmod - Fixes a problem where the go os.Chmod function doesn't work on Windows See: <URL>
cloudfoundry_libbuildpack
train
1435af084dcda0640e216c1ef6106736dbad8d63
diff --git a/webapps/webapp/Gruntfile.js b/webapps/webapp/Gruntfile.js index <HASH>..<HASH> 100644 --- a/webapps/webapp/Gruntfile.js +++ b/webapps/webapp/Gruntfile.js @@ -426,7 +426,7 @@ module.exports = function(grunt) { dist: { options: { - cleancss: true + compress: true ...
fix(cockpit): fix the color of layout splitter
camunda_camunda-bpm-platform
train
59fea890433ee1789a9883a203019dd1b0d0a74f
diff --git a/src/Rammbock/synchronization.py b/src/Rammbock/synchronization.py index <HASH>..<HASH> 100644 --- a/src/Rammbock/synchronization.py +++ b/src/Rammbock/synchronization.py @@ -15,8 +15,8 @@ def synchronized(f, *args, **kw): class SynchronizedType(type): - def __new__(cls, name, bases, local): + de...
fixed class name bug from syncrhonization metaclass. This prevented pickling.
robotframework_Rammbock
train
4d9629b2abf1b430f93b561064a659de339ba5ea
diff --git a/src/geometry/LineString.js b/src/geometry/LineString.js index <HASH>..<HASH> 100644 --- a/src/geometry/LineString.js +++ b/src/geometry/LineString.js @@ -70,6 +70,61 @@ Z.LineString = Z.Polyline = Z.Vector.extend(/** @lends maptalks.LineString.proto return this._coordinates; }, + animate...
[feat] add animateShow for LineString
maptalks_maptalks.js
train
806563f5987202897d6e8d0118d63e0ca28cee5b
diff --git a/src/org/mozilla/javascript/ScriptOrFnNode.java b/src/org/mozilla/javascript/ScriptOrFnNode.java index <HASH>..<HASH> 100644 --- a/src/org/mozilla/javascript/ScriptOrFnNode.java +++ b/src/org/mozilla/javascript/ScriptOrFnNode.java @@ -46,27 +46,18 @@ public class ScriptOrFnNode extends Node { public fi...
Allow to set null for sourceName, encodedSource and originalSource
mozilla_rhino
train
a3d46690e07bf7f523f856b947b6a21d002e6ed4
diff --git a/demo/simple/package.json b/demo/simple/package.json index <HASH>..<HASH> 100644 --- a/demo/simple/package.json +++ b/demo/simple/package.json @@ -7,6 +7,6 @@ "dependencies": { "express": "3.1.0", - "object-sugar": "0.2.0" + "object-sugar": "0.2.1" } } diff --git a/lib/re...
Make getMeta work ok again The definition of getMeta had changed so had to update rest-sugar accordingly.
sugarjs_rest-sugar
train
94902dbefe1950da6bb09419fe296f46b7efbbf4
diff --git a/Util/ParserUtil.php b/Util/ParserUtil.php index <HASH>..<HASH> 100755 --- a/Util/ParserUtil.php +++ b/Util/ParserUtil.php @@ -225,7 +225,7 @@ class ParserUtil static function validateUrl($url) { if(!filter_var($url, FILTER_VALIDATE_URL)) { - throw new \Exception('Invalid URL')...
if url is not valid, it should be simply return false
CampaignChain_core
train
e37c28acee8886f30e6060c63553730b918b6f2e
diff --git a/bika/lims/skins/bika/bika_widgets/reflexrulewidget.js b/bika/lims/skins/bika/bika_widgets/reflexrulewidget.js index <HASH>..<HASH> 100644 --- a/bika/lims/skins/bika/bika_widgets/reflexrulewidget.js +++ b/bika/lims/skins/bika/bika_widgets/reflexrulewidget.js @@ -533,6 +533,7 @@ jQuery(function($){ ...
populate selection lists with the new local id
senaite_senaite.core
train
435d9945a34ceedc97d5219b2bbb7cc88c9ac8e8
diff --git a/pre_commit/languages/ruby.py b/pre_commit/languages/ruby.py index <HASH>..<HASH> 100644 --- a/pre_commit/languages/ruby.py +++ b/pre_commit/languages/ruby.py @@ -118,7 +118,7 @@ def install_environment( ) helpers.run_setup_cmd( prefix, - ('gem', 'in...
Switch from deprecated docs-off args to --no-document
pre-commit_pre-commit
train
3e4ddbb05d023358a65491c1553ab928431fb5f0
diff --git a/src/StringUtils.php b/src/StringUtils.php index <HASH>..<HASH> 100644 --- a/src/StringUtils.php +++ b/src/StringUtils.php @@ -133,9 +133,9 @@ class StringUtils '~[^a-z^\d]+~i', '_', preg_replace( - '~([a-z\d])([A-Z]|\d)~'...
WSNL-<I>:: removed some vague code
webservices-nl_utils
train
ba497f3433d5ed1e1c3a60dbf952c3002d9630fe
diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -239,11 +239,28 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider return new CompilerEngine($this->app['Bkwld\LaravelPug\Pug' . ucfirs...
Implement #<I> Add reverted extensions blade.pug and jade.pug
BKWLD_laravel-pug
train
74da4d4f4429dc160f2c36e73810d359871909fc
diff --git a/tests/FrameTest.php b/tests/FrameTest.php index <HASH>..<HASH> 100644 --- a/tests/FrameTest.php +++ b/tests/FrameTest.php @@ -6,7 +6,7 @@ use Char0n\FFMpegPHP\Movie; use Char0n\FFMpegPHP\Frame; use PHPUnit\Framework\TestCase; -class FFmpegFrameTest extends TestCase +class FrameTest extends TestCase { ...
test: fix tests class names (#<I>)
char0n_ffmpeg-php
train
d4dacab0671f9aedbf3924d3df2a4a95c8c11a87
diff --git a/cors.go b/cors.go index <HASH>..<HASH> 100644 --- a/cors.go +++ b/cors.go @@ -415,6 +415,7 @@ func (c *Cors) areHeadersAllowed(requestedHeaders []string) bool { for _, h := range c.allowedHeaders { if h == header { found = true + break } } if !found {
Add early break on allowedHeaders match found (#<I>)
rs_cors
train
82a44852cb3a5c8c7836dc64ee98c89619aae504
diff --git a/lib/IDS/Converter.php b/lib/IDS/Converter.php index <HASH>..<HASH> 100644 --- a/lib/IDS/Converter.php +++ b/lib/IDS/Converter.php @@ -126,6 +126,29 @@ class IDS_Converter { return $value; } + + /** + * Check for comments and erases them if available + * + * @return ...
added new converter function to check for comments and attach the prefiltered string (to eliminate the problem with comment obfuscation), fixed the tests, modified the monitor to make use of the new converter function
PHPIDS_PHPIDS
train
88fa8ba96879bc64854bd4cd5162f85b0af16c35
diff --git a/lib/announce/adapters/shoryuken_adapter.rb b/lib/announce/adapters/shoryuken_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/announce/adapters/shoryuken_adapter.rb +++ b/lib/announce/adapters/shoryuken_adapter.rb @@ -25,7 +25,7 @@ module Announce def configure_publishing (options[:publ...
fix class name issue, and missing `new` call
PRX_announce
train
6156680c0e52331f16295262c932f451174c79cb
diff --git a/gbdxtools/images/catalog_image.py b/gbdxtools/images/catalog_image.py index <HASH>..<HASH> 100644 --- a/gbdxtools/images/catalog_image.py +++ b/gbdxtools/images/catalog_image.py @@ -6,8 +6,8 @@ Contact: chris.helm@digitalglobe.com from __future__ import print_function from gbdxtools import WV01, WV02, WV...
using updated vector_services_query in CatalogImage
DigitalGlobe_gbdxtools
train
4ca9fcd73225af9cb1dc2acc99bb494dc5f8926a
diff --git a/doc/source/whatsnew/v0.21.0.txt b/doc/source/whatsnew/v0.21.0.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.21.0.txt +++ b/doc/source/whatsnew/v0.21.0.txt @@ -154,7 +154,7 @@ Indexing - When called with a null slice (e.g. ``df.iloc[:]``), the ``.iloc`` and ``.loc`` indexers return a shall...
Fixes for #<I>(TimedeltaIndex indexing regression for strings) (#<I>)
pandas-dev_pandas
train
d0390cf8e2319b5e1e8f352751addc96f2e029e6
diff --git a/mod/feedback/edit_item.php b/mod/feedback/edit_item.php index <HASH>..<HASH> 100644 --- a/mod/feedback/edit_item.php +++ b/mod/feedback/edit_item.php @@ -120,6 +120,9 @@ print_header_simple(format_string($feedback->name), "", $navigation, "", "", true, $buttontext, navmenu($course, $...
adding the tab-row in edit_item.php
moodle_moodle
train
4a01091f5c18932ca179b2609f06ab7ff4aac0ed
diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/AgreementRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/AgreementRule.java index <HASH>..<HASH> 100644 --- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/AgreementRule....
[de] prevent another false alarm in DE_AGREEMENT
languagetool-org_languagetool
train
a51c7d45f67db35ec838909b10147bbd097cea28
diff --git a/lib/melodiest/generator.rb b/lib/melodiest/generator.rb index <HASH>..<HASH> 100644 --- a/lib/melodiest/generator.rb +++ b/lib/melodiest/generator.rb @@ -61,7 +61,7 @@ module Melodiest File.open "#{@destination}/#{@app_name}.rb", "w" do |f| f.write(content[:yaml]) f.write("class #{...
oops.. forgot to add single quote
kuntoaji_sinator
train
05dacbd0729f4ebf0074bd21c50f3bf813ad7fab
diff --git a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/topbar/TopBarController.java b/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/topbar/TopBarController.java index <HASH>..<HASH> 100644 --- a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrolle...
Set elevation 0 when creating TopBar Apparently TopBar elevation property is animated. Meaning that if 4dp elevation is set, when the view appears its elevation is animated from 0dp to 4dp. This resulted in rare race condition where the onAnimationEnd callback was called after we set the desired elevation value, and a...
wix_react-native-navigation
train
e69eaacaaa1456d0e4688594ee6d2b860de084c4
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,9 @@ "doctrine/doctrine-fixtures-bundle": "^3.4", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.52", + "phpstan/phpstan-phpunit": "^0.12.18", ...
Run phpstan and psalm on tests
sonata-project_SonataDoctrineORMAdminBundle
train
4f7f18e92e1b0e15dfad6a9de6cbfeed0b5fb315
diff --git a/lib/Alchemy/Phrasea/Controller/Admin/Description.php b/lib/Alchemy/Phrasea/Controller/Admin/Description.php index <HASH>..<HASH> 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/Description.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/Description.php @@ -54,15 +54,16 @@ class Description implements Cont...
Add Tf-Quarantine to proposed Phraseanet TF-Fields
alchemy-fr_Phraseanet
train
efe032099e1996ef97df6f36618e6fbdbfcb8bc8
diff --git a/lib/discordrb/cache.rb b/lib/discordrb/cache.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/cache.rb +++ b/lib/discordrb/cache.rb @@ -1,3 +1,5 @@ +require 'discordrb/api' + module Discordrb module Cache # Initializes this cache
Make sure the Cache has access to the API
meew0_discordrb
train
c862518ff4830c0deaf84ef47d5b2d1def24ac6b
diff --git a/app/controllers/com/controller/admin.rb b/app/controllers/com/controller/admin.rb index <HASH>..<HASH> 100644 --- a/app/controllers/com/controller/admin.rb +++ b/app/controllers/com/controller/admin.rb @@ -94,7 +94,9 @@ module Com if self.class.private_method_defined?("#{model_name}_params") || self...
auto responde to organ id
work-design_rails_com
train
0bdc57cd755b70291812ce7744b9c45376f94470
diff --git a/tools/bt-run.py b/tools/bt-run.py index <HASH>..<HASH> 100644 --- a/tools/bt-run.py +++ b/tools/bt-run.py @@ -66,6 +66,10 @@ def runstrat(): for strat, kwargs in strategies: cerebro.addstrategy(strat, **kwargs) + inds = getobjects(args.indicators, bt.Indicator, bt.indicators) + for in...
bt-run support for indicator injection into strategies
backtrader_backtrader
train
f583d878260e49ed5d52f50492a4bbfe0cfbb736
diff --git a/src/main/groovy/util/GroovyScriptEngine.java b/src/main/groovy/util/GroovyScriptEngine.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/util/GroovyScriptEngine.java +++ b/src/main/groovy/util/GroovyScriptEngine.java @@ -181,12 +181,15 @@ public class GroovyScriptEngine implements ResourceConnector { ...
GROOVY-<I> GSE failed to execute a script that had multiple classes. Fixed it. git-svn-id: <URL>
groovy_groovy-core
train
ca91c26b680c0163d7827f421619c6dbff6e76ee
diff --git a/bakery_lint/fonttests/test_ttf.py b/bakery_lint/fonttests/test_ttf.py index <HASH>..<HASH> 100644 --- a/bakery_lint/fonttests/test_ttf.py +++ b/bakery_lint/fonttests/test_ttf.py @@ -62,20 +62,6 @@ class TTFTestCase(TestCase): if std.getvalue(): self.fail('FontForge prints STDE...
delete old implementation of test_check_names_are_ascii_only
googlefonts_fontbakery
train
5e1da1a285b47edf32a5cfad5143c0bdc2d0c9e8
diff --git a/samples/DatePickerSample.js b/samples/DatePickerSample.js index <HASH>..<HASH> 100644 --- a/samples/DatePickerSample.js +++ b/samples/DatePickerSample.js @@ -1,13 +1,13 @@ enyo.kind({ name: "onyx.sample.DatePickerSample", kind: "FittableRows", - classes: "onyx onyx-sample", + classes: "onyx enyo-fit"...
Removing margin from date/time picker samples Enyo-DCO-<I>-
enyojs_onyx
train
e809c9c42ce76bb8581369a7e74d6ff8fe7a4438
diff --git a/Curl/Wrapper.php b/Curl/Wrapper.php index <HASH>..<HASH> 100644 --- a/Curl/Wrapper.php +++ b/Curl/Wrapper.php @@ -197,7 +197,7 @@ class Wrapper } if ($headers !== null && count($headers) > 0) { - $params['http']['header'] = $headers; + $cparams['http']['header'] = ...
fopen alternative, proper response object with headers POST confirmed to be working
synaq_SynaqCurlBundle
train
40beb9fe926ef1dd0d29084fc27eaf7f40552078
diff --git a/jmock2/src/org/jmock/Mockery.java b/jmock2/src/org/jmock/Mockery.java index <HASH>..<HASH> 100644 --- a/jmock2/src/org/jmock/Mockery.java +++ b/jmock2/src/org/jmock/Mockery.java @@ -86,13 +86,22 @@ public class Mockery { } /** - * Specifies expectations on the context during the test. +...
Pulled out a public expects(Expectation) method to avoid being buried under a sugar coating. Some more javadoccery.
jmock-developers_jmock-library
train
1016d177ebde96fbf0a0a5ad14aea5b6fd78e83b
diff --git a/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py b/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py index <HASH>..<HASH> 100644 --- a/sdk/keyvault/azure-keyvault-certificates/azure/keyvault/certificates/_version.py +++ b/sdk/keyvault/azure-key...
Increment Key Vault versions (#<I>)
Azure_azure-sdk-for-python
train
2d177e909d047f2c716e9d048da27893a8c5be6f
diff --git a/lib/puppet/provider/service/init.rb b/lib/puppet/provider/service/init.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/service/init.rb +++ b/lib/puppet/provider/service/init.rb @@ -97,6 +97,7 @@ Puppet::Type.type(:service).provide :init, :parent => :base do fullpath = File.join(path, name...
(PUP-<I>) Prevent puppet from executing directories Currently puppet is trying to execute directories which have the x-bit. This results in a lot of error messages like `Debug: Executing: '/etc/init.d/rc0.d status'` With this check these error messages won't appear. Fixes PUP-<I>
puppetlabs_puppet
train
879dd58df0cecc6f46acfae649b3913c8cc7c5d0
diff --git a/pysyncthru/language.py b/pysyncthru/language.py index <HASH>..<HASH> 100644 --- a/pysyncthru/language.py +++ b/pysyncthru/language.py @@ -15,13 +15,22 @@ class State(Enum): READY = 4 UNKNOWN = 5 PRINTING = 6 + SCANNING = 7 + CALIBRATING = 8 +# Translating all variations of status m...
Add more states for multi-skilled printer
nielstron_pysyncthru
train
ec4f6b6d587243bac785afd280f50bd8ba567710
diff --git a/src/Rocketeer/Services/Connections/ConnectionsHandler.php b/src/Rocketeer/Services/Connections/ConnectionsHandler.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Services/Connections/ConnectionsHandler.php +++ b/src/Rocketeer/Services/Connections/ConnectionsHandler.php @@ -11,6 +11,7 @@ namespace Rocke...
Close #<I> - Throw exception on invalid connections, instead of falling back to last valid one
rocketeers_rocketeer
train
46f7e8bb075036c92695b15a1ddb6971c751e585
diff --git a/src/DocBlock/Tags/Method.php b/src/DocBlock/Tags/Method.php index <HASH>..<HASH> 100644 --- a/src/DocBlock/Tags/Method.php +++ b/src/DocBlock/Tags/Method.php @@ -98,8 +98,8 @@ final class Method extends BaseTag implements Factory\StaticMethod (?:[\w\|_\\\\]+) ...
Allows usage of compound array types fixes #<I>
phpDocumentor_ReflectionDocBlock
train
edeb3cb0121b70d931da87f30e558746d1500d10
diff --git a/views/js/qtiCommonRenderer/renderers/interactions/ExtendedTextInteraction.js b/views/js/qtiCommonRenderer/renderers/interactions/ExtendedTextInteraction.js index <HASH>..<HASH> 100755 --- a/views/js/qtiCommonRenderer/renderers/interactions/ExtendedTextInteraction.js +++ b/views/js/qtiCommonRenderer/rendere...
fix wrong merge in extended text renderer
oat-sa_extension-tao-itemqti
train
5e2cdb48d45af795d2901659bc28aee6d770c681
diff --git a/command/helper_stats.go b/command/helper_stats.go index <HASH>..<HASH> 100644 --- a/command/helper_stats.go +++ b/command/helper_stats.go @@ -1,6 +1,8 @@ package command import ( + "fmt" + "github.com/hashicorp/nomad/api" ) @@ -28,3 +30,17 @@ func buildDeviceStatsSummaryMap(host *api.HostStats) ma...
Display StatsObject nested objects as well
hashicorp_nomad
train
b6ff824cd5292b393f9dd5c976a193dc5afd808a
diff --git a/lib/mongodb/connection.js b/lib/mongodb/connection.js index <HASH>..<HASH> 100644 --- a/lib/mongodb/connection.js +++ b/lib/mongodb/connection.js @@ -24,6 +24,7 @@ var Connection = exports.Connection = function(host, port, autoReconnect, option this.buffer = ''; this.stubBuffer = ''; this.connecte...
Make connection emit close event even in presence of errors.
mongodb_node-mongodb-native
train
eb4d2976ed3862a4a76dcf2c05ecec788863623d
diff --git a/lib/adhearsion/call_controller/output/formatter.rb b/lib/adhearsion/call_controller/output/formatter.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/call_controller/output/formatter.rb +++ b/lib/adhearsion/call_controller/output/formatter.rb @@ -38,9 +38,7 @@ module Adhearsion def uri?(string)...
[CS] Reduce duplication in error conditions
adhearsion_adhearsion
train
661016672f62739dda9d95630503ceee7d46b99b
diff --git a/salt/returners/mysql.py b/salt/returners/mysql.py index <HASH>..<HASH> 100644 --- a/salt/returners/mysql.py +++ b/salt/returners/mysql.py @@ -80,7 +80,7 @@ log = logging.getLogger(__name__) def __virtual__(): if not HAS_MYSQL: return False - return 'mysql' + return True def _get_o...
Not renaming, return a boolean in `__virtual__()`.
saltstack_salt
train
0d3874474e946e0b47ad54a7a222cd866d810cf1
diff --git a/src/Http/Client/Auth/Oauth.php b/src/Http/Client/Auth/Oauth.php index <HASH>..<HASH> 100644 --- a/src/Http/Client/Auth/Oauth.php +++ b/src/Http/Client/Auth/Oauth.php @@ -220,6 +220,9 @@ class Oauth $credentials['privateKeyPassphrase'] = $passphrase; } $privateKey = openssl_pk...
Add better error handling for OpenSSL failures Raise errors when OpenSSL cannot read the private key file. Refs #<I>
cakephp_cakephp
train
2def3420c2f0be37e51f677d42084b8ff08b2e3b
diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py index <HASH>..<HASH> 100644 --- a/nodeconductor/structure/serializers.py +++ b/nodeconductor/structure/serializers.py @@ -275,7 +275,7 @@ class CustomerPermissionSerializer(PermissionFieldFilteringMixin, class Meta(object)...
Expose PK of permission endpoints as fields - SAAS-<I> - Simplify the life of REST client builders.
opennode_waldur-core
train