hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
09852f71d49a7d497c2bda8c0c27f0ea08e870fd | diff --git a/lib/numbers_in_words/number_parser.rb b/lib/numbers_in_words/number_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/numbers_in_words/number_parser.rb
+++ b/lib/numbers_in_words/number_parser.rb
@@ -102,7 +102,8 @@ module NumbersInWords::NumberParser
res = []; i = 0
return [] if ints.empty?
w... | num_parse: compress: simplify method | markburns_numbers_in_words | train |
8851d0702f461a34c589c782442e948e5ba5517d | diff --git a/client/my-sites/themes/theme-filters.js b/client/my-sites/themes/theme-filters.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/themes/theme-filters.js
+++ b/client/my-sites/themes/theme-filters.js
@@ -86,6 +86,11 @@ const taxonomies = {
"fluid-layout",
"responsive-layout"
],
+ ... | Themes: Add theme-picks to filters (#<I>)
Generated using <URL> | Automattic_wp-calypso | train |
f7184978f4ecd847aa0708a59aed701b0bd08c83 | diff --git a/scrape/scrape.go b/scrape/scrape.go
index <HASH>..<HASH> 100644
--- a/scrape/scrape.go
+++ b/scrape/scrape.go
@@ -125,6 +125,12 @@ var (
Help: "Total number of samples rejected due to timestamp falling outside of the time bounds",
},
)
+ targetScrapeCacheFlushForced = prometheus.NewCounter(
+ pro... | Protect against memory exhaustion when scraping.
Now that we're not losing the scrape cache across failed
scrape, a scrape that continually failed but had varying
series or metadata (e.g. timestamps in metric names,
plus hitting smaple_limit) would grow the cache indefinitely.
Add some code to catch that, and flush t... | prometheus_prometheus | train |
6e2155c89d18138cdad37b621d23d8994afd2d63 | diff --git a/src/Generators/ModelGenerator.php b/src/Generators/ModelGenerator.php
index <HASH>..<HASH> 100755
--- a/src/Generators/ModelGenerator.php
+++ b/src/Generators/ModelGenerator.php
@@ -61,11 +61,15 @@ class ModelGenerator extends BaseGenerator
$templateData = $this->fillSoftDeletes($templateData);
... | fix(primaryKey): #<I> add custom primary key from json file (#<I>) | InfyOmLabs_laravel-generator | train |
6dfdd26b3d9e727d202e32c973ea9fc0d1859054 | diff --git a/Resources/public/js/views/ez-usermenuitemfireeventview.js b/Resources/public/js/views/ez-usermenuitemfireeventview.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/views/ez-usermenuitemfireeventview.js
+++ b/Resources/public/js/views/ez-usermenuitemfireeventview.js
@@ -28,6 +28,8 @@ YUI.add('ez-use... | EZP-<I>: The user profile menu stays after opening Notifications form | ezsystems_PlatformUIBundle | train |
2011db0217b88f07b21ad762c7362a7950a44f27 | diff --git a/redis/src/main/java/org/togglz/redis/RedisStateRepository.java b/redis/src/main/java/org/togglz/redis/RedisStateRepository.java
index <HASH>..<HASH> 100644
--- a/redis/src/main/java/org/togglz/redis/RedisStateRepository.java
+++ b/redis/src/main/java/org/togglz/redis/RedisStateRepository.java
@@ -7,6 +7,7 ... | Replace JedisPool with Pool<Jedis> to allow the usage of JedisSentinelPool with RedisStateRepository. (#<I>) | togglz_togglz | train |
b31e75d6dcc7467848db02e85952c1cdf75c2b04 | diff --git a/src/language/CSSUtils.js b/src/language/CSSUtils.js
index <HASH>..<HASH> 100644
--- a/src/language/CSSUtils.js
+++ b/src/language/CSSUtils.js
@@ -357,7 +357,8 @@ define(function (require, exports, module) {
}
if (_isInPropName(ctx)) {
- if (ctx.token.string.length > 0 && !ctx... | Explicitly check for a property name right after an opening brace. | adobe_brackets | train |
c86819a6e7f48d15a3843a3db9e9538446a4cf2f | diff --git a/src/pybel_tools/api.py b/src/pybel_tools/api.py
index <HASH>..<HASH> 100644
--- a/src/pybel_tools/api.py
+++ b/src/pybel_tools/api.py
@@ -28,13 +28,13 @@ from .mutation.metadata import (
)
from .summary.edge_summary import (
count_pathologies,
- get_annotations_containing_keyword
+ get_annotat... | Don't store caches of node tuples when the database can be used | pybel_pybel-tools | train |
263489f895dcb5f1a2fc5ddc512a2750e17263ca | diff --git a/src/Hamlet/GoogleDrive/GoogleDriveService.php b/src/Hamlet/GoogleDrive/GoogleDriveService.php
index <HASH>..<HASH> 100755
--- a/src/Hamlet/GoogleDrive/GoogleDriveService.php
+++ b/src/Hamlet/GoogleDrive/GoogleDriveService.php
@@ -7,6 +7,7 @@ use Google_Client;
use Google_Http_Request;
use Google_Service_... | need to find a better way to test google drive integration | vasily-kartashov_hamlet-core | train |
c058e8480081490ca665a2ce1dcaef731be4d710 | diff --git a/lib/y2r/parser.rb b/lib/y2r/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/y2r/parser.rb
+++ b/lib/y2r/parser.rb
@@ -226,14 +226,16 @@ module Y2R
)
when "symbol"
+ category = element["category"].to_sym
+
AST::Symbol.new(
:global => element["global"]... | Parser: Small DRYing | yast_y2r | train |
f1a17b51bdc59cd03579a9331e73d0f99ecadc44 | diff --git a/txmongo/collection.py b/txmongo/collection.py
index <HASH>..<HASH> 100644
--- a/txmongo/collection.py
+++ b/txmongo/collection.py
@@ -203,10 +203,14 @@ class Collection(object):
query=spec, fields=fields)
deferred_query = protocol.send_QUERY(query)
- def... | Circular reference removed between after_reply and its closures | twisted_txmongo | train |
49304bd13d1dff95756cd038829c50f6f032898e | diff --git a/ipfshttpclient/client/__init__.py b/ipfshttpclient/client/__init__.py
index <HASH>..<HASH> 100644
--- a/ipfshttpclient/client/__init__.py
+++ b/ipfshttpclient/client/__init__.py
@@ -83,30 +83,16 @@ def connect(addr=DEFAULT_ADDR, base=DEFAULT_BASE, *,
~ipfshttpclient.exceptions.ProtocolError
~ipfshttpcl... | Make version-based workaround detection code a `Client` method, so that it can be called on a `Client` created without `connect()` | ipfs_py-ipfs-api | train |
d62425bf9e1fef33e2f525d93436b88836cb73d5 | diff --git a/matmeta/payload_metaclass.py b/matmeta/payload_metaclass.py
index <HASH>..<HASH> 100644
--- a/matmeta/payload_metaclass.py
+++ b/matmeta/payload_metaclass.py
@@ -336,8 +336,27 @@ class CITPayload(PublishablePayload):
def _add_people(self, metadata):
people = []
-
+ # use ... | combining names, tags still being dropped | MaterialsDataInfrastructureConsortium_CommonMetadata | train |
adeddecb07f86ba0f71c37a20e71fc01667925fa | diff --git a/vecnet/openmalaria/scenario/interventions.py b/vecnet/openmalaria/scenario/interventions.py
index <HASH>..<HASH> 100644
--- a/vecnet/openmalaria/scenario/interventions.py
+++ b/vecnet/openmalaria/scenario/interventions.py
@@ -113,6 +113,10 @@ class Interventions(Section):
def __getattr__(self, item):
... | Add add_section method to Interventions. | vecnet_vecnet.openmalaria | train |
35d258c4a54a595dae0433e5a44b41b4b1d70fe4 | diff --git a/barf/barf/arch/arm/armdisassembler.py b/barf/barf/arch/arm/armdisassembler.py
index <HASH>..<HASH> 100644
--- a/barf/barf/arch/arm/armdisassembler.py
+++ b/barf/barf/arch/arm/armdisassembler.py
@@ -56,7 +56,7 @@ class ArmDisassembler(Disassembler):
else:
# TODO: Hack to bypass immedia... | ARM: Fixed size of fake NOP instructions for unrecognized ARM instructions. | programa-stic_barf-project | train |
c8a16364ef5c9aeb44600c9071aa909cd187d0f7 | diff --git a/lib/rocket_job/jobs/housekeeping_job.rb b/lib/rocket_job/jobs/housekeeping_job.rb
index <HASH>..<HASH> 100644
--- a/lib/rocket_job/jobs/housekeeping_job.rb
+++ b/lib/rocket_job/jobs/housekeeping_job.rb
@@ -27,12 +27,11 @@ module RocketJob
# )
class HousekeepingJob < RocketJob::Job
includ... | Handle very long file uploads by returning the database connection
back to the pool | rocketjob_rocketjob | train |
2b86ed7e8d19977dc47a6d10159b88146213441f | diff --git a/app/lib/actions/katello/content_view_puppet_environment/clone.rb b/app/lib/actions/katello/content_view_puppet_environment/clone.rb
index <HASH>..<HASH> 100644
--- a/app/lib/actions/katello/content_view_puppet_environment/clone.rb
+++ b/app/lib/actions/katello/content_view_puppet_environment/clone.rb
@@ -4... | Fixes #<I>: Ensure cv puppet env distributors are up to date
For Puppet 3 to Puppet 4 upgrades, the distributor path for puppet
content changes. When publishing or promoting we need to ensure that
this update is detected and content lands in the new location. | Katello_katello | train |
c2a2605b36312096b4331aea2d2283ddf162bd6b | diff --git a/docs/README.rst b/docs/README.rst
index <HASH>..<HASH> 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -39,6 +39,7 @@ EXIT CODES
2 : Empty PDB file as input
3 : Invalid PDB ID
4 : PDB file can't be read by OpenBabel (due to invalid input files)
+5 : PDB ID is valid, but wwPDB offers no file in PDB... | Bug fixed where script would throw an exception for the case where a valid PDB ID was chosen for which there is no file in PDB format on the wwPDB servers (e.g. 1<I>).
Exits now with code 5 for this case.
Implemented unit test for this case. | ssalentin_plip | train |
26d8fd32a9bf0d00e0c97c797c69c77a4ea7a762 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -62,7 +62,7 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
- repo... | added saucelabs reporter & slightly improved test | AndCake_zino | train |
e6284b3c016fefb71e4783b0f78379974a1eccee | diff --git a/src/services/statemanager.js b/src/services/statemanager.js
index <HASH>..<HASH> 100644
--- a/src/services/statemanager.js
+++ b/src/services/statemanager.js
@@ -86,9 +86,10 @@ ngeo.StateManager = function(ngeoLocation, ngeoUsedKeyRegexp) {
this.usedKeyRegexp.some(function(keyRegexp) {
if (... | For an unknown reason the value can be null | camptocamp_ngeo | train |
809072d1bf6e1ee956b5bd8764bdfdc1d165a6bd | diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php
index <HASH>..<HASH> 100755
--- a/core/model/SiteTree.php
+++ b/core/model/SiteTree.php
@@ -992,11 +992,17 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
/**
* Pre-populate the cache of canEdit, canView, canDelete, ... | API CHANGE: Let sitetree extensions prepopulate permisson cache for their own permissions. (from r<I>) (from r<I>)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9 | silverstripe_silverstripe-framework | train |
1c24770f8ca6dba227c4e1033fd43a48ccccbc7c | diff --git a/src/engine/execute.js b/src/engine/execute.js
index <HASH>..<HASH> 100644
--- a/src/engine/execute.js
+++ b/src/engine/execute.js
@@ -1,12 +1,6 @@
var Thread = require('./thread');
/**
- * If set, block calls, args, and return values will be logged to the console.
- * @const {boolean}
- */
-var DEBUG_B... | Remove debug calls from `execute` | LLK_scratch-vm | train |
4bd39b9bb1c9e7b2b67b9a33bdb1e7f743aeefd4 | diff --git a/src/js/ripple/vaultclient.js b/src/js/ripple/vaultclient.js
index <HASH>..<HASH> 100644
--- a/src/js/ripple/vaultclient.js
+++ b/src/js/ripple/vaultclient.js
@@ -55,9 +55,10 @@ VaultClient.prototype.getAuthInfo = function (username, callback) {
*/
VaultClient.prototype._deriveLoginKeys = function (aut... | [FIX] vault client: fixed incorrect username normalization | ChainSQL_chainsql-lib | train |
3838337e4c61f748335d06429d99f008dc1cfb0a | diff --git a/src/Illuminate/Routing/Router.php b/src/Illuminate/Routing/Router.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Routing/Router.php
+++ b/src/Illuminate/Routing/Router.php
@@ -1669,18 +1669,12 @@ class Router implements HttpKernelInterface, RouteFiltererInterface {
/**
* Check if a route with th... | Update Router.php
Cleaned up method using @KennedyTedesco's suggestion. | laravel_framework | train |
31482378e129c7efcf136eeb395bc4048ff13a57 | diff --git a/Tests/Acceptance/Support/Extension/BackendStyleguideEnvironment.php b/Tests/Acceptance/Support/Extension/BackendStyleguideEnvironment.php
index <HASH>..<HASH> 100644
--- a/Tests/Acceptance/Support/Extension/BackendStyleguideEnvironment.php
+++ b/Tests/Acceptance/Support/Extension/BackendStyleguideEnvironme... | [BUGFIX] AC tests don't reference ext:about anymore | TYPO3_styleguide | train |
fd95c1058504cdd52c7194ccefc9e62e16bc03f7 | diff --git a/d1_client_cli/src/d1_client_cli/session.py b/d1_client_cli/src/d1_client_cli/session.py
index <HASH>..<HASH> 100755
--- a/d1_client_cli/src/d1_client_cli/session.py
+++ b/d1_client_cli/src/d1_client_cli/session.py
@@ -34,9 +34,11 @@ import os
import pickle
import pprint
import ConfigParser
+from types i... | #<I> - Make sure that boolean values are really boolean values. Also, convert some common spellings of a boolean false ('false', 'F', 'f',) are interpreted as false. | DataONEorg_d1_python | train |
b1afb73dbfcd5f81e85f79e5da127a13b47941cb | diff --git a/src/main/java/org/dasein/cloud/cloudstack/network/IpAddress.java b/src/main/java/org/dasein/cloud/cloudstack/network/IpAddress.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/cloudstack/network/IpAddress.java
+++ b/src/main/java/org/dasein/cloud/cloudstack/network/IpAddress.java
@@ -7... | set clan id if address associated with network | greese_dasein-cloud-cloudstack | train |
898dd0eeca019902a92cc31af3ecc932c6811a34 | diff --git a/tests/test_base32.py b/tests/test_base32.py
index <HASH>..<HASH> 100644
--- a/tests/test_base32.py
+++ b/tests/test_base32.py
@@ -10,6 +10,7 @@ from ulid import base32
NON_BASE_32_EXC_REGEX = r'^Non-base32 character found'
+ENCODE_BYTE_SIZE_EXC_REGEX = r'^Expects bytes in sizes of'
@pytest.fixtur... | Refactor base<I>.encode tests to assert on exception message. | ahawker_ulid | train |
0118a94621a900cfbce449dcaa2f55178209ab21 | diff --git a/lib/model/activity.js b/lib/model/activity.js
index <HASH>..<HASH> 100644
--- a/lib/model/activity.js
+++ b/lib/model/activity.js
@@ -44,105 +44,6 @@ Activity.schema = { pkey: "id",
"verb"],
indices: ["actor.id", "object.id", "uuid"] };
-Activity.verbs =... | Push useful constants to bottom for clarity | pump-io_pump.io | train |
a1f0910b25da607aa9f736a52afc3c1e8497ae7b | diff --git a/lib/corn.rb b/lib/corn.rb
index <HASH>..<HASH> 100644
--- a/lib/corn.rb
+++ b/lib/corn.rb
@@ -24,8 +24,8 @@ module Corn
#
config({
:logger => Logger.new(STDOUT),
- :client_id => ENV['CORN_CLIENT_ID'],
- :host => ENV['CORN_HOST'],
+ :client_id => lambda { ENV[... | add log for missing Corn configuration, and change host and client_id to be configured by lambda,
so that we can lazy load host and client_id configuration | xli_corn | train |
e0102ed1f9cdaacb6fb2bb7efda9d8d549627378 | diff --git a/app/resonant-laboratory/views/widgets/MatchingView/index.js b/app/resonant-laboratory/views/widgets/MatchingView/index.js
index <HASH>..<HASH> 100644
--- a/app/resonant-laboratory/views/widgets/MatchingView/index.js
+++ b/app/resonant-laboratory/views/widgets/MatchingView/index.js
@@ -665,7 +665,7 @@ in or... | Slightly boost the min bubble size, deal with lots of extra space more elegantly | Kitware_candela | train |
9fe8d264ef852107a73401db350b15264b8df4fb | diff --git a/lib/attribeautiful/version.rb b/lib/attribeautiful/version.rb
index <HASH>..<HASH> 100644
--- a/lib/attribeautiful/version.rb
+++ b/lib/attribeautiful/version.rb
@@ -1,3 +1,3 @@
module Attribeautiful
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
end | bumped version to <I> | kevinburleigh75_attribeautiful | train |
28ea26c8b78092b13b786d0b37c82c869f615cb2 | diff --git a/pixiedust/display/chart/renderers/bokeh/bokehBaseDisplay.py b/pixiedust/display/chart/renderers/bokeh/bokehBaseDisplay.py
index <HASH>..<HASH> 100644
--- a/pixiedust/display/chart/renderers/bokeh/bokehBaseDisplay.py
+++ b/pixiedust/display/chart/renderers/bokeh/bokehBaseDisplay.py
@@ -56,4 +56,11 @@ class ... | Gridplotting bokeh histograms
Compute # of rows depending on the user selections, # of columns == 2
as <I> - <I> plot_width is legible, beyond that a scroll bar appears
hiding histogram. | pixiedust_pixiedust | train |
cb11baaf6b6d9339782d5f3ca011d342beff76c0 | diff --git a/src/Subbly/Api/Service/ProductService.php b/src/Subbly/Api/Service/ProductService.php
index <HASH>..<HASH> 100644
--- a/src/Subbly/Api/Service/ProductService.php
+++ b/src/Subbly/Api/Service/ProductService.php
@@ -45,21 +45,22 @@ class ProductService extends Service
* @example
* $product = ... | fix query product by id/sku | subbly_framework | train |
356ac2aa13586bc567c6475b6f6f9b71e3878b4e | diff --git a/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java b/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/interceptors/base/CommandInterceptor.java
+++ b/core/src/main/java/org/infinispan/int... | ISPN-<I>: The loggers should be static and not created on an instance basis. | infinispan_infinispan | train |
62156fb2019e2225bf297223255d7c2fd3c27a5b | diff --git a/src/Mocks/MockHttpService/Comparers/HttpQueryStringComparer.php b/src/Mocks/MockHttpService/Comparers/HttpQueryStringComparer.php
index <HASH>..<HASH> 100644
--- a/src/Mocks/MockHttpService/Comparers/HttpQueryStringComparer.php
+++ b/src/Mocks/MockHttpService/Comparers/HttpQueryStringComparer.php
@@ -17,6 ... | Pact PHP Specification in <I>
All Query cases passing | pact-foundation_pact-php | train |
f4848175b88e8aa14395c2510591f9c150aceac6 | diff --git a/tests/LaraCartTest.php b/tests/LaraCartTest.php
index <HASH>..<HASH> 100644
--- a/tests/LaraCartTest.php
+++ b/tests/LaraCartTest.php
@@ -53,7 +53,7 @@ class LaraCartTest extends Orchestra\Testbench\TestCase
public function testFormatMoney()
{
$this->assertEquals('$25.00', $this->laracar... | revert removing space, stuipd mac | lukepolo_laracart | train |
f5390abcc476b54d28d5c11b5a936cb7b548bbdd | diff --git a/lib/plugins/table.js b/lib/plugins/table.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/table.js
+++ b/lib/plugins/table.js
@@ -74,11 +74,11 @@ exports.plugin = function(cli) {
var column = normCols[i];
var percWidth = Math.round(column.width/sumWidth * tableWidth);
- actualWidth = Math.ma... | ability to set fixed table sizes vs percent of terminal window | crcn_celeri | train |
50fea5f016543baca455c61592d538d0f9abdac7 | diff --git a/vertica_python/vertica/column.py b/vertica_python/vertica/column.py
index <HASH>..<HASH> 100644
--- a/vertica_python/vertica/column.py
+++ b/vertica_python/vertica/column.py
@@ -93,7 +93,7 @@ ColumnTuple = namedtuple(
class Column(object):
@classmethod
- def DATA_TYPE_CONVERSIONS(cls, unicode_er... | Now that I've made the data types functions, they should be lowercased | vertica_vertica-python | train |
7c1323493784f394f42ed2f525ba724902d2e65a | diff --git a/test/canon-ixus-ii.php b/test/canon-ixus-ii.php
index <HASH>..<HASH> 100644
--- a/test/canon-ixus-ii.php
+++ b/test/canon-ixus-ii.php
@@ -38,7 +38,8 @@ class CanonIxusII extends UnitTestCase {
$jpeg = new PelJpeg($data);
/* The first IFD. */
- $ifd0 = $jpeg->getSection(2)->getContent()->getT... | Updated to match the newly changed PelJpeg::getSection() method. | pel_pel | train |
c7b41175af4d3d20c9f3d1df5187f5da4054c194 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -18,7 +18,7 @@ function Notifier(count, el, left, right){
Notifier.prototype.update = function() {
var output = this.separatorLeft + this.count + this.separatorRight;
- var oldTitle = this.el.textContent.replace(/^([(])... | regex should also match the trailing space | anthonyringoet_notification-count | train |
b984fed12795452069f2d4b3688a5d34aa429c3f | diff --git a/ipuz/puzzlekinds/answer.py b/ipuz/puzzlekinds/answer.py
index <HASH>..<HASH> 100644
--- a/ipuz/puzzlekinds/answer.py
+++ b/ipuz/puzzlekinds/answer.py
@@ -1,5 +1,8 @@
from ipuz.exceptions import IPUZException
-from ipuz.structures import validate_enumeration
+from ipuz.structures import (
+ validate_enu... | Refactored code to reuse function for enumeration field | svisser_ipuz | train |
fd0cfed4e700fc58f067798383eadc5d9e718a01 | diff --git a/rest_client/async.py b/rest_client/async.py
index <HASH>..<HASH> 100644
--- a/rest_client/async.py
+++ b/rest_client/async.py
@@ -111,7 +111,7 @@ class RESTClient(object):
headers['Content-Type'] = 'application/json'
if method in self.METHODS_WITH_BODY and 'body_producer' not in kwa... | fix: empty lists/dicts not serializing properly in request body | mosquito_rest-client | train |
1db0925521eced2081bfb717915e77a43306c3c1 | diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/kubelet.go
+++ b/pkg/kubelet/kubelet.go
@@ -1155,7 +1155,7 @@ func makeMounts(pod *api.Pod, podDir string, container *api.Container, podVolume
// - container is not already mounting on /etc/hosts
// When the p... | Make it easier to debug pod IP flakes for downward API | kubernetes_kubernetes | train |
50b70c21d90c9c71f71efdc1da24c41cd851b6fc | diff --git a/record.go b/record.go
index <HASH>..<HASH> 100644
--- a/record.go
+++ b/record.go
@@ -18,6 +18,6 @@ type Record struct {
}
// Returns whether a domain is registered.
-func (r *Record) IsRegistered() bool {
- return r.Status != Available
+func (rec *Record) IsRegistered() bool {
+ return rec.Status != A... | Revert rename: r -> req, resp -> res, r -> rec | domainr_whois | train |
a4a67e5a9facc7ac391470ae19efe7b71ebdcd11 | diff --git a/hellocharts-library/src/lecho/lib/hellocharts/ChartComputator.java b/hellocharts-library/src/lecho/lib/hellocharts/ChartComputator.java
index <HASH>..<HASH> 100644
--- a/hellocharts-library/src/lecho/lib/hellocharts/ChartComputator.java
+++ b/hellocharts-library/src/lecho/lib/hellocharts/ChartComputator.ja... | Added method to set maxZoom | lecho_hellocharts-android | train |
0513345de903676fa1d2b23095d5f7dac219e668 | diff --git a/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/variation/VariationParser.java b/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/variation/VariationParser.java
index <HASH>..<HASH> 100644
--- a/cellbase-app/src/main/java/org/opencb/cellbase/app/transform/variation/VariationParser.... | feature/annotatecnvs: VariationParser now properly parses CNVs from ENSEMBL dump files | opencb_cellbase | train |
dee2990a40000760092aceb621300192261592c8 | diff --git a/src/ContainerBuilder.php b/src/ContainerBuilder.php
index <HASH>..<HASH> 100644
--- a/src/ContainerBuilder.php
+++ b/src/ContainerBuilder.php
@@ -4,6 +4,7 @@ namespace ntentan;
use ntentan\atiaa\DriverFactory;
use ntentan\exceptions\NtentanException;
+use ntentan\honam\factories\SmartyEngineFactory;
u... | Views now take all forms template engines for layouts. Support for smarty added. | ntentan_ntentan | train |
ae98be88f1ec366a911c19e7aafa1a0704e28422 | diff --git a/android/guava-tests/benchmark/com/google/common/hash/HashFunctionBenchmark.java b/android/guava-tests/benchmark/com/google/common/hash/HashFunctionBenchmark.java
index <HASH>..<HASH> 100755
--- a/android/guava-tests/benchmark/com/google/common/hash/HashFunctionBenchmark.java
+++ b/android/guava-tests/bench... | Start adding testing for ProGuard and allocation testing for common.hash.
Initial HashingProGuard measurements:
<I> bytes
<I> classes
<I> methods
-------------
Created by MOE: <URL> | google_guava | train |
1a469d97fdf3cc4c4aa3fa4ea9aef095e10ff9ce | diff --git a/paramiko/__init__.py b/paramiko/__init__.py
index <HASH>..<HASH> 100644
--- a/paramiko/__init__.py
+++ b/paramiko/__init__.py
@@ -65,10 +65,6 @@ __version_info__ = (1, 5, 2)
__license__ = "GNU Lesser General Public License (LGPL)"
-import transport, auth_handler, channel, rsakey, dsskey, message
-impo... | [project @ <EMAIL><I>-a7bb<I>c<I>c<I>d]
(possibly misguided) attempt to reduce paramiko's exports | paramiko_paramiko | train |
b7b18270554ee2e5f8d2b212f546f530a16b35df | diff --git a/cr8/cli.py b/cr8/cli.py
index <HASH>..<HASH> 100644
--- a/cr8/cli.py
+++ b/cr8/cli.py
@@ -31,8 +31,8 @@ def lines_from_stdin(default=None):
yield line
-def dicts_from_stdin():
- """ a generator producing dicts from json strings provided via stdin
+def dicts_from_lines(lines):
+ """ retur... | Move most of dicts_from_stdin into a separate method
In order to decouple from ``sys.stdin`` | mfussenegger_cr8 | train |
8c54a79db215ae73bd9c322c68177041625a445b | diff --git a/Tests/Codeception/Acceptance/CaptureAndRefundCest.php b/Tests/Codeception/Acceptance/CaptureAndRefundCest.php
index <HASH>..<HASH> 100644
--- a/Tests/Codeception/Acceptance/CaptureAndRefundCest.php
+++ b/Tests/Codeception/Acceptance/CaptureAndRefundCest.php
@@ -29,6 +29,9 @@ class CaptureAndRefundCest
... | OXDEV-<I> Add test groups | OXID-eSales_paypal | train |
f7930977463bc7c1e321e289b7f4e9c68c0f9ca9 | diff --git a/libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/MapboxNavigationNotification.java b/libandroid-navigation/src/main/java/com/mapbox/services/android/navigation/v5/navigation/MapboxNavigationNotification.java
index <HASH>..<HASH> 100644
--- a/libandroid-navigation/src... | Rebuild RemoteViews for MapboxNavigationNotification on each update (#<I>) | mapbox_mapbox-navigation-android | train |
8d5e29d3949b46165c7f5ac14f3b706045e4a821 | diff --git a/lib/query_string_search/abstract_matcher.rb b/lib/query_string_search/abstract_matcher.rb
index <HASH>..<HASH> 100644
--- a/lib/query_string_search/abstract_matcher.rb
+++ b/lib/query_string_search/abstract_matcher.rb
@@ -1,6 +1,6 @@
module QueryStringSearch
class AbstractMatcher
- attr_accessor :at... | Naming changes to improve expressiveness
Previous variable names were confusing and always led me to try to
puzzle out what they meant and where their values came from. I'm trying
to improve that here.
`desired` variables are coming from the query string. `actual` variables
are coming from the data set. | umn-asr_query_string_search | train |
ded87415833e3708b4994a4abe8c53575d17f24a | diff --git a/src/Illuminate/Validation/Validator.php b/src/Illuminate/Validation/Validator.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Validation/Validator.php
+++ b/src/Illuminate/Validation/Validator.php
@@ -314,23 +314,30 @@ class Validator implements ValidatorContract
$originalData = [];
... | fix problems with dots in validator (#<I>) | laravel_framework | train |
55be6b37f23a0693eb65e9561bd1f37819d55b77 | diff --git a/django_mailbox/transports/generic.py b/django_mailbox/transports/generic.py
index <HASH>..<HASH> 100644
--- a/django_mailbox/transports/generic.py
+++ b/django_mailbox/transports/generic.py
@@ -1,4 +1,5 @@
import sys
+import six
from .base import EmailTransport
@@ -9,9 +10,12 @@ class GenericFileMail... | possible fix for python3 maildir issue | coddingtonbear_django-mailbox | train |
01d918330ae9dab365f5a2e9b95700a5d4e0beb9 | diff --git a/samples/javascript/compute.rhino3d.js b/samples/javascript/compute.rhino3d.js
index <HASH>..<HASH> 100644
--- a/samples/javascript/compute.rhino3d.js
+++ b/samples/javascript/compute.rhino3d.js
@@ -1,5 +1,5 @@
var RhinoCompute = {
- version: "0.5.0",
+ version: "0.5.1",
url: "https://comp... | fix function names in javascript library | mcneel_rhino3dm | train |
45c25049acc5690eda780d0667927840e2ce99d7 | diff --git a/test/tests.js b/test/tests.js
index <HASH>..<HASH> 100755
--- a/test/tests.js
+++ b/test/tests.js
@@ -48,7 +48,8 @@ serverOptions = {
name: 'string',
company: 'string'
}
- ]
+ ],
+ ruleTest6: 12
}
}
}; | [tests] #2: add test for rule number | smollweide_node-mock-server | train |
734e47901cd62e79e310098843129ab7607284ab | diff --git a/lib/send_nsca/send_nsca.rb b/lib/send_nsca/send_nsca.rb
index <HASH>..<HASH> 100644
--- a/lib/send_nsca/send_nsca.rb
+++ b/lib/send_nsca/send_nsca.rb
@@ -69,6 +69,7 @@ module SendNsca
@connected = false
@error = "send_ncsa - error connecting to nsca/nagios: #{$!}"
puts @error
+ ... | try closing socket if connection fails.
i think we should try closing the socket if the connection fails | kevinzen_send_nsca | train |
50952b3243cbc4585b2e3f6f609445d34bc4d794 | diff --git a/Parsedown.php b/Parsedown.php
index <HASH>..<HASH> 100644
--- a/Parsedown.php
+++ b/Parsedown.php
@@ -1003,22 +1003,19 @@ class Parsedown
foreach ($this->InlineTypes[$marker] as $inlineType)
{
+ # check to see if the current inline type is nestable in the current ... | Line handler may prevent specified element nesting
This commit serves to add comments detailing parts of the new functionality, and to adjust syntax preferences to match that of the surrounding document. The commit title also now reflects the most significant change made. | erusev_parsedown | train |
b3bbcbacff39b8e3d4f83ac803c846e26119066f | diff --git a/core/src/main/java/tech/tablesaw/io/csv/CsvReadOptions.java b/core/src/main/java/tech/tablesaw/io/csv/CsvReadOptions.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/tech/tablesaw/io/csv/CsvReadOptions.java
+++ b/core/src/main/java/tech/tablesaw/io/csv/CsvReadOptions.java
@@ -44,6 +44,18 @@ public... | Fix for issue #<I>
byte[] was not initialized if an input stream was used for reading.
Added tests that use readers and streams on a local file so they can be run in the regression suite.
Added a check to ensure that CsvReadOptions Builder has only one data source configured (stream, reader, or file). | jtablesaw_tablesaw | train |
60d8656dc5657d2d4adab29d197c97b390f6dcd4 | diff --git a/src/BootstrapForm.php b/src/BootstrapForm.php
index <HASH>..<HASH> 100644
--- a/src/BootstrapForm.php
+++ b/src/BootstrapForm.php
@@ -529,6 +529,10 @@ class BootstrapForm
*/
protected function getLabelTitle($label, $name)
{
+ if (\Illuminate\Support\Facades\Lang::has('messages.'.$nam... | Update BootstrapForm.php
In that way if the label is empty It will search for messages language file of the current language and get the text from there. It is usefull when you use a field name a lot. | dwightwatson_bootstrap-form | train |
81af6038d39ac2ea8168a87079b29caa525cefe1 | diff --git a/Classes/Package.php b/Classes/Package.php
index <HASH>..<HASH> 100644
--- a/Classes/Package.php
+++ b/Classes/Package.php
@@ -15,7 +15,6 @@ namespace Neos\RedirectHandler\NeosAdapter;
use Neos\Flow\Persistence\Doctrine\PersistenceManager;
use Neos\RedirectHandler\NeosAdapter\Service\NodeRedirectService... | BUGFIX: Exception during bootstrap
Depending on the compilation state of Flow
the change to disable automatic redirect
generation could cause a boot time
exception as the objectmanager is not
available yet to initialise the configuration
manager. | neos_redirecthandler-neosadapter | train |
2b2f8e0b6707a45e0ce357c6896b364c6fd2f39b | diff --git a/libkbfs/favorites_test.go b/libkbfs/favorites_test.go
index <HASH>..<HASH> 100644
--- a/libkbfs/favorites_test.go
+++ b/libkbfs/favorites_test.go
@@ -5,6 +5,8 @@
package libkbfs
import (
+ "github.com/keybase/kbfs/kbfsedits"
+ "github.com/stretchr/testify/require"
"testing"
"time"
@@ -225,3 +227,... | favorites_test: add test of interaction with user history | keybase_client | train |
8cbfa954fa12d81617784112e08abb8cef1d07c6 | diff --git a/services/managers/fleetup_manager.py b/services/managers/fleetup_manager.py
index <HASH>..<HASH> 100644
--- a/services/managers/fleetup_manager.py
+++ b/services/managers/fleetup_manager.py
@@ -132,6 +132,8 @@ class FleetUpManager():
logger.warn("Can't connect to Fleet-Up API, is it offline?!"... | catch IndexError when getting fitting doctrine #
addresses #<I> | allianceauth_allianceauth | train |
c27931c06597c52af1f4ce4bf52643df97306a9b | diff --git a/simuvex/plugins/solver.py b/simuvex/plugins/solver.py
index <HASH>..<HASH> 100644
--- a/simuvex/plugins/solver.py
+++ b/simuvex/plugins/solver.py
@@ -148,10 +148,15 @@ class SimSolver(SimStatePlugin):
def __getattr__(self, a):
f = getattr(claripy._all_operations, a)
if hasattr(f, '__... | properly support dir on SimSolver | angr_angr | train |
983a83b83aef5bf91fd793cd1f2c814fb54df5fa | diff --git a/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java b/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
+++ b/library/src/main/java/com/mikepenz/materialdrawer/Drawer.java
@@ -554,6 +554,10... | * get back the ActionBarDrawerToggle within the result | mikepenz_MaterialDrawer | train |
fe743c6722f38da20d6feb9fb7b8c03284b05bbe | diff --git a/pax-web-itest/pax-web-itest-container/pax-web-itest-container-common/src/main/java/org/ops4j/pax/web/itest/container/whiteboard/AbstractWhiteboardVirtualHostsIntegrationTest.java b/pax-web-itest/pax-web-itest-container/pax-web-itest-container-common/src/main/java/org/ops4j/pax/web/itest/container/whiteboar... | [#<I>] Add special Tomcat digester rules to handle connector names | ops4j_org.ops4j.pax.web | train |
f3cae0ddcfd8decce458b10b70635a290abdb108 | diff --git a/presto-raptor/src/main/java/com/facebook/presto/raptor/metadata/DatabaseShardManager.java b/presto-raptor/src/main/java/com/facebook/presto/raptor/metadata/DatabaseShardManager.java
index <HASH>..<HASH> 100644
--- a/presto-raptor/src/main/java/com/facebook/presto/raptor/metadata/DatabaseShardManager.java
+... | Delete created shards at end of transaction commit
This should reduce contention on the table. | prestodb_presto | train |
8b1dc585b30350283ede4247d36beecebc9fc16d | diff --git a/core/lib/engine_http.js b/core/lib/engine_http.js
index <HASH>..<HASH> 100644
--- a/core/lib/engine_http.js
+++ b/core/lib/engine_http.js
@@ -594,7 +594,6 @@ HttpEngine.prototype._handleResponse = function(url, res, ee, context, maybeCall
}
HttpEngine.prototype.setInitialContext = function(initialConte... | refactor(http): remove unnecessary reassignment of this | artilleryio_artillery | train |
83cf147649095f35ea6421a583153587c4afd8d9 | diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php
index <HASH>..<HASH> 100644
--- a/code/LeftAndMain.php
+++ b/code/LeftAndMain.php
@@ -1818,6 +1818,18 @@ class LeftAndMain extends Controller implements PermissionProvider
}
/**
+ * Generate a logout url with BackURL to the CMS
+ *
+ * @re... | FIX Issue where logging out from the CMS presents you with a login form with no BackURL | silverstripe_silverstripe-admin | train |
ac14a7f83c7077247913593f4ae44b0b03f38fbd | diff --git a/pymatgen/io/vasp/sets.py b/pymatgen/io/vasp/sets.py
index <HASH>..<HASH> 100644
--- a/pymatgen/io/vasp/sets.py
+++ b/pymatgen/io/vasp/sets.py
@@ -1256,8 +1256,12 @@ class MVLSlabSet(MPRelaxSet):
"""
def __init__(self, structure, k_product=50, bulk=False,
- auto_dipole=False, set... | sort structures before writnig slab inputs | materialsproject_pymatgen | train |
942f70d19654f323495b1e532a52b0ecc5d45a48 | diff --git a/bundles/org.eclipse.orion.client.editor/web/orion/editor/rulers.js b/bundles/org.eclipse.orion.client.editor/web/orion/editor/rulers.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.editor/web/orion/editor/rulers.js
+++ b/bundles/org.eclipse.orion.client.editor/web/orion/editor/rulers.... | zoom ruler - fix grabbing thumb | eclipse_orion.client | train |
014acaf08d1352bf011dc9931c71655fdff3106e | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -6888,6 +6888,13 @@ const devices = [
extend: gledopto.light_onoff_brightness_colortemp,
},
{
+ zigbeeModel: ['GL-C-006P'],
+ model: 'GL-C-006P',
+ vendor: 'Gledopto',
+ d... | feat(devices): support GL-C-<I>P (#<I>)
* feat(devices): support GL-C-<I>P
* Undo the accidental formatting | Koenkk_zigbee-shepherd-converters | train |
b2f6eea038071b102c5424b05173e0e974aebafb | diff --git a/app/helpers/filepicker_rails/application_helper.rb b/app/helpers/filepicker_rails/application_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/filepicker_rails/application_helper.rb
+++ b/app/helpers/filepicker_rails/application_helper.rb
@@ -19,5 +19,58 @@ module FilepickerRails
options[:dat... | add specs to filepicker_image_tag | filestack_filestack-rails | train |
12ab7254e857b8d6dc2c5e3e03c68365aa99f78c | diff --git a/htmresearch/algorithms/extended_temporal_memory.py b/htmresearch/algorithms/extended_temporal_memory.py
index <HASH>..<HASH> 100644
--- a/htmresearch/algorithms/extended_temporal_memory.py
+++ b/htmresearch/algorithms/extended_temporal_memory.py
@@ -61,13 +61,13 @@ class ExtendedTemporalMemory(object):
... | s/list/sequence | numenta_htmresearch | train |
82172f54ab722fb9de998d0ae4c24337e41d5787 | diff --git a/broadlink/__init__.py b/broadlink/__init__.py
index <HASH>..<HASH> 100644
--- a/broadlink/__init__.py
+++ b/broadlink/__init__.py
@@ -58,6 +58,8 @@ def gendevice(devtype, host, mac):
return mp1(host=host, mac=mac)
elif devtype == 0x2722: # S1 (SmartOne Alarm Kit)
return S1C(host=host, mac=mac)... | support for dooya curtain motor (#<I>) | mjg59_python-broadlink | train |
f7d32b17afa83c24099ebbad7dc3fbe1b469830f | diff --git a/moco-core/src/test/java/com/github/dreamhead/moco/MocoProxyTest.java b/moco-core/src/test/java/com/github/dreamhead/moco/MocoProxyTest.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/test/java/com/github/dreamhead/moco/MocoProxyTest.java
+++ b/moco-core/src/test/java/com/github/dreamhead/moco/MocoProx... | added more tests to proxy statuses | dreamhead_moco | train |
f2443a40dc08f96238b81b759a9fa59da272c6a9 | diff --git a/kafka_utils/kafka_consumer_manager/commands/watermark_get.py b/kafka_utils/kafka_consumer_manager/commands/watermark_get.py
index <HASH>..<HASH> 100644
--- a/kafka_utils/kafka_consumer_manager/commands/watermark_get.py
+++ b/kafka_utils/kafka_consumer_manager/commands/watermark_get.py
@@ -16,8 +16,6 @@ fro... | adding Exception so as to look at the exception message | Yelp_kafka-utils | train |
83abd0e39282dcaec133fd9664586fde814a3534 | diff --git a/lib/neo4j/active_node/query/query_proxy_methods.rb b/lib/neo4j/active_node/query/query_proxy_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/neo4j/active_node/query/query_proxy_methods.rb
+++ b/lib/neo4j/active_node/query/query_proxy_methods.rb
@@ -3,18 +3,21 @@ module Neo4j
module Query
modul... | use COLLECT and HEAD/LAST for first and last | neo4jrb_neo4j | train |
136415cf6060ca34a2b10af0460bc42f4a3eec87 | diff --git a/app/helpers/effective_resources_private_helper.rb b/app/helpers/effective_resources_private_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/effective_resources_private_helper.rb
+++ b/app/helpers/effective_resources_private_helper.rb
@@ -4,7 +4,7 @@ module EffectiveResourcesPrivateHelper
REPLACE... | Use .try instead of &. for oldschool ruby compatibility | code-and-effect_effective_resources | train |
aa9c162c607b90a95335d37ac1f99bddbbc8b827 | diff --git a/builder/docker/artifact_import.go b/builder/docker/artifact_import.go
index <HASH>..<HASH> 100644
--- a/builder/docker/artifact_import.go
+++ b/builder/docker/artifact_import.go
@@ -30,17 +30,12 @@ func (a *ImportArtifact) Id() string {
}
func (a *ImportArtifact) String() string {
- tags := a.StateData... | improve docker_tags artifact state read | hashicorp_packer | train |
aa5a0557fb23a6268eb865549418882f5bf88c7c | diff --git a/lib/nmap/program.rb b/lib/nmap/program.rb
index <HASH>..<HASH> 100644
--- a/lib/nmap/program.rb
+++ b/lib/nmap/program.rb
@@ -23,14 +23,14 @@ module Nmap
# @return [Boolean]
# Specifies whether the command exited normally.
#
- # @example
+ # @example Specifying nmap options via a Has... | Added descriptions to the Program.scan examples. | sophsec_ruby-nmap | train |
72f08bf88f8a3a30f49d3aef6c8102c0cd6514ed | diff --git a/scribble-file/src/main/java/io/inkstand/scribble/rules/TemporaryZipFile.java b/scribble-file/src/main/java/io/inkstand/scribble/rules/TemporaryZipFile.java
index <HASH>..<HASH> 100644
--- a/scribble-file/src/main/java/io/inkstand/scribble/rules/TemporaryZipFile.java
+++ b/scribble-file/src/main/java/io/ink... | SCRIB-<I> refactoring | inkstand-io_scribble | train |
9fed8e1ae1657f97e92afb0bd28875b9fe29654a | diff --git a/lib/evendoors/particle.rb b/lib/evendoors/particle.rb
index <HASH>..<HASH> 100644
--- a/lib/evendoors/particle.rb
+++ b/lib/evendoors/particle.rb
@@ -119,11 +119,7 @@ module EvenDoors
#
# merge particles management
#
- def merged_count
- @merged.length
- ... | particle: rename merge->merge! add merged_shift, remove merged_count | jeremyz_edoors-ruby | train |
0cd687cc19b8bf32d8aea33ef3f6035e30c65c0d | diff --git a/release/ray_release/file_manager/job_file_manager.py b/release/ray_release/file_manager/job_file_manager.py
index <HASH>..<HASH> 100644
--- a/release/ray_release/file_manager/job_file_manager.py
+++ b/release/ray_release/file_manager/job_file_manager.py
@@ -48,13 +48,15 @@ class JobFileManager(FileManager)... | [Nightly test] Fix job download retry (#<I>)
Currently when we download a file to the cluster using a job, we don't do the retry. | ray-project_ray | train |
b86dfe536694e227130f055741acf91ae02d2c3c | diff --git a/lib/Proem/Signal/Manager/Standard.php b/lib/Proem/Signal/Manager/Standard.php
index <HASH>..<HASH> 100644
--- a/lib/Proem/Signal/Manager/Standard.php
+++ b/lib/Proem/Signal/Manager/Standard.php
@@ -86,18 +86,6 @@ class Standard implements Template
}
/**
- * Enable wildcard searching.
- ... | Removing the need to manually enable wildcard notation. | proem-components_signal | train |
760fc567e2c82e2fd939f010189bdeabb85e268f | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -19,6 +19,7 @@ import (
"context"
"encoding/json"
"fmt"
+ "io/ioutil"
"os"
"path/filepath"
"strconv"
@@ -1046,6 +1047,21 @@ func (kub *Kubectl) ValidateNo... | Test: Dump Cilium Logs for the test in a separate file.
Just dump all Cilium logs for the test time in a separate file so it is
easy to figure it out what happens during the test. | cilium_cilium | train |
c704684eaffb642ac964beee0227dacd1523993b | diff --git a/src/Cms/AbstractWebTemplate.php b/src/Cms/AbstractWebTemplate.php
index <HASH>..<HASH> 100644
--- a/src/Cms/AbstractWebTemplate.php
+++ b/src/Cms/AbstractWebTemplate.php
@@ -202,10 +202,10 @@ abstract class AbstractWebTemplate extends CharcoalTemplate implements
}
if (!$desc) {
- ... | Defining more agnostic method names for fallback hooks | mcaskill_charcoal-support | train |
59ec8f3844da5827c62db5d911f506bf646b96a5 | diff --git a/httpfile/httpfile.go b/httpfile/httpfile.go
index <HASH>..<HASH> 100644
--- a/httpfile/httpfile.go
+++ b/httpfile/httpfile.go
@@ -563,6 +563,8 @@ func shouldRetry(err error) bool {
return true
}
} else if urlError, ok := err.(*url.Error); ok {
+ // examples: "dial tcp: [...] on port 53: server mi... | Retry on read tcp | itchio_httpkit | train |
74fa03a72aac98a2740dcb22a7163efc13f3f756 | diff --git a/ghost/admin/lib/koenig-editor/addon/options/parser-plugins.js b/ghost/admin/lib/koenig-editor/addon/options/parser-plugins.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/lib/koenig-editor/addon/options/parser-plugins.js
+++ b/ghost/admin/lib/koenig-editor/addon/options/parser-plugins.js
@@ -77,6 +77,38 @... | add figure-to-code-card parser plugin, add language detection to code card parsers | TryGhost_Ghost | train |
74bbcefc75517f248a570ce82acad94a9af32cd0 | diff --git a/core/Piwik.php b/core/Piwik.php
index <HASH>..<HASH> 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -1623,7 +1623,6 @@ class Piwik
$piwikUrl = @$matches[2];
$jsCode = str_replace('{$idSite}', $idSite, $jsCode);
$jsCode = str_replace('{$piwikUrl}', Piwik_Common::sanitizeInputValue($piwikUrl), ... | hrefTitle isn't used in the javascriptCode.tpl - no need to replace it. | matomo-org_matomo | train |
242d17a3bcd3a0bd715faf368e9de4c1c1e55904 | diff --git a/lib/heroku/commands/app.rb b/lib/heroku/commands/app.rb
index <HASH>..<HASH> 100644
--- a/lib/heroku/commands/app.rb
+++ b/lib/heroku/commands/app.rb
@@ -55,7 +55,7 @@ module Heroku::Command
first = true
lead = "Collaborators:"
attrs[:collaborators].each do |collaborator|
- display "#{first ... | don't show edit/view access when listing collaborators | heroku_legacy-cli | train |
8e04335f4846657bda6d2d1da2417ccf16e04445 | diff --git a/src/org/opencms/widgets/CmsSelectGroupWidget.java b/src/org/opencms/widgets/CmsSelectGroupWidget.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/widgets/CmsSelectGroupWidget.java
+++ b/src/org/opencms/widgets/CmsSelectGroupWidget.java
@@ -160,15 +160,6 @@ public class CmsSelectGroupWidget extends Cm... | Remove the getWidgetName function to use the super function. | alkacon_opencms-core | train |
d33e707e034fcb4fdd5ba2b92b8a818a3b541421 | diff --git a/openid.php b/openid.php
index <HASH>..<HASH> 100644
--- a/openid.php
+++ b/openid.php
@@ -326,7 +326,7 @@ class LightOpenID
return $this->headers;
}
- $headers = $this->parse_header_array($headers);
+ $headers = $this->parse_header_array($headers, $upda... | Bugfix for issue #<I>. | Mewp_lightopenid | train |
d8e85fbea493e4d0147e44ed62ccbd0ef6bd34f6 | diff --git a/test/test_autopep8.py b/test/test_autopep8.py
index <HASH>..<HASH> 100755
--- a/test/test_autopep8.py
+++ b/test/test_autopep8.py
@@ -7069,6 +7069,7 @@ def autopep8_subprocess(line, options, timeout=None):
time.sleep(0.5)
timeout -= 0.5
if p.poll()... | kill process when timed out with hangup | hhatto_autopep8 | train |
a77a595e2729948a78bd0e05c0d6a88ae0898c3d | diff --git a/tests/test_registry.py b/tests/test_registry.py
index <HASH>..<HASH> 100644
--- a/tests/test_registry.py
+++ b/tests/test_registry.py
@@ -386,6 +386,28 @@ class TestDispatch(object):
result = registry.dispatch(fake_request)
TestDispatch.assert_error(result, 4.0, InvalidRequestError)
+ ... | Add more tests and support unknown ids | palantir_typedjsonrpc | train |
a3965934a1953f03399531db3adc8ffa9c6eef96 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -901,6 +901,7 @@ func (c *HostClient) connsCleaner() {
// Do not copy(c.conns, c.conns[1:]), since this may be
// quite slow for multi-million conns count.
// Just move c.conns one position ahead.
+ c.conns[0... | Simplify GC life by zeroing references to closed worker chans and client conns | valyala_fasthttp | train |
68b4cd63bb020b135b8440d52bbf585bb5005efd | diff --git a/bin/tools/utils.js b/bin/tools/utils.js
index <HASH>..<HASH> 100644
--- a/bin/tools/utils.js
+++ b/bin/tools/utils.js
@@ -199,13 +199,13 @@ fs.copyFileSync("bin/build/qx.cmd", "tmp/qx.cmd");
if (result.exitCode) {
process.exit(result.exitCode);
}
-
- console.log("Compiling and deploy build ve... | back to just compile instead of deploy | qooxdoo_qooxdoo-compiler | train |
26166c1a28fea747dce7211206f20974a63c8939 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## Unreleased
+
+### Fixed
+
+* You can now use pointer... | Allow pointers for file loader paths (#<I>) | thephpleague_json-guard | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.