diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/public_header.go b/public_header.go
index <HASH>..<HASH> 100644
--- a/public_header.go
+++ b/public_header.go
@@ -162,13 +162,10 @@ func ParsePublicHeader(b *bytes.Reader, packetSentBy protocol.Perspective) (*Pub
// see https://github.com/lucas-clemente/quic-go/issues/232
if !header.VersionFlag && !h... | optimize reading of diversification nonces from the PublicHeader |
diff --git a/src/Thujohn/Twitter/Twitter.php b/src/Thujohn/Twitter/Twitter.php
index <HASH>..<HASH> 100644
--- a/src/Thujohn/Twitter/Twitter.php
+++ b/src/Thujohn/Twitter/Twitter.php
@@ -430,6 +430,11 @@ class Twitter extends tmhOAuth {
return 'https://twitter.com/intent/favorite?tweet_id=' . $tweet->id_str;
}
+... | Add linkReply method to get reply url. |
diff --git a/test/base/options.js b/test/base/options.js
index <HASH>..<HASH> 100644
--- a/test/base/options.js
+++ b/test/base/options.js
@@ -108,4 +108,10 @@ describe ('neural network constructor values', () => {
var net = new brain.NeuralNetwork(opts);
assert.equal(opts.activation, net.activation, `activat... | Added basic test for leakyReluAlpha option |
diff --git a/src/Dots.js b/src/Dots.js
index <HASH>..<HASH> 100644
--- a/src/Dots.js
+++ b/src/Dots.js
@@ -3,10 +3,10 @@ import { Paper } from 'material-ui'
const styles = {
dot: {
- width: 10,
- height: 10,
+ width: 8,
+ height: 8,
background: '#fff',
- margin: '0 3px',
+ margin: '0 4px',
... | Adjust size and spacing of the dots according to specs. |
diff --git a/modules/ircbee/ircbee.go b/modules/ircbee/ircbee.go
index <HASH>..<HASH> 100644
--- a/modules/ircbee/ircbee.go
+++ b/modules/ircbee/ircbee.go
@@ -115,10 +115,10 @@ func (sys *IrcBee) Action(action modules.Action) bool {
case "send":
for _, opt := range action.Options {
if opt.Name == "channel" {
-... | * Placeholder's value needs be an interface{}, so we can stuff arbitrary content in it. |
diff --git a/js/cloudmine.js b/js/cloudmine.js
index <HASH>..<HASH> 100644
--- a/js/cloudmine.js
+++ b/js/cloudmine.js
@@ -60,7 +60,7 @@
*/
var apply_params = function(url, opts){
var params = {};
- var valid_params = ["f", "count", "skip", "limit"];
+ var valid_params = ["f", "count",... | added "params" to valid params list |
diff --git a/src/main/java/org/telegram/botapi/api/TelegramBot.java b/src/main/java/org/telegram/botapi/api/TelegramBot.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/telegram/botapi/api/TelegramBot.java
+++ b/src/main/java/org/telegram/botapi/api/TelegramBot.java
@@ -361,12 +361,9 @@ public final class Teleg... | Change the setUpdateMethod method to startUpdates without any arguments. |
diff --git a/src/frontend/org/voltcore/logging/VoltLogger.java b/src/frontend/org/voltcore/logging/VoltLogger.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltcore/logging/VoltLogger.java
+++ b/src/frontend/org/voltcore/logging/VoltLogger.java
@@ -126,6 +126,7 @@ public class VoltLogger {
} ... | For ENG-<I>, bring back missing break |
diff --git a/NavigationReactMobile/sample/twitter/createStateNavigator.js b/NavigationReactMobile/sample/twitter/createStateNavigator.js
index <HASH>..<HASH> 100644
--- a/NavigationReactMobile/sample/twitter/createStateNavigator.js
+++ b/NavigationReactMobile/sample/twitter/createStateNavigator.js
@@ -15,9 +15,10 @@ ex... | Navigated home -> tweet -> photo on start
If photo bookmarked then X should go back to tweet that owns the photo and then to home |
diff --git a/nosedjango/nosedjango.py b/nosedjango/nosedjango.py
index <HASH>..<HASH> 100644
--- a/nosedjango/nosedjango.py
+++ b/nosedjango/nosedjango.py
@@ -14,7 +14,9 @@ import nose.case
# search the current working directory and all parent directories to find
# the settings file
from nose.importer import add_pat... | Support custom named setttings.py files |
diff --git a/src/brackets.js b/src/brackets.js
index <HASH>..<HASH> 100644
--- a/src/brackets.js
+++ b/src/brackets.js
@@ -14,10 +14,15 @@ $(document).ready(function() {
value: 'var myResponse="Yes, it will be!"\n'
});
+ // Load a default project into the tree
if (brackets.inBrowser) {
+ // In bro... | Set up Brackets so it loads its own src code by
default (if outside of appshell, it still uses
hardcoded dummy data instead). |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ class DiscoverTest(Command):
setup(
name='isc_dhcp_leases',
- version='0.4.0',
+ version='0.4.1',
packages=['isc_dhcp_leases'],
url='https://github.com/MartijnBraam/python-isc-dhcp-leases... | Released <I> with IPv6 bugfixes |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,18 +1,24 @@
from setuptools import setup
+try:
+ import pypandoc
+ long_description = pypandoc.convert('README.md', 'rst', 'markdown')
+except (ImportError, FileNotFoundError, RuntimeError):
+ #ImportError: pypa... | setup.py now uses pypandoc
* setup.py now attempts to use pypandoc to convert README.md to rst
for pypi |
diff --git a/thehive4py/helpers.py b/thehive4py/helpers.py
index <HASH>..<HASH> 100644
--- a/thehive4py/helpers.py
+++ b/thehive4py/helpers.py
@@ -1,4 +1,10 @@
import datetime as dt
+import time
+
+
+def now_to_ts() -> int:
+ """Return now as TheHive timestamp."""
+ return int(time.time() * 1000)
def dt_to_... | Add now to timestamp helper |
diff --git a/cpo-jdbc/src/test/java/org/synchronoss/cpo/jdbc/EntityTest.java b/cpo-jdbc/src/test/java/org/synchronoss/cpo/jdbc/EntityTest.java
index <HASH>..<HASH> 100755
--- a/cpo-jdbc/src/test/java/org/synchronoss/cpo/jdbc/EntityTest.java
+++ b/cpo-jdbc/src/test/java/org/synchronoss/cpo/jdbc/EntityTest.java
@@ -37,7 ... | Fixed the logger static to be correct |
diff --git a/torrent.go b/torrent.go
index <HASH>..<HASH> 100644
--- a/torrent.go
+++ b/torrent.go
@@ -204,7 +204,7 @@ func (t *Torrent) addrActive(addr string) bool {
return false
}
-func (t *Torrent) worstUnclosedConns() (ret []*connection) {
+func (t *Torrent) unclosedConnsAsSlice() (ret []*connection) {
ret ... | It looks like Torrent.worstBadConn was returning an arbitrary bad connection, it wasn't the worst
heap.Init got lost somewhere along the way? Need a unit test for this. |
diff --git a/src/Engine/Elasticsearch/ElasticsearchClient.php b/src/Engine/Elasticsearch/ElasticsearchClient.php
index <HASH>..<HASH> 100644
--- a/src/Engine/Elasticsearch/ElasticsearchClient.php
+++ b/src/Engine/Elasticsearch/ElasticsearchClient.php
@@ -45,6 +45,8 @@ class ElasticsearchClient
$this->method = ... | <I> - Added method which decodes json response from elasticsearch. |
diff --git a/scripts/install.js b/scripts/install.js
index <HASH>..<HASH> 100644
--- a/scripts/install.js
+++ b/scripts/install.js
@@ -53,4 +53,4 @@ var uglifyConfigFile = fs.readFileSync(path.join(__dirname, '../uglify-config.js
fs.writeFileSync(path.join(paths[0], 'uglify-config.json'), uglifyConfigFile);
console... | execution permissions: only chmod +x uglify.js
When installing this package, it shouldn't change the execution permission of all the files in hooks/ but rather only uglify.js. |
diff --git a/lib/go/thrift/simple_server.go b/lib/go/thrift/simple_server.go
index <HASH>..<HASH> 100644
--- a/lib/go/thrift/simple_server.go
+++ b/lib/go/thrift/simple_server.go
@@ -221,7 +221,9 @@ func treatEOFErrorsAsNil(err error) error {
if err == nil {
return nil
}
- if err == io.EOF {
+ // err could be io... | THRIFT-<I>: Handle wrapped io.EOF errors
TCompactProtocol (which is used by THeaderTransport to read headers)
could wrap the underlying error with TProtocolException, which breaks
err == io.EOF test in some cases.
Client: go
This closes #<I>. |
diff --git a/custom-rating-grifus.php b/custom-rating-grifus.php
index <HASH>..<HASH> 100644
--- a/custom-rating-grifus.php
+++ b/custom-rating-grifus.php
@@ -13,7 +13,7 @@ return [
'id' => 'CustomRatingGrifus',
'name' => 'Custom Rating',
- 'version' => '1.0.0',
+ 'version' => '1.... | Updated to <I> version |
diff --git a/src/Cli.php b/src/Cli.php
index <HASH>..<HASH> 100644
--- a/src/Cli.php
+++ b/src/Cli.php
@@ -13,7 +13,8 @@ use Joomla\Filter;
/**
* Joomla! Input CLI Class
*
- * @since 1.0
+ * @since 1.0
+ * @deprecated 2.0 Use a Symfony\Component\Console\Input\InputInterface implementation when using the `... | Deprecate CLI subclass support in favor of symfony/console API |
diff --git a/src/processor.js b/src/processor.js
index <HASH>..<HASH> 100644
--- a/src/processor.js
+++ b/src/processor.js
@@ -440,6 +440,7 @@ function processRoom(roomId, {intents, roomObjects, users, roomTerrain, gameTime
//userVisibility[object.user] = true;
if(object.type != 'con... | refact(processor): exclude ruins and tombstones from map view |
diff --git a/tests/hooks/test_hive_hook.py b/tests/hooks/test_hive_hook.py
index <HASH>..<HASH> 100644
--- a/tests/hooks/test_hive_hook.py
+++ b/tests/hooks/test_hive_hook.py
@@ -208,7 +208,7 @@ class TestHiveMetastoreHook(HiveEnvironmentTest):
pattern=self.table + "*")
s... | [AIRFLOW-<I>] Fix TestHiveMetastoreHook to run all cases
TestHiveMetastoreHook has a method which name
doesn't start with test_. This PR renames it
to be executed.
Closes #<I> from sekikn/AIRFLOW-<I> |
diff --git a/tests/unit/DynamicActiveQueryTest.php b/tests/unit/DynamicActiveQueryTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/DynamicActiveQueryTest.php
+++ b/tests/unit/DynamicActiveQueryTest.php
@@ -83,6 +83,24 @@ class DynamicActiveQueryTest extends DatabaseTestCase
}
}
+ public function... | added test for nested attr recognizing |
diff --git a/algoliasearch/src/offline/java/com/algolia/search/saas/OfflineIndex.java b/algoliasearch/src/offline/java/com/algolia/search/saas/OfflineIndex.java
index <HASH>..<HASH> 100644
--- a/algoliasearch/src/offline/java/com/algolia/search/saas/OfflineIndex.java
+++ b/algoliasearch/src/offline/java/com/algolia/sea... | [offline] Make completion handler mandatory on transaction rollback |
diff --git a/lib/hammer_cli_katello/content_view_version.rb b/lib/hammer_cli_katello/content_view_version.rb
index <HASH>..<HASH> 100644
--- a/lib/hammer_cli_katello/content_view_version.rb
+++ b/lib/hammer_cli_katello/content_view_version.rb
@@ -18,7 +18,9 @@ module HammerCLIKatello
version
end
- ... | refs #<I> - add org back to content-view version commands, bz <I> |
diff --git a/src/Chronos/Scaffolding/config/defaults.php b/src/Chronos/Scaffolding/config/defaults.php
index <HASH>..<HASH> 100644
--- a/src/Chronos/Scaffolding/config/defaults.php
+++ b/src/Chronos/Scaffolding/config/defaults.php
@@ -2,7 +2,7 @@
return [
- 'version' => '2.2.18',
+ 'version' => '2.2.19',
... | Fixed issue with laravel/passport versioning |
diff --git a/pyathena/result_set.py b/pyathena/result_set.py
index <HASH>..<HASH> 100644
--- a/pyathena/result_set.py
+++ b/pyathena/result_set.py
@@ -309,6 +309,7 @@ class AthenaPandasResultSet(AthenaResultSet):
)
if (
self.state == AthenaQueryExecution.STATE_SUCCEEDED
+ and s... | Fix Item "None" of "Optional[str]" has no attribute "endswith" |
diff --git a/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/TryBlueOceanMenu.java b/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/TryBlueOceanMenu.java
index <HASH>..<HASH> 100644
--- a/blueocean-rest-impl/src/main/java/io/jenkins/blueocean/service/embedded/TryBlueOcea... | JENKINS-<I> sometimes replaceAction will fail because an action in the list is null (#<I>) |
diff --git a/packages/ember-metal/lib/platform.js b/packages/ember-metal/lib/platform.js
index <HASH>..<HASH> 100644
--- a/packages/ember-metal/lib/platform.js
+++ b/packages/ember-metal/lib/platform.js
@@ -183,6 +183,7 @@ if (!(Object.create && !Object.create(null).hasOwnProperty)) {
return object;
};
+ cre... | [BUGFIX]fix Object.create sham for IE8
The `isSimulated` check was removed in
2fde5b7ee<I>be<I>c<I>bba<I>b0dcf<I>ba.
The `isSimulated` check is used internally by
Ember for things like Ember.keys(Object.keys) polyfill.
Github link:
<URL> |
diff --git a/transformers/engine.io/client.js b/transformers/engine.io/client.js
index <HASH>..<HASH> 100644
--- a/transformers/engine.io/client.js
+++ b/transformers/engine.io/client.js
@@ -47,6 +47,13 @@ module.exports = function client() {
// Binary support in Engine.IO breaks a shit things. Turn it off for n... | [fix] Force timestamped requests for engine.io |
diff --git a/acceptance/tests/resource/file/symbolic_modes.rb b/acceptance/tests/resource/file/symbolic_modes.rb
index <HASH>..<HASH> 100644
--- a/acceptance/tests/resource/file/symbolic_modes.rb
+++ b/acceptance/tests/resource/file/symbolic_modes.rb
@@ -1,5 +1,8 @@
test_name "file resource: symbolic modes"
confine :... | (PUP-<I>) Acceptance - no master in symbolic_modes
This commit confines hosts eligible to be included in the execution
of the `resource/file/symbolic_modes` test.
It removes the master from the hosts list.
It also moves the logic to exclude windows and solaris-<I> from
the body of the test and places them as confine ... |
diff --git a/digsandpaper/elasticsearch_mapping/generate.py b/digsandpaper/elasticsearch_mapping/generate.py
index <HASH>..<HASH> 100644
--- a/digsandpaper/elasticsearch_mapping/generate.py
+++ b/digsandpaper/elasticsearch_mapping/generate.py
@@ -58,7 +58,12 @@ def generate(default_mapping, semantic_types,
... | Don't index key_count and provenance_count |
diff --git a/src/ORMServiceProvider.php b/src/ORMServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/ORMServiceProvider.php
+++ b/src/ORMServiceProvider.php
@@ -15,7 +15,7 @@ class ORMServiceProvider extends ServiceProvider
{
$this->publishes([
__DIR__ . '/../config/orm.php' => config_p... | updated srvice provider tag |
diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -32,7 +32,9 @@ function buildProblemFilePath() {
function buildOnFinishedHandler(problemFilePath, callback) {
return function() {
- fs.unlink(problemFilePath);
+ ['.mzn', '.fzn', '.ozn'].forEach(fun... | Clean up all temporary files on failure
The solver creates some temporary files that should be deleted after
any execution, including timeouts. |
diff --git a/lib/jsduck/doc/ast.rb b/lib/jsduck/doc/ast.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/doc/ast.rb
+++ b/lib/jsduck/doc/ast.rb
@@ -95,7 +95,6 @@ module JsDuck
def create_css_mixin(docs, doc_map)
return add_shared({
:tagname => :css_mixin,
- :name => detect_name(:c... | Remove CSS mixin name detection from DocAst.
There is no @tag for CSS Mixins, and therefore no way to define
a mixin name inside documentation - it can only be derived from code. |
diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -94,7 +94,7 @@ describe("JSKOS JSON Schemas", () => {
let errorText =
!result
? `${type} ${object.uri} did not validate:
- ${validate[type].errors.red... | Show data path for validation errors
Note: The tests currently fail because examples/jskos/mapping-ddc-gnd.json does not conform to the JSKOS specification. |
diff --git a/medoo.php b/medoo.php
index <HASH>..<HASH> 100644
--- a/medoo.php
+++ b/medoo.php
@@ -815,7 +815,7 @@ class medoo
return $this->exec('UPDATE "' . $table . '" SET ' . $replace_query . $this->where_clause($where));
}
- public function get($table, $columns, $where = null)
+ public function get($table, ... | [feature] Add table joining support for get API |
diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php
index <HASH>..<HASH> 100644
--- a/tests/DatabaseTest.php
+++ b/tests/DatabaseTest.php
@@ -226,6 +226,14 @@ class DatabaseTest extends \PHPUnit_Extensions_Database_TestCase
$this->assertTrue(false, 'Unknown exception');
}
$this->... | Test excludeRoutes + includeRoutes |
diff --git a/pkg/action/upgrade.go b/pkg/action/upgrade.go
index <HASH>..<HASH> 100644
--- a/pkg/action/upgrade.go
+++ b/pkg/action/upgrade.go
@@ -233,6 +233,13 @@ func (u *Upgrade) prepareUpgrade(name string, chart *chart.Chart, vals map[strin
func (u *Upgrade) performUpgrade(originalRelease, upgradedRelease *release... | Add an improved user error message for removed k8s apis
The error message returned from Kubernetes when APIs are
removed is not very informative. This PR adds additional
information to the user. It covers the current release manifest
APIs.
Partial #<I> |
diff --git a/src/ExprBuilder.php b/src/ExprBuilder.php
index <HASH>..<HASH> 100644
--- a/src/ExprBuilder.php
+++ b/src/ExprBuilder.php
@@ -21,7 +21,7 @@ class ExprBuilder implements ExpressionInterface
/**
* @param mixed $wrappedExpression
*/
- public function __construct($wrappedExpression)
+ pu... | added test for aliasing expression |
diff --git a/spec/lib/pwwka/error_handlers/chain_spec.rb b/spec/lib/pwwka/error_handlers/chain_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/pwwka/error_handlers/chain_spec.rb
+++ b/spec/lib/pwwka/error_handlers/chain_spec.rb
@@ -19,24 +19,14 @@ describe Pwwka::ErrorHandlers::Chain do
it "does not run subse... | Update Chain unit specs to handle halting the error handling chain instead of aborting the process |
diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,7 +1,9 @@
module.exports = {
Headers: require('./Headers'),
Message: require('./Message'),
+ RequestLine: require('./RequestLine'),
HttpRequest: require('./HttpRequest'),
+ StatusLine: ... | Expose RequestLine and StatusLine on the exported object. |
diff --git a/src/client/ui/controls.js b/src/client/ui/controls.js
index <HASH>..<HASH> 100644
--- a/src/client/ui/controls.js
+++ b/src/client/ui/controls.js
@@ -148,7 +148,7 @@ export default class StorybookControls extends React.Component {
textAlign: 'center',
borderRadius: '2px',
padding: '5px... | Link React Storybooks Menu to the Repo (#<I>)
* add repo link
* variable changes |
diff --git a/ext_emconf.php b/ext_emconf.php
index <HASH>..<HASH> 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -16,7 +16,7 @@ $EM_CONF[$_EXTKEY] = array(
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
- 'version' => '3.0.2',
+ 'version' => '3.1.0dev',
'constraints' =>... | set version to <I>dev |
diff --git a/ImageCacheProvider.js b/ImageCacheProvider.js
index <HASH>..<HASH> 100644
--- a/ImageCacheProvider.js
+++ b/ImageCacheProvider.js
@@ -14,6 +14,7 @@ const SHA1 = require("crypto-js/sha1");
const URL = require('url-parse');
const defaultHeaders = {};
+const defaultImageTypes = ['png', 'jpeg', 'jpg', 'gif... | Filter image types
Make clear that the file type is an compatible image type. |
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface... | bumped Symfony version to <I> |
diff --git a/src/resources/views/logger/partials/activity-table.blade.php b/src/resources/views/logger/partials/activity-table.blade.php
index <HASH>..<HASH> 100644
--- a/src/resources/views/logger/partials/activity-table.blade.php
+++ b/src/resources/views/logger/partials/activity-table.blade.php
@@ -68,7 +68,13 @@ if... | Allow user to navigate inside the View Record Details page |
diff --git a/tests/unit/modules/test_zcbuildout.py b/tests/unit/modules/test_zcbuildout.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/test_zcbuildout.py
+++ b/tests/unit/modules/test_zcbuildout.py
@@ -78,7 +78,7 @@ class Base(TestCase, LoaderModuleMockMixin):
[salt.utils.path.which_bin(KNOWN_VIRT... | Only upgrade to `setuptools<<I>` since the test requires `easy_install` |
diff --git a/src/Event/Base/EventDispatcher.php b/src/Event/Base/EventDispatcher.php
index <HASH>..<HASH> 100644
--- a/src/Event/Base/EventDispatcher.php
+++ b/src/Event/Base/EventDispatcher.php
@@ -443,6 +443,8 @@ class EventDispatcher implements EventDispatcherInterface
case is_array($eventListener):... | missing default statement
Details of additions/deletions below:
--------------------------------------------------------------
Modified: Event/Base/EventDispatcher.php
-- Updated --
_logEvent added missing default statement |
diff --git a/host/basil/utils/SimSiLibUsb.py b/host/basil/utils/SimSiLibUsb.py
index <HASH>..<HASH> 100644
--- a/host/basil/utils/SimSiLibUsb.py
+++ b/host/basil/utils/SimSiLibUsb.py
@@ -79,8 +79,9 @@ class SiUSBDevice(object):
raise NotImplementedError("To be implemented.")
def WriteI2C(self, a... | BUG: Fix I2C Sim |
diff --git a/container/docker/engine.py b/container/docker/engine.py
index <HASH>..<HASH> 100644
--- a/container/docker/engine.py
+++ b/container/docker/engine.py
@@ -98,7 +98,7 @@ class Engine(BaseEngine):
COMPOSE_WHITELIST = (
'links', 'depends_on', 'cap_add', 'cap_drop', 'command', 'devices',
- ... | Adds 'environment' to COMPOSE_WHITELIST (#<I>) |
diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go
index <HASH>..<HASH> 100644
--- a/cmd/minikube/cmd/start.go
+++ b/cmd/minikube/cmd/start.go
@@ -859,8 +859,8 @@ func validateDriverVersion(vmDriver string) {
cmd := exec.Command("docker-machine-driver-kvm2", "version")
output, err := cmd.Output()
... | Add comment about kvm2 force upgrade |
diff --git a/revisionloader.py b/revisionloader.py
index <HASH>..<HASH> 100644
--- a/revisionloader.py
+++ b/revisionloader.py
@@ -92,7 +92,11 @@ class RevisionLoader(object):
#w = self.repo.weave_store.get_weave_or_empty(ie.file_id, tx)
#if ie.revision in w:
# continue
- ... | improve explanation of faster check in revisionloader |
diff --git a/lib/Skeleton/Transaction/Transaction.php b/lib/Skeleton/Transaction/Transaction.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Transaction/Transaction.php
+++ b/lib/Skeleton/Transaction/Transaction.php
@@ -244,6 +244,7 @@ abstract class Transaction {
if (!$this->recurring) {
$this->completed = t... | Reset retry_attempt if completed |
diff --git a/fermipy/jobs/target_plotting.py b/fermipy/jobs/target_plotting.py
index <HASH>..<HASH> 100644
--- a/fermipy/jobs/target_plotting.py
+++ b/fermipy/jobs/target_plotting.py
@@ -9,6 +9,7 @@ paralleize that analysis.
"""
from __future__ import absolute_import, division, print_function
+from os.path import s... | Allow reading in yaml file SED in fermipy-plot-sed |
diff --git a/src/extensions/cookie/bootstrap-table-cookie.js b/src/extensions/cookie/bootstrap-table-cookie.js
index <HASH>..<HASH> 100644
--- a/src/extensions/cookie/bootstrap-table-cookie.js
+++ b/src/extensions/cookie/bootstrap-table-cookie.js
@@ -373,16 +373,13 @@ $.BootstrapTable = class extends $.BootstrapTable {... | Adding cookie support for toggle all columns options |
diff --git a/src/models/log.js b/src/models/log.js
index <HASH>..<HASH> 100644
--- a/src/models/log.js
+++ b/src/models/log.js
@@ -101,6 +101,7 @@ async function displayLogs ({ appAddonId, until, since, filter, deploymentId })
async function watchDeploymentAndDisplayLogs ({ ownerId, appId, deploymentId, commitId, k... | deploy/restart: add "waiting for deployment to start..." message |
diff --git a/app/assets/javascripts/jquery/active_scaffold.js b/app/assets/javascripts/jquery/active_scaffold.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/jquery/active_scaffold.js
+++ b/app/assets/javascripts/jquery/active_scaffold.js
@@ -148,7 +148,7 @@ $(document).ready(function() {
return true... | fix recordselect with update_form, it wasn't working after typing to search |
diff --git a/gulp/util/karma.conf.js b/gulp/util/karma.conf.js
index <HASH>..<HASH> 100644
--- a/gulp/util/karma.conf.js
+++ b/gulp/util/karma.conf.js
@@ -10,7 +10,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'node_modules/chai/chai.... | change karma path to pixi build
gulp build pixi to bin/pixi.js |
diff --git a/cache.go b/cache.go
index <HASH>..<HASH> 100644
--- a/cache.go
+++ b/cache.go
@@ -26,7 +26,11 @@ func (item Item) expired(now time.Time) bool {
// Returns true if the item has expired.
func (item Item) Expired() bool {
- return item.expired(time.Now())
+ // "Inlining" of expired
+ if item.Expiration ==... | 'Inline' Get and Expired |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
from setuptools import setup
setup(name='virtualbmc',
- version='0.0.2',
+ version='0.0.3',
description=('Create virtual BMCs for controlling virtual instances '
'via IPM... | Bump the version of the project to <I> |
diff --git a/lib/assets/CacheManifest.js b/lib/assets/CacheManifest.js
index <HASH>..<HASH> 100644
--- a/lib/assets/CacheManifest.js
+++ b/lib/assets/CacheManifest.js
@@ -2,6 +2,7 @@ var util = require('util'),
_ = require('underscore'),
errors = require('../errors'),
extendWithGettersAndSetters = requir... | CacheManifest: Fixed parsing of existing cache manifest.
This was actually covered by a test, but the accidentally global var 'AssetGraph' that was fixed in <I>c<I> prevented the test from failing. What are the odds? |
diff --git a/intranet/utils/html.py b/intranet/utils/html.py
index <HASH>..<HASH> 100644
--- a/intranet/utils/html.py
+++ b/intranet/utils/html.py
@@ -69,4 +69,6 @@ def safe_fcps_emerg_html(text: str, base_url: str) -> str:
return attrs
- return bleach.linkify(bleach.clean(text, tags=ALLOWED_TAGS, attri... | fix(emerg): strip bad tags in FCPS emergency announcements |
diff --git a/Template/Controller.php b/Template/Controller.php
index <HASH>..<HASH> 100644
--- a/Template/Controller.php
+++ b/Template/Controller.php
@@ -21,7 +21,7 @@ abstract class Controller
if( file_exists( $this->get_script_path() ) )
{
ob_start();
- include_once( $this-... | Include once? I dont think so... |
diff --git a/lib/poise_languages/command/mixin.rb b/lib/poise_languages/command/mixin.rb
index <HASH>..<HASH> 100644
--- a/lib/poise_languages/command/mixin.rb
+++ b/lib/poise_languages/command/mixin.rb
@@ -136,9 +136,10 @@ module PoiseLanguages
end
# Create the method to inherit settings fr... | My cute trick doesn't work on Ruby <I> :-(
Reported in <URL> |
diff --git a/para-server/src/main/java/com/erudika/para/search/LuceneUtils.java b/para-server/src/main/java/com/erudika/para/search/LuceneUtils.java
index <HASH>..<HASH> 100644
--- a/para-server/src/main/java/com/erudika/para/search/LuceneUtils.java
+++ b/para-server/src/main/java/com/erudika/para/search/LuceneUtils.ja... | added more fields to be ignored when indexing |
diff --git a/sos/presets/redhat/__init__.py b/sos/presets/redhat/__init__.py
index <HASH>..<HASH> 100644
--- a/sos/presets/redhat/__init__.py
+++ b/sos/presets/redhat/__init__.py
@@ -36,10 +36,15 @@ RHOSP_OPTS = SoSOptions(plugopts=[
RHOCP = "ocp"
RHOCP_DESC = "OpenShift Container Platform by Red Hat"
-RHOCP_OPTS =... | [presets] Adjust OCP preset options
Adjust the options used by the 'ocp' preset to better reflect the
current collection needs and approach.
This includes disabling the `cgroups` plugin due to the large amount of
mostly irrelevant data captured due to the high number of containers
present on OCP nodes, ensuring the `... |
diff --git a/lib/fastlane/actions/actions_helper.rb b/lib/fastlane/actions/actions_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/fastlane/actions/actions_helper.rb
+++ b/lib/fastlane/actions/actions_helper.rb
@@ -1,3 +1,5 @@
+require 'pty'
+
module Fastlane
module Actions
# Execute a shell command
@@ -7,10 +... | Added live output of shell command results |
diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php
index <HASH>..<HASH> 100644
--- a/lib/db/upgrade.php
+++ b/lib/db/upgrade.php
@@ -2308,5 +2308,19 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2017080700.01);
}
+ if ($oldversion < 2017082200.00) {
+ $plugins = ... | MDL-<I> auth: Remove config for old plugins
Note: (<EMAIL>) Amended slightly from original to update versions. |
diff --git a/lib/dml/simpletest/testdml.php b/lib/dml/simpletest/testdml.php
index <HASH>..<HASH> 100644
--- a/lib/dml/simpletest/testdml.php
+++ b/lib/dml/simpletest/testdml.php
@@ -1267,6 +1267,7 @@ class dml_test extends UnitTestCase {
}
// test get_records passing non-existing table
+ // ... | MDL-<I> dml - one more test behavior without params |
diff --git a/bundles/org.eclipse.orion.client.javascript/web/eslint/lib/eslint.js b/bundles/org.eclipse.orion.client.javascript/web/eslint/lib/eslint.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.javascript/web/eslint/lib/eslint.js
+++ b/bundles/org.eclipse.orion.client.javascript/web/eslint/lib... | Bug <I> - ESLint re-attaches comments to AST |
diff --git a/src/Controller/LogController.php b/src/Controller/LogController.php
index <HASH>..<HASH> 100644
--- a/src/Controller/LogController.php
+++ b/src/Controller/LogController.php
@@ -552,6 +552,14 @@ class LogController extends AbstractActionController
'log_date_added' => strftime($melisTra... | can now add the item ID in the log message that has been translated |
diff --git a/dynamic_raw_id/static/dynamic_raw_id/js/dynamic_raw_id.js b/dynamic_raw_id/static/dynamic_raw_id/js/dynamic_raw_id.js
index <HASH>..<HASH> 100644
--- a/dynamic_raw_id/static/dynamic_raw_id/js/dynamic_raw_id.js
+++ b/dynamic_raw_id/static/dynamic_raw_id/js/dynamic_raw_id.js
@@ -21,7 +21,8 @@ function dismis... | Update dynamic_raw_id.js to support custom admin url (#<I>)
* Update dynamic_raw_id.js
Update MOUNT_URL to work with custom admin urls
* Update dynamic_raw_id.js
* Update dynamic_raw_id.js |
diff --git a/luigi/contrib/external_program.py b/luigi/contrib/external_program.py
index <HASH>..<HASH> 100644
--- a/luigi/contrib/external_program.py
+++ b/luigi/contrib/external_program.py
@@ -1,3 +1,18 @@
+"""
+Template tasks for running external programs as luigi tasks.
+
+This module is primarily intended for when... | external_program: Add module-level docs
Mention that plumbum may be a better alternative, if you need more
advanced shell-like features when executing external programs. |
diff --git a/actionpack/test/abstract/layouts_test.rb b/actionpack/test/abstract/layouts_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/abstract/layouts_test.rb
+++ b/actionpack/test/abstract/layouts_test.rb
@@ -87,18 +87,6 @@ module AbstractControllerTests
end
end
- class WithSymbolReturnin... | class WithSymbolReturningString is not used anywhere in the test.
Secondly it seemed from the method that the intent was to test a case
where layout was declared in a symbol and the method named mention in
layout returns nil.
That case is already covered with class class WithSymbolReturningNil .
Also the case of... |
diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -27,7 +27,6 @@ gulp.task('script', function() {
builtins: null,
insertGlobals: false,
detectGlobals: false,
- standalone: 'Should',
fullPaths: false
})
.bundle(); | Expose previous window.Should property manually |
diff --git a/src/ol/format/wktformat.js b/src/ol/format/wktformat.js
index <HASH>..<HASH> 100644
--- a/src/ol/format/wktformat.js
+++ b/src/ol/format/wktformat.js
@@ -495,15 +495,15 @@ ol.format.WKT.Lexer.prototype.readNumber_ = function() {
do {
if (c == '.') {
decimal = true;
- } else if (goog.isDef... | Simplify detection of scientific notation
This change allows us to remove some avoidable function calls (specifically
to goog.isDef(c) and c.toLowerCase()). Additionally, the new check is simpler
to read. |
diff --git a/lib/View/Button.php b/lib/View/Button.php
index <HASH>..<HASH> 100644
--- a/lib/View/Button.php
+++ b/lib/View/Button.php
@@ -88,7 +88,7 @@ class View_Button extends View_HtmlElement {
// {{{ Obsolete
/** @obsolete */
function setAction($js=null,$page=null){
- throw $this->exception('... | View_Button: typo in comment |
diff --git a/actionpack/lib/action_controller/metal/conditional_get.rb b/actionpack/lib/action_controller/metal/conditional_get.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_controller/metal/conditional_get.rb
+++ b/actionpack/lib/action_controller/metal/conditional_get.rb
@@ -66,7 +66,7 @@ module ActionCo... | [ci skip] Fix <tt> in doc |
diff --git a/openquake/calculators/classical.py b/openquake/calculators/classical.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/classical.py
+++ b/openquake/calculators/classical.py
@@ -132,6 +132,7 @@ class ClassicalCalculator(base.HazardCalculator):
ires = parallel.Starmap(
... | Saved memory in classical [skip hazardlib][demos] |
diff --git a/lib/bel/version.rb b/lib/bel/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bel/version.rb
+++ b/lib/bel/version.rb
@@ -1,3 +1,3 @@
module BEL
- VERSION = '0.4.0.beta.9'
+ VERSION = '0.4.0.beta.10'
end | bumped version to beta<I> |
diff --git a/Lib/ufo2fdk/outlineOTF.py b/Lib/ufo2fdk/outlineOTF.py
index <HASH>..<HASH> 100644
--- a/Lib/ufo2fdk/outlineOTF.py
+++ b/Lib/ufo2fdk/outlineOTF.py
@@ -187,8 +187,8 @@ class OutlineOTFCompiler(object):
head.checkSumAdjustment = 0
head.tableVersion = 1.0
versionMajor = getAttrWithFa... | Don't make assumptions about version minor value.
In outlineOTF.py, there is code which assumes the minor version number
will be less than <I>, which probably is not a safe assumption. |
diff --git a/napi/__init__.py b/napi/__init__.py
index <HASH>..<HASH> 100644
--- a/napi/__init__.py
+++ b/napi/__init__.py
@@ -44,12 +44,17 @@ class String(str):
nsource = String(open(os.path.join(imp.find_module('napi')[1],
'functions.py')).read())
+
+def register_magic():
+
+ ... | Added register_magic function. |
diff --git a/tests/unit/modules/drac_test.py b/tests/unit/modules/drac_test.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/drac_test.py
+++ b/tests/unit/modules/drac_test.py
@@ -98,7 +98,7 @@ class DracTestCase(TestCase):
mock = MagicMock(return_value={'retcode': 0,
... | Updated Unit test from <I> to <I>, to support <I> Dell DRAC user entries. |
diff --git a/lib/webspicy/tester.rb b/lib/webspicy/tester.rb
index <HASH>..<HASH> 100644
--- a/lib/webspicy/tester.rb
+++ b/lib/webspicy/tester.rb
@@ -15,12 +15,12 @@ module Webspicy
scope.each_example(service) do |test_case|
describe test_case.description do
- before(... | Do not re-invoke the web service at each step.
These are fake test steps, just aimed at having good description of
the various assertions. Invoking the web service each time is much
much too slow. |
diff --git a/lib/locomotive/steam/middlewares/renderer.rb b/lib/locomotive/steam/middlewares/renderer.rb
index <HASH>..<HASH> 100644
--- a/lib/locomotive/steam/middlewares/renderer.rb
+++ b/lib/locomotive/steam/middlewares/renderer.rb
@@ -113,6 +113,7 @@ module Locomotive::Steam
'referer' => request.refe... | host variable was missing from <I>.x |
diff --git a/TYPO3.Flow/Tests/Unit/Utility/Unicode/TextIteratorTest.php b/TYPO3.Flow/Tests/Unit/Utility/Unicode/TextIteratorTest.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Flow/Tests/Unit/Utility/Unicode/TextIteratorTest.php
+++ b/TYPO3.Flow/Tests/Unit/Utility/Unicode/TextIteratorTest.php
@@ -22,8 +22,6 @@ namespace F... | [~TASK] FLOW3: Remove PHPUnit/Framework inclusion
Relates to: #<I>
Change-Id: I<I>c<I>e<I>b<I>a<I>db3e<I>f<I>e6efac<I>c3fbe<I>
Original-Commit-Hash: a6b<I>bea<I>ec<I>a8edeb3f5a3bb6b<I> |
diff --git a/test/ModalSpec.js b/test/ModalSpec.js
index <HASH>..<HASH> 100644
--- a/test/ModalSpec.js
+++ b/test/ModalSpec.js
@@ -84,6 +84,15 @@ describe('<Modal />', () => {
it('open on prop change', () => {
testModal.setProps({ open: true });
expect(modalStub).to.have.callCount(5);
+ expect(m... | added test to verify closing via props |
diff --git a/tests/test_gvg.py b/tests/test_gvg.py
index <HASH>..<HASH> 100644
--- a/tests/test_gvg.py
+++ b/tests/test_gvg.py
@@ -475,6 +475,18 @@ def test_implosion():
assert game.player2.field.contains("GVG_045t")
+def test_implosion_commanding_shout():
+ game = prepare_game()
+ wisp = game.player1.give(WISP)
... | Add a test for Imp-losion + Commanding Shout
Closes #<I> |
diff --git a/packages/perspective-viewer-d3fc/src/js/chartConfig.js b/packages/perspective-viewer-d3fc/src/js/chartConfig.js
index <HASH>..<HASH> 100644
--- a/packages/perspective-viewer-d3fc/src/js/chartConfig.js
+++ b/packages/perspective-viewer-d3fc/src/js/chartConfig.js
@@ -120,7 +120,6 @@ export function configure... | Moved containerRect instantiation to fix div position on toggle config |
diff --git a/shared/src/main/java/com/couchbase/lite/Replicator.java b/shared/src/main/java/com/couchbase/lite/Replicator.java
index <HASH>..<HASH> 100644
--- a/shared/src/main/java/com/couchbase/lite/Replicator.java
+++ b/shared/src/main/java/com/couchbase/lite/Replicator.java
@@ -353,7 +353,12 @@ public final class R... | Fixed #<I> - <I>: throw InvalidOperationException in case of failing to call resetCheckpoint() - (#<I>) |
diff --git a/src/ol/renderer/dom/domtilelayerrenderer.js b/src/ol/renderer/dom/domtilelayerrenderer.js
index <HASH>..<HASH> 100644
--- a/src/ol/renderer/dom/domtilelayerrenderer.js
+++ b/src/ol/renderer/dom/domtilelayerrenderer.js
@@ -115,7 +115,7 @@ ol.renderer.dom.TileLayer.prototype.renderFrame =
tilesToDrawB... | Use high resolution tiles in DOM renderer |
diff --git a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php b/src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Testing/Concerns/InteractsWithAuthentication.php
+++ b/src/Illuminate/Foundation/Testing/Concer... | Ensure user is logged before expecting user instance type. (#<I>)
* Ensure user is logged.
Check the user is logged before expecting instance type.
* Update InteractsWithAuthentication.php |
diff --git a/packages/react-router/modules/Switch.js b/packages/react-router/modules/Switch.js
index <HASH>..<HASH> 100644
--- a/packages/react-router/modules/Switch.js
+++ b/packages/react-router/modules/Switch.js
@@ -37,11 +37,12 @@ class Switch extends React.Component {
componentWillReceiveProps(nextProps) {
... | Use warning messages more similar to React |
diff --git a/rdfunit-model/src/main/java/org/aksw/rdfunit/vocabulary/SHACL.java b/rdfunit-model/src/main/java/org/aksw/rdfunit/vocabulary/SHACL.java
index <HASH>..<HASH> 100644
--- a/rdfunit-model/src/main/java/org/aksw/rdfunit/vocabulary/SHACL.java
+++ b/rdfunit-model/src/main/java/org/aksw/rdfunit/vocabulary/SHACL.ja... | add sh:and, sh:or and sh:not properties in SHACL vocab |
diff --git a/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java b/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java
+++ b/src/test/java/uk/org/okapibarcode/backend/SymbolTest.java
@@ -313,7 +313,7 @@ public class ... | DataBar Expanded: allow non-GS1 content, even though it's not recommended (and is not the default for this symbol type) |
diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/util/Jsons.java b/moco-core/src/main/java/com/github/dreamhead/moco/util/Jsons.java
index <HASH>..<HASH> 100644
--- a/moco-core/src/main/java/com/github/dreamhead/moco/util/Jsons.java
+++ b/moco-core/src/main/java/com/github/dreamhead/moco/util/Jsons.java
@... | removed unused final from jsons |
diff --git a/agents/builtin/mysql/mysql_test.go b/agents/builtin/mysql/mysql_test.go
index <HASH>..<HASH> 100644
--- a/agents/builtin/mysql/mysql_test.go
+++ b/agents/builtin/mysql/mysql_test.go
@@ -289,7 +289,7 @@ func TestMySQL(t *testing.T) {
require.Len(t, buckets, 1)
actual := buckets[0]
- assert.InDelta(... | Fix tests on (slow) Travis CI. |
diff --git a/cmd/juju/commands/synctools.go b/cmd/juju/commands/synctools.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/commands/synctools.go
+++ b/cmd/juju/commands/synctools.go
@@ -50,8 +50,8 @@ var _ cmd.Command = (*syncToolsCommand)(nil)
const synctoolsDoc = `
This copies the Juju agent software from the offici... | fix lp:<I>, replace mention of model with controller |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.