hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b4e2c6acb839e9627582eac690ae69adc546a0fd | diff --git a/src/App.php b/src/App.php
index <HASH>..<HASH> 100644
--- a/src/App.php
+++ b/src/App.php
@@ -468,7 +468,12 @@ class App
);
}
echo $this->html->template->render();
- $this->terminate(ob_get_clean());
+ $output = ob_get_clean();
+ i... | normalize response output on $app->run = $app->terminate | atk4_ui | train |
987604bc79024d0656f06cdd2fd6f53a298b9273 | diff --git a/atlassian/jira.py b/atlassian/jira.py
index <HASH>..<HASH> 100644
--- a/atlassian/jira.py
+++ b/atlassian/jira.py
@@ -971,11 +971,11 @@ class Jira(AtlassianRestAPI):
:return:
"""
log.warning('Deleting user {user} from "{issue_key}" watchers'.format(issue_key=issue_key, user=user)... | Fix delete watchers (#<I>)
Bring in the user parameter for deleting watchers as query parameter
instead of message body data. | atlassian-api_atlassian-python-api | train |
e87180b6f435aa5d1a53eb53ae9b7e810355b81c | diff --git a/aiogram/api.py b/aiogram/api.py
index <HASH>..<HASH> 100644
--- a/aiogram/api.py
+++ b/aiogram/api.py
@@ -56,7 +56,7 @@ class ApiMethods:
SET_WEBHOOK = 'setWebhook' # TODO
DELETE_WEBHOOK = 'deleteWebhook' # TODO
GET_WEBHOOK_INFO = 'getWebhookInfo' # TODO
- SEND_MESSAGE = 'sendMessage' ... | Provide sendMessage and deleteMessage methods. | aiogram_aiogram | train |
f55dd1767a68bc0db8b4da7f6153cbce51ce4123 | diff --git a/lib/sprinkle/package.rb b/lib/sprinkle/package.rb
index <HASH>..<HASH> 100644
--- a/lib/sprinkle/package.rb
+++ b/lib/sprinkle/package.rb
@@ -72,7 +72,13 @@ module Sprinkle
process_verifications(deployment, roles)
end
- def process_verifications(deployment, roles)
+ def pr... | Added better logging for verifications both on the debug side and on the normal info side. | sprinkle-tool_sprinkle | train |
f5723d85b41a06fda54e47e1f863fd3db7459e39 | diff --git a/DateTimeHelper.php b/DateTimeHelper.php
index <HASH>..<HASH> 100644
--- a/DateTimeHelper.php
+++ b/DateTimeHelper.php
@@ -107,7 +107,7 @@ class DateTimeHelper
* @param \DateInterval|null $i
* @return string|null
*/
- public static function intervalToIso(\DateInterval $i = null)
+ pu... | DateTimeHelper: renamed intervalToIso() to iso() | fphammerle_php-helpers | train |
5176771c8c8a4d4b3fc97089dbca18bf0b9400e3 | diff --git a/src/animation/Clip.js b/src/animation/Clip.js
index <HASH>..<HASH> 100644
--- a/src/animation/Clip.js
+++ b/src/animation/Clip.js
@@ -132,7 +132,7 @@ define(function (require) {
this._currentTime = time;
if (this._paused) {
- return;
+ return 'pause... | Not trigger frame when clip are paused | pissang_claygl | train |
1fd08f5215d3fb12f07272ac54261b74da5147d4 | diff --git a/lib/config/locales/en.yml b/lib/config/locales/en.yml
index <HASH>..<HASH> 100644
--- a/lib/config/locales/en.yml
+++ b/lib/config/locales/en.yml
@@ -38,3 +38,5 @@ en:
association_cant_have_inverse_of:
Defining an inverse_of on this association is not allowed. Only
use this o... | Raise InvalidOptions when find is called with a nil value | mongodb_mongoid | train |
7ae13e9b8f93fe1227b9bc10c871edae8d5e0b53 | diff --git a/capture/noworkflow/prov_execution.py b/capture/noworkflow/prov_execution.py
index <HASH>..<HASH> 100644
--- a/capture/noworkflow/prov_execution.py
+++ b/capture/noworkflow/prov_execution.py
@@ -281,11 +281,12 @@ class Tracer(Profiler):
self.dependencies = self.definition_provenance.dependencies
... | #<I>: using both settrace and setprofile | gems-uff_noworkflow | train |
4985d3f7c5b9c7be1968804cade7b62fd8db45d8 | diff --git a/master/buildbot/status/web/status_json.py b/master/buildbot/status/web/status_json.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/status/web/status_json.py
+++ b/master/buildbot/status/web/status_json.py
@@ -31,7 +31,11 @@ FLAGS = """\
- filter
- Filters out null, false, and empty string, lis... | Add support for the callback flag for /json pages. This is for JSONP support.
This can be used for offsite javascript based status pages.
TEST=/json?callback=foo can be used for cross site scripting | buildbot_buildbot | train |
3ea26be2ae08c2c7992137e5142cec146627e119 | diff --git a/lib/go/thrift/protocol.go b/lib/go/thrift/protocol.go
index <HASH>..<HASH> 100644
--- a/lib/go/thrift/protocol.go
+++ b/lib/go/thrift/protocol.go
@@ -19,6 +19,10 @@
package thrift
+import (
+ "errors"
+)
+
const (
VERSION_MASK = 0xffff0000
VERSION_1 = 0x80010000
@@ -75,15 +79,20 @@ type TProto... | THRIFT-<I> MaxSkipDepth never checked
Client: Go
Patch: Jens Geyer | limingxinleo_thrift | train |
d97562e94ec8eb61466abfbe8570d300193cf3d6 | diff --git a/dist/installer.php b/dist/installer.php
index <HASH>..<HASH> 100644
--- a/dist/installer.php
+++ b/dist/installer.php
@@ -448,11 +448,9 @@ class Installer {
* @return string
*/
private function getOption($name) {
- $value = '';
foreach ($this->argv as $key => $arg) {
... | Unnecessary variable in installer | platformsh_platformsh-cli | train |
b20536e0fd313350afe0f65d4c8727a82693aca0 | diff --git a/src/bosh-director/spec/unit/cloud/external_cpi_spec.rb b/src/bosh-director/spec/unit/cloud/external_cpi_spec.rb
index <HASH>..<HASH> 100644
--- a/src/bosh-director/spec/unit/cloud/external_cpi_spec.rb
+++ b/src/bosh-director/spec/unit/cloud/external_cpi_spec.rb
@@ -645,15 +645,23 @@ describe Bosh::Clouds::... | Fix test in external_cpi_spec.rb
This test was failing on our CI because it expects ruby to be present
in the env that is passed to Open3.popen3 in external_cpi.rb. On our CI,
ruby lives in /usr/local/bin. We've modified the test to add this path.
We've also fixed some typos + used a single before block as a stylistic... | cloudfoundry_bosh | train |
2dec1ea7cfb550cdc9783eaf1fdb920c13625896 | diff --git a/beehive-jdbc-mapper/src/main/java/com/moparisthebest/jdbc/RowToObjectMapper.java b/beehive-jdbc-mapper/src/main/java/com/moparisthebest/jdbc/RowToObjectMapper.java
index <HASH>..<HASH> 100644
--- a/beehive-jdbc-mapper/src/main/java/com/moparisthebest/jdbc/RowToObjectMapper.java
+++ b/beehive-jdbc-mapper/sr... | Fix return of primitive types by removing explicit cast, add tests to prevent regressions | moparisthebest_beehive | train |
4d9cbb6b36705f9d0088cc80fec6bd1326d5b9c4 | diff --git a/cocaine/decorators/servers.py b/cocaine/decorators/servers.py
index <HASH>..<HASH> 100644
--- a/cocaine/decorators/servers.py
+++ b/cocaine/decorators/servers.py
@@ -75,9 +75,19 @@ def wsgi(function):
if key not in ('HTTP_CONTENT_TYPE', 'HTTP_CONTENT_LENGTH'):
environ[key] = v... | Iterable returned by the application can have close method. start_response parameter should accept optional argument exc_info | cocaine_cocaine-framework-python | train |
1a6be2df9f1f5008fa3940a46cb7fd09e3f443a7 | diff --git a/tools/paraview-meshio-plugin.py b/tools/paraview-meshio-plugin.py
index <HASH>..<HASH> 100644
--- a/tools/paraview-meshio-plugin.py
+++ b/tools/paraview-meshio-plugin.py
@@ -11,6 +11,7 @@ from paraview.util.vtkAlgorithm import (
from vtkmodules.numpy_interface import dataset_adapter as dsa
from vtkmodule... | Using the new cells structure for MeshioWriter | nschloe_meshio | train |
482b20769a416391751c2f63dc48628a5ef1a04f | diff --git a/cumulusci/salesforce_api/metadata.py b/cumulusci/salesforce_api/metadata.py
index <HASH>..<HASH> 100644
--- a/cumulusci/salesforce_api/metadata.py
+++ b/cumulusci/salesforce_api/metadata.py
@@ -627,9 +627,9 @@ class ApiNewProfile(BaseMetadataApiCall):
self,
task,
api_version=None... | escape user input injected into xml | SFDO-Tooling_CumulusCI | train |
7504a4a2c56900efc922b17647a5301fe0455f25 | diff --git a/src/loader.js b/src/loader.js
index <HASH>..<HASH> 100644
--- a/src/loader.js
+++ b/src/loader.js
@@ -5,7 +5,7 @@ var configurator = require("./configurator")();
var fileReader = require("./fileReader");
var logger = require("loggero").create("bundler/bundler-index");
var loggerLevel = require("loggero/... | Fixed path for bit-bundler-utils | MiguelCastillo_bit-bundler | train |
48b918c3d745704fe155e2f47278d1a05300c0ec | diff --git a/src/styles/points/points.js b/src/styles/points/points.js
index <HASH>..<HASH> 100755
--- a/src/styles/points/points.js
+++ b/src/styles/points/points.js
@@ -172,17 +172,7 @@ Object.assign(Points, {
return this.vertex_template;
},
- buildPoints (points, style, vertex_data) {
- if ... | use same build method for text/points | tangrams_tangram | train |
ae67e23a4630a6d4e682473326ec171d4e64e925 | diff --git a/lib/gamejs/transform.js b/lib/gamejs/transform.js
index <HASH>..<HASH> 100644
--- a/lib/gamejs/transform.js
+++ b/lib/gamejs/transform.js
@@ -57,6 +57,9 @@ exports.rotate = function (surface, angle) {
exports.scale = function(surface, dims) {
var width = dims[0];
var height = dims[1];
+ if (widt... | warn when scaling <= 0
was hard to debug, the raw drawImage() error message did not help at all :( | GameJs_gamejs | train |
dd941b980cc9a5691c310917193855f43f592ab8 | diff --git a/periphery/gpio.py b/periphery/gpio.py
index <HASH>..<HASH> 100644
--- a/periphery/gpio.py
+++ b/periphery/gpio.py
@@ -175,7 +175,7 @@ class GPIO(object):
return results
def close(self):
- """Close the sysfs GPIO.
+ """Close the GPIO.
Raises:
GPIOError: ... | gpio: fix docstring for close() | vsergeev_python-periphery | train |
ae590970b9da3dc4e7ae5a89fca8bf27b0b220eb | diff --git a/pelix/remote/dispatcher.py b/pelix/remote/dispatcher.py
index <HASH>..<HASH> 100644
--- a/pelix/remote/dispatcher.py
+++ b/pelix/remote/dispatcher.py
@@ -805,17 +805,14 @@ class RegistryServlet(object):
# Request the end points
try:
conn = httplib.HTTPConnection(host, port)
-... | Better description of the error when sending endpoints to a discovered framework | tcalmant_ipopo | train |
94549ee82431dd3b4c53a1aedb4b5107e4763b71 | diff --git a/driver/src/main/java/org/apache/tinkerpop/gremlin/orientdb/executor/transformer/OTraversalMetricTransformer.java b/driver/src/main/java/org/apache/tinkerpop/gremlin/orientdb/executor/transformer/OTraversalMetricTransformer.java
index <HASH>..<HASH> 100644
--- a/driver/src/main/java/org/apache/tinkerpop/gre... | Added nested steps in TraversalMetricTransformer | orientechnologies_orientdb-gremlin | train |
084a27c7120ce459e404b8ba4f59c4b5e51c5c2c | diff --git a/src/element-resize-detector.js b/src/element-resize-detector.js
index <HASH>..<HASH> 100644
--- a/src/element-resize-detector.js
+++ b/src/element-resize-detector.js
@@ -87,6 +87,13 @@ module.exports = function(options) {
throw new Error("Invalid strategy name: " + desiredStrategy);
}
+ ... | Added detection for elements that are being installed. Now onReady should be called properly for all cases | wnr_element-resize-detector | train |
9f48a08ed19be5ed5300d52e9a17e33f5a6a2df8 | diff --git a/closure/goog/db/db.js b/closure/goog/db/db.js
index <HASH>..<HASH> 100644
--- a/closure/goog/db/db.js
+++ b/closure/goog/db/db.js
@@ -56,7 +56,7 @@ goog.require('goog.db.Transaction');
/**
* The IndexedDB factory object.
*
- * @type {!IDBFactory|undefined}
+ * @type {IDBFactory}
* @private
*/
goo... | Automated g4 rollback of changelist <I>.
*** Reason for rollback ***
breaks tests
*** Original change description ***
Allow undefined instead of null in window.indexedDB.
RELNOTES: n/a
***
-------------
Created by MOE: <URL> | google_closure-library | train |
aff479688824bcf40c981d43b8ee58175472ceb3 | diff --git a/src/main/java/com/brettonw/bag/Http.java b/src/main/java/com/brettonw/bag/Http.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/brettonw/bag/Http.java
+++ b/src/main/java/com/brettonw/bag/Http.java
@@ -3,14 +3,21 @@ package com.brettonw.bag;
import org.apache.logging.log4j.LogManager;
import org.... | round out the web fetches using lambdas so I can get BagArrays... | brettonw_Bag | train |
d1b2f30195c8c526b6a50c8b587a5e6103b0bd5c | diff --git a/core/src/main/java/com/redhat/lightblue/client/Projection.java b/core/src/main/java/com/redhat/lightblue/client/Projection.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/redhat/lightblue/client/Projection.java
+++ b/core/src/main/java/com/redhat/lightblue/client/Projection.java
@@ -138,7 +13... | adding null checks to from and tests for DataFindRequest | lightblue-platform_lightblue-client | train |
96213f82a44be646d1c337ff5543fb157b0bb253 | diff --git a/src/main/java/com/aoindustries/website/framework/WebPage.java b/src/main/java/com/aoindustries/website/framework/WebPage.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/aoindustries/website/framework/WebPage.java
+++ b/src/main/java/com/aoindustries/website/framework/WebPage.java
@@ -336,7 +336,7 ... | Sending absolute URLs in redirect for maximum backwards compatibility. | aoindustries_aoweb-framework | train |
49b4d6b872f0f647e8e3c7f3336454762858dd54 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "foes-scrollproxy",
- "version": "0.3.0",
+ "version": "0.3.1",
"license": "MIT",
"description": "",
"keywords": [
diff --git a/src/Plugins/ScrollImageParallaxListener.js b... | Updated ScrollParallaxListener and ScrollImageParallaxListener pass direction and scale(only for imageParallax) as constructor parameters. | FriendsOfECMAScript_ScrollProxy | train |
24ee6345ba28c1fb203f14ca526ccc4dd1133c7b | diff --git a/src/component/legend/LegendView.js b/src/component/legend/LegendView.js
index <HASH>..<HASH> 100644
--- a/src/component/legend/LegendView.js
+++ b/src/component/legend/LegendView.js
@@ -5,6 +5,7 @@ define(function (require) {
var graphic = require('../../util/graphic');
var layout = require('..... | Background and border rendering in title and legend | apache_incubator-echarts | train |
5a8b9deecb774cff737a41286542676ecef8f555 | diff --git a/src/File/Params/UploadFileParameters.php b/src/File/Params/UploadFileParameters.php
index <HASH>..<HASH> 100755
--- a/src/File/Params/UploadFileParameters.php
+++ b/src/File/Params/UploadFileParameters.php
@@ -72,7 +72,7 @@ class UploadFileParameters extends BaseParameters
*/
public function set... | workaround of guzzle 5 array indexes.
server should receive
localeIdsToAuthorize[]
instead of
localeIdsToAuthorize[0] | Smartling_api-sdk-php | train |
a09542d0f1951b97348c0f5d59744a77c475409c | diff --git a/lib/aws/xml/builder.rb b/lib/aws/xml/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/aws/xml/builder.rb
+++ b/lib/aws/xml/builder.rb
@@ -90,11 +90,16 @@ module Aws
end
end
- # args may be:
+ # The `args` list may contain:
+ #
# * [] - empty, no value or attributes... | Added support for xml namespaces to Xml::Builder. | aws_aws-sdk-ruby | train |
e7b51363134535067f2bf22193aff2208025efe6 | diff --git a/lib/dynamic_paperclip/version.rb b/lib/dynamic_paperclip/version.rb
index <HASH>..<HASH> 100644
--- a/lib/dynamic_paperclip/version.rb
+++ b/lib/dynamic_paperclip/version.rb
@@ -1,3 +1,3 @@
module DynamicPaperclip
- VERSION = "1.0.0a.4"
+ VERSION = "1.0.0.alpha.4"
end | Change versioning convention to make rubygems happy | room118solutions_dynamic_paperclip | train |
ef3b1e30f3bd0a968ff33e1db3d935b0755172c1 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ Requires the `suds` SOAP library, and `ordereddict` on Python < 2.7.
## Usage
- from payex.service import Payex
+ from payex.service import PayEx
- service = Payex(merchant_number='YOU_MERCHANT_NUMER... | Renamed the base service class Payex -> PayEx. Bumped version number. | PayEx_pypayex | train |
54c22b4201baf4557b5948957379e60b8fe9ed4f | diff --git a/chef/lib/chef/client.rb b/chef/lib/chef/client.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/client.rb
+++ b/chef/lib/chef/client.rb
@@ -93,7 +93,7 @@ class Chef
Chef::Log.info("Starting Chef Solo Run")
build_node(@node_name, solo = true)
- converge(true)
+ converge()
... | Forgot to remove an extraneous argument to converge. | chef_chef | train |
da2560191a6ddc8e4f389f58cdd754b64c9d2885 | diff --git a/Bundle/BlogBundle/Filter/CategoryFilter.php b/Bundle/BlogBundle/Filter/CategoryFilter.php
index <HASH>..<HASH> 100644
--- a/Bundle/BlogBundle/Filter/CategoryFilter.php
+++ b/Bundle/BlogBundle/Filter/CategoryFilter.php
@@ -60,7 +60,7 @@ class CategoryFilter extends BaseFilter
if ($parameter ===... | fix bad category call in repository construct method | Victoire_victoire | train |
302aa7084b7ef1e7167b3d611584d3d824663913 | diff --git a/cmd-config.go b/cmd-config.go
index <HASH>..<HASH> 100644
--- a/cmd-config.go
+++ b/cmd-config.go
@@ -87,13 +87,10 @@ func parseConfigInput(c *cli.Context) (config *mcConfig, err error) {
},
},
}
- if c.Bool("completion") {
- getBashCompletion()
- }
return config, nil
}
-func doConfig(c *cli... | Call don't interfere with config.json updates while calling only --completion | minio_mc | train |
76c313fc998b70328204d720a05892df81e4a423 | diff --git a/packages/ember-metal/lib/properties.js b/packages/ember-metal/lib/properties.js
index <HASH>..<HASH> 100644
--- a/packages/ember-metal/lib/properties.js
+++ b/packages/ember-metal/lib/properties.js
@@ -125,7 +125,7 @@ Ember.defineProperty = function(obj, keyName, desc, val) {
} else {
if (descs[key... | Make a null desc work for defineProperty | emberjs_ember.js | train |
87ba70f691e6f21b8346312fed3d0ca338707b49 | diff --git a/modularodm/storage/__init__.py b/modularodm/storage/__init__.py
index <HASH>..<HASH> 100644
--- a/modularodm/storage/__init__.py
+++ b/modularodm/storage/__init__.py
@@ -1,177 +1,3 @@
-"""
-
-"""
-
-import time
-import random
-import string
-import logging
-from functools import wraps
-import itertools
-im... | move Storage to base.py; import all storage subclasses in __init__ | cos-archives_modular-odm | train |
5c5fdd40ebac875ee0b4f9de1a7d1eea3b3788b9 | diff --git a/src/java/org/apache/cassandra/net/MessageIn.java b/src/java/org/apache/cassandra/net/MessageIn.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/net/MessageIn.java
+++ b/src/java/org/apache/cassandra/net/MessageIn.java
@@ -112,7 +112,7 @@ public class MessageIn<T>
public String to... | passing an empty string to StringBuilder ctor is silly | Stratio_stratio-cassandra | train |
f67ff018c64f1d87997594b5546cae9964250d85 | diff --git a/lib/simple_calendar/calendar.rb b/lib/simple_calendar/calendar.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_calendar/calendar.rb
+++ b/lib/simple_calendar/calendar.rb
@@ -50,7 +50,7 @@ module SimpleCalendar
end
def sorted_events
- events = options.fetch(:events, [])
+ event... | Added sorting to the event records directly | excid3_simple_calendar | train |
ee73c53a92e38e06b39d2090519769b3fd9d5c18 | diff --git a/addons/history.rb b/addons/history.rb
index <HASH>..<HASH> 100644
--- a/addons/history.rb
+++ b/addons/history.rb
@@ -2,7 +2,7 @@ require 'forwardable'
module Yap
module WorldAddons
class History
- def self.load
+ def self.load_addon
instance
end
diff --git a/lib/yap.rb... | Refactoring how world addons are loaded so they can be added from subdirectories.
e.g. "~/.yap-addons/some_dir/bar.rb" will try to load Yap::WorldAddons::SomeDir::Bar | zdennis_yap-shell-core | train |
5688e3cb2de298e56b3209bbd3294d57d518d6df | diff --git a/libraries/loader.php b/libraries/loader.php
index <HASH>..<HASH> 100644
--- a/libraries/loader.php
+++ b/libraries/loader.php
@@ -296,7 +296,8 @@ abstract class JLoader
{
foreach (self::$prefixes as $prefix => $lookup)
{
- if (strpos($class, $prefix) === 0)
+ $chr = strlen($prefix) < strlen($cl... | Fix problem with JLoader prefixes | joomla_joomla-framework | train |
63b169eb2023d79aa6014e2eb4428cf2fc032bdb | diff --git a/src/Sylius/Bundle/SettingsBundle/Manager/SettingsManager.php b/src/Sylius/Bundle/SettingsBundle/Manager/SettingsManager.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/SettingsBundle/Manager/SettingsManager.php
+++ b/src/Sylius/Bundle/SettingsBundle/Manager/SettingsManager.php
@@ -108,12 +108,7 @@ ... | Fixing bug with transformed parameters stored internally in non transformed state after settings were saved | Sylius_Sylius | train |
12950f5d7d93b9a88eaf83ecf1679badc6a1017a | diff --git a/app/libraries/Setups/Views/Singular.php b/app/libraries/Setups/Views/Singular.php
index <HASH>..<HASH> 100644
--- a/app/libraries/Setups/Views/Singular.php
+++ b/app/libraries/Setups/Views/Singular.php
@@ -57,8 +57,6 @@ final class Singular extends AbstractSetup
}
if (\post_type_support... | Remove code to add avatar status class to body tag | GrottoPress_jentil | train |
92f305db47f69caa483445468243580cf28364bd | diff --git a/holodeck/environments.py b/holodeck/environments.py
index <HASH>..<HASH> 100755
--- a/holodeck/environments.py
+++ b/holodeck/environments.py
@@ -18,10 +18,12 @@ from holodeck.holodeckclient import HolodeckClient
class AgentDefinition(object):
"""A class for declaring what agents are expected in a pa... | Added changes for pre tick (#<I>)
* Added changes for pre tick
* Update environments.py
* Fixed bugs
* Update holodeck.py | BYU-PCCL_holodeck | train |
dec01bcdab513f5842469732c0c997e0fedb5c0d | diff --git a/py25/bacpypes/primitivedata.py b/py25/bacpypes/primitivedata.py
index <HASH>..<HASH> 100755
--- a/py25/bacpypes/primitivedata.py
+++ b/py25/bacpypes/primitivedata.py
@@ -1197,7 +1197,7 @@ class Date(Atomic):
month = int(month)
if (month == 255):
pass
-... | more error checking - see issue #<I> | JoelBender_bacpypes | train |
c6b00b710609b1de658f494ff996c6f60733652e | diff --git a/base/lib/social_stream/controllers/objects.rb b/base/lib/social_stream/controllers/objects.rb
index <HASH>..<HASH> 100644
--- a/base/lib/social_stream/controllers/objects.rb
+++ b/base/lib/social_stream/controllers/objects.rb
@@ -77,6 +77,7 @@ module SocialStream
def set_author_ids
resource... | Use author's owner_id for objects by default | ging_social_stream | train |
6cb81489e018624ea71a0ff86d3a2d212daf4777 | diff --git a/src/Concern/RenderHelpInfoTrait.php b/src/Concern/RenderHelpInfoTrait.php
index <HASH>..<HASH> 100644
--- a/src/Concern/RenderHelpInfoTrait.php
+++ b/src/Concern/RenderHelpInfoTrait.php
@@ -2,6 +2,8 @@
namespace Swoft\Console\Concern;
+use function array_shift;
+use function explode;
use ReflectionEx... | update: support multi line of the console command option desc | swoft-cloud_swoft-console | train |
117db297fd1a62c7cd7dcd86355cc4853a9e6279 | diff --git a/Admin/PageAdmin.php b/Admin/PageAdmin.php
index <HASH>..<HASH> 100644
--- a/Admin/PageAdmin.php
+++ b/Admin/PageAdmin.php
@@ -86,6 +86,13 @@ class PageAdmin extends Admin
->add('enabled', null, array('required' => false))
->add('position')
->add('templateC... | Allow any king of page to select its parent | sonata-project_SonataPageBundle | train |
c1a1b6a188a992304d6d6eb9d0b5b02ca8aa5b24 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
# master
+* В `ReportResult` добавлены методы, `retryIn` и `reportsInQueue`.
+ Для предоставления доступа к [заголовкам ответа](https://tech.yandex.ru/direct/doc/reports/headers-docpage/#ari... | Update ReportResults to support response headers of report | biplane_yandex-direct | train |
296c95ed710bd7d65803943053556ea72b40edc5 | diff --git a/script/integration.go b/script/integration.go
index <HASH>..<HASH> 100644
--- a/script/integration.go
+++ b/script/integration.go
@@ -190,13 +190,18 @@ func setBash() {
// can't understand paths like '/usr/bin/bash', needs Windows version
findcmd = "where"
}
+
out, err := exec.Command(findcmd, "b... | Fix determining the path to bash on Windows
Windows' "where" tool can potentially return multiple findings, one per
line. This is especially the case with the Windows <I> Ubuntu Bash
installed (which is located at "C:\Windows\System<I>\bash.exe").
Fix determining the path by only returning the first line / match if t... | git-lfs_git-lfs | train |
cc04c597d085fb17fce6f8b7fafc0502dadd83bb | diff --git a/lib/gds_api/test_helpers/content_api.rb b/lib/gds_api/test_helpers/content_api.rb
index <HASH>..<HASH> 100644
--- a/lib/gds_api/test_helpers/content_api.rb
+++ b/lib/gds_api/test_helpers/content_api.rb
@@ -77,6 +77,12 @@ module GdsApi
)
end
+ def artefact_for_slug_in_a_section(slug, ... | Some more ContentApi helper methods | alphagov_gds-api-adapters | train |
7ba3c4e13d6c4e7153214cc9ceb061cd3e66e970 | diff --git a/thinc/layers/concatenate.py b/thinc/layers/concatenate.py
index <HASH>..<HASH> 100644
--- a/thinc/layers/concatenate.py
+++ b/thinc/layers/concatenate.py
@@ -1,9 +1,10 @@
-from typing import Tuple, Callable, Optional, TypeVar
+from typing import Tuple, Callable, Optional, TypeVar, cast
from ..model impo... | Fix concatenate (#<I>)
* fix concatenate to be similar to chain + first unit tests
* add unit tests with chain and concat operators
* separate tests
* remove print statement | explosion_thinc | train |
3225bfd37525f8e762b16d8618eef0ca7323692b | diff --git a/src/streamlink/stream/hls.py b/src/streamlink/stream/hls.py
index <HASH>..<HASH> 100644
--- a/src/streamlink/stream/hls.py
+++ b/src/streamlink/stream/hls.py
@@ -295,15 +295,18 @@ class MuxedHLSStream(MuxedStream):
def __init__(self, session, video, audio, force_restart=False, ffmpeg_options=None, *... | stream.hls: only include audio/video streams in MuxedHLSStreams | streamlink_streamlink | train |
1333c2bdcef1f10e794f523f0ebf739bfbf57e42 | diff --git a/aiomonitor/utils.py b/aiomonitor/utils.py
index <HASH>..<HASH> 100644
--- a/aiomonitor/utils.py
+++ b/aiomonitor/utils.py
@@ -1,7 +1,6 @@
import asyncio
import contextlib
import linecache
-import logging
import selectors
import telnetlib
import traceback
@@ -9,10 +8,6 @@ import traceback
import aioc... | cleanup utils, drop logging there | aio-libs_aiomonitor | train |
81d76f703571590ecec8105c394e21d347b6d14b | diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/role.php
+++ b/lang/en_utf8/role.php
@@ -166,6 +166,7 @@ $string['user:update'] = 'Update user profiles';
$string['user:viewdetails'] = 'View user profiles';
$string['user:viewhiddendetails'] = 'View hidden detai... | New string for hidden roles eye in participants page. MDL-<I> ; merged from <I>_STABLE | moodle_moodle | train |
efb7a844b8f1c77ae8df69fb85cd80024ab763db | diff --git a/prototypes/redis.php b/prototypes/redis.php
index <HASH>..<HASH> 100644
--- a/prototypes/redis.php
+++ b/prototypes/redis.php
@@ -2,23 +2,81 @@
class Redis
{
- public function connect($host, $port)
- {
+ /**
+ * Options
+ */
+ const OPT_SERIALIZER = 1;
+ const OPT_PREFIX ... | Prototype\Redis - added new methods: get, flushDB, set, delete and new consts | phalcon_zephir | train |
80efc1356ada4468861e133c2bdd89cd24b049ce | diff --git a/src/auth/basic.js b/src/auth/basic.js
index <HASH>..<HASH> 100644
--- a/src/auth/basic.js
+++ b/src/auth/basic.js
@@ -18,6 +18,9 @@ const bcrypt = require('bcryptjs');
// Crypto.
const crypto = require('crypto');
+// Reuse.
+const basicSchemeRegExp = /^basic$/i;
+
// Define basic auth.
class Basic ex... | Check authentication scheme case insensitively
Per RFC <I>. Fix issue #<I>. | http-auth_http-auth | train |
b540f4c1b812453d680724527635eddbffb980c4 | diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Allow data attributes to be set as a first-level option for form_for, so you can write `form_for @record, data: { ... | Allow data attributes to be set as a first-level option for form_for, so you can write `form_for @record, data: { behavior: 'autosave' }` instead of `form_for @record, html: { data: { behavior: 'autosave' } }` *DHH* | rails_rails | train |
f54d26624344c21eba9e43c7c48befff7a363294 | diff --git a/src/cf/api/endpoints.go b/src/cf/api/endpoints.go
index <HASH>..<HASH> 100644
--- a/src/cf/api/endpoints.go
+++ b/src/cf/api/endpoints.go
@@ -9,10 +9,8 @@ import (
)
const (
- authEndpointPrefix = "login"
- uaaEndpointPrefix = "uaa"
- loggregatorEndpointKey = "loggregator"
- cloudC... | Fixed changing endpoint not to clear org and space from config
[#<I>] | cloudfoundry_cli | train |
8b3a0c04388b3735be439aef488f7e5d4036f9ac | diff --git a/bundle/DependencyInjection/Configuration/Parser/ContentView.php b/bundle/DependencyInjection/Configuration/Parser/ContentView.php
index <HASH>..<HASH> 100644
--- a/bundle/DependencyInjection/Configuration/Parser/ContentView.php
+++ b/bundle/DependencyInjection/Configuration/Parser/ContentView.php
@@ -54,11... | Page and max per page should be integers | netgen_ezplatform-site-api | train |
76d7387f7515f625bca83e9e8fbe1d84979b09df | diff --git a/subsys/newrelic/src/main/java/org/commonjava/indy/subsys/newrelic/NewRelicFilter.java b/subsys/newrelic/src/main/java/org/commonjava/indy/subsys/newrelic/NewRelicFilter.java
index <HASH>..<HASH> 100644
--- a/subsys/newrelic/src/main/java/org/commonjava/indy/subsys/newrelic/NewRelicFilter.java
+++ b/subsys/... | Add New Relic telemetry support, and complete configuration of interceptors in beans.xml for Honeycomb | Commonjava_indy | train |
de022462e6a4d0aa5e000b59ef0f5dbecd68ee09 | diff --git a/NavigationReactNative/src/android/src/main/java/com/navigation/reactnative/BottomSheetManager.java b/NavigationReactNative/src/android/src/main/java/com/navigation/reactnative/BottomSheetManager.java
index <HASH>..<HASH> 100644
--- a/NavigationReactNative/src/android/src/main/java/com/navigation/reactnativ... | Requested layout after updating height/offset
Otherwise going from offset to shorter height rendered with a gap at the bottom when expanded.
Also reverted height to default WRAP_CONTENT when null (0) | grahammendick_navigation | train |
b10940d1a4193d581054e2e320f7884f1376978a | diff --git a/go/relog/panic.go b/go/relog/panic.go
index <HASH>..<HASH> 100644
--- a/go/relog/panic.go
+++ b/go/relog/panic.go
@@ -44,34 +44,35 @@ var (
dot = []byte(".")
)
-type ErrorTrace interface {
+type PanicError interface {
Error() string
String() string
StackTrace() string
}
-type errorTrace... | rename to clarify the purpose of this code | vitessio_vitess | train |
737a553f126b589f5d1cedfecb6cbbda9935f5dc | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ You can check out a [simple demo on the website](https://livingdocsio.github.io/
Fired when the cursor position changes.
- **change**
Fired when the user has made a change.
+- **spellcheckUpdated** ... | feat: add new event highlgihtingChange for changes through spellcheck | livingdocsIO_editable.js | train |
93d925aef08aa63412a9a496e142e7f5c5c2bfbb | diff --git a/xpath/util.go b/xpath/util.go
index <HASH>..<HASH> 100644
--- a/xpath/util.go
+++ b/xpath/util.go
@@ -104,9 +104,15 @@ func exec_xpath_function(ctxt C.xmlXPathParserContextPtr, nargs C.int) {
}
}
+ if argcount > 1 {
+ for i, j := 0, len(args)-1; i < j; i, j = i+1, j-1 {
+ args[i], args[j] = args[... | Pass an interface instead of a pointer to an interface to the XPathFunction; also reverse the order of arguments before calling the function | moovweb_gokogiri | train |
2563ff174e7f3df01f3aa7ec66c645774e4bda36 | diff --git a/src/core/core.interaction.js b/src/core/core.interaction.js
index <HASH>..<HASH> 100644
--- a/src/core/core.interaction.js
+++ b/src/core/core.interaction.js
@@ -180,6 +180,31 @@ function getNearestItems(chart, position, axis, intersect, useFinalPosition) {
return items;
}
+function getAxisItems(chart... | Merge x/y interaction mode functions (#<I>) | chartjs_Chart.js | train |
e754b3e05837faa81eed72dcaebea3249814f8dd | diff --git a/grade/edit/tree/item_form.php b/grade/edit/tree/item_form.php
index <HASH>..<HASH> 100644
--- a/grade/edit/tree/item_form.php
+++ b/grade/edit/tree/item_form.php
@@ -23,9 +23,9 @@ class edit_item_form extends moodleform {
$mform->addElement('select', 'gradetype', get_string('gradetype', 'grades'),... | Just hiding the calculation field from the edit forms until we do something better with it. Inthe meantime, use the main calcualtion form. | moodle_moodle | train |
6be57408247fe0a94c0fd66b3b350c5aa94ae22c | diff --git a/src/OkulBilisim/OjsImportBundle/Importer/PKP/ArticleImporter.php b/src/OkulBilisim/OjsImportBundle/Importer/PKP/ArticleImporter.php
index <HASH>..<HASH> 100644
--- a/src/OkulBilisim/OjsImportBundle/Importer/PKP/ArticleImporter.php
+++ b/src/OkulBilisim/OjsImportBundle/Importer/PKP/ArticleImporter.php
@@ -1... | Flush while importing submitter users | academic_VipaImportBundle | train |
322fb5b9751e597af58fc3ef8b0c912eff707127 | diff --git a/input/_controls/input.js b/input/_controls/input.js
index <HASH>..<HASH> 100644
--- a/input/_controls/input.js
+++ b/input/_controls/input.js
@@ -14,6 +14,7 @@ var assign = require('es5-ext/object/assign')
, htmlAttrs = require('../_html-attributes')
, eventOpts = require('../_event-optio... | Better flexibility for dbAttributes resolution | medikoo_dbjs-dom | train |
c0b693076e05920e0b261a61045f30e5bac8240e | diff --git a/src/App.php b/src/App.php
index <HASH>..<HASH> 100644
--- a/src/App.php
+++ b/src/App.php
@@ -17,6 +17,8 @@ class App
private $dispatcher = null;
+ private $handlerAlias = [];
+
public function __construct()
{
// Default container item
@@ -105,6 +107,15 @@ class App
}
... | Now can set alias names for request handlers | CQD_minorwork | train |
28450df49c070d3227a13443a01d9c6761a11dde | diff --git a/src/rez/pip.py b/src/rez/pip.py
index <HASH>..<HASH> 100644
--- a/src/rez/pip.py
+++ b/src/rez/pip.py
@@ -137,7 +137,7 @@ def find_python_in_context(context):
# accidentally find a system python install.
#
context = context.copy()
- context.append_sys_path = False # GitHub nerdvegas/rez/... | - make all comment refs to issues/pulls same syntax in readiness for switch to aswf gh project | nerdvegas_rez | train |
ef1689d80afd44bfda8495fd83df7667fbae5757 | diff --git a/scripts/generateLiveDemo.php b/scripts/generateLiveDemo.php
index <HASH>..<HASH> 100755
--- a/scripts/generateLiveDemo.php
+++ b/scripts/generateLiveDemo.php
@@ -38,7 +38,8 @@ $configurator->plugins->load('FancyPants');
$configurator->addHTML5Rules();
-//$configurator->javascript->setMinifier('Closure... | Fixed a couple of JavaScript warnings + enabled some minification in the Live Preview demo | s9e_TextFormatter | train |
9dae89a56cf8aa8cea98b2189d43ac9e9b2c66b6 | diff --git a/swift-service/src/test/java/com/facebook/swift/service/guice/TestThriftClientAndServerModules.java b/swift-service/src/test/java/com/facebook/swift/service/guice/TestThriftClientAndServerModules.java
index <HASH>..<HASH> 100644
--- a/swift-service/src/test/java/com/facebook/swift/service/guice/TestThriftCl... | Cleanup some generics lint warnings | facebookarchive_swift | train |
9d21ceb101730775db9e688b0166de15de1c4d5c | diff --git a/src/Silex/Provider/MonologServiceProvider.php b/src/Silex/Provider/MonologServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Silex/Provider/MonologServiceProvider.php
+++ b/src/Silex/Provider/MonologServiceProvider.php
@@ -19,8 +19,10 @@ use Monolog\Handler;
use Monolog\ErrorHandler;
use Silex\App... | Unify dispatcher usage in service providers
Follow up to 7bee6bfd<I>f<I>a<I>e<I>ce9e<I>fc<I>cd0ac | silexphp_Silex | train |
48d22e4d62bb6e216cd8932739ea0be4735e2588 | diff --git a/aws_google_auth/__init__.py b/aws_google_auth/__init__.py
index <HASH>..<HASH> 100644
--- a/aws_google_auth/__init__.py
+++ b/aws_google_auth/__init__.py
@@ -51,11 +51,10 @@ def exit_if_unsupported_python():
sys.exit(1)
-def main():
+def main(cli_args):
try:
exit_if_unsupported_p... | Fixed loading of arguments that fails when running 'setup.py test' | cevoaustralia_aws-google-auth | train |
5548b1588018e44e98827a89d384bd98e6a5d654 | diff --git a/tile_generator/opsmgr.py b/tile_generator/opsmgr.py
index <HASH>..<HASH> 100644
--- a/tile_generator/opsmgr.py
+++ b/tile_generator/opsmgr.py
@@ -179,14 +179,19 @@ def ssh(commands = [], working_dir='/var/tempest/workspaces/default', silent=Fal
if interactive:
ssh_interactive(tty)
else:
- while... | Allow last command to cause I/O error to enable reboot or exit | cf-platform-eng_tile-generator | train |
cd43d598f6aa1a44eb0f4722cc9f669218546571 | diff --git a/src/Illuminate/Cache/DatabaseStore.php b/src/Illuminate/Cache/DatabaseStore.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Cache/DatabaseStore.php
+++ b/src/Illuminate/Cache/DatabaseStore.php
@@ -44,7 +44,7 @@ class DatabaseStore implements Store
protected $lockTable;
/**
- * A array ... | [7.x] Fix typos in comments (#<I>) | laravel_framework | train |
2c0fa24032502c2ea375d5a9628efc9748bcf9ec | diff --git a/flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java b/flink-streaming-java/src/test/java/org/apache/flink/streaming/api/functions/sink/TwoPhaseCommitSinkFunctionTest.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/test/java/or... | [hotfix] [tests] Remove console poluting output in tests of flink-streaming-java | apache_flink | train |
afb5e0fb59274fc16205e71b21d30cb0aa58f199 | diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
+++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/web/BrowserTest.java
@@ -2... | still throw stop test exception even if capturing screenshot fails | fhoeben_hsac-fitnesse-fixtures | train |
bba068e5f40d4c8ad2a806f843b6122c4ff4e98c | diff --git a/ford/sourceform.py b/ford/sourceform.py
index <HASH>..<HASH> 100644
--- a/ford/sourceform.py
+++ b/ford/sourceform.py
@@ -3036,6 +3036,7 @@ class ExternalType(FortranType):
self.external_url = url
self.parent = parent
self.obj = "type"
+ self.boundprocs = []
class Ext... | Add boundprocs to the attributes to record for external references. | Fortran-FOSS-Programmers_ford | train |
f99719ea31f030a3cddc92ac741a589205e15490 | diff --git a/src/Subscription/Subscription.php b/src/Subscription/Subscription.php
index <HASH>..<HASH> 100644
--- a/src/Subscription/Subscription.php
+++ b/src/Subscription/Subscription.php
@@ -6,6 +6,7 @@ use ActiveCollab\Payments\CommonOrder\CommonOrderInterface;
use ActiveCollab\Payments\CommonOrder\CommonOrderInt... | Gateway can be specified for subscription activated event | activecollab_payments | train |
b70f05beb6c156f18dce1814672c75d6d04eea89 | diff --git a/holoviews/core/ndmapping.py b/holoviews/core/ndmapping.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/ndmapping.py
+++ b/holoviews/core/ndmapping.py
@@ -178,7 +178,7 @@ class MultiDimensionalMapping(Dimensioned):
indexable. Warns if attempting to slice an object that has not
been dec... | Avoid deep slicing when no NdMapping deep index is supplied | pyviz_holoviews | train |
2e9bb53a5d3ba3cc05548e63d19b77b11cbedf8c | diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/XbaseJavaValidator.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/XbaseJavaValidator.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/XbaseJavaV... | [xbase/xtend] Error fixes and more tests for throws clauses | eclipse_xtext-extras | train |
bee7d4b4500d837437cfd088f19cb90038834795 | diff --git a/testing/base.py b/testing/base.py
index <HASH>..<HASH> 100644
--- a/testing/base.py
+++ b/testing/base.py
@@ -171,10 +171,13 @@ class ExhaleTestCaseMetaclass(type):
with open(os.path.join(testroot, "conf.py"), "w") as conf_py:
conf_py.write(textwrap.dedent('''\
... | cleanup: project name, child name error formatting
- add sphinx config variable `project` so tests do not all show up
with same `Python` project name
- fix formatting issue where child mismatch string does not have
hyphen before first item in listing | svenevs_exhale | train |
3da0e548f8131cd1e9b90d8fba0f1c05148bd96f | diff --git a/functions/helpers.php b/functions/helpers.php
index <HASH>..<HASH> 100644
--- a/functions/helpers.php
+++ b/functions/helpers.php
@@ -47,7 +47,9 @@ use Valkyrja\Routing\Route;
use Valkyrja\Routing\Router;
use Valkyrja\Routing\Support\Abort;
use Valkyrja\Session\Session;
+use Valkyrja\SMS\SMS;
use Valky... | Adding missing helper functions for SMS and Validation modules. | valkyrjaio_valkyrja | train |
d61880df94976e8443110c8a45a22b1826027b7e | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ with open('requirements.txt', 'r') as f:
setuptools.setup(
name="etk",
- version="2.1.6",
+ version="2.1.7",
author="Amandeep Singh",
author_email="amandeep.s.saggu@gmail.com",
descr... | update version for pypi | usc-isi-i2_etk | train |
91ade07191af1aeda4994b9f44f0db761a70bfc0 | diff --git a/example/requirements/base.txt b/example/requirements/base.txt
index <HASH>..<HASH> 100644
--- a/example/requirements/base.txt
+++ b/example/requirements/base.txt
@@ -5,7 +5,7 @@ django-jenkins==0.14.1
pep8==1.4.6
pyflakes==0.7.3
six==1.5.2
-https://github.com/matllubos/django-is-core/tarball/1.0.1#egg=d... | <I> Fixed date parsing inside filter | matllubos_django-is-core | train |
11eea6eba05c1a07d264e74736b38261c1245fbe | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -103,8 +103,10 @@ module.exports = function (_super, protoProps) {
},
initPatcher: function (attrs) {
+ attrs = attrs || this.attributes;
// No need to queue ops if root model is new... | fix bug with id-only detection | aaronmccall_ampersand-model-patch-mixin | train |
78b2d4650635d366bb8f6c1d7cba9cc7455b16a3 | diff --git a/liquibase-core/src/main/java/liquibase/database/core/DB2Database.java b/liquibase-core/src/main/java/liquibase/database/core/DB2Database.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/database/core/DB2Database.java
+++ b/liquibase-core/src/main/java/liquibase/database/core/DB... | CORE-<I> DB2: Capture full view definition in snapshot/generateChangeLog to support column options | liquibase_liquibase | train |
05d0ad0b8c239cba1b34fd78615067cfe98b2494 | diff --git a/expression/builtin_time_vec.go b/expression/builtin_time_vec.go
index <HASH>..<HASH> 100644
--- a/expression/builtin_time_vec.go
+++ b/expression/builtin_time_vec.go
@@ -585,11 +585,30 @@ func (b *builtinSubDateAndStringSig) vecEvalString(input *chunk.Chunk, result *c
}
func (b *builtinMinuteSig) vecto... | expression: implement vectorized evaluation for `builtinMinuteSig` (#<I>) | pingcap_tidb | train |
4aa08e9526dc42cc4ca75cb9dd8a15ede1317cc2 | diff --git a/spyderlib/spyder.py b/spyderlib/spyder.py
index <HASH>..<HASH> 100644
--- a/spyderlib/spyder.py
+++ b/spyderlib/spyder.py
@@ -938,23 +938,26 @@ class MainWindow(QMainWindow):
# Eventually tabify new figure (if last figure is docked)
if self.widgetlist:
... | Matplotlib figures integration: changed figure creation behavior -- when figure are set as dockable + tabified, opening the first figure as a floating window (i.e. undocked) | spyder-ide_spyder | train |
8ac34a2b62ecbe2e6d79697de6a02cdcb8613198 | diff --git a/CacheWarmer/HydratorCacheWarmer.php b/CacheWarmer/HydratorCacheWarmer.php
index <HASH>..<HASH> 100644
--- a/CacheWarmer/HydratorCacheWarmer.php
+++ b/CacheWarmer/HydratorCacheWarmer.php
@@ -56,7 +56,7 @@ class HydratorCacheWarmer implements CacheWarmerInterface
// we need the directory no matter t... | Fix security misconfiguration vulnerability allowing local remote arbitrary code execution. | doctrine_DoctrineMongoDBBundle | train |
d8c947e66b7a4cf31d01d1177702f2a35c913205 | diff --git a/squad/core/models.py b/squad/core/models.py
index <HASH>..<HASH> 100644
--- a/squad/core/models.py
+++ b/squad/core/models.py
@@ -856,7 +856,12 @@ class Test(models.Model):
@property
def full_name(self):
- return join_name(self.suite.slug, self.name)
+ suite = ''
+ if self.... | core: models: use metadata for retrieving test full name
Prioritize SuiteMetadata.suite in favor of Suite.slug when
making test's full name. This will reduce one prefetch_related
when fetching tests. | Linaro_squad | train |
312d117f51972fdaaf691100452942c61e163224 | diff --git a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go
+++ b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go
@@ -57,7 +57,7 @@... | Fix doc about Verb for advanced audit feature | kubernetes_kubernetes | train |
04913751bf769a7c1fa450acc56060db7635b552 | diff --git a/models/classes/CategoryService.php b/models/classes/CategoryService.php
index <HASH>..<HASH> 100644
--- a/models/classes/CategoryService.php
+++ b/models/classes/CategoryService.php
@@ -38,7 +38,8 @@ class CategoryService extends ConfigurableService
const ITEM_CLASS_URI = 'http://www.tao.lu/Ontolog... | move const arrays to static prop | oat-sa_extension-tao-item | train |
d01aa7609da1207bc78fda6e96d9219c723aa63c | diff --git a/src/main/java/com/omertron/rottentomatoesapi/tools/ResponseBuilder.java b/src/main/java/com/omertron/rottentomatoesapi/tools/ResponseBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/omertron/rottentomatoesapi/tools/ResponseBuilder.java
+++ b/src/main/java/com/omertron/rottentomatoesapi/tool... | Protect against null values in string comparions | Omertron_api-rottentomatoes | train |
463cd4630f64833f9cbb7a8e85013c22c85c1763 | diff --git a/blockstack/blockstackd.py b/blockstack/blockstackd.py
index <HASH>..<HASH> 100644
--- a/blockstack/blockstackd.py
+++ b/blockstack/blockstackd.py
@@ -1855,6 +1855,8 @@ class BlockstackStoragePusher( threading.Thread ):
blockchain_id = str(entry['fqu'])
fq_data_id = None
data_txt ... | handle profile mutable data specially: do not prefix it with the blockchain ID | blockstack_blockstack-core | train |
99e7449f44b3501a0044a71c08f882c7994fc586 | diff --git a/tools/benchmark/cmd/watch.go b/tools/benchmark/cmd/watch.go
index <HASH>..<HASH> 100644
--- a/tools/benchmark/cmd/watch.go
+++ b/tools/benchmark/cmd/watch.go
@@ -17,6 +17,7 @@ package cmd
import (
"fmt"
"os"
+ "sync/atomic"
"time"
"github.com/coreos/etcd/etcdserver/etcdserverpb"
@@ -51,6 +52,14 ... | tools/benchmark: revive watch benchmark
Current watch benchmark seems to be broken. This commit revives it. | etcd-io_etcd | train |
9f1a5c3e2f097b5a83bbbd9bb83641143e643420 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(
version='0.3.1',
packages=find_packages(),
install_requires=[
- 'requests',
+ 'requests>=2.4.2',
'six',
],
author='Nathan Osman', | Specified required version of requests. | hectane_python-hectane | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.