hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
c6d12ef121400a8223369c47faa7b1edd131f4e6 | diff --git a/ui/app/abilities/variable.js b/ui/app/abilities/variable.js
index <HASH>..<HASH> 100644
--- a/ui/app/abilities/variable.js
+++ b/ui/app/abilities/variable.js
@@ -24,8 +24,12 @@ export default class extends AbstractAbility {
});
}
- @computed('rulesForNamespace.@each.capabilities')
+ @computed('... | dx: update `canCreate` logic and token generation for secure var dev environment (#<I>)
* ui: add logic for create permission computed property
* ui: update token factory and variable ability to simulate create permissions for dev env | hashicorp_nomad | train |
7a6f8bd3316e0c361a60ceec8ecc94a79ac43365 | diff --git a/src/service-broker.js b/src/service-broker.js
index <HASH>..<HASH> 100644
--- a/src/service-broker.js
+++ b/src/service-broker.js
@@ -319,11 +319,12 @@ class ServiceBroker {
* @param {any} actionName name of action
* @param {any} params params of action
* @param {any} parentCtx parent context (op... | add requestID param to broker.call | moleculerjs_moleculer | train |
e96ed452b125d95c954df2adf97800b5e4834216 | diff --git a/dfvfs/analyzer/analyzer_helper.py b/dfvfs/analyzer/analyzer_helper.py
index <HASH>..<HASH> 100644
--- a/dfvfs/analyzer/analyzer_helper.py
+++ b/dfvfs/analyzer/analyzer_helper.py
@@ -68,7 +68,7 @@ class AnalyzerHelper(object):
FormatSpecification: format specification or None if the format cannot
... | Changed serveral return statements into return None (#<I>) | log2timeline_dfvfs | train |
90c2a61fb1852e12b993d3780cd87fe88b3e575d | diff --git a/holoviews/streams.py b/holoviews/streams.py
index <HASH>..<HASH> 100644
--- a/holoviews/streams.py
+++ b/holoviews/streams.py
@@ -431,7 +431,11 @@ class Buffer(Pipe):
from streamz.dataframe import StreamingDataFrame, StreamingSeries
loaded = True
except Import... | Handle streamz <I> API changes (#<I>) | pyviz_holoviews | train |
b88e8067c0dd47d4eb5c4bb8ebd681b950719122 | diff --git a/salt/states/docker_container.py b/salt/states/docker_container.py
index <HASH>..<HASH> 100644
--- a/salt/states/docker_container.py
+++ b/salt/states/docker_container.py
@@ -85,6 +85,29 @@ def _format_comments(ret, comments):
return ret
+def _check_diff(changes):
+ '''
+ Check the diff for s... | Check container diff for evidence of improper arg handling in earlier releases
Also fix an issue with the result was not set to None when running the
state in test mode. | saltstack_salt | train |
803823c1c84230a800bdb9f0229f7c979943e615 | diff --git a/tests/unit/components/sl-menu-item-test.js b/tests/unit/components/sl-menu-item-test.js
index <HASH>..<HASH> 100644
--- a/tests/unit/components/sl-menu-item-test.js
+++ b/tests/unit/components/sl-menu-item-test.js
@@ -5,15 +5,6 @@ moduleForComponent( 'sl-menu-item', 'Unit | Component | sl menu item', {
... | removed test for default class, which is no longer needed for any reason. fixed test for class pertaining to having sub menus to reflect the new class name which is more descriptive to the DOM | softlayer_sl-ember-components | train |
c8a9fdc0b55280b920ad92f5729411d93e96c45d | diff --git a/lib/google-auth-bridge.rb b/lib/google-auth-bridge.rb
index <HASH>..<HASH> 100644
--- a/lib/google-auth-bridge.rb
+++ b/lib/google-auth-bridge.rb
@@ -71,7 +71,7 @@ module GoogleAuthenticationBridge
def refresh_tokens(client)
if File.exist? @token_file
- client.authorization.update_toke... | Fix call to google api client. | alphagov_google-auth-bridge | train |
e4a16bdc88b3b69c3d11d942206fb76562474220 | diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php
index <HASH>..<HASH> 100644
--- a/lib/dml/moodle_database.php
+++ b/lib/dml/moodle_database.php
@@ -1016,7 +1016,7 @@ abstract class moodle_database {
if ($sort) {
$sort = " ORDER BY $sort";
}
- return $this->ge... | Delegate prefix subtitution to each db driver to enforce calls to fix_sql_params() everywhere | moodle_moodle | train |
66e750a1c8555370f974cf11c7f2312574e51032 | diff --git a/aws-sdk-resources/lib/aws-sdk-resources/operations.rb b/aws-sdk-resources/lib/aws-sdk-resources/operations.rb
index <HASH>..<HASH> 100644
--- a/aws-sdk-resources/lib/aws-sdk-resources/operations.rb
+++ b/aws-sdk-resources/lib/aws-sdk-resources/operations.rb
@@ -3,7 +3,7 @@ module Aws
module Operations... | Resolved a pair of YARD documentation issues. | aws_aws-sdk-ruby | train |
e90b9fcc3684ad57c1c8989c6a8d6a6c2bd39c83 | diff --git a/doc/motor_extensions.py b/doc/motor_extensions.py
index <HASH>..<HASH> 100644
--- a/doc/motor_extensions.py
+++ b/doc/motor_extensions.py
@@ -20,6 +20,7 @@ from itertools import chain
from docutils.nodes import field, list_item, paragraph, title_reference, literal
from docutils.nodes import field_list,... | MOTOR-<I> Warn about docs that should be rewritten.
Any Motor coroutine whose docstring we pull verbatim from PyMongo, if it
contains a literal block, probably shows synchronous code and should be
rewritten to use "yield" or "await".
Warn about these methods during sphinx-build. | mongodb_motor | train |
7489f8fbea5bad5e22fb7fef1a09ab11aa32c58a | diff --git a/src/Processor/Processor.php b/src/Processor/Processor.php
index <HASH>..<HASH> 100644
--- a/src/Processor/Processor.php
+++ b/src/Processor/Processor.php
@@ -83,6 +83,8 @@ final class Processor implements ProcessorInterface
? $context->namePosition[$name] + 1
: 1;
$contex... | added slash offset to parsed shortcode interface and tests for it | thunderer_Shortcode | train |
b8aa64ca7153d6b29bbf75c3d0975784cad298c8 | diff --git a/plugins/org.eclipse.xtext.junit4/src/org/eclipse/xtext/junit4/ui/AbstractCStyleLanguageAutoEditTest.java b/plugins/org.eclipse.xtext.junit4/src/org/eclipse/xtext/junit4/ui/AbstractCStyleLanguageAutoEditTest.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.junit4/src/org/eclipse/xtext/junit4... | [<I>]:
(1) fix auto completion of terminals in the context of the single line
comment
(2) allow applying of multiline auto edit only for new line delimiter
Change-Id: I<I>c<I>faf<I>f<I>fc<I>ce<I>bc<I> | eclipse_xtext-core | train |
06fe935fab4c7b1897f975db0cba1aa098448c72 | diff --git a/src/main/resources/META-INF/resources/primefaces/autocomplete/autocomplete.js b/src/main/resources/META-INF/resources/primefaces/autocomplete/autocomplete.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces/autocomplete/autocomplete.js
+++ b/src/main/resources/META-INF/res... | Autocomplete itemtip also respects autoHighlight
Right now if autoHighlight is set to false and the first result has an itemtip, the the first result will not be highlighted but its itemtip will appear as if it were highlighted. | primefaces_primefaces | train |
744f1fcc95d94651bf879c04ed52fed0f0953a75 | diff --git a/api/dataprocessor.go b/api/dataprocessor.go
index <HASH>..<HASH> 100644
--- a/api/dataprocessor.go
+++ b/api/dataprocessor.go
@@ -463,6 +463,12 @@ func (s *Server) itersToPoints(ctx *requestContext, iters []tsz.Iter) []schema.P
func (s *Server) getSeriesAggMetrics(ctx *requestContext) (mdata.Result, error... | don't panic on query nodes that have no store | grafana_metrictank | train |
035b98f7a273611cf36e8eee4d4ed89dad2573ee | diff --git a/nhe/mfd/truncated_gr.py b/nhe/mfd/truncated_gr.py
index <HASH>..<HASH> 100644
--- a/nhe/mfd/truncated_gr.py
+++ b/nhe/mfd/truncated_gr.py
@@ -34,8 +34,8 @@ class TruncatedGR(BaseMFD):
both are divisible by ``bin_width``.
"""
def __init__(self, min_mag, max_mag, a_val, b_val, bin_width):
- ... | mfd/truncated_gr: round min_mag and max_mag only in get_annual_occurrence_rates
in future we will add uncertainties and those should be applied on
unmodified magnitude values and rounded only when we need to make a
histogram out of function. | gem_oq-engine | train |
70a11cb599364fc99445c00002b953f06bda67a1 | diff --git a/montblanc/impl/rime/tensorflow/RimeSolver.py b/montblanc/impl/rime/tensorflow/RimeSolver.py
index <HASH>..<HASH> 100644
--- a/montblanc/impl/rime/tensorflow/RimeSolver.py
+++ b/montblanc/impl/rime/tensorflow/RimeSolver.py
@@ -301,13 +301,16 @@ class RimeSolver(MontblancTensorflowSolver):
rb=mb... | Log correct message when no dimensions are reduced | ska-sa_montblanc | train |
95cf81f19ca9c3b46ffc9de621acb2999528c9a5 | diff --git a/src/model.js b/src/model.js
index <HASH>..<HASH> 100644
--- a/src/model.js
+++ b/src/model.js
@@ -49,13 +49,15 @@ function getField (schemaPath) {
* Extracts tree chunk from path if it's a sub-document
* @method extractPath
* @param {Object} schemaPath
+ * @param {Object} model
* @return {Object} f... | refactor(model): improve internal model for sub-documents | RisingStack_graffiti-mongoose | train |
c300b172ca18d072db88f563012c33ca780a1828 | diff --git a/domain-management/src/main/java/org/jboss/as/domain/management/security/WrapperSSLContext.java b/domain-management/src/main/java/org/jboss/as/domain/management/security/WrapperSSLContext.java
index <HASH>..<HASH> 100644
--- a/domain-management/src/main/java/org/jboss/as/domain/management/security/WrapperSS... | fix infinite recursion when creating socket | wildfly_wildfly-core | train |
26fef301e93b36c831bb2c679852aa40cc12b352 | diff --git a/core/src/main/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzer.java b/core/src/main/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzer.java
+++ b/core/src/main/java/org/owasp... | patch NPE per issue #<I> | jeremylong_DependencyCheck | train |
8b58b208cacd685e21312f7a225a542705712842 | diff --git a/core/dbt/adapters/base/impl.py b/core/dbt/adapters/base/impl.py
index <HASH>..<HASH> 100644
--- a/core/dbt/adapters/base/impl.py
+++ b/core/dbt/adapters/base/impl.py
@@ -561,7 +561,9 @@ class BaseAdapter(object):
information_schema = self.Relation.create(
database=database,
... | add quote policy to Relation.create calls | fishtown-analytics_dbt | train |
1264a1b3a65ae0182f05e7de25555d48a54ee6c2 | diff --git a/pkg/api/cloudwatch/metrics.go b/pkg/api/cloudwatch/metrics.go
index <HASH>..<HASH> 100644
--- a/pkg/api/cloudwatch/metrics.go
+++ b/pkg/api/cloudwatch/metrics.go
@@ -72,7 +72,7 @@ func init() {
"AWS/Firehose": {"DeliveryToElasticsearch.Bytes", "DeliveryToElasticsearch.Records", "DeliveryToElasti... | (cloudwatch) add metrics/dimensions (#<I>) | grafana_grafana | train |
0530abc372b45060967d315fd57ff5a726b64a96 | diff --git a/lifelines/fitters/exponential_fitter.py b/lifelines/fitters/exponential_fitter.py
index <HASH>..<HASH> 100644
--- a/lifelines/fitters/exponential_fitter.py
+++ b/lifelines/fitters/exponential_fitter.py
@@ -49,8 +49,10 @@ class ExponentialFitter(UnivariateFitter):
self, with new properties like '... | check if a events array was passed | CamDavidsonPilon_lifelines | train |
6d1626c8b315d6cad127c735e4da54de10afdeed | diff --git a/mycluster/slurm.py b/mycluster/slurm.py
index <HASH>..<HASH> 100644
--- a/mycluster/slurm.py
+++ b/mycluster/slurm.py
@@ -262,16 +262,31 @@ echo -e "Complete========\n"
return script_str
-def submit(script_name, immediate):
+def submit(script_name, immediate, depends_on = False, depends_on_always_... | job dependencies for slurm | zenotech_MyCluster | train |
86942af6c81e699594b61a3b09a680712dde5978 | diff --git a/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java b/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/infinispan/loaders/decorators/AsyncStore.java
+++ b/core/src/main/java/org/infinispan/loaders/decorators/Async... | ISPN-<I> Check async store state for stop before wait for new state | infinispan_infinispan | train |
60898f33f845cc16281184cf660bebaf2d7459ef | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup
-if sys.version_info.major == 3:
+if sys.version_info[0] == 3:
author_name = 'Álvaro Justen'
else:
author_name = 'Álvaro Justen'.decode('utf-8') | Fixes setup.py to work with python <I>
In python <I> sys.version_info is a regular tuple, not a NamedTuple. This means
sys.version_info.major does not work. Since using the index works in python <I>
(and python 3) this patch should make setup.py work in any version. | turicas_mongodict | train |
b78344229931531fde84d84468fd3d87d36a2fc0 | diff --git a/src/client/js/Panels/ControllerBase/DiagramDesignerWidgetMultiTabMemberListControllerBase.js b/src/client/js/Panels/ControllerBase/DiagramDesignerWidgetMultiTabMemberListControllerBase.js
index <HASH>..<HASH> 100644
--- a/src/client/js/Panels/ControllerBase/DiagramDesignerWidgetMultiTabMemberListController... | FIXES error on connection removal from crosscut
when a connection is displayed as a box on a crosscut it needs special handling during deletion.
that special procedure caused an exception as the id of the connection was removed earlier than the actual removal of the dom element.
Former-commit-id: 2f<I>fb4b<I>a<I>cbb5... | webgme_webgme-engine | train |
85e762c2dbed52d97bdbccc09539dc54b787f299 | diff --git a/balsa/__version__.py b/balsa/__version__.py
index <HASH>..<HASH> 100644
--- a/balsa/__version__.py
+++ b/balsa/__version__.py
@@ -3,7 +3,7 @@ __title__ = 'balsa'
__description__ = 'logging utility'
__url__ = 'https://github.com/jamesabel/balsa'
__download_url__ = 'https://github.com/jamesabel/balsa/arch... | add sentry, mttkinter to requirements in setup.py | jamesabel_balsa | train |
a4913a86f7a32858638ddc8021b44eb56eae12d2 | diff --git a/pdf/gui/gui.py b/pdf/gui/gui.py
index <HASH>..<HASH> 100644
--- a/pdf/gui/gui.py
+++ b/pdf/gui/gui.py
@@ -95,7 +95,7 @@ class GUI:
layout.extend(inputs)
layout.extend(footer())
- (button, (values)) = form.LayoutAndShow(layout)
+ (button, (va... | Replaced all LayoutAndShow calls with LayoutAndRead | mrstephenneal_pdfconduit | train |
be06003e6bab079f3b5cf8e5da5e44def16b99be | diff --git a/pkg/kubectl/cmd/get.go b/pkg/kubectl/cmd/get.go
index <HASH>..<HASH> 100644
--- a/pkg/kubectl/cmd/get.go
+++ b/pkg/kubectl/cmd/get.go
@@ -248,6 +248,23 @@ func RunGet(f *cmdutil.Factory, out io.Writer, cmd *cobra.Command, args []string
sorting, err := cmd.Flags().GetString("sort-by")
var sorter *kubect... | Fix kubectl sort-by metadata issue.
Internal types are not supposed to have json metadata (though in kubernetes
they do) as it is true with openshift types. That means sort-by must work
on versioned objects for sorting, otherwise it produces "error: metadata
is not found" error if it sorts internal types without json ... | kubernetes_kubernetes | train |
834cf511c30df920b4f5754c97319b1ff48273ae | diff --git a/topologies/callbacks.js b/topologies/callbacks.js
index <HASH>..<HASH> 100644
--- a/topologies/callbacks.js
+++ b/topologies/callbacks.js
@@ -29,15 +29,18 @@ Callbacks.prototype.flush = function(err) {
//
// Flush all callbacks
Callbacks.prototype.flushConnection = function(err, connection) {
+ console... | don't flush all connections on pool having no connections | mongodb_node-mongodb-native | train |
86d796903de17037056b573f81b16889fbf5323a | diff --git a/opal/browser/dom/builder.rb b/opal/browser/dom/builder.rb
index <HASH>..<HASH> 100644
--- a/opal/browser/dom/builder.rb
+++ b/opal/browser/dom/builder.rb
@@ -7,10 +7,15 @@ class Builder < BasicObject
@element = element
end
- def method_missing(name, &block)
+ def method_missing(name, co... | dom/builder: support easiest class naming | opal_opal-browser | train |
8051760b198bd011c116fa59ca9e998f554ae9bd | diff --git a/filers/default/src/main/java/org/commonjava/indy/filer/def/TimingOutputStream.java b/filers/default/src/main/java/org/commonjava/indy/filer/def/TimingOutputStream.java
index <HASH>..<HASH> 100644
--- a/filers/default/src/main/java/org/commonjava/indy/filer/def/TimingOutputStream.java
+++ b/filers/default/s... | change initial nanos measurement in TimedOutputStream to null object
Apparently sometimes System.nanoTime() could result in a negative number, so using a null
initial value is safer in order to determine whether the stream has been used or not. | Commonjava_indy | train |
eeb4361081f3a53c1dd29a27387d95ac5f6d05be | diff --git a/cmd/gopass-jsonapi/internal/jsonapi/manifest/wrapper.go b/cmd/gopass-jsonapi/internal/jsonapi/manifest/wrapper.go
index <HASH>..<HASH> 100644
--- a/cmd/gopass-jsonapi/internal/jsonapi/manifest/wrapper.go
+++ b/cmd/gopass-jsonapi/internal/jsonapi/manifest/wrapper.go
@@ -52,10 +52,15 @@ func getWrapperConten... | Use gopass-jsonapi in manifest path (#<I>)
Fixes #<I>
RELEASE_NOTES=n/a | gopasspw_gopass | train |
2f350034df8c0dbf0d4b56c22010c138c802e178 | diff --git a/e2echart/e2e-chart-template.html b/e2echart/e2e-chart-template.html
index <HASH>..<HASH> 100644
--- a/e2echart/e2e-chart-template.html
+++ b/e2echart/e2e-chart-template.html
@@ -3,7 +3,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta ht... | Give each interval chart a title
A recent change in the Spyglass HTML lens means if a `<title>` tag is
present, it shows that instead of the file name. Currently each
interval chart is showing up as just `e2e-chart`. | openshift_origin | train |
fcdd3e674ed1a2c2dec59997857b25c1e0f67138 | diff --git a/bosh-director/spec/unit/validation_helper_spec.rb b/bosh-director/spec/unit/validation_helper_spec.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/spec/unit/validation_helper_spec.rb
+++ b/bosh-director/spec/unit/validation_helper_spec.rb
@@ -4,7 +4,7 @@ describe Bosh::Director::ValidationHelper do
l... | Convert specs to RSpec <I> syntax with Transpec
This conversion is done by Transpec <I> with the following command:
transpec spec/unit/validation_helper_spec.rb
* 6 conversions
from: obj.should
to: expect(obj).to
* 5 conversions
from: expect { }.should
to: expect { }.to
For more details: <UR... | cloudfoundry_bosh | train |
a625acaf8d81edbf21ae8b1b26e03274a37cbb28 | diff --git a/lib/meta.js b/lib/meta.js
index <HASH>..<HASH> 100644
--- a/lib/meta.js
+++ b/lib/meta.js
@@ -2177,6 +2177,9 @@ function Meta() {
})));
meta.KEY_ROOT_SCOPE.set('debugger', new meta.Symbol('debugger', 'builtin',
new meta.SymbolData(meta.arityZero, 'NONE', {
+ checkArity: function (expr, ex... | Code review: return 0 for checkArity to avoid its use on expressions | metascript_metascript | train |
b317c763ace2c5c94ca3fee2a787e5a372585f1c | diff --git a/builder/virtualbox/driver.go b/builder/virtualbox/driver.go
index <HASH>..<HASH> 100644
--- a/builder/virtualbox/driver.go
+++ b/builder/virtualbox/driver.go
@@ -124,11 +124,13 @@ func (d *VBox42Driver) Version() (string, error) {
return "", err
}
+ log.Printf("VBoxManage --version output: %s", stdo... | builder/virtualbox: add more logging to version detection | hashicorp_packer | train |
140ba7dff3e1fbc97c4dcdbbfff2ad1e547f9d8e | diff --git a/core/insertion_marker_manager.js b/core/insertion_marker_manager.js
index <HASH>..<HASH> 100644
--- a/core/insertion_marker_manager.js
+++ b/core/insertion_marker_manager.js
@@ -205,6 +205,9 @@ Blockly.InsertionMarkerManager.prototype.applyConnections = function() {
var inferiorConnection = this.loc... | Bring the most recently edited stack to the front | LLK_scratch-blocks | train |
6511ae9e0d8df98982b82610b9cb7f37723b06d1 | diff --git a/src/BaseTblist.php b/src/BaseTblist.php
index <HASH>..<HASH> 100644
--- a/src/BaseTblist.php
+++ b/src/BaseTblist.php
@@ -11,9 +11,27 @@ use URL;
*/
abstract class BaseTblist extends Tblist {
- public $perPageSelection = 'all,1,5,10,25,50,100,250';
- public $perPage = 25;
- pub... | laravel request all, move perpageLimit to baseTblist | reillo_laravel-tblist | train |
cb5abce6381cc63bf56c7f23548be19440de5343 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -24,4 +24,12 @@ describe('react-easy-emoji', () => {
var element = emoji(['😄', '😄'])
element[0].key.should.not.equal(element[1].key)
})
+
+ it ('should support emoji 14', () => {
+ var element = emoj... | add test for <I> support | appfigures_react-easy-emoji | train |
0605f1dfc55eefa86c851977315f3aa26088e76d | diff --git a/projects/tables.py b/projects/tables.py
index <HASH>..<HASH> 100644
--- a/projects/tables.py
+++ b/projects/tables.py
@@ -1,8 +1,12 @@
import django_tables2 as tables
-import models
from core.mixins.tables import ActionsColumn, PaginateTable
+from hosts.tables import HostTable
+
+from . import models... | Added a staging host table to tweak the table actions for the stage detail page. | fabric-bolt_fabric-bolt | train |
1eed1453e93fdd65f0aa4ebb0ec5c9176975ff44 | diff --git a/src/com/google/javascript/jscomp/ScopedAliases.java b/src/com/google/javascript/jscomp/ScopedAliases.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ScopedAliases.java
+++ b/src/com/google/javascript/jscomp/ScopedAliases.java
@@ -234,7 +234,10 @@ class ScopedAliases implements HotSw... | Fix bad use of String.replaceFirst in goog.scope handling which causes a compile time exception when types contain "$" or other special characters.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
047c598544094b1a5929006e08792ed59f64da94 | diff --git a/lib/transforms/registerRequireJsConfig.js b/lib/transforms/registerRequireJsConfig.js
index <HASH>..<HASH> 100644
--- a/lib/transforms/registerRequireJsConfig.js
+++ b/lib/transforms/registerRequireJsConfig.js
@@ -74,12 +74,14 @@ module.exports = function (queryObj) {
};
assetGraph.on('... | transforms.registerRequireJsConfig: Don't attempt to extract the config from not yet loaded non-JavaScript assets. | assetgraph_assetgraph | train |
e48e13f1ca84d1c3de7999f5f788a24152c59308 | diff --git a/lib/unmarkdown/parser.rb b/lib/unmarkdown/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/unmarkdown/parser.rb
+++ b/lib/unmarkdown/parser.rb
@@ -93,7 +93,7 @@ module Unmarkdown
when 'hr'
output << "---\n\n"
when 'a'
- output << "[#{parse_content(node)}](#{node['href']... | Be more defensive for nil strings | soffes_unmarkdown | train |
51b0376b87aef30147190e474929c0411f5b4426 | diff --git a/VerbalExpressions.js b/VerbalExpressions.js
index <HASH>..<HASH> 100644
--- a/VerbalExpressions.js
+++ b/VerbalExpressions.js
@@ -48,7 +48,6 @@ window.VerbalExpression = (function(){
};
-
// Define the class methods.
VerbalExpression.prototype = {
@@ -99,7 +98,7 @@ window.Ve... | add beginCapture and endCapture | VerbalExpressions_JSVerbalExpressions | train |
3a3ed2bc55105c91e4990a3fff1ec8e949d3bbeb | diff --git a/lib/yard/handlers/ruby/struct_handler_methods.rb b/lib/yard/handlers/ruby/struct_handler_methods.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/handlers/ruby/struct_handler_methods.rb
+++ b/lib/yard/handlers/ruby/struct_handler_methods.rb
@@ -9,7 +9,7 @@ module YARD::Handlers::Ruby::StructHandlerMethods
... | Specifications added for the @attr tag. | lsegal_yard | train |
80634db29eef5c682a36a32592b21108f94d8e23 | diff --git a/lxd/migrate_storage_volumes.go b/lxd/migrate_storage_volumes.go
index <HASH>..<HASH> 100644
--- a/lxd/migrate_storage_volumes.go
+++ b/lxd/migrate_storage_volumes.go
@@ -154,6 +154,7 @@ func (s *migrationSourceWs) DoStorage(state *state.State, poolName string, volNa
Name: volName,
Migratio... | lxd/migrate/storage/volumes: Updates use of migrate TrackProgress args | lxc_lxd | train |
cff03375bacab7aa8ae274a1e8f32605fe3c9be2 | diff --git a/psamm/commands/randomsparse.py b/psamm/commands/randomsparse.py
index <HASH>..<HASH> 100644
--- a/psamm/commands/randomsparse.py
+++ b/psamm/commands/randomsparse.py
@@ -43,8 +43,7 @@ class RandomSparseNetworkCommand(SolverCommandMixin, Command):
parser.add_argument(
'--tfba', help='E... | Fix #<I>: Change --reaction to --objective in commands | zhanglab_psamm | train |
2a7df2c4505cda2a10bc9816863f463ab240421a | diff --git a/indra/sources/indra_db_rest/client_api.py b/indra/sources/indra_db_rest/client_api.py
index <HASH>..<HASH> 100644
--- a/indra/sources/indra_db_rest/client_api.py
+++ b/indra/sources/indra_db_rest/client_api.py
@@ -11,7 +11,6 @@ import requests
from threading import Thread
from datetime import datetime
f... | Remove urljoin, perform join manually.
urljoin does not work like os.path.join, and frankly its behavior is
baffling. There appears to be no pre-made alternative, thus the manual
approach is required. | sorgerlab_indra | train |
364d41d1c320880a768feb941e5211bbcb64054b | diff --git a/control/control_test.go b/control/control_test.go
index <HASH>..<HASH> 100644
--- a/control/control_test.go
+++ b/control/control_test.go
@@ -1150,8 +1150,8 @@ func TestFailedPlugin(t *testing.T) {
}
<-lpe.done
eventMap[lpe.plugin.EventNamespace]++
- So(eventMap[control_event.AvailablePlu... | added warn log for restarting a plugin | intelsdi-x_snap | train |
b6afc9f827d4ef62b7e094fcf4672a17c3ca7bcf | diff --git a/tests/test_text_utils.py b/tests/test_text_utils.py
index <HASH>..<HASH> 100644
--- a/tests/test_text_utils.py
+++ b/tests/test_text_utils.py
@@ -42,6 +42,25 @@ def test_make_fuzzy_should_extend_term(config):
assert set(make_fuzzy('mot')) == expected
+def test_make_fuzzy_with_key_map_should_extend... | chore: add test for fuzzy with keys_map | addok_addok | train |
606e2d719503570d4185552836cf557daddba5a9 | diff --git a/src/navigator/view/ItemView.js b/src/navigator/view/ItemView.js
index <HASH>..<HASH> 100644
--- a/src/navigator/view/ItemView.js
+++ b/src/navigator/view/ItemView.js
@@ -67,7 +67,6 @@ module.exports = require('backbone').View.extend({
const components = model.get('components');
model.set('open', ... | Add removeChildren to ItemsView in Layers | artf_grapesjs | train |
7833af96b05755c769d22f1705c69588b90f17a1 | diff --git a/lib/docusign_rest/client.rb b/lib/docusign_rest/client.rb
index <HASH>..<HASH> 100644
--- a/lib/docusign_rest/client.rb
+++ b/lib/docusign_rest/client.rb
@@ -509,18 +509,23 @@ module DocusignRest
def get_composite_template(server_template_ids, signers, files)
composite_array = []
index =... | Updates to get_composite_template
* Convert to hash literal syntax for readability and consistency, DRY up incrementing for server template sequence.
* Add tabs to signers hash and format signer tabs for the common tab types used in the get_template_roles method, convert to hash literal syntax. | jondkinney_docusign_rest | train |
2042f22b5d340d49e71b84fdbb9a5b51eb22fb6c | diff --git a/src/main/java/org/fit/pdfdom/PDFBoxTree.java b/src/main/java/org/fit/pdfdom/PDFBoxTree.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/pdfdom/PDFBoxTree.java
+++ b/src/main/java/org/fit/pdfdom/PDFBoxTree.java
@@ -940,6 +940,8 @@ public abstract class PDFBoxTree extends PDFTextStripper
... | Avoid crashing on unsupported color conversion | radkovo_Pdf2Dom | train |
9dd26f1224dff1db23abd58f4b70c1b5ea7fb7cc | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## Version 1.0.2
+
+**Added**:
+
+- Added method `ethereum_address` to `Payment`
+
+---
+
## Version 1.0.1
**Updated**:
diff --git a/mimesis/providers/payment.py b/mimesis/providers/payment.p... | Added ethereum_address to Payment | lk-geimfari_mimesis | train |
3cd1b0d609a96157b23df456f6d4999934701b80 | diff --git a/vendor/docdown/src/DocDown/MarkdownGenerator.php b/vendor/docdown/src/DocDown/MarkdownGenerator.php
index <HASH>..<HASH> 100644
--- a/vendor/docdown/src/DocDown/MarkdownGenerator.php
+++ b/vendor/docdown/src/DocDown/MarkdownGenerator.php
@@ -195,7 +195,7 @@ class MarkdownGenerator {
if (count($alias... | Update docdown and qunit-clib. | bestiejs_platform.js | train |
54ad22fc4eeb44b59202de353b6435ff6efd5a5e | diff --git a/src/Encore/Foundation/Application.php b/src/Encore/Foundation/Application.php
index <HASH>..<HASH> 100755
--- a/src/Encore/Foundation/Application.php
+++ b/src/Encore/Foundation/Application.php
@@ -34,6 +34,9 @@ class Application extends Container
});
// Register service providers
+ ... | Looping service providers and registering them | encorephp_kernel | train |
a4043d9eb3e5b1d5d4738352fbc654fdeb225e2c | diff --git a/lib/Client.js b/lib/Client.js
index <HASH>..<HASH> 100644
--- a/lib/Client.js
+++ b/lib/Client.js
@@ -384,10 +384,14 @@ class Client extends EventEmitter {
* @returns {Promise<Channel>}
*/
createChannel(guildID, name, type) {
+ var guild = this.guilds.get(guildID);
+ if(!guild)... | Fix banGuildMember, createChannel, editChannel | abalabahaha_eris | train |
f70a7b79e33194f22ca6814f6a296f55e7fd5088 | diff --git a/test/index.test.js b/test/index.test.js
index <HASH>..<HASH> 100644
--- a/test/index.test.js
+++ b/test/index.test.js
@@ -43,7 +43,20 @@ describe('forro', function(){
'username': forro.string().required(),
'password': forro.string().required()
});
- assert.throws(n... | Getting somewhere. Have tests actually failing. | imlucas_node-forro | train |
f24b19190679ded0bb16ce66244d612e17bb6831 | diff --git a/src/__tests__/npm.spec.js b/src/__tests__/npm.spec.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/npm.spec.js
+++ b/src/__tests__/npm.spec.js
@@ -45,6 +45,15 @@ it('install() should accept the first parameter as a string', () => {
expect(yarnInstall).toBeCalledWith([modules[0]], { dev: true });
});
... | Fix: install() should not run Yarn when there are no new packages
Which was causing a Yarn error. | sapegin_mrm-core | train |
35301628a709d502abdde780ae1723f2fd8eba2a | diff --git a/qiskit/__init__.py b/qiskit/__init__.py
index <HASH>..<HASH> 100644
--- a/qiskit/__init__.py
+++ b/qiskit/__init__.py
@@ -12,4 +12,4 @@ from ._quantumprogram import Result
#from .simulators import UnitarySimulator
-__version__ = '0.3.5'
+__version__ = '0.3.6' | Manually set version to <I>
Bump the version to match the current one. | Qiskit_qiskit-terra | train |
33b7f6090543576262f7babb6aa6cbaa9089c91a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(name='querystring_parser',
version='1.0',
description='QueryString parser for Python/Django that correctly handles nested dictionaries',
author='bernii',
- author_email='',
+ ... | Added email to setup.py | bernii_querystring-parser | train |
fb46c4888612056038f0f40f3473ad51f5ce5d17 | diff --git a/examples/u2f_server.py b/examples/u2f_server.py
index <HASH>..<HASH> 100755
--- a/examples/u2f_server.py
+++ b/examples/u2f_server.py
@@ -44,6 +44,7 @@ This example requires webob to be installed.
from u2flib_server.jsapi import DeviceRegistration
from u2flib_server.u2f import (start_register, complete_r... | Fixed example server which was still expecting M2Crypto. | Yubico_python-u2flib-server | train |
cde7b56a8b8d288957f9a4a168de18b99f8bbdbf | diff --git a/slave/buildslave/commands/repo.py b/slave/buildslave/commands/repo.py
index <HASH>..<HASH> 100644
--- a/slave/buildslave/commands/repo.py
+++ b/slave/buildslave/commands/repo.py
@@ -14,18 +14,13 @@
# Copyright Buildbot Team Members
import os
+import sha
from twisted.internet import defer
from bui... | use deprecated sha module, since hashlib doesn't exist in <I> | buildbot_buildbot | train |
7492741791780faca36f4aa157e449a398d5f1c5 | diff --git a/test-case/src/ContaoDatabaseTrait.php b/test-case/src/ContaoDatabaseTrait.php
index <HASH>..<HASH> 100644
--- a/test-case/src/ContaoDatabaseTrait.php
+++ b/test-case/src/ContaoDatabaseTrait.php
@@ -28,8 +28,7 @@ trait ContaoDatabaseTrait
throw new \InvalidArgumentException(sprintf('File "%s" d... | Do not boot the kernel in the functional test case | contao_contao | train |
4037e24536d306233f8f1697064c71fbaa46a52d | diff --git a/satpy/readers/hy2_scat_l2b_h5.py b/satpy/readers/hy2_scat_l2b_h5.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/hy2_scat_l2b_h5.py
+++ b/satpy/readers/hy2_scat_l2b_h5.py
@@ -14,8 +14,7 @@
#
# You should have received a copy of the GNU General Public License along with
# satpy. If not, see <http://w... | Cleaning up code after review and codebeat | pytroll_satpy | train |
cd4535ab7608895486f139840d1c3fc43bf17da1 | diff --git a/drools-core/src/main/java/org/drools/command/impl/CommandBasedStatefulKnowledgeSession.java b/drools-core/src/main/java/org/drools/command/impl/CommandBasedStatefulKnowledgeSession.java
index <HASH>..<HASH> 100644
--- a/drools-core/src/main/java/org/drools/command/impl/CommandBasedStatefulKnowledgeSession.... | fixing CCE when usin other Map than HashMap | kiegroup_drools | train |
ee58a280376cd09fc9bd47e1816b32ed5c24c20f | diff --git a/fixedsticky.js b/fixedsticky.js
index <HASH>..<HASH> 100644
--- a/fixedsticky.js
+++ b/fixedsticky.js
@@ -127,6 +127,8 @@
}
};
+ win.FixedSticky = S;
+
// Plugin
$.fn.fixedsticky = function( method ) {
if ( typeof S[ method ] === 'function') { | Unfortunately we need the global for configuration option (FixedSticky.tests.sticky = false;) | filamentgroup_fixed-sticky | train |
f8369fb5b69111b2c4416a0bb5e2b8553bac09b5 | diff --git a/imageio/imageio-metadata/src/main/java/com/twelvemonkeys/imageio/metadata/jpeg/JPEGSegmentUtil.java b/imageio/imageio-metadata/src/main/java/com/twelvemonkeys/imageio/metadata/jpeg/JPEGSegmentUtil.java
index <HASH>..<HASH> 100644
--- a/imageio/imageio-metadata/src/main/java/com/twelvemonkeys/imageio/metada... | TMI-TIFF: Rolled back some breaking changes. | haraldk_TwelveMonkeys | train |
37e1fc15b33db6c20cfff692b63621be4feb81c3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -65,12 +65,44 @@ function fastifyRedis (fastify, options, next) {
}
if (!redisOptions.lazyConnect) {
- return client.info((err, _) => {
- return err ? next(err) : next()
- })
- } else {
- next()
+ con... | Improve error handling (#<I>)
* Improve connection errors handling after startup
* Remove error event listener after initial connection
* Do not return the client if `lazyConnect` is falsy
* Refactor and allow for reconnection attempts
* Call `onEnd` directly without emitting `end` event | fastify_fastify-redis | train |
78c9b0f4dc2da915feadce796da1e5b84b5a3289 | diff --git a/script/generate_initial_config.rb b/script/generate_initial_config.rb
index <HASH>..<HASH> 100755
--- a/script/generate_initial_config.rb
+++ b/script/generate_initial_config.rb
@@ -4,7 +4,7 @@ require 'openssl'
require 'securerandom'
unless File.exist?(Postal.config_file_path)
- content = File.read(P... | get the source configuration from the app rather than the config root | atech_postal | train |
b72e183888aa9988d6e106579a0361d44b300c8e | diff --git a/spec/support/active_job_helper.rb b/spec/support/active_job_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/support/active_job_helper.rb
+++ b/spec/support/active_job_helper.rb
@@ -1,5 +1,6 @@
module ActiveJobHelper
extend ActiveSupport::Concern
+ include ActiveJob::TestHelper
included do
a... | remove unnecessary monkey patch for activejob test helpers
A bespoke active job helper was overridin methods
that are usable from the ActiveJob::TestHelper
module. | ministryofjustice_peoplefinder | train |
a1e5db31fca36be00c3c93bc22d0828ef01106cf | diff --git a/apiserver/logsink/filewriter.go b/apiserver/logsink/filewriter.go
index <HASH>..<HASH> 100644
--- a/apiserver/logsink/filewriter.go
+++ b/apiserver/logsink/filewriter.go
@@ -23,7 +23,7 @@ func NewFileWriter(logPath string, maxSizeMB, maxBackups int) (io.WriteCloser, e
MaxBackups: maxBackups,
Compress... | Consistently log "created rotating log file" messages | juju_juju | train |
a900458749b62babbffa3c738fff6ed17923f5c4 | diff --git a/doc/index.php b/doc/index.php
index <HASH>..<HASH> 100644
--- a/doc/index.php
+++ b/doc/index.php
@@ -3,6 +3,12 @@
require("../config.php");
optional_variable($file, ""); // docs file to view
+ optional_variable($lang, ""); // override current language
+
+ if (!empty($lang)) {
+ ... | It's now possible to choose a documentation language on the fly! | moodle_moodle | train |
8e5ee656573df13c7bdb59ebc8c57d1288237e27 | diff --git a/allennlp/data/dataset_readers/ontonotes_ner.py b/allennlp/data/dataset_readers/ontonotes_ner.py
index <HASH>..<HASH> 100644
--- a/allennlp/data/dataset_readers/ontonotes_ner.py
+++ b/allennlp/data/dataset_readers/ontonotes_ner.py
@@ -89,7 +89,7 @@ class OntonotesNamedEntityRecognition(DatasetReader):
... | fix dumb domain filtering (#<I>) | allenai_allennlp | train |
43f8c9aaff8c71c1c1e841827509c405c20ce909 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,8 +14,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys, os
-import setuptools
+import setup
# If extensions (or modules to docume... | For docs, load the setuptools version from the setup script, where it's authoritative, rather than from the library, which might not be ./setuptools | pypa_setuptools | train |
2036d22cfa950ed84957427b98f69c1719b64dd7 | diff --git a/lib/puppet/provider/service/debian.rb b/lib/puppet/provider/service/debian.rb
index <HASH>..<HASH> 100755
--- a/lib/puppet/provider/service/debian.rb
+++ b/lib/puppet/provider/service/debian.rb
@@ -22,7 +22,7 @@ Puppet::Type.type(:service).provide :debian, :parent => :init do
# If it's enabled, ... | Fixes debian service enabled/disable issue as detailed in #<I>. | puppetlabs_puppet | train |
acbc71e19a0064dcaadb28ade2be0751a0e636e8 | diff --git a/db-migrator-maven-plugin/src/main/java/org/javalite/db_migrator/SQLMigration.java b/db-migrator-maven-plugin/src/main/java/org/javalite/db_migrator/SQLMigration.java
index <HASH>..<HASH> 100644
--- a/db-migrator-maven-plugin/src/main/java/org/javalite/db_migrator/SQLMigration.java
+++ b/db-migrator-maven-p... | #<I> - Log debug information in case there is an exception reading a migration file | javalite_activejdbc | train |
f235a758f78e1fd6dfe1e1d67bf663e7011c1842 | diff --git a/src/openaccess_epub/opf/opf.py b/src/openaccess_epub/opf/opf.py
index <HASH>..<HASH> 100644
--- a/src/openaccess_epub/opf/opf.py
+++ b/src/openaccess_epub/opf/opf.py
@@ -91,7 +91,6 @@ class OPF(object):
#Set the title if given
self.title = title
-
def init_opf_document(self):
... | Cleaning up some spacing and reordering methods | SavinaRoja_OpenAccess_EPUB | train |
de28d681f3149b0ea846bdd9f77d4b5a25bed762 | diff --git a/pydbus/proxy.py b/pydbus/proxy.py
index <HASH>..<HASH> 100644
--- a/pydbus/proxy.py
+++ b/pydbus/proxy.py
@@ -143,21 +143,13 @@ class Property(object):
if not self._readable:
raise AttributeError("unreadable attribute")
- return instance._bus.con.call_sync(
- instance._bus_name, instance._path,... | Simplify the proxy-property code. | LEW21_pydbus | train |
e7278bcdaa7a53520caf693313ab9332906f8b00 | diff --git a/runewidth_table.go b/runewidth_table.go
index <HASH>..<HASH> 100644
--- a/runewidth_table.go
+++ b/runewidth_table.go
@@ -125,7 +125,9 @@ var ambiguous = table{
{0xF0000, 0xFFFFD}, {0x100000, 0x10FFFD},
}
var narrow = table{
- {0x27E6, 0x27ED}, {0x2985, 0x2986},
+ {0x0020, 0x007E}, {0x00A2, 0x00A3}, {0... | Include ASCII characters in "na" table
Since we're now assigning "na" (narrow) characters width 1,
we can include the ASCII character ranges in the table. | mattn_go-runewidth | train |
ef76fd110033e78fa723658164b5fc0364c4515b | diff --git a/src/test/java/org/mariadb/jdbc/AuroraListenerTest.java b/src/test/java/org/mariadb/jdbc/AuroraListenerTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/mariadb/jdbc/AuroraListenerTest.java
+++ b/src/test/java/org/mariadb/jdbc/AuroraListenerTest.java
@@ -1,32 +1,36 @@
package org.mariadb.jdbc;
... | [CONJ-<I>] permit using Aurora RO endpoint - code style correction after merge | MariaDB_mariadb-connector-j | train |
fd7c68ed0624afbe1a2147e6aece7be66d4265be | diff --git a/lib/currency_spy/version.rb b/lib/currency_spy/version.rb
index <HASH>..<HASH> 100644
--- a/lib/currency_spy/version.rb
+++ b/lib/currency_spy/version.rb
@@ -1,3 +1,4 @@
module CurrencySpy
- VERSION = "0.0.2"
+ # Stores the version of the currency_spy gem
+ VERSION = "0.0.3"
end | Version bump for <I> release. | lbadura_currency_spy | train |
3b64d69b24430571d00ab73ba07ddc2b1af17e8b | diff --git a/keanu-project/src/main/java/io/improbable/keanu/distributions/continuous/Exponential.java b/keanu-project/src/main/java/io/improbable/keanu/distributions/continuous/Exponential.java
index <HASH>..<HASH> 100644
--- a/keanu-project/src/main/java/io/improbable/keanu/distributions/continuous/Exponential.java
+... | Optimised dLogProb calc for exponential after bug fix | improbable-research_keanu | train |
8e31bb9a073cd12aafd08ed4029211b93fc8711e | diff --git a/grunt/tasks/_browserify-bundles.js b/grunt/tasks/_browserify-bundles.js
index <HASH>..<HASH> 100644
--- a/grunt/tasks/_browserify-bundles.js
+++ b/grunt/tasks/_browserify-bundles.js
@@ -33,6 +33,9 @@ module.exports = {
'torque': {
src: 'src-browserify/torque.js',
dest: '<%= config.dist %>/cart... | Load jquery from cartodb bundle
Torque included jquery implicitly, since the jquery.ui plugins depends
on it (declared in packages.json). Since cartodb.js is a dependency for
torque lib anyway, let’s require it from there | CartoDB_carto.js | train |
72c5a29f9ddb2893ffdc9e12aab2adf80d9d0cae | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except ImportError:
setup(
name='eventsourcing',
- version='1.2.1',
+ version='1.2.2',
description='Event sourcing in Python',
author='John Bywater',
author_email='john.bywater@appropr... | Increased version number to <I>. | johnbywater_eventsourcing | train |
165244a9b7ce0ffd191ceec2d5ef09c84b2e772c | diff --git a/command/job_periodic.go b/command/job_periodic.go
index <HASH>..<HASH> 100644
--- a/command/job_periodic.go
+++ b/command/job_periodic.go
@@ -1,8 +1,9 @@
package command
import (
- "github.com/mitchellh/cli"
"strings"
+
+ "github.com/mitchellh/cli"
)
type JobPeriodicCommand struct {
@@ -34,5 +35,... | changes to appease gofmt | hashicorp_nomad | train |
9fec66d5f8b1e9a0f3c0ec66dd777db578fab07e | diff --git a/djangocms_installer/__init__.py b/djangocms_installer/__init__.py
index <HASH>..<HASH> 100644
--- a/djangocms_installer/__init__.py
+++ b/djangocms_installer/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
-__version__ = '1.1.0'
+_... | Bump develop version [ci skip] | nephila_djangocms-installer | train |
66016e10ff4d90305e364bab78d1427568974803 | diff --git a/messaging/broker.go b/messaging/broker.go
index <HASH>..<HASH> 100644
--- a/messaging/broker.go
+++ b/messaging/broker.go
@@ -61,6 +61,11 @@ func (b *Broker) Open(path string, addr string) error {
}
b.path = path
+ // Require a non-blank connection address.
+ if addr == "" {
+ return ErrConnectionAd... | Check for connection URL on Broker Open()
Update unit tests suitably. | influxdata_influxdb | train |
3a36df69b7b8913d333b508da0a6b6cdb68bc6f5 | diff --git a/lib/arel/table.rb b/lib/arel/table.rb
index <HASH>..<HASH> 100644
--- a/lib/arel/table.rb
+++ b/lib/arel/table.rb
@@ -35,6 +35,8 @@ module Arel
end
def join relation, klass = Nodes::InnerJoin
+ return tm unless relation
+
sm = SelectManager.new(@engine)
case relation
w... | Table#join will noop when nil is passed | rails_rails | train |
4c34a78f33ef364b17603af8ece1980f095bfe5f | diff --git a/PyFunceble/__init__.py b/PyFunceble/__init__.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/__init__.py
+++ b/PyFunceble/__init__.py
@@ -93,7 +93,7 @@ from PyFunceble.whois import Whois
# We set our project name.
NAME = "PyFunceble"
# We set out project version.
-VERSION = "1.64.0.dev -- 2_0_0_rc16 -- ... | 'Fix of #<I>
Indeed, before this patch it was not possible to get information of the commit process.
Note:
* I'm not adding any GIT LFS related command because a simple info to maintainers sufficient. | funilrys_PyFunceble | train |
59b46295009b307690e2415b7d26120f18b400c9 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -85,7 +85,7 @@ module.exports = function (grunt) {
},
clean: {
ts: ["outts"],
- libs: ["dist"]
+ dist: ["dist/*.js", "dist/*.css", "dist/*.html"]
},... | improved build clean target and separated from other targets | WeaveTeam_WeaveJS | train |
dfd059503301ecea3ca70cb86ec2851ce2a0f3e3 | diff --git a/lib/api/traversing.js b/lib/api/traversing.js
index <HASH>..<HASH> 100644
--- a/lib/api/traversing.js
+++ b/lib/api/traversing.js
@@ -279,7 +279,7 @@ var eq = exports.eq = function(i) {
i = +i;
// Use the first identity optimization if possible
- if (!i && this.length <= 1) return this;
+ if (i =... | Use strict equality rather than falsy check in eq | oyyd_cheerio-without-node-native | train |
5a9fbffbbbcb33d87cb8396579bdb1dfede2e8a2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -122,10 +122,10 @@ function parse(raw) {
return emitter;
};
-function _pusher(arr, rawChild, settings) {
+function _pusher(arr, isLast, rawChild, settings) {
var child = _.pick(rawChild, types); // Clip out anything we ... | JSON output system now uses stream based output rather than trying to hold the whole (potencially huge) library in memory THEN stringifying it | hash-bang_Reflib-JSON | train |
f849ae7fea5de2f7d1a4c88ff7d2f8e0c2582535 | diff --git a/provision/local/lxc.go b/provision/local/lxc.go
index <HASH>..<HASH> 100644
--- a/provision/local/lxc.go
+++ b/provision/local/lxc.go
@@ -2,6 +2,7 @@ package local
import "os/exec"
+// container represents an lxc container with the given name.
type container struct {
name string
} | provision/local: added docs for container. | tsuru_tsuru | train |
94bd3353ef72a5b467015e5b86bdd7e9ceead61e | diff --git a/web/src/main/java/uk/ac/ebi/atlas/solr/query/GeneQueryResponse.java b/web/src/main/java/uk/ac/ebi/atlas/solr/query/GeneQueryResponse.java
index <HASH>..<HASH> 100644
--- a/web/src/main/java/uk/ac/ebi/atlas/solr/query/GeneQueryResponse.java
+++ b/web/src/main/java/uk/ac/ebi/atlas/solr/query/GeneQueryRespons... | Remove getRelatedQueryTerms, method is only tested and never actually used; replace wildcard imports | ebi-gene-expression-group_atlas | train |
3294ce7d380fb705d782f320e03e82ddaeab0c9e | diff --git a/src/main/java/org/osgl/genie/Genie.java b/src/main/java/org/osgl/genie/Genie.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/osgl/genie/Genie.java
+++ b/src/main/java/org/osgl/genie/Genie.java
@@ -471,22 +471,30 @@ public final class Genie implements DependencyInjector {
}
private void... | support passing pure static class as module to Genie | osglworks_java-di | train |
719185de30fa1007ba368732080b903b71da2025 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100755
--- a/src/index.js
+++ b/src/index.js
@@ -18,11 +18,10 @@ export default class RedBox extends Component {
useLines: true,
useColumns: true
}
- render () {
- const {error, filename, editorScheme, useLines, useColumns} = this.props
- ... | fix: catch errors in stack parsing | commissure_redbox-react | train |
78b1642ec07f85b2e161b28d785daf69b5f71d01 | diff --git a/remoto/tests/test_connection.py b/remoto/tests/test_connection.py
index <HASH>..<HASH> 100644
--- a/remoto/tests/test_connection.py
+++ b/remoto/tests/test_connection.py
@@ -62,7 +62,7 @@ class TestMakeConnectionString(object):
def test_makes_sudo_python_no_ssh(self):
conn = connection.Connec... | fix broken tests for the new popen conn | alfredodeza_remoto | train |
02dd7ac2ea8a32a40dbd64acf226fdfb235a98e8 | diff --git a/availability/condition/group/classes/frontend.php b/availability/condition/group/classes/frontend.php
index <HASH>..<HASH> 100644
--- a/availability/condition/group/classes/frontend.php
+++ b/availability/condition/group/classes/frontend.php
@@ -79,9 +79,11 @@ class frontend extends \core_availability\fron... | MDL-<I> Availability: Hide group options with groupmembersonly
When groupmembersonly is turned on, the 'restrict access' options
for group and grouping are supposed to appear only for sections
(which don't have groupmembersonly) and not for modules.
Prior to this fix, they appeared when creating a new module but
not ... | moodle_moodle | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.