diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/code/KickAssets.php b/code/KickAssets.php index <HASH>..<HASH> 100644 --- a/code/KickAssets.php +++ b/code/KickAssets.php @@ -433,7 +433,7 @@ class KickAssets extends LeftAndMain { $types = explode(',',$r->getVar('allowedTypes')); return Convert::array2json(array( - 'baseRoute' => $this->Link()...
Fix for issue #<I> Prefix baseRoute with baseURL to resolve issue #<I>
diff --git a/lib/futures_pipeline/client.rb b/lib/futures_pipeline/client.rb index <HASH>..<HASH> 100644 --- a/lib/futures_pipeline/client.rb +++ b/lib/futures_pipeline/client.rb @@ -18,6 +18,14 @@ module FuturesPipeline get("/api/v1/careers.json", options) end + # Get a single career using O*NET c...
Added documenntation for career method
diff --git a/lib/puppet.rb b/lib/puppet.rb index <HASH>..<HASH> 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -23,7 +23,7 @@ require 'puppet/util/suidmanager' # it's also a place to find top-level commands like 'debug' module Puppet - PUPPETVERSION = '0.25.5' + PUPPETVERSION = '2.6.0' def Puppet.ve...
Updated version to <I>
diff --git a/src/extensions/default/CSSCodeHints/main.js b/src/extensions/default/CSSCodeHints/main.js index <HASH>..<HASH> 100644 --- a/src/extensions/default/CSSCodeHints/main.js +++ b/src/extensions/default/CSSCodeHints/main.js @@ -174,10 +174,9 @@ define(function (require, exports, module) { } ...
Explicitly making a new cursor from the current cursor.
diff --git a/parsl/providers/grid_engine/grid_engine.py b/parsl/providers/grid_engine/grid_engine.py index <HASH>..<HASH> 100644 --- a/parsl/providers/grid_engine/grid_engine.py +++ b/parsl/providers/grid_engine/grid_engine.py @@ -7,7 +7,7 @@ from parsl.providers.cluster_provider import ClusterProvider from parsl.prov...
Fix walltime format for GridEngineProvider GridEngine takes a h_rt attribute that expects HH:MM:SS format or seconds. (#<I>) Previously we incorrectly passed it walltime in minutes. Fixes #<I>
diff --git a/java/src/main/java/cucumber/runtime/java/Java8StepDefinition.java b/java/src/main/java/cucumber/runtime/java/Java8StepDefinition.java index <HASH>..<HASH> 100644 --- a/java/src/main/java/cucumber/runtime/java/Java8StepDefinition.java +++ b/java/src/main/java/cucumber/runtime/java/Java8StepDefinition.java @...
Update Java8StepDefinition.java I have Arity mismatch error when using Java8 step definitions. Looking at class Java8StepDefinition, I saw that could be solved by returning parameterCounter like JavaStepDefinition actually does. Simple: return parameterInfos.size();
diff --git a/lib/hawkular/base_client.rb b/lib/hawkular/base_client.rb index <HASH>..<HASH> 100644 --- a/lib/hawkular/base_client.rb +++ b/lib/hawkular/base_client.rb @@ -146,14 +146,9 @@ module Hawkular end def tenant_header - if @options[:tenant].nil? - { 'Hawkular-Tenant' => 'hawkular' } - ...
If the tenant is not passed in the options no default value is used. (#<I>)
diff --git a/django_performance_testing/queries.py b/django_performance_testing/queries.py index <HASH>..<HASH> 100644 --- a/django_performance_testing/queries.py +++ b/django_performance_testing/queries.py @@ -81,7 +81,8 @@ class QueryCollector(object): self.queries_about_to_be_reset_handler) ret...
signal handles must accept kwargs :(
diff --git a/modernrpc/tests/test_rpc_method_object.py b/modernrpc/tests/test_rpc_method_object.py index <HASH>..<HASH> 100644 --- a/modernrpc/tests/test_rpc_method_object.py +++ b/modernrpc/tests/test_rpc_method_object.py @@ -144,6 +144,20 @@ def multi_line_documented_2(): return "abc" +def test_html_document...
Add a test related to PR #7
diff --git a/visidata/plugins.py b/visidata/plugins.py index <HASH>..<HASH> 100644 --- a/visidata/plugins.py +++ b/visidata/plugins.py @@ -140,8 +140,10 @@ class PluginsSheet(JsonLinesSheet): stderr=subprocess.PIPE) out, err = p.communicate() vd.status(out.decode()) + ...
[plugins] pip stderr in warning but only fail if returncode is non-zero
diff --git a/tests/test_decimal_fields.py b/tests/test_decimal_fields.py index <HASH>..<HASH> 100644 --- a/tests/test_decimal_fields.py +++ b/tests/test_decimal_fields.py @@ -13,7 +13,7 @@ class DecimalFieldsTest(unittest.TestCase): def setUp(self): self.database = Database('test-db') - self.data...
re-enable decimals tests
diff --git a/src/Leevel/Support/Fn.php b/src/Leevel/Support/Fn.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Support/Fn.php +++ b/src/Leevel/Support/Fn.php @@ -49,7 +49,7 @@ class Fn try { return $fn(...$args); } catch (Error $th) { - $fnName = is_string($fn) ? $fn : $this->...
fix: fix Leevel\Support\Fn
diff --git a/client/my-sites/plans/current-plan/current-plan-thank-you-card/free-plan-thank-you-card.js b/client/my-sites/plans/current-plan/current-plan-thank-you-card/free-plan-thank-you-card.js index <HASH>..<HASH> 100644 --- a/client/my-sites/plans/current-plan/current-plan-thank-you-card/free-plan-thank-you-card.j...
Fix showing continue button for free sites on jetpack connect-flow (#<I>)
diff --git a/eulfedora/models.py b/eulfedora/models.py index <HASH>..<HASH> 100644 --- a/eulfedora/models.py +++ b/eulfedora/models.py @@ -63,7 +63,7 @@ class DatastreamObject(object): is set, it takes precedence over :attr:`content`.''' def __init__(self, obj, id, label, mimetype=None, versionable=False,...
restore former default checksum type of MD5
diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/score/holder/AbstractScoreHolder.java b/optaplanner-core/src/main/java/org/optaplanner/core/score/holder/AbstractScoreHolder.java index <HASH>..<HASH> 100644 --- a/optaplanner-core/src/main/java/org/optaplanner/core/score/holder/AbstractScoreHolder.java +...
Resolve split-packages: move everything from drools-core under org.drools.core: move org.drools.common
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -104,7 +104,10 @@ module.exports = function (settings = {}) { .filter(isNotInExtensions)); neutrino.use(eslint({ test: lintExtensions, - eslint: { baseConfig } + eslint: { + baseConfig, + r...
Better integration with symlinked environment
diff --git a/framework/db/sqlite/QueryBuilder.php b/framework/db/sqlite/QueryBuilder.php index <HASH>..<HASH> 100644 --- a/framework/db/sqlite/QueryBuilder.php +++ b/framework/db/sqlite/QueryBuilder.php @@ -29,9 +29,9 @@ class QueryBuilder extends \yii\db\QueryBuilder */ public $typeMap = [ Schema::...
Removed UNSIGNED from primary keys mapping
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,10 @@ try { $default_tree_name = $previous_tree_name ?: Site::getPreference('DEFAULT_GEDCOM'); $tree_name = $request->get('ged', $default_tree_name); $tree = Tree::findByName($tree_n...
Fixes #<I> (#<I>) * Prevent NOTICE about missing "title" attribute * Fixed admin only login with private tree * Fixed reading GEDCOM session parameter * Check tree before storing it in the session
diff --git a/src/YamlUpdater.php b/src/YamlUpdater.php index <HASH>..<HASH> 100644 --- a/src/YamlUpdater.php +++ b/src/YamlUpdater.php @@ -16,11 +16,6 @@ use Symfony\Component\Yaml\Parser; class YamlUpdater { /** - * @var $app Silex\Application - */ - private $app; - - /** * @var Symfony\Comp...
Remove unneeded $app as a class variable
diff --git a/Controller/Crud/CrudController.php b/Controller/Crud/CrudController.php index <HASH>..<HASH> 100644 --- a/Controller/Crud/CrudController.php +++ b/Controller/Crud/CrudController.php @@ -795,7 +795,7 @@ class CrudController extends Controller $action = $this->actions[$name]; $action->confi...
Move CRUD show action to separate service.
diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index <HASH>..<HASH> 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -33,9 +33,11 @@ class GuildChannel extends Channel { super.setup(data); /** * The type of the Guild Channel - * @type ...
Indev rewrite - Changed GuildChannel type (#<I>) * Altered GuildChannel.type to return a string containing either "text", "voice" or the id of the channel type. * Fixed typo * Altered code to pass ESLint test (Functionality Unchanged). * Third times the charm.
diff --git a/app/models/shipit/task.rb b/app/models/shipit/task.rb index <HASH>..<HASH> 100644 --- a/app/models/shipit/task.rb +++ b/app/models/shipit/task.rb @@ -13,7 +13,7 @@ module Shipit belongs_to :until_commit, class_name: 'Commit' belongs_to :since_commit, class_name: 'Commit' - has_many :chunks, ...
Use :delete_all instead of :destroy for Task#output_chunks - Tasks with huge output were basically undestroyable without rolling them up first - OutputChunk is a very lightweight record anyway, so it's unlikely to have any kind of callbacks in the future.
diff --git a/linebot/models/filter.py b/linebot/models/filter.py index <HASH>..<HASH> 100644 --- a/linebot/models/filter.py +++ b/linebot/models/filter.py @@ -36,8 +36,8 @@ class Filter(with_metaclass(ABCMeta, Base)): :param demographic: Combination of different criteria using logical operator o...
modify class names (#<I>)
diff --git a/lib/filter_factory/active_record/condition.rb b/lib/filter_factory/active_record/condition.rb index <HASH>..<HASH> 100644 --- a/lib/filter_factory/active_record/condition.rb +++ b/lib/filter_factory/active_record/condition.rb @@ -26,7 +26,7 @@ module FilterFactory end def all(_obj) - ...
Use single-quoted strings without interpolation.
diff --git a/daemon/pod/exec.go b/daemon/pod/exec.go index <HASH>..<HASH> 100644 --- a/daemon/pod/exec.go +++ b/daemon/pod/exec.go @@ -81,11 +81,7 @@ func (wc *waitClose) Close() error { type writeCloser struct { io.Writer - closer io.Closer -} - -func (wc *writeCloser) Close() error { - return wc.closer.Close() +...
simplify writeCloser Embedded types are enough here.
diff --git a/concrete/src/Block/BlockType/BlockTypeList.php b/concrete/src/Block/BlockType/BlockTypeList.php index <HASH>..<HASH> 100644 --- a/concrete/src/Block/BlockType/BlockTypeList.php +++ b/concrete/src/Block/BlockType/BlockTypeList.php @@ -2,6 +2,7 @@ namespace Concrete\Core\Block\BlockType; use Concrete\Cor...
Update BlockTypeList.php The block object isn't created the correct way. The error popped up when creating a new BlockType with additional constructor parameters.
diff --git a/lib/bank_scrap/banks/ing.rb b/lib/bank_scrap/banks/ing.rb index <HASH>..<HASH> 100644 --- a/lib/bank_scrap/banks/ing.rb +++ b/lib/bank_scrap/banks/ing.rb @@ -18,7 +18,7 @@ module BankScrap def initialize(user, password, log: false, debug: false, extra_args:) @dni = user @password = ...
ING: Allow both symbols and strings as key for extra_args
diff --git a/pkg/plugins/dashboard_importer.go b/pkg/plugins/dashboard_importer.go index <HASH>..<HASH> 100644 --- a/pkg/plugins/dashboard_importer.go +++ b/pkg/plugins/dashboard_importer.go @@ -97,6 +97,8 @@ func ImportDashboard(cmd *ImportDashboardCommand) error { ImportedUrl: savedDash.GetUrl(), ImportedR...
API: added dashboardId and slug in response after import (#<I>)
diff --git a/src/QueryBuilders/Postgres/PostgresQuery.php b/src/QueryBuilders/Postgres/PostgresQuery.php index <HASH>..<HASH> 100644 --- a/src/QueryBuilders/Postgres/PostgresQuery.php +++ b/src/QueryBuilders/Postgres/PostgresQuery.php @@ -129,7 +129,9 @@ class PostgresQuery implements QueryInterface $query = $...
Fixed an issue with column compilation for Postgres
diff --git a/tcex/tcex_batch_v2.py b/tcex/tcex_batch_v2.py index <HASH>..<HASH> 100644 --- a/tcex/tcex_batch_v2.py +++ b/tcex/tcex_batch_v2.py @@ -788,7 +788,7 @@ class Group(object): self._group_data['attribute'].append(attr.data) else: self.tcex.log.debug('In...
+ added validation of tag name and attribute value to prevent null values in JSON.
diff --git a/csr/csr.go b/csr/csr.go index <HASH>..<HASH> 100644 --- a/csr/csr.go +++ b/csr/csr.go @@ -274,6 +274,9 @@ func getHosts(cert *x509.Certificate) []string { for _, dns := range cert.DNSNames { hosts = append(hosts, dns) } + for _, email := range cert.EmailAddresses { + hosts = append(hosts, email) + ...
added e-mail address retrieval to getHosts()
diff --git a/stacktrace.go b/stacktrace.go index <HASH>..<HASH> 100644 --- a/stacktrace.go +++ b/stacktrace.go @@ -23,10 +23,10 @@ type Stacktrace struct { func (s *Stacktrace) Class() string { return "sentry.interfaces.Stacktrace" } func (s *Stacktrace) Culprit() string { - if len(s.Frames) > 0 { - f := s.Frames[...
Only report in-app culprits. Closes cupcake/raven-go#<I>. Condense initializer
diff --git a/pandas/tests/test_downstream.py b/pandas/tests/test_downstream.py index <HASH>..<HASH> 100644 --- a/pandas/tests/test_downstream.py +++ b/pandas/tests/test_downstream.py @@ -92,6 +92,7 @@ def test_pandas_datareader(): pandas_datareader.get_data_google('AAPL') +@pytest.mark.xfail(reason="install no...
TST: xfail geopandas downstream test (#<I>) xref #<I>
diff --git a/spec/unit/timeout_spec.rb b/spec/unit/timeout_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/timeout_spec.rb +++ b/spec/unit/timeout_spec.rb @@ -96,7 +96,7 @@ describe 'Flor unit' do exid = @unit.launch(flon) - sleep 0.350 + sleep 0.777 expect( @unit.timers.colle...
Slow down timeout spec for JRuby
diff --git a/pyimgur/request.py b/pyimgur/request.py index <HASH>..<HASH> 100644 --- a/pyimgur/request.py +++ b/pyimgur/request.py @@ -92,9 +92,12 @@ def send_request(url, params=None, method='GET', data_field='data', if data_field is not None: content = content[data_field] if not resp.ok: - e...
Wrap imgur error in try... except If the response isn't json with a error key, such as a <I> bad request, then the error handling would error out.
diff --git a/src/packet/secret_key.js b/src/packet/secret_key.js index <HASH>..<HASH> 100644 --- a/src/packet/secret_key.js +++ b/src/packet/secret_key.js @@ -324,7 +324,7 @@ async function produceEncryptionKey(s2k, passphrase, algorithm) { * @async */ SecretKey.prototype.decrypt = async function (passphrase) { - ...
Fix error message for legacy encrypted private keys
diff --git a/src/Drupal/DrupalExtension/Context/DrupalContext.php b/src/Drupal/DrupalExtension/Context/DrupalContext.php index <HASH>..<HASH> 100644 --- a/src/Drupal/DrupalExtension/Context/DrupalContext.php +++ b/src/Drupal/DrupalExtension/Context/DrupalContext.php @@ -195,7 +195,7 @@ class DrupalContext extends MinkC...
Issue #<I> by Vanille: Added Function to get region from region_map().
diff --git a/src/java/voldemort/utils/ByteBufferBackedInputStream.java b/src/java/voldemort/utils/ByteBufferBackedInputStream.java index <HASH>..<HASH> 100644 --- a/src/java/voldemort/utils/ByteBufferBackedInputStream.java +++ b/src/java/voldemort/utils/ByteBufferBackedInputStream.java @@ -56,7 +56,7 @@ public class By...
Fixed error where negative byte values were read causing the DataInputStream to throw an EOFException.
diff --git a/py/selenium/webdriver/remote/webelement.py b/py/selenium/webdriver/remote/webelement.py index <HASH>..<HASH> 100644 --- a/py/selenium/webdriver/remote/webelement.py +++ b/py/selenium/webdriver/remote/webelement.py @@ -203,7 +203,10 @@ class WebElement(object): return self._id def __eq__(sel...
Bring python implementation of web element equality in conformance with other languages
diff --git a/register.js b/register.js index <HASH>..<HASH> 100644 --- a/register.js +++ b/register.js @@ -1,9 +1,9 @@ var pug = require('./'); -var resolvedPug = require.resolve('./'); +var resolvedPug = JSON.stringify(require.resolve('./')); function compileTemplate(module, filename) { var template = pug.compi...
Fixed register.js for Windows. (#<I>)
diff --git a/webhook/client_handler_test.go b/webhook/client_handler_test.go index <HASH>..<HASH> 100644 --- a/webhook/client_handler_test.go +++ b/webhook/client_handler_test.go @@ -28,7 +28,7 @@ func Example() { } defer req.Body.Close() - fmt.Fprintf(w, "Received signed event: %t", event) + fmt.Fprintf(w, "...
Correct `Fprintf` format verb Go-tip is failing because it looks like `Fprintf` got a little more picky about the use of inappropriate verbs. `%t` is meant to be used for booleans (it prints the word "true" or "false"). I think what we actually wanted here was `%v`.
diff --git a/tests/framework/web/CUploadedFileTest.php b/tests/framework/web/CUploadedFileTest.php index <HASH>..<HASH> 100644 --- a/tests/framework/web/CUploadedFileTest.php +++ b/tests/framework/web/CUploadedFileTest.php @@ -100,7 +100,7 @@ class CUploadedFileTest extends CTestCase * * @see https://github.com/y...
Test case "CUploadedFileTest::testGetInstancesByNamePartOfOtherName()" has been fixed to expose issue #<I>.
diff --git a/redash_client.py b/redash_client.py index <HASH>..<HASH> 100644 --- a/redash_client.py +++ b/redash_client.py @@ -9,14 +9,12 @@ class RedashClient(object): self.api_key = api_key def new_query(self, name, query_string, data_source_id): - r0 = requests.post( + query_id = requests.post( ...
Cleaning up new_query() function.
diff --git a/tests/test_serialization.py b/tests/test_serialization.py index <HASH>..<HASH> 100644 --- a/tests/test_serialization.py +++ b/tests/test_serialization.py @@ -15,6 +15,7 @@ from nose_parameterized import parameterized from unittest import TestCase +from zipline.finance.trading import TradingEnvironment ...
TEST: Object serialization test requires a trading environment The object serialization test case requires a trading environment because risk report generation requires treasury curves.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,8 @@ setup( include_package_data = True, install_requires = [ 'Django >= 1.6', + # Form helper. + 'django-crispy-forms >= 1.4', # Needed for address field. 'django-c...
Added django-crispy-forms dependency.
diff --git a/src/Illuminate/Database/Seeder.php b/src/Illuminate/Database/Seeder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Seeder.php +++ b/src/Illuminate/Database/Seeder.php @@ -2,6 +2,7 @@ namespace Illuminate\Database; +use Illuminate\Support\Arr; use InvalidArgumentException; use Illumina...
Use Arr::wrap when calling seeders (#<I>)
diff --git a/wss-agent-report/src/main/java/org/whitesource/agent/report/PolicyCheckReport.java b/wss-agent-report/src/main/java/org/whitesource/agent/report/PolicyCheckReport.java index <HASH>..<HASH> 100644 --- a/wss-agent-report/src/main/java/org/whitesource/agent/report/PolicyCheckReport.java +++ b/wss-agent-report...
WSE-<I> - undo escaping to the json
diff --git a/src/sap.ui.unified/src/sap/ui/unified/CalendarMonthInterval.js b/src/sap.ui.unified/src/sap/ui/unified/CalendarMonthInterval.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.unified/src/sap/ui/unified/CalendarMonthInterval.js +++ b/src/sap.ui.unified/src/sap/ui/unified/CalendarMonthInterval.js @@ -443,6 +44...
[INTERNAL] sap.ui.unified.CalendarMonthInterval - Correct context is now returned from setters -setMonths return correct context - setPickerPopup return correct context - Global qunit test will be added with gerrit change <I> Change-Id: I<I>b<I>c<I>a4c4f5fc<I>e9ed<I>a<I>bc
diff --git a/build/gulpfile.hygiene.js b/build/gulpfile.hygiene.js index <HASH>..<HASH> 100644 --- a/build/gulpfile.hygiene.js +++ b/build/gulpfile.hygiene.js @@ -225,14 +225,16 @@ const hygiene = exports.hygiene = (some, options) => { }); } - const program = tslint.Linter.createProgram("src/tsconfig.json"); + c...
ensure to only lint files in the src program
diff --git a/laravel/bootstrap/app.php b/laravel/bootstrap/app.php index <HASH>..<HASH> 100644 --- a/laravel/bootstrap/app.php +++ b/laravel/bootstrap/app.php @@ -7,7 +7,7 @@ $DB_CONNECTION = $_SERVER['DB_CONNECTION'] ?? $_ENV['DB_CONNECTION'] ?? 'testin $config = ['env' => ['APP_KEY="'.$APP_KEY.'"', 'DB_CONNECTION...
Use getcwd() to determine working path.
diff --git a/phy/cluster/manual/session.py b/phy/cluster/manual/session.py index <HASH>..<HASH> 100644 --- a/phy/cluster/manual/session.py +++ b/phy/cluster/manual/session.py @@ -61,6 +61,15 @@ class BaseSession(EventEmitter): return func + @property + def actions(self): + """List of registere...
Added actions property in session. Closes #<I>.
diff --git a/src/_utils/reakitTheme.js b/src/_utils/reakitTheme.js index <HASH>..<HASH> 100644 --- a/src/_utils/reakitTheme.js +++ b/src/_utils/reakitTheme.js @@ -22,6 +22,12 @@ const buildFontSizeFromTheme = (property, { theme, ...props }) => { return `${property}: ${size}em !important;`; }; +const buildFontWeig...
Add ability to specify font weight from theme for the fontWeight prop
diff --git a/test/mp/runtime/directives/class.spec.js b/test/mp/runtime/directives/class.spec.js index <HASH>..<HASH> 100644 --- a/test/mp/runtime/directives/class.spec.js +++ b/test/mp/runtime/directives/class.spec.js @@ -254,4 +254,25 @@ describe(':class', () => { expectRootClass('foo a') }).then(done) ...
test: add test for merging only static parent class
diff --git a/lib/js/app/components/explorer/EmbedHTML.js b/lib/js/app/components/explorer/EmbedHTML.js index <HASH>..<HASH> 100644 --- a/lib/js/app/components/explorer/EmbedHTML.js +++ b/lib/js/app/components/explorer/EmbedHTML.js @@ -65,6 +65,7 @@ class EmbedHTML extends Component { propertyNames, latest...
fix: 🐛 embed code add chart type to embed code feature
diff --git a/lib/api/gitlab.js b/lib/api/gitlab.js index <HASH>..<HASH> 100644 --- a/lib/api/gitlab.js +++ b/lib/api/gitlab.js @@ -498,7 +498,10 @@ async function createFile(branchName, filePath, fileContents, message) { content: Buffer.from(fileContents).toString('base64'), }; } else { - url = `proje...
Fix: filepath encoding for gitlab createFile and updateFile (#<I>) Relates to #<I> and #<I> Auto detected file names are not encoded correctly so here's a fix for that.
diff --git a/container/lxd/container.go b/container/lxd/container.go index <HASH>..<HASH> 100644 --- a/container/lxd/container.go +++ b/container/lxd/container.go @@ -270,7 +270,7 @@ func (s *Server) CreateContainerFromSpec(spec ContainerSpec) (*Container, error) op, err := s.CreateContainerFromImage(spec.Image.LXDSe...
Better naming for waiting for running state method
diff --git a/lib/beaker/hypervisor/vagrant.rb b/lib/beaker/hypervisor/vagrant.rb index <HASH>..<HASH> 100644 --- a/lib/beaker/hypervisor/vagrant.rb +++ b/lib/beaker/hypervisor/vagrant.rb @@ -201,7 +201,8 @@ module Beaker f.write(ssh_config) f.rewind - host['ssh'] = {:config => f.path()} + + ...
(BKR-<I>) Fix SSH settings in nodesets Allow SSH settings from nodesets to propagate properly into the host's SSH configuration. BKR-<I> #close
diff --git a/nats/js/client.py b/nats/js/client.py index <HASH>..<HASH> 100644 --- a/nats/js/client.py +++ b/nats/js/client.py @@ -303,7 +303,7 @@ class JetStreamContext(JetStreamManager): if cb and not manual_ack: cb = self._auto_ack_callback(cb) if config.deliver_subject is None: - ...
require deliver_subject in JS subscribe_bind
diff --git a/lib/negroku/modes/app.rb b/lib/negroku/modes/app.rb index <HASH>..<HASH> 100644 --- a/lib/negroku/modes/app.rb +++ b/lib/negroku/modes/app.rb @@ -15,6 +15,7 @@ module Negroku::Modes ask_features custom_capify data + install_binstubs end @@ -37,6 +38,10 @@ module Negroku::Modes...
feat(app): run bundle binstub on app creation
diff --git a/src/main/java/org/junit/runners/model/FrameworkMethod.java b/src/main/java/org/junit/runners/model/FrameworkMethod.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/junit/runners/model/FrameworkMethod.java +++ b/src/main/java/org/junit/runners/model/FrameworkMethod.java @@ -69,6 +69,15 @@ public cla...
Javadoc on FrameworkMethod augmented
diff --git a/salt/cloud/clouds/vsphere.py b/salt/cloud/clouds/vsphere.py index <HASH>..<HASH> 100644 --- a/salt/cloud/clouds/vsphere.py +++ b/salt/cloud/clouds/vsphere.py @@ -367,6 +367,9 @@ def _deploy(vm_): ), 'sudo_password': config.get_cloud_config_value( 'sudo_password', vm_, __opts_...
adding key_filename param to vsphere provider
diff --git a/src/event.js b/src/event.js index <HASH>..<HASH> 100644 --- a/src/event.js +++ b/src/event.js @@ -72,12 +72,9 @@ jQuery.event = { eventHandle = elemData.handle = function( e ) { // Discard the second event of a jQuery.event.trigger() and // when an event is called after a page has unloaded - ...
Event: Fix #<I>. Remove elem from event handle, close gh-<I>. This also reduces memory leaks if the element is removed without cleaning events (e.g with native DOM operations). Not pickable into the 1.x branch because oldIE still needs this.
diff --git a/src/utils/types.js b/src/utils/types.js index <HASH>..<HASH> 100644 --- a/src/utils/types.js +++ b/src/utils/types.js @@ -59,6 +59,8 @@ const types = { enableQueryRules: bool, enableSearchRelevancy: bool, recordAnalytics: bool, + emptyQuery: bool, + suggestionAnalytics: bool, userId: string, ...
fix: revert wrongly removed properties
diff --git a/Connection.php b/Connection.php index <HASH>..<HASH> 100644 --- a/Connection.php +++ b/Connection.php @@ -73,6 +73,11 @@ use Yii; class Connection extends Component { /** + * @event Event an event that is triggered after a DB connection is established + */ + const EVENT_AFTER_OPEN = 'afterOpen'; + + ...
mongodb method "open" not triggered event "after open connection"
diff --git a/lib/cloudformer/stack.rb b/lib/cloudformer/stack.rb index <HASH>..<HASH> 100644 --- a/lib/cloudformer/stack.rb +++ b/lib/cloudformer/stack.rb @@ -105,7 +105,7 @@ class Stack end printed.concat(printable_events.map(&:event_id)) break if !stack.status.match(/_COMPLETE$/).nil? - ...
Reducing the poll time for stack events.
diff --git a/amaascore/transactions/mtm_result.py b/amaascore/transactions/mtm_result.py index <HASH>..<HASH> 100644 --- a/amaascore/transactions/mtm_result.py +++ b/amaascore/transactions/mtm_result.py @@ -55,7 +55,7 @@ class MTMResult(AMaaSModel): @mtm_value.setter def mtm_value(self, val): - if no...
made mtm_value nullable
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -43,6 +43,9 @@ let request = module.exports._requestDefaults(); query.limit = query.limit || 50; query.sort = query.sort || '_id'; + const __no_skip__ = !!query.__no_skip__; + delete query.__no_skip__; + ...
fix(api): prevent `__no_skip__` being sent as query parameter
diff --git a/lib/mongo/cluster.rb b/lib/mongo/cluster.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/cluster.rb +++ b/lib/mongo/cluster.rb @@ -472,19 +472,11 @@ module Mongo end def servers_list - @update_lock.synchronize do - @servers.reduce([]) do |servers, server| - servers << server...
RUBY-<I> No reason to use reduce, just dup instead
diff --git a/lib/pysynphot/spectrum.py b/lib/pysynphot/spectrum.py index <HASH>..<HASH> 100644 --- a/lib/pysynphot/spectrum.py +++ b/lib/pysynphot/spectrum.py @@ -518,6 +518,12 @@ class CompositeSourceSpectrum(SourceSpectrum): if self.operation == 'multiply': return self.component1(wavelength) * s...
Add an iterator to CompositeSourceSpectrum, for the use of callers that want to inspect its pieces git-svn-id: <URL>
diff --git a/tests/unit/test_http.py b/tests/unit/test_http.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_http.py +++ b/tests/unit/test_http.py @@ -216,7 +216,6 @@ class TestHTTP(object): conn = serve.recv() for request in conn: conn.socket.close() - requ...
actually, it's fine .. just a timing issue which I'm not sure we care about
diff --git a/src/Codeception/Module/SOAP.php b/src/Codeception/Module/SOAP.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Module/SOAP.php +++ b/src/Codeception/Module/SOAP.php @@ -266,7 +266,7 @@ EOF; public function seeSoapResponseEquals($xml) { $xml = SoapUtils::toXml($xml); - $this->...
inverse expected and actual (#<I>)
diff --git a/src/main/java/picocli/AbbreviationMatcher.java b/src/main/java/picocli/AbbreviationMatcher.java index <HASH>..<HASH> 100644 --- a/src/main/java/picocli/AbbreviationMatcher.java +++ b/src/main/java/picocli/AbbreviationMatcher.java @@ -92,16 +92,16 @@ class AbbreviationMatcher { private static boolean s...
Change isHyphenPrefix to isNonAlphabetic to match splitIntoChunks
diff --git a/masonite/providers/AppProvider.py b/masonite/providers/AppProvider.py index <HASH>..<HASH> 100644 --- a/masonite/providers/AppProvider.py +++ b/masonite/providers/AppProvider.py @@ -75,7 +75,7 @@ class AppProvider(ServiceProvider): Autoload(self.app).load(directories) def _set_application_d...
E<I> comparison to False should be 'if cond is False:' or 'if not cond:'
diff --git a/spec/decorators/socializer/person_decorator_spec.rb b/spec/decorators/socializer/person_decorator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/decorators/socializer/person_decorator_spec.rb +++ b/spec/decorators/socializer/person_decorator_spec.rb @@ -7,7 +7,6 @@ module Socializer let(:decorated_per...
extra empty line detected at block body beginning
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,21 +1,5 @@ -import sys -from setuptools import setup, Command - - -class Tox(Command): - - user_options = [] - - def initialize_options(self): - pass - - def finalize_options(self): - pass - - de...
Remove Tox runner from setup.py This isn't used to run Tox by the Makefile, so it's just dead code with unfortunate dependency installation implications.
diff --git a/lib/smartsheet/client.rb b/lib/smartsheet/client.rb index <HASH>..<HASH> 100644 --- a/lib/smartsheet/client.rb +++ b/lib/smartsheet/client.rb @@ -46,7 +46,7 @@ module Smartsheet request_logger = logger ? - API::RequestLogger.new(logger, log_full_body) : + API::...
Ensure log_full_body is a named param.
diff --git a/response.go b/response.go index <HASH>..<HASH> 100644 --- a/response.go +++ b/response.go @@ -68,6 +68,16 @@ func (r *Response) fixCharset(detectCharset bool, defaultEncoding string) error return nil } contentType := strings.ToLower(r.Headers.Get("Content-Type")) + + if strings.Contains(contentType...
Ignore certain MIME types in fixCharset Some MIME types do not involve any text data and should not be processed in fixCharset. This should be done instead of forcing the user to toggle the Collector.DetectCharset flag as it could prove problematic. Fix #<I>
diff --git a/shopify/base.py b/shopify/base.py index <HASH>..<HASH> 100644 --- a/shopify/base.py +++ b/shopify/base.py @@ -137,16 +137,10 @@ class ShopifyResource(ActiveResource, mixins.Countable): self._update(self.__class__.format.decode(response.body)) def __get_id(self): - if self.klass.prima...
Fix id property compatibility with latest pyactiveresource.
diff --git a/lib/plugins/disco.js b/lib/plugins/disco.js index <HASH>..<HASH> 100644 --- a/lib/plugins/disco.js +++ b/lib/plugins/disco.js @@ -168,7 +168,7 @@ module.exports = function (client, stanzas) { client.registerFeature('caps', 100, function (features, cb) { this.emit('disco:caps', { - ...
Fallback to use configured server for stream feature caps
diff --git a/distribute_setup.py b/distribute_setup.py index <HASH>..<HASH> 100644 --- a/distribute_setup.py +++ b/distribute_setup.py @@ -47,7 +47,7 @@ except ImportError: return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 DEFAULT_VERSION = "0.6.13" -DEFAULT_URL = "http://pypi.python.org/packages/sour...
Fix: PyPi only supports HTTPS/TLS downloads now
diff --git a/report/src/main/java/com/buschmais/jqassistant/core/report/api/graph/SubGraphFactory.java b/report/src/main/java/com/buschmais/jqassistant/core/report/api/graph/SubGraphFactory.java index <HASH>..<HASH> 100644 --- a/report/src/main/java/com/buschmais/jqassistant/core/report/api/graph/SubGraphFactory.java +...
throw exception in SubGraphFactory if a provided virtual relationship is inconsistent
diff --git a/features/support/demo_app.rb b/features/support/demo_app.rb index <HASH>..<HASH> 100644 --- a/features/support/demo_app.rb +++ b/features/support/demo_app.rb @@ -13,7 +13,7 @@ class DemoApp end def teardown - [@app, @test_app].each do |app| + all_apks do |app| puts "Removing #{app[:pac...
refactor apks.each into block call
diff --git a/src/main/java/de/timroes/axmlrpc/serializer/DateTimeSerializer.java b/src/main/java/de/timroes/axmlrpc/serializer/DateTimeSerializer.java index <HASH>..<HASH> 100644 --- a/src/main/java/de/timroes/axmlrpc/serializer/DateTimeSerializer.java +++ b/src/main/java/de/timroes/axmlrpc/serializer/DateTimeSerialize...
Return empty datetime elements as NULL
diff --git a/evfl/timeline.py b/evfl/timeline.py index <HASH>..<HASH> 100644 --- a/evfl/timeline.py +++ b/evfl/timeline.py @@ -71,20 +71,20 @@ class Oneshot(BinaryObject): class Cut(BinaryObject): def __init__(self) -> None: super().__init__() - self.duration = -1.0 # TODO: is this correct? + ...
timeline: Fix cut structure The float is not a duration; it seems to be the start time.
diff --git a/snmpsim/grammar/snmprec.py b/snmpsim/grammar/snmprec.py index <HASH>..<HASH> 100644 --- a/snmpsim/grammar/snmprec.py +++ b/snmpsim/grammar/snmprec.py @@ -47,7 +47,5 @@ class SnmprecGrammar(AbstractGrammar): rfc1902.IpAddress.tagSet): nval = value.asNumbers() ...
hopefully final fix to hexifyValue()
diff --git a/queue/queue.go b/queue/queue.go index <HASH>..<HASH> 100644 --- a/queue/queue.go +++ b/queue/queue.go @@ -147,7 +147,7 @@ func (q *Queue) Run(c *colly.Collector) error { q.finish() continue } - r.Retry(true) + r.Do() q.finish() } }(c, wg) diff --git a/request.go b/request...
Add Request.Do() method which repects AllowURLRevisit
diff --git a/test/aggregate_tests.rb b/test/aggregate_tests.rb index <HASH>..<HASH> 100644 --- a/test/aggregate_tests.rb +++ b/test/aggregate_tests.rb @@ -42,7 +42,10 @@ class TestSensuAggregate < TestCase assert_equal(2, body[:outputs].size) assert(body[:results].is_a?(Array)) ...
[aggregate-limit] minor delete aggregate test
diff --git a/lib/engine-client.js b/lib/engine-client.js index <HASH>..<HASH> 100644 --- a/lib/engine-client.js +++ b/lib/engine-client.js @@ -16,6 +16,22 @@ exports.version = '0.1.0'; exports.protocol = 1; /** + * Utils. + * + * @api public + */ + +exports.util = require('./util'); + +/** + * Parser. + * + * @api ...
Exposed util and parser.
diff --git a/kafka/consumer/fetcher.py b/kafka/consumer/fetcher.py index <HASH>..<HASH> 100644 --- a/kafka/consumer/fetcher.py +++ b/kafka/consumer/fetcher.py @@ -492,8 +492,7 @@ class Fetcher(six.Iterator): def _create_fetch_requests(self): """Create fetch requests for all assigned partitions, grouped by...
Update docstring and comments in _create_fetch_requests re KAFKA-<I>
diff --git a/server/peer_server.go b/server/peer_server.go index <HASH>..<HASH> 100644 --- a/server/peer_server.go +++ b/server/peer_server.go @@ -122,6 +122,8 @@ func NewPeerServer(name string, path string, url string, bindAddr string, tlsCon s.raftServer.AddEventListener(raft.HeartbeatTimeoutEventType, s.raftEventL...
feat(metrics): Publish peer heartbeat events as metrics
diff --git a/src/main/java/com/samskivert/util/Randoms.java b/src/main/java/com/samskivert/util/Randoms.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/samskivert/util/Randoms.java +++ b/src/main/java/com/samskivert/util/Randoms.java @@ -146,18 +146,20 @@ public class Randoms * Pick a random key from the...
What was I thinking?: we can't just pick a random number once. Unsmoke that crack. git-svn-id: <URL>
diff --git a/builtin/providers/aws/resource_aws_db_subnet_group_test.go b/builtin/providers/aws/resource_aws_db_subnet_group_test.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_db_subnet_group_test.go +++ b/builtin/providers/aws/resource_aws_db_subnet_group_test.go @@ -107,6 +107,7 @@ resource ...
providers/aws: add description to test cc/ @buth Looks like the schema was correctly defining description as required, added it to the tests and it's passing now.
diff --git a/core/Pimf/Util/Validator.php b/core/Pimf/Util/Validator.php index <HASH>..<HASH> 100644 --- a/core/Pimf/Util/Validator.php +++ b/core/Pimf/Util/Validator.php @@ -295,7 +295,9 @@ class Validator protected function middleware($fieldName, $comparing, $operator, $expecting) { if (in_array($o...
refactoring of create_function() - that has been deprecated in PHP <I> - and will be removed from PHP in the next major version.
diff --git a/lxd/db/db_internal_test.go b/lxd/db/db_internal_test.go index <HASH>..<HASH> 100644 --- a/lxd/db/db_internal_test.go +++ b/lxd/db/db_internal_test.go @@ -63,7 +63,7 @@ func (s *dbTestSuite) CreateTestDb() (*Cluster, func()) { s.Nil(err) } - db, cleanup := NewTestCluster(s.T()) + db, cleanup := NewTe...
lxd/db: Fix for new testify
diff --git a/src/python/dxpy/utils/resolver.py b/src/python/dxpy/utils/resolver.py index <HASH>..<HASH> 100644 --- a/src/python/dxpy/utils/resolver.py +++ b/src/python/dxpy/utils/resolver.py @@ -227,7 +227,7 @@ def resolve_container_id_or_name(raw_string, is_error=False, unescape=True, mult return ([cached_pro...
dxpy.utils.resolver: fixed bug where it would not resolve projects for which you have < CONTRIBUTE access
diff --git a/pybromo/timestamps.py b/pybromo/timestamps.py index <HASH>..<HASH> 100644 --- a/pybromo/timestamps.py +++ b/pybromo/timestamps.py @@ -171,14 +171,14 @@ class TimestapSimulation: print('%s Donor timestamps - %s' % (header, ctime()), flush=True) self.S.simulate_timestamps_mix( ...
Fix TimestampSimulation from previous update
diff --git a/libnavigation-ui/src/main/java/com/mapbox/navigation/ui/route/NavigationMapRoute.java b/libnavigation-ui/src/main/java/com/mapbox/navigation/ui/route/NavigationMapRoute.java index <HASH>..<HASH> 100644 --- a/libnavigation-ui/src/main/java/com/mapbox/navigation/ui/route/NavigationMapRoute.java +++ b/libnavi...
added update to listener that was erroneously omitted
diff --git a/terminal/output.go b/terminal/output.go index <HASH>..<HASH> 100644 --- a/terminal/output.go +++ b/terminal/output.go @@ -6,13 +6,13 @@ import ( "io" ) -// Returns special stdout, which converts escape sequences to Windows API calls +// NewAnsiStdout returns special stdout, which converts escape seque...
Fix function comments based on best practices from Effective Go (#<I>)
diff --git a/gibica/interpreter.py b/gibica/interpreter.py index <HASH>..<HASH> 100644 --- a/gibica/interpreter.py +++ b/gibica/interpreter.py @@ -115,7 +115,14 @@ class Interpreter(NodeVisitor): def visit_Assignment(self, node): """Visitor for `Assignment` AST node.""" - self.memory[node.left.id...
Better memory management of mutable variables
diff --git a/library/src/main/java/de/mrapp/android/dialog/MaterialDialog.java b/library/src/main/java/de/mrapp/android/dialog/MaterialDialog.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/de/mrapp/android/dialog/MaterialDialog.java +++ b/library/src/main/java/de/mrapp/android/dialog/MaterialDialog.java @...
Added getContext-method to Builder.