diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/Migrator.php b/src/Migrator.php
index <HASH>..<HASH> 100644
--- a/src/Migrator.php
+++ b/src/Migrator.php
@@ -42,6 +42,20 @@ class Migrator
}
/**
+ * Load migrations from the specified directory.
+ *
+ * @param string $directory
+ */
+ public function loadMigrations($dire... | Add method to load migrations from a directory. |
diff --git a/lxd/db/certificates.go b/lxd/db/certificates.go
index <HASH>..<HASH> 100644
--- a/lxd/db/certificates.go
+++ b/lxd/db/certificates.go
@@ -162,7 +162,7 @@ func (c *Cluster) CreateCertificate(cert Certificate) (int64, error) {
// DeleteCertificate deletes a certificate from the db.
func (c *Cluster) Delete... | lxd/db/certificates: use Filter as parameter for delete |
diff --git a/message.go b/message.go
index <HASH>..<HASH> 100644
--- a/message.go
+++ b/message.go
@@ -288,13 +288,14 @@ type MessageAllowedMentions struct {
// A MessageAttachment stores data for message attachments.
type MessageAttachment struct {
- ID string `json:"id"`
- URL string `json:"url"`
- Pro... | feat: ephemeral attachments (#<I>) |
diff --git a/src/main/resources/META-INF/resources/primefaces/core/core.js b/src/main/resources/META-INF/resources/primefaces/core/core.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces/core/core.js
+++ b/src/main/resources/META-INF/resources/primefaces/core/core.js
@@ -307,9 +307,9 ... | Fix #<I>: Remove ARIA from password |
diff --git a/generator/lib/builder/om/PHP5ObjectBuilder.php b/generator/lib/builder/om/PHP5ObjectBuilder.php
index <HASH>..<HASH> 100644
--- a/generator/lib/builder/om/PHP5ObjectBuilder.php
+++ b/generator/lib/builder/om/PHP5ObjectBuilder.php
@@ -3254,7 +3254,7 @@ abstract class ".$this->getClassname()." extends ".$par... | Added the missing default from patching |
diff --git a/lib/buffer.js b/lib/buffer.js
index <HASH>..<HASH> 100644
--- a/lib/buffer.js
+++ b/lib/buffer.js
@@ -6,11 +6,12 @@
module.exports = {
/**
- * [indexOf description]
+ * Returns the index of the first occurrence of the specified byte sequence,
+ * returns -1 if the value is not found.
*
-... | Updated doc blocks in lib/buffer.js |
diff --git a/salt/states/file.py b/salt/states/file.py
index <HASH>..<HASH> 100644
--- a/salt/states/file.py
+++ b/salt/states/file.py
@@ -3672,10 +3672,11 @@ def blockreplace(
if changes:
ret['pchanges'] = {'diff': changes}
if __opts__['test']:
+ ret['changes']['diff'] = ret['pchanges... | show chanages in file.blockreplace function in testing mode.
also used same programming style as in file.managed function:
(ret['changes']['diff'] = ret['pchanges']['diff']) |
diff --git a/plexapi/gdm.py b/plexapi/gdm.py
index <HASH>..<HASH> 100644
--- a/plexapi/gdm.py
+++ b/plexapi/gdm.py
@@ -59,7 +59,7 @@ class GDM:
'Resource-Identifier': '646ab0aa8a01c543e94ba975f6fd6efadc36b7',
'Updated-At': '1585769946',
'Version': '1.18.... | Update gdm.py |
diff --git a/fabfile.py b/fabfile.py
index <HASH>..<HASH> 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -52,6 +52,7 @@ def check():
@task
def test_backend(backend, domain, config_path=''):
username1 = 'example'
+ jid1 = '%s@%s' % (username1, domain)
password1 = 'foobar'
password2 = 'barfoo'
@@ -79,8... | test str representation from UserNotFound |
diff --git a/app/bootstrap.php b/app/bootstrap.php
index <HASH>..<HASH> 100644
--- a/app/bootstrap.php
+++ b/app/bootstrap.php
@@ -1,9 +1,9 @@
<?php
if (!defined( 'BOLT_PROJECT_ROOT_DIR')) {
- if (substr(__DIR__, -28) == '/vendor/bolt/bolt/app') { // installed bolt with composer
+ if (substr(__DIR__, -21) == ... | Fix substr with shorter name now |
diff --git a/benchmark/virtual_machine.rb b/benchmark/virtual_machine.rb
index <HASH>..<HASH> 100644
--- a/benchmark/virtual_machine.rb
+++ b/benchmark/virtual_machine.rb
@@ -1,4 +1,4 @@
-# This benchmarks 500 runs of the VM and outputs them to the console making it
+# This benchmarks N runs of the VM and outputs them ... | Corrected the docs of the VM benchmark. |
diff --git a/packages/gestalt-datepicker/rollup.config.js b/packages/gestalt-datepicker/rollup.config.js
index <HASH>..<HASH> 100644
--- a/packages/gestalt-datepicker/rollup.config.js
+++ b/packages/gestalt-datepicker/rollup.config.js
@@ -33,7 +33,7 @@ const rollupConfig = {
sourcemap: 'inline',
},
],
- ... | Internal: add "gestalt" as external dependency for "gestalt-datepicker" (#<I>) |
diff --git a/lattice_mc/atom.py b/lattice_mc/atom.py
index <HASH>..<HASH> 100644
--- a/lattice_mc/atom.py
+++ b/lattice_mc/atom.py
@@ -57,6 +57,9 @@ class Atom:
@property
def site( self ):
+ """
+ Get or set `self.site` for this `Atom`.
+ """
return self._site
@site.sett... | Added docstring to Atom.site |
diff --git a/salt/states/eselect.py b/salt/states/eselect.py
index <HASH>..<HASH> 100644
--- a/salt/states/eselect.py
+++ b/salt/states/eselect.py
@@ -45,6 +45,7 @@ def set_(name, target, parameter=None, module_parameter=None, action_parameter=N
parameter
additional params passed to the defined action
+... | Blank line before '.. deprecated::' required. |
diff --git a/apiserver/server_test.go b/apiserver/server_test.go
index <HASH>..<HASH> 100644
--- a/apiserver/server_test.go
+++ b/apiserver/server_test.go
@@ -283,14 +283,7 @@ func dialWebsocket(c *gc.C, addr, path string, tlsVersion uint16) (*websocket.Co
func (s *serverSuite) TestMinTLSVersion(c *gc.C) {
loggo.G... | apiserver: fix test to stop writing to source dir
One of the tests was failing to override the log
directory, and so was writing to the source dir. |
diff --git a/inspire_dojson/hep/rules/bd5xx.py b/inspire_dojson/hep/rules/bd5xx.py
index <HASH>..<HASH> 100644
--- a/inspire_dojson/hep/rules/bd5xx.py
+++ b/inspire_dojson/hep/rules/bd5xx.py
@@ -232,10 +232,10 @@ def license(self, key, value):
return MATERIAL_MAP.get(value.get('3'))
return {
- 'l... | hep: refactor license |
diff --git a/src/parsers/RuleSet.php b/src/parsers/RuleSet.php
index <HASH>..<HASH> 100644
--- a/src/parsers/RuleSet.php
+++ b/src/parsers/RuleSet.php
@@ -49,12 +49,12 @@ class RuleSet extends PropertySet {
* @return \csslib\Selector
*/
public static function parseSelector($text){
- $text = preg_replace('/(\>)... | Fix for parsing ~ and + sibling selectors |
diff --git a/java/com/facebook/soloader/UnpackingSoSource.java b/java/com/facebook/soloader/UnpackingSoSource.java
index <HASH>..<HASH> 100644
--- a/java/com/facebook/soloader/UnpackingSoSource.java
+++ b/java/com/facebook/soloader/UnpackingSoSource.java
@@ -42,6 +42,11 @@ public abstract class UnpackingSoSource extend... | allow specifying a directory when unpacking so files
Summary: we want to ensure the native libraries are co-located with other module code for separability and easy cleanup
Reviewed By: JamieEi
Differential Revision: D<I>
fbshipit-source-id: <I>bee<I>f9d<I>b3c<I>c2e<I>a0a4f0b5 |
diff --git a/pandas/core/frame.py b/pandas/core/frame.py
index <HASH>..<HASH> 100644
--- a/pandas/core/frame.py
+++ b/pandas/core/frame.py
@@ -4546,7 +4546,7 @@ class DataFrame(NDFrame):
def all(self, axis=0, bool_only=None, skipna=True, level=None):
"""
- Return whether any element is True over ... | Fixed DataFrame.any() docstring
Used to be the same as DataFrame.all |
diff --git a/app/js/controllers.js b/app/js/controllers.js
index <HASH>..<HASH> 100644
--- a/app/js/controllers.js
+++ b/app/js/controllers.js
@@ -7,4 +7,4 @@ MyCtrl1.$inject = [];
function MyCtrl2() {
}
-MyCtrl1.$inject = [];
+MyCtrl2.$inject = []; | fix typo in controllers.js placeholder code |
diff --git a/annis-gui/src/main/java/annis/gui/controlpanel/CorpusListPanel.java b/annis-gui/src/main/java/annis/gui/controlpanel/CorpusListPanel.java
index <HASH>..<HASH> 100644
--- a/annis-gui/src/main/java/annis/gui/controlpanel/CorpusListPanel.java
+++ b/annis-gui/src/main/java/annis/gui/controlpanel/CorpusListPane... | CssLayout was causing problems, revert to VerticalLayout |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(
packages=['sanic'],
platforms='any',
install_requires=[
- #'uvloop>=0.5.3',
+ 'uvloop>=0.5.3',
'httptools>=0.0.9',
'ujson>=1.35',
], | Fuck it, uvloop is required
httptools already requires compilation, so why not include uvloop |
diff --git a/webapps/ui/cockpit/plugins/base/app/views/processesDashboard/process-definitions.js b/webapps/ui/cockpit/plugins/base/app/views/processesDashboard/process-definitions.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/plugins/base/app/views/processesDashboard/process-definitions.js
+++ b/webapps/ui/co... | chore(cockpit): change data source of count for process definitions. |
diff --git a/fiesta.py b/fiesta.py
index <HASH>..<HASH> 100644
--- a/fiesta.py
+++ b/fiesta.py
@@ -1,7 +1,7 @@
import base64, json, urllib2
-api_client_id = "To3-IKknn36qAAAA"
-api_client_secret = "46d028xWl8zXGa3GCOYJMeXlr5pUebCNZcz3SCJj"
+api_client_id = "Send an email to Fiesta.cc to get an API ID/Secret"
+api_cl... | remove the dead client credentials from the fiesta file |
diff --git a/salt/version.py b/salt/version.py
index <HASH>..<HASH> 100644
--- a/salt/version.py
+++ b/salt/version.py
@@ -559,7 +559,7 @@ def dependency_information(include_salt_cloud=False):
('cffi', 'cffi', '__version__'),
('pycparser', 'pycparser', '__version__'),
('gitdb', 'gitdb', '__ve... | Fix version reporting of gitpython
The module is called `git`, not `gitpython`.
Without this, the version for `gitpython` will not show up with
`salt-call --versions-report`. |
diff --git a/roaring/roaring.go b/roaring/roaring.go
index <HASH>..<HASH> 100644
--- a/roaring/roaring.go
+++ b/roaring/roaring.go
@@ -1328,10 +1328,15 @@ func (c *container) Optimize() {
}
} else if c.isBitmap() {
runs := c.bitmapCountRuns()
- if runs < 2048 {
+ if runs < RunMaxSize {
c.bitmapToRun()
... | extended bitmap.optimize() to look at run containers |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -258,12 +258,14 @@ module.exports = (api, options) => {
removeArg('--dashboard', 1, rawArgs)
removeArg('--debug', 1, rawArgs)
removeArg('--headless', 1, rawArgs)
+ removeArg('--https', 1, rawArgs)
... | feat(serve): support https cli arg, fixes #<I> |
diff --git a/chef/lib/chef/index_queue/indexable.rb b/chef/lib/chef/index_queue/indexable.rb
index <HASH>..<HASH> 100644
--- a/chef/lib/chef/index_queue/indexable.rb
+++ b/chef/lib/chef/index_queue/indexable.rb
@@ -51,10 +51,10 @@ class Chef
end
with_metadata["type"] ||= self.index_object_type
-... | adding auto-create of item id back to indexer and added log warning |
diff --git a/libnetwork/endpoint_info.go b/libnetwork/endpoint_info.go
index <HASH>..<HASH> 100644
--- a/libnetwork/endpoint_info.go
+++ b/libnetwork/endpoint_info.go
@@ -181,6 +181,9 @@ type tableEntry struct {
}
func (ep *endpoint) Info() EndpointInfo {
+ if ep.sandboxID != "" {
+ return ep
+ }
n, err := ep.ge... | Trust the endpoint state if we have a valid sandbox-id |
diff --git a/tools/dependencyValidator.js b/tools/dependencyValidator.js
index <HASH>..<HASH> 100644
--- a/tools/dependencyValidator.js
+++ b/tools/dependencyValidator.js
@@ -48,6 +48,9 @@ requests.forEach(/** @param {string} request */ request => {
const scripts = funcs.findScripts(`src/request/${request}/index.h... | Fix dependency check for full core-web/web.js script |
diff --git a/src/phonetics/alpha-sis.js b/src/phonetics/alpha-sis.js
index <HASH>..<HASH> 100644
--- a/src/phonetics/alpha-sis.js
+++ b/src/phonetics/alpha-sis.js
@@ -130,7 +130,6 @@ export default function alphaSis(name) {
throw Error('talisman/phonetics/alpha-sis: the given name is not a string.');
name = d... | Dropping ß replacement when already using the deburr function |
diff --git a/abilian/web/assets/__init__.py b/abilian/web/assets/__init__.py
index <HASH>..<HASH> 100644
--- a/abilian/web/assets/__init__.py
+++ b/abilian/web/assets/__init__.py
@@ -44,7 +44,8 @@ def requirejs_config():
RESOURCES_DIR = pkg_resources.resource_filename('abilian.web', 'resources')
-JQUERY = Bundle('... | Rollback jquery upgrade for now. |
diff --git a/nnet/sync/tests.py b/nnet/sync/tests.py
index <HASH>..<HASH> 100644
--- a/nnet/sync/tests.py
+++ b/nnet/sync/tests.py
@@ -173,7 +173,7 @@ class Test(unittest.TestCase):
self.templateDynamicSimulationClusterParameter(20, 4);
def testDynamicSimulationClusterParameter6(self):
- s... | [nnet.sync] Fix of test |
diff --git a/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java b/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java
index <HASH>..<HASH> 100644
--- a/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java
+++ b/sqlg-core/src/main/java/org/umlg/sqlg/sql/parse/WhereClause.java
@@ -1... | fix minor bug where return statement was deleted. |
diff --git a/dic/container.py b/dic/container.py
index <HASH>..<HASH> 100644
--- a/dic/container.py
+++ b/dic/container.py
@@ -44,9 +44,9 @@ class _ConstructorRegistration(_ComponentRegistration):
# map of argument name -> argument type
self.argument_types = {}
- self.__inspect_constructor()
... | Removes double underscore prefix for some 'private' methods |
diff --git a/test/ios-plist-install.js b/test/ios-plist-install.js
index <HASH>..<HASH> 100644
--- a/test/ios-plist-install.js
+++ b/test/ios-plist-install.js
@@ -74,12 +74,12 @@ exports['should install webless plugin'] = function (test) {
exports['should move the js file'] = function (test) {
var pluginsPath = p... | Fixed ios plist install with moving js file |
diff --git a/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java b/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java
index <HASH>..<HASH> 100644
--- a/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java
+++ b/jre_emul/Classes/com/google/j2objc/net/IosHttpURLConnection.java
@@ -3... | Issue <I>: merged patch that fixes infinite loop when updating content type of an HTTP response. |
diff --git a/classes/Boom/Exception/Handler/Priv.php b/classes/Boom/Exception/Handler/Priv.php
index <HASH>..<HASH> 100644
--- a/classes/Boom/Exception/Handler/Priv.php
+++ b/classes/Boom/Exception/Handler/Priv.php
@@ -7,6 +7,7 @@ use Response;
use Kohana_Exception;
use View;
use Boom\Page;
+use Kohana;
/**
* E... | Fixed missing use statement for Kohana in Exception\Handler\Priv |
diff --git a/svg_model/svgload/path_parser.py b/svg_model/svgload/path_parser.py
index <HASH>..<HASH> 100644
--- a/svg_model/svgload/path_parser.py
+++ b/svg_model/svgload/path_parser.py
@@ -41,7 +41,7 @@ class PathDataParser(object):
def get_number(self):
'''
- .. versionchanged:: X.X.X
+ ... | docs(version): add version notifications |
diff --git a/lib/graphql/execution/interpreter/runtime.rb b/lib/graphql/execution/interpreter/runtime.rb
index <HASH>..<HASH> 100644
--- a/lib/graphql/execution/interpreter/runtime.rb
+++ b/lib/graphql/execution/interpreter/runtime.rb
@@ -223,7 +223,7 @@ module GraphQL
continue_value = continue_value(n... | Update lib/graphql/execution/interpreter/runtime.rb |
diff --git a/salt/modules/acme.py b/salt/modules/acme.py
index <HASH>..<HASH> 100644
--- a/salt/modules/acme.py
+++ b/salt/modules/acme.py
@@ -125,8 +125,7 @@ def cert(name,
salt 'gitlab.example.com' acme.cert dev.example.com "[gitlab.example.com]" test_cert=True renew=14 webroot=/opt/gitlab/embedded/service/g... | Fix acme.cert to run certbot non-interactively
Certbot should never be running interactively when executed via Salt, so
this patch adds an argument to certbot which informs it to not run
interactively.
This fixes #<I>. |
diff --git a/gargoyle/builtins.py b/gargoyle/builtins.py
index <HASH>..<HASH> 100644
--- a/gargoyle/builtins.py
+++ b/gargoyle/builtins.py
@@ -20,6 +20,7 @@ class UserConditionSet(ModelConditionSet):
username = String()
email = String()
is_anonymous = Boolean(label='Anonymous')
+ is_active = Boolean(l... | Add is_active as a default condition of UserConditionSet |
diff --git a/co.js b/co.js
index <HASH>..<HASH> 100644
--- a/co.js
+++ b/co.js
@@ -5,16 +5,19 @@ var excludes = [
'operation'
];
-module.exports = function() {
- var db = seraph.apply(null, [].slice.call(arguments));
+module.exports = function(opts) {
+ var db = seraph(opts);
return function wrapObject(obj) ... | create methods on a copy of seraph |
diff --git a/tests/lib/context/format_test.js b/tests/lib/context/format_test.js
index <HASH>..<HASH> 100644
--- a/tests/lib/context/format_test.js
+++ b/tests/lib/context/format_test.js
@@ -1,5 +1,4 @@
/* global assert:true, it, describe, beforeEach */
-/* global navigator, __dirname */
'use strict';
import asser... | remove global navigator from tests/lib/context |
diff --git a/src/utils/write-images.js b/src/utils/write-images.js
index <HASH>..<HASH> 100644
--- a/src/utils/write-images.js
+++ b/src/utils/write-images.js
@@ -38,8 +38,6 @@ module.exports = function (opts) {
rasterizeTasks.push(rasterizeTask);
});
- RSVP.all(rasterizeTasks).then(() => {
- reso... | refactor(write-images): Update util to single line then callback |
diff --git a/reef-common/src/main/java/com/microsoft/reef/runtime/common/driver/DriverStatusManager.java b/reef-common/src/main/java/com/microsoft/reef/runtime/common/driver/DriverStatusManager.java
index <HASH>..<HASH> 100644
--- a/reef-common/src/main/java/com/microsoft/reef/runtime/common/driver/DriverStatusManager.... | State checks for `DriverStatusManager` |
diff --git a/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php b/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php
index <HASH>..<HASH> 100755
--- a/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php
+++ b/Classes/RobertLemke/Plugin/Blog/Service/ContentService.php
@@ -74,10 +74,10 @@ class Con... | [BUGFIX] ContentService still uses PersistentNodeInterface |
diff --git a/doapi/__init__.py b/doapi/__init__.py
index <HASH>..<HASH> 100644
--- a/doapi/__init__.py
+++ b/doapi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.1.1'
+__version__ = '0.2.0.dev1'
from .base import (DOEncoder, Region, Size, Account, Kernel,
DropletUpgrade, Networks, Ne... | Perform further development on a dev branch |
diff --git a/demo/src/components/ConstituencyParserComponent.js b/demo/src/components/ConstituencyParserComponent.js
index <HASH>..<HASH> 100644
--- a/demo/src/components/ConstituencyParserComponent.js
+++ b/demo/src/components/ConstituencyParserComponent.js
@@ -26,7 +26,7 @@ const description = (
</span>
<a ... | use correct PTB results on demo page (#<I>) |
diff --git a/src/Table.php b/src/Table.php
index <HASH>..<HASH> 100644
--- a/src/Table.php
+++ b/src/Table.php
@@ -204,6 +204,15 @@ class Table extends Lister
$this->columns[$name][] = $decorator;
}
+ public function getColumnDecorators($name)
+ {
+ $dec = $this->columns[$name];
+ if... | add ability to get column decorators of a table |
diff --git a/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.java b/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.java
index <HASH>..<HASH> 100644
--- a/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.java
+++ b/tests/frontend/org/voltdb/regressionsuites/TestFunctionsSuite.ja... | ENG-<I> / ENG-<I>: Fix typo from previous commit |
diff --git a/lib/route.js b/lib/route.js
index <HASH>..<HASH> 100644
--- a/lib/route.js
+++ b/lib/route.js
@@ -54,7 +54,7 @@ function Route (methods, name, pattern, handlers) {
throw new Error('Cannot generate path. Missing param ' + match.substr(1));
i++;
- return params[key];
+ ret... | Made path building for named routes public. |
diff --git a/lib/collection.js b/lib/collection.js
index <HASH>..<HASH> 100644
--- a/lib/collection.js
+++ b/lib/collection.js
@@ -1453,7 +1453,7 @@ Collection.prototype.stats = function(options, callback) {
/**
* @typedef {Object} Collection~findAndModifyWriteOpResult
- * @property {object} value Document returne... | docs(Collection): clarify findAndModify's result.value
* Clarify that findAndModify's result.value doesn't echo upserted docs
* Clarify the value returned when upserting a document |
diff --git a/pyaxo.py b/pyaxo.py
index <HASH>..<HASH> 100644
--- a/pyaxo.py
+++ b/pyaxo.py
@@ -571,8 +571,7 @@ class SqlitePersistence(object):
self.db = self._open_db()
def _open_db(self):
- db = sqlite3.connect(':memory:', check_same_thread=self.nonthreaded,
- factor... | Do not pass the same factory class used by default |
diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -35,7 +35,6 @@ function buildBuildList() {
return obj;
}
var buildList = buildBuildList();
-console.dir(buildList);
module.exports = function(grunt) { | Remove diagnostic code from Gruntfile.js |
diff --git a/lib/metrics/Meter.js b/lib/metrics/Meter.js
index <HASH>..<HASH> 100644
--- a/lib/metrics/Meter.js
+++ b/lib/metrics/Meter.js
@@ -100,5 +100,5 @@ Meter.prototype._getTime = function() {
if (!process.hrtime) return Date.now();
var hrtime = process.hrtime();
- return hrtime[0] / 1000 + hrtime[1] / (... | Fix High Resolution Timer bug when the time is greater than one second |
diff --git a/seed_message_sender/__init__.py b/seed_message_sender/__init__.py
index <HASH>..<HASH> 100644
--- a/seed_message_sender/__init__.py
+++ b/seed_message_sender/__init__.py
@@ -1,2 +1,2 @@
-__version__ = '0.9.9'
+__version__ = '0.9.10'
VERSION = __version__ | bumped version to <I> |
diff --git a/src/Cmgmyr/Messenger/Models/Thread.php b/src/Cmgmyr/Messenger/Models/Thread.php
index <HASH>..<HASH> 100644
--- a/src/Cmgmyr/Messenger/Models/Thread.php
+++ b/src/Cmgmyr/Messenger/Models/Thread.php
@@ -374,25 +374,6 @@ class Thread extends Eloquent
*/
public function userUnreadMessagesCount($use... | refactor to remove duplicated code |
diff --git a/lib/tracer.go b/lib/tracer.go
index <HASH>..<HASH> 100644
--- a/lib/tracer.go
+++ b/lib/tracer.go
@@ -102,11 +102,15 @@ func (t *Tracer) GotFirstResponseByte() {
// DNSStart hook.
func (t *Tracer) DNSStart(info httptrace.DNSStartInfo) {
t.dnsStart = time.Now()
+ t.dnsDone = t.dnsStart
}
// DNSDone ... | [fix] Fixed negative/enormous lookup times |
diff --git a/tests/TestCase/Collection/CollectionTest.php b/tests/TestCase/Collection/CollectionTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/Collection/CollectionTest.php
+++ b/tests/TestCase/Collection/CollectionTest.php
@@ -1112,6 +1112,11 @@ class CollectionTest extends TestCase
$collection = n... | Add test for append()
Attempt to reproduce #<I> |
diff --git a/course/mod.php b/course/mod.php
index <HASH>..<HASH> 100644
--- a/course/mod.php
+++ b/course/mod.php
@@ -343,7 +343,7 @@
}
exit;
- } else if (!empty($groupmode) and confirm_sesskey()) {
+ } else if (isset($groupmode) and confirm_sesskey()) {
$id = required_param( 'id',... | Fixed group switch icon cannot set a module to use no groups |
diff --git a/test/functional/ft_37_default_history.rb b/test/functional/ft_37_default_history.rb
index <HASH>..<HASH> 100644
--- a/test/functional/ft_37_default_history.rb
+++ b/test/functional/ft_37_default_history.rb
@@ -95,8 +95,16 @@ class FtDefaultHistoryTest < Test::Unit::TestCase
launch_processes(false)
... | ft_<I>: more noop rejection |
diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,7 +65,7 @@ copyright = u'2013-2016, Pablo Acosta-Serafini'
# The short X.Y version.
version = '1.0.3'
# The full version, including alpha/beta/rc tags.
-release = '1.0.3rc1'
+release = '1.0.3'
# The l... | Bumped version to <I> |
diff --git a/datasources/GeoJson.js b/datasources/GeoJson.js
index <HASH>..<HASH> 100644
--- a/datasources/GeoJson.js
+++ b/datasources/GeoJson.js
@@ -86,6 +86,10 @@ GeoJsonSource.prototype = {
}.bind(this));
}
},
+
+ project: function(destinationProjection) {
+ this._project(destinationProjection)... | Add ability to pre-emptively load and project data |
diff --git a/packages/dna-skin-ce-v0/index.js b/packages/dna-skin-ce-v0/index.js
index <HASH>..<HASH> 100644
--- a/packages/dna-skin-ce-v0/index.js
+++ b/packages/dna-skin-ce-v0/index.js
@@ -6,14 +6,14 @@
* Just another components pattern.
* Use with Skin template and Custom Elements v0 spec.
*/
-import { SkinTem... | fix: skin-ce-v0 imports |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -33,6 +33,7 @@ function sassGenerateContents(destFilePath, creds, options){
for(var i = 0; i < len; i++){
spaceArr.push(spacer);
}
+
return spaceArr.join('');
}
@@ -135,10 +136,6 @@ function sassGenerateConten... | refactor: Strip getBase function as it is unused |
diff --git a/master/buildbot/worker/local.py b/master/buildbot/worker/local.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/worker/local.py
+++ b/master/buildbot/worker/local.py
@@ -43,6 +43,7 @@ class LocalWorker(Worker, WorkerAPICompatMixin):
Worker.reconfigService(self, name, None, **kwargs)
i... | add TODO note about moving working directory of worker |
diff --git a/twistedchecker/checkers/docstring.py b/twistedchecker/checkers/docstring.py
index <HASH>..<HASH> 100644
--- a/twistedchecker/checkers/docstring.py
+++ b/twistedchecker/checkers/docstring.py
@@ -47,11 +47,8 @@ def _getDecoratorsName(node):
# Sometimes astng fails by raising this kind of error.
... | address lukasa's drive-by comment |
diff --git a/src/Uri/WordPressUri.php b/src/Uri/WordPressUri.php
index <HASH>..<HASH> 100644
--- a/src/Uri/WordPressUri.php
+++ b/src/Uri/WordPressUri.php
@@ -60,8 +60,8 @@ final class WordPressUri implements UriInterface
* `example.com/subfolder` we need to strip down `/subfolder` from path and build a path
... | Remove rawurlencode for url path from WordPressUri |
diff --git a/kafka_scanner/__init__.py b/kafka_scanner/__init__.py
index <HASH>..<HASH> 100644
--- a/kafka_scanner/__init__.py
+++ b/kafka_scanner/__init__.py
@@ -603,10 +603,6 @@ class KafkaScannerDirect(KafkaScannerSimple):
self._lower_offsets = {partition: 0 for partition in self.init_consumer.offse... | this code is not needed anymore with KafkaConsumer |
diff --git a/metrics/cgroups/oom.go b/metrics/cgroups/oom.go
index <HASH>..<HASH> 100644
--- a/metrics/cgroups/oom.go
+++ b/metrics/cgroups/oom.go
@@ -44,11 +44,14 @@ type oomCollector struct {
}
type oom struct {
+ // count needs to stay the first member of this struct to ensure 64bits
+ // alignment on a 32bits m... | linux: Ensure count is <I>bits aligned for proper atomic use on <I>bits machines |
diff --git a/src/Dispatcher.php b/src/Dispatcher.php
index <HASH>..<HASH> 100644
--- a/src/Dispatcher.php
+++ b/src/Dispatcher.php
@@ -52,6 +52,7 @@ class Dispatcher {
* @param $method
* @param $action
* @param $data
+ * @return mixed
* @throws \Exception
*/
public static function... | Fixed phpdoc
modified: src/Dispatcher.php |
diff --git a/lib/rubocop/cop/style/when_then.rb b/lib/rubocop/cop/style/when_then.rb
index <HASH>..<HASH> 100644
--- a/lib/rubocop/cop/style/when_then.rb
+++ b/lib/rubocop/cop/style/when_then.rb
@@ -8,7 +8,7 @@ module RuboCop
MSG = 'Do not use `when x;`. Use `when x then` instead.'.freeze
def on_whe... | [Fix #<I>] Prevent `Style/WhenThen` from breaking on an empty branch
This cop would blow up when inspecting a `case` statement with an empty
`when` branch. This was missing a test case, and a regression caused by
the introduction of node extensions.
This change fixes it. |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,9 @@ setup(
maintainer='Alex Tomkins',
maintainer_email='alex@blanc.ltd.uk',
platforms=['any'],
+ install_requires=[
+ 'blanc-basic-assets>=0.3',
+ ],
packages=find_packages(),
c... | Add blanc-basic-assets to install_requires |
diff --git a/lib/arjdbc/postgresql/base/pgconn.rb b/lib/arjdbc/postgresql/base/pgconn.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/postgresql/base/pgconn.rb
+++ b/lib/arjdbc/postgresql/base/pgconn.rb
@@ -1,8 +1,8 @@
-module ActiveRecord::ConnectionAdapters::PostgreSQL::OID
- class PGconn # emulate PGconn#unescape_b... | Updated patch for PGConn to patch PG::Connection since <I> updated references to it |
diff --git a/Client/RdKafkaDriver.php b/Client/RdKafkaDriver.php
index <HASH>..<HASH> 100644
--- a/Client/RdKafkaDriver.php
+++ b/Client/RdKafkaDriver.php
@@ -79,18 +79,6 @@ class RdKafkaDriver implements DriverInterface
$clientMessage->setContentType($contentType);
}
- if ($expiration = ... | Remove expiration, delay and priority from the RdKafka driver |
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/profiles_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/... | SONAR-<I> Filter disable rules in "Compare Profiles" |
diff --git a/collatex-tools/src/main/java/eu/interedition/collatex/tools/CollationPipe.java b/collatex-tools/src/main/java/eu/interedition/collatex/tools/CollationPipe.java
index <HASH>..<HASH> 100644
--- a/collatex-tools/src/main/java/eu/interedition/collatex/tools/CollationPipe.java
+++ b/collatex-tools/src/main/java... | Bug fix for the "non progressive alignment" exception in the command-line tool of CollateX when using the <I>.X version of the DekkerAlgorithm. |
diff --git a/system/HTTP/IncomingRequest.php b/system/HTTP/IncomingRequest.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/IncomingRequest.php
+++ b/system/HTTP/IncomingRequest.php
@@ -337,15 +337,16 @@ class IncomingRequest extends Request
//--------------------------------------------------------------------
... | Rename function getPut to getRawString
Fetch data from raw stream when http request send by PUT, PATCH, DELETE |
diff --git a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php
+++ b/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTra... | * LightSmsTransport.php - changed login for validation (the same like we have all places) |
diff --git a/doc/conf.py b/doc/conf.py
index <HASH>..<HASH> 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -56,9 +56,9 @@ copyright = u'2010-2018, Sergio Pascual, Nicolás Cardiel'
# built documents.
#
# The short X.Y version.
-version = '0.10'
+version = '0.11'
# The full version, including alpha/beta/rc tags.
-rele... | Update to version <I>.dev0 |
diff --git a/src/application/action-builder.js b/src/application/action-builder.js
index <HASH>..<HASH> 100644
--- a/src/application/action-builder.js
+++ b/src/application/action-builder.js
@@ -97,7 +97,7 @@ function _errorOnCall(config, err){
* - status(:string)} The status after the action.... | Export of the different steps of the actionBuilder (#<I>)
* Export of the different steps of the actionBuilder
* Update action-builder.js |
diff --git a/buildbot/changes/hgbuildbot.py b/buildbot/changes/hgbuildbot.py
index <HASH>..<HASH> 100644
--- a/buildbot/changes/hgbuildbot.py
+++ b/buildbot/changes/hgbuildbot.py
@@ -92,7 +92,7 @@ def hook(ui, repo, hooktype, node=None, source=None, **kwargs):
if branch is None:
if branchtype is not None:... | allow hgbuildbot to work properly with branchtype=dirname but where cwd is not the repo |
diff --git a/irc3/plugins/command.py b/irc3/plugins/command.py
index <HASH>..<HASH> 100644
--- a/irc3/plugins/command.py
+++ b/irc3/plugins/command.py
@@ -289,8 +289,12 @@ class Commands(dict):
if data:
if not isinstance(data, str): # pragma: no cover
data = data.encode(encoding)... | Add verbosity when parsing command args with shlex |
diff --git a/python/phonenumbers/phonenumberutil.py b/python/phonenumbers/phonenumberutil.py
index <HASH>..<HASH> 100644
--- a/python/phonenumbers/phonenumberutil.py
+++ b/python/phonenumbers/phonenumberutil.py
@@ -2857,7 +2857,10 @@ def parse(number, region=None, keep_raw_input=False,
# prefix and carrier cod... | Better national-prefix detection & stripping (#<I>)
First part of porting code change <URL> |
diff --git a/src/lang/ja.js b/src/lang/ja.js
index <HASH>..<HASH> 100644
--- a/src/lang/ja.js
+++ b/src/lang/ja.js
@@ -31,6 +31,6 @@ module.exports = {
string : ":attributeは:size文字で入力してください。"
},
url : ":attributeは正しいURIを入力してください。",
- regex : ":attributeの値 \":value\" はパターンにマッチする必要があります... | Removed `:value` placeholder |
diff --git a/server.go b/server.go
index <HASH>..<HASH> 100644
--- a/server.go
+++ b/server.go
@@ -44,7 +44,7 @@ func newServer(address, username, password string, config *Config, newMcConn con
func (s *server) perform(m *msg) error {
var err error
for i := 0; ; {
- timeout := time.Tick(s.config.ConnectionTimeout... | Replace leaking ticker with simple timeout, fixes #4 |
diff --git a/lib/ronin/scanner.rb b/lib/ronin/scanner.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/scanner.rb
+++ b/lib/ronin/scanner.rb
@@ -37,6 +37,24 @@ module Ronin
end
#
+ # Returns all scanner tests in the specified _category_.
+ #
+ def scanners_for(name)
+ nam... | Added Scanners.scanners_for. |
diff --git a/spec/integration/integration_helper.rb b/spec/integration/integration_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/integration_helper.rb
+++ b/spec/integration/integration_helper.rb
@@ -131,7 +131,7 @@ module IntegrationHelper
end
def count_all(table)
- query = "select count(*) f... | Quotes table name in count_all method in integration_helper |
diff --git a/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js b/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js
index <HASH>..<HASH> 100644
--- a/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js
+++ b/src/tree/assess/scoreAggregators/ReadabilityScoreAggregator.js
@@ -6,6 +6,8 ... | Added todo comment to make sure we compute the total number of readability assessments, instead of setting it as a constant. |
diff --git a/packages/blueprint-handlebars/app/services/handlebars.js b/packages/blueprint-handlebars/app/services/handlebars.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-handlebars/app/services/handlebars.js
+++ b/packages/blueprint-handlebars/app/services/handlebars.js
@@ -44,6 +44,16 @@ module.exports = S... | feat: added compile() method to the service |
diff --git a/lib/js-yaml/type/pairs.js b/lib/js-yaml/type/pairs.js
index <HASH>..<HASH> 100644
--- a/lib/js-yaml/type/pairs.js
+++ b/lib/js-yaml/type/pairs.js
@@ -9,12 +9,14 @@ var _toString = Object.prototype.toString;
function resolveYamlPairs(object, explicit) {
- var index, length, pair;
+ var index, length,... | Correct !!pairs resolver. |
diff --git a/src/Listener/ViewSearchListener.php b/src/Listener/ViewSearchListener.php
index <HASH>..<HASH> 100644
--- a/src/Listener/ViewSearchListener.php
+++ b/src/Listener/ViewSearchListener.php
@@ -43,6 +43,7 @@ class ViewSearchListener extends BaseListener
*/
public function afterPaginate(Event $event)... | fix: reference event to quiet scrutinizer |
diff --git a/test/tc_aggs.rb b/test/tc_aggs.rb
index <HASH>..<HASH> 100644
--- a/test/tc_aggs.rb
+++ b/test/tc_aggs.rb
@@ -91,6 +91,7 @@ class PriorityQ
end
end
+# XXX: not used by any tests
class DupAggs
include Bud | Mark unused code in test case. |
diff --git a/git/git.go b/git/git.go
index <HASH>..<HASH> 100644
--- a/git/git.go
+++ b/git/git.go
@@ -186,7 +186,7 @@ func Show(sha string) (string, error) {
func Log(sha1, sha2 string) (string, error) {
execCmd := cmd.New("git")
- execCmd.WithArg("log").WithArg("--no-color")
+ execCmd.WithArg("-c").WithArg("log.... | Negate `log.showSignature` in commits preview for `pull-request`
Fixes #<I> |
diff --git a/pyIOSXR/iosxr.py b/pyIOSXR/iosxr.py
index <HASH>..<HASH> 100644
--- a/pyIOSXR/iosxr.py
+++ b/pyIOSXR/iosxr.py
@@ -589,7 +589,7 @@ class IOSXR(object):
if len(comment) <= 60:
rpc_command += ' Comment="%s"' % comment
else:
- raise InvalidInputError('c... | Update error message for commit comment length error
Rephrase the commit comment error to better reflect the limits. |
diff --git a/plugins/Live/API.php b/plugins/Live/API.php
index <HASH>..<HASH> 100644
--- a/plugins/Live/API.php
+++ b/plugins/Live/API.php
@@ -424,10 +424,14 @@ class API extends \Piwik\Plugin\API
$orderByDir = "ASC";
}
+ $visitLastActionDate = Date::factory($visitLastActionTime);
+ ... | refs #<I> only search for prev/next visitor one day in the past and future |
diff --git a/airflow/utils/log/gcs_task_handler.py b/airflow/utils/log/gcs_task_handler.py
index <HASH>..<HASH> 100644
--- a/airflow/utils/log/gcs_task_handler.py
+++ b/airflow/utils/log/gcs_task_handler.py
@@ -138,10 +138,10 @@ class GCSTaskHandler(FileTaskHandler, LoggingMixin):
if append:
try:
... | [AIRFLOW-<I>] Do not reference unassigned variable
Closes #<I> from wrp/old_log |
diff --git a/activerecord/lib/active_record/associations/preloader.rb b/activerecord/lib/active_record/associations/preloader.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/associations/preloader.rb
+++ b/activerecord/lib/active_record/associations/preloader.rb
@@ -16,7 +16,7 @@ module ActiveRecord... | docs, add missing closing bracket. [ci skip] |
diff --git a/generate.py b/generate.py
index <HASH>..<HASH> 100644
--- a/generate.py
+++ b/generate.py
@@ -15,7 +15,7 @@ def functions():
cont = False
for ln in f:
- if cont is True:
+ if cont is ',':
lines.append(ln)
cont = False
if cont is '{':
@@ -32,7 +32,7 @@ def functions():
... | Pick useful value for normal line continuations |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.