diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/saltcloud/clouds/joyent.py b/saltcloud/clouds/joyent.py
index <HASH>..<HASH> 100644
--- a/saltcloud/clouds/joyent.py
+++ b/saltcloud/clouds/joyent.py
@@ -219,9 +219,10 @@ def create(vm_):
deploy_kwargs['make_master'] = True
deploy_kwargs['master_pub'] = vm_['master_pub']
... | Fix the logic for make_syndic in Joyent |
diff --git a/tests/Helpers/Environment.php b/tests/Helpers/Environment.php
index <HASH>..<HASH> 100644
--- a/tests/Helpers/Environment.php
+++ b/tests/Helpers/Environment.php
@@ -12,6 +12,11 @@ class Environment
(new Dotenv(__DIR__.'/../../'))->load();
}
+ /**
+ * @param string $key Env var ... | Added DocComments to Environment class |
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
@@ -668,11 +668,7 @@ module ActiveRecord
copied
end
- # Determines the v... | copy edits [ci skip] |
diff --git a/cmd/fluxd/main.go b/cmd/fluxd/main.go
index <HASH>..<HASH> 100644
--- a/cmd/fluxd/main.go
+++ b/cmd/fluxd/main.go
@@ -49,7 +49,7 @@ func main() {
kubernetesBearerTokenFile = fs.String("kubernetes-bearer-token-file", "", "Path to file containing Kubernetes Bearer Token file")
databaseDriver ... | Typical SSH-based git creds require <EMAIL> form |
diff --git a/test/test_subprocess.rb b/test/test_subprocess.rb
index <HASH>..<HASH> 100644
--- a/test/test_subprocess.rb
+++ b/test/test_subprocess.rb
@@ -260,5 +260,21 @@ describe Subprocess do
end
(Time.now - start).must_be_close_to(2.0, 0.2)
end
+
+ it "doesn't leak children when throwing error... | Add test for leaking children on errors
This tests the behavior fixed by <I>f<I>d<I>e<I>e<I>c<I>bab0ded<I>e6b5c7. |
diff --git a/src/client/pps.go b/src/client/pps.go
index <HASH>..<HASH> 100644
--- a/src/client/pps.go
+++ b/src/client/pps.go
@@ -26,7 +26,7 @@ const (
// amount of time in order to keep owning a chunk. In reality, pods send
// ContinueJob more often than that because they need to account for network
// latency... | Increase lease period
That way a pod needs to miss at least two heartbeats before the chunk is revoked. |
diff --git a/src/viewmodel/prototype/register.js b/src/viewmodel/prototype/register.js
index <HASH>..<HASH> 100644
--- a/src/viewmodel/prototype/register.js
+++ b/src/viewmodel/prototype/register.js
@@ -14,7 +14,7 @@ export default function Viewmodel$register ( keypath, dependant, group = 'defaul
deps.push( dependa... | keypaths shouldn't be falsey in viewmodel register
because it makes the node test fail, but not the same code in the browser? |
diff --git a/devices/ledvance.js b/devices/ledvance.js
index <HASH>..<HASH> 100644
--- a/devices/ledvance.js
+++ b/devices/ledvance.js
@@ -167,4 +167,14 @@ module.exports = [
extend: extend.ledvance.light_onoff_brightness_colortemp_color({colorTempRange: [153, 370]}),
ota: ota.ledvance,
},
+{
+ ... | Add <I> (#<I>)
Added the new dimmable lamp product |
diff --git a/jooby/src/main/java/org/jooby/Jooby.java b/jooby/src/main/java/org/jooby/Jooby.java
index <HASH>..<HASH> 100644
--- a/jooby/src/main/java/org/jooby/Jooby.java
+++ b/jooby/src/main/java/org/jooby/Jooby.java
@@ -1182,7 +1182,7 @@ public class Jooby implements Router, LifeCycle, Registry {
@Override
p... | Error "App didnot start yet" could be more helpful fix #<I> |
diff --git a/mod/quiz/module.js b/mod/quiz/module.js
index <HASH>..<HASH> 100644
--- a/mod/quiz/module.js
+++ b/mod/quiz/module.js
@@ -256,6 +256,10 @@ M.mod_quiz.secure_window = {
// Left click on a button or similar. No worries.
return;
}
+ if (e.button == 1 && e.target.test(... | MDL-<I> Impossible to click on Atto in a Quiz in 'Secure' mode. |
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/resource/ClasspathUriUtil.java
+++ b/plugins/org.eclipse.xtext/sr... | [Xbase] introduced JvmModelCompleter to complete a JvmModel according to Java defaults. |
diff --git a/lib/double_entry.rb b/lib/double_entry.rb
index <HASH>..<HASH> 100644
--- a/lib/double_entry.rb
+++ b/lib/double_entry.rb
@@ -96,7 +96,6 @@ module DoubleEntry
# to: savings_account,
# code: :save,
# )
- #
# @param amount [Money] The quantity of money to transfer from one ... | Example for DoubleEntry::scopes_with_minimum_balance_for_account |
diff --git a/centrosome/neighmovetrack.py b/centrosome/neighmovetrack.py
index <HASH>..<HASH> 100644
--- a/centrosome/neighmovetrack.py
+++ b/centrosome/neighmovetrack.py
@@ -379,7 +379,7 @@ class NeighbourMovementTracking(object):
costs_list = [costs[i, j] for (i, j) in pairs]
- assignment = lapjv.... | Explicitly decompoze zip into a list |
diff --git a/full/src/main/java/apoc/monitor/Kernel.java b/full/src/main/java/apoc/monitor/Kernel.java
index <HASH>..<HASH> 100644
--- a/full/src/main/java/apoc/monitor/Kernel.java
+++ b/full/src/main/java/apoc/monitor/Kernel.java
@@ -4,7 +4,7 @@ import apoc.Extended;
import apoc.result.KernelInfoResult;
import org... | Fixed import package to account for pending refactor |
diff --git a/lib/zk/logging.rb b/lib/zk/logging.rb
index <HASH>..<HASH> 100644
--- a/lib/zk/logging.rb
+++ b/lib/zk/logging.rb
@@ -21,7 +21,7 @@ module ZK
ch_root.add_appenders(serr)
end
- ch_root.level = ENV['ZK_DEBUG'] ? :debug : :error
+ ch_root.level = ENV['ZK_DEBUG'] ? :debug : ... | ok, i relent, no output by default |
diff --git a/lib/manager/npm/post-update/index.js b/lib/manager/npm/post-update/index.js
index <HASH>..<HASH> 100644
--- a/lib/manager/npm/post-update/index.js
+++ b/lib/manager/npm/post-update/index.js
@@ -170,12 +170,7 @@ async function writeExistingFiles(config, packageFiles) {
if (packageFile.npmrc) {
l... | fix: always write config.npmrc |
diff --git a/modules/wyil/src/wyil/transforms/RuntimeAssertions.java b/modules/wyil/src/wyil/transforms/RuntimeAssertions.java
index <HASH>..<HASH> 100644
--- a/modules/wyil/src/wyil/transforms/RuntimeAssertions.java
+++ b/modules/wyil/src/wyil/transforms/RuntimeAssertions.java
@@ -362,7 +362,8 @@ public class RuntimeA... | WYIL: minor tweak to documentation. |
diff --git a/Classes/Core/Functional/FunctionalTestCase.php b/Classes/Core/Functional/FunctionalTestCase.php
index <HASH>..<HASH> 100644
--- a/Classes/Core/Functional/FunctionalTestCase.php
+++ b/Classes/Core/Functional/FunctionalTestCase.php
@@ -330,7 +330,7 @@ abstract class FunctionalTestCase extends BaseTestCase
... | [BUGFIX] Functional test driver sets utf8 with pdo_mysql
In addition to driver mysqli. |
diff --git a/src/wa_kat/connectors/aleph.py b/src/wa_kat/connectors/aleph.py
index <HASH>..<HASH> 100755
--- a/src/wa_kat/connectors/aleph.py
+++ b/src/wa_kat/connectors/aleph.py
@@ -174,6 +174,16 @@ class Author(namedtuple("Author", ["name",
"alt_name"])):
@classmethod
def... | #<I>: Updated aleph connector docstring. |
diff --git a/lib/class/compositionEnumns.js b/lib/class/compositionEnumns.js
index <HASH>..<HASH> 100644
--- a/lib/class/compositionEnumns.js
+++ b/lib/class/compositionEnumns.js
@@ -22,7 +22,5 @@ module.exports.PluginManager = {
return manager;
},
- filterKeys: function(key) {
- return key ==... | move plugin manger to seperate file |
diff --git a/chatterbot/constants.py b/chatterbot/constants.py
index <HASH>..<HASH> 100644
--- a/chatterbot/constants.py
+++ b/chatterbot/constants.py
@@ -4,10 +4,11 @@ ChatterBot constants
'''
The maximum length of characters that the text of a statement can contain.
-This should be enforced on a per-model basis b... | Change statement text max-length to <I> |
diff --git a/parsl/monitoring/monitoring.py b/parsl/monitoring/monitoring.py
index <HASH>..<HASH> 100644
--- a/parsl/monitoring/monitoring.py
+++ b/parsl/monitoring/monitoring.py
@@ -246,6 +246,9 @@ class Hub(object):
hub_port=None,
hub_port_range=(55050, 56000),
+ ... | Adding stubs for Db and Viz server |
diff --git a/lib/jsdom/level2/html.js b/lib/jsdom/level2/html.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/level2/html.js
+++ b/lib/jsdom/level2/html.js
@@ -798,7 +798,7 @@ define('HTMLOptionElement', {
return closest(this, 'FORM');
},
get defaultSelected() {
- return !!this.getAttribute('select... | Fix selected attribute
The element <option selected=""> is selected. |
diff --git a/modules/stores/URLStore.js b/modules/stores/URLStore.js
index <HASH>..<HASH> 100644
--- a/modules/stores/URLStore.js
+++ b/modules/stores/URLStore.js
@@ -67,6 +67,9 @@ var URLStore = {
* Pushes the given path onto the browser navigation stack.
*/
push: function (path) {
+ if (path === _curren... | [changed] make URLStore.push idempotent
If somebody’s component is observing some user
input its easy to start pushing the same url
into the store, this makes it so devs can kind
of treat `Router.transitionTo` like rendering,
nothing happens if nothing has changed.
Previously, you get a bunch of history entries
that ... |
diff --git a/lib/messaging/message/copy.rb b/lib/messaging/message/copy.rb
index <HASH>..<HASH> 100644
--- a/lib/messaging/message/copy.rb
+++ b/lib/messaging/message/copy.rb
@@ -21,7 +21,7 @@ module Messaging
receiver = receiver.build
end
- if include.nil?
+ if copy.nil? && include.... | Default attribute names for copy are corrected |
diff --git a/concrete/bootstrap/process.php b/concrete/bootstrap/process.php
index <HASH>..<HASH> 100644
--- a/concrete/bootstrap/process.php
+++ b/concrete/bootstrap/process.php
@@ -66,7 +66,7 @@ if (isset($_REQUEST['ctask']) && $_REQUEST['ctask'] && $valt->validate()) {
case 'publish-now':
if ($... | Delete publish date when the user click "Publish Now" button |
diff --git a/drivers/python/rethinkdb/__init__.py b/drivers/python/rethinkdb/__init__.py
index <HASH>..<HASH> 100644
--- a/drivers/python/rethinkdb/__init__.py
+++ b/drivers/python/rethinkdb/__init__.py
@@ -1,17 +1,15 @@
# Copyright 2010-2014 RethinkDB, all rights reserved.
+# Define this before importing so nothing... | fixing compatibility for pypy - modules cannot be used as a dict |
diff --git a/javacord-api/src/main/java/org/javacord/api/entity/user/User.java b/javacord-api/src/main/java/org/javacord/api/entity/user/User.java
index <HASH>..<HASH> 100644
--- a/javacord-api/src/main/java/org/javacord/api/entity/user/User.java
+++ b/javacord-api/src/main/java/org/javacord/api/entity/user/User.java
@... | Added User#getRoleColor(Server) |
diff --git a/command/v7/disable_service_access_command.go b/command/v7/disable_service_access_command.go
index <HASH>..<HASH> 100644
--- a/command/v7/disable_service_access_command.go
+++ b/command/v7/disable_service_access_command.go
@@ -52,7 +52,5 @@ func (cmd DisableServiceAccessCommand) displayMessage() error {
... | Remove extra newlines before OK in commands
[#<I>](<URL>) |
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityDeployChecker.java b/SingularityService/src/main/java/com/hubspot/singularity/scheduler/SingularityDeployChecker.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/scheduler/Singularit... | shorter high level message, detail will be in individual failures |
diff --git a/src/components/messages/Messages.js b/src/components/messages/Messages.js
index <HASH>..<HASH> 100644
--- a/src/components/messages/Messages.js
+++ b/src/components/messages/Messages.js
@@ -4,7 +4,7 @@ import classNames from 'classnames';
export class Messages extends Component {
static defaultProp... | Closable default value changed from false to true |
diff --git a/lib/ruboto/version.rb b/lib/ruboto/version.rb
index <HASH>..<HASH> 100644
--- a/lib/ruboto/version.rb
+++ b/lib/ruboto/version.rb
@@ -1,3 +1,3 @@
module Ruboto
- VERSION = '0.6.0.rc.0'
+ VERSION = '0.6.0.rc.1'
end
\ No newline at end of file | * Bumped versiopn to <I>.rc<I> |
diff --git a/src/Slide.js b/src/Slide.js
index <HASH>..<HASH> 100644
--- a/src/Slide.js
+++ b/src/Slide.js
@@ -1,3 +1,5 @@
+import { Shape } from './Shape';
+
export class Slide {
/**
* Creates new Slide instance
@@ -13,6 +15,8 @@ export class Slide {
* @returns {Slide}
*/
addShape(shape) {
+ if (... | feat(shape): Adds checking for Shape instance when you add it to Slide |
diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAPI.php
+++ b/classes/PodsAPI.php
@@ -5396,7 +5396,8 @@ class PodsAPI {
$bypass_cache = false;
// Get current language data
- $lang_data = pods_i18n()->get_current_language_data();
+
+ $lang_data = PodsI... | I think the standard has been to access the singletons via `PodsInit` |
diff --git a/droneapi/module/api.py b/droneapi/module/api.py
index <HASH>..<HASH> 100644
--- a/droneapi/module/api.py
+++ b/droneapi/module/api.py
@@ -24,11 +24,24 @@ class MPParameters(Parameters):
self.__module = module
def __getitem__(self, name):
+ self.wait_valid()
return self.__mod... | Wait on reading params until after they have been fetched from vehicle.
Fixes a bug reported by D Hugues. |
diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Export.php b/lib/Alchemy/Phrasea/Controller/Prod/Export.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/Export.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/Export.php
@@ -297,7 +297,7 @@ class Export implements ControllerProviderInterface
... | Fix PHRAS-<I> acknowledgment of receipt is not setted |
diff --git a/config/build.config.js b/config/build.config.js
index <HASH>..<HASH> 100644
--- a/config/build.config.js
+++ b/config/build.config.js
@@ -33,8 +33,6 @@ module.exports = {
docsAssets: {
js: [
'bower_components/angularytics/dist/angularytics.js',
- 'config/lib/angular-animate-sequence/ang... | chore(build) - added animate-stylers to ngMaterial. |
diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/load-plugin.js
+++ b/lib/plugins/load-plugin.js
@@ -54,8 +54,7 @@ module.exports = function(options, callback) {
}
});
}
-
- var execPlugin = require(options.value);
+
var port, uiPort... | chore: Prevents modules from causing errors due to main methods |
diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -46,6 +46,7 @@ module.exports = {
],
},
resolve: {
+ root: path.resolve(__dirname, 'src'),
extensions: ['', '.js'],
},
output: { | webpack: change resolve root path configuration |
diff --git a/lxd/storage/drivers/driver_types.go b/lxd/storage/drivers/driver_types.go
index <HASH>..<HASH> 100644
--- a/lxd/storage/drivers/driver_types.go
+++ b/lxd/storage/drivers/driver_types.go
@@ -8,6 +8,7 @@ type Info struct {
Remote bool // Whether the driver uses a remote backing store... | lxd/storage/drivers/driver/types: Adds OptimizedBackupHeader field to Info
Used to indicate if driver will generate a backup header file when generating an optimized backup file. |
diff --git a/lib/commands/fastboot.js b/lib/commands/fastboot.js
index <HASH>..<HASH> 100644
--- a/lib/commands/fastboot.js
+++ b/lib/commands/fastboot.js
@@ -25,6 +25,7 @@ module.exports = {
});
var app = express();
+ app.get('/', server.middleware());
app.use(express.static('dist'));
app.get(... | need to serve the index from the middleware stack, so index.html doesn't override it.
(cherry picked from commit <I>f9d1a2a2a1c5a0ddc<I>f1eb<I>db0e<I>) |
diff --git a/examples/nsapplescript.js b/examples/nsapplescript.js
index <HASH>..<HASH> 100644
--- a/examples/nsapplescript.js
+++ b/examples/nsapplescript.js
@@ -1,12 +1,21 @@
var $ = require('../')
+
+// import the "Foundation" framework and its dependencies
$.import('Foundation')
+// create the mandatory NSAutor... | add some comments to the NSAppleScript example |
diff --git a/caravel/views.py b/caravel/views.py
index <HASH>..<HASH> 100755
--- a/caravel/views.py
+++ b/caravel/views.py
@@ -686,8 +686,6 @@ appbuilder.add_view(
category_label=__("Security"),
icon='fa-table',)
-appbuilder.add_separator("Sources")
-
class DruidClusterModelView(CaravelModelView, DeleteM... | Moving 'CSS TEmplates' to the Manage menu category (#<I>) |
diff --git a/ELiDE/ELiDE/board/pawnspot.py b/ELiDE/ELiDE/board/pawnspot.py
index <HASH>..<HASH> 100644
--- a/ELiDE/ELiDE/board/pawnspot.py
+++ b/ELiDE/ELiDE/board/pawnspot.py
@@ -40,7 +40,6 @@ class PawnSpot(ImageStack, Layout):
use_boardspace = True
positions = DictProperty()
_childs = DictProperty()
- ... | Decruft the old unused _no_use_canvas property
It had meaning when I was doing tricky things with the pawn's canvas |
diff --git a/lib/ethon/curls/classes.rb b/lib/ethon/curls/classes.rb
index <HASH>..<HASH> 100644
--- a/lib/ethon/curls/classes.rb
+++ b/lib/ethon/curls/classes.rb
@@ -17,15 +17,13 @@ module Ethon
# :nodoc:
class FDSet < ::FFI::Struct
- # XXX how does this work on non-windows? how can curl know the new ... | Do not ask for getdtablesize on windows. |
diff --git a/structr-ui/src/main/resources/structr/js/schema.js b/structr-ui/src/main/resources/structr/js/schema.js
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/resources/structr/js/schema.js
+++ b/structr-ui/src/main/resources/structr/js/schema.js
@@ -778,9 +778,23 @@ var _Schema = {
var stillUsed =... | small fix for the schema editor so that property deletion is a little bit more robust
before you could add properties with certain names and not be able to remove them at all |
diff --git a/resources/lang/it-IT/dashboard.php b/resources/lang/it-IT/dashboard.php
index <HASH>..<HASH> 100644
--- a/resources/lang/it-IT/dashboard.php
+++ b/resources/lang/it-IT/dashboard.php
@@ -35,6 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],... | New translations dashboard.php (Italian) |
diff --git a/gitlab/objects.py b/gitlab/objects.py
index <HASH>..<HASH> 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1290,10 +1290,6 @@ class ProjectTagRelease(GitlabObject):
shortPrintAttr = 'description'
-class ProjectTagReleaseManager(BaseManager):
- obj_cls = ProjectTagRelease
-
-
class P... | Remove unused ProjectTagReleaseManager class |
diff --git a/pkg/identity/cache.go b/pkg/identity/cache.go
index <HASH>..<HASH> 100644
--- a/pkg/identity/cache.go
+++ b/pkg/identity/cache.go
@@ -120,9 +120,15 @@ func LookupReservedIdentity(lbls labels.Labels) *Identity {
return nil
}
+var unknownIdentity = NewIdentity(IdentityUnknown, labels.Labels{labels.IDNam... | identity: Resolve unknown identity to label reserved:unknown
```
$ cilium identity get 0
ID LABELS
0 reserved:unknown
```
Fixes: #<I> |
diff --git a/spec/graphql/schema/field_spec.rb b/spec/graphql/schema/field_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/graphql/schema/field_spec.rb
+++ b/spec/graphql/schema/field_spec.rb
@@ -174,7 +174,6 @@ describe GraphQL::Schema::Field do
use(GraphQL::Analysis::AST)
end
- focus
... | Remove focus, ya dummy |
diff --git a/packages/react/src/components/TileGroup/TileGroup.js b/packages/react/src/components/TileGroup/TileGroup.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/TileGroup/TileGroup.js
+++ b/packages/react/src/components/TileGroup/TileGroup.js
@@ -127,7 +127,9 @@ export default class TileGroup ex... | fix(TileGroup): Wrap RadioTiles inside TileGroup (#<I>)
* Wrap RadioTiles inside TileGroup
This adds a wrapper div element around the RadioTiles inside the TileGroup component so that a flex layout can be applied to the tiles to make them render horizontally.
* Remove the className on the wrapper div |
diff --git a/components/datepicker/index.js b/components/datepicker/index.js
index <HASH>..<HASH> 100644
--- a/components/datepicker/index.js
+++ b/components/datepicker/index.js
@@ -269,7 +269,9 @@ export default class Datepicker extends Intact {
const input = this.refs.input;
input.focus();
... | fix(Datepicker): does not focus when destroyed |
diff --git a/Model/Behavior/UploadBehavior.php b/Model/Behavior/UploadBehavior.php
index <HASH>..<HASH> 100644
--- a/Model/Behavior/UploadBehavior.php
+++ b/Model/Behavior/UploadBehavior.php
@@ -1902,7 +1902,7 @@ class UploadBehavior extends ModelBehavior {
return $this->__filesToRemove;
}
- $DS = empty($dir)... | rename variable to conform with variable naming |
diff --git a/src/models/Link.php b/src/models/Link.php
index <HASH>..<HASH> 100644
--- a/src/models/Link.php
+++ b/src/models/Link.php
@@ -16,12 +16,7 @@ class Link extends \hipanel\base\Model
{
use \hipanel\base\ModelTrait;
- public static function index()
- {
- return 'ips';
- }
-
- public ... | changed index/type -> `from` in ActiveRecord |
diff --git a/src/Fracture/Routing/Route.php b/src/Fracture/Routing/Route.php
index <HASH>..<HASH> 100644
--- a/src/Fracture/Routing/Route.php
+++ b/src/Fracture/Routing/Route.php
@@ -20,6 +20,14 @@ class Route implements Matchable
}
+ /**
+ * Method attempts to apply the generated regexp to the URI
+ ... | minor: adding some doc-block comments |
diff --git a/addon/tern/tern.js b/addon/tern/tern.js
index <HASH>..<HASH> 100644
--- a/addon/tern/tern.js
+++ b/addon/tern/tern.js
@@ -124,6 +124,8 @@
var self = this;
var doc = findDoc(this, cm.getDoc());
var request = buildRequest(this, doc, query, pos);
+ var extraOptions = request.query &&... | [tern addon] Support a queryOptions option that allows configuring queries
Issue #<I> |
diff --git a/test/src/error.js b/test/src/error.js
index <HASH>..<HASH> 100644
--- a/test/src/error.js
+++ b/test/src/error.js
@@ -34,6 +34,7 @@ const macro = (t, SpecificError) => {
},
{instanceOf: SpecificError},
);
+ t.is(SpecificError.captureStackTrace, Error.captureStackTrace);
};
macro.title = (title,... | :test_tube: test: Test that captureStackTrace is present on extended errors. |
diff --git a/brontide/noise.go b/brontide/noise.go
index <HASH>..<HASH> 100644
--- a/brontide/noise.go
+++ b/brontide/noise.go
@@ -338,7 +338,7 @@ type BrontideMachine struct {
func NewBrontideMachine(initiator bool, localPub *btcec.PrivateKey,
remotePub *btcec.PublicKey) *BrontideMachine {
- handshake := newHands... | brontide: set the prologue value as specified within BOLT<I> |
diff --git a/invenio_previewer/webpack.py b/invenio_previewer/webpack.py
index <HASH>..<HASH> 100644
--- a/invenio_previewer/webpack.py
+++ b/invenio_previewer/webpack.py
@@ -46,7 +46,7 @@ previewer = WebpackThemeBundle(
'./scss/invenio_previewer/simple_image.scss',
},
dep... | webpack: align version with Invenio-theme |
diff --git a/lib/Psc/Code/Test/Base.php b/lib/Psc/Code/Test/Base.php
index <HASH>..<HASH> 100644
--- a/lib/Psc/Code/Test/Base.php
+++ b/lib/Psc/Code/Test/Base.php
@@ -8,6 +8,7 @@ use Webforge\Common\System\File;
use Closure;
use Psc\PHPUnit\InvokedAtMethodIndexMatcher;
use Psc\PHPUnit\InvokedAtMethodGroupIndexMatche... | add runPHpFile to base |
diff --git a/litho-glide/src/main/java/com/github/pavlospt/litho/glide/GlideImageSpec.java b/litho-glide/src/main/java/com/github/pavlospt/litho/glide/GlideImageSpec.java
index <HASH>..<HASH> 100644
--- a/litho-glide/src/main/java/com/github/pavlospt/litho/glide/GlideImageSpec.java
+++ b/litho-glide/src/main/java/com/g... | Fix API change after Litho version bump |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,12 +2,12 @@ from setuptools import setup
setup(
name='pyconfluence',
packages=['pyconfluence'],
- version='1.1.2',
+ version='1.1.3',
description='An API wrapper for Atlassian Confluence',
author=... | Prepping for release <I> |
diff --git a/src/di/parser.js b/src/di/parser.js
index <HASH>..<HASH> 100644
--- a/src/di/parser.js
+++ b/src/di/parser.js
@@ -3,7 +3,7 @@
var args = require('./args');
var isArray = Array.isArray;
-var tokens = function (fn, deps) {
+var validTokens = function (fn, deps) {
if (typeof fn !== 'function') {
t... | [min] renamed internal function |
diff --git a/packages/webpack/mixins/render/mixin.core.js b/packages/webpack/mixins/render/mixin.core.js
index <HASH>..<HASH> 100644
--- a/packages/webpack/mixins/render/mixin.core.js
+++ b/packages/webpack/mixins/render/mixin.core.js
@@ -57,7 +57,7 @@ class WebpackRenderMixin extends Mixin {
describe: 'Static... | fix(webpack): allow "start -s" when NODE_ENV=production |
diff --git a/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Model/ElementRefPropertyInfo.js b/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Model/ElementRefPropertyInfo.js
index <HASH>..<HASH> 100644
--- a/scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Model/ElementRefPropertyInfo.js
+++ b/scripts/src/m... | Removed the debug log statements. |
diff --git a/src/Api/Providers/Provider.php b/src/Api/Providers/Provider.php
index <HASH>..<HASH> 100644
--- a/src/Api/Providers/Provider.php
+++ b/src/Api/Providers/Provider.php
@@ -57,8 +57,7 @@ abstract class Provider
*/
public function execPostRequest($requestOptions, $resourceUrl, $returnData = false)
... | upd: Provider requests refactoring |
diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -275,7 +275,7 @@ lunr.Index.prototype.query = function (fn) {
* for the term we are working with. In that case we just add the scores
* together.
*/
- queryVectors[f... | Remove redundant multiplication
clause.boost will always be a number and has a sensible default of 1.
Multiplying the boost by 1 is redundant. Removing this redundant
multiplication had a small, but measurable, positive impact on benchmark
results. |
diff --git a/pyrsistent/_immutable.py b/pyrsistent/_immutable.py
index <HASH>..<HASH> 100644
--- a/pyrsistent/_immutable.py
+++ b/pyrsistent/_immutable.py
@@ -98,6 +98,6 @@ class {class_name}(namedtuple('ImmutableBase', [{quoted_members}]{verbose_string
try:
exec(template, namespace)
except SyntaxErr... | Stop using exception.message
<URL>. As of Python <I>, exception.message was dropped, and attempting to access it causes an error. |
diff --git a/internal/pipe/snapcraft/snapcraft.go b/internal/pipe/snapcraft/snapcraft.go
index <HASH>..<HASH> 100644
--- a/internal/pipe/snapcraft/snapcraft.go
+++ b/internal/pipe/snapcraft/snapcraft.go
@@ -201,14 +201,12 @@ func (Pipe) Publish(ctx *context.Context) error {
return pipe.ErrSkipPublishEnabled
}
sn... | fix: do not push snaps concurrently (#<I>)
It seems that the error I get sometimes (#<I>) is related to snap push
not being able to work concurrently.
I'm not a <I>% sure though, so I'll try this and see how it goes.
If the error still happens, we can ignore the error or retry.
closes #<I> |
diff --git a/lib/services/role.go b/lib/services/role.go
index <HASH>..<HASH> 100644
--- a/lib/services/role.go
+++ b/lib/services/role.go
@@ -117,8 +117,6 @@ func NewImplicitRole() Role {
},
Allow: RoleConditions{
Namespaces: []string{defaults.Namespace},
- Logins: []string{teleport.TraitInternalRo... | Remove allowed logins and labels from implicit role. |
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb b/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb
+++ b/activerecord/lib/active_reco... | Whoops. _run_*_callbacks is private |
diff --git a/trakt/client.py b/trakt/client.py
index <HASH>..<HASH> 100644
--- a/trakt/client.py
+++ b/trakt/client.py
@@ -6,7 +6,7 @@ from trakt.interfaces.base import InterfaceProxy
import logging
-__version__ = '2.2.0'
+__version__ = '2.3.0'
log = logging.getLogger(__name__) | Bumped version to <I> |
diff --git a/typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven/GenerateMojo.java b/typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven/GenerateMojo.java
index <HASH>..<HASH> 100644
--- a/typescript-generator-maven-plugin/src/main/java/cz/habarta/type... | Mark Maven plugin as `threadSafe` |
diff --git a/lib/knapsack_pro/runners/base_runner.rb b/lib/knapsack_pro/runners/base_runner.rb
index <HASH>..<HASH> 100644
--- a/lib/knapsack_pro/runners/base_runner.rb
+++ b/lib/knapsack_pro/runners/base_runner.rb
@@ -11,7 +11,7 @@ module KnapsackPro
end
def test_file_paths
- allocator.test_file... | Cache API response test file paths to fix problem with double request to get test suite distribution for the node |
diff --git a/test/test_tools.py b/test/test_tools.py
index <HASH>..<HASH> 100644
--- a/test/test_tools.py
+++ b/test/test_tools.py
@@ -86,7 +86,7 @@ def test_recordplay():
record = Process(target=jps.tools.record, args=(file_path, ['/test_rec2']))
record.start()
- time.sleep(0.1)
+ time.sleep(0.5)
... | Update tests to remove flacky test |
diff --git a/raft/raft_test.go b/raft/raft_test.go
index <HASH>..<HASH> 100644
--- a/raft/raft_test.go
+++ b/raft/raft_test.go
@@ -476,17 +476,23 @@ func TestDuelingCandidates(t *testing.T) {
nt.send(pb.Message{From: 1, To: 1, Type: pb.MsgHup})
nt.send(pb.Message{From: 3, To: 3, Type: pb.MsgHup})
+ // 1 becomes l... | raft: add more comments for dueling candidates test case |
diff --git a/src/Kunstmaan/AdminListBundle/Exception/ExportException.php b/src/Kunstmaan/AdminListBundle/Exception/ExportException.php
index <HASH>..<HASH> 100644
--- a/src/Kunstmaan/AdminListBundle/Exception/ExportException.php
+++ b/src/Kunstmaan/AdminListBundle/Exception/ExportException.php
@@ -4,7 +4,7 @@ namespace... | [AdminListBundle] Removed undefined implemented class
[SensiolabsInsight] Removed undefined implemented class |
diff --git a/chartpress.py b/chartpress.py
index <HASH>..<HASH> 100755
--- a/chartpress.py
+++ b/chartpress.py
@@ -266,7 +266,7 @@ def main():
help='Use this tag for images & charts')
argparser.add_argument('--extra-message', default='',
help='extra message to add to the commit message when publi... | Use None as default for --set-prefix |
diff --git a/src/common.py b/src/common.py
index <HASH>..<HASH> 100644
--- a/src/common.py
+++ b/src/common.py
@@ -32,7 +32,7 @@ def gridEngineIsInstalled():
"""Returns True if grid-engine is installed, else False.
"""
try:
- return system("qstat -version") == 0
+ return system("qstat -help... | Fix to function to check if grid engine is present |
diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -23,6 +23,7 @@ module.exports = function (Model, defaultInput) {
signals[arguments[0]] = signalFactory.apply(null, arguments);
};
+ controller.defaultInput = defaultInput;
controller.signals = sig... | Exposing defaultInput due to Angular view package |
diff --git a/src/Cache/Pool.php b/src/Cache/Pool.php
index <HASH>..<HASH> 100644
--- a/src/Cache/Pool.php
+++ b/src/Cache/Pool.php
@@ -50,6 +50,7 @@ class Pool implements CacheItemPoolInterface
public static function persist()
{
file_put_contents(self::$path, serialize(self::$cache));
+ chmod(... | we actually had a generic method for that |
diff --git a/Generator/FormattingTrait/AnnotationTrait.php b/Generator/FormattingTrait/AnnotationTrait.php
index <HASH>..<HASH> 100644
--- a/Generator/FormattingTrait/AnnotationTrait.php
+++ b/Generator/FormattingTrait/AnnotationTrait.php
@@ -51,7 +51,7 @@ trait AnnotationTrait {
$docblock_lines[] = str_repe... | Fixed missing comma in annotation lines that have a class. |
diff --git a/RAPIDpy/gis/taudem.py b/RAPIDpy/gis/taudem.py
index <HASH>..<HASH> 100644
--- a/RAPIDpy/gis/taudem.py
+++ b/RAPIDpy/gis/taudem.py
@@ -32,7 +32,8 @@ class TauDEM(object):
def __init__(self,
taudem_exe_path="",
num_processors=1,
- use_all_processors=F... | allow for different mpiexec |
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindSelfComparison2.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindSelfComparison2.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindSelfComparison2.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindSelfCo... | don't report self operation if we can't name the thing being compared
git-svn-id: <URL> |
diff --git a/framework/console/controllers/BaseMigrateController.php b/framework/console/controllers/BaseMigrateController.php
index <HASH>..<HASH> 100644
--- a/framework/console/controllers/BaseMigrateController.php
+++ b/framework/console/controllers/BaseMigrateController.php
@@ -52,7 +52,7 @@ abstract class BaseMigr... | Update BaseMigrateController.php
make sure console arguments are recognized as array. |
diff --git a/src/java/org/apache/cassandra/tools/NodeTool.java b/src/java/org/apache/cassandra/tools/NodeTool.java
index <HASH>..<HASH> 100644
--- a/src/java/org/apache/cassandra/tools/NodeTool.java
+++ b/src/java/org/apache/cassandra/tools/NodeTool.java
@@ -2066,7 +2066,7 @@ public class NodeTool
... | Fix exit code in nodetool when keyspace does not exist.
Patch by Sachin Janani, reviewed by brandonwilliams for CASSANDRA-<I> |
diff --git a/src/EmojiDictionary.php b/src/EmojiDictionary.php
index <HASH>..<HASH> 100644
--- a/src/EmojiDictionary.php
+++ b/src/EmojiDictionary.php
@@ -1831,6 +1831,9 @@ class EmojiDictionary
*/
public static function get($symbol)
{
+
+ $symbol = strtolower($symbol);
+
if (isset(stati... | Symbol reference is always converted to lower case |
diff --git a/bzr_exporter.py b/bzr_exporter.py
index <HASH>..<HASH> 100755
--- a/bzr_exporter.py
+++ b/bzr_exporter.py
@@ -130,10 +130,12 @@ class BzrFastExporter(object):
# Get the primary parent
if nparents == 0:
- # This is a parentless commit. We need to create a new branch
- ... | fix branch of first commit to not be refs/heads/tmp |
diff --git a/jaulp.wicket.components/src/main/java/de/alpharogroup/wicket/components/listview/ListViewPanel.java b/jaulp.wicket.components/src/main/java/de/alpharogroup/wicket/components/listview/ListViewPanel.java
index <HASH>..<HASH> 100644
--- a/jaulp.wicket.components/src/main/java/de/alpharogroup/wicket/components... | set flag 'reuseItems' to true to all ListView's. |
diff --git a/lib/ronin/platform/overlay_cache.rb b/lib/ronin/platform/overlay_cache.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/platform/overlay_cache.rb
+++ b/lib/ronin/platform/overlay_cache.rb
@@ -53,7 +53,13 @@ module Ronin
if descriptions.kind_of?(Array)
descriptions.each do |overlay|
... | Don't use OverlayCache#add to populate the cache. |
diff --git a/lib/navigationlib.php b/lib/navigationlib.php
index <HASH>..<HASH> 100644
--- a/lib/navigationlib.php
+++ b/lib/navigationlib.php
@@ -808,7 +808,7 @@ class global_navigation extends navigation_node {
* @return bool
*/
public function initialise() {
- global $SITE, $USER;
+ gl... | navigation MDL-<I> Added a callback for local plugins to allow them to add to the navigation. |
diff --git a/lib/request_log_analyzer/file_format/apache.rb b/lib/request_log_analyzer/file_format/apache.rb
index <HASH>..<HASH> 100644
--- a/lib/request_log_analyzer/file_format/apache.rb
+++ b/lib/request_log_analyzer/file_format/apache.rb
@@ -55,7 +55,7 @@ module RequestLogAnalyzer::FileFormat
# Creates the ... | Use Apache common access log format by default as it will work in more cases |
diff --git a/statsd/event.go b/statsd/event.go
index <HASH>..<HASH> 100644
--- a/statsd/event.go
+++ b/statsd/event.go
@@ -37,7 +37,7 @@ const (
type Event struct {
// Title of the event. Required.
Title string
- // Text is the description of the event. Required.
+ // Text is the description of the event.
Text... | update event doc comment (#<I>) |
diff --git a/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java b/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java
index <HASH>..<HASH> 100644
--- a/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java
+++ b/src/de/unihd/dbs/uima/annotator/heideltime/HeidelTime.java
@@ -1421,7 +1421,7 @@ public ... | minor bugfix for quarter disambiguation |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
# Always prefer setuptools over distutils
-from setuptools import setup
+from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open as opn
from os import path
@@ -26,7 +... | Setup.py updated to include all the subpackages and data sets |
diff --git a/lib/Thelia/Model/Customer.php b/lib/Thelia/Model/Customer.php
index <HASH>..<HASH> 100644
--- a/lib/Thelia/Model/Customer.php
+++ b/lib/Thelia/Model/Customer.php
@@ -263,6 +263,13 @@ class Customer extends BaseCustomer implements UserInterface
return $this;
}
+ public function erasePassw... | Add a function to erase a customer password (#<I>)
* Add a function to erase a customer password
* Fix cs |
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
index <HASH>..<HASH> 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/default.rb
@@ -52,7 +52,6 @@ users_manage "sysadmin" do
end... | this just isn't working at all on fedora |
diff --git a/samtranslator/parser/parser.py b/samtranslator/parser/parser.py
index <HASH>..<HASH> 100644
--- a/samtranslator/parser/parser.py
+++ b/samtranslator/parser/parser.py
@@ -63,7 +63,7 @@ class Parser:
validation_errors = validator.validate(sam_template)
if validation_errors:
- ... | fix: fix validation errors log message that calls join on a string (#<I>) |
diff --git a/admin/resource.go b/admin/resource.go
index <HASH>..<HASH> 100644
--- a/admin/resource.go
+++ b/admin/resource.go
@@ -57,6 +57,7 @@ func (res *Resource) setBaseResource(base *Resource) {
findManyHandle := res.FindManyHandler
res.FindManyHandler = func(value interface{}, context *qor.Context) error {
... | Add method to clone qor context |
diff --git a/keyboard/__init__.py b/keyboard/__init__.py
index <HASH>..<HASH> 100644
--- a/keyboard/__init__.py
+++ b/keyboard/__init__.py
@@ -136,7 +136,7 @@ def matches(event, name):
or 'right ' + normalized == event.name
)
- return matched_name or _os_keyboard.map_char(name)[0] == event.scan_code
... | Slight change to event matching rule to avoid errors |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.