hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
13e0b46ad113e4738803ba6b5d83c558c8b302b6
diff --git a/lib/Style.js b/lib/Style.js index <HASH>..<HASH> 100644 --- a/lib/Style.js +++ b/lib/Style.js @@ -25,6 +25,7 @@ var style = function(wb,opts){ curFmt.formatCode = fmt; var thisFmt = new exports.numFmt(curStyle.wb, curFmt); var curXF = JSON.parse(JSON.stringify(curStyle.xf)); + curXF.applyNumb...
Fix wb.Style() based number formatting (previously omitted)
natergj_excel4node
train
334ebc842dcd6f9f2157c38399678a0cfa356d16
diff --git a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js b/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.editor/web/examples/textview/textStyler.js +++ b/bundles/org.eclipse.orion.client.edit...
Bug <I> -Syntax redraw problem when making simple comment into doc comment
eclipse_orion.client
train
4663cd9dea9db641d057f09cf0ffb1f007d624ed
diff --git a/core/src/main/java/org/bitcoinj/wallet/BasicKeyChain.java b/core/src/main/java/org/bitcoinj/wallet/BasicKeyChain.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/bitcoinj/wallet/BasicKeyChain.java +++ b/core/src/main/java/org/bitcoinj/wallet/BasicKeyChain.java @@ -408,7 +408,11 @@ public class...
BasicKeyChain, DeterministicKeyChain: Keep listeners when decrypting/encrypting.
bitcoinj_bitcoinj
train
48fb39411f4b75b30d47bca514d805c5840d60c8
diff --git a/auth/mnet/auth.php b/auth/mnet/auth.php index <HASH>..<HASH> 100644 --- a/auth/mnet/auth.php +++ b/auth/mnet/auth.php @@ -1036,7 +1036,10 @@ class auth_plugin_mnet extends auth_plugin_base { */ function kill_children($username, $useragent) { global $CFG, $USER, $DB; - $remoteclie...
mnet MDL-<I> small fixes - ss out issue and edge case simultaneous keyswap loop
moodle_moodle
train
afe8738a89a7fab78c3bb2bcf2d6557ea26942f6
diff --git a/jaxrs/src/main/java/org/killbill/billing/jaxrs/json/AccountJson.java b/jaxrs/src/main/java/org/killbill/billing/jaxrs/json/AccountJson.java index <HASH>..<HASH> 100644 --- a/jaxrs/src/main/java/org/killbill/billing/jaxrs/json/AccountJson.java +++ b/jaxrs/src/main/java/org/killbill/billing/jaxrs/json/Accoun...
jaxrs: revert change for <I>d<I>f1abee<I>e5e<I>fbef2af<I>b0a since name, email, isNotifiedForInvoice fields are not required (relaxed constraints at the DB level)
killbill_killbill
train
187b6082300055027fb0803c516fa1dce51a5123
diff --git a/Configuration/TCA/tx_styleguide_forms.php b/Configuration/TCA/tx_styleguide_forms.php index <HASH>..<HASH> 100644 --- a/Configuration/TCA/tx_styleguide_forms.php +++ b/Configuration/TCA/tx_styleguide_forms.php @@ -1876,18 +1876,19 @@ return array( ), ), 'palette_6_1' => array( - 'label' => 'Pal...
[TASK] TCA: Add example for field with palette below
TYPO3_styleguide
train
59c30d5cf286af8579129c0d08c58b95c9ffde08
diff --git a/Cache.php b/Cache.php index <HASH>..<HASH> 100644 --- a/Cache.php +++ b/Cache.php @@ -100,7 +100,7 @@ class Cache /** * Change the directory mode * - * @param $prefixSize the size of the prefix directories + * @param $directoryMode the directory mode to use */ public fun...
Update docblock for setDirectoryMode().
Gregwar_Cache
train
59124d07c48e14dd231763a121f05ab577c601bb
diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceTransactionManagerAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceTransactionManagerAutoConfiguration.java index <HASH>..<HASH> 100644 --- a/s...
Switch on @EnableTransactionManagement by default Fixes gh-<I>
spring-projects_spring-boot
train
5a0c6398193c7745f613372fefccd29e8b305e7b
diff --git a/jsonprotocol.py b/jsonprotocol.py index <HASH>..<HASH> 100644 --- a/jsonprotocol.py +++ b/jsonprotocol.py @@ -49,6 +49,7 @@ class JSONProtocol(asyncio.Protocol): def data_received(self, byte_data): string_data = byte_data.decode() + print("Data received {}".format(string_data)) ...
Logging data received by jsonstreamer
kashifrazzaqui_vyked
train
9d5d78f20cd997a9aa06c88faae0538b18433351
diff --git a/src/com/google/javascript/jscomp/DefaultPassConfig.java b/src/com/google/javascript/jscomp/DefaultPassConfig.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/DefaultPassConfig.java +++ b/src/com/google/javascript/jscomp/DefaultPassConfig.java @@ -802,7 +802,7 @@ public final class De...
Don't run the peephole optimizations as a loop when they are surrounded by one time passes. The second run will always do nothing as the pass itself runs to a fixed point internally. ------------- Created by MOE: <URL>
google_closure-compiler
train
dd7f0439bd7b0e8fc64cb0615d0c8ed58aa5962c
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -13,7 +13,7 @@ function configureOrigin(options, req) { var origin = options.origin; if (origin === true) { - origin = req.headers['origin']; + origin = req.headers.origin; } else if...
praying at the altar of JSLint
expressjs_cors
train
04f88447e0ab83ba0500e1dfb83add585bd0ec26
diff --git a/lib/renderer.js b/lib/renderer.js index <HASH>..<HASH> 100644 --- a/lib/renderer.js +++ b/lib/renderer.js @@ -640,6 +640,10 @@ // expand padding to include the canvas if this is a document or artboard export paddedBounds = this._safeUnionBounds(paddedBounds, canvasBounds); ...
clip the padded content before getting the pixmap params
adobe-photoshop_generator-assets
train
fde90a4de6baeedfc27df635aa6a9a4f8ec68678
diff --git a/molgenis-security-ui/src/main/frontend/test/unit/specs/components/MemberDetail.spec.js b/molgenis-security-ui/src/main/frontend/test/unit/specs/components/MemberDetail.spec.js index <HASH>..<HASH> 100644 --- a/molgenis-security-ui/src/main/frontend/test/unit/specs/components/MemberDetail.spec.js +++ b/molg...
add router stub to prevent error during test
molgenis_molgenis
train
81272d69c3f60bd4242331b5a1fc68e3da9e7621
diff --git a/tests/acceptance/test_yaml.py b/tests/acceptance/test_yaml.py index <HASH>..<HASH> 100644 --- a/tests/acceptance/test_yaml.py +++ b/tests/acceptance/test_yaml.py @@ -146,6 +146,20 @@ class TestYamlCodec(TestCase): self.assertEqual(expected, test_case) + def test_parsing_a_test_case_with_exp...
Parsing expected outputs in YAML test cases
fchauvel_flap
train
8339d602e9619032d5a8d0bcc7668fe3b8c3222f
diff --git a/src/new/templates.js b/src/new/templates.js index <HASH>..<HASH> 100644 --- a/src/new/templates.js +++ b/src/new/templates.js @@ -34,7 +34,7 @@ export function lambda (arn = '') { Runtime: 'nodejs4.3' } - return JSON.stringify(obj, null, 2) + return JSON.stringify(obj, null, 2) + '\n' } exp...
Throw if missing a config file for the env Also add some newlines in generated json files
bustle_shep
train
8032dde52d332e84a1fc2f48fdee285d7a843be5
diff --git a/openxc/src/com/openxc/VehicleManager.java b/openxc/src/com/openxc/VehicleManager.java index <HASH>..<HASH> 100644 --- a/openxc/src/com/openxc/VehicleManager.java +++ b/openxc/src/com/openxc/VehicleManager.java @@ -480,13 +480,14 @@ public class VehicleManager extends Service implements DataPipeline.Operato...
Watch for an uninitialized remote vehicle service.
openxc_openxc-android
train
65b18e3b34d8ef05307f6c755a82057420624ecf
diff --git a/salt/utils/minion.py b/salt/utils/minion.py index <HASH>..<HASH> 100644 --- a/salt/utils/minion.py +++ b/salt/utils/minion.py @@ -24,7 +24,7 @@ def running(opts): data = _read_proc_file(path, opts) if data is not None: ret.append(data) - except IOError: + ...
Catch a hard crash when running highstate on windows - Workaround for issue #<I>
saltstack_salt
train
6d2ed6fc9cb34d48f546c336e8afe64c8aa4cc93
diff --git a/Resources/public/js/resource/manager/views/actions.js b/Resources/public/js/resource/manager/views/actions.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/resource/manager/views/actions.js +++ b/Resources/public/js/resource/manager/views/actions.js @@ -116,6 +116,11 @@ sourceD...
[CoreBundle] Update actions.js Updated paste resource action. After pasting a cuted resource, this.checkedNodes.nodes is empty and all action buttons are disabled to avoid multiple paste of a cuted resource (this was causing an error)
claroline_Distribution
train
d708533b962abf437417f2cd299417f58ac3a360
diff --git a/src/app/phpbob/Phpbob.php b/src/app/phpbob/Phpbob.php index <HASH>..<HASH> 100644 --- a/src/app/phpbob/Phpbob.php +++ b/src/app/phpbob/Phpbob.php @@ -47,13 +47,23 @@ class Phpbob { const SINGLE_COMMENT_START = '//'; const PHP_FILE_EXTENSION = '.php'; + //@see: https://www.php.net/manual/de/functi...
bug fix type determination: added simple types
n2n_phpbob
train
3d4c2a055542c7565e8e7587adc2ecea819cb9cd
diff --git a/src/main/java/org/javamoney/moneta/internal/JDKCurrencyProvider.java b/src/main/java/org/javamoney/moneta/internal/JDKCurrencyProvider.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/javamoney/moneta/internal/JDKCurrencyProvider.java +++ b/src/main/java/org/javamoney/moneta/internal/JDKCurrencyPro...
GH-<I> Uses static method initializer in JDKCurrencyProvider Fixes #<I> The cache for currency units should be initialized once on class load but was repopulated in constructor each time new instance is created. This PR makes initialization static.
JavaMoney_jsr354-ri-bp
train
94410d9f3a61931f4c7f9ac2f6cbe260482cb37f
diff --git a/lib/yap/shell/version.rb b/lib/yap/shell/version.rb index <HASH>..<HASH> 100644 --- a/lib/yap/shell/version.rb +++ b/lib/yap/shell/version.rb @@ -1,5 +1,5 @@ module Yap module Shell - VERSION = "0.1.0" + VERSION = "0.1.1" end end
Bumping version to <I>
zdennis_yap-shell-core
train
98073d0b9e393ed47e78c93b31effc4d6dab85c8
diff --git a/openpnm/core/ModelsMixin.py b/openpnm/core/ModelsMixin.py index <HASH>..<HASH> 100644 --- a/openpnm/core/ModelsMixin.py +++ b/openpnm/core/ModelsMixin.py @@ -8,21 +8,84 @@ logger = logging.getLogger() class ModelsDict(PrintableDict): - def dependency_tree(self): + def __setitem__(self, key, valu...
Expanding on the dependency graph idea extensively
PMEAL_OpenPNM
train
8db45d82db00d474175ce9c79229ebc89be5c648
diff --git a/js/util.js b/js/util.js index <HASH>..<HASH> 100644 --- a/js/util.js +++ b/js/util.js @@ -143,7 +143,9 @@ } $.fn.CFW_mutateTrigger = function() { - this.find('[data-cfw-mutate]').triggerHandler('mutate.cfw.mutate'); + this.find('[data-cfw-mutate]').each(function() { + $...
Fix mutate triggerHandler to call on each target
cast-org_figuration
train
224cedf254ebda9ef5e450185427c6599eb2baf5
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index <HASH>..<HASH> 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,9 +13,10 @@ Metrics/AbcSize: # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 122 + Max: 123 Exclude: - 'app/controllers/people_cont...
prevent unnecessary Group completion score updates from bulk upload bulk uploading was enqeuening thousands of low priority updates of groupmembershipscompletion scores. It just needs running once for the group specified by the bulk upload.
ministryofjustice_peoplefinder
train
e0c95768770429a1a9794b3243d98936ac93f038
diff --git a/app/assets/javascripts/magic_lamp/genie.js b/app/assets/javascripts/magic_lamp/genie.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/magic_lamp/genie.js +++ b/app/assets/javascripts/magic_lamp/genie.js @@ -11,7 +11,7 @@ preload: function() { this.cacheOnly = true; var self = ...
made the path specifiable in Genie#preload in case magic lamp is mounted somewhere strange
crismali_magic_lamp
train
4f68077969faed6c2d6f8eaab863e39b2f92387e
diff --git a/hangul_test.go b/hangul_test.go index <HASH>..<HASH> 100644 --- a/hangul_test.go +++ b/hangul_test.go @@ -11,11 +11,19 @@ package hangul */ import ( - //"fmt" "testing" ) func TestStroke(t *testing.T) { + var i int + var ss = []int{5, 5, 3, 0, 4, 5} + for _, c := range "세상아 안녕" { + if ss[i] != ...
Added missing multi-element E
suapapa_go_hangul
train
79425e0192b55dded5b50b2d5216184480b7fc75
diff --git a/ctypescrypto/cms.py b/ctypescrypto/cms.py index <HASH>..<HASH> 100644 --- a/ctypescrypto/cms.py +++ b/ctypescrypto/cms.py @@ -17,6 +17,12 @@ from ctypescrypto.bio import Membio from ctypescrypto.oid import Oid from ctypescrypto.x509 import StackOfX509 +# Check for neccesary functionality in libcrypto +...
Added explicit check for CMS functions in libcrypto
vbwagner_ctypescrypto
train
d368a11031849291d09f046402e0cd6a2b2a9255
diff --git a/kem/__init__.py b/kem/__init__.py index <HASH>..<HASH> 100644 --- a/kem/__init__.py +++ b/kem/__init__.py @@ -10,7 +10,7 @@ class KEM(object): the database(fast), and only do the gensim built-in query function when the query term is not in the database(slow). """ - def __init__(self, uri,...
[Bug fix] gensim different version has different api, so use newest
UDICatNCHU_KEM
train
785d98859f29f8fcc80e67add41c780dfc51d6f0
diff --git a/src/Propel/Generator/Command/TestPrepare.php b/src/Propel/Generator/Command/TestPrepare.php index <HASH>..<HASH> 100644 --- a/src/Propel/Generator/Command/TestPrepare.php +++ b/src/Propel/Generator/Command/TestPrepare.php @@ -90,14 +90,14 @@ class TestPrepare extends AbstractCommand protected function...
[Generator] Used new command instead of relying on propel-gen
propelorm_Propel2
train
cc47a8ba56786fe66586ea311834c5c9d642b685
diff --git a/dessert/__init__.py b/dessert/__init__.py index <HASH>..<HASH> 100644 --- a/dessert/__init__.py +++ b/dessert/__init__.py @@ -9,7 +9,7 @@ from .rewrite import AssertionRewritingHook def rewrite_assertions_context(): hook = AssertionRewritingHook() prev_meta_path = sys.meta_path[:] - sys.meta_...
When activating dessert, take precedence over other meta_path entries
vmalloc_dessert
train
8ea72422502d65421bc36dda48d384588f519a77
diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -657,7 +657,7 @@ func TestRunTwoConcurrentContainers(t *testing.T) { } func TestEnvironment(t *testing...
Update TestEnvironment to explicitly set "HOME" to be empty so it gets autofilled Docker-DCO-<I>-
containers_storage
train
61db2a9aab502c2fd8ff2b8c92be443091b21aef
diff --git a/lib/active_scaffold/data_structures/column.rb b/lib/active_scaffold/data_structures/column.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/data_structures/column.rb +++ b/lib/active_scaffold/data_structures/column.rb @@ -432,7 +432,7 @@ module ActiveScaffold::DataStructures def inclusion_va...
Add :in to the list of values checked for booleans in inclusion_validator_for_checkbox?(val) The flag :within is no longer there for InclusionValidator for booleans in latest Rails <I>, and the function description for validates_inclusion_of()[1] states that :within is an alias for :in, so using that if it exists shou...
activescaffold_active_scaffold
train
f6a8e5189caf641d3097d1a2db783df83237bec9
diff --git a/Entity/Stat.php b/Entity/Stat.php index <HASH>..<HASH> 100644 --- a/Entity/Stat.php +++ b/Entity/Stat.php @@ -92,12 +92,17 @@ class Stat $builder->addNamedField('contact', 'integer', 'contact_id', true); - $builder->addNullableField('utmSource', 'string'); + $builder->addNamedFie...
Add index to utm Source in Cache. Also rename the column for consistency.
TheDMSGroup_mautic-contact-client
train
885b09135fc0f731527adc837d875145e4fdfff4
diff --git a/test/manipulating-databases.js b/test/manipulating-databases.js index <HASH>..<HASH> 100644 --- a/test/manipulating-databases.js +++ b/test/manipulating-databases.js @@ -65,7 +65,15 @@ It("`dbCreate` should throw if no argument is given", function* (done) { } } }) -//TODO test invalid string...
More tests for db/table manipulation
mbroadst_rethunk
train
cc131c28f3c9cadef52947a2ade8cfed8dd15447
diff --git a/lib/resqued/listener.rb b/lib/resqued/listener.rb index <HASH>..<HASH> 100644 --- a/lib/resqued/listener.rb +++ b/lib/resqued/listener.rb @@ -25,11 +25,13 @@ module Resqued # # Runs in the master process. def exec - ENV['RESQUED_SOCKET'] = @socket.fileno.to_s + socket_fd = @so...
In ruby <I>, we have to tell `Kernel.exec` to keep sockets open.
spraints_resqued
train
8a408fc10f4e88b5d8d42b674dcd5994887160fc
diff --git a/lib/encode.js b/lib/encode.js index <HASH>..<HASH> 100644 --- a/lib/encode.js +++ b/lib/encode.js @@ -43,7 +43,7 @@ encode.bytes = function( buffers, data ) { } encode.number = function( buffers, data ) { - var maxLo = 4294967295 + var maxLo = 0x80000000 var hi = ( data / maxLo ) << 0 var lo = ...
a much more thorough fix for <I> bit number encoding
themasch_node-bencode
train
ee5b9f363baee3ab56e9140fa46cb848745e1c58
diff --git a/src/notus.js b/src/notus.js index <HASH>..<HASH> 100644 --- a/src/notus.js +++ b/src/notus.js @@ -13,8 +13,111 @@ var self = this, hasRequire = (typeof require !== 'undefined'), old_notus = self.notus, + _n = {}, notus; + /** + * Local Utility API. + */ +...
Add internal utility API and some basic code. - Added '_n' utility API with some helper functions that Notus will use internally. - Exposed simple .send() method to sent test notification. - Styles are not available yet.
kushalpandya_notus
train
4c71a80acdcff5e93974f7381841f4897e003c78
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -180,6 +180,9 @@ $forumname = format_string($newsforum->name, true, array('context' => $newsforumcontext)); echo html_writer::tag('a', get_string('skipa', 'access', textlib::strtol...
MDL-<I> moodle/index.php: Wraps individual front page content elements (Site news/Course list/Category names/Category combo) in divs with descriptive classes so they can be styled individually.
moodle_moodle
train
a3ecbf1369e8be91e7fe33d54c24014465121ec1
diff --git a/tests/JMS/Serializer/Tests/Handler/FormErrorHandlerTest.php b/tests/JMS/Serializer/Tests/Handler/FormErrorHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/JMS/Serializer/Tests/Handler/FormErrorHandlerTest.php +++ b/tests/JMS/Serializer/Tests/Handler/FormErrorHandlerTest.php @@ -71,6 +71,32 @@ class ...
Add extra test for handling child elements I wrote this test before I was going to refactor a custom errorhandler, but thought you might want to include it in your suite.
schmittjoh_serializer
train
845769a8f5e87a890f1130444d437adb05fa5a7f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ setup( 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', ], - install_requires = ['six >= 1.7.2'] + install_requires = ['six >=...
update dependency of pyaml
pyopenapi_pyswagger
train
8eacba9d200daccb7a052ee36731983149f0f132
diff --git a/lib/fastlane/actions/update_project_code_signing.rb b/lib/fastlane/actions/update_project_code_signing.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/actions/update_project_code_signing.rb +++ b/lib/fastlane/actions/update_project_code_signing.rb @@ -39,7 +39,8 @@ module Fastlane ...
Updated xcode_select action
fastlane_fastlane
train
5fe89984bfb229cb35bd631ddaff334aac7cf9c0
diff --git a/sources/scalac/util/Debug.java b/sources/scalac/util/Debug.java index <HASH>..<HASH> 100644 --- a/sources/scalac/util/Debug.java +++ b/sources/scalac/util/Debug.java @@ -208,11 +208,28 @@ public abstract class Debug { public static void appendDefault(StringBuffer buffer, Object that) { if (...
- Added methods to print arrays of primitive types
scala_scala
train
f16caeeebea902e412289fd76ea05379ada62445
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -389,23 +389,18 @@ autocompletion for subcommands like `gopass show`, `gopass ls` and others. source <(gopass completion bash) source <(gopass completion zsh) -### dmenu support +### dmenu/rofi support -Out o...
Don't wrap dmenu anymore and update the README on how to use dmenu now (#<I>)
gopasspw_gopass
train
2c1071dc9b353b05426fd617f55f1916873b5003
diff --git a/lib/resources/Invoices.js b/lib/resources/Invoices.js index <HASH>..<HASH> 100644 --- a/lib/resources/Invoices.js +++ b/lib/resources/Invoices.js @@ -36,16 +36,29 @@ module.exports = StripeResource.extend({ retrieveUpcoming: stripeMethod({ method: 'GET', path: function(urlData) { - var ur...
retrieveUpcoming on Invoice can now take one hash as parameter
stripe_stripe-node
train
271d98ab804212e59a9f32f781af4bb18519f31e
diff --git a/public/js/bundle/jibe.js b/public/js/bundle/jibe.js index <HASH>..<HASH> 100644 --- a/public/js/bundle/jibe.js +++ b/public/js/bundle/jibe.js @@ -373,7 +373,7 @@ var Jibe = (function (BCSocket, CodeMirror, Replay, showdown, Timestamps, TextFo client : client, container : '#timestamps-con...
Added different timestamp format based on age of timestamp
VisionistInc_jibe
train
601a781923450f8a152e01a6e9c7ea6200075eca
diff --git a/libraries/commerce/cart/actions/addProductsToCart.js b/libraries/commerce/cart/actions/addProductsToCart.js index <HASH>..<HASH> 100644 --- a/libraries/commerce/cart/actions/addProductsToCart.js +++ b/libraries/commerce/cart/actions/addProductsToCart.js @@ -6,7 +6,7 @@ import addProductsToCart from '../act...
PWA-<I>: Added metadata to the `addProductsToCart` pipeline request
shopgate_pwa
train
d3dcdd7ee8a6d6e518106f6a182d867623692788
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes by Version ================== -0.20.2 (unreleased) +0.20.3 (2015-11-24) ------------------- - Lower the log level for Hyperbahn advertisement failures that can be retried. diff --git a/...
Preparing release <I>
uber_tchannel-python
train
06db5688c50f10a43c125ba07e5ba99977096afc
diff --git a/gping/pinger.py b/gping/pinger.py index <HASH>..<HASH> 100644 --- a/gping/pinger.py +++ b/gping/pinger.py @@ -249,7 +249,12 @@ def pinger(default_options=None, help="--help"): return args = ["ping"] + (default_options or []) + list(args) - ping = subprocess.Popen(...
Catch PermissionError with snap
orf_gping
train
cef065cf21e0c2a2f8db5acec64324cbfd0074ee
diff --git a/src/Module.php b/src/Module.php index <HASH>..<HASH> 100644 --- a/src/Module.php +++ b/src/Module.php @@ -44,7 +44,6 @@ use yii\web\Response; */ class Module extends BaseModule implements BootstrapInterface { - const USER_INHERIT = 'inherit'; const USER_OWN = 'own'; @@ -155,8 +154,8...
clean Protected methods renamed.
bizley_yii2-podium
train
f2701a34a4fa55d0f5159ba68174a555f08350e9
diff --git a/code/libraries/koowa/components/com_koowa/controllers/behaviors/cacheable.php b/code/libraries/koowa/components/com_koowa/controllers/behaviors/cacheable.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/components/com_koowa/controllers/behaviors/cacheable.php +++ b/code/libraries/koowa/components...
Fix another problem that was introduced in the last merge
timble_kodekit
train
7dc7ca6cf2bf34aea4bcb7ecfcc3a13662d67851
diff --git a/bqplot/nbextension/OHLC.js b/bqplot/nbextension/OHLC.js index <HASH>..<HASH> 100644 --- a/bqplot/nbextension/OHLC.js +++ b/bqplot/nbextension/OHLC.js @@ -84,12 +84,12 @@ define(["./d3", "./Mark"], function(d3, MarkViewModule) { // Fill candles based on the opening and closing values ...
Fixed a bug where the up/down colors were not updating correctly
bloomberg_bqplot
train
275b4fc2c448e21e965dd567d64390b9ba2e67b0
diff --git a/src/controls.js b/src/controls.js index <HASH>..<HASH> 100644 --- a/src/controls.js +++ b/src/controls.js @@ -98,6 +98,8 @@ Crafty.c("mouse", { } this.map = poly; + this.map.shift(this._x, this._y); + this.attach(this.map); return this; }
* Added Adrians patch issue #<I> with areaMap and passing a polygon
craftyjs_Crafty
train
a966d735a7ab0c7699d4f727ba67e0d888078849
diff --git a/lib/particle.js b/lib/particle.js index <HASH>..<HASH> 100644 --- a/lib/particle.js +++ b/lib/particle.js @@ -482,7 +482,7 @@ Particle.prototype.i2cWrite = function(address, cmdRegOrData, dataBytes) { */ var state = priv.get(this); var commandRegister = cmdRegOrData; - var dataToSend, i; + var ...
more i2cWrite cleanup
rwaldron_particle-io
train
ebc21bced9b940fa7c1ba5d4a05d04cc1fb7eb79
diff --git a/lib/puppet/functions.rb b/lib/puppet/functions.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/functions.rb +++ b/lib/puppet/functions.rb @@ -604,34 +604,6 @@ module Puppet::Functions InternalDispatchBuilder.new(dispatcher, Puppet::Pops::Types::TypeParser.singleton, Puppet::Pops::Types::PCallableTyp...
(PUP-<I>) Remove ability to use injector provided parameter values This commit removes the ability to "inject" values provided by the producers bound to the injector into function parameters of an `InternalFunction`. The hard-wired `scope` parameter can still be injected.
puppetlabs_puppet
train
53eca1b943fd9ebdcd49da51197d464b5c7b411c
diff --git a/salt/modules/varnish.py b/salt/modules/varnish.py index <HASH>..<HASH> 100644 --- a/salt/modules/varnish.py +++ b/salt/modules/varnish.py @@ -2,16 +2,23 @@ ''' Support for Varnish -Please note: The functions in here are generic functions designed to work with -all implementations of Varnish. +.. versio...
Add versionadded for varnish module Also did some cleanup and made it conform to the way Salt does things
saltstack_salt
train
2b8948a615aa8844e9f2dd6bfc6480d3f2f62c63
diff --git a/eZ/Publish/Core/Repository/Values/User/PolicyCreateStruct.php b/eZ/Publish/Core/Repository/Values/User/PolicyCreateStruct.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Repository/Values/User/PolicyCreateStruct.php +++ b/eZ/Publish/Core/Repository/Values/User/PolicyCreateStruct.php @@ -5,22 +5,12 @@...
Update policy and role structs - depends on pull request #2
ezsystems_ezpublish-kernel
train
be6ee091b1bf380ad7a49b4ad79c01248fd75649
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -994,8 +994,10 @@ class Image(Element): else: image = data else: return - width, height = image.width(), image.height() - self.tktext_label.configure...
Fix for checkbox background color being set to system default.
PySimpleGUI_PySimpleGUI
train
90c9d0e1c8c7315c2ad38ced57b0a6329b349f61
diff --git a/lib/mongo/cluster/periodic_executor.rb b/lib/mongo/cluster/periodic_executor.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/cluster/periodic_executor.rb +++ b/lib/mongo/cluster/periodic_executor.rb @@ -59,12 +59,19 @@ module Mongo # @example Stop the executors's thread. # periodic_executor....
RUBY-<I> Optionally wait for background threads to terminate (#<I>)
mongodb_mongo-ruby-driver
train
9d881fd9c5550f2b74cefe54b07263020e001bee
diff --git a/framework/web/CUploadedFile.php b/framework/web/CUploadedFile.php index <HASH>..<HASH> 100644 --- a/framework/web/CUploadedFile.php +++ b/framework/web/CUploadedFile.php @@ -104,7 +104,7 @@ class CUploadedFile extends CComponent $len=strlen($name); $results=array(); foreach(array_keys(self::$_file...
"CUploadedFile::getInstancesByName()" has been fixed, allowing correct fetching names, which are part of other names.
yiisoft_yii
train
06d52fe5448c2997897e7ba8350d1f278299b85a
diff --git a/setuptools/tests/test_editable_install.py b/setuptools/tests/test_editable_install.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/test_editable_install.py +++ b/setuptools/tests/test_editable_install.py @@ -1,4 +1,5 @@ import os +import stat import sys import subprocess import platform @@ -318,7...
Fix problems with link assertions on Windows
pypa_setuptools
train
05368a3a6b219393eb512c80df8a8daee5bdf359
diff --git a/lib/bolt_server/transport_app.rb b/lib/bolt_server/transport_app.rb index <HASH>..<HASH> 100644 --- a/lib/bolt_server/transport_app.rb +++ b/lib/bolt_server/transport_app.rb @@ -414,6 +414,8 @@ module BoltServer 'path' => case mount_segment when 'files' ...
(PE-<I>) Load task dependency files from the scripts directory
puppetlabs_bolt
train
6234be88b02ae465381d26e2d33f93180aae7643
diff --git a/lib/Pico.php b/lib/Pico.php index <HASH>..<HASH> 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -298,7 +298,8 @@ class Pico // load raw file content $this->triggerEvent('onContentLoading', array(&$this->requestFile)); - if (file_exists($this->requestFile)) { + $notFoundFi...
Always use `on<I>Content...` execution path when serving a <I>.md
picocms_Pico
train
aeb1cab633c5e78e9a867c68c9a48933c2caac74
diff --git a/open/exec_windows.go b/open/exec_windows.go index <HASH>..<HASH> 100644 --- a/open/exec_windows.go +++ b/open/exec_windows.go @@ -20,7 +20,7 @@ func cleaninput(input string) string { } func open(input string) *exec.Cmd { - return exec.Command(runDll32, cmd, cleaninput(input)) + return exec.Command(runD...
Fixing #9 - not replacing ampersand in calls to rundll<I>
skratchdot_open-golang
train
9602df25fdafcf51c84874d9ce447a33ff092b49
diff --git a/bin/s3cmd.rb b/bin/s3cmd.rb index <HASH>..<HASH> 100755 --- a/bin/s3cmd.rb +++ b/bin/s3cmd.rb @@ -24,7 +24,7 @@ def destroy_bucket(service, name) end def show_bucket(service, name, options = {}) - service.buckets.find(name).objects(options).each do |object| + service.buckets.find(name).objects.find_a...
added find_first (find) and find_all methods
megamsys_radosgw-s3
train
b91ec3fab6013b0f52bdc5984dce77ff8b5eb439
diff --git a/guides/fields/resolvers.md b/guides/fields/resolvers.md index <HASH>..<HASH> 100644 --- a/guides/fields/resolvers.md +++ b/guides/fields/resolvers.md @@ -199,4 +199,27 @@ module Resolvers end ``` -In doing so, you can defer the loading of the type class until the nested resolver has already been loaded...
Allow resolvers to define field extensions
rmosolgo_graphql-ruby
train
9dae26b99a391b48c040584e7db7329621462c2a
diff --git a/lib/atomo/code_loader.rb b/lib/atomo/code_loader.rb index <HASH>..<HASH> 100644 --- a/lib/atomo/code_loader.rb +++ b/lib/atomo/code_loader.rb @@ -39,10 +39,7 @@ module Atomo def load_file(fn) fn = find_file(fn) - if fn.suffix?(".rb") - require(fn) - return - ...
tweak #load_file to only use #require if the suffix isn't .atomo
vito_atomy
train
803863b91e6a6aa4e5378ea298bc29fe1d3cdeca
diff --git a/lib/para/exporter/base.rb b/lib/para/exporter/base.rb index <HASH>..<HASH> 100644 --- a/lib/para/exporter/base.rb +++ b/lib/para/exporter/base.rb @@ -26,6 +26,9 @@ module Para file.save! store(:file_gid, file.to_global_id) + + # Ensure that `.perform_now` returns the exporter + ...
make importers and exporters return self when called with .perform_now
para-cms_para
train
c393fec4959f0a062107ecca41b74f1a97cfb5c7
diff --git a/app/Http/RequestHandlers/CheckTree.php b/app/Http/RequestHandlers/CheckTree.php index <HASH>..<HASH> 100644 --- a/app/Http/RequestHandlers/CheckTree.php +++ b/app/Http/RequestHandlers/CheckTree.php @@ -312,11 +312,11 @@ class CheckTree implements RequestHandlerInterface if ($record->type === F...
Fix: wrong tag for multiple HUSB/WIFE errors
fisharebest_webtrees
train
f6457c26fbec3cdc45d6fe20e4a20b10f423d39c
diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb index <HASH>..<HASH> 100644 --- a/lib/bolt/version.rb +++ b/lib/bolt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bolt - VERSION = '1.36.0' + VERSION = '1.37.0' end
(GEM) update bolt version to <I>
puppetlabs_bolt
train
8ccd3eba029009373673f9e887951db1bc38a6af
diff --git a/client/components/line-chart/index.js b/client/components/line-chart/index.js index <HASH>..<HASH> 100644 --- a/client/components/line-chart/index.js +++ b/client/components/line-chart/index.js @@ -73,6 +73,7 @@ class LineChart extends Component { const axis = d3AxisBottom( xScale ); axis.ticks( bott...
Line Chart: Remove outer ticks from axes This will prevent the case where these ticks which appear at the beginning and at the end of an axis to overlap with (or being to close from) inner ticks.
Automattic_wp-calypso
train
24e37554d9cd2863bad3a4749fc1e79860d33b51
diff --git a/script.js b/script.js index <HASH>..<HASH> 100644 --- a/script.js +++ b/script.js @@ -59,10 +59,10 @@ return f; } el.onload = el.onreadystatechange = null; - loaded = true; + loaded = 1; callback(); }; - el.async = true; + ...
change references to true to be 1. its smaller that way
ded_script.js
train
6c061c178dfddea1f411a0850b051c6756bef9b0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ setup_requires = [ 'setuptools>=41.2.0', ] install_requires = [ + 'backend.ai-cli~=0.1', 'Click>=7.0', 'PyYAML~=5.1.2', 'appdirs~=1.4.3', @@ -99,10 +100,8 @@ setup( }, data_files...
Added entrypoint and removed unnecessary parts (#<I>) * setup: Addd backend.ai-cli as dependency
lablup_backend.ai-client-py
train
bc5845f5642aed7e5a59482d088f1eee89882e35
diff --git a/core/chaincode/persistence/chaincode_package.go b/core/chaincode/persistence/chaincode_package.go index <HASH>..<HASH> 100644 --- a/core/chaincode/persistence/chaincode_package.go +++ b/core/chaincode/persistence/chaincode_package.go @@ -193,12 +193,10 @@ type ChaincodePackage struct { // ChaincodePacka...
FAB-<I> Tag JSON CC MD fields as lower case The SDKs have now been updated to use lower case field names for the chaincode package metadata. It is now safe to explicitly specify the lower case field names in the struct tags.
hyperledger_fabric
train
4ae4572ed106f3380bbdcc5751d5fffa2cac4ca6
diff --git a/examples/data_dump.py b/examples/data_dump.py index <HASH>..<HASH> 100755 --- a/examples/data_dump.py +++ b/examples/data_dump.py @@ -22,7 +22,7 @@ args = parser.parse_args() def dump(method: Callable[[], Any]) -> None: - print("==== %s" % method) + print("==== %s" % method.__qualname__) tr...
Output method qualnames in data dump example Makes diffs between different outputs easier to read.
Salamek_huawei-lte-api
train
dbfa3e1a6b4cdec495adeed4b04588c720368ae1
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Support Marketing API version 1.2.0. * Support Order API version v1_beta.6.0 +* Support Trading API version 1007. ### Fixes diff --git a/src/Trading/Services/TradingService.php b/src/Tra...
api: support trading api version <I>
davidtsadler_ebay-sdk-php
train
29a64bf8057c69eb097c1bed5a73c7ba840210a0
diff --git a/app/adaptors/wallaby/active_record/model_decorator.rb b/app/adaptors/wallaby/active_record/model_decorator.rb index <HASH>..<HASH> 100644 --- a/app/adaptors/wallaby/active_record/model_decorator.rb +++ b/app/adaptors/wallaby/active_record/model_decorator.rb @@ -4,15 +4,15 @@ class Wallaby::ActiveRecord::Mo...
use deep_dup for index/show/form fields
reinteractive_wallaby
train
9cb00a465f658296aa77802212b7bd9e83f73199
diff --git a/activesupport/lib/active_support/testing/isolation.rb b/activesupport/lib/active_support/testing/isolation.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/testing/isolation.rb +++ b/activesupport/lib/active_support/testing/isolation.rb @@ -37,10 +37,6 @@ module ActiveSupport ...
no need in separate MiniTest modules
rails_rails
train
09f2379efbf60dc97b8e838ab6919599bd98b499
diff --git a/util/file_storage.go b/util/file_storage.go index <HASH>..<HASH> 100644 --- a/util/file_storage.go +++ b/util/file_storage.go @@ -27,9 +27,9 @@ func NewFileStorage(dir string) (Storage, error) { return nil, err } - // Why 0777? + // Ensure that execute permission bit is set on all created dirs // ...
Limit permissions on FileStorage directories Set permission bits on FileStorage dies to <I> to prevent arbitrary users from writing to these directories.
brutella_hc
train
bb808bfe43154afa5b11265e4b5651183c7f87f0
diff --git a/armstrong/hatband/sites.py b/armstrong/hatband/sites.py index <HASH>..<HASH> 100644 --- a/armstrong/hatband/sites.py +++ b/armstrong/hatband/sites.py @@ -25,6 +25,9 @@ class HatbandAndDjangoRegistry(object): return True return False + def __setitem__(self, k, v): + sel...
Make sure __setitem__ is available for site.register()
armstrong_armstrong.hatband
train
d763c3c5d8b9b960b108884bc6c70b9094a3cab3
diff --git a/bin/mrm.js b/bin/mrm.js index <HASH>..<HASH> 100755 --- a/bin/mrm.js +++ b/bin/mrm.js @@ -17,6 +17,13 @@ const directories = require('../src/directories'); const isMrmEror = err => err.constructor.name === 'MrmError'; +const EXAMPLES = [ + ['', '', 'List of available tasks'], + ['<task or alias>', '',...
Refactor: Simplify examples list, add descriptions
sapegin_mrm
train
69aeb3712765a8133aee2ebbba56fa6ad518feb1
diff --git a/Source/com/drew/imaging/jpeg/JpegSegmentReader.java b/Source/com/drew/imaging/jpeg/JpegSegmentReader.java index <HASH>..<HASH> 100644 --- a/Source/com/drew/imaging/jpeg/JpegSegmentReader.java +++ b/Source/com/drew/imaging/jpeg/JpegSegmentReader.java @@ -116,6 +116,14 @@ public class JpegSegmentReader ...
#<I>/<I> JpegSegmentReader not reading segments which start with FF FF En
drewnoakes_metadata-extractor
train
e6e3c39870edcb95525e6808cbbd7f8fd310ac14
diff --git a/lib/putter/print_strategy.rb b/lib/putter/print_strategy.rb index <HASH>..<HASH> 100644 --- a/lib/putter/print_strategy.rb +++ b/lib/putter/print_strategy.rb @@ -3,11 +3,11 @@ require "colorize" module Putter module PrintStrategy MethodStrategy = Proc.new do |label, method, args| + puts ...
Fix print strategy formatting Move the new line before a debug to before the statement to prevent a separate line from being printed between the method call and the result.
dewyze_putter
train
45d608396de9f52d8b931d01792a876592a6d251
diff --git a/airflow/www/utils.py b/airflow/www/utils.py index <HASH>..<HASH> 100644 --- a/airflow/www/utils.py +++ b/airflow/www/utils.py @@ -233,9 +233,12 @@ def task_instance_link(attr): def state_token(state): """Returns a formatted string with HTML for a given State""" color = State.color(state) + fg...
Utilize the state foreground color to ensure an accessible contrast ratio (#<I>)
apache_airflow
train
25f208a5e4d4a34f7dba358bd8774f86ef39d879
diff --git a/pynes/tests/cld_test.py b/pynes/tests/cld_test.py index <HASH>..<HASH> 100644 --- a/pynes/tests/cld_test.py +++ b/pynes/tests/cld_test.py @@ -4,14 +4,15 @@ import unittest from pynes.compiler import lexical, syntax, semantic + class CldTest(unittest.TestCase): def test_cld_sngl(self): ...
PEP8 fixes on tests/cld_test.py
gutomaia_nesasm_py
train
fb6e26f7cc20022617b8794f805c53a65cbdd13d
diff --git a/packages/mark-of-dev/README.md b/packages/mark-of-dev/README.md index <HASH>..<HASH> 100644 --- a/packages/mark-of-dev/README.md +++ b/packages/mark-of-dev/README.md @@ -2,19 +2,24 @@ > Advancing the globalization of \_\_DEV\_\_ -This package sets `__DEV__` to `true` in the global scope for non-produc...
mark-of-dev: always set __DEV__ unless defined * Update documentation accordingly. * Use complete property descriptor.
apparebit_js-junction
train
0f40ff0ea80a9dead0e43c78ae014d97c18dd504
diff --git a/test/src/test/java/hudson/model/labels/LabelAtomTest.java b/test/src/test/java/hudson/model/labels/LabelAtomTest.java index <HASH>..<HASH> 100644 --- a/test/src/test/java/hudson/model/labels/LabelAtomTest.java +++ b/test/src/test/java/hudson/model/labels/LabelAtomTest.java @@ -1,12 +1,19 @@ package hudson...
Improve tests for Labels (#<I>) * Improve tests for Labels * Apply suggestions from code review
jenkinsci_jenkins
train
22cd89adc4792a3b55389d38acd4acfae3786775
diff --git a/tpl/strings/strings.go b/tpl/strings/strings.go index <HASH>..<HASH> 100644 --- a/tpl/strings/strings.go +++ b/tpl/strings/strings.go @@ -78,13 +78,20 @@ func (ns *Namespace) CountWords(s interface{}) (int, error) { } // Chomp returns a copy of s with all trailing newline characters removed. -func (ns ...
Make chomp return the type it receives fixes #<I>
gohugoio_hugo
train
9a5b349c0f137e79774ab9541470718f746d2af6
diff --git a/ufork/test.py b/ufork/test.py index <HASH>..<HASH> 100644 --- a/ufork/test.py +++ b/ufork/test.py @@ -4,17 +4,16 @@ import urllib2 import time def test_wsgi_hello(): - server_thread = threading.Thread( - target=ufork.serve_wsgi_gevent, - args=(wsgi_hello, ('0.0.0.0', 7777))) - serv...
inverting threads for gevent compatibility
kurtbrose_ufork
train
4e3411068a4da3e42a495351e428271ad46743fd
diff --git a/lib/migrant/migration_generator.rb b/lib/migrant/migration_generator.rb index <HASH>..<HASH> 100644 --- a/lib/migrant/migration_generator.rb +++ b/lib/migrant/migration_generator.rb @@ -24,7 +24,7 @@ module Migrant Dir["#{model_root}**/*.rb"].each do |file| if (model_name = file.sub(model...
Use safe_constantize when scanning models
pascalh1011_migrant
train
51cc7c41b44adcb1753a141fbce27b2942141065
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/planPrinter/JsonRenderer.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/planPrinter/JsonRenderer.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/planner/planPrinter/JsonRenderer.java +++ b/p...
Remove unused field from JsonRenderer
prestodb_presto
train
2ad64101da157523328fe8e970817b1ac6c45c81
diff --git a/delay-io.js b/delay-io.js index <HASH>..<HASH> 100644 --- a/delay-io.js +++ b/delay-io.js @@ -1,13 +1,27 @@ -var DEBUG; +var DEBUG = false; /** * `fifoSockets` contains FIFO and a placeholder for `realSocket` per URL. * A FIFO is a storage for calls to io.Socket to be replayed when steal is done and...
delay-io: test is passing
stealjs_steal-socket.io
train
4471692cfd28563bf5e43bc3b8f1e1070ccd357a
diff --git a/keyring/backends/Gnome.py b/keyring/backends/Gnome.py index <HASH>..<HASH> 100644 --- a/keyring/backends/Gnome.py +++ b/keyring/backends/Gnome.py @@ -16,7 +16,7 @@ from ..py27compat import unicode_str class Keyring(KeyringBackend): """Gnome Keyring""" - KEYRING_NAME = GnomeKeyring.get_default_ke...
Resolve default keyring name late. Restore 'None' to indicate default, matching documentation.
jaraco_keyring
train
ee879373071c6ef94b076254b62a994bae303bbb
diff --git a/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmapWriter.java b/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmapWriter.java index <HASH>..<HASH> 100644 --- a/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmapWriter.java +++ b/RoaringBitmap/src/main/java/org/roaringbitmap/Roarin...
stop ContainerAppender from capturing its builder (#<I>)
RoaringBitmap_RoaringBitmap
train
f5c196068766d415e5eb7ff5712d59f0ebd30b78
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE + [#719](https://github.com/luyadev/luya-module-admin/pull/719) Prepare for PHP 8.1. Increased minium PHP Version...
add json order by (#<I>) * add json order by * changelog
luyadev_luya-module-admin
train
4e0d1155dee9caf05ca8b4e4b25099ff491f920e
diff --git a/src/js/remote.js b/src/js/remote.js index <HASH>..<HASH> 100644 --- a/src/js/remote.js +++ b/src/js/remote.js @@ -698,14 +698,16 @@ Remote.prototype.request_transaction_entry = function (hash) { .tx_hash(hash); }; -Remote.prototype.request_ripple_lines_get = function (accountID) { +Remote.prototype...
Refactor RPC ripple_lines_get.
ChainSQL_chainsql-lib
train
be8eb65ac71eb60fe4b27a39843c0366658fabcd
diff --git a/facepy/graph_api.py b/facepy/graph_api.py index <HASH>..<HASH> 100755 --- a/facepy/graph_api.py +++ b/facepy/graph_api.py @@ -194,7 +194,7 @@ class GraphAPI(object): try: data = json.loads(data) - except ValueError as e: + except ValueError: return data ...
Removed python <I>-ism in unused exception
jgorset_facepy
train
6f7c8732d188e6b72cfdfb1c5ea9ef2ff604a263
diff --git a/gandi/commands/iaas.py b/gandi/commands/iaas.py index <HASH>..<HASH> 100644 --- a/gandi/commands/iaas.py +++ b/gandi/commands/iaas.py @@ -154,8 +154,10 @@ def image_list(gandi, datacenter_id): result = gandi.image.list(datacenter_id) for source in result: - print '#%d - %s (%s) - %s' % (...
Add datacenter_id to output of image.list command
Gandi_gandi.cli
train
8bfc81399707b5b7f58af279876b12b860788e6a
diff --git a/test/integration/helper.js b/test/integration/helper.js index <HASH>..<HASH> 100644 --- a/test/integration/helper.js +++ b/test/integration/helper.js @@ -171,6 +171,8 @@ browser.addCommand('waitForConfirmButtonEnabled', function () { browser.addCommand('clickConfirmButton', function () { browser.waitFo...
Add comment for context on the cookie banner
braintree_braintree-web-drop-in
train
139651ef1b5b77d977a2f56a3ccf2c6b941381e1
diff --git a/core/src/main/java/io/undertow/server/protocol/http/HttpReadListener.java b/core/src/main/java/io/undertow/server/protocol/http/HttpReadListener.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/server/protocol/http/HttpReadListener.java +++ b/core/src/main/java/io/undertow/server/proto...
Set the read listener directly, don't use the write setter
undertow-io_undertow
train
88bdc8110a6bdcabf6bc8b340e7dc22bef9186f3
diff --git a/lib/xport/response.php b/lib/xport/response.php index <HASH>..<HASH> 100644 --- a/lib/xport/response.php +++ b/lib/xport/response.php @@ -1,5 +1,5 @@ <?php -lib('xport_common','xport_stream','xport_log'); +lib('xport_common','xport_stream','xport_log','xport_auth'); //This is the server response SDK /...
various fixes to get client sdk connected
nullivex_lib-xport
train