hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a06729464db47bd6deb1659447ece359002f44a8 | diff --git a/test-app/assets/app/tests/tests.js b/test-app/assets/app/tests/tests.js
index <HASH>..<HASH> 100644
--- a/test-app/assets/app/tests/tests.js
+++ b/test-app/assets/app/tests/tests.js
@@ -100,6 +100,38 @@ describe("Tests ", function () {
expect(shouldBeTrue).toBe(true);
});
+
+ it("When_extending_a_... | tests for method overloads from js | NativeScript_android-runtime | train |
2aa521f734e56d69fcb64ce0bb28aa4ad45b1d9c | diff --git a/client/lib/post-normalizer/utils.js b/client/lib/post-normalizer/utils.js
index <HASH>..<HASH> 100644
--- a/client/lib/post-normalizer/utils.js
+++ b/client/lib/post-normalizer/utils.js
@@ -163,6 +163,7 @@ export function iframeIsWhitelisted( iframe ) {
'www.audiomack.com',
'player.theplatform.com',
... | Reader: Whitelist embeds from gfycat | Automattic_wp-calypso | train |
f8a26249ad99ff3cf43d65a99aa1ef29397f28d0 | diff --git a/lib/mobility/attributes.rb b/lib/mobility/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/mobility/attributes.rb
+++ b/lib/mobility/attributes.rb
@@ -175,11 +175,11 @@ with other backends.
# Include backend modules depending on value of options.
def include_backend_modules(backend_class, op... | Move backend module inclusion logic into modules themselves | shioyama_mobility | train |
1a6f5654fe77f428b60412ef5e938e66cc33ff73 | diff --git a/isochrones/dartmouth.py b/isochrones/dartmouth.py
index <HASH>..<HASH> 100644
--- a/isochrones/dartmouth.py
+++ b/isochrones/dartmouth.py
@@ -19,7 +19,8 @@ MASTERFILE = '{}/dartmouth.h5'.format(DATADIR)
TRI_FILE = '{}/dartmouth.tri'.format(DATADIR)
def _download_h5():
- url = 'http://zenodo.org/reco... | updated zenodo urls for new dartmouth files | timothydmorton_isochrones | train |
1b1f89855dda567c8c2994bad4891de7c88b382e | diff --git a/aeron-archive/src/main/java/io/aeron/archive/Catalog.java b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java
index <HASH>..<HASH> 100644
--- a/aeron-archive/src/main/java/io/aeron/archive/Catalog.java
+++ b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java
@@ -39,7 +39,6 @@ import static i... | [Java] Correctly validate if an archive has a recording. | real-logic_aeron | train |
3ce23272f6c1da9e78f0d6d88a0886ecc36642a9 | diff --git a/php/commands/core.php b/php/commands/core.php
index <HASH>..<HASH> 100644
--- a/php/commands/core.php
+++ b/php/commands/core.php
@@ -789,7 +789,9 @@ EOT;
/**
* Verify WordPress files against WordPress.org's checksums.
*
- * Specify version to verify checksums without loading WordPress.
+ * For s... | Clarify that `wp core verify-checksums` doesn't actually load WP
This behavior changed in the last release | wp-cli_extension-command | train |
f79e0d5832ae70f67aea9a84a34f2c7c056a333a | diff --git a/lib/querytables.js b/lib/querytables.js
index <HASH>..<HASH> 100644
--- a/lib/querytables.js
+++ b/lib/querytables.js
@@ -95,19 +95,22 @@ function getQueryStatements (sql) {
module.exports.getQueryStatements = getQueryStatements;
+function encodePGName (name) {
+ return name.replace("'", "''");
+}
... | getQueryMetadataModel: Avoid issues with special characters in table names | CartoDB_node-cartodb-query-tables | train |
442391f8300e4d97329d52d3e4c4912f116b7eb5 | diff --git a/src/Utils/DatePicker.php b/src/Utils/DatePicker.php
index <HASH>..<HASH> 100644
--- a/src/Utils/DatePicker.php
+++ b/src/Utils/DatePicker.php
@@ -42,7 +42,7 @@ class DatePicker
}
$this->element = $this->context->element('*', $selector);
- $this->date = sprintf("new Date('%s')", d... | Improved DatePicker utility. Added possibility check the date in field after reloading the page, added additional TODO for found issue | BR0kEN-_TqExtension | train |
225a02052cb96330c7e56f2180f49321f02bac18 | diff --git a/resources/lang/tr-TR/pagination.php b/resources/lang/tr-TR/pagination.php
index <HASH>..<HASH> 100644
--- a/resources/lang/tr-TR/pagination.php
+++ b/resources/lang/tr-TR/pagination.php
@@ -22,7 +22,7 @@ return [
|
*/
- 'previous' => 'Previous',
- 'next' => 'Next',
+ 'previous' => ... | New translations pagination.php (Turkish) | CachetHQ_Cachet | train |
be1ac9376d19a770d3901219d6fb899241205688 | diff --git a/generators/entity/index.js b/generators/entity/index.js
index <HASH>..<HASH> 100644
--- a/generators/entity/index.js
+++ b/generators/entity/index.js
@@ -984,6 +984,12 @@ class EntityGenerator extends BaseBlueprintGenerator {
this.entityConfig.clientRootFolder = context.options.clientRootFolder;
... | persist --skip-client or --skip-server cli options to .jhipster/*.json configuration files (#<I>)
add skipClient or skipServer options to .jhipster/*.json files on entity creation via cli options. When these entities are regenerated, will have their desired options skipped
Fix #<I> | jhipster_generator-jhipster | train |
daf3c5ecfc55f9a8a21e93a6091fb0b9769b1593 | diff --git a/classes/PodsField.php b/classes/PodsField.php
index <HASH>..<HASH> 100644
--- a/classes/PodsField.php
+++ b/classes/PodsField.php
@@ -1,6 +1,8 @@
<?php
use Pods\Whatsit\Field;
+use Pods\Whatsit\Pod;
+use Pod as Pod_Deprecated;
/**
* Pods Field class for common type-specific methods.
@@ -382,9 +384... | Adjust handling for $pod_name detection to handle more cases | pods-framework_pods | train |
cfdc4acbab6a6bce9b7eb06f7b198e83df1edd8b | diff --git a/tests/Connection/ConnectionTest.php b/tests/Connection/ConnectionTest.php
index <HASH>..<HASH> 100644
--- a/tests/Connection/ConnectionTest.php
+++ b/tests/Connection/ConnectionTest.php
@@ -13,7 +13,6 @@ namespace Rvdv\Nntp\Tests\Connection;
use Rvdv\Nntp\Command\CommandInterface;
use Rvdv\Nntp\Connect... | Fixed some linting issues. | robinvdvleuten_php-nntp | train |
ffb999b75318214404556716788042da8a7478a1 | diff --git a/abydos/distance/_mutual_information.py b/abydos/distance/_mutual_information.py
index <HASH>..<HASH> 100644
--- a/abydos/distance/_mutual_information.py
+++ b/abydos/distance/_mutual_information.py
@@ -19,7 +19,7 @@
Mutual Information similarity
"""
-from math import log
+from math import log2
from ... | switched to log2 from log(..., 2)
This is much faster, but only supported in Python <I>+. | chrislit_abydos | train |
4091077db54ba1e01b9078546911d6b6c1280428 | diff --git a/tripleowrapper/logger.py b/tripleowrapper/logger.py
index <HASH>..<HASH> 100644
--- a/tripleowrapper/logger.py
+++ b/tripleowrapper/logger.py
@@ -93,7 +93,7 @@ class DciHandler(logging.Handler):
if len(self._current_log.getvalue()) > 0:
self._send_log_file()
retur... | Fix ssh user handling.
When we specify a username in the configuration file then
the 'root' user is not added to the SSH pool and raise:
- paramiko.ssh_exception.SSHException: ssh client for user
root not existing
This commit fix this issue.
Change-Id: I<I>a<I>db9b<I>b6e1bad<I>a<I>effc<I>d | redhat-openstack_python-tripleo-helper | train |
c8dd38b9958ef86d67ad1fbe88bcc81cbec5a3a2 | diff --git a/src/main/java/org/cloudi/API.java b/src/main/java/org/cloudi/API.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/cloudi/API.java
+++ b/src/main/java/org/cloudi/API.java
@@ -1818,18 +1818,25 @@ public class API
return toTimestampString(true);
}
+ public long toTimesta... | Add Java CloudI API timestamp accessor for a microseconds integer value. | CloudI_cloudi_api_java | train |
7ce06781fd4e9d426dc100ce97783dbd434a9d41 | diff --git a/github/github-accessors.go b/github/github-accessors.go
index <HASH>..<HASH> 100644
--- a/github/github-accessors.go
+++ b/github/github-accessors.go
@@ -12388,6 +12388,14 @@ func (u *UserEmail) GetVerified() bool {
return *u.Verified
}
+// GetVisibility returns the Visibility field if it's non-nil, z... | Add Visibility to UserEmail (#<I>) | google_go-github | train |
44cf9360ba952ad3ef6d753c41e8abc7c2973791 | diff --git a/resmix.js b/resmix.js
index <HASH>..<HASH> 100644
--- a/resmix.js
+++ b/resmix.js
@@ -1,7 +1,5 @@
const EFFECTS = Symbol('effects');
-const OBSERVABLES = Symbol('observables');
const SPAWN = Symbol('spawn');
-const ACTIONS = Symbol('actions');
const UPDATE = '@@resmix/update';
const UPDATE_ROOT = '@@... | refactor: remove separate array for actions and observables. Now everything is effect | hex13_feedbacks | train |
c641cf690ffa5466fd630bcd956e51a2c987bbf5 | diff --git a/components/ekb/common/src/test/java/org/openengsb/core/ekb/common/EDBConverterTest.java b/components/ekb/common/src/test/java/org/openengsb/core/ekb/common/EDBConverterTest.java
index <HASH>..<HASH> 100644
--- a/components/ekb/common/src/test/java/org/openengsb/core/ekb/common/EDBConverterTest.java
+++ b/c... | [OPENENGSB-<I>] added additional testfield and fixed setter name typo | openengsb_openengsb | train |
8f4b8d705efb782e3d712f94baae3e4e34c8b166 | diff --git a/lib/shared.js b/lib/shared.js
index <HASH>..<HASH> 100644
--- a/lib/shared.js
+++ b/lib/shared.js
@@ -26,7 +26,7 @@ exports.isPackageName = function(path) {
function fsReadFile(filePath) {
return new Promise((resolve, reject) => {
- fs.readFile(filePath, (err, data) => {
+ fs.readFile(path.reso... | fix: use absolute path to bypass weird yarn2 bug | dumberjs_dumber | train |
ab2bc85e630bde4142a2913a0b8e7688d5e5ea89 | diff --git a/lib/faker.rb b/lib/faker.rb
index <HASH>..<HASH> 100644
--- a/lib/faker.rb
+++ b/lib/faker.rb
@@ -1,4 +1,4 @@
-$:.unshift mydir = File.dirname(__FILE__)
+mydir = File.dirname(__FILE__)
require 'i18n'
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks) | lib is already in $:, rubygems does that for you | stympy_faker | train |
e2f921bd617d08d0bbbd85a2abff6918cbd99c95 | diff --git a/src/Maker.js b/src/Maker.js
index <HASH>..<HASH> 100644
--- a/src/Maker.js
+++ b/src/Maker.js
@@ -3,6 +3,7 @@ import DefaultServiceProvider, {
} from './config/DefaultServiceProvider';
import ConfigFactory from './config/ConfigFactory';
import { intersection, isEqual, mergeWith } from 'lodash';
+import ... | Import and expose service classes from services-core | makerdao_dai.js | train |
43bf1faa8c563d7dc076a8684597f468bddb4a59 | diff --git a/client/state/reader/posts/normalization-rules.js b/client/state/reader/posts/normalization-rules.js
index <HASH>..<HASH> 100644
--- a/client/state/reader/posts/normalization-rules.js
+++ b/client/state/reader/posts/normalization-rules.js
@@ -36,7 +36,7 @@ import removeElementsBySelector from 'lib/post-norm... | Reader: improve photo-only card classification (#<I>)
* Reduce photo min width requirement to <I>px
* Fix misclassification of posts with 5+ images where some of them are <<I>px wide
* Simplify photo-only and gallery classification logic | Automattic_wp-calypso | train |
2808e39b698fa57653974e159702bc97d1549ce3 | diff --git a/utool/util_dev.py b/utool/util_dev.py
index <HASH>..<HASH> 100755
--- a/utool/util_dev.py
+++ b/utool/util_dev.py
@@ -213,6 +213,29 @@ def timeit_compare(stmt_list, setup='', iterations=100000, verbose=True,
return (passed, time_list, result_list)
+def are_you_sure(msg=''):
+ r"""
+ Prom... | Added are you sure and conditional phrase | Erotemic_utool | train |
33e355dc92b287c5abae8c93280168108cf70ff9 | diff --git a/core-bundle/src/Resources/contao/dca/tl_cron.php b/core-bundle/src/Resources/contao/dca/tl_cron.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/dca/tl_cron.php
+++ b/core-bundle/src/Resources/contao/dca/tl_cron.php
@@ -39,7 +39,7 @@ $GLOBALS['TL_DCA']['tl_cron'] = array
),
'nam... | [Core] Make all DB fields with a unique index nullable (fixes #<I>) | contao_contao | train |
a470924aa7bdbf47429e2a0387ff02bd05faece5 | diff --git a/gseapy/algorithm.py b/gseapy/algorithm.py
index <HASH>..<HASH> 100644
--- a/gseapy/algorithm.py
+++ b/gseapy/algorithm.py
@@ -11,32 +11,36 @@ import random
def preprocess(df):
+ """pre-processed the data frame.
+ new filtering methods will be implement here.
+ """
-
- df.drop_duplicat... | pre-processed data function improvement | zqfang_GSEApy | train |
87b1d9571f31c39c428efa5dbb7a7fe56b421a52 | diff --git a/etcdserver/api/v3rpc/rpctypes/error.go b/etcdserver/api/v3rpc/rpctypes/error.go
index <HASH>..<HASH> 100644
--- a/etcdserver/api/v3rpc/rpctypes/error.go
+++ b/etcdserver/api/v3rpc/rpctypes/error.go
@@ -52,12 +52,13 @@ var (
ErrGRPCPermissionNotGranted = grpc.Errorf(codes.FailedPrecondition, "etcdserver: ... | v3api, rpctypes: add ErrTimeoutDueToConnectionLost
Lack of GRPC code was causing this to look like a halting error to the client. | etcd-io_etcd | train |
91e25ae9e85fd50e36f4b6c05361334cdd43a24d | diff --git a/opentrons/drivers/motor.py b/opentrons/drivers/motor.py
index <HASH>..<HASH> 100644
--- a/opentrons/drivers/motor.py
+++ b/opentrons/drivers/motor.py
@@ -24,12 +24,6 @@ CONFIG_DIR_PATH = os.environ.get('APP_DATA_DIR', os.getcwd())
CONFIG_DIR_PATH = os.path.join(CONFIG_DIR_PATH, 'smoothie')
CONFIG_FILE_PA... | Driver head speed no connection (#<I>)
* do not write to serial port when saving new speed rates
* Homing errors are given a more helpful message
* removing support for python <I> in json error handling
* adds test
* import Vector to motor test | Opentrons_opentrons | train |
c3f7f1cb8f76763865b9afb31a85aa58a0ea9fa9 | diff --git a/lib/roger/release/processors/mockup.rb b/lib/roger/release/processors/mockup.rb
index <HASH>..<HASH> 100644
--- a/lib/roger/release/processors/mockup.rb
+++ b/lib/roger/release/processors/mockup.rb
@@ -39,7 +39,7 @@ module Roger::Release::Processors
# in the roger.base_path
next if File.b... | Fixup Update builtin processors and finalizers to use new functions | DigitPaint_roger | train |
2417aec9bb7a409e8ccddeb9c10757743707da5d | diff --git a/resource_aws_autoscaling_group.go b/resource_aws_autoscaling_group.go
index <HASH>..<HASH> 100644
--- a/resource_aws_autoscaling_group.go
+++ b/resource_aws_autoscaling_group.go
@@ -137,7 +137,7 @@ func resourceAwsAutoscalingGroupCreate(d *schema.ResourceData, meta interface{})
autoScalingGroupOpts.Defa... | provider/aws: Fix issue in AWS AutoScaling Group where health_check_type is not set correctly | terraform-providers_terraform-provider-aws | train |
5bca653add34538d593b9ce62ea8ffbe0700aabc | diff --git a/addon/adapters/odata.js b/addon/adapters/odata.js
index <HASH>..<HASH> 100644
--- a/addon/adapters/odata.js
+++ b/addon/adapters/odata.js
@@ -452,7 +452,13 @@ export default DS.RESTAdapter.extend({
const relationships = [];
model.eachRelationship((name) => {
- relationships.pus... | Fix the get query in batch update for odata adapter (#<I>) | Flexberry_ember-flexberry-data | train |
a25c1f9e2556615c22bb56c5cf69da9b36f78323 | diff --git a/components/Markdown.php b/components/Markdown.php
index <HASH>..<HASH> 100644
--- a/components/Markdown.php
+++ b/components/Markdown.php
@@ -74,15 +74,6 @@ function Markdown($text) {
### WordPress Plugin Interface ###
-/*
-Plugin Name: Markdown
-Plugin URI: http://michelf.ca/projects/php-markdown/
-D... | Remove markdown plugin headers causing issues with activations | pods-framework_pods | train |
98ec608b0ec2e20b06339778408ade9cb1cad699 | diff --git a/src/main/java/com/pinterest/secor/parser/PartitionFinalizer.java b/src/main/java/com/pinterest/secor/parser/PartitionFinalizer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/pinterest/secor/parser/PartitionFinalizer.java
+++ b/src/main/java/com/pinterest/secor/parser/PartitionFinalizer.java
@@ -6... | Handle the case of empty partitions in the finalizer | pinterest_secor | train |
3e11bc7acfabc541432fe6b45bbc9bf286a76564 | diff --git a/src/Common/CodeIgniter/Libraries/FormValidation.php b/src/Common/CodeIgniter/Libraries/FormValidation.php
index <HASH>..<HASH> 100644
--- a/src/Common/CodeIgniter/Libraries/FormValidation.php
+++ b/src/Common/CodeIgniter/Libraries/FormValidation.php
@@ -1104,7 +1104,7 @@ class FormValidation extends CI_For... | Corrected messaging for `is_bool` FormValidation method | nails_common | train |
b29c72ba918f84afc6a4ab062a820b7ec92a292e | diff --git a/src/views/DrawerNavigatorItems.js b/src/views/DrawerNavigatorItems.js
index <HASH>..<HASH> 100644
--- a/src/views/DrawerNavigatorItems.js
+++ b/src/views/DrawerNavigatorItems.js
@@ -34,12 +34,13 @@ const DrawerNavigatorItems = ({
const scene = { route, index, focused, tintColor: color };
cons... | fix: only pass accessibility label if it is a string. fixes #<I> (#<I>) | react-navigation_drawer | train |
2192c59e1c0967f4407f5a997ac3c8ea11378647 | diff --git a/myql/contrib/auth/auth.py b/myql/contrib/auth/auth.py
index <HASH>..<HASH> 100644
--- a/myql/contrib/auth/auth.py
+++ b/myql/contrib/auth/auth.py
@@ -6,42 +6,62 @@ from urlparse import parse_qs
import webbrowser
import credentials
-class OAuth(object):
+BASE_URL = "http://query.yahooapis.com/v1/yql"
+R... | all OAUTH Steps are OK | josuebrunel_myql | train |
db8626dc9a579246bdf1760c86a477e496203d33 | diff --git a/src/java/com/threerings/gwt/ui/Widgets.java b/src/java/com/threerings/gwt/ui/Widgets.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/gwt/ui/Widgets.java
+++ b/src/java/com/threerings/gwt/ui/Widgets.java
@@ -225,6 +225,18 @@ public class Widgets
return button;
}
+ /**
+ ... | Added newShim(). I'd like to nix WidgetUtil and move the Flash crap to
FlashUtil or SWFUtil, but I'll save that for another day. | threerings_gwt-utils | train |
92658f11a138c442f77f1c73b16790e290d8b845 | diff --git a/lib/yard/tags/directives.rb b/lib/yard/tags/directives.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/tags/directives.rb
+++ b/lib/yard/tags/directives.rb
@@ -107,6 +107,8 @@ module YARD
end
class MethodDirective < Directive
+ SCOPE_MATCH = /\A\s*self\s*\.\s*/
+
def call; end
... | Allow @!method names to have self. prefix shorthand for class scope (instead of specifying @!scope class later) | lsegal_yard | train |
be94c7fcfe91e3d4383e4a504bd0b66fe29147d1 | diff --git a/SwatDB/SwatDBDefaultRecordsetWrapper.php b/SwatDB/SwatDBDefaultRecordsetWrapper.php
index <HASH>..<HASH> 100644
--- a/SwatDB/SwatDBDefaultRecordsetWrapper.php
+++ b/SwatDB/SwatDBDefaultRecordsetWrapper.php
@@ -17,7 +17,7 @@ class SwatDBDefaultRecordsetWrapper extends SwatDBRecordsetWrapper
{
// {{{ publ... | Believe the constructor of SwatDBDefaultRecordsetWrapper should be the same as SwatDBRecordsetWrapper, right?
svn commit r<I> | silverorange_swat | train |
35d9cd044ef799a04e542def8f12404f74d89e14 | diff --git a/Components/FileManager.php b/Components/FileManager.php
index <HASH>..<HASH> 100644
--- a/Components/FileManager.php
+++ b/Components/FileManager.php
@@ -289,7 +289,7 @@ class FileManager
}
//====================================================================//
// Ch... | FIX: Write File is Exists | SplashSync_Php-Core | train |
c319bae581c095bf3b7a472ad52022ee0c92bc63 | diff --git a/tests/index.php b/tests/index.php
index <HASH>..<HASH> 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -103,7 +103,9 @@ require __DIR__.'/../vendor/autoload.php';
\testCookie('cookie[one]', 'cookieone');
\testEqual((new \Delight\Cookie\Cookie('SID'))->setValue('31d4d96e407aad42'), 'Set-Cookie: SID=... | Add variants of test cases for 'SameSite=None' with 'secure' being set | delight-im_PHP-Cookie | train |
1ec47d34d245182f716aff86f7966d60def3dc4e | diff --git a/src/wavesurfer.js b/src/wavesurfer.js
index <HASH>..<HASH> 100644
--- a/src/wavesurfer.js
+++ b/src/wavesurfer.js
@@ -110,6 +110,10 @@ var WaveSurfer = {
return [position, duration];
},
+ isReady: function() {
+ return this.backend.currentBuffer;
+ },
+
drawBuffer: functio... | Add method to test if the object is loaded/ready. | katspaugh_wavesurfer.js | train |
ecba9a473df22fda06e13649d55f9aeb77d750c9 | diff --git a/commands.go b/commands.go
index <HASH>..<HASH> 100644
--- a/commands.go
+++ b/commands.go
@@ -28,6 +28,7 @@ var cloneFlags = []cli.Flag{
cli.BoolFlag{Name: "shallow", Usage: "Do a shallow clone"},
cli.BoolFlag{Name: "look, l", Usage: "Look after get"},
cli.StringFlag{Name: "vcs", Usage: "Specify VCS ... | add silent option to getRemoteRepository (still doesn't work) | motemen_ghq | train |
02f1edadd13fa0aa4f7ca7c1a512887e269602ba | diff --git a/spec/app/controllers/washout_builder_controller_spec.rb b/spec/app/controllers/washout_builder_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/app/controllers/washout_builder_controller_spec.rb
+++ b/spec/app/controllers/washout_builder_controller_spec.rb
@@ -13,6 +13,7 @@ describe WashoutBuilder... | Update washout_builder_controller_spec.rb | bogdanRada_washout_builder | train |
8f4133eaa9823a55b2abc4224610eaffbdba332b | diff --git a/webroot/js/timepicker.init.js b/webroot/js/timepicker.init.js
index <HASH>..<HASH> 100644
--- a/webroot/js/timepicker.init.js
+++ b/webroot/js/timepicker.init.js
@@ -30,7 +30,8 @@
// time picker
$('[data-provide="timepicker"]').timepicker({
showMeridian: false,
- ... | make timepicker not showing current time | QoboLtd_cakephp-csv-migrations | train |
a657634607aa796a210c62ef3c10113d9af8f4b3 | diff --git a/bin/convert-argv.js b/bin/convert-argv.js
index <HASH>..<HASH> 100644
--- a/bin/convert-argv.js
+++ b/bin/convert-argv.js
@@ -376,9 +376,7 @@ module.exports = function(optimist, argv, convertOptions) {
ifBooleanArg("hot", function() {
ensureArray(options, "plugins");
var HotModuleReplacementPlug... | disabled multi step HMR, because it seems to have issues | webpack_webpack | train |
21d9860e9abc925a63d8f7fe8382c303d2711590 | diff --git a/lib/heroku/command/addons.rb b/lib/heroku/command/addons.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/command/addons.rb
+++ b/lib/heroku/command/addons.rb
@@ -80,7 +80,11 @@ module Heroku::Command
#
# downgrade an existing addon
#
- alias_method :downgrade, :upgrade
+ def downgrade
... | properly label downgrading actions
closes #<I> | heroku_legacy-cli | train |
7e2d89d428109301705223a6103ee9e49d5fc718 | diff --git a/indy_node/test/auth_rule/auth_framework/edit_roles.py b/indy_node/test/auth_rule/auth_framework/edit_roles.py
index <HASH>..<HASH> 100644
--- a/indy_node/test/auth_rule/auth_framework/edit_roles.py
+++ b/indy_node/test/auth_rule/auth_framework/edit_roles.py
@@ -34,7 +34,7 @@ class EditRoleTest(AuthTest):
... | [INDY-<I>] fix tests with changing role to the same role | hyperledger_indy-node | train |
def60f3426b25c73d99f2ce2a449de7c9043e4b7 | diff --git a/docs/storage/signaturestore.go b/docs/storage/signaturestore.go
index <HASH>..<HASH> 100644
--- a/docs/storage/signaturestore.go
+++ b/docs/storage/signaturestore.go
@@ -2,8 +2,10 @@ package storage
import (
"path"
+ "sync"
"github.com/docker/distribution"
+ "github.com/docker/distribution/context... | Parallelize signature fetch in signature store
To avoid compounded round trips leading to slow retrieval of manifests with a
large number of signatures, the fetch of signatures has been parallelized. This
simply spawns a goroutine for each path, coordinated with a sync.WaitGroup. | docker_distribution | train |
9142b5a037f03083281a7cfd16300534caebba23 | diff --git a/src/org/joml/GeometryUtils.java b/src/org/joml/GeometryUtils.java
index <HASH>..<HASH> 100644
--- a/src/org/joml/GeometryUtils.java
+++ b/src/org/joml/GeometryUtils.java
@@ -57,10 +57,10 @@ public class GeometryUtils {
public static void calculateFrustumPlanes(Matrix4f mvp, Vector4f left, Vector4f rig... | Normalize the computed frustum plane equations
Add Vector4.normalize3 - computes only the norm of (x, y, z) | JOML-CI_JOML | train |
b6af8b507f6354d96a84b6e4dea91c73a258e2f2 | diff --git a/liquibase-integration-tests/src/test/java/liquibase/dbtest/AbstractIntegrationTest.java b/liquibase-integration-tests/src/test/java/liquibase/dbtest/AbstractIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/liquibase-integration-tests/src/test/java/liquibase/dbtest/AbstractIntegrationTest.java
+++ b/l... | IT: Always cleanup alternate catalogs if the DB supports them
- even when it does not support tests with alternate catalogs. | liquibase_liquibase | train |
b913590cea6d103c18a583555e10a6f81a96a833 | diff --git a/pyrogram/client/methods/chats/set_chat_photo.py b/pyrogram/client/methods/chats/set_chat_photo.py
index <HASH>..<HASH> 100644
--- a/pyrogram/client/methods/chats/set_chat_photo.py
+++ b/pyrogram/client/methods/chats/set_chat_photo.py
@@ -27,7 +27,8 @@ class SetChatPhoto(BaseClient):
def set_chat_photo... | add missing file_ref in set_chat_photo (#<I>) | pyrogram_pyrogram | train |
0b689a5b10535d8cd46405d2a990b58487cf55d1 | diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsAutoConfigurationIntegrationTests.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/MetricsAuto... | Polish MetricsFilter registration async support
Closes gh-<I> | spring-projects_spring-boot | train |
a34e7ddd995bbdcb8f2a5d9fd9d1a02d35b73d7d | diff --git a/src/ol/interaction/Select.js b/src/ol/interaction/Select.js
index <HASH>..<HASH> 100644
--- a/src/ol/interaction/Select.js
+++ b/src/ol/interaction/Select.js
@@ -206,7 +206,7 @@ class Select extends Interaction {
* @private
* @type {import("../style/Style.js").default|Array.<import("../style/St... | Should be able to ovveride defaultvalue of style in selection.
null or false should be able to prevent overriding the style.
As discussed here: <URL> | openlayers_openlayers | train |
f0e9de4e24076b45eda37b55c39d18d32483e20f | diff --git a/examples/html/main.js b/examples/html/main.js
index <HASH>..<HASH> 100644
--- a/examples/html/main.js
+++ b/examples/html/main.js
@@ -1,6 +1,6 @@
(function () {
// Check that the browser supports the FileReader API.
- if (typeof FileReader === 'undefined') {
+ if (!window.FileReader) {
document.write... | Change to nicer check for FileReader | mattiasw_ExifReader | train |
9f5d2b12025958d024cbe5666dfef80b225dde2c | diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb
index <HASH>..<HASH> 100644
--- a/actionmailer/test/base_test.rb
+++ b/actionmailer/test/base_test.rb
@@ -659,7 +659,7 @@ class BaseTest < ActiveSupport::TestCase
self.default_options = {from: "robert.pankowecki@gmail.com"}
def... | Fix failing AM test due to missing template | rails_rails | train |
b0c4ea772bfbbf3808263f4f13f31eef9958b2c8 | diff --git a/lib/active_record/connection_adapters/oracle_enhanced_schema_statements.rb b/lib/active_record/connection_adapters/oracle_enhanced_schema_statements.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/oracle_enhanced_schema_statements.rb
+++ b/lib/active_record/connection_adapters/or... | add_index and remove_index should also accept symbol index names | rsim_oracle-enhanced | train |
e93fbaefeb56e1f9ea9f77e8fd59cedda834c504 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -231,7 +231,11 @@ module.exports = function(grunt) {
},
style: {
files: helper.watchFiles(['.less','.css'],["./app/**/*.css","./app/**/*.less","./assets/**/*.css", "./assets/**/*.less"]),... | Fauxton: update watch file to run on addon html and less changes | apache_couchdb-fauxton | train |
2cd61da4ec320a07918acfa6bd2242ffca041a73 | diff --git a/src/lib/Html.php b/src/lib/Html.php
index <HASH>..<HASH> 100755
--- a/src/lib/Html.php
+++ b/src/lib/Html.php
@@ -126,7 +126,7 @@ class Html extends BaseHtml
$options['maxlength'] = $validator->max;
if ($showCharacterCounter === true) {
- $... | character_counter feeds from data-length | MacGyer_yii2-materializecss | train |
1fc577f2c7c1cff2857658537adf4f30a3ad60ac | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -72,12 +72,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface... | bumped Symfony version to <I> | symfony_symfony | train |
77b33df7da5d818495496af1050ad34026f99af0 | diff --git a/tests/babelrc.js b/tests/babelrc.js
index <HASH>..<HASH> 100644
--- a/tests/babelrc.js
+++ b/tests/babelrc.js
@@ -8,6 +8,7 @@ module.exports = {
alias: {
action: './actions',
reducer: './reducers',
+ lib: './lib',
ClientMain: './src/client/main'
}... | Add test case for rule with extension option | HeroProtagonist_eslint-plugin-module-resolver | train |
492cb004fc891680669b72358183a1bdd68988d4 | diff --git a/Classes/Core/Acceptance/Helper/AbstractModalDialog.php b/Classes/Core/Acceptance/Helper/AbstractModalDialog.php
index <HASH>..<HASH> 100644
--- a/Classes/Core/Acceptance/Helper/AbstractModalDialog.php
+++ b/Classes/Core/Acceptance/Helper/AbstractModalDialog.php
@@ -33,14 +33,14 @@ abstract class AbstractMo... | [BUGFIX] Use Bootstrap 5 modal class (#<I>)
Since Bootstrap 4 active modals have the "show" class,
instead of the "in" class. This fix restores compatibility
with Bootstrap 5 which is used since TYPO3 CMS <I>.
Releases: main, 7 | TYPO3_testing-framework | train |
d10d02b7b7f737d2843b1921e724b05cc8cf94d7 | diff --git a/ndb/noxfile.py b/ndb/noxfile.py
index <HASH>..<HASH> 100644
--- a/ndb/noxfile.py
+++ b/ndb/noxfile.py
@@ -68,19 +68,41 @@ def cover(session):
session.run("coverage", "erase")
+def run_black(session, use_check=False):
+ args = ["black"]
+ if use_check:
+ args.append("--check")
+
+ a... | Lint NDB on CI (#<I>) | googleapis_google-cloud-python | train |
e328cd2ae91f24019b9d3d4daaf5211574d06586 | diff --git a/cloudant-client/src/test/java/com/cloudant/tests/ResponseTest.java b/cloudant-client/src/test/java/com/cloudant/tests/ResponseTest.java
index <HASH>..<HASH> 100644
--- a/cloudant-client/src/test/java/com/cloudant/tests/ResponseTest.java
+++ b/cloudant-client/src/test/java/com/cloudant/tests/ResponseTest.ja... | Refactored HTML error response test
New versions of Cloudant no longer send html error responses for some
error cases, all the responses should be JSON. Refactored the HTML
error test case to match. | cloudant_java-cloudant | train |
cfa2d6fbbcb103329b980974607fa9cde0d2dde4 | diff --git a/tests/events-once.js b/tests/events-once.js
index <HASH>..<HASH> 100644
--- a/tests/events-once.js
+++ b/tests/events-once.js
@@ -158,7 +158,8 @@ function onceWithEventTargetTwoArgs() {
et.dispatchEvent('myevent', 42, 24);
});
return once(et, 'myevent').then(function (value) {
- assert.deepSt... | node <I> has no deepStrictEqual | Gozala_events | train |
9da5128cd6626e5128a53a38e90120aab8ac641c | diff --git a/lib/taps/data_stream.rb b/lib/taps/data_stream.rb
index <HASH>..<HASH> 100644
--- a/lib/taps/data_stream.rb
+++ b/lib/taps/data_stream.rb
@@ -246,6 +246,9 @@ class DataStreamKeyed < DataStream
end
def load_buffer(chunksize)
+ # make sure BasicObject is not polluted by subsequent requires
+ Sequel::... | clean BasicObject in DataStreamKeyed to prevent problems.
<URL> | ricardochimal_taps | train |
d7b20ac47536a9cfa69c62f9e5b594a3d902c673 | diff --git a/src/PlayerDataConverter.php b/src/PlayerDataConverter.php
index <HASH>..<HASH> 100644
--- a/src/PlayerDataConverter.php
+++ b/src/PlayerDataConverter.php
@@ -139,7 +139,7 @@ class PlayerDataConverter
$skill = Skill::getSkill($skillId);
$xp = (int)($skillvalue->xp / 10);
... | RuneMetrics might not contain ranks for skills | villermen_runescape-lookup-commons | train |
0ae3ef81809ce0bb65d1a9d702ec877357df6ab5 | diff --git a/src/utils/__tests__/index.spec.js b/src/utils/__tests__/index.spec.js
index <HASH>..<HASH> 100644
--- a/src/utils/__tests__/index.spec.js
+++ b/src/utils/__tests__/index.spec.js
@@ -1,4 +1,4 @@
-import { isFunction, isSocketIo, unwrapIfSingle } from '../';
+import { isFunction, isSocketIo, unwrapIfSingle }... | style: make codabase compatible with `eslint@5` and `airbnb-base@<I>` | probil_vue-socket.io-extended | train |
bdb7d51a58e039cda0b7464b3424f289b00ae4b6 | diff --git a/src/common/dom_util.js b/src/common/dom_util.js
index <HASH>..<HASH> 100644
--- a/src/common/dom_util.js
+++ b/src/common/dom_util.js
@@ -56,6 +56,14 @@ sre.DomUtil.trimInput_ = function(input) {
/**
+ * Set of XML entities.
+ * @type {Object.<boolean>}
+ */
+sre.DomUtil.XML_ENTITIES =
+ {'<': tru... | Allows for parsing expressions with HTML entities. | zorkow_speech-rule-engine | train |
893c8e4043d8b5dbc95a433370cd2a760dadb14b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -255,7 +255,7 @@ function walk(root, visit, transform, visited) {
for(k in root) {
v = root[k];
props = {parent: root, name: k, value: v};
- if(v.__visited) {
+ if(complex(v) && v.__visited) {
throw n... | Update untaint call in walk(). | cli-kit_cli-util | train |
1f57876e48813fadb097a640857221a78d68fd82 | diff --git a/src/Psalm/Checker/Statements/Expression/CallChecker.php b/src/Psalm/Checker/Statements/Expression/CallChecker.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Checker/Statements/Expression/CallChecker.php
+++ b/src/Psalm/Checker/Statements/Expression/CallChecker.php
@@ -579,6 +579,7 @@ class CallChecker
... | Allow extract array to be passed by ref | vimeo_psalm | train |
b3633f4d826cde87f0dee234d58ad61051a09677 | diff --git a/lib/xlsxtream/worksheet.rb b/lib/xlsxtream/worksheet.rb
index <HASH>..<HASH> 100644
--- a/lib/xlsxtream/worksheet.rb
+++ b/lib/xlsxtream/worksheet.rb
@@ -4,17 +4,16 @@ require "xlsxtream/row"
module Xlsxtream
class Worksheet
- def initialize(io, options)
+ def initialize(io, options = {})
... | Avoid allocating new option has for each row
This just passes the worksheet options hash through to the row unchanged
and also makes it optional. | felixbuenemann_xlsxtream | train |
28c3bd11cf8f6a7d6103c45965351e4b9a4eff46 | diff --git a/psphere/managedobjects.py b/psphere/managedobjects.py
index <HASH>..<HASH> 100644
--- a/psphere/managedobjects.py
+++ b/psphere/managedobjects.py
@@ -509,6 +509,11 @@ class Folder(ManagedEntity):
def childType(self):
return self._get_dataobject("childType", True)
+class GuestOperationsManage... | Fix issue with ESXi server <I>
* psphere/managedobjects.py:
(GuestOperationsManager): New managed object class. | psphere-project_psphere | train |
ea3eade25e11fdaed9f2cb281f482df42b34c8bf | diff --git a/tests/index.js b/tests/index.js
index <HASH>..<HASH> 100644
--- a/tests/index.js
+++ b/tests/index.js
@@ -165,7 +165,7 @@ describe('email sending', function () {
assert.equal(typeof template.engine, 'function');
assert.equal(typeof template.template, 'string');
});
- it('should make us a constructo... | Comment out failing test
@Noviny any idea what the issue with this test could be? Throws an error
saying "Could not find engine (txt)." | keystonejs_keystone-email | train |
c104519771293203248ddc15c04a6f2e07aeabb1 | diff --git a/aws-java-sdk-core/src/main/java/com/amazonaws/DefaultRequest.java b/aws-java-sdk-core/src/main/java/com/amazonaws/DefaultRequest.java
index <HASH>..<HASH> 100644
--- a/aws-java-sdk-core/src/main/java/com/amazonaws/DefaultRequest.java
+++ b/aws-java-sdk-core/src/main/java/com/amazonaws/DefaultRequest.java
@... | store headers case-insensitively in DefaultRequest
DefaultRequest stores headers prior case-sensitively, which
can lead to funky problems in the apache http client.
Such a scenario can exist if you try to double store Content-Length
in mixed casing -- the apache http client will throw a
ClientProtocolException.
fixe... | aws_aws-sdk-java | train |
46a524ae31c6225db7f12ccf2a975935974156e7 | diff --git a/parsl/data_provider/files.py b/parsl/data_provider/files.py
index <HASH>..<HASH> 100644
--- a/parsl/data_provider/files.py
+++ b/parsl/data_provider/files.py
@@ -48,10 +48,12 @@ class File(object):
return self.filepath
def __repr__(self):
+ content = "{0} at 0x{1:x} url={2} scheme={3... | Add a lot more debugging information to File __repr__ (#<I>)
This is hopefully useful in debugging new staging providers | Parsl_parsl | train |
267e4d9f7b9714e8e08a63b5483f0889a589e8c6 | diff --git a/piplicenses.py b/piplicenses.py
index <HASH>..<HASH> 100644
--- a/piplicenses.py
+++ b/piplicenses.py
@@ -86,6 +86,12 @@ METADATA_KEYS = (
'summary',
)
+# Mapping of FIELD_NAMES to METADATA_KEYS where they differ by more than case
+FIELDS_TO_METADATA_KEYS = {
+ 'URL': 'home-page',
+ 'Descript... | Only populate row fields for fields we output
PTable determines vertical layout based on row contents, even if
those fields won't be output. Only add fields to rows that we
intend to output.
Update tests to ensure we are exercising FIELDS_TO_METADATA_KEYS | raimon49_pip-licenses | train |
7a8c2522a5b489fa15d2e8f0040061f5e7a0bd3e | diff --git a/pelix/internals/events.py b/pelix/internals/events.py
index <HASH>..<HASH> 100644
--- a/pelix/internals/events.py
+++ b/pelix/internals/events.py
@@ -39,6 +39,8 @@ class BundleEvent(object):
"""
Represents a bundle event
"""
+ __slots__ = ("__bundle", "__kind")
+
INSTALLED = 1
"... | Added __slots__ to some classes which can have many instances | tcalmant_ipopo | train |
3b565e4b8da3450326381e9e258ccca8860ce2d7 | diff --git a/script/wee.routes.js b/script/wee.routes.js
index <HASH>..<HASH> 100644
--- a/script/wee.routes.js
+++ b/script/wee.routes.js
@@ -113,7 +113,7 @@
var routes = conf.routes || this.$get('routes');
if (conf.path) {
- this.path(conf.path);
+ this.uri(conf.path);
}
if (routes) { | Update unavailable path method call to uri | weepower_wee-core | train |
29e9ed9fee668f5694f5ff136d453460b5c33b46 | diff --git a/core/DataTable.php b/core/DataTable.php
index <HASH>..<HASH> 100644
--- a/core/DataTable.php
+++ b/core/DataTable.php
@@ -698,6 +698,7 @@ class DataTable implements DataTableInterface, \IteratorAggregate, \ArrayAccess
*/
public function rebuildIndex()
{
+ $this->rowsIndexByLabel = ar... | Fix a bug where Piwik returns wrong rows by label (#<I>)
* Fix a bug where Piwik returns wrong rows by label
* fix typo
* added test | matomo-org_matomo | train |
b27a79b0c59561bb6b6ff0e053fc233af0b4f25e | diff --git a/angularjs-portal-home/src/main/webapp/my-app/search/controllers.js b/angularjs-portal-home/src/main/webapp/my-app/search/controllers.js
index <HASH>..<HASH> 100644
--- a/angularjs-portal-home/src/main/webapp/my-app/search/controllers.js
+++ b/angularjs-portal-home/src/main/webapp/my-app/search/controllers.... | cleanup rootScope a bit | uPortal-Project_uportal-home | train |
fe7efcaeb22f9053aa1cfdec01a50dc943583a8e | diff --git a/airflow/utils/log/logging_mixin.py b/airflow/utils/log/logging_mixin.py
index <HASH>..<HASH> 100644
--- a/airflow/utils/log/logging_mixin.py
+++ b/airflow/utils/log/logging_mixin.py
@@ -16,10 +16,12 @@
# specific language governing permissions and limitations
# under the License.
import abc
-import logg... | Opmitise LoggingMixin.log (#<I>)
The log instance is now instantiated per class, instead of per instance,
saving duplicated getLogger() calls. Those getLogger() calls would
return the same logger instance anyway, so the functionality is
effectively the same; only the function call overhead os saved.
The self.log... | apache_airflow | train |
0895feb052559a3c3dabea09fed222a660c8e71a | diff --git a/src/main/java/org/mapdb/AsyncWriteEngine.java b/src/main/java/org/mapdb/AsyncWriteEngine.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mapdb/AsyncWriteEngine.java
+++ b/src/main/java/org/mapdb/AsyncWriteEngine.java
@@ -21,6 +21,7 @@ import java.util.ArrayList;
import java.util.concurrent.*;
im... | Fix locks (I think).
I was getting into a condition (Java 7 on OS X) where the writeLock vs readLock were conflicting. The holder of the writeLock was semi-busy-looping, waiting for the `writeCache` to empty, but never released the lock (or awaited a condition) before entering that loop. | jankotek_mapdb | train |
d1a957750b53caa3773cfeefbc644fae1ff304c7 | diff --git a/src/Database/Entity.php b/src/Database/Entity.php
index <HASH>..<HASH> 100644
--- a/src/Database/Entity.php
+++ b/src/Database/Entity.php
@@ -332,6 +332,8 @@ abstract class Entity extends Eloquent implements EntityContract
if($value instanceof Collection) $value = $value->all();
... | improves workflow rendering, entity relationship saving | lavender_framework | train |
1568267dba7e4b80b6135a8a3968293de3b4cbac | diff --git a/impl/src/test/java/org/jboss/arquillian/warp/impl/shared/TestingAnnotation.java b/impl/src/test/java/org/jboss/arquillian/warp/impl/shared/TestingAnnotation.java
index <HASH>..<HASH> 100644
--- a/impl/src/test/java/org/jboss/arquillian/warp/impl/shared/TestingAnnotation.java
+++ b/impl/src/test/java/org/jb... | ARQ-<I> Changed access modifier of TestingAnnotation to public | arquillian_arquillian-extension-warp | train |
97f869f3b8c84b7a211cf0e4f9b4c090d7134f8e | diff --git a/forms/textarea/textBling.js b/forms/textarea/textBling.js
index <HASH>..<HASH> 100644
--- a/forms/textarea/textBling.js
+++ b/forms/textarea/textBling.js
@@ -34,19 +34,20 @@ sb.forms.textarea.textBling = function(editBar, editBox){
};
sb.forms.textarea.textBling.save = function(){
- sb.sharedObject.rem... | Updated textBling to try and read data from flash storage 5 times on a timeout | surebert_surebert-framework | train |
20c8ba256d493f743c2cd3be18804c5c5ef6ad1f | diff --git a/lib/m2ts/caption-stream.js b/lib/m2ts/caption-stream.js
index <HASH>..<HASH> 100644
--- a/lib/m2ts/caption-stream.js
+++ b/lib/m2ts/caption-stream.js
@@ -379,6 +379,14 @@ var Cea608Stream = function() {
return;
}
+ // remove null chars
+ if (char0 === 0x00) {
+ char0 = nu... | Remove null characters from CEA-<I> caption streams (#<I>) | videojs_mux.js | train |
2fb68342b01da4cb5d79ac9e5c0f7687d74351f3 | diff --git a/airflow/providers/google/cloud/example_dags/example_tasks.py b/airflow/providers/google/cloud/example_dags/example_tasks.py
index <HASH>..<HASH> 100644
--- a/airflow/providers/google/cloud/example_dags/example_tasks.py
+++ b/airflow/providers/google/cloud/example_dags/example_tasks.py
@@ -29,6 +29,7 @@ fro... | Replace deprecated module and operator in example_tasks.py (#<I>)
- `from airflow.utils.helpers import chain` to `from airflow.models.baseoperator import chain`
This commit also adds Bowler refactor for backport packages | apache_airflow | train |
035b80c06fa832c1c56c1c8b80e4921c5b12f6c9 | diff --git a/libraries/Posts/Posts.php b/libraries/Posts/Posts.php
index <HASH>..<HASH> 100644
--- a/libraries/Posts/Posts.php
+++ b/libraries/Posts/Posts.php
@@ -402,7 +402,7 @@ final class Posts
*/
public function isContent(): bool
{
- return ((int)$this->args['excerpt']['length'] < -1);
+ ... | undo cast excerpt length to int in isContent() method | GrottoPress_wordpress-posts | train |
a01b8516ca3170a6c582deabe2722eaac9676d38 | diff --git a/lib/diff.js b/lib/diff.js
index <HASH>..<HASH> 100644
--- a/lib/diff.js
+++ b/lib/diff.js
@@ -181,9 +181,7 @@ function diffDescriptors (lhs, rhs, options) {
circular.delete(record.origin)
const formattedRecord = record.formatter.finalize()
- if (formattedRecord !== null) {
- ... | Still assume format() calls always return something
Follow-up to ef<I>c<I>a<I>bd8d<I>fed1c<I>ec<I>. | concordancejs_concordance | train |
54817ed5fbf57184515000ad6f654e7ed553d370 | diff --git a/src/Structures/Base.js b/src/Structures/Base.js
index <HASH>..<HASH> 100644
--- a/src/Structures/Base.js
+++ b/src/Structures/Base.js
@@ -488,7 +488,6 @@ class Base {
resolve(response);
})
.catch((error) => {
- consol... | Remove bad console log, increase moxios timeout | FiguredLimited_vue-mc | train |
aa458e1a000a1b3c8a11e3265487d1e9072cb923 | diff --git a/lib/rails_admin/adapters/active_record.rb b/lib/rails_admin/adapters/active_record.rb
index <HASH>..<HASH> 100644
--- a/lib/rails_admin/adapters/active_record.rb
+++ b/lib/rails_admin/adapters/active_record.rb
@@ -40,7 +40,7 @@ module RailsAdmin
end
def count(options = {}, scope = nil)
- ... | #count breaks when default-scoped with select. Closes #<I>, Fixes #<I> | sferik_rails_admin | train |
ddf42a6e9ec27f0413f794e6aa3732e8363c0909 | diff --git a/custom-event-polyfill.js b/custom-event-polyfill.js
index <HASH>..<HASH> 100644
--- a/custom-event-polyfill.js
+++ b/custom-event-polyfill.js
@@ -4,46 +4,52 @@
// https://github.com/d4tocchini/customevent-polyfill
// https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent#Polyfill
-try {
- var ce... | fix: support node and other non-browser environments | kumarharsh_custom-event-polyfill | train |
d41fe46859cc3581d1e4f09dc8eaea07a3ee8ff9 | diff --git a/worker/uniter/context.go b/worker/uniter/context.go
index <HASH>..<HASH> 100644
--- a/worker/uniter/context.go
+++ b/worker/uniter/context.go
@@ -151,17 +151,22 @@ func (ctx *HookContext) RunHook(hookName, charmDir, toolsDir, socketPath string)
ps := exec.Command(filepath.Join(charmDir, "hooks", hookName... | worker/uniter: make logger read predictably | juju_juju | train |
8421331bcc3869f1519d83a20a3da300f88aad7b | diff --git a/pyinfra_cli/util.py b/pyinfra_cli/util.py
index <HASH>..<HASH> 100644
--- a/pyinfra_cli/util.py
+++ b/pyinfra_cli/util.py
@@ -185,7 +185,7 @@ def load_deploy_file(state, filename):
exec_file(filename)
- logger.info('{0} {1} {2}'.format(
+ logger.info('{0}{1} {2}'.format(
... | Remove extra blank space in ready log line. | Fizzadar_pyinfra | train |
76f0132a3d5125ec84b3400f7cbb463a04207819 | diff --git a/tests/Dflydev/Tests/Provider/DoctrineOrm/DoctrineOrmServiceProviderTest.php b/tests/Dflydev/Tests/Provider/DoctrineOrm/DoctrineOrmServiceProviderTest.php
index <HASH>..<HASH> 100644
--- a/tests/Dflydev/Tests/Provider/DoctrineOrm/DoctrineOrmServiceProviderTest.php
+++ b/tests/Dflydev/Tests/Provider/Doctrine... | assertTrue and assertFalse replaced
with assertEquals(1.. and assertEquals(0.. | dflydev_dflydev-doctrine-orm-service-provider | train |
929f2396127b0733428b0fdfe3cb9d59f0bb9bcd | diff --git a/commands/command_fsck.go b/commands/command_fsck.go
index <HASH>..<HASH> 100644
--- a/commands/command_fsck.go
+++ b/commands/command_fsck.go
@@ -39,7 +39,7 @@ func doFsck() (bool, error) {
}
// TODO(zeroshirts): do we want to look for LFS stuff in past commits?
- p2, err := lfs.ScanIndex()
+ p2, err... | Display added files in git lfs status before initial commit | git-lfs_git-lfs | train |
477f887c5af25a03b018f1bdabd0c2967a5878c0 | diff --git a/hypervisor/libvirt/libvirt.go b/hypervisor/libvirt/libvirt.go
index <HASH>..<HASH> 100644
--- a/hypervisor/libvirt/libvirt.go
+++ b/hypervisor/libvirt/libvirt.go
@@ -562,7 +562,6 @@ type cephsecret struct {
}
type cephauth struct {
- XMLName xml.Name `xml:"auth"`
UserName string `xml:"username... | fix fail to generate diskxml
E<I> <I>:<I>:<I> <I> libvirt.go:<I>] generate attach-disk-xml failed, xml: name "name" in tag of libvirt.disk.Auth conflicts with name "auth" in *libvirt.cephauth.XMLName | hyperhq_runv | train |
a91611439e4557952402e0d7fc5a68479c17fd51 | diff --git a/src/org/opencms/file/CmsProperty.java b/src/org/opencms/file/CmsProperty.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/file/CmsProperty.java
+++ b/src/org/opencms/file/CmsProperty.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/file/CmsProperty.java,v $
- * Date... | - fixed clone method of CmsProperty | alkacon_opencms-core | train |
d78ee9042faceba76712dee8d0e94a98a6e03c7f | diff --git a/test/docstore.test.js b/test/docstore.test.js
index <HASH>..<HASH> 100644
--- a/test/docstore.test.js
+++ b/test/docstore.test.js
@@ -135,6 +135,37 @@ Object.keys(testAPIs).forEach(API => {
assert.deepEqual(value1, [doc2, doc3])
assert.deepEqual(value2, [doc2])
})
+
+ it('quer... | Test that document store can return the full op data | orbitdb_orbit-db | train |
56f1eafb2313409e3f4ccd91ac58b89b12513c2b | diff --git a/cluster/kubernetes/policies.go b/cluster/kubernetes/policies.go
index <HASH>..<HASH> 100644
--- a/cluster/kubernetes/policies.go
+++ b/cluster/kubernetes/policies.go
@@ -129,35 +129,48 @@ func (m *Manifests) ServicesWithPolicy(root string, policy policy.Policy) (flux.
return nil, err
}
result := flu... | Add ServicesMetadata method to Manifests | weaveworks_flux | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.