hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
6a762b958a03404411135945836ec7569d896e2e
diff --git a/server/src/main/java/io/atomix/copycat/server/state/ServerSessionContext.java b/server/src/main/java/io/atomix/copycat/server/state/ServerSessionContext.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/io/atomix/copycat/server/state/ServerSessionContext.java +++ b/server/src/main/java/io/atomix/...
Never allow the request sequence number to decrease.
atomix_copycat
train
0ede01fe69518e2948f6500ac9d830a6890457fd
diff --git a/test/slop_test.rb b/test/slop_test.rb index <HASH>..<HASH> 100644 --- a/test/slop_test.rb +++ b/test/slop_test.rb @@ -314,7 +314,7 @@ class SlopTest < TestCase end test "separators" do - opts = Slop.new(banner: false) do + opts = Slop.new(:banner => false) do on :foo separator "...
avoid <I> specific syntax for tests
leejarvis_slop
train
9e13889cbc3f80bac2711cd5052c9dc0b8753788
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,11 @@ -from distutils.core import setup +try: + from setuptools import setup +except ImportError: + from distutils.core import setup setup( name='sciunit', - version='0.1.3.4', + version='0.1.4', author='R...
Updated version and switched to setuptools
scidash_sciunit
train
6c5b4f015814a6c4f6b33230dfd1a860aedc0aaf
diff --git a/lib/util/resolveCommand.js b/lib/util/resolveCommand.js index <HASH>..<HASH> 100644 --- a/lib/util/resolveCommand.js +++ b/lib/util/resolveCommand.js @@ -8,7 +8,7 @@ function resolveCommandAttempt(parsed, withoutPathExt) { const cwd = process.cwd(); const hasCustomCwd = parsed.options.cwd != null...
fix: fix worker threads in Node >=<I> (#<I>)
moxystudio_node-cross-spawn
train
467a1c8845afea80b1307ae2ad9d7bcd3f18ed64
diff --git a/liquibase-core/src/main/java/liquibase/integration/commandline/CommandLineUtils.java b/liquibase-core/src/main/java/liquibase/integration/commandline/CommandLineUtils.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/integration/commandline/CommandLineUtils.java +++ b/liquibase-...
Move initial license check from Main.doMigration into CommandLineUtils.getBanner
liquibase_liquibase
train
45632876ca533b20ff57070768c0ed0a50c12b9b
diff --git a/src/renderers/canvas.js b/src/renderers/canvas.js index <HASH>..<HASH> 100644 --- a/src/renderers/canvas.js +++ b/src/renderers/canvas.js @@ -273,6 +273,8 @@ Physics.renderer('canvas', function( proto ){ hiddenCtx.restore(); view.src = hiddenCanvas.toDataURL("image/png"); + ...
fix the problem that sometimes the body been rendered in the wrong position in ie<I> I don't know whether to add two temporary variables to store the values of "2 * hw + 2 + (2 * styles.lineWidth|0)" and "2 * hh + 2 + (2 * styles.lineWidth|0)",then assign them to hiddenCanvas.width,hiddenCanvas.height,view.width and v...
wellcaffeinated_PhysicsJS
train
93322307e684ea4d43fd7fbd38dcf9419a09b0fa
diff --git a/lib/rubycritic/report_generators/turbulence.rb b/lib/rubycritic/report_generators/turbulence.rb index <HASH>..<HASH> 100644 --- a/lib/rubycritic/report_generators/turbulence.rb +++ b/lib/rubycritic/report_generators/turbulence.rb @@ -6,7 +6,7 @@ module Rubycritic def self.data(analysed_modules) ...
Use a module's name instead of its pathname in the Turbulence graph
whitesmith_rubycritic
train
fc3a7b7a97a17f15a7862568d13defdde75df67d
diff --git a/collector/ntp.go b/collector/ntp.go index <HASH>..<HASH> 100644 --- a/collector/ntp.go +++ b/collector/ntp.go @@ -30,7 +30,8 @@ var ( ) type ntpCollector struct { - drift prometheus.Gauge + drift prometheus.Gauge + stratum prometheus.Gauge } func init() { @@ -53,6 +54,11 @@ func NewNtpCollector()...
Add NTP stratum to NTP collector
prometheus_node_exporter
train
7b90ebbb64a523776e448eb91aa13dda190746da
diff --git a/api.php b/api.php index <HASH>..<HASH> 100644 --- a/api.php +++ b/api.php @@ -8302,6 +8302,34 @@ namespace Tqdev\PhpCrudApi\Middleware { } } +// file: src/Tqdev/PhpCrudApi/Middleware/SslRedirectMiddleware.php +namespace Tqdev\PhpCrudApi\Middleware { + + use Psr\Http\Message\ResponseInterface; + ...
Add SslRedirectMiddleware to api.php for #<I>
mevdschee_php-crud-api
train
98b25a4f51c69c90713ab175a5f3be2526e16429
diff --git a/src/adapters/mocha-blanket.js b/src/adapters/mocha-blanket.js index <HASH>..<HASH> 100644 --- a/src/adapters/mocha-blanket.js +++ b/src/adapters/mocha-blanket.js @@ -47,9 +47,11 @@ //I dont know why these became global leaks runner.globals(['stats', 'failures', 'runner']); - ...
New version of mocha requires suiteURL function that provides HTML runner - blanketRunner has to inherit from it
alex-seville_blanket
train
c0a9562c5a55d79b90546c455ee535dc2dbdc761
diff --git a/devassistant/assistants/yaml/sample_assistant.yaml.noload b/devassistant/assistants/yaml/sample_assistant.yaml.noload index <HASH>..<HASH> 100644 --- a/devassistant/assistants/yaml/sample_assistant.yaml.noload +++ b/devassistant/assistants/yaml/sample_assistant.yaml.noload @@ -53,6 +53,7 @@ c: # name of th...
Allow running run* section from another run* section. Fixes #<I>
devassistant_devassistant
train
cd440047eb4049aa35c614a3c9adebb72d777ad5
diff --git a/src/main/java/com/hubspot/jackson/datatype/protobuf/builtin/serializers/MessageSerializer.java b/src/main/java/com/hubspot/jackson/datatype/protobuf/builtin/serializers/MessageSerializer.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hubspot/jackson/datatype/protobuf/builtin/serializers/MessageSe...
Implemented review comments from jaher
HubSpot_jackson-datatype-protobuf
train
e46d506154e994565585729c82e7991cb284a438
diff --git a/grpc/src/test/java/com/linecorp/armeria/client/grpc/GrpcClientTest.java b/grpc/src/test/java/com/linecorp/armeria/client/grpc/GrpcClientTest.java index <HASH>..<HASH> 100644 --- a/grpc/src/test/java/com/linecorp/armeria/client/grpc/GrpcClientTest.java +++ b/grpc/src/test/java/com/linecorp/armeria/client/gr...
Ignore flaky test (GrpcClientTest.halfDuplexCallShouldSucceed) in CI (#<I>) Motivation: On CI, it seems relatively common for the socket to get killed during some of the test cases in GrpcClientTest. Modifications: - Just log the error instead of failing it. Result: - Build stability
line_armeria
train
dc9d9da8d27b314897ac8842f63b9b3b6031e307
diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/protocol/ProtocolRESTService.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/protocol/ProtocolRESTService.java index <HASH>..<HASH> 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/protocol/Proto...
GUAC-<I>: Require auth token for listing protocols. Clean style of JS and Java.
glyptodon_guacamole-client
train
594a45f92d1c764ab9c4cc70a777d3e932647b74
diff --git a/lib/cli/file-pipeline/stdout.js b/lib/cli/file-pipeline/stdout.js index <HASH>..<HASH> 100644 --- a/lib/cli/file-pipeline/stdout.js +++ b/lib/cli/file-pipeline/stdout.js @@ -45,6 +45,7 @@ function stdout(context) { var file = context.file; if ( + !fileSet.cli.watch && fileSet.cl...
Remove output to stdout(4) when watching This update disables output written to stdout(4) when watching. This started to occur a lot since e<I>d2 (“Add processing of just the changed watched file to mdast(1)”) and was neither useful nor pretty.
remarkjs_remark
train
6852dc43a0454123f09ab90923bffed66b5a5aa9
diff --git a/classylss/cosmology.py b/classylss/cosmology.py index <HASH>..<HASH> 100644 --- a/classylss/cosmology.py +++ b/classylss/cosmology.py @@ -396,7 +396,17 @@ def verify_parameters(args, extra): def set_sigma8(cosmo, sigma8, inplace=False): """ Return a clone of the input Cosmology object, with the ...
fix sanitize_params
nickhand_classylss
train
f20ff7c513e5852b59726ccc5f2b767383e6230a
diff --git a/lib/Core/Site/QueryType/Location/Children.php b/lib/Core/Site/QueryType/Location/Children.php index <HASH>..<HASH> 100644 --- a/lib/Core/Site/QueryType/Location/Children.php +++ b/lib/Core/Site/QueryType/Location/Children.php @@ -41,7 +41,7 @@ final class Children extends Location $location = ...
NGSTACK-<I> Fix wrong location usage
netgen_ezplatform-site-api
train
5c820a894115d8a553a4313e8b4caaaad2d7f750
diff --git a/lib/test.js b/lib/test.js index <HASH>..<HASH> 100644 --- a/lib/test.js +++ b/lib/test.js @@ -663,6 +663,9 @@ Test.prototype.current = function () { // as an arg, to run a reporter on a previous run. // We DO however need to parse it to set the exit failure. Test.prototype.stdin = function (name, extra,...
Make tests pass on <I>
tapjs_node-tap
train
fdea9dd47ea3310c9c26f17cdc801427815602c6
diff --git a/sphinx_click/ext.py b/sphinx_click/ext.py index <HASH>..<HASH> 100644 --- a/sphinx_click/ext.py +++ b/sphinx_click/ext.py @@ -150,9 +150,16 @@ def _format_option(opt: click.Option) -> ty.Generator[str, None, None]: yield '.. option:: {}'.format(opt_help[0]) if opt_help[1]: yield '' + ...
Extend pre-wrapped text support to options Seems click will let you use the '\b' character in help text for options also.
click-contrib_sphinx-click
train
fcb686ac5fd2d29c6204c7bf825d11db1ac6d7ef
diff --git a/rb/gen_user_guide.rb b/rb/gen_user_guide.rb index <HASH>..<HASH> 100644 --- a/rb/gen_user_guide.rb +++ b/rb/gen_user_guide.rb @@ -19,15 +19,15 @@ class Generator class Section attr_reader :number attr_reader :title - attr_reader :new_page + attr_reader :page attr_reader :contents ...
user guide: keep track of page for sections
holtrop_rscons
train
77f58c994f5e2876eb07009542b6d150d55f42fe
diff --git a/src/View/Helper/UrlHelper.php b/src/View/Helper/UrlHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/UrlHelper.php +++ b/src/View/Helper/UrlHelper.php @@ -29,15 +29,35 @@ class UrlHelper extends Helper /** * Returns a URL based on provided parameters. * + * ### Options: + ...
Allow unescaped URLs to be built. Other helpers need this internally.
cakephp_cakephp
train
2c267985bf47ac378df35ac034dca98392b31092
diff --git a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CaseRule.java b/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CaseRule.java index <HASH>..<HASH> 100644 --- a/languagetool-language-modules/de/src/main/java/org/languagetool/rules/de/CaseRule.java +++ b/lang...
[de] provide URL for case rule
languagetool-org_languagetool
train
07522a784f1c7972d7d194c73b8c67ab0e3f5aa6
diff --git a/src/widget.resource.js b/src/widget.resource.js index <HASH>..<HASH> 100644 --- a/src/widget.resource.js +++ b/src/widget.resource.js @@ -121,6 +121,12 @@ RDFauthor.registerWidget({ <div class="rdfauthor-container resource-value">\ <input type="text" id="resource-input-' + thi...
extend resource widget to disable range restriction #<I>
AKSW_RDFauthor
train
bd3bf5c82cc4600aa01c63dd07ad46839ef34b07
diff --git a/lib/cql.rb b/lib/cql.rb index <HASH>..<HASH> 100644 --- a/lib/cql.rb +++ b/lib/cql.rb @@ -91,14 +91,6 @@ module CQL value end - def rotate_array(array) - return if array.empty? - - first = array.shift - - array << first - end - def space_data space_renamings ...
Dead code removal. Getting rid of an unused method.
enkessler_cql
train
cad1636ae2a2c8471c659a317e2d4bd7dbd077ba
diff --git a/lib/puppet/reports/store.rb b/lib/puppet/reports/store.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/reports/store.rb +++ b/lib/puppet/reports/store.rb @@ -1,6 +1,6 @@ require 'puppet' require 'fileutils' -require 'tempfile' +require 'puppet/util' SEPARATOR = [Regexp.escape(File::SEPARATOR.to_s), Re...
(PUP-<I>) Refactor 'store' report to use replace_file There was some logic in the 'store' report processor that was almost identical to the logic in 'puppet/util.rb''s 'replace_file' method. This commit refactors 'store' to re-use the existing logic.
puppetlabs_puppet
train
b090e9c2d0f708580106ae17f39302d3a4bebde7
diff --git a/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/article/Controller/AuthorAdminListController.php b/src/Kunstmaan/GeneratorBundle/Resources/SensioGeneratorBundle/skeleton/article/Controller/AuthorAdminListController.php index <HASH>..<HASH> 100755 --- a/src/Kunstmaan/GeneratorBundle/R...
[GeneratorBundle]: request needs to be passed
Kunstmaan_KunstmaanBundlesCMS
train
031dc6796b771a2d42649a5e759a1763b76d131c
diff --git a/tornado/testing.py b/tornado/testing.py index <HASH>..<HASH> 100644 --- a/tornado/testing.py +++ b/tornado/testing.py @@ -179,7 +179,12 @@ class AsyncTestCase(unittest.TestCase): assert self.__stopped self.__stopped = False if self.__failure is not None: - raise self._...
Help 2to3 with a tricky three-argument raise statement
tornadoweb_tornado
train
8b3107ba6a51d834f27dcbb2f39202c8d8302fca
diff --git a/src/Error/JsonApiExceptionRenderer.php b/src/Error/JsonApiExceptionRenderer.php index <HASH>..<HASH> 100644 --- a/src/Error/JsonApiExceptionRenderer.php +++ b/src/Error/JsonApiExceptionRenderer.php @@ -175,7 +175,16 @@ class JsonApiExceptionRenderer extends ExceptionRenderer $result = json_decode(...
Do not break requests adding the debug node Requests which result in an sql error do not return json; instead they can collapse trying to generate the stack trace and then only output "An Internal Server Error Occurred" If this happens, just don't add the stack trace to the response.
FriendsOfCake_crud-json-api
train
8f54f6a8d52985c53d34e0c0b47391455891230c
diff --git a/docs.js b/docs.js index <HASH>..<HASH> 100644 --- a/docs.js +++ b/docs.js @@ -225,6 +225,7 @@ function copyDocs(srcDir, destDir) { if (err) { reject(err); } else { + console.log('Copied docs to ' + destDir); resolve(); } }); @@ -262,7 +263,7 @@ function re...
Updated log messages in docs.js
san650_ember-cli-page-object
train
ff9b21e498a5aac10807dff89a114c9d46b901f9
diff --git a/desktop/ui/src/main/java/org/datacleaner/windows/DataCloudLogInWindow.java b/desktop/ui/src/main/java/org/datacleaner/windows/DataCloudLogInWindow.java index <HASH>..<HASH> 100644 --- a/desktop/ui/src/main/java/org/datacleaner/windows/DataCloudLogInWindow.java +++ b/desktop/ui/src/main/java/org/datacleaner...
I changed size of textFields
datacleaner_DataCleaner
train
261f6965c0e48fa19505bdc8e3d4f3781fc2fd49
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,7 @@ History * Added type hinting to call signatures of many functions for more explicit type-checking * Now supporting explicit builds for Windows OS via Travis CI * Fix failing test with Python 3.7 - +...
fix-<I> (#<I>) *fix bug that adds unwanted dims to variables using curvlinear subset_bbox when applied to a xr.DataSet * update history * Update setup.py
Ouranosinc_xclim
train
bbc371097cefade37eebd09053e9a17a7ee264ca
diff --git a/core/src/main/java/lucee/runtime/tag/Schedule.java b/core/src/main/java/lucee/runtime/tag/Schedule.java index <HASH>..<HASH> 100755 --- a/core/src/main/java/lucee/runtime/tag/Schedule.java +++ b/core/src/main/java/lucee/runtime/tag/Schedule.java @@ -499,7 +499,7 @@ public final class Schedule extends TagIm...
Added a fix for delete non-existing schedule task in LDEV-<I> (#<I>)
lucee_Lucee
train
53a156d252941c35d719af034df4ed9a1cf92baf
diff --git a/src/grid.js b/src/grid.js index <HASH>..<HASH> 100644 --- a/src/grid.js +++ b/src/grid.js @@ -80,7 +80,8 @@ export function createGrid() { .from(unpackNestedRows, 'showRowWhenCollapsed') , grid = compose( - call(() => coreEvents.call('draw')) + call(d => window.timeG...
Add some debug times for grid test.
zambezi_grid
train
b88799cca293ded3b6a830b8d58085d445fa19a2
diff --git a/javascript/node/selenium-webdriver/chrome.js b/javascript/node/selenium-webdriver/chrome.js index <HASH>..<HASH> 100644 --- a/javascript/node/selenium-webdriver/chrome.js +++ b/javascript/node/selenium-webdriver/chrome.js @@ -152,12 +152,13 @@ const Command = { GET_NETWORK_CONDITIONS: 'getNetworkConditi...
Get and send devtools commands from NodeJS for Chrome. (#<I>)
SeleniumHQ_selenium
train
b974e90c00d0de5e1f5801203f7700ed8405dc19
diff --git a/src/main/java/io/vlingo/actors/Environment.java b/src/main/java/io/vlingo/actors/Environment.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/vlingo/actors/Environment.java +++ b/src/main/java/io/vlingo/actors/Environment.java @@ -9,7 +9,6 @@ package io.vlingo.actors; import java.util.ArrayList; ...
Deleted ListIterator since no longer used.
vlingo_vlingo-actors
train
425d6327087d024c068d9044cce0baca33e8c884
diff --git a/src/rez/resolver.py b/src/rez/resolver.py index <HASH>..<HASH> 100644 --- a/src/rez/resolver.py +++ b/src/rez/resolver.py @@ -223,8 +223,17 @@ class Resolver(object): new_state = variant_states.get(variant) if new_state is None: - repo = variant.resour...
invalidate memcache if a package file has been deleted / moved / etc
nerdvegas_rez
train
d6ad79487281a1e149a0c5872fc614da1ee72f44
diff --git a/org.jenetics/src/main/java/org/jenetics/SinglePointCrossover.java b/org.jenetics/src/main/java/org/jenetics/SinglePointCrossover.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/SinglePointCrossover.java +++ b/org.jenetics/src/main/java/org/jenetics/SinglePointCrossover.java @...
#<I>: Make 'SinglePointCrossover' class ready for chromosomes with different length.
jenetics_jenetics
train
952acaad564b0200d18351f73406e2ba315a97d7
diff --git a/test/sync_test.rb b/test/sync_test.rb index <HASH>..<HASH> 100644 --- a/test/sync_test.rb +++ b/test/sync_test.rb @@ -67,14 +67,12 @@ class SyncTest < Minitest::Test end def test_data_rules - conn1 = PG::Connection.open(dbname: "pgsync_test1") 2.times do - conn1.exec("INSERT INTO \"Use...
Use existing connections [skip ci]
ankane_pgsync
train
0d1b9279596f5c46f18111c23760b512c3a900f6
diff --git a/core-bundle/src/EventListener/DataContainer/ContentCompositionListener.php b/core-bundle/src/EventListener/DataContainer/ContentCompositionListener.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/EventListener/DataContainer/ContentCompositionListener.php +++ b/core-bundle/src/EventListener/DataContai...
Correctly set the active record in the ContentCompositionListener (see #<I>) Description ----------- | Q | A | -----------------| --- | Fixed issues | Fixes #<I> | Docs PR or issue | - Commits ------- a<I>e Correctly set the active record in the ContentCompositionListener
contao_contao
train
f3bd1e2444b8da23e3757d2616f8ca637751ec0a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +<h2>v1.0.0-alpha36</h2> + +<h3>Framework</h3> +* Fixed `Make*` commands to use latest directory structure in skeleton project + <h2>v1.0.0-alpha35</h2> <h3>General</h3> diff --git a/src/Opulen...
Fixed Make* commands to use latest DDD directory structure in skeleton project
opulencephp_Opulence
train
9f2c48ac6335f63fc450732d8b4fe69b94597745
diff --git a/src/model/Api/JsonValidationTrait.php b/src/model/Api/JsonValidationTrait.php index <HASH>..<HASH> 100644 --- a/src/model/Api/JsonValidationTrait.php +++ b/src/model/Api/JsonValidationTrait.php @@ -10,10 +10,11 @@ use Tracy\Debugger; trait JsonValidationTrait { - public function validateInput($jsonS...
Api validateInput accepts request source from caller Updated `JsonValidationTrait`, method `validateInput()` now accepts `$request` from caller. If no `$request` is provided, `php://input` _(application/json)_ is used. This can be used in case we need to decode `application/json` first and than validate it. Eg. Googl...
remp2020_crm-api-module
train
fdd1331db6fa29462da698bc774040e63cc8ba22
diff --git a/nomad/config.go b/nomad/config.go index <HASH>..<HASH> 100644 --- a/nomad/config.go +++ b/nomad/config.go @@ -39,7 +39,7 @@ func init() { } var ( - DefaultRPCAddr = &net.TCPAddr{IP: net.ParseIP("0.0.0.0"), Port: 4647} + DefaultRPCAddr = &net.TCPAddr{IP: net.ParseIP("127.0.0.1"), Port: 4647} ) // Co...
nomad: use fast and slow exponential backoff in worker
hashicorp_nomad
train
286cdca371af1238ab855bf898e79240ece6a62a
diff --git a/concrete/controllers/single_page/dashboard/system/seo/codes.php b/concrete/controllers/single_page/dashboard/system/seo/codes.php index <HASH>..<HASH> 100644 --- a/concrete/controllers/single_page/dashboard/system/seo/codes.php +++ b/concrete/controllers/single_page/dashboard/system/seo/codes.php @@ -24,8 ...
Use base<I> encoding and decoding on submitted tracking codes, to avoid Mod Security related blocks
concrete5_concrete5
train
41e3625339413b3ba7bae8fa5ac990a16108da8f
diff --git a/lib/wp2txt.rb b/lib/wp2txt.rb index <HASH>..<HASH> 100755 --- a/lib/wp2txt.rb +++ b/lib/wp2txt.rb @@ -6,6 +6,7 @@ $: << File.join(File.dirname(__FILE__)) require "nokogiri" require "parallel" +require 'etc' require 'pp' require "wp2txt/article" require "wp2txt/utils"
fix: cannot initialize Etc variables
yohasebe_wp2txt
train
77aa4b94877e411953437abb07eff633ce5254fb
diff --git a/lib/bibformat_regression_tests.py b/lib/bibformat_regression_tests.py index <HASH>..<HASH> 100644 --- a/lib/bibformat_regression_tests.py +++ b/lib/bibformat_regression_tests.py @@ -231,7 +231,12 @@ class BibFormatNLMTest(unittest.TestCase): pageurl = CFG_SITE_URL + '/record/70?of=xn' res...
Fixed NLM output test for XSL processors that don't group empty elements.
inveniosoftware_invenio-formatter
train
4f814323219baf1be6509be6b4bd7a721a652bea
diff --git a/tests/unit/transport/test_zeromq.py b/tests/unit/transport/test_zeromq.py index <HASH>..<HASH> 100644 --- a/tests/unit/transport/test_zeromq.py +++ b/tests/unit/transport/test_zeromq.py @@ -383,7 +383,7 @@ class PubServerChannel(TestCase, AdaptedConfigurationTestCaseMixin): ctx = zmq.Context() ...
Set subscribe via sockopt for better compatibility
saltstack_salt
train
0e2c7fb7e617f264dfb7a96df202bb643f26a2d5
diff --git a/plexapi/base.py b/plexapi/base.py index <HASH>..<HASH> 100644 --- a/plexapi/base.py +++ b/plexapi/base.py @@ -251,14 +251,6 @@ class PlexObject(object): def _loadData(self, data): raise NotImplementedError('Abstract method not implemented.') - def delete(self): - try: - ...
fixup move delete to partial as not everything is deletable fix library genre test fix delete media.
pkkid_python-plexapi
train
ab7fd2d087ced69b48ef830ed7218b97b663b000
diff --git a/fireplace/cards/classic/hunter.py b/fireplace/cards/classic/hunter.py index <HASH>..<HASH> 100644 --- a/fireplace/cards/classic/hunter.py +++ b/fireplace/cards/classic/hunter.py @@ -123,6 +123,22 @@ class EX1_544: self.controller.draw() +# Freezing Trap +class EX1_611: + def ATTACK(self, source, tar...
Implement Freezing Trap, with tests
jleclanche_fireplace
train
945096828fa5a3b89ee23fad363a178a1a2e2f92
diff --git a/tests/test-sessions.php b/tests/test-sessions.php index <HASH>..<HASH> 100644 --- a/tests/test-sessions.php +++ b/tests/test-sessions.php @@ -82,4 +82,36 @@ class User_Switching_Test_Sessions extends User_Switching_Test { $this->assertSame( $admin_token, $parts['token'] ); } + public function testPr...
First pass at reusing existing session when switching back to the original user.
johnbillion_user-switching
train
9e4a44b302d3a3e49aa014062b42de84480a8d4f
diff --git a/git/test/test_submodule.py b/git/test/test_submodule.py index <HASH>..<HASH> 100644 --- a/git/test/test_submodule.py +++ b/git/test/test_submodule.py @@ -344,8 +344,9 @@ class TestSubmodule(TestBase): abspmp = nsm.abspath assert nsm.move(nmp) is nsm nmp = nmp[:-1] # cut last / - assert nsm....
fixed submodule test to work on windows
gitpython-developers_GitPython
train
308c233ddb6b3294080c8f3c44950debf4a88d6b
diff --git a/datapoint/Manager.py b/datapoint/Manager.py index <HASH>..<HASH> 100644 --- a/datapoint/Manager.py +++ b/datapoint/Manager.py @@ -287,18 +287,11 @@ class Manager(object): return self.get_nearest_forecast_site(latitude, longitude) - def get_nearest_forecast_site(self, latitude=None, longitu...
Require arguments to get_nearest_forecast_site. Remove logic which checked if arguments were given
jacobtomlinson_datapoint-python
train
2c9e480037e3efaa7a90c45715cb1b371b3e9a18
diff --git a/tests/Export/PgsqlTestCase.php b/tests/Export/PgsqlTestCase.php index <HASH>..<HASH> 100644 --- a/tests/Export/PgsqlTestCase.php +++ b/tests/Export/PgsqlTestCase.php @@ -79,7 +79,7 @@ class Doctrine_Export_Pgsql_TestCase extends Doctrine_UnitTestCase } public function testExportSql() { - ...
fixed propper input to test so that it runs successfully
doctrine_orm
train
0e37beb93c0e9b6a13777c482a675727b552b415
diff --git a/tests/semantic_tree_test.js b/tests/semantic_tree_test.js index <HASH>..<HASH> 100644 --- a/tests/semantic_tree_test.js +++ b/tests/semantic_tree_test.js @@ -9942,5 +9942,5 @@ sre.SemanticTreeTest.prototype.testStreeActions = function() { '<number>2</number>'); this.executeTreeTest( '<maction>...
Fixes second maction test.
zorkow_speech-rule-engine
train
fe76a7c9217ec3dc8e30a0a963e8f94e51319798
diff --git a/upload/admin/controller/extension/openbay.php b/upload/admin/controller/extension/openbay.php index <HASH>..<HASH> 100644 --- a/upload/admin/controller/extension/openbay.php +++ b/upload/admin/controller/extension/openbay.php @@ -126,7 +126,7 @@ class ControllerExtensionOpenbay extends Controller { $da...
Fixed missmatched group name for status check on openbay.
opencart_opencart
train
e5ef3abdd2336c34cd853a1f845f79b8b19fbb1b
diff --git a/activerecord/lib/active_record/scoping.rb b/activerecord/lib/active_record/scoping.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/scoping.rb +++ b/activerecord/lib/active_record/scoping.rb @@ -36,7 +36,7 @@ module ActiveRecord # to get the current_scope for the +Board+ model, then...
hides the per thread registry instance, and caches singleton methods Existing code was delegating to the instance with delegate macro calls, or invoking the instance method to reach the object and call its instance methods. But the point is to have a clean class-level interface where the thread local instance is hidd...
rails_rails
train
12d501479f667c1fbeb01ebea6a5c734db04a797
diff --git a/src/Northern/Common/Util/ArrayUtil.php b/src/Northern/Common/Util/ArrayUtil.php index <HASH>..<HASH> 100644 --- a/src/Northern/Common/Util/ArrayUtil.php +++ b/src/Northern/Common/Util/ArrayUtil.php @@ -426,10 +426,10 @@ abstract class ArrayUtil { } /** - * This method tests for the existance of $nee...
Added compare method to the ArrayUtil class.
northern_PHP-Common
train
12096ace6b53be56839afb53df8d46037fc9e2d7
diff --git a/lib/OpenLayers/Feature/Vector.js b/lib/OpenLayers/Feature/Vector.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Feature/Vector.js +++ b/lib/OpenLayers/Feature/Vector.js @@ -316,16 +316,11 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, { * * - fillColor: "#ee9900", * - fill...
Remove hover* properties from documentation. Leaving in code for now, but so far as I can tell, these would depend on support from some specification, and the only code on the web which mentions them are duplicate copies of OpenLayers documentation. We should probably remove these from the corresponding style blocks a...
openlayers_openlayers
train
867b889935563ea33bfd69ca28fe5fb7e4df9c01
diff --git a/test_flask_ldapconn.py b/test_flask_ldapconn.py index <HASH>..<HASH> 100644 --- a/test_flask_ldapconn.py +++ b/test_flask_ldapconn.py @@ -68,7 +68,7 @@ class LDAPConnSearchTestCase(LDAPConnTestCase): with self.app.test_request_context(): conn = self.ldap.connection whoami...
who_am_i() now try to decode the authzid as unicode
rroemhild_flask-ldapconn
train
29a508691aebfa8c23531cc4e55297d1c6a14a9b
diff --git a/tangy-form-reducer.js b/tangy-form-reducer.js index <HASH>..<HASH> 100644 --- a/tangy-form-reducer.js +++ b/tangy-form-reducer.js @@ -18,14 +18,11 @@ const tangyFormReducer = function (state = initialState, action) { case 'FORM_OPEN': newState = Object.assign({}, action.response) - newS...
Make pruning of response items more compact and document
Tangerine-Community_tangy-form
train
71f1d039b8ad7d5862eefc9e46ba889e6cc4f0ca
diff --git a/Db/DAL.php b/Db/DAL.php index <HASH>..<HASH> 100644 --- a/Db/DAL.php +++ b/Db/DAL.php @@ -173,7 +173,7 @@ class DAL implements \Iterator { /** * Remove a FROM table. * @param string $what - * @return DALm $this + * @return DAL $this * @api */ public function removeFrom($what) ...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
asgardphp_asgard
train
4d9348e1d5f1c895b3e96318de9c894187f2e2e7
diff --git a/core/eolearn/core/__init__.py b/core/eolearn/core/__init__.py index <HASH>..<HASH> 100644 --- a/core/eolearn/core/__init__.py +++ b/core/eolearn/core/__init__.py @@ -27,7 +27,7 @@ from .eotask import EOTask from .eoworkflow import EOWorkflow, WorkflowResults from .eoworkflow_tasks import OutputTask from...
Imported pickle_fs and unpickle_fs into eolearn.core.__init__
sentinel-hub_eo-learn
train
5d4e3c86d170d5a811fb610427b3e80b5a37ac9d
diff --git a/respite/middleware.py b/respite/middleware.py index <HASH>..<HASH> 100644 --- a/respite/middleware.py +++ b/respite/middleware.py @@ -21,9 +21,12 @@ class HttpMethodOverrideMiddleware: request.POST.get('_method') ).upper() - # Discard the "_method" key in the interest...
Reset "request.POST" upon method override. Fixes #<I>
jgorset_django-respite
train
6f5b1936ab08adc7389ab7cd91b091ae5d1c1e34
diff --git a/pytradfri/device.py b/pytradfri/device.py index <HASH>..<HASH> 100644 --- a/pytradfri/device.py +++ b/pytradfri/device.py @@ -12,7 +12,8 @@ from .const import ( ATTR_LIGHT_DIMMER, ATTR_LIGHT_COLOR_X, ATTR_LIGHT_COLOR_Y, - ATTR_LIGHT_COLOR + ATTR_LIGHT_COLOR, + ATTR_TRANSITION_TIME ...
Added support for transition time (#<I>) * Added support for transition time * remove white space * Transition time as optional keyword argument to set_dimmer * comment line shorter to pass the build
ggravlingen_pytradfri
train
ed64507d938d7f41cf21f9104db275927a0729f4
diff --git a/tests/Mongolid/Cursor/EmbeddedCursorTest.php b/tests/Mongolid/Cursor/EmbeddedCursorTest.php index <HASH>..<HASH> 100644 --- a/tests/Mongolid/Cursor/EmbeddedCursorTest.php +++ b/tests/Mongolid/Cursor/EmbeddedCursorTest.php @@ -50,7 +50,7 @@ class EmbeddedCursorTest extends TestCase $cursor = $this-...
Try to fix a test on php <I>
leroy-merlin-br_mongolid
train
0dc5d27dff72141108c9042abd9325325f6fa082
diff --git a/bakery/project/views.py b/bakery/project/views.py index <HASH>..<HASH> 100644 --- a/bakery/project/views.py +++ b/bakery/project/views.py @@ -81,6 +81,8 @@ def project_required(f): return f(user, p, *args, **kwargs) else: flash(_('Project is being synchronized, wait until...
Test to check prepolation of contours number #<I>
googlefonts_fontbakery
train
a17f20183e789e2cd6068f2cdc68091e67ba42b2
diff --git a/enrol/authorize/index.php b/enrol/authorize/index.php index <HASH>..<HASH> 100644 --- a/enrol/authorize/index.php +++ b/enrol/authorize/index.php @@ -17,18 +17,18 @@ } /// Load strings. All strings should be defined here. locallib.php uses these strings. - $strs = get_strings(array('user','statu...
Unnecesary strings removed. Merged from MOODLE_<I>_MERGED
moodle_moodle
train
626f3df8f139485c8f14fbe5fd796d28bd2ef264
diff --git a/packages/node_modules/@ciscospark/plugin-people/test/integration/spec/people.js b/packages/node_modules/@ciscospark/plugin-people/test/integration/spec/people.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/plugin-people/test/integration/spec/people.js +++ b/packages/node_modules/@ci...
test(all): deal with moved package locations
webex_spark-js-sdk
train
85fc18e7bc5dafafeaf2e96927700fdd7176ece9
diff --git a/library/src/main/java/com/dd/CircularProgressButton.java b/library/src/main/java/com/dd/CircularProgressButton.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/dd/CircularProgressButton.java +++ b/library/src/main/java/com/dd/CircularProgressButton.java @@ -266,6 +266,7 @@ public class Circ...
Fixed issue #<I> Setting progress before view was drawn cause unexpected results
dmytrodanylyk_circular-progress-button
train
1ee7dce453e4f5e1246b591e0cba6603c18aa3ef
diff --git a/src/SQL/Connection.php b/src/SQL/Connection.php index <HASH>..<HASH> 100644 --- a/src/SQL/Connection.php +++ b/src/SQL/Connection.php @@ -9,26 +9,28 @@ use pulledbits\ActiveRecord\SQL\Query\Result; class Connection { private $connection; + private $targetDirectory; - public function __constr...
require targetdirectory in activerecord connection
pulledbits_activerecord
train
1d914f8c79d1d55853dcb67d64b1cdf9553b38b5
diff --git a/src/toil/test/cwl/cwlTest.py b/src/toil/test/cwl/cwlTest.py index <HASH>..<HASH> 100644 --- a/src/toil/test/cwl/cwlTest.py +++ b/src/toil/test/cwl/cwlTest.py @@ -124,7 +124,7 @@ class CWLTest(ToilTest): pass @slow - @pytest.mark.timeout(1500) + @pytest.mark.timeout(1800) def ...
Increase cwl test timeout further.
DataBiosphere_toil
train
a7a771e06c644afa565d62269494990136a99d47
diff --git a/modules/es/es.TransactionProcessor.js b/modules/es/es.TransactionProcessor.js index <HASH>..<HASH> 100644 --- a/modules/es/es.TransactionProcessor.js +++ b/modules/es/es.TransactionProcessor.js @@ -217,10 +217,14 @@ es.TransactionProcessor.prototype.applyAnnotations = function( to, update ) { changes++;...
Another major performance improvement for updated annotated retentions
wikimedia_parsoid
train
ef0f0f42402573581943cc4b36f6dda33ffd9298
diff --git a/anyconfig/__init__.py b/anyconfig/__init__.py index <HASH>..<HASH> 100644 --- a/anyconfig/__init__.py +++ b/anyconfig/__init__.py @@ -28,7 +28,7 @@ On loading multiple config files, you can choose strategy to merge configs from the followings: * anyconfig.MS_REPLACE: Replace all configuration parameter...
exported list_types, find_parser and MS_NO_REPLACE, and added usage example of MS_NO_REPLACE
ssato_python-anyconfig
train
141da94538bd5677a042b189bd74fa3a54dc7d7c
diff --git a/endpoints.go b/endpoints.go index <HASH>..<HASH> 100644 --- a/endpoints.go +++ b/endpoints.go @@ -1,8 +1,8 @@ package discordgo -// Constants of all known Discord API Endpoints +// All known Discord endpoints. // Please let me know if you know of any others. -const ( +var ( STATUS = "https://sta...
Don't really need seperate const block
bwmarrin_discordgo
train
be65e43c4a8b0870039791f0ae59f7c83ac88726
diff --git a/server/app/models/host_node_stat.rb b/server/app/models/host_node_stat.rb index <HASH>..<HASH> 100644 --- a/server/app/models/host_node_stat.rb +++ b/server/app/models/host_node_stat.rb @@ -221,7 +221,7 @@ class HostNodeStat created_at: { '$first': '$created_at' }, cpu_num_cores: { '$su...
Fix grid metrics CPU calculation (#<I>) * Adding CPU to node usage. Adding more memory stats to metrics API responses. Adding more unit tests, updating docs. * Changing grid metrics to use sum of node CPU instead of average * Updating grid metrics unit test to match new rules regarding CPU percent aggregation.
kontena_kontena
train
228327c0ca82437e4376e1922d807468342e4d5e
diff --git a/lib/vagrant/commands/suspend.rb b/lib/vagrant/commands/suspend.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/commands/suspend.rb +++ b/lib/vagrant/commands/suspend.rb @@ -11,8 +11,33 @@ module Vagrant description "Suspends the currently running vagrant environment" def execute(args=[]) -...
`vagrant suspend` works with multi-vms
hashicorp_vagrant
train
a68066eb475ed806934797fd47185c4e1dd690be
diff --git a/claripy/frontends/replacement_frontend.py b/claripy/frontends/replacement_frontend.py index <HASH>..<HASH> 100644 --- a/claripy/frontends/replacement_frontend.py +++ b/claripy/frontends/replacement_frontend.py @@ -184,19 +184,24 @@ class ReplacementFrontend(ConstrainedFrontend): if not isi...
reorganize constraint replacement code
angr_claripy
train
d4df45fd2ecf31f0d5e0360f1b7e818bb180dc8d
diff --git a/src/Assetic/AssetManager.php b/src/Assetic/AssetManager.php index <HASH>..<HASH> 100644 --- a/src/Assetic/AssetManager.php +++ b/src/Assetic/AssetManager.php @@ -78,4 +78,12 @@ class AssetManager { return array_keys($this->assets); } + + /** + * Clears all assets. + */ + pu...
added AssetManager::clear()
kriswallsmith_assetic
train
61da4a1001355875382817cb94df3cdd0bf882db
diff --git a/cmd/pilosa/main.go b/cmd/pilosa/main.go index <HASH>..<HASH> 100644 --- a/cmd/pilosa/main.go +++ b/cmd/pilosa/main.go @@ -6,6 +6,7 @@ import ( "fmt" "io" "math/rand" + "net/http" "os" "os/signal" "path/filepath" @@ -34,6 +35,7 @@ const ( ) func main() { + http.DefaultTransport.(*http.Transp...
limit the number of connections to single host
pilosa_pilosa
train
3773ed55bf6b777b074ffbc9f8f0887519eb6417
diff --git a/aws/resource_aws_elasticache_replication_group_test.go b/aws/resource_aws_elasticache_replication_group_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_elasticache_replication_group_test.go +++ b/aws/resource_aws_elasticache_replication_group_test.go @@ -3,6 +3,7 @@ package aws import ( "fmt"...
Put the region back for tests that need it
terraform-providers_terraform-provider-aws
train
2d505d5ba0ca22da5041822a4f20d73b4b725b5d
diff --git a/reliure/types.py b/reliure/types.py index <HASH>..<HASH> 100644 --- a/reliure/types.py +++ b/reliure/types.py @@ -236,7 +236,7 @@ class Boolean(GenericType): super(Boolean, self).__init__(**kwargs) def parse(self, value): - if type(value) == unicode: + if isinstance(value, six...
bug parsing boolean use of six.string_types
kodexlab_reliure
train
d2cc81c02365b52da4e446a89a0b94d1954b1ad1
diff --git a/libnetwork/ipvs/ipvs.go b/libnetwork/ipvs/ipvs.go index <HASH>..<HASH> 100644 --- a/libnetwork/ipvs/ipvs.go +++ b/libnetwork/ipvs/ipvs.go @@ -59,10 +59,10 @@ func New(path string) (*Handle, error) { return nil, err } } + defer n.Close() sock, err := nl.GetNetlinkSocketAt(n, netns.None(), sysca...
Make sure to close nshandle in ipvs.New
moby_moby
train
b0ff765e3c8b7b04d42a3af9f6771dad5aff1e50
diff --git a/cluster/src/main/java/io/atomix/cluster/protocol/PhiMembershipProtocol.java b/cluster/src/main/java/io/atomix/cluster/protocol/PhiMembershipProtocol.java index <HASH>..<HASH> 100644 --- a/cluster/src/main/java/io/atomix/cluster/protocol/PhiMembershipProtocol.java +++ b/cluster/src/main/java/io/atomix/clust...
Fix improper null check in phi protocol heartbeats.
atomix_atomix
train
4820ae07a910b8613a894480590782f079447530
diff --git a/mill/__init__.py b/mill/__init__.py index <HASH>..<HASH> 100644 --- a/mill/__init__.py +++ b/mill/__init__.py @@ -112,22 +112,10 @@ class Mill: self._user_id = user_id return True - def sync_connect(self): - """Close the Mill connection.""" - loop = asyncio.get_event_lo...
Remove sync functions (#<I>)
Danielhiversen_pymill
train
9d67c932a266a9c5333f74bb61af5f587ae73cde
diff --git a/mode/css/css.js b/mode/css/css.js index <HASH>..<HASH> 100644 --- a/mode/css/css.js +++ b/mode/css/css.js @@ -37,7 +37,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) { stream.match(/^\s*\w*/); return ret("keyword", "important"); } - else if (/\d/.test(ch)) { + els...
[css mode] Recognize numbers with leading dot Closes #<I> Closes #<I>
codemirror_CodeMirror
train
e5b116283af8388210cd77d2db53d5eda1ac7c58
diff --git a/tests/test_skyscanner.py b/tests/test_skyscanner.py index <HASH>..<HASH> 100755 --- a/tests/test_skyscanner.py +++ b/tests/test_skyscanner.py @@ -123,12 +123,11 @@ class TestHotels(unittest.TestCase): market='UK', currency='GBP', locale='en-GB', - pickup...
remove unit tests that we don't need
Skyscanner_skyscanner-python-sdk
train
fe6e6e2e0cd27974cb074bf6b49320e5cdf020e3
diff --git a/asciimatics/widgets.py b/asciimatics/widgets.py index <HASH>..<HASH> 100644 --- a/asciimatics/widgets.py +++ b/asciimatics/widgets.py @@ -52,13 +52,14 @@ def _enforce_width(text, width, unicode_aware=True): return text -def _find_min_start(text, max_width, unicode_aware=True): +def _find_min_start...
Fix logic for cursor positioning in text editors
peterbrittain_asciimatics
train
b3ea3dddf2657d258fc797b6e119c593297bc51a
diff --git a/src/Silex/Console/Command/CacheClearCommand.php b/src/Silex/Console/Command/CacheClearCommand.php index <HASH>..<HASH> 100644 --- a/src/Silex/Console/Command/CacheClearCommand.php +++ b/src/Silex/Console/Command/CacheClearCommand.php @@ -29,7 +29,7 @@ namespace Lokhman\Silex\Console\Command; use Symfon...
Add more targets to cache-clear command
lokhman_silex-console
train
4b1cb06f955ad6f7db06314db84766d699fef105
diff --git a/openstack_dashboard/dashboards/settings/user/views.py b/openstack_dashboard/dashboards/settings/user/views.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/settings/user/views.py +++ b/openstack_dashboard/dashboards/settings/user/views.py @@ -32,6 +32,7 @@ class UserSettingsView(forms.Mo...
take time zone into account Previously, settings fell back to UTC rather than using what was configured in local_settings. Change-Id: I<I>b<I>fb<I>b3a<I>b2f0ad<I>a<I>fee<I> Closes-Bug: #<I>
openstack_horizon
train
08fdb0e0c1a0512576314ce382eb3ca7fb567952
diff --git a/src/Runner/index.js b/src/Runner/index.js index <HASH>..<HASH> 100644 --- a/src/Runner/index.js +++ b/src/Runner/index.js @@ -59,7 +59,7 @@ class TestRunner { * @private */ _runTraits (suite) { - debug('running %d trait(s) for %s suite', suite.traits.length, suite.group.title) + debug('run...
fix(runner,vowfile): fix typos
adonisjs_adonis-vow
train
4892443f9b90b82c6dc61669b1a787c65efbb6a0
diff --git a/js/runner.go b/js/runner.go index <HASH>..<HASH> 100644 --- a/js/runner.go +++ b/js/runner.go @@ -28,7 +28,6 @@ import ( "net/http" "net/http/cookiejar" "strconv" - "sync" "time" "github.com/dop251/goja" @@ -197,7 +196,6 @@ func (r *Runner) newVU(id int64, samplesOut chan<- stats.SampleContaine...
Properly synchronize VU deactivation and fix some tests (#<I>)
loadimpact_k6
train
f90a2a96e8cd2baa18fe56d7b62bcc3b19ea933a
diff --git a/pcef/core/panels/folding.py b/pcef/core/panels/folding.py index <HASH>..<HASH> 100644 --- a/pcef/core/panels/folding.py +++ b/pcef/core/panels/folding.py @@ -14,7 +14,7 @@ This module contains the marker panel from pcef.qt import QtCore, QtGui from pcef.core import constants from pcef.core.panel import ...
Fold panel: good rendering achieved on linux
pyQode_pyqode.core
train
3e0ad9fd4855a66d52492ad3a19ef3c7db83a0d2
diff --git a/src/symbols.js b/src/symbols.js index <HASH>..<HASH> 100644 --- a/src/symbols.js +++ b/src/symbols.js @@ -301,16 +301,16 @@ defineSymbol(math, ams, close, "\u2518", "\\lrcorner", true); // AMS Binary Relations defineSymbol(math, ams, rel, "\u2266", "\\leqq", true); -defineSymbol(math, ams, rel, "\u2a7d...
Support Unicode ≲ ⩽ ⪅ ≶ ⋚ ⪋ (#<I>) Add six more Unicode relation characters to `symbols.js`. Fixes issue #<I>.
KaTeX_KaTeX
train
9bc66a048ac094f92ef32d41adebc48b1f34173d
diff --git a/lib/scsocket.js b/lib/scsocket.js index <HASH>..<HASH> 100644 --- a/lib/scsocket.js +++ b/lib/scsocket.js @@ -21,6 +21,7 @@ var SCSocket = function (options) { var opts = { port: null, autoReconnect: true, + autoProcessSubscriptions: true, ackTimeout: 10000, hostname: global.locat...
Can now disable auto resubscribe and control that flow manually
SocketCluster_socketcluster-client
train
e6238e30b9414c8b6c0b2ff53c0ee425c7813813
diff --git a/visidata/unfurl.py b/visidata/unfurl.py index <HASH>..<HASH> 100644 --- a/visidata/unfurl.py +++ b/visidata/unfurl.py @@ -42,6 +42,7 @@ class UnfurledSheet(Sheet): self.addRow([row, TypedExceptionWrapper(None, exception=e), TypedExceptionWrapper(None, exception=e)]) el...
[unfurl-col-] fix unfurl-col with exceptions (thanks @jsvine) Closes #<I>
saulpw_visidata
train
5b4b41a7fc9797799cbeb11f31d4e8f4147a69d2
diff --git a/src/resource.js b/src/resource.js index <HASH>..<HASH> 100644 --- a/src/resource.js +++ b/src/resource.js @@ -225,25 +225,30 @@ class Resource { descriptor.name = this._sourceInspection.name } - // Format - if (!descriptor.format) { - descriptor.format = this._sourceInspection.form...
Don't infer format etc for inline
frictionlessdata_datapackage-js
train
cdfb739339a2a92a0f31c0de150e21ed7e1d879d
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index <HASH>..<HASH> 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,6 +4,13 @@ Extension page on mediawiki.org: https://www.mediawiki.org/wiki/Extension:Diff Latest version of the release notes: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Diff.git;a=blo...
Removed deprecated Removed Diff::getApplicableDiff Change-Id: I<I>bfe<I>cdb<I>d<I>eee9d<I>b<I>ea<I>ee<I>e
wmde_Diff
train
5cef77bdf49b2372981cd518c4f3dc168ddd3275
diff --git a/bulbs/videos/models.py b/bulbs/videos/models.py index <HASH>..<HASH> 100644 --- a/bulbs/videos/models.py +++ b/bulbs/videos/models.py @@ -15,7 +15,6 @@ import six class VideohubVideo(Indexable): """A reference to a video on the onion videohub.""" - id = models.IntegerField(primary_key=True) ...
Let Django provide `id` field by default
theonion_django-bulbs
train
65f453a813c4493c508154a56cc74b6397190b5f
diff --git a/drools-core/src/main/java/org/drools/core/util/StringUtils.java b/drools-core/src/main/java/org/drools/core/util/StringUtils.java index <HASH>..<HASH> 100644 --- a/drools-core/src/main/java/org/drools/core/util/StringUtils.java +++ b/drools-core/src/main/java/org/drools/core/util/StringUtils.java @@ -1016,...
[DROOLS-<I>][RHDM-<I>] allow comma to be used as statements separator in mvel modify block (#<I>)
kiegroup_drools
train
6facc27a705fd1b7c1980a65501223f010186aa5
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,9 @@ matrix: - os: osx osx_image: xcode8.3 go: master + - os: osx + env: SKIP_BINUTILS=1 + go: master addons: apt: @@ -51,7 +54,7 @@ addons: before_install: - go ...
Detect when binutils are not installed on OSX and skip the test. (#<I>) Fixes #<I>.
google_pprof
train
a8a0fb25aa3b879fe51421a8376c52c8347f1cf3
diff --git a/hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java b/hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSupport.java +++ b/hazelcast/src/test/java/com/hazelcast/test/HazelcastTestSu...
Fixed setting of log level in HazelcastTestSupport.
hazelcast_hazelcast
train