hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
df3699b4ed78b621069e74e801100a6f3f629788
diff --git a/activeweb/src/main/java/org/javalite/activeweb/StreamResponse.java b/activeweb/src/main/java/org/javalite/activeweb/StreamResponse.java index <HASH>..<HASH> 100644 --- a/activeweb/src/main/java/org/javalite/activeweb/StreamResponse.java +++ b/activeweb/src/main/java/org/javalite/activeweb/StreamResponse.ja...
#<I> Close file after sending - oops, was closing the wrong stream
javalite_activeweb
train
346424daaaf2bb3936b5f4c2891101763dc2bdc0
diff --git a/git/refs/symbolic.py b/git/refs/symbolic.py index <HASH>..<HASH> 100644 --- a/git/refs/symbolic.py +++ b/git/refs/symbolic.py @@ -140,6 +140,7 @@ class SymbolicReference(object): # Don't only split on spaces, but on whitespace, which allows to parse lines like # 60b64ef992065e2600...
Assure to not iterate packed-refs file, ever. Related to #<I>
gitpython-developers_GitPython
train
8b63777886ef3db953b77842e77adc528da7a8d8
diff --git a/generators/acts_as_approvable/templates/approvals_controller.rb b/generators/acts_as_approvable/templates/approvals_controller.rb index <HASH>..<HASH> 100644 --- a/generators/acts_as_approvable/templates/approvals_controller.rb +++ b/generators/acts_as_approvable/templates/approvals_controller.rb @@ -5,14 ...
Adds state enumeration methods and changes the controller to use indexes instead of strings.
Tapjoy_acts_as_approvable
train
ec99b94a93ae8cd0c68a118a6acfc44b85807c85
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup MIN_PY_VERSION = "3.9" PACKAGES = find_packages(exclude=["tests", "tests.*"]) -VERSION = "97" +VERSION = "98" setup( name="pydeconz",
Bump to <I> (#<I>)
Kane610_deconz
train
37a51300fe12db018c3b9284e4c12ee949f8c12e
diff --git a/src/parser.js b/src/parser.js index <HASH>..<HASH> 100644 --- a/src/parser.js +++ b/src/parser.js @@ -141,13 +141,13 @@ var Parser = { // Parse all major components from a tag, including inline content parseTag: function(line) { var self = this; - var m = line.match(/(([\w-#\.]+\s*>\s*)*)([\w...
Use plus character for slurpy text
syntheticore_declaire
train
cf4d61b5f1981e5af5b450967ca8d9071c8f1cd4
diff --git a/lib/adhearsion/call_controller/output.rb b/lib/adhearsion/call_controller/output.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/call_controller/output.rb +++ b/lib/adhearsion/call_controller/output.rb @@ -21,6 +21,7 @@ module Adhearsion # @raise [PlaybackError] if the given argument could not b...
[BUGFIX] Raise ArgumentError when trying to say/playback nothing
adhearsion_adhearsion
train
252a4c72530a5feddaf2230d5846d14afef85a29
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "author": "Stephan Bösch-Plepelits <skunk@xover.mud.at>", "license": "GPL-3.0", "dependencies": { - "browserify-css": "^0.14.0" + "browserify-css": "^0.14.0", + "event-emitter": "...
Emit events 'select' and 'unselect'
plepe_modulekit-tabs
train
35bcf47a8fd2e6338627de985d14c5a822ddbcc3
diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/specs/docs/consumers/readme.py b/datadog_checks_dev/datadog_checks/dev/tooling/specs/docs/consumers/readme.py index <HASH>..<HASH> 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/specs/docs/consumers/readme.py +++ b/datadog_checks_dev/datadog_checks/...
fix links in prepend and append text (#<I>)
DataDog_integrations-core
train
08a2d771cd2c0de4250b234e27b972c188b1f5d5
diff --git a/web_modules/ws.js b/web_modules/ws.js index <HASH>..<HASH> 100644 --- a/web_modules/ws.js +++ b/web_modules/ws.js @@ -1 +1,6 @@ -module.exports = WebSocket; +// If there is no WebSocket, try MozWebSocket (support for some old browsers) +try { + module.exports = WebSocket +} catch(err) { + module.exports ...
WebSocket support for some old browsers
ChainSQL_chainsql-lib
train
1e19cd2dab59296831fdbe78fd8381ff44660bf0
diff --git a/src/js/methods.js b/src/js/methods.js index <HASH>..<HASH> 100644 --- a/src/js/methods.js +++ b/src/js/methods.js @@ -403,9 +403,20 @@ export default { const ratio = imageData.width / imageData.naturalWidth; forEach(data, (n, i) => { - n /= ratio; - data[i] = rounded ? Math.ro...
fix: rounding off problem of getData Fixes #<I>
fengyuanchen_cropperjs
train
6f97c1b6e860eb4cb2dce5e0590fdd5ac6e500eb
diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/classical.py +++ b/openquake/calculators/classical.py @@ -145,7 +145,7 @@ class PSHACalculator(base.HazardCalculator): self.core_task.__func__, iterargs).submit_a...
Get the same maxweight for all tiles [skip CI]
gem_oq-engine
train
7c7a1996db2f0d352661d205ef99d13cb4c29d20
diff --git a/lib/poise_languages/utils/which.rb b/lib/poise_languages/utils/which.rb index <HASH>..<HASH> 100644 --- a/lib/poise_languages/utils/which.rb +++ b/lib/poise_languages/utils/which.rb @@ -32,6 +32,8 @@ module PoiseLanguages # @param path [String, nil] Replacement $PATH value. # @return [String,...
Absolute paths should return the input for which-ing.
poise_poise-languages
train
8418141d64dd5eb4288f3bfecb7b7bbbe5527036
diff --git a/controller/registry/private.py b/controller/registry/private.py index <HASH>..<HASH> 100644 --- a/controller/registry/private.py +++ b/controller/registry/private.py @@ -72,8 +72,6 @@ def _commit(repository_path, image, layer, tag): cookies = _put_layer(image['id'], layer) _put_checksum(image, co...
fix(controller): do not commit to latest while this was a nice-to-have before, we are actually pushing config values on top of the latest build, which breaks config:unset.
deis_deis
train
e6c819bb1f44b935fd689c32c6747e9f48eb54d9
diff --git a/modules/gumgumBidAdapter.js b/modules/gumgumBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/gumgumBidAdapter.js +++ b/modules/gumgumBidAdapter.js @@ -14,7 +14,7 @@ let browserParams = {}; let pageViewId = null // TODO: potential 0 values for browserParams sent to ad server -function _getBrowser...
referer changes (#<I>)
prebid_Prebid.js
train
863b1f02003a569437b1356364ba0ec23c2516ec
diff --git a/src/includes/core/class-papi-core-property.php b/src/includes/core/class-papi-core-property.php index <HASH>..<HASH> 100644 --- a/src/includes/core/class-papi-core-property.php +++ b/src/includes/core/class-papi-core-property.php @@ -39,6 +39,8 @@ class Papi_Core_Property { * @var array */ protecte...
Move before_html and after_html to options instead of settings
wp-papi_papi
train
96d374c104d8d980ebd0846e76206f7b9c7c1226
diff --git a/gradle/version.gradle b/gradle/version.gradle index <HASH>..<HASH> 100644 --- a/gradle/version.gradle +++ b/gradle/version.gradle @@ -1,6 +1,6 @@ import java.util.regex.Pattern -version = "2.1.25"//detectSemVersion() +version = "2.1.26"//detectSemVersion() logger.lifecycle("Project version: $version")...
Add app/ms name to permission map, when processing yml. Reasoning: when two app/ms have the same roles and same privilege keys, the key in PermissionMapper will be equal. This will result on overwriting values with latter one.
xm-online_xm-commons
train
3f7cdc78c363d871e8300ad1cb2b50907d64ccec
diff --git a/src/WebinoDev/Module.php b/src/WebinoDev/Module.php index <HASH>..<HASH> 100644 --- a/src/WebinoDev/Module.php +++ b/src/WebinoDev/Module.php @@ -9,20 +9,15 @@ namespace WebinoDev; +use Zend\ModuleManager\Feature\ConfigProviderInterface; + /** * WebinoDev module for Zend Framework 2 */ -class Mod...
Updated Module, removed init() require functions.php (use composer autoload)
webino_WebinoDev
train
297f298850c9e8038fea2317b860e40f7e83d001
diff --git a/features/request/RequestContext.php b/features/request/RequestContext.php index <HASH>..<HASH> 100644 --- a/features/request/RequestContext.php +++ b/features/request/RequestContext.php @@ -179,7 +179,7 @@ class RequestContext implements Context /** * @Given I am using a single value for a trust...
Scrutinizer fix for method name case`
silinternational_idp-id-broker-php-client
train
e9a75451236119e1db3e5d7cc7703637d048c7f8
diff --git a/activesupport/lib/active_support/json.rb b/activesupport/lib/active_support/json.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/json.rb +++ b/activesupport/lib/active_support/json.rb @@ -43,10 +43,10 @@ module ActiveSupport delegate :decode, :to => :backend def backen...
Avoid uninitialized instance variable warning
rails_rails
train
220222430cc27f3355f873e01ec0a13d912f6331
diff --git a/src/DataList.php b/src/DataList.php index <HASH>..<HASH> 100644 --- a/src/DataList.php +++ b/src/DataList.php @@ -68,14 +68,14 @@ class DataList implements \ArrayAccess, \Iterator * @return \IvoPetkov\DataObject|null Returns a DataObject or null if the argument is not valid * @throws \Exception...
Fix that allows objects that implement \IvoPetkov\DataObjectInterface to be added.
ivopetkov_data-object
train
f7dce219c725add93de3ec4545d94f164ef032df
diff --git a/src/main/java/de/thetaphi/forbiddenapis/AsmUtils.java b/src/main/java/de/thetaphi/forbiddenapis/AsmUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/thetaphi/forbiddenapis/AsmUtils.java +++ b/src/main/java/de/thetaphi/forbiddenapis/AsmUtils.java @@ -54,6 +54,11 @@ public final class AsmUtils { ...
More cleanup (add method to generate resource name from binary class name)
policeman-tools_forbidden-apis
train
9806f81beca0fc61c4a93e786cfd9c6ba4c38930
diff --git a/tests/KafkaTest/Protocol/DecoderTest.php b/tests/KafkaTest/Protocol/DecoderTest.php index <HASH>..<HASH> 100644 --- a/tests/KafkaTest/Protocol/DecoderTest.php +++ b/tests/KafkaTest/Protocol/DecoderTest.php @@ -149,6 +149,71 @@ class DecoderTest extends \PHPUnit_Framework_TestCase } // }}} + ...
add a test case to ensure that parsing encoded errors when producing works as expected -- it does :)
weiboad_kafka-php
train
6659fee50ab6e40b9d3e0d5653a445e6edced64a
diff --git a/pynos/utilities.py b/pynos/utilities.py index <HASH>..<HASH> 100644 --- a/pynos/utilities.py +++ b/pynos/utilities.py @@ -189,7 +189,8 @@ def valid_physical_name(name): Raises: None """ - return re.search(r'^[0-9]{1,3}/[0-9]{1,3}/[0-9]{1,3}$', name) is not None + pattern = r'^[0-9]...
MAMBA-<I>: Update regex to allow breakout ports Changes: * Change regex by adding option detection of breakout port identifier Caveats: None Test Plan: * Use PyNOS to configure an IP on a breakout port Change-Id: I<I>b<I>cde9e<I>b<I>d<I>f
brocade_pynos
train
fd5cf1a72bbbca1f8079848f177551622ade8c5c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -88,12 +88,12 @@ install_requires = [ 'SQLAlchemy-Continuum>=1.3.6', 'SQLAlchemy-Utils[encrypted]>=0.33', 'dictdiffer>=0.5.0.post1', - 'invenio-assets>=1.1.0', + 'invenio-assets>=1.0.0', 'invenio-db[v...
setup: downgrade assets and records-files
inveniosoftware_invenio-deposit
train
79c2c67563c80f3ade1e408e9bebdefbbce44346
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -170,6 +170,14 @@ To run ``django_rq``'s test suite:: Changelog ========= +Version 0.4.1 +------------- +More improvements to `/admin/django_rq/`: + +* Views now require staff permission +* Now you can delete jobs ...
Bump verson to <I>.
rq_django-rq
train
292b774aafe50d1cfa91e38e66f632816ddcc079
diff --git a/BkImageSurface.js b/BkImageSurface.js index <HASH>..<HASH> 100644 --- a/BkImageSurface.js +++ b/BkImageSurface.js @@ -78,29 +78,29 @@ define(function(require, exports, module) { * Sizing-modes */ var SizeMode = { - FILL: 0, - ASPECTFILL: 1, - ASPECTFIT: 2, - CEN...
More concise code Instead of numbering the Size & RepeatModes and then switching on the number, why not set properties directly? Makes the code much simpler and eleganter, I think.
IjzerenHein_famous-bkimagesurface
train
4a1252ad296fc51be36f6ca601ce7226e06bdcce
diff --git a/slither/detectors/attributes/locked_ether.py b/slither/detectors/attributes/locked_ether.py index <HASH>..<HASH> 100644 --- a/slither/detectors/attributes/locked_ether.py +++ b/slither/detectors/attributes/locked_ether.py @@ -5,7 +5,7 @@ from slither.detectors.abstract_detector import (AbstractDetector, ...
Remove FP on locked_ether detector: follow through libraries calls to detect send of ethers (fix #<I>)
crytic_slither
train
1de6ef5543555abb0949c7586980d24312eb480b
diff --git a/Command/GenerateDoctrineDocumentCommand.php b/Command/GenerateDoctrineDocumentCommand.php index <HASH>..<HASH> 100644 --- a/Command/GenerateDoctrineDocumentCommand.php +++ b/Command/GenerateDoctrineDocumentCommand.php @@ -14,6 +14,26 @@ class GenerateDoctrineDocumentCommand extends GenerateDoctrineCommand ...
getter and setter for generator now with public access
iambrosi_IsmaAmbrosiGeneratorBundle
train
3eeaaf8978168376dc636b322b88a2b4baf86527
diff --git a/bika/lims/content/analysis.py b/bika/lims/content/analysis.py index <HASH>..<HASH> 100644 --- a/bika/lims/content/analysis.py +++ b/bika/lims/content/analysis.py @@ -836,7 +836,10 @@ class Analysis(BaseContent): "sample_received", "attachment_due",): can_attach = F...
Fail softly if analysis "attach" fails
senaite_senaite.core
train
2118a052c5d0018005553f7e5b3dc8a79070e629
diff --git a/tests/test_file.py b/tests/test_file.py index <HASH>..<HASH> 100644 --- a/tests/test_file.py +++ b/tests/test_file.py @@ -24,7 +24,7 @@ __author__ = 'asaka' def setup_func(): leancloud.init( os.environ['APP_ID'], - master_key=os.environ['MASTER_KEY'] + os.environ['APP_KEY'] ...
Use APP_KEY instead of MASTER_KEY when runing the tests using `nosetests` in python 3.x, you'll run into the problem that it will still look for the APP KEY instead of using MASTER_KEY, but when you runing the single test, it was file. And since other test file also using APP_KEY and change to use APP_KEY do fix the p...
leancloud_python-sdk
train
a602b2dbb55ec1b0ed48dd4ae0903c8f62fb87f7
diff --git a/src/methods/first.js b/src/methods/first.js index <HASH>..<HASH> 100644 --- a/src/methods/first.js +++ b/src/methods/first.js @@ -4,9 +4,8 @@ const { isFunction } = require('../helpers/is'); module.exports = function first(fn, defaultValue) { if (isFunction(fn)) { - for (let i = 0, { length } = th...
Improved `first` - Added support for `this.items` as an object - Added the second key parameter to the function
ecrmnn_collect.js
train
f837992701e067e484385550aa303d5378192468
diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js index <HASH>..<HASH> 100644 --- a/js/bootstrap-select.js +++ b/js/bootstrap-select.js @@ -2737,6 +2737,9 @@ isVirtual = that.isVirtual(), position0 = isVirtual === true ? that.selectpicker.view.position0 : 0; + // do nothing if a ...
allow function keys to work if standard select menu is open (#<I>)
snapappointments_bootstrap-select
train
f4e0b88d13b062991e6a3c58b843189e49c26511
diff --git a/lib/scaptimony/arf_reports_helper.rb b/lib/scaptimony/arf_reports_helper.rb index <HASH>..<HASH> 100644 --- a/lib/scaptimony/arf_reports_helper.rb +++ b/lib/scaptimony/arf_reports_helper.rb @@ -14,7 +14,7 @@ module Scaptimony module ArfReportsHelper def self.create_arf(asset, params, arf_bzip) ...
Fix: do create policy even if there is other existing.
OpenSCAP_scaptimony
train
d10132e24089de916a61d08c470ef679c5ced781
diff --git a/src/controllers/StartController.php b/src/controllers/StartController.php index <HASH>..<HASH> 100644 --- a/src/controllers/StartController.php +++ b/src/controllers/StartController.php @@ -38,6 +38,7 @@ class StartController extends CommonController */ public function actionMake() { + ...
fixed cding to prjdir
hiqdev_hidev
train
e196fa0b1e90a561167f7ce147c1059024f061c5
diff --git a/Tests/ClassMapGeneratorTest.php b/Tests/ClassMapGeneratorTest.php index <HASH>..<HASH> 100644 --- a/Tests/ClassMapGeneratorTest.php +++ b/Tests/ClassMapGeneratorTest.php @@ -110,13 +110,10 @@ class ClassMapGeneratorTest extends \PHPUnit_Framework_TestCase 'Foo\\TFooBar' => __DIR__.'/Fixtur...
[<I>] Various deprecation removal
symfony_class-loader
train
32d340ec7a5e5ff27856999da988dd292adc071a
diff --git a/go/systests/team_reset_test.go b/go/systests/team_reset_test.go index <HASH>..<HASH> 100644 --- a/go/systests/team_reset_test.go +++ b/go/systests/team_reset_test.go @@ -708,6 +708,8 @@ func TestTeamAfterDeleteUser(t *testing.T) { } func testTeamResetBadgesAndDismiss(t *testing.T, readd bool) { + t.Ski...
skip test (#<I>)
keybase_client
train
c1f5515b106107695756ae095e9f3162db742480
diff --git a/openquake/baselib/performance.py b/openquake/baselib/performance.py index <HASH>..<HASH> 100644 --- a/openquake/baselib/performance.py +++ b/openquake/baselib/performance.py @@ -184,7 +184,10 @@ class Monitor(object): t = (name, self.task_no, self.weight, self.duration, len(res.pik), ...
The Monitor can now flush open hdf5 files
gem_oq-engine
train
e8b7e3c59934776dc9a30d85497556f434e1dad1
diff --git a/pojo/src/main/java/com/savoirtech/hecate/pojo/reflect/ReflectionUtils.java b/pojo/src/main/java/com/savoirtech/hecate/pojo/reflect/ReflectionUtils.java index <HASH>..<HASH> 100644 --- a/pojo/src/main/java/com/savoirtech/hecate/pojo/reflect/ReflectionUtils.java +++ b/pojo/src/main/java/com/savoirtech/hecate...
Using reflection to access Unsafe class to avoid the dependency.
savoirtech_hecate
train
b79e3afa55ae815013fac15197f3ca4abd2c3d03
diff --git a/addon/components/taxonomy-manager.js b/addon/components/taxonomy-manager.js index <HASH>..<HASH> 100644 --- a/addon/components/taxonomy-manager.js +++ b/addon/components/taxonomy-manager.js @@ -16,7 +16,6 @@ export default class TaxonomyManager extends Component { @action load(element, [vocabulary]...
rm stray debugging statement.
ilios_common
train
e76f590719703c7d65570be9d382391efeab8885
diff --git a/Vps/Model/Proxy/Row.php b/Vps/Model/Proxy/Row.php index <HASH>..<HASH> 100644 --- a/Vps/Model/Proxy/Row.php +++ b/Vps/Model/Proxy/Row.php @@ -81,6 +81,10 @@ class Vps_Model_Proxy_Row extends Vps_Model_Row_Abstract public function toArray() { - return $this->_row->toArray(); + $ret...
fix toArray für siblingModels in proxy model
koala-framework_koala-framework
train
e30ac63e33dec7616a63941656691b4e7a5e0f75
diff --git a/test/unit/renderer/dataframe.test.js b/test/unit/renderer/dataframe.test.js index <HASH>..<HASH> 100644 --- a/test/unit/renderer/dataframe.test.js +++ b/test/unit/renderer/dataframe.test.js @@ -51,7 +51,7 @@ describe('src/renderer/Dataframe', () => { symbol: { default: true }, ...
Fix failing tests in device with retina display
CartoDB_carto-vl
train
701b7c978290be9805a76282484a1ef31de65be6
diff --git a/spec/kamerling/server/tcp_spec.rb b/spec/kamerling/server/tcp_spec.rb index <HASH>..<HASH> 100644 --- a/spec/kamerling/server/tcp_spec.rb +++ b/spec/kamerling/server/tcp_spec.rb @@ -3,8 +3,8 @@ require_relative '../../spec_helper' module Kamerling describe Server::TCP do describe '.new' do it 'set...
Server::{TCP,UDP} spec: good years for the portsies
chastell_kamerling
train
86550fe0775cca7371568707dc1bc540b1c61de8
diff --git a/connection/interpreter.go b/connection/interpreter.go index <HASH>..<HASH> 100644 --- a/connection/interpreter.go +++ b/connection/interpreter.go @@ -12,10 +12,26 @@ type Interpreter struct { } func (ip *Interpreter) parse(line string) { + if !(ip.alwaysAvailableCommands(line) || ip.sensitiveCommands(l...
split commands into commands that are sensistive and commands that are always available
UserStack_ustackd
train
4570e74415a7b2c43402f1f3cdc87d6bf6059c08
diff --git a/libkbfs/kbfs_ops_concur_test.go b/libkbfs/kbfs_ops_concur_test.go index <HASH>..<HASH> 100644 --- a/libkbfs/kbfs_ops_concur_test.go +++ b/libkbfs/kbfs_ops_concur_test.go @@ -1027,6 +1027,9 @@ func TestKBFSOpsConcurWriteParallelBlocksCanceled(t *testing.T) { if _, _, err := kbfsOps.CreateFile(ctx, rootNod...
kbfs_ops_concur_test: don't check state in fake block server test Issue: KBFS-<I>
keybase_client
train
40c1391fb8b18d4dd56167c36f1d7ea1217fa938
diff --git a/egg/_gui.py b/egg/_gui.py index <HASH>..<HASH> 100644 --- a/egg/_gui.py +++ b/egg/_gui.py @@ -240,6 +240,16 @@ class BaseObject(object): class GridLayout(BaseObject): + ''' + This is a raw, unencapsulated grid layout upon which things like windows + are built. + + Parameters + ----...
Update _gui.py Documentation in egg
Spinmob_spinmob
train
d41622a52877e69f1c5e981c4b0c55c39c9b2c81
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,11 +8,18 @@ try: except: from setuptools import setup +description = """Convert Python packages to RPM SPECFILES. The packages can be downloaded from +PyPI and the produced SPEC is in line with Fedora Packaging Guid...
Make the description in setup.py more verbose
fedora-python_pyp2rpm
train
2cbffbf886ac6039f375c66b835126de39f58900
diff --git a/lib/jira/client.rb b/lib/jira/client.rb index <HASH>..<HASH> 100644 --- a/lib/jira/client.rb +++ b/lib/jira/client.rb @@ -47,6 +47,10 @@ module Jira @access_token = request_token.get_access_token(params) end + def set_access_token(token, secret) + @access_token = OAuth::AccessToken.ne...
Add method to set access token Will allow access_token and access_secret to be stored in user session and used to initialise sessions after first authorisation.
sumoheavy_jira-ruby
train
59b79e41d8cc89c4fc8fe4d7b8822e68445aa940
diff --git a/src/common/storage/server.js b/src/common/storage/server.js index <HASH>..<HASH> 100644 --- a/src/common/storage/server.js +++ b/src/common/storage/server.js @@ -31,6 +31,7 @@ define([ "util/assert","util/guid","util/url","socket.io","worker/serverworkerma _databaseOpened = false, ...
solving issue of hanging worker threads Former-commit-id: <I>d3f9eeebff<I>d<I>e6e<I>d<I>fb7c<I>
webgme_webgme-engine
train
3f2f2193dc745d54a9eb421b4b8b1cd9e21f0e9f
diff --git a/datatableview/cache.py b/datatableview/cache.py index <HASH>..<HASH> 100644 --- a/datatableview/cache.py +++ b/datatableview/cache.py @@ -1,9 +1,12 @@ import inspect import hashlib +import logging from django.core.cache import caches from django.conf import settings +log = logging.getLogger(__name_...
Add debug logging to caching system
pivotal-energy-solutions_django-datatable-view
train
59c004fac70efbda6dc19a95e96f1ae13432b576
diff --git a/library/Garp/Spawn/MySql/Manager.php b/library/Garp/Spawn/MySql/Manager.php index <HASH>..<HASH> 100755 --- a/library/Garp/Spawn/MySql/Manager.php +++ b/library/Garp/Spawn/MySql/Manager.php @@ -27,11 +27,11 @@ class Garp_Spawn_MySql_Manager { * @var Boolean $_interactive Whether the feedback mode is in...
Working on Javascript UI for Page and PageSlot
grrr-amsterdam_garp3
train
c7a59122b97554b2d58aef98c40e6c0a3c1e4bff
diff --git a/src/ResourceObject.php b/src/ResourceObject.php index <HASH>..<HASH> 100644 --- a/src/ResourceObject.php +++ b/src/ResourceObject.php @@ -190,7 +190,6 @@ abstract class ResourceObject implements AcceptTransferInterface, ArrayAccess, C */ public function jsonSerialize() { - $this->uri...
does not convert uri to string for json
bearsunday_BEAR.Resource
train
823d62fd7e2959b68e1d8d9d56339afa4072de94
diff --git a/src/core/domhelper.js b/src/core/domhelper.js index <HASH>..<HASH> 100644 --- a/src/core/domhelper.js +++ b/src/core/domhelper.js @@ -14,9 +14,6 @@ webfont.DomHelper = function(mainWindow, opt_loadWindow) { /** @type {Document} */ this.document_ = this.loadWindow_.document; - - /** @type {boolean|...
Remove supportForStyle test. All supported browsers support style.cssText and the feature detection breaks XHTML pages.
typekit_webfontloader
train
c3b47b7f8e4b0ab6c72cec3f35775f8404a7ec3d
diff --git a/src/Saft/Store/Test/StoreAbstractTest.php b/src/Saft/Store/Test/StoreAbstractTest.php index <HASH>..<HASH> 100644 --- a/src/Saft/Store/Test/StoreAbstractTest.php +++ b/src/Saft/Store/Test/StoreAbstractTest.php @@ -726,10 +726,28 @@ abstract class StoreAbstractTest extends TestCase $this->assertE...
StoreAbstractTest: correct an existing test and add a new one regarding to testGetMatchingStatementsCheckForTriples: it iterates about ALL triples of the whole store because graph was undefined, so it used the default graph. if the store contains <I>k triples, it would iterated over all of them .... :) changed that ...
SaftIng_Saft
train
2603c67e10effc149911ced40adece6026593e4b
diff --git a/continuous_series.go b/continuous_series.go index <HASH>..<HASH> 100644 --- a/continuous_series.go +++ b/continuous_series.go @@ -31,6 +31,11 @@ func (cs ContinuousSeries) GetValue(index int) (float64, float64) { return cs.XValues[index], cs.YValues[index] } +// GetLastValue gets the last value. +func...
adding lastvalueprovider interface and relevant methods.
wcharczuk_go-chart
train
cf52adaf7c4af4124d876bb2d5e14a52e70ebc9e
diff --git a/Repository/PostRepository.php b/Repository/PostRepository.php index <HASH>..<HASH> 100644 --- a/Repository/PostRepository.php +++ b/Repository/PostRepository.php @@ -99,7 +99,7 @@ class PostRepository extends EntityRepository $endDateTime->setTimestamp($endDate); $query = $this->createQ...
[BlogBundle] Correct using date in request for getting calendar datas, add day in the date
claroline_Distribution
train
ae0a92ac79a6c5f3e1c9ddcaa8b259461112d34e
diff --git a/views/js/qtiCreator/editor/ckEditor/htmlEditor.js b/views/js/qtiCreator/editor/ckEditor/htmlEditor.js index <HASH>..<HASH> 100755 --- a/views/js/qtiCreator/editor/ckEditor/htmlEditor.js +++ b/views/js/qtiCreator/editor/ckEditor/htmlEditor.js @@ -51,6 +51,7 @@ define([ * @param {Boolean} [options.pass...
fix: eslint issues
oat-sa_extension-tao-itemqti
train
adbb8f3c0a98ee88beb9e1089edd50253e6b2bf3
diff --git a/code/libraries/koowa/components/com_koowa/template/helper/menubar.php b/code/libraries/koowa/components/com_koowa/template/helper/menubar.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/components/com_koowa/template/helper/menubar.php +++ b/code/libraries/koowa/components/com_koowa/template/help...
re #<I>: Route menubar links before adding them
timble_kodekit
train
5ebce7588110197972cc4a4572fd4e60cdfcd2e2
diff --git a/controller/internal/enforcer/nfqdatapath/datapath_tcp.go b/controller/internal/enforcer/nfqdatapath/datapath_tcp.go index <HASH>..<HASH> 100644 --- a/controller/internal/enforcer/nfqdatapath/datapath_tcp.go +++ b/controller/internal/enforcer/nfqdatapath/datapath_tcp.go @@ -770,7 +770,8 @@ func (d *Datapath...
Disable flow message when only packet is dropped (#<I>)
aporeto-inc_trireme-lib
train
0e5d15e3554896182e3ccb3d7c5062e6ab28a47f
diff --git a/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java b/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java index <HASH>..<HASH> 100644 --- a/jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor....
JENKINS-<I> Add withMaven duration details and interruption details
jenkinsci_pipeline-maven-plugin
train
a4363fd20b370008be8bbcd04b1d7b0dcdf5ddb5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -238,11 +238,13 @@ module.exports = function sub_plugin(md) { if (!state.env.footnotes.list) { return; } list = state.env.footnotes.list; - state.push('footnote_block_open', '', 1); + token = new state.Token(...
Push tokens to stateCore.tokens directly because stateCore.push() was removed in markdown-it
markdown-it_markdown-it-footnote
train
a35723ddd0ec41cac2ed9c734f7a1dcfee84b1d8
diff --git a/news-bundle/src/ContaoNewsBundle.php b/news-bundle/src/ContaoNewsBundle.php index <HASH>..<HASH> 100644 --- a/news-bundle/src/ContaoNewsBundle.php +++ b/news-bundle/src/ContaoNewsBundle.php @@ -15,7 +15,7 @@ use Contao\CoreBundle\HttpKernel\Bundle\ContaoBundle; /** * Configures the Contao news bundle. ...
[News] Update the copyright notices
contao_contao
train
06ba7c9a383a4a0a052600ac15985db3b35fb6dd
diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/ToStringReturnsNull.java b/core/src/main/java/com/google/errorprone/bugpatterns/ToStringReturnsNull.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/errorprone/bugpatterns/ToStringReturnsNull.java +++ b/core/src/main/java/com/google/e...
ToStringReturnsNull: support null literals in conditional expressions Hardly the end of the world not to check this; but it's not much to make it a little more thorough. PiperOrigin-RevId: <I>
google_error-prone
train
2e667c740587acdeaef7d54773ffea880582a266
diff --git a/lib/filelib.php b/lib/filelib.php index <HASH>..<HASH> 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -1290,7 +1290,8 @@ function download_file_content($url, $headers=null, $postdata=null, $fullrespons //reinstate affected curl options curl_setopt_array ($ch, array( CU...
MDL-<I> files: Must be explicit about switching cURL request method from HEAD to GET.
moodle_moodle
train
acfca654156302fdde5004e7fcd2e2ca8e4f53f3
diff --git a/spec/functional/resource/user_spec.rb b/spec/functional/resource/user_spec.rb index <HASH>..<HASH> 100644 --- a/spec/functional/resource/user_spec.rb +++ b/spec/functional/resource/user_spec.rb @@ -203,8 +203,15 @@ describe Chef::Resource::User, :unix_only, :requires_root do pw_entry.home.should...
Expect user home dir to always be created on RHEL - Inconsistent with other platforms because of etc/login.defs - See CHEF-<I> <URL>
chef_chef
train
a457e0c789c577f087cca3a0a7d2d77517182de2
diff --git a/lib/cocoon/view_helpers.rb b/lib/cocoon/view_helpers.rb index <HASH>..<HASH> 100644 --- a/lib/cocoon/view_helpers.rb +++ b/lib/cocoon/view_helpers.rb @@ -37,7 +37,7 @@ module Cocoon wrapper_class = html_options.delete(:wrapper_class) html_options[:'data-wrapper-class'] = wrapper_class if ...
Use form builder to add hidden _destroy field
nathanvda_cocoon
train
148c134c6a095a7489d37a84f024654dd9237603
diff --git a/api/auth/handler.go b/api/auth/handler.go index <HASH>..<HASH> 100644 --- a/api/auth/handler.go +++ b/api/auth/handler.go @@ -69,6 +69,15 @@ func Login(w http.ResponseWriter, r *http.Request) error { return &errors.Http{Code: http.StatusUnauthorized, Message: msg} } +func createTeam(name string, u *Us...
api/auth: refactoring CreateTeam handler Some concern separation: one function to treat request data, and other to actually create the team in the database (and in gitosis).
tsuru_tsuru
train
6e29e0eff65c95fea1d013dee2abe2d11c470b1d
diff --git a/simplefix/constants.py b/simplefix/constants.py index <HASH>..<HASH> 100644 --- a/simplefix/constants.py +++ b/simplefix/constants.py @@ -872,6 +872,9 @@ EXECTYPE_PENDING_REPLACE = b'E' # Tag 151 TAG_LEAVESQTY = b'151' +# Tag 152 +TAG_CASHORDERQTY = b'152' + # Tag 167 TAG_SECURITYTYPE = b'167' SECUR...
Add tag <I>, cash order quantity.
da4089_simplefix
train
63aa25b062270218191366e2cae67c1a820a48f9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -106,7 +106,8 @@ function serveRenderedPage(bundle, opts) { return evaluatePromise({ bundle: bundle, code: renderComponentToString(clientReq), - debug: opts.debug + debug: opts....
Pass location-object to fix XHR in sandbox
andreypopp_react-app-middleware
train
35f0fcb7e28d62fa4bf8f0a5313220d51973190b
diff --git a/lib/ui/Pane.js b/lib/ui/Pane.js index <HASH>..<HASH> 100644 --- a/lib/ui/Pane.js +++ b/lib/ui/Pane.js @@ -86,12 +86,28 @@ Pane.prototype.requestClose = function () { } }; +Pane.prototype.save = function (path) { + var self = this; + var header = self.screen.slap.header; + var editor = self.editor;...
fix(save): move slap code from EditorWidget
slap-editor_slap
train
cf981db4d2d9853fd4be29f4950ec45aff8f741a
diff --git a/spyder/utils/programs.py b/spyder/utils/programs.py index <HASH>..<HASH> 100644 --- a/spyder/utils/programs.py +++ b/spyder/utils/programs.py @@ -420,8 +420,10 @@ def is_module_installed(module_name, version=None, installed_version=None, get_modver = inspect.getsource(get_module_version) ...
Ensure that is_module_installed remove temporary file if it is used. Flush changes to disk to ensure that script is in disk before run it. Replicate test with interpreter parameter in order to check this functionality
spyder-ide_spyder
train
98802e58d3686b66fdb95ec668c1ea5eac274929
diff --git a/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php b/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php +++ b/src/Symfony/Component/Security/Http/Tests/F...
Use PUBLIC_ACCESS from AuthenticatedVoter
symfony_symfony
train
2eea47dd011c0cf1ebeed67dbef45bb41a0355cc
diff --git a/test/specs/test.js b/test/specs/test.js index <HASH>..<HASH> 100644 --- a/test/specs/test.js +++ b/test/specs/test.js @@ -100,6 +100,22 @@ module.exports = { .assert.containsText('#counter p', '2') .frame(null) + // copy vuex state + .click('.top .buttons .button:nth-child(1)'...
added test spec for state export/import (#<I>)
vuejs_vue-devtools
train
cdc2b067283511bcc8e294f34a5e1e5eb2f45611
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ setup( version=VERSION, url='https://bitbucket.org/DNX/django-keyboard-shorcuts/', license='BSD License', - description='Allow to use the keyboard instead of the mouse inside your web project...
updated the project description in setup.py
DNX_django-keyboard-shorcuts
train
68d44be30170160d8492eab3f2149eb0d8fa3185
diff --git a/gtts/tokenizer/core.py b/gtts/tokenizer/core.py index <HASH>..<HASH> 100644 --- a/gtts/tokenizer/core.py +++ b/gtts/tokenizer/core.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- import re -# TODO: exceptions? class RegexBuilder(): """ @@ -74,14 +73,26 @@ class Tokenizer(): A Tokenizer """...
Added exception raising in tokenizer.core, removed from tokenizing method in tts. Added tokenizing logging
pndurette_gTTS
train
d32b1f457c3f6e9ca2fb89a166251a924ddd60a2
diff --git a/Swat/SwatCheckboxList.php b/Swat/SwatCheckboxList.php index <HASH>..<HASH> 100644 --- a/Swat/SwatCheckboxList.php +++ b/Swat/SwatCheckboxList.php @@ -305,7 +305,7 @@ class SwatCheckboxList extends SwatOptionControl implements SwatState } $sensitive = $this->getOptionMetadata($option, 's...
Default value is null, make sure to check false
silverorange_swat
train
1813043f3a08a3395d6cabe217395a94fb5d83d0
diff --git a/inspire_schemas/builders.py b/inspire_schemas/builders.py index <HASH>..<HASH> 100644 --- a/inspire_schemas/builders.py +++ b/inspire_schemas/builders.py @@ -144,7 +144,6 @@ class LiteratureBuilder(object): 'value': doi, 'source': self._get_source(source), }) ...
builders: fix publication_info citeable logic * Fixes the logic of the is_citeable function. Before it was considering the wrong fields * Fixes the logic about publication_info field. Before it was considering the publication_info field as an object rather than an array. * Removes the citeable assignment for the DOI f...
inspirehep_inspire-schemas
train
43a446bcd0f3567bd4f90d6cfb8eafa06c4befbc
diff --git a/lib/kamerling/repos.rb b/lib/kamerling/repos.rb index <HASH>..<HASH> 100644 --- a/lib/kamerling/repos.rb +++ b/lib/kamerling/repos.rb @@ -25,13 +25,10 @@ module Kamerling class Repos end def repos - @repos ||= { - Client => Repo.new(db[:clients], Client), - Projec...
refactor Repos.repos
chastell_kamerling
train
aac8c45ed54d09d894015aee0fc052bde2f62115
diff --git a/src/Leevel/Http/Response.php b/src/Leevel/Http/Response.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Http/Response.php +++ b/src/Leevel/Http/Response.php @@ -229,6 +229,10 @@ class Response implements IResponse public static function setCookieResolver(Closure $cookieResolver = null) { ...
Fix http response and tmacro
hunzhiwange_framework
train
8bc4bb9962183d5c0c1c086740714a034440c87e
diff --git a/tests/test_admin.rb b/tests/test_admin.rb index <HASH>..<HASH> 100644 --- a/tests/test_admin.rb +++ b/tests/test_admin.rb @@ -22,6 +22,7 @@ class AdminTest < Test::Unit::TestCase def teardown @admin.profiling_level = :off @@coll.clear if @@coll + @@db.error end def test_default_prof...
do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing
mongodb_mongo-ruby-driver
train
b2b82e48000e75d966b77b7251fbc0a083d0eb50
diff --git a/demo/chat/ux.js b/demo/chat/ux.js index <HASH>..<HASH> 100644 --- a/demo/chat/ux.js +++ b/demo/chat/ux.js @@ -65,12 +65,12 @@ window.onload = function() { // On new messages, append it to our message log window.freedom.on('recv-err', function(data) { - document.getElementById('uid').innerText ...
Fix UI bug in chat demo preventing current username from being displayed.
freedomjs_freedom
train
75e341eb891922c77506c172f281bedbba740a36
diff --git a/src/Core/tests/ContentManager/Generator/GeneratorManagerTest.php b/src/Core/tests/ContentManager/Generator/GeneratorManagerTest.php index <HASH>..<HASH> 100644 --- a/src/Core/tests/ContentManager/Generator/GeneratorManagerTest.php +++ b/src/Core/tests/ContentManager/Generator/GeneratorManagerTest.php @@ -1...
Deleted unused SupportFacade class
spress_spress
train
a7c5728b341aa098e9f39737da31c8b9676a5173
diff --git a/pygccxml/utils/__init__.py b/pygccxml/utils/__init__.py index <HASH>..<HASH> 100644 --- a/pygccxml/utils/__init__.py +++ b/pygccxml/utils/__init__.py @@ -10,6 +10,7 @@ The utils package contains tools used internally by pygccxml. from .utils import is_str from .utils import native_compiler +from .utils...
Add a method which compiler is used based on the compiler path This method is not completely implemented but should work for OS X and Linux. The test in attributes tester is more a question of gcc/clang than gccxml/castxml
gccxml_pygccxml
train
f5667eb5b86288b52852589ad09857674b9dd0ca
diff --git a/Doctrineum/Scalar/EnumType.php b/Doctrineum/Scalar/EnumType.php index <HASH>..<HASH> 100644 --- a/Doctrineum/Scalar/EnumType.php +++ b/Doctrineum/Scalar/EnumType.php @@ -23,9 +23,17 @@ class EnumType extends Type */ const ENUM = 'enum'; + /** + * @var string[] + */ private stat...
Enum class is determined automatically in type
doctrineum_doctrineum-scalar
train
e63fef66287f2fe308c6084bfc22780ecf979f49
diff --git a/dist/tingle.js b/dist/tingle.js index <HASH>..<HASH> 100644 --- a/dist/tingle.js +++ b/dist/tingle.js @@ -146,7 +146,7 @@ this.modalBoxContent.style['padding-bottom'] = this.modalBoxFooter.clientHeight + 20 + 'px'; bind(this.modalBoxFooter, 'click', _catchEvent); ...
fix bug with sticky footer on small modal
robinparisi_tingle
train
ced6262bdfc08143a8df51caa8e770b9b17ede11
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -55,7 +55,7 @@ const ScopeManager = require("./scope-manager"); const Referencer = require("./referencer"); const Reference = require("./reference"); const Variable = require("./variable"); -const Scope = re...
Fix: restore previous Scope API exports from escope (#<I>)
eslint_eslint-scope
train
e12f7953b47acad37c50c86982755cd870830a94
diff --git a/test/client_protocol.js b/test/client_protocol.js index <HASH>..<HASH> 100644 --- a/test/client_protocol.js +++ b/test/client_protocol.js @@ -70,6 +70,10 @@ describe("client protocol", function() { eecho: function(req, resp) { resp.send(req.params());...
add a new test case to send date
XadillaX_illyria2
train
28d9393868dbf62cb10b0f0d294cf3c3993da85d
diff --git a/metator/align.py b/metator/align.py index <HASH>..<HASH> 100644 --- a/metator/align.py +++ b/metator/align.py @@ -162,6 +162,7 @@ def get_contact_pairs( align(rev_in, index, alignment_rev, n_cpu) elif start == "bam": + logger.info("Processing {0} and {1}:".format(for_in, ...
Remove pyfastx index and add sample name if bam start and optimize memory usage for clustering matrix.
koszullab_metaTOR
train
41d8925a3357e21341d52f7887da3e623d28e1c5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import os name = "chill" -version = "0.2.0-mustached-rival.1" +version = "0.2.0" def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnam...
<I> This version is not backward compatible to the <I>.x version.
jkenlooper_chill
train
1e8c77750d6dc6100bc453ac8b2d173deaa0a10c
diff --git a/doc-src/templates/api-versions/model_documentor.rb b/doc-src/templates/api-versions/model_documentor.rb index <HASH>..<HASH> 100644 --- a/doc-src/templates/api-versions/model_documentor.rb +++ b/doc-src/templates/api-versions/model_documentor.rb @@ -104,14 +104,18 @@ class MethodDocumentor @lines <<...
Fix doc example gen (#<I>) * Handles example doc generation errors * Updates example generation to use service prefix first, then service name to find examples file
aws_aws-sdk-js
train
1bf7b47c9a91579aba807445385a39e6e664eea6
diff --git a/wurlitzer.py b/wurlitzer.py index <HASH>..<HASH> 100644 --- a/wurlitzer.py +++ b/wurlitzer.py @@ -177,7 +177,8 @@ class Wurlitzer(object): draining = False flush_interval = 0 poller = select.poll() - for pipe_ in pipes: poller.register(pipe_) + f...
registering only for read events in poller
minrk_wurlitzer
train
4f81381ca42276f2343236338062c12299447f12
diff --git a/tasks/webfont.js b/tasks/webfont.js index <HASH>..<HASH> 100644 --- a/tasks/webfont.js +++ b/tasks/webfont.js @@ -123,7 +123,7 @@ module.exports = function(grunt) { } }); if (warn.length) { - grunt.warn(warn.join("\n")); + grunt.warn(warn.join('\n')); allDone(); ...
Use single quote for joining warning lines with a new line (\n) <URL>
sapegin_grunt-webfont
train
a1c8f2dc9ecd6505c012e373c235df93974e1633
diff --git a/lib/dom-to-react.js b/lib/dom-to-react.js index <HASH>..<HASH> 100644 --- a/lib/dom-to-react.js +++ b/lib/dom-to-react.js @@ -4,6 +4,7 @@ * Module dependencies. */ var React = require('react'); +var attributesToProps = require('./attributes-to-props'); /** * Convert DOM nodes to React elements. @...
Use attributes to props helper in DOM to React parser
remarkablemark_html-react-parser
train
1740976202c1688ae506e34459573e1d2d64f6be
diff --git a/src/frontend/org/voltdb/RealVoltDB.java b/src/frontend/org/voltdb/RealVoltDB.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/RealVoltDB.java +++ b/src/frontend/org/voltdb/RealVoltDB.java @@ -115,6 +115,7 @@ import org.voltdb.compiler.deploymentfile.DrRoleType; import org.voltdb.compiler.dep...
ENG-<I>: print a warning message if the security setting is not on (#<I>) * ENG-<I>: print a warning message if the security setting is not on, or when security is turned off by UAC.
VoltDB_voltdb
train
2cb9f51b757ac81b77e5a82207e8bbfb57b3d826
diff --git a/java/com/couchbase/cblite/Views.java b/java/com/couchbase/cblite/Views.java index <HASH>..<HASH> 100644 --- a/java/com/couchbase/cblite/Views.java +++ b/java/com/couchbase/cblite/Views.java @@ -214,16 +214,8 @@ public class Views extends CBLiteTestCase { //no-op reindex Assert.assertFal...
the code no longer throws that exception
couchbase_couchbase-lite-android
train
a343b13f59903f91a11400abe53c821d89076fe4
diff --git a/course/completion.js b/course/completion.js index <HASH>..<HASH> 100644 --- a/course/completion.js +++ b/course/completion.js @@ -13,7 +13,9 @@ function completion_init() { var toggles=YAHOO.util.Dom.getElementsByClassName('togglecompletion', 'form'); for(var i=0;i<toggles.length;i++) { - comple...
MDL-<I>: Conditional activities do not update when you change manual activity completion using an AJAX tickbox-
moodle_moodle
train
63e53aaa4a2129f43519408d7a4119d6509e44b5
diff --git a/src/main/java/edu/jhu/prim/vector/LongDoubleUnsortedVector.java b/src/main/java/edu/jhu/prim/vector/LongDoubleUnsortedVector.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/jhu/prim/vector/LongDoubleUnsortedVector.java +++ b/src/main/java/edu/jhu/prim/vector/LongDoubleUnsortedVector.java @@ -9,6 +...
Adding missing methods for new interface.
mgormley_prim
train
9538e148e1b68d67254effcaad938f85d2e4daa0
diff --git a/generator/src/main/java/org/wildfly/swarm/config/generator/generator/ClassPlan.java b/generator/src/main/java/org/wildfly/swarm/config/generator/generator/ClassPlan.java index <HASH>..<HASH> 100644 --- a/generator/src/main/java/org/wildfly/swarm/config/generator/generator/ClassPlan.java +++ b/generator/src...
* Allow name-fixing to work for things that are <I>% fixed, like Ee -> EE. * But track un-fixed name, so we don't end up with methods like jGroupsThingy(), but rather jgroupsThingy().
thorntail_wildfly-config-api
train
0e13d28f3e69ca021f9ac88f85c0bd331d386948
diff --git a/admin/index.php b/admin/index.php index <HASH>..<HASH> 100644 --- a/admin/index.php +++ b/admin/index.php @@ -416,6 +416,9 @@ /// first old *.php update and then the new upgrade.php script upgrade_plugins('enrol', 'enrol', "$CFG->wwwroot/$CFG->admin/index.php"); // Return here afterwards +/// Chec...
Merge MDL-<I> (db support for auth plugins) from <I> and <I>
moodle_moodle
train
4236f00987c0189326a47f36becd9d4a02872413
diff --git a/friendlyautopep8/__init__.py b/friendlyautopep8/__init__.py index <HASH>..<HASH> 100644 --- a/friendlyautopep8/__init__.py +++ b/friendlyautopep8/__init__.py @@ -71,6 +71,8 @@ def main(argv=None): def run_on_cwd(old=None): for fname, linespairs in find_files_and_lines(old=old): + if not fnam...
'apply only to pep8'
Carreau_friendlyautopep8
train
a7d9ad423b0b2449bb0e8e7a8e5687054326e853
diff --git a/builder_test.go b/builder_test.go index <HASH>..<HASH> 100644 --- a/builder_test.go +++ b/builder_test.go @@ -217,3 +217,12 @@ func TestSubquery(t *testing.T) { assert.EqualValues(t, "SELECT a, b FROM table_a WHERE id=? AND b_id=(SELECT id FROM table_b WHERE b=?)", sql) assert.EqualValues(t, []interfac...
Bug fix: missing parentheses if expr cond include or condition Add expr cond test
go-xorm_builder
train