hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
995f2151233406cfe46e05ec9fcd5aed5ab4aef0
diff --git a/src/radical/entk/task.py b/src/radical/entk/task.py index <HASH>..<HASH> 100644 --- a/src/radical/entk/task.py +++ b/src/radical/entk/task.py @@ -27,6 +27,7 @@ class Task(object): `uid` offset the uid count file in radical.utils and can potentially affect the profiling if not taken care. '''...
Tasks should have unique ids for tags to work properly
radical-cybertools_radical.entk
train
2bbca0809f97a7fc464200884cf946ebd1bda8fd
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,8 @@ setup( author_email='dev@praekelt.com', url='https://github.com/praekelt/django-content', packages = find_packages(), + install_requires = [ + 'django-photologue==2.3', + ], includ...
requires django-photologue
praekelt_panya
train
84132752a5459f593f43b70cb5e5ef40f3aa0dac
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - exchange_wrapper (0.1.6) + exchange_wrapper (0.1.7) coinbase (~> 4.2) coinbase-exchange (~> 0.2) faraday (~> 0.14) diff --git a/lib/exchang...
add conditional rails caching to avoid taxing binance api; add "/" to prices symbols
ericmwalsh_exchange_wrapper_gem
train
73f0e1a8423d53370f272841ce29747434de4d9a
diff --git a/actionpack/test/abstract/translation_test.rb b/actionpack/test/abstract/translation_test.rb index <HASH>..<HASH> 100644 --- a/actionpack/test/abstract/translation_test.rb +++ b/actionpack/test/abstract/translation_test.rb @@ -9,18 +9,18 @@ class TranslationControllerTest < Test::Unit::TestCase end ...
Use assert_respond_to because it has better error messaging [#<I> state:resolved]
rails_rails
train
62e8bc7d098b9a489de0fa2cb447f36542b60d04
diff --git a/ratcave/wavefront.py b/ratcave/wavefront.py index <HASH>..<HASH> 100644 --- a/ratcave/wavefront.py +++ b/ratcave/wavefront.py @@ -133,6 +133,12 @@ class WavefrontReader(object): return prefix, value + # parsing in 3 steps: + # - read all data in [lines] list + # - spli...
fixed a bug in wavefront object parsing
ratcave_ratcave
train
e2527cd8426b94c10ac7ae46750aef2dc1b6a7fa
diff --git a/resources/views/panel/roles-assignment/index.blade.php b/resources/views/panel/roles-assignment/index.blade.php index <HASH>..<HASH> 100644 --- a/resources/views/panel/roles-assignment/index.blade.php +++ b/resources/views/panel/roles-assignment/index.blade.php @@ -6,7 +6,7 @@ <div class="flex flex-col"...
Use a default model when entering the roles assignment view
santigarcor_laratrust
train
b2a14915793376e055bd3a69bb87c535ef0c2f8b
diff --git a/web/app.js b/web/app.js index <HASH>..<HASH> 100644 --- a/web/app.js +++ b/web/app.js @@ -7,7 +7,7 @@ const pod = require('../lib/api'), ghURL = require('parse-github-url'), app = express(), - favicon = require('serve-favicon'), + // favicon = require('serve-favicon'), statics = re...
Remove favicon as we don't have one
yyx990803_pod
train
589ecb1c52832d304c1fb5c4c421708c1bb308e8
diff --git a/jsonrpcserver/dispatcher.py b/jsonrpcserver/dispatcher.py index <HASH>..<HASH> 100644 --- a/jsonrpcserver/dispatcher.py +++ b/jsonrpcserver/dispatcher.py @@ -123,10 +123,6 @@ def dispatch(methods, request): response = Request(request).process(methods) except JsonRpcServerError as e: ...
Don't return library exceptions to client
bcb_jsonrpcserver
train
71f7b4df85ef4027051b39336fa04e0668f8f742
diff --git a/eventsourcingtests/test_stored_events.py b/eventsourcingtests/test_stored_events.py index <HASH>..<HASH> 100644 --- a/eventsourcingtests/test_stored_events.py +++ b/eventsourcingtests/test_stored_events.py @@ -8,14 +8,14 @@ from eventsourcingtests.test_domain_events import Example class TestStoredEvent(...
Changed test method names, to match methods under test.
johnbywater_eventsourcing
train
c1e2a7619485494f4f52d370cc6fb9b73bb3a929
diff --git a/openquake/risklib/riskinput.py b/openquake/risklib/riskinput.py index <HASH>..<HASH> 100644 --- a/openquake/risklib/riskinput.py +++ b/openquake/risklib/riskinput.py @@ -275,6 +275,16 @@ class CompositeRiskModel(collections.Mapping): iml[rf.imt].append(rf.imls[0]) return {imt: min...
Computing the hazard only once per realization Former-commit-id: 1c3e<I>ab<I>c<I>c<I>fdff5ca<I>b1
gem_oq-engine
train
c07160dd70054ae40db14aa18e8476b25ca3d20b
diff --git a/vertx-sql-client/src/main/java/io/vertx/sqlclient/Tuple.java b/vertx-sql-client/src/main/java/io/vertx/sqlclient/Tuple.java index <HASH>..<HASH> 100644 --- a/vertx-sql-client/src/main/java/io/vertx/sqlclient/Tuple.java +++ b/vertx-sql-client/src/main/java/io/vertx/sqlclient/Tuple.java @@ -1388,20 +1388,10 ...
Improve type casting in Tuple#get and Tuple#getValues
reactiverse_reactive-pg-client
train
92627d1a46c7f6c6cb1fb92f92217d35de55cb78
diff --git a/src/Database/Schema/Table.php b/src/Database/Schema/Table.php index <HASH>..<HASH> 100644 --- a/src/Database/Schema/Table.php +++ b/src/Database/Schema/Table.php @@ -335,6 +335,21 @@ class Table { } /** + * Get a hash of columns and their default values. + * + * @return array + */ + public function de...
Add Table::defaultValues() This makes it easy to get the default values from a schema table. Having this is really useful when you want to make an entity with the default values from the database. Refs #<I>
cakephp_cakephp
train
4fd34e88c4f5a9dfdad5a17708f0998c9d858e6f
diff --git a/source/rafcon/core/state_elements/state_element.py b/source/rafcon/core/state_elements/state_element.py index <HASH>..<HASH> 100644 --- a/source/rafcon/core/state_elements/state_element.py +++ b/source/rafcon/core/state_elements/state_element.py @@ -111,7 +111,7 @@ class StateElement(Observable, YAMLObject...
fix(state element): for invalid element _parent always weakref or None
DLR-RM_RAFCON
train
da8dedab3413eaf98e08f0077d10b850e1b38f8b
diff --git a/fonte.rb b/fonte.rb index <HASH>..<HASH> 100644 --- a/fonte.rb +++ b/fonte.rb @@ -21,7 +21,7 @@ class Fonte include Constants def initialize file - @file = File.open file + @file = File.open file, "rb:ASCII-8BIT" end def offset_table @@ -31,12 +31,35 @@ class Fonte end def tab...
We can now derive a simple feature list from the font file
hugobast_tipo
train
4dddcbdf2296e0f7c79c2a9b43082d9219c419db
diff --git a/geopy/geocoders/google.py b/geopy/geocoders/google.py index <HASH>..<HASH> 100644 --- a/geopy/geocoders/google.py +++ b/geopy/geocoders/google.py @@ -36,9 +36,9 @@ class Google(Geocoder): geocode should be interpolated before querying the geocoder. For example: '%s, Mountain View, CA'. Th...
Fully remove the 'js' output format in Google backend. Goes along with r<I> which actually disabled it. git-svn-id: <URL>
geopy_geopy
train
cf562afbe72eee89cbebbf96972b2ada8f462ba7
diff --git a/src/org/joml/sampling/Math.java b/src/org/joml/sampling/Math.java index <HASH>..<HASH> 100644 --- a/src/org/joml/sampling/Math.java +++ b/src/org/joml/sampling/Math.java @@ -68,4 +68,12 @@ class Math { return a < b ? a : b; } + static int min(int a, int b) { + return a < b ? a...
Improve performance of PoissonSampling
JOML-CI_JOML
train
a43dbc8bcd4840f3be0fbf0c87fe791b5665ce1f
diff --git a/fastlane_core/lib/fastlane_core/version.rb b/fastlane_core/lib/fastlane_core/version.rb index <HASH>..<HASH> 100644 --- a/fastlane_core/lib/fastlane_core/version.rb +++ b/fastlane_core/lib/fastlane_core/version.rb @@ -1,3 +1,3 @@ module FastlaneCore - VERSION = "0.38.0".freeze + VERSION = "0.39.0".freez...
[fastlane_core] version bump
fastlane_fastlane
train
ba4655eeb823fb7eaf6269dea5b96cad0df6b675
diff --git a/src/global/fun.php b/src/global/fun.php index <HASH>..<HASH> 100644 --- a/src/global/fun.php +++ b/src/global/fun.php @@ -128,8 +128,8 @@ function _isset($var): bool { return isset($var); } function _empty($var): bool { return empty($var); } // safe trim for strict mode -function _trim($input): string ...
Add $chrs arg.
froq_froq
train
debf8bb5cc3e3b80a7eabe9f91c76829ecb672f5
diff --git a/src/pps/jobserver/api_server.go b/src/pps/jobserver/api_server.go index <HASH>..<HASH> 100644 --- a/src/pps/jobserver/api_server.go +++ b/src/pps/jobserver/api_server.go @@ -104,6 +104,22 @@ func (a *apiServer) ListJob(ctx context.Context, request *pps.ListJobRequest) (r }, nil } +func (a *apiServer) ...
move pps api job serve function persistJobInfoToJobInfo to bottom of file
pachyderm_pachyderm
train
5cb80a38efb6914a8b5382d7daca38de1db0cc9c
diff --git a/src/Carbon/Lang/cs.php b/src/Carbon/Lang/cs.php index <HASH>..<HASH> 100644 --- a/src/Carbon/Lang/cs.php +++ b/src/Carbon/Lang/cs.php @@ -30,4 +30,9 @@ return [ 'before' => ':time předtím', 'first_day_of_week' => 1, 'day_of_first_week_of_year' => 4, + 'months' => ['Leden', 'Únor', 'Březen...
Extends czech localization (#<I>)
briannesbitt_Carbon
train
d8e84973cc3b79bfdebd2e65d5af8b9c279d16e6
diff --git a/EntityService/DateRepeatService.php b/EntityService/DateRepeatService.php index <HASH>..<HASH> 100755 --- a/EntityService/DateRepeatService.php +++ b/EntityService/DateRepeatService.php @@ -82,24 +82,6 @@ class DateRepeatService implements HookServiceTriggerInterface return $entity; } - ...
CE-<I> Repeating campaign
CampaignChain_hook-data-repeat
train
f9a4df16f3ec7d2f052f1525580680510132fe3d
diff --git a/src/Tsufeki/BlancheJsonRpc/Mapper/MapperFactory.php b/src/Tsufeki/BlancheJsonRpc/Mapper/MapperFactory.php index <HASH>..<HASH> 100644 --- a/src/Tsufeki/BlancheJsonRpc/Mapper/MapperFactory.php +++ b/src/Tsufeki/BlancheJsonRpc/Mapper/MapperFactory.php @@ -15,7 +15,7 @@ class MapperFactory ->addD...
Properly error on missing properties.
tsufeki_blanche-json-rpc
train
4e1d6b9e6c1c1b13d8245f5a0a9267e840d2e436
diff --git a/flux_led/models_db.py b/flux_led/models_db.py index <HASH>..<HASH> 100755 --- a/flux_led/models_db.py +++ b/flux_led/models_db.py @@ -975,6 +975,7 @@ MODELS = [ ), LEDENETModel( model_num=0x35, + # 'AK001-ZJ200' is v5.17 # 'AK001-ZJ2101' is v7.63 # 'AK001-ZJ2104'...
Add older models to 0x<I> (#<I>)
Danielhiversen_flux_led
train
f76aace34c77a179a587a091b5809c4565b41492
diff --git a/app/models/viewable.rb b/app/models/viewable.rb index <HASH>..<HASH> 100644 --- a/app/models/viewable.rb +++ b/app/models/viewable.rb @@ -1,6 +1,8 @@ module Viewable extend ActiveSupport::Concern + # TODO fallback for translations + included do self.table_name_prefix = 'viewable_'
todo added for translation fallback
o2web_rails_admin_cms
train
d2205228fb1676d4f6a176c936a888758a4f2380
diff --git a/internal/model/rwfolder.go b/internal/model/rwfolder.go index <HASH>..<HASH> 100644 --- a/internal/model/rwfolder.go +++ b/internal/model/rwfolder.go @@ -109,6 +109,13 @@ func newRWFolder(m *Model, shortID uint64, cfg config.FolderConfiguration) *rwFo } } +// Helper function to check whether either th...
Make syncthing honor both the ignorePerms and FlagNoPermBits settings (fixes #<I>)
syncthing_syncthing
train
9c7d9c1c6310e916340f8b102dc02dd421f499d3
diff --git a/vent/api/plugin_helpers.py b/vent/api/plugin_helpers.py index <HASH>..<HASH> 100644 --- a/vent/api/plugin_helpers.py +++ b/vent/api/plugin_helpers.py @@ -3,11 +3,11 @@ import fnmatch import json import requests import shlex +import socket from ast import literal_eval from os import chdir, getcwd, wa...
create socket object to connect to google DNS and return it's own IP address
CyberReboot_vent
train
4fed07347f156e2a39fea104b6ac0f4eace1b405
diff --git a/includes/lib/utilities.php b/includes/lib/utilities.php index <HASH>..<HASH> 100644 --- a/includes/lib/utilities.php +++ b/includes/lib/utilities.php @@ -227,8 +227,8 @@ function papi_get_only_arrays( array $arr ) { * @return array */ -function papi_get_only_objects( array $arr ) { - return array_fil...
Changed to papi_get_only_objects calls papi_to_array
wp-papi_papi
train
ae379e3b57b1534868da2dbc383b3eeae379ac54
diff --git a/tests/test_git_ext.py b/tests/test_git_ext.py index <HASH>..<HASH> 100644 --- a/tests/test_git_ext.py +++ b/tests/test_git_ext.py @@ -33,3 +33,15 @@ class JtimeGitTestCase(unittest.TestCase): side_effect=git.errors.InvalidGitRepositoryError ) self.repo.branch + + def test_...
Adding some more tests around the git_ext module.
mapmyfitness_jtime
train
183648f44f4a4e7a01f8838144ec788cb4cc32c2
diff --git a/server/statistics_handler_test.go b/server/statistics_handler_test.go index <HASH>..<HASH> 100644 --- a/server/statistics_handler_test.go +++ b/server/statistics_handler_test.go @@ -106,6 +106,7 @@ func (ds *testDumpStatsSuite) TestDumpStatsAPI(c *C) { c.Assert(err, IsNil) fp.Write(js) ds.checkData(c...
statistics: support dump/load correlation of histogram (#<I>)
pingcap_tidb
train
410f4268e1b51460cf84ec9eabdaca71149a6034
diff --git a/querydsl-sql/src/test/java/com/mysema/query/sql/SQLSerializerTest.java b/querydsl-sql/src/test/java/com/mysema/query/sql/SQLSerializerTest.java index <HASH>..<HASH> 100644 --- a/querydsl-sql/src/test/java/com/mysema/query/sql/SQLSerializerTest.java +++ b/querydsl-sql/src/test/java/com/mysema/query/sql/SQLS...
Update SQLSerializerTest to expect quoting of reserved words
querydsl_querydsl
train
100e7327bcfd60925a74258512e63aaf39021297
diff --git a/src/main/java/io/github/biezhi/wechat/api/WeChatApiImpl.java b/src/main/java/io/github/biezhi/wechat/api/WeChatApiImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/biezhi/wechat/api/WeChatApiImpl.java +++ b/src/main/java/io/github/biezhi/wechat/api/WeChatApiImpl.java @@ -680,6 +680,7 @@ p...
:ambulance: to ensure that the message is processed only once
biezhi_wechat-api
train
6bd082c3a23b1b96f0a9563d8c224a16e495c5a4
diff --git a/tests/test_representation.py b/tests/test_representation.py index <HASH>..<HASH> 100644 --- a/tests/test_representation.py +++ b/tests/test_representation.py @@ -31,7 +31,7 @@ Tests to verify that string representations are accurate from . import TestCase import bitmath -class TestBasicMath(TestCase): ...
Fix some duplicated test class names.
tbielawa_bitmath
train
bb24f8f8d6fd9d8ef057518806a8324eca6c4c24
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -2623,6 +2623,9 @@ class Cache extends Prefab { //! View handler class View extends Prefab { + private + //! Temporary stored HIVE. + $sandboxedHive; protected //! Template file @@ -2701,8 +2704,10 @@ class View e...
View: Don't delete sandboxed variables (#<I>) * View: Don't delete sandboxed variables (except `$hive` for this commit) References: * <URL>
bcosca_fatfree-core
train
b9f615fa4f9773cfbff4178d240a538cd956e176
diff --git a/benchexec/runexecutor.py b/benchexec/runexecutor.py index <HASH>..<HASH> 100644 --- a/benchexec/runexecutor.py +++ b/benchexec/runexecutor.py @@ -68,35 +68,45 @@ def main(argv=None): """Execute a command with resource limits and measurements. Command-line parameters can additionally be...
Reorder command-line arguments for runexec and group them.
sosy-lab_benchexec
train
671f738c8e00a945102d671e1f80679a30cccbf9
diff --git a/dingo/grid/mv_grid/mv_routing.py b/dingo/grid/mv_grid/mv_routing.py index <HASH>..<HASH> 100644 --- a/dingo/grid/mv_grid/mv_routing.py +++ b/dingo/grid/mv_grid/mv_routing.py @@ -6,7 +6,7 @@ from dingo.grid.mv_grid.solvers import savings, local_search from dingo.tools.geo import calc_geo_dist_vincenty, cal...
add creation of circuit breakers after routing
openego_ding0
train
e51c8d4763f4cbecff570ebe9432d1b3f4bea918
diff --git a/bokeh/widgetobjects.py b/bokeh/widgetobjects.py index <HASH>..<HASH> 100644 --- a/bokeh/widgetobjects.py +++ b/bokeh/widgetobjects.py @@ -73,7 +73,7 @@ class BokehApplet(PlotObject): def update(self, **kwargs): super(BokehApplet, self).update(**kwargs) - self. setup_events() + ...
convenience function to add all descendant objects of an applet
bokeh_bokeh
train
c1b9f74f98d2c3b65b026e8de06da7b1c4f41c7e
diff --git a/plugin/dnssec/dnssec.go b/plugin/dnssec/dnssec.go index <HASH>..<HASH> 100644 --- a/plugin/dnssec/dnssec.go +++ b/plugin/dnssec/dnssec.go @@ -49,7 +49,7 @@ func (d Dnssec) Sign(state request.Request, zone string, now time.Time) *dns.Msg incep, expir := incepExpir(now) - if mt == response.NameError { ...
plugin/dnssec: fix NSEC-records (#<I>) * add NSEC-records if entry exists but the requested type is missing * added test for dnssec fix
coredns_coredns
train
7dda34c241b1bae1e4dff96e3dba2aea9cffa5af
diff --git a/pabot/pabot.py b/pabot/pabot.py index <HASH>..<HASH> 100755 --- a/pabot/pabot.py +++ b/pabot/pabot.py @@ -487,7 +487,7 @@ def hash_directory(digest, path): get_hash_of_file(file_path, digest) def _digest(text): - text = text.decode('utf-8') if PY2 else text + text = text.decode('u...
digest: decode utf-8 only when not unicode
mkorpela_pabot
train
80761007310e20c944f8890c7e65cc03a9a77cbe
diff --git a/lib/xcake/generator/build_phase_registry.rb b/lib/xcake/generator/build_phase_registry.rb index <HASH>..<HASH> 100644 --- a/lib/xcake/generator/build_phase_registry.rb +++ b/lib/xcake/generator/build_phase_registry.rb @@ -1,8 +1,18 @@ module Xcake module Generator class BuildPhase + + # This ...
BuildPhaseRegistry Methods.
igor-makarov_xcake
train
6a430d495e3e616304000e21e72deba27eb5303f
diff --git a/client-src/utils/log.js b/client-src/utils/log.js index <HASH>..<HASH> 100644 --- a/client-src/utils/log.js +++ b/client-src/utils/log.js @@ -19,7 +19,7 @@ setLogLevel(defaultLevel); const log = logger.getLogger(name); const logEnabledFeatures = (features) => { - const enabledFeatures = Object.entries...
fix: compatibility with old browsers (#<I>)
webpack_webpack-dev-server
train
3e0c6a0777036d2d8238f17f4d6c7d92cddd7fbb
diff --git a/presto-hive/src/main/java/com/facebook/presto/hive/HiveTableLayoutHandle.java b/presto-hive/src/main/java/com/facebook/presto/hive/HiveTableLayoutHandle.java index <HASH>..<HASH> 100644 --- a/presto-hive/src/main/java/com/facebook/presto/hive/HiveTableLayoutHandle.java +++ b/presto-hive/src/main/java/com/f...
Handle casting to HiveSplit If the split is not of type HiveSplit then treat it as no split.
prestodb_presto
train
bd0c390ed73d1ba77f21d21e453e10ba60cf537d
diff --git a/filter/tex/defaultsettings.php b/filter/tex/defaultsettings.php index <HASH>..<HASH> 100644 --- a/filter/tex/defaultsettings.php +++ b/filter/tex/defaultsettings.php @@ -8,7 +8,7 @@ global $CFG; if (!isset($CFG->filter_tex_latexpreamble)) { - set_config( 'filter_tex_latexpreamble', ...
Added preamble for LaTeX AMS notation to default. See bug #<I>
moodle_moodle
train
87ec3b11f14e7f0dbd30a2a09d562b7bb4fcb4b4
diff --git a/src/js/image.js b/src/js/image.js index <HASH>..<HASH> 100644 --- a/src/js/image.js +++ b/src/js/image.js @@ -20,11 +20,15 @@ $.magnificPopup.registerModule('image', { options: { markup: '<div class="mfp-figure">'+ '<div class="mfp-close"></div>'+ - '<div class="mfp-img"></div>'+ - '<div...
Implemented HTML5 figure and figcaption elements for images
dimsemenov_Magnific-Popup
train
0a154ae7ce2097dbc6ce77bde06ed40bcbb67719
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ else: setup( name='PySoundCard', - version='0.4.1', + version='0.4.2', description='An audio library based on PortAudio, CFFI and NumPy', author='Bastian Bechtold', author_email='bas...
incremented version number - now using frombuffer instead of fromstring (faster) - can play mono signal on multichannel device
bastibe_PySoundCard
train
0b3bc953ef8a6549bb0f99cf834fd24a9b783288
diff --git a/deliver/lib/deliver/options.rb b/deliver/lib/deliver/options.rb index <HASH>..<HASH> 100644 --- a/deliver/lib/deliver/options.rb +++ b/deliver/lib/deliver/options.rb @@ -190,7 +190,7 @@ module Deliver short_option: "-l", verify_blo...
[deliver] support JPG icons for metadata (#<I>)
fastlane_fastlane
train
f5f7c0526e7840b8778560e614eb65661a6c54b1
diff --git a/lib/i18n/backend/cache.rb b/lib/i18n/backend/cache.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/backend/cache.rb +++ b/lib/i18n/backend/cache.rb @@ -17,9 +17,9 @@ # # The cache_key implementation by default assumes you pass values that return # a valid key from #hash (see -# http://www.ruby-doc.org/cor...
Update documentation reference to point to OpenSSL
ruby-i18n_i18n
train
fff8bfc1540e81a17e9c0d231c4c102413c9cf11
diff --git a/pipenv/installers.py b/pipenv/installers.py index <HASH>..<HASH> 100644 --- a/pipenv/installers.py +++ b/pipenv/installers.py @@ -191,11 +191,11 @@ class Pyenv(Installer): A ValueError is raised if the given version does not have a match in pyenv. A InstallerError is raised if the pyenv c...
Do not pass -s to pyenv install under Windows
pypa_pipenv
train
a504033a47d9c77f2698757eebba4b773f6cc913
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -28,14 +28,18 @@ function gulpJsonWrapper(params) { var stream = through.obj( function(file, enc, cb) { var self = this; - fs.readFile(params.src, "utf8", function (err, jsonFile) { + fs.readFile(param...
Support for multiple ng modules of the same name
krowten_gulp-json-wrapper
train
e13825489b9eda9d1649a3fc6060e92c3b792c8d
diff --git a/ravel.py b/ravel.py index <HASH>..<HASH> 100644 --- a/ravel.py +++ b/ravel.py @@ -731,7 +731,7 @@ class Connection : if reply != None : result = reply.expect_return_objects(call_info["out_signature"]) else : - result = None + raise dbus.DBusError(DBUS.ER...
raise timeout exception rather than return None method response
ldo_dbussy
train
d93b4e5a4438fcf034ec370d4803c44acafb85ab
diff --git a/lib/amee/profile_item.rb b/lib/amee/profile_item.rb index <HASH>..<HASH> 100644 --- a/lib/amee/profile_item.rb +++ b/lib/amee/profile_item.rb @@ -74,22 +74,6 @@ module AMEE raise AMEE::BadData.new("Couldn't load ProfileItem from XML data. Check that your URL is correct.") end - def s...
ProfileItem#get_history doesn't actually do anything
OpenAMEE_amee-ruby
train
717dac36c65573f1288ddda2c7b9294f9a1d5057
diff --git a/js/coinmarketcap.js b/js/coinmarketcap.js index <HASH>..<HASH> 100644 --- a/js/coinmarketcap.js +++ b/js/coinmarketcap.js @@ -106,6 +106,7 @@ module.exports = class coinmarketcap extends Exchange { 'ENTCash': 'ENTCash', 'FairGame': 'FairGame', 'GET Protocol': 'GET Pro...
coinmarketcap GTC → Global Tour Coin fix #<I>
ccxt_ccxt
train
584bd6169c3546c62e96ba8ed0514b8bf621b40f
diff --git a/lib/ruboto/commands/base.rb b/lib/ruboto/commands/base.rb index <HASH>..<HASH> 100644 --- a/lib/ruboto/commands/base.rb +++ b/lib/ruboto/commands/base.rb @@ -92,6 +92,7 @@ module Ruboto update_jruby true log_action("\nAdding activities (RubotoActivity and RubotoDialo...
* Enabled hardware accelleration for new apps
ruboto_ruboto
train
15b20ebb2f0f76b406555a748ddb276cb710c0e3
diff --git a/src/org/pitaya/util/Throwables.java b/src/org/pitaya/util/Throwables.java index <HASH>..<HASH> 100644 --- a/src/org/pitaya/util/Throwables.java +++ b/src/org/pitaya/util/Throwables.java @@ -113,6 +113,32 @@ public final class Throwables return Collections.unmodifiableList(frames); } + /** + * Re-th...
Added Throwables.propagate
kocakosm_pitaya
train
acb3d58b828c0efc7b6ebc74c2a9c37c078910f9
diff --git a/command/agent/agent.go b/command/agent/agent.go index <HASH>..<HASH> 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -607,17 +607,31 @@ func (a *Agent) syncAgentServicesWithConsul() error { a.consulSyncer.SetAddrFinder(func(portLabel string) (string, int) { host, port, err := net.S...
Refine Nomad's Consul `port` handling. Previously this would immediately default to '<I>' if the config was set to `:some-port-number`. Now it uses the BindAddr if available. Also, if the `port` option is set to just a port` number (e.g. '<I>'), attempt to parse the port number by itself to allow statically configur...
hashicorp_nomad
train
666dc6390408a0ffcd3f85a862002ff4d8c86131
diff --git a/module/__init__.py b/module/__init__.py index <HASH>..<HASH> 100644 --- a/module/__init__.py +++ b/module/__init__.py @@ -25,7 +25,7 @@ try: except ImportError: from xcffib.ffi_build import ffi -lib = ffi.dlopen('libxcb.so') +lib = ffi.dlopen('libxcb.so.1') __xcb_proto_version__ = 'placeholder'
use an soname that is provided by the non-dev package
tych0_xcffib
train
3ecd1935c55946eb2f8160942fa7c31c0832cdd6
diff --git a/app/assets/javascripts/foreign_office.js b/app/assets/javascripts/foreign_office.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/foreign_office.js +++ b/app/assets/javascripts/foreign_office.js @@ -71,6 +71,7 @@ var ForeignOfficeListener = Class.extend({ init: function($listener){ this....
added reveal/hide option added listener_hash helper
edraut_foreign-office
train
a27376f286e1fa25447ccafbea84c23544b09e2b
diff --git a/wtforms_dynamic_fields/wtforms_dynamic_fields.py b/wtforms_dynamic_fields/wtforms_dynamic_fields.py index <HASH>..<HASH> 100644 --- a/wtforms_dynamic_fields/wtforms_dynamic_fields.py +++ b/wtforms_dynamic_fields/wtforms_dynamic_fields.py @@ -170,7 +170,6 @@ class WTFormsDynamicFields(): ...
Removed debug print statement, sorry about that...
Timusan_wtforms-dynamic-fields
train
f25238c9bf0abac645035a44ecd30454bfcec49c
diff --git a/lib/rbbt/util/misc/omics.rb b/lib/rbbt/util/misc/omics.rb index <HASH>..<HASH> 100644 --- a/lib/rbbt/util/misc/omics.rb +++ b/lib/rbbt/util/misc/omics.rb @@ -266,9 +266,9 @@ module Misc end - def self.sort_mutations(mutations) + def self.sort_mutations_strict(mutations) mutations.collect do |...
Sorting chromosomes by strict order
mikisvaz_rbbt-util
train
a90ff7726427745d84c6d09e48b9d1e79eb431f2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,16 +5,18 @@ # See the files INSTALL and README for details or visit # https://github.com/Becksteinlab/GromacsWrapper from __future__ import with_statement - from setuptools import setup, find_packages +import imp, os ...
not import the whole package while setuping
Becksteinlab_GromacsWrapper
train
9650850299bce532e5a2c591fcb1a35e35600e9e
diff --git a/lib/conjure/instance.rb b/lib/conjure/instance.rb index <HASH>..<HASH> 100644 --- a/lib/conjure/instance.rb +++ b/lib/conjure/instance.rb @@ -16,6 +16,11 @@ module Conjure new(@server.ip_address, options).tap(&:update) end + def self.update(options) + ip_address = options.delete(:ip_a...
Update API to handle Instance creating and updating similarly
brianauton_conjure
train
0566b4e23a2448c6b71c4f956f2b0006c11ed618
diff --git a/isort/exceptions.py b/isort/exceptions.py index <HASH>..<HASH> 100644 --- a/isort/exceptions.py +++ b/isort/exceptions.py @@ -163,9 +163,18 @@ class UnsupportedSettings(ISortError): class UnsupportedEncoding(ISortError): """Raised when isort encounters an encoding error while trying to read a file"""...
Improve reporting of known errors in isort, reachieve <I>% test coverage
timothycrosley_isort
train
4b8feb38cbd5c00532d91a13191fca05ecea6156
diff --git a/test/Psy/Test/Input/CodeArgumentTest.php b/test/Psy/Test/Input/CodeArgumentTest.php index <HASH>..<HASH> 100644 --- a/test/Psy/Test/Input/CodeArgumentTest.php +++ b/test/Psy/Test/Input/CodeArgumentTest.php @@ -11,11 +11,10 @@ namespace Psy\Tests\Input; -use PHPUnit\Framework\TestCase; use Psy\Input\C...
Fix TestCase class name for older phpunits.
bobthecow_psysh
train
3b7dc8bb438034e582900f1d91925c2ec767d406
diff --git a/pvlib/irradiance.py b/pvlib/irradiance.py index <HASH>..<HASH> 100644 --- a/pvlib/irradiance.py +++ b/pvlib/irradiance.py @@ -10,6 +10,8 @@ from __future__ import division import logging pvl_logger = logging.getLogger('pvlib') +import datetime + import numpy as np import pandas as pd @@ -167,7 +169...
make compatible with pandas <I>
pvlib_pvlib-python
train
87718756c7adee844db30d34a65e7f151d10cf17
diff --git a/src/helpers.php b/src/helpers.php index <HASH>..<HASH> 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -29,7 +29,7 @@ if (!function_exists('asset')) { } } -if (!function_exists('template_path')) { +if (!function_exists('base_path')) { /** * Get the path to the base of the install. ...
Check is base_path exists Closes #<I>
wordplate_framework
train
e4df4ee141e071580135d010b8afefd926c0acaa
diff --git a/components/TimelineBlip.js b/components/TimelineBlip.js index <HASH>..<HASH> 100644 --- a/components/TimelineBlip.js +++ b/components/TimelineBlip.js @@ -1,21 +1,20 @@ -import React, { Component } from 'react' +import React, {Component} from 'react' import PropTypes from 'prop-types' import s from './sty...
fix: Make iconStyle and style props work in TimelineBlip
rcdexta_react-event-timeline
train
46e1268726db3d1542d89b511132cd5b0fc3c360
diff --git a/lib/aims/geometry.rb b/lib/aims/geometry.rb index <HASH>..<HASH> 100644 --- a/lib/aims/geometry.rb +++ b/lib/aims/geometry.rb @@ -519,6 +519,10 @@ module Aims # Make a coyp of the unit cell new_unit_cell = self.copy + # atoms on the border will be repeated with + # periodicity of ...
Added code to geometry.correct to repeat atoms on border of unit cell. This is seems to work but fails lots of rspecs
jns_Aims
train
bbe7fd261337f00cc4ebc4f1739c6b8f06241645
diff --git a/builtin/providers/aws/resource_aws_elastic_beanstalk_environment_test.go b/builtin/providers/aws/resource_aws_elastic_beanstalk_environment_test.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_elastic_beanstalk_environment_test.go +++ b/builtin/providers/aws/resource_aws_elastic_bea...
provider/aws: Fix Elastic Beanstalk test (#<I>) This fixes the `TestAccAWSBeanstalkEnv_tier` test. The instance profile needs access to send and receive messages from its sqs queue. Without these permissions Beanstalk returns an error event, causing the test to fail.
hashicorp_terraform
train
a35833640c558d932bf0a9056cb79d33b9f76900
diff --git a/integration-tests/apps/rack/background/something.rb b/integration-tests/apps/rack/background/something.rb index <HASH>..<HASH> 100644 --- a/integration-tests/apps/rack/background/something.rb +++ b/integration-tests/apps/rack/background/something.rb @@ -11,8 +11,8 @@ class Something end def foo - ...
Make sure we get what we expect.
torquebox_torquebox
train
ef2a67db29a62d62212747098403acc1e3c6c3cd
diff --git a/lib/que/poller.spec.rb b/lib/que/poller.spec.rb index <HASH>..<HASH> 100644 --- a/lib/que/poller.spec.rb +++ b/lib/que/poller.spec.rb @@ -255,7 +255,7 @@ describe Que::Poller do assert poller.should_poll? end - it "should be true if the jobs returned from the last poll satisfied all given ...
Slightly reword spec descriptions for Poller#should_poll?
chanks_que
train
85f3dadc7dcae6432a013f901a8b36868d22afb4
diff --git a/src/toil/job.py b/src/toil/job.py index <HASH>..<HASH> 100644 --- a/src/toil/job.py +++ b/src/toil/job.py @@ -305,6 +305,7 @@ class Job(JobLikeObject): self._rvs = collections.defaultdict(list) self._promiseJobStore = None self._fileStore = None + self._tempDir = None ...
Add log and tempDir property to Job class
DataBiosphere_toil
train
c27da5daf830e7ae499dc653ad3e68eb96fc9b85
diff --git a/AdminModule/presenters/BasePresenter.php b/AdminModule/presenters/BasePresenter.php index <HASH>..<HASH> 100755 --- a/AdminModule/presenters/BasePresenter.php +++ b/AdminModule/presenters/BasePresenter.php @@ -45,6 +45,8 @@ abstract class BasePresenter extends Nette\Application\UI\Presenter { ...
Added basepath for module. Extended presenter test for modules.
voslartomas_WebCMS2
train
0f3eecc8e714252b53a97086f7f4476fe7614572
diff --git a/bcbio/distributed/ipythontasks.py b/bcbio/distributed/ipythontasks.py index <HASH>..<HASH> 100644 --- a/bcbio/distributed/ipythontasks.py +++ b/bcbio/distributed/ipythontasks.py @@ -128,7 +128,7 @@ pipeline_summary.metadata = {"resources": ["gatk"]} def generate_transcript_counts(*args): with _setup_...
generate_transcript_counts uses gatk . . . . . . which should be reflected in it's metadata. This was causing me memory problems during JVM startup.
bcbio_bcbio-nextgen
train
072f806f95b13587652797baa505788c23fe2c09
diff --git a/lib/mongoloid.rb b/lib/mongoloid.rb index <HASH>..<HASH> 100644 --- a/lib/mongoloid.rb +++ b/lib/mongoloid.rb @@ -1,6 +1,6 @@ require "rubygems" -gem "mongodb-mongo", "0.13" +gem "mongodb-mongo", "0.14" require "mongo" require "mongoloid/paginator"
Staying on the edge, baby - using <I> mongo driver
mongodb_mongoid
train
ef3dca91bab147225d2d3fbde94ccb3e605bee7d
diff --git a/vault/seal_autoseal_test.go b/vault/seal_autoseal_test.go index <HASH>..<HASH> 100644 --- a/vault/seal_autoseal_test.go +++ b/vault/seal_autoseal_test.go @@ -177,47 +177,43 @@ func TestAutoSeal_HealthCheck(t *testing.T) { metrics.NewGlobal(metricsConf, inmemSink) - core, _, _ := TestCoreUnsealed(t) -...
Fix autoseal health check race by passing metrics sink in CoreConfig (#<I>)
hashicorp_vault
train
ddaed13c102e8492414cdc37e658ec2f6b9ecf86
diff --git a/src/Ractive/initialise.js b/src/Ractive/initialise.js index <HASH>..<HASH> 100644 --- a/src/Ractive/initialise.js +++ b/src/Ractive/initialise.js @@ -7,7 +7,7 @@ import arrayAdaptor from 'Ractive/static/adaptors/array/index'; import magicAdaptor from 'Ractive/static/adaptors/magic'; import magicArrayAdap...
use internal defineProperty sham (fails gracefully in IE8)
ractivejs_ractive
train
55d7aa34fd40e316b929422aec09f6e7d6668854
diff --git a/asammdf/blocks/mdf_v4.py b/asammdf/blocks/mdf_v4.py index <HASH>..<HASH> 100755 --- a/asammdf/blocks/mdf_v4.py +++ b/asammdf/blocks/mdf_v4.py @@ -5966,7 +5966,10 @@ class MDF4(MDF_Common): self._file.close() if Path(self.name).parent == Path(gettempdir()): - Path(...
keep Python <I> compatibility
danielhrisca_asammdf
train
b7871b33d5c19067f7c3139b21b0d4e0d1155dd2
diff --git a/system/Debug/Exceptions.php b/system/Debug/Exceptions.php index <HASH>..<HASH> 100644 --- a/system/Debug/Exceptions.php +++ b/system/Debug/Exceptions.php @@ -410,7 +410,7 @@ class Exceptions } } - $out .= str_repeat('</span>', $spans); + $out .= str_repeat('</span>', (int)$spans); return '<...
Attempting to solve #<I>
codeigniter4_CodeIgniter4
train
5a6e9a5283d7e0b17d424c2aa4db61c7a3c84fb8
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -30,7 +30,7 @@ AWS.Client = inherit({ initialize: function initialize(config) { this.config = new AWS.Config(AWS.config); - if (config) this.config.update(config); + if (config) this.config....
Allow unknown keys when initializing clients so custom config sticks around
aws_aws-sdk-js
train
e733c7f6cde31e13be5b008fd88d4409c08d9fc6
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -153,6 +153,8 @@ exports.array = function (len) { return b } function decode (buffer, offset) { + if(buffer.length < offset + len) + throw new Error('buffer to short to contain length:' + len) return bu...
buffer should throw if the buffer is too short
varstruct_varstruct
train
553e0932b28221905a0939cdbd3f8b43dc0698aa
diff --git a/core/server/models/base/actions.js b/core/server/models/base/actions.js index <HASH>..<HASH> 100644 --- a/core/server/models/base/actions.js +++ b/core/server/models/base/actions.js @@ -2,6 +2,9 @@ const _ = require('lodash'); const errors = require('@tryghost/errors'); const logging = require('@tryghost...
Added missing Bookshelf JSDoc import no issue - this helps us with types across the model code
TryGhost_Ghost
train
da06afafc87b03f7588b6bd319e1b7592b091339
diff --git a/transformers/configuration_distilbert.py b/transformers/configuration_distilbert.py index <HASH>..<HASH> 100644 --- a/transformers/configuration_distilbert.py +++ b/transformers/configuration_distilbert.py @@ -28,7 +28,7 @@ logger = logging.getLogger(__name__) DISTILBERT_PRETRAINED_CONFIG_ARCHIVE_MAP = { ...
tree-wide: add trailing comma in configuration maps
huggingface_pytorch-pretrained-BERT
train
3087121fb35e1a8db833117ef2cfcaa29bd8ced8
diff --git a/src/com/opencms/file/CmsExport.java b/src/com/opencms/file/CmsExport.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/file/CmsExport.java +++ b/src/com/opencms/file/CmsExport.java @@ -2,8 +2,8 @@ package com.opencms.file; /* * File : $Source: /alkacon/cvs/opencms/src/com/opencms/file/Attic/Cms...
bugfix: moduleExport reanimated
alkacon_opencms-core
train
aa8afbaa1ad7b4d3c24605e6a1456184ff90e89e
diff --git a/src/sos/sos_executor.py b/src/sos/sos_executor.py index <HASH>..<HASH> 100755 --- a/src/sos/sos_executor.py +++ b/src/sos/sos_executor.py @@ -427,7 +427,7 @@ class Base_Executor: added_node = 0 dangling_targets, existing_targets = dag.dangling(targets) if dangling_tar...
Reduce a message from info to debug
vatlab_SoS
train
fa5678d64a0c8946c1cf65921446e30440dd5c2b
diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py index <HASH>..<HASH> 100644 --- a/ceph_deploy/cli.py +++ b/ceph_deploy/cli.py @@ -81,13 +81,27 @@ def parse_args(args=None, namespace=None): def main(args=None, namespace=None): args = parse_args(args=args, namespace=namespace) - loglevel = logging.INFO + ...
Send log msgs to file '{cluster}.log' as well as console. Default log level is INFO to console, DEBUG to logfile --verbose changes console log level to DEBUG as well logfile gets timestamp modulename level msg, console gets just msg Fixes: #<I>
ceph_ceph-deploy
train
dc093b14d5494beb401fe3f1c43aa5ec3489580d
diff --git a/enabler/src/com/openxc/enabler/DiagnosticRequestFragment.java b/enabler/src/com/openxc/enabler/DiagnosticRequestFragment.java index <HASH>..<HASH> 100644 --- a/enabler/src/com/openxc/enabler/DiagnosticRequestFragment.java +++ b/enabler/src/com/openxc/enabler/DiagnosticRequestFragment.java @@ -137,6 +137,8 ...
Fix display of received diag responses in Enabler. It's currently using an adapter based on the key, so you only see the latest response for each key. This might be OK, or we might need to have more of a running timeline of all responses received.
openxc_openxc-android
train
5616bf287befc3493a0d1ba456d9c5b6e6bf30d5
diff --git a/src/Mailjet/Api/Client.php b/src/Mailjet/Api/Client.php index <HASH>..<HASH> 100644 --- a/src/Mailjet/Api/Client.php +++ b/src/Mailjet/Api/Client.php @@ -2,8 +2,9 @@ namespace Mailjet\Api; -use Guzzle\Http\Message\Request; use Guzzle\Http\Message\Response; +use Guzzle\Http\Message\RequestInterface; +...
[WIP] add test coverage for Client::get
KnpLabs_mailjet-api-php
train
039bf95a92a2baeb90eddf2692eb818053bdbf43
diff --git a/core/resource/ResourceCollection.php b/core/resource/ResourceCollection.php index <HASH>..<HASH> 100644 --- a/core/resource/ResourceCollection.php +++ b/core/resource/ResourceCollection.php @@ -21,7 +21,6 @@ namespace oat\generis\model\resource; use common_persistence_SqlPersistence; use core_kernel_cl...
Updated code based on PR review
oat-sa_generis
train
c809486d27f84cc05941eac63f9a065d51ebefcd
diff --git a/petact/__init__.py b/petact/__init__.py index <HASH>..<HASH> 100644 --- a/petact/__init__.py +++ b/petact/__init__.py @@ -1,3 +1,3 @@ from .petact import calc_md5, download, download_extract_tar, install_package -__version__ = '0.1.0' +__version__ = '0.1.1'
Increment version to <I>
MatthewScholefield_petact
train
10cd77555d9a7494359faed1242b7c52e896bb9f
diff --git a/pyes/__init__.py b/pyes/__init__.py index <HASH>..<HASH> 100644 --- a/pyes/__init__.py +++ b/pyes/__init__.py @@ -4,7 +4,7 @@ import logging logger = logging.getLogger(__name__) -VERSION = (0, 19, 2, "dev") +VERSION = (0, 20, 0) __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:]) ...
Preparing to release <I>
aparo_pyes
train
7d3addd6c56614ed012001ba289059cd12714f45
diff --git a/app/controllers/devise_invitable/registrations_controller.rb b/app/controllers/devise_invitable/registrations_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/devise_invitable/registrations_controller.rb +++ b/app/controllers/devise_invitable/registrations_controller.rb @@ -1,8 +1,8 @@ clas...
popping last element modifies params array therefore super receives empty object, returns nil, and causes tests to fail
scambra_devise_invitable
train
c9cf56f4426e2797a30b6c3d7fcfcee3107356a0
diff --git a/spec/dumper_spec.rb b/spec/dumper_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dumper_spec.rb +++ b/spec/dumper_spec.rb @@ -244,6 +244,12 @@ describe Hexdump::Dumper do expect(words).to be == binary_words end end + + context "when no block is given" do + it "must return an En...
Added a spec for the return value of #each.
postmodern_hexdump
train
47fd2b978ea3ce34798ef494203a1422fd3b3347
diff --git a/simpycity/model.py b/simpycity/model.py index <HASH>..<HASH> 100644 --- a/simpycity/model.py +++ b/simpycity/model.py @@ -274,14 +274,16 @@ class SimpleModel(Construct): """Sets the provided name to the provided value, in the dirty dictionary. This only occurs if the specified na...
Repairing some bugs in the Model, assuming that a table attribute would be present in all models (it is not required)
commandprompt_Simpycity
train
60e567b559411e88f50166e8962ab4b89f53a3b5
diff --git a/test/unit/composite-adapter-test.js b/test/unit/composite-adapter-test.js index <HASH>..<HASH> 100644 --- a/test/unit/composite-adapter-test.js +++ b/test/unit/composite-adapter-test.js @@ -116,6 +116,52 @@ suite('composite-adapter', function() { }); }); }); + suite('updateTask()', function...
added tests for updateTask and completeTask
meetings_gearsloth
train
6bc29cc2b4e2f295a809974cad62d770c974d4fa
diff --git a/invenio_github/api.py b/invenio_github/api.py index <HASH>..<HASH> 100644 --- a/invenio_github/api.py +++ b/invenio_github/api.py @@ -354,12 +354,10 @@ class GitHubRelease(object): @cached_property def title(self): """Extract title from a release.""" - if self.event: - ...
fix: use GitHub payload for title * uses repository name from GitHub payload instead of the first repo name we've got from GitHub. The problem was that, if the release has no name, we were using the first name we collected for the repo. If the repo's name changed over time, the title would be incorrect.
inveniosoftware_invenio-github
train
c4ccd93842e109fbea6c7bf6f875aaf1c0cdf9ab
diff --git a/src/Illuminate/Routing/Router.php b/src/Illuminate/Routing/Router.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Routing/Router.php +++ b/src/Illuminate/Routing/Router.php @@ -328,8 +328,14 @@ class Router implements RegistrarContract, BindingRegistrar */ public function apiResource($name,...
Let apiResource support except option. (#<I>)
laravel_framework
train
c5602f1fa6b4d06765b058830f41770ce0d8de74
diff --git a/opticalmaterialspy/_material_base.py b/opticalmaterialspy/_material_base.py index <HASH>..<HASH> 100644 --- a/opticalmaterialspy/_material_base.py +++ b/opticalmaterialspy/_material_base.py @@ -292,3 +292,14 @@ class _MaterialAni(metaclass=abc.ABCMeta): @property def zy(self): return Non...
Added helper functions to anisotropic materials.
jtambasco_opticalmaterialspy
train
c931cf6ca8d01933a1bdd5b5b12ee0bf52fd7b51
diff --git a/models/classes/search/class.ItemContentTokenizer.php b/models/classes/search/class.ItemContentTokenizer.php index <HASH>..<HASH> 100644 --- a/models/classes/search/class.ItemContentTokenizer.php +++ b/models/classes/search/class.ItemContentTokenizer.php @@ -37,19 +37,23 @@ class taoItems_models_classes_sea...
Don't throw exception on invalid file indexation
oat-sa_extension-tao-item
train
b67cad46e43c2a88e6f9cc986a9f0c3b6b300971
diff --git a/lib/go/thrift/http_transport.go b/lib/go/thrift/http_transport.go index <HASH>..<HASH> 100644 --- a/lib/go/thrift/http_transport.go +++ b/lib/go/thrift/http_transport.go @@ -19,16 +19,45 @@ package thrift -import "net/http" +import ( + "compress/gzip" + "io" + "net/http" + "strings" +) // NewThrift...
THRIFT-<I> Implement transparent gzip compression for HTTP transport Client: Go
limingxinleo_thrift
train
7cc3eddb02c0f58eca636552f54d420e60a03168
diff --git a/lib/para/routes.rb b/lib/para/routes.rb index <HASH>..<HASH> 100644 --- a/lib/para/routes.rb +++ b/lib/para/routes.rb @@ -18,9 +18,9 @@ module Para end # Components are namespaced into :admin in their respective methods - crud_component - form_component - ...
fix app-defined components namespacing issue with remote nested forms controller
para-cms_para
train
0f7c499122084e74c97205fb5f193ea1c2af2a60
diff --git a/lib/dragonfly/job.rb b/lib/dragonfly/job.rb index <HASH>..<HASH> 100644 --- a/lib/dragonfly/job.rb +++ b/lib/dragonfly/job.rb @@ -190,7 +190,7 @@ module Dragonfly def format apply - format_from_meta || analyse(:format) + meta[:format] || (ext.to_sym if ext && app.trust...
Job#format_from_meta was unclear and not necessary
markevans_dragonfly
train