hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
325fa58ef585b4303a41270e231918f298ee30bd | diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/text_helper.rb
+++ b/actionpack/lib/action_view/helpers/text_helper.rb
@@ -332,7 +332,7 @@ module ActionView
text.gsub!(/\n\n+/... | Safely concat the ending tag to simple_format or it will be escaped | rails_rails | train |
109dfdfc0c3c813fc417a1093a9cfe5a060c2ac2 | diff --git a/vespa/populations.py b/vespa/populations.py
index <HASH>..<HASH> 100644
--- a/vespa/populations.py
+++ b/vespa/populations.py
@@ -966,10 +966,20 @@ class EclipsePopulation(StarPopulation):
Returns a copy of population with stars resampled (with replacement).
Used in bootstrap estimate o... | fixed resampling so now constraints are properly resampled as well | timothydmorton_VESPA | train |
023adbeb6f71fc8b5571ede3692d55ebcdea4499 | diff --git a/lib/plugin.js b/lib/plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugin.js
+++ b/lib/plugin.js
@@ -43,7 +43,7 @@ var _Plugin = exports.Plugin = function(args){
catch(e){
throw "All plugins must provide the member" + key + " even if it is empty.";
}
- require(['./../plugins/' + this.pluginName + '... | Plugin module doesn't actually need to accomodate r.js, reverting... | nathanjsweet_Noodles | train |
daf36fc21fcf7e7b4edc0b3f7d9a7daeaee4453a | diff --git a/djangosaml2/views.py b/djangosaml2/views.py
index <HASH>..<HASH> 100644
--- a/djangosaml2/views.py
+++ b/djangosaml2/views.py
@@ -350,7 +350,7 @@ def logout(request, config_loader_path=None):
subject_id = _get_subject_id(request.session)
if subject_id is None:
logger.warning(
- ... | Spelling fix
"does not contains" contains an unnecessary 's'. | knaperek_djangosaml2 | train |
c4eea2e694d3aac499b9cddadd774fe0a8112ed6 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,3 @@
-## Add to .hg/hgrc to enable bitbucket pushes to push to github as well.
-# [hooks]
-# outgoing = hg push git+ssh://git@github.com/jmchilton/lwr.git || true
language: python
python:
- 2.6
@@ -2... | Remove .travis.yml installation of condor - it doesn't work on Ubuntu LTS. Make condor and DRMAA based tests skipable if external environment not configured properly. | galaxyproject_pulsar | train |
1858ffec33750b1e5882d6e5d30d2d9f0473045d | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -28,8 +28,8 @@ if(process.platform == 'win32') {
var Struct = require('ref-struct')
, ArrayType = require('ref-array');
- var fsblkcnt_t = ref.types.ulong
- , fsfilcnt_t = ref.types.ulong
+ var fsblkcn... | Wrap the appropriate type in statvfs
Darwin is braindead: | jduncanator_node-diskusage | train |
9b334e43ab69ea8f9a8f4d6304d664efbd459bb1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,6 +3,20 @@ import os
import re
import sys
from setuptools import setup, find_packages
+from pkg_resources import DistributionNotFound, get_distribution
+from packaging.requirements import Requirement
+
+
+INSTALL_REQUIRE... | Choose opencv-python or opencv-python-headless | albu_albumentations | train |
f34e6172cf2a4d1d1aef22304ecbc7c8e2d142ff | diff --git a/hugolib/page__meta.go b/hugolib/page__meta.go
index <HASH>..<HASH> 100644
--- a/hugolib/page__meta.go
+++ b/hugolib/page__meta.go
@@ -21,6 +21,8 @@ import (
"strings"
"time"
+ "github.com/gohugoio/hugo/common/hugo"
+
"github.com/gohugoio/hugo/related"
"github.com/gohugoio/hugo/source"
@@ -374,1... | hugolib: Log warning on relative front matter url with lang
Will do this for one version only, as there may be situations where this is the correct thing.
Also add some more related test cases.
Fixes #<I> | gohugoio_hugo | train |
06d80424a0e76196360420644078106ee615f9ae | diff --git a/connectors/yarpc/yarpc.go b/connectors/yarpc/yarpc.go
index <HASH>..<HASH> 100644
--- a/connectors/yarpc/yarpc.go
+++ b/connectors/yarpc/yarpc.go
@@ -359,8 +359,12 @@ func (c *Connector) MultiRead(ctx context.Context, ei *dosa.EntityInfo, keys []m
}
}
if rpcResult.Error != nil {
- // TODO check... | properly interpret not found errors (#<I>)
This commit ensures that when an entity is not found
while doing a multi-read, we properly indicate that in
the yarpc connnector. | uber-go_dosa | train |
0730f0472910eb60da83e805c02b1fb755db7b95 | diff --git a/cmd/jujud/agent/machine.go b/cmd/jujud/agent/machine.go
index <HASH>..<HASH> 100644
--- a/cmd/jujud/agent/machine.go
+++ b/cmd/jujud/agent/machine.go
@@ -89,7 +89,6 @@ import (
"github.com/juju/juju/worker/logsender/logsendermetrics"
"github.com/juju/juju/worker/migrationmaster"
"github.com/juju/juju... | cmd/jujud/agent: don't run mongoupgrader
Unused, just getting in the way. | juju_juju | train |
1b580acc098660525ca8498ae7afee2b5f72b962 | diff --git a/plugins/app/src/main/java/com/mapbox/mapboxsdk/plugins/testapp/PluginApplication.java b/plugins/app/src/main/java/com/mapbox/mapboxsdk/plugins/testapp/PluginApplication.java
index <HASH>..<HASH> 100644
--- a/plugins/app/src/main/java/com/mapbox/mapboxsdk/plugins/testapp/PluginApplication.java
+++ b/plugins... | plant a debug tree timber instance (#<I>) | mapbox_mapbox-plugins-android | train |
967cff8550e07ec776b1917b65e84cad3cf6c01a | diff --git a/sdk/go/auto/README.md b/sdk/go/auto/README.md
index <HASH>..<HASH> 100644
--- a/sdk/go/auto/README.md
+++ b/sdk/go/auto/README.md
@@ -1,6 +1,6 @@
# Automation API
-Programmatic infrastructure. Currently in Alpha.
+Programmatic infrastructure.
## Godocs
See the full godocs for the most extensive and ... | Remove references to automation api being in alpha (#<I>) | pulumi_pulumi | train |
743e2616c7d3417564fe6e93b1276d3f49a2c8a1 | diff --git a/src/php/wp-cli/commands/internals/plugin.php b/src/php/wp-cli/commands/internals/plugin.php
index <HASH>..<HASH> 100644
--- a/src/php/wp-cli/commands/internals/plugin.php
+++ b/src/php/wp-cli/commands/internals/plugin.php
@@ -86,21 +86,46 @@ class Plugin_Command extends WP_CLI_Command_With_Upgrade {
WP_... | split logic from presentation in plugin/theme get_status() | wp-cli_extension-command | train |
278b9306c250fbfb02d1dbc7751d1d68a5dc2768 | diff --git a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java b/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java
index <HASH>..<HASH> 100644
--- a/gremlin-driver/src/main/java/com/tinkerpop/gremlin/driver/Connection.java
+++ b/gremlin-driver/src/main/java/com/tinkerpop/... | Fix variable scopes and include some javadoc. | apache_tinkerpop | train |
76082016b6ba9a1a7cc7a83fec7ed50770ce2afe | diff --git a/src/PeskyCMF/Config/CmfConfig.php b/src/PeskyCMF/Config/CmfConfig.php
index <HASH>..<HASH> 100644
--- a/src/PeskyCMF/Config/CmfConfig.php
+++ b/src/PeskyCMF/Config/CmfConfig.php
@@ -948,7 +948,7 @@ abstract class CmfConfig extends ConfigsContainer {
* @return array - key - section name, value - array... | CmfConfig & section config - 'api_docs_class_names' moved to 'api_documentation.classes' | swayok_PeskyCMF | train |
5ae5de17e10985fbe4c05d112ffc0dbfd99fe42d | diff --git a/src/main/java/org/jamesframework/core/search/SearchListener.java b/src/main/java/org/jamesframework/core/search/SearchListener.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jamesframework/core/search/SearchListener.java
+++ b/src/main/java/org/jamesframework/core/search/SearchListener.java
@@ -1... | updated search listener interface
solution type of search may be more specific than solution type of
listener | hdbeukel_james-core | train |
33970d27d079cccbf0d76e7c982481a5fdb50ece | diff --git a/bootstrap-wysiwyg.js b/bootstrap-wysiwyg.js
index <HASH>..<HASH> 100644
--- a/bootstrap-wysiwyg.js
+++ b/bootstrap-wysiwyg.js
@@ -95,7 +95,9 @@
},
markSelection = function (input, color) {
restoreSelection();
- document.execCommand('hiliteColor', 0, color || 'transparent');
+ if (documen... | Changed the markSelection method to do a check for hilitecolor support before using it. | steveathon_bootstrap-wysiwyg | train |
b286f808ff2f0ce88f15d557784ba9c172ec14c8 | diff --git a/packages/ember-runtime/lib/mixins/deferred.js b/packages/ember-runtime/lib/mixins/deferred.js
index <HASH>..<HASH> 100644
--- a/packages/ember-runtime/lib/mixins/deferred.js
+++ b/packages/ember-runtime/lib/mixins/deferred.js
@@ -38,11 +38,7 @@ Ember.DeferredMixin = Ember.Mixin.create({
return res... | Deferred self rejection does not need special handling | emberjs_ember.js | train |
579fce3752ca02a15cea9ef8d2c86d833fa22c37 | diff --git a/client/src/views/tabs.js b/client/src/views/tabs.js
index <HASH>..<HASH> 100644
--- a/client/src/views/tabs.js
+++ b/client/src/views/tabs.js
@@ -130,12 +130,15 @@ _kiwi.view.Tabs = Backbone.View.extend({
// If the nicklist is empty, we haven't joined the channel as yet
// If we part a ... | Redirect client to homepage if last connection closed | prawnsalad_KiwiIRC | train |
5432d9e1e636d2e5f9eec3592322fb68bce4285d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* [#878](https://github.com/bbatsov/rubocop/pull/878): Blacklist `Rakefile`, `Gemfile` and `Capfile` by default in the `FileName` cop. ([@bbatsov][])
* [#875](https://github.com/bbatsov/rubocop... | [Fix #<I>] Improve case condition checking in LiteralInCondition | rubocop-hq_rubocop | train |
76b3c71d50f566eb86d0078fc0ce70446c8dd9c6 | diff --git a/autotest/pst_from_tests.py b/autotest/pst_from_tests.py
index <HASH>..<HASH> 100644
--- a/autotest/pst_from_tests.py
+++ b/autotest/pst_from_tests.py
@@ -48,7 +48,7 @@ def freyberg_test():
nam_file = "freyberg.nam"
m = flopy.modflow.Modflow.load(nam_file, model_ws=org_model_ws, check=False, forgi... | read through notes in PstFrom() | jtwhite79_pyemu | train |
2d1e464f475cc355eba9d61ac746a2acd75c40b8 | diff --git a/packages/ember-environment/lib/index.js b/packages/ember-environment/lib/index.js
index <HASH>..<HASH> 100644
--- a/packages/ember-environment/lib/index.js
+++ b/packages/ember-environment/lib/index.js
@@ -111,7 +111,7 @@ export const environment = hasDOM ? {
location: window.location,
history: windo... | code refactoring for ember-environment package | emberjs_ember.js | train |
d38226007809209efe678625065d40adcf47095d | diff --git a/cumulusci/tasks/release_notes/tests/test_generator.py b/cumulusci/tasks/release_notes/tests/test_generator.py
index <HASH>..<HASH> 100644
--- a/cumulusci/tasks/release_notes/tests/test_generator.py
+++ b/cumulusci/tasks/release_notes/tests/test_generator.py
@@ -62,8 +62,8 @@ class TestBaseReleaseNotesGener... | [CCI] Fixing up some loose code | SFDO-Tooling_CumulusCI | train |
d8d4d64afe3aa2b787cdbeccbe6b983bb6258054 | diff --git a/src/cell.js b/src/cell.js
index <HASH>..<HASH> 100644
--- a/src/cell.js
+++ b/src/cell.js
@@ -18,8 +18,8 @@ export default function Cell(notebook, node) {
}
Object.defineProperties(Cell.prototype, {
- define: {value: cell_define},
- delete: {value: cell_delete}
+ define: {value: cell_define, writabl... | Prototype methods should be patchable. | observablehq_runtime | train |
08adabd3f903a6ba42f917fe255877028dcb13ff | diff --git a/src/Server/Actions/CountRequestsAction.php b/src/Server/Actions/CountRequestsAction.php
index <HASH>..<HASH> 100644
--- a/src/Server/Actions/CountRequestsAction.php
+++ b/src/Server/Actions/CountRequestsAction.php
@@ -53,36 +53,43 @@ class CountRequestsAction implements ActionInterface
*/
public... | Improved countRequestsAction code | mcustiel_phiremock | train |
262ed567d065cf2455f988a60def75133a711345 | diff --git a/testing/test_cacheprovider.py b/testing/test_cacheprovider.py
index <HASH>..<HASH> 100644
--- a/testing/test_cacheprovider.py
+++ b/testing/test_cacheprovider.py
@@ -1,5 +1,6 @@
import os
import shutil
+import stat
import sys
import textwrap
@@ -45,14 +46,17 @@ class TestNewAPI:
)
def test_... | tests: clean up chmod-related tests to fix rm_rf warnings
Fixed <URL> | pytest-dev_pytest | train |
d30d645294a362d6bfbf75f7b1ed949b33480d0a | diff --git a/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java b/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java
index <HASH>..<HASH> 100644
--- a/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java
+++ b/mod/jodd-wot/src/jodd/lagarto/LagartoParser.java
@@ -69,7 +69,7 @@ public class LagartoParser {
try {
_parse();... | Updated Lagarto parser - better handling of comments and conditional comments | oblac_jodd | train |
72fabe8b45b07aa1be0e8f8582ef9f72c533b585 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -5,6 +5,7 @@ window.Promise = window.Promise || require('promise-polyfill');
window.hasNativeWebVRImplementation = !!navigator.getVRDisplays || !!navigator.getVRDevices;
window.WebVRConfig = window.WebVRCon... | set BUFFER_SCALE: 1 for webvr-polyfill to fix res (fixes #<I>) (#<I>) | aframevr_aframe | train |
273fd38ffd189c5b83f825a5bfc6e0af18f78ab2 | diff --git a/cassandra/connection.py b/cassandra/connection.py
index <HASH>..<HASH> 100644
--- a/cassandra/connection.py
+++ b/cassandra/connection.py
@@ -225,7 +225,7 @@ class Connection(object):
if not isinstance(options_response, SupportedMessage):
log.error("Did not get expected SupportedMes... | Raise exception conn is closed mid-initialization | datastax_python-driver | train |
46f3c646efdbd97498e3210a0fcce10a937fbc2d | diff --git a/src/html/nyuEshelfToolbar.html b/src/html/nyuEshelfToolbar.html
index <HASH>..<HASH> 100644
--- a/src/html/nyuEshelfToolbar.html
+++ b/src/html/nyuEshelfToolbar.html
@@ -1,6 +1,6 @@
-<md-button class="button-with-icon zero-margin md-button md-primoExplore-theme md-ink-ripple {{ myEshelfButtonClasses }}" ty... | Reverting to the state of project at <I>f<I>df | NYULibraries_primo-explore-nyu-eshelf | train |
7d42114eeb0e48776da5ee162731427d494dbe3c | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ setup(name='b2handle',
'six',
],
tests_require=test_dependencies,
- python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<3.8',
+ python_requires='>=2.6,!=3.0.*,!=3... | added new python version
added python <I> | EUDAT-B2SAFE_B2HANDLE | train |
ac8e0650ca5c350f0d42cd95c76de8de03491c25 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -2,7 +2,10 @@ package dhcp4client
import (
"bytes"
+ "hash/fnv"
+ "math/rand"
"net"
+ "sync"
"time"
"github.com/d2g/dhcp4"
@@ -31,9 +34,8 @@ type ConnectionInt interface {
func New(options ...func(*Client) ... | dhcp4client: default to math.Rand over crypto.Rand
This prevents blocking until the CRNG is initialized with Linux ≥ <I>:
<URL> | d2g_dhcp4client | train |
e6ecef711ea253554ea6f213ac81209a3e5c6507 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -240,7 +240,7 @@ install_requires = [
deps["regex"], # for OpenAI GPT
deps["requests"], # for downloading models over HTTPS
deps["sacremoses"], # for XLM
- deps["tokenizers"] + "==0.9.4",
+ deps["tokeni... | Revert, it was not the issue. | huggingface_pytorch-pretrained-BERT | train |
607b8932de2a358bd803e7b357a283c59976457b | diff --git a/app/models/foreman_tasks/concerns/action_triggering.rb b/app/models/foreman_tasks/concerns/action_triggering.rb
index <HASH>..<HASH> 100644
--- a/app/models/foreman_tasks/concerns/action_triggering.rb
+++ b/app/models/foreman_tasks/concerns/action_triggering.rb
@@ -45,6 +45,25 @@ module ForemanTasks
... | Fixes #<I> - Provide a way to call save without dynflow wrap (#<I>) | theforeman_foreman-tasks | train |
0f3b7bcd99db22fa769bdeb0951a7a6eaada9d23 | diff --git a/packages/tractor-plugin-loader/src/load-plugins.js b/packages/tractor-plugin-loader/src/load-plugins.js
index <HASH>..<HASH> 100644
--- a/packages/tractor-plugin-loader/src/load-plugins.js
+++ b/packages/tractor-plugin-loader/src/load-plugins.js
@@ -58,7 +58,12 @@ export function loadPlugins () {
}
fun... | fix(plugin-loader :electric_plug:) - handle the case where no plugins are installed | TradeMe_tractor | train |
348ecb6b76354c367ad4801a04da1b4e58b098f5 | diff --git a/src/Phug/Parser.php b/src/Phug/Parser.php
index <HASH>..<HASH> 100644
--- a/src/Phug/Parser.php
+++ b/src/Phug/Parser.php
@@ -181,6 +181,9 @@ class Parser implements ModulesContainerInterface, OptionInterface
],
], $options ?: []);
+ $this->setExpectedModuleType(ParserModuleI... | Implement module and init them just after options set | phug-php_parser | train |
4adab134ecf4741a9c7f81d811ecb0127170e2d4 | diff --git a/js/coinbasepro.js b/js/coinbasepro.js
index <HASH>..<HASH> 100644
--- a/js/coinbasepro.js
+++ b/js/coinbasepro.js
@@ -16,7 +16,7 @@ module.exports = class coinbasepro extends gdax {
'logo': 'https://user-images.githubusercontent.com/1294454/41764625-63b7ffde-760a-11e8-996d-a6328fa9347a.jpg... | Ooops... forgot a comma! | ccxt_ccxt | train |
7b53c77ccf956dcc9edc9f5dce96a18816e7d121 | diff --git a/src/main/java/org/camunda/bpm/model/xml/impl/type/attribute/AttributeBuilderImpl.java b/src/main/java/org/camunda/bpm/model/xml/impl/type/attribute/AttributeBuilderImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/camunda/bpm/model/xml/impl/type/attribute/AttributeBuilderImpl.java
+++ b/src/mai... | chore(xml-model): add methods to attribute interface | camunda_camunda-xml-model | train |
768ae81a0bae0f67a631a1c5d5ba4f8252784b1a | diff --git a/lib/sunspot/util.rb b/lib/sunspot/util.rb
index <HASH>..<HASH> 100644
--- a/lib/sunspot/util.rb
+++ b/lib/sunspot/util.rb
@@ -189,8 +189,10 @@ module Sunspot
def lat
if @coords.respond_to?(:[])
@coords[0]
- else
+ elsif @coords.respond_to?(:lat)
@coords.l... | Allow :latitude and :longitude as coordinate method names | sunspot_sunspot | train |
0240683667609ec9d23a7e951a03eebacd27b21b | diff --git a/lib/types.js b/lib/types.js
index <HASH>..<HASH> 100644
--- a/lib/types.js
+++ b/lib/types.js
@@ -152,10 +152,10 @@ module.exports = function (expect) {
return false;
}
- var actualKeys = expect.findTypeOf(a).getKeys(a).filter(function (key) {
+ var act... | Come to think of it, we shouldn't have to consider different types in equal and diff. | unexpectedjs_unexpected | train |
8cfe7acdae598cd11a996922c568015d7d87af29 | diff --git a/lib/less/browser.js b/lib/less/browser.js
index <HASH>..<HASH> 100644
--- a/lib/less/browser.js
+++ b/lib/less/browser.js
@@ -192,7 +192,8 @@ function loadStyleSheet(sheet, callback, reload, remaining) {
paths: [href.replace(/[\w\.%-]+$/, '')],
mime: sheet.type,
... | make import-once use the full path, not the possibly relative path to determine if an import has already been included | less_less.js | train |
c9305e5224c63f390aeb8d5ef698bf1e3b7b7f4f | diff --git a/template/cordova/lib/build.js b/template/cordova/lib/build.js
index <HASH>..<HASH> 100644
--- a/template/cordova/lib/build.js
+++ b/template/cordova/lib/build.js
@@ -181,7 +181,7 @@ function parseAndValidateArgs(options) {
// get build options/defaults
config.buildType = options.release ? 'releas... | Ignore case for --archs
If "ARM" is passed to --archs, the Appx file is compiled, but the build
will fail due to a case sensitive string comparison. | apache_cordova-windows | train |
ac305a498676d97221eeb6ceaa0c6a7aad584504 | diff --git a/application/modules/g/views/scripts/partials/spawn/js/locatable.phtml b/application/modules/g/views/scripts/partials/spawn/js/locatable.phtml
index <HASH>..<HASH> 100644
--- a/application/modules/g/views/scripts/partials/spawn/js/locatable.phtml
+++ b/application/modules/g/views/scripts/partials/spawn/js/l... | Tweaked JS to better standards. | grrr-amsterdam_garp3 | train |
e930e2a6af3c54706fa1d8a6b22a2fdd093aa9b4 | diff --git a/aws/resource_aws_appautoscaling_policy.go b/aws/resource_aws_appautoscaling_policy.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_appautoscaling_policy.go
+++ b/aws/resource_aws_appautoscaling_policy.go
@@ -8,6 +8,7 @@ import (
"time"
"github.com/aws/aws-sdk-go/aws"
+ "github.com/aws/aws-sdk-g... | Retry on Rate exceeded during read, update and delete | terraform-providers_terraform-provider-aws | train |
3e4b9acf2d91c721bc5960c03ec4f39fe7046b4a | diff --git a/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java b/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java
+++ b/src/main/java/io/openliberty/tools/common/plugins/util/DevUti... | Do not run generate features if there are classes failing to compile (#<I>) | WASdev_ci.common | train |
458b90ec958fcfe4246be87ef85aad215c24256d | diff --git a/plumbing/object/tree_test.go b/plumbing/object/tree_test.go
index <HASH>..<HASH> 100644
--- a/plumbing/object/tree_test.go
+++ b/plumbing/object/tree_test.go
@@ -1,6 +1,7 @@
package object
import (
+ "errors"
"io"
"gopkg.in/src-d/go-git.v4/plumbing"
@@ -113,6 +114,42 @@ func (s *TreeSuite) TestFi... | plumbing/object: add test for finding tree entry | src-d_go-git | train |
0cc01d33552c95b32339d310774999301ac3b799 | diff --git a/system/src/Grav/Common/GPM/Licenses.php b/system/src/Grav/Common/GPM/Licenses.php
index <HASH>..<HASH> 100644
--- a/system/src/Grav/Common/GPM/Licenses.php
+++ b/system/src/Grav/Common/GPM/Licenses.php
@@ -11,8 +11,21 @@ namespace Grav\Common\GPM;
use Grav\Common\Grav;
use RocketTheme\Toolbox\File\YamlFi... | Added new `Licenses::validate` method to validate the format of a License | getgrav_grav | train |
eba303d0f712dfec69adec7ce23a0f8c4605067f | diff --git a/lib/sequel_mapper.rb b/lib/sequel_mapper.rb
index <HASH>..<HASH> 100644
--- a/lib/sequel_mapper.rb
+++ b/lib/sequel_mapper.rb
@@ -54,8 +54,8 @@ module SequelMapper
private :storage
def load(_mapping, record)
- # TODO copy the record
- storage.store(record.identity, record)
+ ... | I don't know, making shit work :D | bestie_terrestrial | train |
f332e7273dffd4a8983f3a899a059ba5859cae2a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -33,7 +33,7 @@ module.exports = function (opts) {
})
})
- if (!validStack(stack)) return next()()
+ if (!validStack(stack)) return
stack.forEach(function (callsite) {
callsite.getRelativeFileN... | Improve stack iterator
There is no need to prepare and call next() callback unless an async
operation is needed | watson_stackman | train |
c63bccc86af58dc3f0c3fc1723923b043b5697e6 | diff --git a/stacker/plan.py b/stacker/plan.py
index <HASH>..<HASH> 100644
--- a/stacker/plan.py
+++ b/stacker/plan.py
@@ -82,7 +82,6 @@ class Step(object):
if watcher:
stop_watcher.set()
watcher.join()
- return self.ok
def _run_once(self):
try:
diff... | I think this fixes <I>,
One of our tests had a logic error where we were using the returned
result of Step.run (which was always self.ok [which is always True])
and comparing this to a Status object.
The actual test should be comparing Step.status with SKIPPED.
modified: stacker/plan.py
modified: stacker/statu... | cloudtools_stacker | train |
321d6c5db909e10eb951704c31374366fd99dfa4 | diff --git a/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java b/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java
+++ b/src/com/google/javascript/jscomp/ReferenceCollectingCallback.java
@... | Make sure that shorthand properties in object literals count as references.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
6b2207a345f6fdabd38147ab8bba467593669d39 | diff --git a/jplephem/commandline.py b/jplephem/commandline.py
index <HASH>..<HASH> 100644
--- a/jplephem/commandline.py
+++ b/jplephem/commandline.py
@@ -3,6 +3,7 @@
from __future__ import print_function
import argparse
+import sys
from .daf import DAF
from .spk import SPK
@@ -17,33 +18,45 @@ def main(args):
... | Add test for “daf” subcommand | brandon-rhodes_python-jplephem | train |
a01b3688c3dfea4f1e51780b8f119c7545b2c0c5 | diff --git a/Exedra/Application/Builder/Url.php b/Exedra/Application/Builder/Url.php
index <HASH>..<HASH> 100644
--- a/Exedra/Application/Builder/Url.php
+++ b/Exedra/Application/Builder/Url.php
@@ -44,7 +44,17 @@ class Url
public function create($routeName,$data = Array())
{
## base the routename, either on par... | Utilities/Url : absolute route by character @
And no longer do $exe checking. | Rosengate_exedra | train |
7d873a88a88cb77136fa31570a38fea72f4dbb57 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,8 +25,7 @@ if sys.version_info < (2, 7):
setup(name='tej',
version='0.3',
packages=['tej'],
- package_data={'tej': list_files('remotes/default', 'tej')},
- include_package_data=True,
+ package... | Include all runtimes without need for VCS | VisTrails_tej | train |
566f9f6a00fc171127a92e176a0112d6c2151b24 | diff --git a/public/js/editors/panel.js b/public/js/editors/panel.js
index <HASH>..<HASH> 100644
--- a/public/js/editors/panel.js
+++ b/public/js/editors/panel.js
@@ -562,7 +562,7 @@ function populateEditor(editor, panel) {
changed = cached != saved && cached != template[panel];
} else if (!template.post &&... | Update the get of processor to reflect new storage method | jsbin_jsbin | train |
c706c6e2388cd0fcfea010cbc50d1710b34917d9 | diff --git a/embed/serve.go b/embed/serve.go
index <HASH>..<HASH> 100644
--- a/embed/serve.go
+++ b/embed/serve.go
@@ -104,7 +104,7 @@ func (sctx *serveCtx) serve(
httpmux := sctx.createMux(gwmux, handler)
srvhttp := &http.Server{
- Handler: httpmux,
+ Handler: wrapMux(httpmux),
ErrorLog: logger, // d... | embed: mutate /v3alpha requests with /v3beta for backward compatibilities | etcd-io_etcd | train |
4f5a9b2637d2d1900851474796ec3351be99ad34 | diff --git a/docx2html/core.py b/docx2html/core.py
index <HASH>..<HASH> 100644
--- a/docx2html/core.py
+++ b/docx2html/core.py
@@ -1278,6 +1278,8 @@ def get_p_data(p, meta_data, is_td=False):
continue
else:
t_el = r.find('%st' % w_namespace)
+ if t_el is Non... | refs #<I>: Fixed a bug with hyperlinks that are missing text | PolicyStat_docx2html | train |
895aefd30f11365468e4c0da7eaa6019e25bbe9c | diff --git a/src/com/google/javascript/jscomp/gwt/client/JsfileParser.java b/src/com/google/javascript/jscomp/gwt/client/JsfileParser.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/gwt/client/JsfileParser.java
+++ b/src/com/google/javascript/jscomp/gwt/client/JsfileParser.java
@@ -17,7 +17,6 @@... | Remove support for the legacy braceless @modName syntax.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
e7b41d08270f0b8035b423050e96c7affd4bd8e1 | diff --git a/staging/src/k8s.io/apiserver/pkg/server/secure_serving.go b/staging/src/k8s.io/apiserver/pkg/server/secure_serving.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apiserver/pkg/server/secure_serving.go
+++ b/staging/src/k8s.io/apiserver/pkg/server/secure_serving.go
@@ -37,59 +37,70 @@ const (
def... | refactor tlsConfig creation for secure serving | kubernetes_kubernetes | train |
fc054e3cc07214a178ce4450299ae646dffefcce | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: python
python:
- "2.7"
- - "3.2"
- - "3.3"
install:
- pip install coveralls
script: coverage run setup.py test
diff --git a/tbk/webpay/encryption.py b/tbk/webpay/encryption.py
ind... | travis with <I> only | pedroburon_tbk | train |
4f7eee337c14747a4bd86c4eb2fd2b8c34353de6 | diff --git a/lib/jenkins.js b/lib/jenkins.js
index <HASH>..<HASH> 100644
--- a/lib/jenkins.js
+++ b/lib/jenkins.js
@@ -377,6 +377,14 @@ Jenkins.prototype.job = function (name, cb) {
req.request('get', this.url + '/job/' + name + '/api/json', this.opts, cb);
};
+/**
+ * Enable a job.
+ * If job was disabled, then ... | Add doco on newly added methods. | cliffano_nestor | train |
5341e46d30b91bbc7eef304d1eee9477131e893a | diff --git a/grimoire_elk/enriched/jira.py b/grimoire_elk/enriched/jira.py
index <HASH>..<HASH> 100644
--- a/grimoire_elk/enriched/jira.py
+++ b/grimoire_elk/enriched/jira.py
@@ -33,6 +33,7 @@ from .utils import get_time_diff_days
MAX_SIZE_BULK_ENRICHED_ITEMS = 200
ISSUE_TYPE = 'issue'
COMMENT_TYPE = 'comment'
+CLOS... | [enriched/jira] Add `is_closed` and `status_category_key` fields
These fields allow us to know if the issue is closed or open:
- `is_closed`: 1 if the issue is closed or 0 if not.
- `status_category_key`: The key of the issue status.
Test added accordingly. | chaoss_grimoirelab-elk | train |
bd0afaab3db5ce0eeda263cef4bfc3f651650f79 | diff --git a/lib/transifex/client.rb b/lib/transifex/client.rb
index <HASH>..<HASH> 100644
--- a/lib/transifex/client.rb
+++ b/lib/transifex/client.rb
@@ -2,14 +2,17 @@ require 'transifex/request'
module Transifex
class Client
+ include Transifex::Request
+
def initialize(options = {})
- @username = ... | Some refactoring around Client/Request integration. | toru_transifex-ruby | train |
f3901bcdf3b03224296645360d601098a8928a7c | diff --git a/emase/AlignmentPropertyMatrix.py b/emase/AlignmentPropertyMatrix.py
index <HASH>..<HASH> 100755
--- a/emase/AlignmentPropertyMatrix.py
+++ b/emase/AlignmentPropertyMatrix.py
@@ -258,7 +258,7 @@ class AlignmentPropertyMatrix(Sparse3DMatrix):
factor = self.sum(axis=self.Axis.LOCUS).sum(axis=self... | Splitted errchk_locs part out of run method in EMfactory | churchill-lab_emase | train |
6cb376398d73a5257d72e57111efe016fbcbcf30 | diff --git a/utils/src/main/java/com/redhat/lightblue/migrator/utils/EntityIdStore.java b/utils/src/main/java/com/redhat/lightblue/migrator/utils/EntityIdStore.java
index <HASH>..<HASH> 100644
--- a/utils/src/main/java/com/redhat/lightblue/migrator/utils/EntityIdStore.java
+++ b/utils/src/main/java/com/redhat/lightblue... | Adding a note about FIFO queue idea | lightblue-platform_lightblue-migrator | train |
2729d739403f8e3770d6703e08f46ab370176d01 | diff --git a/src/flags.py b/src/flags.py
index <HASH>..<HASH> 100644
--- a/src/flags.py
+++ b/src/flags.py
@@ -78,7 +78,7 @@ def _process_inline_members_definition(members):
"""
if isinstance(members, str):
members = ((name, UNDEFINED) for name in members.replace(',', ' ').split())
- elif isinstan... | accepting any subclass of collections.Set instead of (set, frozenset) | pasztorpisti_py-flags | train |
0264667cd0d02eb6f6f927f7c183bfe8b42f265c | diff --git a/cucumber-expressions/go/tree_regexp.go b/cucumber-expressions/go/tree_regexp.go
index <HASH>..<HASH> 100644
--- a/cucumber-expressions/go/tree_regexp.go
+++ b/cucumber-expressions/go/tree_regexp.go
@@ -39,7 +39,7 @@ func NewTreeRegexp(regexp *regexp.Regexp) *TreeRegexp {
} else if c == '?' && last == '(... | Fix escaping ?! character in Java/JS/Go - Languages were missing the fix | cucumber_cucumber | train |
17d776060fe7b5d09d9ca68eb170008636feaf2c | diff --git a/tests/unit/QA/fixtures/expected/php5.php b/tests/unit/QA/fixtures/expected/php5.php
index <HASH>..<HASH> 100644
--- a/tests/unit/QA/fixtures/expected/php5.php
+++ b/tests/unit/QA/fixtures/expected/php5.php
@@ -19,18 +19,18 @@ if (!empty($_SERVER['HTTP_ORIG_DOMAIN'])) {
\QA\SoftMocks::callFunction(__NA... | [PLATFORM-<I>]: Update tests fixtures | badoo_soft-mocks | train |
9e6ebd14852495ae5cf85642bef880db1f7314f2 | diff --git a/symbols/boundlist.py b/symbols/boundlist.py
index <HASH>..<HASH> 100644
--- a/symbols/boundlist.py
+++ b/symbols/boundlist.py
@@ -42,6 +42,8 @@ class SymbolBOUNDLIST(Symbol):
return cls.make_node(None, node, *args)
for arg in args:
+ if arg is None:
+ conti... | Prevents a crash in case of None args (due to
syntactic errors). | boriel_zxbasic | train |
5aa495d0e49a2fc1f90bdecb74e8dce31f502c6f | diff --git a/public/vendor/jquery/jquery.flot.js b/public/vendor/jquery/jquery.flot.js
index <HASH>..<HASH> 100644
--- a/public/vendor/jquery/jquery.flot.js
+++ b/public/vendor/jquery/jquery.flot.js
@@ -371,7 +371,7 @@ Licensed under the MIT license.
info = styleCache[text] = { element: element, positions: [] ... | Restored some previous grafana modifications to jquery flot | grafana_grafana | train |
066dd86fc7cd83dfe25af2c3283308b875043103 | diff --git a/spyderlib/plugins/externalconsole.py b/spyderlib/plugins/externalconsole.py
index <HASH>..<HASH> 100644
--- a/spyderlib/plugins/externalconsole.py
+++ b/spyderlib/plugins/externalconsole.py
@@ -278,6 +278,8 @@ class ExternalConsole(SpyderPluginWidget):
self.tabwidget.setTabIcon(index, icon... | Variable explorer/External console-bugfix: when re-running a script/console, shell was not re-registered into variable explorer | spyder-ide_spyder | train |
d20d68657943e7a0b5179a5612234afbb8738176 | diff --git a/lib/fluent/plugin_helper/cert_option.rb b/lib/fluent/plugin_helper/cert_option.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin_helper/cert_option.rb
+++ b/lib/fluent/plugin_helper/cert_option.rb
@@ -33,6 +33,11 @@ module Fluent
ctx.ciphers = ciphers
end
+ if conf.client_... | Add support for TLS mutual auth | fluent_fluentd | train |
e1e26c9c108186c0db4ff63b53cc1313d519d896 | diff --git a/asv/www/asv.js b/asv/www/asv.js
index <HASH>..<HASH> 100644
--- a/asv/www/asv.js
+++ b/asv/www/asv.js
@@ -897,7 +897,11 @@ $(function() {
/* Simple time series */
var series = new Array(raw_series.length);
for (var k = 0; k < series.length; ++k) {
- ... | Deal with nulls in json data (missing points) | airspeed-velocity_asv | train |
5465c837be3230b2a00dcdbfef7cc7e53e4f82b8 | diff --git a/src/main/java/org/mythtv/services/api/frontend/impl/FrontendTemplate.java b/src/main/java/org/mythtv/services/api/frontend/impl/FrontendTemplate.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mythtv/services/api/frontend/impl/FrontendTemplate.java
+++ b/src/main/java/org/mythtv/services/api/front... | * Fixed DateTime formatting and added debug logged | MythTV-Clients_MythTV-Service-API | train |
5416db5a9201e3930068efda335e7040273d95fc | diff --git a/pylint/config.py b/pylint/config.py
index <HASH>..<HASH> 100644
--- a/pylint/config.py
+++ b/pylint/config.py
@@ -178,7 +178,7 @@ def _non_empty_string_validator(opt, _, value):
if not len(value):
msg = "indent string can't be empty."
raise optparse.OptionValueError(msg)
- return ... | Unquote the string before saving it. | PyCQA_pylint | train |
7a39b934615f6aa1b9b2bba4ccef7c00f5d5a7ff | diff --git a/src/python_pachyderm/util.py b/src/python_pachyderm/util.py
index <HASH>..<HASH> 100644
--- a/src/python_pachyderm/util.py
+++ b/src/python_pachyderm/util.py
@@ -10,7 +10,9 @@ import collections
from .client import Client
from .proto.pps.pps_pb2 import Input, Transform, PFSInput
-RUNNER_SCRIPT = """
+#... | Fleshed out docs for utility functions | pachyderm_python-pachyderm | train |
becaf80c53e89d9cdad6f8e1490e0197d3d6ee13 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -143,7 +143,7 @@ Vodo.prototype.fetch = function (filters) {
if (filters.keywords) {
findOpts = {
- title: new RegExp(filters.keywords.replace(/\s/g, '\\s+'))
+ title: new RegExp(filters.k... | case insensitive search in vodo | butterproviders_butter-provider-vodo | train |
5af03e2c77b677fcaafa2fa335a7f51c76b9f86b | diff --git a/lib/jsonapi_mapper.rb b/lib/jsonapi_mapper.rb
index <HASH>..<HASH> 100644
--- a/lib/jsonapi_mapper.rb
+++ b/lib/jsonapi_mapper.rb
@@ -26,7 +26,7 @@ module JsonapiMapper
self.unscoped = unscoped.map(&:to_sym)
self.resources = {}
setup_types(rules)
-
+
main = if data = self.... | Fix to support empty or nil relationships | bitex-la_jsonapi-mapper | train |
2df64026ba93b3971ed7bf557d37b85b7c339480 | diff --git a/command.go b/command.go
index <HASH>..<HASH> 100644
--- a/command.go
+++ b/command.go
@@ -59,6 +59,12 @@ type Command struct {
// Run runs the command.
// The args are the arguments after the command name.
Run func(cmd *Command, args []string)
+ // PreRun runs the command after the flags are parsed a... | added pre and post run hooks. | spf13_cobra | train |
94fb0e78fb9d84e7af36892466080a949d4b0a76 | diff --git a/javamelody-core/src/main/java/net/bull/javamelody/MonitoringFilter.java b/javamelody-core/src/main/java/net/bull/javamelody/MonitoringFilter.java
index <HASH>..<HASH> 100644
--- a/javamelody-core/src/main/java/net/bull/javamelody/MonitoringFilter.java
+++ b/javamelody-core/src/main/java/net/bull/javamelody... | if the http request contains for example ";jsessionid=<I>ABCDEF", when the navigator does not accept cookies, then that part is automatically ignored for the statistics | javamelody_javamelody | train |
e6ad515315295de010e8ca005962f356a82522ef | diff --git a/pkg/registry/core/service/rest.go b/pkg/registry/core/service/rest.go
index <HASH>..<HASH> 100644
--- a/pkg/registry/core/service/rest.go
+++ b/pkg/registry/core/service/rest.go
@@ -22,7 +22,6 @@ import (
"net"
"net/http"
"net/url"
- "reflect"
"strconv"
"github.com/golang/glog"
@@ -461,7 +460,7... | Use "==" instead of DeepEqual for simple structs comparing. | kubernetes_kubernetes | train |
dce2abd10c0ad17fa4d8defea4bff758d4239492 | diff --git a/lib/safe_yaml/version.rb b/lib/safe_yaml/version.rb
index <HASH>..<HASH> 100644
--- a/lib/safe_yaml/version.rb
+++ b/lib/safe_yaml/version.rb
@@ -1,3 +1,3 @@
module SafeYAML
- VERSION = "0.9.2"
+ VERSION = "0.9.3"
end | updating version to push w/ fixed permissions | dtao_safe_yaml | train |
446bd16976eaaeb262c358b127161fb7ebc4d70d | diff --git a/ctpolicy/ctpolicy.go b/ctpolicy/ctpolicy.go
index <HASH>..<HASH> 100644
--- a/ctpolicy/ctpolicy.go
+++ b/ctpolicy/ctpolicy.go
@@ -120,6 +120,7 @@ func (ctp *CTPolicy) race(ctx context.Context, cert core.CertDER, group cmd.CTGr
for i := 0; i < len(group.Logs); i++ {
select {
case <-ctx.Done():
+ c... | Increment the "winner of SCT race" stat on errors (#<I>)
When a whole log group errors or times out, this can create confusing patterns
in the stats. Including these per-group errors and timeouts as their own
subsection of the stat should hopefully help make things clearer. | letsencrypt_boulder | train |
84e24600123570dab941161fb9edea053cc9a5d1 | diff --git a/script/lib/config.py b/script/lib/config.py
index <HASH>..<HASH> 100644
--- a/script/lib/config.py
+++ b/script/lib/config.py
@@ -14,14 +14,15 @@ PLATFORM = {
}[sys.platform]
LINUX_BINARIES = [
- 'electron',
'chrome-sandbox',
- 'libffmpeg.so',
- 'libGLESv2.so',
+ 'crashpad_handler',
+ 'electron... | fix: strip crashpad_handler binary (#<I>) | electron_electron | train |
ea2a8071652fe4e8d5a028929ab694331b604162 | diff --git a/mpop/scene.py b/mpop/scene.py
index <HASH>..<HASH> 100644
--- a/mpop/scene.py
+++ b/mpop/scene.py
@@ -591,7 +591,7 @@ def assemble_segments(segments):
if not seg[chn].is_loaded():
# this makes the assumption that all channels have the same
# shape.
- ... | Bugfix in assemble_segments. | pytroll_satpy | train |
2e2c1e127f9c86d7ee9a2469e54164bc683b46f3 | diff --git a/eclipsePlugin/src/edu/umd/cs/findbugs/plugin/eclipse/quickfix/BugResolution.java b/eclipsePlugin/src/edu/umd/cs/findbugs/plugin/eclipse/quickfix/BugResolution.java
index <HASH>..<HASH> 100644
--- a/eclipsePlugin/src/edu/umd/cs/findbugs/plugin/eclipse/quickfix/BugResolution.java
+++ b/eclipsePlugin/src/edu/... | Fixed two possible NPE's, use default NP checks from Objects | spotbugs_spotbugs | train |
09f89a596126e06c2351e572d2e24949966b65f0 | diff --git a/jre_emul/apache_harmony/classlib/modules/concurrent/src/test/java/JSR166TestCase.java b/jre_emul/apache_harmony/classlib/modules/concurrent/src/test/java/JSR166TestCase.java
index <HASH>..<HASH> 100644
--- a/jre_emul/apache_harmony/classlib/modules/concurrent/src/test/java/JSR166TestCase.java
+++ b/jre_emu... | Fixes link errors in tests. | google_j2objc | train |
db0253504bd337a344dae673929a4eb28ffd14e7 | diff --git a/lib/proxies/dom.js b/lib/proxies/dom.js
index <HASH>..<HASH> 100644
--- a/lib/proxies/dom.js
+++ b/lib/proxies/dom.js
@@ -226,8 +226,11 @@ function DomProxy(raja, opts) {
resource.depend(inst.author);
resource.valid = false;
if (!inst.opts) inst.opts = {};
- var sessionCookie = stealSessi... | Dom proxy steal new objects in session except passport | kapouer_raja | train |
fe20dab6abee0b4a93c907f9af405df2fd7d0193 | diff --git a/lib/her/model/relationships.rb b/lib/her/model/relationships.rb
index <HASH>..<HASH> 100644
--- a/lib/her/model/relationships.rb
+++ b/lib/her/model/relationships.rb
@@ -12,7 +12,7 @@ module Her
# Returns the resource/collection corresponding to the relationship_name relationship.
def get_r... | Using send instead of public_send for Ruby <I> compatibility | remiprev_her | train |
8c7c1ba13da6c92f3434b8ad09fabf99d28b93b6 | diff --git a/functional_tests.go b/functional_tests.go
index <HASH>..<HASH> 100644
--- a/functional_tests.go
+++ b/functional_tests.go
@@ -706,6 +706,84 @@ func testPutObjectWithMetadata() {
successLogger(testName, function, args, startTime).Info()
}
+func testPutObjectWithContentLanguage() {
+ // initialize loggi... | Add tests for putObjectContentLanguage (#<I>) | minio_minio-go | train |
86abc9e3dd8769af848a93ac2afc3728688554b3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ setup(
test_suite='nose.collector',
packages=['ansi2html'],
data_files=[
- ('/usr/share/man/man1/', [
+ ('share/man/man1/', [
'man/ansi2html.1',
]),
... | Install man page to ${PREFIX}, not /usr (issue #<I>) | ralphbean_ansi2html | train |
27466303d94d36e33d13954689a6b468de794c16 | diff --git a/lib/setup.php b/lib/setup.php
index <HASH>..<HASH> 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -104,7 +104,7 @@ if (!isset($_SERVER['REMOTE_ADDR']) && isset($_SERVER['argv'][0])) {
}
// sometimes default PHP settings are borked on shared hosting servers, I wonder why they have to do that??
-@ini_... | MDL-<I> getting rid of @ hiding error
We were using these because we added them in stable and did not want to risk any regression, in the long term it is better to show all errors caused by random PHP restrictions introduced by shared hosting admins. | moodle_moodle | train |
15afc4b7ea2b7653122c24ce6d356a1bf8eca0fc | diff --git a/pycbc/types/timeseries.py b/pycbc/types/timeseries.py
index <HASH>..<HASH> 100644
--- a/pycbc/types/timeseries.py
+++ b/pycbc/types/timeseries.py
@@ -451,7 +451,7 @@ class TimeSeries(Array):
The output file name
"""
scaled = _numpy.int16(self.numpy()/max(abs(self)) * 32767)
... | Update timeseries.py (#<I>) | gwastro_pycbc | train |
d49ff45e1aacfb532a16ba26a33c0e71f73265b7 | diff --git a/lib/generators/active_admin/install/templates/dashboards.rb b/lib/generators/active_admin/install/templates/dashboards.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/active_admin/install/templates/dashboards.rb
+++ b/lib/generators/active_admin/install/templates/dashboards.rb
@@ -8,9 +8,10 @@ ActiveAd... | fix 'recent posts' example to be syntactically correct | activeadmin_activeadmin | train |
f48a9923612fa499e2449d44d2909d2a22d91210 | diff --git a/pyrax/__init__.py b/pyrax/__init__.py
index <HASH>..<HASH> 100755
--- a/pyrax/__init__.py
+++ b/pyrax/__init__.py
@@ -26,22 +26,10 @@ from cloud_databases import CloudDatabaseInstance
from cloud_databases import CloudDatabaseUser
-
# These require Libcloud
#import rackspace_monitoring.providers as m... | Removed the pyrax import warning. | pycontribs_pyrax | train |
09366f9fb6f5ed6bf64882a6c7365bc322fb1231 | diff --git a/openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyConnector.java b/openstack-client-connectors/jersey-connector/src/main/java/com/woorea/openstack/connector/JerseyConnector.java
index <HASH>..<HASH> 100644
--- a/openstack-client-connectors/jersey-connector/src/... | Disabled the FAIL_ON_UNKNOWN_PROPERTIES feature on the OpenStackObjectMappers to prevent deserialization from failing for unknown fields. | woorea_openstack-java-sdk | train |
2377569a8d1c78bd41543cd799f960c5a1398e48 | diff --git a/lib/scorpio/schema.rb b/lib/scorpio/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/scorpio/schema.rb
+++ b/lib/scorpio/schema.rb
@@ -11,8 +11,10 @@ module Scorpio
@schema_object = Scorpio.deep_stringify_symbol_keys(schema_object.deref)
@schema_node = @schema_object.instance
elsif ... | m fix uninitialized @schema_object warning | notEthan_jsi | train |
c464f6795d5ee687bc13b1098e6540e00415152f | diff --git a/lib/tmuxinator/project.rb b/lib/tmuxinator/project.rb
index <HASH>..<HASH> 100644
--- a/lib/tmuxinator/project.rb
+++ b/lib/tmuxinator/project.rb
@@ -7,8 +7,9 @@ module Tmuxinator
def initialize(file)
begin
@yaml = YAML.load(file.read)
- rescue
- exit!("Invalid YAML file fo... | Rescue against Psych errors explicitly.
We do this due to a deal with psych's error classes not inherting from
StandardError. | tmuxinator_tmuxinator | train |
eacf243636cf689bd6912e61f2adde0c1b34c791 | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -509,6 +509,16 @@ func (kub *Kubectl) CiliumPolicyRevision(pod string) (int, error) {
return revi, nil
}
+// CiliumIsPolicyLoaded returns true if the policy is l... | Ginkgo: Added kubectl.CiliumIsPolicyLoaded
Add a new helper to check if the policy is loaded correctly or not. | cilium_cilium | train |
9d9fef3a695d9cb6e4d5d33e9463d15876d6c64e | diff --git a/client/state/stats/lists/utils.js b/client/state/stats/lists/utils.js
index <HASH>..<HASH> 100644
--- a/client/state/stats/lists/utils.js
+++ b/client/state/stats/lists/utils.js
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
-import { sortBy, toPairs, camelCase, mapKeys, isNumber, get, filter, findInd... | Woo-Connect Insights: switch to new endpoint response for deltas + refactor (#<I>)
Moved to deltasv2 and refactored, which significantly speeds up the normalizer for store stats.
Fixes #<I> | Automattic_wp-calypso | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.