hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
659d1dea1df7b39b496a24f19fa2f02b34b6ac54 | diff --git a/zenpy/__init__.py b/zenpy/__init__.py
index <HASH>..<HASH> 100644
--- a/zenpy/__init__.py
+++ b/zenpy/__init__.py
@@ -2,6 +2,7 @@ import logging
import requests
from requests.adapters import HTTPAdapter
+from requests.packages.urllib3 import Retry
from zenpy.lib.api import (
UserApi,
@@ -144,8 ... | Fix issue with double handling of HTTP <I>. (#<I>) | facetoe_zenpy | train |
8e01e046ee7a5f32a1f65c78ec979142a5572c47 | diff --git a/libs/xmlforms/pgsql.js b/libs/xmlforms/pgsql.js
index <HASH>..<HASH> 100644
--- a/libs/xmlforms/pgsql.js
+++ b/libs/xmlforms/pgsql.js
@@ -10,7 +10,7 @@ function getFromEnv() {
exports.getFormDefinitionsXML = function() {
var c = getFromEnv();
// it is important (yet arbitrary) to name the field "for... | updating SQL and SQL tests to reflect new requirement for version | medic_couch2pg | train |
af416175043170db810a9150f509d91292db96cd | diff --git a/mgz/enums.py b/mgz/enums.py
index <HASH>..<HASH> 100644
--- a/mgz/enums.py
+++ b/mgz/enums.py
@@ -108,14 +108,14 @@ def ObjectTypeEnum(ctx):
"""Object Type Enumeration."""
return Enum(
ctx,
- gaia=10, # eyecandy, static
- other=20, # flag, animated
+ static=10,
+ ... | rename objects and fix default case | happyleavesaoc_aoc-mgz | train |
5009eeadb8dea45aed8bd9b790da652b3dab2d26 | diff --git a/spec/ransack/predicate_spec.rb b/spec/ransack/predicate_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/ransack/predicate_spec.rb
+++ b/spec/ransack/predicate_spec.rb
@@ -1,6 +1,9 @@
require 'spec_helper'
module Ransack
+ TRUE_VALUES = [true, 1, '1', 't', 'T', 'true', 'TRUE'].to_set
+ FALSE_VALUES ... | Test all the boolean true and false values.
These tests are meant to prevent changing the TRUE_VALUES and
FALSE_VALUES sets in RANSACK::CONSTANTS without a very good reason.
Previously, no test was alerting us against merging changes like #<I>. | activerecord-hackery_ransack | train |
ccde583cb1a6e53a776405a9214890f9726b256b | diff --git a/src/pyctools/tools/editor.py b/src/pyctools/tools/editor.py
index <HASH>..<HASH> 100644
--- a/src/pyctools/tools/editor.py
+++ b/src/pyctools/tools/editor.py
@@ -699,11 +699,12 @@ class ComponentList(QtGui.QTreeView):
class MainWindow(QtGui.QMainWindow):
def __init__(self, parent=None):
supe... | Remember loaded script file and set window title | jim-easterbrook_pyctools | train |
462390ddc1202d458e28a4b0f5177766417de59a | diff --git a/modeshape-jcr/src/test/java/org/modeshape/jcr/JcrSessionTest.java b/modeshape-jcr/src/test/java/org/modeshape/jcr/JcrSessionTest.java
index <HASH>..<HASH> 100644
--- a/modeshape-jcr/src/test/java/org/modeshape/jcr/JcrSessionTest.java
+++ b/modeshape-jcr/src/test/java/org/modeshape/jcr/JcrSessionTest.java
@... | MODE-<I> Added test case to verify the behavior reported in the issue. | ModeShape_modeshape | train |
f64ff8c3bf4626f380016b4face88a5c42278892 | diff --git a/cerberus.rb b/cerberus.rb
index <HASH>..<HASH> 100644
--- a/cerberus.rb
+++ b/cerberus.rb
@@ -85,7 +85,7 @@ PAGE
login = req['cerberus_login']
pass = req['cerberus_pass']
err = req.post? ? "<p class='err'>Wrong login or password</p>" : ''
- if ((env['rack.session']['cerberus_user']!=nil &... | Use an email as login - for fun | mig-hub_cerberus | train |
dac684b350dd25da54351dc105f0c6ac24891492 | diff --git a/src/mimerender.py b/src/mimerender.py
index <HASH>..<HASH> 100644
--- a/src/mimerender.py
+++ b/src/mimerender.py
@@ -34,8 +34,11 @@ KML = 'kml'
KMZ = 'kmz'
MSGPACK = 'msgpack'
+# Map of mime categories to specific mime types. The first mime type in each
+# category's tuple is the default one (e.g.... | fix the tests by having a clearer, consistent, and documented logic for picking a default mime type based for a given mime category | martinblech_mimerender | train |
625097f3d183867692dadede2f56c8ee3f575dcb | diff --git a/closure/goog/fx/abstractdragdrop.js b/closure/goog/fx/abstractdragdrop.js
index <HASH>..<HASH> 100644
--- a/closure/goog/fx/abstractdragdrop.js
+++ b/closure/goog/fx/abstractdragdrop.js
@@ -570,11 +570,9 @@ goog.fx.AbstractDragDrop.prototype.disposeDrag = function() {
* @private
*/
goog.fx.AbstractDra... | Move x, y event position calculation to a protected getEventPosition function.
Need to be able to override this in a subclass, so that position may be
computed as the center of the dragged element rather than the mouse x and y.
R=nicksantos
DELTA=<I> (<I> added, 2 deleted, 3 changed)
Revision created by MOE tool pu... | google_closure-library | train |
f2506e4d29e9af8cc3e256aa742a6b1b516296f7 | diff --git a/client/allocrunner/taskrunner/task_runner_test.go b/client/allocrunner/taskrunner/task_runner_test.go
index <HASH>..<HASH> 100644
--- a/client/allocrunner/taskrunner/task_runner_test.go
+++ b/client/allocrunner/taskrunner/task_runner_test.go
@@ -844,6 +844,116 @@ func TestTaskRunner_BlockForVault(t *testin... | tests: port TaskRunner_DeriveToken tests from <I> | hashicorp_nomad | train |
a932bd4d2a5c3d299f3c87314bd9da703d48dfbb | diff --git a/test/test_BEI.py b/test/test_BEI.py
index <HASH>..<HASH> 100644
--- a/test/test_BEI.py
+++ b/test/test_BEI.py
@@ -357,12 +357,17 @@ def test_consistency_upper_and_full_methods(valid_constructor_quantity_args):
def test_consistency_full_and_helper_methods(valid_constructor_quantity_args, order, helper_meth... | Fix bugs in test; update docstring
I included a more precise specification of the condition for which
the output of the two methods are equal. | jrsmith3_ibei | train |
76fabecaeb9a605510e6f30ca34da0074e287f40 | diff --git a/nomad/server.go b/nomad/server.go
index <HASH>..<HASH> 100644
--- a/nomad/server.go
+++ b/nomad/server.go
@@ -487,7 +487,6 @@ func (s *Server) reloadTLSConnections(newTLSConfig *config.TLSConfig) error {
}
<-s.listenerCh
- s.startRPCListener()
listener, err := s.createRPCListener()
if err != ni... | prevent double close due to error in creating listener | hashicorp_nomad | train |
bf62d31da4a9a0b54c8ff638fc2883d64d44a306 | diff --git a/ext/taj/extconf.rb b/ext/taj/extconf.rb
index <HASH>..<HASH> 100644
--- a/ext/taj/extconf.rb
+++ b/ext/taj/extconf.rb
@@ -51,8 +51,6 @@ def check_libmemcached
pcfile = File.join(LIBMEMCACHED_DIR, "build", "lib", "pkgconfig", "libmemcached.pc")
$LDFLAGS << " -lsasl2 " + `pkg-config --libs --static... | Disable vendored libmemcached while I am testing.
Add back a vendored version once this is more stable. | arthurnn_memcached | train |
d9cc058afe21675d789b5699739992aecd9f5a53 | diff --git a/vb_suite/test_perf.py b/vb_suite/test_perf.py
index <HASH>..<HASH> 100755
--- a/vb_suite/test_perf.py
+++ b/vb_suite/test_perf.py
@@ -26,6 +26,21 @@ everything and calculate a ration for the timing information.
"""
+# IMPORTANT NOTE
+#
+# This script should run on pandas versions at least as far back ... | BLD: test_perf, revert s/save/to_pickle change, warn the unwary | pandas-dev_pandas | train |
aec146bec7ea05ffd7565ee4fa54948694feb731 | diff --git a/languagetool-tools/src/main/java/org/languagetool/tools/SynthDictionaryBuilder.java b/languagetool-tools/src/main/java/org/languagetool/tools/SynthDictionaryBuilder.java
index <HASH>..<HASH> 100644
--- a/languagetool-tools/src/main/java/org/languagetool/tools/SynthDictionaryBuilder.java
+++ b/languagetool-... | keep the file with the list of tags of the synthesizer dict | languagetool-org_languagetool | train |
93dda9cb916cc22b1bf9614f54a01b9806e91134 | diff --git a/icekit_events/apps.py b/icekit_events/apps.py
index <HASH>..<HASH> 100644
--- a/icekit_events/apps.py
+++ b/icekit_events/apps.py
@@ -10,7 +10,7 @@ from django.utils.module_loading import autodiscover_modules
class AppConfig(AppConfig):
- name = 'icekit_events'
+ name = '_'.join(__name__.split('... | Changes following feedback in PR <I> | ic-labs_django-icekit | train |
73227409b5a6f2455a0bbcb05247514e3a2e3a58 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -49,7 +49,7 @@ module.exports = function(schema, options) {
return localize(obj, locale, false);
};
- var onlyLocalize = function(obj, locale, localeDefault, toJSON) {
+ var localizeOnly = function(obj, locale, localeD... | Rename new methods
Rename new methods in toJSONLocalizedOnly and toObjectLocalizedOnly | rusty1s_mongoose-i18n-localize | train |
6d6249b1c1abda4f62fafcc42a7ece570c8da7e9 | diff --git a/activesupport/test/xml_mini/jdom_engine_test.rb b/activesupport/test/xml_mini/jdom_engine_test.rb
index <HASH>..<HASH> 100644
--- a/activesupport/test/xml_mini/jdom_engine_test.rb
+++ b/activesupport/test/xml_mini/jdom_engine_test.rb
@@ -36,7 +36,6 @@ XMLMiniEngineTest.run_with_platform("java") do
end... | ✂️ needless lines beneath private. | rails_rails | train |
ff9ac0e30cf4db3cde33bea4544247e6a33ba338 | diff --git a/src/Scrollbar.js b/src/Scrollbar.js
index <HASH>..<HASH> 100644
--- a/src/Scrollbar.js
+++ b/src/Scrollbar.js
@@ -64,7 +64,7 @@ class Scrollbar extends React.PureComponent<Props, State> {
getMouseMoveTracker() {
return (
this.mouseMoveTracker ||
- new DOMMouseMoveTracker(this.hanldeDrag... | fix word spell problem (#<I>) | rsuite_rsuite-table | train |
f6628adc11e2e57db75030fca9bae035be5cd95b | diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -164,7 +164,7 @@ module ActiveRecord
end
class EnvironmentMismatchError < Acti... | Fix kwarg to not have circular dependency | rails_rails | train |
01465cc267d009ccded3578fd57bf0608df3984f | diff --git a/src/Authority/UserInformation.php b/src/Authority/UserInformation.php
index <HASH>..<HASH> 100644
--- a/src/Authority/UserInformation.php
+++ b/src/Authority/UserInformation.php
@@ -10,7 +10,6 @@ use Innmind\Url\{
Authority\UserInformation\PasswordInterface,
Authority\UserInformation\Password,
... | add method to explicit the format relation between user and password | Innmind_Url | train |
27baa6bd9597986e38c90e0fa842ac6dcbbe7bfd | diff --git a/src/main/java6/net/finmath/marketdata/model/curves/AbstractForwardCurve.java b/src/main/java6/net/finmath/marketdata/model/curves/AbstractForwardCurve.java
index <HASH>..<HASH> 100644
--- a/src/main/java6/net/finmath/marketdata/model/curves/AbstractForwardCurve.java
+++ b/src/main/java6/net/finmath/marketd... | Removed getForward(double) method to always enforce passing a model.
The user should provide a model to allow for "late binding" of curve
(mapping one curve to another) via model.getCurve(String name). | finmath_finmath-lib | train |
79b0eb60cdc5a2e757e642690f4b53f5739ead13 | diff --git a/eli5/formatters/html.py b/eli5/formatters/html.py
index <HASH>..<HASH> 100644
--- a/eli5/formatters/html.py
+++ b/eli5/formatters/html.py
@@ -15,8 +15,8 @@ template_env = Environment(
template_env.filters.update(dict(
render_weighted_spans=lambda x, pd: render_weighted_spans(x, pd),
weight_color... | If there are (neg|pos)_remaining, add them to not_found
Also fix color for remaining color in new edge cases. | TeamHG-Memex_eli5 | train |
f23a4cd754296597c8c5febc5480b2c6c3d0f7fc | diff --git a/WSDiscovery.py b/WSDiscovery.py
index <HASH>..<HASH> 100755
--- a/WSDiscovery.py
+++ b/WSDiscovery.py
@@ -350,47 +350,26 @@ def getQNameFromValue(value, node):
def getTypes(typeNode):
- ret = []
-
- if len(typeNode.childNodes) > 0:
- items = typeNode.childNodes[0].data.split(" ")
- ... | Simplify space separated nodes parsing | andreikop_python-ws-discovery | train |
f7e35cca2c3f35f02a4ac587c6ffa7e8d31c7246 | diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -24,6 +24,7 @@
- Add cache_column_counts method to get counts with one query for associations which are not preloaded, query per column is overridable with count_query_for_column
- ActiveStorage suppo... | fix range conditions from params, and support unix timestamp for time and datetime columns in conditions from params | activescaffold_active_scaffold | train |
bfc62d6aeea6d321d20dbc836fc092c09e4507f8 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -4,13 +4,7 @@ require 'health_inspector'
module HealthInspector::SpecHelpers
def health_inspector_context
- @health_inspector_context ||= begin
- repo_path = File.expan... | Pass in a useless context obj in specs that isnt used yet | bmarini_knife-inspect | train |
5f591f977784788117042ea6a26f9a729ccb9088 | diff --git a/examples/SharePoint/file_examples.php b/examples/SharePoint/file_examples.php
index <HASH>..<HASH> 100644
--- a/examples/SharePoint/file_examples.php
+++ b/examples/SharePoint/file_examples.php
@@ -159,7 +159,7 @@ function downloadFileAsStream(ClientRuntimeContext $ctx, $fileUrl, $targetFilePa
$fp = f... | specifically allow to provide a file stream to curl | vgrem_phpSPO | train |
135ee9d1ee4195c6c0b9f23dfe218f043990a68d | diff --git a/components/prism-clike.js b/components/prism-clike.js
index <HASH>..<HASH> 100644
--- a/components/prism-clike.js
+++ b/components/prism-clike.js
@@ -21,6 +21,6 @@ Prism.languages.clike = {
'boolean': /\b(true|false)\b/,
'function': /[a-z0-9_]+(?=\()/i,
'number': /\b-?(0x[\dA-Fa-f]+|\d*\.?\d+([Ee]-?\... | C-like: Improved operator regex + add != and !== | PrismJS_prism | train |
ae777d747779094763fe934b2ea6db2c5b3e8c0c | diff --git a/src/typeahead/dataset.js b/src/typeahead/dataset.js
index <HASH>..<HASH> 100644
--- a/src/typeahead/dataset.js
+++ b/src/typeahead/dataset.js
@@ -230,7 +230,7 @@ var Dataset = (function() {
},
update: function update(query) {
- var that = this, canceled = false, ignoreSync = false, rendere... | If sync is not called by source, invoke with empty array. | twitter_typeahead.js | train |
9b363ddac3ef8e8409b573007526c08a8c3636e5 | diff --git a/src/StandStatus.php b/src/StandStatus.php
index <HASH>..<HASH> 100644
--- a/src/StandStatus.php
+++ b/src/StandStatus.php
@@ -40,7 +40,7 @@ class StandStatus {
Configuration
*/
- private $minStandDistance = 0.06; // In kilometeres
+ private $minStandDistance = 0.07; // In kilometeres... | Changes to incorperate a central stand as base | atoff_vatsim-stand-status | train |
bece04b513ab288376d66fbf6e9999091e364d25 | diff --git a/guava/src/com/google/common/base/CaseFormat.java b/guava/src/com/google/common/base/CaseFormat.java
index <HASH>..<HASH> 100644
--- a/guava/src/com/google/common/base/CaseFormat.java
+++ b/guava/src/com/google/common/base/CaseFormat.java
@@ -16,6 +16,8 @@
package com.google.common.base;
+import static... | Add method to CaseFormat enum instead of using a switch.
-------------
Created by MOE: <URL> | google_guava | train |
4f798ae846e7b72442d5b1c7f41f8612207f5d78 | diff --git a/rb/lib/selenium/webdriver/chrome/bridge.rb b/rb/lib/selenium/webdriver/chrome/bridge.rb
index <HASH>..<HASH> 100644
--- a/rb/lib/selenium/webdriver/chrome/bridge.rb
+++ b/rb/lib/selenium/webdriver/chrome/bridge.rb
@@ -37,10 +37,6 @@ module Selenium
@launcher.quit
end
- def getS... | JariBakken: Enable screenshots in the IE driver.
r<I> | SeleniumHQ_selenium | train |
0b0c288b36daef7bcca5ef11cd4b591a979881fc | diff --git a/src/wa_kat/templates/static/js/typeahead_custom.js b/src/wa_kat/templates/static/js/typeahead_custom.js
index <HASH>..<HASH> 100644
--- a/src/wa_kat/templates/static/js/typeahead_custom.js
+++ b/src/wa_kat/templates/static/js/typeahead_custom.js
@@ -24,3 +24,7 @@ var make_typeahead_tag = function(tag_id, h... | #<I>: Implemented resseting of the typeahead items. | WebarchivCZ_WA-KAT | train |
a4cd2cd12433acad414e675ba6a84e1bff4ec246 | diff --git a/modules/bindings/react/Provider.js b/modules/bindings/react/Provider.js
index <HASH>..<HASH> 100644
--- a/modules/bindings/react/Provider.js
+++ b/modules/bindings/react/Provider.js
@@ -1,5 +1,5 @@
/* @flow weak */
-import { Component, PropTypes } from 'react'
+import { Component, PropTypes, Children } ... | #<I> added Children.only | as-com_alef | train |
6216ccffb0129441077ddf865f59c4accd1571ce | diff --git a/lark/lark.py b/lark/lark.py
index <HASH>..<HASH> 100644
--- a/lark/lark.py
+++ b/lark/lark.py
@@ -2,7 +2,7 @@ from abc import ABC, abstractmethod
import sys, os, pickle, hashlib
import tempfile
from typing import (
- TypeVar, Type, List, Dict, Iterator, Callable, Union, Optional,
+ TypeVar, Type, ... | Types: search_paths is now Sequence instead of List | lark-parser_lark | train |
85bc21a478399797a132040273890a08adecc655 | diff --git a/astrobase/cpserver/checkplotserver_handlers.py b/astrobase/cpserver/checkplotserver_handlers.py
index <HASH>..<HASH> 100644
--- a/astrobase/cpserver/checkplotserver_handlers.py
+++ b/astrobase/cpserver/checkplotserver_handlers.py
@@ -1073,7 +1073,7 @@ class CheckplotListHandler(tornado.web.RequestHandler):... | cpserver.js: fix typo preventing object comments export to JSON/CSV | waqasbhatti_astrobase | train |
14f86fd44d953141adc7d2b23ac2e9cd11a1fa4a | diff --git a/cmd/activity-monitor/main.go b/cmd/activity-monitor/main.go
index <HASH>..<HASH> 100644
--- a/cmd/activity-monitor/main.go
+++ b/cmd/activity-monitor/main.go
@@ -36,7 +36,8 @@ func main() {
go cmd.ProfileCmd("AM", stats)
- server.Start(amqpConf)
+ err = server.Start(amqpConf)
+ cmd.FailOnError(er... | Print errors from Activity Monitor's Start | letsencrypt_boulder | train |
f16068f9d7d0316259c12727a3c39bbf7a1038c4 | diff --git a/test/unit/syscalls-specs.js b/test/unit/syscalls-specs.js
index <HASH>..<HASH> 100644
--- a/test/unit/syscalls-specs.js
+++ b/test/unit/syscalls-specs.js
@@ -2,62 +2,71 @@ import chai from 'chai';
import chaiAsPromised from 'chai-as-promised';
import 'mochawait';
import ADB from '../../lib/adb.js';
-imp... | Replcaing stub with mocks in syscalls-specs | appium_appium-adb | train |
0abb0fe6199ddeb0c4cda2f17a8b80f4e0d59080 | diff --git a/src/DatabaseDriver.php b/src/DatabaseDriver.php
index <HASH>..<HASH> 100644
--- a/src/DatabaseDriver.php
+++ b/src/DatabaseDriver.php
@@ -1068,7 +1068,15 @@ abstract class DatabaseDriver implements DatabaseInterface, DispatcherAwareInter
$this->execute();
}
- return $this->factory->getIterator($t... | Work around getIterator and setQuery issues (#<I>) | joomla-framework_database | train |
90cda6cd7804cd99b562b72e8b44133d4bb0c702 | diff --git a/symphony/lib/toolkit/class.administrationpage.php b/symphony/lib/toolkit/class.administrationpage.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/toolkit/class.administrationpage.php
+++ b/symphony/lib/toolkit/class.administrationpage.php
@@ -22,7 +22,7 @@
* messages to Symphony users.
* @var Al... | Enable backend to display more than one alert | symphonycms_symphony-2 | train |
81def279eb0dc2cc3a10d04260cacd8866bc035c | diff --git a/tests/Cache/CacheMemcachedConnectorTest.php b/tests/Cache/CacheMemcachedConnectorTest.php
index <HASH>..<HASH> 100755
--- a/tests/Cache/CacheMemcachedConnectorTest.php
+++ b/tests/Cache/CacheMemcachedConnectorTest.php
@@ -61,7 +61,10 @@ class CacheMemcachedConnectorTest extends PHPUnit_Framework_TestCase
... | [<I>] Use Memcached constants (#<I>)
* use Memcached constants
* style | laravel_framework | train |
51b8bdfffee5bc255d37b4328531b158a3138f88 | diff --git a/isogeo_pysdk/__init__.py b/isogeo_pysdk/__init__.py
index <HASH>..<HASH> 100644
--- a/isogeo_pysdk/__init__.py
+++ b/isogeo_pysdk/__init__.py
@@ -6,6 +6,6 @@
http://www.isogeo.com/
"""
-__version__ = "2.16.0-493"
+__version__ = "2.17.0-441"
from isogeo_sdk import Isogeo | bump to version <I>.x | isogeo_isogeo-api-py-minsdk | train |
c57f4775c6450df64a3c0d0de8af6679e2c2e1e1 | diff --git a/sample/getallvms.py b/sample/getallvms.py
index <HASH>..<HASH> 100755
--- a/sample/getallvms.py
+++ b/sample/getallvms.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# VMware vSphere Python SDK
# Copyright (c) 2008-2013 VMware, Inc. All Rights Reserved.
#
diff --git a/sample/poweronvm.py b... | respect venv
Change shebang to use env to ask for the python interpreter,
this allows the scripts to run while respecting a virtual
environment.
Closes: <URL> | vmware_pyvmomi | train |
b32cb5c7d337c214fdc57dc45bb49a817260e432 | diff --git a/dropwizard-logging/src/main/java/io/dropwizard/logging/DefaultLoggingFactory.java b/dropwizard-logging/src/main/java/io/dropwizard/logging/DefaultLoggingFactory.java
index <HASH>..<HASH> 100644
--- a/dropwizard-logging/src/main/java/io/dropwizard/logging/DefaultLoggingFactory.java
+++ b/dropwizard-logging/... | Prevent ConcurrentModificationException during stopping logger context
We should acquire the lock when we stop the context, because other
threads could change it in the `configure` in the same time, which
leads to ConcurrentModificationException | dropwizard_dropwizard | train |
8c45ad23cf85430c1b8774b6262e530e308da596 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -32,7 +32,7 @@ var methods = {
Object.keys(methods).forEach(function(method) {
Canvas.prototype[method] = function(x, y) {
- if(x < 0 || y < 0 || x >= this.width || y >= this.height) {
+ if(!(x >= 0 && x < this.wid... | Update index.js
throw an Error when x,y is not look like a Number. | madbence_node-drawille | train |
c31218d6891a2b5afd33946711b0f14163d96f02 | diff --git a/Bar.js b/Bar.js
index <HASH>..<HASH> 100644
--- a/Bar.js
+++ b/Bar.js
@@ -16,6 +16,7 @@ export default class ProgressBar extends Component {
color: PropTypes.string,
height: PropTypes.number,
indeterminate: PropTypes.bool,
+ indeterminateAnimationDuration: PropTypes.number,
onLayout:... | Add indeterminateAnimationDuration prop (#<I>)
* Added indeterminateMoveSpeed: a prop that allows users to change speed at which indeterminate objects move at.
* Rename indeterminateMoveSpeed to indeterminateAnimationDuration
* Rename to indeterminateAnimationDuration in README
* Rename indeterminateAnimation... | oblador_react-native-progress | train |
c021b47dcbc45f9ea0ca056de8d0a736f5a16fac | diff --git a/core/scc/importsysccs.go b/core/scc/importsysccs.go
index <HASH>..<HASH> 100644
--- a/core/scc/importsysccs.go
+++ b/core/scc/importsysccs.go
@@ -37,7 +37,7 @@ func builtInSystemChaincodes(ccp ccprovider.ChaincodeProvider, p *Provider, aclP
{
Enabled: true,
Name: "qscc",
-... | [FAB-<I>] Fix invalid qscc path
The path of qscc (github.com/hyperledger/fabric/core/chaincode/qscc) is wrong.
Change it to correct path of github.com/hyperledger/fabric/core/scc/qscc.
Change-Id: Ic<I>c<I>c<I>a<I>a2d<I>f<I>bc<I>d<I>e4d7 | hyperledger_fabric | train |
49ee84398e17b991f562169c23b4c6eefb7c8294 | diff --git a/bincopy.py b/bincopy.py
index <HASH>..<HASH> 100755
--- a/bincopy.py
+++ b/bincopy.py
@@ -3,10 +3,12 @@
"""
-from __future__ import print_function
+from __future__ import print_function, division
import binascii
import string
+import sys
+import argparse
try:
from StringIO import StringIO
... | bincopy command line script with info subcommand to print general information about given file(s). | eerimoq_bincopy | train |
e5f3a40a4a41fc2de752d47a110ab82793021583 | diff --git a/djkombu/transport.py b/djkombu/transport.py
index <HASH>..<HASH> 100644
--- a/djkombu/transport.py
+++ b/djkombu/transport.py
@@ -3,10 +3,13 @@ from Queue import Empty
from anyjson import serialize, deserialize
from kombu.transport import virtual
+from django.conf import settings
from django.core impo... | Don't consume from fanout queues, and add a default polling interval of <I> (can be changed using the DJKOMBU_POLLING_INTERVAL setting | ask_django-kombu | train |
77f5956cae9fa9698c6a8dd241d544120f5ee611 | diff --git a/src/acdhOeaw/fedora/FedoraResource.php b/src/acdhOeaw/fedora/FedoraResource.php
index <HASH>..<HASH> 100644
--- a/src/acdhOeaw/fedora/FedoraResource.php
+++ b/src/acdhOeaw/fedora/FedoraResource.php
@@ -367,10 +367,11 @@ class FedoraResource {
break;
}
$insert ... | request metadata in triples format and take reported metadata format into account when parsing them | acdh-oeaw_repo-php-util | train |
24f26dcd59277b4a06b28f8158109a21592fbdc8 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,7 +1,7 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
-require 'ruby_rif-cs'
+require 'rif-cs'... | Fixed path in spec_helper | IntersectAustralia_ruby_rif-cs | train |
9326c2df057e0e6396ee08e0d881f420fa805e9d | diff --git a/src/main/java/me/corsin/javatools/batch/BatchProcessor.java b/src/main/java/me/corsin/javatools/batch/BatchProcessor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/corsin/javatools/batch/BatchProcessor.java
+++ b/src/main/java/me/corsin/javatools/batch/BatchProcessor.java
@@ -28,6 +28,7 @@ public ... | Added a way to wait completion on a batch processor. | rFlex_SCJavaTools | train |
7818347eea290cc51987fc20e582a3dd7234e661 | diff --git a/annotations/src/main/java/com/google/j2objc/annotations/J2ObjCIncompatible.java b/annotations/src/main/java/com/google/j2objc/annotations/J2ObjCIncompatible.java
index <HASH>..<HASH> 100644
--- a/annotations/src/main/java/com/google/j2objc/annotations/J2ObjCIncompatible.java
+++ b/annotations/src/main/java... | Mark J2ObjCIncompatible as @Documented so that it shows up in the rendered Javadoc for Guava. | google_j2objc | train |
19f190d13697c628e1d69d634560118f1d0bafb5 | diff --git a/lib/i18n/backend/base.rb b/lib/i18n/backend/base.rb
index <HASH>..<HASH> 100644
--- a/lib/i18n/backend/base.rb
+++ b/lib/i18n/backend/base.rb
@@ -35,7 +35,7 @@ module I18n
if entry.nil? && options.key?(:default)
entry = default(locale, key, options[:default], options)
else
- ... | Allow overriding of entry resolving entry resolving separate from defaults | ruby-i18n_i18n | train |
a4b07e03e6b38a07a9197553c8eabc8c32d9fd42 | diff --git a/xdataweb/web/NER/NER.js b/xdataweb/web/NER/NER.js
index <HASH>..<HASH> 100644
--- a/xdataweb/web/NER/NER.js
+++ b/xdataweb/web/NER/NER.js
@@ -334,8 +334,6 @@ window.onload = function(){
// Copy the thresholded nodes over to the local array, and
// record their index as we ... | removed incorrect 'emptying' of arrays | Kitware_tangelo | train |
042eb410b1f743cefbbf158294c52c375426851b | diff --git a/src/assets/translation/en.json b/src/assets/translation/en.json
index <HASH>..<HASH> 100644
--- a/src/assets/translation/en.json
+++ b/src/assets/translation/en.json
@@ -58,6 +58,7 @@
"hints/nodata": "No data",
"hints/units": "Unit",
"hints/nodescr": "No description",
+ "hints/grandtotal"... | Feature: remove totals from marker labels when they are embedded in data (new logic is shared between tools and dialogs) | vizabi_vizabi | train |
847a087f4f5e6fa41ee0c954937ebd32eec4971c | diff --git a/xwiki-commons-core/xwiki-commons-extension/xwiki-platform-extension-api/src/main/java/org/xwiki/extension/handler/internal/DefaultExtensionInitializer.java b/xwiki-commons-core/xwiki-commons-extension/xwiki-platform-extension-api/src/main/java/org/xwiki/extension/handler/internal/DefaultExtensionInitialize... | XWIKI-<I>: Generalize the initialization of extension at application startup for all type of extension
- Optimizations | xwiki_xwiki-commons | train |
3b2805834bd347082d55a3b0a767cacfd8ce13e3 | diff --git a/libcontainer/cgroups/stats.go b/libcontainer/cgroups/stats.go
index <HASH>..<HASH> 100644
--- a/libcontainer/cgroups/stats.go
+++ b/libcontainer/cgroups/stats.go
@@ -46,7 +46,7 @@ type MemoryStats struct {
Usage MemoryData `json:"usage,omitempty"`
// usage of memory + swap
SwapUsage MemoryData `json:... | Adding linux label to test file | opencontainers_runc | train |
e677120127d50a3bfc7beb5c8ded65290ab55b29 | diff --git a/src/androidTest/java/com/couchbase/lite/LiteTestCaseWithDB.java b/src/androidTest/java/com/couchbase/lite/LiteTestCaseWithDB.java
index <HASH>..<HASH> 100644
--- a/src/androidTest/java/com/couchbase/lite/LiteTestCaseWithDB.java
+++ b/src/androidTest/java/com/couchbase/lite/LiteTestCaseWithDB.java
@@ -439,1... | Add unit tests to test GET changes timeout
- Added unit tests to test GET changes timeout for both longpoll and continuous feed.
- Reimplemented LiteTestCaseWithDB.parseJSONResponse() method to parse response body from connection.getResponseInputStream() InputStream instead of from connection.getResponseBody() which ... | couchbase_couchbase-lite-android | train |
86dec564779963412cb72cc34c98bca01a8a9d5a | diff --git a/h2o-core/src/main/java/water/fvec/FileVec.java b/h2o-core/src/main/java/water/fvec/FileVec.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/main/java/water/fvec/FileVec.java
+++ b/h2o-core/src/main/java/water/fvec/FileVec.java
@@ -197,7 +197,7 @@ public abstract class FileVec extends ByteVec {
in... | Go back to <I>MB max chunk size for Parse chunk size logic (even though the DKV can hold larger values). | h2oai_h2o-3 | train |
28e00ad4c0a369fb54461a19ecccc156303c7c0a | diff --git a/amino/dat.py b/amino/dat.py
index <HASH>..<HASH> 100644
--- a/amino/dat.py
+++ b/amino/dat.py
@@ -1,7 +1,7 @@
import inspect
from typing import TypeVar, Type, Any, Generic, GenericMeta, cast, Generator, Tuple
-from amino import Map, Lists, List, Nil, _, Either, Right, Maybe
+from amino import Map, List... | class `ADT` combining `Algebra` and `Dat` | tek_amino | train |
75419e4c9d129569f1bcf46e39cd28bf42e2deae | diff --git a/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraObject.java b/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraObject.java
index <HASH>..<HASH> 100644
--- a/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraObject.java
+++ b/lib/common... | Adding rotation logic for bitmap
Adding rotation logic for bitmap | rhomobile_rhodes | train |
c89b6df638f048bcbf4524b28630b1e6a8c57058 | diff --git a/grapheneapi/graphenewsrpc.py b/grapheneapi/graphenewsrpc.py
index <HASH>..<HASH> 100644
--- a/grapheneapi/graphenewsrpc.py
+++ b/grapheneapi/graphenewsrpc.py
@@ -1,4 +1,5 @@
import websocket
+import urllib
import ssl
import json
import time
@@ -24,6 +25,10 @@ class GrapheneWebsocketRPC(object):
... | Add proxy support to GrapheneWebsocketRPC. | xeroc_python-graphenelib | train |
6cb5aeea43ee259f1ca151e3eb30540c075708cb | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -449,9 +449,7 @@ export default class Critters {
const preload = document.createElement('link');
preload.setAttribute('rel', 'preload');
preload.setAttribute('as', 'font');
- ... | Always use crossorigin=anonymous for fonts (fixes #<I>) | GoogleChromeLabs_critters | train |
cfab595a51101af3250e42f96e91a70fde04bf19 | diff --git a/jenkins/plugin/src/main/resources/lib/octane/configure.js b/jenkins/plugin/src/main/resources/lib/octane/configure.js
index <HASH>..<HASH> 100644
--- a/jenkins/plugin/src/main/resources/lib/octane/configure.js
+++ b/jenkins/plugin/src/main/resources/lib/octane/configure.js
@@ -3,7 +3,7 @@ function octane_j... | user story #<I>: fixing typo | hpsa_hpe-application-automation-tools-plugin | train |
c8d781287cd699963b63cb65d4075834b6fd23e7 | diff --git a/packages/build/src/index.js b/packages/build/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/build/src/index.js
+++ b/packages/build/src/index.js
@@ -142,7 +142,6 @@ module.exports = ({
const sharedConfig = options => ({
mode: MODE,
- bail: true,
context: __dirname,
devtool: ... | fix(build): remove bail option which was causing errors to be hidden (#<I>) | marko-js_cli | train |
3c4b22b623ab5ca8c62d7f3cca21bc0ce020f53c | diff --git a/discord/ext/commands/hybrid.py b/discord/ext/commands/hybrid.py
index <HASH>..<HASH> 100644
--- a/discord/ext/commands/hybrid.py
+++ b/discord/ext/commands/hybrid.py
@@ -101,6 +101,12 @@ def is_converter(converter: Any) -> bool:
return (inspect.isclass(converter) and issubclass(converter, Converter)) ... | [commands] Fix transformers no longer working as annotation | Rapptz_discord.py | train |
14a2cc4ed77eaf214821336387261041520c5e46 | diff --git a/test/lib/Elastica/Test/Type/MappingTest.php b/test/lib/Elastica/Test/Type/MappingTest.php
index <HASH>..<HASH> 100644
--- a/test/lib/Elastica/Test/Type/MappingTest.php
+++ b/test/lib/Elastica/Test/Type/MappingTest.php
@@ -177,4 +177,41 @@ class MappingTest extends BaseTest
$type->addDocument($do... | Test setting dynamic template based on the example from the ES documentation. | ruflin_Elastica | train |
6c205799d7b48cd39ca0527754a1c6a650f321c4 | diff --git a/mongodb_migrations/cli.py b/mongodb_migrations/cli.py
index <HASH>..<HASH> 100644
--- a/mongodb_migrations/cli.py
+++ b/mongodb_migrations/cli.py
@@ -20,8 +20,8 @@ class MigrationManager(object):
migrations = {}
database_migration_names = None
- def __init__(self):
- self.config = Con... | Make `_from_console` called only during main() | DoubleCiti_mongodb-migrations | train |
4c9f90fcf617811fb8a84e5fbad90df7c0a95408 | diff --git a/lib/sass.rb b/lib/sass.rb
index <HASH>..<HASH> 100644
--- a/lib/sass.rb
+++ b/lib/sass.rb
@@ -47,7 +47,7 @@ module Sass
end
options[:filename] = filename
options[:css_filename] = css_filename
- result = compile(File.read(filename), options)
+ result = Sass::Files.tree_for(filename, opt... | Use Sass::Files.tree_for to compile files found on disk. | sass_ruby-sass | train |
8fdb40bd0958b09cef2563e092cdaeb501d62f7a | diff --git a/transmission/transmission.go b/transmission/transmission.go
index <HASH>..<HASH> 100644
--- a/transmission/transmission.go
+++ b/transmission/transmission.go
@@ -480,7 +480,11 @@ func (b *batchAgg) fireBatch(events []*Event) {
if err != nil {
// if we can't decode the responses, just error out all of ... | Add more context to batch response parsing error (#<I>) | honeycombio_libhoney-go | train |
577c177d6a25fa9409a6a7547c6e42da80fda189 | diff --git a/spring-boot/src/test/java/org/springframework/boot/context/listener/ConfigFileApplicationListenerTests.java b/spring-boot/src/test/java/org/springframework/boot/context/listener/ConfigFileApplicationListenerTests.java
index <HASH>..<HASH> 100644
--- a/spring-boot/src/test/java/org/springframework/boot/cont... | Fix typo in EnvironmentTestUtils
Fixes gh-<I> | spring-projects_spring-boot | train |
ecea7927023bfb75899ad3d49fc94dde489a81f4 | diff --git a/ygc-bench/src/main/java/org/gridkit/benchmark/gc/YoungGCPauseBenchmark.java b/ygc-bench/src/main/java/org/gridkit/benchmark/gc/YoungGCPauseBenchmark.java
index <HASH>..<HASH> 100644
--- a/ygc-bench/src/main/java/org/gridkit/benchmark/gc/YoungGCPauseBenchmark.java
+++ b/ygc-bench/src/main/java/org/gridkit/b... | Added average and std. dev methods to test result | aragozin_jvm-tools | train |
2a94e483bf0e9eb0a3058ee9f37da3c57c0e7107 | diff --git a/codekit/cli/github_decimate_org.py b/codekit/cli/github_decimate_org.py
index <HASH>..<HASH> 100755
--- a/codekit/cli/github_decimate_org.py
+++ b/codekit/cli/github_decimate_org.py
@@ -119,8 +119,8 @@ def delete_repos(repos, fail_fast=False, dry_run=False, delay=0):
except github.RateLimitExceede... | add `msg` string to pygithub.CaughtRepositoryError class
consistent with the pygithub.CaughtOrganizationError class. | lsst-sqre_sqre-codekit | train |
545441a47a7070022eda95612d7272b1f52134a9 | diff --git a/__tests__/helpers-test.js b/__tests__/helpers-test.js
index <HASH>..<HASH> 100644
--- a/__tests__/helpers-test.js
+++ b/__tests__/helpers-test.js
@@ -70,6 +70,24 @@ describe('helpers test', () => {
expect(defaultTouchableProps).to.be.an('object');
});
+ it('should create TouchableHighlight... | make compatible with react-native-web | instea_react-native-popup-menu | train |
7b3b97abcfa7fd0995a498b5f8f895ae0cb3f0c0 | diff --git a/adehun.js b/adehun.js
index <HASH>..<HASH> 100644
--- a/adehun.js
+++ b/adehun.js
@@ -23,7 +23,7 @@ var Utils = {
return val && typeof val === "object";
},
isPromise: function (val) {
- return val && val.constructor === Promise;
+ return val && val.constructor === Adehun;
... | Renamed Promise class to Adehun | abdulapopoola_Adehun | train |
4af195cf9d24ea3852d7aeb8e59246367c11e8de | diff --git a/goals/Base.php b/goals/Base.php
index <HASH>..<HASH> 100644
--- a/goals/Base.php
+++ b/goals/Base.php
@@ -97,4 +97,9 @@ class Base extends \hiqdev\collection\Manager implements \hiqdev\collection\Item
return $this->getConfig()->getItem('vendor');
}
+ public function getVcs()
+ {
+ ... | + getVcs() at base goal | hiqdev_hidev | train |
37a9208d6e9fc3bdd711777fd95e960bdba63ff6 | diff --git a/php/commands/search-replace.php b/php/commands/search-replace.php
index <HASH>..<HASH> 100644
--- a/php/commands/search-replace.php
+++ b/php/commands/search-replace.php
@@ -7,6 +7,7 @@
*/
class Search_Replace_Command extends WP_CLI_Command {
+ private $dry_run;
private $export_handle = false;
pri... | Abstract `$dry_run` to class variable for better reusability | wp-cli_extension-command | train |
90824779e02f3d70200ee12d139ea4adef642564 | diff --git a/experiments/middleware.py b/experiments/middleware.py
index <HASH>..<HASH> 100644
--- a/experiments/middleware.py
+++ b/experiments/middleware.py
@@ -1,7 +1,14 @@
from experiments.utils import participant
+try:
+ # for Django >= 1.10
+ from django.utils.deprecation import MiddlewareMixin
+except I... | add support for django <I> middlewares | mixcloud_django-experiments | train |
38372cd6eceddb86a07dfdd935844b200917e0de | diff --git a/cherrypy/lib/caching.py b/cherrypy/lib/caching.py
index <HASH>..<HASH> 100644
--- a/cherrypy/lib/caching.py
+++ b/cherrypy/lib/caching.py
@@ -85,7 +85,7 @@ class MemoryCache:
self.cache.pop(self.key())
-def get(invalid_methods=("POST", "PUT", "DELETE")):
+def get(invalid_methods=("POST", "PUT"... | Trunk fix for #<I>. | cherrypy_cheroot | train |
b04762cd116662e459ad4d0b4a20f619ced960f9 | diff --git a/securitycenter/__init__.py b/securitycenter/__init__.py
index <HASH>..<HASH> 100644
--- a/securitycenter/__init__.py
+++ b/securitycenter/__init__.py
@@ -10,6 +10,6 @@ __authors__ = [
'Steven McGrath <steve@chigeek.com>',
'David Lord <davidism@gmail.com>',
]
-__version__ = '2.0a1'
+__version__ ... | Upped rev to <I> alpha 2 | SteveMcGrath_pySecurityCenter | train |
5bc7927b60ec230bd7bfb16d35a5fa2b1ee05706 | diff --git a/tests.py b/tests.py
index <HASH>..<HASH> 100644
--- a/tests.py
+++ b/tests.py
@@ -202,11 +202,9 @@ class SimpleTestCase(BasicTestCase):
response = self.client.patch('/test/%s' % str(obj['_id']),
data=json.dumps(data),
cont... | fixed tests for <I> to <I> change on update | gevious_flask_slither | train |
f549596d912eefa02260b1cdf3d33f3bc898dd8a | diff --git a/src/org/openscience/cdk/ringsearch/SSSRFinder.java b/src/org/openscience/cdk/ringsearch/SSSRFinder.java
index <HASH>..<HASH> 100644
--- a/src/org/openscience/cdk/ringsearch/SSSRFinder.java
+++ b/src/org/openscience/cdk/ringsearch/SSSRFinder.java
@@ -1,6 +1,6 @@
/* $RCSfile$
- * $Author$
- * $Date$ ... | A few standard classes now also use the more efficient LoggingTool API
git-svn-id: <URL> | cdk_cdk | train |
c30fde96fb473178f2cb77bec0a5a047388ed495 | diff --git a/envparse.py b/envparse.py
index <HASH>..<HASH> 100644
--- a/envparse.py
+++ b/envparse.py
@@ -70,7 +70,10 @@ class Env(object):
def __call__(self, var, cast=None, default=NOTSET):
if var in self.schema:
var_info = self.schema[var]
- if hasattr(var_info, '__len__'):
+ ... | Fixing schema when just cast fn is passed | rconradharris_envparse | train |
35864b42a64b726f78ed80c1f5bd024d2e97007e | diff --git a/src/main/java/org/roaringbitmap/RoaringBitmap.java b/src/main/java/org/roaringbitmap/RoaringBitmap.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/roaringbitmap/RoaringBitmap.java
+++ b/src/main/java/org/roaringbitmap/RoaringBitmap.java
@@ -678,49 +678,9 @@ public class RoaringBitmap implements Cl... | Union cardinality can be computed fast from the intersection cardinality | RoaringBitmap_RoaringBitmap | train |
2930c9a92a0fe84bb4d3bb6a76a75313a45114d7 | diff --git a/lib/gemsmith/rake/publisher.rb b/lib/gemsmith/rake/publisher.rb
index <HASH>..<HASH> 100644
--- a/lib/gemsmith/rake/publisher.rb
+++ b/lib/gemsmith/rake/publisher.rb
@@ -1,7 +1,10 @@
# frozen_string_literal: true
require "milestoner"
+require "gemsmith/configuration"
require "gemsmith/credentials"
+re... | Added gem configuration to rake publisher.
- Leverages the gem configuration option for signing version tags (or
not signing) when publishing a gem. | bkuhlmann_gemsmith | train |
dded898b17ea5619acd1062c6d5ace2c01d987ee | diff --git a/app/models/concerns/enju_circulation/enju_item.rb b/app/models/concerns/enju_circulation/enju_item.rb
index <HASH>..<HASH> 100644
--- a/app/models/concerns/enju_circulation/enju_item.rb
+++ b/app/models/concerns/enju_circulation/enju_item.rb
@@ -109,11 +109,12 @@ module EnjuCirculation
end
def ... | waiting should not include "retained" state. cf. next-l/enju_leaf#<I> | next-l_enju_circulation | train |
e407547b1b26224c4c14fbaab73bf0d6b809e0d6 | diff --git a/tests/Gaufrette/Adapter/LocalTest.php b/tests/Gaufrette/Adapter/LocalTest.php
index <HASH>..<HASH> 100644
--- a/tests/Gaufrette/Adapter/LocalTest.php
+++ b/tests/Gaufrette/Adapter/LocalTest.php
@@ -351,6 +351,7 @@ class LocalTest extends \PHPUnit_Framework_TestCase
/**
* @test
+ * @covers ... | Move listDirectory test to functional tests case. | KnpLabs_Gaufrette | train |
abd7c4aaf2e294844d65255fa083c298e04ad84b | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-express",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "Fast, unopinionated, minimalist browser framework",
"main": "src/js/index.js",
"scripts": {
d... | <I> - Only add to push state if document.location changed | williamcotton_browser-express | train |
27dd21f2425091bacdc3ce9a6c35667b24f20058 | diff --git a/smbprotocol/__init__.py b/smbprotocol/__init__.py
index <HASH>..<HASH> 100644
--- a/smbprotocol/__init__.py
+++ b/smbprotocol/__init__.py
@@ -10,4 +10,4 @@ except ImportError: # pragma: no cover
logger = logging.getLogger(__name__)
logger.addHandler(NullHandler())
-__version__ = '0.0.1.dev1'
+__versio... | Bumped version to dev2, allow open of root share dir | jborean93_smbprotocol | train |
8a043e18e5fd6c7af9fe7519692def3a45e036db | diff --git a/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java b/marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java
index <HASH>..<HASH> 100644
--- a/marklogic-client-... | No Task - Removed sun based packages. | marklogic_java-client-api | train |
ac876af35f04c07724a9db167e958d7fcf3a4848 | diff --git a/moco-runner/src/main/java/com/github/dreamhead/moco/parser/model/DynamicResponseHandlerFactory.java b/moco-runner/src/main/java/com/github/dreamhead/moco/parser/model/DynamicResponseHandlerFactory.java
index <HASH>..<HASH> 100644
--- a/moco-runner/src/main/java/com/github/dreamhead/moco/parser/model/Dynami... | replaced immutable list with fluent iterable in dynamic response handler factory | dreamhead_moco | train |
f23697c9c833cac6e0b6b22c1315fd12d63fab46 | diff --git a/kippt/__init__.py b/kippt/__init__.py
index <HASH>..<HASH> 100644
--- a/kippt/__init__.py
+++ b/kippt/__init__.py
@@ -1 +0,0 @@
-from kippt import kippt
\ No newline at end of file | import kippt unnecessary (and does not make sense anyhow) | thomasbiddle_Kippt-for-Python | train |
ddc9a671c544843a4e4b989086c3b65dfaf0f83e | diff --git a/src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java b/src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java
+++ b/src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java
@@ -81,6 +81,... | [JENKINS-<I>] Improve write performance for big files under $JENKINS_HOME/logs/tasks/ by using BufferedOutputStream instead of OutputStream | jenkinsci_support-core-plugin | train |
4251ff022df4571cba7029286c4d1c597b4453e1 | diff --git a/lib/ripl/rc/squeeze_history.rb b/lib/ripl/rc/squeeze_history.rb
index <HASH>..<HASH> 100644
--- a/lib/ripl/rc/squeeze_history.rb
+++ b/lib/ripl/rc/squeeze_history.rb
@@ -31,7 +31,7 @@ module Ripl::Rc::SqueezeHistory
else
result << item
end
- }.last(Ripl.config[:rc_squeeze_... | squeeze_history.rb: put config on the bottom | godfat_rib | train |
19e15b4959c89cf8c629d9c398825339af54ba34 | diff --git a/multilingual_model/admin.py b/multilingual_model/admin.py
index <HASH>..<HASH> 100644
--- a/multilingual_model/admin.py
+++ b/multilingual_model/admin.py
@@ -6,6 +6,12 @@ MAX_LANGUAGES = len(settings.LANGUAGES)
class TranslationInline(admin.StackedInline):
+ def __init__(self, *args, **kwargs):
+ ... | Automagically hide language choices of none are available. | dokterbob_django-multilingual-model | train |
95a1f0892ee6f17ea082f11f96f111d3a971af5a | diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py
index <HASH>..<HASH> 100644
--- a/pycdlib/pycdlib.py
+++ b/pycdlib/pycdlib.py
@@ -1350,7 +1350,6 @@ class PyCdlib(object):
# files. Note that data for files is assigned in the 'normal'
# file assignment below.
- udf_file_entry_... | Assign UDF File Entry extents appropriately.
That is, when we are assigning them, make sure to walk
all of the linked records and set the locations appropriately | clalancette_pycdlib | train |
370c4e584a79e8b37fb890f1b80fef3dbcb7bfb5 | diff --git a/test/unit/qwester_test.rb b/test/unit/qwester_test.rb
index <HASH>..<HASH> 100644
--- a/test/unit/qwester_test.rb
+++ b/test/unit/qwester_test.rb
@@ -1,6 +1,11 @@
require 'test_helper'
class QwesterTest < ActiveSupport::TestCase
+
+ def setup
+ Qwester.active_admin_menu = nil
+ end
+
def te... | Updates qwester test so that setting active_admin_menu option in app does not affect test | reggieb_qwester | train |
77ac441d7e0d1e488ae49ca34852c736d6c0b782 | diff --git a/pysat/tests/test_utils_files.py b/pysat/tests/test_utils_files.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/test_utils_files.py
+++ b/pysat/tests/test_utils_files.py
@@ -150,7 +150,7 @@ class TestFileDirectoryTranslations(TravisCICleanSetup):
# Check how many instruments have no files found. W... | TST: captured -> captured.out | rstoneback_pysat | train |
5d19051754612e9ae09dc78efe31d8fe3ddf9e2f | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -11,7 +11,8 @@ const debug = require('debug')(require('./package').name),
const advertisementName = 'MFBOLT',
lightCharacteristicUUID = 'fff1',
on = 'CLTMP 3200,100',
- off = 'CLTMP 3200,0';
+ off = 'C... | Handle simultaneous connect / getLight calls. Fix saturation issue. | flochtililoch_misfit-bolt | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.