hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
52fe22d815458949e326dbc84971c7e91987f253
diff --git a/lib/riemann/babbler/plugins/dummy.rb b/lib/riemann/babbler/plugins/dummy.rb index <HASH>..<HASH> 100644 --- a/lib/riemann/babbler/plugins/dummy.rb +++ b/lib/riemann/babbler/plugins/dummy.rb @@ -1,7 +1,7 @@ class Riemann::Babbler::Dummy < Riemann::Babbler def collect - if tcp_port_aviable?(configat...
dummy riemann host fixes
vadv_riemann-babbler
train
rb
b0e08f0e7ee79ce28492bb1473c9fe3f55886d1a
diff --git a/satpy/readers/iasi_l2_so2_bufr.py b/satpy/readers/iasi_l2_so2_bufr.py index <HASH>..<HASH> 100644 --- a/satpy/readers/iasi_l2_so2_bufr.py +++ b/satpy/readers/iasi_l2_so2_bufr.py @@ -95,7 +95,7 @@ try: except ImportError as e: raise ImportError( """Missing eccodes-python and/or eccodes C-libr...
Fixed error arising from trying to add exception object to string
pytroll_satpy
train
py
f08c5343a530ad8152abace85ce66f3a13631f1d
diff --git a/classes/Pods.php b/classes/Pods.php index <HASH>..<HASH> 100644 --- a/classes/Pods.php +++ b/classes/Pods.php @@ -1061,7 +1061,8 @@ class Pods implements Iterator { $attachment_id = 0; switch ( $image_field ) { case 'post_thumbnail': - $attachment_id = get_post_thumbnail_id(); ...
Fix getting the post thumb by correct ID
pods-framework_pods
train
php
56bc95ba043a17f38bfc02128cad0ba832f0de85
diff --git a/test/logging_test.py b/test/logging_test.py index <HASH>..<HASH> 100644 --- a/test/logging_test.py +++ b/test/logging_test.py @@ -277,7 +277,6 @@ def test_discord_logger(config=TEST_CONFIG): log_builder.configure_discord_logger() test_logger = log_builder.get_logger() #use default behavior - ...
cutting extra log message from discord test
EVEprosper_ProsperCommon
train
py
48bde432b8ff5fe1169d9d2d0951285977b27e5a
diff --git a/src/app.js b/src/app.js index <HASH>..<HASH> 100644 --- a/src/app.js +++ b/src/app.js @@ -23,7 +23,7 @@ function createReactAppExpress(options) { if (process.env.NODE_ENV === 'development') { // Connect proxy to Create React App dev server const proxy = require('http-proxy-middleware'); - a...
devmode: proxy assets from cra clients (#6)
antonybudianto_create-react-app-express
train
js
7f94c2daa755d383d2607424439a77959bc0ab9a
diff --git a/tests/testndmapping.py b/tests/testndmapping.py index <HASH>..<HASH> 100644 --- a/tests/testndmapping.py +++ b/tests/testndmapping.py @@ -24,8 +24,8 @@ class DimensionTest(ComparisonTestCase): def test_dimension_pprint(self): dim = Dimension('Test dimension', cyclic=True, type=float, unit='...
Updated unit tests after recent changes to dimension pretty printing
pyviz_holoviews
train
py
745bb4e5bafc9d0d3e42036121ec2669af7d0d16
diff --git a/tests/Behat/Mink/Driver/BrowserKitDriverTest.php b/tests/Behat/Mink/Driver/BrowserKitDriverTest.php index <HASH>..<HASH> 100644 --- a/tests/Behat/Mink/Driver/BrowserKitDriverTest.php +++ b/tests/Behat/Mink/Driver/BrowserKitDriverTest.php @@ -9,7 +9,7 @@ use Symfony\Component\HttpKernel\Client; /** * @gr...
Changed the base class for tests to avoid using the deprecated class
minkphp_MinkBrowserKitDriver
train
php
5181f68a94f48924d2a8c000c1d4357fc7b97078
diff --git a/packages/cli/lib/read-input.js b/packages/cli/lib/read-input.js index <HASH>..<HASH> 100644 --- a/packages/cli/lib/read-input.js +++ b/packages/cli/lib/read-input.js @@ -66,8 +66,11 @@ module.exports = function readInput(include, extensions, sep) { while (input && typeof input === 'object') { con...
fix(cli): Do not drop initial keys for single-message input files (#<I>)
messageformat_messageformat
train
js
7e74d433a6cd8c1005dae9cf58d23c3ae7cfd788
diff --git a/tools/src/main/java/com/orientechnologies/orient/console/OConsoleDatabaseApp.java b/tools/src/main/java/com/orientechnologies/orient/console/OConsoleDatabaseApp.java index <HASH>..<HASH> 100644 --- a/tools/src/main/java/com/orientechnologies/orient/console/OConsoleDatabaseApp.java +++ b/tools/src/main/java...
removed eventual backup file if the backup operation fail
orientechnologies_orientdb
train
java
676ed57ec6fbe5fab63d517baf4386459c1125c7
diff --git a/src/Illuminate/Support/Collection.php b/src/Illuminate/Support/Collection.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Support/Collection.php +++ b/src/Illuminate/Support/Collection.php @@ -235,9 +235,10 @@ class Collection implements ArrayAccess, Arrayable, Countable, IteratorAggregate * Group ...
added preserveKeys to Collection groupBy method
laravel_framework
train
php
266433d381eb21e7bbd38933f12049a7f11b631c
diff --git a/src/class.seostats.php b/src/class.seostats.php index <HASH>..<HASH> 100644 --- a/src/class.seostats.php +++ b/src/class.seostats.php @@ -667,7 +667,7 @@ class SEOstats { //$q = urlencode('site:facebook.com "'.$this->host.'"'); //return SEOstats_Google::googleTotal($q); - r...
Fix issue : Broke function link Change the name of Facebook function.
eyecatchup_SEOstats
train
php
db1f0a64be5a652d4f8f1f6ed6b7c89ffe9c0ddd
diff --git a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/ScrollBarTrackPainter.java b/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/ScrollBarTrackPainter.java index <HASH>..<HASH> 100644 --- a/seaglass/trunk/seaglass/src/main/java/com/seaglasslookandfeel/painter/ScrollB...
Removed unused "rect" variable.
khuxtable_seaglass
train
java
e359088679f0147218f5bb19c231df79c6819088
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -20093,6 +20093,27 @@ data = { message: 'Error: Line 1: Unexpected token ILLEGAL' }, + 'x\\': { + index: 2, + lineNumber: 1, + column: 3, + ...
Add tests to catch various corner cases when handling Unicode literals. Found through code coverage analysis. <URL>
jscs-dev_esprima-harmony
train
js
a8f53d26b525453382cf5471a17f646703378c5a
diff --git a/lib/wasabi/parser.rb b/lib/wasabi/parser.rb index <HASH>..<HASH> 100644 --- a/lib/wasabi/parser.rb +++ b/lib/wasabi/parser.rb @@ -128,9 +128,7 @@ module Wasabi if @types[base] @types[name].merge! @types[base] else - deferred_types << Proc.new do - @types[nam...
format to indicate that the return value matters
savonrb_savon
train
rb
9b24e8565a5643d37043b71784ef097b9b19080b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -84,11 +84,6 @@ class CustomInstall(install): self._custom_man_dir = man_dir -LONG_DESCRIPTION = ( - 'A system that automatically handles the virtualenvs in the simple ' - 'cases normally found when writing ...
Adding long_description to setup.py. Resolve #<I>. Also fixes into setup.py
PyAr_fades
train
py
52ad1fd0802f2715bc0f0474d28d064e5f38372a
diff --git a/examples/gen_ooaofooa_schema.py b/examples/gen_ooaofooa_schema.py index <HASH>..<HASH> 100644 --- a/examples/gen_ooaofooa_schema.py +++ b/examples/gen_ooaofooa_schema.py @@ -74,6 +74,9 @@ def main(): logger.info('Filtering %s' % o_obj.Key_Lett) for r_rel in many(o_obj).R_OIR[201].R_REL[20...
ooaofooa schema gen: unrelate R_REL from R_OIR during filtering
xtuml_pyxtuml
train
py
ec5115184d2a0715a1258838b049109f6366d502
diff --git a/core/test/karma.conf.js b/core/test/karma.conf.js index <HASH>..<HASH> 100644 --- a/core/test/karma.conf.js +++ b/core/test/karma.conf.js @@ -23,6 +23,7 @@ module.exports = function(config) { '../../core/lib/modal-animator.es6', '../../core/lib/navigator-transition-animator.es6', '../....
fix(*): Change order files are loaded in karma tests.
OnsenUI_OnsenUI
train
js
752dbdabc8fa490c3220a302d1fb22e579c67449
diff --git a/web/spec/basic_rails4_spec.rb b/web/spec/basic_rails4_spec.rb index <HASH>..<HASH> 100644 --- a/web/spec/basic_rails4_spec.rb +++ b/web/spec/basic_rails4_spec.rb @@ -6,6 +6,7 @@ feature 'basic rails4 test' do it 'should do a basic get' do visit '/basic-rails4' + puts page.source expect(pa...
Just spit out the raw html source because, bees
torquebox_torquebox
train
rb
e153d0f331a7f1a16a1af4a085f3e905785870cd
diff --git a/iotile_ext_cloud/iotile/cloud/utilities.py b/iotile_ext_cloud/iotile/cloud/utilities.py index <HASH>..<HASH> 100644 --- a/iotile_ext_cloud/iotile/cloud/utilities.py +++ b/iotile_ext_cloud/iotile/cloud/utilities.py @@ -35,7 +35,7 @@ def device_slug_from_id(id): """ Converts a device id into a correct d...
str only, as we have a typed interface
iotile_coretools
train
py
f6e0b2a9ce18b4bbba3133bc71b3544e2533aec4
diff --git a/ipyrad/assemble/write_outfiles.py b/ipyrad/assemble/write_outfiles.py index <HASH>..<HASH> 100644 --- a/ipyrad/assemble/write_outfiles.py +++ b/ipyrad/assemble/write_outfiles.py @@ -993,7 +993,10 @@ def get_edges(data, superints, splits): ## edge overhangs are trimmed to min(4, minsamp), and then addi...
edge trim in s7 cuts at 4 or minsamp
dereneaton_ipyrad
train
py
55e83ea6a6dd007c1593d6d21290de3ca03eec43
diff --git a/lib/unipept/lib/unipept/api_runner.rb b/lib/unipept/lib/unipept/api_runner.rb index <HASH>..<HASH> 100644 --- a/lib/unipept/lib/unipept/api_runner.rb +++ b/lib/unipept/lib/unipept/api_runner.rb @@ -185,7 +185,7 @@ module Unipept first = peptides.next if first.start_with? '>' # FASTA ...
fix issue with newline in first case
unipept_unipept-cli
train
rb
a0f585bd56e3c03d4c278c70f6e798b1267cf7cf
diff --git a/query/stdlib/testing/end_to_end_test.go b/query/stdlib/testing/end_to_end_test.go index <HASH>..<HASH> 100644 --- a/query/stdlib/testing/end_to_end_test.go +++ b/query/stdlib/testing/end_to_end_test.go @@ -31,11 +31,9 @@ func init() { } func TestFluxEndToEnd(t *testing.T) { - t.Skip("flaky test: https:...
fix(query/stdlib): remove skip from the flux e2e tests (#<I>) The underlying bug that caused them to be flaky has been fixed.
influxdata_influxdb
train
go
67bd0a9cab2d1db1748cdcf46a22db88d2600236
diff --git a/src/Spryker/Zed/MerchantDataImport/Business/Address/Step/MerchantKeyToIdMerchantStep.php b/src/Spryker/Zed/MerchantDataImport/Business/Address/Step/MerchantKeyToIdMerchantStep.php index <HASH>..<HASH> 100644 --- a/src/Spryker/Zed/MerchantDataImport/Business/Address/Step/MerchantKeyToIdMerchantStep.php +++ ...
Updated getIdMerchant functionality
spryker_merchant-data-import
train
php
b135e192db7acb969ebfe5d98bef5aa97a4272aa
diff --git a/src/javascripts/components/nested_fieldset.js b/src/javascripts/components/nested_fieldset.js index <HASH>..<HASH> 100644 --- a/src/javascripts/components/nested_fieldset.js +++ b/src/javascripts/components/nested_fieldset.js @@ -47,9 +47,10 @@ export default class NestedFieldset extends React.Component { ...
returning the same type (array or object) in nested fieldset as the props.data
frig-js_frig
train
js
da30abb84255c0e154256b9ec11f0031d7736e00
diff --git a/lib/chamber/filters/encryption_filter.rb b/lib/chamber/filters/encryption_filter.rb index <HASH>..<HASH> 100644 --- a/lib/chamber/filters/encryption_filter.rb +++ b/lib/chamber/filters/encryption_filter.rb @@ -31,9 +31,7 @@ class EncryptionFilter protected def execute(raw_data = data, namespace...
Change: EncryptionFilter.execute to use each_with_object
thekompanee_chamber
train
rb
40e75129f40675f8a71b489b38c5911b37cb8559
diff --git a/core/src/main/java/hudson/util/MaskingClassLoader.java b/core/src/main/java/hudson/util/MaskingClassLoader.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/util/MaskingClassLoader.java +++ b/core/src/main/java/hudson/util/MaskingClassLoader.java @@ -23,11 +23,9 @@ */ package hudson.util;...
Contine the JENKINS-<I> ticket: update the getResources as well
jenkinsci_jenkins
train
java
429350abd24e24985289edc941b797820f947a08
diff --git a/astroplan/plots/sky.py b/astroplan/plots/sky.py index <HASH>..<HASH> 100644 --- a/astroplan/plots/sky.py +++ b/astroplan/plots/sky.py @@ -15,7 +15,7 @@ __all__ = ['plot_sky', 'plot_sky_24hr'] @u.quantity_input(az_label_offset=u.deg) def plot_sky(target, observer, time, ax=None, style_kwargs=None, ...
Turning PlotBelowHorizonWarning off by default
astropy_astroplan
train
py
e6a2616c0c2ef022256af80cc9a95c46a7b18eb4
diff --git a/src/Request/AdapterExtension.php b/src/Request/AdapterExtension.php index <HASH>..<HASH> 100644 --- a/src/Request/AdapterExtension.php +++ b/src/Request/AdapterExtension.php @@ -9,8 +9,14 @@ trait AdapterExtension private $allowMethods = [ 'attribute' => true, + 'get' => true, ...
Update AdapterExtension.php
DeimosProject_Request
train
php
98190872102d9623ffefae0c6dd916ab7dac0bf3
diff --git a/tests/test_sftp.py b/tests/test_sftp.py index <HASH>..<HASH> 100755 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -301,7 +301,8 @@ class SFTPTest (unittest.TestCase): sftp.utime(FOLDER + '/special', (atime, mtime)) stat = sftp.stat(FOLDER + '/special') self.ass...
[project @ <EMAIL><I>-ad8da<I>daedd<I>] 2 more unit test bugs found by alexander (can't change atime on win<I>)
bitprophet_ssh
train
py
1df7ab6711b95b88fb0708245c44b2d5ea257fa9
diff --git a/lib/rails_admin/adapters/abstract_object_mongoid.rb b/lib/rails_admin/adapters/abstract_object_mongoid.rb index <HASH>..<HASH> 100644 --- a/lib/rails_admin/adapters/abstract_object_mongoid.rb +++ b/lib/rails_admin/adapters/abstract_object_mongoid.rb @@ -5,7 +5,11 @@ module RailsAdmin def attributes=(...
Small fix for destroy, enables delete functionality.
sferik_rails_admin
train
rb
87ffbe6e22647ffc6a4a71e68573b02bc43895c9
diff --git a/tenacity-core/src/main/java/com/yammer/tenacity/core/helper/ClientResponseResult.java b/tenacity-core/src/main/java/com/yammer/tenacity/core/helper/ClientResponseResult.java index <HASH>..<HASH> 100644 --- a/tenacity-core/src/main/java/com/yammer/tenacity/core/helper/ClientResponseResult.java +++ b/tenacit...
returning Optional now to avoid exceptions when getResult is called on absent optional
yammer_tenacity
train
java
a52123dcaaf8e833c695e7fca12cf2a5dd31f291
diff --git a/airflow/www/views.py b/airflow/www/views.py index <HASH>..<HASH> 100644 --- a/airflow/www/views.py +++ b/airflow/www/views.py @@ -2187,6 +2187,13 @@ class KnownEventView(wwwutils.DataProfilingMixin, AirflowModelView): 'reported_by', ) column_default_sort = ("start_date", True) + colum...
[AIRFLOW-<I>] Fix known event column sorting Closes #<I> from skudriashev/airflow-<I>
apache_airflow
train
py
f6d264e20785709d73a0a0fcecaee0a816c8822f
diff --git a/test/unit/variable-scope.test.js b/test/unit/variable-scope.test.js index <HASH>..<HASH> 100644 --- a/test/unit/variable-scope.test.js +++ b/test/unit/variable-scope.test.js @@ -645,8 +645,6 @@ describe('VariableScope', function () { expect(scope.replaceIn(undefined)).to.equal(undefined); ...
fixup! Add more tests for variableScope~replaceIn
postmanlabs_postman-collection
train
js
7f9aa4e210bd4a48d238ac034336a871adef9afe
diff --git a/lib/rye/box.rb b/lib/rye/box.rb index <HASH>..<HASH> 100644 --- a/lib/rye/box.rb +++ b/lib/rye/box.rb @@ -372,7 +372,7 @@ module Rye self.mkdir(:p, :m, '700', File.dirname(akey_path)) self.upload(authorized_keys, "#{homedir}/#{akey_path}") self.chmod('0600', akey_path) - s...
chmod only with username (group may not exist)
delano_rye
train
rb
414a71bc20b8c990e52e997ca3f87278100880d7
diff --git a/src/com/googlecode/jmxtrans/model/output/GraphiteWriter.java b/src/com/googlecode/jmxtrans/model/output/GraphiteWriter.java index <HASH>..<HASH> 100644 --- a/src/com/googlecode/jmxtrans/model/output/GraphiteWriter.java +++ b/src/com/googlecode/jmxtrans/model/output/GraphiteWriter.java @@ -101,6 +101,7 @@ p...
Adding flush() back after write and ensuring writer exists
jmxtrans_jmxtrans
train
java
984210858089088c40094c98a2320743891859f7
diff --git a/src/Profiler/ProfilerServiceProvider.php b/src/Profiler/ProfilerServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Profiler/ProfilerServiceProvider.php +++ b/src/Profiler/ProfilerServiceProvider.php @@ -100,7 +100,7 @@ class ProfilerServiceProvider extends ServiceProvider { $profiler = $app['pro...
Allow profiler to be disabled Sometimes you want to disable the profiler in your debug environment for a quick check (when the debugger messes with the output). So next to enabling the profiler, also allow it to be disabled, of return to the default values.
loic-sharma_profiler
train
php
b8f2f463c3efd53ef35d7a3295131f367469dc8b
diff --git a/conn.go b/conn.go index <HASH>..<HASH> 100644 --- a/conn.go +++ b/conn.go @@ -158,7 +158,7 @@ func (cn *conn) simpleQuery(q string) (res driver.Result, err error) { return case 'E': err = parseError(r) - case 'T', 'N': + case 'T', 'N', 'S': // ignore default: errorf("unknown respons...
Ignore ParameterStatus responses to simpleQuery. This allows running, e.g., "SET TIME ZONE 'US/Eastern'".
bmizerany_pq
train
go
9d23b6ae3f5c17b68bc0e472f2dabb0ec22f4771
diff --git a/lib/motion-loco/adapter.rb b/lib/motion-loco/adapter.rb index <HASH>..<HASH> 100644 --- a/lib/motion-loco/adapter.rb +++ b/lib/motion-loco/adapter.rb @@ -91,7 +91,7 @@ module Loco private def load(type, records, data) - if records.is_a? Array + if records.is_a? RecordArray ...
Loco::RecordArray should be a model with an array as a property
brianpattison_motion-loco
train
rb,rb
af7b8855f99737e54ce6d32c1d78f54df89bed88
diff --git a/lib/clean.js b/lib/clean.js index <HASH>..<HASH> 100644 --- a/lib/clean.js +++ b/lib/clean.js @@ -10,7 +10,7 @@ function clean (dir, cb) { if (err) return cb(err) const pathsToRemove = entries - .filter(entry => /^\d+\.clinic-\w+(\.html)?$/.test(entry)) + .filter(entry => /^(\d+\.clin...
clean lingering node_trace files on clean as well (#<I>) * clean lingering node_trace files on clean as well * disable appveyor cache
nearform_node-clinic
train
js
81e07193baaaa0151d4eda8ce6e4ad955190b69b
diff --git a/examples/app.js b/examples/app.js index <HASH>..<HASH> 100644 --- a/examples/app.js +++ b/examples/app.js @@ -1,7 +1,7 @@ 'use strict'; var express = require('express'), - logger = require('../request-logger.js'), + logger = require('../request-logger.js'), //use 'bunyan-request-logger' in your code ...
Update app.js comment to clear up naming conflict confusion
ericelliott_bunyan-request-logger
train
js
37f3d656b51104f341fc30f3039003e4b9ff1b0b
diff --git a/Doctrine/AbstractElasticaToModelTransformer.php b/Doctrine/AbstractElasticaToModelTransformer.php index <HASH>..<HASH> 100755 --- a/Doctrine/AbstractElasticaToModelTransformer.php +++ b/Doctrine/AbstractElasticaToModelTransformer.php @@ -69,12 +69,6 @@ abstract class AbstractElasticaToModelTransformer impl...
Remove really old-school comment-based archival mechanism.
FriendsOfSymfony_FOSElasticaBundle
train
php
474afdb3d3e6045d49a4a693ae736afdf11e84f5
diff --git a/packages/veritone-widgets/src/redux/store.js b/packages/veritone-widgets/src/redux/store.js index <HASH>..<HASH> 100644 --- a/packages/veritone-widgets/src/redux/store.js +++ b/packages/veritone-widgets/src/redux/store.js @@ -11,6 +11,12 @@ export const getBaseMiddlewares = () => [ export const getDevOn...
prevent devtools being spammed by video-react actions
veritone_veritone-sdk
train
js
4a1bb4084bc2351cc407e4b2c365ed8d8719ee55
diff --git a/main/core/Resources/modules/validation/index.js b/main/core/Resources/modules/validation/index.js index <HASH>..<HASH> 100644 --- a/main/core/Resources/modules/validation/index.js +++ b/main/core/Resources/modules/validation/index.js @@ -14,7 +14,7 @@ function notEmpty(value) { } } -function notBlank...
[CoreBundle] Fixing resource property accesses validation. (#<I>)
claroline_Distribution
train
js
dc8841a73801ac2e3e0c21cc9aff5774f9ad02ef
diff --git a/rules/prevent-abbreviations.js b/rules/prevent-abbreviations.js index <HASH>..<HASH> 100644 --- a/rules/prevent-abbreviations.js +++ b/rules/prevent-abbreviations.js @@ -148,6 +148,9 @@ const defaultReplacements = { prev: { previous: true }, + acc: { + accumulator: true + }, rel: { relative: t...
Add `acc` -> `accumulator` replacement to `prevent-abbreviations` (#<I>)
sindresorhus_eslint-plugin-unicorn
train
js
7f6f7b70603f29f3e4c861f88e49c75171556b21
diff --git a/src/examples/grid-example.js b/src/examples/grid-example.js index <HASH>..<HASH> 100644 --- a/src/examples/grid-example.js +++ b/src/examples/grid-example.js @@ -183,7 +183,7 @@ const data = new Array(20).fill(0).map((_, index) => metaColumns.map(meta => ({ [meta.faker.slice(-1)[0]]: meta.faker.red...
Start column IDs at 1. `0` will be reserved for the header row This might not be a great idea. Ideally, we have an ID on the header row. IDs should be either numbers and/or strings.
juanca_react-aria-components
train
js
4bd482dbc4702030c2b79aae3676950ba1490805
diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-preset-chart-nvd3/src/NVD3Vis.js b/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-preset-chart-nvd3/src/NVD3Vis.js index <HASH>..<HASH> 10...
fix: line chart tooltip should use full datetime format (#<I>)
apache_incubator-superset
train
js
35b6819be7f43c1ba602599445070dd1cf522265
diff --git a/paramiko/_version.py b/paramiko/_version.py index <HASH>..<HASH> 100644 --- a/paramiko/_version.py +++ b/paramiko/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 16, 0) +__version_info__ = (1, 17, 0) __version__ = '.'.join(map(str, __version_info__))
Prep for <I> release
paramiko_paramiko
train
py
c165c8cda275cdd28cec1869da701e3fbe1fef16
diff --git a/src/cmdline/logconfig.py b/src/cmdline/logconfig.py index <HASH>..<HASH> 100644 --- a/src/cmdline/logconfig.py +++ b/src/cmdline/logconfig.py @@ -20,8 +20,8 @@ def setup_logging(fail_silently=False): """ config = None - paths = list(get_config_paths(filename='logconfig.yml')) - for path i...
use reversed to get logconfig paths
rca_cmdline
train
py
963ce57d259ef0f46fd023b64416c184b87b3ff4
diff --git a/python_modules/dagster/dagster/core/storage/pipeline_run.py b/python_modules/dagster/dagster/core/storage/pipeline_run.py index <HASH>..<HASH> 100644 --- a/python_modules/dagster/dagster/core/storage/pipeline_run.py +++ b/python_modules/dagster/dagster/core/storage/pipeline_run.py @@ -319,10 +319,13 @@ cla...
[PipelineRun] only make new run id when needed (#<I>)
dagster-io_dagster
train
py
774cce6277916c87d7365405cda96b32ef2cedc3
diff --git a/comments.php b/comments.php index <HASH>..<HASH> 100644 --- a/comments.php +++ b/comments.php @@ -28,7 +28,7 @@ if ( post_password_required() ) { <?php $comments_number = get_comments_number(); - if ( 1 === $comments_number ) { + if ( 1 === (int)$comments_number ) { printf( ...
Update comments.php (1 === $comment_count) was returning false even when 1 comment posted.
understrap_understrap
train
php
cc34b2c0874094cc419c07d06a2a9cc4bae54255
diff --git a/isort/main.py b/isort/main.py index <HASH>..<HASH> 100644 --- a/isort/main.py +++ b/isort/main.py @@ -853,6 +853,15 @@ def main(argv: Optional[Sequence[str]] = None, stdin: Optional[TextIOWrapper] = print(json.dumps(config.__dict__, indent=4, separators=(",", ": "), default=_preconvert)) ...
extended check-only option to work with stdin
timothycrosley_isort
train
py
2c32a670d1a27a194f6730e242884d5058ea15c8
diff --git a/spec/controllers/neighborly/balanced/creditcard/payments_controller_spec.rb b/spec/controllers/neighborly/balanced/creditcard/payments_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/neighborly/balanced/creditcard/payments_controller_spec.rb +++ b/spec/controllers/neighborly/balanced/...
Define routes used in PaymentsController spec This line is needed to RSpec know that tested routes is outside dummy app's routes, but in the engine.
FromUte_dune-balanced-creditcard
train
rb,rb
db82b130509bef8d1750b9b8f9261acdf8ef5bfb
diff --git a/course/renderer.php b/course/renderer.php index <HASH>..<HASH> 100644 --- a/course/renderer.php +++ b/course/renderer.php @@ -796,7 +796,7 @@ class core_course_renderer extends plugin_renderer_base { $ci = new condition_info($mod); $fullinfo = $ci->get_full_information(); ...
MDL-<I> changed echo to return - little bug fix
moodle_moodle
train
php
08ef92f038c25e3f5cc4014e58758bf294b5b33d
diff --git a/modules/social_features/social_content_block/src/ContentBuilder.php b/modules/social_features/social_content_block/src/ContentBuilder.php index <HASH>..<HASH> 100644 --- a/modules/social_features/social_content_block/src/ContentBuilder.php +++ b/modules/social_features/social_content_block/src/ContentBuild...
Issue #<I> by tBKoT: Set DESC sorting as default for the 'Custom content list block' (#<I>)
goalgorilla_open_social
train
php
627e376cfb3243d562acee945e31284427a05065
diff --git a/src/dialog/Dialog.js b/src/dialog/Dialog.js index <HASH>..<HASH> 100644 --- a/src/dialog/Dialog.js +++ b/src/dialog/Dialog.js @@ -50,7 +50,7 @@ export default createComponent({ }, }, - emits: ['opened', 'closed', 'confirm', 'cancel', 'update:show'], + emits: ['confirm', 'cancel', 'update:show']...
perf(Dialog): inherit opened event
youzan_vant
train
js
71be3352ec6f2c706e21b9f9eac0fe082c5b5bed
diff --git a/src/Auth.php b/src/Auth.php index <HASH>..<HASH> 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -119,6 +119,8 @@ class Auth // Set attributes self::$username = $username; self::$password = $password; + + self::regenerateToken(); } /**
Added token regeneration on new user details
celdotro_marketplace
train
php
c54bb4a79bef2f1f6eeb6b9130eceaaf7ac65a6d
diff --git a/concrete/src/Conversation/Message/Message.php b/concrete/src/Conversation/Message/Message.php index <HASH>..<HASH> 100644 --- a/concrete/src/Conversation/Message/Message.php +++ b/concrete/src/Conversation/Message/Message.php @@ -18,9 +18,9 @@ use Events; class Message extends Object implements \Concret...
Make sure previously public variables are still public in conversations message Former-commit-id: <I>e<I>ebe<I>f<I>a0e9cf2fa<I>b<I>c<I>d Former-commit-id: b<I>a<I>b<I>a<I>cfc<I>a8af3f
concrete5_concrete5
train
php
2a94c2ba1d143a749418f1038076aae0f02a9f2f
diff --git a/src/StreamWrappers/Http.php b/src/StreamWrappers/Http.php index <HASH>..<HASH> 100644 --- a/src/StreamWrappers/Http.php +++ b/src/StreamWrappers/Http.php @@ -24,7 +24,7 @@ class Http implements \ArrayAccess, \Countable /** @var int cursor position in the stream. */ $position; - public static + priv...
Change access level on static properties in HTTP stream wrapper class.
b01_interception
train
php
1d9766e45a4ee2bd22865aea7f6943a483d5052f
diff --git a/osbs/core.py b/osbs/core.py index <HASH>..<HASH> 100755 --- a/osbs/core.py +++ b/osbs/core.py @@ -973,7 +973,6 @@ class Openshift(object): # Get the JSON for the ImageStream imagestream_json = self.get_image_stream(name).json() - logger.debug("imagestream: %r", imagestream_json) ...
Dont log imagestream and tags before importing, which is polluting build logs * CLOUDBLD-<I>
projectatomic_osbs-client
train
py
597a1a4eb8b9a26029eeb2903cb2b14691182a06
diff --git a/server/src/main/java/io/atomix/copycat/server/state/ActiveState.java b/server/src/main/java/io/atomix/copycat/server/state/ActiveState.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/io/atomix/copycat/server/state/ActiveState.java +++ b/server/src/main/java/io/atomix/copycat/server/state/Active...
Ensure globalIndex is applied on active member AppendRequest.
atomix_copycat
train
java
64dd2e6ebe3a83a1aa57abcaaaec96476f7256dc
diff --git a/lib/parse-args.js b/lib/parse-args.js index <HASH>..<HASH> 100644 --- a/lib/parse-args.js +++ b/lib/parse-args.js @@ -3,6 +3,7 @@ const findUp = require('find-up') const { readFileSync } = require('fs') const Yargs = require('yargs/yargs') const parser = require('yargs-parser') +const { resolve } = requ...
fix: temporary files should be in tmp folder (#<I>)
bcoe_c8
train
js
c306d61af673721899c983d61f3c7c9ce21cb7bf
diff --git a/pyocd/target/builtin/target_STM32L031x6.py b/pyocd/target/builtin/target_STM32L031x6.py index <HASH>..<HASH> 100644 --- a/pyocd/target/builtin/target_STM32L031x6.py +++ b/pyocd/target/builtin/target_STM32L031x6.py @@ -65,7 +65,7 @@ FLASH_ALGO = { 'page_size' : 0x400, 'analyzer_supported' : False,...
Update target_STM<I>L<I>x6.py Remove double buffering
mbedmicro_pyOCD
train
py
d541811d56e3c9fedd8de1d7ea50846ffe0767d3
diff --git a/src/OAuth1/AbstractProvider.php b/src/OAuth1/AbstractProvider.php index <HASH>..<HASH> 100644 --- a/src/OAuth1/AbstractProvider.php +++ b/src/OAuth1/AbstractProvider.php @@ -3,11 +3,11 @@ namespace SocialiteProviders\Manager\OAuth1; use Laravel\Socialite\One\AbstractProvider as BaseProvider; +use Illum...
Following changes in laravel/socialite@dec<I>
SocialiteProviders_Manager
train
php
d2d25935e1aeb460e82ff1443d37c45cc15a9619
diff --git a/Pel.php b/Pel.php index <HASH>..<HASH> 100644 --- a/Pel.php +++ b/Pel.php @@ -25,10 +25,13 @@ /** + * Misclanious stuff for the overall behaviour of PEL. + * * @author Martin Geisler <gimpster@users.sourceforge.net> * @version $Revision$ * @date $Date$ - * @license http://www.gnu.org/licenses/gp...
Fixes in doc comments.
pel_pel
train
php
0c5e7abb4e562fa14dd2548cb57b28f979a7dcd9
diff --git a/_examples/rest/main.go b/_examples/rest/main.go index <HASH>..<HASH> 100644 --- a/_examples/rest/main.go +++ b/_examples/rest/main.go @@ -328,6 +328,16 @@ type ArticleRequest struct { } func (a *ArticleRequest) Bind(r *http.Request) error { + // a.Article is nil if no Article fields are sent in the req...
Update rest example to fix #<I>, nil pointer dereference (#<I>)
go-chi_chi
train
go
bae39c6432c05f5f3f9e1a8adeaf29e0c6e4837d
diff --git a/src/ox_modules/module-http.js b/src/ox_modules/module-http.js index <HASH>..<HASH> 100644 --- a/src/ox_modules/module-http.js +++ b/src/ox_modules/module-http.js @@ -153,6 +153,26 @@ export default class HttpModule extends OxygenModule { } /** + * @summary Performs HTTP PATCH + * @funct...
Add http.patch command. (#<I>)
oxygenhq_oxygen
train
js
0a2ed54f0e97dc08a97778b7775ada5d6eff6789
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -113,9 +113,9 @@ describe('Highway.Renderer', () => { }); it('Should process methods be `undefined` by default', () => { - expect(RENDERER.onEnter && RENDERER.onEnter()).to.be.undefined; - exp...
:construction: Test Assertions
Dogstudio_highway
train
js
a94c4f42e7097bcc286dfd52fc9c47879f4dcce1
diff --git a/wcomponents-theme/src/main/js/wc/ui/dialogFrame.js b/wcomponents-theme/src/main/js/wc/ui/dialogFrame.js index <HASH>..<HASH> 100644 --- a/wcomponents-theme/src/main/js/wc/ui/dialogFrame.js +++ b/wcomponents-theme/src/main/js/wc/ui/dialogFrame.js @@ -96,7 +96,7 @@ define(["wc/dom/classList", else if (...
Fix dialogFrame Fixed a bug in dialogFrame which could cause a dialog to fail to open if it is in an ajax response.
BorderTech_wcomponents
train
js
72b8121763072bd5e6931058ab89fd6c14e84fb6
diff --git a/fbchat_archive_parser/main.py b/fbchat_archive_parser/main.py index <HASH>..<HASH> 100644 --- a/fbchat_archive_parser/main.py +++ b/fbchat_archive_parser/main.py @@ -13,9 +13,15 @@ from .parser import FacebookChatHistory, AmbiguousTimeZoneError, \ from .utils import set_color, green, bright, cyan, error, ...
corrected to change output streams to binary before adding the UTF-8 wrapper
ownaginatious_fbchat-archive-parser
train
py
ab29de82ac8c9754d4932ec2ca71fbdada1ffcef
diff --git a/src/Fields/TrueFalse.php b/src/Fields/TrueFalse.php index <HASH>..<HASH> 100644 --- a/src/Fields/TrueFalse.php +++ b/src/Fields/TrueFalse.php @@ -14,6 +14,7 @@ declare(strict_types=1); namespace WordPlate\Acf\Fields; use WordPlate\Acf\Fields\Attributes\ConditionalLogic; +use WordPlate\Acf\Fields\Attrib...
Added defaultValue to TrueFalse field (#<I>)
wordplate_acf
train
php
d3f4a11261a5ee94a85c097f9bf0fb0e83447533
diff --git a/packages/modal/src/Modal.js b/packages/modal/src/Modal.js index <HASH>..<HASH> 100644 --- a/packages/modal/src/Modal.js +++ b/packages/modal/src/Modal.js @@ -60,9 +60,9 @@ const Modal = ({ unique: true, }); const slide = useTransition(isOpen, null, { - from: { transform: "translate3D(0, 50px,...
feat(modal): swap transition direction affects: @crave/farmblocks-modal
CraveFood_farmblocks
train
js
3e8cba6b666cd602e2d4929215d1400f2e24c972
diff --git a/lib/chicanery/state_comparison.rb b/lib/chicanery/state_comparison.rb index <HASH>..<HASH> 100644 --- a/lib/chicanery/state_comparison.rb +++ b/lib/chicanery/state_comparison.rb @@ -20,6 +20,7 @@ module Chicanery end def compare_repo_state name, current, previous + return unless previous ...
added check for any previous repo state
markryall_chicanery
train
rb
3ca89e60d231f1f466232599b7138536f401845b
diff --git a/lib/js/src/thrift.js b/lib/js/src/thrift.js index <HASH>..<HASH> 100644 --- a/lib/js/src/thrift.js +++ b/lib/js/src/thrift.js @@ -310,6 +310,7 @@ Thrift.Transport = Thrift.TXHRTransport = function(url, options) { this.wpos = 0; this.rpos = 0; this.useCORS = (options && options.useCORS); + ...
THRIFT-<I>: Add HTTP header support to JavaScript lib Client: JavaScript lib Patch: David Sautter Adds a customHeaders field to the XHR transport options supporting multiple key-value custom HTTP headers to pass with the request.
limingxinleo_thrift
train
js
4edda117076b73e8f92b8975e3c01beaf1b04602
diff --git a/morfologik-fsa/src/main/java/morfologik/fsa/FSA.java b/morfologik-fsa/src/main/java/morfologik/fsa/FSA.java index <HASH>..<HASH> 100644 --- a/morfologik-fsa/src/main/java/morfologik/fsa/FSA.java +++ b/morfologik-fsa/src/main/java/morfologik/fsa/FSA.java @@ -1,8 +1,15 @@ package morfologik.fsa; -import...
Adding read(File) utility to FSA.
morfologik_morfologik-stemming
train
java
f12d3f45545323d4d1a09646ab66d07079926dba
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -162,6 +162,15 @@ describe 'Updating an existing user' do end end + describe "saving twice" do + it "should not change the password" do + (foun...
Spec showing password changing bug. This bug is triggered when checking 'Remember me' during login.
publify_publify
train
rb
1504507a84e46a004db3c40e6b7b3dce03a7db79
diff --git a/sumo/cli/bandplot.py b/sumo/cli/bandplot.py index <HASH>..<HASH> 100644 --- a/sumo/cli/bandplot.py +++ b/sumo/cli/bandplot.py @@ -307,7 +307,7 @@ def bandplot(filenames=None, code='vasp', prefix=None, directory=None, total_only) elif code == 'castep': ...
Pass bandplot range to CASTEP DOS
SMTG-UCL_sumo
train
py
522835f53d332a71508c1fe0733f533966f1cfcc
diff --git a/core/codegen/platform/src/main/java/org/overture/codegen/visitor/ExpVisitorIR.java b/core/codegen/platform/src/main/java/org/overture/codegen/visitor/ExpVisitorIR.java index <HASH>..<HASH> 100644 --- a/core/codegen/platform/src/main/java/org/overture/codegen/visitor/ExpVisitorIR.java +++ b/core/codegen/pla...
Update IR construction to guard against unsupported binds
overturetool_overture
train
java
2e2c0375c3e725483d2ec297632dc52ed6a9f5fb
diff --git a/transformers/tokenization_distilbert.py b/transformers/tokenization_distilbert.py index <HASH>..<HASH> 100644 --- a/transformers/tokenization_distilbert.py +++ b/transformers/tokenization_distilbert.py @@ -40,6 +40,7 @@ PRETRAINED_VOCAB_FILES_MAP = { PRETRAINED_POSITIONAL_EMBEDDINGS_SIZES = { 'distil...
distilbert: add German distilbert model to positional embedding sizes map
huggingface_pytorch-pretrained-BERT
train
py
5e8e0e63e77d1ee89ac6ce8fed1245785aa0b174
diff --git a/atws/__init__.py b/atws/__init__.py index <HASH>..<HASH> 100644 --- a/atws/__init__.py +++ b/atws/__init__.py @@ -1,3 +1,15 @@ +''' +@todo: create a picklist object that allows: +preferrably have the wrapper auto generate these objects if needed +but also allow them to be passed in (from a pickle cache lat...
added todo: picklist object for programatic picklist conversion between friendly names and ids.
MattParr_python-atws
train
py
c524ece777939347bac1aa0afa12c1b241722b60
diff --git a/system/Debug/Toolbar/Views/_logs.tpl.php b/system/Debug/Toolbar/Views/_logs.tpl.php index <HASH>..<HASH> 100644 --- a/system/Debug/Toolbar/Views/_logs.tpl.php +++ b/system/Debug/Toolbar/Views/_logs.tpl.php @@ -1,4 +1,4 @@ -{ if logs == [] } +{ if $logs == [] } <p>Nothing was logged. If you were expecting ...
Fix missed template adjustment. Fixes #<I>
codeigniter4_CodeIgniter4
train
php
e3a470ef4aed8225d7e6bd3b5d845755fa19a554
diff --git a/spyderlib/utils/vcs.py b/spyderlib/utils/vcs.py index <HASH>..<HASH> 100644 --- a/spyderlib/utils/vcs.py +++ b/spyderlib/utils/vcs.py @@ -112,23 +112,24 @@ def get_hg_revision(repopath): def get_git_revision(repopath): - """Return Git revision for the repository located at repopath - Resu...
Utils/vcs: Use run_program to get the current git branch in get_git_revision
spyder-ide_spyder
train
py
151f506f55932a567bbdcb59bc9ea53b3f1c53e0
diff --git a/lib/watir-webdriver.rb b/lib/watir-webdriver.rb index <HASH>..<HASH> 100644 --- a/lib/watir-webdriver.rb +++ b/lib/watir-webdriver.rb @@ -64,6 +64,8 @@ end # Watir # undefine deprecated methods to use them for Element attributes -Object.send :undef_method, :id if Object.method_defined? "id" -Object....
Reopen Object instead of send()
watir_watir
train
rb
af28bc3989027e6c762618f6c259661ecd928e49
diff --git a/lib/yao/resources/role.rb b/lib/yao/resources/role.rb index <HASH>..<HASH> 100644 --- a/lib/yao/resources/role.rb +++ b/lib/yao/resources/role.rb @@ -19,9 +19,7 @@ module Yao::Resources user = Yao::User.get_by_name(to) tenant = Yao::Tenant.get_by_name(on) - client.put path_for_...
use delegator, PUT and DELETE
yaocloud_yao
train
rb
aec7d189c227d053606052862179f88dfb157734
diff --git a/src/I18n/Time.php b/src/I18n/Time.php index <HASH>..<HASH> 100644 --- a/src/I18n/Time.php +++ b/src/I18n/Time.php @@ -246,6 +246,8 @@ class Time extends Carbon implements JsonSerializable */ public function timeAgoInWords(array $options = []) { + $time = $this; + $ti...
Cloning $this instead of changing timezone directly Using a clone from ``$this`` in ``timeAgoInWords()`` the same way used in ``i<I>nFormat()``
cakephp_cakephp
train
php
b88875d968ec24672e4b6b95f26c2df10a55cdeb
diff --git a/lib/driver/pg.js b/lib/driver/pg.js index <HASH>..<HASH> 100644 --- a/lib/driver/pg.js +++ b/lib/driver/pg.js @@ -220,14 +220,14 @@ var PgDriver = Base.extend({ var searchPath; - // if the user specified a different schema, prepend it to the - // search path. This will make...
Escape schema for postgres If the name chosen for a schema contains certain characters, it must be surrounded in quotes. This ensures those quotes are added when choosing the schema by setting the `search_path`.
db-migrate_node-db-migrate
train
js
4f090a119c132284e28b12bad828c4f06650f7ac
diff --git a/upload/system/startup.php b/upload/system/startup.php index <HASH>..<HASH> 100644 --- a/upload/system/startup.php +++ b/upload/system/startup.php @@ -57,24 +57,23 @@ function modification($filename) { $file = DIR_MODIFICATION . 'system/' . substr($filename, strlen(DIR_SYSTEM)); } - if (file_exists(...
ensure it's a file, include_once no need for else when using return
opencart_opencart
train
php
73da5d8f5357b95748050d68d41e8d0062b948d9
diff --git a/src/includes/properties/class-papi-property.php b/src/includes/properties/class-papi-property.php index <HASH>..<HASH> 100644 --- a/src/includes/properties/class-papi-property.php +++ b/src/includes/properties/class-papi-property.php @@ -52,6 +52,12 @@ class Papi_Property extends Papi_Core_Property { $...
Add support for moving last ] when adding extra suffix
wp-papi_papi
train
php
1d165583488754211adfead17eaaec61d6a6929f
diff --git a/lib/jwt/algos/ps.rb b/lib/jwt/algos/ps.rb index <HASH>..<HASH> 100644 --- a/lib/jwt/algos/ps.rb +++ b/lib/jwt/algos/ps.rb @@ -28,7 +28,9 @@ module JWT end def require_openssl! - unless Gem.loaded_specs['openssl'] && Gem.loaded_specs['openssl'].version.release >= Gem::Version.new('2.1...
Refactors "Gem.loaded_specs['openssl']" into it's own variable
jwt_ruby-jwt
train
rb
f24167a339e7239fd57685cca05c1cd7ac120abf
diff --git a/qunit/qunit.js b/qunit/qunit.js index <HASH>..<HASH> 100644 --- a/qunit/qunit.js +++ b/qunit/qunit.js @@ -1268,7 +1268,9 @@ QUnit.jsDump = (function() { type = "document"; } else if (obj.nodeType) { type = "node"; - } else if (typeof obj === "object" && typeof obj.length === "number" && obj...
Added more strict array type detection for dump output, and allowed NodeList objects to be output as arrays This helps prevent treating any object with a length property as an array, while maintaining the ability to render NodeList objects as arrays. jsDump output tests still pass after this patch is applied.
JamesMGreene_qunit-assert-html
train
js
cfcf50549d7059717289af395bbef2af9a83a7aa
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -546,7 +546,7 @@ class Minion(object): last = time.time() while True: try: - socks = dict(poller.poll(self.opts['sub_timeout'])) + ...
Change the poll wait times in tune in This makes the minion more reponsive and less resource hungry
saltstack_salt
train
py
838cc191848b8f81919491cb8fd4b24894a176c3
diff --git a/src/Eris/Shrinker/Random.php b/src/Eris/Shrinker/Random.php index <HASH>..<HASH> 100644 --- a/src/Eris/Shrinker/Random.php +++ b/src/Eris/Shrinker/Random.php @@ -23,14 +23,14 @@ class Random // implements Shrinker */ public function from(array $elements, AssertionFailed $exception) { - ...
Renaming closure to $attemptFailed
giorgiosironi_eris
train
php
ba51c350e44dbf82a03d61ddafe7c04c21b48343
diff --git a/lib/beetle/configuration.rb b/lib/beetle/configuration.rb index <HASH>..<HASH> 100644 --- a/lib/beetle/configuration.rb +++ b/lib/beetle/configuration.rb @@ -31,7 +31,7 @@ module Beetle # daemons. defaults to 10 seconds. attr_accessor :redis_failover_client_heartbeat_interval - # how long to...
fix small typo in comment of beetle/configuration
xing_beetle
train
rb
a8877b780f7a8a2e4fd83e7bd7905efb5fd35e1f
diff --git a/code/MultiForm.php b/code/MultiForm.php index <HASH>..<HASH> 100644 --- a/code/MultiForm.php +++ b/code/MultiForm.php @@ -386,16 +386,16 @@ abstract class MultiForm extends Form { * @param object $form The form that the action was called on */ public function prev($data, $form) { - if(!$this->getC...
ENHANCEMENT Made MultiForm->prev() do the same behaviour for saving data as MultiForm->next()
silverstripe_silverstripe-multiform
train
php
aac61db2fc0a9a3f55f0e92fda95b4bf8a4c7ac9
diff --git a/src/ufoLib2/converters.py b/src/ufoLib2/converters.py index <HASH>..<HASH> 100644 --- a/src/ufoLib2/converters.py +++ b/src/ufoLib2/converters.py @@ -52,12 +52,11 @@ def register_hooks(conv: GenConverter, allow_bytes: bool = True) -> None: if base is None: base = cls attribs ...
call attr.resolve_types unconditionally since it's cached and it's a tiny bit faster than checking any(isinstance(a.type, str)...)
fonttools_ufoLib2
train
py
64dfc77b9ae3703b515930686575ea4e5cfc3b7f
diff --git a/glacier/glacier.go b/glacier/glacier.go index <HASH>..<HASH> 100644 --- a/glacier/glacier.go +++ b/glacier/glacier.go @@ -1,7 +1,7 @@ package glacier import ( - "../../aws" + "github.com/rdwilliamson/aws" "net/http" ) diff --git a/glacier/vault.go b/glacier/vault.go index <HASH>..<HASH> 100644 ---...
Uploaded to github so changed import path.
rdwilliamson_aws
train
go,go,go
01900166803d175105f1f6369edbfa53e052bdc8
diff --git a/pylatex/base_classes/latex_object.py b/pylatex/base_classes/latex_object.py index <HASH>..<HASH> 100644 --- a/pylatex/base_classes/latex_object.py +++ b/pylatex/base_classes/latex_object.py @@ -176,14 +176,12 @@ class LatexObject(metaclass=_CreatePackages): attributes of the class. """ ...
LatexObject: Make sure end_paragraph and begin_paragraph are not stacked
JelteF_PyLaTeX
train
py
b25b6634d72b7fd83abc1ba04ada4ad6db092aee
diff --git a/clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/servers/services/ServerService.java b/clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/servers/services/ServerService.java index <HASH>..<HASH> 100644 --- a/clc-java-sdk/sdk/src/main/java/com/centurylink/cloud/sdk/servers/services/ServerServi...
<I> Implement possibilities to remove public IP address
CenturyLinkCloud_clc-java-sdk
train
java
ccae5e8673dfe88593f8c1953cfb00b261e33ea9
diff --git a/src/Loaders/ConfigLoader.php b/src/Loaders/ConfigLoader.php index <HASH>..<HASH> 100644 --- a/src/Loaders/ConfigLoader.php +++ b/src/Loaders/ConfigLoader.php @@ -202,7 +202,7 @@ class ConfigLoader implements ConfigLoaderInterface { } if(!($resolvedParser instanceof Parser)){ - ...
Fixed var_export does not handle circular references
aedart_config-loader
train
php
8211c9e47806ca5686db0693fc971a042fd2e6d3
diff --git a/src/App/BluelinesCategory.php b/src/App/BluelinesCategory.php index <HASH>..<HASH> 100644 --- a/src/App/BluelinesCategory.php +++ b/src/App/BluelinesCategory.php @@ -16,8 +16,19 @@ protected $fillable = ["name", "description", "image"]; - public function content() { + public ...
Feature -- add scopeWithPost method to BluelinesCategory model
shawnsandy_bluelines
train
php
4c3e3d9547450766fd2e845f4a3eb5ccc3d6114c
diff --git a/src/Illuminate/Database/Schema/Grammars/Grammar.php b/src/Illuminate/Database/Schema/Grammars/Grammar.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Schema/Grammars/Grammar.php +++ b/src/Illuminate/Database/Schema/Grammars/Grammar.php @@ -222,11 +222,9 @@ abstract class Grammar extends BaseG...
Clean up a few function in base schema grammar.
laravel_framework
train
php