diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/Behat/Behat/Console/BehatApplication.php b/src/Behat/Behat/Console/BehatApplication.php
index <HASH>..<HASH> 100644
--- a/src/Behat/Behat/Console/BehatApplication.php
+++ b/src/Behat/Behat/Console/BehatApplication.php
@@ -108,12 +108,17 @@ class BehatApplication extends Application
$profile ... | added back support for config/behat.yml |
diff --git a/salt/version.py b/salt/version.py
index <HASH>..<HASH> 100644
--- a/salt/version.py
+++ b/salt/version.py
@@ -32,4 +32,4 @@ def versions_report():
if __name__ == '__main__':
- print '\n'.join(versions_report())
+ print(__version__) | Don't break RPM building. |
diff --git a/mod/chat/gui_header_js/chatinput.php b/mod/chat/gui_header_js/chatinput.php
index <HASH>..<HASH> 100644
--- a/mod/chat/gui_header_js/chatinput.php
+++ b/mod/chat/gui_header_js/chatinput.php
@@ -5,6 +5,7 @@ require("../lib.php");
require_variable($chat_sid);
optional_variable($groupid);
+optional_variab... | Fix for bug <I>:
One notice in debug mode removed. |
diff --git a/core/src/main/java/com/github/phantomthief/util/MoreReflection.java b/core/src/main/java/com/github/phantomthief/util/MoreReflection.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/github/phantomthief/util/MoreReflection.java
+++ b/core/src/main/java/com/github/phantomthief/util/MoreReflectio... | [code healthy] change log to info level. |
diff --git a/WrightTools/_dataset.py b/WrightTools/_dataset.py
index <HASH>..<HASH> 100644
--- a/WrightTools/_dataset.py
+++ b/WrightTools/_dataset.py
@@ -117,9 +117,12 @@ class Dataset(h5py.Dataset):
@property
def _leaf(self):
out = self.natural_name
+ if self.size == 1:
+ out += f... | print_tree with values for scalars (#<I>) |
diff --git a/Rakefile.rb b/Rakefile.rb
index <HASH>..<HASH> 100644
--- a/Rakefile.rb
+++ b/Rakefile.rb
@@ -34,14 +34,24 @@ rescue LoadError # don't bail out when people do not have roodi installed!
end
end
+use_rcov = true
desc "Run all examples"
begin
+ gem "rcov"
+rescue LoadError
+ warn "rcov not installed... | closes #<I> - gcov in not needed to execute specs
there was a load error when gcov gem was not installed |
diff --git a/edisgo/flex_opt/storage_integration.py b/edisgo/flex_opt/storage_integration.py
index <HASH>..<HASH> 100644
--- a/edisgo/flex_opt/storage_integration.py
+++ b/edisgo/flex_opt/storage_integration.py
@@ -93,21 +93,22 @@ def connect_storage(storage, node):
"""
# add storage itself to graph
- no... | Bug fix use grid of storage instead node |
diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -105,10 +105,17 @@ func main() {
logger.Info("mariadb_ctrl started")
- err = <-process.Wait()
- //TODO: remove pidfile
+ processErr := <-process.Wait()
+
+ err = deletePidFile(config, logger)
if err != nil {
- logger.Fata... | Remove pid file on shutting down the process.
[#<I>] |
diff --git a/intranet/apps/events/models.py b/intranet/apps/events/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/events/models.py
+++ b/intranet/apps/events/models.py
@@ -162,7 +162,7 @@ class Event(models.Model):
def is_this_year(self):
"""Return whether the event was created after September ... | fix #<I>, events typo |
diff --git a/src/Interfaces/StandardInterface.php b/src/Interfaces/StandardInterface.php
index <HASH>..<HASH> 100644
--- a/src/Interfaces/StandardInterface.php
+++ b/src/Interfaces/StandardInterface.php
@@ -22,6 +22,11 @@ namespace Benkle\FeedParser\Interfaces;
use Benkle\FeedParser\Parser;
use Benkle\FeedParser\Rule... | Added some comments to StandardInterface and a canHandle method |
diff --git a/warrant/tests/tests.py b/warrant/tests/tests.py
index <HASH>..<HASH> 100644
--- a/warrant/tests/tests.py
+++ b/warrant/tests/tests.py
@@ -90,15 +90,16 @@ class CognitoAuthTestCase(unittest.TestCase):
# self.assertEqual(self.user.access_token,None)
@patch('warrant.Cognito', autospec=True)
- ... | Fixed a test, applied a new style of adding attributes |
diff --git a/lib/tty/prompt/keypress.rb b/lib/tty/prompt/keypress.rb
index <HASH>..<HASH> 100644
--- a/lib/tty/prompt/keypress.rb
+++ b/lib/tty/prompt/keypress.rb
@@ -96,7 +96,6 @@ module TTY
else
job.()
end
- rescue Timeout::Error
end
end # Keypress
end # Prompt | Change to stop rescuing error as no longer raised |
diff --git a/src/EchoIt/JsonApi/Handler.php b/src/EchoIt/JsonApi/Handler.php
index <HASH>..<HASH> 100644
--- a/src/EchoIt/JsonApi/Handler.php
+++ b/src/EchoIt/JsonApi/Handler.php
@@ -136,7 +136,7 @@ abstract class Handler
foreach ($value as $obj) {
// Check whether the object is ... | PSR-2 style fixed on Handler.php |
diff --git a/pymbar/mbar.py b/pymbar/mbar.py
index <HASH>..<HASH> 100644
--- a/pymbar/mbar.py
+++ b/pymbar/mbar.py
@@ -1940,6 +1940,8 @@ class MBAR:
# Initialize all f_k to zero.
if f_k_init is None:
f_k_init = np.zeros(len(self.f_k))
+
+ starting_f_k_init = f_k_init.copy()
... | Improved handling of BAR
For boostrapping, used bisection to be more sure of converging. |
diff --git a/packages/ra-data-simple-rest/src/index.js b/packages/ra-data-simple-rest/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/ra-data-simple-rest/src/index.js
+++ b/packages/ra-data-simple-rest/src/index.js
@@ -127,7 +127,7 @@ export default (apiUrl, httpClient = fetchUtils.fetchJson) => {
... | Update packages/ra-data-simple-rest/src/index.js |
diff --git a/providers/facebook/facebook.go b/providers/facebook/facebook.go
index <HASH>..<HASH> 100644
--- a/providers/facebook/facebook.go
+++ b/providers/facebook/facebook.go
@@ -133,11 +133,19 @@ func newConfig(provider *Provider, scopes []string) *oauth2.Config {
AuthURL: authURL,
TokenURL: tokenURL,
... | Set "email" scope in facebook auth
Fix #<I> |
diff --git a/admin.go b/admin.go
index <HASH>..<HASH> 100644
--- a/admin.go
+++ b/admin.go
@@ -81,7 +81,15 @@ func StartAdmin(initialConfigJSON []byte) error {
}
}
- ln, err := net.Listen("tcp", adminConfig.Listen)
+ // extract a singular listener address
+ netw, listenAddrs, err := ParseNetworkAddress(adminConf... | admin: Allow listening on unix socket (closes #<I>) |
diff --git a/lxd/daemon.go b/lxd/daemon.go
index <HASH>..<HASH> 100644
--- a/lxd/daemon.go
+++ b/lxd/daemon.go
@@ -1468,20 +1468,16 @@ func (d *Daemon) Ready() error {
return nil
}
-func (d *Daemon) numRunningInstances() (int, error) {
- results, err := instance.LoadNodeAll(d.State(), instancetype.Any)
- if err !=... | lxd/daemon: Updates numRunningInstances to accept a list of instances to check |
diff --git a/pyseleniumjs/__init__.py b/pyseleniumjs/__init__.py
index <HASH>..<HASH> 100644
--- a/pyseleniumjs/__init__.py
+++ b/pyseleniumjs/__init__.py
@@ -0,0 +1 @@
+from e2ejs import E2EJS
\ No newline at end of file
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7... | Updated package version, finished pypi export. |
diff --git a/paxtools-core/src/main/java/org/biopax/paxtools/controller/Integrator.java b/paxtools-core/src/main/java/org/biopax/paxtools/controller/Integrator.java
index <HASH>..<HASH> 100644
--- a/paxtools-core/src/main/java/org/biopax/paxtools/controller/Integrator.java
+++ b/paxtools-core/src/main/java/org/biopax/p... | Comment: the ..controller.Integrator is for BioPAX Level2 models (an is old, needs testing...) |
diff --git a/eZ/Publish/Core/Repository/UserService.php b/eZ/Publish/Core/Repository/UserService.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Repository/UserService.php
+++ b/eZ/Publish/Core/Repository/UserService.php
@@ -32,6 +32,7 @@ use eZ\Publish\Core\Repository\Values\User\UserCreateStruct,
eZ\Publis... | Throw NotFoundException if no users are found and if password is wrong in UserService::loadUserByCredentials |
diff --git a/ethlog/loggers_test.go b/ethlog/loggers_test.go
index <HASH>..<HASH> 100644
--- a/ethlog/loggers_test.go
+++ b/ethlog/loggers_test.go
@@ -107,11 +107,11 @@ func TestLoggerPrintf(t *testing.T) {
testLogSystem := &TestLogSystem{level: WarnLevel}
AddLogSystem(testLogSystem)
logger.Errorf("error to %v\n"... | ethlog: add test for '%' in log message
This test fails because the log message is formatted twice. |
diff --git a/pyamg/util/tests/test_utils.py b/pyamg/util/tests/test_utils.py
index <HASH>..<HASH> 100644
--- a/pyamg/util/tests/test_utils.py
+++ b/pyamg/util/tests/test_utils.py
@@ -1313,13 +1313,13 @@ class TestLevelize(TestCase):
assert_equal(max_coarse, 5)
# test 5
max_levels, max_coarse,... | changed unit test to assert_array_equal for levelize |
diff --git a/lib/spidr/settings/proxy.rb b/lib/spidr/settings/proxy.rb
index <HASH>..<HASH> 100644
--- a/lib/spidr/settings/proxy.rb
+++ b/lib/spidr/settings/proxy.rb
@@ -15,7 +15,7 @@ module Spidr
# The Spidr proxy information.
#
def proxy
- @proxy || Spidr::Proxy.new
+ @proxy ||= ... | Set @proxy to a default proxy to avoid creating too many objects. |
diff --git a/lib/Wave/Http/Response.php b/lib/Wave/Http/Response.php
index <HASH>..<HASH> 100644
--- a/lib/Wave/Http/Response.php
+++ b/lib/Wave/Http/Response.php
@@ -55,12 +55,16 @@ class Response
public function send()
{
+
if (headers_sent()) {
return false;
}
... | Removed second part of the method from coverage reports. Output starts from phpunit. |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -140,8 +140,27 @@ if (fs.lchmod) wrap(fs, 'lchmod', activator);
if (fs.ftruncate) wrap(fs, 'ftruncate', activator);
// Wrap zlib streams
-var zProto = Object.getPrototypeOf(require('zlib').Deflate.prototype);
-wrap(zProto,... | polyfill: extend support for zlib to node <I>.x
zlib in <I>.x is based on streams1, and in <I>.x it uses streams2. Also
note that the monkeypunching done here operates on the Zlib proto in
both cases (i.e. Deflate's prototype's prototype), so it catches all of
the zlib methods. Clever clever creationix! |
diff --git a/tests/Fixture/ProductAttributeFixturesTest.php b/tests/Fixture/ProductAttributeFixturesTest.php
index <HASH>..<HASH> 100644
--- a/tests/Fixture/ProductAttributeFixturesTest.php
+++ b/tests/Fixture/ProductAttributeFixturesTest.php
@@ -32,7 +32,7 @@ final class ProductAttributeFixturesTest extends KernelTest... | Downport changes from <I> to <I> |
diff --git a/pkg/model/iam/iam_builder.go b/pkg/model/iam/iam_builder.go
index <HASH>..<HASH> 100644
--- a/pkg/model/iam/iam_builder.go
+++ b/pkg/model/iam/iam_builder.go
@@ -66,6 +66,13 @@ func (b *IAMPolicyBuilder) BuildAWSIAMPolicy() (*IAMPolicy, error) {
// Don't give bastions any permissions (yet)
if b.Role ... | Create stub IAM policy for bastions |
diff --git a/volatildap/control.py b/volatildap/control.py
index <HASH>..<HASH> 100644
--- a/volatildap/control.py
+++ b/volatildap/control.py
@@ -25,6 +25,7 @@ class ControlServer(http.server.ThreadingHTTPServer):
def start(self):
if self._thread is not None:
+ # Already started
... | Properly stop the control server.
Including cleaning up the resources. |
diff --git a/cmd/global-heal.go b/cmd/global-heal.go
index <HASH>..<HASH> 100644
--- a/cmd/global-heal.go
+++ b/cmd/global-heal.go
@@ -68,6 +68,9 @@ func newBgHealSequence() *healSequence {
}
func getLocalBackgroundHealStatus() (madmin.BgHealState, bool) {
+ if globalBackgroundHealState == nil {
+ return madmin.Bg... | fix: server panic in FS mode (#<I>)
fixes #<I> |
diff --git a/Event/DoctrineToEAVEventConverter.php b/Event/DoctrineToEAVEventConverter.php
index <HASH>..<HASH> 100644
--- a/Event/DoctrineToEAVEventConverter.php
+++ b/Event/DoctrineToEAVEventConverter.php
@@ -100,7 +100,7 @@ class DoctrineToEAVEventConverter implements EventSubscriber
$data =... | Fixing error where EAVEvent is triggered with a non-EAV data |
diff --git a/src/AnimeDb/Bundle/CatalogBundle/Controller/NoticeController.php b/src/AnimeDb/Bundle/CatalogBundle/Controller/NoticeController.php
index <HASH>..<HASH> 100644
--- a/src/AnimeDb/Bundle/CatalogBundle/Controller/NoticeController.php
+++ b/src/AnimeDb/Bundle/CatalogBundle/Controller/NoticeController.php
@@ -6... | after remove notice save current page in redirect |
diff --git a/Controller/AdminController.php b/Controller/AdminController.php
index <HASH>..<HASH> 100644
--- a/Controller/AdminController.php
+++ b/Controller/AdminController.php
@@ -117,8 +117,20 @@ class AdminController extends Controller
{
$accelerators = '';
- if (function_exists('apc_store')... | apcu in sysinfo |
diff --git a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/connector/IListWriter.java b/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/connector/IListWriter.java
index <HASH>..<HASH> 100644
--- a/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/connector/IListWriter.java
+++ b/hazelcast-jet-co... | Speed up writes to IList by writing in bulk |
diff --git a/classes/ezgmaplocation.php b/classes/ezgmaplocation.php
index <HASH>..<HASH> 100644
--- a/classes/ezgmaplocation.php
+++ b/classes/ezgmaplocation.php
@@ -55,7 +55,10 @@ class eZGmapLocation extends eZPersistentObject
'name' => 'contentobject_attribut... | - Added foreign key meta data to contentobject_attribute_id's field definition |
diff --git a/test/robots/can-crawl.js b/test/robots/can-crawl.js
index <HASH>..<HASH> 100644
--- a/test/robots/can-crawl.js
+++ b/test/robots/can-crawl.js
@@ -58,10 +58,6 @@ describe('can-crawl-async', () => {
expect(robotsParser.canCrawl('test.com')).to.be.an.instanceOf(Promise);
});
- it('Should call the c... | Removed test that fails due to github coveralls script timeout. |
diff --git a/PLYBinaryExporter.js b/PLYBinaryExporter.js
index <HASH>..<HASH> 100644
--- a/PLYBinaryExporter.js
+++ b/PLYBinaryExporter.js
@@ -132,8 +132,8 @@ THREE.PLYBinaryExporter.prototype = {
var vertexListLength = vertexCount * ( 4 * 3 + ( includeNormals ? 4 * 3 : 0 ) + ( includeColors ? 3 : 0 ) + ( includeUVs... | Account for the face index size in the initial array buffer |
diff --git a/lib/chef/resource/windows_share.rb b/lib/chef/resource/windows_share.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/resource/windows_share.rb
+++ b/lib/chef/resource/windows_share.rb
@@ -241,6 +241,10 @@ class Chef
Chef::Log.debug("Running '#{share_cmd}' to create the share")
powersh... | windows_share: Fix idempotency by removing the "everyone" access
This resource uses powershell under the hood and calls new-smbshare,
which defaults to adding read only access to the everyone group. With
this change when we create the share we'll remove that permission. Once
that's done we'll go about adding our desir... |
diff --git a/test/unit/GetDepthCapableTraitTest.php b/test/unit/GetDepthCapableTraitTest.php
index <HASH>..<HASH> 100644
--- a/test/unit/GetDepthCapableTraitTest.php
+++ b/test/unit/GetDepthCapableTraitTest.php
@@ -130,12 +130,15 @@ class GetDepthCapableTraitTest extends TestCase
public function testGetDepth()
... | Changed expectations for `GetDepthCapableTrait`
Now must abstract counting of the path segments |
diff --git a/titan-cassandra/src/main/java/com/thinkaurelius/titan/diskstorage/cassandra/astyanax/AstyanaxStoreManager.java b/titan-cassandra/src/main/java/com/thinkaurelius/titan/diskstorage/cassandra/astyanax/AstyanaxStoreManager.java
index <HASH>..<HASH> 100644
--- a/titan-cassandra/src/main/java/com/thinkaurelius/t... | Make Astyanax always assume Deployment.REMOTE
This is a slight improvement over returning nothing and causing a
compile error. |
diff --git a/holoviews/core/data/grid.py b/holoviews/core/data/grid.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/data/grid.py
+++ b/holoviews/core/data/grid.py
@@ -548,6 +548,9 @@ class GridInterface(DictInterface):
@classmethod
def select(cls, dataset, selection_mask=None, **selection):
+ if ... | Support selection masks and expressions on gridded data (#<I>) |
diff --git a/src/Command/Humbug.php b/src/Command/Humbug.php
index <HASH>..<HASH> 100644
--- a/src/Command/Humbug.php
+++ b/src/Command/Humbug.php
@@ -539,6 +539,10 @@ class Humbug extends Command
AdapterAbstract $testFrameworkAdapter,
ProgressBar $progressBar
) {
+ $onProgress = function ... | Some code rearrange - onProgress callback introduced |
diff --git a/lib/container.js b/lib/container.js
index <HASH>..<HASH> 100644
--- a/lib/container.js
+++ b/lib/container.js
@@ -28,11 +28,15 @@ module.exports = function(config, logger) {
* out - ouput stream
* cb - complete callback
*/
+ /*
+ * commented out as it the blank-container does not need any
+... | Do not expose build, as it does nothing. |
diff --git a/ospd/ospd.py b/ospd/ospd.py
index <HASH>..<HASH> 100644
--- a/ospd/ospd.py
+++ b/ospd/ospd.py
@@ -1497,10 +1497,11 @@ class OSPDaemon:
return count
def get_count_running_scans(self) -> int:
- """ Get the amount of scans with RUNNING status """
+ """ Get the amount of scans wit... | Consider INIT and RUNNING status for running scans, since an INIT scan is not in the queue anymore
(cherry picked from commit 2acd<I>fbb<I>a<I>cc<I>a<I>e<I>eee<I>) |
diff --git a/railties/test/rails_info_controller_test.rb b/railties/test/rails_info_controller_test.rb
index <HASH>..<HASH> 100644
--- a/railties/test/rails_info_controller_test.rb
+++ b/railties/test/rails_info_controller_test.rb
@@ -50,7 +50,6 @@ class InfoControllerTest < ActionController::TestCase
test "info c... | Fix failing test in railties
Related to the HTML route inspector changes:
ae<I>fc<I>e<I>ab<I>c<I>fd<I>e<I>f6b<I> |
diff --git a/system/HTTP/Files/FileCollection.php b/system/HTTP/Files/FileCollection.php
index <HASH>..<HASH> 100644
--- a/system/HTTP/Files/FileCollection.php
+++ b/system/HTTP/Files/FileCollection.php
@@ -310,7 +310,7 @@ class FileCollection
*/
protected function getValueDotNotationSyntax(array $index, array $va... | Remove pointless check from conditional
Because the argument $index has a type declaration of 'array' there is no point in using is_array($index) in the conditional. |
diff --git a/manticore/ethereum.py b/manticore/ethereum.py
index <HASH>..<HASH> 100644
--- a/manticore/ethereum.py
+++ b/manticore/ethereum.py
@@ -1163,7 +1163,7 @@ class ManticoreEVM(Manticore):
tx_summary.write('\n')
tx_summary.write( "Function call:\n")
... | Improved readability of .tx files using repr to print function call arguments (#<I>) |
diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -56,7 +56,7 @@ class Service extends AdapterService {
if (!this.options.Model) {
throw new Error('The Model getter was called with no Model provided in options!');
}
-
+
return this.op... | Fix issue with patch when using pagination by default (#<I>) |
diff --git a/raiden/utils/migrations/v17_to_v18.py b/raiden/utils/migrations/v17_to_v18.py
index <HASH>..<HASH> 100644
--- a/raiden/utils/migrations/v17_to_v18.py
+++ b/raiden/utils/migrations/v17_to_v18.py
@@ -5,6 +5,9 @@ from raiden.exceptions import RaidenDBUpgradeError
from raiden.transfer.state import RouteState
... | Only run migration if old_version is <I> |
diff --git a/src/Orders/OrdersStatus.php b/src/Orders/OrdersStatus.php
index <HASH>..<HASH> 100644
--- a/src/Orders/OrdersStatus.php
+++ b/src/Orders/OrdersStatus.php
@@ -104,6 +104,11 @@ class OrdersStatus {
return $result;
}
+ /**
+ * [RO] Preluare lista de statusuri ale comenzilor (https://git... | Added comments for order status list retrieval |
diff --git a/lib/escher/auth.rb b/lib/escher/auth.rb
index <HASH>..<HASH> 100644
--- a/lib/escher/auth.rb
+++ b/lib/escher/auth.rb
@@ -9,7 +9,7 @@ module Escher
@current_time = options[:current_time] || Time.now
@auth_header_name = options[:auth_header_name] || 'X-Escher-Auth'
@date_header_name = o... | SUITEDEV-<I> Reduce clockSkew to <I> |
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/resources/File.java b/sonar-plugin-api/src/main/java/org/sonar/api/resources/File.java
index <HASH>..<HASH> 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/resources/File.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/resources/File.java
@@ -3... | Relax visibility of File constructor to allow hacking in SonarLint |
diff --git a/lib/pry-byebug/commands.rb b/lib/pry-byebug/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/pry-byebug/commands.rb
+++ b/lib/pry-byebug/commands.rb
@@ -122,6 +122,8 @@ module PryByebug
end
def process
+ Byebug.start unless Byebug.started?
+
{ :delete => :delete,
... | Make sure byebug's started when setting breakpoint |
diff --git a/cpu6809.py b/cpu6809.py
index <HASH>..<HASH> 100755
--- a/cpu6809.py
+++ b/cpu6809.py
@@ -355,14 +355,6 @@ class Instruction(object):
mnemonic1, mnemonic2
))
- cc1 = msg[98:106]
- if cc1 != xroar_cc:
- log.info("trace: %s" , ref_l... | conmpare first the registers than CC |
diff --git a/lib/active_record_survey/node_map.rb b/lib/active_record_survey/node_map.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record_survey/node_map.rb
+++ b/lib/active_record_survey/node_map.rb
@@ -37,6 +37,21 @@ module ActiveRecordSurvey
result
end
+ # Whether decendant of a particular node_map
+ d... | Version <I>
Added is_decendent_of? method to node_maps |
diff --git a/tchannel-core/src/main/java/com/uber/tchannel/schemes/JSONSerializer.java b/tchannel-core/src/main/java/com/uber/tchannel/schemes/JSONSerializer.java
index <HASH>..<HASH> 100644
--- a/tchannel-core/src/main/java/com/uber/tchannel/schemes/JSONSerializer.java
+++ b/tchannel-core/src/main/java/com/uber/tchann... | compatible with other languages when application header is empty |
diff --git a/dockerpty/io.py b/dockerpty/io.py
index <HASH>..<HASH> 100644
--- a/dockerpty/io.py
+++ b/dockerpty/io.py
@@ -111,13 +111,15 @@ class Stream(object):
Return `n` bytes of data from the Stream, or None at end of stream.
"""
- try:
- if hasattr(self.fd, 'recv'):
- ... | Retry after encountering a recoverable error when reading.
Addresses d<I>wtq/dockerpty#<I>. |
diff --git a/Component/RepositoryRegistry.php b/Component/RepositoryRegistry.php
index <HASH>..<HASH> 100644
--- a/Component/RepositoryRegistry.php
+++ b/Component/RepositoryRegistry.php
@@ -19,7 +19,7 @@ class RepositoryRegistry
/** @var mixed[][] */
protected $repositoryConfigs;
/** @var DataStore[] */... | Fix error in first invocation of getDataStoreByName |
diff --git a/codec/rpc.go b/codec/rpc.go
index <HASH>..<HASH> 100644
--- a/codec/rpc.go
+++ b/codec/rpc.go
@@ -8,7 +8,6 @@ import (
"errors"
"io"
"net/rpc"
- "sync"
)
var errRpcJsonNeedsTermWhitespace = errors.New("rpc requires a JsonHandle with TermWhitespace set to true")
@@ -40,8 +39,7 @@ type rpcCodec str... | codec: rpc: remove unnecessary mutex Lock/Unlock during WriteXXX methods of codec
The net/rpc package states that the io.ReadWriteCloser should handle
concurrency if desired. This means that any required lock/unlock should be at the
implementation of io.ReadWriteCloser, not the codec.
Updates #<I> |
diff --git a/test/full_tst.py b/test/full_tst.py
index <HASH>..<HASH> 100644
--- a/test/full_tst.py
+++ b/test/full_tst.py
@@ -66,7 +66,7 @@ class fullTest(unittest.TestCase):
files = ['cfg/full/daemons/brokerd.ini', 'cfg/full/daemons/pollerd.ini',
'cfg/full/daemons/reactionnerd.ini', 'cfg/fu... | Update full_tst to comply with the new default configuration (/usr/local/ prefixed directories |
diff --git a/dallinger/command_line.py b/dallinger/command_line.py
index <HASH>..<HASH> 100755
--- a/dallinger/command_line.py
+++ b/dallinger/command_line.py
@@ -858,9 +858,7 @@ def export(app, local, no_scrub):
@click.option('--app', default=None, callback=verify_id, help='Experiment id')
def logs(app):
"""Sho... | Use new tool in CLI log command |
diff --git a/lib/wechat/responder.rb b/lib/wechat/responder.rb
index <HASH>..<HASH> 100644
--- a/lib/wechat/responder.rb
+++ b/lib/wechat/responder.rb
@@ -166,7 +166,7 @@ module Wechat
self.class.wechat # Make sure user can continue access wechat at instance level similar to class level
end
- def wecha... | Enable user using snsapi_userinfo as well. |
diff --git a/test/rules/helpers.js b/test/rules/helpers.js
index <HASH>..<HASH> 100644
--- a/test/rules/helpers.js
+++ b/test/rules/helpers.js
@@ -8,8 +8,8 @@ const onWarn = function (rule, el, needCall, cb) {
let called = false
const a11y = new A11y(React, ReactDOM, {
reporter (info) {
+ consol... | fix bug where rule tests interfered with each other |
diff --git a/app/suite_test.go b/app/suite_test.go
index <HASH>..<HASH> 100644
--- a/app/suite_test.go
+++ b/app/suite_test.go
@@ -105,7 +105,7 @@ func (s *S) TearDownSuite(c *C) {
}
func (s *S) SetUpTest(c *C) {
- cleanQueue()
+ ttesting.CleanQueues(queueName, QueueName)
}
func (s *S) TearDownTest(c *C) {
@@ -... | app: use testing.CleanQueues to clean queues |
diff --git a/src/main/java/com/algorithmia/data/DataFile.java b/src/main/java/com/algorithmia/data/DataFile.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/algorithmia/data/DataFile.java
+++ b/src/main/java/com/algorithmia/data/DataFile.java
@@ -48,7 +48,7 @@ public class DataFile extends DataObject {
* ... | Fix #4: ensure temp file prefix length is always valid |
diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -2,7 +2,7 @@ var koa = require('koa');
var request = require('supertest');
var assert = require('assert');
-var koajwt = require('./index.js');
+var koajwt = require('./index');
describe('failure tests', function () ... | Removing the unnecessary '.js' extension from the index require |
diff --git a/Git.php b/Git.php
index <HASH>..<HASH> 100644
--- a/Git.php
+++ b/Git.php
@@ -196,14 +196,15 @@ class Git
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $this->_classHash['repos_url']);
+ curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
curl_setopt($ch, CURLOPT_RETU... | Adds USERAGENT to curl call |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,9 @@ def read_file(filename):
setup(
name = "calloway",
version = __import__('calloway').get_version().replace(' ', '-'),
- url = 'http://opensource.washingtontimes.com/projects/calloway/',
- author ... | Updated the url, author and author email |
diff --git a/src/main/java/net/finmath/marketdata/calibration/Solver.java b/src/main/java/net/finmath/marketdata/calibration/Solver.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/finmath/marketdata/calibration/Solver.java
+++ b/src/main/java/net/finmath/marketdata/calibration/Solver.java
@@ -174,7 +174,7 @@ p... | Reported accuracy is now a rms.
git-svn-id: <URL> |
diff --git a/faker/providers/ssn/fi_FI/__init__.py b/faker/providers/ssn/fi_FI/__init__.py
index <HASH>..<HASH> 100644
--- a/faker/providers/ssn/fi_FI/__init__.py
+++ b/faker/providers/ssn/fi_FI/__init__.py
@@ -39,7 +39,7 @@ class Provider(SsnProvider):
if birthday.year < 2000:
separator = '-'
... | Correct UnboundLocalError in Finnish SSN generator. |
diff --git a/Element/PhpFile.php b/Element/PhpFile.php
index <HASH>..<HASH> 100755
--- a/Element/PhpFile.php
+++ b/Element/PhpFile.php
@@ -17,6 +17,15 @@ class PhpFile extends AbstractElement
return self::START_FILE;
}
/**
+ * @see \WsdlToPhp\PhpGenerator\Element\AbstractElement::toString()
+ ... | ensure generated file contains one line at end of file (PSR-2) |
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarConstraintProvider.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/GrammarConstraintProvider.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/analysis/Gramm... | [serializer] bugfix: wrong EStruturalFeatureIDs were used in case of multiple inheritance |
diff --git a/omgeo/tests/tests.py b/omgeo/tests/tests.py
index <HASH>..<HASH> 100755
--- a/omgeo/tests/tests.py
+++ b/omgeo/tests/tests.py
@@ -75,8 +75,8 @@ class GeocoderTest(OmgeoTestCase):
if MAPQUEST_API_KEY is not None:
mapquest_settings = dict(api_key=MAPQUEST_API_KEY)
- self.g_... | fix mapquest list nesting issue in tests |
diff --git a/framework/yii/base/Controller.php b/framework/yii/base/Controller.php
index <HASH>..<HASH> 100644
--- a/framework/yii/base/Controller.php
+++ b/framework/yii/base/Controller.php
@@ -18,6 +18,15 @@ use Yii;
class Controller extends Component
{
/**
+ * @event ActionEvent an event raised right before exe... | Added back the events for Controller. |
diff --git a/packages/create-quip-app/bin/create-quip-app.py b/packages/create-quip-app/bin/create-quip-app.py
index <HASH>..<HASH> 100755
--- a/packages/create-quip-app/bin/create-quip-app.py
+++ b/packages/create-quip-app/bin/create-quip-app.py
@@ -132,7 +132,8 @@ def create_package(app_dir, package_path=None):
... | don't attempt to create package_dir when it is empty |
diff --git a/src/lib/sys-proc.rb b/src/lib/sys-proc.rb
index <HASH>..<HASH> 100644
--- a/src/lib/sys-proc.rb
+++ b/src/lib/sys-proc.rb
@@ -1,8 +1,18 @@
+# rubocop:disable Style/FileName
# frozen_string_literal: true
+# rubocop:enable Style/FileName
-require 'active_support/inflector'
require 'pathname'
-
$LOAD_PAT... | loader provides a better pp (development) |
diff --git a/lib/jsduck/ast.rb b/lib/jsduck/ast.rb
index <HASH>..<HASH> 100644
--- a/lib/jsduck/ast.rb
+++ b/lib/jsduck/ast.rb
@@ -1,7 +1,6 @@
require "jsduck/serializer"
require "jsduck/evaluator"
require "jsduck/function_ast"
-require "jsduck/ext_patterns"
require "jsduck/ast_node"
module JsDuck
@@ -142,15 +14... | Eliminate use of ExtPatterns class from Ast. |
diff --git a/library/src/main/java/com/prolificinteractive/materialcalendarview/MaterialCalendarView.java b/library/src/main/java/com/prolificinteractive/materialcalendarview/MaterialCalendarView.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/prolificinteractive/materialcalendarview/MaterialCalendarVi... | Changed super class to be FrameLayout |
diff --git a/lib/rb-inotify/notifier.rb b/lib/rb-inotify/notifier.rb
index <HASH>..<HASH> 100644
--- a/lib/rb-inotify/notifier.rb
+++ b/lib/rb-inotify/notifier.rb
@@ -242,6 +242,7 @@ module INotify
#
# @raise [SystemCallError] if closing the underlying file descriptor fails.
def close
+ stop
... | Avoid exception in case of closing a file watched by notifier, like trapping SIGINT to close the file without exception. |
diff --git a/lib/achoo/ui/date_chooser.rb b/lib/achoo/ui/date_chooser.rb
index <HASH>..<HASH> 100644
--- a/lib/achoo/ui/date_chooser.rb
+++ b/lib/achoo/ui/date_chooser.rb
@@ -67,7 +67,7 @@ module Achoo
puts "Accepted formats:"
puts date_format_help_string
puts
- system 'cal -3m'
+ ... | The -m option to cal seems to have changed its definition. Remove it |
diff --git a/src/Propel/Generator/Builder/Om/ObjectBuilder.php b/src/Propel/Generator/Builder/Om/ObjectBuilder.php
index <HASH>..<HASH> 100644
--- a/src/Propel/Generator/Builder/Om/ObjectBuilder.php
+++ b/src/Propel/Generator/Builder/Om/ObjectBuilder.php
@@ -4046,7 +4046,7 @@ abstract class ".$this->getClassname()." ex... | Fixed missing typehint on crossFK methods |
diff --git a/fsevents.py b/fsevents.py
index <HASH>..<HASH> 100644
--- a/fsevents.py
+++ b/fsevents.py
@@ -194,4 +194,7 @@ class FileEventCallback(object):
if os.path.isdir(path):
refs[os.path.join(root, path)] = {}
for name in os.listdir(os.path.join(root, path)):
- re... | ignore files that don't exist while recursing.
Specifically this avoids the problem where we explode when trying to
stat a symlink that has a nonexistent target |
diff --git a/src/services/ModelByHandle.php b/src/services/ModelByHandle.php
index <HASH>..<HASH> 100644
--- a/src/services/ModelByHandle.php
+++ b/src/services/ModelByHandle.php
@@ -289,7 +289,7 @@ abstract class ModelByHandle extends Model
// Get existing record
if ($model instanceof ModelWithHandle... | removing forceful check for record when finding via handle |
diff --git a/lib/model/type/index.js b/lib/model/type/index.js
index <HASH>..<HASH> 100644
--- a/lib/model/type/index.js
+++ b/lib/model/type/index.js
@@ -35,6 +35,8 @@ const files = [
"./string",
"./integer",
"./boolean",
+ "./number",
+ "./date",
]; | fixing attribute type handlers for numbers and dates not exposed commonly |
diff --git a/src/TextFormatter/Parser.php b/src/TextFormatter/Parser.php
index <HASH>..<HASH> 100644
--- a/src/TextFormatter/Parser.php
+++ b/src/TextFormatter/Parser.php
@@ -155,15 +155,17 @@ class Parser
}
/**
- * Clear this instance's properties
+ * Reset this instance's properties
*
* Used internally at t... | TextFormatter: small change in code |
diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go
index <HASH>..<HASH> 100644
--- a/pkg/features/kube_features.go
+++ b/pkg/features/kube_features.go
@@ -577,7 +577,7 @@ const (
DisableCloudProviders featuregate.Feature = "DisableCloudProviders"
// owner: @andrewsykim
- // alpha: v1.22
+ ... | Fix documented version for DisableKubeletCloudCredentialProviders feature gate |
diff --git a/safe/utilities/metadata.py b/safe/utilities/metadata.py
index <HASH>..<HASH> 100644
--- a/safe/utilities/metadata.py
+++ b/safe/utilities/metadata.py
@@ -60,8 +60,8 @@ def write_iso19115_metadata(layer_uri, keywords):
metadata = GenericLayerMetadata(layer_uri)
metadata.update_from_dict(keyw... | Alway set keyword version to the latest version. |
diff --git a/lib/Item/ValueConverter/EntryValueConverter.php b/lib/Item/ValueConverter/EntryValueConverter.php
index <HASH>..<HASH> 100644
--- a/lib/Item/ValueConverter/EntryValueConverter.php
+++ b/lib/Item/ValueConverter/EntryValueConverter.php
@@ -36,4 +36,9 @@ final class EntryValueConverter implements ValueConvert... | Add ValueConverterInterface::getObject method to be able to enrich the object from CMS |
diff --git a/client/layout/guided-tours/config-elements/step.js b/client/layout/guided-tours/config-elements/step.js
index <HASH>..<HASH> 100644
--- a/client/layout/guided-tours/config-elements/step.js
+++ b/client/layout/guided-tours/config-elements/step.js
@@ -182,7 +182,7 @@ export default class Step extends Compone... | Guided Tours: actually use `Step`'s `next` prop as claimed in the docs :) |
diff --git a/lib/editor/tinymce/plugins/managefiles/tinymce/editor_plugin.js b/lib/editor/tinymce/plugins/managefiles/tinymce/editor_plugin.js
index <HASH>..<HASH> 100644
--- a/lib/editor/tinymce/plugins/managefiles/tinymce/editor_plugin.js
+++ b/lib/editor/tinymce/plugins/managefiles/tinymce/editor_plugin.js
@@ -93,9 ... | MDL-<I> Additional check to be extra sure that no JS error occurs |
diff --git a/git.go b/git.go
index <HASH>..<HASH> 100644
--- a/git.go
+++ b/git.go
@@ -139,6 +139,16 @@ func init() {
C.git_openssl_set_locking()
}
+// Shutdown frees all the resources acquired by libgit2. Make sure no
+// references to any git2go objects are live before calling this.
+// After this is called, inv... | Add a way to cleanly shut down the library (#<I>)
This change adds the Shutdown() method, so that the library can be
cleanly shut down. This helps significanly reduce the amount of noise in
the leak detector. |
diff --git a/model/qti/Service.php b/model/qti/Service.php
index <HASH>..<HASH> 100755
--- a/model/qti/Service.php
+++ b/model/qti/Service.php
@@ -112,14 +112,7 @@ class Service extends tao_models_classes_Service
throw new common_Exception('Non QTI item('.$item->getUri().') opened via QTI Service');
... | Get xml data throw file not found as expected |
diff --git a/gitlab_registry_usage/_version.py b/gitlab_registry_usage/_version.py
index <HASH>..<HASH> 100644
--- a/gitlab_registry_usage/_version.py
+++ b/gitlab_registry_usage/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 2, 5)
+__version_info__ = (0, 2, 6)
__version__ = '.'.join(map(str, __version_info__)) | Increase the version number to <I> |
diff --git a/cloudmesh/common/ConfigDict.py b/cloudmesh/common/ConfigDict.py
index <HASH>..<HASH> 100644
--- a/cloudmesh/common/ConfigDict.py
+++ b/cloudmesh/common/ConfigDict.py
@@ -92,7 +92,8 @@ class Config(object):
"""
filename = path_expand(filename)
file_contains_tabs = False
- w... | chg:usr: replace file() with open() to make it portable between <I> and <I> |
diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/validator.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/validator.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/validator.js
+++ b/bundles/org.eclipse.orion.client.javascript/web/j... | Bug <I> - Need a way to check if a problem returned from js validation has a token saying "return". |
diff --git a/lib/features/context-pad/ContextPad.js b/lib/features/context-pad/ContextPad.js
index <HASH>..<HASH> 100644
--- a/lib/features/context-pad/ContextPad.js
+++ b/lib/features/context-pad/ContextPad.js
@@ -138,12 +138,13 @@ ContextPad.prototype.trigger = function(action, event, autoActivate) {
* Open the con... | feat(context-pad): add ability to force reopening it
Related to bpmn-io/bpmn-js#<I> |
diff --git a/src/main/org/openscience/cdk/io/RssWriter.java b/src/main/org/openscience/cdk/io/RssWriter.java
index <HASH>..<HASH> 100644
--- a/src/main/org/openscience/cdk/io/RssWriter.java
+++ b/src/main/org/openscience/cdk/io/RssWriter.java
@@ -241,7 +241,7 @@ public class RssWriter extends DefaultChemObjectWriter {
... | calls to CDKException constructor made within a catch block now include the root exception to preserve stack trace
git-svn-id: <URL> |
diff --git a/src/main.js b/src/main.js
index <HASH>..<HASH> 100644
--- a/src/main.js
+++ b/src/main.js
@@ -20,17 +20,22 @@ $.fn.fullCalendar = function(options) {
// a method call
if (typeof options === 'string') {
- if (calendar && $.isFunction(calendar[options])) {
- singleRes = calendar[options].apply(c... | adjust warnings for lack of fullcalendar object and method |
diff --git a/concrete/src/Package/PackageService.php b/concrete/src/Package/PackageService.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Package/PackageService.php
+++ b/concrete/src/Package/PackageService.php
@@ -159,12 +159,16 @@ class PackageService
}
}
- public function bootPackageEntityMana... | Fixing package installation when packages contain attributes that are immediately used in installation' |
diff --git a/Library/Console/Application.php b/Library/Console/Application.php
index <HASH>..<HASH> 100644
--- a/Library/Console/Application.php
+++ b/Library/Console/Application.php
@@ -12,6 +12,7 @@
namespace Zephir\Console;
use Symfony\Component\Console\Application as BaseApplication;
+use Symfony\Component\Cons... | Do not print exception backtrace when command not found |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.