hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
342f3d53110daecb87aa1b661efb332594af2160
diff --git a/authority/permissions.py b/authority/permissions.py index <HASH>..<HASH> 100644 --- a/authority/permissions.py +++ b/authority/permissions.py @@ -73,7 +73,7 @@ class BasePermission(object): )] = True return user_permissions, group_permissions - def _authority_prime_perm_cache...
refs #8: name changes and used kwargs in one of the tests
jazzband_django-authority
train
db6e6404f67a9f971b4fbefe9de239735426c738
diff --git a/lib/wts.normalizeDOM.js b/lib/wts.normalizeDOM.js index <HASH>..<HASH> 100644 --- a/lib/wts.normalizeDOM.js +++ b/lib/wts.normalizeDOM.js @@ -215,7 +215,7 @@ Normalizer.prototype.moveTrailingSpacesOut = function(node) { if (!this.inRtTestMode && endsInSpace) { last.nodeValue = last.nodeValue.substring...
T<I>: Fix crasher in normalizer * There needs to be a next node to migrate trailing spaces. Change-Id: Iffb1a<I>bbdfd5fbd<I>c<I>f<I>d6bf<I>e2e3ea
wikimedia_parsoid
train
f721988cf4e5715332ca0826a31b2eb1e648816e
diff --git a/src/nwmatcher.js b/src/nwmatcher.js index <HASH>..<HASH> 100644 --- a/src/nwmatcher.js +++ b/src/nwmatcher.js @@ -842,7 +842,7 @@ NW.Dom = (function(global) { } else { if (position.test(selector)) { // need to clear storage - snap = new Snapshot(); + snap = new ...
changed Snapshot object into constructor and made methods reference members of the Snapshot prototype (jdalton, webreflection)
dperini_nwmatcher
train
daf164e7f284473f8a45d9fad9d672f172aacbc9
diff --git a/cmd/jujud/machine.go b/cmd/jujud/machine.go index <HASH>..<HASH> 100644 --- a/cmd/jujud/machine.go +++ b/cmd/jujud/machine.go @@ -77,7 +77,7 @@ func (m *Machiner) loop() { defer m.tomb.Done() defer m.st.Close() w := m.machine.WatchUnits() - defer watcher.Stop(w) + defer watcher.Stop(w, &m.tomb) /...
whoops, failed to test some bits
juju_juju
train
0db94ce5724a2da7ffda91159570637468bdb4cf
diff --git a/lib/appsignal/integrations/celluloid.rb b/lib/appsignal/integrations/celluloid.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/integrations/celluloid.rb +++ b/lib/appsignal/integrations/celluloid.rb @@ -4,6 +4,7 @@ if defined?(::Celluloid) # Some versions of Celluloid have race conditions while exiti...
Tweak comment in Celluloid integration
appsignal_appsignal-ruby
train
32e5bace7a78ce048e7b48699af4bb5d0642edf6
diff --git a/grid_frame.py b/grid_frame.py index <HASH>..<HASH> 100644 --- a/grid_frame.py +++ b/grid_frame.py @@ -814,6 +814,16 @@ class GridBuilder(object): #new_data[col_label] = value if value == '\t': value = '' + + ...
make_magic: handle magic_method_codes save differently
PmagPy_PmagPy
train
3c4e084f1cc58b3d819b407f6c3cc22d634d5442
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,6 @@ const merge = require('@fastify/deepmerge')() const clone = require('rfdc')({ proto: true }) -const fjsCloned = Symbol('fast-json-stringify.cloned') const { randomUUID } = require('crypto') const validate ...
refactor: remove array items schema cloning (#<I>)
fastify_fast-json-stringify
train
4ac141fcd9a9f3279f11fee878be532dd78fed3e
diff --git a/classes/meta_box.class.php b/classes/meta_box.class.php index <HASH>..<HASH> 100644 --- a/classes/meta_box.class.php +++ b/classes/meta_box.class.php @@ -176,7 +176,7 @@ class Cuztom_Meta_Box extends Cuztom_Meta { if( $column == $field_id_name ) { - if( $field->repeatable && $field->_supports...
Fixed bug of unknown method in sortable column
gizburdt_cuztom
train
42ccdef731be2213902a9fdead593a1e88faf8bd
diff --git a/tests/gpflow/experimental/check_shapes/test_integration.py b/tests/gpflow/experimental/check_shapes/test_integration.py index <HASH>..<HASH> 100644 --- a/tests/gpflow/experimental/check_shapes/test_integration.py +++ b/tests/gpflow/experimental/check_shapes/test_integration.py @@ -112,6 +112,14 @@ def test...
Attempt to make `test_check_shapes__disable__speed[tf.function]` less flaky (#<I>)
GPflow_GPflow
train
b63f82a1cc8ab096736411100e5650bf4cd41267
diff --git a/src/saml2/response.py b/src/saml2/response.py index <HASH>..<HASH> 100644 --- a/src/saml2/response.py +++ b/src/saml2/response.py @@ -758,12 +758,13 @@ class AuthnResponse(StatusResponse): else: logger.debug("signed") - try: - self.sec.check_signature(assertion, cl...
Don't try to check the signature if there is no one there :-/
IdentityPython_pysaml2
train
9654581bf11bfd86a5c43fd965da413ad3912a81
diff --git a/includes/class-freemius.php b/includes/class-freemius.php index <HASH>..<HASH> 100644 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -11716,6 +11716,11 @@ $this->_logger->entrance(); + if ( ! $this->is_plugins_page() ) { + // Only show tracking links on the plugin's pa...
[usage-tracking] Include opt-in/out links only in the plugins page.
Freemius_wordpress-sdk
train
78dabc1a3d8f1052db2e33c9c0a5e45312f13846
diff --git a/src/connection.js b/src/connection.js index <HASH>..<HASH> 100644 --- a/src/connection.js +++ b/src/connection.js @@ -701,13 +701,14 @@ class Connection extends EventEmitter { } } } else { + const error = ConnectionError(token.message, 'ELOGIN'); + const isLoginEr...
refactor: do not transition to retry state outside of state code The transition to the transient login state could happen while a message is still being processed, causing further state events to be dispatched to the wrong state.
tediousjs_tedious
train
585b8ea70bc5945addc7c12db8d6fb806be8585b
diff --git a/src/toil/batchSystems/torque.py b/src/toil/batchSystems/torque.py index <HASH>..<HASH> 100644 --- a/src/toil/batchSystems/torque.py +++ b/src/toil/batchSystems/torque.py @@ -91,6 +91,8 @@ class TorqueBatchSystem(AbstractGridEngineBatchSystem): logger.debug('Exit Status: ' + status) ...
Add explanation in the comment for the extra status condition
DataBiosphere_toil
train
3fd2386ea88cb7f3b339edb4862fcfff6261fe2e
diff --git a/tests/class-php-typography-test.php b/tests/class-php-typography-test.php index <HASH>..<HASH> 100644 --- a/tests/class-php-typography-test.php +++ b/tests/class-php-typography-test.php @@ -1693,6 +1693,8 @@ class PHP_Typography_Test extends PHPUnit_Framework_TestCase public function provide_wrap_hard...
Tests: added data for not wrapping final hyphen
mundschenk-at_php-typography
train
fd58389d6cb30784fa1ff2d7163174ad561e5d12
diff --git a/Inpsyde/Sniffs/CodeQuality/FunctionLengthSniff.php b/Inpsyde/Sniffs/CodeQuality/FunctionLengthSniff.php index <HASH>..<HASH> 100644 --- a/Inpsyde/Sniffs/CodeQuality/FunctionLengthSniff.php +++ b/Inpsyde/Sniffs/CodeQuality/FunctionLengthSniff.php @@ -35,6 +35,16 @@ final class FunctionLengthSniff implements...
FunctionLengthSniff ignore blank lines and comments
inpsyde_php-coding-standards
train
ce6cc53a5a9a4c9bd312924e57f99bf82b0c1385
diff --git a/vm/src/lib.js b/vm/src/lib.js index <HASH>..<HASH> 100644 --- a/vm/src/lib.js +++ b/vm/src/lib.js @@ -892,7 +892,7 @@ var shine = shine || {}; close: function (file) { - if (file) shine.Error('File operations currently not supported.'); + if (file) throw new shine.Error('File operations curren...
Fixed typos in io library.
gamesys_moonshine
train
c0a2d0572415c579108495a2f1997a4cc5e15b1f
diff --git a/src/Conversation.php b/src/Conversation.php index <HASH>..<HASH> 100644 --- a/src/Conversation.php +++ b/src/Conversation.php @@ -155,7 +155,7 @@ abstract class Conversation * @param Message $message * @return bool */ - public function skipConversation(Message $message) + public fu...
Unify stop and skip methods (#<I>)
botman_botman
train
452d946e8a8dd3f3d479e9aea3f5650878d14e07
diff --git a/lib/sidetiq.rb b/lib/sidetiq.rb index <HASH>..<HASH> 100644 --- a/lib/sidetiq.rb +++ b/lib/sidetiq.rb @@ -1,3 +1,5 @@ +# encoding: utf-8 + # stdlib require 'monitor' require 'ostruct' @@ -21,6 +23,13 @@ require 'sidetiq/version' # The Sidetiq namespace. module Sidetiq class << self + # Public: F...
Delegate table flipping to Sidekiq.
endofunky_sidetiq
train
5cba07d9b7c386a88de79f7b704f408d107b87b0
diff --git a/jersey/src/main/java/com/netflix/conductor/server/resources/WebAppExceptionMapper.java b/jersey/src/main/java/com/netflix/conductor/server/resources/WebAppExceptionMapper.java index <HASH>..<HASH> 100644 --- a/jersey/src/main/java/com/netflix/conductor/server/resources/WebAppExceptionMapper.java +++ b/jers...
fix(exception): rename key to retryable
Netflix_conductor
train
ffea4dec667c29139f017b0687787d753c879d7a
diff --git a/state/migration_internal_test.go b/state/migration_internal_test.go index <HASH>..<HASH> 100644 --- a/state/migration_internal_test.go +++ b/state/migration_internal_test.go @@ -273,11 +273,12 @@ func (s *MigrationSuite) TestServiceDocFields(c *gc.C) { "ForceCharm", "Exposed", "MinUnits", + "Metr...
Move the MetricCredentials into the done set.
juju_juju
train
4dc4ba18ad08eb112d086f9a21aa44506e52f1de
diff --git a/elasticsearch/connection/http_urllib3.py b/elasticsearch/connection/http_urllib3.py index <HASH>..<HASH> 100644 --- a/elasticsearch/connection/http_urllib3.py +++ b/elasticsearch/connection/http_urllib3.py @@ -103,7 +103,6 @@ class Urllib3HttpConnection(Connection): 'assert_fingerprint': s...
Fixes double creation of urllib3.HTTPSConnectionPool when ssl_context and use_ssl are used (#<I>)
elastic_elasticsearch-py
train
68feabcf6cbfa51c9874e5a85750d4c1966ca3d4
diff --git a/lib/xcodeproj/workspace.rb b/lib/xcodeproj/workspace.rb index <HASH>..<HASH> 100644 --- a/lib/xcodeproj/workspace.rb +++ b/lib/xcodeproj/workspace.rb @@ -240,7 +240,7 @@ DOC end contents = "<#{elem.name}" indent = ' ' * depth - attributes.each { |name| contents += "...
Writing out workspace files uses escaped XML entities rather than unescaped
CocoaPods_Xcodeproj
train
b46ad3dd10f55839215c0d3bb6b5385914264460
diff --git a/lib/solargraph/api_map.rb b/lib/solargraph/api_map.rb index <HASH>..<HASH> 100755 --- a/lib/solargraph/api_map.rb +++ b/lib/solargraph/api_map.rb @@ -500,15 +500,8 @@ module Solargraph end def process_maps - @sources.clear - @workspace_files.each do |f| - begin - ...
Rebuild workspace yardoc if it exists.
castwide_solargraph
train
4aed7eeb772f913a839d54f36fe6d955397ff71a
diff --git a/great_expectations/data_context/store/ge_cloud_store_backend.py b/great_expectations/data_context/store/ge_cloud_store_backend.py index <HASH>..<HASH> 100644 --- a/great_expectations/data_context/store/ge_cloud_store_backend.py +++ b/great_expectations/data_context/store/ge_cloud_store_backend.py @@ -75,7 ...
[MAINTENANCE] Ensure that resource_type used in GeCloudStoreBackend is converted to GeCloudRESTResource enum as needed
great-expectations_great_expectations
train
fd6d793c981b96ae238a9330ddff38a760dbbbc6
diff --git a/game_state.go b/game_state.go index <HASH>..<HASH> 100644 --- a/game_state.go +++ b/game_state.go @@ -53,6 +53,16 @@ func (gs *GameState) Board() Board { return gs.board.copy() } +// Turn returns the color to move next. +func (gs *GameState) Turn() Color { + return gs.turn +} + +// CastleRights return...
added accessors for turn and castling rights
notnil_chess
train
597a2e6a27b681a3dbef175ceadb76e022700914
diff --git a/photutils/psf/photometry.py b/photutils/psf/photometry.py index <HASH>..<HASH> 100644 --- a/photutils/psf/photometry.py +++ b/photutils/psf/photometry.py @@ -173,42 +173,6 @@ class BasicPSFPhotometry(object): including the `__call__` signature. """ - if self.bkg_estimator is not ...
__call__ just calls do_photometry in BasicPSFPhotometry; resuses super.nstar in IterativelyPSFPhotometry instead of super.do_photometry
astropy_photutils
train
56fb3dd51f861200596f59d7663aa5600b100a80
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -6,8 +6,11 @@ # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration -require 'coveralls' -Coveralls.wear! +begin + require 'coveralls' + Coveralls.wear! +rescue ...
Doesn't fall if Coveralls absent.
regru_reg_api2-ruby
train
b7801338a76e0609cb1f0c33265bbb00b15d6874
diff --git a/holoviews/core/ndmapping.py b/holoviews/core/ndmapping.py index <HASH>..<HASH> 100644 --- a/holoviews/core/ndmapping.py +++ b/holoviews/core/ndmapping.py @@ -304,14 +304,17 @@ class MultiDimensionalMapping(Dimensioned): return self.clone(items, key_dimensions=dimensions, **kwargs) - def dro...
NdMapping.drop_dimension can drop varying dimensions
pyviz_holoviews
train
0e430b0863ac55324fee4fd7050fe8046d859f24
diff --git a/test/e2e/autoscaling/cluster_size_autoscaling.go b/test/e2e/autoscaling/cluster_size_autoscaling.go index <HASH>..<HASH> 100644 --- a/test/e2e/autoscaling/cluster_size_autoscaling.go +++ b/test/e2e/autoscaling/cluster_size_autoscaling.go @@ -619,8 +619,20 @@ var _ = SIGDescribe("Cluster size autoscaling [S...
enable scale to 0 test for gke
kubernetes_kubernetes
train
6bd933759a92b93b27bae35f40778e4459ae51e9
diff --git a/src/org/dita/dost/module/DebugAndFilterModule.java b/src/org/dita/dost/module/DebugAndFilterModule.java index <HASH>..<HASH> 100644 --- a/src/org/dita/dost/module/DebugAndFilterModule.java +++ b/src/org/dita/dost/module/DebugAndFilterModule.java @@ -195,16 +195,6 @@ final class DebugAndFilterModule impleme...
Change setsystemid setter to non-static - ID: <I>
dita-ot_dita-ot
train
77ac3290d603f51a4958c72e1c3210dff6ceedd0
diff --git a/pkg/kubectl/plugins/loader.go b/pkg/kubectl/plugins/loader.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/plugins/loader.go +++ b/pkg/kubectl/plugins/loader.go @@ -67,7 +67,7 @@ func (l *DirectoryPluginLoader) Load() (Plugins, error) { // read the base directory tree searching for plugin descriptors ...
check for walkErr before fileInfo deref
kubernetes_kubernetes
train
1ead4d114275621e5c4902c2b905bb1332321d5e
diff --git a/server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java b/server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java index <HASH>..<HASH> 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/rule/index/RuleIndex.java +++ b/server/sonar-server/src/main/java/...
SONAR-<I> allow to search for words ><I> chars in rule descriptions
SonarSource_sonarqube
train
f054c0ef25cd60df591306015009bd597eaa945a
diff --git a/colin/core/ruleset/ruleset.py b/colin/core/ruleset/ruleset.py index <HASH>..<HASH> 100644 --- a/colin/core/ruleset/ruleset.py +++ b/colin/core/ruleset/ruleset.py @@ -33,7 +33,8 @@ class Ruleset(object): """ Load ruleset for colin. - :param ruleset_name: str (name of the ruleset f...
Fix maximum line-length issues in ruleset.py
user-cont_colin
train
cf6e60995f873a15edc2f402075b9eccb45cab14
diff --git a/workitem.go b/workitem.go index <HASH>..<HASH> 100644 --- a/workitem.go +++ b/workitem.go @@ -103,11 +103,16 @@ func (c *WorkitemController) Update(ctx *app.UpdateWorkitemContext) error { jerrors, _ := jsonapi.ErrorToJSONAPIErrors(goa.ErrNotFound(fmt.Sprintf("Error updating work item: %s", err.Error())...
Fix #<I> - Disallow changing a work item's type (#<I>) Previously you could create invalid links by changing the a work item's type if a work item of such a type was already used in some link. This change prevents links between two work items from becoming invalid by disallowing you to change a work item's type. Se...
fabric8-services_fabric8-auth
train
51443a1091186899459713e2f54a9dfd949a1699
diff --git a/salt/states/virt.py b/salt/states/virt.py index <HASH>..<HASH> 100644 --- a/salt/states/virt.py +++ b/salt/states/virt.py @@ -680,7 +680,7 @@ def network_running(name, __salt__['virt.network_define'](name, bridge, ...
virt.network_define doesn't have vport as positional argument virt.network_running state calls virt.network_define with vport as a positional argument resulting in an error at runtime. Fix the state to use the vport named argument instead.
saltstack_salt
train
40e83b925894643c3b088f73c7261411e45897d2
diff --git a/src/ol/webgl/map.js b/src/ol/webgl/map.js index <HASH>..<HASH> 100644 --- a/src/ol/webgl/map.js +++ b/src/ol/webgl/map.js @@ -380,9 +380,13 @@ ol.webgl.Map.prototype.handleWebGLContextRestored = function() { */ ol.webgl.Map.prototype.redrawInternal = function() { - var animate = goog.base(this, 'redr...
Don't redraw if center or resolution is not defined
openlayers_openlayers
train
bb93edca832e8e2e1d808d95d1dfd3af6ffe4754
diff --git a/logger/async.go b/logger/async.go index <HASH>..<HASH> 100644 --- a/logger/async.go +++ b/logger/async.go @@ -63,7 +63,7 @@ func (w *asyncWriter) doWork() { type asyncLogger struct { writer *asyncWriter - log *logger + log *logger } func (l *asyncLogger) Flush() error { diff --git a/system/fake...
update fake fs to honor DryRun from ConvergeFileContentsOpts
cloudfoundry_bosh-utils
train
dff95ee714c72a81418ab681ab23ce12b5c3dc4d
diff --git a/taxtastic/refpkg.py b/taxtastic/refpkg.py index <HASH>..<HASH> 100644 --- a/taxtastic/refpkg.py +++ b/taxtastic/refpkg.py @@ -691,6 +691,7 @@ class Refpkg(object): path=self.resource_path('tree'), schema='newick', case_sensitive_taxon_labels=True, + ...
dendropy for some reason requires a the default TaxonNamespace to also declare its case sensitivity
fhcrc_taxtastic
train
4aec47ecb2e1f6c0fa46df50a02bec43d73c640b
diff --git a/cmd/apex/apex.go b/cmd/apex/apex.go index <HASH>..<HASH> 100644 --- a/cmd/apex/apex.go +++ b/cmd/apex/apex.go @@ -15,7 +15,7 @@ import ( "github.com/apex/apex/logs" "github.com/apex/apex/project" "github.com/apex/log" - "github.com/apex/log/handlers/text" + "github.com/apex/log/handlers/cli" "githu...
change to use cli apex/log handler
apex_apex
train
3907915ec793d7f240142b8b8b7519927047c211
diff --git a/packages/insomnia-app/app/plugins/context/request.js b/packages/insomnia-app/app/plugins/context/request.js index <HASH>..<HASH> 100644 --- a/packages/insomnia-app/app/plugins/context/request.js +++ b/packages/insomnia-app/app/plugins/context/request.js @@ -15,6 +15,9 @@ export function init ( getId...
Added getBodyText and setBodyText methods (#<I>)
getinsomnia_insomnia
train
db5eb82a5c6ae7b87037d7642ab231ff2b27b235
diff --git a/Dremio/src/main/java/com/dremio/exec/store/jdbc/conf/IBMSQLConf.java b/Dremio/src/main/java/com/dremio/exec/store/jdbc/conf/IBMSQLConf.java index <HASH>..<HASH> 100644 --- a/Dremio/src/main/java/com/dremio/exec/store/jdbc/conf/IBMSQLConf.java +++ b/Dremio/src/main/java/com/dremio/exec/store/jdbc/conf/IBMSQ...
Disable prepared statements (again)
IBM-Cloud_sql-query-clients
train
7622cf38ef8ade244cb1b7a720056932c9dfb3d2
diff --git a/post_office/mail.py b/post_office/mail.py index <HASH>..<HASH> 100644 --- a/post_office/mail.py +++ b/post_office/mail.py @@ -180,7 +180,7 @@ def get_queued(): - Has scheduled_time lower than the current time or None """ return Email.objects.filter(status=STATUS.queued) \ - .select_r...
reverted select_related bevause it has no effect
ui_django-post_office
train
733f576b20da8bacf4ef5813745d1a49107b970f
diff --git a/src/aria/resources/DateRes_vi_VN.js b/src/aria/resources/DateRes_vi_VN.js index <HASH>..<HASH> 100644 --- a/src/aria/resources/DateRes_vi_VN.js +++ b/src/aria/resources/DateRes_vi_VN.js @@ -27,8 +27,15 @@ Aria.resourcesDefinition({ ], // a false value for the following items mean: use sub...
fix Add the short day/month translations for VN close #<I>
ariatemplates_ariatemplates
train
2afdcf07f701fb4026acbe93fe256fc43a5883ee
diff --git a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLocksIT.java b/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLocksIT.java index <HASH>..<HASH> 100644 --- a/fcrepo-http-api/src/test/java/org/fcrepo/integration/http/api/FedoraLocksIT.java +++ b/fcrepo-http-api/src/te...
Added integration test for FedoraLocks. - demonstrating that all mime types can be retrurned - demonstrating the need to read the whole response in order to have the session close. Resolves: <URL>
fcrepo4_fcrepo4
train
84911c7303573a3a284afa13becbbf3eb79739a8
diff --git a/liquibase-core/src/main/java/liquibase/datatype/core/NVarcharType.java b/liquibase-core/src/main/java/liquibase/datatype/core/NVarcharType.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/datatype/core/NVarcharType.java +++ b/liquibase-core/src/main/java/liquibase/datatype/core...
Postgresql does not handle nvarchar type. NVarchar should be converted to varchar for Postgresql as it does not recognise nvarchar.
liquibase_liquibase
train
d4e6e8b52d79f9132362aa7e06fff2e69ad7db85
diff --git a/view/frontend/web/js/view/shipping-address/address-renderer/store-pickup.js b/view/frontend/web/js/view/shipping-address/address-renderer/store-pickup.js index <HASH>..<HASH> 100644 --- a/view/frontend/web/js/view/shipping-address/address-renderer/store-pickup.js +++ b/view/frontend/web/js/view/shipping-ad...
Automatically open store chooser popup on click.
Smile-SA_magento2-module-store-delivery
train
5263dae4367200c79a53648f2351d51b52f6922a
diff --git a/src/fake-timers-src.js b/src/fake-timers-src.js index <HASH>..<HASH> 100644 --- a/src/fake-timers-src.js +++ b/src/fake-timers-src.js @@ -585,12 +585,18 @@ function withGlobal(_global) { if (addTimerReturnsObject) { const res = { + refed: true, ref: f...
add hasRef (#<I>) * add hasRef attribute * add test to the hasRef feature * Run Prettier * Cleanup and add conditional for non-Node environments
sinonjs_lolex
train
97f828a86550810f11f127887b2da8d649b14ef7
diff --git a/lib/neovim/async_session.rb b/lib/neovim/async_session.rb index <HASH>..<HASH> 100644 --- a/lib/neovim/async_session.rb +++ b/lib/neovim/async_session.rb @@ -57,20 +57,17 @@ module Neovim # @return [void] # @see MsgpackStream#run # @see EventLoop#run - def run(session=nil) + def run(se...
Extract some private methods from AsyncSession#run
neovim_neovim-ruby
train
1412e21bf8a0572b4383ef72a7a52db6154f146f
diff --git a/src/conbo/utils/BindingUtils.js b/src/conbo/utils/BindingUtils.js index <HASH>..<HASH> 100644 --- a/src/conbo/utils/BindingUtils.js +++ b/src/conbo/utils/BindingUtils.js @@ -374,6 +374,12 @@ conbo.BindingUtils = conbo.Class.extend({}, var keys = conbo.keys(cbData); + // Prevents Conbo tryin...
Prevented processing of other attributes on cb-repeat templates
mesmotronic_conbo
train
c093f4caf56d4e34f512a4892a8cac5627931035
diff --git a/command/agent/consul/syncer.go b/command/agent/consul/syncer.go index <HASH>..<HASH> 100644 --- a/command/agent/consul/syncer.go +++ b/command/agent/consul/syncer.go @@ -25,10 +25,8 @@ package consul import ( - "crypto/tls" "fmt" "log" - "net/http" "net/url" "strings" "sync" @@ -152,66 +150,1...
Teach config.ConsulConfig how to construct a consulapi TLS client. Said differently, centralize the creation of consul's client config in one place and use it everywhere.
hashicorp_nomad
train
389ba8aeaf3399e5beeac5a0c1f340bc82ecab84
diff --git a/test/integration/server-test.js b/test/integration/server-test.js index <HASH>..<HASH> 100644 --- a/test/integration/server-test.js +++ b/test/integration/server-test.js @@ -1,4 +1,8 @@ -var chai = require("chai"), +"use strict"; + +var fs = require("fs"), + mock = require("mock-fs"), + chai = require("c...
Add test coverage for deleting unused files
Rise-Vision_rise-cache-v2
train
f5d40aa0989dc609660f17dcca1c7bf1ece675aa
diff --git a/lib/fluent/plugin/prometheus.rb b/lib/fluent/plugin/prometheus.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/prometheus.rb +++ b/lib/fluent/plugin/prometheus.rb @@ -85,6 +85,19 @@ module Fluent Fluent::Plugin::Prometheus::ExpandBuilder.new(log: log) end + def stringify_keys(...
fix: string-ify hash keys before processing
fluent_fluent-plugin-prometheus
train
1b58fd9c346016b541396e78c271ee8e85c4ff71
diff --git a/lib/instance/login_manager.rb b/lib/instance/login_manager.rb index <HASH>..<HASH> 100644 --- a/lib/instance/login_manager.rb +++ b/lib/instance/login_manager.rb @@ -267,10 +267,11 @@ module RightScale # for RightScale users # # It creates users for Managed SSH login - def create_user(com...
Added support for linux UIDs and Groups for superusers
rightscale_right_link
train
35b06456565eff11417e6d73e8ba5c172ca758a8
diff --git a/para-server/src/main/java/com/erudika/para/cache/HazelcastUtils.java b/para-server/src/main/java/com/erudika/para/cache/HazelcastUtils.java index <HASH>..<HASH> 100644 --- a/para-server/src/main/java/com/erudika/para/cache/HazelcastUtils.java +++ b/para-server/src/main/java/com/erudika/para/cache/Hazelcast...
fix for host header, now AWSJoiner works with Hazelcast <I> in production
Erudika_para
train
fa3a60ecefc9fcff23d57410136470de49dff926
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -57,6 +57,9 @@ function evaluate ( node, context ) { return evaluateArray( node.elements, context ); case 'BinaryExpression': + if (node.operator === '||') { + return evaluate( node.left, context ) ||...
Update index.js fast eval in || conditions... dont evaluate to full expression.
donmccurdy_expression-eval
train
679c1ae87befddbcb655f20fb1b4a25f2576a895
diff --git a/src/DdTrace/Encoders/TracesFormatter.php b/src/DdTrace/Encoders/TracesFormatter.php index <HASH>..<HASH> 100644 --- a/src/DdTrace/Encoders/TracesFormatter.php +++ b/src/DdTrace/Encoders/TracesFormatter.php @@ -9,12 +9,14 @@ use Iterator; class TracesFormatter { - /** @return Iterator */ public ...
Fixes a bug on the json encoding of the traces.
jcchavezs_dd-trace-php
train
fc565bf92e5b010871559902aa822f996966cecd
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Changes ======= +0.15 +---- + +- Added "pth-files" option to add libraries to extra-paths from + site .pth files. Thanks to Chris Shenton for the patch. + 0.14 ---- diff --git a/README.txt b/...
Applied the patch from Chris Shenton to add support for .pth files. Also added a test to make sure this new behaviour keeps working.
stefanfoulis_djangoprojectrecipe
train
26b3a4259d5867bb976e98e6f729a9a780e989b3
diff --git a/lib/express/plugins/content-length.js b/lib/express/plugins/content-length.js index <HASH>..<HASH> 100644 --- a/lib/express/plugins/content-length.js +++ b/lib/express/plugins/content-length.js @@ -11,9 +11,8 @@ exports.ContentLength = Plugin.extend({ response: function(event) { var response = ...
Added support for Request#halt(status, null) (empty response body)
expressjs_express
train
7d10f149e7343b70de310e5c605bfd2d144290b1
diff --git a/src/client/services/feature/feature.js b/src/client/services/feature/feature.js index <HASH>..<HASH> 100644 --- a/src/client/services/feature/feature.js +++ b/src/client/services/feature/feature.js @@ -78,7 +78,7 @@ var FeatureService = SparkBase.extend( * @param {Array} featureList * @returns {Pro...
fix(features): function syntax declaration
webex_spark-js-sdk
train
84abb73fec90eb9ead5ac51a558c1b54e2c89e18
diff --git a/tests/test-class-kirki-customizer-scripts-postmessage.php b/tests/test-class-kirki-customizer-scripts-postmessage.php index <HASH>..<HASH> 100644 --- a/tests/test-class-kirki-customizer-scripts-postmessage.php +++ b/tests/test-class-kirki-customizer-scripts-postmessage.php @@ -2,7 +2,25 @@ class Test_Cl...
add more tests for postmessage
aristath_kirki
train
9e744aa8d634157862c26bb930b8ab571350edb6
diff --git a/sdk/resourcemanager/servcheck.js b/sdk/resourcemanager/servcheck.js index <HASH>..<HASH> 100644 --- a/sdk/resourcemanager/servcheck.js +++ b/sdk/resourcemanager/servcheck.js @@ -22,7 +22,7 @@ function readPom(callback) { process.exit(1); } console.log('[INFO] reading modules ...
mgmt fix servcheck by pom profile changes (#<I>)
Azure_azure-sdk-for-java
train
72b3d49fc15f84dbaef8f9b7a38c72960721e4ea
diff --git a/src/directives/sortable.js b/src/directives/sortable.js index <HASH>..<HASH> 100644 --- a/src/directives/sortable.js +++ b/src/directives/sortable.js @@ -19,12 +19,11 @@ goog.require('ngeo'); /** - * @param {angular.$log} $log Angular log service. * @param {angular.$timeout} $timeout Angular timeout...
Don't use but goog.asserts instead
camptocamp_ngeo
train
bdd053011c3e4e7355e5af05fe9c1df387e5e339
diff --git a/tests/unit/test_tms_image.py b/tests/unit/test_tms_image.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_tms_image.py +++ b/tests/unit/test_tms_image.py @@ -50,7 +50,7 @@ class TmsImageTest(unittest.TestCase): def test_tms_image(self): img = self.gbdx.tms_image(zoom=18, bbox=[-105.004448...
fix tms off by one pixel test failing
DigitalGlobe_gbdxtools
train
9e071183192e0f155b7a7ede84900ff5d814c228
diff --git a/css/igv.css b/css/igv.css index <HASH>..<HASH> 100755 --- a/css/igv.css +++ b/css/igv.css @@ -105,6 +105,7 @@ } .igv-track-div { + position: relative; width: 100%; overflow:hidden; margin-bottom:10px; diff --git a/js/igv-utils.js b/js/igv-utils.js index <HASH>..<HASH> 100755 --- a/js/...
Cursor munging. track divs must be positioned with current scheme!
igvteam_igv.js
train
1d1d5a3d2a3698659430d0b80fdb32d9d12818f3
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js @@ -6...
Bug <I> - track performance of deployment operations
eclipse_orion.client
train
65950ad0acb3d3014077d9bfe0defc8bd468b11c
diff --git a/mode/jsx/jsx.js b/mode/jsx/jsx.js index <HASH>..<HASH> 100644 --- a/mode/jsx/jsx.js +++ b/mode/jsx/jsx.js @@ -55,7 +55,7 @@ xmlMode.skipAttribute(cx.state) state.context = new Context(CodeMirror.startState(jsMode, flatXMLIndent(cx.state)), jsMode, 0, s...
[jsx mode] Return empty token when switching inner modes So that addModeClass sees the right mode for the token Issue #<I>
codemirror_CodeMirror
train
d57649a474fcae487ecfc630379aaa452f94b487
diff --git a/sports/division.js b/sports/division.js index <HASH>..<HASH> 100644 --- a/sports/division.js +++ b/sports/division.js @@ -20,7 +20,7 @@ module.exports = function(ngin) { return Url.resolve(base, '/divisions') }, - standings: function(subseason_id) { + standings: function(subseason_id, c...
fixed team and division standings methods and tests
sportngin_ngin_client_node
train
ece27f0108cdef9d0c264bd82e52b6a4ec0ff25c
diff --git a/java/src/com/google/template/soy/passes/AddDebugAttributesPass.java b/java/src/com/google/template/soy/passes/AddDebugAttributesPass.java index <HASH>..<HASH> 100644 --- a/java/src/com/google/template/soy/passes/AddDebugAttributesPass.java +++ b/java/src/com/google/template/soy/passes/AddDebugAttributesPas...
Do not add debug attributes to dynamic tags. These may turn into calls due to soy element composition GITHUB_BREAKING_CHANGES=n/a ------------- Created by MOE: <URL>
google_closure-templates
train
affc1003f0a4ba5b36e50bfe3178deb50a30934e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,16 @@ 'use strict'; var path = require('path'); var process = require('process'); -var TsPreprocessor = require('./lib/typescript-preprocessor'); + +let TsPreprocessor; +try { + TsPreprocessor = require('./lib...
Lazily load typescript preprocessor, informing user of lazy load. Since the typescript dependencies *are* available (by way of the blueprint) after installation, add a note indicating this absence is safe during the install process but is a problem during build, serve, and test.
typed-ember_ember-cli-typescript
train
0c6eec0b4a115682840b3b9851e954b4f683e8a5
diff --git a/tornado/http1connection.py b/tornado/http1connection.py index <HASH>..<HASH> 100644 --- a/tornado/http1connection.py +++ b/tornado/http1connection.py @@ -489,7 +489,7 @@ class HTTP1Connection(httputil.HTTPConnection): elif ("Content-Length" in headers or headers.get("Transfer-Encodi...
Documentation Typo I kept misspelling "response" in my own project's docstrings and upon grepping to make sure it was totally wiped out, discovered it was also misspelled in here. Clearly the word has been misspelled since it's inception, but since we can't change English, let's update it here.
tornadoweb_tornado
train
182976290e15593936b94191875e8801e66520bc
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -33,7 +33,7 @@ return array( 'version' => '0.4.2', 'author' => 'Open Assessment Technologies SA', 'requires' => array( - 'generis' => '>=5.3.3', + 'generis' => '>=4.4.3', '...
No need for new version of generis
oat-sa_extension-tao-task-queue
train
c08b14578b0ddf3a7c64280f6209701a8d72cce0
diff --git a/examples/modeling/src/main/resources/model.gcm b/examples/modeling/src/main/resources/model.gcm index <HASH>..<HASH> 100644 --- a/examples/modeling/src/main/resources/model.gcm +++ b/examples/modeling/src/main/resources/model.gcm @@ -26,6 +26,7 @@ type GPSPosition { } index Buildings of Building using ...
* declare methods for global indexes with time are now generated
datathings_greycat
train
4dd3febe093b3b300a10784be64e25580a98b029
diff --git a/tests/test-rest-posts-controller.php b/tests/test-rest-posts-controller.php index <HASH>..<HASH> 100644 --- a/tests/test-rest-posts-controller.php +++ b/tests/test-rest-posts-controller.php @@ -288,11 +288,6 @@ class WP_Test_REST_Posts_Controller extends WP_Test_REST_Post_Type_Controller_Te $request = n...
Remove test using unregistered post status Core throws errors when unregistered post statuses are used; safe to say they shouldn't be supported
WP-API_WP-API
train
934b17070270c741ee99be0d3c70cd215bbf2ea2
diff --git a/molgenis-core/src/main/java/org/molgenis/util/GsonFactoryBean.java b/molgenis-core/src/main/java/org/molgenis/util/GsonFactoryBean.java index <HASH>..<HASH> 100644 --- a/molgenis-core/src/main/java/org/molgenis/util/GsonFactoryBean.java +++ b/molgenis-core/src/main/java/org/molgenis/util/GsonFactoryBean.ja...
Fix "Declaration has problems in Javadoc references" IntelliJ errors
molgenis_molgenis
train
230d7745f2f1bbc5099e1288ab482c92262e4126
diff --git a/examples/ndbc/buoy_type_request.py b/examples/ndbc/buoy_type_request.py index <HASH>..<HASH> 100644 --- a/examples/ndbc/buoy_type_request.py +++ b/examples/ndbc/buoy_type_request.py @@ -13,11 +13,11 @@ from siphon.simplewebservice.ndbc import NDBC #################################################### # ...
MNT: Update NDBC example for removed buoy
Unidata_siphon
train
ff8f50fcd840af737aa7c270b35422eaa07bd87a
diff --git a/ext/UiaDll/UiaDll/UiaDll.cpp b/ext/UiaDll/UiaDll/UiaDll.cpp index <HASH>..<HASH> 100644 --- a/ext/UiaDll/UiaDll/UiaDll.cpp +++ b/ext/UiaDll/UiaDll/UiaDll.cpp @@ -164,46 +164,6 @@ extern "C" { } } - __declspec ( dllexport ) int RA_FindChildren(IUIAutomationElement *pElement, IUIAutomationElement *...
get rid of RA_FindChildren / Window#count_children
jarmo_RAutomation
train
1e73acdcc5b75140fb73cb76b9c201c0fffe4119
diff --git a/test/test_kohlschuetter.py b/test/test_kohlschuetter.py index <HASH>..<HASH> 100644 --- a/test/test_kohlschuetter.py +++ b/test/test_kohlschuetter.py @@ -81,7 +81,7 @@ class TestBlockifier(object): @staticmethod def count_divs(tree): div_xpath = etree.XPath("//div") - TestBlockifi...
Test are Failing I think TestBlockifier1 was a typo. Test are passing.
dragnet-org_dragnet
train
ff907b515978c3a968ba2638febc51091135b690
diff --git a/api/opentrons/drivers/smoothie_drivers/driver_3_0.py b/api/opentrons/drivers/smoothie_drivers/driver_3_0.py index <HASH>..<HASH> 100755 --- a/api/opentrons/drivers/smoothie_drivers/driver_3_0.py +++ b/api/opentrons/drivers/smoothie_drivers/driver_3_0.py @@ -132,6 +132,13 @@ class SmoothieDriver_3_0_0: ...
Add version numbers to body of health endpoint return, and supporting functions
Opentrons_opentrons
train
8cf1d80d01dc035f775b463ad933080a21c3d717
diff --git a/forwarder/signalfxforwarder.go b/forwarder/signalfxforwarder.go index <HASH>..<HASH> 100644 --- a/forwarder/signalfxforwarder.go +++ b/forwarder/signalfxforwarder.go @@ -15,6 +15,7 @@ import ( "github.com/signalfuse/signalfxproxy/core/value" "github.com/signalfuse/signalfxproxy/protocoltypes" "io/iou...
Add timeouts for signalfx forwarder
signalfx_gateway
train
1396fb3dc7a4b9c739e245d260320eb0d3096357
diff --git a/lang/java/reef-runtime-yarn/src/main/java/org/apache/reef/runtime/yarn/client/SecurityTokenProvider.java b/lang/java/reef-runtime-yarn/src/main/java/org/apache/reef/runtime/yarn/client/SecurityTokenProvider.java index <HASH>..<HASH> 100644 --- a/lang/java/reef-runtime-yarn/src/main/java/org/apache/reef/run...
[REEF-<I>] implement SecurityTokenProvider.addToken() * Added the `.addToken()` method to the `SecurityTokenProvider` interface and its implementations * Implemented token serialization for YARN JIRA: [REEF-<I>](<URL>) Closes PR #<I>
apache_reef
train
2af8a9617b4a67b41fd1fcdfc98a86548af01596
diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/function/client/ClientHttpConnectorConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/function/client/ClientHttpC...
Revert temporary workaround for reactor resources This switches back the Reactor resources on global by default. See gh-<I> See SPR-<I>
spring-projects_spring-boot
train
ea4be5cecbe0a3855e8cc068b5be2d4a3c0296a7
diff --git a/mse/mse_test.go b/mse/mse_test.go index <HASH>..<HASH> 100644 --- a/mse/mse_test.go +++ b/mse/mse_test.go @@ -190,6 +190,7 @@ func benchmarkStream(t *testing.B, crypto CryptoMethod) { require.NoError(t, err) require.NoError(t, readAndWrite(rw, br, b)) }() + wg.Wait() t.StopTimer() if !byt...
mse: Fix race in BenchmarkStreamRC4
anacrolix_torrent
train
ac444b4a92b8d57beb402489b8b05673199c6feb
diff --git a/lib/sfn.rb b/lib/sfn.rb index <HASH>..<HASH> 100644 --- a/lib/sfn.rb +++ b/lib/sfn.rb @@ -1,5 +1,6 @@ require 'sfn/version' require 'miasma' +require 'bogo' module Sfn
Ensure bogo libs are around
sparkleformation_sfn
train
4db662e5762413f39e80222d5a3f5cf45a9ad2d9
diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index <HASH>..<HASH> 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -1651,6 +1651,9 @@ angular.module('syncthing.core') $...
gui: Ensure failed items folder path contains separator (fixes #<I>) Windows specific, due to how we handle folder paths. GitHub-Pull-Request: <URL>
syncthing_syncthing
train
52b4a19c92549c6d072d3c264f4e79b2a0830f0d
diff --git a/fireplace/card.py b/fireplace/card.py index <HASH>..<HASH> 100644 --- a/fireplace/card.py +++ b/fireplace/card.py @@ -568,7 +568,7 @@ class Minion(Character): for buff in self.buffs: # TODO: buff.setAside() instead buff.destroy() - self.zone = Zone.REMOVEDFROMGAME + self.zone = Zone.SETASIDE ...
Move morphed targets to SETASIDE instead
jleclanche_fireplace
train
41b9ae2eb6477cc0032ef0eb7e45b195078418d6
diff --git a/lib/core/engine/command/set.js b/lib/core/engine/command/set.js index <HASH>..<HASH> 100644 --- a/lib/core/engine/command/set.js +++ b/lib/core/engine/command/set.js @@ -112,7 +112,7 @@ class Set { */ async valueById(value, id) { try { - const script = `document.getElementById('${id}').val...
set value by id was broken (#<I>)
sitespeedio_browsertime
train
eebf0229815b2d2d3e53a11de300dd964b4a9ede
diff --git a/timeside/encoder/mp3.py b/timeside/encoder/mp3.py index <HASH>..<HASH> 100644 --- a/timeside/encoder/mp3.py +++ b/timeside/encoder/mp3.py @@ -117,10 +117,10 @@ class Mp3Encoder(Processor): def set_metadata(self, metadata): self.metadata = metadata - def write_metadata(self, file): + ...
use self.filename for tag writting
Parisson_TimeSide
train
064589a226c9e7c8f1860dc47b7996e9f9606ba0
diff --git a/builder/vr/builder/build.py b/builder/vr/builder/build.py index <HASH>..<HASH> 100644 --- a/builder/vr/builder/build.py +++ b/builder/vr/builder/build.py @@ -85,31 +85,7 @@ def _cmd_build(build_data, runner_cmd, make_tarball, outfolder): cmd = '/builder.sh %s /cache/buildpack_cache' % app_folder_ins...
Extract function for writing the YAML file.
yougov_vr.builder
train
edeb574b5603ae046331e429ba5ea11939109799
diff --git a/collector-http.go b/collector-http.go index <HASH>..<HASH> 100644 --- a/collector-http.go +++ b/collector-http.go @@ -4,6 +4,8 @@ import ( "github.com/apache/thrift/lib/go/thrift" "net/http" + "encoding/base64" + "encoding/json" "github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore...
post with serialized list of spans
openzipkin-contrib_zipkin-go-opentracing
train
1c4baf22a0dcb8f4a430795a820255dbacfa7b24
diff --git a/src/Serverless.js b/src/Serverless.js index <HASH>..<HASH> 100644 --- a/src/Serverless.js +++ b/src/Serverless.js @@ -23,6 +23,7 @@ class Serverless { return pattern.match(path); }, query: {}, + precompiledCollections: {}, }, options ); @@ -87,7 +88,7 ...
All options moved into constuctor
11ty_eleventy
train
1bada86295acb2326dcf432a283590c709bc04e7
diff --git a/lib/commands.js b/lib/commands.js index <HASH>..<HASH> 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -20,7 +20,7 @@ function arrayToSet (array) { } function setToArray (set) { - return [...set]; + return Array.from(set.values()); } function unique (array) { @@ -75,7 +75,9 @@ function list...
ACF-9 # remove use of spread operator
blinkmobile_cli
train
f3900248227f749065178d152d4df6039aedb4e7
diff --git a/nunaliit2-js/src/main/js/nunaliit2/n2.couchEdit.js b/nunaliit2-js/src/main/js/nunaliit2/n2.couchEdit.js index <HASH>..<HASH> 100644 --- a/nunaliit2-js/src/main/js/nunaliit2/n2.couchEdit.js +++ b/nunaliit2-js/src/main/js/nunaliit2/n2.couchEdit.js @@ -3305,7 +3305,7 @@ var AttachmentEditor = $n2.Class({ ...
Do not fail with undefinied variables when audio or video not present for recording.
GCRC_nunaliit
train
f1b36b870abad2bdbe820bacd27a45242bc3757e
diff --git a/lib/govuk_elements_form_builder/form_builder.rb b/lib/govuk_elements_form_builder/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/govuk_elements_form_builder/form_builder.rb +++ b/lib/govuk_elements_form_builder/form_builder.rb @@ -104,9 +104,17 @@ module GovukElementsFormBuilder def radio_input...
Allow value and text method options to radio_button_fieldset (#<I>) (#<I>) Allow value and text method options to radio_button_fieldset (#<I>)
ministryofjustice_govuk_elements_form_builder
train
def9c661abe492ae1cc1f5159510c2e3de3552fd
diff --git a/pybar/scans/calibrate_plsr_dac.py b/pybar/scans/calibrate_plsr_dac.py index <HASH>..<HASH> 100644 --- a/pybar/scans/calibrate_plsr_dac.py +++ b/pybar/scans/calibrate_plsr_dac.py @@ -29,7 +29,7 @@ class PlsrDacCalibration(Fei4RunBase): _default_run_conf = { "broadcast_commands": False, ...
MAINT: use one column by default
SiLab-Bonn_pyBAR
train
00a05773abe75a08b5a06b3e88423afd7b4e3fc8
diff --git a/extension-classloader/src/main/java/org/jboss/shrinkwrap/classloader/ShrinkWrapClassLoader.java b/extension-classloader/src/main/java/org/jboss/shrinkwrap/classloader/ShrinkWrapClassLoader.java index <HASH>..<HASH> 100644 --- a/extension-classloader/src/main/java/org/jboss/shrinkwrap/classloader/ShrinkWrap...
SHRINKWRAP-<I> Clear reference to the VirtualFiles and ExecutorServices on close()
shrinkwrap_shrinkwrap
train
f0deb82ceff401aa3f0f2cc31f910d9074ab8514
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ matrix: include: - - python: '2.7' - env: TRAVIS_PYTHON_VERSION='2.7' - python: '3.6' env: TRAVIS_PYTHON_VERSION='3.6' - python: '3.7' diff --git a/phono3py/sscha/sscha.py b/phono3py...
Output matrices of DispCorrMatrixMesh were changed to be the same as those of DispCorrMatrix, and test in travis for python<I> was dropped.
atztogo_phono3py
train
fe2884d3701f9bf833e4910b0b6f7eea709496fb
diff --git a/modules/cmsadmin/apis/AdminController.php b/modules/cmsadmin/apis/AdminController.php index <HASH>..<HASH> 100644 --- a/modules/cmsadmin/apis/AdminController.php +++ b/modules/cmsadmin/apis/AdminController.php @@ -16,10 +16,12 @@ class AdminController extends \admin\base\RestController $data = [];...
fixed problem with deleted, not found, blocks.
luyadev_luya
train
76b9c6331669b16ef2b7078e8fbe17e2a38ad036
diff --git a/public/bundle.js b/public/bundle.js index <HASH>..<HASH> 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -41141,6 +41141,7 @@ var VPromptIfDirty = function (_VBase) { results.push({ action: 'prompt_if_dirty', + statusCode: 412, squelch...
Add statusCode to prompt_if_dirty action result This ensures the action's result is consistent with other action results. <I> Precondition Failed was chosen to indicate that the precondition of discarding unsaved changes was not met and to communicate the action's result was not successful.
rx_presenters
train
2656064584b8941bc451242fb42885eb0ba540b7
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Please visit the project [site](https://viralogic.github.io/py-enumerable) for b 1. [Oleg Shilo](https://github.com/oleg-shilo) 2. [Sebastien Celles](https://github.com/scls19fr) +3. [Daniel Goltz](https...
Bumped version number and README.md
viralogic_py-enumerable
train
d5c470b2afe5e22a68ed419b9ad78d54cf43d292
diff --git a/sprd/view/svg/BendingTextConfigurationRendererClass.js b/sprd/view/svg/BendingTextConfigurationRendererClass.js index <HASH>..<HASH> 100644 --- a/sprd/view/svg/BendingTextConfigurationRendererClass.js +++ b/sprd/view/svg/BendingTextConfigurationRendererClass.js @@ -147,7 +147,7 @@ define(['xaml!sprd/view/s...
DEV-<I> Fill on path should be kept
spreadshirt_rAppid.js-sprd
train