hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
16674daefee4f50d4b9dce01aa11eed7194a87bc | diff --git a/lib/adhearsion/generators/app/app_generator.rb b/lib/adhearsion/generators/app/app_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/adhearsion/generators/app/app_generator.rb
+++ b/lib/adhearsion/generators/app/app_generator.rb
@@ -4,11 +4,6 @@ module Adhearsion
BASEDIRS = %w( config lib script ... | [CS] Move generator source_root into base class | adhearsion_adhearsion | train |
14870fa08077149fecda8b1b3db83e2cc6b34d8f | diff --git a/org/postgresql/jdbc2/AbstractJdbc2Statement.java b/org/postgresql/jdbc2/AbstractJdbc2Statement.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/jdbc2/AbstractJdbc2Statement.java
+++ b/org/postgresql/jdbc2/AbstractJdbc2Statement.java
@@ -3,7 +3,7 @@
* Copyright (c) 2004-2008, PostgreSQL Global Develop... | Typo excecuted -> executed.
Devrim Gunduz | pgjdbc_pgjdbc | train |
e2c15919de46efd6151ec5ea4ebab9070eb78fb8 | diff --git a/lib/common.js b/lib/common.js
index <HASH>..<HASH> 100644
--- a/lib/common.js
+++ b/lib/common.js
@@ -11,6 +11,7 @@ const clone = require('reftools/lib/clone.js').clone;
const circularClone = require('reftools/lib/clone.js').circularClone;
const walkSchema = require('oas-schema-walker').walkSchema;
cons... | feat: slugify repalce chinese with pinyin (#<I>) | Mermade_widdershins | train |
7765bf89e505759239d7b67521389606c5860977 | diff --git a/test/functionals/api/v2/containers_controller_test.rb b/test/functionals/api/v2/containers_controller_test.rb
index <HASH>..<HASH> 100644
--- a/test/functionals/api/v2/containers_controller_test.rb
+++ b/test/functionals/api/v2/containers_controller_test.rb
@@ -60,51 +60,53 @@ module Api
end
... | Ensure Fog is mocked before running API/v2/create test | theforeman_foreman_docker | train |
a17f8790c9f01e12e3e810b3326bce37cf8c4daf | diff --git a/contrib/externs/jquery-1.7.js b/contrib/externs/jquery-1.7.js
index <HASH>..<HASH> 100644
--- a/contrib/externs/jquery-1.7.js
+++ b/contrib/externs/jquery-1.7.js
@@ -1581,7 +1581,7 @@ jQuery.now = function() {};
$.now = function() {};
/**
- * @param {(string|Object.<string,*>)} arg1
+ * @param {(string... | jQuery extern changes to allow jQuery.prototype.off to be called without arguments. | google_closure-compiler | train |
e5bb75c702ca0015fa35005e44a80211b2485f8a | diff --git a/c3d.py b/c3d.py
index <HASH>..<HASH> 100644
--- a/c3d.py
+++ b/c3d.py
@@ -863,8 +863,10 @@ class Reader(Manager):
self._handle.seek((self.header.data_block - 1) * 512)
for frame_no in range(self.first_frame(), self.last_frame() + 1):
- raw = np.fromfile(self._handle, dtype=po... | Use fromstring to read point data. | EmbodiedCognition_py-c3d | train |
e62ff1147bb984c3545dfbff1e0a09b60d9a359f | diff --git a/generators/navigation_config/templates/config/navigation.rb b/generators/navigation_config/templates/config/navigation.rb
index <HASH>..<HASH> 100644
--- a/generators/navigation_config/templates/config/navigation.rb
+++ b/generators/navigation_config/templates/config/navigation.rb
@@ -1,3 +1,4 @@
+# -*- co... | added active_leaf_class configuration item to generator | codeplant_simple-navigation | train |
9cf340d4a5b873894529d6b91d8ad676660664d6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,11 +1,10 @@
-const whitelist = ['concat', 'every', 'filter', 'find', 'includes', 'keys', 'map', 'reduce', 'reduceRight', 'slice', 'some']
+const whitelist = ['concat', 'every', 'filter', 'find', 'includes', 'map', 'reduce',... | Added test for reduce and reduceRight | trainyard_pico-lambda | train |
3518601daf5e50d77803440fa0aa14c32019335a | diff --git a/bundles/as3/lib/sprout/as3/version.rb b/bundles/as3/lib/sprout/as3/version.rb
index <HASH>..<HASH> 100644
--- a/bundles/as3/lib/sprout/as3/version.rb
+++ b/bundles/as3/lib/sprout/as3/version.rb
@@ -3,7 +3,7 @@ module Sprout # :nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 0
- TIN... | Fixed support for MXMLC.define attribute. Implemented as 'define_conditional' collection of strings | lukebayes_project-sprouts | train |
d02c133a2c5c794a6b14671c12b43b216e312682 | diff --git a/packages/site/src/ui/link.js b/packages/site/src/ui/link.js
index <HASH>..<HASH> 100644
--- a/packages/site/src/ui/link.js
+++ b/packages/site/src/ui/link.js
@@ -2,7 +2,23 @@ import Link from 'next/link'
import React from 'react'
// TODO: make handle activeClassName-type thing
-export default props =>
... | refactor(site): put scrolltop feature back in client links | pluralsight_design-system | train |
442be25dd63c02b7b9a6d0c9e193470382e49638 | diff --git a/stockcrawler/loaders.py b/stockcrawler/loaders.py
index <HASH>..<HASH> 100644
--- a/stockcrawler/loaders.py
+++ b/stockcrawler/loaders.py
@@ -369,11 +369,11 @@ class ReportItemLoader(XmlXPathItemLoader):
except (IndexError, ValueError):
return url_date.strftime(DATE_FORMAT)
- ... | Improve the way to find doc end date. | eliangcs_pystock-crawler | train |
ff709f473cbd49f88dbc2b0290e319908e45ba1f | diff --git a/mstranslator.py b/mstranslator.py
index <HASH>..<HASH> 100644
--- a/mstranslator.py
+++ b/mstranslator.py
@@ -104,6 +104,23 @@ class Translator(object):
params['from'] = lang_from
return self.make_request('Translate', params)
+ def translate_array(self, texts=[], lang_from=None, ... | Support TranslateArray
See issue #6. | wronglink_mstranslator | train |
9a42e092b266d9611fa3ad16327eb80c7753f1ae | diff --git a/ib_insync/wrapper.py b/ib_insync/wrapper.py
index <HASH>..<HASH> 100644
--- a/ib_insync/wrapper.py
+++ b/ib_insync/wrapper.py
@@ -770,7 +770,7 @@ class Wrapper(EWrapper):
@iswrapper
def error(self, reqId, errorCode, errorString):
# https://interactivebrokers.github.io/tws-api/message_cod... | Treat error <I> ('The order size cannot be zero') as warning | erdewit_ib_insync | train |
75c2b202b8de32810fba77e1e5a7c71d274ae5e9 | diff --git a/google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpRequest.java b/google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpRequest.java
index <HASH>..<HASH> 100644
--- a/google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpRequest.java
+++ b/g... | Swallow exception from close call when there is an underlying IOException | googleapis_google-http-java-client | train |
172d095648d26f9bdd8e846398bf01cd2d9dbb89 | diff --git a/controller.go b/controller.go
index <HASH>..<HASH> 100644
--- a/controller.go
+++ b/controller.go
@@ -507,13 +507,14 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (S
return nil, err
}
+ c.Lock()
if sb.osSbox == nil && !sb.config.useExternalKey {
if sb.osSbox, ... | Fix race in host sandbox creation
Since we share the host sandbox with many containers we
need to serialize creation of the sandbox. Otherwise
container starts may see the namespace path in inconsistent
state. | docker_libnetwork | train |
423f181500f7b25a9dfdf6bee458eadb8a6844d5 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
try: | Add shebung to setup.py | Vagrants_blackbird | train |
6c3c074151a073939db496b10ff5b66e04f419e1 | diff --git a/va/validation-authority.go b/va/validation-authority.go
index <HASH>..<HASH> 100644
--- a/va/validation-authority.go
+++ b/va/validation-authority.go
@@ -9,6 +9,7 @@ import (
"crypto/sha256"
"crypto/subtle"
"crypto/tls"
+ "encoding/base64"
"encoding/hex"
"fmt"
"io/ioutil"
@@ -425,7 +426,7 @@ fu... | Fix dns value encoding according to acme <I> spec
"The record provisioned to the DNS is the base<I>url encoding of this digest" | letsencrypt_boulder | train |
7e146192786ed1673f970f1c3c92ddd3ffcdbc1e | diff --git a/lib/smoke.rb b/lib/smoke.rb
index <HASH>..<HASH> 100644
--- a/lib/smoke.rb
+++ b/lib/smoke.rb
@@ -65,7 +65,7 @@ module Smoke
# Rename a source
def rename(candidates)
candidates.each do |o, n|
- active_sources[o].rename(o => n)
+ active_sources.rename(o => n)
return... | Added support for x-javascript headers. Corrected renaming implementation | benschwarz_smoke | train |
dd5349316dcc39305201d9dbbb4e5489ae6a1773 | diff --git a/scss.inc.php b/scss.inc.php
index <HASH>..<HASH> 100644
--- a/scss.inc.php
+++ b/scss.inc.php
@@ -687,13 +687,20 @@ class scssc {
$this->throwError("Unexpected @content inside of mixin");
}
- $this->storeEnv = $content->scope;
+ if(is_object($content)) {
+ $this->storeEnv = $content->scop... | fixes issue #<I> at leafo/scssphp | leafo_scssphp | train |
464d31165bdd1963993f05e5c30bea10d8d2cfc3 | diff --git a/src/Knp/JsonSchemaBundle/Schema/SchemaGenerator.php b/src/Knp/JsonSchemaBundle/Schema/SchemaGenerator.php
index <HASH>..<HASH> 100644
--- a/src/Knp/JsonSchemaBundle/Schema/SchemaGenerator.php
+++ b/src/Knp/JsonSchemaBundle/Schema/SchemaGenerator.php
@@ -36,10 +36,13 @@ class SchemaGenerator
$this-... | Prevent recursive schema objects (common in to many doctrine entities) | KnpLabs_KnpJsonSchemaBundle | train |
1e949ff914a08151f99b82351e59823bf8cb1df0 | diff --git a/Doctrine/ORM/EncryptionEntityRepositoryDecorator.php b/Doctrine/ORM/EncryptionEntityRepositoryDecorator.php
index <HASH>..<HASH> 100644
--- a/Doctrine/ORM/EncryptionEntityRepositoryDecorator.php
+++ b/Doctrine/ORM/EncryptionEntityRepositoryDecorator.php
@@ -91,7 +91,8 @@ class EncryptionEntityRepositoryDec... | Fixed a problem when searching for an encrypted entity using findOneBy | jagilpe_encryption-bundle | train |
fdcfd969be69665652006dd319e68011516432ac | diff --git a/src/photini/__init__.py b/src/photini/__init__.py
index <HASH>..<HASH> 100644
--- a/src/photini/__init__.py
+++ b/src/photini/__init__.py
@@ -1,4 +1,4 @@
"""Full documentation is at https://photini.readthedocs.io/"""
__version__ = '2022.5.1'
-build = '2163 (b87d986)'
+build = '2164 (fd79389)'
diff --gi... | Reduce messages from camera timezone merging | jim-easterbrook_Photini | train |
6b2167ca245558317be1f8881f162f4d5312eb95 | diff --git a/allauth/account/views.py b/allauth/account/views.py
index <HASH>..<HASH> 100644
--- a/allauth/account/views.py
+++ b/allauth/account/views.py
@@ -765,15 +765,18 @@ class LogoutView(TemplateResponseMixin, View):
if app_settings.LOGOUT_ON_GET:
return self.post(*args, **kwargs)
... | feat: add ajax functionality to logout (#<I>)
This PR is necessary for single page applications to handle redirects on logout. | pennersr_django-allauth | train |
34ffdcd468f7eeb7f697e9204aee96719bce4d6a | diff --git a/src/edit/selection.js b/src/edit/selection.js
index <HASH>..<HASH> 100644
--- a/src/edit/selection.js
+++ b/src/edit/selection.js
@@ -479,14 +479,21 @@ export function scrollIntoView(pm, pos) {
for (let parent = pm.content;; parent = parent.parentNode) {
let atBody = parent == document.body
le... | Fix scrolling cursor into view on non-Chrome platforms
You can't manipulate the body's scrollTop/scrollLeft there,
have to use window.scrollBy
Closes #<I> | ProseMirror_prosemirror-markdown | train |
853190748a3250bdfaf6fb09846b0d8a3682087e | diff --git a/src/main/java/org/web3j/abi/FunctionReturnDecoder.java b/src/main/java/org/web3j/abi/FunctionReturnDecoder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/web3j/abi/FunctionReturnDecoder.java
+++ b/src/main/java/org/web3j/abi/FunctionReturnDecoder.java
@@ -5,6 +5,7 @@ import java.util.Collections;... | Added a new condition when decoding indexed values to check for static sized Bytes types. The specific types are required to prevent cast errors when used in events (in my case Bytes<I> was trying to be cast to Bytes<I>). I'm not convinced by the branch for Utf8String and Array types - these take a String and array of ... | web3j_web3j | train |
3e3bfc47a9cb3bf13e3f3f13124761f203f819ad | diff --git a/slither/printers/summary/slithir.py b/slither/printers/summary/slithir.py
index <HASH>..<HASH> 100644
--- a/slither/printers/summary/slithir.py
+++ b/slither/printers/summary/slithir.py
@@ -39,7 +39,7 @@ class PrinterSlithIR(AbstractPrinter):
continue
txt += "Contract {}\n".fo... | Fix signed integer type propagation (fix #<I>) | crytic_slither | train |
13d489e088e7c6237824f9d4a6854a500f16d791 | diff --git a/lang/en/hub.php b/lang/en/hub.php
index <HASH>..<HASH> 100644
--- a/lang/en/hub.php
+++ b/lang/en/hub.php
@@ -103,8 +103,8 @@ $string['licence_help'] = 'Select the licence you want to distribute your course
$string['logourl'] = 'Logo URL';
$string['modulenumberaverage'] = 'Average number of course module... | Updated some strings to mention MOOCH | moodle_moodle | train |
4ef74536940ea4c8c7f8c2cb0252bfe5f0db6fdf | diff --git a/actionpack/lib/action_dispatch/middleware/request_id.rb b/actionpack/lib/action_dispatch/middleware/request_id.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/middleware/request_id.rb
+++ b/actionpack/lib/action_dispatch/middleware/request_id.rb
@@ -1,5 +1,6 @@
require 'securerandom'
... | Load object/blank and make use of presence. | rails_rails | train |
2ee7720b9e854d220d88cb2e292fd6df4a4d9971 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -251,7 +251,9 @@ def acquire_setuptools_setup():
# displaying its help information or running a non-install related
# setup command)
ez_setup.use_setuptools()
- except (Exception, SystemExit... | fix KeyboardInterrupt & SetupExit handling in setup.py
There were several occurrences in code where such exceptions could have been
gobbled up when running under Python <I>.x. | suds-community_suds | train |
3b1dcac8b66e51091ec588089dabbe3724434131 | diff --git a/driver/src/main/java/org/kaazing/k3po/driver/internal/Robot.java b/driver/src/main/java/org/kaazing/k3po/driver/internal/Robot.java
index <HASH>..<HASH> 100644
--- a/driver/src/main/java/org/kaazing/k3po/driver/internal/Robot.java
+++ b/driver/src/main/java/org/kaazing/k3po/driver/internal/Robot.java
@@ -3... | Caught exceptions that cause catostrophic failures in K3po and thus cause junit to error out. When in fact the Junit Assume or ignore can cause these in the first place. It would be better to revisit all these places and ensure they can always clean up properly | k3po_k3po | train |
68c7378b2df5d23d30e81e25d2c478ceea640fba | diff --git a/lib/model/active_record/database/index.rb b/lib/model/active_record/database/index.rb
index <HASH>..<HASH> 100644
--- a/lib/model/active_record/database/index.rb
+++ b/lib/model/active_record/database/index.rb
@@ -3,7 +3,7 @@ module Regressor
module Database
module Index
def indices
- ... | Use Model.table_name to take into account the table_name_prefix | ndea_regressor | train |
6e3c7aaae627eef81c6771c874df74c7b025520d | diff --git a/test/e2e/container_probe.go b/test/e2e/container_probe.go
index <HASH>..<HASH> 100644
--- a/test/e2e/container_probe.go
+++ b/test/e2e/container_probe.go
@@ -48,7 +48,7 @@ var _ = Describe("Probing container", func() {
p, err := podClient.Create(makePodSpec(probe.withInitialDelay().build(), nil))
exp... | Bump the timeout for container readiness probe e2e tests
To reduce the flakiness. | kubernetes_kubernetes | train |
d81ee5120d245ef6ca0f92eb5a6f0a1033cd0bc9 | diff --git a/Lib/fontbakery/specifications/general.py b/Lib/fontbakery/specifications/general.py
index <HASH>..<HASH> 100644
--- a/Lib/fontbakery/specifications/general.py
+++ b/Lib/fontbakery/specifications/general.py
@@ -155,8 +155,12 @@ def com_google_fonts_check_037(font):
try:
import subprocess
+ if o... | Run FontValidator.exe if user's OS is Win | googlefonts_fontbakery | train |
f004a84e7cfcb23fa267f406c482602c891d3fda | diff --git a/tests/func/test_add.py b/tests/func/test_add.py
index <HASH>..<HASH> 100644
--- a/tests/func/test_add.py
+++ b/tests/func/test_add.py
@@ -96,7 +96,7 @@ class TestAddCmdDirectoryRecursive(TestDvc):
warning = (
"You are adding a large directory 'large-dir' recursively,"
" c... | tests: fix failing test_add (due to extra 's' in word)
To close #<I> | iterative_dvc | train |
4fb6269ccd2d9e0d3b59322396e9b91d40174988 | diff --git a/instrument/extended.go b/instrument/extended.go
index <HASH>..<HASH> 100644
--- a/instrument/extended.go
+++ b/instrument/extended.go
@@ -133,6 +133,7 @@ type runtimeMetrics struct {
MemoryHeapIdle tally.Gauge
MemoryHeapInuse tally.Gauge
MemoryStack tally.Gauge
+ GCCPUFraction tally.Gauge
Nu... | [instrument] Add metric for GC CPU Fraction (#<I>) | m3db_m3x | train |
721bcd5318daef941ec08ed8021642d3ff5d2db7 | diff --git a/rootpy/logger/magic.py b/rootpy/logger/magic.py
index <HASH>..<HASH> 100644
--- a/rootpy/logger/magic.py
+++ b/rootpy/logger/magic.py
@@ -61,12 +61,23 @@ def get_seh():
ErrorHandlerFunc_t = ctypes.CFUNCTYPE(None, ctypes.c_int, ctypes.c_bool,
ctypes.c_char_p, ctypes.c_char_p)
- dll = ctyp... | Don't use a log handler if we can't obtain SetErrorHandler | rootpy_rootpy | train |
f6e92c3c142c11c4005629053127a9f2f8a8d51a | diff --git a/bitex/utils.py b/bitex/utils.py
index <HASH>..<HASH> 100644
--- a/bitex/utils.py
+++ b/bitex/utils.py
@@ -30,7 +30,7 @@ def return_api_response(formatter=None):
@wraps(func)
def wrapper(*args, **kwargs):
try:
- r = func(*args, **kwargs)
+ r = API... | APIResponse is now correctly Applied and returned - Hotfix | Crypto-toolbox_bitex | train |
2139f350c3bce594332bc1785fb9f35e66cf045b | diff --git a/src/FilterSetting/RangeDateFilterSettingTypeFactory.php b/src/FilterSetting/RangeDateFilterSettingTypeFactory.php
index <HASH>..<HASH> 100644
--- a/src/FilterSetting/RangeDateFilterSettingTypeFactory.php
+++ b/src/FilterSetting/RangeDateFilterSettingTypeFactory.php
@@ -58,7 +58,7 @@ class RangeDateFilterSe... | Allow only timestamp in date filter | MetaModels_filter_range | train |
ecd96587d70e1c4d6a27599de44028dbb4248bd3 | diff --git a/lib/Service/DoozR/I18n/Service/Interface/Gettext.php b/lib/Service/DoozR/I18n/Service/Interface/Gettext.php
index <HASH>..<HASH> 100644
--- a/lib/Service/DoozR/I18n/Service/Interface/Gettext.php
+++ b/lib/Service/DoozR/I18n/Service/Interface/Gettext.php
@@ -207,8 +207,8 @@ class DoozR_I18n_Service_Interfac... | Fix for travis cmd failed | Doozer-Framework_Doozr | train |
defe505ec831b009b55d81e379164912eb2698d8 | diff --git a/taxtastic/subcommands/taxtable.py b/taxtastic/subcommands/taxtable.py
index <HASH>..<HASH> 100644
--- a/taxtastic/subcommands/taxtable.py
+++ b/taxtastic/subcommands/taxtable.py
@@ -176,8 +176,9 @@ def action(args):
schema=args.schema,
columns=['tax_id', 'tax_name', 'is_primary'])... | added one primary name per node assertion | fhcrc_taxtastic | train |
453d04e4ba05bec467a2dcea139e75edb1abcab5 | diff --git a/dev/SapphireTest.php b/dev/SapphireTest.php
index <HASH>..<HASH> 100644
--- a/dev/SapphireTest.php
+++ b/dev/SapphireTest.php
@@ -801,6 +801,8 @@ class SapphireTest extends PHPUnit_Framework_TestCase {
*/
public function resetDBSchema($includeExtraDataObjects = false) {
if(self::using_temp_db()) {
... | BUG Reset DataObject caches in SapphireTest->resetDBSchema()
This became a problem with fdcd7a2e where $custom_database_fields
were cached, but never reset. It lead to extensions not applying
correctly in SapphireTest->setUpOnce(). | silverstripe_silverstripe-framework | train |
2b91662fb9c07010b973e06beed05f3041b0608e | diff --git a/src/config/cloudinit.go b/src/config/cloudinit.go
index <HASH>..<HASH> 100644
--- a/src/config/cloudinit.go
+++ b/src/config/cloudinit.go
@@ -18,15 +18,14 @@ package config
import (
"strings"
+ "unicode"
)
func isCloudConfig(userdata []byte) bool {
header := strings.SplitN(string(userdata), "\n"... | config: update check for cloud-config
coreos-cloudinit became more permissive when checking for a valid
header. | coreos_ignition | train |
689ca79e8a20b6d1267ad643fc4cf742c7a3b5da | diff --git a/lib/screwcap/runner.rb b/lib/screwcap/runner.rb
index <HASH>..<HASH> 100644
--- a/lib/screwcap/runner.rb
+++ b/lib/screwcap/runner.rb
@@ -80,8 +80,8 @@ class Runner
if command[:type] == :remote
log " I: (#{address}): #{command[:command]}\n", :color => :green
stdout, stderr, exit_code... | fix bug, outputting blank string to stdout for every task | gammons_screwcap | train |
5fbfb440a957e188bb0b57512a272fad9ef368f8 | diff --git a/spec/support/rails_template_with_data.rb b/spec/support/rails_template_with_data.rb
index <HASH>..<HASH> 100644
--- a/spec/support/rails_template_with_data.rb
+++ b/spec/support/rails_template_with_data.rb
@@ -318,7 +318,7 @@ append_file "db/seeds.rb", "\n\n" + <<-RUBY.strip_heredoc
ActiveAdmin::Comme... | Fix undefined variable error in app generation | activeadmin_activeadmin | train |
633a51a2caef35ad7c5bac7f7363d12f31624038 | diff --git a/spec/public/shared/collection_shared_spec.rb b/spec/public/shared/collection_shared_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/public/shared/collection_shared_spec.rb
+++ b/spec/public/shared/collection_shared_spec.rb
@@ -50,7 +50,7 @@ share_examples_for 'A public Collection' do
it { @articles.sho... | use hash conditions on Text properties so that correct WHERE conditions are generated by adapter
(necessary for Oracle Text/CLOB properties comparison) | datamapper_dm-core | train |
ec7d3d7659bfb02e23aa3e0adf638690c37f0324 | diff --git a/src/Composer/Satis/Command/BuildCommand.php b/src/Composer/Satis/Command/BuildCommand.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Satis/Command/BuildCommand.php
+++ b/src/Composer/Satis/Command/BuildCommand.php
@@ -99,6 +99,7 @@ EOT
// fetch options
$requireAll = isset($config['r... | adding ability to dump dependencies
Change-Id: I6cc<I>d0b<I>c<I>fbbb<I>ad<I>ed0d2c<I> | composer_satis | train |
7d3b7fa58c00a6e4fba63a7a18ebd6c5915893d7 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -22,4 +22,9 @@ module.exports = {
},
],
},
+
+ externals: {
+ react: "React",
+ "react-dom": "reactDOM",
+ },
}; | FIX: UMD package without React (#<I>) | kiwicom_orbit-components | train |
3063fb45dd2c3bb4f97a28fb43d6345bbe6fca25 | diff --git a/pkg/minikube/cluster/mount.go b/pkg/minikube/cluster/mount.go
index <HASH>..<HASH> 100644
--- a/pkg/minikube/cluster/mount.go
+++ b/pkg/minikube/cluster/mount.go
@@ -20,6 +20,7 @@ import (
"fmt"
"os"
"os/exec"
+ "runtime"
"sort"
"strconv"
"strings"
@@ -92,8 +93,12 @@ func Mount(r mountRunner, s... | skip chmod-ing mounted folder on macOS | kubernetes_minikube | train |
b9c6e5a91b6f05a5da4546383abea92a004a22e0 | diff --git a/kernel/classes/ezcontentobject.php b/kernel/classes/ezcontentobject.php
index <HASH>..<HASH> 100644
--- a/kernel/classes/ezcontentobject.php
+++ b/kernel/classes/ezcontentobject.php
@@ -2901,10 +2901,18 @@ class eZContentObject extends eZPersistentObject
{
$showInvisibleNodesC... | Improved related class filtering pull request code | ezsystems_ezpublish-legacy | train |
f2c82fa21216d660ebfa2542ddf3e2f4efa86867 | diff --git a/docs/running_psalm/issues.md b/docs/running_psalm/issues.md
index <HASH>..<HASH> 100644
--- a/docs/running_psalm/issues.md
+++ b/docs/running_psalm/issues.md
@@ -1106,12 +1106,22 @@ extending all its template params.
```php
/**
- * @template-implements IteratorAggregate<int>
+ * @template-implements Ar... | Add support for Iterator<X> type (#<I>)
* Add support for Iterator<X> type
* Fix tests | vimeo_psalm | train |
17fa800636fa448f302a2feba1487bdb9baaae5d | diff --git a/lib/public_activity/version.rb b/lib/public_activity/version.rb
index <HASH>..<HASH> 100644
--- a/lib/public_activity/version.rb
+++ b/lib/public_activity/version.rb
@@ -1,4 +1,4 @@
module PublicActivity
# A constant with gem's version
- VERSION = '0.4.0'
+ VERSION = '0.4.0.rc1'
end | <I>.rc1 release | chaps-io_public_activity | train |
cb8c1b71d55117c8c8ef6b4361677d207bf1cd2c | diff --git a/tests/common/test_runtime_value.py b/tests/common/test_runtime_value.py
index <HASH>..<HASH> 100644
--- a/tests/common/test_runtime_value.py
+++ b/tests/common/test_runtime_value.py
@@ -18,6 +18,7 @@ logger = log.get_logger(__name__)
def setup_module(module=None):
# set the test_libraries path temp... | tests: example of acquire and release thread lock for hole module | DLR-RM_RAFCON | train |
ee7dd7c91121970559874ada8296827bf93f2875 | diff --git a/drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieContainerImpl.java b/drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieContainerImpl.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieContainerImpl.java
+++ ... | [BZ-<I>] during an incremental compilation take the kmodule to be updated directly from the kproject stored inside the kcontainer | kiegroup_drools | train |
85ca32c566e2a676249a8145bbffb64a8adcbe11 | diff --git a/config.js b/config.js
index <HASH>..<HASH> 100644
--- a/config.js
+++ b/config.js
@@ -45,7 +45,7 @@ export default {
*/
aws: {
batch: {
- vcpusMax: 4,
+ vcpusMax: 12,
memoryMax: 15360
}
}, | Raise vCPUs limit on app definitions to <I>. | OpenNeuroOrg_openneuro | train |
5149c9be86838bf25c5b9bc23cbf8ed0a91434dd | diff --git a/tests/app/models.py b/tests/app/models.py
index <HASH>..<HASH> 100644
--- a/tests/app/models.py
+++ b/tests/app/models.py
@@ -5,6 +5,7 @@ from modelcluster.fields import ParentalKey
from taggit.models import TaggedItemBase
from wagtail.wagtailadmin.edit_handlers import FieldPanel, PageChooserPanel
from ... | Change AbstractNewsitem.search_fields to a list
Wagtail made this change in <I>, so we should probably do the same
thing. | neon-jungle_wagtailnews | train |
5a5b7e30669699195653823c557a4a3fea3bc599 | diff --git a/aioxmpp/disco/service.py b/aioxmpp/disco/service.py
index <HASH>..<HASH> 100644
--- a/aioxmpp/disco/service.py
+++ b/aioxmpp/disco/service.py
@@ -61,6 +61,8 @@ class Node(object):
.. automethod:: iter_identities
+ .. automethod:: as_info_xso
+
To access items, use:
.. automethod:: i... | disco: add method to generate InfoQuery from Node | horazont_aioxmpp | train |
4d335b418ad9052c707531b36b91482a73f6b655 | diff --git a/tests/test_code_quality.py b/tests/test_code_quality.py
index <HASH>..<HASH> 100644
--- a/tests/test_code_quality.py
+++ b/tests/test_code_quality.py
@@ -35,6 +35,7 @@ def collect_errors():
line = None
for idx, line in enumerate(test_file):
+ line = line.decode('utf-8')
... | test_code_quality.py use explicit utf-8 encoding to read source files (#<I>)
* test_code_quality.py use explicit utf-8 encoding to read source files
* fix decoding in test_code_quality | bokeh_bokeh | train |
a82f4f29113420cd69fa73ab32149e167280ad8c | diff --git a/OpenPNM/Physics/models/multiphase.py b/OpenPNM/Physics/models/multiphase.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Physics/models/multiphase.py
+++ b/OpenPNM/Physics/models/multiphase.py
@@ -66,6 +66,7 @@ def conduit_conductance(physics, phase, network, throat_conductance,
open_conduits = -closed_c... | Fixed bug in multiphase
It was returning the values based on old fashioned OpenPNM style. Now,
it can work with the cloned physics. | PMEAL_OpenPNM | train |
c349b093625879551a022feb029325651bca2597 | diff --git a/api/python/setup.py b/api/python/setup.py
index <HASH>..<HASH> 100644
--- a/api/python/setup.py
+++ b/api/python/setup.py
@@ -52,7 +52,7 @@ setup(
],
author='quiltdata',
author_email='[email protected]',
- license='LICENSE',
+ license='Apache-2.0',
url='https://github.com/quilt... | Fix license on PyPI (#<I>) | quiltdata_quilt | train |
a18f305de1bdc579a137cce158722731cc7d8b51 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -295,55 +295,59 @@ function Client(cfg, stream, socket) {
switch (info.type) {
case 'session':
- accept = function() {
- if (replied)
- return;
+ if (listener... | Server: don't bother creating accept on auto-reject | mscdex_ssh2 | train |
0e6a82c78e86bd311fb346c55788a3ff0d53b1ff | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,9 @@ with colorful.with_palette(my_company_palette) as c:
# use f-string (only Python >= 3.6)
print(f'{colorful.bold}Hello World')
+
+# support for chinese
+print(colorful.red('你好'))
```
## Key Features
d... | support for chinese in py2 (#9)
* support for chinese in py2 and py3
* modify style_string return value
* judgment python2 version
* move some var to utils module
* modify test_core
* fix bug
* imporve chinese | timofurrer_colorful | train |
1b699dc7666d14f12a1bb8f3021b02d90121219f | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/SerializableIdiom.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/SerializableIdiom.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/detect/SerializableIdiom.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/SerializableIdio... | Only report a bad_se_field_store if the type of the value stored is different than the type of the field
git-svn-id: <URL> | spotbugs_spotbugs | train |
825710a1e8cfbf7d501f2825fda1c73fcb8b7073 | diff --git a/pydle/client.py b/pydle/client.py
index <HASH>..<HASH> 100644
--- a/pydle/client.py
+++ b/pydle/client.py
@@ -415,7 +415,7 @@ class BasicClient:
self._handler_top_level = False
await handler(message)
- except:
+ except Exception: # fixme: This should be a more spe... | Additional Fixes
Remove args from super(), extra whitespace, raise-else, assertation on Trues
Will need to look at that broad except, but it's not bare anymore... | Shizmob_pydle | train |
413f83e1460abaae7031d250184496a73feb20b1 | diff --git a/vstutils/static/js/guiElements.js b/vstutils/static/js/guiElements.js
index <HASH>..<HASH> 100644
--- a/vstutils/static/js/guiElements.js
+++ b/vstutils/static/js/guiElements.js
@@ -331,7 +331,18 @@ guiElements.autocomplete = function()
this._onRender = function(options)
{
this._onBaseRe... | Commented hardcode for autocomplete and select2 was removed.
polemarch/ce#<I>
polemarch/ce#<I>
[ci skip] | vstconsulting_vstutils | train |
c5de8301981532b978af6b1ee160057337a91101 | diff --git a/Cache/FileSystem.php b/Cache/FileSystem.php
index <HASH>..<HASH> 100644
--- a/Cache/FileSystem.php
+++ b/Cache/FileSystem.php
@@ -70,14 +70,14 @@ class sb_Cache_FileSystem implements sb_Cache_Base{
try{
mkdir($dir, 0777, true);
} catch (Exception $e){
- ... | added full file path to errors when permission denied writing to cache | surebert_surebert-framework | train |
570f3984c6273e53837fe1fbbb245b703fcf52ae | diff --git a/plugins/metadata_extractor/server/metadata_extractor.py b/plugins/metadata_extractor/server/metadata_extractor.py
index <HASH>..<HASH> 100644
--- a/plugins/metadata_extractor/server/metadata_extractor.py
+++ b/plugins/metadata_extractor/server/metadata_extractor.py
@@ -17,7 +17,8 @@
# limitations under t... | Failing style test for metadata extractor in py3 | girder_girder | train |
0cda98ec780474c1eda2ac653b19122f6ecfc0a9 | diff --git a/src/article/settings/DefaultSettings.js b/src/article/settings/DefaultSettings.js
index <HASH>..<HASH> 100644
--- a/src/article/settings/DefaultSettings.js
+++ b/src/article/settings/DefaultSettings.js
@@ -27,6 +27,7 @@ export default {
'newspaper-article-ref.authors': { required: true },
'newspaper-... | Let institution be mandatory for Organisations. | substance_texture | train |
8f7a071e6438b0817720cfb20f1e9bf5653efe16 | diff --git a/wandb/integration/keras/keras.py b/wandb/integration/keras/keras.py
index <HASH>..<HASH> 100644
--- a/wandb/integration/keras/keras.py
+++ b/wandb/integration/keras/keras.py
@@ -174,8 +174,8 @@ patch_tf_keras()
class _CustomOptimizer(tf.keras.optimizers.Optimizer):
def __init__(self):
super(... | lazy tf.function (#<I>) | wandb_client | train |
b0dc4ebc4d0abcc4f9462b40067035eef61411d7 | diff --git a/src/jquery.contextMenu.js b/src/jquery.contextMenu.js
index <HASH>..<HASH> 100755
--- a/src/jquery.contextMenu.js
+++ b/src/jquery.contextMenu.js
@@ -156,7 +156,7 @@ var // currently active contextMenu trigger
my: "left top",
at: "right top",
... | Issue #<I> - properly position submenu when there's not enough space | swisnl_jQuery-contextMenu | train |
452bcb30009ca6d01bdb88951d3fa57176a80f0d | diff --git a/bin/codemods/src/single-tree-rendering.js b/bin/codemods/src/single-tree-rendering.js
index <HASH>..<HASH> 100644
--- a/bin/codemods/src/single-tree-rendering.js
+++ b/bin/codemods/src/single-tree-rendering.js
@@ -7,13 +7,19 @@
*
* Transforms `renderWithReduxStore()` to `context.primary/secondary`.
*... | Single tree rendering codemod: transform unmountComponentAtNode (#<I>)
Update single tree rendering codemod to remove instances of:
```
ReactDom.unmountComponentAtNode( document.getElementById( 'secondary' ) );
```
As well to clean out stranded `react-dom` imports when not used anymore in files modified by the... | Automattic_wp-calypso | train |
566e6e24de8579408debc9ffc1886b99f1b0257d | diff --git a/docs/api/Props.md b/docs/api/Props.md
index <HASH>..<HASH> 100644
--- a/docs/api/Props.md
+++ b/docs/api/Props.md
@@ -92,6 +92,16 @@ This is a bound action creator, so it returns nothing.
> * `true` - Asynchronous validation is currently running in preparation to submit a form
> * a `string` - The name o... | Replaced blur and change bound actions as form props (#<I>) | erikras_redux-form | train |
18a300aa3ef2b717441ad9381d0ce4da8a1f089a | diff --git a/python-package/lightgbm/engine.py b/python-package/lightgbm/engine.py
index <HASH>..<HASH> 100644
--- a/python-package/lightgbm/engine.py
+++ b/python-package/lightgbm/engine.py
@@ -188,12 +188,11 @@ def train(
if num_boost_round <= 0:
raise ValueError("num_boost_round should be greater tha... | fix mypy error in engine.py (#<I>) | Microsoft_LightGBM | train |
8eba891cce8726ea8227d3d2b631e68835cdd83f | diff --git a/intercept.go b/intercept.go
index <HASH>..<HASH> 100644
--- a/intercept.go
+++ b/intercept.go
@@ -5,19 +5,16 @@ import (
"reflect"
)
-// An "interceptor" is a function that is invoked by the framework at a
-// designated time (BEFORE or AFTER) an action invcation.
-//
-// Since an interceptor may be u... | Small update to interceptor docs. | revel_revel | train |
ab7f49c89189d7213cab670cc649d8a334b46461 | diff --git a/uw_trumba/models.py b/uw_trumba/models.py
index <HASH>..<HASH> 100644
--- a/uw_trumba/models.py
+++ b/uw_trumba/models.py
@@ -157,6 +157,16 @@ class Permission(models.Model):
# Return True if self.level is edit or a higher permission
return self.in_editor_group() or self.in_showon_group()... | Roll back the last change (c<I>) to permission sort | uw-it-aca_uw-restclients-trumba | train |
3d46080efad74dd0fb3edabe8ebab0f01e5570dd | diff --git a/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java b/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java
+++ b/src/main/java/io/openliberty/tools/common/plugins/util/DevUti... | When startContainer() fails check for and remove the container left over. | WASdev_ci.common | train |
70cbbd3f288e87914c93ab21259139a0375e2655 | diff --git a/pyqg/tests/test_fftw.py b/pyqg/tests/test_fftw.py
index <HASH>..<HASH> 100644
--- a/pyqg/tests/test_fftw.py
+++ b/pyqg/tests/test_fftw.py
@@ -22,11 +22,11 @@ def test_fftw_rfft2(Nx = 64, Ny = None, n = 7200):
A = np.random.randn(Nx,Ny)
Ai = A.copy()
- tstart = time.clock()
+ tstart = time... | change timing routine to handle python <I> deprecation | pyqg_pyqg | train |
8157ab9358905e9e855911b87b5ac87fc3ad37c8 | diff --git a/packages/bonde-admin-canary/src/scenes/Auth/scenes/ResetPassword/tokenVerify.graphql.js b/packages/bonde-admin-canary/src/scenes/Auth/scenes/ResetPassword/tokenVerify.graphql.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin-canary/src/scenes/Auth/scenes/ResetPassword/tokenVerify.graphql.js
+++ b/p... | chore(canary): update verify token on reset password | nossas_bonde-client | train |
908a12bf1829085c82f5053b1266044276fc6840 | diff --git a/spec/unit/helpers/collection_spec.rb b/spec/unit/helpers/collection_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/helpers/collection_spec.rb
+++ b/spec/unit/helpers/collection_spec.rb
@@ -29,7 +29,7 @@ describe ActiveAdmin::Helpers::Collection do
end
it "should return the collection size ... | fix SQL syntax error
```sql
SELECT COUNT(title, count(*) as nb_posts) AS
count_title_count_all_as_nb_posts, title AS title FROM "posts" GROUP
BY title
``` | activeadmin_activeadmin | train |
f4f1946f6158c10919f42aed09d5044b805d408a | diff --git a/lib/mutations.rb b/lib/mutations.rb
index <HASH>..<HASH> 100644
--- a/lib/mutations.rb
+++ b/lib/mutations.rb
@@ -1,4 +1,3 @@
-require 'active_support'
require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/string/inflections'
require 'date'
@@ -30,11 +29,11 @@ module... | Removing unneeded requirement for the active_support module. | cypriss_mutations | train |
79c8d99062b8848723bc2a9848dda8d33ccbc6fd | diff --git a/test/matrix/test_set_get.py b/test/matrix/test_set_get.py
index <HASH>..<HASH> 100644
--- a/test/matrix/test_set_get.py
+++ b/test/matrix/test_set_get.py
@@ -16,6 +16,19 @@ def test_set_pair():
assert m.get_pair('b', 'a') == 1
+def test_update_key_set():
+
+ """
+ Keys should be added to a s... | In Matrix, maintain a keys as pairs are indexed, instead of setting a terms attribute directly. | davidmcclure_textplot | train |
64a5b1517f6c212275e8512ead87421393975a60 | diff --git a/autocrud.js b/autocrud.js
index <HASH>..<HASH> 100644
--- a/autocrud.js
+++ b/autocrud.js
@@ -1,7 +1,8 @@
var ObjectID = require('mongodb').ObjectID,
jsonSchema = require('json-schema');
-module.exports = function (options) {
+module.exports = function Autocrud(options) {
+ if (!(this instanceof... | -Converted autocrud function into a named object constructor. | AndrewRademacher_auto-crud | train |
6499bbce02d8a8db1fb158fd5a04d91c51dd9d5e | diff --git a/class-themeisle-sdk-product.php b/class-themeisle-sdk-product.php
index <HASH>..<HASH> 100644
--- a/class-themeisle-sdk-product.php
+++ b/class-themeisle-sdk-product.php
@@ -60,7 +60,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Product' ) ) :
/**
* @var array $allowed_authors The allowed authors.
*/... | Adds css igniter as author. | Codeinwp_themeisle-sdk | train |
8f67d1d7e6809d528fe957cb4eb78308d87da324 | diff --git a/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ddl/DropCatalogFunctionOperation.java b/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ddl/DropCatalogFunctionOperation.java
index <HASH>..<HASH> 100644
--- a/flink-table/flink-table-api-java/... | [hotfix] remove isSystemFunction from DropCatalogFunctionOperation as it's never used | apache_flink | train |
d5e6f31fe516c90385d2497e4705d7953c96c685 | diff --git a/ide/plugins/guibuilder/src/main/java/org/overture/guibuilder/launching/IGuiBuilderConstants.java b/ide/plugins/guibuilder/src/main/java/org/overture/guibuilder/launching/IGuiBuilderConstants.java
index <HASH>..<HASH> 100644
--- a/ide/plugins/guibuilder/src/main/java/org/overture/guibuilder/launching/IGuiBu... | Change constants clas to an interface.
[Issue: #<I>] | overturetool_overture | train |
b765b9caa0217e0b982fc449e1f189a2398a5d53 | diff --git a/autotest/sqlserveradapter.rb b/autotest/sqlserveradapter.rb
index <HASH>..<HASH> 100644
--- a/autotest/sqlserveradapter.rb
+++ b/autotest/sqlserveradapter.rb
@@ -1,4 +1,5 @@
require 'autotest'
+require 'activesupport'
class Autotest::Sqlserveradapter < Autotest
@@ -31,7 +32,7 @@ class Autotest::Sqlse... | Require activesupport for Autotest::Sqlserveradapter. | rails-sqlserver_activerecord-sqlserver-adapter | train |
2d2e06f4382512cd21590d17e4f98e9390473b22 | diff --git a/min/server-info.php b/min/server-info.php
index <HASH>..<HASH> 100644
--- a/min/server-info.php
+++ b/min/server-info.php
@@ -16,10 +16,13 @@ if (!$enabled) {
header('Content-Type: text/plain');
$file = __FILE__;
+$tmp = sys_get_temp_dir();
+
echo <<<EOD
__FILE__ : $file
SCRIPT_FILENAME : {$_... | Add temp location to server-info.php | mrclay_minify | train |
d50ffc63f505cef766dff86bbcab969e4105c864 | diff --git a/classes/fields/pick.php b/classes/fields/pick.php
index <HASH>..<HASH> 100644
--- a/classes/fields/pick.php
+++ b/classes/fields/pick.php
@@ -1115,7 +1115,7 @@ class PodsField_Pick extends PodsField {
*
* @return array An array of available items from a relationship field
*/
- protected function g... | Fix for PHP protected methods in PodsField_Pick | pods-framework_pods | train |
d5d39d541998ab5cb0733ebdf5e08b3a72a28233 | diff --git a/Capsule/Manager.php b/Capsule/Manager.php
index <HASH>..<HASH> 100644
--- a/Capsule/Manager.php
+++ b/Capsule/Manager.php
@@ -3,6 +3,7 @@
use PDO;
use Illuminate\Support\Fluent;
use Illuminate\Events\Dispatcher;
+use Illuminate\Cache\CacheManager;
use Illuminate\Container\Container;
use Illuminate\Dat... | Totally re-doing Capsule implementation for ease of use. | illuminate_database | train |
9640881f38d2a5a70652f02de080e272464af965 | diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoProperties.java b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/buildinfo/BuildInfoProperties.java
ind... | Fix BuildInfo up-to-date check when group, name, or version changes
Previously, if the project's group, name, or version changed the
BuildInfo task would still be considered up-to-date as the values of
the project's properties were not reflected in the fields of the
BuildInfo instance.
This commit updates BuildInfo t... | spring-projects_spring-boot | train |
07e0a594297f1b07027569a0eedfe99136c07294 | diff --git a/router/vulcand/router.go b/router/vulcand/router.go
index <HASH>..<HASH> 100644
--- a/router/vulcand/router.go
+++ b/router/vulcand/router.go
@@ -1,4 +1,4 @@
-// Copyright 2015 tsuru authors. All rights reserved.
+// Copyright 2016 tsuru authors. All rights reserved.
// Use of this source code is governed... | router/vulcand: year in copyright header | tsuru_tsuru | train |
42e6e433260d729910ea236ce4c8b124ba40b98a | diff --git a/src/Tippy.js b/src/Tippy.js
index <HASH>..<HASH> 100644
--- a/src/Tippy.js
+++ b/src/Tippy.js
@@ -221,7 +221,11 @@ export default function TippyGenerator(tippy) {
{mounted &&
createPortal(
render
- ? render(toDataAttributes(attrs), singletonContent)
+ ... | feat: expose instance argument from render prop (#<I>) | atomiks_tippy.js-react | train |
9f3e16961352624c58dc29df4f567ecf9fe30d60 | diff --git a/lib/formtastic/inputs/base/collections.rb b/lib/formtastic/inputs/base/collections.rb
index <HASH>..<HASH> 100644
--- a/lib/formtastic/inputs/base/collections.rb
+++ b/lib/formtastic/inputs/base/collections.rb
@@ -113,12 +113,12 @@ module Formtastic
# active: Custom Active Label Here
... | Use `defined_enums` to fetch collection from enum
By using `defined_enums` instead of `.send(pluralized_method)`, only one
method is needed to implement enum support with form objects. | justinfrench_formtastic | train |
3220bf91ef342f7d9003494da6289be1029e7dc3 | diff --git a/openxc/src/com/openxc/interfaces/usb/UsbVehicleInterface.java b/openxc/src/com/openxc/interfaces/usb/UsbVehicleInterface.java
index <HASH>..<HASH> 100644
--- a/openxc/src/com/openxc/interfaces/usb/UsbVehicleInterface.java
+++ b/openxc/src/com/openxc/interfaces/usb/UsbVehicleInterface.java
@@ -163,10 +163,1... | Don't try and write to USB unless connected. | openxc_openxc-android | train |
8566ac61a250a0a5b7851a220a49f55e925fc3b3 | diff --git a/luma/oled/device/__init__.py b/luma/oled/device/__init__.py
index <HASH>..<HASH> 100644
--- a/luma/oled/device/__init__.py
+++ b/luma/oled/device/__init__.py
@@ -780,6 +780,16 @@ class ws0010(parallel_device, character):
``diff_to_previous`` or ``full_frame`` are only supported.
:type framebu... | Minor change to ws<I> docstring | rm-hull_luma.oled | train |
42a77b94e545de14d9f2d5fa2fcd1c88977d154a | diff --git a/lib/arjdbc/jdbc/adapter.rb b/lib/arjdbc/jdbc/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/jdbc/adapter.rb
+++ b/lib/arjdbc/jdbc/adapter.rb
@@ -99,7 +99,7 @@ module ActiveRecord
visitor = nil
arel2_visitors.each do |k,v|
visitor = v
- visitors[k] = v ... | Allow configure_arel2_visitors to override previous visitor for a
given key | jruby_activerecord-jdbc-adapter | train |
41d1b652c6c8c28d05541661ee484a93eb785505 | diff --git a/pkg/deploy/controller/deployment/controller.go b/pkg/deploy/controller/deployment/controller.go
index <HASH>..<HASH> 100644
--- a/pkg/deploy/controller/deployment/controller.go
+++ b/pkg/deploy/controller/deployment/controller.go
@@ -369,8 +369,9 @@ func (c *DeploymentController) cleanupDeployerPods(deploy... | deploy: set gracePeriodSeconds on deployer deletion | openshift_origin | train |
095c2676192ea32886e8072d98fba4dcb4279596 | diff --git a/src/Providers/BookingsServiceProvider.php b/src/Providers/BookingsServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Providers/BookingsServiceProvider.php
+++ b/src/Providers/BookingsServiceProvider.php
@@ -120,12 +120,13 @@ class BookingsServiceProvider extends ServiceProvider
]);
... | Tweak menus & breadcrumbs performance | rinvex_cortex-bookings | train |
be2f594e0e498a3dbeae3309c0734e86c1eceb87 | diff --git a/rinoh/flowable.py b/rinoh/flowable.py
index <HASH>..<HASH> 100644
--- a/rinoh/flowable.py
+++ b/rinoh/flowable.py
@@ -159,7 +159,7 @@ class GroupedFlowables(Flowable):
def render(self, container, descender, state=None):
flowables = self.flowables(container.document)
item_spacing = se... | ListItemState basically duplicated GroupedFlowablesState
Except that it didn't save the first flowable's state on copy; fixed. | brechtm_rinohtype | train |
c4699d2289c440b4cb9941446cc28c6ea93be0c9 | diff --git a/wikitextparser/wikitextparser.py b/wikitextparser/wikitextparser.py
index <HASH>..<HASH> 100644
--- a/wikitextparser/wikitextparser.py
+++ b/wikitextparser/wikitextparser.py
@@ -680,7 +680,7 @@ class WikiLink(_Indexed_Object):
self._common_init(string, spans, index)
def __repr__(self):
- ... | Rewriting some of the docstrings. | 5j9_wikitextparser | train |
8cde3ffadfe363bfa5c87f16dd020ff9b883149b | diff --git a/src/main/java/org/jboss/pressgang/ccms/docbook/processing/JIRABugLinkStrategy.java b/src/main/java/org/jboss/pressgang/ccms/docbook/processing/JIRABugLinkStrategy.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgang/ccms/docbook/processing/JIRABugLinkStrategy.java
+++ b/src/main/java/or... | Fixed a bug where the project would fail to be fetched if you didn't use a valid project key. | pressgang-ccms_PressGangCCMSContentSpec | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.