hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f237d5cb890e1a02288cc63da7d5e0f031ec2229
diff --git a/spec/providers/coreIntegration/tcpsocket.integration.src.js b/spec/providers/coreIntegration/tcpsocket.integration.src.js index <HASH>..<HASH> 100644 --- a/spec/providers/coreIntegration/tcpsocket.integration.src.js +++ b/spec/providers/coreIntegration/tcpsocket.integration.src.js @@ -233,20 +233,23 @@ mod...
tcp onDisconnect test pass in chrome
freedomjs_freedom
train
623498ef82a7e02d910bea7d76bb61b4d1d48456
diff --git a/Controller/GeoIP/GetAction.php b/Controller/GeoIP/GetAction.php index <HASH>..<HASH> 100644 --- a/Controller/GeoIP/GetAction.php +++ b/Controller/GeoIP/GetAction.php @@ -34,6 +34,7 @@ use Magento\Store\Model\StoreResolver; use Magento\Store\Api\Data\StoreInterface; use Psr\Log\LoggerInterface; use Magen...
Added encoded target store url to geoip redirect
fastly_fastly-magento2
train
3c92416020e57954c7eb9e1c26b263d5fe45c6e8
diff --git a/dash/context_processors.py b/dash/context_processors.py index <HASH>..<HASH> 100644 --- a/dash/context_processors.py +++ b/dash/context_processors.py @@ -14,4 +14,5 @@ def lang_direction(request): 'lang_direction': 'rtl' if request.LANGUAGE_CODE in lang_direction.rtl_langs else 'ltr' } + l...
Fixed PEP issues due to new flake8
rapidpro_dash
train
dbc2410df9bf0e8bdf87a813f72f85396ff67ffd
diff --git a/libkbfs/data_types.go b/libkbfs/data_types.go index <HASH>..<HASH> 100644 --- a/libkbfs/data_types.go +++ b/libkbfs/data_types.go @@ -412,16 +412,6 @@ type path struct { path []pathNode } -// tlfPathFromString returns a path placeholder with only one path -// node. No FolderBranch or pointers are set...
reporter_kbpki: report TLF read/write errors without a path Suggested by @akalin-keybase. Issue: #<I>
keybase_client
train
6192474bf8fcddf0a906f18120210182322dd407
diff --git a/files/files.go b/files/files.go index <HASH>..<HASH> 100644 --- a/files/files.go +++ b/files/files.go @@ -180,7 +180,8 @@ func appendWithUniqueDestination(slice []*Content, elems ...*Content) ([]*Conten } for _, elem := range elems { - if present, ok := alreadyPresent[elem.Destination]; ok { + pres...
fix: Fix file collision detection with per-file packagers (#<I>) * fix: Fix file collision detection with per-file packagers * fix typo
goreleaser_nfpm
train
824f822bc793ff065d636d9db2694a862ce2084e
diff --git a/pipenv/utils.py b/pipenv/utils.py index <HASH>..<HASH> 100644 --- a/pipenv/utils.py +++ b/pipenv/utils.py @@ -1187,10 +1187,8 @@ def get_vcs_deps( if installed.is_vcs: installed.req.ref = locked_rev lockfiles.append({pipfile_name: installed.pipfile_entry[1]}) - pip...
Don't shell escape posix-style paths
pypa_pipenv
train
26a9bc259d7ac8399e0afcd8913eab986ddda073
diff --git a/safe/impact_functions/generic/classified_polygon_building/impact_function.py b/safe/impact_functions/generic/classified_polygon_building/impact_function.py index <HASH>..<HASH> 100644 --- a/safe/impact_functions/generic/classified_polygon_building/impact_function.py +++ b/safe/impact_functions/generic/clas...
Fix bugs to the total building affected + not affected
inasafe_inasafe
train
72bf4badae3291f03fe69610285ef5a305734dcc
diff --git a/src/livestreamer_cli/utils.py b/src/livestreamer_cli/utils.py index <HASH>..<HASH> 100644 --- a/src/livestreamer_cli/utils.py +++ b/src/livestreamer_cli/utils.py @@ -183,6 +183,7 @@ def find_default_player(): if "darwin" in sys.platform: paths = os.environ.get("PATH", "").split(":") ...
Add ~/Applications to search path for VLC This adds the ~/Applications` to the search path for the VLC.app on Darwin (Mac OS X). It's for those that have installed VLC to their account only.
streamlink_streamlink
train
dd575b8bed79dce51acc47544afa798b9e95b519
diff --git a/src/Ubiquity/orm/creator/ModelsCreator.php b/src/Ubiquity/orm/creator/ModelsCreator.php index <HASH>..<HASH> 100644 --- a/src/Ubiquity/orm/creator/ModelsCreator.php +++ b/src/Ubiquity/orm/creator/ModelsCreator.php @@ -89,7 +89,7 @@ abstract class ModelsCreator { $field = \lcfirst ( $table ); $f...
Update ModelsCreator.php
phpMv_ubiquity
train
6965744499dc50c69b137495c8a4e4ba5fa8905c
diff --git a/src/feat/database/query.py b/src/feat/database/query.py index <HASH>..<HASH> 100644 --- a/src/feat/database/query.py +++ b/src/feat/database/query.py @@ -58,7 +58,7 @@ class Field(object): assert isinstance(condition, Condition), repr(type(condition)) keys = self.generate_keys(condition...
Fix collision of cache_id_suffixes. This caused problems when the same view index was used by different query factories using the same field name.
f3at_feat
train
acb9aaa6542d5db94dfbfda1f0c051aea58b0762
diff --git a/lib/link_thumbnailer/doc.rb b/lib/link_thumbnailer/doc.rb index <HASH>..<HASH> 100644 --- a/lib/link_thumbnailer/doc.rb +++ b/lib/link_thumbnailer/doc.rb @@ -33,7 +33,7 @@ module LinkThumbnailer end def description - if element = xpath('//meta[@name="description" and @content]').first + ...
Detect description tag no matter if it is upper or lower letters.
gottfrois_link_thumbnailer
train
b199dd8ee13e7768ea671a3b6472fae287d2d80d
diff --git a/pkg/proxy/ipvs/netlink_linux.go b/pkg/proxy/ipvs/netlink_linux.go index <HASH>..<HASH> 100644 --- a/pkg/proxy/ipvs/netlink_linux.go +++ b/pkg/proxy/ipvs/netlink_linux.go @@ -135,7 +135,7 @@ func (h *netlinkHandle) ListBindAddress(devName string) ([]string, error) { // 172.17.0.1 dev docker0 scope host s...
update the comment of NodeIPs function
kubernetes_kubernetes
train
4ae5e06b304eb2f509f69cdde44e4b6349a0b3bb
diff --git a/go/kbfs/idutil/daemon_local.go b/go/kbfs/idutil/daemon_local.go index <HASH>..<HASH> 100644 --- a/go/kbfs/idutil/daemon_local.go +++ b/go/kbfs/idutil/daemon_local.go @@ -565,12 +565,13 @@ func (dl *DaemonLocal) RemoveAssertionForTest(assertion string) { // AddTeamWriterForTest adds a writer to a team. Sh...
keybase_daemon_local: don't add implicit teams to favorites Issue: KBFS-<I>
keybase_client
train
935ab2f8e89d33df9c9b77b2a14473e12bbb3f78
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index <HASH>..<HASH> 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,9 @@ SimpleComplex/Cache 1.x, 2017-07-02 ----------------------------------- - New BackupCacheInterface, and FileCache implementing it. - New CLI commands backup and restore. +- Exportable. +- Sa...
- Exportable. - Safer CLI exception handler, which catches errors that it itself instigates; errors occurring while instantiating container objects.
simplecomplex_php-cache
train
3f160193456bd5b296dd86e1f70828eed00185af
diff --git a/src/directives/jf_grid/jf_grid.html b/src/directives/jf_grid/jf_grid.html index <HASH>..<HASH> 100644 --- a/src/directives/jf_grid/jf_grid.html +++ b/src/directives/jf_grid/jf_grid.html @@ -41,5 +41,6 @@ ui-grid-grouping ui-grid-edit ui-grid-resize-columns + ng-style="...
jf-grid: Undo the previous commit (fix entity counting bug with sub rows) (the fix was bad, need to find a real solution) ++ Fix filter not working with columns customization
jfrog_jfrog-ui-essentials
train
5bf9d1a8adfe3279afa22ed43d613b5cf0b00691
diff --git a/flake8_invalid_escape_sequences/__init__.py b/flake8_invalid_escape_sequences/__init__.py index <HASH>..<HASH> 100644 --- a/flake8_invalid_escape_sequences/__init__.py +++ b/flake8_invalid_escape_sequences/__init__.py @@ -3,31 +3,41 @@ __version__ = '0.1.3' -from re import compile as re_compile +from ...
Use tree and file_tokens instead of logical_line and tokens Hopefully easier to work with. Improve the regex.
5j9_flake8-invalid-escape-sequences
train
c80532ca88736632e0c20226763312d2e9cb9c1e
diff --git a/lib/actionpool/Pool.rb b/lib/actionpool/Pool.rb index <HASH>..<HASH> 100644 --- a/lib/actionpool/Pool.rb +++ b/lib/actionpool/Pool.rb @@ -70,8 +70,9 @@ module ActionPool # force:: force immediate stop # Stop the pool def shutdown(force=false) - args = [:wait] - ...
send proper errors when pool has been closed
spox_actionpool
train
29a3a1f09d42dd5722816bb9ccecb2b621c98287
diff --git a/lib/ronin/extensions/ip_addr.rb b/lib/ronin/extensions/ip_addr.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/extensions/ip_addr.rb +++ b/lib/ronin/extensions/ip_addr.rb @@ -37,15 +37,15 @@ class IPAddr end if (cidr_or_range.include?('*') || cidr_or_range.include?('-')) - ranges = cidr_or_...
Renamed 'n' to 'segment'. * Also filter out empty Strings.
ronin-ruby_ronin
train
e491e3a5948a0c4448125c02fd350de6eb0e63d3
diff --git a/src/Symfony/Component/Mime/Address.php b/src/Symfony/Component/Mime/Address.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Mime/Address.php +++ b/src/Symfony/Component/Mime/Address.php @@ -40,11 +40,11 @@ class Address self::$validator = new EmailValidator(); } - ...
[Mime] Trim and remove line breaks from NamedAddress name arg
symfony_symfony
train
701c778bc30194e99c9528bf81ef9152fe0455a2
diff --git a/core_gem/lib/deep_cover/base.rb b/core_gem/lib/deep_cover/base.rb index <HASH>..<HASH> 100644 --- a/core_gem/lib/deep_cover/base.rb +++ b/core_gem/lib/deep_cover/base.rb @@ -90,7 +90,7 @@ module DeepCover end def lookup_globs - return @lookup_globs if @lookup_globs + return @lookup_gl...
Remove quite a few Ruby warnings and some specs now check that there are no warnings
deep-cover_deep-cover
train
884118dbabf8f086753e2331039b035ae41035cc
diff --git a/src/Lit/Air/Factory.php b/src/Lit/Air/Factory.php index <HASH>..<HASH> 100644 --- a/src/Lit/Air/Factory.php +++ b/src/Lit/Air/Factory.php @@ -138,6 +138,21 @@ class Factory implements ContainerInterface } /** + * @param string $className + * @return object of $className + * @throws ...
✨ try recipe defined when resolving dependency by typehint class
litphp_litphp
train
87897d3df03f3f9d7787fd95834cf727b85ecd32
diff --git a/src/Form/AddPageForm.php b/src/Form/AddPageForm.php index <HASH>..<HASH> 100644 --- a/src/Form/AddPageForm.php +++ b/src/Form/AddPageForm.php @@ -15,13 +15,28 @@ class AddPageForm extends Form public function addDefaultElements(array $pageTypes) { - $this->add([ - 'name' ...
ui optimization in add sitemap form
kiwi-suite_frontend42
train
1d4eeb937ac91196c76dbd2fdd3a007084003809
diff --git a/router/middleware/middleware.go b/router/middleware/middleware.go index <HASH>..<HASH> 100644 --- a/router/middleware/middleware.go +++ b/router/middleware/middleware.go @@ -16,7 +16,11 @@ type MiddlewareServer struct { } func NewServer(base http.HandlerFunc) *MiddlewareServer { - return &MiddlewareSer...
middleware: Fix initialization bug.
octavore_nagax
train
ad96143ee092e77dc8c912bdeedef1e79a1eda38
diff --git a/toot/logging.py b/toot/logging.py index <HASH>..<HASH> 100644 --- a/toot/logging.py +++ b/toot/logging.py @@ -3,11 +3,21 @@ from logging import getLogger logger = getLogger('toot') +def censor_secrets(headers): + def _censor(k, v): + if k == "Authorization": + return (k, "***CENSO...
Censor authorization header value in logs
ihabunek_toot
train
f85d7b479ceb174e24ffca82a99c4b0ce1747221
diff --git a/node.go b/node.go index <HASH>..<HASH> 100644 --- a/node.go +++ b/node.go @@ -305,7 +305,9 @@ func (nd *Node) refreshPeers(peers *peers) { // attempt connection to the host nv := nodeValidator{} if err := nv.validateNode(nd.cluster, host); err != nil { + nv.conn.Close() Logger.Warn("Add...
Do not attemp to add a node which were unaccessible
aerospike_aerospike-client-go
train
4941b289342148fb3793baa5b4d016329eac2474
diff --git a/Parser/ThemeColorParser.php b/Parser/ThemeColorParser.php index <HASH>..<HASH> 100644 --- a/Parser/ThemeColorParser.php +++ b/Parser/ThemeColorParser.php @@ -32,6 +32,8 @@ class ThemeColorParser implements ParserInterface if ($color->count() === 1) { $color = $color->attr('content')...
bugfixes (to make scrutinizer happy)
Innmind_Crawler
train
066b9237fd5e6e4bae4699aae9800654fda3521c
diff --git a/src/com/opencms/workplace/CmsNewResourceFolder.java b/src/com/opencms/workplace/CmsNewResourceFolder.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/workplace/CmsNewResourceFolder.java +++ b/src/com/opencms/workplace/CmsNewResourceFolder.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/ope...
Added missing "Sectionlogo" to the extended Navigation.
alkacon_opencms-core
train
8a5340a1d8d70ac6fe07ec7cf6acd63ce93031f4
diff --git a/src/wa_kat/templates/static/js/typeahead_custom.js b/src/wa_kat/templates/static/js/typeahead_custom.js index <HASH>..<HASH> 100644 --- a/src/wa_kat/templates/static/js/typeahead_custom.js +++ b/src/wa_kat/templates/static/js/typeahead_custom.js @@ -7,18 +7,20 @@ var tag_passer = function(strs) { var make...
#<I>: Fixed bug in make_typeahead_tag(). Items are now selected by value.
WebarchivCZ_WA-KAT
train
e010062a8f89c73e023e555adf9e0750e37335a8
diff --git a/app/scripts/reducers/blocks.js b/app/scripts/reducers/blocks.js index <HASH>..<HASH> 100644 --- a/app/scripts/reducers/blocks.js +++ b/app/scripts/reducers/blocks.js @@ -8,6 +8,10 @@ const REQUEST_ADD_BLOCK = 'REQUEST_ADD_BLOCK' const SUCCESS_ADD_BLOCK = 'SUCCESS_ADD_BLOCK' const FAILURE_ADD_BLOCK = 'FAI...
[#<I>] update blocks reducer
nossas_bonde-client
train
6e8dc0c37bc7b65c14461bb34a7efdc5e4e059d3
diff --git a/dipper/sources/FlyBase.py b/dipper/sources/FlyBase.py index <HASH>..<HASH> 100644 --- a/dipper/sources/FlyBase.py +++ b/dipper/sources/FlyBase.py @@ -488,6 +488,10 @@ class FlyBase(Source): elif re.search('FBa[lb]', feature_id): self.idhash['allele'][feature_key] = fea...
flybase: add cliqueLeader to FB features and PMIDs
monarch-initiative_dipper
train
29d4ae3b8e8bda16999b307255d5f77423816204
diff --git a/lib/mongo/client.rb b/lib/mongo/client.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/client.rb +++ b/lib/mongo/client.rb @@ -37,6 +37,11 @@ module Mongo # Delegate command execution to the current database. def_delegators :@database, :command + # The wire protocol versions that this version...
RUBY-<I>: Adding SUPPORTED_WIRE_VERSIONS to Client
mongodb_mongo-ruby-driver
train
18f8d6086a9e69490d320bcbac29e6d9eecb737b
diff --git a/littlechef.py b/littlechef.py index <HASH>..<HASH> 100644 --- a/littlechef.py +++ b/littlechef.py @@ -243,7 +243,7 @@ def _check_distro(): '''Check that the given distro is supported and return the distro type''' debian_distros = ['sid', 'squeeze', 'lenny'] ubuntu_distros = ['maverik', 'luci...
Add Scientific Linux to list of supported distros.
tobami_littlechef
train
ee3a7cd13811c07bae3e55ad8d52f3471edf9446
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -37,7 +37,7 @@ function HtmlReplaceWebpackPlugin(options) { HtmlReplaceWebpackPlugin.prototype.apply = function(compiler) { if (compiler.hooks) { - compiler.hooks.compilation.tap('HtmlReplaceWebpackPlugin', compilatio...
Fix bug for webpack v4.x
iminif_html-replace-webpack-plugin
train
0f2f4f42a8348c0bda74670e468251b88696d8ea
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,8 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + ...
Announce support for Python <I> and <I>
amoffat_sh
train
7934f95f388e4561fd630f9a834d8bd31432f7be
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/command/CommandExecutor.java b/sonar-plugin-api/src/main/java/org/sonar/api/utils/command/CommandExecutor.java index <HASH>..<HASH> 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/command/CommandExecutor.java +++ b/sonar-plugin-api/src/main...
SONAR-<I> Remove coupling on guava <I> in CommandExecutor
SonarSource_sonarqube
train
21c0115f71c8dae291d5bba6fa413be314cf6ba9
diff --git a/vyked/bus.py b/vyked/bus.py index <HASH>..<HASH> 100644 --- a/vyked/bus.py +++ b/vyked/bus.py @@ -251,7 +251,7 @@ class Bus: if self._http_host.is_for_me(query_dict['app'], query_dict['service'], query_dict['version']): return func(*args, **kwargs) else: - ...
Returning error code <I> on wrongly routed request
kashifrazzaqui_vyked
train
849e4e9ac096debb63c8fbb1405716bf9fbd96f3
diff --git a/wandb/io_wrap.py b/wandb/io_wrap.py index <HASH>..<HASH> 100755 --- a/wandb/io_wrap.py +++ b/wandb/io_wrap.py @@ -126,6 +126,11 @@ class Tee(object): @classmethod def _write(_, f, data): + if not data: + # windows explodes if you try to write an empty string to a terminal: + ...
Fix writing empty strings to the terminal in Windows. Fix handling of Windows newlines -- before, the carriage returns were causing the whole line to be erased.
wandb_client
train
176f220abeaf676d79a691ac08bf9aaf9da325d4
diff --git a/tests/DatastoreTest.php b/tests/DatastoreTest.php index <HASH>..<HASH> 100644 --- a/tests/DatastoreTest.php +++ b/tests/DatastoreTest.php @@ -383,6 +383,10 @@ class DatastoreTest extends PHPUnit_Framework_TestCase $result->getCodeCoverage()->append($coverage, $this); } + catch (GuzzleHttp\...
Add catch statement to see coverage server error.
pwhelan_datachore
train
742820a93d4d87e3ff249ae85e92f3eaf405db6e
diff --git a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java +++ b/src/main/java/org/gaul/s3proxy/S3ProxyHandler.java @@ -128,10 +128,10 @@ public class S3ProxyHandler { priv...
Allow capitals as first character in bucket name Curiously Amazon permits mixed case but documents that only lowercase letters are allowed: <URL>
gaul_s3proxy
train
8811b687f16797212ed8e857d17877994b08c90a
diff --git a/src/server/pps/server/master.go b/src/server/pps/server/master.go index <HASH>..<HASH> 100644 --- a/src/server/pps/server/master.go +++ b/src/server/pps/server/master.go @@ -302,10 +302,8 @@ func (a *apiServer) upsertWorkersForPipeline(pipelineInfo *pps.PipelineInfo) err ppsutil.PipelineRcName(pipeline...
Return error rather than just logging it.
pachyderm_pachyderm
train
dad25a731d726a742bbfeec72bc552396b8bfd07
diff --git a/extra/src/org/droidparts/util/ImageAttacher.java b/extra/src/org/droidparts/util/ImageAttacher.java index <HASH>..<HASH> 100644 --- a/extra/src/org/droidparts/util/ImageAttacher.java +++ b/extra/src/org/droidparts/util/ImageAttacher.java @@ -167,7 +167,7 @@ public class ImageAttacher { imageView.setIma...
Optional Runnable for cross fade.
droidparts_droidparts
train
c90c9a20d4091a37039294f227574629430ae326
diff --git a/lib/ibm_watson/visual_recognition_v4.rb b/lib/ibm_watson/visual_recognition_v4.rb index <HASH>..<HASH> 100644 --- a/lib/ibm_watson/visual_recognition_v4.rb +++ b/lib/ibm_watson/visual_recognition_v4.rb @@ -81,8 +81,8 @@ module IBMWatson # Encode the image and .zip file names in UTF-8 if they contain...
docs(VisualRecognitionV4): update comments for analyze method
watson-developer-cloud_ruby-sdk
train
89af7d4b6d01cfaf9712486f4dabbe02f2cb1d16
diff --git a/src/Illuminate/Support/ViewErrorBag.php b/src/Illuminate/Support/ViewErrorBag.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Support/ViewErrorBag.php +++ b/src/Illuminate/Support/ViewErrorBag.php @@ -32,6 +32,16 @@ class ViewErrorBag implements Countable { { return array_get($this->bags, $key, n...
Updated to be able to access all bags. For ability to have a generic error handler for all bags in case they are grouped like `register[email]`. It's not possible to know what the grouping is unless `$errors->register->getMessages()` is specifically called.
laravel_framework
train
a1ef5d766f1aa3eea0e2ec74a9d2923e220e5a47
diff --git a/README.markdown b/README.markdown index <HASH>..<HASH> 100644 --- a/README.markdown +++ b/README.markdown @@ -69,6 +69,19 @@ Which yields: You have just won $10000! Well, $6000, after taxes. +Using Mu.compileText +-------------------- + + var sys = require('sys'); + var Mu = require('...
Added Mu.compileText. This is useful if you don't want to render a template from a file.
chbrown_amulet
train
88019360d2c47bfda6e5ecbe5a2e9f97f2a33b8b
diff --git a/graphistry/ArrowFileUploader.py b/graphistry/ArrowFileUploader.py index <HASH>..<HASH> 100644 --- a/graphistry/ArrowFileUploader.py +++ b/graphistry/ArrowFileUploader.py @@ -83,7 +83,7 @@ class ArrowFileUploader(): try: out = res.json() logger.debug('Server cr...
fix(arrow file upload exn handler)
graphistry_pygraphistry
train
4a267108a55f00d49d76fa181540848ff504f978
diff --git a/java/integration-tests/src/test/java/io/joynr/integration/MqttProviderProxyEnd2EndTest.java b/java/integration-tests/src/test/java/io/joynr/integration/MqttProviderProxyEnd2EndTest.java index <HASH>..<HASH> 100644 --- a/java/integration-tests/src/test/java/io/joynr/integration/MqttProviderProxyEnd2EndTest....
[Java] Use a constant for a constant expression The broker URL is always the same and is never changed. Change-Id: I0ce<I>e<I>f<I>c<I>fc<I>c<I>b<I>a5c0d2a<I>
bmwcarit_joynr
train
ef1e32a12b18d9e4a5663e4f58c200ab6153a112
diff --git a/lib/searchlogic/named_scopes/associations.rb b/lib/searchlogic/named_scopes/associations.rb index <HASH>..<HASH> 100644 --- a/lib/searchlogic/named_scopes/associations.rb +++ b/lib/searchlogic/named_scopes/associations.rb @@ -1,6 +1,18 @@ module Searchlogic module NamedScopes module Associations +...
Make sure association conditions are being type casted in the SearchProxy
binarylogic_searchlogic
train
ac85f17e276e7813eba73ddeca53ecfe90e3401a
diff --git a/src/Cursor.js b/src/Cursor.js index <HASH>..<HASH> 100644 --- a/src/Cursor.js +++ b/src/Cursor.js @@ -25,7 +25,7 @@ export default class Cursor { * @param {Number} [options.height=stream.rows] Number of rows (height) */ constructor(options = {}) { - const {stream = process.stdout, width = str...
perf(cursor): Improve performance of background(), foreground() and write()
kittikjs_cursor
train
f7cddb2fe554d9bf8aa1dd6634bf8654e2c3dbf6
diff --git a/src/Provider/SessionServiceProvider.php b/src/Provider/SessionServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/SessionServiceProvider.php +++ b/src/Provider/SessionServiceProvider.php @@ -57,6 +57,21 @@ class SessionServiceProvider implements ServiceProviderInterface $this->confi...
[Session] Reordered methods in SP
bolt_session
train
de45e00f8e3d7a3900bab3b1bb02f81154624437
diff --git a/frog/models.py b/frog/models.py index <HASH>..<HASH> 100644 --- a/frog/models.py +++ b/frog/models.py @@ -190,6 +190,10 @@ class Piece(models.Model): thumbnail_tag.allow_tags = True thumbnail_tag.short_description = 'Image' + @property + def cropSource(self): + raise NotImplemented...
Added property to get a croppable image
theiviaxx_Frog
train
83d2b4cf0e95c0d1ed763a0a149593aee448a00b
diff --git a/openquake/risklib/asset.py b/openquake/risklib/asset.py index <HASH>..<HASH> 100644 --- a/openquake/risklib/asset.py +++ b/openquake/risklib/asset.py @@ -253,6 +253,12 @@ aids_dt = numpy.dtype([('aids', hdf5.vuint32)]) class AssetCollection(object): + # the information about the assets is store in ...
Added a comment [skip CI] Former-commit-id: 2a3c4c<I>de<I>de<I>c8a<I>a<I>
gem_oq-engine
train
f0abb39fd35da562828e118a10e4e78da4f36bf9
diff --git a/pyquil/paulis.py b/pyquil/paulis.py index <HASH>..<HASH> 100644 --- a/pyquil/paulis.py +++ b/pyquil/paulis.py @@ -697,7 +697,7 @@ class PauliSum(object): """ if isinstance(other, PauliTerm): other_sum = PauliSum([other]) - elif isinstance(other, (Expression, Number)): ...
Fix type list to include complex Because it's not included in Number (lol) and because you can't use ExpressionDesignator in the type list (also lol).
rigetti_pyquil
train
a453628c4e43c67c747d5078704479aa73716182
diff --git a/p2p/transport.go b/p2p/transport.go index <HASH>..<HASH> 100644 --- a/p2p/transport.go +++ b/p2p/transport.go @@ -364,7 +364,7 @@ func (mt *MultiplexTransport) upgrade( if err != nil { return nil, nil, ErrRejected{ conn: c, - err: fmt.Errorf("secrect conn failed: %v", err), + ...
Fix a couple of typos (#<I>) Fix some typos in p2p/transport.go
tendermint_tendermint
train
65d0aaf330614ad9ae97f635d443c7c5b65ce43c
diff --git a/safe_qgis/tools/test/test_osm_downloader.py b/safe_qgis/tools/test/test_osm_downloader.py index <HASH>..<HASH> 100644 --- a/safe_qgis/tools/test/test_osm_downloader.py +++ b/safe_qgis/tools/test/test_osm_downloader.py @@ -23,6 +23,7 @@ import tempfile import shutil # this import required to enable PyQt...
Fix for unised import (pycharm inspection)
inasafe_inasafe
train
a6285a84c1fd2eeee0677efdc6e3fa3b24daf23c
diff --git a/app/scripts/Mobilization/components/MobilizationListItemMore.js b/app/scripts/Mobilization/components/MobilizationListItemMore.js index <HASH>..<HASH> 100644 --- a/app/scripts/Mobilization/components/MobilizationListItemMore.js +++ b/app/scripts/Mobilization/components/MobilizationListItemMore.js @@ -7,17 ...
Add point to proper mobilization external path into mobilization list more menu. #<I>
nossas_bonde-client
train
44bbb4309fab703a297a055ff60012e28c2758e5
diff --git a/test/integration/user/test/layer.test.js b/test/integration/user/test/layer.test.js index <HASH>..<HASH> 100644 --- a/test/integration/user/test/layer.test.js +++ b/test/integration/user/test/layer.test.js @@ -1,5 +1,5 @@ import carto from '../../../../src/'; -import mapboxgl from 'mapbox-gl'; +// import ...
Just a test to check random test:user failures
CartoDB_carto-vl
train
5d86dd6e0606fc2365819858db02ec959ff48e05
diff --git a/components/Migrate-CPTUI/Migrate-CPTUI.php b/components/Migrate-CPTUI/Migrate-CPTUI.php index <HASH>..<HASH> 100644 --- a/components/Migrate-CPTUI/Migrate-CPTUI.php +++ b/components/Migrate-CPTUI/Migrate-CPTUI.php @@ -57,11 +57,11 @@ class Pods_Migrate_CPTUI extends PodsComponent { public function __c...
Issue #<I>: `isnull` typo -> `is_null`
pods-framework_pods
train
ff8601e9af1b271c3fc6d087386f374dd2df20a6
diff --git a/manager/allocator/networkallocator/networkallocator.go b/manager/allocator/networkallocator/networkallocator.go index <HASH>..<HASH> 100644 --- a/manager/allocator/networkallocator/networkallocator.go +++ b/manager/allocator/networkallocator/networkallocator.go @@ -434,7 +434,7 @@ func (na *NetworkAllocato...
Update the family field correctly for auto subnets For networks which are created without a subnets, a default subnet in ipv4 is auto-generated. The auto-generated IPAM config needs to populate the address family with the right value which this PR addresses.
docker_swarmkit
train
f52accdbf2bb6f2a4eb31cfb55d81df9af83cb1a
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -368,7 +368,7 @@ var handlebarsDev = function() { log.activity('Finished cleaning.'); log.activity('Compiling Handlebars...'); - compileHandlebars(paths.html.pages + '**/*.hbs', paths.html.dev, ...
Fix handlebars production, Add one time development task
pangolinjs_core
train
59d5fc4171d69360f1e674191a590a8296e25fe1
diff --git a/src/Docker/Http/Client.php b/src/Docker/Http/Client.php index <HASH>..<HASH> 100644 --- a/src/Docker/Http/Client.php +++ b/src/Docker/Http/Client.php @@ -2,6 +2,8 @@ namespace Docker\Http; +use Docker\Http\Exception\ParseErrorException; + /** * Docker\Http\Client */ @@ -71,7 +73,14 @@ class Clien...
populate request in ParseErrorException
docker-php_docker-php
train
648bc066be55984c74ed1849a66b2cf411873f7d
diff --git a/test/spec/FileCommandHandlers-test.js b/test/spec/FileCommandHandlers-test.js index <HASH>..<HASH> 100644 --- a/test/spec/FileCommandHandlers-test.js +++ b/test/spec/FileCommandHandlers-test.js @@ -165,35 +165,36 @@ define(function (require, exports, module) { }); it...
Update unit tests to wait for testWindow unload event.
adobe_brackets
train
a6bc468ee719a5e2357ccf13e6c3f9c357d12668
diff --git a/opendatalake/detection/bosch_tlr.py b/opendatalake/detection/bosch_tlr.py index <HASH>..<HASH> 100644 --- a/opendatalake/detection/bosch_tlr.py +++ b/opendatalake/detection/bosch_tlr.py @@ -4,7 +4,8 @@ import math import numpy as np from scipy.misc import imread -from keras.utils import Sequence +impor...
Fixed import to tensorflow keras to reduce dependencies.
penguinmenac3_opendatalake
train
ef37e550be609b3b1d9260fd6d6fb1ad14699983
diff --git a/lib/excon/constants.rb b/lib/excon/constants.rb index <HASH>..<HASH> 100644 --- a/lib/excon/constants.rb +++ b/lib/excon/constants.rb @@ -74,6 +74,7 @@ module Excon :private_key_path, :connect_timeout, :family, + :keepalive, :host, :hostname, :omit_default_port, diff --git ...
Add support for tcp keepalive
excon_excon
train
bf915b3ae7124f76bb04fd4316fcb79375930df3
diff --git a/lib/components/MapCircle.js b/lib/components/MapCircle.js index <HASH>..<HASH> 100644 --- a/lib/components/MapCircle.js +++ b/lib/components/MapCircle.js @@ -1,6 +1,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import { + ColorPropType, ViewPropTypes, View, } from 'react-na...
Fix color prop types use react-native's ColorPropType to validate the input
react-native-community_react-native-maps
train
fd9e5aad74e82659dd865da8d375054a5d78b294
diff --git a/protocols/raft/src/main/java/io/atomix/protocols/raft/session/RaftSession.java b/protocols/raft/src/main/java/io/atomix/protocols/raft/session/RaftSession.java index <HASH>..<HASH> 100644 --- a/protocols/raft/src/main/java/io/atomix/protocols/raft/session/RaftSession.java +++ b/protocols/raft/src/main/java...
Use previousIndex only for PublishRequests to avoid inconsistencies on client proxy listeners. # Conflicts: # protocols/raft/src/main/java/io/atomix/protocols/raft/session/impl/RaftSessionContext.java
atomix_atomix
train
b400000126bdd05d2f520802960e6c203b56610b
diff --git a/Test/Alg/Text/TrimmerTest.php b/Test/Alg/Text/TrimmerTest.php index <HASH>..<HASH> 100644 --- a/Test/Alg/Text/TrimmerTest.php +++ b/Test/Alg/Text/TrimmerTest.php @@ -30,7 +30,7 @@ class Test_Alg_Text_TrimmerTest extends Test_Case { $this->string = "abcdefghijklmnop"; } - + /** * Setup for ever...
Extend by method trimLeft, using trim with new mode parameter.
CeusMedia_Common
train
05ead0183c8a2936b16c21723316eccf84eb58a0
diff --git a/lib/cm_client.js b/lib/cm_client.js index <HASH>..<HASH> 100644 --- a/lib/cm_client.js +++ b/lib/cm_client.js @@ -387,7 +387,7 @@ CMClient.prototype._getServer = function(server, callback) { }, 100); return; } else { - g_WebSocketBootstrapping = true; + g_WebSocketBootstrapping = Date.now();...
Fixed g_WebSocketBootstrapping not being set as a timestamp
DoctorMcKay_node-steam-client
train
1794222fe96269ce977a176bcca6e9c5dff71cf4
diff --git a/bct/algorithms/clustering.py b/bct/algorithms/clustering.py index <HASH>..<HASH> 100644 --- a/bct/algorithms/clustering.py +++ b/bct/algorithms/clustering.py @@ -252,7 +252,7 @@ def clustering_coef_wu_sign(W, coef_type='default'): for positive and negative weights. Three Algorithms are suppor...
fixed typo in Costantini clustering algorithm
aestrivex_bctpy
train
f09b4e5a3b73965ba3464186970b48635b73edda
diff --git a/core/resource/DependsOnPropertyCollection.php b/core/resource/DependsOnPropertyCollection.php index <HASH>..<HASH> 100644 --- a/core/resource/DependsOnPropertyCollection.php +++ b/core/resource/DependsOnPropertyCollection.php @@ -26,8 +26,27 @@ use ArrayIterator; use core_kernel_classes_Property; /** -...
feat: add equal method to dependd on property collections
oat-sa_generis
train
868c32334c0ccae0d9f8ab0a3b04c483b8e79571
diff --git a/src/main/java/com/j256/ormlite/android/AndroidDatabaseConnection.java b/src/main/java/com/j256/ormlite/android/AndroidDatabaseConnection.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/j256/ormlite/android/AndroidDatabaseConnection.java +++ b/src/main/java/com/j256/ormlite/android/AndroidDatabaseC...
Updated the tests and caught a bug with LONG_STRING handling under Android. Fixes bug #<I>.
j256_ormlite-android
train
03609122e16df4c0379a9a58574a21f5c75f7328
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,12 @@ except IOError: "``long_description`` (%s)\n" % readme_file) sys.exit(1) -install_requires = ['easy_thumbnails', 'django-guardian', 'html2text==2014.12.29'] +install_requires = [ + 'easy_thum...
requirements: add version specifier to django-guardian django-guardian drops support for django==<I> so this specifier is required to ensure django-userena works with django==<I>. Note that django guardian <I> will drop support for this release of django.
django-userena-ce_django-userena-ce
train
cd5d28f7e89f4a6cad600edddc11ba15151123f3
diff --git a/PHPCI/Controller/UserController.php b/PHPCI/Controller/UserController.php index <HASH>..<HASH> 100644 --- a/PHPCI/Controller/UserController.php +++ b/PHPCI/Controller/UserController.php @@ -254,7 +254,7 @@ class UserController extends Controller throw new NotFoundException('User with ID: ' . $...
Fixing the ability to delete users.
dancryer_PHPCI
train
96a4f0ad5d1ba0288d37997e11e9d144d068b6ef
diff --git a/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js b/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js index <HASH>..<HASH> 100644 --- a/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js +++ b/scripts/babel-relay-plugin/src/getBabelRelayPlugin.js @@ -15,7 +15,6 @@ var buildClientSchema = var ...
Make the babel-relay-plugin browser-safe
facebook_relay
train
4473ba495c760e88f8231a99285ee4f59258d336
diff --git a/metadata_request.go b/metadata_request.go index <HASH>..<HASH> 100644 --- a/metadata_request.go +++ b/metadata_request.go @@ -37,15 +37,8 @@ func (r *MetadataRequest) decode(pd packetDecoder, version int16) error { if err != nil { return err } - if size < 0 { - return nil - } else { - topicCount :...
small refactoring suggested on the code review
Shopify_sarama
train
c2480d6a4e2c0cf24356706bc7062791b6a73caa
diff --git a/pycronofy/client.py b/pycronofy/client.py index <HASH>..<HASH> 100644 --- a/pycronofy/client.py +++ b/pycronofy/client.py @@ -514,6 +514,16 @@ class Client(object): refresh_token=None, ) + def revoke_profile(self, profile_id): + """Revokes access to a specific profile. + +...
Adding method to revoke profile through API
cronofy_pycronofy
train
2435f8609d21c32123d315222b662990e8377f48
diff --git a/gridfs/grid_file.py b/gridfs/grid_file.py index <HASH>..<HASH> 100644 --- a/gridfs/grid_file.py +++ b/gridfs/grid_file.py @@ -217,7 +217,10 @@ class GridIn(object): "n": self._chunk_number, "data": Binary(data)} - self._chunks.insert(chunk) + try: + ...
GridFS.new_file fails to raise FileExists When using a manual _id - PYTHON-<I>
mongodb_mongo-python-driver
train
89f76efef6930190a5833f59060e9c7796def04d
diff --git a/bosh_cli/lib/cli/config.rb b/bosh_cli/lib/cli/config.rb index <HASH>..<HASH> 100644 --- a/bosh_cli/lib/cli/config.rb +++ b/bosh_cli/lib/cli/config.rb @@ -25,7 +25,7 @@ module Bosh::Cli end @commands = {} - @colorize = true + @colorize = nil @output = nil @interactive = false d...
respect color flag if explicitly given previously, even if --color was provided, if the output was not a TTY it would not use colors. now, if explicitly given, the value is always respected. the default value is changed to `nil` so that we can when it's not specified (in which case we color only if output is a tty).
cloudfoundry_bosh
train
479fe51454409dadfa23bb9af7b76ffc22af9a93
diff --git a/protocols/raft/src/test/java/io/atomix/protocols/raft/storage/log/AbstractLogTest.java b/protocols/raft/src/test/java/io/atomix/protocols/raft/storage/log/AbstractLogTest.java index <HASH>..<HASH> 100644 --- a/protocols/raft/src/test/java/io/atomix/protocols/raft/storage/log/AbstractLogTest.java +++ b/prot...
Use a single cached entry in Raft log tests.
atomix_atomix
train
2e47368d27539eabbd19e0f0a0db3e6ab5f58a86
diff --git a/src/jquery.stickybits.js b/src/jquery.stickybits.js index <HASH>..<HASH> 100644 --- a/src/jquery.stickybits.js +++ b/src/jquery.stickybits.js @@ -4,7 +4,7 @@ if (typeof window !== 'undefined') { const plugin = window.$ || window.jQuery || window.Zepto if (plugin) { plugin.fn.stickybits = functio...
return stickybits instance (#<I>)
dollarshaveclub_stickybits
train
6fc01470e0e8c75f28561ae123a955dc96087e39
diff --git a/visidata/cmdlog.py b/visidata/cmdlog.py index <HASH>..<HASH> 100644 --- a/visidata/cmdlog.py +++ b/visidata/cmdlog.py @@ -114,6 +114,7 @@ class CommandLog(Sheet): def newRow(self): return CommandLogRow() + @async def reload(self): reload_tsv_sync(self, header=1) # .vd file...
[macros] bugfix: use proper CommandLog reload assume all internal sheets are @async; use __wrapped__ to get sync version of async function
saulpw_visidata
train
50896eb33c9718f8412c2c0642a95ccaf99329bd
diff --git a/tests/test_gitpuller.py b/tests/test_gitpuller.py index <HASH>..<HASH> 100644 --- a/tests/test_gitpuller.py +++ b/tests/test_gitpuller.py @@ -323,6 +323,29 @@ def test_reset_file(): assert puller.read_file('README.md') == pusher.read_file('README.md') == '1' assert puller.read_fil...
Test sync after deleting file that had a conflict This tests for the issue <URL>
jupyterhub_nbgitpuller
train
e9678f2c258dd7a1028e7c13d0ad8095796bae04
diff --git a/scuba/config.py b/scuba/config.py index <HASH>..<HASH> 100644 --- a/scuba/config.py +++ b/scuba/config.py @@ -103,6 +103,31 @@ def find_config(): rel = os.path.join(rest, rel) +def _process_script_node(node, name): + '''Process a script-type node + + This handles nodes that follow the *C...
scuba: Pull _process_script_node from ScubaConfig class
JonathonReinhart_scuba
train
d9476b15925290417cf16a1086b1d8a32b6cb316
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -32,6 +32,18 @@ function HTTP_SWITCH(log, config) { this.switchType = config.switchType || SwitchType.STATEFUL; this.switchType.toLowerCase(); + let validSwitchType = false; + Object.keys(SwitchType).forEach(...
Fix: properly validate configured switchType before startup
Supereg_homebridge-http-switch
train
dd2998985665aca34fd9f90c6d007ee8dc73c4f7
diff --git a/graphtools/base.py b/graphtools/base.py index <HASH>..<HASH> 100644 --- a/graphtools/base.py +++ b/graphtools/base.py @@ -644,13 +644,13 @@ class PyGSPGraph(with_metaclass(abc.ABCMeta, pygsp.graphs.Graph, Base)): kernel matrix """ - def __init__(self, gtype='unknown', lap_type='combinatorial...
fixed issue with gtype and pygsp graphs
KrishnaswamyLab_graphtools
train
d59ad152a0467a4da4758c4921f54e68ddadc4d2
diff --git a/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php b/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php +++ b/src/Psalm/Internal/Analyzer/StatementsAnalyzer.php @@ -719,8 +719,7 @@ class StatementsAnalyzer extends SourceAn...
Remove fixable flag for Complexity issues (#<I>)
vimeo_psalm
train
912a76616ed5c9e25c09384ed464999c13acf7b0
diff --git a/docs/src/routes/examples/alluvialChart/components/index.js b/docs/src/routes/examples/alluvialChart/components/index.js index <HASH>..<HASH> 100644 --- a/docs/src/routes/examples/alluvialChart/components/index.js +++ b/docs/src/routes/examples/alluvialChart/components/index.js @@ -7,7 +7,7 @@ import { Radi...
import Surface from docs in examples
sghall_resonance
train
c144bba4f4b0fb016a00a86a09e11a154b2981e7
diff --git a/packages/reactstrap-validation-date/AvDate.js b/packages/reactstrap-validation-date/AvDate.js index <HASH>..<HASH> 100644 --- a/packages/reactstrap-validation-date/AvDate.js +++ b/packages/reactstrap-validation-date/AvDate.js @@ -175,6 +175,9 @@ class AvDate extends Component { type="button" ...
fix(reactstrap-validation-date): fixed z-index issue The input-group-addon automatically adds a z-index:2 onto any nested button component inside. Fixed this by adding a hardcoded z-index style to the button component that gets the class
Availity_availity-react
train
885aecb0cbccd13a092acd050f393b27a5e48bcb
diff --git a/Lib/extractor/formats/vfb.py b/Lib/extractor/formats/vfb.py index <HASH>..<HASH> 100644 --- a/Lib/extractor/formats/vfb.py +++ b/Lib/extractor/formats/vfb.py @@ -26,7 +26,7 @@ def isVFB(pathOrFile): def extractFontFromVFB(pathOrFile, destination, doGlyphs=True, doInfo=True, doKerning=True, doGroups=True...
add -<I> option don't know why
robotools_extractor
train
260936a4df84f22a5ce342a6d4c1afd84bdb292f
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -1499,7 +1499,15 @@ mapmap.behavior.zoom = function(options) { y: 6 }) .text('×'); - } + }, + // TODO: how should highlighting work on...
provide activate and deactivate functions for zoom behavior to style active element
floledermann_mapmap.js
train
38e25572d65163554b606a2a5a9087ed05be2826
diff --git a/addon/components/ember-flatpickr.js b/addon/components/ember-flatpickr.js index <HASH>..<HASH> 100644 --- a/addon/components/ember-flatpickr.js +++ b/addon/components/ember-flatpickr.js @@ -4,7 +4,6 @@ import { assign } from '@ember/polyfills'; import Component from '@ember/component'; import diffAttrs f...
Instantiate flatpickr object in didInsertElement hook for fastboot compatibility
shipshapecode_ember-flatpickr
train
b49144099c153eba643e068a2629819872814d45
diff --git a/src/Google/Service/Bigquery/JobConfiguration.php b/src/Google/Service/Bigquery/JobConfiguration.php index <HASH>..<HASH> 100644 --- a/src/Google/Service/Bigquery/JobConfiguration.php +++ b/src/Google/Service/Bigquery/JobConfiguration.php @@ -22,6 +22,7 @@ class Google_Service_Bigquery_JobConfiguration exte...
Autogenerated update for bigquery version v2 (<I>-<I>-<I>)
googleapis_google-api-php-client-services
train
827d459f02c4a8719a379bdd0b77edda71fd2fa7
diff --git a/revproxy/views.py b/revproxy/views.py index <HASH>..<HASH> 100644 --- a/revproxy/views.py +++ b/revproxy/views.py @@ -122,11 +122,13 @@ class ProxyView(View): return request_headers + def get_request_headers(self): + return self.get_proxy_request_headers(self.request) + def _cre...
Added get_request_headers method
TracyWebTech_django-revproxy
train
1860fa6f697d3a1aadb8fcffc13260c65a6dcf3c
diff --git a/queue.js b/queue.js index <HASH>..<HASH> 100644 --- a/queue.js +++ b/queue.js @@ -20,8 +20,8 @@ var DEFAULT_NUM_WORKERS = 1, * process the queue item. This function is passed three parameters: * - data {Object} The current data at the location. * - progress {Function} A function to update t...
Updating function comment to reflect behavior
FirebaseExtended_firebase-queue
train
1edd3365f6703ed2adc1ec0f5443e01d627d91ff
diff --git a/Kwc/Basic/Table/Trl/AdminRow.php b/Kwc/Basic/Table/Trl/AdminRow.php index <HASH>..<HASH> 100644 --- a/Kwc/Basic/Table/Trl/AdminRow.php +++ b/Kwc/Basic/Table/Trl/AdminRow.php @@ -27,6 +27,8 @@ class Kwc_Basic_Table_Trl_AdminRow extends Kwf_Model_Proxy_Row $this->_trlRow->__set($name, $value); ...
Add function to reset to master with inserting master-data
koala-framework_koala-framework
train
56d9c34ca4affc52da3e552d784e6e1f20eef6de
diff --git a/app/js/_timer.js b/app/js/_timer.js index <HASH>..<HASH> 100644 --- a/app/js/_timer.js +++ b/app/js/_timer.js @@ -11,6 +11,7 @@ var timerModule = angular.module('timer', []) finishCallback: '&finishCallback', autoStart: '&autoStart', language: '@?', + fallback: '@?', ...
Add possibility for configuring lang fallback from the angular-timer directive
siddii_angular-timer
train
8bb9efc472aa6e69627c76d64d7b739aeb17c0ba
diff --git a/org.ektorp/src/main/java/org/ektorp/UpdateHandlerRequest.java b/org.ektorp/src/main/java/org/ektorp/UpdateHandlerRequest.java index <HASH>..<HASH> 100644 --- a/org.ektorp/src/main/java/org/ektorp/UpdateHandlerRequest.java +++ b/org.ektorp/src/main/java/org/ektorp/UpdateHandlerRequest.java @@ -6,40 +6,21 @@...
reference to ObjectMapper removed from UpdateHandlerRequest
helun_Ektorp
train
20cd130c506b04b4d0e6b499cee4f00d7a3a905d
diff --git a/src/sap.ui.mdc/src/sap/ui/mdc/odata/v4/TableDelegate.js b/src/sap.ui.mdc/src/sap/ui/mdc/odata/v4/TableDelegate.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.mdc/src/sap/ui/mdc/odata/v4/TableDelegate.js +++ b/src/sap.ui.mdc/src/sap/ui/mdc/odata/v4/TableDelegate.js @@ -198,24 +198,34 @@ sap.ui.define([ ...
[FIX] TableDelegate: suspend/resume on the root binding BCP: n/a Change-Id: I<I>ce<I>db5c6bbdb<I>fa6f3ae6b<I>b<I>
SAP_openui5
train
59e1ff83e00488aa4a4addf4eeca92196fc92d17
diff --git a/src/Tabs/Tab.js b/src/Tabs/Tab.js index <HASH>..<HASH> 100644 --- a/src/Tabs/Tab.js +++ b/src/Tabs/Tab.js @@ -17,10 +17,8 @@ function getStyles(props, context) { display: 'flex', flexDirection: 'column', alignItems: 'center', - justifyContent: 'space-between', - height: (prop...
[Tab] Fix the justify content when there is only one child
mui-org_material-ui
train
f3003de9d16a4ed6336cdcb0c1560d460ec6f395
diff --git a/lib/Condorcet/Condorcet.php b/lib/Condorcet/Condorcet.php index <HASH>..<HASH> 100644 --- a/lib/Condorcet/Condorcet.php +++ b/lib/Condorcet/Condorcet.php @@ -2,7 +2,7 @@ /* Condorcet PHP Class, with Schulze Methods and others ! - Version : 0.11 + Version : 0.12 By Julien Boudry - MIT LICENSE (Plea...
Prepare for <I> & News header comment for algorithms
julien-boudry_Condorcet
train
87208381f54131126340093661c23264f0466e3d
diff --git a/TYPO3.TYPO3CR/Classes/Domain/Model/ProxyNode.php b/TYPO3.TYPO3CR/Classes/Domain/Model/ProxyNode.php index <HASH>..<HASH> 100644 --- a/TYPO3.TYPO3CR/Classes/Domain/Model/ProxyNode.php +++ b/TYPO3.TYPO3CR/Classes/Domain/Model/ProxyNode.php @@ -570,7 +570,7 @@ class ProxyNode implements NodeInterface { * ...
[BUGFIX] Fix visibility of getContext() in ProxyNode The getContext() method in ProxyNode was protected, but in Node it is public. This change makes it public in ProxyNode as well. Change-Id: Ic<I>d<I>b2b4d<I>f<I>e5df6a2d Original-Commit-Hash: <I>aa7b6b<I>c<I>c<I>be<I>f<I>ca<I>
neos_neos-development-collection
train