hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
57ae0f16761f130cfc165ff4c1866cb0b7435f07 | diff --git a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java b/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java
index <HASH>..<HASH> 100644
--- a/dependency-check-maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java
+++ b/d... | resolved command line invocation of aggregate resulting in missing html report (#<I>) | jeremylong_DependencyCheck | train |
456ebda95c49057ab71a814eff8a8b27ca2dbc4f | diff --git a/source/net/fortuna/ical4j/data/CalendarBuilder.java b/source/net/fortuna/ical4j/data/CalendarBuilder.java
index <HASH>..<HASH> 100644
--- a/source/net/fortuna/ical4j/data/CalendarBuilder.java
+++ b/source/net/fortuna/ical4j/data/CalendarBuilder.java
@@ -51,6 +51,7 @@ import net.fortuna.ical4j.model.Paramet... | Refactored to use a specified TimeZoneRegistry for timezone support | ical4j_ical4j | train |
4e45701b512d65971ee461c848164a4f8046aadd | diff --git a/tests/spec/shims/path.spec.js b/tests/spec/shims/path.spec.js
index <HASH>..<HASH> 100644
--- a/tests/spec/shims/path.spec.js
+++ b/tests/spec/shims/path.spec.js
@@ -1,6 +1,6 @@
'use strict';
const expect = require('chai').expect;
-const path = require('../../../shims/path').default;
+const path = requir... | test: update path shim test to not use broken import | filerjs_filer | train |
57c5234e49487aefc6fc597d1cd557cd050a0192 | diff --git a/src/WorkerPool.php b/src/WorkerPool.php
index <HASH>..<HASH> 100644
--- a/src/WorkerPool.php
+++ b/src/WorkerPool.php
@@ -529,7 +529,7 @@ class WorkerPool implements \Iterator, \Countable {
* @param int $timeout the timeout in seconds
* @return bool true, in case there is a free worker or false, ... | added <I> as default value for tryWaitForOneFreeWorker | qxsch_WorkerPool | train |
d5d24880abf02ab36aa79ef321010879a722f525 | diff --git a/mstate/unit.go b/mstate/unit.go
index <HASH>..<HASH> 100644
--- a/mstate/unit.go
+++ b/mstate/unit.go
@@ -14,51 +14,51 @@ type unitDoc struct {
MachineId *int
}
-// ServiceName returns the service name.
-func (u *unitDoc) ServiceName() string {
- return u.Service
-}
-
-// String returns the unit as st... | mstate: unitDoc is not embedded in Unit. | juju_juju | train |
076aff0cd98e8ecee7b23b03cbe073961d330241 | diff --git a/provider/maas/maas2_environ_whitebox_test.go b/provider/maas/maas2_environ_whitebox_test.go
index <HASH>..<HASH> 100644
--- a/provider/maas/maas2_environ_whitebox_test.go
+++ b/provider/maas/maas2_environ_whitebox_test.go
@@ -26,6 +26,7 @@ import (
"github.com/juju/juju/instance"
"github.com/juju/juju/... | Ported tests for ControllerInstances | juju_juju | train |
f0fad5289ca192a09772b5d0fef782681cf40920 | diff --git a/gns3server/controller/compute.py b/gns3server/controller/compute.py
index <HASH>..<HASH> 100644
--- a/gns3server/controller/compute.py
+++ b/gns3server/controller/compute.py
@@ -295,11 +295,24 @@ class Compute:
:returns: A file stream
"""
+ # Due to Python 3.4 limitation we can't... | Correclty cleanup packet capture objects when closing server
Fix #<I> | GNS3_gns3-server | train |
0721c18cc4c4d174160c44c1c95568a384250ebe | diff --git a/test/config.js b/test/config.js
index <HASH>..<HASH> 100644
--- a/test/config.js
+++ b/test/config.js
@@ -1,6 +1,6 @@
require('chai').should();
-describe.only('the ghapi.json config file', function(){
+describe('the ghapi.json config file', function(){
'use strict';
var Request = require('..... | Removing the .only flag from config tests. | grasshopper-cms_grasshopper-api-js | train |
e12c6a6942c1599d8cb1c1478ced6d40322e8ee0 | diff --git a/cobald/parasites/condor_limits/pool.py b/cobald/parasites/condor_limits/pool.py
index <HASH>..<HASH> 100644
--- a/cobald/parasites/condor_limits/pool.py
+++ b/cobald/parasites/condor_limits/pool.py
@@ -48,7 +48,7 @@ class ConcurrencyAntiLimit(Pool):
@demand.setter
def demand(self, value):
- ... | condor: anti limit correctly sets opponent limit as opposed to resource limit | MatterMiners_cobald | train |
aa06df166435f1a96bd5f111b7bb480e146d3429 | diff --git a/mir_eval/separation.py b/mir_eval/separation.py
index <HASH>..<HASH> 100644
--- a/mir_eval/separation.py
+++ b/mir_eval/separation.py
@@ -85,7 +85,7 @@ def validate(reference_sources, estimated_sources):
raise ValueError('All the estimated sources should be non-silent (not '
... | Spelling (#<I>) | craffel_mir_eval | train |
bf8fc8af837ae62c42cc17d13a41f5459e07c1dd | diff --git a/lib/fixed.js b/lib/fixed.js
index <HASH>..<HASH> 100644
--- a/lib/fixed.js
+++ b/lib/fixed.js
@@ -12,8 +12,48 @@ var fs=require("fs");
*/
/* Static route */
-module.exports=function(statpath,def){
- def=def||"/index.html";
+module.exports=function(opt){
+ opt=opt||{};
+ opt.def=opt.def||'/index.html... | lib/fixed.js : more extensible, I don't know why I used switch to begin with | ansuz_unmon | train |
3a57a2ce022a57970d519031c2b6d184e7587b68 | diff --git a/islandora.api.php b/islandora.api.php
index <HASH>..<HASH> 100644
--- a/islandora.api.php
+++ b/islandora.api.php
@@ -427,17 +427,21 @@ function hook_islandora_undeletable_datastreams(array $models) {
* - do_function: An associate array including:
* - 'function': The callback function to be cal... | added ability to specify file for ingest callbacks | Islandora-CLAW_islandora | train |
bc70208490084abfb371c9b6f9f017ead8dfb582 | diff --git a/code/cms/StoreAdmin.php b/code/cms/StoreAdmin.php
index <HASH>..<HASH> 100644
--- a/code/cms/StoreAdmin.php
+++ b/code/cms/StoreAdmin.php
@@ -2,7 +2,7 @@
/**
* @description: CMS management for the store setup (e.g Order Steps, Countries, etc...)
- *
+ * @ TO DO TO DO TO DO TO DO TO DO TO DO todo:... | note in StoreAdmin about it needing to be moved to StoreAdmin | silvershop_silvershop-core | train |
fa4041830357e048cdacb8d3ca89bbca8dc383f4 | diff --git a/tensorflow_datasets/testing/dataset_builder_testing.py b/tensorflow_datasets/testing/dataset_builder_testing.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/testing/dataset_builder_testing.py
+++ b/tensorflow_datasets/testing/dataset_builder_testing.py
@@ -362,19 +362,12 @@ class DatasetBuilderTes... | Cleanup beam setup in tests
PiperOrigin-RevId: <I> | tensorflow_datasets | train |
98459fff3b7c66134ba3ccc249ec1e274c363cb1 | diff --git a/eqcorrscan/core/match_filter.py b/eqcorrscan/core/match_filter.py
index <HASH>..<HASH> 100644
--- a/eqcorrscan/core/match_filter.py
+++ b/eqcorrscan/core/match_filter.py
@@ -4078,7 +4078,8 @@ def match_filter(template_names, template_list, st, threshold,
wv_id = WaveformStreamI... | Add location code to picks in match-filter | eqcorrscan_EQcorrscan | train |
cb7fb453009bb6d5337bb80190d912f43ac7adfc | diff --git a/acorn/src/state.js b/acorn/src/state.js
index <HASH>..<HASH> 100644
--- a/acorn/src/state.js
+++ b/acorn/src/state.js
@@ -97,8 +97,8 @@ export class Parser {
}
get inFunction() { return (this.currentVarScope().flags & SCOPE_FUNCTION) > 0 }
- get inGenerator() { return (this.currentVarScope().flags... | Fix async/generator scope tests
FIX: Fix a bug where a class field initialized to an async arrow function wouldn't
allow await inside it. Same issue existed for generator arrow functions with yield.
Issue #<I> | acornjs_acorn | train |
23f6f98355711d657377fed7ea033878435f8ea4 | diff --git a/includes/class-freemius.php b/includes/class-freemius.php
index <HASH>..<HASH> 100644
--- a/includes/class-freemius.php
+++ b/includes/class-freemius.php
@@ -6479,6 +6479,10 @@
* @return bool
*/
function has_affiliation() {
+ if ( ! is_object( $this->_plugin ) ) {
+ ... | [menus] [affiliation] Fixed the logic that checks if the context module has an affiliation program and fixed the loading of the terms. | Freemius_wordpress-sdk | train |
cf35533a78123cee8fd8957dfa6d07c03a13699b | diff --git a/core/model/DataObject.php b/core/model/DataObject.php
index <HASH>..<HASH> 100644
--- a/core/model/DataObject.php
+++ b/core/model/DataObject.php
@@ -392,10 +392,10 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
* @return string User friendly singular name of this Da... | EHANCHMENT: update the regular expression to disregard any underscores directly before a capital letter, as well as using the PCRE functions and adding a small test. | silverstripe_silverstripe-framework | train |
5452b4e9ef39d5244b7d99437503495ed529337f | diff --git a/.gitignore b/.gitignore
index <HASH>..<HASH> 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.pyc
+*.py~
diff --git a/pyowm/location.py b/pyowm/location.py
index <HASH>..<HASH> 100644
--- a/pyowm/location.py
+++ b/pyowm/location.py
@@ -11,9 +11,11 @@ class Location(object):
"""
def... | Enriched .gitignore; added 2 new tests and relative code in location.py | csparpa_pyowm | train |
b395827c3cf95b0690c4402628ca3e2d743ef3f4 | diff --git a/lib/dynamoid/finders.rb b/lib/dynamoid/finders.rb
index <HASH>..<HASH> 100644
--- a/lib/dynamoid/finders.rb
+++ b/lib/dynamoid/finders.rb
@@ -40,9 +40,9 @@ module Dynamoid
# @since 0.2.0
def find(*ids, **options)
if ids.size == 1 && !ids[0].is_a?(Array)
- _find_by_id(ids[0],... | Suppress NotFound error in deprecated finders | Dynamoid_dynamoid | train |
ec2ac5325f382979a009bce5ef0958c80c85528c | diff --git a/core/src/playn/core/Texture.java b/core/src/playn/core/Texture.java
index <HASH>..<HASH> 100644
--- a/core/src/playn/core/Texture.java
+++ b/core/src/playn/core/Texture.java
@@ -16,6 +16,9 @@ package playn.core;
import pythagoras.f.AffineTransform;
import pythagoras.f.IRectangle;
+import react.Slot;
+i... | Add Texture.disposeSlot().
I would prefer this to be a default method of the `Disposable` interface, but
we have to restrict ourselves to Java 7 compatibility for now. Sigh. | playn_playn | train |
2081bba4376e421447d5ce8b895eaf761cc4c15b | diff --git a/Neos.Flow/Classes/Cli/CommandRequestHandler.php b/Neos.Flow/Classes/Cli/CommandRequestHandler.php
index <HASH>..<HASH> 100644
--- a/Neos.Flow/Classes/Cli/CommandRequestHandler.php
+++ b/Neos.Flow/Classes/Cli/CommandRequestHandler.php
@@ -137,12 +137,12 @@ class CommandRequestHandler implements RequestHandl... | TASK: Even more style fixes | neos_flow-development-collection | train |
c564c54d82cdd6ab2e7ce4d581950e7fa17b39fa | diff --git a/pianoroll/multitrack.py b/pianoroll/multitrack.py
index <HASH>..<HASH> 100644
--- a/pianoroll/multitrack.py
+++ b/pianoroll/multitrack.py
@@ -37,11 +37,14 @@ class MultiTrack(object):
appropriate length with the last tempo value. The downbeat array has no
effect on playback.
"""
- def __i... | Fix loading JSON file in __init__ | salu133445_pypianoroll | train |
5d2a3ebcf2950d4407805816bec936af2005e88f | diff --git a/app/view_models/thredded/posts_page_view.rb b/app/view_models/thredded/posts_page_view.rb
index <HASH>..<HASH> 100644
--- a/app/view_models/thredded/posts_page_view.rb
+++ b/app/view_models/thredded/posts_page_view.rb
@@ -2,9 +2,9 @@
module Thredded
# A view model for a page of PostViews.
class Post... | Add `#to_a` to view models for Rails <I> compat
The Rails PR that introduced the backwards-incompatible change that
prompted this:
<URL> | thredded_thredded | train |
f78dd4f8669e95882f8262f5f0d1a9677d28fd19 | diff --git a/src/MpaFirephpWrapper/Controller/Plugin/FirephpPlugin.php b/src/MpaFirephpWrapper/Controller/Plugin/FirephpPlugin.php
index <HASH>..<HASH> 100644
--- a/src/MpaFirephpWrapper/Controller/Plugin/FirephpPlugin.php
+++ b/src/MpaFirephpWrapper/Controller/Plugin/FirephpPlugin.php
@@ -23,10 +23,10 @@ class Firephp... | docblocks alignment and Cs Fix | mpalourdio_MpaFirephpWrapper | train |
a0733175d92f87e63ab0db6dc574aaf8a1821d7f | diff --git a/farine/amqp/__init__.py b/farine/amqp/__init__.py
index <HASH>..<HASH> 100644
--- a/farine/amqp/__init__.py
+++ b/farine/amqp/__init__.py
@@ -16,10 +16,12 @@ def publish(exchange=None, routing_key=None):
def subwrapper(self, *args, **kwargs):
if not hasattr(self, 'publish'):
... | can declare the exchange as kwarg parameter | baguette-io_baguette-messaging | train |
f522d90abd2c18907bbe769ccb5137f094c9dde0 | diff --git a/src/main/java/org/finra/jtaf/ewd/impl/DefaultSessionFactory.java b/src/main/java/org/finra/jtaf/ewd/impl/DefaultSessionFactory.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/finra/jtaf/ewd/impl/DefaultSessionFactory.java
+++ b/src/main/java/org/finra/jtaf/ewd/impl/DefaultSessionFactory.java
@@ -6... | Pulled out the listFiles() results into a new variable to check for null before entering the for loop | FINRAOS_JTAF-ExtWebDriver | train |
80a0a41e153ab38b5de5446f6ec164cc1c768261 | diff --git a/shared/nav.ios.js b/shared/nav.ios.js
index <HASH>..<HASH> 100644
--- a/shared/nav.ios.js
+++ b/shared/nav.ios.js
@@ -13,6 +13,7 @@ import Devices from './devices'
import NoTab from './no-tab'
import More from './more'
import Startup from './start-up'
+import Login from './login'
import {switchTab} f... | Add login screen to ios | keybase_client | train |
f6b84cb2f76188d0e77bc293d8662379609edd0e | diff --git a/rllib/offline/off_policy_estimator.py b/rllib/offline/off_policy_estimator.py
index <HASH>..<HASH> 100644
--- a/rllib/offline/off_policy_estimator.py
+++ b/rllib/offline/off_policy_estimator.py
@@ -70,7 +70,8 @@ class OffPolicyEstimator:
state_batches=[batch[k] for k in state_keys],
... | [RLlib] Fix offline logp vs prob bug in OffPolicyEstimator class. (#<I>) | ray-project_ray | train |
1da5078a099c556e1a9bd8f3ed4fb217561c948f | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,4 +1,4 @@
package libsacloud
// Version バージョン
-const Version = "2.0.0-beta5"
+const Version = "2.0.0-beta6" | Bump to <I>-beta6 | sacloud_libsacloud | train |
771e2d3d549702b7118c851037557fde1430be0d | diff --git a/lib/json-schema/attributes/formats/date.rb b/lib/json-schema/attributes/formats/date.rb
index <HASH>..<HASH> 100644
--- a/lib/json-schema/attributes/formats/date.rb
+++ b/lib/json-schema/attributes/formats/date.rb
@@ -3,20 +3,19 @@ require 'json-schema/attribute'
module JSON
class Schema
class Dat... | Store static regexps in constants for re-use | ruby-json-schema_json-schema | train |
168dc2f5af3af6607eaa1a0e83b402b7838768c6 | diff --git a/tilequeue/command.py b/tilequeue/command.py
index <HASH>..<HASH> 100755
--- a/tilequeue/command.py
+++ b/tilequeue/command.py
@@ -446,7 +446,7 @@ def tilequeue_process(cfg, peripherals):
# default to number of databases configured
n_simultaneous_query_sets = len(cfg.postgresql_conn_info['... | Decrease the python queue sizes to ameliorate oom | tilezen_tilequeue | train |
5675b6721b0584897cbe7a7735dc9dee5e4d48f6 | diff --git a/application/Espo/Core/SelectManagers/Base.php b/application/Espo/Core/SelectManagers/Base.php
index <HASH>..<HASH> 100644
--- a/application/Espo/Core/SelectManagers/Base.php
+++ b/application/Espo/Core/SelectManagers/Base.php
@@ -161,6 +161,9 @@ class Base
if ($desc) {
... | sort by list comma fix | espocrm_espocrm | train |
b632f1390cf78c7c6985000f61f8689d5bbc7c33 | diff --git a/lib/Models/GeoJsonCatalogItem.js b/lib/Models/GeoJsonCatalogItem.js
index <HASH>..<HASH> 100644
--- a/lib/Models/GeoJsonCatalogItem.js
+++ b/lib/Models/GeoJsonCatalogItem.js
@@ -725,6 +725,7 @@ function reprojectToGeographic(geoJsonItem, geoJson) {
if (result) {
filterValue(geoJson, "coordi... | Handle if a coord array is empty in geojson. Technically this isn't valid geojson but looks like we'll come across it in the pacific. | TerriaJS_terriajs | train |
632440a02c5846d734f138b7a9a271914ab312e1 | diff --git a/subsystem/render.js b/subsystem/render.js
index <HASH>..<HASH> 100644
--- a/subsystem/render.js
+++ b/subsystem/render.js
@@ -191,19 +191,19 @@ phoxy._RenderSubsystem._.birth = function(will, spirit, callback)
phoxy._RenderSubsystem._.birth.prototype =
{
- Decision: function(will, spirit, callback)
+ ... | Simplify callstack by excluding callback | phoxy_phoxy | train |
9be8b0f344940e5bc7b218106b8384bcf2071cc9 | diff --git a/compiler.go b/compiler.go
index <HASH>..<HASH> 100644
--- a/compiler.go
+++ b/compiler.go
@@ -145,25 +145,20 @@ func (c *compiler) evalIfExpression(node *ast.IfExpression) (interface{}, error)
// fmt.Println("evalIfExpression")
con, err := c.evalExpression(node.Condition)
if err != nil {
- if errors... | unknown values are ok in if statements | gobuffalo_plush | train |
c7c71a7c49e2384ac8ef25cdce20aaad9bd93dd4 | diff --git a/notifications_python_client/base.py b/notifications_python_client/base.py
index <HASH>..<HASH> 100644
--- a/notifications_python_client/base.py
+++ b/notifications_python_client/base.py
@@ -3,6 +3,7 @@ from monotonic import monotonic
from notifications_python_client.errors import HTTPError, InvalidRespons... | Removed print statements and replaced with appropriate logger calls.
Fix up static code checks. | alphagov_notifications-python-client | train |
d477cc4550d752a5d6d3d1865638b88e96dc2da5 | diff --git a/lib/webpush/request.rb b/lib/webpush/request.rb
index <HASH>..<HASH> 100644
--- a/lib/webpush/request.rb
+++ b/lib/webpush/request.rb
@@ -52,7 +52,6 @@ module Webpush
elsif vapid?
vapid_headers = build_vapid_headers
headers['Authorization'] = vapid_headers['Authorization']
- ... | trying with just no VAPID Crypto-Key header | zaru_webpush | train |
676ee02f30241fad1937d3ea3034db9f9e9d6a6a | diff --git a/test/test_sequences.rb b/test/test_sequences.rb
index <HASH>..<HASH> 100644
--- a/test/test_sequences.rb
+++ b/test/test_sequences.rb
@@ -31,10 +31,10 @@ module GeneValidator
accession_no = 'Q8N302'
slen = 714
seq = Sequence.new
- hash = { 'qseqid': 'GB100... | fix bug in test_sequences | wurmlab_genevalidator | train |
6385de940206948cba77ad0c1075a0eee82a3574 | diff --git a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java b/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/distexec/mapreduce/MapReduceTask.java
+++ b/core/src/main/java/org/infinispan/distexec/mapred... | fix broken build after map/reduce enhancements | infinispan_infinispan | train |
1245c18f98a13ceb7c24931158f81a1d8a4b8531 | diff --git a/infoblox_client/objects.py b/infoblox_client/objects.py
index <HASH>..<HASH> 100644
--- a/infoblox_client/objects.py
+++ b/infoblox_client/objects.py
@@ -835,6 +835,7 @@ class PtrRecordV6(PtrRecord):
class NetworkView(InfobloxObject):
_infoblox_type = 'networkview'
_fields = ['name', 'extattrs']... | Add return_fields to NetworkView
Extensible attributes are not returned by default for NetworkView
object. To be able to merge old EAs with new EAs, 'extattrs' field
should present in return fields.
Updated NetworkView model to explicetely request 'extattrs' via return
fields.
Closes: #<I> | infobloxopen_infoblox-client | train |
49c1a8057ba428f3b941c915a281040beec745cd | diff --git a/tensorflow_datasets/core/dataset_builder.py b/tensorflow_datasets/core/dataset_builder.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/core/dataset_builder.py
+++ b/tensorflow_datasets/core/dataset_builder.py
@@ -319,6 +319,46 @@ class DatasetBuilder(object):
"""Constructs a `tf.data.Dataset`... | Adding examples to DatasetBuilder.as_dataset()
As the output type of DatasetBuilder().as_dataset() depends on the requested parameters (splits, supervised, etc.) which might be confusing for a beginner, here's a few detailed examples on a standard dataset that should help to understand the behavior. | tensorflow_datasets | train |
7e317f397e9834a924c4faa8aa06de03ad45243f | diff --git a/rc_django/views.py b/rc_django/views.py
index <HASH>..<HASH> 100644
--- a/rc_django/views.py
+++ b/rc_django/views.py
@@ -8,6 +8,7 @@ from django.views.decorators.csrf import csrf_protect
from importlib import import_module
from restclients_core.dao import DAO
from restclients_core.models import MockHTT... | refactor libcurrics block | uw-it-aca_uw-restclients-django-utils | train |
56cf99ab2906c82239ad1f458add6efc7c90a7d7 | diff --git a/plugins/class.pdfextract.php b/plugins/class.pdfextract.php
index <HASH>..<HASH> 100644
--- a/plugins/class.pdfextract.php
+++ b/plugins/class.pdfextract.php
@@ -1,7 +1,7 @@
<?php
/**
* PDF Extract
- * @version 0.1.1, 2012-02-19
+ * @version 0.1.2, 2012-04-23
* @author Gregor Kofler
*/
@@ -20,9 +... | References to global objects are no longer stored in object properties.
Change-Id: Ia<I>df<I>fc7b<I>a<I>f8b2cec<I>a<I>fd0 | Vectrex_vxPHP | train |
aedcd683684d08eaf30623a4b48ce31a31426372 | diff --git a/activerecord/lib/rails/generators/active_record/migration/templates/migration.rb b/activerecord/lib/rails/generators/active_record/migration/templates/migration.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/rails/generators/active_record/migration/templates/migration.rb
+++ b/activerecord/lib/rails... | Migration generators use `change` even for destructive methods [#<I>] | rails_rails | train |
20e7c89f70e44737d8dcfe81f0812539b23983d3 | diff --git a/cumulusci/core/tests/test_keychain.py b/cumulusci/core/tests/test_keychain.py
index <HASH>..<HASH> 100644
--- a/cumulusci/core/tests/test_keychain.py
+++ b/cumulusci/core/tests/test_keychain.py
@@ -365,7 +365,7 @@ class TestEncryptedFileProjectKeychain(TestBaseProjectKeychain):
self.project_name =... | Add coverage for loading a scratch org | SFDO-Tooling_CumulusCI | train |
7a1b0e3cfe15b4fee7a799c83050a5247b0590cd | diff --git a/android/CouchbaseLite/src/androidTest/java/com/couchbase/lite/BaseReplicatorTest.java b/android/CouchbaseLite/src/androidTest/java/com/couchbase/lite/BaseReplicatorTest.java
index <HASH>..<HASH> 100644
--- a/android/CouchbaseLite/src/androidTest/java/com/couchbase/lite/BaseReplicatorTest.java
+++ b/android... | Fixed #<I> - <I>: LiveQuery.destroy() cause problem if Database is already closed. (#<I>)
- Fixed: LiveQuery instance could be garbage collected after Database is closed. `LiveQuery.destroy()` could throw the Exception.
- Fixed: unit test issue | couchbase_couchbase-lite-android | train |
6b35388594e36b413b0e113e7872251201aa0a9d | diff --git a/bakery/tests/__init__.py b/bakery/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/bakery/tests/__init__.py
+++ b/bakery/tests/__init__.py
@@ -14,6 +14,7 @@ from django.http import HttpResponse
from django.core.management import call_command
from django.test import TestCase, RequestFactory
from djang... | Lack of a get_url method now raises a ImproperlyConfigured instead of NotImplemented because it seems more Djangoriffic | datadesk_django-bakery | train |
a468398a90474574bcf2378c627ca2f395eb4da5 | diff --git a/bcbio/workflow/template.py b/bcbio/workflow/template.py
index <HASH>..<HASH> 100644
--- a/bcbio/workflow/template.py
+++ b/bcbio/workflow/template.py
@@ -432,7 +432,7 @@ def _check_all_metadata_found(metadata, items):
elif sample['files'][0].find(name) > -1:
seen = True
... | Better debugging for multi-sample failures | bcbio_bcbio-nextgen | train |
728abf19eee61d038d6ff234c812c5ff8a9f74f2 | diff --git a/pyemu/pst/pst_utils.py b/pyemu/pst/pst_utils.py
index <HASH>..<HASH> 100644
--- a/pyemu/pst/pst_utils.py
+++ b/pyemu/pst/pst_utils.py
@@ -1163,7 +1163,10 @@ def csv_to_ins_file(
else:
nprefix = prefix
if longnames:
- ... | small tweak to obs naming without a prefix | jtwhite79_pyemu | train |
db2c69b57672db39ccfb858b5e733fc00ae2d0d9 | diff --git a/lib/smart_titles/helper.rb b/lib/smart_titles/helper.rb
index <HASH>..<HASH> 100644
--- a/lib/smart_titles/helper.rb
+++ b/lib/smart_titles/helper.rb
@@ -41,8 +41,7 @@ module SmartTitles
rescue I18n::MissingTranslationData
end
- title &&= title.html_safe
- prov... | Fix XSS vulnerability when title contains user input. | semaperepelitsa_smart_titles | train |
d04bf034f71fafdd43527dff34c860368b94e033 | diff --git a/plexapi/library.py b/plexapi/library.py
index <HASH>..<HASH> 100644
--- a/plexapi/library.py
+++ b/plexapi/library.py
@@ -454,11 +454,13 @@ class LibrarySection(PlexObject):
agent = self.agent
locations = []
- if kwargs['location']:
- for path in kwargs['location']... | Use .get() for kwargs location for when not editing library locations
build location list inside path checking loop | pkkid_python-plexapi | train |
de2a32ae2baea134de665518874720246272e03d | diff --git a/pysnmp/carrier/asyncore/dgram/unix.py b/pysnmp/carrier/asyncore/dgram/unix.py
index <HASH>..<HASH> 100644
--- a/pysnmp/carrier/asyncore/dgram/unix.py
+++ b/pysnmp/carrier/asyncore/dgram/unix.py
@@ -1,5 +1,16 @@
# Implements asyncore-based UNIX transport domain
-from os import remove, tmpnam
+import os, sy... | emulate tmpnam on Py3K | etingof_pysnmp | train |
c0299918a26840f46401bc4af8dace3ec6028d35 | diff --git a/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php b/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php
index <HASH>..<HASH> 100644
--- a/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php
+++ b/calendar-bundle/src/Resources/contao/dca/tl_calendar_events.php
@@ -288,7... | [Calendar] Support the CSS "ex" unit (see #<I>) | contao_contao | train |
1fcceebac5973803a8273e5040314887439b91ac | diff --git a/samp-server-cli.py b/samp-server-cli.py
index <HASH>..<HASH> 100755
--- a/samp-server-cli.py
+++ b/samp-server-cli.py
@@ -54,7 +54,7 @@ def get_arguments(args):
parser.add_argument('-maxnpc', metavar='number', type=int, default=0, help='max. number of NPCs (bots)')
parser.add_argument('-o', '-output'... | Don't write script options to server.cfg | Zeex_samp-server-cli | train |
8bbcaa1a48641fa4fd59bb4e5c144c0e54889edd | diff --git a/supplement/linter.py b/supplement/linter.py
index <HASH>..<HASH> 100644
--- a/supplement/linter.py
+++ b/supplement/linter.py
@@ -339,9 +339,10 @@ class NameExtractor(NodeVisitor):
self.scope = Scope(self.scope)
self.scope.lineno = node.lineno
self.scope.offset = node.col_offset
... | fix linter: previous effect state could brake lambda arguments usage | baverman_supplement | train |
22c474798c2751a416d3e43c24fc5826f94cf29a | diff --git a/dagster/core/execution.py b/dagster/core/execution.py
index <HASH>..<HASH> 100644
--- a/dagster/core/execution.py
+++ b/dagster/core/execution.py
@@ -583,6 +583,7 @@ def execute_single_solid(context, solid, input_arg_dicts, throw_on_error=True):
check.inst_param(context, 'context', DagsterExecutionCon... | add checks for throw_on_error | dagster-io_dagster | train |
f9bec84fda389013a3b026e234f35c98a09e7141 | diff --git a/lib/secretsharing/shamir/share.rb b/lib/secretsharing/shamir/share.rb
index <HASH>..<HASH> 100644
--- a/lib/secretsharing/shamir/share.rb
+++ b/lib/secretsharing/shamir/share.rb
@@ -58,7 +58,7 @@ module SecretSharing
end
def to_hash
- hash = [:version, :hmac, :k, :n, :x, :y, :prime, ... | Remove the Hash sort in to_hash. It collides with some Ruby interpreters and is not strictly needed. | grempe_secretsharing | train |
15320e113f34aaba9c4bb6a68589e627469d4393 | diff --git a/autograd/numpy/numpy_grads.py b/autograd/numpy/numpy_grads.py
index <HASH>..<HASH> 100644
--- a/autograd/numpy/numpy_grads.py
+++ b/autograd/numpy/numpy_grads.py
@@ -174,16 +174,14 @@ def grad_kron(argnum, G, ans, vs, gvs, orig_A, orig_B):
# kron has different promotion rules than dot. the reshapes ar... | improve grad_kron by not calling anp.shape and instead using vs.shape | HIPS_autograd | train |
f54e16e6ad046983f6dfdc6df36d4a13c4a875a7 | diff --git a/lib/ghtorrent/ghtorrent.rb b/lib/ghtorrent/ghtorrent.rb
index <HASH>..<HASH> 100644
--- a/lib/ghtorrent/ghtorrent.rb
+++ b/lib/ghtorrent/ghtorrent.rb
@@ -26,7 +26,7 @@ module GHTorrent
# db related functions
def get_db
-
+ Sequel.single_threaded = true
@db = Sequel.connect(config(:s... | Fighting memory leaks, attempt 1
Close DB connection, release DB objects, run GC | gousiosg_github-mirror | train |
a99d264e71801c955ca76a2e1bf64a7f94781891 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -26,11 +26,13 @@ setup(
"python-irclib==0.4.8"
],
- # The PyPI entry for python-irclib points to a stale download URL
- # (tested 2012-05-28). Adding this version specific page to
- # dependency_li... | Point dependency_links at my own mirror of python-irclib zip files
The previous fix for python-irclib downloading problems worked
in testing but not once cobe <I> was uploaded to PyPI.
I've uploaded a few versions of python-irclib to a repo in github,
so it can be pulled in via pip when installing cobe. | pteichman_cobe | train |
e8f3c9a2f0cfecf2bf0b5ba1380dcbcfbb98df85 | diff --git a/src/META-INF/aocode-public.tld b/src/META-INF/aocode-public.tld
index <HASH>..<HASH> 100644
--- a/src/META-INF/aocode-public.tld
+++ b/src/META-INF/aocode-public.tld
@@ -57,7 +57,7 @@ along with aocode-public-taglib. If not, see <http://www.gnu.org/licenses/>.
<name>rel</name>
<required>fals... | rel attribute is now passed as object for delayed (and possibly avoided) coercion to string.tes are now passed as object for delayed (and possibly avoided) coercion to string. | aoindustries_ao-taglib | train |
51b7815045cf483973df59ba1530c30e35c31843 | diff --git a/com.adobe.epubcheck/build.xml b/com.adobe.epubcheck/build.xml
index <HASH>..<HASH> 100755
--- a/com.adobe.epubcheck/build.xml
+++ b/com.adobe.epubcheck/build.xml
@@ -7,7 +7,7 @@
</tstamp>
<!-- <property name="version" value="${ISO-TODAY}"/> -->
- <property name="version" value="1.0.1"/>
+ <prope... | Always reports version number, added 'ERROR: ' and 'WARNING: ' to the default output. | w3c_epubcheck | train |
66baa253c87116cf4f7fd91320e018e292d77c94 | diff --git a/kernel/src/main/java/org/efaps/admin/datamodel/attributetype/FormatedStringType.java b/kernel/src/main/java/org/efaps/admin/datamodel/attributetype/FormatedStringType.java
index <HASH>..<HASH> 100644
--- a/kernel/src/main/java/org/efaps/admin/datamodel/attributetype/FormatedStringType.java
+++ b/kernel/src... | - reverting the formated string attribute to previous version, due to the reason that the implementation is not a good solution
git-svn-id: <URL> | eFaps_eFaps-Kernel | train |
90fda24ca4f7dc4efc75c2ac9d068280ed8ef634 | diff --git a/test/HistogramPanel_test.py b/test/HistogramPanel_test.py
index <HASH>..<HASH> 100644
--- a/test/HistogramPanel_test.py
+++ b/test/HistogramPanel_test.py
@@ -33,8 +33,6 @@ class TestHistogramPanelClass(unittest.TestCase):
data_ref.data # trigger data loading
# create the histogram ca... | Always needs repaint when creating RootCanvasItem. Remove unused 'begin_repaint' too.
svn r<I> | nion-software_nionswift | train |
f14ab59c8a41f4afc154103902a41513c2b4027b | diff --git a/src/Autoload/Requirements.php b/src/Autoload/Requirements.php
index <HASH>..<HASH> 100644
--- a/src/Autoload/Requirements.php
+++ b/src/Autoload/Requirements.php
@@ -44,7 +44,7 @@ final class Requirements extends RequirementCollection
$this->addRequirement(
Semver::satisfies(phpversio... | Fix type (#<I>) | humbug_php-scoper | train |
044a1ca101101bdf57d2274c010e3f99a81e0e3a | diff --git a/operating_systems.go b/operating_systems.go
index <HASH>..<HASH> 100644
--- a/operating_systems.go
+++ b/operating_systems.go
@@ -120,6 +120,61 @@ func gecko(p *UserAgent, comment []string) {
}
}
+// Internal: guess the OS, the localization and if this is a mobile device
+// for Internet Explorer.
+//... | Moved the detection of the OS for IE and Opera into separate functions. | mssola_user_agent | train |
62a26ac6cbc171b3fbb3a37e15a37ed0d6b34d34 | diff --git a/lib/dragonfly/app.rb b/lib/dragonfly/app.rb
index <HASH>..<HASH> 100644
--- a/lib/dragonfly/app.rb
+++ b/lib/dragonfly/app.rb
@@ -23,7 +23,6 @@ module Dragonfly
end
def initialize
- self.log = proc{ Logger.new('/var/tmp/dragonfly.log') }
@analyser, @processor, @encoder, @generat... | Loggable wasn't quite right in terms of sharing logs | markevans_dragonfly | train |
04bc3d007234e634f141985f1394e944d9908b2e | diff --git a/sip/execution_control/processing_controller_interface/flask_api/app/db/client.py b/sip/execution_control/processing_controller_interface/flask_api/app/db/client.py
index <HASH>..<HASH> 100644
--- a/sip/execution_control/processing_controller_interface/flask_api/app/db/client.py
+++ b/sip/execution_control/... | No longer needlessly catch and immediately return jsonschema ValidationError exceptions. | SKA-ScienceDataProcessor_integration-prototype | train |
61370acd8728f8b25e576eb6cf2f3b1a2c31d964 | diff --git a/lib/config-generator.js b/lib/config-generator.js
index <HASH>..<HASH> 100644
--- a/lib/config-generator.js
+++ b/lib/config-generator.js
@@ -68,9 +68,9 @@ class ConfigGenerator {
config.stats = this.buildStatsConfig();
- let extensions = ['.js', '.jsx'];
+ let extensions = ['.js... | Add .ts & .tsx to resolved extension | symfony_webpack-encore | train |
5e2028e7c491571108800f365c683470761d86a4 | diff --git a/src/Place/CommandHandler.php b/src/Place/CommandHandler.php
index <HASH>..<HASH> 100644
--- a/src/Place/CommandHandler.php
+++ b/src/Place/CommandHandler.php
@@ -10,6 +10,8 @@ use CultuurNet\UDB3\Place\Commands\DeleteLabel;
use CultuurNet\UDB3\Place\Commands\DeleteOrganizer;
use CultuurNet\UDB3\Place\Com... | III-<I>: Add Translation to PlaceCommandHandler, add tests | cultuurnet_udb3-php | train |
8fe12992899d766fc633ce63dea7ee785c13ed32 | diff --git a/components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/text/CalendarRenderer.java b/components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/text/CalendarRenderer.java
index <HASH>..<HASH> 100644
--- a/components/src/main/java/de/larmic/butterfaces/component/rend... | #<I> don't render "locale" in JS plugin options, when language is not set on JSF component | ButterFaces_ButterFaces | train |
55084c5203c79c4af66acc4d2dbeab86bfd9ed68 | diff --git a/charmhub/download.go b/charmhub/download.go
index <HASH>..<HASH> 100644
--- a/charmhub/download.go
+++ b/charmhub/download.go
@@ -209,5 +209,5 @@ func (c *DownloadClient) downloadFromURL(ctx context.Context, resourceURL *url.U
// Server error, nothing we can do other than inform the user that the
// ... | Charmhub: Download error should include status
To help understand why something failed to download, it might help if we
always include the status code message. That way it becomes easier to
diagnose the underlying error without the need to hit debug-log
everytime. | juju_juju | train |
2e17734dc12fc1fd80ff9e2f703ba2fd57407b63 | diff --git a/src/main/java/org/gaul/s3proxy/S3Proxy.java b/src/main/java/org/gaul/s3proxy/S3Proxy.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/gaul/s3proxy/S3Proxy.java
+++ b/src/main/java/org/gaul/s3proxy/S3Proxy.java
@@ -316,8 +316,10 @@ public final class S3Proxy {
public Builder awsAuthenticati... | fix: #<I> fix NPE when creating S3ProxyExtention or S3ProxyRule with Auth type = NONE | gaul_s3proxy | train |
7a5732f3b9a603568c3f0054c4ae414430870616 | diff --git a/lib/nopt.js b/lib/nopt.js
index <HASH>..<HASH> 100644
--- a/lib/nopt.js
+++ b/lib/nopt.js
@@ -1,6 +1,6 @@
// info about each config option.
-var debug = process.env.DEBUG_NOPT
+var debug = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
? function () { console.error.apply(console, arguments) }
: ... | Allow boolean flags to have other values as well | npm_nopt | train |
1f838be967d5fb4705d8eca970c00d7dca0bcde3 | diff --git a/lib/action_cable/channel/test_case.rb b/lib/action_cable/channel/test_case.rb
index <HASH>..<HASH> 100644
--- a/lib/action_cable/channel/test_case.rb
+++ b/lib/action_cable/channel/test_case.rb
@@ -207,6 +207,12 @@ module ActionCable
@subscription
end
+ # Unsubscribe the subscr... | Add #unsubscribe method to channel test case | palkan_action-cable-testing | train |
b80fba786c0ec186a1e8637d7bb9efab6fc7db48 | diff --git a/duel.js b/duel.js
index <HASH>..<HASH> 100644
--- a/duel.js
+++ b/duel.js
@@ -52,74 +52,31 @@ var seeds = function (i, p) {
return [Math.pow(2, p) + 1 - even, even];
};
-var makeFirstRounds = function (size, p, last) {
- var model = Math.pow(2, p) // model >= size (equals iff size is a power of 2)
-... | construction now creates blank WBR2,LBR1,LBR2 and instead uses normal progression methods to score the matches internally | clux_duel | train |
3c5f8e28a17fb288939402523bc9ac1ebf582bf4 | diff --git a/src/main/java/org/mariadb/jdbc/MySQLServerSidePreparedStatement.java b/src/main/java/org/mariadb/jdbc/MySQLServerSidePreparedStatement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mariadb/jdbc/MySQLServerSidePreparedStatement.java
+++ b/src/main/java/org/mariadb/jdbc/MySQLServerSidePreparedStat... | Make compilable under by JDK7 - add missing methods for MySQLServerSidePreparedStatement | MariaDB_mariadb-connector-j | train |
7be2752a0f3aca83a351d517e7956c53fd87aad1 | diff --git a/cli/local2astra/main.go b/cli/local2astra/main.go
index <HASH>..<HASH> 100644
--- a/cli/local2astra/main.go
+++ b/cli/local2astra/main.go
@@ -17,6 +17,8 @@ import (
"github.com/zenhotels/astranet"
"github.com/vulcand/oxy/forward"
"fmt"
+ "os/signal"
+ "syscall"
)
var httpPort = flag.Int("port", 8... | shutdown_timeout parameter is used to show how long are we ready to wait for requests to terminate before stopping the service | zenhotels_astranet | train |
a9f4e589aa7c8cde8b7d52cf4b61a4d9cdae242a | diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/spi/impl/ClientClusterServiceImpl.java b/hazelcast-client/src/main/java/com/hazelcast/client/spi/impl/ClientClusterServiceImpl.java
index <HASH>..<HASH> 100644
--- a/hazelcast-client/src/main/java/com/hazelcast/client/spi/impl/ClientClusterServiceImpl.jav... | Fixed the stacktrace in case of a remote exception being thrown while authenticating. Currently the stacktrace is useless on the client side because you can't see where the code fails | hazelcast_hazelcast | train |
6f79ea4f11a4e0581f4c73a2fe729cdab79d1f98 | diff --git a/lib/http/2/compressor.rb b/lib/http/2/compressor.rb
index <HASH>..<HASH> 100644
--- a/lib/http/2/compressor.rb
+++ b/lib/http/2/compressor.rb
@@ -236,15 +236,17 @@ module HTTP2
STATIC_TABLE.each_index do |i|
if STATIC_TABLE[i] == header
exact ||= i
+ brea... | Stop searching headers table when an exact match found | igrigorik_http-2 | train |
3f1fcc66129033895a1001bcbf86826f147993c1 | diff --git a/library/src/main/java/com/telly/groundy/GroundyService.java b/library/src/main/java/com/telly/groundy/GroundyService.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/telly/groundy/GroundyService.java
+++ b/library/src/main/java/com/telly/groundy/GroundyService.java
@@ -356,6 +356,7 @@ publi... | Now we can get the original intent from the groundy task | telly_groundy | train |
94fc61749913790b84e70563ebe0cf211a2b5dca | diff --git a/src/createDispatcher.js b/src/createDispatcher.js
index <HASH>..<HASH> 100644
--- a/src/createDispatcher.js
+++ b/src/createDispatcher.js
@@ -38,15 +38,7 @@ export default function createDispatcher(opts = {}) {
const cache = []
const state = []
- let scheduler
- switch (opts.scheduler) {
- cas... | Allow any kind of Rx Scheduler | kitten_fluorine | train |
b5fc127804726de8048c2bfa7c92989ead2bb4e3 | diff --git a/spec/unit/pacto/instantiated_contract_spec.rb b/spec/unit/pacto/instantiated_contract_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/pacto/instantiated_contract_spec.rb
+++ b/spec/unit/pacto/instantiated_contract_spec.rb
@@ -1,6 +1,6 @@
module Pacto
- describe InstantiatedContract do
-
+ describe ... | Fix problem with "Tab" (#<I>) | thoughtworks_pacto | train |
cbc9e1c10092b25018f3e1309c118fc4a45c333f | diff --git a/pghoard/receivexlog.py b/pghoard/receivexlog.py
index <HASH>..<HASH> 100644
--- a/pghoard/receivexlog.py
+++ b/pghoard/receivexlog.py
@@ -55,7 +55,7 @@ class PGReceiveXLog(Thread):
for fd in rlist:
content = fd.read()
if content:
- self.log.... | pgreceivexlog: Change log level from debug to info
pg_receive(xlog|wal) is not very chatty. When something related to
receiving WAL doesn't work the process output is crucial yet with
typical log configuration it didn't get printed. | aiven_pghoard | train |
81d9e13e7c8e9a80b3b574c9c570103e7b36e9d4 | diff --git a/ape/main.py b/ape/main.py
index <HASH>..<HASH> 100644
--- a/ape/main.py
+++ b/ape/main.py
@@ -71,10 +71,11 @@ def run(args, features=None):
taskname = args[1]
try:
task = tasks.get_task(taskname, include_helpers=False)
- remaining_args = args[2:] if len(args) > 2 e... | don't catch TaskNotFound if task is not invoked from cli | henzk_ape | train |
61ad0d34909b2299a22d3f87b0bfe2fdae9325e8 | diff --git a/tests/Concerns/AssertsHtmlStrings.php b/tests/Concerns/AssertsHtmlStrings.php
index <HASH>..<HASH> 100644
--- a/tests/Concerns/AssertsHtmlStrings.php
+++ b/tests/Concerns/AssertsHtmlStrings.php
@@ -2,7 +2,6 @@
namespace Spatie\Html\Test\Concerns;
-use DOMElement;
use DOMDocument;
trait AssertsHtml... | Fix CI by removing unused imports | spatie_laravel-html | train |
a19112644411ea75a149ac0748a4cc03ecd9c631 | diff --git a/src/frontend/org/voltdb/iv2/Cartographer.java b/src/frontend/org/voltdb/iv2/Cartographer.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/iv2/Cartographer.java
+++ b/src/frontend/org/voltdb/iv2/Cartographer.java
@@ -905,6 +905,9 @@ public class Cartographer extends StatsSource
// S... | ENG-<I>: Handle null return from getHostsByPartionMasterCount
Cartogropher.getHostsByPartionMasterCount() returns null under some conditions,
however none of the callers of this method handle a null result. Update the
callers to properly handle a null result. | VoltDB_voltdb | train |
6ff446f24d374516c0b32e280d19907c0acea23b | diff --git a/lib/dm-validations/formats/url.rb b/lib/dm-validations/formats/url.rb
index <HASH>..<HASH> 100644
--- a/lib/dm-validations/formats/url.rb
+++ b/lib/dm-validations/formats/url.rb
@@ -13,7 +13,7 @@ module DataMapper
Url = begin
# Regex from http://www.igvita.com/2006/09/07/validating-ur... | [dm-validations] Make sure URI format allows URIs with port
* since in web world URIs like http://localhost:<I> are often
not really allowed, we leave them out intentionally
* for cases when exactly RFC compliant URI is needed,
another format should be added in the future
[#<I> state:resolved] | emmanuel_aequitas | train |
7d36c1e025abbcdd4ed50c580bbd990fd262bbed | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,8 @@
1.1.12
* Add retry mechanism to OTC for non-droppable_verbs (CASSANDRA-5393)
+ * Use allocator information to improve memtable memory usage estimate
+ (CASSANDRA-5497)
+
1.1.11
* Fix trying ... | Use allocator information to improve memtable memory usage estimate
patch by jbellis; reviewed by jasobrown for CASSANDRA-<I> | Stratio_stratio-cassandra | train |
c95bcc7e73642a1500ea92dc4a45ac7801569126 | diff --git a/lib/the86-client/resource_collection.rb b/lib/the86-client/resource_collection.rb
index <HASH>..<HASH> 100644
--- a/lib/the86-client/resource_collection.rb
+++ b/lib/the86-client/resource_collection.rb
@@ -28,7 +28,12 @@ module The86::Client
attr_writer :parameters
def with_parameters(parameter... | ResourceCollection#with_paramters avoids #dup, prevent stale @records. | sitepoint_the86-client | train |
df140097a4802c77c1ca3a2ebe5f4153e2402766 | diff --git a/src/docgen/navigation.js b/src/docgen/navigation.js
index <HASH>..<HASH> 100644
--- a/src/docgen/navigation.js
+++ b/src/docgen/navigation.js
@@ -57,7 +57,7 @@ export default class NavigationGenerator {
return `
<nav class="left-navigation">
<header class="header">
- <a href="... | Update logo link from `/index.html` to `/` | flowcommerce_lib-apidoc | train |
d393b5571efdfbdf33a72d0ab681bf067b041b1a | diff --git a/lib/bolt/inventory/group.rb b/lib/bolt/inventory/group.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/inventory/group.rb
+++ b/lib/bolt/inventory/group.rb
@@ -10,6 +10,11 @@ module Bolt
# Regex used to validate group names and target aliases.
NAME_REGEX = /\A[a-z0-9_][a-z0-9_-]*\Z/.freeze
+ ... | (BOLT-<I>) Warn when unexpected keys are present in inventory | puppetlabs_bolt | train |
cbb7530f68b9ba4828dfa8e81c242fd652ca60a8 | diff --git a/master/buildbot/scripts/base.py b/master/buildbot/scripts/base.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/scripts/base.py
+++ b/master/buildbot/scripts/base.py
@@ -120,3 +120,22 @@ class SubcommandOptions(usage.Options):
if k.startswith("__"):
del localDict[k]
... | move BasedirMixin to base.py | buildbot_buildbot | train |
0264c78ed3a310dfa1f0ed048232714cf50c1445 | diff --git a/lib/algoliasearch-rails.rb b/lib/algoliasearch-rails.rb
index <HASH>..<HASH> 100644
--- a/lib/algoliasearch-rails.rb
+++ b/lib/algoliasearch-rails.rb
@@ -211,7 +211,7 @@ module AlgoliaSearch
def encode_attributes(v)
case v
when String
- v.force_encoding('utf-8')
+ v.dup.for... | Fix issue with FrozenError around force_encoding (#<I>)
After upgrading from Ruby <I> to Ruby <I>, Algolia was throwing all kinds of errors when trying to index records.
The error was `FrozenError: can't modify frozen String: "User"`, and it was related to this line around `force_encoding` which was happening becau... | algolia_algoliasearch-rails | train |
02ef2958f518d89be53143ebd1766ac5bc443ce8 | diff --git a/lib/EarthIT/CMIPREST/CMIPRESTRequest.php b/lib/EarthIT/CMIPREST/CMIPRESTRequest.php
index <HASH>..<HASH> 100644
--- a/lib/EarthIT/CMIPREST/CMIPRESTRequest.php
+++ b/lib/EarthIT/CMIPREST/CMIPRESTRequest.php
@@ -58,7 +58,7 @@ class EarthIT_CMIPREST_CMIPRESTRequest
}
return new static( $requestMe... | Don't treat a POST request as a compound action if content isn't at least an array. | EarthlingInteractive_PHPCMIPREST | train |
da5bb2e949fcc4c2a4562400b9c244943c2f9977 | diff --git a/lxd/storage/drivers/volume.go b/lxd/storage/drivers/volume.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/volume.go
+++ b/lxd/storage/drivers/volume.go
@@ -180,11 +180,9 @@ func (v Volume) EnsureMountPath() error {
// MountTask runs the supplied task after mounting the volume if needed. If the v... | lxd/storage/drivers/volume: Removes unnecessary variable | lxc_lxd | train |
4bcce0e5b24e85b0c71af45707d1a60fa85f0cc4 | diff --git a/core/src/main/java/com/google/errorprone/bugpatterns/GuiceInjectOnFinalField.java b/core/src/main/java/com/google/errorprone/bugpatterns/GuiceInjectOnFinalField.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/google/errorprone/bugpatterns/GuiceInjectOnFinalField.java
+++ b/core/src/main/java/... | Feedback from eaftan | google_error-prone | train |
ef078ecbecb1c3f2eda5c87939f2989f4971ce7d | diff --git a/ui/src/components/toggle/QToggle.js b/ui/src/components/toggle/QToggle.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/toggle/QToggle.js
+++ b/ui/src/components/toggle/QToggle.js
@@ -41,28 +41,30 @@ export default Vue.extend({
},
render (h) {
- const child = h('div', {
- staticClass:... | fix(QToggle): minor issue on render | quasarframework_quasar | train |
14ae7e6e669827a36f8c218f24be6fee3bc66b04 | diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb
index <HASH>..<HASH> 100644
--- a/lib/searchkick/query.rb
+++ b/lib/searchkick/query.rb
@@ -531,6 +531,17 @@ module Searchkick
end
end
+ def to_curl
+ query = params
+ type = query[:type]
+ index = query[:index].is_a?(Array) ... | Added to_curl method - closes #<I> | ankane_searchkick | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.