hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a7fad65792b37a3f8643149ebbee64cfabfbcea8 | diff --git a/activerecord/lib/active_record/migration/command_recorder.rb b/activerecord/lib/active_record/migration/command_recorder.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/migration/command_recorder.rb
+++ b/activerecord/lib/active_record/migration/command_recorder.rb
@@ -79,8 +79,12 @@ mo... | Simple fix for correctly inverting an add_index migration when a name has been provided | rails_rails | train |
220602b7f0fd885158c7b524985602c677ce4518 | diff --git a/admin/tool/monitor/index.php b/admin/tool/monitor/index.php
index <HASH>..<HASH> 100644
--- a/admin/tool/monitor/index.php
+++ b/admin/tool/monitor/index.php
@@ -107,5 +107,13 @@ if (empty($totalrules)) {
echo $link;
}
echo html_writer::end_div();
+} else if (has_capability('tool/monitor... | MDL-<I> tool_monitor: Add links between subscribe and rule manager | moodle_moodle | train |
6febb352c105748e3f0c26b1cdcc8ecf25a2c551 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meadow-endpoints",
- "version": "1.0.14",
+ "version": "1.0.15",
"description": "Automatic API endpoints for Meadow data.",
"main": "source/Meadow-Endpoints.js",
"scripts"... | Exposed serialized filter parser | stevenvelozo_meadow-endpoints | train |
2a1be653b32eeac6785821a6bfe3269c23d42558 | diff --git a/lang/es.js b/lang/es.js
index <HASH>..<HASH> 100644
--- a/lang/es.js
+++ b/lang/es.js
@@ -29,9 +29,9 @@
longDateFormat : {
LT : "H:mm",
L : "DD/MM/YYYY",
- LL : "D [de] MMMM [de] YYYY",
- LLL : "D [de] MMMM [de] YYYY LT",
- LLLL : "dddd, D... | Update es longDateFormats
I think this is more correct Spanish, maybe a native speaker can confirm? | moment_moment | train |
885d1a6d4c95df15a345aec9935f4082f6bbd4d0 | diff --git a/azurerm/internal/tools/generator-resource-id/main.go b/azurerm/internal/tools/generator-resource-id/main.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/tools/generator-resource-id/main.go
+++ b/azurerm/internal/tools/generator-resource-id/main.go
@@ -412,7 +412,7 @@ func (id ResourceIdGenerator) cod... | generator: removing the subscription id argument from the generator | terraform-providers_terraform-provider-azurerm | train |
afdbb649776fc6781d3f65aca0a7a0715da20ef4 | diff --git a/reconfigure/coordinator.js b/reconfigure/coordinator.js
index <HASH>..<HASH> 100644
--- a/reconfigure/coordinator.js
+++ b/reconfigure/coordinator.js
@@ -44,6 +44,7 @@ Coordinator.prototype.update = cadence(function (async) {
Coordinator.prototype.retry = cadence(function (async) {
var failed = Obj... | Still bail if nothing to do. | bigeasy_reconfigure | train |
619d1fc72774a550a516fa572dba5004ee586fed | diff --git a/test/mkdirp/opts_fs.test.js b/test/mkdirp/opts_fs.test.js
index <HASH>..<HASH> 100644
--- a/test/mkdirp/opts_fs.test.js
+++ b/test/mkdirp/opts_fs.test.js
@@ -1,27 +1,27 @@
-var mkdirp = require('../');
-var path = require('path');
-var test = require('tap').test;
-var mockfs = require('mock-fs');
+var mkdi... | test/mkdirp/opts_fs.test: removed semicolons | jprichardson_node-fs-extra | train |
1bf0e74953b6c0ac6e11374aefb498790586297d | diff --git a/classes/Hash.php b/classes/Hash.php
index <HASH>..<HASH> 100644
--- a/classes/Hash.php
+++ b/classes/Hash.php
@@ -20,7 +20,7 @@ class Hash {
* @return string The hash string
*/
public static function make($payload, $method = 'md5') {
- return hash($method, serialize($payload));
+ return ... | New: Hash:random, gives you a fast random id | caffeina-core_core | train |
723ed8156194f9e0333072a2f6f32a0df5d857e3 | diff --git a/pylisp/packet/lisp/data.py b/pylisp/packet/lisp/data.py
index <HASH>..<HASH> 100644
--- a/pylisp/packet/lisp/data.py
+++ b/pylisp/packet/lisp/data.py
@@ -6,14 +6,14 @@ Created on 5 jan. 2013
from bitstring import ConstBitStream, BitArray, Bits
from pylisp.packet.ip.ipv4 import IPv4Packet
from pylisp.pac... | This is a ProtocolElement, not a Protocol (it has no header-type and no next-header fields) | steffann_pylisp | train |
7c2267e4ba6388b889deb7f17ffef593ce39637f | diff --git a/code/extensions/ElementPageExtension.php b/code/extensions/ElementPageExtension.php
index <HASH>..<HASH> 100644
--- a/code/extensions/ElementPageExtension.php
+++ b/code/extensions/ElementPageExtension.php
@@ -81,7 +81,7 @@ class ElementPageExtension extends DataExtension
$config->removeComponents... | Add gridfield without depending on metadata being present | dnadesign_silverstripe-elemental | train |
282999a23037b219a546486a2ff184f3e2830cd5 | diff --git a/lib/licensee/projects/fs_project.rb b/lib/licensee/projects/fs_project.rb
index <HASH>..<HASH> 100644
--- a/lib/licensee/projects/fs_project.rb
+++ b/lib/licensee/projects/fs_project.rb
@@ -24,7 +24,7 @@ module Licensee
pattern = '*'
end
- Dir.glob(::File.join(path, pattern)) do |fil... | fs_project: Fix globbing Windows paths
Dir.glob() does not take backslashes, not even when running on Windows,
see <URL> | licensee_licensee | train |
b4e9c909bae6ceb3ebe09ceeac2db15d7b0dfe78 | diff --git a/core/service.go b/core/service.go
index <HASH>..<HASH> 100644
--- a/core/service.go
+++ b/core/service.go
@@ -13,7 +13,6 @@ import (
"syscall"
"github.com/coreos/go-etcd/etcd"
- "github.com/davecgh/go-spew/spew"
"tux21b.org/v1/gocql/uuid"
)
@@ -36,7 +35,6 @@ type Service struct {
}
func NewS... | friendlier print of Pilosa/version on start | pilosa_pilosa | train |
185f3d9d48678b91dba8772e9348f7660539b1bf | diff --git a/builder/vsphere/clone/config.go b/builder/vsphere/clone/config.go
index <HASH>..<HASH> 100644
--- a/builder/vsphere/clone/config.go
+++ b/builder/vsphere/clone/config.go
@@ -65,7 +65,7 @@ func (c *Config) Prepare(raws ...interface{}) ([]string, error) {
return nil, err
}
- warnings := make([]string,... | vsphere clone config not yet using warnings, leaving code commented out | hashicorp_packer | train |
90c3e9ddc493cf8e778d0c7540f47226c9818835 | diff --git a/hamster_lib/helpers.py b/hamster_lib/helpers.py
index <HASH>..<HASH> 100644
--- a/hamster_lib/helpers.py
+++ b/hamster_lib/helpers.py
@@ -2,9 +2,9 @@
# Copyright (C) 2015-2016 Eric Goller <eric.goller@ninjaduck.solutions>
-# This file is part of 'hamste-lib'.
+# This file is part of 'hamster-lib'.
#
... | Minor fix to docstring/license | projecthamster_hamster-lib | train |
aebedc18d2082b32a5ebafa22f55354d2c402ea4 | diff --git a/elevation/cli.py b/elevation/cli.py
index <HASH>..<HASH> 100644
--- a/elevation/cli.py
+++ b/elevation/cli.py
@@ -35,6 +35,7 @@ def eio():
@eio.command(short_help='Audits your installation for common issues.')
def selfcheck():
util.selfcheck(tools=elevation.TOOLS)
+ print('Your system is ready.')... | Be more verbose by default. Silence was too confusing for new users. | bopen_elevation | train |
c1ee734566ff1f1d94b51c21fb512a83f9949d95 | diff --git a/src/GraphQL/WsManager.php b/src/GraphQL/WsManager.php
index <HASH>..<HASH> 100644
--- a/src/GraphQL/WsManager.php
+++ b/src/GraphQL/WsManager.php
@@ -266,7 +266,7 @@ class WsManager
/**
* @param string $eventName
- * @param array $withArgs
+ * @param array $withArgs
*
* @r... | Apply fixes from StyleCI (#<I>) | leocavalcante_siler | train |
70bddc1aea40966bccf701179d0c725ab01642fe | diff --git a/src/internal/transitions/Collapse.js b/src/internal/transitions/Collapse.js
index <HASH>..<HASH> 100644
--- a/src/internal/transitions/Collapse.js
+++ b/src/internal/transitions/Collapse.js
@@ -14,6 +14,7 @@ export const styleSheet = createStyleSheet('Collapse', (theme) => {
},
entered: {
... | [Collapse] Fix transition animation in Safari | mui-org_material-ui | train |
cb866db097a99a982c886a937e17012c157cfa81 | diff --git a/src/ValidationError.php b/src/ValidationError.php
index <HASH>..<HASH> 100644
--- a/src/ValidationError.php
+++ b/src/ValidationError.php
@@ -49,10 +49,11 @@ class ValidationError extends Error
* @param any|null $messageParams
* @param int|null $code
* @param array|null ... | ValidationError: fix previous issue. | froq_froq-validation | train |
bcffb6c2ffae79725105462166c1d255a064c39d | diff --git a/src/CardBuilder.js b/src/CardBuilder.js
index <HASH>..<HASH> 100644
--- a/src/CardBuilder.js
+++ b/src/CardBuilder.js
@@ -65,18 +65,36 @@ CardBuilder.prototype.setConfig = function (config) {
return this;
};
+CardBuilder.prototype.resetConfig = function () {
+ this._object.config = this._configB... | Added sub-resetters for CardBuilder | martinvl_liveshot-protocol | train |
4ea9a746ee864a133ce910641ac0bac950bba343 | diff --git a/structr-ui/src/main/java/org/structr/web/entity/dom/DOMElement.java b/structr-ui/src/main/java/org/structr/web/entity/dom/DOMElement.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/java/org/structr/web/entity/dom/DOMElement.java
+++ b/structr-ui/src/main/java/org/structr/web/entity/dom/DOMElemen... | new property 'hideOnDetail' to hide elements in detail mode | structr_structr | train |
9c25c0e9ff54debbd90a7eeeb3444ddccc8c12e3 | diff --git a/lib/Doctrine/ODM/CouchDB/Configuration.php b/lib/Doctrine/ODM/CouchDB/Configuration.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/CouchDB/Configuration.php
+++ b/lib/Doctrine/ODM/CouchDB/Configuration.php
@@ -15,6 +15,7 @@ class Configuration
public function getHttpClient()
{
+ ... | added todo note to support automatic httpclient instanciation | doctrine_couchdb-odm | train |
82a94cb769bb23ec9d2a39e041087b3241179332 | diff --git a/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java b/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
index <HASH>..<HASH> 100644
--- a/restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.... | Fixes for CallsEndoint after merge for #<I> | RestComm_Restcomm-Connect | train |
b15100d983766081850ff67763d276f93d0bb12b | diff --git a/lxd/images.go b/lxd/images.go
index <HASH>..<HASH> 100644
--- a/lxd/images.go
+++ b/lxd/images.go
@@ -1126,7 +1126,6 @@ func autoUpdateImage(d *Daemon, op *operations.Operation, id int, info *api.Imag
for _, poolName := range poolNames {
newInfo, err := d.ImageDownload(op, source.Server, source.Prot... | lxd/images: Removes hardcoded default project arg for ImageGet in autoUpdateImage
When using images in projects, this was preventing updates of image and leaving orphaned volumes created on storage device. | lxc_lxd | train |
463f1c697d157ce0fee7e715f68b24237189ff08 | diff --git a/src/collection/algorithms/betweenness-centrality.js b/src/collection/algorithms/betweenness-centrality.js
index <HASH>..<HASH> 100644
--- a/src/collection/algorithms/betweenness-centrality.js
+++ b/src/collection/algorithms/betweenness-centrality.js
@@ -136,10 +136,10 @@ let elesfn = ({
let v = ... | Fix Betweenness Centrality: aggregating paths. | cytoscape_cytoscape.js | train |
1b1f6da35fa07c1e117e78ec4b8d650101210c9a | diff --git a/tests/utils.py b/tests/utils.py
index <HASH>..<HASH> 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -11,6 +11,7 @@ from websocket_server import WebsocketServer
class TestClient():
def __init__(self, port, threaded=True):
+ self.received_messages = []
websocket.enableTrace(True)... | Make TestClient to accumulate messages received | Pithikos_python-websocket-server | train |
fd4c3b2520dded1accc58a4f16a86ea018f678b6 | diff --git a/library/src/main/java/jp/co/recruit_mp/android/widget/HeaderFooterGridView.java b/library/src/main/java/jp/co/recruit_mp/android/widget/HeaderFooterGridView.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/jp/co/recruit_mp/android/widget/HeaderFooterGridView.java
+++ b/library/src/main/java/jp/... | Fixed bug that cause empty view holder (between adapter and footer) get wrong view type id | recruit-mp_android-HeaderFooterGridView | train |
326a6286b7d43bda6172a628e671b61edfab6fc7 | diff --git a/web/src/main/java/uk/ac/ebi/atlas/experiments/ExperimentsController.java b/web/src/main/java/uk/ac/ebi/atlas/experiments/ExperimentsController.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/uk/ac/ebi/atlas/experiments/ExperimentsController.java
+++ b/web/src/main/java/uk/ac/ebi/atlas/experiments/... | Parameterised experiments table page: changed experimentType to type in the URL parameters to conform to the specifications of the story | ebi-gene-expression-group_atlas | train |
09305db48fbc57a7222aa1be0015e95ea2125360 | diff --git a/packages/@vue/cli-service/lib/commands/build/setPublicPath.js b/packages/@vue/cli-service/lib/commands/build/setPublicPath.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/commands/build/setPublicPath.js
+++ b/packages/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -6,3 +6,6 @@ i... | chore: add module concatenation hint (#<I>)
Allow Webpack to process this file as an ES Module, which allows
concatenating using ModuleConcatenationPlugin, resulting in a slightly
smaller bundle and removes the overhead of a runtime `require()`.
The export default null will get optimized away during tree-shaking. | vuejs_vue-cli | train |
c4a670973a91229b780083e3ee5bf5bbb8365f24 | diff --git a/src/main/java/com/opsmatters/newrelic/api/services/AlertChannelService.java b/src/main/java/com/opsmatters/newrelic/api/services/AlertChannelService.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/opsmatters/newrelic/api/services/AlertChannelService.java
+++ b/src/main/java/com/opsmatters/newrelic... | Added method to list channels for policy | opsmatters_newrelic-api | train |
73f4ae499f1fc50c0b018a5d2330a7f0fde387ec | diff --git a/Factory/FeedFactory.php b/Factory/FeedFactory.php
index <HASH>..<HASH> 100644
--- a/Factory/FeedFactory.php
+++ b/Factory/FeedFactory.php
@@ -160,8 +160,6 @@ class FeedFactory implements ContainerAwareInterface
*/
protected function fetchProviderItems($parameters)
{
- $provider = nul... | Fixed Scrutinizer issues and added Scrutinizer Code Quality badge | argentumua_ArgentumFeedBundle | train |
342af6a808c962ce02da26461b403aa4465f05cc | diff --git a/src/components/select/select.js b/src/components/select/select.js
index <HASH>..<HASH> 100755
--- a/src/components/select/select.js
+++ b/src/components/select/select.js
@@ -566,7 +566,8 @@ function OptionDirective($mdInkRipple, $mdUtil) {
} else if (angular.isDefined(attr.value)) {
setOptionVa... | feat(select): add auto-inference of option value
This makes md-option follow HTML5 behavior of setting the value to
the text value of the option if no value is specified.
closes #<I> | angular_material | train |
af38a3f8dc7d687614a4e85ef683c65ad1de0e85 | diff --git a/modules/metarefresh/bin/metarefresh.php b/modules/metarefresh/bin/metarefresh.php
index <HASH>..<HASH> 100755
--- a/modules/metarefresh/bin/metarefresh.php
+++ b/modules/metarefresh/bin/metarefresh.php
@@ -31,10 +31,6 @@ $toStdOut = FALSE;
*/
$validateFingerprint = NULL;
-/* $CA contains a path to a P... | metarefresh: Remove nonworking ca-code | simplesamlphp_saml2 | train |
ec0f9eab0d1da9a9ebd34d5775205505cf597131 | diff --git a/cmd/routing-api/api_test.go b/cmd/routing-api/api_test.go
index <HASH>..<HASH> 100644
--- a/cmd/routing-api/api_test.go
+++ b/cmd/routing-api/api_test.go
@@ -226,7 +226,7 @@ var _ = Describe("Routes API", func() {
event, err := eventStream.Next()
Expect(err).NotTo(HaveOccurred())
return e... | Update Eventually timeout for api test
[#<I>] | cloudfoundry_routing-api | train |
14646b7c38caeceface6e2a35f94392356886b9f | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,7 @@
# UNRELEASED
- [FIXED] Set default value for `partitioned` parameter to false when creating a design document.
+- [FIXED] Corrected setting of `partitioned` flag for `create_query_index` requests.
#... | Make `create_query_index` always supply `partitioned` (#<I>)
`create_query_index` does not always supply `partitioned` which is
always required by the service.
This commit changes that so that `partitioned` is now always
present in the `create_query_index` requests when defined.
This fixes #<I> | cloudant_python-cloudant | train |
3dc772055ff1c26646702d1fa3e79e35f38fcd31 | diff --git a/lib/BasicClient.php b/lib/BasicClient.php
index <HASH>..<HASH> 100644
--- a/lib/BasicClient.php
+++ b/lib/BasicClient.php
@@ -341,7 +341,7 @@ final class BasicClient implements Client {
/** @var ClientSocket $socket */
$socket = yield $this->socketPool->checkout($socketCheckoutUri... | Fix exception message for failed DNS lookups | amphp_artax | train |
a08b631d9f90474d6645244e8645bebed0110876 | diff --git a/state/api/deployer/deployer.go b/state/api/deployer/deployer.go
index <HASH>..<HASH> 100644
--- a/state/api/deployer/deployer.go
+++ b/state/api/deployer/deployer.go
@@ -12,12 +12,17 @@ import (
// State provides access to the deployer worker's idea of the state.
type State struct {
caller base.Caller
... | Embed APIAdresser in deployer state | juju_juju | train |
b9d604d8c60d2630ec0651309bf079aebb775c07 | diff --git a/lib/ooor.rb b/lib/ooor.rb
index <HASH>..<HASH> 100644
--- a/lib/ooor.rb
+++ b/lib/ooor.rb
@@ -66,6 +66,15 @@ module Ooor
def model_registry_handler() @model_registry_handler ||= ModelRegistryHandler.new; end
end
+
+
+ def with_session(config={})
+ yield Ooor.session_handler.retrieve_s... | refactor: Ooor::Block -> Ooor for simplicity | akretion_ooor | train |
40e8487fcc51483a4b03bc2069a723b91f4efd86 | diff --git a/staff_toolbar/items.py b/staff_toolbar/items.py
index <HASH>..<HASH> 100644
--- a/staff_toolbar/items.py
+++ b/staff_toolbar/items.py
@@ -173,7 +173,7 @@ class ChangeObjectLink(Link):
if object and url:
# URL and object, use that!
return (url, _admin_title(object))
- ... | Fix NoReverseMatch for admin link on newly created objects | edoburu_django-staff-toolbar | train |
f80d7acf832dc4471ffc0cad09ad515d114da542 | diff --git a/shinken/objects/host.py b/shinken/objects/host.py
index <HASH>..<HASH> 100644
--- a/shinken/objects/host.py
+++ b/shinken/objects/host.py
@@ -123,7 +123,7 @@ class Host(SchedulingItem):
'maintenance_period': StringProp(default='', fill_brok=['full_status']),
# Criticity value
- ... | Fix: remove criticity from retention data, it was stupid to put it in it. | Alignak-monitoring_alignak | train |
3772650c00a5ff99ee6c4e15e127a098072ef159 | diff --git a/exp/sdb/conn/http_conn.go b/exp/sdb/conn/http_conn.go
index <HASH>..<HASH> 100644
--- a/exp/sdb/conn/http_conn.go
+++ b/exp/sdb/conn/http_conn.go
@@ -16,6 +16,7 @@
package conn
import (
+ "fmt"
"net/url"
)
@@ -35,4 +36,20 @@ type HttpConn interface {
// Return a connection to the supplied endpo... | Added a stub implementation. | jacobsa_aws | train |
22042de6cedbf2ba2cdf8d9391baf24e3514fb0b | diff --git a/treeherder/config/settings.py b/treeherder/config/settings.py
index <HASH>..<HASH> 100644
--- a/treeherder/config/settings.py
+++ b/treeherder/config/settings.py
@@ -395,17 +395,17 @@ CELERYBEAT_SCHEDULE = {
}
},
'daily-intermittents-commenter': {
- # Executes every morning at 7 a... | Bug <I> - fix commenter celery task (#<I>)
Change intermittents-commenter task soft and hard time limits to 2 hours
and change the time.sleep to <I> in print_or_submit_changes. Switch the
weekly task to submit comments Monday instead of Sunday (to avoid
issues arising from the PI bug closing task running Sunday nig... | mozilla_treeherder | train |
ce753b3dee6fdcd713541ea1370cecde5dd00e67 | diff --git a/src/Admin/AbstractAdmin.php b/src/Admin/AbstractAdmin.php
index <HASH>..<HASH> 100644
--- a/src/Admin/AbstractAdmin.php
+++ b/src/Admin/AbstractAdmin.php
@@ -1124,7 +1124,7 @@ abstract class AbstractAdmin extends AbstractTaggedAdmin implements AdminInterfa
return null;
}
- $s... | Fix psalm issue (#<I>) | sonata-project_SonataAdminBundle | train |
dd7ef8b336fa96a133f04b249580a84c22bed6c8 | diff --git a/rlp/sedes/lists.py b/rlp/sedes/lists.py
index <HASH>..<HASH> 100644
--- a/rlp/sedes/lists.py
+++ b/rlp/sedes/lists.py
@@ -7,14 +7,6 @@ from itertools import izip, imap
from ..exceptions import SerializationError, DeserializationError
-class class_property(property):
- """same as ``property`` but fo... | Removed class_property (not used any longer) | ethereum_pyrlp | train |
c70f93c14ba2aeec67281c5365d6ad078e94194f | diff --git a/marshmallow/schema.py b/marshmallow/schema.py
index <HASH>..<HASH> 100644
--- a/marshmallow/schema.py
+++ b/marshmallow/schema.py
@@ -766,6 +766,8 @@ class BaseSchema(base.SchemaABC):
try:
field_obj = self.fields[field_name]
except KeyError:
+ if fi... | Small fix in BaseSchema._invoke_field_validators
Replace return => continue, so that loop does not stop | marshmallow-code_marshmallow | train |
3ce3d5f8381c154a7ed19f56c478560b87787a0b | diff --git a/lib/inspectors/weinre.js b/lib/inspectors/weinre.js
index <HASH>..<HASH> 100644
--- a/lib/inspectors/weinre.js
+++ b/lib/inspectors/weinre.js
@@ -7,7 +7,7 @@ module.exports = function(req, res, next) {
if (!weinreUrl) {
weinrePath = this.config.WEBUI_PATH + 'weinre.' + this.config.weinreport;
... | feat: use relative path instead of absolute path of weinre & log | avwo_whistle | train |
cf8aa2a63086e4653679ad446d2e9d1674d74d37 | diff --git a/tests/tests-common/src/main/java/com/hazelcast/simulator/tests/replicatedmap/ReplicatedMapTest.java b/tests/tests-common/src/main/java/com/hazelcast/simulator/tests/replicatedmap/ReplicatedMapTest.java
index <HASH>..<HASH> 100644
--- a/tests/tests-common/src/main/java/com/hazelcast/simulator/tests/replicat... | Minimal cleanup of ReplicatedMapTest. | hazelcast_hazelcast-simulator | train |
03231e82b22dc4164bf40d8f72abf601e4600650 | diff --git a/src/Repositories/EloquentPage.php b/src/Repositories/EloquentPage.php
index <HASH>..<HASH> 100644
--- a/src/Repositories/EloquentPage.php
+++ b/src/Repositories/EloquentPage.php
@@ -54,7 +54,8 @@ class EloquentPage extends EloquentRepository
}
$models = $repository->orderBy('position', ... | where-like in json field | TypiCMS_Pages | train |
8f99621e24d16563a9a5fec69af25c535f315d3b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,6 @@ setup(
'pyramda.private.curry_spec',
'pyramda.relation'
],
- install_requires=['future'],
tests_require=['nose', 'coverage', 'mock'],
zip_safe=False
) | Removed install_requires=['future'],
Removed install_requires=['future'], from the code as it is no longer required because we are removing all the python 2.* support entirely. | jackfirth_pyramda | train |
af6745ad5b54dca134552f7ec2f4c16f1a2d6895 | diff --git a/src/components/dropdown/Dropdown.js b/src/components/dropdown/Dropdown.js
index <HASH>..<HASH> 100644
--- a/src/components/dropdown/Dropdown.js
+++ b/src/components/dropdown/Dropdown.js
@@ -110,6 +110,7 @@ export class Dropdown extends Component {
this.onOptionClick = this.onOptionClick.bind(this)... | Fixed #<I> - When the input filter element is clicked, the panel closes on DropDown | primefaces_primereact | train |
8ef268bf1fea09e697c068bd10dbcecfd1451f86 | diff --git a/stripe.go b/stripe.go
index <HASH>..<HASH> 100644
--- a/stripe.go
+++ b/stripe.go
@@ -176,7 +176,6 @@ type BackendImplementation struct {
enableTelemetry bool
requestMetricsBuffer chan requestMetrics
- requestMetricsMutex *sync.Mutex
}
// Call is the Backend.Call implementation for invoking... | go back to a standard FIFO channel | stripe_stripe-go | train |
cffce1e8f548b9937cb21bd4e6ecd17de93eb5db | diff --git a/src/Control/PaginationControl.php b/src/Control/PaginationControl.php
index <HASH>..<HASH> 100644
--- a/src/Control/PaginationControl.php
+++ b/src/Control/PaginationControl.php
@@ -19,7 +19,7 @@ class PaginationControl implements ControlInterface
/**
* @var int
*/
- private $recordsPer... | PaginationControl::recordsPerPage now is protected | view-components_view-components | train |
b61de69d624b20d72082996b163c59d980a0f2d5 | diff --git a/runner/runner.go b/runner/runner.go
index <HASH>..<HASH> 100644
--- a/runner/runner.go
+++ b/runner/runner.go
@@ -241,12 +241,15 @@ func (r *Runner) Shutdown(ctxt context.Context, opts ...client.Option) error {
}
}
- // osx applications do not automatically exit when all windows (ie, tabs)
+ // osx ... | Added SIGTERM to linux systems on shutdown
Closes <URL> | chromedp_chromedp | train |
a07d0c07084a7595bd0d57993208386b291b6047 | diff --git a/src/Loading/index.js b/src/Loading/index.js
index <HASH>..<HASH> 100644
--- a/src/Loading/index.js
+++ b/src/Loading/index.js
@@ -25,8 +25,9 @@ export default class Loading extends React.Component {
loading,
style: userStyle,
className,
- containerStyle={},
+ containerStyle =... | adding a way to have the Loading component show instantly | TeselaGen_teselagen-react-components | train |
d1fbb6a32c6c40c8fd6e0ae90d8ae7bcb1f677d6 | diff --git a/lib/graphql/relay/mutation.rb b/lib/graphql/relay/mutation.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/relay/mutation.rb
+++ b/lib/graphql/relay/mutation.rb
@@ -66,9 +66,15 @@ module GraphQL
@arguments = {}
end
- def resolve=(proc)
+ def resolve=(new_resolve_proc)
... | refactor(Mutation) pass root_object to mutation resolve; use derived class for results | rmosolgo_graphql-ruby | train |
8f36757f9d7546e60ca4e82eb905fdbe9bc8f8e2 | diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration_spec.rb
+++ b/spec/integration_spec.rb
@@ -280,7 +280,7 @@ class City < ActiveRecord::Base
serialize :gl_array
def geoloc_array
- lat.present? && lng.present? ? { lat: lat, lng: lng } : gl_arra... | Fix: Error in model repaired | algolia_algoliasearch-rails | train |
dedc6cbfacdd7514284dad0864dc65aeb80b095c | diff --git a/scripts/modulifyTransform.js b/scripts/modulifyTransform.js
index <HASH>..<HASH> 100644
--- a/scripts/modulifyTransform.js
+++ b/scripts/modulifyTransform.js
@@ -3,6 +3,11 @@ module.exports = function(file, api, options) {
var root = j(file.source);
var body = root.get().value.program.body;
+ var ... | Added a name change function to the modulifyTranform script. | quailjs_quail | train |
052e995f2e74cf250a61033177e283a46cc58641 | diff --git a/src/ol/object.js b/src/ol/object.js
index <HASH>..<HASH> 100644
--- a/src/ol/object.js
+++ b/src/ol/object.js
@@ -165,7 +165,7 @@ ol.Object.prototype.changed = goog.nullFunction;
*/
ol.Object.prototype.get = function(key) {
var accessors = ol.Object.getAccessors(this);
- if (goog.object.containsKey(... | Key in obj check not appropriate for user supplied keys | openlayers_openlayers | train |
636ebd1ac5c60f3ebdfe21e96d84daa2301e9387 | diff --git a/server/controllers/permission.js b/server/controllers/permission.js
index <HASH>..<HASH> 100644
--- a/server/controllers/permission.js
+++ b/server/controllers/permission.js
@@ -7,7 +7,7 @@
module.exports = {
manage: function manage(req, res) {
- var we = req.getWe();
+ var we = req.we;
va... | change admin roles and permissions page to use we.acl.roles | wejs_we-core | train |
30b07fbccfc72c75532eb6ccc85a28b1e14b60f6 | diff --git a/lib/switch_user/user_loader.rb b/lib/switch_user/user_loader.rb
index <HASH>..<HASH> 100644
--- a/lib/switch_user/user_loader.rb
+++ b/lib/switch_user/user_loader.rb
@@ -8,7 +8,8 @@ module SwitchUser
if options[:scope_identifier]
options[:scope_identifier] =~ /^(.*)_([^_]+)$/
- sco... | Auto corrected by following Style/ParallelAssignment | flyerhzm_switch_user | train |
456400af2088da6519607bfeee8cec93c613bee6 | diff --git a/api/src/main/java/io/opencensus/trace/SpanId.java b/api/src/main/java/io/opencensus/trace/SpanId.java
index <HASH>..<HASH> 100644
--- a/api/src/main/java/io/opencensus/trace/SpanId.java
+++ b/api/src/main/java/io/opencensus/trace/SpanId.java
@@ -92,7 +92,7 @@ public final class SpanId implements Comparable... | Change fromHex methods to accept CharSequence. (#<I>) | census-instrumentation_opencensus-java | train |
772d3a76710d0419d4590047700127955fa4dd58 | diff --git a/spec/google/api_client/discovery_spec.rb b/spec/google/api_client/discovery_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/google/api_client/discovery_spec.rb
+++ b/spec/google/api_client/discovery_spec.rb
@@ -24,7 +24,6 @@ require 'signet/oauth_1/client'
require 'google/api_client'
require 'google/api... | Remove stray requires of deleted files | googleapis_google-api-ruby-client | train |
0811f718975c81669469eb412b99fa58af3b048b | diff --git a/src/search/FindReplace.js b/src/search/FindReplace.js
index <HASH>..<HASH> 100644
--- a/src/search/FindReplace.js
+++ b/src/search/FindReplace.js
@@ -272,14 +272,6 @@ define(function (require, exports, module) {
var cursor = getSearchCursor(cm, state.query);
while ... | Removed unnecessary part since a CodeMirror issue was fixed | adobe_brackets | train |
9d7dcea3c219ecf9cb795a4c6fd151f90fec0929 | diff --git a/tests/Compiler/ExtendTestCase.php b/tests/Compiler/ExtendTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/Compiler/ExtendTestCase.php
+++ b/tests/Compiler/ExtendTestCase.php
@@ -32,7 +32,7 @@ type Test {
}
extend type Test @deprecated(reason: "Test") {
- id(arg: String): ID
+ id(arg: String):... | Add extend Nullable overriden by NonNull tests | railt_reflection | train |
9cf6d62d4b5d4e517f9d7bf6d9de869dc79d3ba4 | diff --git a/lib/disney/disneyBuses.js b/lib/disney/disneyBuses.js
index <HASH>..<HASH> 100644
--- a/lib/disney/disneyBuses.js
+++ b/lib/disney/disneyBuses.js
@@ -178,17 +178,4 @@ class DisneyLiveBusTimes extends EventEmitter {
}
}
-module.exports = DisneyLiveBusTimes;
-
-if (!module.parent) {
- const BusTim... | [~] Remove debug from bus time script | cubehouse_themeparks | train |
a925e1e3efd824112fee1c7fbb056f945e2bd903 | diff --git a/lib/all_seeing_pi/uploader.rb b/lib/all_seeing_pi/uploader.rb
index <HASH>..<HASH> 100644
--- a/lib/all_seeing_pi/uploader.rb
+++ b/lib/all_seeing_pi/uploader.rb
@@ -27,7 +27,7 @@ module AllSeeingPi
def fetch_or_create_directory_name(directories)
directory_name = directories.map do |directory|
... | Use directory prefix to find existing directory. | thejonanshow_all_seeing_pi | train |
5e5df8c6fc58e74d31de5be2e2fbc69cc2b92a62 | diff --git a/src/AbstractArrayBackedDaftObject.php b/src/AbstractArrayBackedDaftObject.php
index <HASH>..<HASH> 100644
--- a/src/AbstractArrayBackedDaftObject.php
+++ b/src/AbstractArrayBackedDaftObject.php
@@ -161,12 +161,11 @@ abstract class AbstractArrayBackedDaftObject extends AbstractDaftObject implemen
... | trick suggested in phpstan/phpstan#<I> does not seem to be necessary any more | SignpostMarv_daft-object | train |
a123912bf1c95953369b325cc196cde9e8bf727f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -24,9 +24,9 @@ var session = require('./lib/session');
* @api public
*/
-function Composer () {
+function Composer (name) {
Emitter.call(this);
- this.session = session(this.runner || 'composer');
+ this.session = s... | updating session-cache and just passing name to Composer constructor directly | doowb_composer | train |
b4bdd55081212557547b2bc5a602381cc7a2ac18 | diff --git a/lnwallet/channel.go b/lnwallet/channel.go
index <HASH>..<HASH> 100644
--- a/lnwallet/channel.go
+++ b/lnwallet/channel.go
@@ -3591,6 +3591,33 @@ func genHtlcSigValidationJobs(localCommitmentView *commitment,
return verifyJobs
}
+// InvalidCommitSigError is a struct that implements the error interface ... | lnwallet: if we fail to validate a remote commit sig, return detailed error
In this commit, we add a new detailed error that’s to be returned
when/if the remote peer sends us an invalid commit signature. The new
error contains the transaction that we attempted to validate the
signature over, the sighs, and the state n... | lightningnetwork_lnd | train |
1771fbfb06e3a1ec92628859d2bb2c9dec85adf4 | diff --git a/svgpathtools/document.py b/svgpathtools/document.py
index <HASH>..<HASH> 100644
--- a/svgpathtools/document.py
+++ b/svgpathtools/document.py
@@ -41,6 +41,7 @@ import xml.etree.ElementTree as etree
from xml.etree.ElementTree import Element, SubElement, register_namespace
from xml.dom.minidom import parse... | Add factory method for creating from string holding svg object | mathandy_svgpathtools | train |
8a0f9e4f41680382c9c18f39fca5e5a115b3f745 | diff --git a/core/Controller.js b/core/Controller.js
index <HASH>..<HASH> 100644
--- a/core/Controller.js
+++ b/core/Controller.js
@@ -1,7 +1,7 @@
class Controller
{
- constructor($rootScope)
+ constructor()
{
this.title = 'Default generic administrator';
this.paths = {
@@ -10,10 +10,20... | add and expose navigation, lose rootScope dependency | monomelodies_monad | train |
4f1785f706943a494829332f4e4f500472417e39 | diff --git a/lib/stream/client.rb b/lib/stream/client.rb
index <HASH>..<HASH> 100644
--- a/lib/stream/client.rb
+++ b/lib/stream/client.rb
@@ -1,5 +1,5 @@
require "httparty"
-require "stream/exceptions"
+require "stream/errors"
require "stream/feed"
require "stream/signer" | client.rb itself should follow @rossta warning | GetStream_stream-ruby | train |
ea54602cba7903ca5e63045fbcf8a650813c4343 | diff --git a/lib/enchanted_quill/element_creator.rb b/lib/enchanted_quill/element_creator.rb
index <HASH>..<HASH> 100644
--- a/lib/enchanted_quill/element_creator.rb
+++ b/lib/enchanted_quill/element_creator.rb
@@ -8,8 +8,8 @@ module EnchantedQuill
mentions.each do |mention|
if mention.range.length > ... | Fix element parsing bug to include elements that start at the begining of the text | sight-labs_enchanted_quill | train |
291628215eb5aa4135e530093a51e174f6fabac2 | diff --git a/azure-kusto-data/tests/sample.py b/azure-kusto-data/tests/sample.py
index <HASH>..<HASH> 100644
--- a/azure-kusto-data/tests/sample.py
+++ b/azure-kusto-data/tests/sample.py
@@ -41,7 +41,7 @@ password = "<password>"
kcsb = KustoConnectionStringBuilder.with_aad_user_password_authentication(cluster, usernam... | Correct typo in sample.py (#<I>) | Azure_azure-kusto-python | train |
e57348720f9364732507568e3a948606f5b66a1a | diff --git a/lib/Predis.php b/lib/Predis.php
index <HASH>..<HASH> 100644
--- a/lib/Predis.php
+++ b/lib/Predis.php
@@ -167,7 +167,6 @@ class Client {
}
private static function initializeDefaultCommands() {
- // NOTE: we don't use \Predis\Client::registerCommands for performance reasons.
retu... | Just removed a bunch of unuseful comments... | nrk_predis | train |
a2f465d8925089e9129d548315d466bd3e3f2e91 | diff --git a/packages/animate/src/js/module.js b/packages/animate/src/js/module.js
index <HASH>..<HASH> 100644
--- a/packages/animate/src/js/module.js
+++ b/packages/animate/src/js/module.js
@@ -135,7 +135,6 @@ var UIKIT = UIKIT || {};
* @param {object} options - The options for the animation
* ... | (#<I>) replace unit option with px | govau_design-system-components | train |
eb611e00928d6e3e80aa81958768a4ecc2641755 | diff --git a/src/app/n2n/io/managed/val/FileMimeTypeValidator.php b/src/app/n2n/io/managed/val/FileMimeTypeValidator.php
index <HASH>..<HASH> 100644
--- a/src/app/n2n/io/managed/val/FileMimeTypeValidator.php
+++ b/src/app/n2n/io/managed/val/FileMimeTypeValidator.php
@@ -8,6 +8,7 @@ use n2n\util\magic\MagicContext;
use... | compatibility with updated n2n-validation | n2n_n2n-io | train |
b6e0c24353b965fde3cf162450c6f4244efc2b89 | diff --git a/synapse/tests/test_docker.py b/synapse/tests/test_docker.py
index <HASH>..<HASH> 100644
--- a/synapse/tests/test_docker.py
+++ b/synapse/tests/test_docker.py
@@ -1,3 +1,6 @@
+
+import sys
+
import synapse.telepath as s_telepath
from synapse.tests.common import *
@@ -8,6 +11,8 @@ class DockerTest(SynTes... | check for at least py3 for docker tests | vertexproject_synapse | train |
ffe90357edd7e219dca54c9e2bf2c2ef56383199 | diff --git a/src/CoandaCMS/Coanda/Artisan/SetupCommand.php b/src/CoandaCMS/Coanda/Artisan/SetupCommand.php
index <HASH>..<HASH> 100644
--- a/src/CoandaCMS/Coanda/Artisan/SetupCommand.php
+++ b/src/CoandaCMS/Coanda/Artisan/SetupCommand.php
@@ -33,7 +33,7 @@ class SetupCommand extends Command {
*/
public funct... | The setup command should use the user manager, not the user repository. | CoandaCMS_coanda-core | train |
6bdfcc22649f6e6024ef42b21e0c9664a9019834 | diff --git a/js/jquery.raty.js b/js/jquery.raty.js
index <HASH>..<HASH> 100755
--- a/js/jquery.raty.js
+++ b/js/jquery.raty.js
@@ -35,12 +35,9 @@
var $this = $(this);
this.opt = $.extend(true, {}, $.fn.raty.defaults, options);
-
- if (this.opt.number > 20) {
- this.opt.number = 20;
- } else ... | limit opt.number a bit shorter and saver | wbotelhos_raty | train |
81d69e5be8435f86d879782af678f73489448103 | diff --git a/archunit/src/main/java/com/tngtech/archunit/library/Architectures.java b/archunit/src/main/java/com/tngtech/archunit/library/Architectures.java
index <HASH>..<HASH> 100644
--- a/archunit/src/main/java/com/tngtech/archunit/library/Architectures.java
+++ b/archunit/src/main/java/com/tngtech/archunit/library/... | Added check for existence of layers for arguments of 'mayOnlyBeAccessedByLayers(..)' with meaningful error message (instead of NPE).
Resolves: #<I> | TNG_ArchUnit | train |
23cc43e957c27639b447a082bc5e8ca7d00237a4 | diff --git a/spec/integration/integration_spec.rb b/spec/integration/integration_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/integration_spec.rb
+++ b/spec/integration/integration_spec.rb
@@ -9,14 +9,14 @@ describe 'Integration test' do
it 'starts the server' do
mock.start
- sleep 2
+ sle... | Shortened the sleeps statements inside the tests. Need a better wait mechanism! | cheezy_service_mock | train |
1cdae79ef8256abbeb26242a50d38e885d027878 | diff --git a/buildNumber.properties b/buildNumber.properties
index <HASH>..<HASH> 100644
--- a/buildNumber.properties
+++ b/buildNumber.properties
@@ -1,4 +1,4 @@
#maven.buildNumber.plugin properties file
-#Fri Jan 25 15:30:30 CET 2013
+#Fri Feb 01 16:07:20 CET 2013
buildNumber=4
-buildNumber0=1611
+buildNumber0=1616... | Now using NIOFSDirectory when not on Windows, which improves performance a
little. Fixes issue <I>. | larsga_Duke | train |
0eeda9a8f5333bdb5d18eb97ad4027368b497e2f | diff --git a/state/storage.go b/state/storage.go
index <HASH>..<HASH> 100644
--- a/state/storage.go
+++ b/state/storage.go
@@ -993,9 +993,13 @@ func (st *State) addStorageForUnit(
}
buildTxn := func(attempt int) ([]txn.Op, error) {
- err := u.Refresh()
- if err != nil {
- return nil, errors.Trace(err)
+ if a... | state: prevent adding storage to dying unit | juju_juju | train |
85ef70fda376dbb4305a106f6c9145faf435f157 | diff --git a/src/Entity/League.php b/src/Entity/League.php
index <HASH>..<HASH> 100644
--- a/src/Entity/League.php
+++ b/src/Entity/League.php
@@ -169,24 +169,26 @@ class League extends MPNContentEntityBase implements MPNEntityInterface {
);
}
- /**
- * @param array $values
- * @return League
- * @thro... | Refactoring - cleaning League create method | mespronos_mespronos | train |
0616d346fbda8537f0559aa47d7707383d8e635f | diff --git a/lib/jwt/decode.rb b/lib/jwt/decode.rb
index <HASH>..<HASH> 100644
--- a/lib/jwt/decode.rb
+++ b/lib/jwt/decode.rb
@@ -49,16 +49,16 @@ module JWT
def allowed_algorithms
# Order is very important - first check for string keys, next for symbols
algos = if @options.key?('algorithm')
- ... | Fix indentation as per auto-code review | jwt_ruby-jwt | train |
07f4941058cf8cb77f41787177518ee573ad0cbc | diff --git a/lib/acl9/model_extensions.rb b/lib/acl9/model_extensions.rb
index <HASH>..<HASH> 100644
--- a/lib/acl9/model_extensions.rb
+++ b/lib/acl9/model_extensions.rb
@@ -79,7 +79,7 @@ module Acl9
role = options[:role_class_name] || Acl9::config[:default_role_class_name]
role_table = role.co... | Allows the model to override the join table name | be9_acl9 | train |
5f10d66e71fe39e677450ba6b957516d355d2ca9 | diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php
index <HASH>..<HASH> 100644
--- a/code/controllers/CMSMain.php
+++ b/code/controllers/CMSMain.php
@@ -74,8 +74,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
parent::init();
- Versioned::reading_stage... | Removing stage reading mode as it will be set in LeftAndMain | silverstripe_silverstripe-cms | train |
d1fb60c93627ec6f1cbfa069250a41c65aee8f18 | diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -166,7 +166,7 @@ class PlayableCard(BaseCard):
@property
def dead(self):
- return self.zone == Zone.GRAVEYARD
+ return self.zone == Zone.GRAVEYARD or self.toBeDestroyed
@property... | Account for to-be-destroyed state in Card.dead | jleclanche_fireplace | train |
6aa33143427f6eb0bebcc0af42e8db85e39a42c0 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: go
go:
- 1.6
- 1.7
- - tip
notifications:
email: false
diff --git a/response.go b/response.go
index <HASH>..<HASH> 100644
--- a/response.go
+++ b/response.go
@@ -20,6 +20,15 @@ ... | Add Error Responder (#<I>)
This commit adds a new responder that returns a custom error and an
empty response.
Also removes "tip" from travis conf to speed up builds. | jarcoal_httpmock | train |
685948bcaa67a899a50c259e5dec3a4cafa30a64 | diff --git a/lib/browser/guest-window-manager.js b/lib/browser/guest-window-manager.js
index <HASH>..<HASH> 100644
--- a/lib/browser/guest-window-manager.js
+++ b/lib/browser/guest-window-manager.js
@@ -47,8 +47,19 @@ const mergeBrowserWindowOptions = function (embedder, options) {
options.webPreferences = {}
}... | Parent's visibility trumps inherited 'show' option | electron_electron | train |
b221993c23b57918593355fcc798cb0af0be3008 | diff --git a/upload/catalog/controller/feed/google_sitemap.php b/upload/catalog/controller/feed/google_sitemap.php
index <HASH>..<HASH> 100644
--- a/upload/catalog/controller/feed/google_sitemap.php
+++ b/upload/catalog/controller/feed/google_sitemap.php
@@ -3,19 +3,27 @@ class ControllerFeedGoogleSitemap extends Contr... | Included image in sitemap.xml
this will be included image popup product in sitemap.xml
regards, | opencart_opencart | train |
1e2d1a2fe89e290b94c58acde85e94a4900f4073 | diff --git a/airflow/www/views.py b/airflow/www/views.py
index <HASH>..<HASH> 100644
--- a/airflow/www/views.py
+++ b/airflow/www/views.py
@@ -3308,15 +3308,15 @@ class SlaMissModelView(AirflowModelView):
permissions.ACTION_CAN_ACCESS_MENU,
]
- list_columns = ['dag_id', 'task_id', 'execution_date', '... | Introduce notification_sent to SlaMiss view (#<I>) | apache_airflow | train |
ba160058a1106723324318202919d7bfdd2edc16 | diff --git a/src/pikepdf/_methods.py b/src/pikepdf/_methods.py
index <HASH>..<HASH> 100644
--- a/src/pikepdf/_methods.py
+++ b/src/pikepdf/_methods.py
@@ -83,6 +83,8 @@ def augments(cls_cpp: Type[Any]):
def class_augment(cls, cls_cpp=cls_cpp):
for name, member in inspect.getmembers(cls):
+ if... | pypy: don't replace existing methods with object.__method__ | pikepdf_pikepdf | train |
d5af154d02ee26f009b27bfa107c4c47eedbf34a | diff --git a/lib/sequelize-mocking.js b/lib/sequelize-mocking.js
index <HASH>..<HASH> 100644
--- a/lib/sequelize-mocking.js
+++ b/lib/sequelize-mocking.js
@@ -26,6 +26,7 @@ const SQLITE_SEQUELIZE_OPTIONS = {
/**
* @class SequelizeMockingOptions
* @property {boolean} [logging=true]
+ * @property {Function} [transfo... | Close #<I>: timestamps being returned as string | rochejul_sequelize-mocking | train |
7d1f08ff061209f1ed6db681d0bd073c0886436d | diff --git a/src/Filesystem/Directory.php b/src/Filesystem/Directory.php
index <HASH>..<HASH> 100644
--- a/src/Filesystem/Directory.php
+++ b/src/Filesystem/Directory.php
@@ -32,11 +32,14 @@
namespace Hubzero\Filesystem;
+use StdClass;
+
/**
* Directory model
*/
class Directory extends Entity
{
+ public $su... | Adding methods to allow Google Drive adapter to display names with more ease (#<I>)
LGTM | hubzero_framework | train |
35216e2d515db2ed2923ac6a611059522d1da2d9 | diff --git a/lib/will_paginate/railtie.rb b/lib/will_paginate/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/will_paginate/railtie.rb
+++ b/lib/will_paginate/railtie.rb
@@ -4,21 +4,23 @@ require 'will_paginate/collection'
module WillPaginate
class Railtie < Rails::Railtie
initializer "will_paginate.active_re... | Use autoloading in Railtie so that framework loading isn't triggered by will_paginate | mislav_will_paginate | train |
92eda27e616395988c06799cab76767770418c88 | diff --git a/src/packet/signature.js b/src/packet/signature.js
index <HASH>..<HASH> 100644
--- a/src/packet/signature.js
+++ b/src/packet/signature.js
@@ -572,7 +572,7 @@ Signature.prototype.toSign = function (type, data) {
switch (type) {
case t.binary:
if (data.text !== null) {
- return util.str... | Binary signature on text message: sign and verify text as UTF-8 | openpgpjs_openpgpjs | train |
9350c9db9a3ec36b69be72cc520fd706132b36d3 | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -33,8 +33,12 @@ describe("parseFile", function () {
assert.equal(err, null);
assert.equal(result.length, 53);
- var sourceFile = result.find(function (f) {
- ... | Fix #5 Make tests pass in node <I> | vokal_jacoco-parse | train |
51fc72dc41f0936a94edd11784fdc948e4fa54f2 | diff --git a/src/org/parosproxy/paros/extension/AbstractDialog.java b/src/org/parosproxy/paros/extension/AbstractDialog.java
index <HASH>..<HASH> 100644
--- a/src/org/parosproxy/paros/extension/AbstractDialog.java
+++ b/src/org/parosproxy/paros/extension/AbstractDialog.java
@@ -25,16 +25,15 @@
// ZAP: 2014/11/06 Set Z... | Centre AbstractDialog on parent window
Change AbstractDialog to centre the dialogue on the parent window, not
always on the main window (e.g. for cases the dialogue is shown in other
window). Also, use JRE methods for that effect (instead of doing it
manually). | zaproxy_zaproxy | train |
b77e71d1694ac89b8574cb81df56749ac37f4fce | diff --git a/pyneuroml/pynml.py b/pyneuroml/pynml.py
index <HASH>..<HASH> 100644
--- a/pyneuroml/pynml.py
+++ b/pyneuroml/pynml.py
@@ -426,14 +426,15 @@ def write_neuroml2_file(nml2_doc, nml2_file_name, validate=True,
-def read_lems_file(lems_file_name):
+def read_lems_file(lems_file_name,... | Added debug and include_includes options to read_lems_file; fixed Python 3 bug | NeuroML_pyNeuroML | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.