hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
bab98cd969082eccde956b7d01aa994bc97edaf6 | diff --git a/actions/buildrelease.py b/actions/buildrelease.py
index <HASH>..<HASH> 100644
--- a/actions/buildrelease.py
+++ b/actions/buildrelease.py
@@ -71,7 +71,7 @@ class BuildReleaseAction:
else:
if repo.is_dirty():
repo.git.add(u=True)
- repo.git.commit(m='Rel... | Adding [heliumcli] to automated commit messages. | HeliumEdu_heliumcli | train | py |
34ea8102c7678995401d66ac67811e4c3d417d80 | diff --git a/src/sources/raster.js b/src/sources/raster.js
index <HASH>..<HASH> 100644
--- a/src/sources/raster.js
+++ b/src/sources/raster.js
@@ -47,9 +47,14 @@ export class RasterTileSource extends NetworkTileSource {
// Return texture info for a raster tile
tileTexture (tile) {
- let key = tile.co... | account for rasters attached to vector sources | tangrams_tangram | train | js |
6ee6e412341b07a9d7f5b42c28e2f8d28a8432d9 | diff --git a/spacy/language.py b/spacy/language.py
index <HASH>..<HASH> 100644
--- a/spacy/language.py
+++ b/spacy/language.py
@@ -1279,7 +1279,7 @@ class Language:
"""Evaluate a model's pipeline components.
examples (Iterable[Example]): `Example` objects.
- batch_size (int): Batch size to us... | Update docstring for Language.evaluate | explosion_spaCy | train | py |
cf751c4b55b8795963f3f2d21771ce3291cc3287 | diff --git a/spec/mysql2/result_spec.rb b/spec/mysql2/result_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mysql2/result_spec.rb
+++ b/spec/mysql2/result_spec.rb
@@ -139,9 +139,10 @@ describe Mysql2::Result do
it "should raise an exception if streaming ended due to a timeout" do
# Create an extra client in... | Need more rows to max out the packet size | brianmario_mysql2 | train | rb |
c251d4aa977da604735827a49d69f91e908f7dff | diff --git a/src/main/java/com/teklabs/gwt/i18n/client/LocaleFactory.java b/src/main/java/com/teklabs/gwt/i18n/client/LocaleFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/teklabs/gwt/i18n/client/LocaleFactory.java
+++ b/src/main/java/com/teklabs/gwt/i18n/client/LocaleFactory.java
@@ -1,6 +1,7 @@
pack... | Changed get() to auto-initilize the factory in case there is no factory available. | lightoze_gwt-i18n-server | train | java |
ff0a72484b2560682aced148b04aebb12d6d369d | diff --git a/tests/unittest_nodes.py b/tests/unittest_nodes.py
index <HASH>..<HASH> 100644
--- a/tests/unittest_nodes.py
+++ b/tests/unittest_nodes.py
@@ -148,21 +148,20 @@ def function(var):
ast = abuilder.string_build(code)
self.assertEqual(ast.as_string(), code)
- @test_utils.require_version("... | Change test that expected as_string() to return a particular number of newlines | PyCQA_astroid | train | py |
f9f1600f7c34919070a8a26d493b28f8a5c6dab3 | diff --git a/generators/generator-transforms.js b/generators/generator-transforms.js
index <HASH>..<HASH> 100644
--- a/generators/generator-transforms.js
+++ b/generators/generator-transforms.js
@@ -31,9 +31,9 @@ const prettierOptions = {
const prettierTransform = function(defaultOptions) {
const transform = (f... | Uodate condition when applying prettierTransform
We need to always call callback(null, file) otherwise the program
is stopped prematurely
#<I> | jhipster_generator-jhipster | train | js |
b2241ad47bdaebc94759a6601ff1a29c91ca2478 | diff --git a/core/src/main/java/org/infinispan/newstatetransfer/StateResponseCommand.java b/core/src/main/java/org/infinispan/newstatetransfer/StateResponseCommand.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/newstatetransfer/StateResponseCommand.java
+++ b/core/src/main/java/org/infinispan/... | ISPN-<I> Assign another id to StateResponseCommand to fix duplicated id. | infinispan_infinispan | train | java |
eddecbd7aa4df3ebf945dda45755d89af11f951d | diff --git a/insights/client/__init__.py b/insights/client/__init__.py
index <HASH>..<HASH> 100644
--- a/insights/client/__init__.py
+++ b/insights/client/__init__.py
@@ -204,6 +204,14 @@ class InsightsClient(object):
'stdout': stdout,
'rc': return code}
... | want to bypass verification in no_gpg (#<I>) | RedHatInsights_insights-core | train | py |
291edfdd859bccc95f41b7305f5bb8ff6444ad75 | diff --git a/tests/test_client.py b/tests/test_client.py
index <HASH>..<HASH> 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -36,6 +36,8 @@ import tests
import pytest
+import httplib
+
class MyException(Exception):
"""Local exception class used in this testing module."""
@@ -126,7 ... | fix MockTransport.send() operation in tests/test_client.py
MockTransport.send() operation had some bugs in it:
- misnamed mock input data member in MockTransport.__init__()
- return value was constructed as if for MockTransport.open()
The operation is not used anywhere yet, but has not been removed since it will
... | ovnicraft_suds2 | train | py |
746b4d2da27c01a8724eb38e97f9ada21ce9bfe7 | diff --git a/lib/xcode/group.rb b/lib/xcode/group.rb
index <HASH>..<HASH> 100644
--- a/lib/xcode/group.rb
+++ b/lib/xcode/group.rb
@@ -75,23 +75,14 @@ module Xcode
end
#
- # @param [String] name of the group that you want to find or create.
+ # Find all the files that have have a name that matches... | Group - removed the find_or_create_group and #file(name) will use correct method | rayh_xcoder | train | rb,rb |
9b62e333d769acfb634b251187648309f3597269 | diff --git a/num2words/lang_TR.py b/num2words/lang_TR.py
index <HASH>..<HASH> 100644
--- a/num2words/lang_TR.py
+++ b/num2words/lang_TR.py
@@ -806,6 +806,10 @@ class Num2Word_TR(Num2Word_Base):
return wrd
+ def to_ordinal_num(self, value):
+ self.verify_ordinal(value)
+ return "%s%s" % (va... | [ADD] to ordinal number for Turkish | savoirfairelinux_num2words | train | py |
70b916dae7b7d8558ffb41ad73d1d295260b9963 | diff --git a/wxmplot/plotpanel.py b/wxmplot/plotpanel.py
index <HASH>..<HASH> 100644
--- a/wxmplot/plotpanel.py
+++ b/wxmplot/plotpanel.py
@@ -110,7 +110,6 @@ class PlotPanel(BasePanel):
self.set_y2label(y2label, delay_draw=True)
if title is not None:
self.set_title(title, delay_draw=... | user limit cannot be tuple | newville_wxmplot | train | py |
a4fb5b93ba7f93ec01fd8e141c294f54842bd818 | diff --git a/lib/Timeline.php b/lib/Timeline.php
index <HASH>..<HASH> 100644
--- a/lib/Timeline.php
+++ b/lib/Timeline.php
@@ -253,4 +253,12 @@ class Timeline implements TimelineInterface
return $modified;
}
+
+ /**
+ * @return Collection
+ */
+ public function getVersions()
+ {
+ ... | Exposed versions in the timeline through a getter. | baleen_migrations | train | php |
262e5377bf1ae013b50830da9c35c6bc568dba35 | diff --git a/suitable/module_runner.py b/suitable/module_runner.py
index <HASH>..<HASH> 100644
--- a/suitable/module_runner.py
+++ b/suitable/module_runner.py
@@ -331,5 +331,9 @@ class ModuleRunner(object):
'contacted': {
server: answer['result']
for server, answer in call... | Add unreachable hosts to runner results | seantis_suitable | train | py |
e95cf300ba7e4ff0e01b0580e8832beaab757e40 | diff --git a/common/common-io/src/main/java/com/twelvemonkeys/io/enc/EncoderStream.java b/common/common-io/src/main/java/com/twelvemonkeys/io/enc/EncoderStream.java
index <HASH>..<HASH> 100644
--- a/common/common-io/src/main/java/com/twelvemonkeys/io/enc/EncoderStream.java
+++ b/common/common-io/src/main/java/com/twelv... | Removed unnecessary (duplicate) if-statement. | haraldk_TwelveMonkeys | train | java |
e84881632c29ad170bae8a4e302bb07a1a21934d | diff --git a/src/scs_core/gas/pid/pid_calib.py b/src/scs_core/gas/pid/pid_calib.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/gas/pid/pid_calib.py
+++ b/src/scs_core/gas/pid/pid_calib.py
@@ -84,7 +84,7 @@ class PIDCalib(SensorCalib):
@property
- def pid_sens_v_ppp(self):
+ def pid_sens_v_ppb(self):
... | Standardised naming for PID sensitivity | south-coast-science_scs_core | train | py,py |
9ae1af66e131b11abc3641e5aa473de2be493275 | diff --git a/ospd/command/command.py b/ospd/command/command.py
index <HASH>..<HASH> 100644
--- a/ospd/command/command.py
+++ b/ospd/command/command.py
@@ -19,7 +19,7 @@
import re
import subprocess
-from typing import Optional, Dict, Any, Union, Generator
+from typing import Optional, Dict, Any, Union, Iterator
f... | Change return types from Generator to Iterator
Actually Generator[bytes, None, None] is the same as Iterator[str]. | greenbone_ospd | train | py |
5ebbe1c3eec2bd3f37604627f3d4f53f5c899f48 | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -2692,6 +2692,10 @@ function require_login($courseorid = null, $autologinguest = true, $cm = null, $
$authplugin = get_auth_plugin($authname);
$authplugin->... | MDL-<I> auth: Refresh $cm in require_login after pre_loginpage_hook. | moodle_moodle | train | php |
a6f729ce6a4f7c4139b53a9c206b99c5c9c573f4 | diff --git a/taxtastic/taxonomy.py b/taxtastic/taxonomy.py
index <HASH>..<HASH> 100644
--- a/taxtastic/taxonomy.py
+++ b/taxtastic/taxonomy.py
@@ -92,7 +92,6 @@ class Taxonomy(object):
self.ranks.insert(self.ranks.index(parent_rank) + 1, rank)
self.rankset = set(self.ranks)
-
def _node(self... | added a depth option to a subset of below ranks | fhcrc_taxtastic | train | py |
80e3aa1e151dd7f5878e1722f889f1f62955ea06 | diff --git a/core/src/utilities/helpers/iframe-helpers.js b/core/src/utilities/helpers/iframe-helpers.js
index <HASH>..<HASH> 100644
--- a/core/src/utilities/helpers/iframe-helpers.js
+++ b/core/src/utilities/helpers/iframe-helpers.js
@@ -240,7 +240,7 @@ class IframeHelpersClass {
'allow-modals', // Lets the res... | cm fix (#<I>) | kyma-project_luigi | train | js |
e0f03124debecfb7bc68a07f1aa592b788e596a0 | diff --git a/lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb b/lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb
index <HASH>..<HASH> 100644
--- a/lib/logstasher/rails_ext/action_controller/metal/instrumentation.rb
+++ b/lib/logstasher/rails_ext/action_controller/metal/instrumentat... | Call logtasher_add_custom_fields_to_payload in
advance, otherwise custom fields will not be appended when exceptions
are raised in Rails. | shadabahmed_logstasher | train | rb |
30c7fdb4d489c79ae24b613f48df10c174e20842 | diff --git a/dtool_irods/storagebroker.py b/dtool_irods/storagebroker.py
index <HASH>..<HASH> 100644
--- a/dtool_irods/storagebroker.py
+++ b/dtool_irods/storagebroker.py
@@ -255,7 +255,8 @@ class IrodsStorageBroker(object):
def _get_size_and_timestamp(self, irods_path):
if self._use_cache:
- ... | Improve robustness of _get_size_and_timestamp with cache | jic-dtool_dtool-irods | train | py |
3435c537251596d57cf09264fcde22c819eb908a | diff --git a/lib/devise.rb b/lib/devise.rb
index <HASH>..<HASH> 100644
--- a/lib/devise.rb
+++ b/lib/devise.rb
@@ -13,7 +13,7 @@ module Devise
autoload :Base, 'devise/encryptors/base'
autoload :Bcrypt, 'devise/encryptors/bcrypt'
autoload :AuthlogicSha512, 'devise/encryptors/authlogic_sha512'
- autoloa... | Fix typo: autoload Clearance encryptor and not Authlogic one. | plataformatec_devise | train | rb |
8aa7d4b4633c0b4761b14e9f9d7702bcf90ed9b2 | diff --git a/cmd/syncthing/monitor.go b/cmd/syncthing/monitor.go
index <HASH>..<HASH> 100644
--- a/cmd/syncthing/monitor.go
+++ b/cmd/syncthing/monitor.go
@@ -38,8 +38,8 @@ var (
)
const (
- countRestarts = 5
- loopThreshold = 15 * time.Second
+ countRestarts = 4
+ loopThreshold = 60 * time.Second
)
func monito... | Lower the bar for when to stop restarting (fixes #<I>) | syncthing_syncthing | train | go |
6b3d93d9172c0c85cb8060afbdb9bff3673f7b4b | diff --git a/tldap/__init__.py b/tldap/__init__.py
index <HASH>..<HASH> 100644
--- a/tldap/__init__.py
+++ b/tldap/__init__.py
@@ -30,7 +30,7 @@ if not hasattr(django.conf.settings, 'LDAP'):
django.conf.settings.LDAP = {}
# ok to use django settings
-if not django.conf.settings.LDAP:
+if not django.conf.setting... | Check LDAP_URL is defined before trying to use it.
Make it possible to have 0 LDAP servers defined. | Karaage-Cluster_python-tldap | train | py |
6b3e6042a3fc13cc12c789cc86fe5a76e53517e1 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -6,10 +6,6 @@ unless RUBY_PLATFORM.include?("java")
SimpleCov.start
end
-# Pull in all of the gems including those in the `test` group
-require "bundler"
-Bundler.require
-
# ... | Remove Bundler.require_relative from spec helper
Our code should require necessary dependencies explicitly. This also
avoids circular reference errors while loading specs | cucumber_aruba | train | rb |
681a263fc4a466b2adae98595f2d2c89b0e42d23 | diff --git a/lib/API.php b/lib/API.php
index <HASH>..<HASH> 100644
--- a/lib/API.php
+++ b/lib/API.php
@@ -27,12 +27,12 @@ class API
}
- public function send($email_name, $email_to, $data = array())
+ public function send($email_id, $email_to, $data = array())
{
$endpoint = "send";
... | updated to use email_id instead of email_name | sendwithus_sendwithus_php | train | php |
b4bb1dbad00df202fe678fad64c60ceb8d318756 | diff --git a/lib/crawler/index.js b/lib/crawler/index.js
index <HASH>..<HASH> 100644
--- a/lib/crawler/index.js
+++ b/lib/crawler/index.js
@@ -68,7 +68,8 @@ function walkDir(dir, options, callback) {
}
var walker = walk.walk(dir, {});
- var pathSepRegex = new RegExp('^'+escapeStringRegexp(path.sep));
+ var st... | always using unix style filepaths for index | ucd-cws_hobbes-network-format | train | js |
e8c6e505460f09a913fcdabbd133bc35b651f569 | diff --git a/upup/pkg/fi/cloudup/apply_cluster.go b/upup/pkg/fi/cloudup/apply_cluster.go
index <HASH>..<HASH> 100644
--- a/upup/pkg/fi/cloudup/apply_cluster.go
+++ b/upup/pkg/fi/cloudup/apply_cluster.go
@@ -302,10 +302,7 @@ func (c *ApplyClusterCmd) Run() error {
var nodeDockerConfig string
{
- secret, err := se... | Don't error when no docker config is supplied | kubernetes_kops | train | go |
f1f929d8416a3a16c89687ed6ab00f992a1d9aac | diff --git a/src/Galek/Utils/Calendar/Calendar.php b/src/Galek/Utils/Calendar/Calendar.php
index <HASH>..<HASH> 100644
--- a/src/Galek/Utils/Calendar/Calendar.php
+++ b/src/Galek/Utils/Calendar/Calendar.php
@@ -391,7 +391,7 @@ class Calendar extends DateTime{
}
/**
- * Get Easter Monday
+ * Get Easter
* @... | CALENDAR: Change comment for Easter | JanGalek_netteCalendar | train | php |
3ada8a54e49ce207d897c82bc6e989ca4e2c576c | diff --git a/agent/bill/monitor.go b/agent/bill/monitor.go
index <HASH>..<HASH> 100644
--- a/agent/bill/monitor.go
+++ b/agent/bill/monitor.go
@@ -183,17 +183,16 @@ func (m *Monitor) VerifyChannelsForInactivity() error {
FROM channels
LEFT JOIN sessions ses
ON channels.id ... | fix VerifyChannelsForInactivity for no sessions | Privatix_dappctrl | train | go |
71dbfdb3a66db428539c821ac5b83bc428b86ee2 | diff --git a/src/connection.js b/src/connection.js
index <HASH>..<HASH> 100644
--- a/src/connection.js
+++ b/src/connection.js
@@ -27,6 +27,7 @@ var states = _.reduce([
'DISCONNECTED',
'CONNECTING',
'CONNECTED',
+ 'INTERRUPTED',
'RECONNECTING',
'DISCONNECTING',
], function(memo, state) {
@@... | - Added a new „interrupted“ connection state | danielwippermann_resol-vbus | train | js |
3421add94305792f3e13d3d6915bc4b257efc262 | diff --git a/test/base.py b/test/base.py
index <HASH>..<HASH> 100644
--- a/test/base.py
+++ b/test/base.py
@@ -33,7 +33,8 @@ class BaseTestCase(unittest.TestCase):
jsonschema.Draft7Validator(self.builder.to_schema()).validate(obj)
def assertResult(self, expected):
- self.assertEqual(self.buil... | swap schema assertion order and add message for clearer debugging | wolverdude_GenSON | train | py |
32bea81ee3efb46fc5b6ea8146e108e9c0d270e0 | diff --git a/spec/support/shared_examples/numerical_submatcher.rb b/spec/support/shared_examples/numerical_submatcher.rb
index <HASH>..<HASH> 100644
--- a/spec/support/shared_examples/numerical_submatcher.rb
+++ b/spec/support/shared_examples/numerical_submatcher.rb
@@ -1,5 +1,3 @@
-require 'spec_helper'
-
shared_exam... | Remove "circular require considered harmful" warning | thoughtbot_shoulda-matchers | train | rb |
7e193cb1f4ed7cd450099c26f75d83c0a6ea12b9 | diff --git a/O365/drive.py b/O365/drive.py
index <HASH>..<HASH> 100644
--- a/O365/drive.py
+++ b/O365/drive.py
@@ -1144,7 +1144,8 @@ class Folder(DriveItem):
else:
return items
- def upload_file(self, item, item_name=None, chunk_size=DEFAULT_UPLOAD_CHUNK_SIZE):
+ def upload_file(self, item... | Drive: `upload_file` method can now force the upload type to be in chunks | O365_python-o365 | train | py |
9d732abbafdbc9c14840c4e483d3a52a7ed459bb | diff --git a/openstack_dashboard/dashboards/project/volumes/volumes/tables.py b/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
+++ b/openstack_dashboard/dashboards/project/volumes/volumes/tables.py
@@ -3... | Remove repetition of "Attached to" in table
When volume is attached to instances, there is duplicated word "Attached to"
in table header and table cell.
So I fixed words to "devices on instances" in table cell.
Change-Id: I<I>f<I>df<I>dbe<I>ea5eb<I>fc9d<I>a
Closes-Bug: #<I> | openstack_horizon | train | py |
18f16d61ff1ea3bfd42a5761acbcc05131008d25 | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -1740,7 +1740,10 @@ function authenticate_user_login($username, $password) {
// First try to find the user in the database
- $user = get_user_info_from_db('username', $username);... | Fixes notices when username doesn't exist | moodle_moodle | train | php |
7fed8992e27ff243a6a726a336768485362ce608 | diff --git a/src/Mutation/DeleteNode.php b/src/Mutation/DeleteNode.php
index <HASH>..<HASH> 100644
--- a/src/Mutation/DeleteNode.php
+++ b/src/Mutation/DeleteNode.php
@@ -57,7 +57,10 @@ class DeleteNode extends AbstractMutationResolver
*/
public function onSubmit(FormEvent $event)
{
- if (!$event... | Verify if given node is instance of expected node before deletion | ynloultratech_graphql-bundle | train | php |
c776152c727531905a5e17eb4f5ec34d185f5ee1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,14 +10,13 @@ if svem_flag in sys.argv:
sys.argv.remove(svem_flag)
setup(name='calysto',
- version='0.9.3',
+ version='0.9.4',
description='Libraries and Languages for Python and IPython',
lo... | Bump to <I>, release to pypi, removed Pillow from requirements | Calysto_calysto | train | py |
357b60bffa5d5f24f29f2edc4e3dbb517a8bd619 | diff --git a/shared/common-adapters/markdown.js b/shared/common-adapters/markdown.js
index <HASH>..<HASH> 100644
--- a/shared/common-adapters/markdown.js
+++ b/shared/common-adapters/markdown.js
@@ -34,7 +34,7 @@ const codeSnippetBlockStyle = {
paddingBottom: globalMargins.xtiny,
paddingLeft: globalMargins.tiny,
... | we need code to wrap else we get horiz scroll bars (#<I>) | keybase_client | train | js |
f501f630199bc5930c7843296f02bbcd1b0fea6f | diff --git a/public/javascripts/katello.js b/public/javascripts/katello.js
index <HASH>..<HASH> 100644
--- a/public/javascripts/katello.js
+++ b/public/javascripts/katello.js
@@ -288,7 +288,7 @@ KT.common = (function() {
return root_url;
},
getSearchParams : function() {
- var sea... | fixed javascript errors due to bbq and incorrect includes in redhat_provider.html.haml | Katello_katello | train | js |
bc65f9236d1d6a6a740291f5c376cc6de8820a81 | diff --git a/amqp_connection/connection.py b/amqp_connection/connection.py
index <HASH>..<HASH> 100644
--- a/amqp_connection/connection.py
+++ b/amqp_connection/connection.py
@@ -22,6 +22,7 @@ class Connection:
self.load_configuration(config)
self.connect()
self.open_channel()
+ self.s... | Setup queues before starting to consume | FTV-Subtil_py_amqp_connection | train | py |
d8a447b97297a7d703c7255a4f0798f5d46a7b00 | diff --git a/code/model/ExternalContentSource.php b/code/model/ExternalContentSource.php
index <HASH>..<HASH> 100644
--- a/code/model/ExternalContentSource.php
+++ b/code/model/ExternalContentSource.php
@@ -36,6 +36,12 @@ class ExternalContentSource extends DataObject {
/**
+ * @var ArrayList - children
+ **/
+... | bugfix store children of source as private var not static | nyeholt_silverstripe-external-content | train | php |
440b1a029915e64f46c0ca7452bff0f2c8b0527f | diff --git a/src/test/java/hex/DeepLearningProstateTest.java b/src/test/java/hex/DeepLearningProstateTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/hex/DeepLearningProstateTest.java
+++ b/src/test/java/hex/DeepLearningProstateTest.java
@@ -88,7 +88,7 @@ public class DeepLearningProstateTest extends TestUtil ... | Improve assertion for number of training rows.
Conflicts:
src/test/java/hex/DeepLearningProstateTest.java | h2oai_h2o-2 | train | java |
c34a4e7fa7764f81080cdcef332855ca9b7c128d | diff --git a/pkg/models/position/position_test.go b/pkg/models/position/position_test.go
index <HASH>..<HASH> 100644
--- a/pkg/models/position/position_test.go
+++ b/pkg/models/position/position_test.go
@@ -381,3 +381,26 @@ func TestUpdateFromRaw(t *testing.T) {
assert.Equal(t, expected, got)
assert.Equal(t, "pu", ... | position raw data mapping to Cancel instance test coverage | bitfinexcom_bitfinex-api-go | train | go |
4fd08c8bfc6b1945d58f9f06c0a26130ae03a2a3 | diff --git a/moneyed/localization.py b/moneyed/localization.py
index <HASH>..<HASH> 100644
--- a/moneyed/localization.py
+++ b/moneyed/localization.py
@@ -46,7 +46,8 @@ class CurrencyFormatter(object):
if currency_code in local_set:
return local_set.get(currency_code)
else:
- r... | Fall back to default currency sign
If current locale has no sign definition for a currency, fall back to
using the DEFAULT locale to try to get the sign definition. | limist_py-moneyed | train | py |
7c89b95c4123b225b281d0b4a8d5bf732bd1d523 | diff --git a/pyOCD/gdbserver/gdbserver.py b/pyOCD/gdbserver/gdbserver.py
index <HASH>..<HASH> 100644
--- a/pyOCD/gdbserver/gdbserver.py
+++ b/pyOCD/gdbserver/gdbserver.py
@@ -274,11 +274,11 @@ class GDBServer(threading.Thread):
# Use internal IO handler.
semihost_io_handler = semihost.Internal... | Change inappropriate error log to info log in gdb server.
- Log message reporting the semihosting console type was incorrectly
using an error log level. Changed only log when semihosting will be
output to the stdio console, and fixed log level. | mbedmicro_pyOCD | train | py |
73ff76b1c704da9ba55b9c3ae6280ff2b31de8fb | diff --git a/galpy/df_src/streamgapdf.py b/galpy/df_src/streamgapdf.py
index <HASH>..<HASH> 100644
--- a/galpy/df_src/streamgapdf.py
+++ b/galpy/df_src/streamgapdf.py
@@ -62,7 +62,7 @@ class streamgapdf(galpy.df_src.streamdf.streamdf):
nTrackChunksImpact= (floor(deltaAngleTrack/0.15)+1) number of chunks t... | Change number of points at which the kicks are computed | jobovy_galpy | train | py |
be4cd6ac3eba1e934705e4a3f04a494715928c35 | diff --git a/lib/yinx.rb b/lib/yinx.rb
index <HASH>..<HASH> 100644
--- a/lib/yinx.rb
+++ b/lib/yinx.rb
@@ -17,7 +17,7 @@ module Yinx
def download
config.note_filters.map do |filter|
- note_store.findNotes(filter).notes
+ note_store.findNotes(filter)
end.flatten
end
diff --git a/lib/yinx/note... | load more notes if reach maxNotes | turnon_yinx | train | rb,rb |
5d6873bb84151f1aa217ba9e8028a16067adbed9 | diff --git a/salt/beacons/memusage.py b/salt/beacons/memusage.py
index <HASH>..<HASH> 100644
--- a/salt/beacons/memusage.py
+++ b/salt/beacons/memusage.py
@@ -11,6 +11,7 @@ Beacon to monitor memory usage.
from __future__ import absolute_import
import logging
import re
+from salt.ext.six.moves import map
# Import ... | One more python3 related fix | saltstack_salt | train | py |
af5e8078c152f38497d392f70fb174eaf87af104 | diff --git a/SteamCommunity.php b/SteamCommunity.php
index <HASH>..<HASH> 100644
--- a/SteamCommunity.php
+++ b/SteamCommunity.php
@@ -55,7 +55,8 @@ class SteamCommunity
/**
* Login with the set username and password.
* @return LoginResult
- * @throws \Exception
+ * @throws SteamException Throw... | Added missing thrown exception to PHPDoc for doLogin and updated throw descriptions | waylaidwanderer_PHP-SteamCommunity | train | php |
a0b0853a8ceee1f95f13de8f6a4aae5af18c00bb | diff --git a/src/lory.js b/src/lory.js
index <HASH>..<HASH> 100644
--- a/src/lory.js
+++ b/src/lory.js
@@ -178,7 +178,7 @@ export function lory (slider, opts) {
index = nextIndex;
}
- if (infinite && (Math.abs(nextOffset) === maxOffset || Math.abs(nextOffset) === 0)) {
+ if (infini... | fix: detect last slide by index instead of by offset | loryjs_lory | train | js |
3dcf298fed2d5fd65918dc560b3942b2aa0629e8 | diff --git a/btcec/signature.go b/btcec/signature.go
index <HASH>..<HASH> 100644
--- a/btcec/signature.go
+++ b/btcec/signature.go
@@ -427,9 +427,7 @@ func signRFC6979(privateKey *PrivateKey, hash []byte) (*Signature, error) {
k := nonceRFC6979(privkey.D, hash)
inv := new(big.Int).ModInverse(k, N)
r, _ := privkey... | Fix one-off bug in signRFC<I> | btcsuite_btcd | train | go |
5eae3f27d5ee7a7ce76f7dae049dfab647d9788c | diff --git a/ksi-api/src/main/java/com/guardtime/ksi/unisignature/verifier/rules/ExtendedSignatureCalendarHashChainRightLinksMatchesRule.java b/ksi-api/src/main/java/com/guardtime/ksi/unisignature/verifier/rules/ExtendedSignatureCalendarHashChainRightLinksMatchesRule.java
index <HASH>..<HASH> 100644
--- a/ksi-api/src/m... | Compare right calendar hash chain links by their data hashes | guardtime_ksi-java-sdk | train | java |
433bd4c2130b2b42eb27b8d21fc096baea6d5195 | diff --git a/src/Runner/Runner.php b/src/Runner/Runner.php
index <HASH>..<HASH> 100644
--- a/src/Runner/Runner.php
+++ b/src/Runner/Runner.php
@@ -170,7 +170,6 @@ final class Runner
$old = file_get_contents($file->getRealPath());
$new = $old;
- $name = $this->getFileRelativePathname($file);
... | Fix: No need to determine relative file name twice | FriendsOfPHP_PHP-CS-Fixer | train | php |
67e86ed1b052dcc11e53b29de13347d41d17a4f8 | diff --git a/core/src/main/java/jenkins/model/Jenkins.java b/core/src/main/java/jenkins/model/Jenkins.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/model/Jenkins.java
+++ b/core/src/main/java/jenkins/model/Jenkins.java
@@ -1818,10 +1818,6 @@ public class Jenkins extends AbstractCIBase implements Dir... | :facepalm: now it's just noop code that should be removed | jenkinsci_jenkins | train | java |
52e4be72b1529816ed9375a9e5e03cad7592e4fe | diff --git a/fin.js b/fin.js
index <HASH>..<HASH> 100644
--- a/fin.js
+++ b/fin.js
@@ -267,7 +267,7 @@ var fin = module.exports = new (function(){
this._handleMessage = function(message) {
if (message.response) {
log('handle resonse', message.response)
- this._executeCallback(message.response, message)
+ t... | Responses carry the payload in the data property now | marcuswestin_fin | train | js |
eff85aa9f6a5df44b981c3e4dc9fec107ad3a0f4 | diff --git a/closure/goog/editor/plugins/firststrong.js b/closure/goog/editor/plugins/firststrong.js
index <HASH>..<HASH> 100644
--- a/closure/goog/editor/plugins/firststrong.js
+++ b/closure/goog/editor/plugins/firststrong.js
@@ -177,7 +177,7 @@ goog.editor.plugins.FirstStrong.prototype.getBlockAncestor_ = function() ... | Fix invalid cast
R=nicksantos
DELTA=1 (0 added, 0 deleted, 1 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-library | train | js |
7f1d6fd071aa530bd16d06c189030a4dd58b13ea | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -1,7 +1,8 @@
+'use strict'
+
var gulp = require('gulp'),
rimraf = require('rimraf'),
runSequence = require('run-sequence'),
- frontMatter = require('gulp-front-matter'),
m... | a couple fixes for linter and unused vars
Looking forward to using this guys! Congrats on the release. | zurb_foundation-apps | train | js |
fb45a761963eb4aca3f93b0b1c28994d12b2ebd1 | diff --git a/geoviews/operation/projection.py b/geoviews/operation/projection.py
index <HASH>..<HASH> 100644
--- a/geoviews/operation/projection.py
+++ b/geoviews/operation/projection.py
@@ -161,7 +161,9 @@ class project_points(_project_operation):
return element.clone(crs=self.p.projection)
xdim,... | Add support for pandas Float<I>Array (#<I>) | pyviz_geoviews | train | py |
f77a2e947cfe73eac04951decc72979c3040aab6 | diff --git a/server/workers/bro/bro_log_reader.py b/server/workers/bro/bro_log_reader.py
index <HASH>..<HASH> 100644
--- a/server/workers/bro/bro_log_reader.py
+++ b/server/workers/bro/bro_log_reader.py
@@ -33,16 +33,17 @@ class BroLogReader():
# First parse the header of the bro log
field_names, fiel... | small change to if/else in bro_log_reader
Former-commit-id: <I>f<I>e6a<I>f<I>c<I>c4a1d<I>ed4c4 | SuperCowPowers_workbench | train | py |
44ef5f43a8ab47a633427cfc3832b178e7c045f5 | diff --git a/provider/lxd/lxdclient/config.go b/provider/lxd/lxdclient/config.go
index <HASH>..<HASH> 100644
--- a/provider/lxd/lxdclient/config.go
+++ b/provider/lxd/lxdclient/config.go
@@ -28,7 +28,7 @@ const (
// Config contains the config values used for a connection to the LXD API.
type Config struct {
// Name... | lxdclient: fix typo | juju_juju | train | go |
97466d3d540243702496b24426765f0022f4bc07 | diff --git a/runtime.js b/runtime.js
index <HASH>..<HASH> 100644
--- a/runtime.js
+++ b/runtime.js
@@ -145,14 +145,14 @@
var delegate = context.delegate;
if (delegate) {
if (method === "return" ||
- (method === "throw" && delegate.iterator.throw === undefined)) {
+ ... | Use computed properties for reserved generator method names.
Fixes #<I>. | facebook_regenerator | train | js |
868e774268a185f51a6e448794958389f3fa3661 | diff --git a/src/Credentials/Credentials.php b/src/Credentials/Credentials.php
index <HASH>..<HASH> 100644
--- a/src/Credentials/Credentials.php
+++ b/src/Credentials/Credentials.php
@@ -130,6 +130,10 @@ class Credentials implements CredentialsInterface
: 'default';
}
+ if (!file_exis... | Adding check to ensure credentials file exists | aws_aws-sdk-php | train | php,php |
a4ac583671d4dfea3c7753aeea93c6a237449c13 | diff --git a/keepkeylib/transport_hid.py b/keepkeylib/transport_hid.py
index <HASH>..<HASH> 100644
--- a/keepkeylib/transport_hid.py
+++ b/keepkeylib/transport_hid.py
@@ -44,9 +44,11 @@ class HidTransport(Transport):
if (vendor_id, product_id) in DEVICE_IDS:
devices.setdefault(serial_num... | fix python hid for mac testing | keepkey_python-keepkey | train | py |
37f4ea18b4cf5ade1aaf5705755449d0322c327a | diff --git a/tests/browser/spec.js b/tests/browser/spec.js
index <HASH>..<HASH> 100644
--- a/tests/browser/spec.js
+++ b/tests/browser/spec.js
@@ -12,16 +12,6 @@ test('Spec handlebars.js', async ({ page, baseURL }) => {
await waitForMochaAndAssertResult(page);
});
-test('Spec handlebars.amd.js (AMD)', async ({ pa... | Remove AMD tests
AMD modules were removed in v5. | wycats_handlebars.js | train | js |
244174d2c0eaf3858903c41cbef8db9d6b7f6e9b | diff --git a/command/agent/local_test.go b/command/agent/local_test.go
index <HASH>..<HASH> 100644
--- a/command/agent/local_test.go
+++ b/command/agent/local_test.go
@@ -731,8 +731,7 @@ func TestAgentAntiEntropy_Check_DeferSync(t *testing.T) {
})
// Change the output in the catalog to force it out of sync.
- eCo... | Uses the HealthCheck Clone() method in local_test.go. | hashicorp_consul | train | go |
cece9ca2a46a8d14cf85483ffe98ba5e2177ae06 | diff --git a/db/migrate/20131111233053_create_tenants.rb b/db/migrate/20131111233053_create_tenants.rb
index <HASH>..<HASH> 100644
--- a/db/migrate/20131111233053_create_tenants.rb
+++ b/db/migrate/20131111233053_create_tenants.rb
@@ -2,7 +2,7 @@ class CreateTenants < ActiveRecord::Migration
def change
create_t... | Increase character limit for :subdomain in Tenant | cortex-cms_cortex | train | rb,rb |
607bf530921a1dcefee0a9be06624e56840239d9 | diff --git a/lib/assets/javascripts/jax/webgl/camera.js b/lib/assets/javascripts/jax/webgl/camera.js
index <HASH>..<HASH> 100644
--- a/lib/assets/javascripts/jax/webgl/camera.js
+++ b/lib/assets/javascripts/jax/webgl/camera.js
@@ -94,10 +94,7 @@ Jax.Camera = (function() {
self.stale = false;
var pos = store... | Fix breakages introduced by updating gl-matrix | sinisterchipmunk_jax | train | js |
205c521092d5ad7b4f6ffc884966fb853445dbc9 | diff --git a/src/views/boom/editor/page/version/status.php b/src/views/boom/editor/page/version/status.php
index <HASH>..<HASH> 100644
--- a/src/views/boom/editor/page/version/status.php
+++ b/src/views/boom/editor/page/version/status.php
@@ -2,7 +2,7 @@
<h1><?= Lang::get('boom::settings.draft-status.heading') ?><... | Fixed page draft status for version pending approval | boomcms_boom-core | train | php |
f321b7605b20abdca012d3da5f65b1bdc042a366 | diff --git a/threadedcomments/models.py b/threadedcomments/models.py
index <HASH>..<HASH> 100644
--- a/threadedcomments/models.py
+++ b/threadedcomments/models.py
@@ -8,16 +8,16 @@ PATH_DIGITS = getattr(settings, 'COMMENT_PATH_DIGITS', 10)
class ThreadedComment(Comment):
parent = models.ForeignKey('self', null=Tr... | Renamed path to tree_path | HonzaKral_django-threadedcomments | train | py |
2204b0637af79fb63f7cfa69a2e6733f4c506428 | diff --git a/combine/checks/links.py b/combine/checks/links.py
index <HASH>..<HASH> 100644
--- a/combine/checks/links.py
+++ b/combine/checks/links.py
@@ -26,6 +26,7 @@ class InternalLinkBrokenCheck(Check):
"http:",
"https:",
"tel:",
+ "sms:",
"mailto:",
... | Allow "sms://" links in the link checker | dropseed_combine | train | py |
4bfabc0323c137a04ec875c75ba40d68b2474c73 | diff --git a/src/Policies/MenuItemPolicy.php b/src/Policies/MenuItemPolicy.php
index <HASH>..<HASH> 100644
--- a/src/Policies/MenuItemPolicy.php
+++ b/src/Policies/MenuItemPolicy.php
@@ -37,7 +37,7 @@ class MenuItemPolicy extends BasePolicy
}
// If permission doesn't exist, we can't check it!
- ... | MenuItemPolicy accesses key instead of name (#<I>)
* MenuItemPolicy access now the key column instead of the name column from table permissions
* adjusted code to style guidelines
* made command more succinct | the-control-group_voyager | train | php |
a2aa7a31a6da16d6b7046bfbe920b0ee2658eab4 | diff --git a/tests/webdriver/unit/insert.rb b/tests/webdriver/unit/insert.rb
index <HASH>..<HASH> 100644
--- a/tests/webdriver/unit/insert.rb
+++ b/tests/webdriver/unit/insert.rb
@@ -3,9 +3,16 @@ require "minitest/pride"
require "minitest/reporters"
MiniTest::Reporters.use!
-describe "Insert" do
- it "should prepe... | Added setup to run before each test. | quilljs_quill | train | rb |
67d0de48d9a76e082c0efab2a7fad981bc5f72a3 | diff --git a/tests/test_presenter.py b/tests/test_presenter.py
index <HASH>..<HASH> 100644
--- a/tests/test_presenter.py
+++ b/tests/test_presenter.py
@@ -1,5 +1,4 @@
import pytest
-from textwrap import dedent
from auto_changelog.domain_model import Changelog, default_issue_pattern
from auto_changelog.presenter im... | refactor: Remove unused import from test #<I> | Michael-F-Bryan_auto-changelog | train | py |
57435c04fde7d82202aaf47b641137cf37b302fd | diff --git a/alburnum/maas/skin.py b/alburnum/maas/skin.py
index <HASH>..<HASH> 100644
--- a/alburnum/maas/skin.py
+++ b/alburnum/maas/skin.py
@@ -3,15 +3,6 @@
"""Shell for interacting with a remote MAAS (https://maas.ubuntu.com/)."""
-from __future__ import (
- absolute_import,
- print_function,
- unicod... | Remove vestigial __future__ imports and suchlike. | maas_python-libmaas | train | py |
9cccb80915525871e9982e14503a39246ff40f51 | diff --git a/lib/racecar.rb b/lib/racecar.rb
index <HASH>..<HASH> 100644
--- a/lib/racecar.rb
+++ b/lib/racecar.rb
@@ -7,6 +7,7 @@ require "racecar/null_instrumenter"
require "racecar/consumer"
require "racecar/consumer_set"
require "racecar/runner"
+require "racecar/parallel_runner"
require "racecar/config"
requi... | Use parallel runner when workers exceed 1 | zendesk_racecar | train | rb |
1e352658598dec76dc6014a9970953372041e35b | diff --git a/src/utils/mergeTree.js b/src/utils/mergeTree.js
index <HASH>..<HASH> 100644
--- a/src/utils/mergeTree.js
+++ b/src/utils/mergeTree.js
@@ -118,7 +118,7 @@ export async function mergeTree({
theirName,
mergeDriver,
}).then(r => {
- cleanMerge = r.cleanMe... | fix(merge): ensure correct value of cleanMerge (#<I>) | isomorphic-git_isomorphic-git | train | js |
19d491c0076d31ea11c40cb947c1eb3c615cd8c7 | diff --git a/src/is-link-broken.js b/src/is-link-broken.js
index <HASH>..<HASH> 100644
--- a/src/is-link-broken.js
+++ b/src/is-link-broken.js
@@ -54,7 +54,7 @@ module.exports = ({
// Allow links to elements on the same page
if (fragment && !uri.path()) {
- return options.checkAnchors && !fileHasTarget(fil... | Fixed wrong variable name when accessing current link filename | davidxmoody_metalsmith-broken-link-checker | train | js |
fda76cca253f4db974a71ec194d715872e3f0bce | diff --git a/ks-client/src/main/java/eu/fbk/knowledgestore/client/Client.java b/ks-client/src/main/java/eu/fbk/knowledgestore/client/Client.java
index <HASH>..<HASH> 100644
--- a/ks-client/src/main/java/eu/fbk/knowledgestore/client/Client.java
+++ b/ks-client/src/main/java/eu/fbk/knowledgestore/client/Client.java
@@ -5... | HTTP calls by KS client not supply the timeout in seconds, consistently with unit accepted by server | dkmfbk_knowledgestore | train | java |
5e92e0fb4a4e4bac8a7dcb49922ba635f6070178 | diff --git a/aws/resource_aws_pinpoint_email_channel_test.go b/aws/resource_aws_pinpoint_email_channel_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_pinpoint_email_channel_test.go
+++ b/aws/resource_aws_pinpoint_email_channel_test.go
@@ -16,6 +16,7 @@ func TestAccAWSPinpointEmailChannel_basic(t *testing.T)... | tests/r/pinpoint_email_channel: Add ErrorCheck | terraform-providers_terraform-provider-aws | train | go |
f08dd53540350617fb2a63717bf2f000d3af81c1 | diff --git a/lib/puppet/util/rdoc.rb b/lib/puppet/util/rdoc.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/rdoc.rb
+++ b/lib/puppet/util/rdoc.rb
@@ -24,9 +24,10 @@ module Puppet::Util::RDoc
# specify our own format & where to output
options = [ "--fmt", "puppet",
- "--quiet",
- "--ex... | (#<I>) Update puppet doc to ignore files and templates in modules
Without this commit puppet doc will parse some files inside of the
files/ and templates/ sub directory of a module. This is a problem
because these files are not meant to contain puppet code.
Conflicts:
lib/puppet/util/rdoc.rb | puppetlabs_puppet | train | rb |
5c7466b8b68e064e778197b516bb8b24829605a2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -18,14 +18,23 @@ tests_require = [
setup(name='nensbuild',
version=version,
- description="TODO",
+ description="One step buildout build.",
long_description=long_description,
# Get strings fro... | Add clasifiers and short description. | nens_nensbuild | train | py |
57acd4c7782b565cc2849776ec9733a80893b16d | diff --git a/fastlane/lib/fastlane/cli_tools_distributor.rb b/fastlane/lib/fastlane/cli_tools_distributor.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/cli_tools_distributor.rb
+++ b/fastlane/lib/fastlane/cli_tools_distributor.rb
@@ -122,8 +122,6 @@ module Fastlane
UI.important "After creating t... | Don't make Fastlane seem like it's 2 seconds slower than it actually is (#<I>) | fastlane_fastlane | train | rb |
6d14be9d914f9d5cebf66b0916e2d9bc14cf4862 | diff --git a/accessible/workspace-tree.component.js b/accessible/workspace-tree.component.js
index <HASH>..<HASH> 100644
--- a/accessible/workspace-tree.component.js
+++ b/accessible/workspace-tree.component.js
@@ -158,6 +158,8 @@ blocklyApp.WorkspaceTreeComponent = ng.core
// screenreader focus for the destinat... | Always remove screenreader focus from block before pasting to one of its connections. | LLK_scratch-blocks | train | js |
e95c137c076c79a725892a5f7794b3f5da507341 | diff --git a/lib/websession_webinterface.py b/lib/websession_webinterface.py
index <HASH>..<HASH> 100644
--- a/lib/websession_webinterface.py
+++ b/lib/websession_webinterface.py
@@ -53,7 +53,7 @@ class WebInterfaceYourAccountPages(WebInterfaceDirectory):
_force_https = True
def index(self, req, form):
- ... | Use absolute URL when calling redirect_to_url(), as the installation may be
done into a subdir. | inveniosoftware_invenio-accounts | train | py |
ec734026cc1ee5c5ffff437cb61fde84371e28c4 | diff --git a/py/apigen/apigen.py b/py/apigen/apigen.py
index <HASH>..<HASH> 100644
--- a/py/apigen/apigen.py
+++ b/py/apigen/apigen.py
@@ -47,7 +47,6 @@ def build(pkgdir, dsa, capture):
apb.build_namespace_pages(ns_data, proj)
capture.err.writeorg('building class pages\n')
apb.build_class_pages(class_dat... | [svn r<I>] Fixed problem probably caused by removing some comment or something...
--HG--
branch : trunk | vmalloc_dessert | train | py |
486ded3fcae5aac100b49e49ef55192053e15807 | diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
index <HASH>..<HASH> 100644
--- a/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
@@ -808,7 +808,6 @@ class TestDurations(object):
result.stdout.fnmatch_lines_random(
["*durations*", "*call*test_3*", "*call*test_2*"]
... | Fix flaky durations test
Unfortunately due to fluctuations in runtime "test_something"
might still appear in the final message.
Example failure:
<URL> | pytest-dev_pytest | train | py |
f697364778cbba9db4b13820a2f33b2f36e5c442 | diff --git a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/service/BluefloodServiceStarterException.java b/blueflood-core/src/main/java/com/rackspacecloud/blueflood/service/BluefloodServiceStarterException.java
index <HASH>..<HASH> 100644
--- a/blueflood-core/src/main/java/com/rackspacecloud/blueflood/servi... | Optionally include a cause of the exception. | rackerlabs_blueflood | train | java |
5fb7299a34cbf75921d390e5f1ea08d2af735bee | diff --git a/ember_debug/data_debug.js b/ember_debug/data_debug.js
index <HASH>..<HASH> 100644
--- a/ember_debug/data_debug.js
+++ b/ember_debug/data_debug.js
@@ -90,10 +90,21 @@ var DataDebug = Ember.Object.extend(PortMixin, {
wrapRecord: function(record) {
var objectId = Ember.guidFor(record.object);
+ v... | Make sure record data is clonable before sending it
Fixes #<I> | emberjs_ember-inspector | train | js |
4b9c32943bcb8680acebe7885d90d0b85e96e540 | diff --git a/dwm/test/test_copy_value.py b/dwm/test/test_copy_value.py
index <HASH>..<HASH> 100644
--- a/dwm/test/test_copy_value.py
+++ b/dwm/test/test_copy_value.py
@@ -0,0 +1,34 @@
+""" test copy value case of derive function"""
+
+import mongomock
+
+from dwm import Dwm
+
+
+# Setup mongomock db
+DB = mongomock.Mon... | add tests for DWM class drive method cover copyValue case | rh-marketingops_dwm | train | py |
704b3eefe848a8f5482d3c069132cf33cfca9ed8 | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -131,7 +131,7 @@ function coverCmd(opts) {
writeFileSync(file, JSON.stringify(cov), 'utf8');
});
- if (config.instrumentation.preloadSources()) {
+ if (config.instrumentation.includeAllSources()) {
... | fix: support istanbul@<I> `--include-all-sources` option | douglasduteil_isparta | train | js |
fe404e1dcc916e0dcd492b49fff6c7adc4381fad | diff --git a/secureheader.go b/secureheader.go
index <HASH>..<HASH> 100644
--- a/secureheader.go
+++ b/secureheader.go
@@ -105,7 +105,7 @@ func (c *Config) ServeHTTP(w http.ResponseWriter, r *http.Request) {
if c.ContentTypeOptions {
w.Header().Set("X-Content-Type-Options", "nosniff")
}
- if c.HSTS && r.URL.Sche... | properly check for https during HSTS insertion
We want consistent behavior for deciding whether the
current connetion is using https, so we should use the
same logic as the https redirect check. | kr_secureheader | train | go |
db14891e0ac56c546481c3693d3829ce71a353ff | diff --git a/lib/npr/entity/story.rb b/lib/npr/entity/story.rb
index <HASH>..<HASH> 100644
--- a/lib/npr/entity/story.rb
+++ b/lib/npr/entity/story.rb
@@ -86,9 +86,7 @@ module NPR
ATTR_AS_IS = [
"thumbnail",
"parent",
- "container",
- "text",
- "textWithHtml"
+ "c... | Remove text nodes from deprecated ATTR_AS_IS | bricker_npr | train | rb |
d35ffb156568ed1294b9b9961e1c54f48b36ce3c | diff --git a/test/form/sourcemaps-inline/_config.js b/test/form/sourcemaps-inline/_config.js
index <HASH>..<HASH> 100644
--- a/test/form/sourcemaps-inline/_config.js
+++ b/test/form/sourcemaps-inline/_config.js
@@ -1,5 +1,6 @@
module.exports = {
description: 'correct sourcemaps are written (inline)',
+ skipIfWindows... | skip tests on windows, as applicable. closes #<I> | rollup_rollup | train | js,js,js |
6706f5d782c0bf062242088e9944188e9fb515c7 | diff --git a/app/models/glue/pulp/repos.rb b/app/models/glue/pulp/repos.rb
index <HASH>..<HASH> 100644
--- a/app/models/glue/pulp/repos.rb
+++ b/app/models/glue/pulp/repos.rb
@@ -76,9 +76,7 @@ module Glue::Pulp::Repos
# cache repos so we can cache lazy_accessors
@repo_cache ||= {}
- @repo_cache[env... | content views - update product.repos to handle default content view
Minor update to the product.repos so that when invoked, it will
return the repos that are associated with the default content
view. Previously, it would return all repos (including those
that are contained in other published content views) | Katello_katello | train | rb |
b928518952d8df04848844d1a9838a4080b0414e | diff --git a/openquake/engine/db/models.py b/openquake/engine/db/models.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/db/models.py
+++ b/openquake/engine/db/models.py
@@ -217,7 +217,7 @@ def build_curves(rlz, curves_by_trt_model_gsim):
# number of TrtModels
curves = 0
for art in AssocLtRlzTrtMode... | Fixed bug reported by INGV Pisa
Former-commit-id: fede<I>d<I>f<I>fbd<I>bc<I>ef5dd4d [formerly <I>f<I>b9d<I>ee<I>b6eef7c<I>c5ff]
Former-commit-id: <I>be0bc<I>f<I>efb<I>dab<I>eb<I>d9 | gem_oq-engine | train | py |
dc836bafda9d05b0bb6bc01826dccd1ded58c915 | diff --git a/lib/Github/Api/Organization/Teams.php b/lib/Github/Api/Organization/Teams.php
index <HASH>..<HASH> 100644
--- a/lib/Github/Api/Organization/Teams.php
+++ b/lib/Github/Api/Organization/Teams.php
@@ -83,8 +83,12 @@ class Teams extends AbstractApi
return $this->get('teams/'.rawurlencode($team).'/repo... | Allow Adding Repo With Permissions | KnpLabs_php-github-api | train | php |
53f8b3a46d61215b4411339c4f38f23d45eda98c | diff --git a/concrete/src/Form/Service/Form.php b/concrete/src/Form/Service/Form.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Form/Service/Form.php
+++ b/concrete/src/Form/Service/Form.php
@@ -511,10 +511,11 @@ class Form
}
$str .= '</select>';
if ($configuration['linkStateProvinceField... | Escape the Country field ID for jQuery selector
So that it can contain special characters like [] | concrete5_concrete5 | train | php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.