hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
406c534463b91259ed745acd374c7662ca4d2436
diff --git a/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/ConferenceDetailRecordConverter.java b/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/converter/ConferenceDetailRecordConverter.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.http/src/main...
Minor fix for the ConferenceDetailRecord Json response. This refer to #5
RestComm_Restcomm-Connect
train
81fcbf9f0b0336f45ac8acc5e580c6dfc58f8b92
diff --git a/craftai/interpreter.py b/craftai/interpreter.py index <HASH>..<HASH> 100644 --- a/craftai/interpreter.py +++ b/craftai/interpreter.py @@ -216,27 +216,41 @@ class Interpreter(object): @staticmethod - def _check_context(configuration, context): + def _check_context(configuration, context, missing_me...
If no missing methods are given, put back the check context functions raising errors if any MVs are found
craft-ai_craft-ai-client-python
train
72fe6b41212cec9b7d934cc2a7c1223ab922f52c
diff --git a/jave-core-test/src/test/java/ws/schild/jave/filters/VideoFilterTest.java b/jave-core-test/src/test/java/ws/schild/jave/filters/VideoFilterTest.java index <HASH>..<HASH> 100644 --- a/jave-core-test/src/test/java/ws/schild/jave/filters/VideoFilterTest.java +++ b/jave-core-test/src/test/java/ws/schild/jave/fi...
Updated tests for new formulation of TrimAndWatermark.
a-schild_jave2
train
5a1dadf2cfbacbf5580887b596f79e413b54138b
diff --git a/samples/DatePickerSample.js b/samples/DatePickerSample.js index <HASH>..<HASH> 100644 --- a/samples/DatePickerSample.js +++ b/samples/DatePickerSample.js @@ -73,18 +73,12 @@ enyo.kind({ this.inherited(arguments); this.localeChanged(); }, - initComponents: function() { - this.inherited(arguments); ...
ENYO-<I>: Clean up cruft, more consolidation. Enyo-DCO-<I>-
enyojs_onyx
train
a9078379287bbbf27c5ecccad07262fa57af8953
diff --git a/org.jenetics/src/main/java/org/jenetics/Population.java b/org.jenetics/src/main/java/org/jenetics/Population.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/Population.java +++ b/org.jenetics/src/main/java/org/jenetics/Population.java @@ -41,7 +41,6 @@ import javax.xml.bind.a...
Remove deprecated methods from 'Population' class.
jenetics_jenetics
train
a746afeeef5db3da371857b7a637b531a98ddcd2
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 @@ -35,11 +35,16 @@ DATABASE_USERS_AND_PASSWORDS = [ # specify which database version is used (will be verified in one test) DATABASE_VERSION = ENV['DATABASE_VERSION'] || '10.2.0.4' ...
Tests: allow oci connection via eazyconnect url
rsim_ruby-plsql
train
e98cb0ed186b97e59b4d1930dcb2750119281205
diff --git a/src/main/java/org/devocative/adroit/CalendarUtil.java b/src/main/java/org/devocative/adroit/CalendarUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/devocative/adroit/CalendarUtil.java +++ b/src/main/java/org/devocative/adroit/CalendarUtil.java @@ -22,7 +22,7 @@ public class CalendarUtil { ...
-bug: HOUR_OF_DAY must be used instead of HOUR
mbizhani_Adroit
train
6d5d5127cdecdfa3987826728277ba06e0f2afeb
diff --git a/tests/test_odata.py b/tests/test_odata.py index <HASH>..<HASH> 100644 --- a/tests/test_odata.py +++ b/tests/test_odata.py @@ -12,6 +12,15 @@ from sentinelsat.sentinel import _parse_odata_timestamp from .conftest import chain, scrub_string +@pytest.fixture +def odata_product_ids(): + return [ + ...
hardcode the OData test products They would change too frequently due to the shortened <I>-day online period otherwise.
sentinelsat_sentinelsat
train
38dede529bab69eb1ceb08e989d3d85b803dc533
diff --git a/code/administrator/components/com_default/dispatcher.php b/code/administrator/components/com_default/dispatcher.php index <HASH>..<HASH> 100644 --- a/code/administrator/components/com_default/dispatcher.php +++ b/code/administrator/components/com_default/dispatcher.php @@ -35,29 +35,7 @@ class ComDefaultDi...
Moved token check to ComDefaultCommandAuthorize
timble_kodekit
train
fbe149e0ae3692b87630d9f44e2a7014c114b1e3
diff --git a/src/Esperance/Assertion.php b/src/Esperance/Assertion.php index <HASH>..<HASH> 100644 --- a/src/Esperance/Assertion.php +++ b/src/Esperance/Assertion.php @@ -20,12 +20,13 @@ class Assertion private $flags; private $aliases = array( - 'equal' => 'be', - 'throw' => 'throwE...
Add above() and greaterThan() assertion.
esperance_esperance
train
3e08def4763aa530c1c248de99aeb61d9716fedb
diff --git a/test/disconnect/disconnect.js b/test/disconnect/disconnect.js index <HASH>..<HASH> 100644 --- a/test/disconnect/disconnect.js +++ b/test/disconnect/disconnect.js @@ -16,12 +16,14 @@ module.exports = function(tileLayers, tile){ var reject_class = { "major_rail" : true, "minor_rail" : true, "aerialway" : ...
Detect loops that are split across MultiLineString parts
mapbox_tile-reduce
train
64477d89e2a44d281105b9ab3e243e88f3646380
diff --git a/app/controllers/releaf/base_controller.rb b/app/controllers/releaf/base_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/releaf/base_controller.rb +++ b/app/controllers/releaf/base_controller.rb @@ -555,18 +555,22 @@ module Releaf end end end + next if...
Fix includes optimization (skip polymorphic associations)
cubesystems_releaf
train
4b5f7fc66ed13e4d53fc6ad6a3b9ca919b0649ac
diff --git a/tests/test_terminal.py b/tests/test_terminal.py index <HASH>..<HASH> 100644 --- a/tests/test_terminal.py +++ b/tests/test_terminal.py @@ -1,5 +1,6 @@ from __future__ import unicode_literals +import functools import locale import os import sys @@ -23,7 +24,7 @@ from curtsies.window import BaseWindow, ...
expect terminal tests skipped on Travis to fail
bpython_curtsies
train
32b360d1495af65a307b5e400e6204547eaa0134
diff --git a/cli.js b/cli.js index <HASH>..<HASH> 100755 --- a/cli.js +++ b/cli.js @@ -46,4 +46,4 @@ if (!process.stdin.isTTY) { if (data.trim() === '') { return } ncbiStream.write(data.trim()) }) -} \ No newline at end of file +} diff --git a/lib/bionode-ncbi.js b/lib/bionode-ncbi.js index <HASH>..<HASH> ...
Add uid to download output and remove quotes from search
bionode_bionode-ncbi
train
5f85a03636755ab6c7dfbb63060ff0a267e5ef1d
diff --git a/salt/fileclient.py b/salt/fileclient.py index <HASH>..<HASH> 100644 --- a/salt/fileclient.py +++ b/salt/fileclient.py @@ -1257,7 +1257,7 @@ class RemoteClient(Client): if not os.path.isfile(path): msg = 'specified file {0} is not present to generate hash: {1}' ...
hash_and_stat_file should return a 2-tuple Callers of `hash_and_stat_file` expect a 2-tuple and an exception will be raised if only a single value is returned.
saltstack_salt
train
79ff4436e83f8c4b9eb86e253fa76874caca8b81
diff --git a/state/allcollections.go b/state/allcollections.go index <HASH>..<HASH> 100644 --- a/state/allcollections.go +++ b/state/allcollections.go @@ -218,7 +218,11 @@ func allCollections() collectionSchema { // This collection holds users related to a model and will be used as one // of the intersection ax...
Quick improvement for bug #<I>. Model.Users() does a lookup based on model-uuid, but we don't have an index. So on controllers with many models (but maybe not many users in any given model), it has to do a collection scan over all model*users for every model, leading to model*(model*users) = M^2. This at least improve...
juju_juju
train
5599535c07ebbaad1646379cd970af6a3ec375e5
diff --git a/test/lib/peers.js b/test/lib/peers.js index <HASH>..<HASH> 100644 --- a/test/lib/peers.js +++ b/test/lib/peers.js @@ -2,6 +2,12 @@ 'use strict' let Peers = require('../../lib/peers') let MsgPing = require('../../lib/msg-ping') +let Address = require('fullnode/lib/address') +let Content = require('../../...
test that broadcasting contentauth works
moneybutton_yours-core
train
5fe9a6ec27f012e6f7bfb4ee4f71f670836414e2
diff --git a/bqplot/marks.py b/bqplot/marks.py index <HASH>..<HASH> 100644 --- a/bqplot/marks.py +++ b/bqplot/marks.py @@ -785,7 +785,7 @@ class OHLC(Mark): user-friendly name of the mark marker: {'candle', 'bar'} marker type - stroke: color (default: white) + stroke: color (default: CSS st...
Fixes (original repo) issue number <I>. Stroke of candles and bars are now determined by CSS
bloomberg_bqplot
train
a2b190e17a0d57b0e086a7d2641d9614705c15f7
diff --git a/bosh_aws_cpi/spec/unit/instance_manager_spec.rb b/bosh_aws_cpi/spec/unit/instance_manager_spec.rb index <HASH>..<HASH> 100644 --- a/bosh_aws_cpi/spec/unit/instance_manager_spec.rb +++ b/bosh_aws_cpi/spec/unit/instance_manager_spec.rb @@ -6,7 +6,7 @@ describe Bosh::AwsCloud::InstanceManager do describe...
use instance_double in bosh_aws_cpi instance manager
cloudfoundry_bosh
train
a7759f4319ab77f9faa0db74aa9fab3a7170023e
diff --git a/test/zuice/test_injector.py b/test/zuice/test_injector.py index <HASH>..<HASH> 100644 --- a/test/zuice/test_injector.py +++ b/test/zuice/test_injector.py @@ -207,6 +207,14 @@ class TestInjector(unittest.TestCase): self.assertTrue(basket.apple is apple_to_inject) self.assertTrue(basket.ban...
Raise error if argument in inject_with is overspecified
mwilliamson_zuice
train
37d35c476c36f7aaf3cee7df6bf05caa186d9223
diff --git a/Client/YooChooseNotifier.php b/Client/YooChooseNotifier.php index <HASH>..<HASH> 100644 --- a/Client/YooChooseNotifier.php +++ b/Client/YooChooseNotifier.php @@ -291,13 +291,13 @@ class YooChooseNotifier implements RecommendationClient } /** - * Notifies the YooChoose API using Guzzle 6. + ...
EZP-<I>: Switch to call Guzzle 6 asynchronously
ezsystems_EzSystemsRecommendationBundle
train
eb9ad5746b2086cb40d3419fd165d04338ee1102
diff --git a/tests/dummy/app/lib/get-images.js b/tests/dummy/app/lib/get-images.js index <HASH>..<HASH> 100644 --- a/tests/dummy/app/lib/get-images.js +++ b/tests/dummy/app/lib/get-images.js @@ -15,10 +15,14 @@ var CATEGORIES = [ 'technics' ]; -function isGray() { +function booleanToss() { return Math.round(Ma...
fixes a few bugs, adds dynamic image retrieval methods
html-next_vertical-collection
train
6ea477544328ee70071a68c0993a78d3adeabd8b
diff --git a/resources/views/user-selector.blade.php b/resources/views/user-selector.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/user-selector.blade.php +++ b/resources/views/user-selector.blade.php @@ -25,7 +25,7 @@ @endif <form action="{{ route('sudosu.login_as_user') }}" method="p...
Rename name of user selector to userId
viacreative_sudo-su
train
e60fcbdfa1c6f5e08d743142fd8e804bb8ec6cf4
diff --git a/src/Services/ConversationService.php b/src/Services/ConversationService.php index <HASH>..<HASH> 100644 --- a/src/Services/ConversationService.php +++ b/src/Services/ConversationService.php @@ -46,7 +46,7 @@ class ConversationService public function getById($id) { - return $this->convers...
Update ConversationService.php (#<I>)
musonza_chat
train
75deffee624ec92e53997ce76387129e4c2310bb
diff --git a/pac4j-core/src/main/java/org/pac4j/core/profile/ProfileManager.java b/pac4j-core/src/main/java/org/pac4j/core/profile/ProfileManager.java index <HASH>..<HASH> 100644 --- a/pac4j-core/src/main/java/org/pac4j/core/profile/ProfileManager.java +++ b/pac4j-core/src/main/java/org/pac4j/core/profile/ProfileManage...
Avoid casting to LinkedHashMap for profile manager (#<I>) * avoid casting for profile manager * adjust tests
pac4j_pac4j
train
d9ddeeae34e24d2e283917ef5f1be5aba92e3c83
diff --git a/tests/functional-sdk/test_sdk_sanity.py b/tests/functional-sdk/test_sdk_sanity.py index <HASH>..<HASH> 100644 --- a/tests/functional-sdk/test_sdk_sanity.py +++ b/tests/functional-sdk/test_sdk_sanity.py @@ -9,6 +9,7 @@ import uuid from jinja2 import Environment, BaseLoader from lago import sdk from lago....
tests: add collect from vm
lago-project_lago
train
3310bd2e9537b13c050f55f5fb791fff2892dfed
diff --git a/statsd/statsd.go b/statsd/statsd.go index <HASH>..<HASH> 100644 --- a/statsd/statsd.go +++ b/statsd/statsd.go @@ -109,13 +109,18 @@ func New(addr string) (*Client, error) { if err != nil { return nil, err } - client := &Client{writer: w} - return client, nil + return NewWithWriter(w) } w,...
client: add new constructor, accepting a connection
DataDog_datadog-go
train
11e6996b86966654c71d3cbee32e6e6cc20dc0b5
diff --git a/lib/core/handler.js b/lib/core/handler.js index <HASH>..<HASH> 100644 --- a/lib/core/handler.js +++ b/lib/core/handler.js @@ -1,12 +1,45 @@ +var url = require('url'); +var fs = require('fs'); +var path = require('path'); var connect = require('connect'); +var common = require('../common.js'); + expor...
[feature] serve framework.jsusing memory
AndreasMadsen_piccolo
train
8dd90d746b106ed0b8b20936d9f5d727ef5d787d
diff --git a/src/nacl/exceptions.py b/src/nacl/exceptions.py index <HASH>..<HASH> 100644 --- a/src/nacl/exceptions.py +++ b/src/nacl/exceptions.py @@ -27,19 +27,19 @@ class BadSignatureError(CryptoError): """ -class RuntimeError(CryptoError, RuntimeError): +class RuntimeError(RuntimeError, CryptoError): p...
Correct exceptions' method resolution order (#<I>) by swapping the mixed-in nacl.exception.CryptoError and the standard library parent exception in class declarations.
pyca_pynacl
train
8e54a954a5aedc1fc7ea8a5cb7264be680cd5e5d
diff --git a/scripts/stitch.js b/scripts/stitch.js index <HASH>..<HASH> 100644 --- a/scripts/stitch.js +++ b/scripts/stitch.js @@ -15,13 +15,15 @@ var coverArea = function(h, w, cb) { } }; -var stitch = function(outFile, pathPrefix, matrix) { +var stitch = function(outFile, outDataFile, pathPrefix, matrix) { v...
Add JSON data file for stitched locations
deathcap_ProgrammerArt
train
c7a68c40760615084c2f3cd4db4158cd248af3aa
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -30,7 +30,7 @@ try: except ImportError: USER_SITE = None -DEFAULT_VERSION = "15.3" +DEFAULT_VERSION = "16.0" DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" DEFAULT_SAVE_DIR = os.cur...
Bumped to <I> in preparation for next release.
pypa_setuptools
train
671d464a985caa3df246bdd1d68fc5f2dff23525
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -1169,7 +1169,7 @@ describe('Page', function() { it('should work with both domcontentloaded and load', async({page, server}) => { let response = null; server.setRoute('/one-style.css', (req, ...
test: await all navigations in tests (#<I>)
GoogleChrome_puppeteer
train
cdad35fb2797c60b61689a539e420a1e3c4fa434
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -124,6 +124,12 @@ class Peer extends stream.Duplex { this._onIceCandidate(event) } + if (typeof this._pc.peerIdentity === 'object') { + this._pc.peerIdentity.catch(err => { + this.destroy(errCode(e...
Handle "RTCPeerConnection is gone" error on FF Complete stacktrace: Uncaught (in promise) DOMException: RTCPeerConnection is gone (did you enter Offline mode?) PeerConnection.jsm:<I>:<I> _validateIdentity resource://gre/modules/media/PeerConnection.jsm:<I>
feross_simple-peer
train
d385398fb343b285616fb9b7ffb085f49ee5e3e6
diff --git a/lib/tests/run_tests.js b/lib/tests/run_tests.js index <HASH>..<HASH> 100644 --- a/lib/tests/run_tests.js +++ b/lib/tests/run_tests.js @@ -110,6 +110,9 @@ module.exports = { mocha.suite.timeout(0); mocha.suite.beforeAll('Wait for deploy', (done) => { + if (global.embark.ne...
Make sure config is called at least once
embark-framework_embark
train
218629f10fa743f189f42e8fcd76e80fc2174ca4
diff --git a/parser/parser.go b/parser/parser.go index <HASH>..<HASH> 100644 --- a/parser/parser.go +++ b/parser/parser.go @@ -1485,7 +1485,7 @@ func (p *parser) letClause() *ast.LetClause { p.posErr(lc.Let, "let clause requires at least one expression") } p.postNested(old) - if p.newLine { + if p.tok == token.I...
parser: don't eat a token past a let clause
mvdan_sh
train
c41682b12ca5b0e9c461eca293306a0692e9166e
diff --git a/library.js b/library.js index <HASH>..<HASH> 100644 --- a/library.js +++ b/library.js @@ -8,6 +8,8 @@ const {isObject, isPrimitive, isUndefined} = KixxAssert.helpers; Object.assign(exports, KixxAssert.helpers); Object.assign(exports, ramda); +exports.isEmpty = KixxAssert.helpers.isEmpty; + exports.ass...
Use Kixx Assert isEmpty() over Ramda Changes to be committed: modified: library.js
kixxauth_kixx
train
c52636c1676a6dd77e047ad951840ffd103c2c03
diff --git a/mbed/mbed.py b/mbed/mbed.py index <HASH>..<HASH> 100644 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -1774,7 +1774,8 @@ def update(rev=None, clean=False, clean_files=False, clean_deps=False, ignore=Fa for lib in repo.libs: if os.path.isdir(lib.path) and Repo.isrepo(lib.path): lib_rep...
Fixed rare case of comparison between https and ssh schema of same repository
ARMmbed_mbed-cli
train
f9015efa917e06c7598b59c16c5edbdad08cb5dd
diff --git a/sparklr2/src/test/java/org/springframework/security/oauth2/provider/ServerRunning.java b/sparklr2/src/test/java/org/springframework/security/oauth2/provider/ServerRunning.java index <HASH>..<HASH> 100644 --- a/sparklr2/src/test/java/org/springframework/security/oauth2/provider/ServerRunning.java +++ b/spar...
SECOAUTH-<I>: use rest template in server running rule
spring-projects_spring-security-oauth
train
69253e1cd829b9a0713c854a98d7f505871f1db0
diff --git a/sync_test.go b/sync_test.go index <HASH>..<HASH> 100644 --- a/sync_test.go +++ b/sync_test.go @@ -953,104 +953,6 @@ func testRandomBlocks(harness *neutrinoHarness, t *testing.T) { calcHeader) return } - // Get extended cfilter from network - haveFilter, err = harness.svc.GetCFilter(block...
test: remove instances of the ext filter from tests
lightninglabs_neutrino
train
8cb0f981e9e9e01f64a521c62a0e6d70cc1bcf9c
diff --git a/lxd/instance_snapshot.go b/lxd/instance_snapshot.go index <HASH>..<HASH> 100644 --- a/lxd/instance_snapshot.go +++ b/lxd/instance_snapshot.go @@ -14,6 +14,7 @@ import ( "github.com/lxc/lxd/lxd/db" "github.com/lxc/lxd/lxd/instance" + "github.com/lxc/lxd/lxd/instance/instancetype" "github.com/lxc/lxd...
lxd/instance: Prevent stateful snapshots of VMs
lxc_lxd
train
e6b35f6f6da8aff486ddb385dd968e15ac1b0642
diff --git a/grace/task.py b/grace/task.py index <HASH>..<HASH> 100644 --- a/grace/task.py +++ b/grace/task.py @@ -29,6 +29,24 @@ class Task: if len(tasks) == 0: raise UnknownCommandError('Need to have at least one task to operate on') + self._root = get_path() + try: + ...
Main Program * started adding task functionality for plugins
mdiener_grace
train
04cec17cabb3807c60aaac6649716a28d268bc38
diff --git a/core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java b/core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java +++ b/core/src/main/java/org/owasp/dependencycheck/analyze...
Remove 'org.'/'com.' stripping to make JarAnalyzer match the already configured groupId in base hints/suppressions
jeremylong_DependencyCheck
train
a1409849b8aab3c9534a6e8bddf8c5fceebdd9d6
diff --git a/spec/Gnugat/Medio/Service/CodeEditorSpec.php b/spec/Gnugat/Medio/Service/CodeEditorSpec.php index <HASH>..<HASH> 100644 --- a/spec/Gnugat/Medio/Service/CodeEditorSpec.php +++ b/spec/Gnugat/Medio/Service/CodeEditorSpec.php @@ -17,6 +17,8 @@ class CodeEditorSpec extends ObjectBehavior const FULLY_QUALIF...
[CodeEditor] Added property insertion
memio_memio
train
9dfbf2f6b353061213a1405ef706c938a5ce2145
diff --git a/core/databaseManager.js b/core/databaseManager.js index <HASH>..<HASH> 100644 --- a/core/databaseManager.js +++ b/core/databaseManager.js @@ -397,10 +397,24 @@ Manager.prototype.processTrades = function(data) { candles = this.addEmtpyCandles(candles, ghostCandle); } else { - var startFro...
Force creation of empty candles on new day. refs #<I> If we reach a new day without having a previous fetch trigger the creation of a new day there is a possibility we reach a weird edge case where the expected most recent candle has a higher candle start point than the first candle in the batch. To prevent an infinit...
askmike_gekko
train
bbb7d22e13e477fbd78b22b89101ca92cfd8af2f
diff --git a/api_ai/models.py b/api_ai/models.py index <HASH>..<HASH> 100644 --- a/api_ai/models.py +++ b/api_ai/models.py @@ -100,6 +100,9 @@ class Intent(): 'messages': [] # TODO: possibly register action responses to call from intent object directly }] # self.responses.append(new_resp...
Added: building of events as defined in user_says.yaml.
treethought_flask-assistant
train
c609c5473641865b409c85b1622a19be424a2eb4
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -143,8 +143,11 @@ The backend argument takes form of "library-library backend", e.g.: - ``yajl2`` means the same things as ``ijson-yajl2`` for compatibility with older redis-dump-load versions. - ``jsaone`` selects t...
Encode data for ijson-yajl2, opposite of what I am doing for jsaone
p_redis-dump-load
train
a3f9bf248615213e9a414010bf65fb91075c3eee
diff --git a/tests/seeds/factory.php b/tests/seeds/factory.php index <HASH>..<HASH> 100644 --- a/tests/seeds/factory.php +++ b/tests/seeds/factory.php @@ -11,7 +11,7 @@ $factory->define(Tests\Models\User::class, function (Faker $faker) { 'email' => $faker->email, 'mobile' => $faker->phoneNumber, ...
perf: User factory bcrypt is slow
z-song_laravel-admin
train
deb77ad6070e89ca3ad3306945dac891d4ea9ea0
diff --git a/salt/modules/img.py b/salt/modules/img.py index <HASH>..<HASH> 100644 --- a/salt/modules/img.py +++ b/salt/modules/img.py @@ -11,7 +11,7 @@ import yaml # Import salt libs import salt.crypt -def mnt_image(location): +def mount_image(location): ''' Mount the named image and return the mount poi...
img module: rename mnt_image to mount_image (with alias for backward compat)
saltstack_salt
train
6afc6b9455db00057487da629a939c45b6c43296
diff --git a/mwreverts/historical_dict.py b/mwreverts/historical_dict.py index <HASH>..<HASH> 100644 --- a/mwreverts/historical_dict.py +++ b/mwreverts/historical_dict.py @@ -1,7 +1,6 @@ from collections import deque import jsonable -from jsonable.instance import simple_repr class HistoricalDict(jsonable.Type,...
Fixes to minor flake8 issues.
mediawiki-utilities_python-mwreverts
train
cf5119c4bf4dcb60c671121487465c489a5f2d11
diff --git a/packages/prettier-plugin-java/src/printers/types-values-and-variables.ts b/packages/prettier-plugin-java/src/printers/types-values-and-variables.ts index <HASH>..<HASH> 100644 --- a/packages/prettier-plugin-java/src/printers/types-values-and-variables.ts +++ b/packages/prettier-plugin-java/src/printers/typ...
fix: add space after annotation in typeBounds
jhipster_prettier-java
train
11f3730de8dd27a7ab456dedd254bedc693e821c
diff --git a/http-client-core/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java b/http-client-core/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java index <HASH>..<HASH> 100644 --- a/http-client-core/src/main/java/io/micronaut/http/client/HttpClientConfiguration.java +++ b/http-clien...
Fix time unit in javadoc (#<I>)
micronaut-projects_micronaut-core
train
2a2031439f23930a46eb6890a35cc3fcdc6c87aa
diff --git a/pmlb/_version.py b/pmlb/_version.py index <HASH>..<HASH> 100644 --- a/pmlb/_version.py +++ b/pmlb/_version.py @@ -23,4 +23,4 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '0.3.1a' +__version_...
undoes version change, for another commit
EpistasisLab_penn-ml-benchmarks
train
a9b7b04b3fb3ccbad02f8398c032a26ba4970738
diff --git a/java/integration-tests/src/test/java/io/joynr/integration/MqttProviderProxyEnd2EndTest.java b/java/integration-tests/src/test/java/io/joynr/integration/MqttProviderProxyEnd2EndTest.java index <HASH>..<HASH> 100644 --- a/java/integration-tests/src/test/java/io/joynr/integration/MqttProviderProxyEnd2EndTest....
[Java] Extract proxy creation to own method Reduce code duplication. Change-Id: I<I>e6ffe3c1a<I>cfc5da<I>e<I>b<I>
bmwcarit_joynr
train
e9d3826219bbf4ebd3f4130f9a9742b622b8efd5
diff --git a/hcl2template/types.variables.go b/hcl2template/types.variables.go index <HASH>..<HASH> 100644 --- a/hcl2template/types.variables.go +++ b/hcl2template/types.variables.go @@ -47,7 +47,7 @@ type Variable struct { // the variable from the output stream. By replacing the text. Sensitive bool - block *hcl...
variables: use Range instead of Block because a variable can be defined in the Locals block
hashicorp_packer
train
4e4a005272fd5cb1a3ca8802a185458b52e0bdab
diff --git a/Changes.md b/Changes.md index <HASH>..<HASH> 100644 --- a/Changes.md +++ b/Changes.md @@ -42,6 +42,7 @@ ### Fixes +* check for punycode domain names when resolving MX, avoid crash #2861 * wait until entire message is spooled when spool_after in use #2840 * hmail: add missing space in temp_fail emitt...
replace resolveMX with nu.get_mx with punycode (#<I>) * replace resolveMX with nu.get_mx with punycode, fixes #<I> * require newer haraka-net-utils
haraka_Haraka
train
c1206b389ec9060e3af8cbd584c2680f0dafabf8
diff --git a/RELEASE.rst b/RELEASE.rst index <HASH>..<HASH> 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -84,6 +84,7 @@ pandas 0.9.1 - Fix numerical precision issues in diff with integer data (#2087) - Fix bug in MultiIndex.__getitem__ with NA values (#2008) - Do not override matplotlib unit conversion fro da...
BUG: from_records bug when passing columns. docs clarification #<I>
pandas-dev_pandas
train
fd5437a7656fcda7e5921168c2e2f43d0adb8fe8
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.2 [unreleased] + +- Updated Chartkick.js to 2.0.1 +- Updated Chart.js to 2.2.1 + ## 2.0.1 - Small Chartkick.js fixes diff --git a/app/assets/javascripts/chartkick.js b/app/assets/javasc...
Updated Chartkick.js and Chart.js
ankane_chartkick
train
0f1dc3a73d6687f0027a68eb9a4a13a7c7848205
diff --git a/python/pyspark/mllib/_common.py b/python/pyspark/mllib/_common.py index <HASH>..<HASH> 100644 --- a/python/pyspark/mllib/_common.py +++ b/python/pyspark/mllib/_common.py @@ -454,7 +454,7 @@ def _squared_distance(v1, v2): v2 = _convert_vector(v2) if type(v1) == ndarray and type(v2) == ndarray: ...
[SPARK-<I>][MLLIB] use numpy.dot instead of ndarray.dot `ndarray.dot` is not available in numpy <I>. This PR makes pyspark/mllib compatible with numpy <I>.
apache_spark
train
7b6ebd040d6fb05b5c32e5ff1e2bfc87d9767d7f
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 setup ( name='jinja2-highlight', - version='0.2.2', + version='0.3', description='Jinja2 extension to highlight source code using Pygments', keywords = 'syntax ...
make release <I> to include readme file in package
tlatsas_jinja2-highlight
train
068d981b3b16ecaae56fa46e069870cff8ffa5e0
diff --git a/lib/bro.js b/lib/bro.js index <HASH>..<HASH> 100644 --- a/lib/bro.js +++ b/lib/bro.js @@ -85,6 +85,7 @@ function Bro(bundleFile) { emitter.on('exit', function(done) { + getBundle(config).close(); bundleFile.remove(); log.debug('bundle file cleaned up'); done();
feat(plug-in): close watchers when karma exits
nikku_karma-browserify
train
0501460f9b0e5acd7ad3f8d812def13a7f94ca1b
diff --git a/Kwf/Controller/Action/Cli/Web/ClearViewCacheController.php b/Kwf/Controller/Action/Cli/Web/ClearViewCacheController.php index <HASH>..<HASH> 100644 --- a/Kwf/Controller/Action/Cli/Web/ClearViewCacheController.php +++ b/Kwf/Controller/Action/Cli/Web/ClearViewCacheController.php @@ -9,7 +9,6 @@ class Kwf_Con...
don't add deleted=0, this is also done in Kwf_Component_Cache_Mysql
koala-framework_koala-framework
train
4abae19f9928b9d5ab46bf533ad5415ffb861f8f
diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ qng Requirements ------------ -To run **qng**, you will only need Python ≥ 3.6. +To run **qng**, you will only need Python ≥ 3.4. For installing, we recommend using the ``pip`` package manager. di...
Make compatible with Python <I> Remove usage of Python <I> (typing) and <I> (f-strings) exclusive feature. Older versions of Python 3 (<I> and below) have been EOL'd and won't be supported.
abusque_qng
train
85ebe6d1014810c05e6f169e363dd135e172e519
diff --git a/src/lib/effect.js b/src/lib/effect.js index <HASH>..<HASH> 100644 --- a/src/lib/effect.js +++ b/src/lib/effect.js @@ -192,8 +192,8 @@ function Effect(context) { return filter('highpass', frequency, peak); }; - var bandpass = function(frequency, quality) { - return filter('bandpass...
tidies up filter effect code
Stinkstudios_sono
train
126cc624b8fd2155899d7a2b486260953649a4a5
diff --git a/www/shib13/sp/idpdisco.php b/www/shib13/sp/idpdisco.php index <HASH>..<HASH> 100644 --- a/www/shib13/sp/idpdisco.php +++ b/www/shib13/sp/idpdisco.php @@ -41,7 +41,7 @@ if (isset($_GET['idpentityid'])) { $returnurl = SimpleSAML_Utilities::addURLparameter($return, $returnidparam . '=' . $idpentityid); ...
Missing show() call on template. This bug caused dropdown menu of disco for shib <I> sp to not work properly.
simplesamlphp_saml2
train
6e34fcd2722da672700b88996eac432e4463de5f
diff --git a/src/Generator.php b/src/Generator.php index <HASH>..<HASH> 100644 --- a/src/Generator.php +++ b/src/Generator.php @@ -33,9 +33,7 @@ class Generator */ public function generate() { - $views = $this->config->isResource() - ? $this->config->getVerbs() - : [$this->c...
add ability to add resourceful view files
svenluijten_artisan-view
train
622ab4129776f4d06a0947c20e3c17cf444bd289
diff --git a/src/components/control-component.js b/src/components/control-component.js index <HASH>..<HASH> 100644 --- a/src/components/control-component.js +++ b/src/components/control-component.js @@ -341,8 +341,10 @@ function createControlClass(customControlPropsMap = {}, defaultProps = {}) { } setViewVa...
make viewValues be parsed. this causes my test to pass
davidkpiano_react-redux-form
train
dc8596ff35aa475c430657b6989a33748e68bd8c
diff --git a/sslyze/plugins/certificate_info_plugin.py b/sslyze/plugins/certificate_info_plugin.py index <HASH>..<HASH> 100755 --- a/sslyze/plugins/certificate_info_plugin.py +++ b/sslyze/plugins/certificate_info_plugin.py @@ -82,7 +82,8 @@ class PathValidationError(object): """ def __init__(self, trust_store...
Make results for certixfo scans pickable
nabla-c0d3_sslyze
train
a8e8bc4e942d350ca854b565112c722edd27445d
diff --git a/lib/ci/browser_test_runner.js b/lib/ci/browser_test_runner.js index <HASH>..<HASH> 100644 --- a/lib/ci/browser_test_runner.js +++ b/lib/ci/browser_test_runner.js @@ -6,6 +6,7 @@ BrowserTestRunner.prototype = { start: function(onFinish){ this.onFinish = onFinish var launcher = this.launcher + ...
Finish the test runner if browser process exits.
testem_testem
train
3d5003cee8bd7d7fdf83cbfdcbe83cb2ff4d8aff
diff --git a/src/python/pants/build_graph/build_configuration.py b/src/python/pants/build_graph/build_configuration.py index <HASH>..<HASH> 100644 --- a/src/python/pants/build_graph/build_configuration.py +++ b/src/python/pants/build_graph/build_configuration.py @@ -28,7 +28,7 @@ logger = logging.getLogger(__name__) ...
[internal] Fix some bits and bobs as prework broken out of #<I>. (#<I>) [ci skip-rust] [ci skip-build-wheels]
pantsbuild_pants
train
31d88f983f5fab816794a3d78d118edf00298278
diff --git a/classes/ezmultiuploadhandler.php b/classes/ezmultiuploadhandler.php index <HASH>..<HASH> 100644 --- a/classes/ezmultiuploadhandler.php +++ b/classes/ezmultiuploadhandler.php @@ -2,7 +2,7 @@ /** * File containing the eZMultiuploadHandler class. * - * @copyright Copyright (C) 1999-2010 eZ Systems AS. Al...
Changed: (C) year: welcome <I>
ezsystems_ezmultiupload
train
d54ed4ecd03dc703036cbc14a62d706581ad52ce
diff --git a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubelet/kubelet.go b/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubelet/kubelet.go index <HASH>..<HASH> 100644 --- a/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubelet/kubelet.go +++ b/Godeps/_workspace/src/k8s.io/kubernetes/pkg/kubelet/kubelet.go @@ -1104,6 +1...
UPSTREAM: <I>: kubelet: reading cloudinfo from cadvisor
openshift_origin
train
b20135c356901cd16f8fd94f3ac05af4ab464005
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -26,4 +26,4 @@ u.update = update; u.updateIn = updateIn; u.withDefault = withDefault; -export default u; +module.exports = u;
Allow updeep to be require()’d from CommonJS
substantial_updeep
train
c3167737ef1a6823629ed28e04b53d704267c6e4
diff --git a/lib/dm-transactions.rb b/lib/dm-transactions.rb index <HASH>..<HASH> 100644 --- a/lib/dm-transactions.rb +++ b/lib/dm-transactions.rb @@ -392,8 +392,8 @@ module DataMapper [ :Repository, :Model, :Resource ].each do |name| DataMapper.const_get(name).send(:include, Transaction.const_get(name)...
Mixin the transaction API into each loaded adapter * The previous approach relied on the adapters being setup, which may not always be true if bundler is being used. Sure, we could tell people to use :require => nil on adapters, but I would rather not have to explain that exception every-time this or related pro...
datamapper_dm-transactions
train
db32980d9bf342560c6cfc4d70286938934e5e13
diff --git a/lib/omnibus/core_extensions/open_uri.rb b/lib/omnibus/core_extensions/open_uri.rb index <HASH>..<HASH> 100644 --- a/lib/omnibus/core_extensions/open_uri.rb +++ b/lib/omnibus/core_extensions/open_uri.rb @@ -64,7 +64,7 @@ module OpenURI # # @see http://winstonyw.com/2013/10/02/openuris_open_tempfile_an...
Avoid a rubocop warning This was renamed at some point
chef_omnibus
train
aba40136575ec2a5a86b9df3a4ea53ca4edc32cd
diff --git a/lib/regexp_parser/expression/quantifier.rb b/lib/regexp_parser/expression/quantifier.rb index <HASH>..<HASH> 100644 --- a/lib/regexp_parser/expression/quantifier.rb +++ b/lib/regexp_parser/expression/quantifier.rb @@ -32,6 +32,12 @@ module Regexp::Expression } end - MODES.each { |m| define...
Prefer faster class_eval defs over define_method
ammar_regexp_parser
train
12185d7832fa8123ddc68768becfffdae8bba163
diff --git a/pghoard/basebackup.py b/pghoard/basebackup.py index <HASH>..<HASH> 100644 --- a/pghoard/basebackup.py +++ b/pghoard/basebackup.py @@ -756,9 +756,11 @@ class PGBaseBackup(Thread): cursor = db_conn.cursor() # Get backup end time and end segment and forcibly register a transaction in the c...
basebackup: call pg_switch_wal instead of start/stop backup if we're a superuser We used to start & stop a backup as a workaround for switching the WAL segment as pg_switch_wal() is a superuser-only function, but let's start calling it directly in the case we are actually a superuser to avoid an unnecessary checkpoint...
aiven_pghoard
train
06ea9d77be3dd7f3c6d392e5b23d2e05bc32f4a0
diff --git a/src/Utils/StringUtils.php b/src/Utils/StringUtils.php index <HASH>..<HASH> 100644 --- a/src/Utils/StringUtils.php +++ b/src/Utils/StringUtils.php @@ -18,6 +18,8 @@ class StringUtils extends Helper const REGEX_MACHINE_NAME_CHARS = '@[^a-z0-9_]+@'; // This REGEX captures const REGEX_CAMEL_CASE_UNDER...
creating REGEX and new method removeSpaces
hechoendrupal_drupal-console
train
0d639754f22e2ff6b1f826ec1851923f6964f4c3
diff --git a/django_stormpath/models.py b/django_stormpath/models.py index <HASH>..<HASH> 100644 --- a/django_stormpath/models.py +++ b/django_stormpath/models.py @@ -43,8 +43,7 @@ class StormpathUserManager(BaseUserManager): def create(self, *args, **kwargs): return self.create_user(*args, **kwargs) - ...
Stormpath user fields are now compatible with Django user fields. given_name = first_name surname = last_name
stormpath_stormpath-django
train
aa935420832069ac87ab2ee75e025697e1eb1889
diff --git a/tests/TestCase/Shell/BootstrapShellTest.php b/tests/TestCase/Shell/BootstrapShellTest.php index <HASH>..<HASH> 100644 --- a/tests/TestCase/Shell/BootstrapShellTest.php +++ b/tests/TestCase/Shell/BootstrapShellTest.php @@ -13,6 +13,11 @@ class BootstrapShellTest extends TestCase { public function setU...
Skip shell tests if npm is not available
FriendsOfCake_bootstrap-ui
train
e5c5f98db24e7c87632641c9678d64b6c73013c2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,51 +19,9 @@ def readme(): with open('README.md') as f: return f.read() -setup( - name='astrobase', - version=__version__, - description=('A bunch of Python modules and scripts ' - '...
switch setup calls to run BLS package set up first
waqasbhatti_astrobase
train
42f4ba9b65fdeb2254ad94e8043665a1c783869f
diff --git a/admin/tool/uploadcourse/tests/course_test.php b/admin/tool/uploadcourse/tests/course_test.php index <HASH>..<HASH> 100644 --- a/admin/tool/uploadcourse/tests/course_test.php +++ b/admin/tool/uploadcourse/tests/course_test.php @@ -768,6 +768,7 @@ class tool_uploadcourse_course_testcase extends advanced_test...
MDL-<I> tool_uploadcourse: Prove that category equals to 0 is handled
moodle_moodle
train
398d671688e318e7b1bd9b7792e08ee7e4a8b41c
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ To understand how to use PHOEBE, please consult the [tutorials, scripts and manu CHANGELOG ---------- +### 2.0.11 - astropy version dependency hotfix + +* Set astropy dependency to be >=1.0 and < 3.0 (a...
astropy version dependency hotfix (<I> release) (#<I>) * add maximum version on astropy dependency * readme and version updates to <I>
phoebe-project_phoebe2
train
3654a11abc51ab3aead47a9c02ebc135424777b1
diff --git a/cordova-lib/spec-cordova/save.spec.js b/cordova-lib/spec-cordova/save.spec.js index <HASH>..<HASH> 100644 --- a/cordova-lib/spec-cordova/save.spec.js +++ b/cordova-lib/spec-cordova/save.spec.js @@ -676,6 +676,29 @@ describe('(save flag)', function () { done(); }); });...
CB-<I> Fix plugin installation when restoring platform This partially reverts #<I> and forces cordova to always check for and install plugins, added to the project, to platform that is being restored at the moment. This closes #<I>
apache_cordova-lib
train
e6cfad9c3ad545024e0b6d0e7a0122056ed6985f
diff --git a/example/client.js b/example/client.js index <HASH>..<HASH> 100644 --- a/example/client.js +++ b/example/client.js @@ -1,8 +1,12 @@ -var http = require('http'); +var http = require('http') + , xmlrpc = require('../lib/node-xmlrpc.js') + http.createServer(function (req, res) { - res.writeHead(200, {'Con...
Initial implementation of the method call functionality. Generates XML for most XML-RPC types, with the big exceptions of struct, dateTime, and base<I>. Oh, and nil, but not sure yet if that should be implemented as it's considered an XML-RPC extension. Maybe use nil for null and or undefined.
baalexander_node-xmlrpc
train
95edcba7763b15e044da7f565a02f5aa904d9d16
diff --git a/performanceplatform/collector/ga/trending.py b/performanceplatform/collector/ga/trending.py index <HASH>..<HASH> 100644 --- a/performanceplatform/collector/ga/trending.py +++ b/performanceplatform/collector/ga/trending.py @@ -4,6 +4,8 @@ import gapy.client from performanceplatform.client import DataSet ...
Add a timestamp into ga.trending collector output This adds a _timestamp into the ga.trending collector output as this has been a required field since the json schema work has gone in. This does not use the _timestamp in the _id field so it should not affect the use.
alphagov_performanceplatform-collector
train
b5ddd37f8a84395b039fcd68ff3abd4de9cac833
diff --git a/lang/ko_utf8/moodle.php b/lang/ko_utf8/moodle.php index <HASH>..<HASH> 100644 --- a/lang/ko_utf8/moodle.php +++ b/lang/ko_utf8/moodle.php @@ -1,4 +1,3 @@ -<<<<<<< moodle.php <?php // $Id$ // moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
Take out some characters doing strange things under <I> (perhaps result of a conficting cvs merge ????)
moodle_moodle
train
2ccfe7a7078d80e168a1cf0845e373828cbce863
diff --git a/ramda.js b/ramda.js index <HASH>..<HASH> 100644 --- a/ramda.js +++ b/ramda.js @@ -1250,12 +1250,16 @@ return val === null || val === undef; }); + var hasOwnProperty = Object.prototype.hasOwnProperty; + var nativeKeys = Object.keys; + // Returns a list containi...
objects can handle hasOwnProperty override
ramda_ramda
train
9748925f13fe0e019e07f008171f6a9b680d3cc2
diff --git a/server/jetstream_cluster.go b/server/jetstream_cluster.go index <HASH>..<HASH> 100644 --- a/server/jetstream_cluster.go +++ b/server/jetstream_cluster.go @@ -1696,6 +1696,10 @@ func (js *jetStream) monitorStream(mset *stream, sa *streamAssignment, sendSnaps // Process our leader change. js.processS...
Improvements to stream and consumer move. During elected stepdown and transfer allow the new leader to take over before we stepdown. We could receive a leader change, so make sure to also check migration state.
nats-io_gnatsd
train
4ab82a1749f22b26917b1b5025dd8aa50ea6f647
diff --git a/labelSchema.js b/labelSchema.js index <HASH>..<HASH> 100644 --- a/labelSchema.js +++ b/labelSchema.js @@ -197,5 +197,12 @@ module.exports = { 'local': getFirstProperty(['locality', 'localadmin']), 'country': getFRACountryValue() } + }, + 'ITA': { + 'valueFunctions': { + 'local'...
feat: Add Italian schema Add a new schema for the common Italian address format, which includes the short region code in the label.
pelias_labels
train
c39bdaf7f2b270359d322b274ab9ccf01e7c0888
diff --git a/system/src/Grav/Framework/Flex/FlexCollection.php b/system/src/Grav/Framework/Flex/FlexCollection.php index <HASH>..<HASH> 100644 --- a/system/src/Grav/Framework/Flex/FlexCollection.php +++ b/system/src/Grav/Framework/Flex/FlexCollection.php @@ -14,6 +14,7 @@ use Grav\Common\Debugger; use Grav\Common\Grav...
Added getCache() method to FlexIndex, FlexCollection and FlexObject
getgrav_grav
train
a8fb8826d3360c81a639427667c9836899e3fe70
diff --git a/core/src/main/java/com/graphhopper/GraphHopper.java b/core/src/main/java/com/graphhopper/GraphHopper.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/GraphHopper.java +++ b/core/src/main/java/com/graphhopper/GraphHopper.java @@ -1187,7 +1187,6 @@ public class GraphHopper implements...
move start log into subnetwork class
graphhopper_graphhopper
train
e27d8a10bff717c1b98a4d1aa8b10a056d220b32
diff --git a/lib/Accessory.js b/lib/Accessory.js index <HASH>..<HASH> 100644 --- a/lib/Accessory.js +++ b/lib/Accessory.js @@ -153,6 +153,16 @@ Accessory.prototype.getService = function(name) { } } +Accessory.prototype.updateReachability = function(reachable) { + if (!this.bridged) + throw new Error("Cannot u...
Add the ability to update bridged accessory reachability
KhaosT_HAP-NodeJS
train
f5c07dfbeae1cb26fe0e60a3f7226e6c43da25c6
diff --git a/salt/state.py b/salt/state.py index <HASH>..<HASH> 100644 --- a/salt/state.py +++ b/salt/state.py @@ -870,6 +870,9 @@ class HighState(object): err = '' errors = [] fn_ = self.client.get_state(sls, env) + if not fn_: + errors.append(('Specifed SLS {0} in environm...
Throw error is specifed sls is not available
saltstack_salt
train
f3f259d23c7010176d477c196827cca7f71c2932
diff --git a/Entity/NewsItem.php b/Entity/NewsItem.php index <HASH>..<HASH> 100755 --- a/Entity/NewsItem.php +++ b/Entity/NewsItem.php @@ -10,13 +10,14 @@ namespace CampaignChain\Operation\LinkedInBundle\Entity; +use CampaignChain\CoreBundle\Entity\Meta; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity *...
CE-9 Created + Last Updated attributes for entities
CampaignChain_operation-linkedin
train
6dff3d4bd2ac63e6accb471e52293a74a998684f
diff --git a/cv/internal/run/impl/handler/start.go b/cv/internal/run/impl/handler/start.go index <HASH>..<HASH> 100644 --- a/cv/internal/run/impl/handler/start.go +++ b/cv/internal/run/impl/handler/start.go @@ -16,6 +16,7 @@ package handler import ( "context" + "time" "go.chromium.org/luci/common/clock" "go....
[cv] log a warning if CV starts a Run after a large delay. This is usually due to Gerrit's eventually consistent index and replicas, but it's useful to quickly see concrete examples when looking at logs. R=jwata Change-Id: Ia2dd3feca<I>d0b5c3e6cb<I>da6bf<I>eb<I>ac<I>fd Reviewed-on: <URL>
luci_luci-go
train
3948628330e96d580acbad33bee9302fef77a10b
diff --git a/openquake/db/models.py b/openquake/db/models.py index <HASH>..<HASH> 100644 --- a/openquake/db/models.py +++ b/openquake/db/models.py @@ -36,7 +36,6 @@ import numpy from django.db import connection from django.contrib.gis.db import models as djm -from django.contrib.gis.geos.geometry import GEOSGeometr...
renamed lrem_histogram_bins
gem_oq-engine
train
92c193377944b107e79e39a785b5562b2412070c
diff --git a/mdata/aggmetrics.go b/mdata/aggmetrics.go index <HASH>..<HASH> 100644 --- a/mdata/aggmetrics.go +++ b/mdata/aggmetrics.go @@ -19,7 +19,7 @@ type AggMetrics struct { cachePusher cache.CachePusher dropFirstChunk bool sync.RWMutex - Metrics map[uint32]map[schema.MKey]*AggMetric + Metrics ...
don't needlessly key by orgid twice
grafana_metrictank
train
71f0f6232b356e5d8d5943d9ad4369bc26e2b6b9
diff --git a/src/Jmikola/AutoLogin/Http/Firewall/AutoLoginListener.php b/src/Jmikola/AutoLogin/Http/Firewall/AutoLoginListener.php index <HASH>..<HASH> 100644 --- a/src/Jmikola/AutoLogin/Http/Firewall/AutoLoginListener.php +++ b/src/Jmikola/AutoLogin/Http/Firewall/AutoLoginListener.php @@ -53,12 +53,12 @@ class AutoLog...
_GET -> _REQUEST I do not see why it should only accept token from query but not from whole request. I want to pass the token in POST data.
jmikola_AutoLogin
train
d6c6c7568c4e1cff7a7e3f5b4f7939a74901db2c
diff --git a/src/main/org/codehaus/groovy/classgen/asm/WriterController.java b/src/main/org/codehaus/groovy/classgen/asm/WriterController.java index <HASH>..<HASH> 100644 --- a/src/main/org/codehaus/groovy/classgen/asm/WriterController.java +++ b/src/main/org/codehaus/groovy/classgen/asm/WriterController.java @@ -29,7 ...
make IndyCallSiteWriter more pluggable
groovy_groovy-core
train
ec68d8ce2568949e2cce8157ae1ba860ce2e2a98
diff --git a/test/k8sT/Nightly.go b/test/k8sT/Nightly.go index <HASH>..<HASH> 100644 --- a/test/k8sT/Nightly.go +++ b/test/k8sT/Nightly.go @@ -365,6 +365,20 @@ var _ = Describe("NightlyExamples", func() { }) Context("Cilium DaemonSet from example", func() { + // validatedImage validates that the cilium image is ...
Test: Move Cilium stable to master update to K8s test - Moved the test to kubernetes and Nightly test. - Added a new check to validate that the image is updated correctly when install and when updates.
cilium_cilium
train