hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0c7bc6124a189e5307f2bd1f960dd06495932d10
diff --git a/app/controllers/rails_admin/main_controller.rb b/app/controllers/rails_admin/main_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/rails_admin/main_controller.rb +++ b/app/controllers/rails_admin/main_controller.rb @@ -66,16 +66,14 @@ module RailsAdmin def get_sort_hash(model_config) ...
Remove Sections::List#sort_reverse because of having very limited use case Closes #<I>
sferik_rails_admin
train
c60bb401719626d394d32ed18cab37cf0f0a2127
diff --git a/src/Agent/AgentInterface.php b/src/Agent/AgentInterface.php index <HASH>..<HASH> 100644 --- a/src/Agent/AgentInterface.php +++ b/src/Agent/AgentInterface.php @@ -180,9 +180,9 @@ interface AgentInterface * Where. * @param string $where * @param array $params - * @return string + ...
Fix param/return types.
k-gun_oppa
train
aba230554f18d53efedf2f90f42afc19145d02a3
diff --git a/lib/avatars_for_rails/avatarable.rb b/lib/avatars_for_rails/avatarable.rb index <HASH>..<HASH> 100644 --- a/lib/avatars_for_rails/avatarable.rb +++ b/lib/avatars_for_rails/avatarable.rb @@ -27,6 +27,8 @@ module AvatarsForRails def check_avatar_aspect_ratio + return if logo.queued_for_write[:o...
Fix callback when there is not logo
ging_avatars_for_rails
train
a16534afa45293b0467a3489f207eb15de4497b2
diff --git a/graylog2-shared/src/main/java/org/graylog2/shared/metrics/HdrHistogram.java b/graylog2-shared/src/main/java/org/graylog2/shared/metrics/HdrHistogram.java index <HASH>..<HASH> 100644 --- a/graylog2-shared/src/main/java/org/graylog2/shared/metrics/HdrHistogram.java +++ b/graylog2-shared/src/main/java/org/gra...
guard against exception when hdr histogram is asked to track values outside its range
Graylog2_graylog2-server
train
62f8dae024ac4d5b56ff4ced47134126a8aca186
diff --git a/src/attributes.js b/src/attributes.js index <HASH>..<HASH> 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -51,7 +51,7 @@ const applyAttr = function(el, name, value) { if (value == null) { el.removeAttribute(name); } else { - let attrNS = attributeNSMap[name]; + const attrNS = at...
Changing `let` to `const`
google_incremental-dom
train
0e63ebc69655eab962cf3415ac9e3980fede1255
diff --git a/billy/web/public/urls.py b/billy/web/public/urls.py index <HASH>..<HASH> 100644 --- a/billy/web/public/urls.py +++ b/billy/web/public/urls.py @@ -3,7 +3,7 @@ from django.conf.urls.defaults import patterns, url from billy.web.public.views import (VotesList, NewsList, BillsBySubject, SponsoredBillsList...
make bills and bill filter functionality use the same url & view function
openstates_billy
train
6c054539eacc4e127153ed484145a14a6f5688db
diff --git a/raiden/network/transport/matrix/transport.py b/raiden/network/transport/matrix/transport.py index <HASH>..<HASH> 100644 --- a/raiden/network/transport/matrix/transport.py +++ b/raiden/network/transport/matrix/transport.py @@ -414,9 +414,10 @@ class MatrixTransport(Runnable): self._raiden_service: ...
Always fetch list of available Matrix servers This is necessary since we're currently use this list to construct user-ids on other homeservers in the to-device fallback communication method.
raiden-network_raiden
train
f331713fad84bcbcf0b1f22a3fa27b3f6d7690ed
diff --git a/fastlane/lib/fastlane/helper/sh_helper.rb b/fastlane/lib/fastlane/helper/sh_helper.rb index <HASH>..<HASH> 100644 --- a/fastlane/lib/fastlane/helper/sh_helper.rb +++ b/fastlane/lib/fastlane/helper/sh_helper.rb @@ -52,7 +52,7 @@ module Fastlane message += "\n#{result}" if print_command_output ...
Add shell_error! to help clean up places where we do poor error handling (#<I>)
fastlane_fastlane
train
70a081f5b4e95577dceb33cc4c81d12f056dcf7f
diff --git a/lib/cucumber/cli/configuration.rb b/lib/cucumber/cli/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/cli/configuration.rb +++ b/lib/cucumber/cli/configuration.rb @@ -136,8 +136,9 @@ module Cucumber def arrange_formats @options[:formats] << ['pretty', @out_stream] if @options...
Fix an issue where it thought I was piping multiple formats to STDOUT. Changed it to just check for actual duplication of output streams.
cucumber_cucumber-ruby
train
7293e18deaac9634e248725072ecadfc9b61bf5c
diff --git a/lib/objects/node/base.rb b/lib/objects/node/base.rb index <HASH>..<HASH> 100644 --- a/lib/objects/node/base.rb +++ b/lib/objects/node/base.rb @@ -116,7 +116,9 @@ module Bcome::Node @identifier = "NO-ID_#{Time.now.to_i}" unless @identifier #raise ::Bcome::Exception::MissingIdentifierOnView.n...
Hyphens now underscores in instance names
webzakimbo_bcome-kontrol
train
7d7a99f68894281029a3933ddd9770f2fbbc1bb4
diff --git a/modules/backend/lang/fr/lang.php b/modules/backend/lang/fr/lang.php index <HASH>..<HASH> 100644 --- a/modules/backend/lang/fr/lang.php +++ b/modules/backend/lang/fr/lang.php @@ -89,7 +89,7 @@ return [ 'updates_link' => 'Mettre à jour', 'warnings_pending' => 'Certaines anomalies mé...
Update lang.php (#<I>) Corrected dashboard warnings_link from 'Vue' to 'Voir'
octobercms_october
train
e8099ae6302140498ff39453f6b2808207779f9f
diff --git a/api/api.go b/api/api.go index <HASH>..<HASH> 100644 --- a/api/api.go +++ b/api/api.go @@ -3,7 +3,6 @@ package api import ( "encoding/json" "io/ioutil" - "log" "net/http" "github.com/gorilla/mux" @@ -20,7 +19,7 @@ func auth(handler http.Handler) http.Handler { }) } -func New(serviceBroker Se...
remove old httplogger from martini
pivotal-cf_brokerapi
train
5d6487016da8afa58947b2c51ddf91d54308cdda
diff --git a/ui/dev/src/pages/form/form.vue b/ui/dev/src/pages/form/form.vue index <HASH>..<HASH> 100644 --- a/ui/dev/src/pages/form/form.vue +++ b/ui/dev/src/pages/form/form.vue @@ -9,11 +9,10 @@ <q-toggle v-model="autofocus" label="Autofocus" /> <q-toggle v-model="dark" label="Dark" :false-value="null" /> ...
fix(QBtn): QBtn in loading state in a form should not submit form; loading state improvements #<I>
quasarframework_quasar
train
773e9a9f7983fa3dd982a153bc54eaea542305ca
diff --git a/moto/s3/responses.py b/moto/s3/responses.py index <HASH>..<HASH> 100644 --- a/moto/s3/responses.py +++ b/moto/s3/responses.py @@ -964,7 +964,7 @@ class ResponseObject(_TemplateEnvironmentMixin, ActionAuthenticatorMixin): def _bucket_response_delete_keys(self, request, body, bucket_name): te...
S3 - Allow for keyname that is just an empty space (#<I>)
spulec_moto
train
cbd84388dd7dba4311506c6f5fcd6017f9b401e4
diff --git a/src/lib/Menu/ContentRightSidebarBuilder.php b/src/lib/Menu/ContentRightSidebarBuilder.php index <HASH>..<HASH> 100644 --- a/src/lib/Menu/ContentRightSidebarBuilder.php +++ b/src/lib/Menu/ContentRightSidebarBuilder.php @@ -107,7 +107,7 @@ class ContentRightSidebarBuilder extends AbstractBuilder implements T...
EZP-<I>: Changed policy which allows to trash a Location
ezsystems_ezplatform-admin-ui
train
14758f761f221b4ec4c1f3607fc0aec8d64f0d4e
diff --git a/packages/eslint-settings/.eslintrc.js b/packages/eslint-settings/.eslintrc.js index <HASH>..<HASH> 100644 --- a/packages/eslint-settings/.eslintrc.js +++ b/packages/eslint-settings/.eslintrc.js @@ -22,6 +22,13 @@ module.exports = { ignoreRegExpLiterals: true, }, ], + "object-shortha...
[infra] Add linting rule to disallow arrow functions in object expressions (#<I>)
ringcentral_ringcentral-js-widgets
train
23617cd57254c96d493baf0c57fa9b5412308799
diff --git a/apptentive-android-sdk/src/com/apptentive/android/sdk/util/Constants.java b/apptentive-android-sdk/src/com/apptentive/android/sdk/util/Constants.java index <HASH>..<HASH> 100644 --- a/apptentive-android-sdk/src/com/apptentive/android/sdk/util/Constants.java +++ b/apptentive-android-sdk/src/com/apptentive/a...
Remove constants we no longer need.
apptentive_apptentive-android
train
ab7e5c92aed1fc22a16751b3c77ed6ec3c2cbd55
diff --git a/master/docs/bbdocs/highlighterrors.py b/master/docs/bbdocs/highlighterrors.py index <HASH>..<HASH> 100644 --- a/master/docs/bbdocs/highlighterrors.py +++ b/master/docs/bbdocs/highlighterrors.py @@ -93,3 +93,4 @@ def setup(app): of Sphinx is %s. Check disabled. """) % (sphinx.__ve...
docs: Enable multiprocess support for bbdocs.highlighterrors extension
buildbot_buildbot
train
de36116e3bec9610932fd3034fc4bc7fc8271f74
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -57,4 +57,4 @@ for tf_pkg_name in ['tensorflow', 'tensorflow-gpu']: pass assert tf_pkg is not None, 'TensorFlow needed, of version above 1.4' from distutils.version import StrictVersion -assert StrictVersion(re.sub(...
update tensorflow version check regex to parse version like <I>rc4 (previously only <I>-rc4)
openai_baselines
train
4cefaeaf4a620d89f5342223ce634a7fad383fb2
diff --git a/addon/components/new-version-notifier.js b/addon/components/new-version-notifier.js index <HASH>..<HASH> 100644 --- a/addon/components/new-version-notifier.js +++ b/addon/components/new-version-notifier.js @@ -1,6 +1,7 @@ import Component from '@glimmer/component'; import { tracked } from '@glimmer/track...
fix: action decorators not used in places (#<I>) * fix: #<I> adds action decorator to action methods * fix: #<I>, recalculation of the message not triggered (close not closing) * fix: cs
sethwebster_ember-cli-new-version
train
6666ef4d06be6386f6a7c423f1f8d6cd0cb11f14
diff --git a/plugin.php b/plugin.php index <HASH>..<HASH> 100644 --- a/plugin.php +++ b/plugin.php @@ -4,7 +4,7 @@ * Description: JSON-based REST API for WordPress, developed as part of GSoC 2013. * Author: WP REST API Team * Author URI: http://wp-api.org - * Version: 2.0-beta4 + * Version: 2.0-beta5 * Plugin U...
Bump `develop` to beta5
WP-API_WP-API
train
409c9c2589af18be15bfba7ed5c6e92ec471fb30
diff --git a/Entity/BaseProduct.php b/Entity/BaseProduct.php index <HASH>..<HASH> 100644 --- a/Entity/BaseProduct.php +++ b/Entity/BaseProduct.php @@ -157,4 +157,19 @@ class BaseProduct implements EntityInterface, ProductInterface } $this->productType = $type; } + + public function isPhysical(...
Add methods to check if the product type
modpreneur_trinity-core-entities
train
9d98905e2e547a161d4d59ae1d9fe7444b7a1015
diff --git a/src/Datasource/EntityInterface.php b/src/Datasource/EntityInterface.php index <HASH>..<HASH> 100644 --- a/src/Datasource/EntityInterface.php +++ b/src/Datasource/EntityInterface.php @@ -69,7 +69,7 @@ interface EntityInterface extends ArrayAccess, JsonSerializable * will be returned. Otherwise the hid...
correct the case for `Cake\Datasource\EntityInterface` as it can be misunderstood by some IDE and static analysis tools.
cakephp_cakephp
train
bd606c87b73e85df2cb4e759c1c3a6cf005799fb
diff --git a/app/Http/Middleware/SecurityHeaders.php b/app/Http/Middleware/SecurityHeaders.php index <HASH>..<HASH> 100644 --- a/app/Http/Middleware/SecurityHeaders.php +++ b/app/Http/Middleware/SecurityHeaders.php @@ -30,6 +30,7 @@ use Psr\Http\Server\RequestHandlerInterface; class SecurityHeaders implements Middlewa...
Opt out of google's FLoC tracking system
fisharebest_webtrees
train
ae4573b27c839c74a5e00d570a846c773e07a8af
diff --git a/lib/unitwise/atom.rb b/lib/unitwise/atom.rb index <HASH>..<HASH> 100644 --- a/lib/unitwise/atom.rb +++ b/lib/unitwise/atom.rb @@ -61,7 +61,15 @@ module Unitwise end def root_terms - measurement.root_terms unless terminal? + base? ? [Term.new(atom_code: primary_code)] : measurement.roo...
Implement comparable, add to_s/inspect methods
joshwlewis_unitwise
train
f2de4f20193f014e8bcab3031edfe15b13ff8998
diff --git a/command/agent/agent.go b/command/agent/agent.go index <HASH>..<HASH> 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -158,6 +158,9 @@ func (a *Agent) serverConfig() (*nomad.Config, error) { conf.SerfConfig.MemberlistConfig.BindPort = port } a.serverHTTPAddr = fmt.Sprintf("%v:%v",...
Using advertise addr for the http address
hashicorp_nomad
train
5936415b09aeeafc2c1a1d04c923289f1af376b8
diff --git a/src/Psalm/Internal/Fork/Pool.php b/src/Psalm/Internal/Fork/Pool.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Fork/Pool.php +++ b/src/Psalm/Internal/Fork/Pool.php @@ -51,10 +51,12 @@ class Pool 'The pool size must be >= 2 to use the fork pool.' ); - \assert( - ...
Exit if trying to use --threads without pcntl extension
vimeo_psalm
train
dc3b1fa71512ee54567472017ec4aede0b2cde33
diff --git a/assets/javascripts/kitten/components/cards/project-card.test.js b/assets/javascripts/kitten/components/cards/project-card.test.js index <HASH>..<HASH> 100644 --- a/assets/javascripts/kitten/components/cards/project-card.test.js +++ b/assets/javascripts/kitten/components/cards/project-card.test.js @@ -103,7...
Fix some test warnings (#<I>)
KissKissBankBank_kitten
train
bdbda32da1d4849e85c112067a0706745cacc594
diff --git a/lib/pling.rb b/lib/pling.rb index <HASH>..<HASH> 100644 --- a/lib/pling.rb +++ b/lib/pling.rb @@ -2,11 +2,16 @@ require "pling/version" module Pling - autoload :Device, 'pling/device' - autoload :Message, 'pling/message' - autoload :Gateway, 'pling/gateway' + autoload :Device, 'pling/device...
Adds Pling.deliver and extends Pling to use both middle wares and adapters
flinc_pling
train
f58fbebba6ddceebc321cb8d717a161b44186aab
diff --git a/django_extensions/management/commands/sqldiff.py b/django_extensions/management/commands/sqldiff.py index <HASH>..<HASH> 100644 --- a/django_extensions/management/commands/sqldiff.py +++ b/django_extensions/management/commands/sqldiff.py @@ -492,8 +492,9 @@ class SQLDiff(object): conti...
mysql does not have and/or introspect and fill the `orders` attribute of constraint information
django-extensions_django-extensions
train
de66180167e7efda297ad81ece0f2d2953f81fb3
diff --git a/src/components/scrollHeader/scrollHeader.js b/src/components/scrollHeader/scrollHeader.js index <HASH>..<HASH> 100644 --- a/src/components/scrollHeader/scrollHeader.js +++ b/src/components/scrollHeader/scrollHeader.js @@ -6,6 +6,7 @@ * Scrollable content */ angular.module('material.components.scrollHe...
chore(scrollHeader): Unit test and cleanup
angular_material
train
0d10d7b6b4ebdeb43347819730a46bf117899462
diff --git a/salt/grains/core.py b/salt/grains/core.py index <HASH>..<HASH> 100644 --- a/salt/grains/core.py +++ b/salt/grains/core.py @@ -471,6 +471,8 @@ def _virtual(osdata): zone = __salt__['cmd.run']('{0}'.format(zonename)) if zone != "global": grains['virtual'] = 'zone' +...
grains/core : add useful information from SmartOS zone This patch is intended for SmartOS users who are using OS virtualization. You can now have access to : - pkgsrcversion - imageversion
saltstack_salt
train
8700ed1379e0089fd7c8df1743403dd09ec4baf4
diff --git a/chef/lib/chef/cookbook_version.rb b/chef/lib/chef/cookbook_version.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/cookbook_version.rb +++ b/chef/lib/chef/cookbook_version.rb @@ -549,11 +549,16 @@ class Chef end private :preferences_for_path - def to_json(*a) + def to_hash resul...
add to_json to cookbook version
chef_chef
train
22f5e45811acd18b2940666524d6959bb06e155a
diff --git a/core/src/main/java/com/google/bitcoin/script/Script.java b/core/src/main/java/com/google/bitcoin/script/Script.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/script/Script.java +++ b/core/src/main/java/com/google/bitcoin/script/Script.java @@ -660,10 +660,7 @@ public class Scr...
Remove incorrect execution of OP_0. That code was never reached, because OP_0 is not an opcode in terms of chunk.isOpCode()). However, it lead to believe that OP_0 pushes the vector [0], rather than correctly the empty vector to the stack. Because the code was never executed, this bug could never trigger a test. Afaic...
bitcoinj_bitcoinj
train
4b14aa1b0a9ff145ce263e3d95e6067c5f19c9d4
diff --git a/tests/questions/test_questions_base.py b/tests/questions/test_questions_base.py index <HASH>..<HASH> 100644 --- a/tests/questions/test_questions_base.py +++ b/tests/questions/test_questions_base.py @@ -105,11 +105,11 @@ class QuestionsBaseTestCase(unittest2.TestCase): {'text': 'Derelik', '...
Fixing tests based because of the eveimageserver library switch
evetrivia_thanatos
train
ebc7a139a1328300408c2561bbc8e9e9781cf74a
diff --git a/tests/spec/Digbang/Security/Auth/EmailerSpec.php b/tests/spec/Digbang/Security/Auth/EmailerSpec.php index <HASH>..<HASH> 100644 --- a/tests/spec/Digbang/Security/Auth/EmailerSpec.php +++ b/tests/spec/Digbang/Security/Auth/EmailerSpec.php @@ -31,6 +31,9 @@ class EmailerSpec extends ObjectBehavior $this...
UserInterface doesn't have name and email properties because they are magical __get calls.
digbang_security
train
3eac183d8cb1d00d59dc4a7ebf6c472f8db23e86
diff --git a/src/mousetracker.js b/src/mousetracker.js index <HASH>..<HASH> 100644 --- a/src/mousetracker.js +++ b/src/mousetracker.js @@ -943,7 +943,7 @@ if( event.touches.length === 1 && event.targetTouches.length === 1 && event.changedTouches.length === 1 && - THIS[ tr...
Fix handling of touchmove events on Android Dragging the canvas did not work on Android devices as the === check for lastTouch and the current event was always evaluating to false. Presumably Safari on iOS re-uses the same Touch object for touchmove events with the same finger, whereas Chrome/Firefox on Android create...
openseadragon_openseadragon
train
1477af8c63543238813a916221dee9fe90bea1e5
diff --git a/.babelrc b/.babelrc index <HASH>..<HASH> 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,7 @@ { "presets": [ "es2015", "react" ], - "plugins": [ "transform-object-rest-spread", "add-module-exports" ] + "plugins": [ + "transform-object-rest-spread", + "add-module-exports" + ] } diff --git a/sr...
Added mangle false to js minify in webpack.
grommet_grommet
train
7cdbc7ea896833b2fd8b564826ca3010c29c13bd
diff --git a/salesforce/tests/test_integration.py b/salesforce/tests/test_integration.py index <HASH>..<HASH> 100644 --- a/salesforce/tests/test_integration.py +++ b/salesforce/tests/test_integration.py @@ -508,8 +508,9 @@ class BasicSOQLTest(TestCase): self.assertLessEqual(len(leads_list), 2000) print("Not eno...
Fixed statistics of big query test as skipped if not enough data.
django-salesforce_django-salesforce
train
09242b166268231402c2efec1836b20f1b5a60ed
diff --git a/lib/bench/summarize.rb b/lib/bench/summarize.rb index <HASH>..<HASH> 100644 --- a/lib/bench/summarize.rb +++ b/lib/bench/summarize.rb @@ -53,23 +53,27 @@ module Bench end # class LeafNode def initialize - @by = [] + @nodes = [] @aggregators = {} yield self end ...
Opened the ability to add other kind of nodes in Summarize
blambeau_viiite
train
53649f4b95da713630033c60186cff5a2bf7778f
diff --git a/src/org/jgroups/protocols/pbcast/CoordGmsImpl.java b/src/org/jgroups/protocols/pbcast/CoordGmsImpl.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/protocols/pbcast/CoordGmsImpl.java +++ b/src/org/jgroups/protocols/pbcast/CoordGmsImpl.java @@ -17,7 +17,7 @@ import java.util.concurrent.locks.Reentrant...
leader sets merge_id right away, otherwise it cannot correlate responses from other which are faster than the leader itself
belaban_JGroups
train
997546d2ff79aa21db240b9607c39ae73935b96c
diff --git a/lib/undies/source.rb b/lib/undies/source.rb index <HASH>..<HASH> 100644 --- a/lib/undies/source.rb +++ b/lib/undies/source.rb @@ -12,5 +12,13 @@ module Undies @block = block end + def markup + self.block || self.file + end + + def layout + self.file if self.block + end +...
making the source aware of marku vs layout
redding_undies
train
4bad04172b6073dfed02b5f867b71863724617cd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup(name='satyr', packages=['satyr'], long_description=(open('README.rst').read() if exists('README.rst') else ''), - install_requires=[], + install_requires=['...
Added cloudpickle to dependencies
daskos_mentor
train
301523fe76201c1450f97ef6098b6f17d8b054fd
diff --git a/colorama/winterm.py b/colorama/winterm.py index <HASH>..<HASH> 100644 --- a/colorama/winterm.py +++ b/colorama/winterm.py @@ -27,9 +27,10 @@ class WinTerm(object): self._default_fore = self._fore self._default_back = self._back self._default_style = self._style + self._lig...
Added separate _light attribute for Windows
tartley_colorama
train
6ff6f3095aeedb55859ce1bad2fb39f0b8a93673
diff --git a/segments/username.py b/segments/username.py index <HASH>..<HASH> 100644 --- a/segments/username.py +++ b/segments/username.py @@ -8,6 +8,11 @@ def add_username_segment(): import os user_prompt = ' %s ' % os.getenv('USER') - powerline.append(user_prompt, Color.USERNAME_FG, Color.USERN...
Show username segment in red if the current user is root
b-ryan_powerline-shell
train
51b08f7244dc0e4f3d0b40e0b88517fd541d9444
diff --git a/src/openbandparams/iii_v/binary.py b/src/openbandparams/iii_v/binary.py index <HASH>..<HASH> 100644 --- a/src/openbandparams/iii_v/binary.py +++ b/src/openbandparams/iii_v/binary.py @@ -193,9 +193,8 @@ class Binary(Base): Returns the bandgap, Eg, in electron Volts at a given temperature, ...
fixed issue #<I> and added a test case for it
scott-maddox_openbandparams
train
0aba3b31df82c6979d57ff201d759b93d25209d0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,6 @@ var CSGOClient = function CSGOClient(steamClient, debug) { var self = this; this._client.on("fromGC", function fromGC(app, type, message, callback) { - /* Routes messages from Game Coordinator to thei...
Removed some dota 2 stuff
joshuaferrara_node-csgo
train
7e86a4db8a703fbf1e6f4d1a5cdd29f170b1cffa
diff --git a/lib/counter_culture/extensions.rb b/lib/counter_culture/extensions.rb index <HASH>..<HASH> 100644 --- a/lib/counter_culture/extensions.rb +++ b/lib/counter_culture/extensions.rb @@ -36,7 +36,13 @@ module CounterCulture if: -> (model) { !model.paranoia_destroyed? } end - ...
Dont update running total on discarded records
magnusvk_counter_culture
train
9dcc9facf025eb8043503987431af4b3bfe46a0f
diff --git a/src/Symfony/Component/Console/Output/Output.php b/src/Symfony/Component/Console/Output/Output.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Console/Output/Output.php +++ b/src/Symfony/Component/Console/Output/Output.php @@ -36,16 +36,16 @@ abstract class Output implements OutputInterface ...
[Console] fix abstract Output class that fasly claims to support guessing of decorated variable. Also we don't need to typecast to boolean as its already done by the formatter and its his responsibility
symfony_symfony
train
e9cf7d9e17d3d52e25707b24bc7b0e6e45788aca
diff --git a/network/firewall.go b/network/firewall.go index <HASH>..<HASH> 100644 --- a/network/firewall.go +++ b/network/firewall.go @@ -227,7 +227,7 @@ type ListMachineRulesInput struct { } func (c *FirewallClient) ListMachineRules(ctx context.Context, input *ListMachineRulesInput) ([]*FirewallRule, error) { - p...
Fix endpoint for compute.ListMachineRules This wasn't as per the documentation <URL>
joyent_triton-go
train
3ada984ba1960c9eb4358bf3fc5586e2a944ed73
diff --git a/wcomponents-examples/src/main/java/com/github/bordertech/wcomponents/examples/picker/MenuPanel.java b/wcomponents-examples/src/main/java/com/github/bordertech/wcomponents/examples/picker/MenuPanel.java index <HASH>..<HASH> 100755 --- a/wcomponents-examples/src/main/java/com/github/bordertech/wcomponents/ex...
Improve recently accessed list Improve the method for removing menuItems in the recently accessed list.
BorderTech_wcomponents
train
c9328b72b28cf91cc8dfcd8fa35cbacfa5882585
diff --git a/spock/plugins/helpers/physics.py b/spock/plugins/helpers/physics.py index <HASH>..<HASH> 100644 --- a/spock/plugins/helpers/physics.py +++ b/spock/plugins/helpers/physics.py @@ -52,7 +52,11 @@ class PhysicsCore(object): def move_target(self, vector): vector.y = self.pos.y - self.dire...
Physics update I meant to push ages ago
SpockBotMC_SpockBot
train
ae0ef7e33d55bb3d99d21c517ef9abf5c2b551a9
diff --git a/src/library_visual_scenes/parse-visual-scenes.js b/src/library_visual_scenes/parse-visual-scenes.js index <HASH>..<HASH> 100644 --- a/src/library_visual_scenes/parse-visual-scenes.js +++ b/src/library_visual_scenes/parse-visual-scenes.js @@ -11,7 +11,8 @@ function ParseVisualScenes (library_visual_scenes) ...
fix for when armature scale isn't present
chinedufn_collada-dae-parser
train
7b6b0ecb445da55478e29d738c693ed13e08d231
diff --git a/scriptblock.js b/scriptblock.js index <HASH>..<HASH> 100644 --- a/scriptblock.js +++ b/scriptblock.js @@ -46,7 +46,11 @@ ScriptblockPlugin.prototype.interact = function(target) { // interact (right-click) with top to set script, other sides to run // TODO: run script when block takes damage instead (...
Allow canceling script prompt() to not change it
voxel_voxel-scriptblock
train
3cb65af35208cd51ce25f714cfc99effa2c60282
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,26 @@ hash for *SELECT* queries. Binding hash values are instances of `Redlander::Node For query options and available query languages refer to `Model#query` documentation. +### Notes on Nodes + +For detai...
added an option to create resource nodes directly from strings
cordawyn_redlander
train
a6e636b06adf1b6608b01aab295ca66384e02313
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/agent/builder/AgentBuilder.java b/byte-buddy-dep/src/main/java/net/bytebuddy/agent/builder/AgentBuilder.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/agent/builder/AgentBuilder.java +++ b/byte-buddy-dep/src/main/java/net/bytebud...
Defined private constructor for marker class loader.
raphw_byte-buddy
train
7c279a2e28b28d76f63083ad26d60569030b5f32
diff --git a/tinylog-impl/src/main/java/org/tinylog/core/WritingThread.java b/tinylog-impl/src/main/java/org/tinylog/core/WritingThread.java index <HASH>..<HASH> 100644 --- a/tinylog-impl/src/main/java/org/tinylog/core/WritingThread.java +++ b/tinylog-impl/src/main/java/org/tinylog/core/WritingThread.java @@ -25,7 +25,...
Less strict code of the TinylogLoggingProvider #<I>. WritingThread needs to be public to allow its use outside TinyLog packages.
pmwmedia_tinylog
train
eddb5401cf631be408bfed1414e71137781e498f
diff --git a/src/Synapse/Mapper/AbstractMapper.php b/src/Synapse/Mapper/AbstractMapper.php index <HASH>..<HASH> 100644 --- a/src/Synapse/Mapper/AbstractMapper.php +++ b/src/Synapse/Mapper/AbstractMapper.php @@ -67,6 +67,8 @@ abstract class AbstractMapper implements LoggerAwareInterface { $this->dbAdapter ...
Refs #<I> - Call AbstractMapper::initialize() from the constructor instead of the execute method. Also set the $initialized property, which previously was never set.
synapsestudios_synapse-base
train
7850606d2f4bff63360e08a34e1e573c6ed7e199
diff --git a/salt/version.py b/salt/version.py index <HASH>..<HASH> 100644 --- a/salt/version.py +++ b/salt/version.py @@ -19,11 +19,7 @@ try: warnings.simplefilter("ignore") return _deprecated_linux_distribution(**kwargs) except ImportError: - try: - from distro import linux_distri...
Removed msi installer related code
saltstack_salt
train
327390704409467b72688b2dc1301f4bce960ff5
diff --git a/core/src/test/java/de/javakaffee/web/msm/MemcachedBackupSessionTest.java b/core/src/test/java/de/javakaffee/web/msm/MemcachedBackupSessionTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/de/javakaffee/web/msm/MemcachedBackupSessionTest.java +++ b/core/src/test/java/de/javakaffee/web/msm/Memca...
Merge PR #<I>: Make MemcachedBackupSessionTest.testRefCount more robust PR text: This test can fail at line <I> because sometimes the same thread will be used in the pool and so the reference is not incremented. I don't know exactly what this means for the semantics involved.
magro_memcached-session-manager
train
fb3c35243f769e1b79f717340f9ae50f2ffed0bd
diff --git a/packages/vaex-core/vaex/expresso.py b/packages/vaex-core/vaex/expresso.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/expresso.py +++ b/packages/vaex-core/vaex/expresso.py @@ -310,6 +310,9 @@ class SimplifyExpression(ast.NodeTransformer): return num(0) elif isins...
expresso: optimization for 0/...
vaexio_vaex
train
25a0512dd97769fc5153afc6e26af298506c542f
diff --git a/lib/solargraph/source/updater.rb b/lib/solargraph/source/updater.rb index <HASH>..<HASH> 100644 --- a/lib/solargraph/source/updater.rb +++ b/lib/solargraph/source/updater.rb @@ -45,43 +45,6 @@ module Solargraph end text end - - # This is an insane hack to fix a discrepancy in ...
Updater no longer relies on effective_changes.
castwide_solargraph
train
6f903479c9cbec38a0db39a7098f00b24e6b83ef
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -124,8 +124,10 @@ function applyVirtualsToChildren(doc, schema, res, virtuals, parent) { } } - attachVirtuals.call(doc, _schema, _doc, virtualsForChild, res); - attachedVirtuals = true; + if (virtualsFor...
Fix and add test when using nested objects with children
vkarpov15_mongoose-lean-virtuals
train
571c14adf9eea724fe27c8206a8dbb8fcdbc8db1
diff --git a/src/Composer/DependencyResolver/DefaultPolicy.php b/src/Composer/DependencyResolver/DefaultPolicy.php index <HASH>..<HASH> 100644 --- a/src/Composer/DependencyResolver/DefaultPolicy.php +++ b/src/Composer/DependencyResolver/DefaultPolicy.php @@ -75,7 +75,7 @@ class DefaultPolicy implements PolicyInterface ...
Prefer original packages over replaced packages of same repository priority
mothership-ec_composer
train
69d7b6f47a30e24ebc3537473f7508b9f8d48fc3
diff --git a/src/Support/RulesInFields.php b/src/Support/RulesInFields.php index <HASH>..<HASH> 100644 --- a/src/Support/RulesInFields.php +++ b/src/Support/RulesInFields.php @@ -27,7 +27,7 @@ class RulesInFields } /** - * @return array<array> + * @return array<string,mixed> */ public fun...
Adjust returned value to match what is returned from getRules
rebing_graphql-laravel
train
af0893c72ead794f5becd1d64824a45fc87bfddc
diff --git a/doc/source/conf.py b/doc/source/conf.py index <HASH>..<HASH> 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,7 +34,7 @@ print pyemma.__version__ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', - 'sphinxcontrib.napoleon', + 'sphinx.ext.napoleon', 'sphinx....
changed the conf.py to include the sphinx.ext.napoleon and other minor changes
markovmodel_PyEMMA
train
a8fbe1c2a0ab6c46e0105a5329ae26fadec9f886
diff --git a/app/assets/javascripts/filterrific/filterrific-jquery.js b/app/assets/javascripts/filterrific/filterrific-jquery.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/filterrific/filterrific-jquery.js +++ b/app/assets/javascripts/filterrific/filterrific-jquery.js @@ -21,6 +21,8 @@ if (typeof Filterri...
Trigger events before and after ajax call Events loadingFilterrificResults and loadedFilterrificResults will be triggered by the filterrific form.
jhund_filterrific
train
0e65971f16ee1684b6bfe397cc751cd341eb36ac
diff --git a/lib/jekyll-admin/server.rb b/lib/jekyll-admin/server.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll-admin/server.rb +++ b/lib/jekyll-admin/server.rb @@ -74,6 +74,8 @@ module JekyllAdmin end body << "\n---\n\n" body << request_payload["raw_content"].to_s + body << "\n" unl...
Ensure a blank line at end of document (#<I>) Currently, editing a page / document via the MarkdownEditor interface removes the blank line at the end of the file. This change ensures that a blank line is injected if it has been removed or doesn't exist otherwise.
jekyll_jekyll-admin
train
e2da4e084f50b4fe38f2b4caae816bf461c903ef
diff --git a/packages/react-dock/src/Dock.js b/packages/react-dock/src/Dock.js index <HASH>..<HASH> 100644 --- a/packages/react-dock/src/Dock.js +++ b/packages/react-dock/src/Dock.js @@ -244,7 +244,9 @@ export default class Dock extends Component { }; componentDidMount() { + window.addEventListener('touchend...
feature(react-dock): add touch events (#<I>) * Touch events Enable to resize the dock on touch devices by handling touch events in addition to mouse events * Prettifying `yarn run prettify` command prettifying.
reduxjs_redux-devtools
train
b5e067e0862925ecbe2f68ff894ded3ed697363c
diff --git a/api/ParserService.js b/api/ParserService.js index <HASH>..<HASH> 100644 --- a/api/ParserService.js +++ b/api/ParserService.js @@ -36,10 +36,10 @@ var app = express.createServer(); app.use(express.bodyParser()); app.get('/', function(req, res){ - res.write('<body><strong>Welcome to the alpha test web se...
Some more web service tweaks * Stay in round-trip mode in HTML DOM output * Return DOM, wikitext and diff as soon as they are available Change-Id: I7f8f<I>cfe8eed<I>a<I>d<I>d<I>c<I>cb6b1b
wikimedia_parsoid
train
75b403ed472ff8e94514d278583dde394ea3dfa5
diff --git a/remote.go b/remote.go index <HASH>..<HASH> 100644 --- a/remote.go +++ b/remote.go @@ -42,14 +42,6 @@ var remoteErrors = map[int]string{ 32: "invalid selector", } -const ( - // DefaultURLPrefix is the default HTTP endpoint that offers the WebDriver - // API. - DefaultURLPrefix = "http://127.0.0.1:4444/...
Rearrange where some package-level constants and variables are in remote.go
tebeka_selenium
train
e50eedea56e68f6525f9f011d09ebaea7c4c5d7e
diff --git a/foolbox/adversarial.py b/foolbox/adversarial.py index <HASH>..<HASH> 100644 --- a/foolbox/adversarial.py +++ b/foolbox/adversarial.py @@ -188,7 +188,7 @@ class Adversarial(object): """Returns True if a threshold is given and the currently best adversarial distance is smaller than the thre...
Add forward_and_gradient support to Adversarial
bethgelab_foolbox
train
40772cbbe5cd30b5f46bdbeb24a7844c7f952250
diff --git a/set.go b/set.go index <HASH>..<HASH> 100644 --- a/set.go +++ b/set.go @@ -270,10 +270,6 @@ type CompressedSetIter struct { // Next moves the iterator forward, returning true if there a KSUID was found, // or false if the iterator as reached the end of the set it was created from. func (it *CompressedSet...
Fix CompressedSetIter when set ends in a sequence (#<I>)
segmentio_ksuid
train
2d38ac96fb0fb2c48651f97d5e74176b847d942c
diff --git a/misc/log4j/src/main/java/org/openscience/cdk/tools/LoggingTool.java b/misc/log4j/src/main/java/org/openscience/cdk/tools/LoggingTool.java index <HASH>..<HASH> 100644 --- a/misc/log4j/src/main/java/org/openscience/cdk/tools/LoggingTool.java +++ b/misc/log4j/src/main/java/org/openscience/cdk/tools/LoggingToo...
Catching the more specific SecurityException instead of the general Exception to avoid just swallowing all exceptions that might occur
cdk_cdk
train
71d5e4dd8d4f21dc526a4f6e59fde11ae8dcc57f
diff --git a/lib/acmesmith/command.rb b/lib/acmesmith/command.rb index <HASH>..<HASH> 100644 --- a/lib/acmesmith/command.rb +++ b/lib/acmesmith/command.rb @@ -68,10 +68,11 @@ module Acmesmith execute_post_issue_hooks(common_name) end - desc "post_issue_hooks COMMON_NAME", "Run all post-issueing hooks f...
pointless begin/end, rename command
sorah_acmesmith
train
1be995fe56e52bb1bdd5abf2578d28ac8a4db868
diff --git a/go/client/chat_cli_rendering.go b/go/client/chat_cli_rendering.go index <HASH>..<HASH> 100644 --- a/go/client/chat_cli_rendering.go +++ b/go/client/chat_cli_rendering.go @@ -109,7 +109,8 @@ func (v conversationListView) show(g *libkb.GlobalContext, myUsername string, sh unread = "" } if m.M...
quick fix for kbc list (#<I>)
keybase_client
train
8195a364b53bd2e61960a21aebb41b1cb8eb71f5
diff --git a/test/features/router/misc.js b/test/features/router/misc.js index <HASH>..<HASH> 100644 --- a/test/features/router/misc.js +++ b/test/features/router/misc.js @@ -61,4 +61,27 @@ describe('router - misc', function() { }); }); + it('should log the request ID for a 404', function() { + ...
Add a test controlling request IDs are output even for errors
wikimedia_restbase
train
66959f9e7ab5f1c89273eb7c458dda76dee9668b
diff --git a/spyderlib/widgets/dataframeeditor.py b/spyderlib/widgets/dataframeeditor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/dataframeeditor.py +++ b/spyderlib/widgets/dataframeeditor.py @@ -473,7 +473,7 @@ class DataFrameEditor(QDialog): self.setLayout(self.layout) self.setWindowIcon...
Variable Explorer: Add object name to Series and DataFrame editors Fixes #<I>
spyder-ide_spyder
train
2ab19a75836271696abae600bdac12b1e4282b23
diff --git a/lib/riemann/client.rb b/lib/riemann/client.rb index <HASH>..<HASH> 100644 --- a/lib/riemann/client.rb +++ b/lib/riemann/client.rb @@ -70,6 +70,11 @@ class Riemann::Client (response.states || []) end + def connect + # NOTE: connections are made automatically on send + puts "Riemann client...
Fixes and cleanup as suggested by @eric See <URL>
riemann_riemann-ruby-client
train
ab3da939096a677b9bbabc17fdc974a74e60f73e
diff --git a/lib/www_applet.rb b/lib/www_applet.rb index <HASH>..<HASH> 100644 --- a/lib/www_applet.rb +++ b/lib/www_applet.rb @@ -33,6 +33,8 @@ class WWW_Applet < BasicObject INVALID_CSS_CLASS_CHARS = /[^a-z0-9\#\:\_\-\.\ ]/i INVALID_CSS_PROP_NAME_CHARS = /[^a-z0-9-]/i + HASH = '#' + DOT = '...
Fixed: css psuedo classes with :on
da99_www_app
train
0db509d0b5413d80658a088f87da82da8c46389c
diff --git a/bin/now-deploy.js b/bin/now-deploy.js index <HASH>..<HASH> 100755 --- a/bin/now-deploy.js +++ b/bin/now-deploy.js @@ -320,19 +320,19 @@ async function sync(token) { } } else if (hasPackage) { if (debug) { - console.log('[debug] `package.json` found, assuming `deploymentType` = `np...
Missing greather-than-sign added
zeit_now-cli
train
f5bc9b1dee0f6b6312b1217b66ed33aa94ceff84
diff --git a/closure/goog/proto2/fielddescriptor.js b/closure/goog/proto2/fielddescriptor.js index <HASH>..<HASH> 100644 --- a/closure/goog/proto2/fielddescriptor.js +++ b/closure/goog/proto2/fielddescriptor.js @@ -96,8 +96,8 @@ goog.proto2.FieldDescriptor = function(messageType, tag, metadata) { /** * Is it p...
Deserializing 'Infinity', '-Infinity' and 'NaN' strings as valid numerical values. ------------- Created by MOE: <URL>
google_closure-library
train
0b4155f37ce223f0c5098dd49cec87044699d663
diff --git a/qa_tests/risk/event_based/case_3/test.py b/qa_tests/risk/event_based/case_3/test.py index <HASH>..<HASH> 100644 --- a/qa_tests/risk/event_based/case_3/test.py +++ b/qa_tests/risk/event_based/case_3/test.py @@ -23,7 +23,8 @@ from qa_tests import risk from openquake.engine.db import models -# FIXME(lp)....
removed unreproducible data from qa tests
gem_oq-engine
train
fd1da49d9819d5099c5b9def5398a8c7ce0dd8f8
diff --git a/reader.go b/reader.go index <HASH>..<HASH> 100644 --- a/reader.go +++ b/reader.go @@ -157,11 +157,11 @@ func (q *Reader) SetLogger(logger *log.Logger, lvl LogLevel) { q.logLvl = lvl } -// ConnectionMaxInFlight calculates the per-connection max-in-flight count. +// perConnMaxInFlight calculates the per...
reader: drop SetMaxInFlight; un-export ConnectionMaxInFlight
nsqio_go-nsq
train
96578f42a2592415d132caaf59e784a8e5d1f9ce
diff --git a/src/main/java/graphql/schema/idl/SchemaGenerator.java b/src/main/java/graphql/schema/idl/SchemaGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/java/graphql/schema/idl/SchemaGenerator.java +++ b/src/main/java/graphql/schema/idl/SchemaGenerator.java @@ -22,6 +22,7 @@ import graphql.language.StringV...
fix union type generation (test missing)
graphql-java_graphql-java
train
a89e7741b7db3310f0cf4590aa28cd5425e7e622
diff --git a/requirements.txt b/requirements.txt index <HASH>..<HASH> 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ jinja2>=2.2 requests>=2.10.0 six xmltodict +lxml diff --git a/rtcclient/client.py b/rtcclient/client.py index <HASH>..<HASH> 100644 --- a/rtcclient/client.py +++ b/rtcclient/clie...
fix issue #<I>: workitem creation bug
dixudx_rtcclient
train
f00e72825c54b15217fbe179d9bb8fed48e2de7e
diff --git a/WrightTools/data/_data.py b/WrightTools/data/_data.py index <HASH>..<HASH> 100644 --- a/WrightTools/data/_data.py +++ b/WrightTools/data/_data.py @@ -457,30 +457,29 @@ class Data(Group): new_shape = list(self[channel].shape) new_shape[axis_index] = 1 + rtype = self[ch...
Ensure proper dtype support in collapse (#<I>) * Ensure proper dtype support in collapse Also ensures that actions which would result in single numbers keep their dimensionality * Trapz doesn't accept keepdims * Ensure average/integrate is at least float, but preserve if float<I> or complex
wright-group_WrightTools
train
eb2b81c766a6f9bf3c27ae0a494ae82956fb8555
diff --git a/railties/lib/commands/dbconsole.rb b/railties/lib/commands/dbconsole.rb index <HASH>..<HASH> 100644 --- a/railties/lib/commands/dbconsole.rb +++ b/railties/lib/commands/dbconsole.rb @@ -47,7 +47,7 @@ when "mysql" args << config['database'] - exec(find_cmd('mysql5', 'mysql'), *args) + exec(find_cmd...
Reverse the priority of the mysql commands in dbconsole
rails_rails
train
be8738af08bee64ab72d1b61f3723bf6a390d6b9
diff --git a/src/com/google/javascript/refactoring/examples/refasterjs/set_element_href.js b/src/com/google/javascript/refactoring/examples/refasterjs/set_element_href.js index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/refactoring/examples/refasterjs/set_element_href.js +++ b/src/com/google/javascript/refac...
Extend refactoring examples for DOM XSS sinks to also catch implicit string coercions. ------------- Created by MOE: <URL>
google_closure-compiler
train
eb484812b21fd7e6fb2f210e368b6edad3c6cf73
diff --git a/internal/goofys_test.go b/internal/goofys_test.go index <HASH>..<HASH> 100644 --- a/internal/goofys_test.go +++ b/internal/goofys_test.go @@ -634,7 +634,10 @@ func (s *GoofysTest) TestCreateFiles(t *C) { resp, err = s.cloud.GetBlob(&GetBlobInput{Key: fileName}) t.Assert(err, IsNil) - t.Assert(resp.He...
don't test that GET returns payload size for ADLv1 it doesn't support it despite what the documentation says
kahing_goofys
train
f96ec5c22ed54ec2ca62023a254aa756a17c37e5
diff --git a/views/js/qtiCreator/plugins/panel/outcomeEditor.js b/views/js/qtiCreator/plugins/panel/outcomeEditor.js index <HASH>..<HASH> 100644 --- a/views/js/qtiCreator/plugins/panel/outcomeEditor.js +++ b/views/js/qtiCreator/plugins/panel/outcomeEditor.js @@ -68,7 +68,10 @@ define([ */ function getRpUsedV...
fix: make SCORE and MAXSCORE editable when no response processing chosen
oat-sa_extension-tao-itemqti
train
5aa3762c0998c6a2c4da6fff10b549fc69ae8318
diff --git a/tests/Composer/Test/Script/EventDispatcherTest.php b/tests/Composer/Test/Script/EventDispatcherTest.php index <HASH>..<HASH> 100644 --- a/tests/Composer/Test/Script/EventDispatcherTest.php +++ b/tests/Composer/Test/Script/EventDispatcherTest.php @@ -35,10 +35,12 @@ class EventDispatcherTest extends TestCas...
Expand tests for valid CLI command from script
mothership-ec_composer
train
807786b59e7ff34152e3c4a503153d44cc39f971
diff --git a/corelib.js b/corelib.js index <HASH>..<HASH> 100644 --- a/corelib.js +++ b/corelib.js @@ -187,6 +187,24 @@ passing in the element as the first argument, the index of the element as the second argument, and `this` array as the third argument. +<code><pre> + + word = "" + indices = [] + ["r", "a", ...
Modified in browser at pixie.strd6.com
PixieEngine_Cornerstone
train
e7ba58970f4ff5a7fa62bb680ac49c27c1918837
diff --git a/code/submissions/SubmittedFormReportField.php b/code/submissions/SubmittedFormReportField.php index <HASH>..<HASH> 100755 --- a/code/submissions/SubmittedFormReportField.php +++ b/code/submissions/SubmittedFormReportField.php @@ -143,7 +143,8 @@ class SubmittedFormReportField extends FormField { retur...
BUGFIX: provide default file format, as Windows is unable to detect the mime type, and exit after the file is served so the headers will not get overwritten.
silverstripe_silverstripe-userforms
train
27c111b1e3248b5606b3aec65623a1fb9788a052
diff --git a/dispatch/migrations/0008_article_featured_video.py b/dispatch/migrations/0008_article_featured_video.py index <HASH>..<HASH> 100644 --- a/dispatch/migrations/0008_article_featured_video.py +++ b/dispatch/migrations/0008_article_featured_video.py @@ -22,7 +22,7 @@ class Migration(migrations.Migration): ...
Show the title of the current featured video for an article
ubyssey_dispatch
train
65696139a126d5cd523f56f6ef8852f15b107512
diff --git a/closure/goog/testing/asserts.js b/closure/goog/testing/asserts.js index <HASH>..<HASH> 100644 --- a/closure/goog/testing/asserts.js +++ b/closure/goog/testing/asserts.js @@ -945,7 +945,7 @@ var assertEvaluatesToFalse = function(a, opt_b) { * comparisons erroneously fail: * <pre> * assertHTMLEquals('<...
Fix a typo in a comment. ------------- Created by MOE: <URL>
google_closure-library
train
47a96690985b749c5598fb542a35a29a7ed76528
diff --git a/tests/ValidateTest.php b/tests/ValidateTest.php index <HASH>..<HASH> 100644 --- a/tests/ValidateTest.php +++ b/tests/ValidateTest.php @@ -129,5 +129,51 @@ class ValidateTest extends \PHPUnit_Framework_TestCase $signature = $this->validate->generateSignature($data); $this->assertEquals($ha...
adding tests for setting hosts, generating signature without key
enygma_yubikey
train
ebac0fa3211dcacd947219c3ba09e89327ee5828
diff --git a/charmhelpers/contrib/amulet/utils.py b/charmhelpers/contrib/amulet/utils.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/amulet/utils.py +++ b/charmhelpers/contrib/amulet/utils.py @@ -139,11 +139,11 @@ class AmuletUtils(object): return self._get_dir_mtime(sentry_unit, proc_dir) de...
Make sleep time an optional parameter for service_restarted(). This allows the caller to optionally decide how long to wait before verifying that the service has restarted.
juju_charm-helpers
train
7cf3d5ccf04f33c5ee2deeb59fc7e46dfb6dedd8
diff --git a/src/meshio/stl/_stl.py b/src/meshio/stl/_stl.py index <HASH>..<HASH> 100644 --- a/src/meshio/stl/_stl.py +++ b/src/meshio/stl/_stl.py @@ -27,7 +27,7 @@ def read(filename): # num_triangles and see if it matches the file size # (https://stackoverflow.com/a/7394842/353337). f.read(8...
Read binary STL file as little-endian Closes: #<I>
nschloe_meshio
train
f4c145636adddf49375930815bd6295aa30a7bec
diff --git a/dev/migrate_testing_phylesystem.py b/dev/migrate_testing_phylesystem.py index <HASH>..<HASH> 100644 --- a/dev/migrate_testing_phylesystem.py +++ b/dev/migrate_testing_phylesystem.py @@ -1,16 +1,16 @@ #!/usr/bin/env python from peyotl.nexson_validation.phylografter_workaround import workaround_phylografte...
migrate script working for all but studies <I> and <I>
OpenTreeOfLife_peyotl
train