diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/lib/el_finder_s3/connector.rb b/lib/el_finder_s3/connector.rb
index <HASH>..<HASH> 100755
--- a/lib/el_finder_s3/connector.rb
+++ b/lib/el_finder_s3/connector.rb
@@ -78,7 +78,6 @@ module ElFinderS3
def run(params)
@adapter = ElFinderS3::Adapter.new(@options[:server], @options[:cache_connector... | Added exists method to dummy_cache_client.rb |
diff --git a/bitex/interfaces/rocktrading.py b/bitex/interfaces/rocktrading.py
index <HASH>..<HASH> 100644
--- a/bitex/interfaces/rocktrading.py
+++ b/bitex/interfaces/rocktrading.py
@@ -48,7 +48,7 @@ class RockTradingLtd(RockTradingREST):
return self.public_query('funds/%s/trades' % pair, params=kwargs)
... | change the dictionary key names back to their original names |
diff --git a/test/specs/controller.scatter.test.js b/test/specs/controller.scatter.test.js
index <HASH>..<HASH> 100644
--- a/test/specs/controller.scatter.test.js
+++ b/test/specs/controller.scatter.test.js
@@ -3,6 +3,28 @@ describe('Chart.controllers.scatter', function() {
expect(typeof Chart.controllers.scatter).t... | Test default tooltip callbacks for scatter charts (#<I>)
This moves the mouse over the drawn point and verifies that there is no title in the tooltip and that the body contains expected content. |
diff --git a/src/Middleware/InitStateMiddleware.php b/src/Middleware/InitStateMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Middleware/InitStateMiddleware.php
+++ b/src/Middleware/InitStateMiddleware.php
@@ -44,8 +44,10 @@ class InitStateMiddleware implements HTTPMiddleware
return $delegate($request... | FIX Catching situation where database has no tables but it exists |
diff --git a/chef/lib/chef/provider/package/rubygems.rb b/chef/lib/chef/provider/package/rubygems.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/provider/package/rubygems.rb
+++ b/chef/lib/chef/provider/package/rubygems.rb
@@ -453,7 +453,11 @@ class Chef
def install_via_gem_command(name, version)
... | CHEF-<I> - gem version numbers are messy
Now we only provide a version string to our alternative gem binary if
we're actually provided with one. This allows gem_package#action_upgrade
to work in the case where no version is specified. |
diff --git a/lib/winston-azuretable.js b/lib/winston-azuretable.js
index <HASH>..<HASH> 100644
--- a/lib/winston-azuretable.js
+++ b/lib/winston-azuretable.js
@@ -97,10 +97,11 @@ AzureLogger.prototype.log = function (level, msg, meta, callback) {
if (meta) {
for (var prop in meta) {
+ var... | Update winston-azuretable.js
Handle duplicate property names in the entity to be logged. |
diff --git a/onnxmltools/convert/sparkml/ops_names.py b/onnxmltools/convert/sparkml/ops_names.py
index <HASH>..<HASH> 100644
--- a/onnxmltools/convert/sparkml/ops_names.py
+++ b/onnxmltools/convert/sparkml/ops_names.py
@@ -4,6 +4,7 @@
Mapping and utility functions for Name to Spark ML operators
'''
+from pyspark.ml... | fix: showing better error message when a model of wrong type is being passed. (#<I>) |
diff --git a/code/VersionedDataObject.php b/code/VersionedDataObject.php
index <HASH>..<HASH> 100644
--- a/code/VersionedDataObject.php
+++ b/code/VersionedDataObject.php
@@ -143,5 +143,13 @@ class VersionedDataObject extends Versioned
parent::publish($fromStage, $toStage, $createNewVersion);
$this->o... | Makes this module work with scheduled publishing |
diff --git a/server/sonar-web/src/main/js/components/charts/ColorGradientLegend.js b/server/sonar-web/src/main/js/components/charts/ColorGradientLegend.js
index <HASH>..<HASH> 100644
--- a/server/sonar-web/src/main/js/components/charts/ColorGradientLegend.js
+++ b/server/sonar-web/src/main/js/components/charts/ColorGra... | Fix wrong treemap legend for coverage measure |
diff --git a/js/huobi.js b/js/huobi.js
index <HASH>..<HASH> 100644
--- a/js/huobi.js
+++ b/js/huobi.js
@@ -1939,7 +1939,7 @@ module.exports = class huobi extends Exchange {
if (limit !== undefined) {
request['size'] = limit; // max 100
}
- const response = await this.privateGetQuer... | huobi fetchDeposits, fetchWithdrawals switched to new endpoint definitions |
diff --git a/umap/tests/test_parametric_umap.py b/umap/tests/test_parametric_umap.py
index <HASH>..<HASH> 100644
--- a/umap/tests/test_parametric_umap.py
+++ b/umap/tests/test_parametric_umap.py
@@ -93,9 +93,9 @@ def test_save_load():
embedder = ParametricUMAP()
embedding = embedder.fit_transform(X)
- if... | Try restoring save-load test on windows |
diff --git a/library/CM/Usertext/Filter/MaxLength.php b/library/CM/Usertext/Filter/MaxLength.php
index <HASH>..<HASH> 100644
--- a/library/CM/Usertext/Filter/MaxLength.php
+++ b/library/CM/Usertext/Filter/MaxLength.php
@@ -23,7 +23,7 @@ class CM_Usertext_Filter_MaxLength extends CM_Usertext_Filter_Abstract {
$text ... | fixed missing space in MaxLength |
diff --git a/pulsar/client/test/check.py b/pulsar/client/test/check.py
index <HASH>..<HASH> 100644
--- a/pulsar/client/test/check.py
+++ b/pulsar/client/test/check.py
@@ -208,7 +208,10 @@ def run(options):
client_inputs = []
client_inputs.append(ClientInput(temp_input_path, CLIENT_INPUT_PATH_TYPES.INP... | Revert empty input testing, it really probably should cause a failure. |
diff --git a/mythril/laser/ethereum/instructions.py b/mythril/laser/ethereum/instructions.py
index <HASH>..<HASH> 100644
--- a/mythril/laser/ethereum/instructions.py
+++ b/mythril/laser/ethereum/instructions.py
@@ -1004,7 +1004,8 @@ class Instruction:
@StateTransition()
def assert_fail_(self, global_state):... | Add assert_fail_ implementation |
diff --git a/actionmailer/test/base_test.rb b/actionmailer/test/base_test.rb
index <HASH>..<HASH> 100644
--- a/actionmailer/test/base_test.rb
+++ b/actionmailer/test/base_test.rb
@@ -268,14 +268,14 @@ class BaseTest < ActiveSupport::TestCase
end
test "accessing inline attachments after mail was called works" do... | Do not use the same test class in different tests
This fixes the following warnings.
```
actionmailer/test/base_test.rb:<I>: warning: method redefined; discarding old welcome
actionmailer/test/base_test.rb:<I>: warning: previous definition of welcome was here
``` |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,10 @@ setup(name='salt',
['init/salt-minion',
'init/salt-master',
]),
+ ('/usr/libexec/salt',
+ ['libexec/clust-up',
+... | Add libexec scripts to the package |
diff --git a/src/Controller/DefaultController.php b/src/Controller/DefaultController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/DefaultController.php
+++ b/src/Controller/DefaultController.php
@@ -415,7 +415,7 @@ class DefaultController extends Base
* Form validation for edit/create
* @return bool... | Changing visibility of methods in DefaultController to allow for overriding. |
diff --git a/scss/__init__.py b/scss/__init__.py
index <HASH>..<HASH> 100644
--- a/scss/__init__.py
+++ b/scss/__init__.py
@@ -81,7 +81,11 @@ locate_blocks = None
try:
from scss._speedups import locate_blocks
except ImportError:
- sys.stderr.write("Scanning acceleration disabled (_speedups not found)!\n")
+ ... | scss/__init__.py: raise RuntimeWarning instead of writing to sys.stderr when _speedups is not found |
diff --git a/dask_ml/cluster/k_means.py b/dask_ml/cluster/k_means.py
index <HASH>..<HASH> 100644
--- a/dask_ml/cluster/k_means.py
+++ b/dask_ml/cluster/k_means.py
@@ -447,7 +447,9 @@ def init_scalable(
# to do that.
if len(centers) < n_clusters:
- logger.warning("Found fewer than %d clusters in init.... | Log amount of found clusters in kmeans init (#<I>)
* Log amount of found clusters in kmeans init |
diff --git a/lib/Doctrine/ODM/PHPCR/Proxy/ProxyFactory.php b/lib/Doctrine/ODM/PHPCR/Proxy/ProxyFactory.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/Proxy/ProxyFactory.php
+++ b/lib/Doctrine/ODM/PHPCR/Proxy/ProxyFactory.php
@@ -208,6 +208,8 @@ class ProxyFactory
$attributes[] = $field["field... | fix handling of identifier when handling class properties in proxies |
diff --git a/Drop-In/src/androidTest/java/com/braintreepayments/api/dropin/CreatePaymentMethodTest.java b/Drop-In/src/androidTest/java/com/braintreepayments/api/dropin/CreatePaymentMethodTest.java
index <HASH>..<HASH> 100644
--- a/Drop-In/src/androidTest/java/com/braintreepayments/api/dropin/CreatePaymentMethodTest.jav... | Fix PayPal test due to test data change |
diff --git a/test/morph-stream.js b/test/morph-stream.js
index <HASH>..<HASH> 100644
--- a/test/morph-stream.js
+++ b/test/morph-stream.js
@@ -37,6 +37,16 @@ test('morph promise into stream', assert => {
}))
})
+test('morph stream resolved by a promise', assert => {
+ assert.plan(1)
+ morph(new Promise(resolve ... | Should pipe stream returned by a promise |
diff --git a/tinytag/tinytag.py b/tinytag/tinytag.py
index <HASH>..<HASH> 100644
--- a/tinytag/tinytag.py
+++ b/tinytag/tinytag.py
@@ -24,6 +24,7 @@
#
import codecs
+import re
import struct
import os
import io
@@ -367,7 +368,7 @@ class ID3(TinyTag):
extended = (header[3] & 0x40) > 0
exp... | Fix MemoryError when parsing corrupted frame data
-Frame ID is validated before trying to read its content |
diff --git a/chef/lib/chef/application.rb b/chef/lib/chef/application.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/application.rb
+++ b/chef/lib/chef/application.rb
@@ -15,6 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'socket'
requi... | Chef::Application references constants from socket
fixes undefined constant error when config file is missing |
diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Util/RemoteFilesystem.php
+++ b/src/Composer/Util/RemoteFilesystem.php
@@ -141,7 +141,7 @@ class RemoteFilesystem
}
if ($this->progress) {
- $this->i... | Fix progress display getting stuck at <I>% |
diff --git a/lib/routes/google.js b/lib/routes/google.js
index <HASH>..<HASH> 100644
--- a/lib/routes/google.js
+++ b/lib/routes/google.js
@@ -7,7 +7,7 @@ module.exports = function(app){
var google = {},
grasshopper = require('grasshopper-core'),
config = require('../config'),
- redirectUr... | Putting a default redirect url into the google auth rout so all will be chill. |
diff --git a/Imagine/Cache/Resolver/WebPathResolver.php b/Imagine/Cache/Resolver/WebPathResolver.php
index <HASH>..<HASH> 100644
--- a/Imagine/Cache/Resolver/WebPathResolver.php
+++ b/Imagine/Cache/Resolver/WebPathResolver.php
@@ -117,7 +117,7 @@ class WebPathResolver implements ResolverInterface
*/
protecte... | Fix of #<I> (Trim of forwarding slash in path) |
diff --git a/resources/route53-health-checks.go b/resources/route53-health-checks.go
index <HASH>..<HASH> 100644
--- a/resources/route53-health-checks.go
+++ b/resources/route53-health-checks.go
@@ -2,10 +2,11 @@ package resources
import (
"fmt"
+
+ "github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/... | fix Route<I>HealthCheck loop (#<I>) |
diff --git a/state/metrics.go b/state/metrics.go
index <HASH>..<HASH> 100644
--- a/state/metrics.go
+++ b/state/metrics.go
@@ -146,7 +146,7 @@ func (m *MetricBatch) UUID() string {
return m.doc.UUID
}
-// EnvUUID returns the environment uuid this metric applies to.
+// EnvUUID returns the environment UUID this met... | uuid -> UUID |
diff --git a/yfi/yql.py b/yfi/yql.py
index <HASH>..<HASH> 100644
--- a/yfi/yql.py
+++ b/yfi/yql.py
@@ -88,7 +88,7 @@ class Yql:
though"""
return self.compiled_str
- def get(self):
+ def run(self):
"""Execute the query inside of self.compiled_str. This method returns a JSON
... | Changed exec to run to eliminate shadowing |
diff --git a/tests/const.py b/tests/const.py
index <HASH>..<HASH> 100644
--- a/tests/const.py
+++ b/tests/const.py
@@ -7,7 +7,7 @@
# Requirements:
# - Must contain /bin/bash (TestMain::test_*shell_override*)
#
-DOCKER_IMAGE = 'debian:8.2'
+DOCKER_IMAGE = 'debian:10'
# Alternate Docker image
# This image is used ... | test: Update DOCKER_IMAGE to debian:<I>
Rationale:
- debian:<I> is old
- debian:<I> uses a v1 schema manifest
- debian:<I> is cached in Ubuntu:<I> GitHub actions image:
<URL> |
diff --git a/lib/wiselinks/headers.rb b/lib/wiselinks/headers.rb
index <HASH>..<HASH> 100644
--- a/lib/wiselinks/headers.rb
+++ b/lib/wiselinks/headers.rb
@@ -12,7 +12,10 @@ module Wiselinks
end
def render(options = {}, *args, &block)
- if self.request.wiselinks?
+ if self.request.... | Added headers to prevent caching in Chrome |
diff --git a/src/toil/jobStores/aws/jobStore.py b/src/toil/jobStores/aws/jobStore.py
index <HASH>..<HASH> 100644
--- a/src/toil/jobStores/aws/jobStore.py
+++ b/src/toil/jobStores/aws/jobStore.py
@@ -778,7 +778,10 @@ class AWSJobStore(AbstractJobStore):
retry timeout expires.
"""
log.d... | Lower timeout for domain binding in Toil Clean (resolves #<I>) |
diff --git a/contrib/externs/angular-1.5.js b/contrib/externs/angular-1.5.js
index <HASH>..<HASH> 100644
--- a/contrib/externs/angular-1.5.js
+++ b/contrib/externs/angular-1.5.js
@@ -452,7 +452,7 @@ angular.LinkingFunctions.post = function(scope, iElement, iAttrs, controller) {
* function(!angular.JQLite=,!angu... | Add !Object<string,string> as a possible type for the transclude field of angular.Directive
-------------
Created by MOE: <URL> |
diff --git a/lib/jekyll/admin/static_server.rb b/lib/jekyll/admin/static_server.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/admin/static_server.rb
+++ b/lib/jekyll/admin/static_server.rb
@@ -3,8 +3,8 @@ module Jekyll
class StaticServer < Sinatra::Base
set :public_dir, File.expand_path("./public/dist", F... | always return the index for any non-asset path |
diff --git a/NavigationGlimpse/navigation.glimpse.js b/NavigationGlimpse/navigation.glimpse.js
index <HASH>..<HASH> 100644
--- a/NavigationGlimpse/navigation.glimpse.js
+++ b/NavigationGlimpse/navigation.glimpse.js
@@ -160,15 +160,15 @@
context.fillText(state.navigationLinks.length + linkText, stat... | Not only can it be previous & back but it can be previous & current (after a refresh). |
diff --git a/tests/test_bitstruct.py b/tests/test_bitstruct.py
index <HASH>..<HASH> 100644
--- a/tests/test_bitstruct.py
+++ b/tests/test_bitstruct.py
@@ -713,6 +713,13 @@ class BitStructTest(unittest.TestCase):
self.assertEqual(str(cm.exception),
"'fam' not found in data dictionary")... | Test of pack_into_dict with missing value. |
diff --git a/cors_test.go b/cors_test.go
index <HASH>..<HASH> 100644
--- a/cors_test.go
+++ b/cors_test.go
@@ -68,7 +68,7 @@ func Test_OtherHeaders(t *testing.T) {
AllowCredentials: true,
AllowMethods: []string{"PATCH", "GET"},
AllowHeaders: []string{"Origin", "X-whatever"},
- ExposeHeaders: []stri... | -n [Migrated]
Testing multiple expose headers. |
diff --git a/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py b/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py
index <HASH>..<HASH> 100644
--- a/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py
+++ b/tools/run_tests/xds_k8s_test_driver/tests/baseline_test.py
@@ -44,16 +44,14 @@ class Bas... | xds-k8s: Fix incorrect type hint in the baseline test (#<I>) |
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js
index <HASH>..<HASH> 100644
--- a/js/bootstrap-transition.js
+++ b/js/bootstrap-transition.js
@@ -36,7 +36,7 @@
, transEndEventNames = {
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transi... | Fix transition end name for opera <I>
Fix transition end name for Opera <I> and Opera <I>.
Should fix issues: #<I>, #<I>, #<I>, #<I> |
diff --git a/remoteservice/wit.go b/remoteservice/wit.go
index <HASH>..<HASH> 100644
--- a/remoteservice/wit.go
+++ b/remoteservice/wit.go
@@ -160,8 +160,7 @@ func (r *RemoteWITServiceCaller) GetWITUser(ctx context.Context, req *goa.Reques
}
identity = &account.Identity{
- ProfileURL: witServiceUser.Data.Attr... | Don't fetch profileURL from WIT (#<I>) |
diff --git a/pysd/py_backend/vensim/vensim2py.py b/pysd/py_backend/vensim/vensim2py.py
index <HASH>..<HASH> 100644
--- a/pysd/py_backend/vensim/vensim2py.py
+++ b/pysd/py_backend/vensim/vensim2py.py
@@ -276,7 +276,7 @@ def get_equation_components(equation_str, root_path=None):
name = basic_id / escape_group
... | The conflict merged and tests bugs fixed |
diff --git a/code/Control/UserDefinedFormController.php b/code/Control/UserDefinedFormController.php
index <HASH>..<HASH> 100644
--- a/code/Control/UserDefinedFormController.php
+++ b/code/Control/UserDefinedFormController.php
@@ -323,7 +323,7 @@ JS
// Merge fields are used for CMS authors to reference... | Only add attachments when HideFormData-setting is not set for this recipient |
diff --git a/packages/neos-ui/src/Containers/ContentCanvas/index.js b/packages/neos-ui/src/Containers/ContentCanvas/index.js
index <HASH>..<HASH> 100644
--- a/packages/neos-ui/src/Containers/ContentCanvas/index.js
+++ b/packages/neos-ui/src/Containers/ContentCanvas/index.js
@@ -106,10 +106,10 @@ export default class Co... | TASK: Reduce logical complexity
by changing the order of the if statements |
diff --git a/api-spec-testing/rspec_matchers.rb b/api-spec-testing/rspec_matchers.rb
index <HASH>..<HASH> 100644
--- a/api-spec-testing/rspec_matchers.rb
+++ b/api-spec-testing/rspec_matchers.rb
@@ -229,6 +229,11 @@ RSpec::Matchers.define :match_response do |pairs, test|
# match: {task: '/.+:\d+/'}
if expec... | [API] Updates rspec matchers in YAML test runners to be able to compare big numbers |
diff --git a/treetime/treetime.py b/treetime/treetime.py
index <HASH>..<HASH> 100644
--- a/treetime/treetime.py
+++ b/treetime/treetime.py
@@ -27,8 +27,8 @@ class TreeTime(ClockTree):
# initially, infer ancestral sequences and infer gtr model if desired
if use_input_branch_length:
- self.... | prune short branches even when not optizing branch length |
diff --git a/afkak/test/test_brokerclient.py b/afkak/test/test_brokerclient.py
index <HASH>..<HASH> 100644
--- a/afkak/test/test_brokerclient.py
+++ b/afkak/test/test_brokerclient.py
@@ -365,6 +365,12 @@ class KafkaBrokerClientTestCase(unittest.TestCase):
c.connector.factory = c # MemoryReactor doesn't make t... | Add docstring comment to new test as requested by review. |
diff --git a/lib/geocoder/lookups/yandex.rb b/lib/geocoder/lookups/yandex.rb
index <HASH>..<HASH> 100644
--- a/lib/geocoder/lookups/yandex.rb
+++ b/lib/geocoder/lookups/yandex.rb
@@ -18,6 +18,7 @@ module Geocoder::Lookup
end
def query_url(query, reverse = false)
+ query = query.split(",").reverse.join(... | Reverse coordinate order for Yandex.
On input and output (expects/returns lon,lat instead of lat,lon). |
diff --git a/lib/providers/index.js b/lib/providers/index.js
index <HASH>..<HASH> 100644
--- a/lib/providers/index.js
+++ b/lib/providers/index.js
@@ -119,6 +119,38 @@ module.exports = {
* OAuth 2.0 Providers
*/
+
+ '37signals': {
+ id: '37signals',
+ name: '37signals',
+ p... | Draft <I>signals OAuth <I> provider integration |
diff --git a/webmentiontools/send.py b/webmentiontools/send.py
index <HASH>..<HASH> 100644
--- a/webmentiontools/send.py
+++ b/webmentiontools/send.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+import itertools
import urlparse
import re
import requests
@@ -50,11 +51,10 @@ class WebmentionSend... | fix bug introduced by f<I>a<I>f3a<I>cba<I>af<I>d0cd<I>
break only breaks out of one loop :P |
diff --git a/src/specs/index.js b/src/specs/index.js
index <HASH>..<HASH> 100644
--- a/src/specs/index.js
+++ b/src/specs/index.js
@@ -6,7 +6,7 @@ describe('ui-harness', function() {
require('./it-server.spec');
require('./PropTypes.spec');
require('./page.spec');
- require('./typescript.spec.tsx')
+ require... | Remove .tsx extension from specs/index.js |
diff --git a/lib/active_scaffold/actions/batch_destroy.rb b/lib/active_scaffold/actions/batch_destroy.rb
index <HASH>..<HASH> 100644
--- a/lib/active_scaffold/actions/batch_destroy.rb
+++ b/lib/active_scaffold/actions/batch_destroy.rb
@@ -19,7 +19,8 @@ module ActiveScaffold::Actions
end
when :delete_all... | Bugfix: using delete_all process mode in nested_scope destroy all model
records instead of just the one for the nesting (issue 1 by jsurrett) |
diff --git a/lib/ruote/worker.rb b/lib/ruote/worker.rb
index <HASH>..<HASH> 100644
--- a/lib/ruote/worker.rb
+++ b/lib/ruote/worker.rb
@@ -102,6 +102,8 @@ module Ruote
@state = 'running'
@run_thread = Thread.new { run }
+
+ @run_thread['worker'] = self
@run_thread['worker_name'] = @name
... | place link to worker in its @run_thread['worker'] |
diff --git a/src/ClientEngine.js b/src/ClientEngine.js
index <HASH>..<HASH> 100644
--- a/src/ClientEngine.js
+++ b/src/ClientEngine.js
@@ -50,7 +50,6 @@ export default class ClientEngine {
healthCheckRTTSample: 10,
stepPeriod: 1000 / GAME_UPS,
scheduler: 'fixed',
- clie... | remove clientIDSpace from clientEngine.. this needs a more robust solution |
diff --git a/azurerm/internal/services/costmanagement/cost_management_export_resource_group_resource_test.go b/azurerm/internal/services/costmanagement/cost_management_export_resource_group_resource_test.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/costmanagement/cost_management_export_resource_group_... | make fmt and fix tests |
diff --git a/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java b/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java
+++ b/src/main/java/com/googlecode/lanterna/gui2/LayoutManager.java
@@ -39,5 +39,6 @@... | Changing the interface of LayoutManager |
diff --git a/vendor/plugins/refinery_settings/app/models/refinery_setting.rb b/vendor/plugins/refinery_settings/app/models/refinery_setting.rb
index <HASH>..<HASH> 100644
--- a/vendor/plugins/refinery_settings/app/models/refinery_setting.rb
+++ b/vendor/plugins/refinery_settings/app/models/refinery_setting.rb
@@ -59,7 ... | At this point, things are getting out of hand. |
diff --git a/lib/Studio.js b/lib/Studio.js
index <HASH>..<HASH> 100644
--- a/lib/Studio.js
+++ b/lib/Studio.js
@@ -306,8 +306,12 @@ module.exports = function(controller) {
if(options.execute){
var script = options.execute.script;
... | new convo getting vars and responses from old convo |
diff --git a/src/pymlab/sensors/atmega.py b/src/pymlab/sensors/atmega.py
index <HASH>..<HASH> 100755
--- a/src/pymlab/sensors/atmega.py
+++ b/src/pymlab/sensors/atmega.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-import smbus
+#import smbus
import time
from pymlab.sensors import Device
diff --git a/src/pymlab/sensors/i... | Remove unused smbus imports from some modules. |
diff --git a/DependencyInjection/ClientFactory.php b/DependencyInjection/ClientFactory.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/ClientFactory.php
+++ b/DependencyInjection/ClientFactory.php
@@ -395,7 +395,15 @@ class ClientFactory
return ['id' => $user->getUserIdentifier()];
... | Guard against future changes to UserInterface |
diff --git a/org.carewebframework.testharness.webapp/src/main/java/org/carewebframework/testharness/security/impl/MockAuthenticationProvider.java b/org.carewebframework.testharness.webapp/src/main/java/org/carewebframework/testharness/security/impl/MockAuthenticationProvider.java
index <HASH>..<HASH> 100644
--- a/org.c... | Allow comma delimiter for mock authorities. |
diff --git a/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java b/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java
+++ b/src/main/org/openscience/cdk/io/iterator/IteratingMDLReader.java
@@ -1... | Fixed propagating of the error handler and reading mode. |
diff --git a/src/apexpy/apex.py b/src/apexpy/apex.py
index <HASH>..<HASH> 100644
--- a/src/apexpy/apex.py
+++ b/src/apexpy/apex.py
@@ -57,6 +57,8 @@ class Apex(object):
Notes
-----
The calculations use IGRF-12 with coefficients from 1900 to 2020 [1]_.
+
+ The geodetic reference ellipsoid is WGS84.... | Update apex.py
adding a note to the `Apex` class to address #<I> |
diff --git a/test/main.js b/test/main.js
index <HASH>..<HASH> 100644
--- a/test/main.js
+++ b/test/main.js
@@ -50,6 +50,7 @@ describe('gulp-inject', function () {
should.exist(newFile);
should.exist(newFile.contents);
+ newFile.base.should.equal(path.join(__dirname, 'fixtures'));
String(ne... | Adding test to verify Issue #3 is fixed |
diff --git a/atomic_reactor/utils/koji.py b/atomic_reactor/utils/koji.py
index <HASH>..<HASH> 100644
--- a/atomic_reactor/utils/koji.py
+++ b/atomic_reactor/utils/koji.py
@@ -212,18 +212,18 @@ def stream_task_output(session, task_id, file_name,
def tag_koji_build(session, build_id, target, poll_interval=5):
- l... | Fix debug message
We're fetching the destination tag here. The build tag is something
different. |
diff --git a/concrete/src/Tree/Node/Type/FileFolder.php b/concrete/src/Tree/Node/Type/FileFolder.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Tree/Node/Type/FileFolder.php
+++ b/concrete/src/Tree/Node/Type/FileFolder.php
@@ -71,7 +71,7 @@ class FileFolder extends Category
}
}
... | Sanitized sort by <URL> |
diff --git a/src/foremast/configs/outputs.py b/src/foremast/configs/outputs.py
index <HASH>..<HASH> 100644
--- a/src/foremast/configs/outputs.py
+++ b/src/foremast/configs/outputs.py
@@ -88,7 +88,9 @@ def write_variables(app_configs=None, out_file='', git_short=''):
rendered_configs = json.loads(
... | overrides regions in templates with regions in configs |
diff --git a/src/js/components/scroll.js b/src/js/components/scroll.js
index <HASH>..<HASH> 100644
--- a/src/js/components/scroll.js
+++ b/src/js/components/scroll.js
@@ -13,7 +13,7 @@ function smoothScroll(el, to, duration) {
}, 10);
}
-$('a[href*="#"]').on('click', (e) => {
+$(window).on('click', 'a[href*="#"... | triggering smooth scrolling for all links |
diff --git a/classes/Util.php b/classes/Util.php
index <HASH>..<HASH> 100644
--- a/classes/Util.php
+++ b/classes/Util.php
@@ -332,12 +332,12 @@ class QM_Util {
public static function sort( array &$array, $field ) {
self::$sort_field = $field;
- usort( $array, array( self, '_sort' ) );
+ usort( $array, array( ... | Correct the class name for static callback. |
diff --git a/aa_composer.js b/aa_composer.js
index <HASH>..<HASH> 100644
--- a/aa_composer.js
+++ b/aa_composer.js
@@ -1052,7 +1052,8 @@ function handleTrigger(conn, batch, trigger, params, stateVars, arrDefinition, a
return sortOutputsAndReturn();
if (!asset)
return cb('not enough funds for ' + tar... | self-issue on testnet for old MCIs |
diff --git a/lib/rb/lib/thrift/transport.rb b/lib/rb/lib/thrift/transport.rb
index <HASH>..<HASH> 100644
--- a/lib/rb/lib/thrift/transport.rb
+++ b/lib/rb/lib/thrift/transport.rb
@@ -35,7 +35,9 @@ module Thrift
def close; end
- def read(sz); end
+ def read(sz)
+ raise NotImplementedError
+ end
... | THRIFT-<I>. rb: Abstract Transport in Ruby #read method should throw NotImplementedException
The name says it all.
git-svn-id: <URL> |
diff --git a/bcbio/chipseq/__init__.py b/bcbio/chipseq/__init__.py
index <HASH>..<HASH> 100644
--- a/bcbio/chipseq/__init__.py
+++ b/bcbio/chipseq/__init__.py
@@ -95,6 +95,11 @@ def _bam_coverage(name, bam_input, data):
except config_utils.CmdNotFound:
logger.info("No bamCoverage found, skipping bamCovera... | ChIP-seq: allow specification of options for bamCoverage
Enables specification of custom normalization through `resources`.
Fixes bcbio/bcbio-nextgen#<I> |
diff --git a/mtools/util/logfile.py b/mtools/util/logfile.py
index <HASH>..<HASH> 100644
--- a/mtools/util/logfile.py
+++ b/mtools/util/logfile.py
@@ -85,14 +85,14 @@ class LogFile(InputSource):
def __iter__(self):
""" iteration over LogFile object will return a LogEvent object for each line. """
... | fixed bug where mlogfilter fast_forward wasn't working anymore. |
diff --git a/tests/Unit/Application/Model/DiscountlistTest.php b/tests/Unit/Application/Model/DiscountlistTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Application/Model/DiscountlistTest.php
+++ b/tests/Unit/Application/Model/DiscountlistTest.php
@@ -219,6 +219,7 @@ class DiscountlistTest extends \OxidTestCase
... | ESDEV-<I> Update DiscountlistTest |
diff --git a/test/basic-example.js b/test/basic-example.js
index <HASH>..<HASH> 100644
--- a/test/basic-example.js
+++ b/test/basic-example.js
@@ -1,21 +1,41 @@
var SoftAPSetup = require('../index');
var sap = new SoftAPSetup();
-console.log("Requesting public key...");
-sap.publicKey(scan);
+console.log("Obtaining... | Added more steps to basic-example test |
diff --git a/EntitySilo.php b/EntitySilo.php
index <HASH>..<HASH> 100644
--- a/EntitySilo.php
+++ b/EntitySilo.php
@@ -76,7 +76,7 @@ class EntitySilo implements \Countable, \Iterator, \ArrayAccess
{
if ($this->contains($entity)) {
$orig = $this->entities[$entity];
- $orig['data'] =... | merge recursively entity infos (to be sure nothing is lost) |
diff --git a/lib/podio/models/integration.rb b/lib/podio/models/integration.rb
index <HASH>..<HASH> 100644
--- a/lib/podio/models/integration.rb
+++ b/lib/podio/models/integration.rb
@@ -78,7 +78,7 @@ class Podio::Integration < ActivePodio::Base
# @see https://developers.podio.com/doc/integrations/get-available-... | find_available_fields_for never returned a list of integrations, so stop wrapping the returned collection into Integration instances |
diff --git a/spyderlib/widgets/editor.py b/spyderlib/widgets/editor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/editor.py
+++ b/spyderlib/widgets/editor.py
@@ -1791,7 +1791,7 @@ class EditorStack(QWidget):
_("Loading %s...") % filename)
text, enc = encoding.read(filename)
... | Editor: if user accept to fix "mixed end-of-line characters", when opening file,
the current editor was set as "modified" (the tab title had a '*' at the end)
instead of the newly created editor |
diff --git a/tests/test_signature_parser.py b/tests/test_signature_parser.py
index <HASH>..<HASH> 100644
--- a/tests/test_signature_parser.py
+++ b/tests/test_signature_parser.py
@@ -292,3 +292,10 @@ class ParseTestCase(unittest.TestCase):
with self.assertRaises(IntoDPError):
xform([{True: True}... | Add a test to force exception raising if Python type for dbus array is dict. |
diff --git a/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py b/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py
index <HASH>..<HASH> 100644
--- a/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py
+++ b/azure-keyvault/azure/keyvault/custom/key_vault_authentication.py
@@ -3... | reverting changes to KeyVaultAuthBase |
diff --git a/lib/s3/service.rb b/lib/s3/service.rb
index <HASH>..<HASH> 100644
--- a/lib/s3/service.rb
+++ b/lib/s3/service.rb
@@ -2,7 +2,7 @@ module S3
class Service
extend Roxy::Moxie
- attr_reader :access_key_id, :secret_access_key
+ attr_reader :access_key_id, :secret_access_key, :use_ssl
def... | added use_ssl reader to bucket |
diff --git a/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js b/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js
index <HASH>..<HASH> 100644
--- a/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js
+++ b/duradmin/src/main/webapp/jquery/dc/widget/ui.restore.js
@@ -55,8 +55,8 @@ $.widget("ui.restore",
... | Fixes missing restore start and end dates. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open(here / 'README.md', encoding='utf-8') as f:
setup(
name='pythonanywhere',
- version='0.0.9',
+ version='0.0.10',
description='PythonAnywhere helper tools for users',
long_descript... | bumped version for ssl test mode env var. by: Glenn, Harry |
diff --git a/test/extended/prometheus/prometheus.go b/test/extended/prometheus/prometheus.go
index <HASH>..<HASH> 100644
--- a/test/extended/prometheus/prometheus.go
+++ b/test/extended/prometheus/prometheus.go
@@ -232,8 +232,7 @@ var _ = g.Describe("[sig-instrumentation] Prometheus", func() {
targets.Expect(lab... | test/extended/prometheus: Require HTTPS for the CVO
Now that the CVO pull request has landed, require HTTPS going forward. |
diff --git a/lib/delegate.js b/lib/delegate.js
index <HASH>..<HASH> 100644
--- a/lib/delegate.js
+++ b/lib/delegate.js
@@ -387,8 +387,8 @@ Delegate.prototype.fire = function(event, target, listener) {
Delegate.prototype.matches = (function(el) {
if (!el) return;
var p = el.prototype;
- return (p.matchesSelector... | Changed from using HTMLElement to Element for matches
Because
a) ie8 doesn't support HTMLElement
b) matches is defined on Element.prototype not on HTMLElelment.prototype
Also added p.matches as the preferred native method to use |
diff --git a/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php b/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php
index <HASH>..<HASH> 100644
--- a/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php
+++ b/src/phpFastCache/Cache/ExtendedCacheItemPoolInterface.php
@@ -121,7 +121,7 @@ interface Ext... | Fixed wrong class name in ExtendedCacheItemPoolInterface |
diff --git a/classes/Peyote/Condition.php b/classes/Peyote/Condition.php
index <HASH>..<HASH> 100644
--- a/classes/Peyote/Condition.php
+++ b/classes/Peyote/Condition.php
@@ -79,6 +79,10 @@ abstract class Condition extends \Peyote\Base
{
$sql[] = "{$column} {$op} {$this->quote($value[0])} AND {$this->quote... | Adding Match … Against to the condition builder. |
diff --git a/lib/OpenLayers/Layer/Markers.js b/lib/OpenLayers/Layer/Markers.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Layer/Markers.js
+++ b/lib/OpenLayers/Layer/Markers.js
@@ -22,7 +22,7 @@ OpenLayers.Layer.Markers = OpenLayers.Class(OpenLayers.Layer, {
isBaseLayer: false,
/**
- * Proper... | Seems odd to not expose the 'markers' property on this layer. I have buyin from cr5. If anyone has vehement opinions on this, yell and i'll roll back
git-svn-id: <URL> |
diff --git a/select2.js b/select2.js
index <HASH>..<HASH> 100644
--- a/select2.js
+++ b/select2.js
@@ -1219,7 +1219,7 @@ the specific language governing permissions and limitations under the Apache Lic
mask.attr("id","select2-drop-mask").attr("class","select2-drop-mask");
mask.hide();
... | a tweak to prevent clicks propagating through the mask on IE9. #<I> |
diff --git a/lib/discordrb/bot.rb b/lib/discordrb/bot.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/bot.rb
+++ b/lib/discordrb/bot.rb
@@ -1000,6 +1000,12 @@ module Discordrb
if opcode == Opcodes::HELLO
LOGGER.debug 'Hello!'
+ # Activate the heartbeats
+ @heartbeat_interval = data['h... | Move heartbeat handling from READY to HELLO |
diff --git a/gutenberg/download.py b/gutenberg/download.py
index <HASH>..<HASH> 100644
--- a/gutenberg/download.py
+++ b/gutenberg/download.py
@@ -2,11 +2,11 @@
from __future__ import absolute_import
-import bs4
-import collections
import gutenberg.common.functutil as functutil
import gutenberg.common.osutil as ... | No-op: sort imports |
diff --git a/textract/parsers/tesseract.py b/textract/parsers/tesseract.py
index <HASH>..<HASH> 100644
--- a/textract/parsers/tesseract.py
+++ b/textract/parsers/tesseract.py
@@ -1,25 +1,12 @@
-"""
-Process an image file using tesseract.
-"""
-
-import tempfile
-import os
-
from ..shell import run
-def temp_filename... | Reverted tesseract.py from upstream in response to
@christomitov's update re: ticket #<I> in the conversation for #<I>. |
diff --git a/tests/integration/Inventory/InventoryUpdateRequestTest.php b/tests/integration/Inventory/InventoryUpdateRequestTest.php
index <HASH>..<HASH> 100644
--- a/tests/integration/Inventory/InventoryUpdateRequestTest.php
+++ b/tests/integration/Inventory/InventoryUpdateRequestTest.php
@@ -206,7 +206,7 @@ class Inv... | test(Inventory): fix inventory query for channel test |
diff --git a/lib/cursor.js b/lib/cursor.js
index <HASH>..<HASH> 100644
--- a/lib/cursor.js
+++ b/lib/cursor.js
@@ -1069,7 +1069,10 @@ Cursor.prototype.close = function(options, callback) {
this.emit('close');
// Callback if provided
- if (typeof callback === 'function') return handleCallback(callback, nu... | refactor(cursor): return result of `completeClose` for promises
NODE-<I> |
diff --git a/docs/index.rst b/docs/index.rst
index <HASH>..<HASH> 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -105,6 +105,13 @@ Thanks guys!
Changelog
=========
+v1.8.8
+------
+*Release date: 2020-09-28*
+
+ - Updated supported DRF versions
+
+
v1.8.7
------
*Release date: 2020-08-01*
diff --git a/dr... | Support DRF < <I>.x (#<I>)
Thanks again ;) |
diff --git a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java
index <HASH>..<HASH> 100644
--- a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpoint... | [FLINK-<I>][tests] Reduce network memory in UnalignedCheckpointTestBase |
diff --git a/src/Illuminate/Collections/EnumeratesValues.php b/src/Illuminate/Collections/EnumeratesValues.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Collections/EnumeratesValues.php
+++ b/src/Illuminate/Collections/EnumeratesValues.php
@@ -6,9 +6,6 @@ use CachingIterator;
use Exception;
use Illuminate\Cont... | Apply fixes from StyleCI (#<I>) |
diff --git a/core/src/main/java/com/orientechnologies/common/concur/lock/OSimpleLockManagerImpl.java b/core/src/main/java/com/orientechnologies/common/concur/lock/OSimpleLockManagerImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/common/concur/lock/OSimpleLockManagerImpl.java
+++ b/c... | made sure that interrupt exception interrupt operation from locks |
diff --git a/lib/govuk_navigation_helpers/content_item.rb b/lib/govuk_navigation_helpers/content_item.rb
index <HASH>..<HASH> 100644
--- a/lib/govuk_navigation_helpers/content_item.rb
+++ b/lib/govuk_navigation_helpers/content_item.rb
@@ -7,7 +7,7 @@ module GovukNavigationHelpers
attr_reader :content_store_respons... | Convert content item to hash
The ContentItem class assumes a number of hash methods that may not
necessarily be available on a content item. By explicitly converting
this object to a hash, we can avoid bad method calls |
diff --git a/geist/core.py b/geist/core.py
index <HASH>..<HASH> 100644
--- a/geist/core.py
+++ b/geist/core.py
@@ -166,7 +166,7 @@ class GUI(object):
inc_x = x_distance / num_increments
inc_y = y_distance / num_increments
for i in range(start_increment, num_increments):
- action... | Fixed error with mouse move not using integer points |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.