hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
377150907c765dab09b6bc065d987592307f8f0a
diff --git a/lib/assertions.js b/lib/assertions.js index <HASH>..<HASH> 100644 --- a/lib/assertions.js +++ b/lib/assertions.js @@ -13,11 +13,11 @@ module.exports = function (expect) { }); expect.addAssertion('[not] to be', function (expect, subject, value) { - if (typeof subject === 'string' && typeo...
Use type system instead of if in 'to be' assertion
unexpectedjs_unexpected
train
4d068705d360d1f9247b7a2b62d296adc7461f6a
diff --git a/addon/components/object-list-view.js b/addon/components/object-list-view.js index <HASH>..<HASH> 100644 --- a/addon/components/object-list-view.js +++ b/addon/components/object-list-view.js @@ -1231,20 +1231,8 @@ export default FlexberryBaseComponent.extend( @param {String} bindingPath */ _addFi...
Fix object-list-view beautiful get attribute method
Flexberry_ember-flexberry
train
ffb3e3a89ab56defc23a92537df66ddb7d30bded
diff --git a/app/templates/entry/bex/background/background.js b/app/templates/entry/bex/background/background.js index <HASH>..<HASH> 100644 --- a/app/templates/entry/bex/background/background.js +++ b/app/templates/entry/bex/background/background.js @@ -85,7 +85,7 @@ chrome.runtime.onConnect.addListener(port => { a...
fix(bex): Code refactor Loop didn't need to use Object.keys()
quasarframework_quasar
train
4f6af4cdbf36df03b1d38837ac14b3aeb98b02ed
diff --git a/public/src/Route/Route.php b/public/src/Route/Route.php index <HASH>..<HASH> 100644 --- a/public/src/Route/Route.php +++ b/public/src/Route/Route.php @@ -150,6 +150,7 @@ class Route $setor = $setor ?? Config::getSetor(); $find = !1; + $findSystem = !0; $param = []; ...
keep search route when view is in system lib
edineibauer_uebRoute
train
de64f526345f76bd11848e83bae7f260042a040c
diff --git a/pkg/printers/internalversion/describe.go b/pkg/printers/internalversion/describe.go index <HASH>..<HASH> 100644 --- a/pkg/printers/internalversion/describe.go +++ b/pkg/printers/internalversion/describe.go @@ -604,7 +604,11 @@ func describePod(pod *api.Pod, events *api.EventList) (string, error) { w := ...
Display <none> for kubectl describe pod when node is empty.
kubernetes_kubernetes
train
0a10c726525e3b1472cf132a96b82ae6c3a1fad9
diff --git a/demo/demoPages/DatePickerPage.js b/demo/demoPages/DatePickerPage.js index <HASH>..<HASH> 100644 --- a/demo/demoPages/DatePickerPage.js +++ b/demo/demoPages/DatePickerPage.js @@ -47,10 +47,10 @@ class DatePickerPage extends Component { <li>time:Boolean === "render datepicker as timepicker"...
fix: Allow entire label to be set by labelText
Pearson-Higher-Ed_compounds
train
bd101ed6e0cee1308056a2a0a2d90e50da972eb7
diff --git a/cmd/convert.go b/cmd/convert.go index <HASH>..<HASH> 100644 --- a/cmd/convert.go +++ b/cmd/convert.go @@ -35,6 +35,8 @@ import ( var ( output string optionsFilePath string + minSleep uint + maxSleep uint enableChecks bool returnOnFailedCheck bool cor...
Add configurable min and max sleep times for k6 convert
loadimpact_k6
train
508aa618bafc6817f6729237526c21be4d5c1d0d
diff --git a/src/Kunstmaan/MediaBundle/Helper/MediaManager.php b/src/Kunstmaan/MediaBundle/Helper/MediaManager.php index <HASH>..<HASH> 100755 --- a/src/Kunstmaan/MediaBundle/Helper/MediaManager.php +++ b/src/Kunstmaan/MediaBundle/Helper/MediaManager.php @@ -27,11 +27,11 @@ class MediaManager } /** + * ...
return FileHandler as default when no handler has been found
Kunstmaan_KunstmaanBundlesCMS
train
edd54a7e34fdce5268ef1d15bd04b09e724a8508
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,6 @@ setup( ], entry_points={ 'console_scripts': [ - 'alfred-workflow-packager=awp.main:main', - 'workflow-packager=awp.main:main', 'awp=awp.main:main' ]...
Remove long utility command names in favor of awp
caleb531_alfred-workflow-packager
train
500886d89fb447ab9570fac55ea71fbbfb95f6cd
diff --git a/bbs/lrp_bbs/stop_lrp_instance.go b/bbs/lrp_bbs/stop_lrp_instance.go index <HASH>..<HASH> 100644 --- a/bbs/lrp_bbs/stop_lrp_instance.go +++ b/bbs/lrp_bbs/stop_lrp_instance.go @@ -3,8 +3,11 @@ package lrp_bbs import ( "github.com/cloudfoundry-incubator/runtime-schema/bbs/shared" "github.com/cloudfoundry...
use a worker pool for requesting lrp stops [#<I>]
cloudfoundry_runtimeschema
train
ea8ff4a1f84c7cedacd4316402944c93ca410abb
diff --git a/lib/cc/config/default.rb b/lib/cc/config/default.rb index <HASH>..<HASH> 100644 --- a/lib/cc/config/default.rb +++ b/lib/cc/config/default.rb @@ -27,7 +27,6 @@ module CC Engine.new( "structure", enabled: true, - channel: "beta", ) end diff --git a/l...
Use stable channel for structure engine (#<I>)
codeclimate_codeclimate
train
7bb135dcc645a1f097af1c21b41022f5f94b165a
diff --git a/opentok/opentok.py b/opentok/opentok.py index <HASH>..<HASH> 100644 --- a/opentok/opentok.py +++ b/opentok/opentok.py @@ -275,7 +275,7 @@ class OpenTok(object): """For internal use.""" return { 'User-Agent': 'OpenTok-Python-SDK/' + __version__ + ' ' + platform.python_version(...
Added IAT claim to JWT, switched header to X-OPENTOK-AUTH
opentok_Opentok-Python-SDK
train
479031730eb66aeff364c559eb9a05d95ed2890c
diff --git a/skosify.py b/skosify.py index <HASH>..<HASH> 100755 --- a/skosify.py +++ b/skosify.py @@ -57,6 +57,7 @@ DEFAULT_OPTIONS = { 'transitive': False, 'aggregates': False, 'namespace': None, + 'label': None, 'default_language': None, 'debug': False, 'infer': False, @@ -208,7 +209,7 @@ def dete...
add option to set the label for the created concept scheme (issue <I>)
NatLibFi_Skosify
train
15017d6aad6061b4faab8d8a0f615a08b79bfddf
diff --git a/src/components/atoms/headings/ColoredHeading/index.js b/src/components/atoms/headings/ColoredHeading/index.js index <HASH>..<HASH> 100644 --- a/src/components/atoms/headings/ColoredHeading/index.js +++ b/src/components/atoms/headings/ColoredHeading/index.js @@ -1,8 +1,7 @@ import React from 'react'; impo...
ColoredHeading: props to component name
massgov_mayflower
train
540c148460c646a981253981a195f616c0e9415f
diff --git a/lib/travis/model/job/queueing.rb b/lib/travis/model/job/queueing.rb index <HASH>..<HASH> 100644 --- a/lib/travis/model/job/queueing.rb +++ b/lib/travis/model/job/queueing.rb @@ -4,10 +4,10 @@ class Job extend Travis::Instrumentation, Travis::Exceptions::Handling def run - Job.queueab...
add a spec for job queueing order
travis-ci_travis-core
train
a3eb87d99c254c8461016a12ab8d370254a51401
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 @@ -11,7 +11,6 @@ require "database_cleaner" require "capybara/rspec" require "capybara/rails" require "sail" -require "sail/types" require "selenium/webdriver" SimpleCov.start
Remove unnecessary require from spec_helper [ci skip]
vinistock_sail
train
3fdf9369bf0ce255b611be67793fd94d45bb06c8
diff --git a/tests/CommandTestBase.php b/tests/CommandTestBase.php index <HASH>..<HASH> 100644 --- a/tests/CommandTestBase.php +++ b/tests/CommandTestBase.php @@ -115,8 +115,9 @@ abstract class CommandTestBase extends \PHPUnit_Framework_TestCase */ protected function runCommand($command, $argv = '') { -...
:bug: an empty $argv would explode to an array with 1 element
tapestry-cloud_tapestry
train
dde1bfbf9aca70f4d78c349059ba43b3d40eb0e5
diff --git a/setuptools/command/build_py.py b/setuptools/command/build_py.py index <HASH>..<HASH> 100644 --- a/setuptools/command/build_py.py +++ b/setuptools/command/build_py.py @@ -194,9 +194,9 @@ class build_py(orig.build_py, Mixin2to3): def exclude_data_files(self, package, src_dir, files): """Filte...
Rewrite globs as chain of iterables.
pypa_setuptools
train
5db4a0171fbe246b06f3b4de4e9b96202947786a
diff --git a/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/AcmeValidityAndRenewTest.java b/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/AcmeValidityAndRenewTest.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.security.acme_fat/fat/src/com/ibm/ws/security/acme/fat/A...
Issue <I>: move CWPKI<I>I earlier when checking for renewed certs
OpenLiberty_open-liberty
train
444e34ec0044a1f32895e0648ec5641b5cd0bc52
diff --git a/lib/rubocop/cop/style/string_literals.rb b/lib/rubocop/cop/style/string_literals.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/style/string_literals.rb +++ b/lib/rubocop/cop/style/string_literals.rb @@ -20,19 +20,10 @@ module RuboCop return if node.loc.is_a?(Parser::Source::Map::Heredoc) ...
Reduce complexity in StringLiterals Split `on_dstr` into smaller methods.
rubocop-hq_rubocop
train
1d9979eb20682477f59e6826fd5a56b87d453b50
diff --git a/explauto/environment/__init__.py b/explauto/environment/__init__.py index <HASH>..<HASH> 100644 --- a/explauto/environment/__init__.py +++ b/explauto/environment/__init__.py @@ -1,10 +1,11 @@ import importlib - from .environment import Environment + environments = {} for mod_name in ['simple_arm', 'p...
Add testcases in environment configs
flowersteam_explauto
train
9782519e5b2192c94e0b619f7ee7aaf95a9da39a
diff --git a/src/combinators/delay.js b/src/combinators/delay.js index <HASH>..<HASH> 100644 --- a/src/combinators/delay.js +++ b/src/combinators/delay.js @@ -102,6 +102,8 @@ export const throttle = curry((n, s) => { } } - s.subscribe({ ...emit, next }) + const subscription = s.subscribe({ ...emit, ...
Fix issue where throttled signals weren't unmounted properly
nullobject_bulb
train
89ca76b7758373de896f5751b504fff6927d2989
diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java index <HASH>..<HASH> 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java +++ b/enti...
#XD-<I> fixed
JetBrains_xodus
train
2d8e2f267254cf6222a63d5865e7a5b4f53d0e59
diff --git a/ezinfo.php b/ezinfo.php index <HASH>..<HASH> 100644 --- a/ezinfo.php +++ b/ezinfo.php @@ -15,7 +15,8 @@ class ezmultiuploadInfo return array( 'Name' => 'eZ Multiupload', 'Version' => '1.2.0', 'Copyright' => 'Copyright (C) 1999-2010 eZ Systems AS', - ...
- Updated: Adjusted format of ezinfo.php to be compliant with build scripts. git-svn-id: <URL>
ezsystems_ezmultiupload
train
619101a5f2f2d8959aa311b1792e444f97575067
diff --git a/src/nu/validator/validation/SimpleDocumentValidator.java b/src/nu/validator/validation/SimpleDocumentValidator.java index <HASH>..<HASH> 100644 --- a/src/nu/validator/validation/SimpleDocumentValidator.java +++ b/src/nu/validator/validation/SimpleDocumentValidator.java @@ -254,6 +254,7 @@ public class Simp...
[API] Make API do string interning for XML parser This doesn't fix #<I> but it also doesn't regress anything, and according to <URL>
validator_validator
train
22873c27420fd20a62c6ee39b5119ebc0611beaf
diff --git a/kubernetes/istio/istio/src/main/java/org/arquillian/cube/istio/impl/IstioAssistant.java b/kubernetes/istio/istio/src/main/java/org/arquillian/cube/istio/impl/IstioAssistant.java index <HASH>..<HASH> 100644 --- a/kubernetes/istio/istio/src/main/java/org/arquillian/cube/istio/impl/IstioAssistant.java +++ b/k...
chore(#<I>): Updates to Istio <I>.Beta2 (#<I>)
arquillian_arquillian-cube
train
ecb5dafd0048fc77f87808e4ea87d8b23a56a811
diff --git a/ipyrad/assemble/write_outfiles.py b/ipyrad/assemble/write_outfiles.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/write_outfiles.py +++ b/ipyrad/assemble/write_outfiles.py @@ -192,20 +192,29 @@ def make_stats(data, samples, samplecounts, locuscounts): ##########################################...
fix to snp counts and to unlinked snps output files
dereneaton_ipyrad
train
3a27f49c57836245961be63e03e94d35a84d3dd1
diff --git a/packages/babel-generator/src/generators/flow.js b/packages/babel-generator/src/generators/flow.js index <HASH>..<HASH> 100644 --- a/packages/babel-generator/src/generators/flow.js +++ b/packages/babel-generator/src/generators/flow.js @@ -270,6 +270,9 @@ export function ObjectTypeAnnotation(node: Object) { ...
Fix identation with empty leading ObjectTypeProperty (#<I>)
babel_babel
train
4f505e216f13453bfefa03ae8ef7011c5da645ea
diff --git a/php/source/rosette/api/Api.php b/php/source/rosette/api/Api.php index <HASH>..<HASH> 100644 --- a/php/source/rosette/api/Api.php +++ b/php/source/rosette/api/Api.php @@ -532,24 +532,13 @@ class Api */ private function arrayAsContent($data) { - $s = "{"; - $first = true; + ...
Small adjustments to Name.__toString and arrayAsContent Using json_encode on named arrays - much cleaner
rosette-api_java
train
bd39d516521f3346067c7e54c3ecc4809c695d2c
diff --git a/src/main/java/org/joda/time/Duration.java b/src/main/java/org/joda/time/Duration.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/joda/time/Duration.java +++ b/src/main/java/org/joda/time/Duration.java @@ -484,4 +484,11 @@ public final class Duration return new Duration(FieldUtils.safeDivi...
added tests and implementation of `Duration.negated()`
JodaOrg_joda-time
train
61fbcee5e35df9de2e1f53e807a14e0fdc88037b
diff --git a/Neos.Neos/Classes/Domain/Service/NodeSearchService.php b/Neos.Neos/Classes/Domain/Service/NodeSearchService.php index <HASH>..<HASH> 100644 --- a/Neos.Neos/Classes/Domain/Service/NodeSearchService.php +++ b/Neos.Neos/Classes/Domain/Service/NodeSearchService.php @@ -66,9 +66,9 @@ class NodeSearchService imp...
BUGFIX: NodeSearchService uses variable on its own to search for identifier patterns
neos_neos-development-collection
train
2d0c2c45a7bd95bad07acd6726e20af0fc24ce63
diff --git a/lib/active_repository/uniqueness.rb b/lib/active_repository/uniqueness.rb index <HASH>..<HASH> 100644 --- a/lib/active_repository/uniqueness.rb +++ b/lib/active_repository/uniqueness.rb @@ -8,7 +8,15 @@ module ActiveModel end def validate_each(record, attribute, value) - query = (rec...
Added support for uniqueness validation with scope
efreesen_active_repository
train
12ad82679ef34f3488a26a510ebce74150e285a5
diff --git a/mdb_store.go b/mdb_store.go index <HASH>..<HASH> 100644 --- a/mdb_store.go +++ b/mdb_store.go @@ -251,7 +251,7 @@ DELETE: return tx.Commit() } -// innerDeleteRange does a singel pass to delete the indexes (inclusively) +// innerDeleteRange does a single pass to delete the indexes (inclusively) func (...
Docs typo because what are browser-written PRs for if not one-char typo fixes :)
hashicorp_raft-mdb
train
2e6aa4913728c94ec1acfe1b5a5696bcffaa0bf1
diff --git a/lib/master.js b/lib/master.js index <HASH>..<HASH> 100644 --- a/lib/master.js +++ b/lib/master.js @@ -194,7 +194,7 @@ Master.prototype._onStatusReceived = function(worker, status) { // Fork off one worker at a time, once the previous worker has finished // startup. -Master.prototype._startWorkers = fun...
Fix worker_id stability after worker death
wikimedia_service-runner
train
d0e8683f7bd474ba59b3af06b5cefb5e5ff7d669
diff --git a/dist/ssh-deploy-release.js b/dist/ssh-deploy-release.js index <HASH>..<HASH> 100644 --- a/dist/ssh-deploy-release.js +++ b/dist/ssh-deploy-release.js @@ -253,7 +253,7 @@ module.exports = class { const archivePath = path.posix.join(this.release.path, this.options.archiveName); const untarMap = { ...
<I> - Added the --warning=no-timestamp swich to tar command. Fix "timestamp is in the futur" error
la-haute-societe_ssh-deploy-release
train
dedb3625b64bd46daca1e559ecf8b1b04e4b83fd
diff --git a/tests/TestCase.php b/tests/TestCase.php index <HASH>..<HASH> 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -65,6 +65,8 @@ class TestCase extends BaseTestCase 1, false ); + + $this->project_analyzer->setPhpVersion('7.3'); } /**
Default tests to use PHP <I> standards
vimeo_psalm
train
4de3898a520635751b438841136253af7b96ed79
diff --git a/src/Point.php b/src/Point.php index <HASH>..<HASH> 100644 --- a/src/Point.php +++ b/src/Point.php @@ -268,166 +268,6 @@ class Point extends Geometry } /** - * Returns a copy of this Point with the X coordinate altered. - * - * @param float $x - * - * @return Point - * - ...
Removed Point::with/without...() methods
brick_geo
train
2710e071b54f10eb1cba11edf98b9e4fc61380d8
diff --git a/src/Coduo/PHPHumanizer/String/BinarySuffix.php b/src/Coduo/PHPHumanizer/String/BinarySuffix.php index <HASH>..<HASH> 100644 --- a/src/Coduo/PHPHumanizer/String/BinarySuffix.php +++ b/src/Coduo/PHPHumanizer/String/BinarySuffix.php @@ -39,6 +39,10 @@ final class BinarySuffix */ public function __c...
Sanity check for NumberFormatter when intl is not installed (#<I>) * added sanity check for NumberFormatter class when intl extension is not installed * Update MetricSuffix.php * Update BinarySuffix.php
coduo_php-humanizer
train
3bfadba9e4aba343874e59d92d89e454dd576fe1
diff --git a/pythonforandroid/toolchain.py b/pythonforandroid/toolchain.py index <HASH>..<HASH> 100755 --- a/pythonforandroid/toolchain.py +++ b/pythonforandroid/toolchain.py @@ -2584,7 +2584,7 @@ build_dist print(" ".join(list(Recipe.list_recipes()))) else: ctx = self.ctx - ...
recipes: sort the list of recipes when displaying to the user
kivy_python-for-android
train
124456566b2f93acf75a06ab363849f21e4e1a7a
diff --git a/lib/jsdom/living/nodes/HTMLElement-impl.js b/lib/jsdom/living/nodes/HTMLElement-impl.js index <HASH>..<HASH> 100644 --- a/lib/jsdom/living/nodes/HTMLElement-impl.js +++ b/lib/jsdom/living/nodes/HTMLElement-impl.js @@ -14,7 +14,9 @@ class HTMLElementImpl extends ElementImpl { this._style = new this._...
Fix certain style shorthand properties Previously, setting el.style.border = "1px solid black" would set el.style.border to "black", ignoring the 1px and solid. This fixes that, updating cssText, border, borderWidth, borderStyle, and borderColor. This probably impacts other shorthand properties as well.
jsdom_jsdom
train
3cabeda9c7c36320317c1ea1aad561e60d037b3c
diff --git a/js/cobinhood.js b/js/cobinhood.js index <HASH>..<HASH> 100644 --- a/js/cobinhood.js +++ b/js/cobinhood.js @@ -531,24 +531,28 @@ module.exports = class cobinhood extends Exchange { async fetchDeposits (currency = undefined, since = undefined, limit = undefined, params = {}) { await this.load...
cobinhood add fetchDeposits & fetchWithdrawals
ccxt_ccxt
train
ed0022c39408c632e4f5f0ac1c45db77899ef72f
diff --git a/test/cli_test.rb b/test/cli_test.rb index <HASH>..<HASH> 100644 --- a/test/cli_test.rb +++ b/test/cli_test.rb @@ -188,6 +188,29 @@ class CLIFromSchemaTest < MiniTest::Unit::TestCase assert_equal(MultiJson.dump(result, pretty: true) + "\n", output.string) end + # cli_from_schema returns a CLI tha...
- Committing a failing test.
interagent_heroics
train
dfaf8e628567df8ef84bd3ae704bc71990ec6cc4
diff --git a/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java b/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java +++ b/src/main/java/com/github/jasminb/jsonapi/ResourceConverter.java @@ -420,9...
Removed conditonal included section validation
jasminb_jsonapi-converter
train
56ab47267d98916a13d6e8fd59c39118a965e9cd
diff --git a/user/user.go b/user/user.go index <HASH>..<HASH> 100644 --- a/user/user.go +++ b/user/user.go @@ -22,16 +22,14 @@ func New(name string, keys []string) (*User, error) { } func (u *User) isValid() (isValid bool, err error) { - isValid = true m, err := regexp.Match(`\s|[^aA-zZ0-9\.@]|(^$)`, []byte(u.Nam...
user: improving readability by removing useless variables
tsuru_gandalf
train
52a5ea323e152abd84d1edc5967c0e2deb1defaf
diff --git a/github/search_test.go b/github/search_test.go index <HASH>..<HASH> 100644 --- a/github/search_test.go +++ b/github/search_test.go @@ -595,3 +595,47 @@ func TestCommitsSearchResult_Marshal(t *testing.T) { testJSONMarshal(t, c, want) } + +func TestTopicsSearchResult_Marshal(t *testing.T) { + testJSONMar...
Add test cases for JSON resource marshaling (#<I>)
google_go-github
train
23f2e3089b39c32f3acb51b88b5b776f22f9af41
diff --git a/lib/fromPgn.js b/lib/fromPgn.js index <HASH>..<HASH> 100644 --- a/lib/fromPgn.js +++ b/lib/fromPgn.js @@ -98,6 +98,7 @@ class Parser extends EventEmitter { this.license = pkg.license this.format = _.isUndefined(this.options.format) ? -1 : this.options.format this.devices = {} + this.mixed...
fix: allow input to be in both "fast" and "plain" (#<I>)
canboat_canboatjs
train
adb1686406599da4bcf68d24988dfc650c3e1bfe
diff --git a/selectnav.js b/selectnav.js index <HASH>..<HASH> 100644 --- a/selectnav.js +++ b/selectnav.js @@ -22,6 +22,11 @@ window.selectnav = (function(){ return; } + // return immediately if no support for insertAdjacentHTML (Firefox 7 and under) + if( ! ('insertAdjacentHTML' in window.document....
Improve handling of old versions of Firefox (issue #6)
lukaszfiszer_selectnav.js
train
194f225d2904ac01677fd03c4787ff182c0f9864
diff --git a/agent/lib/agent/util.rb b/agent/lib/agent/util.rb index <HASH>..<HASH> 100644 --- a/agent/lib/agent/util.rb +++ b/agent/lib/agent/util.rb @@ -1,5 +1,25 @@ module Bosh::Agent class Util + + + class BindingHelper + attr_reader :name + attr_reader :index + attr_reader :properties + ...
sync up agent binding helper with director
cloudfoundry_bosh
train
2f3ccec6ec3de39c2a1c5b13f523ac60da9ab915
diff --git a/lib/upton.rb b/lib/upton.rb index <HASH>..<HASH> 100644 --- a/lib/upton.rb +++ b/lib/upton.rb @@ -60,8 +60,16 @@ module Upton # If you don't specify a selector, the first argument will be treated as a # list of URLs. ## - def initialize(index_url_or_array, selector="", selector_method=:xp...
Deprecating :selector_method parameter The Nokogiri API allows for the client to use `:search`, which will perform either a CSS or XPath node traversal depending on the syntax of the string. For now, I've made the references to :selector_method innocuous...whether the user specifies :css or :xpath, only :search is inv...
propublica_upton
train
efb0ec62bdb7d8ed5b877ca5bbaf31056c833710
diff --git a/salt/cloud/clouds/saltify.py b/salt/cloud/clouds/saltify.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/saltify.py +++ b/salt/cloud/clouds/saltify.py @@ -7,8 +7,8 @@ bare metal, using SSH. This module is useful for provisioning machines which are already installed, but not Salted. Use of this m...
Updated saltify docs with cross-reference to core config docs
saltstack_salt
train
801c42aa1092f8d9618d604c8e5753921d888686
diff --git a/samples/comparison/src/androidTest/java/com/facebook/samples/comparison/test/ScrollTest.java b/samples/comparison/src/androidTest/java/com/facebook/samples/comparison/test/ScrollTest.java index <HASH>..<HASH> 100644 --- a/samples/comparison/src/androidTest/java/com/facebook/samples/comparison/test/ScrollTe...
Prevent comparison app from infinite scrolling
facebook_fresco
train
3e0b9326f96645441e4e7e2497c3006e9c5a796a
diff --git a/actionpack/lib/action_dispatch/http/request.rb b/actionpack/lib/action_dispatch/http/request.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/http/request.rb +++ b/actionpack/lib/action_dispatch/http/request.rb @@ -41,7 +41,7 @@ module ActionDispatch ENV_METHODS.each do |env| ...
convert `@env` use to get / set header We need to abstract the internals of the request object away from this instance variable so that the values for `@env` can be calculated in a different way.
rails_rails
train
88078f73082707c9e519811e87233ff932714fca
diff --git a/commands/tweet.js b/commands/tweet.js index <HASH>..<HASH> 100644 --- a/commands/tweet.js +++ b/commands/tweet.js @@ -4,16 +4,20 @@ function getLatestStatus(tweets) { return tweets.statuses[0]; } -module.exports = function (bb8) { - console.log('Let\'s Get Tweets!!'); +module.exports = function ...
passing through command line arguments + making it possible to change hashtag to search for + change interval delay
mintuz_BB8-Commander
train
402734eed95fbc4352a15029d1e4ea543ae19872
diff --git a/crosscat/jsonrpc_http/test_engine.py b/crosscat/jsonrpc_http/test_engine.py index <HASH>..<HASH> 100644 --- a/crosscat/jsonrpc_http/test_engine.py +++ b/crosscat/jsonrpc_http/test_engine.py @@ -67,7 +67,7 @@ engine = JSONRPCEngine(inf_seed, URI=URI) X_L, X_D = engine.initialize(M_c, M_r, T) # burn in ...
BUGFIX: use passed num_transitions remove hardcoded value "1"
probcomp_crosscat
train
aa2c4019b53d953ba6b8062725d2dce1c093b28a
diff --git a/DataHandling/DataHandling/DataHandling.py b/DataHandling/DataHandling/DataHandling.py index <HASH>..<HASH> 100644 --- a/DataHandling/DataHandling/DataHandling.py +++ b/DataHandling/DataHandling/DataHandling.py @@ -815,7 +815,7 @@ def getZXYData_IFFT(Data, zf, xf, yf, _plt.plot(f_x, 10*_np.log10(PS...
removed bug in plotting in ZXY IFFT
AshleySetter_optoanalysis
train
f68d8a4151a23859338e34023621060d46e6a683
diff --git a/calendar/view.php b/calendar/view.php index <HASH>..<HASH> 100644 --- a/calendar/view.php +++ b/calendar/view.php @@ -68,10 +68,10 @@ if (!empty($day) && !empty($mon) && !empty($year)) { if (checkdate($mon, $day, $year)) { $time = make_timestamp($year, $mon, $day); } else { - $tim...
MDL-<I> Calendar : Calendar day view showing past events
moodle_moodle
train
cd289f15eb0adf2a3d068eab42cd9888b64c8179
diff --git a/qtpy/tests/test_patch_qcombobox.py b/qtpy/tests/test_patch_qcombobox.py index <HASH>..<HASH> 100644 --- a/qtpy/tests/test_patch_qcombobox.py +++ b/qtpy/tests/test_patch_qcombobox.py @@ -1,8 +1,14 @@ from __future__ import absolute_import +import sys + +import pytest from qtpy import QtGui, QtWidgets ...
Testing: Skip a test that it's segfaulting in Python 3
spyder-ide_qtpy
train
5a2f41bfc11b5dc36d72da132cea70b4b67e98e7
diff --git a/lib/unexpectedMitm.js b/lib/unexpectedMitm.js index <HASH>..<HASH> 100644 --- a/lib/unexpectedMitm.js +++ b/lib/unexpectedMitm.js @@ -57,6 +57,13 @@ function lineNumberToIndex(string, lineNumber) { return startOfLineIndex; } +function trimHeaders(message) { + delete message.headers['Content-Leng...
Split out meassge header trimming and call it for the verification response.
unexpectedjs_unexpected-mitm
train
b6f88fe0eda29a06fcaa3fc224633c33c08e596c
diff --git a/lib/scraped/request.rb b/lib/scraped/request.rb index <HASH>..<HASH> 100644 --- a/lib/scraped/request.rb +++ b/lib/scraped/request.rb @@ -16,7 +16,8 @@ class Scraped decorator_config = { decorator: decorator_config } end decorator_class = decorator_config.delete(:decorator) - ...
fixup! Configure response decorators with a hash instead of array
everypolitician_scraped
train
d624754bedc310ab8bbd78d38904ef0697ec1a72
diff --git a/src/main/java/org/inferred/freebuilder/processor/CodeGenerator.java b/src/main/java/org/inferred/freebuilder/processor/CodeGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/inferred/freebuilder/processor/CodeGenerator.java +++ b/src/main/java/org/inferred/freebuilder/processor/CodeGenerato...
Fix silent Variable break in clear method
inferred_FreeBuilder
train
4d267cc0093997adf445ad91feb51f30ff1e95c1
diff --git a/spec/optional_targets/amazon_sns_spec.rb b/spec/optional_targets/amazon_sns_spec.rb index <HASH>..<HASH> 100644 --- a/spec/optional_targets/amazon_sns_spec.rb +++ b/spec/optional_targets/amazon_sns_spec.rb @@ -12,7 +12,11 @@ describe ActivityNotification::OptionalTarget::AmazonSNS do describe "#initia...
Fix Amazon SNS optional target test to pass without AWS client configuration
simukappu_activity_notification
train
5afe09caea7bf494f9cf0d50956ae75b6b39625c
diff --git a/tests/src/Generator/RandomLibAdapterTest.php b/tests/src/Generator/RandomLibAdapterTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Generator/RandomLibAdapterTest.php +++ b/tests/src/Generator/RandomLibAdapterTest.php @@ -22,33 +22,37 @@ class RandomLibAdapterTest extends TestCase { $fact...
Tests using overload should be run in separate process
ramsey_uuid
train
5d14862b33c79f165d98f04b9f613d44f072eaa8
diff --git a/ob1k-core/src/main/java/com/outbrain/ob1k/client/ClientBuilder.java b/ob1k-core/src/main/java/com/outbrain/ob1k/client/ClientBuilder.java index <HASH>..<HASH> 100644 --- a/ob1k-core/src/main/java/com/outbrain/ob1k/client/ClientBuilder.java +++ b/ob1k-core/src/main/java/com/outbrain/ob1k/client/ClientBuilde...
avoid closing the http client since it closes the shared Netty client. Closeable was removed from the RPC client to reflect the prior.
outbrain_ob1k
train
01a3dfc0101bac58e3680f9fdba9b30b8a31d49e
diff --git a/cmd/juju/commands/migrate.go b/cmd/juju/commands/migrate.go index <HASH>..<HASH> 100644 --- a/cmd/juju/commands/migrate.go +++ b/cmd/juju/commands/migrate.go @@ -110,6 +110,7 @@ func (c *migrateCommand) getMigrationSpec() (*controller.MigrationSpec, error) { TargetCACert: controllerInfo.CACert, ...
cmd/juju/commands: Send user macaroon when initiating a migration
juju_juju
train
ca9c8a1ac14ac4aeec5ad0a7d195c0f8f6c37f02
diff --git a/src/Sdk/Trace/DebuggerTrace.php b/src/Sdk/Trace/DebuggerTrace.php index <HASH>..<HASH> 100644 --- a/src/Sdk/Trace/DebuggerTrace.php +++ b/src/Sdk/Trace/DebuggerTrace.php @@ -34,8 +34,8 @@ class DebuggerTrace { if ($request instanceof HttpRequest) { $req = [ - "get"...
fix reversing of get&post
youzan_zanphp
train
31830b5ca9e99112d70531a46aa7005c927c623c
diff --git a/core/sdk/src/main/java/com/mongodb/stitch/core/auth/internal/CoreStitchAuth.java b/core/sdk/src/main/java/com/mongodb/stitch/core/auth/internal/CoreStitchAuth.java index <HASH>..<HASH> 100644 --- a/core/sdk/src/main/java/com/mongodb/stitch/core/auth/internal/CoreStitchAuth.java +++ b/core/sdk/src/main/java...
Choose refresh or access token on openAuthenticatedStream
mongodb_stitch-android-sdk
train
c0e4e180c7edb060800990d552b077fd6714e234
diff --git a/livetests.py b/livetests.py index <HASH>..<HASH> 100755 --- a/livetests.py +++ b/livetests.py @@ -53,7 +53,7 @@ def _initialize(api): @pytest.fixture(scope="module", - params=["2.13.11", "2.14.17", "2.15.7", "2.16-rc3"]) + params=["2.13.11", "2.14.17", "2.15.7", "2.16"]) ...
Run livetests against <I> final release Change-Id: I4b7f1cabc3ff<I>f<I>ab3f8f2e8cc<I>d<I>
dpursehouse_pygerrit2
train
5693a2bf6eb92492f48d0f7223098df9ed300fb5
diff --git a/lib/adt-queue.js b/lib/adt-queue.js index <HASH>..<HASH> 100644 --- a/lib/adt-queue.js +++ b/lib/adt-queue.js @@ -35,6 +35,8 @@ Queue.prototype.isEmpty = function() { ---------------------------------------------------*/ Queue.prototype.enqueue = function(item) { this._datastore.push(item); + + return ...
Added chaining to the enqueue method this was achieved by returning 'this' from the enqueue method.
gozumi_abstract-data-types
train
fbcd22230b94929462ca785ba2051f99a1f78ce5
diff --git a/synapse/tests/test_datamodel.py b/synapse/tests/test_datamodel.py index <HASH>..<HASH> 100644 --- a/synapse/tests/test_datamodel.py +++ b/synapse/tests/test_datamodel.py @@ -10,6 +10,7 @@ class DataModelTest(SynTest): def test_datamodel_types(self): model = s_datamodel.DataModel() mo...
datamodel test: bootstrap the forms to be correct even though its a bit ugly
vertexproject_synapse
train
a0118bcecec895b8247245b44611bc003d71ea43
diff --git a/tests/unit/utils/test_yamlloader.py b/tests/unit/utils/test_yamlloader.py index <HASH>..<HASH> 100644 --- a/tests/unit/utils/test_yamlloader.py +++ b/tests/unit/utils/test_yamlloader.py @@ -5,6 +5,7 @@ # Import python libs from __future__ import absolute_import +import textwrap # Import Salt Libs f...
Remove bytestrings and use textwrap.dedent for readability PyYAML works with and without bytestrings on PY3, and Python 3 can read all of the test data as regular strings, so bytestrings are unnecessary here. This also adds use of textwrap.dedent to make the YAML easier to read, so it can be indented away from the fa...
saltstack_salt
train
c2b23f0ae3479b0d17b857c66d04dac7add7e857
diff --git a/src/python/atomistica/native.py b/src/python/atomistica/native.py index <HASH>..<HASH> 100644 --- a/src/python/atomistica/native.py +++ b/src/python/atomistica/native.py @@ -9,6 +9,10 @@ from _atomistica import * ### +_lees_edwards_info_str = 'shear_dx' + +### + def from_atoms(atoms): pbc = np.a...
Detect Lees-Edwards information from the *info* dictionary of ASE's Atoms object.
Atomistica_atomistica
train
194ee1b8bccdb296253b62aa2b4c68aeca52f19b
diff --git a/pyontutils/config.py b/pyontutils/config.py index <HASH>..<HASH> 100644 --- a/pyontutils/config.py +++ b/pyontutils/config.py @@ -15,8 +15,11 @@ working_dir = get_working_dir(__file__) if working_dir is None: # we are not in git, we are probably testing or installed by a user default_curies = py...
config default to scicrunch scigraph if no working directory may switch to always defaulting to that since anyone who knows about localhost:<I> is probably able to set it themselves also skip devconfig.secrets property when repring since it is an opaque object
tgbugs_pyontutils
train
9f09ad387c25a0c319b5c02f0e50738b043bba92
diff --git a/src/main/java/jcifs/smb/SmbTransportPoolImpl.java b/src/main/java/jcifs/smb/SmbTransportPoolImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/jcifs/smb/SmbTransportPoolImpl.java +++ b/src/main/java/jcifs/smb/SmbTransportPoolImpl.java @@ -27,6 +27,7 @@ import java.util.LinkedList; import java.util....
Lazily remove connections from pool to avoid deadlocks (#<I>) Also avoids reusing failed connections from the pool.
AgNO3_jcifs-ng
train
d971cddfe8aff8decb611f30b5e4f5f279df6286
diff --git a/backend/editor.go b/backend/editor.go index <HASH>..<HASH> 100644 --- a/backend/editor.go +++ b/backend/editor.go @@ -165,6 +165,7 @@ func (e *Editor) loadSetting(path string) { log4go.Error(err) } else { log4go.Info("Loaded %s", path) + e.Watch(NewWatchedSettingFile(path)) } } diff --git a/b...
Detecting changes in settings and reloading them closes #<I>
limetext_backend
train
3463ad09c43faa2d9ffa0af7dfff0bc90777a72a
diff --git a/succss.js b/succss.js index <HASH>..<HASH> 100644 --- a/succss.js +++ b/succss.js @@ -162,13 +162,8 @@ function Succss() { var command = function(capture) { - try { - console.log('> ... Saving ' + capture.name + ' screenshot under ' + capture.filePath); - self.takeScreenshot(cas...
Moving the add try catch to the screenshot capture so check can use it
B2F_Succss
train
62c7776a6a94a44f87522503253b0e8df1ad9aca
diff --git a/openfisca_france_indirect_taxation/model/input_variables.py b/openfisca_france_indirect_taxation/model/input_variables.py index <HASH>..<HASH> 100644 --- a/openfisca_france_indirect_taxation/model/input_variables.py +++ b/openfisca_france_indirect_taxation/model/input_variables.py @@ -31,7 +31,7 @@ referen...
Corrections of input_variables and test_tva
openfisca_openfisca-france-indirect-taxation
train
d9412d9bb61177853f90902ac891a9b2908206bb
diff --git a/guides/bug_report_templates/active_record_gem.rb b/guides/bug_report_templates/active_record_gem.rb index <HASH>..<HASH> 100644 --- a/guides/bug_report_templates/active_record_gem.rb +++ b/guides/bug_report_templates/active_record_gem.rb @@ -12,10 +12,10 @@ ActiveRecord::Base.establish_connection(adapter: ...
Use force: true options for creating tables in bug templates - Generally we have to run the bug templates multiple times to get them right and it always complains because the posts and comments tables already exist due to earlier runs. - Using force: true will eliminate this issue.
rails_rails
train
10c824d8c5e781ce348f0da6e379e06021b6f2d6
diff --git a/src/classes/adLDAPGroups.php b/src/classes/adLDAPGroups.php index <HASH>..<HASH> 100644 --- a/src/classes/adLDAPGroups.php +++ b/src/classes/adLDAPGroups.php @@ -427,10 +427,25 @@ class adLDAPGroups { $sr = ldap_search($this->adldap->getLdapConnection(), $this->adldap->getBaseDn(), $filter, $field...
Added ad ldap range support for ><I> group members
adldap_adLDAP
train
1eb5af41fab1269d93450ef8b10965d6427bfff9
diff --git a/connector/api.py b/connector/api.py index <HASH>..<HASH> 100755 --- a/connector/api.py +++ b/connector/api.py @@ -105,7 +105,8 @@ class connector: result.callback(b64decode(item['payload']),item) #else: #do nothing - #del self.database['async-responses'][asyncHash] # remove...
fixed issue with database being clobbered, need to remove out of date things in the future
ARMmbed_mbed-connector-api-python
train
4a8ac4a2eba6ec999656b5f7abb86878c0e39313
diff --git a/lib/sync-client.js b/lib/sync-client.js index <HASH>..<HASH> 100644 --- a/lib/sync-client.js +++ b/lib/sync-client.js @@ -133,12 +133,13 @@ DataManager.prototype.read = function(id) { DataManager.prototype.update = function(object) { var deferred = q.defer(); var self = this; - $fh.sync.doUpdate(se...
Re-factored the workorder results to allow for storing the workorder status
raincatcher-beta_raincatcher-sync
train
7321dd4d50af41322fb0351b6f76c1bc15116a9e
diff --git a/blocklogger.go b/blocklogger.go index <HASH>..<HASH> 100644 --- a/blocklogger.go +++ b/blocklogger.go @@ -4,8 +4,8 @@ import ( "sync" "time" + "github.com/btcsuite/btcd/wire" "github.com/btcsuite/btclog" - "github.com/btcsuite/btcutil" ) // blockProgressLogger provides periodic logging for othe...
blockmanager: log block height after writing each header message
lightninglabs_neutrino
train
070427a39036c26b5368b43dbfa19b3a47a53d3c
diff --git a/src/frontend/org/voltdb/utils/HTTPAdminListener.java b/src/frontend/org/voltdb/utils/HTTPAdminListener.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/utils/HTTPAdminListener.java +++ b/src/frontend/org/voltdb/utils/HTTPAdminListener.java @@ -64,6 +64,8 @@ import org.voltdb.compilereport.Rep...
ENG-<I>: ignore legacy attribute when sending JSON as configuration element has all values copied.
VoltDB_voltdb
train
001e5a0aa2360b5128fa6b5736da53749cbcc431
diff --git a/src/datepicker.js b/src/datepicker.js index <HASH>..<HASH> 100644 --- a/src/datepicker.js +++ b/src/datepicker.js @@ -22,11 +22,17 @@ define(function (require) { this.parseDate = this.options.parseDate || this.parseDate; this.blackoutDates = this.options.blackoutDates || this.blackoutDates; - ...
allowing null date to be inserted into datepicker
ExactTarget_fuelux
train
3a6ad8d8d8acdd35cd7b9e1a28355ffefce45a27
diff --git a/cirq/google/optimizers/convert_to_sycamore_gates.py b/cirq/google/optimizers/convert_to_sycamore_gates.py index <HASH>..<HASH> 100644 --- a/cirq/google/optimizers/convert_to_sycamore_gates.py +++ b/cirq/google/optimizers/convert_to_sycamore_gates.py @@ -75,10 +75,20 @@ class ConvertToSycamoreGates(circuits...
Accept FSim(pi/2, pi/6) in ConvertToSycamoreGates (#<I>) Currently the optimizer accepts the `SycamoreGate` specifically, but fails on an equivalent `FSimGate`. This adds support for fsim gates with sycamore parameters (theta = pi/2, phi = ph/6). Also adds support for PhasedXZGate as a native gate that will be pass...
quantumlib_Cirq
train
ab0e8a3819f628fd968a5ada1892b19c06bf583d
diff --git a/resource/resourceadapters/apiserver.go b/resource/resourceadapters/apiserver.go index <HASH>..<HASH> 100644 --- a/resource/resourceadapters/apiserver.go +++ b/resource/resourceadapters/apiserver.go @@ -81,14 +81,19 @@ type httpDownloadRequestExtractor struct { // NewResourceOpener returns a new resource.O...
resource/resourceadapter: Use unit in URL Instead of using the logged in entity to determine the unit, use the actual unit in the URL. This is required now that we have the migratonmaster worker in machine agent downloading unit resources.
juju_juju
train
cbc3520f53772d31bfb77a0fde816ae48dd6a82d
diff --git a/glue/ligolw/table.py b/glue/ligolw/table.py index <HASH>..<HASH> 100644 --- a/glue/ligolw/table.py +++ b/glue/ligolw/table.py @@ -339,11 +339,7 @@ class TableStream(ligolw.Stream): # tokenize buffer, and construct row objects for token in self.__tokenizer.add(content): - try: - setattr(self.__...
Remove deprecated ability to skip columns by using __slots__ to restrict the valid attributes of the row class. Deprecation warning has been in place for three weeks.
gwastro_pycbc-glue
train
cb299efc1d2fe2416f803eeaa4f40f04e17085e1
diff --git a/go-ari-library.go b/go-ari-library.go index <HASH>..<HASH> 100644 --- a/go-ari-library.go +++ b/go-ari-library.go @@ -3,7 +3,6 @@ package nv import ( "encoding/json" - "github.com/bitly/go-nsq" ) type NV_Event struct {
Don't need nsq lib here
nvisibleinc_go-ari-library
train
867b13dd079044edb700092463e3485964f02c54
diff --git a/inhibitors/commandCooldown.js b/inhibitors/commandCooldown.js index <HASH>..<HASH> 100644 --- a/inhibitors/commandCooldown.js +++ b/inhibitors/commandCooldown.js @@ -13,5 +13,11 @@ exports.run = (client, msg, cmd) => { if (!instance) return false; const remaining = ((cmd.conf.cooldown * 1000) - (Da...
Solve weird edge case that shouldn't exist in the first place, but meh (#<I>)
dirigeants_komada
train
8d26532cdbbc22afa987afd9e8dfecaba13dbd51
diff --git a/tests/test_samples.py b/tests/test_samples.py index <HASH>..<HASH> 100755 --- a/tests/test_samples.py +++ b/tests/test_samples.py @@ -457,5 +457,5 @@ class TestOtherFiles(object): path = join(TEST_ROOT, "samples", "others", "png_in_svg.svg") drawing = svglib.svg2rlg(path) result ...
Relaxed the 'png in svg' test assertion
deeplook_svglib
train
57629c1b2f05b195ed2908e591c0a02f970a1ecb
diff --git a/tests/test_optics.py b/tests/test_optics.py index <HASH>..<HASH> 100644 --- a/tests/test_optics.py +++ b/tests/test_optics.py @@ -426,8 +426,6 @@ def test_RecurTraversal_no_change(): assert data[n] is result[n] -@pytest.mark.slow -@pytest.mark.performance def test_RecurTraversal_memoizes_hash...
Removed pytest marks They have to be registered now and the couple that were in use were unimportant.
ingolemo_python-lenses
train
cf3d3e5ac5e96b6ba2cc94c1f7484caddfeee4f9
diff --git a/cellbase-core/src/main/java/org/opencb/cellbase/core/client/CellBaseClient.java b/cellbase-core/src/main/java/org/opencb/cellbase/core/client/CellBaseClient.java index <HASH>..<HASH> 100644 --- a/cellbase-core/src/main/java/org/opencb/cellbase/core/client/CellBaseClient.java +++ b/cellbase-core/src/main/ja...
client: Fix QueryResponse parser
opencb_cellbase
train
e4adf826a8ada32796bc2d5b5f02b920647ba562
diff --git a/test/unit/model/search/ResultWatcherTest.php b/test/unit/model/search/ResultWatcherTest.php index <HASH>..<HASH> 100644 --- a/test/unit/model/search/ResultWatcherTest.php +++ b/test/unit/model/search/ResultWatcherTest.php @@ -1,6 +1,5 @@ <?php - /** * This program is free software; you can redistribu...
chore: PSR\CRagreements fixed
oat-sa_extension-tao-outcomeui
train
9cb96909d5dd1cdcd6f3175f94d3da954cfa375f
diff --git a/operations/recipient.go b/operations/recipient.go index <HASH>..<HASH> 100644 --- a/operations/recipient.go +++ b/operations/recipient.go @@ -100,7 +100,7 @@ func (req *CreateRecipient) MarshalJSON() ([]byte, error) { Description string `json:"description,omitempty"` Type omise.Re...
Add support for update Japan account recipient bank account
omise_omise-go
train
d3254ca95bd8279c54d0ef74f66acd4f385d549a
diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js +++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/edit.js @@ -3...
Bug <I> - Remove top level this uses and elimited some dead code
eclipse_orion.client
train
37ef382cbe250dc11b5b78d7f35d38559a5a87aa
diff --git a/course/view.php b/course/view.php index <HASH>..<HASH> 100644 --- a/course/view.php +++ b/course/view.php @@ -10,6 +10,7 @@ $name = optional_param('name'); $edit = optional_param('edit'); $idnumber = optional_param('idnumber'); + $topic = optional_param('topic',0,PA...
Added an optional_param() for 'topic' as it was coming from 'register_globals' land.
moodle_moodle
train
cf6b60af68d55ac612e70ccbd9129b524c576e8e
diff --git a/testing/rspec/spec/cql_spec.rb b/testing/rspec/spec/cql_spec.rb index <HASH>..<HASH> 100644 --- a/testing/rspec/spec/cql_spec.rb +++ b/testing/rspec/spec/cql_spec.rb @@ -14,7 +14,7 @@ describe 'the gem' do end it 'has a current license' do - license_text = File.read("#{File.dirname(__FILE__)}/.....
Fix test typo Fixed a test bug that wasn't showing on Windows because of the case insensitive file system.
enkessler_cql
train
242178111100a710528bdc3bc2997a0084543c53
diff --git a/lib/textbringer/buffer.rb b/lib/textbringer/buffer.rb index <HASH>..<HASH> 100644 --- a/lib/textbringer/buffer.rb +++ b/lib/textbringer/buffer.rb @@ -412,6 +412,20 @@ module Textbringer end end + def re_search_forward(s) + re = Regexp.new(s.dup.force_encoding(Encoding::ASCII_8BIT)) + ...
Add re_search_forward.
shugo_textbringer
train
ecf368e7f26059f4979b80a7de793c81d5a36ab2
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ <hadoop.version>2.2.0</hadoop.version> <javacliparser.version>0.5.0</javacliparser.version> <jcip-annotations.version>1.0</jcip-annotations.version> - <jmockit.version>1.5</jmocki...
Upgrade jmockit to <I> and use strict expectations Current code was written as for strict expectations but did not check the ordering of operations.
YahooArchive_samoa
train
0fa2ecd7839d739356667adf459c83e21429af80
diff --git a/events/entry.go b/events/entry.go index <HASH>..<HASH> 100644 --- a/events/entry.go +++ b/events/entry.go @@ -60,6 +60,7 @@ func (de *DockerEventsProcessor) Process() error { event := &docker.APIEvents{ ID: c.ID, Status: "start", + From: simulatedEvent, } router.listener <- event ...
Mark startup events as simulated An oversight; they need this marker so that they aren't sent to cattle.
rancher_host-api
train
11ff5d7190b3d81ffb06909b274b782e5d2b21db
diff --git a/geomajas/face/geomajas-face-dojo/geomajas-dojo-client/src/main/resources/geomajas/action/toolbar/ZoomToSelectionAction.js b/geomajas/face/geomajas-face-dojo/geomajas-dojo-client/src/main/resources/geomajas/action/toolbar/ZoomToSelectionAction.js index <HASH>..<HASH> 100644 --- a/geomajas/face/geomajas-face...
Fix MAJ-<I>: Zoom to Selection for point-shaped features does not function Also zoom to bounds as calculated with ZOOM_OPTION_EXACT option (no more rounding to nearest scale that fits)
geomajas_geomajas-project-server
train