hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
55bec833aa899c155189768cdcd961baa78888cd
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,8 @@ In the above example, the model instructs the activatable model app to use `ValidationError` is raised during syncdb / migrate. ## Release Notes +* 0.4.2 + * Fixed bug when activating a queryset tha...
fixed a bug when filtering activatable querysets by the activatable flag
ambitioninc_django-activatable-model
train
84e181d96e5ee5034930df8296c16c054bcdb037
diff --git a/ginkgo/testsuite/testsuite_test.go b/ginkgo/testsuite/testsuite_test.go index <HASH>..<HASH> 100644 --- a/ginkgo/testsuite/testsuite_test.go +++ b/ginkgo/testsuite/testsuite_test.go @@ -41,7 +41,7 @@ var _ = Describe("TestSuite", func() { writeFile("/redherring", "big_test.jpg", "package ginkgo", 0666) ...
Fix typo E.g. "Professor Plum, in the library, with the spanner.
onsi_ginkgo
train
524c781eb905c44d7bd1ac40ba4c744045f070bf
diff --git a/cppman/main.py b/cppman/main.py index <HASH>..<HASH> 100644 --- a/cppman/main.py +++ b/cppman/main.py @@ -205,6 +205,10 @@ class Cppman(Crawler): """ add with all keywords variations """ for k in keywords: + """ add std:: to typedef if original type is in std name...
fix: extracting typedefs for fstream, ifstream and ofstream
aitjcize_cppman
train
23dae76dd1b86f91b6a0f4a17788ee795296b757
diff --git a/api/project.js b/api/project.js index <HASH>..<HASH> 100644 --- a/api/project.js +++ b/api/project.js @@ -5,10 +5,11 @@ const shortid = require('shortid'); const DEFAULT_STATE = 'queued'; const DEFAULT_TEMPLATE = 'template.aep'; const DEFAULT_COMPOSITION = 'comp1'; +const DEFAULT_PROJECT_...
renamed custom settings, fixed custom project
inlife_nexrender
train
573cf9db0ad52c8802da346c0122cf422d6eb111
diff --git a/src/gquery.py b/src/gquery.py index <HASH>..<HASH> 100644 --- a/src/gquery.py +++ b/src/gquery.py @@ -10,6 +10,8 @@ import logging import traceback import re import urllib2 +import urllib +import json # grlc modules import static
Added missing imports after refactor
CLARIAH_grlc
train
a3ccc25e5a8cc35123f075c46dd59897f3d1b27e
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1386,19 +1386,21 @@ func handleSendRawTransaction(s *rpcServer, cmd btcjson.Cmd) (interface{}, error // When the error is a rule error, it means the transaction was // simply rejected as opposed to somet...
Return errors for any sendrawtransaction rejection. This changes the implementation of the sendrawtransaction RPC handler to match bitcoind behavior by always returning a rejection error for any error processing or accepting the tx by the mempool. Previously, if the tx was rejected for a rule error rather than an act...
btcsuite_btcd
train
3f05440f1e0dc443fbd250c8b3c58e6239576091
diff --git a/lib/twitter/base.rb b/lib/twitter/base.rb index <HASH>..<HASH> 100644 --- a/lib/twitter/base.rb +++ b/lib/twitter/base.rb @@ -12,57 +12,68 @@ module Twitter # Define methods that retrieve the value from an initialized instance variable Hash, using the attribute as a key # - # @param attrs [A...
Refactor code common to Twitter::Base#attr_reader and object_attr_reader
sferik_twitter
train
1008de27c9005554b9f0d77eb1318933723f0812
diff --git a/ide/plugins/codegen/src/main/java/org/overture/ide/plugins/codegen/commands/Vdm2JavaCommand.java b/ide/plugins/codegen/src/main/java/org/overture/ide/plugins/codegen/commands/Vdm2JavaCommand.java index <HASH>..<HASH> 100644 --- a/ide/plugins/codegen/src/main/java/org/overture/ide/plugins/codegen/commands/V...
Update codegen plugin to work with recent javagen changes
overturetool_overture
train
42e7ec8452050ae9e90ad90337c9f065e761188c
diff --git a/backends/mongo-aggregator.go b/backends/mongo-aggregator.go index <HASH>..<HASH> 100644 --- a/backends/mongo-aggregator.go +++ b/backends/mongo-aggregator.go @@ -5,6 +5,7 @@ package backends import ( "fmt" "strings" + "time" "github.com/ghetzel/go-stockutil/stringutil" "github.com/ghetzel/pivot/...
backends/mongo: Allow numeric aggregations on time types
ghetzel_pivot
train
0b755183445906952a1136cc7bc6ae9ff4813e60
diff --git a/djongo/models/fields.py b/djongo/models/fields.py index <HASH>..<HASH> 100644 --- a/djongo/models/fields.py +++ b/djongo/models/fields.py @@ -23,7 +23,7 @@ from django.db import connections as pymongo_connections from django.db import router, connections, transaction from django.db.models import ( ...
Fixed Subnested ArrayModelField This is a test with ArrayModelField Subnested, correction by @klausthelen merge and tests by @lesantana<I>
nesdis_djongo
train
f1b8d0c8f66ca70ae08719cfdcdf1e03bef89087
diff --git a/src/cst/FlowCollection.js b/src/cst/FlowCollection.js index <HASH>..<HASH> 100644 --- a/src/cst/FlowCollection.js +++ b/src/cst/FlowCollection.js @@ -16,7 +16,7 @@ export class FlowCollection extends Node { return ( !!node && (node.jsonLike || - (node.type === Type.COMMENT && this...
Fix typo in flow collection parsing (Fixes #<I>)
eemeli_yaml
train
99ff7cd9cfed5c541567d099e790e2da457701c4
diff --git a/fastlane_core/lib/fastlane_core/configuration/config_item.rb b/fastlane_core/lib/fastlane_core/configuration/config_item.rb index <HASH>..<HASH> 100644 --- a/fastlane_core/lib/fastlane_core/configuration/config_item.rb +++ b/fastlane_core/lib/fastlane_core/configuration/config_item.rb @@ -1,6 +1,6 @@ modu...
[fastlane_core] sensitive flag on config items (#<I>) * Added the ability to suppress echo when entering sensitive parameters such as passwords.
fastlane_fastlane
train
dfac53d6c2af7acd35f143ff8c834bd53c72ff38
diff --git a/apiserver/logsink/logsink_test.go b/apiserver/logsink/logsink_test.go index <HASH>..<HASH> 100644 --- a/apiserver/logsink/logsink_test.go +++ b/apiserver/logsink/logsink_test.go @@ -8,6 +8,7 @@ import ( "net/http" "net/http/httptest" "net/url" + "runtime/debug" "sync" "time" @@ -47,6 +48,8 @@ t...
Add logging to help find intermittent failure.
juju_juju
train
a72329f4b0fc8900f711290d48cbac8dd931cd72
diff --git a/pykeeper/__init__.py b/pykeeper/__init__.py index <HASH>..<HASH> 100644 --- a/pykeeper/__init__.py +++ b/pykeeper/__init__.py @@ -4,4 +4,4 @@ from .log_stream import install as install_log_stream, uninstall as uninstall_lo # See http://www.python.org/dev/peps/pep-0386/ for version numbering, especially ...
moving git to <I>-dev
nkvoll_pykeeper
train
496e76f571e8f823fe2b7d214d7d899127406e30
diff --git a/src/Legacy/Numbers/Words/Locale/Ru.php b/src/Legacy/Numbers/Words/Locale/Ru.php index <HASH>..<HASH> 100644 --- a/src/Legacy/Numbers/Words/Locale/Ru.php +++ b/src/Legacy/Numbers/Words/Locale/Ru.php @@ -123,7 +123,7 @@ class Ru extends Words ], 'EUR' => [ [1, 'евро', 'евро', '...
Update Ru.php (#<I>) * Update Ru.php
kwn_number-to-words
train
959c5975e00e426f382b0173b294af9c3e869e0a
diff --git a/hendrix/contrib/cache/resource.py b/hendrix/contrib/cache/resource.py index <HASH>..<HASH> 100644 --- a/hendrix/contrib/cache/resource.py +++ b/hendrix/contrib/cache/resource.py @@ -3,8 +3,10 @@ from datetime import datetime import gzip import urlparse +from hendrix.defaults import MAX_AGE + from urll...
functional cache - may be broken on images
hendrix_hendrix
train
7458084e09e536c423cd9b000a30938951851e3c
diff --git a/builtin/credential/ldap/backend_test.go b/builtin/credential/ldap/backend_test.go index <HASH>..<HASH> 100644 --- a/builtin/credential/ldap/backend_test.go +++ b/builtin/credential/ldap/backend_test.go @@ -41,6 +41,21 @@ func TestBackend_basic(t *testing.T) { }) } +func TestBackend_basic_authbind(t *t...
Add ldap tests that use a bind dn and bind password
hashicorp_vault
train
33185837dbc1f75f7894b9cbc3e56c1c6a868c4c
diff --git a/setuptools/command/upload.py b/setuptools/command/upload.py index <HASH>..<HASH> 100644 --- a/setuptools/command/upload.py +++ b/setuptools/command/upload.py @@ -84,7 +84,7 @@ class upload(orig.upload): 'md5_digest': hashlib.md5(content).hexdigest(), # additional meta-data - ...
Use get_metadata_version in upload_file Previously this value was hard-coded to '<I>', which was inaccurate for many packages. Fixes #<I>
pypa_setuptools
train
3d2f11594ab546874aad07ccf08b4193ad4a12db
diff --git a/doc/source/whatsnew/v0.18.0.txt b/doc/source/whatsnew/v0.18.0.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.18.0.txt +++ b/doc/source/whatsnew/v0.18.0.txt @@ -824,6 +824,8 @@ Other API Changes - As part of the new API for :ref:`window functions <whatsnew_0180.enhancements.moments>` and :r...
BUG: Prevent abuse of kwargs in stat functions Addresses issue #<I> by filtering `kwargs` argument in stat functions to prevent the passage of clearly invalid arguments while at the same time maintaining compatibility with analogous `numpy` functions.
pandas-dev_pandas
train
de126a5b4412e512ff7204283d44d2ba4c2da146
diff --git a/spec/punit/task_spec.rb b/spec/punit/task_spec.rb index <HASH>..<HASH> 100644 --- a/spec/punit/task_spec.rb +++ b/spec/punit/task_spec.rb @@ -14,6 +14,7 @@ describe 'Flor punit' do @unit = Flor::Unit.new('envs/test/etc/conf.json') @unit.conf['unit'] = 'u' + @unit.hooker.add('journal', Flor::...
Add spec for "task" and its 'return' point
floraison_flor
train
df8be6f31e7b5d83fa8537ccce9dca4edb062cb5
diff --git a/tests/Doctrine/Tests/ORM/Mapping/DefaultQuoteStrategyTest.php b/tests/Doctrine/Tests/ORM/Mapping/DefaultQuoteStrategyTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/Mapping/DefaultQuoteStrategyTest.php +++ b/tests/Doctrine/Tests/ORM/Mapping/DefaultQuoteStrategyTest.php @@ -1,10 +1,9 @@ ...
Correcting import that was colliding with another already imported `User` type
doctrine_orm
train
e9c99e070a9653dffb60eacc1b1ceb687a4e565b
diff --git a/spec/ImageDiffSpec.js b/spec/ImageDiffSpec.js index <HASH>..<HASH> 100644 --- a/spec/ImageDiffSpec.js +++ b/spec/ImageDiffSpec.js @@ -1,6 +1,7 @@ var - imagediff = imagediff || require('../imagediff.js'), + require = require || null, Canvas = require && require('canvas'), + imagediff = imagedif...
Spec once again plays nicely with JHW
HumbleSoftware_js-imagediff
train
c25ffd5d2e825bba4335866e2c5c4182d25eedef
diff --git a/tests/integration/client/test_kwarg.py b/tests/integration/client/test_kwarg.py index <HASH>..<HASH> 100644 --- a/tests/integration/client/test_kwarg.py +++ b/tests/integration/client/test_kwarg.py @@ -89,3 +89,8 @@ class StdTest(integration.ModuleCase): self.assertIn('int', data['args'][1]) ...
Add LocalClient and RunnerClient full_return tests
saltstack_salt
train
4105d6330fad9e1d2d73ed16d6e7860a347f25e2
diff --git a/src/GridFieldEditableColumns.php b/src/GridFieldEditableColumns.php index <HASH>..<HASH> 100644 --- a/src/GridFieldEditableColumns.php +++ b/src/GridFieldEditableColumns.php @@ -84,6 +84,12 @@ class GridFieldEditableColumns extends GridFieldDataColumns implements $value = $grid->getDataFieldV...
FIX Reinstate previous field fetch logic as fallback Fixes some cases where a field is not retrievable via dataFieldByName()
symbiote_silverstripe-gridfieldextensions
train
fa0352b06c89eb4b9b6ba0be3166dfcc6fe6858b
diff --git a/glue/lal.py b/glue/lal.py index <HASH>..<HASH> 100644 --- a/glue/lal.py +++ b/glue/lal.py @@ -7,6 +7,20 @@ __author__ = "Kipp Cannon <kipp@gravity.phys.uwm.edu>" __date__ = "$Date$" __version__ = "$Revision$" + +# +# Preamble +# + +import re + +from glue import segments + + +# +# High precision time ob...
Move LAL cache code from pyal to Glue.
gwastro_pycbc-glue
train
e7161d1dd609e9da8990d8a649cd35c3a4e794f7
diff --git a/mapillary_tools/utils.py b/mapillary_tools/utils.py index <HASH>..<HASH> 100644 --- a/mapillary_tools/utils.py +++ b/mapillary_tools/utils.py @@ -31,7 +31,15 @@ def is_image_file(path: str) -> bool: def is_video_file(path: str) -> bool: _, ext = os.path.splitext(os.path.basename(path)) - return ...
feat: add <I> (GoProMax) in the video process file type list (#<I>)
mapillary_mapillary_tools
train
c4d9b5b1ee6303d6c3b17a3604b3339b3518fc64
diff --git a/spec/lib/terraforming/resource/iam_policy_spec.rb b/spec/lib/terraforming/resource/iam_policy_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/terraforming/resource/iam_policy_spec.rb +++ b/spec/lib/terraforming/resource/iam_policy_spec.rb @@ -18,7 +18,8 @@ module Terraforming attachment_cou...
Update iam_policy_spec to include description field
dtan4_terraforming
train
0282c8dd5d77f27be85ea9318ef0d503b563b1b4
diff --git a/osmnet/load.py b/osmnet/load.py index <HASH>..<HASH> 100644 --- a/osmnet/load.py +++ b/osmnet/load.py @@ -135,7 +135,7 @@ def osm_net_download(lat_min=None, lng_min=None, lat_max=None, lng_max=None, polygon = Polygon([(lng_max, lat_min), (lng_min, lat_min), (lng_min, lat_max), ...
update docstrings and FutureWarning for CRS init schema change
UDST_osmnet
train
85f30d10d27a0ea2997cd5d3031adccfe3eb2899
diff --git a/pgproto3/parse.go b/pgproto3/parse.go index <HASH>..<HASH> 100644 --- a/pgproto3/parse.go +++ b/pgproto3/parse.go @@ -17,6 +17,8 @@ type Parse struct { func (*Parse) Frontend() {} func (dst *Parse) Decode(src []byte) error { + *dst = Parse{} + buf := bytes.NewBuffer(src) b, err := buf.ReadBytes(0...
Ensure pgproto3.Parse.Decode overwrites itself entirely
jackc_pgx
train
909cee7a336cea106c38a417ecc07ee042aee87c
diff --git a/spec/support/aws_example_group.rb b/spec/support/aws_example_group.rb index <HASH>..<HASH> 100644 --- a/spec/support/aws_example_group.rb +++ b/spec/support/aws_example_group.rb @@ -96,11 +96,26 @@ module AwsSystemExampleGroup def deployments_path File.join(BOSH_TMP_DIR, "spec", "deployments") e...
copy global one-ring-key to local path for use by bosh
cloudfoundry_bosh
train
a9dbc04a880137b5e850e3bc0618190c0044278a
diff --git a/src/CachePlugin.php b/src/CachePlugin.php index <HASH>..<HASH> 100644 --- a/src/CachePlugin.php +++ b/src/CachePlugin.php @@ -43,7 +43,7 @@ final class CachePlugin implements Plugin * value * @var string $hash_algo The hashing algorithm to use when generating cache keys *...
Minor typo and fix (#<I>) typo fix and cleanup composer.json
php-http_cache-plugin
train
03e63f3fb954b05ab6fdabf00d52eb014dc69c59
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/search/nls/root/messages.js b/bundles/org.eclipse.orion.client.ui/web/orion/search/nls/root/messages.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/search/nls/root/messages.js +++ b/bundles/org.eclipse.orion.client.ui/web/ori...
[nobug] - Placeholder text should be sentence case
eclipse_orion.client
train
107e3791948e2353ac89d9bb967526f2b5fd9609
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -215,8 +215,8 @@ exports.build = function build(argv, callback) { // more specific desires, they can configure the dependencies themselves, or // just not run the --bundle action. bundled = lodash.union( - ...
bundle: accept packages with no dependencies A missing dependencies or optionalDependencies was triggering a bug.
strongloop_strong-build
train
00fa49ceecfdad57f5274944882fbd70ed242637
diff --git a/spec/integration/relationship_many_to_many_through_spec.rb b/spec/integration/relationship_many_to_many_through_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/relationship_many_to_many_through_spec.rb +++ b/spec/integration/relationship_many_to_many_through_spec.rb @@ -117,13 +117,10 @@ describ...
[WIP] Uncomment stuff
rom-rb_rom
train
6dd200286c515443f5d6f5119cfef230b3bd3883
diff --git a/code/CwpLogger.php b/code/CwpLogger.php index <HASH>..<HASH> 100644 --- a/code/CwpLogger.php +++ b/code/CwpLogger.php @@ -246,6 +246,40 @@ class CwpLogger extends SiteTreeExtension { } /** + * Log a record being deleted. + */ + public function onAfterDelete() { + $member = Member::currentUser(); +...
More audit logging of archive and delete actions Note that an "archive" is tracked as delete -> unpublish -> delete in the audit logs, due to the way the functionality is implemented in core. There's no way to tell those operations apart on the extension hook level.
silverstripe_cwp-core
train
b42668142c0544729c28641ec5924d7e07761ef1
diff --git a/source/Application/Controller/AccountController.php b/source/Application/Controller/AccountController.php index <HASH>..<HASH> 100644 --- a/source/Application/Controller/AccountController.php +++ b/source/Application/Controller/AccountController.php @@ -366,10 +366,6 @@ class AccountController extends \Oxi...
OXDEV-<I> Remove fatal error Remove method that should be called only in backend.
OXID-eSales_oxideshop_ce
train
64a30da7bd26a94645edfe47c2d7eb54b98d0684
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -152,7 +152,17 @@ function keysSorter(input) { return input; } +function removeHash(input) { + const hashStart = input.indexOf('#'); + if (hashStart !== -1) { + input = input.slice(0, hashStart); + } + + return input; +}...
Support hash in `.extract()` (#<I>)
sindresorhus_query-string
train
9c980d701d0d1d564fb1c54df0dd40769c93e531
diff --git a/nianalysis/pipeline.py b/nianalysis/pipeline.py index <HASH>..<HASH> 100644 --- a/nianalysis/pipeline.py +++ b/nianalysis/pipeline.py @@ -144,20 +144,13 @@ class Pipeline(object): def __eq__(self, other): if not isinstance(other, self.__class__): return False - # NB: Workf...
avoid running pipeline prerequisites multiple times if they are also a prerequisite prerequisite
MonashBI_arcana
train
55e041c427ba846802df001a280ee7b5595d94d6
diff --git a/schema/brain/queries/decorators.py b/schema/brain/queries/decorators.py index <HASH>..<HASH> 100644 --- a/schema/brain/queries/decorators.py +++ b/schema/brain/queries/decorators.py @@ -6,46 +6,44 @@ from ..connection import rethinkdb as r, connect from ..connection import validate_get_dbs from decorator...
pcp-<I> - code climate complains a lot
ramrod-project_database-brain
train
65df872ab3c0f40b56b18f773ce5316e32c1aba5
diff --git a/Malmo/samples/Python_examples/depth_map_runner.py b/Malmo/samples/Python_examples/depth_map_runner.py index <HASH>..<HASH> 100755 --- a/Malmo/samples/Python_examples/depth_map_runner.py +++ b/Malmo/samples/Python_examples/depth_map_runner.py @@ -194,7 +194,7 @@ if agent_host.receivedArgument("test"): else...
Cut/paste error in depthmap sample
Microsoft_malmo
train
e115b459f06eee396e0f5288789f5ec83552716d
diff --git a/lib/friendly_id/history.rb b/lib/friendly_id/history.rb index <HASH>..<HASH> 100644 --- a/lib/friendly_id/history.rb +++ b/lib/friendly_id/history.rb @@ -54,11 +54,13 @@ method. =end module History + def self.setup(model_class) + model_class.friendly_id_config.use :slugged + end + # C...
Use setup method to ensure modules are loaded properly
norman_friendly_id
train
a761a8276225ea96fb9f28de19d9c090cc3b5fde
diff --git a/examples/rails3_root/Gemfile b/examples/rails3_root/Gemfile index <HASH>..<HASH> 100644 --- a/examples/rails3_root/Gemfile +++ b/examples/rails3_root/Gemfile @@ -3,15 +3,18 @@ source 'http://gemcutter.org' gem 'rails', '3.0.0.beta2' gem 'sqlite3-ruby', :require => 'sqlite3' -gem 'fixjour', :git => 'git...
Add cucumber dependencies to rails3 example app.
email-spec_email-spec
train
3954bcc7a2d1e5b12b03369a421075e56ceaefe1
diff --git a/django_js_reverse/core.py b/django_js_reverse/core.py index <HASH>..<HASH> 100755 --- a/django_js_reverse/core.py +++ b/django_js_reverse/core.py @@ -41,12 +41,15 @@ def prepare_url_list(urlresolver, namespace_path='', namespace=''): # ns "lorem" will be ignored but "lorem:ipsum" & "lorem:ipsum:.....
ADDED: support for include_only to include urls without ns
ierror_django-js-reverse
train
baa156ed0df6ce4f8d8c432f7b71366f226af5c5
diff --git a/controllers/socket/internal/handler/lobby.go b/controllers/socket/internal/handler/lobby.go index <HASH>..<HASH> 100644 --- a/controllers/socket/internal/handler/lobby.go +++ b/controllers/socket/internal/handler/lobby.go @@ -88,6 +88,11 @@ func LobbyCreate(_ *wsevent.Server, so *wsevent.Client, data []byt...
Delete lobby record if lobby create fails.
TF2Stadium_Helen
train
b39fb8fd3fcc084c4ee2b839d40b17e08c533b8f
diff --git a/src/dashbot-amazon-alexa.js b/src/dashbot-amazon-alexa.js index <HASH>..<HASH> 100644 --- a/src/dashbot-amazon-alexa.js +++ b/src/dashbot-amazon-alexa.js @@ -75,62 +75,88 @@ function DashBotAmazonAlexa(apiKey, urlRoot, debug, printErrors, config) { that.outgoingMetadata = metadata } - const setu...
handle the case when the callback is used.
actionably_dashbot
train
305e39d120d91691128146d13a11808ade7808cf
diff --git a/modules/cmsadmin/src/models/NavItemPage.php b/modules/cmsadmin/src/models/NavItemPage.php index <HASH>..<HASH> 100644 --- a/modules/cmsadmin/src/models/NavItemPage.php +++ b/modules/cmsadmin/src/models/NavItemPage.php @@ -249,9 +249,9 @@ class NavItemPage extends NavItemType implements NavItemTypeInterface...
temp disabled cache storige for content data as closure can not be stored in cache. #<I>
luyadev_luya
train
a6e82f4ae14ba289fc545849e52d0e68da09c1dc
diff --git a/pagoda/cooper.py b/pagoda/cooper.py index <HASH>..<HASH> 100644 --- a/pagoda/cooper.py +++ b/pagoda/cooper.py @@ -138,7 +138,7 @@ class Markers: data = [] for i, (_, frame, _) in enumerate(reader.read_frames()): if i >= start_frame: - data.appen...
Drop unused column 3 from c3d files.
EmbodiedCognition_pagoda
train
e907f07f6f17e21da27a2986e90ea2b977092d51
diff --git a/core/server/worker/src/test/java/alluxio/worker/netty/BlockReadHandlerTest.java b/core/server/worker/src/test/java/alluxio/worker/netty/BlockReadHandlerTest.java index <HASH>..<HASH> 100644 --- a/core/server/worker/src/test/java/alluxio/worker/netty/BlockReadHandlerTest.java +++ b/core/server/worker/src/te...
[SMALLFIX] CHANGE BlockReadHandleTest.java (#<I>) * exercise_1 * second commit
Alluxio_alluxio
train
6a4b61156b97ee98ec3ce072c94e8a04b1608bbf
diff --git a/SteamCommunity.php b/SteamCommunity.php index <HASH>..<HASH> 100644 --- a/SteamCommunity.php +++ b/SteamCommunity.php @@ -46,7 +46,7 @@ class SteamCommunity $this->cookieFilesDir = $cookieFilesDir; $this->apiKeyDomain = $apiKeyDomain; - $this->setSession(); + $this->_setSe...
Added underscore to all private functions to comply with naming convention
waylaidwanderer_PHP-SteamCommunity
train
d2b16aed19174e215af2be5b208915e82ca8fff2
diff --git a/src/org/joml/sampling/Random.java b/src/org/joml/sampling/Random.java index <HASH>..<HASH> 100644 --- a/src/org/joml/sampling/Random.java +++ b/src/org/joml/sampling/Random.java @@ -38,6 +38,16 @@ class Random { */ private static final float INT_TO_FLOAT = Float.intBitsToFloat(864026624...
Fix sampling.Random not being Java <I> compatible
JOML-CI_JOML
train
b83f001f6f62b7fdd6d25156d71007f67f511ee3
diff --git a/lib/svtplay_dl/service/kanal5.py b/lib/svtplay_dl/service/kanal5.py index <HASH>..<HASH> 100644 --- a/lib/svtplay_dl/service/kanal5.py +++ b/lib/svtplay_dl/service/kanal5.py @@ -30,9 +30,6 @@ class Kanal5(Service): video_id = match.group(1) if options.username and options.password: - ...
kanal5: bogus cookie thing is not needed.
spaam_svtplay-dl
train
2452d764a5499d2b2c70961f5866487d79ac3b72
diff --git a/lib/SAML2/XML/md/EntitiesDescriptor.php b/lib/SAML2/XML/md/EntitiesDescriptor.php index <HASH>..<HASH> 100644 --- a/lib/SAML2/XML/md/EntitiesDescriptor.php +++ b/lib/SAML2/XML/md/EntitiesDescriptor.php @@ -110,6 +110,7 @@ class SAML2_XML_md_EntitiesDescriptor extends SAML2_SignedElementHelper { if ($par...
SAML2: Properly initialize DOM elements. Failure to add the elements to the DOMDocument will result in canonicalization silently failing.
simplesamlphp_saml2
train
db225506c1df0801b934a20313eb6a25eed0d542
diff --git a/task-tree.rb b/task-tree.rb index <HASH>..<HASH> 100755 --- a/task-tree.rb +++ b/task-tree.rb @@ -69,27 +69,27 @@ class Tasky @prompt.keypress('_') when :add prompt_and_add_task - print_current + print_current(action) save_state when :up move_up - print_...
NEW: Basic moving up down left right for tasks..
hellola_task-tree
train
5cf8869e64a72bc6c9709338bab00915945597bb
diff --git a/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java b/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java +++ b/src/org/zaproxy/zap/extension/httpsessions/HttpSessionsAPI.java @@ -29,6 ...
Added action to remove session to the HttpSessions API.
zaproxy_zaproxy
train
15ac59211ab8b3de889527fcbe26fad47d0fe69a
diff --git a/server/signal_windows.go b/server/signal_windows.go index <HASH>..<HASH> 100644 --- a/server/signal_windows.go +++ b/server/signal_windows.go @@ -64,7 +64,7 @@ func ProcessSignal(command string, pid int) error { cmd = svc.Shutdown to = svc.Stopped case "reopen": - cmd = svc.ParamChange + cmd = sv...
Use custom code to signal log file reopen
nats-io_gnatsd
train
eb108ed435ff17388f90ed6d55df41c41bb7ec44
diff --git a/client/my-sites/hosting/sftp-card/index.js b/client/my-sites/hosting/sftp-card/index.js index <HASH>..<HASH> 100644 --- a/client/my-sites/hosting/sftp-card/index.js +++ b/client/my-sites/hosting/sftp-card/index.js @@ -80,10 +80,12 @@ const SftpCard = ( { }; useEffect( () => { - setIsLoading( true );...
Hosting: Prepare SFTP/phpMyAdmin cards for activation flow (#<I>) Shows the "Create SFTP credentials" state when the hosting features have not been activated yet (aka site is not Atomic). This will match what users see once the activation has been completed.
Automattic_wp-calypso
train
d306092cbc3f4b57da63dc91c7cb67444b52a86b
diff --git a/patroni/postgresql.py b/patroni/postgresql.py index <HASH>..<HASH> 100644 --- a/patroni/postgresql.py +++ b/patroni/postgresql.py @@ -5,6 +5,7 @@ import re import shlex import shutil import socket +import stat import subprocess import tempfile import time @@ -1186,6 +1187,7 @@ class Postgresql(object...
Explicitly secure rw perms for recovery.conf at creation time (#<I>) We don't want anybody except patroni/postgres user reading this file, it contains replication user and password.
zalando_patroni
train
668e87171068840a9d49328516eaa679ad5dc56f
diff --git a/src/app/Classes/Importers/Import.php b/src/app/Classes/Importers/Import.php index <HASH>..<HASH> 100644 --- a/src/app/Classes/Importers/Import.php +++ b/src/app/Classes/Importers/Import.php @@ -24,6 +24,7 @@ class Import private $rowIterator; private $sheetName; private $header; + private...
improves row sanitization
laravel-enso_DataImport
train
616e56b28b99d36e0611b4624814bc53b05bb420
diff --git a/cookiecutter/cli.py b/cookiecutter/cli.py index <HASH>..<HASH> 100755 --- a/cookiecutter/cli.py +++ b/cookiecutter/cli.py @@ -8,8 +8,6 @@ cookiecutter.cli Main `cookiecutter` CLI. """ -from __future__ import unicode_literals - import os import sys import logging @@ -28,46 +26,46 @@ logger = logging....
cli: don't use unicode_literals to please click The reason are explained in this thread: <URL>
audreyr_cookiecutter
train
d1c71fb693de06d8dc706f6c429aa052af2d25a5
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -0,0 +1,2 @@ + +module.exports = require('./lib/facebook.js');
Adding export of main lib file
vanng822_facebook-nodejs
train
8f66184a9dcd8f05741ccbf07bc7fee5e127288e
diff --git a/core/src/main/java/com/orientechnologies/orient/core/cache/OAbstractRecordCache.java b/core/src/main/java/com/orientechnologies/orient/core/cache/OAbstractRecordCache.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/cache/OAbstractRecordCache.java +++ b/core/src/m...
Cache: - fixed bug on removing the most used items not the less used - protected with locks critical parts
orientechnologies_orientdb
train
2de54b47fb6a0bd458e154039c005e6c20bb9029
diff --git a/pycbc/ahope/datafind_utils.py b/pycbc/ahope/datafind_utils.py index <HASH>..<HASH> 100644 --- a/pycbc/ahope/datafind_utils.py +++ b/pycbc/ahope/datafind_utils.py @@ -354,6 +354,8 @@ def run_datafind_instance(cp, outputDir, connection, observatory, frameType, # Take the datafind KWargs from config (usu...
By default glue.datafind should not print warning messages. Ahope will handle that. Can be overridden with ini file option.
gwastro_pycbc
train
a90ab0d301f5496fc539a5901b3a9cca093aa1b4
diff --git a/config/routes.rb b/config/routes.rb index <HASH>..<HASH> 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,8 +1,5 @@ Socializer::Engine.routes.draw do - get "shares/new" - get "shares/create" - match '/auth/:provider/callback' => 'sessions#create', via: [:get, :post] match '/auth/failur...
remove the generated routes and update the existing share routes
socializer_socializer
train
89f6b77e928447daa376babe5841c9a638e5f831
diff --git a/nodedb.go b/nodedb.go index <HASH>..<HASH> 100644 --- a/nodedb.go +++ b/nodedb.go @@ -36,7 +36,7 @@ var ( ) type nodeDB struct { - mtx sync.RWMutex // Read/write lock. + mtx sync.Mutex // Read/write lock. db dbm.DB // Persistent node storage. ba...
rollback to use normal mutex in nodeDB (#<I>)
tendermint_iavl
train
00c92ef2852abcc037091d5b03701586df121b59
diff --git a/packages/ember-routing/lib/router.js b/packages/ember-routing/lib/router.js index <HASH>..<HASH> 100644 --- a/packages/ember-routing/lib/router.js +++ b/packages/ember-routing/lib/router.js @@ -154,12 +154,12 @@ var get = Ember.get, getPath = Ember.getPath, set = Ember.set; } Within `deserializ...
Fix typos in docs.
emberjs_ember.js
train
bbd6506e572b4b5fa7f9dc1dea70aed2010acb9a
diff --git a/opensimplex.py b/opensimplex.py index <HASH>..<HASH> 100644 --- a/opensimplex.py +++ b/opensimplex.py @@ -1,6 +1,8 @@ # Open Simplex 2D Noise # Based on: https:#gist.github.com/KdotJPG/b1270127455a94ac5d19 +from ctypes import c_long + STRETCH_CONSTANT_2D = -0.211324865405187 #(1/Math.sqrt(2+1)-1)/2 S...
Thanks to /u/redblobgames, on reddit, for the help.
lmas_opensimplex
train
7677ee5fbc7b6f1e05d6cb83a640104a81a9c49f
diff --git a/pent/test/pent_base.py b/pent/test/pent_base.py index <HASH>..<HASH> 100644 --- a/pent/test/pent_base.py +++ b/pent/test/pent_base.py @@ -62,6 +62,12 @@ class SuperPent: with (Path() / "pent" / "test" / "Cu_CAS.out").open() as f: return f.read() + @staticmethod + def get_orca_...
TEST: Pull across v.optline test as-is BROKEN as currently implemented; the optional line in the body just does not want to work. [skip ci]
bskinn_pent
train
2119a966f074d3754e8b5565c13e3484f9de89ed
diff --git a/plugin/geomajas-plugin-caching/caching/src/main/java/org/geomajas/plugin/caching/step/GetFeaturesEachCachingInterceptor.java b/plugin/geomajas-plugin-caching/caching/src/main/java/org/geomajas/plugin/caching/step/GetFeaturesEachCachingInterceptor.java index <HASH>..<HASH> 100644 --- a/plugin/geomajas-plugi...
CACHE-9: interceptors should not finish context
geomajas_geomajas-project-server
train
0640a0fb0a0262768989c43c9d83447fc45092ce
diff --git a/lib/tty/file.rb b/lib/tty/file.rb index <HASH>..<HASH> 100644 --- a/lib/tty/file.rb +++ b/lib/tty/file.rb @@ -53,8 +53,8 @@ module TTY def binary?(relative_path) bytes = ::File.new(relative_path).size bytes = 2**12 if bytes > 2**12 - buffer = ::File.read(relative_path, bytes, 0) || ...
Change binary check to correctly identify utf-8 file larger than block size of <I> as non-binary and close #<I>
piotrmurach_tty-file
train
c804044032212553789d5b79c2e650e910ff9ea0
diff --git a/tests/test.js b/tests/test.js index <HASH>..<HASH> 100644 --- a/tests/test.js +++ b/tests/test.js @@ -6,35 +6,69 @@ var mock = require(".."); var app = { regularFunction: function() { return 1; + }, + argumentFunction: function(arg1, arg2) { + return arg1 + arg2; } }; m...
Added in some tests for functions with parameters.
Eagerod_nodeunit-mock
train
0b946bdf191d526ec2b6ed30812c21d1f1075907
diff --git a/geometry/eolearn/geometry/morphology.py b/geometry/eolearn/geometry/morphology.py index <HASH>..<HASH> 100644 --- a/geometry/eolearn/geometry/morphology.py +++ b/geometry/eolearn/geometry/morphology.py @@ -46,6 +46,6 @@ class ErosionTask(EOTask): merged_mask = np.logical_or.reduce(eroded_masks + o...
updated ErosionTask's feature access to be consistent
sentinel-hub_eo-learn
train
f65b410766b9f95ce42a599872e2f79afd9a39b3
diff --git a/source/org/jivesoftware/smack/provider/ProviderManager.java b/source/org/jivesoftware/smack/provider/ProviderManager.java index <HASH>..<HASH> 100644 --- a/source/org/jivesoftware/smack/provider/ProviderManager.java +++ b/source/org/jivesoftware/smack/provider/ProviderManager.java @@ -275,6 +275,15 @@ publ...
Added methods to get Iterators for IQ and PacketExtension providers. git-svn-id: <URL>
igniterealtime_Smack
train
aceb46ef7bd17dffe570243d7db1b563bb0c0c85
diff --git a/params.go b/params.go index <HASH>..<HASH> 100644 --- a/params.go +++ b/params.go @@ -17,10 +17,16 @@ const ( StartingAfter = "starting_after" ) +// ParamsContainer is a general interface for which all parameter structs +// should comply. They achieve this by embedding a Params struct and inheriting +...
Add a little more documentation for containers
stripe_stripe-go
train
c54dc8ee1c7232e5f0f4567efd042fdd3e863346
diff --git a/imageimpl.go b/imageimpl.go index <HASH>..<HASH> 100644 --- a/imageimpl.go +++ b/imageimpl.go @@ -212,19 +212,12 @@ func (i *imageImpl) resetPixelsIfDependingOn(target *imageImpl, context *opengl. if target.isDisposed() { return errors.New("ebiten: target is already disposed") } - // target is an im...
graphics: Less calls of ReadPixelsFromVRAM
hajimehoshi_ebiten
train
a528c01084aa4f88571222af694ab78435d5ae20
diff --git a/src/drawer.js b/src/drawer.js index <HASH>..<HASH> 100644 --- a/src/drawer.js +++ b/src/drawer.js @@ -89,7 +89,9 @@ WaveSurfer.Drawer = { }, resetScroll: function () { - this.wrapper.scrollLeft = 0; + if (this.wrapper !== null) { + this.wrapper.scrollLeft = 0; + ...
fix issue with destroy before rendering is complete
katspaugh_wavesurfer.js
train
177f9805e98005169ce38619cbf0f34fc6932455
diff --git a/broker.go b/broker.go index <HASH>..<HASH> 100644 --- a/broker.go +++ b/broker.go @@ -811,6 +811,10 @@ func (p *producer) produce(topic string, partition int32, messages ...*proto.Mes return 0, err } + if req.RequiredAcks == proto.RequiredAcksNone { + return 0, err + } + // we expect single parti...
do not wait for response when producing without ACK When sending produce request without ACK, server never return response. fix #<I>
optiopay_kafka
train
f40bfce71d642a4597ea4f53cc3749d497e18249
diff --git a/packages/core/lib/runtime.js b/packages/core/lib/runtime.js index <HASH>..<HASH> 100644 --- a/packages/core/lib/runtime.js +++ b/packages/core/lib/runtime.js @@ -5,6 +5,8 @@ const define = require('mixinable'); const { environmentalize } = require('./env'); +const { override } = define; + exports.Mix...
refactor(core): move `render` hook definition to core
untool_untool
train
38b7b008eba33a83959a8934ecfbbf1f3b473c44
diff --git a/src/main/java/fxlauncher/AbstractLauncher.java b/src/main/java/fxlauncher/AbstractLauncher.java index <HASH>..<HASH> 100644 --- a/src/main/java/fxlauncher/AbstractLauncher.java +++ b/src/main/java/fxlauncher/AbstractLauncher.java @@ -189,6 +189,10 @@ public abstract class AbstractLauncher<APP> { ...
Checking if appStr has a slash per edvin's comments.
edvin_fxlauncher
train
14d7ee5f91005a5bf7178f3a258910de04fb672d
diff --git a/kconfiglib.py b/kconfiglib.py index <HASH>..<HASH> 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1174,7 +1174,22 @@ class Config(object): t0 = tokens.get_next() - if t0 == T_HELP: + # Cases are ordered roughly by frequency, which speeds things up a + #...
Order _parse_properties() cases by frequency. Shaves a few % off parsing the x<I> Kconfigs.
ulfalizer_Kconfiglib
train
804baf4509f10eadcc1cb4d77f51e18430ef1515
diff --git a/lib/generators/lit/install/templates/initializer.rb b/lib/generators/lit/install/templates/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/generators/lit/install/templates/initializer.rb +++ b/lib/generators/lit/install/templates/initializer.rb @@ -29,11 +29,14 @@ Lit.all_translations_are_html_safe = ...
Modify generated initializer to include ignored_keys
prograils_lit
train
40a66756cdbc1e105d2aab36cb5b8da6668d32c5
diff --git a/client/driver/env/env.go b/client/driver/env/env.go index <HASH>..<HASH> 100644 --- a/client/driver/env/env.go +++ b/client/driver/env/env.go @@ -59,10 +59,6 @@ const ( // Region is the environment variable for passing the region in which the alloc is running. Region = "NOMAD_REGION" - // NomadAdvert...
Add 'nomad.advertise.address' to client meta via NomadFingerPrint This change removes the addition of the advertise address to the exported task env vars and instead moves this work into the NomadFingerprint.Fingerprint which adds this value to the client attrs. This can then be used within a Nomad job like ${attr.nom...
hashicorp_nomad
train
4c1f2cbf44efc5285ba86a7f9e775edf23b57f47
diff --git a/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepoDownloader.php b/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepoDownloader.php index <HASH>..<HASH> 100644 --- a/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepoDownloader.php +++ b/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepo...
- Fixed case when normalizing path recalled.
andkirby_multi-repo-composer
train
d952887d768fc56326ed9711d670b725159bf2b3
diff --git a/third_party/py/googlestorage/publish_release.py b/third_party/py/googlestorage/publish_release.py index <HASH>..<HASH> 100644 --- a/third_party/py/googlestorage/publish_release.py +++ b/third_party/py/googlestorage/publish_release.py @@ -151,7 +151,7 @@ def _authenticate(secrets_file): storage = oauth...
Updating upload script to work with the latest version of oauth2client library
SeleniumHQ_selenium
train
bc8d5e10b411a634fae32f6436efdcc37a730924
diff --git a/tests/Webforge/Common/UtilTest.php b/tests/Webforge/Common/UtilTest.php index <HASH>..<HASH> 100644 --- a/tests/Webforge/Common/UtilTest.php +++ b/tests/Webforge/Common/UtilTest.php @@ -4,6 +4,7 @@ namespace Webforge\Common; use stdClass; use ArrayIterator; +use Webforge\Collections\TraversableCollecti...
update use for moved TraversableCollection
webforge-labs_webforge-common
train
e25c53c00fc0ae8e07a7d5d3923e1861ddb3a0cb
diff --git a/framework/core/tests/integration/api/posts/ListTest.php b/framework/core/tests/integration/api/posts/ListTest.php index <HASH>..<HASH> 100644 --- a/framework/core/tests/integration/api/posts/ListTest.php +++ b/framework/core/tests/integration/api/posts/ListTest.php @@ -59,7 +59,7 @@ class ListTests extends...
fix: canonicalize comparisons in Posts ListTest That doesn't matter since there's no default sort for posts in the backend.
flarum_core
train
fc1b3da077bd79f875a220f3040ecf0d8fafc5fd
diff --git a/presto-main/src/main/java/com/facebook/presto/operator/RecordSinkManager.java b/presto-main/src/main/java/com/facebook/presto/operator/RecordSinkManager.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/operator/RecordSinkManager.java +++ b/presto-main/src/main/java/com/f...
Refactor provider lookup in RecordSinkManager
prestodb_presto
train
a19a6659ecc5649142f47c8dcf7bd764f5179f13
diff --git a/core/src/main/java/com/orientechnologies/orient/core/record/ORecordSchemaAwareAbstract.java b/core/src/main/java/com/orientechnologies/orient/core/record/ORecordSchemaAwareAbstract.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/record/ORecordSchemaAwareAbstract....
Patch by Kasper to fix <I>
orientechnologies_orientdb
train
37f6b51523447389e0d70dd0a555677be062daad
diff --git a/src/entity.js b/src/entity.js index <HASH>..<HASH> 100644 --- a/src/entity.js +++ b/src/entity.js @@ -121,7 +121,10 @@ export class Entity { // We're clean, no need to update. if (this.isClean()) { - return Promise.resolve(null); + // Always save collections (might have new). + r...
feat(entity): Save new children and mark as dirty when children added or removed.
SpoonX_aurelia-orm
train
0f080b42a07145156a866adf84c82896994738d1
diff --git a/AUTHORS.rst b/AUTHORS.rst index <HASH>..<HASH> 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -4,6 +4,7 @@ Credits ``doc2dash`` is written and maintained by Hynek Schlawack and various contributors: +- `Ashera Scout <https://github.com/asherascout>`_ - `Bogdan Popescu <https://kapeli.com/dash>`_ - `Di...
Fix html anchor parsing wrong in some docs Some path parse from objects.inv like the one in alembic's would be 'index.html#document-api/ddl#alembic.ddl.mysql.MySQLChangeColumn'. As you see, there is more than one '#' in this path, and it cannot be recognised correctly. That may be the inv file's error. This commit rep...
hynek_doc2dash
train
771fba49132aad8496ba8f2e9448fe40b1afa3e7
diff --git a/builtin/providers/aws/resource_aws_elb_test.go b/builtin/providers/aws/resource_aws_elb_test.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_elb_test.go +++ b/builtin/providers/aws/resource_aws_elb_test.go @@ -12,6 +12,7 @@ import ( "github.com/aws/aws-sdk-go/aws" "github.com/aw...
provider/aws: use random cert name in ELB test
hashicorp_terraform
train
e731018de5728f91d2642810f0ca7bdcc76dfc67
diff --git a/src/test/org/openscience/cdk/qsar/descriptors/molecular/AminoAcidCountDescriptorTest.java b/src/test/org/openscience/cdk/qsar/descriptors/molecular/AminoAcidCountDescriptorTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/qsar/descriptors/molecular/AminoAcidCountDescriptorTest.java +...
It is a molecular descriptor, but only makes really sense for peptides git-svn-id: <URL>
cdk_cdk
train
a651e3d51c4b17fa5bbdfc5c845c0303ead31ab5
diff --git a/pyxmpp/sasl/digest_md5.py b/pyxmpp/sasl/digest_md5.py index <HASH>..<HASH> 100644 --- a/pyxmpp/sasl/digest_md5.py +++ b/pyxmpp/sasl/digest_md5.py @@ -341,7 +341,7 @@ class DigestMD5ClientAuthenticator(ClientAuthenticator): host=self.password_manager.get_serv_host().encode("us-ascii") serv...
- do not put serv-name in digest-uri if it is same as host
Jajcus_pyxmpp2
train
de22465153a97a2a7389370e08bbbd7c440fb361
diff --git a/src/DependencyInjection/BetterPhpDocParserKernel.php b/src/DependencyInjection/BetterPhpDocParserKernel.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/BetterPhpDocParserKernel.php +++ b/src/DependencyInjection/BetterPhpDocParserKernel.php @@ -6,7 +6,6 @@ use Symfony\Component\Config\Loader\L...
make public expicit instead of compiler pass
Symplify_BetterPhpDocParser
train
53bc913adaa7eb05ecabf999457a872b19fd05f6
diff --git a/app/models/agents/twitter_user_agent.rb b/app/models/agents/twitter_user_agent.rb index <HASH>..<HASH> 100644 --- a/app/models/agents/twitter_user_agent.rb +++ b/app/models/agents/twitter_user_agent.rb @@ -85,7 +85,7 @@ module Agents end def choose_home_time_line? - interpolated[:choose_ho...
boolify choose home time line
huginn_huginn
train
ca73b1e1202237cf95f79472dfd440a0ab044d46
diff --git a/java-speech/google-cloud-speech/src/test/java/com/google/cloud/speech/v1/SpeechSmokeTest.java b/java-speech/google-cloud-speech/src/test/java/com/google/cloud/speech/v1/SpeechSmokeTest.java index <HASH>..<HASH> 100644 --- a/java-speech/google-cloud-speech/src/test/java/com/google/cloud/speech/v1/SpeechSmok...
Bumping proto/grpc deps and regenerating clients (#<I>)
googleapis_google-cloud-java
train
d8676dc32ef57fe8ba6a5c39f358d9afe2b813da
diff --git a/lib/grade/grade_item.php b/lib/grade/grade_item.php index <HASH>..<HASH> 100644 --- a/lib/grade/grade_item.php +++ b/lib/grade/grade_item.php @@ -383,11 +383,14 @@ class grade_item extends grade_object { $count = 0; $grade_final_array = array(); + $grade_raw_array = arr...
MDL-<I> Implemented rescaling and grade adjustment formulas in grade_item::adjust_grade(). Also wrote unit tests.
moodle_moodle
train
53f5bf66f286fa279801f7f264d1e56d2d30d51b
diff --git a/job.go b/job.go index <HASH>..<HASH> 100644 --- a/job.go +++ b/job.go @@ -163,10 +163,11 @@ func (j *Job) Reschedule(time time.Time) error { unixNanoTime := time.UTC().UnixNano() t.command("HSET", redis.Args{j.key(), "time", unixNanoTime}, nil) t.setStatus(j, StatusQueued) + j.time = unixNanoTime + t...
Fix bug where job was not being updated in the time index in Reschedule
albrow_jobs
train
d57ea0c7b8fffa20a024a5a7b98c4164184a8d78
diff --git a/hookery/__init__.py b/hookery/__init__.py index <HASH>..<HASH> 100644 --- a/hookery/__init__.py +++ b/hookery/__init__.py @@ -46,7 +46,7 @@ class Event(object): def trigger(self, **kwargs): if self._trigger_func is None: raise RuntimeError('Event {!r} cannot be triggered'.format(...
Fixes Event.trigger - should return the result of trigger_func, otherwise hooks triggered with trigger cannot be stacked using stop_condition logic to break out
jbasko_hookery
train
866b4c1ff814a02936bead171f88e6d8bbede179
diff --git a/src/main/java/org/efaps/db/stmt/update/Insert.java b/src/main/java/org/efaps/db/stmt/update/Insert.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/efaps/db/stmt/update/Insert.java +++ b/src/main/java/org/efaps/db/stmt/update/Insert.java @@ -18,11 +18,15 @@ package org.efaps.db.stmt.update; impo...
Adding accesscheck to EQL Insert
eFaps_eFaps-Kernel
train
093005bfd926fdae42706e0554ad1a985196d9d7
diff --git a/lib/template/fs-loader.js b/lib/template/fs-loader.js index <HASH>..<HASH> 100644 --- a/lib/template/fs-loader.js +++ b/lib/template/fs-loader.js @@ -7,12 +7,18 @@ var nunjucks = require('nunjucks'); Nunjucks loader similar to FileSystemLoader, but avoid infinite looping */ +function isRelative(fil...
Fix FSLoader for relative paths
GitbookIO_gitbook
train