hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
26a4d445e84d4337b38e97cd339ea10587880523 | diff --git a/tchannel/tornado/dispatch.py b/tchannel/tornado/dispatch.py
index <HASH>..<HASH> 100644
--- a/tchannel/tornado/dispatch.py
+++ b/tchannel/tornado/dispatch.py
@@ -112,7 +112,7 @@ class RequestDispatcher(object):
self.handle_call(req, connection)
except TChannelError as e:
- ... | Fixing deprecated warn method | uber_tchannel-python | train |
d716517fe89ff9dcbca76d0b9c200778b8de59f1 | diff --git a/h2o-persist-hdfs/src/test/java/water/persist/PersistS3HdfsTest.java b/h2o-persist-hdfs/src/test/java/water/persist/PersistS3HdfsTest.java
index <HASH>..<HASH> 100644
--- a/h2o-persist-hdfs/src/test/java/water/persist/PersistS3HdfsTest.java
+++ b/h2o-persist-hdfs/src/test/java/water/persist/PersistS3HdfsTes... | PUBDEV-<I>: Demonstrates that S3 is broken in Hadoop (#<I>)
* PUBDEV-<I>: Demonstrates that S3 is broken in Hadoop | h2oai_h2o-3 | train |
77e6c72ca7d6981f4022302a3c426db15f0821a8 | diff --git a/src/Reform/EventListener/HoneypotListener.php b/src/Reform/EventListener/HoneypotListener.php
index <HASH>..<HASH> 100644
--- a/src/Reform/EventListener/HoneypotListener.php
+++ b/src/Reform/EventListener/HoneypotListener.php
@@ -26,7 +26,7 @@ class HoneypotListener implements EventSubscriberInterface
... | Changing the order of HoneypotListener#__construct().
This is consistent with CsrfListener. | glynnforrest_reform | train |
2aa877302735b083d5231a34ee3637ffc960d125 | diff --git a/shared/local-debug.desktop.js b/shared/local-debug.desktop.js
index <HASH>..<HASH> 100644
--- a/shared/local-debug.desktop.js
+++ b/shared/local-debug.desktop.js
@@ -26,6 +26,7 @@ let config: {[key: string]: any} = {
printOutstandingRPCs: false,
printRPC: false,
printRoutes: false,
+ filterAction... | Add debug flag to filter which actions are logged (#<I>) | keybase_client | train |
8cf6c94b27f2dcf255144646cb281f0df4e84206 | diff --git a/Solr.php b/Solr.php
index <HASH>..<HASH> 100644
--- a/Solr.php
+++ b/Solr.php
@@ -15,6 +15,7 @@ use FS\SolrBundle\Query\FindByIdentifierQuery;
use FS\SolrBundle\Query\SolrQuery;
use FS\SolrBundle\Repository\Repository;
use Solarium\Client;
+use Symfony\Component\EventDispatcher\EventDispatcher;
class... | change to symfony event-dispatcher
- change type hints
- change notify method calls | floriansemm_SolrBundle | train |
d4ed6faaa29114936ed07aa0a1e9ddabee4e6456 | diff --git a/protocols/log/src/main/java/io/atomix/protocols/log/DistributedLogProtocol.java b/protocols/log/src/main/java/io/atomix/protocols/log/DistributedLogProtocol.java
index <HASH>..<HASH> 100644
--- a/protocols/log/src/main/java/io/atomix/protocols/log/DistributedLogProtocol.java
+++ b/protocols/log/src/main/ja... | Change distributed log protocol name to multi-log for consistency with other partitioned protocols. | atomix_atomix | train |
04c963bbfde71b5394e8862a718b16869490fb2a | diff --git a/app/models/host/discovered.rb b/app/models/host/discovered.rb
index <HASH>..<HASH> 100644
--- a/app/models/host/discovered.rb
+++ b/app/models/host/discovered.rb
@@ -7,7 +7,7 @@ class Host::Discovered < ::Host::Base
belongs_to :subnet
belongs_to :hostgroup
- validates :mac, :uniqueness => true, :f... | Fix mac address validation
Foreman has mac address valdiator since <I>. Regexp does not exist
anymore. | theforeman_foreman_discovery | train |
61f83339d738649c7a6745d297ddc66557f7a70b | diff --git a/valid8/tests/test_validation_lib/test_validators_comparables.py b/valid8/tests/test_validation_lib/test_validators_comparables.py
index <HASH>..<HASH> 100644
--- a/valid8/tests/test_validation_lib/test_validators_comparables.py
+++ b/valid8/tests/test_validation_lib/test_validators_comparables.py
@@ -1,18 ... | Improved slightly the tests for comparables and numbers | smarie_python-valid8 | train |
f5ebd2088f3122a98c0dcd36857f735b027ca813 | diff --git a/tests/ResponseTransferTest.php b/tests/ResponseTransferTest.php
index <HASH>..<HASH> 100644
--- a/tests/ResponseTransferTest.php
+++ b/tests/ResponseTransferTest.php
@@ -434,6 +434,14 @@ class ResponseTransferTest extends \PHPUnit_Framework_TestCase
$this->assertSame($expect, $actual);
}
+ ... | increase test coverage to <I>% | auraphp_Aura.Web | train |
bb5e61760018049b83a820111d72ac2267ab666b | diff --git a/ooquery/ooquery.py b/ooquery/ooquery.py
index <HASH>..<HASH> 100644
--- a/ooquery/ooquery.py
+++ b/ooquery/ooquery.py
@@ -22,30 +22,11 @@ class OOQuery(object):
else:
return self.table
- def get_field_from_table(self, table, field):
- return getattr(table, field)
-
- de... | Moved methods to parser because it's more appropiate | gisce_ooquery | train |
860680695de4912bb63174cb276e09f115782ac8 | diff --git a/spec/controllers/pages_controller_spec.rb b/spec/controllers/pages_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/pages_controller_spec.rb
+++ b/spec/controllers/pages_controller_spec.rb
@@ -2,26 +2,21 @@ require 'spec_helper'
describe Alchemy::PagesController do
- render_views... | Refactors some pages controller specs. | AlchemyCMS_alchemy_cms | train |
e6bf0db048220e6d7b3a9fe27c3bac1ddb8a4b2b | diff --git a/introspection.go b/introspection.go
index <HASH>..<HASH> 100644
--- a/introspection.go
+++ b/introspection.go
@@ -3,6 +3,7 @@ package graphql
import (
"fmt"
"reflect"
+ "sort"
"github.com/graphql-go/graphql/language/ast"
"github.com/graphql-go/graphql/language/printer"
@@ -518,11 +519,16 @@ func... | Sort fields by name for introspection. | graphql-go_graphql | train |
2030c6953c49c6e4232fce25be214fc46e9dcb31 | diff --git a/smokesignal.py b/smokesignal.py
index <HASH>..<HASH> 100644
--- a/smokesignal.py
+++ b/smokesignal.py
@@ -58,8 +58,7 @@ def _on(signals, callback, max_calls=None):
Proxy for `smokesignal.on`, which is compatible as both a function call and
a decorator. This method cannot be used as a decorator
... | Fixes for tox envs | shaunduncan_smokesignal | train |
b5a9440318bdf671a8d9d6d75dd043f4b9ebbf62 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -51,7 +51,7 @@ function check(port, host) {
return deferred.promise;
}
- if (!is.hostAddress(host)) {
+ if (is.nullOrUndefined(host)) {
debug('set host address to default 127.0.0.1');
ho... | Swapped is.hostAddress for is.nullOrUndefined. | stdarg_tcp-port-used | train |
9860d8ab2d152dfd292465af301866a273d4ec4c | diff --git a/Source/com/drew/imaging/FileType.java b/Source/com/drew/imaging/FileType.java
index <HASH>..<HASH> 100644
--- a/Source/com/drew/imaging/FileType.java
+++ b/Source/com/drew/imaging/FileType.java
@@ -89,7 +89,13 @@ public enum FileType
}
@Nullable
- public String[] getExtension()
+ public S... | Differentiate between common/all extensions
Many use cases will want a single extension (file renaming for example).
Other use cases will want the list of potential names. | drewnoakes_metadata-extractor | train |
3192e062ba27afa75fd616eab1228bd56a1a9c93 | diff --git a/spec/scripts/server_importer_spec.rb b/spec/scripts/server_importer_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/scripts/server_importer_spec.rb
+++ b/spec/scripts/server_importer_spec.rb
@@ -135,8 +135,13 @@ module RightScale
context 'rs_connect -a url -c cloud' do
it 'should attach this mac... | keep rs_connect spec green on windows | rightscale_right_link | train |
8c980857e8d0cd82d90a296c024988cb3b05fda3 | diff --git a/lib/lit/adapters/redis_storage.rb b/lib/lit/adapters/redis_storage.rb
index <HASH>..<HASH> 100644
--- a/lib/lit/adapters/redis_storage.rb
+++ b/lib/lit/adapters/redis_storage.rb
@@ -32,6 +32,12 @@ module Lit
Lit.redis.exists(_prefixed_key(key))
end
+ def sort
+ Lit.redis.keys.sort.map... | sort for redis storage - added to support lit:export task (returns array of [k,v]) | prograils_lit | train |
a6d357ff70213cfa9cd21f045637c3032158e562 | diff --git a/closure/goog/deps.js b/closure/goog/deps.js
index <HASH>..<HASH> 100644
--- a/closure/goog/deps.js
+++ b/closure/goog/deps.js
@@ -1196,7 +1196,7 @@ goog.addDependency('ui/ac/ac.js', ['goog.ui.ac'], ['goog.ui.ac.ArrayMatcher', 'g
goog.addDependency('ui/ac/ac_test.js', ['goog.ui.acTest'], ['goog.array', 'go... | Require goog.ui.ac.RenderOptions in autocomplete.js instead of forward declaring it.
RELNOTES: n/a
-------------
Created by MOE: <URL> | google_closure-library | train |
6f899c59a69b7f9cdc94c1f72a6d51f8050f94ef | diff --git a/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/aad/webapp/AADWebSecurityConfigurerAdapter.java b/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/aad/webapp/AADWebSecurityConfigurerAdapter.java
index <HASH>..<HASH> 100644
--- a/sdk/spring/azure-spring-boot/src/main/java/com/azure/sp... | Delete conditional access related configuration. (#<I>) | Azure_azure-sdk-for-java | train |
d073004d283e35fd341dbcd132355cd45455901e | diff --git a/src/js/react-datatable/cell.js b/src/js/react-datatable/cell.js
index <HASH>..<HASH> 100644
--- a/src/js/react-datatable/cell.js
+++ b/src/js/react-datatable/cell.js
@@ -45,7 +45,7 @@ var RDTCell = React.createClass({
var target = event.target;
- if ( !this.state.isEditMode && this.prop... | Fixes editMode
editMode was not functional | wmira_react-datatable | train |
c18cc058e701dbf1e7cbf4179ea78cf273269130 | diff --git a/spec/requests/fae_filter_select_spec.rb b/spec/requests/fae_filter_select_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/requests/fae_filter_select_spec.rb
+++ b/spec/requests/fae_filter_select_spec.rb
@@ -38,11 +38,11 @@ describe 'fae_filter_select' do
end
describe 'placeholder option' do
- it ... | update spec to new way we are setting default | wearefine_fae | train |
926580f20cc8cfd06de6047acb8ab56a1f5773b5 | diff --git a/packages/mendel-middleware/index.js b/packages/mendel-middleware/index.js
index <HASH>..<HASH> 100644
--- a/packages/mendel-middleware/index.js
+++ b/packages/mendel-middleware/index.js
@@ -60,7 +60,7 @@ function MendelMiddleware(opts) {
return next();
}
var bundleConfig = bu... | Add support for different express parsers | yahoo_mendel | train |
f2312ac3bc42ad064df6d5336334a538e6b00bec | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -213,9 +213,9 @@ module.exports = class Telnet extends events.EventEmitter {
this.sendTimeout = opts.timeout || this.sendTimeout
this.maxBufferLength = opts.maxBufferLength || this.maxBufferLe... | keep the call style same (#<I>)
* keep the call style same
for now,we must provide a object as the second parameter in the "send" function,which is different with "exec" function.besides,the second pararmeter can be optional.
* Update index.js | mkozjak_node-telnet-client | train |
3c9fc6b250db0a2d6bc96791b8254e15376d685b | diff --git a/sdk/resources/mgmt/src/test/java/com/azure/resourcemanager/resources/core/ResourceGroupTaggingPolicy.java b/sdk/resources/mgmt/src/test/java/com/azure/resourcemanager/resources/core/ResourceGroupTaggingPolicy.java
index <HASH>..<HASH> 100644
--- a/sdk/resources/mgmt/src/test/java/com/azure/resourcemanager/... | Mgmt fix group tagging policy (#<I>)
* fix group tagging policy
* change class name string to class dependency | Azure_azure-sdk-for-java | train |
1e2f1c0e6a00772390afae9abcaba44b9e91abd3 | diff --git a/sqlbrite/src/androidTest/java/com/squareup/sqlbrite3/BriteDatabaseTest.java b/sqlbrite/src/androidTest/java/com/squareup/sqlbrite3/BriteDatabaseTest.java
index <HASH>..<HASH> 100644
--- a/sqlbrite/src/androidTest/java/com/squareup/sqlbrite3/BriteDatabaseTest.java
+++ b/sqlbrite/src/androidTest/java/com/squ... | Add query(SupportSQLiteQuery) method | square_sqlbrite | train |
62bd497d7057380d15ed0b01033ef0e69bdd0a4d | diff --git a/spyderlib/widgets/shell.py b/spyderlib/widgets/shell.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/shell.py
+++ b/spyderlib/widgets/shell.py
@@ -15,6 +15,7 @@ import os
import time
import os.path as osp
import re
+import sys
from spyderlib.qt.QtGui import (QMenu, QApplication, QToolTip,... | External Console: Use Ctrl+C to interrupt on Mac
Update Issue <I>
Status: Fixed
- Before only Cmd+C was triggering an interrupt but this shorcut
is used only for copying. | spyder-ide_spyder | train |
6316fd9e038466140bce478a25943e1cf367e4e4 | diff --git a/src/common/cli.js b/src/common/cli.js
index <HASH>..<HASH> 100644
--- a/src/common/cli.js
+++ b/src/common/cli.js
@@ -69,6 +69,8 @@ sre.Cli.prototype.commandLine = function() {
/** @type {!boolean} */
commander.speech = false;
/** @type {!boolean} */
+ commander.ssml = false;
+ /** @type {!boole... | Exposes SSML output via the CLI. | zorkow_speech-rule-engine | train |
7f28a8bc5d833ac445e70e9739f3f9c63c48e798 | diff --git a/core/src/main/java/org/springframework/security/ldap/populator/DefaultLdapAuthoritiesPopulator.java b/core/src/main/java/org/springframework/security/ldap/populator/DefaultLdapAuthoritiesPopulator.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/springframework/security/ldap/populator/DefaultL... | Refactored DefaultLdapAuthoritiesPopulator to remove contextSource field and setter method. | spring-projects_spring-security | train |
142c4864b8e2be6f39d4fc63b6988020d4d4b1b3 | diff --git a/salt/modules/beacons.py b/salt/modules/beacons.py
index <HASH>..<HASH> 100644
--- a/salt/modules/beacons.py
+++ b/salt/modules/beacons.py
@@ -27,6 +27,11 @@ def list_(return_yaml=True):
'''
List the beacons currently configured on the minion
+ .. versionadded:: Beryllium
+
+ :param return... | Adding some additional documentation to state and execution modules. | saltstack_salt | train |
d1f9efb3fc92cefd7b6d5dc147af11dc17a8a910 | diff --git a/core/node/groups.go b/core/node/groups.go
index <HASH>..<HASH> 100644
--- a/core/node/groups.go
+++ b/core/node/groups.go
@@ -96,11 +96,11 @@ func LibP2P(bcfg *BuildCfg, cfg *config.Config) fx.Option {
BaseLibP2P,
fx.Provide(libp2p.AddrFilters(cfg.Swarm.AddrFilters)),
- fx.Invoke(libp2p.SetupDisco... | Merge pull request #<I> from sanderpick/sander/move-discovery
libp2p: moves discovery after host listen | ipfs_go-ipfs | train |
c679f7a75f56d6d920d4bce4936862bed7fab480 | diff --git a/spark/components/accordions/react/SprkAccordionItem.js b/spark/components/accordions/react/SprkAccordionItem.js
index <HASH>..<HASH> 100644
--- a/spark/components/accordions/react/SprkAccordionItem.js
+++ b/spark/components/accordions/react/SprkAccordionItem.js
@@ -98,23 +98,23 @@ SprkAccordionItem.default... | Update comments for SprkAccordionItem | sparkdesignsystem_spark-design-system | train |
beb9e22e105cb6cbbbea21c3c3542566d9d700e3 | diff --git a/webpack.config.js b/webpack.config.js
index <HASH>..<HASH> 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -14,18 +14,19 @@ const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const MinimizeJSPlugin = require('terser-webpack-plugin');
const PostBuild = require('./src/... | Added possibility to change dev port | xdan_jodit | train |
5c64feb2799333bc97d94a719c234675bbc7d870 | diff --git a/tests/integration/reactor/test_reactor.py b/tests/integration/reactor/test_reactor.py
index <HASH>..<HASH> 100644
--- a/tests/integration/reactor/test_reactor.py
+++ b/tests/integration/reactor/test_reactor.py
@@ -35,4 +35,4 @@ class ReactorTest(ModuleCase, SaltMinionEventAssertsMixin):
e.fire_e... | Wait longer for ping reaction
Wait longer for the ping reaction in case there are multiple events on
the bus and/or high load on the system running tests | saltstack_salt | train |
0c1d3cfaf825d27d84b7bad519987158bf1f727e | diff --git a/etk/core.py b/etk/core.py
index <HASH>..<HASH> 100644
--- a/etk/core.py
+++ b/etk/core.py
@@ -61,6 +61,8 @@ _LANDMARK_RULES = 'landmark_rules'
_URL = 'url'
_AGE = 'age'
_POSTING_DATE = 'posting_date'
+_SOCIAL_MEDIA = 'social_media'
+_ADDRESS = 'address'
_RESOURCES = 'resources'
_DATA_EXTRACTION = 'dat... | load spacy matchers as needed | usc-isi-i2_etk | train |
e18515a84fb1fe3299700f18c9e3daf353bfca83 | diff --git a/test/install-init_test.js b/test/install-init_test.js
index <HASH>..<HASH> 100644
--- a/test/install-init_test.js
+++ b/test/install-init_test.js
@@ -26,11 +26,31 @@ exports['install-init'] = {
done();
},
'multiTask': function(test) {
- test.expect(0);
-
// Locate {{user directory}}/task... | Init test should be passing but it seems not to be | twolfson_grunt-install-init | train |
9267307f47ada256f3b0704df44599dc33b1f9cd | diff --git a/supervisor.go b/supervisor.go
index <HASH>..<HASH> 100644
--- a/supervisor.go
+++ b/supervisor.go
@@ -94,7 +94,7 @@ func (s *Supervisor) prepare() {
s.backoff = make(map[string]*backoff)
s.cancelations = make(map[string]context.CancelFunc)
s.services = make(map[string]Service)
- s.startedServices... | fix a deadlock in a test when adding a service after supervisor is started | cirello-io_supervisor | train |
bdedf1938e8ffa5f7e2753dae93bc49229a451ee | diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php
index <HASH>..<HASH> 100644
--- a/src/JoomlaBrowser.php
+++ b/src/JoomlaBrowser.php
@@ -763,7 +763,7 @@ class JoomlaBrowser extends WebDriver
{
$this->debug("Searching for $name");
$this->fillField(['id' => "filter_search"], $name);
- $this->click(... | Updating Locator for Statistics Disable in Joomla 4 (#<I>)
* Updating Locator for Statistics Disable in Joomla 4
* Updating Some more Locators | joomla-projects_joomla-browser | train |
1af9cac6375b7bd27efdab5caf8b5d4c741c67e9 | diff --git a/benchmarks/main_test.go b/benchmarks/main_test.go
index <HASH>..<HASH> 100644
--- a/benchmarks/main_test.go
+++ b/benchmarks/main_test.go
@@ -3,8 +3,8 @@ package benchmarks
import (
"io/ioutil"
- "github.com/tdewolff/buffer"
"github.com/tdewolff/minify"
+ "github.com/tdewolff/parse/buffer"
)
var... | Merge buffer and strconv packages | tdewolff_minify | train |
8c25ce0205b8187a6fc00372505f8a08e5cf95dd | diff --git a/fog-core.gemspec b/fog-core.gemspec
index <HASH>..<HASH> 100644
--- a/fog-core.gemspec
+++ b/fog-core.gemspec
@@ -5,7 +5,7 @@ require 'fog/core/version'
Gem::Specification.new do |spec|
spec.name = "fog-core"
- spec.version = Fog::VERSION
+ spec.version = Fog::Core::VERSION
... | Fix conflict with the main Fog gem
The fog gem depends on `fog-provider*` gems that depende on `fog-core`.
Both define the same constant `Fog::Version` which might conflicting. | fog_fog-core | train |
22f31f5b002bb714d7eef943bcca744f03909041 | diff --git a/src/main/java/io/reactivex/Maybe.java b/src/main/java/io/reactivex/Maybe.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/reactivex/Maybe.java
+++ b/src/main/java/io/reactivex/Maybe.java
@@ -2193,6 +2193,10 @@ public abstract class Maybe<T> implements MaybeSource<T> {
* Returns a Maybe that em... | 2.x: small note on Maybe.defaultIfEmpty regarding toSingle (#<I>) | ReactiveX_RxJava | train |
921a1d10510ba7da7430e1f9a6a8d4fdbe7e8839 | diff --git a/src/Mailer/Message.php b/src/Mailer/Message.php
index <HASH>..<HASH> 100644
--- a/src/Mailer/Message.php
+++ b/src/Mailer/Message.php
@@ -1236,6 +1236,21 @@ class Message implements JsonSerializable, Serializable
}
/**
+ * Get generated body as string.
+ *
+ * @param string $eol End... | Add method to get generated message body as string. | cakephp_cakephp | train |
88c1bc10c4c2490789953e4d6065cab6e9b1585b | diff --git a/integration-cli/docker_cli_build_test.go b/integration-cli/docker_cli_build_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_build_test.go
+++ b/integration-cli/docker_cli_build_test.go
@@ -759,7 +759,7 @@ ADD test_file .`,
close(errChan)
}()
select {
- case <-time.After(5 * time... | Increase timeouts to fix test on ARM | containers_storage | train |
655ff2675ee651cb30e964434f2b83944900e0da | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -74,20 +74,20 @@ export const detectInit = function (text, cnf) {
let args = inits.map((init) => init.args);
Object.keys(args).forEach((argKey) => {
Object.keys(args[argKey]).forEach((key) => {... | #<I> Excluding using a black list as well | knsv_mermaid | train |
6bfda949d6762779889a9917d4b0cbe6d8570198 | diff --git a/internal/service/cognitoidp/risk_configuration.go b/internal/service/cognitoidp/risk_configuration.go
index <HASH>..<HASH> 100644
--- a/internal/service/cognitoidp/risk_configuration.go
+++ b/internal/service/cognitoidp/risk_configuration.go
@@ -121,7 +121,7 @@ func ResourceRiskConfiguration() *schema.Reso... | #<I> fix typo; maximum size is <I>, not <I> | terraform-providers_terraform-provider-aws | train |
f3069f460565af19a27b941b17af3869fd46f590 | diff --git a/spec/functional/resource/mount_spec.rb b/spec/functional/resource/mount_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/functional/resource/mount_spec.rb
+++ b/spec/functional/resource/mount_spec.rb
@@ -43,6 +43,13 @@ describe Chef::Resource::Mount, :requires_root, :external => include_flag do
shell_... | mount functional test- use free ramdisk device for tests. | chef_chef | train |
af3f7c866e195707f0bdc648692615d6269b2f3a | diff --git a/lib/websearch_blueprint.py b/lib/websearch_blueprint.py
index <HASH>..<HASH> 100644
--- a/lib/websearch_blueprint.py
+++ b/lib/websearch_blueprint.py
@@ -22,16 +22,18 @@
import json
import string
import functools
+import cStringIO
from math import ceil
from flask import make_response, g, request, flas... | BibFormat: port back-to-search links
* Revives links displayed on the detailed
view of a record to let users flip quickly
between detailed record pages.
Conflicts:
modules/bibformat/etc/templates/format_templates/Default_HTML_detailed.tpl
modules/webstyle/css/invenio.css | inveniosoftware_invenio-records | train |
70c1f0be7a3f11348c6c2ec402a7dbd8e8037c95 | diff --git a/sprinter/directory.py b/sprinter/directory.py
index <HASH>..<HASH> 100644
--- a/sprinter/directory.py
+++ b/sprinter/directory.py
@@ -8,17 +8,14 @@ import os
import shutil
import stat
-# .rc sources .env if necessary (sentinel not set)
+# .rc always sources .env
rc_template = """
-if [ -z "$%s" -a -r ... | .rc always sources .env, and does not export sentinel. | toumorokoshi_sprinter | train |
6f6a1682eb02b8f3d78c67f63a2231ed01f9d6ee | diff --git a/src/Sulu/Bundle/SecurityBundle/Tests/Functional/Controller/UserControllerTest.php b/src/Sulu/Bundle/SecurityBundle/Tests/Functional/Controller/UserControllerTest.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/SecurityBundle/Tests/Functional/Controller/UserControllerTest.php
+++ b/src/Sulu/Bundle/Sec... | added objectNotHasAttribute assertion to tests | sulu_sulu | train |
cb01a385e70d734f424e98142772af88ed76dafa | diff --git a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/MongoDB/UnitOfWork.php
+++ b/lib/Doctrine/ODM/MongoDB/UnitOfWork.php
@@ -690,7 +690,7 @@ class UnitOfWork implements PropertyChangedListener
// and we have a cop... | Committing multiple times with NOTIFY change tracking policy doesn't raise a notice error | doctrine_mongodb-odm | train |
d0ff4a9e819d4ec4a37592eba48f51e1eeafaa46 | diff --git a/src/Utils/XmlLoaderUtils.php b/src/Utils/XmlLoaderUtils.php
index <HASH>..<HASH> 100644
--- a/src/Utils/XmlLoaderUtils.php
+++ b/src/Utils/XmlLoaderUtils.php
@@ -23,7 +23,10 @@ class XmlLoaderUtils
throw new OpdsParserNotFoundException();
}
- $content = fread($handle, filesiz... | MBW-<I> update read file | BOOKEEN_opds-parser | train |
4ebb28cb24fadcdf0efd3ec6af879c0cf76dd0e2 | diff --git a/lib/fog/aws/requests/storage/copy_object.rb b/lib/fog/aws/requests/storage/copy_object.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/requests/storage/copy_object.rb
+++ b/lib/fog/aws/requests/storage/copy_object.rb
@@ -55,7 +55,7 @@ module Fog
response.status = 200
target_objec... | We use 'Key' for all S3 objects now. | fog_fog | train |
7bf58a555e4490b3d2783d5bfbf27e7370136c26 | diff --git a/lib/core/core.js b/lib/core/core.js
index <HASH>..<HASH> 100644
--- a/lib/core/core.js
+++ b/lib/core/core.js
@@ -122,4 +122,48 @@
return child;
};
+ // this will spawn a daemon process there will:
+ // 1. spawn a pump process
+ // 2. handle and store pump output
+ // 2a. a part of this outpu... | [refactor] markup the daemon and unattached workflow | AndreasMadsen_immortal | train |
d5ac1c475b9d00c8081250ab8689f8cdd893572b | diff --git a/SurveyorCore/src/main/java/org/wwarn/surveyor/client/mvp/view/table/CellTableServer.java b/SurveyorCore/src/main/java/org/wwarn/surveyor/client/mvp/view/table/CellTableServer.java
index <HASH>..<HASH> 100644
--- a/SurveyorCore/src/main/java/org/wwarn/surveyor/client/mvp/view/table/CellTableServer.java
+++ ... | Bug: When the filters change, the table should show the first page. | WorldwideAntimalarialResistanceNetwork_WWARN-Maps-Surveyor | train |
1fb56f9f1faa6617f9ea2a66bcc08c66c4d25da3 | diff --git a/libcontainer/cgroups/devices/devices_emulator.go b/libcontainer/cgroups/devices/devices_emulator.go
index <HASH>..<HASH> 100644
--- a/libcontainer/cgroups/devices/devices_emulator.go
+++ b/libcontainer/cgroups/devices/devices_emulator.go
@@ -258,9 +258,9 @@ func (e *Emulator) Apply(rule devices.Rule) error... | libcontainer/cgroups/devices: if block ends with a return statement
libcontainer/cgroups/devices/devices_emulator.go:<I>:9: `if` block ends with a `return` statement, so drop this `else` and outdent its block (golint)
} else {
^ | opencontainers_runc | train |
a33b77005376bfbe33c54e362ce1afb92a9d0a7a | diff --git a/packages/eslint-config-4catalyzer-typescript/rules.js b/packages/eslint-config-4catalyzer-typescript/rules.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config-4catalyzer-typescript/rules.js
+++ b/packages/eslint-config-4catalyzer-typescript/rules.js
@@ -24,7 +24,16 @@ module.exports = {
'typescr... | fix: ts no-unused has same ingore pattern as js rule (#<I>) | 4Catalyzer_javascript | train |
7dc5752d654dca4b527baf6830c20afa7e79cf3d | diff --git a/lib/virtualmonkey/ebs.rb b/lib/virtualmonkey/ebs.rb
index <HASH>..<HASH> 100644
--- a/lib/virtualmonkey/ebs.rb
+++ b/lib/virtualmonkey/ebs.rb
@@ -28,7 +28,7 @@ module VirtualMonkey
# sets the lineage for the deployment
# * kind<~String> can be "chef" or nil
def set_variation_lineage(kind = n... | Changed lineage from rand to deployment id | jeremyd_virtualmonkey | train |
9e7f4e8199db3be14d0066082f0911f90a407760 | diff --git a/lib/flor/pcore/_pat_obj.rb b/lib/flor/pcore/_pat_obj.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/pcore/_pat_obj.rb
+++ b/lib/flor/pcore/_pat_obj.rb
@@ -50,21 +50,43 @@ class Flor::Pro::PatObj < Flor::Pro::PatContainer
def receive_non_att
+ key = @node['key']
ret = payload['ret']
- if ... | Unlock binding for "_pat_obj" | floraison_flor | train |
51e6c6cf0d5f8f51b23932dcad060ba7ac0d1b46 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,9 @@ setup(
'scubainit',
],
},
+ data_files = [
+ ('/etc/bash_completion.d', ['bash_completion/scuba']),
+ ],
zip_safe = False, # http://stackoverflow.com/q/24642788/119... | completion: Install via setup.py | JonathonReinhart_scuba | train |
995a0412984234d7c8f0aec6364df277b149a820 | diff --git a/INSTALL.txt b/INSTALL.txt
index <HASH>..<HASH> 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -11,9 +11,9 @@ into a directory that's on your Python path::
The other method is to download a packaged version and use Python's
``distutils`` to install it onto your Python path::
- wget http://django-conta... | Couple fixes and tweaks, bumping to <I> | ubernostrum_django-contact-form | train |
22ec5341e99aa6d0fbf3fc8cfbadad570dda876b | diff --git a/cairo/cairo.go b/cairo/cairo.go
index <HASH>..<HASH> 100644
--- a/cairo/cairo.go
+++ b/cairo/cairo.go
@@ -2491,6 +2491,8 @@ func (surface *SurfaceObserver) Elapsed() float64 {
}
// See cairo_device_observer_elapsed().
+//
+// C API documentation: http://cairographics.org/manual/cairo-cairo-device-t.htm... | more documentation links
Unfortunately, links to documentation in the generated file
depend on the local system's devhelp docs. Running the generator
on my newer Arch system means we get more links. | evmar_gocairo | train |
464a2d43519004174f1b530a595ee0ad9ffda870 | diff --git a/pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java b/pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
index <HASH>..<HASH> 100644
--- a/pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
+++ b/pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
@@ -1... | fix issue #<I> make sure we don't get columns that are dropped (#<I>)
* fix issue #<I> make sure we don't get columns that are dropped
* added test case | pgjdbc_pgjdbc | train |
e185118e518202be73a234ac2cb24d9590669ede | diff --git a/peewee.py b/peewee.py
index <HASH>..<HASH> 100644
--- a/peewee.py
+++ b/peewee.py
@@ -19,6 +19,7 @@ import sys
import threading
import time
import uuid
+import warnings
import weakref
try:
@@ -88,6 +89,10 @@ if sqlite3:
sqlite3.register_adapter(datetime.time, str)
+def __deprecated__(s):
+ ... | Backwards-compatible support + deprecation warnings. | coleifer_peewee | train |
1826a8f12524862e7fdd56cc887c80fc1d6a398d | diff --git a/kalibro_client/base.py b/kalibro_client/base.py
index <HASH>..<HASH> 100644
--- a/kalibro_client/base.py
+++ b/kalibro_client/base.py
@@ -21,12 +21,13 @@ class Base(object):
def service_address(cls):
raise NotImplementedError
- def request(self, action, params=None, method='post', prefix... | Request is now a class method. | mezuro_kalibro_client_py | train |
f56d43751df831e34ff96d6b8540f9a6df719ed1 | diff --git a/services/service_instance_lifecycle.go b/services/service_instance_lifecycle.go
index <HASH>..<HASH> 100644
--- a/services/service_instance_lifecycle.go
+++ b/services/service_instance_lifecycle.go
@@ -458,7 +458,7 @@ var _ = ServicesDescribe("Service Instance Lifecycle", func() {
restageApp := cf.C... | Change restage event to look for v3 equivalent
There is no `audit.app.restage` event that gets created in v3, because
the idea of "restaging" has been broken into smaller pieces (create
package, stage package, etc). We now look for `audit.app.build.create`
to indicate the staging process has begun. | cloudfoundry_cf-acceptance-tests | train |
f3ed734ba2c3cdbd4cfe0b8b5299ad5aff753850 | diff --git a/ores/applications/util.py b/ores/applications/util.py
index <HASH>..<HASH> 100644
--- a/ores/applications/util.py
+++ b/ores/applications/util.py
@@ -48,7 +48,7 @@ def configure_logging(verbose=False, debug=False, logging_config=None, **kwargs)
# Secret sauce: if running from the console, mirror... | Default to stderr for consistency with logging.basicConfig | wikimedia_ores | train |
155f80aa941b2235b651fb8e8124f2928fc12ff1 | diff --git a/drizzlepac/haputils/cell_utils.py b/drizzlepac/haputils/cell_utils.py
index <HASH>..<HASH> 100644
--- a/drizzlepac/haputils/cell_utils.py
+++ b/drizzlepac/haputils/cell_utils.py
@@ -889,10 +889,13 @@ class ProjectionCell(object):
mosaic_edges_x, mosaic_edges_y = self.wcs.world_to_pixel_values(mosa... | Fix indexing of SkyCell IDs (#<I>) | spacetelescope_drizzlepac | train |
e7469f79321e0e9707eaefd010a2bca028fd6644 | diff --git a/pyresttest/test_tests.py b/pyresttest/test_tests.py
index <HASH>..<HASH> 100644
--- a/pyresttest/test_tests.py
+++ b/pyresttest/test_tests.py
@@ -78,6 +78,50 @@ class TestsTest(unittest.TestCase):
except TypeError:
pass
+ def test_parse_extractor_bind(self):
+ """ Test par... | Finish parsing for extractor binds in tests, and add tests for same | svanoort_pyresttest | train |
674d6796894cae4908846221ed16ea5966bb7c28 | diff --git a/models/User.php b/models/User.php
index <HASH>..<HASH> 100644
--- a/models/User.php
+++ b/models/User.php
@@ -9,7 +9,7 @@ use RainLab\User\Models\Settings as UserSettings;
class User extends UserBase
{
- use \October\Rain\Database\Traits\SoftDeleting;
+ use \October\Rain\Database\Traits\SoftDelet... | Replace Deprecate SoftDeleting by SoftDelete | rainlab_user-plugin | train |
c81e2a160a9083e2ad898340d2a2559246edcaa9 | diff --git a/src/main/java/com/github/theholywaffle/lolchatapi/LolStatus.java b/src/main/java/com/github/theholywaffle/lolchatapi/LolStatus.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/theholywaffle/lolchatapi/LolStatus.java
+++ b/src/main/java/com/github/theholywaffle/lolchatapi/LolStatus.java
@@ -1... | solved issue #<I>: added championMasteryScore to LolStatus | TheHolyWaffle_League-of-Legends-XMPP-Chat-Library | train |
eba10dd4a707fda6a162760fa877227fa08e6783 | diff --git a/src/Factory/Factory.php b/src/Factory/Factory.php
index <HASH>..<HASH> 100644
--- a/src/Factory/Factory.php
+++ b/src/Factory/Factory.php
@@ -55,7 +55,9 @@ class Factory implements FactoryInterface
*/
public function make($type, $name, $value, $options = [])
{
- $typeClass = $this->g... | + Make package autopublishable
= fix restfulizer route | marcmascarell_formality | train |
4ab5fe5bd3818780eba6720819a342dc4e9a4f36 | diff --git a/Ludown/lib/parseFileContents.js b/Ludown/lib/parseFileContents.js
index <HASH>..<HASH> 100644
--- a/Ludown/lib/parseFileContents.js
+++ b/Ludown/lib/parseFileContents.js
@@ -199,7 +199,7 @@ module.exports.parseFile = function(fileContent, log)
// add this to entities co... | using str.indexOf to avoid issues when entity text includes regexp control characters | Microsoft_botbuilder-tools | train |
a174f3bcaa40024f5fc2f22890d433d3a02f99fa | diff --git a/l10n/management/commands/extract.py b/l10n/management/commands/extract.py
index <HASH>..<HASH> 100644
--- a/l10n/management/commands/extract.py
+++ b/l10n/management/commands/extract.py
@@ -55,7 +55,7 @@ def tweak_message(message):
return message
-def extract_amo_python(fileobj, keywords, comment_... | Renaming *_amo_* to *_tower_*. | clouserw_tower | train |
b277e108758873f730386315cbdb1be74d02da84 | diff --git a/test/Reporting/Reporters/CustomReporterTests.js b/test/Reporting/Reporters/CustomReporterTests.js
index <HASH>..<HASH> 100644
--- a/test/Reporting/Reporters/CustomReporterTests.js
+++ b/test/Reporting/Reporters/CustomReporterTests.js
@@ -19,7 +19,8 @@ var MyCustomReporter = function () {
var globalCustomR... | This is an ugly fix...
Due the global state of configuraiton, the CLI test in this project is
has an approval file that is detected as a stale file - (but it's not).
This fixes it, but we need to work on a better strategy for stale files | approvals_Approvals.NodeJS | train |
45e10c0826402da6c4b751b7987fa48a3615f90b | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -2,6 +2,7 @@ import logging
import subprocess
import sys
import os
+import json
from nose.tools import raises
logger = logging.getLogger(__name__)
@@ -219,7 +220,7 @@ def test_subset_removal():
def test_pipeline_crushing()... | Test for new pipeline-initialization failure | LuminosoInsight_luminoso-api-client-python | train |
7eeae1a63e44b949e823e425c80bf44108ee24ab | diff --git a/course/lib.php b/course/lib.php
index <HASH>..<HASH> 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -3420,10 +3420,12 @@ function duplicate_module($course, $cm) {
$rc = new restore_controller($backupid, $course->id,
backup::INTERACTIVE_NO, backup::MODE_IMPORT, $USER->id, backup::TARG... | MDL-<I> course: Only set the groups setting to true when necessary
* Plus update the comment to be more descriptive. | moodle_moodle | train |
18186a683e9fcc295c5965976d76f7dff994a49a | diff --git a/libkbfs/folder_update_prepper.go b/libkbfs/folder_update_prepper.go
index <HASH>..<HASH> 100644
--- a/libkbfs/folder_update_prepper.go
+++ b/libkbfs/folder_update_prepper.go
@@ -44,7 +44,7 @@ func (fup folderUpdatePrepper) readyBlockMultiple(ctx context.Context,
info BlockInfo, plainSize int, err error) ... | folder_update_prepper: use cryptoPure instead of Crypto
Suggested by jzila.
Issue: #<I> | keybase_client | train |
ef2b0f5ca3aae8caf9a2a457da7b62f015fc0f9a | diff --git a/version.php b/version.php
index <HASH>..<HASH> 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
-$version = 2013101100.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2013101500.00; // YYYYMMDD ... | MDL-<I> Javascript: Add version bump for YUI update | moodle_moodle | train |
f5cddeb3e1dde82f16968ee9cf876cd52d4407da | diff --git a/core/common/src/main/java/alluxio/util/FormatUtils.java b/core/common/src/main/java/alluxio/util/FormatUtils.java
index <HASH>..<HASH> 100644
--- a/core/common/src/main/java/alluxio/util/FormatUtils.java
+++ b/core/common/src/main/java/alluxio/util/FormatUtils.java
@@ -211,7 +211,7 @@ public final class Fo... | Fixing JSON encoding. | Alluxio_alluxio | train |
e0c859765cd668b94bf2d943c866f4108ea0304b | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -5,6 +5,7 @@ import (
"fmt"
"io/ioutil"
"os"
+ "path/filepath"
"strings"
"github.com/alanctgardner/gogen-avro/generator"
@@ -91,7 +92,8 @@ func codegenComment(sources []string) string {
}
for _, source := range s... | Fix sources header to only show file names | actgardner_gogen-avro | train |
0cea1fdd9f6b191f199de8e2f5624e67533e6cce | diff --git a/src/main/java/com/sdl/selenium/extjs6/slider/Slider.java b/src/main/java/com/sdl/selenium/extjs6/slider/Slider.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/sdl/selenium/extjs6/slider/Slider.java
+++ b/src/main/java/com/sdl/selenium/extjs6/slider/Slider.java
@@ -34,7 +34,7 @@ public class Slider... | improvement Slider with select vertical, and DateField select hour and minutes | sdl_Testy | train |
173d0110ef4ecc107e8b77dc8bbc924e2f5a851a | diff --git a/pymatgen/analysis/tests/test_interface_reactions.py b/pymatgen/analysis/tests/test_interface_reactions.py
index <HASH>..<HASH> 100644
--- a/pymatgen/analysis/tests/test_interface_reactions.py
+++ b/pymatgen/analysis/tests/test_interface_reactions.py
@@ -345,7 +345,7 @@ class InterfaceReactionTest(unittest.... | fix bug in test_interface_reactions file | materialsproject_pymatgen | train |
bad600fd6239f39e26ce1ed89d2cc22d372368d5 | diff --git a/lib/webspicy/tester/fakesmtp.rb b/lib/webspicy/tester/fakesmtp.rb
index <HASH>..<HASH> 100644
--- a/lib/webspicy/tester/fakesmtp.rb
+++ b/lib/webspicy/tester/fakesmtp.rb
@@ -30,7 +30,7 @@ module Webspicy
end
def last_email
- emails.last
+ emails.first
end
end # c... | Fix fakestmp last_email. | enspirit_webspicy | train |
b419afdf5644e489068742f5476dbf7a429dd24e | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/projectCommands.js
@@ -3... | Bug <I> - Launch conf properties are lost on retry | eclipse_orion.client | train |
21721cff690422200583dd7119ac4b97f9cdce32 | diff --git a/is_core/forms/forms.py b/is_core/forms/forms.py
index <HASH>..<HASH> 100644
--- a/is_core/forms/forms.py
+++ b/is_core/forms/forms.py
@@ -97,8 +97,13 @@ class ReadonlyBoundField(SmartBoundField):
def as_widget(self, widget=None, attrs=None, only_initial=False):
if not widget:
wid... | <I> Fixed readonly hidden fields (returns only '') | matllubos_django-is-core | train |
e504fa436719cd5ea2d58ac659d3db9c778f2e18 | diff --git a/test/middleware/authenticate-test.js b/test/middleware/authenticate-test.js
index <HASH>..<HASH> 100644
--- a/test/middleware/authenticate-test.js
+++ b/test/middleware/authenticate-test.js
@@ -98,6 +98,32 @@ MockBadRequestStrategy.prototype.authenticate = function(req) {
this.fail(400);
}
+
+functio... | Test cases for multiple UI strategies alternately succeeding. | jaredhanson_passport | train |
a51a50f7ab1d9143fb6a7fa87e3448ed6e981fe4 | diff --git a/spec/controllers/accounts_controller_spec.rb b/spec/controllers/accounts_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/accounts_controller_spec.rb
+++ b/spec/controllers/accounts_controller_spec.rb
@@ -355,7 +355,7 @@ describe AccountsController do
specify { response.should... | Replace deprecated response.flash with request.flash. | publify_publify | train |
c04892703f89e27e17f83a140466251f418520d5 | diff --git a/src/Pingpong/Shortcode/Shortcode.php b/src/Pingpong/Shortcode/Shortcode.php
index <HASH>..<HASH> 100644
--- a/src/Pingpong/Shortcode/Shortcode.php
+++ b/src/Pingpong/Shortcode/Shortcode.php
@@ -8,7 +8,7 @@ use Illuminate\Support\Str;
class Shortcode implements Countable
{
/**
- * @var array
+ * @var... | Added strip() method to Shortcode class | pingpong-labs_shortcode | train |
79d0cef1b2068b7e7db72690f5774abf93928df5 | diff --git a/findimports.py b/findimports.py
index <HASH>..<HASH> 100755
--- a/findimports.py
+++ b/findimports.py
@@ -95,15 +95,20 @@ class ImportFinder(ASTVisitor):
def __init__(self, filename):
self.imports = []
+ self.imported_names = sets.Set()
self.filename = filename
+ def pr... | Refactoring: push common parts of visitImport and visitFrom into processImport.
Originally committed <I>-<I>-<I> <I>:<I>:<I> <I> to a different SVN repository
(python-tools) as revision <I>. | mgedmin_findimports | train |
7240a960f2e515316ac4d962482f678b67b83b8c | diff --git a/actionpack/test/template/text_helper_test.rb b/actionpack/test/template/text_helper_test.rb
index <HASH>..<HASH> 100644
--- a/actionpack/test/template/text_helper_test.rb
+++ b/actionpack/test/template/text_helper_test.rb
@@ -207,6 +207,10 @@ class TextHelperTest < ActionView::TestCase
assert_nil exce... | excerpt shoudn't return safe output test added
[#<I>] | rails_rails | train |
125e941cb0e4e5daea00ce5b45d9925e4915b67b | diff --git a/spyderlib/widgets/tabs.py b/spyderlib/widgets/tabs.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/tabs.py
+++ b/spyderlib/widgets/tabs.py
@@ -46,6 +46,7 @@ class TabBar(QTabBar):
# Dragging tabs
self.__drag_start_pos = QPoint()
self.setAcceptDrops(True)
+ self.s... | Consoles: Add scroll buttons to their tab widgets
Fixes #<I> | spyder-ide_spyder | train |
e74a58130e0ecc896669bd0c659090dbc38fe889 | diff --git a/job-scheduler/src/test/java/org/hawkular/metrics/scheduler/impl/JobExecutionTest.java b/job-scheduler/src/test/java/org/hawkular/metrics/scheduler/impl/JobExecutionTest.java
index <HASH>..<HASH> 100644
--- a/job-scheduler/src/test/java/org/hawkular/metrics/scheduler/impl/JobExecutionTest.java
+++ b/job-sch... | relax verification check
I had this change made already at some point and I guess it got reverted back
during a merge. | hawkular_hawkular-metrics | train |
574f33902fbb7a33be9d6153bcc45a8443a6fd6b | diff --git a/Context.js b/Context.js
index <HASH>..<HASH> 100644
--- a/Context.js
+++ b/Context.js
@@ -368,6 +368,7 @@ function Context(gl){
//Texture Targets
this.TEXTURE_2D = gl.TEXTURE_2D;
+ this.TEXTURE_CUBE_MAP = gl.TEXTURE_CUBE_MAP;
this.TEXTURE_CUBE_MAP_POSITIVE_X = gl.TEXTURE_CUBE_MAP_POSITI... | Added missing TEXTURE_CUBE_MAP constant | pex-gl_pex-context | train |
298c65d8ea018ed416dd9b744779feffede1e4bc | diff --git a/tchannel/sync/client.py b/tchannel/sync/client.py
index <HASH>..<HASH> 100644
--- a/tchannel/sync/client.py
+++ b/tchannel/sync/client.py
@@ -57,14 +57,14 @@ class TChannelSyncClient(object):
:param process_name:
Name of the calling process. Used for logging purposes only.
""... | async_client and threadloop should be protected | uber_tchannel-python | train |
86119494160dc97ef09ce4d63f293ecdedbfb04e | diff --git a/spillway/views.py b/spillway/views.py
index <HASH>..<HASH> 100644
--- a/spillway/views.py
+++ b/spillway/views.py
@@ -24,8 +24,8 @@ class MapView(GenericAPIView):
class TileView(BaseGeoView, ListAPIView):
"""View for serving tiled GeoJSON from a GeoModel."""
renderer_classes = (renderers.GeoJSON... | Tiled geometries should not be equal | bkg_django-spillway | train |
139b099c81e1116ad8a1580a4bab9740450d217d | diff --git a/Tests/Functional/Entity/ExtendsEntityPage.php b/Tests/Functional/Entity/ExtendsEntityPage.php
index <HASH>..<HASH> 100644
--- a/Tests/Functional/Entity/ExtendsEntityPage.php
+++ b/Tests/Functional/Entity/ExtendsEntityPage.php
@@ -6,8 +6,6 @@ use Axstrad\DoctrineExtensions\Activatable\ActivatableEntity;
us... | Fix the need to create new annotation configuration objects
This was required when the test interacted with code that relied on annotations for configuration. | dankempster_axstrad-doctrine-extensions-bundle | train |
6dbde83f5ed1449b27770517612ff4e4e4b00cc0 | diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/ioc/cdi/ListProducer.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/ioc/cdi/ListProducer.java
index <HASH>..<HASH> 100644
--- a/vraptor-core/src/main/java/br/com/caelum/vraptor/ioc/cdi/ListProducer.java
+++ b/vraptor-core/src/main/java/br/com/caelum... | deprecating ListProducer for now | caelum_vraptor4 | train |
786d26bce63175ef4b9acc516d52f9a662c13665 | diff --git a/lib/Console/Commands/ElectionCommand.php b/lib/Console/Commands/ElectionCommand.php
index <HASH>..<HASH> 100644
--- a/lib/Console/Commands/ElectionCommand.php
+++ b/lib/Console/Commands/ElectionCommand.php
@@ -23,6 +23,10 @@ use Symfony\Component\Console\Question\Question;
class ElectionCommand extends ... | Refactoring election command & add file support. | julien-boudry_Condorcet | train |
406b4ae5ff10e059589df7d84c531f1e2842bddd | diff --git a/device.js b/device.js
index <HASH>..<HASH> 100644
--- a/device.js
+++ b/device.js
@@ -177,10 +177,10 @@ class Device extends EventEmitter {
/**
* Indicate that you want to monitor defined properties.
*/
- monitor() {
+ monitor(interval) {
clearInterval(this._propertyMonitor);
- this._property... | Allow monitoring interval to be overriden | aholstenson_miio | train |
b11a7bb0f5210f0f67828960fbae4cff5830adce | diff --git a/src/ProductSearch/ContentDelivery/ProductSearchApiV1GetRequestHandler.php b/src/ProductSearch/ContentDelivery/ProductSearchApiV1GetRequestHandler.php
index <HASH>..<HASH> 100644
--- a/src/ProductSearch/ContentDelivery/ProductSearchApiV1GetRequestHandler.php
+++ b/src/ProductSearch/ContentDelivery/ProductSe... | Issue: #<I>: Remove superfluous parentheses | lizards-and-pumpkins_catalog | train |
2673d0dd785bab51d088fe7ecdaedbf7854bb8b1 | diff --git a/jgrassgears/src/main/java/org/jgrasstools/gears/io/dxfdwg/libs/dxf/DxfLWPOLYLINE.java b/jgrassgears/src/main/java/org/jgrasstools/gears/io/dxfdwg/libs/dxf/DxfLWPOLYLINE.java
index <HASH>..<HASH> 100644
--- a/jgrassgears/src/main/java/org/jgrasstools/gears/io/dxfdwg/libs/dxf/DxfLWPOLYLINE.java
+++ b/jgrassg... | check on polygon creation from dxf - coord num | TheHortonMachine_hortonmachine | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.