hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
204019d1852b0bfb02440f26443fc057ef059e8c | diff --git a/lib/jira/resource/base.rb b/lib/jira/resource/base.rb
index <HASH>..<HASH> 100644
--- a/lib/jira/resource/base.rb
+++ b/lib/jira/resource/base.rb
@@ -3,13 +3,14 @@ module Jira
class Base
- attr_reader :client, :attrs, :expanded
+ attr_reader :client, :attrs
+ attr_accessor :expanded... | Adds Jira::Resource::Base#fetch() method
Allows (re)loading of the attributes for a given resource instance. | sumoheavy_jira-ruby | train |
6703746b6a2460f1a98dda48c08b49a90e7a5952 | diff --git a/bernhard/__init__.py b/bernhard/__init__.py
index <HASH>..<HASH> 100644
--- a/bernhard/__init__.py
+++ b/bernhard/__init__.py
@@ -176,7 +176,7 @@ class Client(object):
class SSLClient(Client):
- def __init__(self, host='127.0.0.1', port=5555,
+ def __init__(self, host='127.0.0.1', port=5554,
... | Change port to updated Riemann standard SSL port | banjiewen_bernhard | train |
a7507ec94c0e34dcac22252075bf7f6a584d840c | diff --git a/internal/services/servicefabric/service_fabric_cluster_resource_test.go b/internal/services/servicefabric/service_fabric_cluster_resource_test.go
index <HASH>..<HASH> 100644
--- a/internal/services/servicefabric/service_fabric_cluster_resource_test.go
+++ b/internal/services/servicefabric/service_fabric_cl... | `service/servicefabric`: Fix acceptance tests (#<I>) | terraform-providers_terraform-provider-azurerm | train |
c82c8e09f02d25467cc9deb76e5e859152455cfc | diff --git a/mcc/cldcnct.py b/mcc/cldcnct.py
index <HASH>..<HASH> 100644
--- a/mcc/cldcnct.py
+++ b/mcc/cldcnct.py
@@ -137,12 +137,12 @@ def conn_aws(cred):
aws_obj = driver(cred['aws_access_key_id'],
cred['aws_secret_access_key'],
region=cred['aws_default_re... | Code Adjustments for Auth Errors and new Attributes
- Errors during authentication now cause a program exit
- this prevents errors later in the code, which is difficult to determine the original cause
- Added cloud_display attribute on nodes which contains provider name with some caps, only used when executing comma... | robertpeteuil_multi-cloud-control | train |
5812c876f77daa45234107150a77c852c0d50b52 | diff --git a/pkg/kubelet/kuberuntime/security_context.go b/pkg/kubelet/kuberuntime/security_context.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/kuberuntime/security_context.go
+++ b/pkg/kubelet/kuberuntime/security_context.go
@@ -41,24 +41,24 @@ func (m *kubeGenericRuntimeManager) determineEffectiveSecurityContext... | kuberuntime: set namespsace options regardless of security context | kubernetes_kubernetes | train |
d492dddca36b9e5ed37f66dfee1225095c533a12 | diff --git a/nodeserver/src/client/js/corewrapper.js b/nodeserver/src/client/js/corewrapper.js
index <HASH>..<HASH> 100644
--- a/nodeserver/src/client/js/corewrapper.js
+++ b/nodeserver/src/client/js/corewrapper.js
@@ -17,7 +17,7 @@ define(['logManager','eventDispatcher', 'commonUtil', 'js/socmongo','core/cache'
... | now the logserver and the connected logging can be set via the config file
a demo database have been created on the cloud as well
Former-commit-id: cc8b5a<I>f6f2f<I>dc4c<I>c<I>b0d2de | webgme_webgme-engine | train |
b96b0b86b8d852e3b47704fedd43bbf600b2259e | diff --git a/openquake/engine/celery_node_monitor.py b/openquake/engine/celery_node_monitor.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/celery_node_monitor.py
+++ b/openquake/engine/celery_node_monitor.py
@@ -30,6 +30,8 @@ class MasterKilled(KeyboardInterrupt):
Exception raised when a job is killed manua... | Added a register_handlers function | gem_oq-engine | train |
77855d03739c453cad462b06f42b998a3691041a | diff --git a/lib/connection_adapters/abstract/schema_definitions.rb b/lib/connection_adapters/abstract/schema_definitions.rb
index <HASH>..<HASH> 100644
--- a/lib/connection_adapters/abstract/schema_definitions.rb
+++ b/lib/connection_adapters/abstract/schema_definitions.rb
@@ -41,11 +41,14 @@ module Foreigner
#... | * Move pluralization logic out of the adapter and into TableDefinitions.
* Only pluralize the table name if ActiveRecord::Base.pluralize_table_names is true | matthuhiggins_foreigner | train |
8399543209a923ede1d28efbd02e5d419723e37c | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -44,8 +44,7 @@
"dependencies": {
"inline-style-prefixer": "^1.0.3",
"keycode": "^2.1.1",
- "lodash.merge": "^4.3.5",
- "lodash.throttle": "^4.0.1",
+ "lodash": "^4.13.1",
"react-addon... | [Core] Move to the normal lodash.
Using the modular lodash build is actually worse unless only one package is installled. | mui-org_material-ui | train |
818fec4144620c725b74b060d63e794dfc5a87d2 | diff --git a/messaging/src/main/java/org/jboss/as/messaging/HornetQReloadRequiredHandlers.java b/messaging/src/main/java/org/jboss/as/messaging/HornetQReloadRequiredHandlers.java
index <HASH>..<HASH> 100644
--- a/messaging/src/main/java/org/jboss/as/messaging/HornetQReloadRequiredHandlers.java
+++ b/messaging/src/main/... | AS7-<I> Tweak method name and javadoc a bit | wildfly_wildfly | train |
aa7c8b5aebcc049593961886c95c7cf52321175b | diff --git a/src/main/java/org/la4j/LinearAlgebra.java b/src/main/java/org/la4j/LinearAlgebra.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/la4j/LinearAlgebra.java
+++ b/src/main/java/org/la4j/LinearAlgebra.java
@@ -94,6 +94,8 @@ public final class LinearAlgebra {
*/
public static final int ROUND_... | squid:S<I> - Utility classes should not have public constructors | vkostyukov_la4j | train |
f1640d263cd796fee155405da794ddd00987a2fa | diff --git a/salt/modules/mine.py b/salt/modules/mine.py
index <HASH>..<HASH> 100644
--- a/salt/modules/mine.py
+++ b/salt/modules/mine.py
@@ -92,16 +92,22 @@ def send(func, *args, **kwargs):
if not func in __salt__:
return False
data = {}
+ arg_data = salt.utils.arg_lookup(__salt__[func])
+ fu... | Update mine.send to parse args and kwargs more salty | saltstack_salt | train |
050ca61c679b7714672cd7d45747dd50b2111672 | diff --git a/core/src/main/java/com/dtolabs/rundeck/core/execution/script/ScriptfileUtils.java b/core/src/main/java/com/dtolabs/rundeck/core/execution/script/ScriptfileUtils.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/dtolabs/rundeck/core/execution/script/ScriptfileUtils.java
+++ b/core/src/main/java/... | Use framework.tmp.dir in script file copy [#<I>] | rundeck_rundeck | train |
8bdefeb99d8669578e351dbd0165b9c529c37e46 | diff --git a/core/chaincode/shim/handler.go b/core/chaincode/shim/handler.go
index <HASH>..<HASH> 100644
--- a/core/chaincode/shim/handler.go
+++ b/core/chaincode/shim/handler.go
@@ -136,10 +136,7 @@ func (h *Handler) sendReceive(msg *pb.ChaincodeMessage, responseChan <-chan pb.C
if err != nil {
return pb.Chai... | [FAB-<I>] remove dead code
The responseChan is never closed...
Change-Id: I<I>d9b9f<I>b<I>fdb<I>e<I>b<I>f2cc5af<I>ee | hyperledger_fabric | train |
a30688b35ee9a1db2539caa3f4f9d73d7da1cedb | diff --git a/src/sap.m/src/sap/m/MultiInput.js b/src/sap.m/src/sap/m/MultiInput.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/MultiInput.js
+++ b/src/sap.m/src/sap/m/MultiInput.js
@@ -822,7 +822,7 @@ sap.ui.define(['jquery.sap.global', './Input', './Tokenizer', './Token', './libr
this.updateDomValue(la... | [FIX] sap.m.MultiInput: tokenUpdate is now fired before a token's insertion
Change-Id: Ibaa<I>cbab2c<I>d9de<I>d<I>c<I>f2c<I>b<I>c
BCP: <I> | SAP_openui5 | train |
d02cad4e750a1c3a2c488c26e6cc77d01fcb8fdf | diff --git a/src/Utilities/ClassMethodHandler.php b/src/Utilities/ClassMethodHandler.php
index <HASH>..<HASH> 100644
--- a/src/Utilities/ClassMethodHandler.php
+++ b/src/Utilities/ClassMethodHandler.php
@@ -35,28 +35,29 @@ class ClassMethodHandler
* Optional argument to pass through when calling the Class contruc... | Extraction methods now complete and throwing the correct exceptions if extraction fails. | allebb_clip | train |
2ceb6b10b84172005cf208300d0e87efb2e3cdea | diff --git a/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/manager/DefaultCacheContainer.java b/clustering/infinispan/extension/src/main/java/org/jboss/as/clustering/infinispan/manager/DefaultCacheContainer.java
index <HASH>..<HASH> 100644
--- a/clustering/infinispan/extension/src/mai... | Perform defineConfiguration(...) within a privileged block. | wildfly_wildfly | train |
01ada7da281032bfe8aaa7d4aac74610e55d67b5 | diff --git a/rarfile.py b/rarfile.py
index <HASH>..<HASH> 100644
--- a/rarfile.py
+++ b/rarfile.py
@@ -1287,7 +1287,7 @@ def rar3_s2k(psw, salt):
cnt = S_LONG.pack(i*0x4000 + j)
h.update(seed + cnt[:3])
if j == 0:
- iv += h.digest()[-1]
+ iv += h.dige... | Make encrypted headers work on Python <I>
bytes(..)[x] is not bytes() but int, use [x:y] to get bytes() | markokr_rarfile | train |
e6a278d80b7fe89c24973de660ef6be8dd2336eb | diff --git a/bus.py b/bus.py
index <HASH>..<HASH> 100644
--- a/bus.py
+++ b/bus.py
@@ -108,7 +108,7 @@ class Bus:
self._loop.close()
def registration_complete(self):
- # self._create_service_clients()
+ self._create_service_clients()
def _create_service_hosts(self, host_ip, host... | Scheduling service client connection on registration complete | kashifrazzaqui_vyked | train |
dced61c7a3e24b68881e85d492e402cd8b714ea4 | diff --git a/dev/rails_template.rb b/dev/rails_template.rb
index <HASH>..<HASH> 100644
--- a/dev/rails_template.rb
+++ b/dev/rails_template.rb
@@ -1,40 +1,42 @@
-gem 'dragonfly', :path => File.expand_path('../..', __FILE__)
-generate "dragonfly"
-generate "scaffold", "photo image_uid:string image_name:string"
-rake "db... | rails_template stuff needs to happen after bundle install | markevans_dragonfly | train |
1379f5330b97aaf21f677ecef7281a0b4fbf5952 | diff --git a/wisdom-engine/src/main/java/org/wisdom/engine/server/WisdomHandler.java b/wisdom-engine/src/main/java/org/wisdom/engine/server/WisdomHandler.java
index <HASH>..<HASH> 100644
--- a/wisdom-engine/src/main/java/org/wisdom/engine/server/WisdomHandler.java
+++ b/wisdom-engine/src/main/java/org/wisdom/engine/ser... | [majors]
* Avoid unused constructor parameters such as 'resp'.
* Merge this if statement with the enclosing one.
* Return an empty collection instead of null. | wisdom-framework_wisdom | train |
8115d5e1b82dc86a03ea7963ad74b4dd8a8a7601 | diff --git a/test.go b/test.go
index <HASH>..<HASH> 100644
--- a/test.go
+++ b/test.go
@@ -2,23 +2,38 @@ package main
import (
"os"
- path "path/filepath"
"os/exec"
+ path "path/filepath"
"time"
- "bytes"
+
+// "bytes"
)
var cmdTest = &Command{
UsageLine: "test [appname]",
Short: "test the app",
- ... | modify bee test for more competible with none beego project, and add func safePathAppend | beego_bee | train |
851f35e3b2d989c3950f90926cf9ccaf1f3f098a | diff --git a/a10_neutron_lbaas/v2/handler_listener.py b/a10_neutron_lbaas/v2/handler_listener.py
index <HASH>..<HASH> 100644
--- a/a10_neutron_lbaas/v2/handler_listener.py
+++ b/a10_neutron_lbaas/v2/handler_listener.py
@@ -83,13 +83,13 @@ class ListenerHandler(handler_base_v2.HandlerBaseV2):
... | Correct association of service groups w/ vports - needs some unit tests but the bug is fixed. | a10networks_a10-neutron-lbaas | train |
e228c4a09fba13f181ef070ed3b2ee8b8ec739a8 | diff --git a/tests/test_metamodel.py b/tests/test_metamodel.py
index <HASH>..<HASH> 100644
--- a/tests/test_metamodel.py
+++ b/tests/test_metamodel.py
@@ -178,6 +178,12 @@ class TestModel(unittest.TestCase):
xtuml.unrelate(s_dt, s_cdt, 17)
self.assertIsNone(xtuml.navigate_one(s_dt).S_CDT[17]())
+ ... | model: fixed ordering of relate/unrelate to match TO/FROM in sql file | xtuml_pyxtuml | train |
7052e88068025aa5547f3c96d740283045bbbc2c | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -4,22 +4,8 @@ module.exports = {
"self": false
},
"env": {
- "node": true
- },
- "ecmaFeatures": {
- // Enabling features that can be implemented without polyfills. Want to avoid polyfills at... | Resolve deprecation warning message from eslint while running eslint (#<I>)
* Resolve eslint deprecation warning
There was a DeprecationWarning message from eslint saying that `ecmaFeatures` property has
been deprecated.
Moved it under the `parserOptions` as per recommended here -
<URL> | wycats_handlebars.js | train |
08c80dd5af48007bdbdba09a5e6606651ac78580 | diff --git a/steam/client/builtins/user.py b/steam/client/builtins/user.py
index <HASH>..<HASH> 100644
--- a/steam/client/builtins/user.py
+++ b/steam/client/builtins/user.py
@@ -12,7 +12,7 @@ class User(object):
self.on(self.EVENT_LOGGED_ON, self.__handle_set_persona)
def __handle_set_persona(self):
- ... | fix using set_persona after being removed | ValvePython_steam | train |
6cb8d777ac4daf0d54a19eadd88412b75b49ca6e | diff --git a/common/src/test/java/tachyon/security/UserTest.java b/common/src/test/java/tachyon/security/UserTest.java
index <HASH>..<HASH> 100644
--- a/common/src/test/java/tachyon/security/UserTest.java
+++ b/common/src/test/java/tachyon/security/UserTest.java
@@ -28,10 +28,9 @@ public final class UserTest {
/**
... | [SMALLFIX] Changed the signature of 'usedInSecurityContextTest' in 'UserTest' | Alluxio_alluxio | train |
0911ab28b8c4456d0609b89861524ad8426e483e | diff --git a/src/Model/Interview.php b/src/Model/Interview.php
index <HASH>..<HASH> 100644
--- a/src/Model/Interview.php
+++ b/src/Model/Interview.php
@@ -48,6 +48,11 @@ final class Interview implements Model
return $this->title;
}
+ public function getSubTitle() : String
+ {
+ return 'An i... | Add interview sub title (#<I>) | elifesciences_api-sdk-php | train |
f2eabbea934d0d7dab2028cc61b1b25dd739d2ff | diff --git a/clustering/marshalling/protostream/src/main/java/org/wildfly/clustering/marshalling/protostream/util/UtilMarshallerProvider.java b/clustering/marshalling/protostream/src/main/java/org/wildfly/clustering/marshalling/protostream/util/UtilMarshallerProvider.java
index <HASH>..<HASH> 100644
--- a/clustering/ma... | WFLY-<I> Currency ProtoStream marshaller needs to tolerate locales with no default currency | wildfly_wildfly | train |
48cf4ba64c10de552dd416e992ba1ae01cc48107 | diff --git a/lib/neo4j/active_node/property.rb b/lib/neo4j/active_node/property.rb
index <HASH>..<HASH> 100644
--- a/lib/neo4j/active_node/property.rb
+++ b/lib/neo4j/active_node/property.rb
@@ -143,7 +143,7 @@ module Neo4j::ActiveNode
# either constraint or index, do not set both
if options[:constrai... | Fixed problem on args for constraint, e.g. Person.property :num, contraint :unique #<I>
Before this commit we had to write Person.property :num, constraint: {type: :unique} | neo4jrb_neo4j | train |
7af204b588269758a51d70d6639e4606251c1f98 | diff --git a/openid.js b/openid.js
index <HASH>..<HASH> 100644
--- a/openid.js
+++ b/openid.js
@@ -146,6 +146,11 @@ function _buildUrl(theUrl, params)
}
}
+ if(theUrl.query != '')
+ {
+ theUrl.search = '?' + theUrl.query;
+ }
+
return url.format(theUrl);
} | prevent _buildUrl from losing query string | havard_node-openid | train |
6ed9942a2e734433be7d1b442dad13c778d243b6 | diff --git a/tests/test_database.py b/tests/test_database.py
index <HASH>..<HASH> 100644
--- a/tests/test_database.py
+++ b/tests/test_database.py
@@ -69,10 +69,6 @@ class TaskDBCase(object):
def setUpClass(self):
raise NotImplementedError
- @classmethod
- def tearDownClass(self):
- raise N... | fix tearDownClass notimplemented | binux_pyspider | train |
d1ec82eac71b47e231a22a557ec55f0f0980e454 | diff --git a/src/Adapter/AdapterInterface.php b/src/Adapter/AdapterInterface.php
index <HASH>..<HASH> 100644
--- a/src/Adapter/AdapterInterface.php
+++ b/src/Adapter/AdapterInterface.php
@@ -125,8 +125,9 @@ interface AdapterInterface
* Attempts to change the mode of the specified file to that given in mode.
... | add recursive param. to changePermisssion method | activecollab_filesystem | train |
db46676c0c35e88dadce0eb2da1a4abb4d5a9025 | diff --git a/examples/example.html b/examples/example.html
index <HASH>..<HASH> 100644
--- a/examples/example.html
+++ b/examples/example.html
@@ -8,6 +8,9 @@
grid.reply(msg, null, 'pong from browser');
console.log('pong');
});
+ grid.on('close', function () {
+ console.log("GRID CLOSED");
+ });
</scr... | ugrid-client: do not call process.exit() in browser
Former-commit-id: <I>c<I>dd<I>dfc2d<I>eca<I>a<I> | skale-me_skale | train |
994bd691d743e53ab3014e42c018ba7433dac94f | diff --git a/soundscrape/soundscrape.py b/soundscrape/soundscrape.py
index <HASH>..<HASH> 100755
--- a/soundscrape/soundscrape.py
+++ b/soundscrape/soundscrape.py
@@ -831,7 +831,7 @@ def tag_file(filename, artist, title, year=None, genre=None, artwork_url=None, a
audio["artist"] = artist
audio["title"... | fixed error when trying to encode ints | Miserlou_SoundScrape | train |
adb1508d00ccda2047fa2788819bfcc2a3367217 | diff --git a/post-install.rb b/post-install.rb
index <HASH>..<HASH> 100644
--- a/post-install.rb
+++ b/post-install.rb
@@ -3,7 +3,7 @@
require 'ftools'
require 'find'
-if defined?(ToplevelInstaller) && self.class == ToplevelInstaller
+if defined?(Installer) && self.class == Installer
$docdir = nil
# Whe... | Update for use with setup.rb | rmagick_rmagick | train |
06dd9f4bec380b45f93c4b738a8c2086f1bf64b5 | diff --git a/Str.php b/Str.php
index <HASH>..<HASH> 100644
--- a/Str.php
+++ b/Str.php
@@ -107,20 +107,12 @@ class Str {
/**
* Limit the number of words in a string.
*
- * <code>
- * // Returns "This is a..."
- * echo Str::words('This is a sentence.', 3);
- *
- * // Limit the number of words and append ... | Rename method Str::limitWords to Str::words | illuminate_support | train |
f96c65b87548164aa39aeb69f3c7dbc5048274e2 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,15 +1,36 @@
'use strict';
-var visit = require('unist-util-visit');
-
module.exports = function (ast) {
- visit(ast, function (node, _, parent) {
- Object.defineProperty(node, 'parent', {
- writable: true,
+ ... | Do not mutate the AST | syntax-tree_unist-util-parents | train |
a0bebcd4bd1e5394db106d0cf5850740d9b8c994 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -15,29 +15,29 @@ mongoose.Query.prototype.exec = function(op, callback) {
callback = callback || function() { };
- var self = this;
- var key = this.getCacheKey();
- var ttl = this._ttl;
- var model ... | Get isLean info from query, not from results | boblauer_cachegoose | train |
97846a2d54626e03686b4bc68f2d4a9bd77e1aa3 | diff --git a/src/main/java/org/fit/layout/impl/DefaultLogicalArea.java b/src/main/java/org/fit/layout/impl/DefaultLogicalArea.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/layout/impl/DefaultLogicalArea.java
+++ b/src/main/java/org/fit/layout/impl/DefaultLogicalArea.java
@@ -173,18 +173,16 @@ public clas... | Use the deepest logical area when searching an area in the logical tree | FitLayout_api | train |
cec2562c719b82abc7dae8d5f31f89170f51b5f0 | diff --git a/src/pybel/parser/parse_metadata.py b/src/pybel/parser/parse_metadata.py
index <HASH>..<HASH> 100644
--- a/src/pybel/parser/parse_metadata.py
+++ b/src/pybel/parser/parse_metadata.py
@@ -36,6 +36,7 @@ SEMANTIC_VERSION_STRING_RE = re.compile(
MALFORMED_VERSION_STRING_RE = re.compile('(?P<major>\d+)(\.(?P<... | Reject version extension functionality
We can keep the code as a utility, but this won’t be part of the parser
since it’s not the job of the parser to rewrite the BEL script | pybel_pybel | train |
b57a3d648b323fb867567f0c2873a2a4d780acc1 | diff --git a/src/org/zaproxy/zap/control/AddOn.java b/src/org/zaproxy/zap/control/AddOn.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/control/AddOn.java
+++ b/src/org/zaproxy/zap/control/AddOn.java
@@ -476,6 +476,17 @@ public class AddOn {
return version;
}
+ /**
+ * Gets the semantic version ... | Correct add-on version used in warning messages
Change AddOnRunIssuesUtils to use the semantic version (if/when)
declared in the manifest file in the warning messages about mismatch
version of the dependencies, the add-ons are not yet using semantic
version as the main version (which would lead to wrong version being
... | zaproxy_zaproxy | train |
b0ba7717cc85fb516a09c4593c39ef50b50957ae | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -124,8 +124,18 @@ setup(name='ReText',
('share/retext/icons', glob('icons/*')),
('share/retext/locale', iglob('locale/*.qm'))
],
- requires=['docutils', 'Markdown', 'Markups(>=2.0)', 'pyenchant', ... | Add PyQt5 to dependencies list
PyQt5 now has wheels available on PyPI for macOS, Linux, and Windows.
For Linux it is better to use the distro-packaged Qt/PyQt (for example,
the official Qt build does not contain WebKit module and GTK+ platform
theme), so limit the setuptools PyQt5 dependency to macOS and Windows. | retext-project_retext | train |
92106a9a2407c5dafaa1713b9c88dd1514469ecb | diff --git a/pygeoip/util.py b/pygeoip/util.py
index <HASH>..<HASH> 100644
--- a/pygeoip/util.py
+++ b/pygeoip/util.py
@@ -20,11 +20,8 @@ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/lgpl.txt>.
"""
-import struct
import ... | Make simplified ip2long method work with Python 3.x | appliedsec_pygeoip | train |
a95ac7475eafaf79f0062fe219c05a5175f6bf9c | diff --git a/docroot/modules/custom/ymca_google/src/GooglePush.php b/docroot/modules/custom/ymca_google/src/GooglePush.php
index <HASH>..<HASH> 100644
--- a/docroot/modules/custom/ymca_google/src/GooglePush.php
+++ b/docroot/modules/custom/ymca_google/src/GooglePush.php
@@ -501,12 +501,22 @@ class GooglePush {
i... | [YMCA-<I>] Add deleting GCal events if ICS event was deleted | ymcatwincities_openy | train |
840bae49a2db0f4bfc1e30c8b708e3c216782fe9 | diff --git a/src/main/java/net/amygdalum/stringsearchalgorithms/search/bytes/Encoding.java b/src/main/java/net/amygdalum/stringsearchalgorithms/search/bytes/Encoding.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/amygdalum/stringsearchalgorithms/search/bytes/Encoding.java
+++ b/src/main/java/net/amygdalum/str... | fixed encoding problems in byte searching | almondtools_stringsearchalgorithms | train |
3ffb42ba905271811f2bf563920a678b7c1f57a1 | diff --git a/DotNotationPointers.js b/DotNotationPointers.js
index <HASH>..<HASH> 100644
--- a/DotNotationPointers.js
+++ b/DotNotationPointers.js
@@ -83,11 +83,17 @@ Object.defineProperty(DotNotationPointer.prototype, 'val', {
}
}
}, set: function(value) {
- if(this.propertyInfo.obj =... | remove a property from the object if it's new value is set to 'undefined' | fresheneesz_mongo-parse | train |
35fb7a99f1bae53ae105b037e55c37bb7422a29f | diff --git a/lib/graphql/compatibility/schema_parser_specification.rb b/lib/graphql/compatibility/schema_parser_specification.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/compatibility/schema_parser_specification.rb
+++ b/lib/graphql/compatibility/schema_parser_specification.rb
@@ -421,6 +421,59 @@ module GraphQL
... | Add support for `extend union` to parser | rmosolgo_graphql-ruby | train |
4adc222adaffb2321bf500da30ce28fbb02c24a4 | diff --git a/salt/modules/ssh.py b/salt/modules/ssh.py
index <HASH>..<HASH> 100644
--- a/salt/modules/ssh.py
+++ b/salt/modules/ssh.py
@@ -12,6 +12,7 @@ import logging
# Import salt libs
import salt.utils
+import salt.utils.decorators as decorators
from salt.exceptions import (
SaltInvocationError,
Comma... | Use `decorators.which` to assert that the binaries exists.
Minor formatting changes. | saltstack_salt | train |
5ed64fd1584fa7092be67941d158922776aefd4a | diff --git a/tests/integration/test.issue221.js b/tests/integration/test.issue221.js
index <HASH>..<HASH> 100644
--- a/tests/integration/test.issue221.js
+++ b/tests/integration/test.issue221.js
@@ -50,9 +50,6 @@ adapters.forEach(function (adapters) {
});
it('Testing issue #221 again', function () {
- ... | (#<I>) - Remove isCouchMaster from tests (and refactor) | pouchdb_pouchdb | train |
56cac6691aa3e6c71947993ea5d00a785edaf6d6 | diff --git a/vendor/refinerycms/images/app/controllers/admin/images_controller.rb b/vendor/refinerycms/images/app/controllers/admin/images_controller.rb
index <HASH>..<HASH> 100644
--- a/vendor/refinerycms/images/app/controllers/admin/images_controller.rb
+++ b/vendor/refinerycms/images/app/controllers/admin/images_con... | Update use of Dragonfly's API (ht: mattmate) | refinery_refinerycms | train |
c89139fbc06a6d60ca231092a5ee9534ac27b342 | diff --git a/library/CM/Bootloader.php b/library/CM/Bootloader.php
index <HASH>..<HASH> 100644
--- a/library/CM/Bootloader.php
+++ b/library/CM/Bootloader.php
@@ -27,6 +27,10 @@ class CM_Bootloader {
throw new CM_Exception_Invalid('Bootloader already instantiated');
}
self::$_instance = $this;
+
+ mb_interna... | Set umask(0) before using composer in bootloader | cargomedia_cm | train |
ebe0254191767ae270aca1283afbe7c7bbd91489 | diff --git a/spec/lib/conjure/view/application_view_spec.rb b/spec/lib/conjure/view/application_view_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/conjure/view/application_view_spec.rb
+++ b/spec/lib/conjure/view/application_view_spec.rb
@@ -2,15 +2,24 @@ require "conjure"
module Conjure::View
describe Appli... | Refactor ApplicationViewSpec to better support multiple test cases | brianauton_conjure | train |
463fb1358c1dfd8fede8dd56208dec3e7a3f8cf3 | diff --git a/spec/main-spec.js b/spec/main-spec.js
index <HASH>..<HASH> 100644
--- a/spec/main-spec.js
+++ b/spec/main-spec.js
@@ -3,9 +3,9 @@
const Driver = require('../').MariaSQL
const db = new Driver()
db.connect({
- host: '192.168.50.3',
- user: 'call',
- password: 'test',
+ host: '127.0.0.1',
+ user: 'roo... | :bug: Fix db path in spec | steelbrain_mariasql-promise | train |
d21f9a8e05ffcf2eda0012a1bee48e3f7380ea2f | diff --git a/lib/multiple_man/version.rb b/lib/multiple_man/version.rb
index <HASH>..<HASH> 100644
--- a/lib/multiple_man/version.rb
+++ b/lib/multiple_man/version.rb
@@ -1,3 +1,3 @@
module MultipleMan
- VERSION = "0.5.20"
+ VERSION = "0.5.21"
end | Updated version to deal with connection issues | influitive_multiple_man | train |
3dad255ed797092be1790920935e29d749efcf8f | diff --git a/lib/gds_api/test_helpers/publishing_api_v2.rb b/lib/gds_api/test_helpers/publishing_api_v2.rb
index <HASH>..<HASH> 100644
--- a/lib/gds_api/test_helpers/publishing_api_v2.rb
+++ b/lib/gds_api/test_helpers/publishing_api_v2.rb
@@ -95,9 +95,9 @@ module GdsApi
assert_publishing_api(:post, url, attrib... | Publishing API v2 helpers: default matcher should be exact match
Before this change, the stubs used 'including' as the matcher. This
commit changes the default to the 'exact match' matcher. The option to
use weaker matching remains. | alphagov_gds-api-adapters | train |
5bc2d7fe286ed068a827042eaa1206e56c3268aa | diff --git a/monitor/services/src/main/java/org/datacleaner/monitor/server/components/ComponentHandler.java b/monitor/services/src/main/java/org/datacleaner/monitor/server/components/ComponentHandler.java
index <HASH>..<HASH> 100644
--- a/monitor/services/src/main/java/org/datacleaner/monitor/server/components/Componen... | 1. string converter is created in a lazy way. 2. String converter is used for File types (to recognize repository-relative paths). Other properties are purely json-deserialized. | datacleaner_DataCleaner | train |
183d2c79532c9667c76f5b6a7bc2e53cffd65d2e | diff --git a/src/Testing/Concerns/MakesHttpRequests.php b/src/Testing/Concerns/MakesHttpRequests.php
index <HASH>..<HASH> 100644
--- a/src/Testing/Concerns/MakesHttpRequests.php
+++ b/src/Testing/Concerns/MakesHttpRequests.php
@@ -136,6 +136,23 @@ trait MakesHttpRequests
}
/**
+ * Visit the given URI wi... | Add function for testing OPTION requests | orchestral_lumen | train |
c4da9ed9e61550b186c067c991e77f3fc03aa5da | diff --git a/src/reporter.js b/src/reporter.js
index <HASH>..<HASH> 100644
--- a/src/reporter.js
+++ b/src/reporter.js
@@ -1,4 +1,3 @@
-var selectedSpinner = 0;
var chalk = require('chalk');
var readline = require('readline');
var _ = require('underscore');
@@ -10,6 +9,7 @@ var spinners = [
'⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏',
'... | fix(reporter): use supported spinner for windows | damonjs_damon | train |
b7beda2a6371e10e5884b584c6ab8aeb2e993363 | diff --git a/consul/state_store.go b/consul/state_store.go
index <HASH>..<HASH> 100644
--- a/consul/state_store.go
+++ b/consul/state_store.go
@@ -5,8 +5,13 @@ import (
"fmt"
"github.com/hashicorp/consul/rpc"
_ "github.com/mattn/go-sqlite3"
+ "sync/atomic"
)
+// nextDBIndex is used to generate a new ID
+// usi... | Changing how state store is opened to allow shared connections | hashicorp_consul | train |
2d859ccfdecf3003f945dfe25ff2e0760399ed6a | diff --git a/source/core/oxusercounter.php b/source/core/oxusercounter.php
index <HASH>..<HASH> 100644
--- a/source/core/oxusercounter.php
+++ b/source/core/oxusercounter.php
@@ -32,7 +32,7 @@ class oxUserCounter
public function getMallAdminCount()
{
- return $this->getUserCountByGroup('malladmin');
... | ESDEV-<I> Add new information for license sending: subshop and admin users amount ESDEV-<I> Create oxUserCounter
Changing function name. | OXID-eSales_oxideshop_ce | train |
c2ac339f1342a6b313451245f9eebc9e33286b0a | diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index <HASH>..<HASH> 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,6 @@
=== ongoing ===
+- Fix for gettext returning header text when receiving a blank string
=== 0.1 ===
diff --git a/localized_names/templatetags/localized_names_tags.py b/localized_names/te... | Passing on title if it is blank.
Otherwise gettext would return some kind of helptext header. | bitlabstudio_django-localized-names | train |
7cc36fb807d98aae58eb33246c65c441e8a39df6 | diff --git a/cartoframes/data/services/geocode.py b/cartoframes/data/services/geocode.py
index <HASH>..<HASH> 100644
--- a/cartoframes/data/services/geocode.py
+++ b/cartoframes/data/services/geocode.py
@@ -6,7 +6,7 @@ import logging
import uuid
import pandas as pd
-from ... import context
+from ...lib import conte... | Adapt to module reorganization | CartoDB_cartoframes | train |
77fd7fa9f2380a6be25e4eb5a06951b9d750fc61 | diff --git a/lib/node_modules/@stdlib/math/base/special/gammainc/lib/lower_gamma_series.js b/lib/node_modules/@stdlib/math/base/special/gammainc/lib/lower_gamma_series.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/math/base/special/gammainc/lib/lower_gamma_series.js
+++ b/lib/node_modules/@stdlib/math/b... | Add js extension for relative require | stdlib-js_stdlib | train |
e26a61958dd772422fe8251efa760e7e97f2de4e | diff --git a/src/Knp/Minibus/Expectation/ResolveEnteringPassengers.php b/src/Knp/Minibus/Expectation/ResolveEnteringPassengers.php
index <HASH>..<HASH> 100644
--- a/src/Knp/Minibus/Expectation/ResolveEnteringPassengers.php
+++ b/src/Knp/Minibus/Expectation/ResolveEnteringPassengers.php
@@ -2,7 +2,7 @@
namespace Knp\... | REmove reference to deprecated OptionsResolverInterface | Djeg_Minibus | train |
45b0e7cf1a2278ab22d388f1cbc724160101cb8a | diff --git a/cli/command/container/run.go b/cli/command/container/run.go
index <HASH>..<HASH> 100644
--- a/cli/command/container/run.go
+++ b/cli/command/container/run.go
@@ -190,10 +190,11 @@ func runContainer(dockerCli *command.DockerCli, opts *runOptions, copts *contain
}
close, err := attachContainer(ctx, d... | fixing SIGSEGV when running containers | docker_cli | train |
c55b7fbd41624b91ce0ad1556331e0c34a108232 | diff --git a/src/Everon/Ajax/Interfaces/Controller.php b/src/Everon/Ajax/Interfaces/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Everon/Ajax/Interfaces/Controller.php
+++ b/src/Everon/Ajax/Interfaces/Controller.php
@@ -20,4 +20,5 @@ interface Controller extends \Everon\Interfaces\Controller
* @return arra... | extjs GoldenEye framework under Web/control | oliwierptak_Everon1 | train |
8f6f3051e6b4308b6dad4dcd5caac6539139dc3d | diff --git a/lib/handlebars/ast.js b/lib/handlebars/ast.js
index <HASH>..<HASH> 100644
--- a/lib/handlebars/ast.js
+++ b/lib/handlebars/ast.js
@@ -21,10 +21,11 @@ Handlebars.AST.PartialNode = function(id, context) {
this.context = context;
};
-Handlebars.AST.BlockNode = function(mustache, program) {
+Handlebars.A... | Add support for inverted sections in the parser | wycats_handlebars.js | train |
cb06ac5c9644a31a1f24905fdcb29263dc4acae5 | diff --git a/src/foremast/awslambda/awslambda.py b/src/foremast/awslambda/awslambda.py
index <HASH>..<HASH> 100644
--- a/src/foremast/awslambda/awslambda.py
+++ b/src/foremast/awslambda/awslambda.py
@@ -181,11 +181,7 @@ class LambdaFunction(object):
Description=self.description,
Timeou... | Move tagging to create lambda from update. | foremast_foremast | train |
86b9b635505c5fb0a822a83e778556ff24e537c2 | diff --git a/py3o/template/main.py b/py3o/template/main.py
index <HASH>..<HASH> 100644
--- a/py3o/template/main.py
+++ b/py3o/template/main.py
@@ -260,7 +260,7 @@ class Template(object):
return starting_tags, closing_tags
- def __handle_link(self, link, py3o_base, closing_link):
+ def handle_link(sel... | Rename __handle_link to handle_link to allow running test on this method | faide_py3o.template | train |
94f777a2529ca9ff1876c73f3c112d49c051d8a6 | diff --git a/src/core.js b/src/core.js
index <HASH>..<HASH> 100644
--- a/src/core.js
+++ b/src/core.js
@@ -81,19 +81,19 @@ const parseJson = s => {
GlobalContext.styleEpoch = 0;
const maxParallelResources = 8;
-class Resource extends EventEmitter {
+class Resource {
constructor(getCb = (onprogress, cb) => cb(), ... | Optimize Resource to be a non-EventEmitter | exokitxr_exokit | train |
c957385165453d9d6f7b94ec83011f53b8213280 | diff --git a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/impl/UnitResolverImpl.java b/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/impl/UnitResolverImpl.java
index <HASH>..<HASH> 100644
--- a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/impl/UnitReso... | added a filter step in the tokonize method of UnitResolveImpl to remove pure number tokens | molgenis_molgenis | train |
717bde05e279d214d699b6184cc46af201cafc10 | diff --git a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java b/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServerHandshaker00.java
index <HASH>..<HASH> 100644
--- a/codec-http/src/main/java/io/netty/handler/codec/http/websocketx/WebSocketServ... | [<I>] Fix possible corruption of first WebSocketFrame caused by WebSocketServerHandshaker* | netty_netty | train |
802788683e947a4619876ffd68091dc40e9f43bd | diff --git a/delphin/main.py b/delphin/main.py
index <HASH>..<HASH> 100644
--- a/delphin/main.py
+++ b/delphin/main.py
@@ -103,7 +103,7 @@ def call_select(args):
args.TESTSUITE)
try:
for row in rows:
- print(tsdb.encode(row))
+ print(tsdb.join(row))
except (BrokenPipeEr... | Fix bug in 'delphin' script for 'select' command | delph-in_pydelphin | train |
7735482735cb2f900443b8ca009b6c4262689a3b | diff --git a/lib/Doctrine/MongoDB/Query/Builder.php b/lib/Doctrine/MongoDB/Query/Builder.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/MongoDB/Query/Builder.php
+++ b/lib/Doctrine/MongoDB/Query/Builder.php
@@ -691,16 +691,12 @@ class Builder
/**
* Set the index hint for the query.
*
- * @param... | Query should allow a single cursor hint to be specified
Builder::hint() is only useful for setting a cursor hint (not related to ODM's UnitOfWork hints), so there is no reason to track multiple calls and apply them all to the cursor in Query::prepareCursor(). | doctrine_mongodb | train |
fe9439579ce444577d49ab2b76a1e6c1c6b43079 | diff --git a/landez/tiles.py b/landez/tiles.py
index <HASH>..<HASH> 100644
--- a/landez/tiles.py
+++ b/landez/tiles.py
@@ -242,12 +242,11 @@ class MBTilesBuilder(object):
try:
image = urllib.URLopener()
image.retrieve(url, output)
- break
+ re... | Small refactor of retry loop | makinacorpus_landez | train |
dc0572a0637d0878b664c82cd70e023f25827f55 | diff --git a/ezp/Content/Tests/FieldTypeFactoryTest.php b/ezp/Content/Tests/FieldTypeFactoryTest.php
index <HASH>..<HASH> 100644
--- a/ezp/Content/Tests/FieldTypeFactoryTest.php
+++ b/ezp/Content/Tests/FieldTypeFactoryTest.php
@@ -9,23 +9,37 @@
namespace ezp\Content\Tests;
use PHPUnit_Framework_TestCase,
- ezp\C... | Updated FieldTypeFactory tests | ezsystems_ezpublish-kernel | train |
795c7b46f304aa997da24f6b1e8a062d1452426f | diff --git a/stremio-addon/addon.js b/stremio-addon/addon.js
index <HASH>..<HASH> 100644
--- a/stremio-addon/addon.js
+++ b/stremio-addon/addon.js
@@ -106,7 +106,7 @@ var service = new Stremio.Server({
},
"stats.get": function(args, callback, user) { // TODO
- var c = Object.keys(db.indexes.seeders).... | stats.get: fixed getting number of torrents | jaruba_multipass-torrent | train |
14350228989e2aee900b8d48a848293bb5152b6f | diff --git a/server/src/main/resources/login-ui.xml b/server/src/main/resources/login-ui.xml
index <HASH>..<HASH> 100644
--- a/server/src/main/resources/login-ui.xml
+++ b/server/src/main/resources/login-ui.xml
@@ -151,7 +151,7 @@
entry-point-ref="loginEntryPoint"
use-expressions="false"
... | Change password page required full authentication to access | cloudfoundry_uaa | train |
4d7211f8ff63abda004d35646145f78aac66dcd6 | 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
@@ -226,13 +226,7 @@ module Dragonfly
log.info("DRAGONFLY: #{message}")
end
- def allow_legacy_urls
- @allow_legacy_urls = true if @allow_legacy_urls.nil?
- ... | disallow legacy urls by default | markevans_dragonfly | train |
26469b14b91c75bb3036d5dedc5d8ff4bac48e11 | diff --git a/automation/src/rabird/automation/selenium/__init__.py b/automation/src/rabird/automation/selenium/__init__.py
index <HASH>..<HASH> 100644
--- a/automation/src/rabird/automation/selenium/__init__.py
+++ b/automation/src/rabird/automation/selenium/__init__.py
@@ -35,12 +35,13 @@ def monkey_patch():
WebE... | Added xpath_*() and css_*() methods, they are more common way to implement the element find or wait methods and much easy for using. | starofrainnight_rabird.core | train |
9ff20695ef5ca470c77566d52d9891ff52ccde8b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -0,0 +1,4 @@
+
+module.exports = () => {
+
+} | Return undefined when given object is null or undefined | bredele_uri-params-match | train |
411ce965db0f5a69c51a11ef34aae25580889999 | diff --git a/cmd/influxd/server_integration_test.go b/cmd/influxd/server_integration_test.go
index <HASH>..<HASH> 100644
--- a/cmd/influxd/server_integration_test.go
+++ b/cmd/influxd/server_integration_test.go
@@ -76,7 +76,7 @@ func (c *Cluster) Close() {
//
// This function returns a slice of nodes, the first of wh... | Don't hammer the server during testing | influxdata_influxdb | train |
9a807f4f29c24bf0dc0b44d7cdfc2233cfd128d3 | diff --git a/plumbing/object/commit.go b/plumbing/object/commit.go
index <HASH>..<HASH> 100644
--- a/plumbing/object/commit.go
+++ b/plumbing/object/commit.go
@@ -30,10 +30,12 @@ type Commit struct {
Committer Signature
// Message is the commit message, contains arbitrary text.
Message string
+ // TreeHash hash o... | plumbing: object.Tree making public `tree` and `parents` | src-d_go-git | train |
56ad1b118d3f3d384f53ec5b5d95da90ce818373 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -27,7 +27,8 @@ locale.setlocale(locale.LC_ALL, 'en_US')
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-ext... | Enable doctest and intersphinx extensions | tehmaze_natural | train |
527c9dd733320231c39e57e07bee2d7cee6d6196 | diff --git a/src/main/java/reactor/core/publisher/Mono.java b/src/main/java/reactor/core/publisher/Mono.java
index <HASH>..<HASH> 100644
--- a/src/main/java/reactor/core/publisher/Mono.java
+++ b/src/main/java/reactor/core/publisher/Mono.java
@@ -1247,8 +1247,8 @@ public abstract class Mono<T> implements Publisher<T>, ... | change repeatUntilNext to repeatWhenEmpty | reactor_reactor-core | train |
af1aad0d65df587c422f7500f48f6be856826030 | diff --git a/Entity/UnitTranslation.php b/Entity/UnitTranslation.php
index <HASH>..<HASH> 100755
--- a/Entity/UnitTranslation.php
+++ b/Entity/UnitTranslation.php
@@ -22,29 +22,14 @@ class UnitTranslation implements LocaleAwareInterface
{
use Translation;
- /**
- * @var string
- */
- protected... | Changed translatable and routable entities | WellCommerce_UnitBundle | train |
54e9f2291c29c1682f01758f86feb9ad5a51443b | diff --git a/src/main/java/org/rythmengine/cache/NoCacheService.java b/src/main/java/org/rythmengine/cache/NoCacheService.java
index <HASH>..<HASH> 100755
--- a/src/main/java/org/rythmengine/cache/NoCacheService.java
+++ b/src/main/java/org/rythmengine/cache/NoCacheService.java
@@ -28,7 +28,7 @@ import java.io.Serializ... | "public static" fields should be constant | rythmengine_rythmengine | train |
52fa87553ecf53936c1064d10ced89dc89ec36f7 | diff --git a/blocks/rss_client/managefeeds.php b/blocks/rss_client/managefeeds.php
index <HASH>..<HASH> 100644
--- a/blocks/rss_client/managefeeds.php
+++ b/blocks/rss_client/managefeeds.php
@@ -138,7 +138,7 @@ foreach($feeds as $feed) {
$deleteaction->link->title = get_string('delete');
$deleteaction->image-... | MDL-<I> Fixed call to add_action | moodle_moodle | train |
6a114af6763217d0b32920c09b4a4a55663dca08 | diff --git a/lib/Balance.php b/lib/Balance.php
index <HASH>..<HASH> 100644
--- a/lib/Balance.php
+++ b/lib/Balance.php
@@ -1,4 +1,11 @@
<?php
+/**
+ * Created by PhpStorm.
+ * @author Robert Jacobson <rjacobson@thexroadz.com>
+ * @author Matthew Crigger <mcrigger@thexroadz.com>
+ *
+ * @see https://help.shopify.com/en... | Author and Links
Updated authoring and help links. | phpclassic_php-shopify | train |
a31d1faac5cc2594a283dade535be4f2297b7d17 | diff --git a/src/main/java/bsh/PreparsedScript.java b/src/main/java/bsh/PreparsedScript.java
index <HASH>..<HASH> 100644
--- a/src/main/java/bsh/PreparsedScript.java
+++ b/src/main/java/bsh/PreparsedScript.java
@@ -58,7 +58,8 @@ public class PreparsedScript {
final BshMethod method = new BshMethod(_method.getN... | Merge beanshell2 fork commit: <I>e<I>e
Merge pejobo/beanshell2@<I>e<I>e fix for pejobo/beanshell2#<I> CompiledScript.execute(..) throws ScriptException when null value is in binding. | beanshell_beanshell | train |
c73bd78dd9434fdbee7a56f32315033eae8a2108 | diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py
index <HASH>..<HASH> 100644
--- a/MySQLdb/setup.py
+++ b/MySQLdb/setup.py
@@ -11,7 +11,7 @@ YES = 1
NO = 0
# set this to YES if you have the thread-safe mysqlclient library
-thread_safe_library = NO
+thread_safe_library = YES
# You probably don't have to do anythi... | Rework platform config a bit, default to thread-safe client. | PyMySQL_mysqlclient-python | train |
efdd795dba48779b59cadcd9e1fbcb617fba91b6 | diff --git a/lib/Gitlab/Api/Projects.php b/lib/Gitlab/Api/Projects.php
index <HASH>..<HASH> 100644
--- a/lib/Gitlab/Api/Projects.php
+++ b/lib/Gitlab/Api/Projects.php
@@ -1,7 +1,5 @@
<?php namespace Gitlab\Api;
-use Gitlab\Exception\RuntimeException;
-
class Projects extends AbstractApi
{
const ORDER_BY = 'cr... | Added pagination to project events. Fixes #<I> | m4tthumphrey_php-gitlab-api | train |
91591df0c377355e4b29dc8e5a703112fdfc65a3 | diff --git a/willow-servers/src/main/resources/webapp/scripts/services/metrics.js b/willow-servers/src/main/resources/webapp/scripts/services/metrics.js
index <HASH>..<HASH> 100644
--- a/willow-servers/src/main/resources/webapp/scripts/services/metrics.js
+++ b/willow-servers/src/main/resources/webapp/scripts/services/... | added default config chart for flame graph | NitorCreations_willow | train |
6c26029a21f5263c95c3d99d30d3952186bd3695 | diff --git a/databench/analyses_packaged/dummypi/analysis.js b/databench/analyses_packaged/dummypi/analysis.js
index <HASH>..<HASH> 100644
--- a/databench/analyses_packaged/dummypi/analysis.js
+++ b/databench/analyses_packaged/dummypi/analysis.js
@@ -1,8 +1,12 @@
-var d = new Databench.Connection();
-Databench.ui.wire(... | eslint packaged analyses | svenkreiss_databench | train |
7fca634d2498d46b627a8ebd10e61891bd06a9d0 | diff --git a/pynetgear/__init__.py b/pynetgear/__init__.py
index <HASH>..<HASH> 100644
--- a/pynetgear/__init__.py
+++ b/pynetgear/__init__.py
@@ -71,7 +71,8 @@ class Netgear(object):
port=None,
ssl=False,
url=None,
- force_login_v2=False
+ force_login_v1=False,
+
):
... | Make cookie based login the default version (#<I>) | MatMaul_pynetgear | train |
5a48cc45406cb50dc398e63ffa8526fd2561fa12 | diff --git a/lifxlan/light.py b/lifxlan/light.py
index <HASH>..<HASH> 100644
--- a/lifxlan/light.py
+++ b/lifxlan/light.py
@@ -18,8 +18,8 @@ WARM_WHITE = [58275, 0, 65535, 3200]
GOLD = [58275, 0, 65535, 2500]
class Light(Device):
- def __init__(self, mac_addr, service, port, source_id, ip_addr, verbose=False):
-... | added defaults for the light constructor, so people can create standalone light objects without discovery | mclarkk_lifxlan | train |
9ad47d529ab14d45d026db1186cb57eaad6b9dad | diff --git a/shadows/framework/src/main/java/org/robolectric/shadows/ShadowLauncherApps.java b/shadows/framework/src/main/java/org/robolectric/shadows/ShadowLauncherApps.java
index <HASH>..<HASH> 100644
--- a/shadows/framework/src/main/java/org/robolectric/shadows/ShadowLauncherApps.java
+++ b/shadows/framework/src/mai... | Fix formatting on ShadowLauncherApps.java
This involves running google-java-format on ShadowLauncherApps.java
Otherwise, Robolectric PRs generated by copybara will revert this file,
causing additional noise. | robolectric_robolectric | train |
6ad51e07db15e9a0cd8259fd7febba4c7ffc8015 | diff --git a/spec/support/aws_example_group.rb b/spec/support/aws_example_group.rb
index <HASH>..<HASH> 100644
--- a/spec/support/aws_example_group.rb
+++ b/spec/support/aws_example_group.rb
@@ -2,7 +2,7 @@ require 'tempfile'
module AwsSystemExampleGroup
def vpc_outfile_path
- File.join(BOSH_ROOT_DIR, "aws_vpc... | System specs use new AWS receipt file location | cloudfoundry_bosh | train |
36b5426f6e62d11d98a3144ace523a9735ab7f4b | diff --git a/cmd/erasure-healing-common.go b/cmd/erasure-healing-common.go
index <HASH>..<HASH> 100644
--- a/cmd/erasure-healing-common.go
+++ b/cmd/erasure-healing-common.go
@@ -30,12 +30,14 @@ func commonTime(modTimes []time.Time, dataDirs []string) (modTime time.Time, dat
var maxima int // Counter for remembering ... | dataDir needs maxima calculation to be correct (#<I>)
there is a corner case where the new check
doesn't work where dataDir has changed, especially
when xl.json -> xl.meta healing happens, if some
healing is partial this can make certain backend
files unreadable.
This PR fixes and updates unit-tests | minio_minio | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.