hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
a515e59c125663e0ad1f850f4d25068563c37fdb
diff --git a/richtextfx/src/test/java/org/fxmisc/richtext/model/StyledTextAreaBehaviorTest.java b/richtextfx/src/test/java/org/fxmisc/richtext/model/StyledTextAreaBehaviorTest.java index <HASH>..<HASH> 100644 --- a/richtextfx/src/test/java/org/fxmisc/richtext/model/StyledTextAreaBehaviorTest.java +++ b/richtextfx/src/t...
Ignore test due to TestFX issue (should re-enable when fixed)
FXMisc_RichTextFX
train
e885ebd200e185d9e5d4e7da25c0c1e6ea1f87b6
diff --git a/ykman/otp.py b/ykman/otp.py index <HASH>..<HASH> 100644 --- a/ykman/otp.py +++ b/ykman/otp.py @@ -331,7 +331,7 @@ class OtpController(object): if (4, 3, 4) <= self._driver.version <= (4, 3, 5): return _HasSetAccessCodeBug(True, True) else: - return ...
Guess True instead of returning None This is a safer approach since None is falsy.
Yubico_yubikey-manager
train
bae3c2df291ee1406c1f8fae4ab561d0f486a1ed
diff --git a/lib/exceptions.js b/lib/exceptions.js index <HASH>..<HASH> 100644 --- a/lib/exceptions.js +++ b/lib/exceptions.js @@ -32,6 +32,25 @@ BaseException = function( name, message ){ BaseException.prototype = new Error(); + +/** + * Base Exeption Class + * @extends module:lib/exceptions.BaseException + * @cl...
better errors for http responses. includes a status code
node-tastypie_tastypie
train
539d2dd4a8f9fe1ff251adaa49091fe3b180034d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -289,6 +289,10 @@ class build_ext(build_ext_orig, object): [ './configure', prefix_arg, + '--disable-dependency-tracking', + '--disable-shared', + ...
adjust libxml2 compile options to what lxml uses in its static build
mehcode_python-xmlsec
train
c33204e5df7f33e63a76bab878cb52a9307bb011
diff --git a/packages/core/src/components/Form.js b/packages/core/src/components/Form.js index <HASH>..<HASH> 100644 --- a/packages/core/src/components/Form.js +++ b/packages/core/src/components/Form.js @@ -196,7 +196,12 @@ export default class Form extends Component { Object.keys(_obj).forEach(key => { ...
Do not omit nested additionalProperties (#<I>) Fix bug where additional properties are not submitted when nested and omit data enabled Fixes #<I>
mozilla-services_react-jsonschema-form
train
cf7ad2131401fede516ad50df36a6ee112bd722a
diff --git a/kafka_utils/kafka_cluster_manager/cluster_info/partition.py b/kafka_utils/kafka_cluster_manager/cluster_info/partition.py index <HASH>..<HASH> 100644 --- a/kafka_utils/kafka_cluster_manager/cluster_info/partition.py +++ b/kafka_utils/kafka_cluster_manager/cluster_info/partition.py @@ -20,11 +20,13 @@ class...
Add weight and size properties to Partition
Yelp_kafka-utils
train
2747ba9882069d3576d490181bdb10770278fa39
diff --git a/lib/consumer/event_store/position_store.rb b/lib/consumer/event_store/position_store.rb index <HASH>..<HASH> 100644 --- a/lib/consumer/event_store/position_store.rb +++ b/lib/consumer/event_store/position_store.rb @@ -55,10 +55,8 @@ module Consumer return stream.name if stream.type == 'position'...
Position store stream name does not include - prefix
eventide-project_consumer-event-store
train
87ff9d637b8f0ddd2fd17fa643d7e0e510dccb41
diff --git a/core/container/dockercontroller/dockercontroller.go b/core/container/dockercontroller/dockercontroller.go index <HASH>..<HASH> 100644 --- a/core/container/dockercontroller/dockercontroller.go +++ b/core/container/dockercontroller/dockercontroller.go @@ -253,7 +253,7 @@ func (vm *DockerVM) Start(ctxt contex...
[FAB-<I>] Fix test failure in dockercontroller Test_Start test case is failing intermittently. Changed code to assign the error returned by GetDeploymentPayload function to a new variable. Change-Id: I<I>c<I>b9ffcae6edb<I>bc<I>ff<I>a5
hyperledger_fabric
train
c9c7794571df4543bbcd9e8dcef2ce42d4d45fb1
diff --git a/src/main/BigBedDataSource.js b/src/main/BigBedDataSource.js index <HASH>..<HASH> 100644 --- a/src/main/BigBedDataSource.js +++ b/src/main/BigBedDataSource.js @@ -82,26 +82,27 @@ function createFromBigBedFile(remoteSource: BigBed): BigBedSource { var interval = new ContigInterval(range.contig, range.st...
Reduce over-firing in VCF/BigBed sources
hammerlab_pileup.js
train
e187d41ce788a6dc2bfd91dd2d595fd59f6fbc19
diff --git a/addon/ember-theater/director/test-support/step.js b/addon/ember-theater/director/test-support/step.js index <HASH>..<HASH> 100644 --- a/addon/ember-theater/director/test-support/step.js +++ b/addon/ember-theater/director/test-support/step.js @@ -1,3 +1,3 @@ export default function(script) { - return scri...
use more obscure key combo for test helper
affinity-engine_affinity-engine
train
7ea38991b166166ee0a58e429d1bcafd8fb6567c
diff --git a/tweepy/streaming.py b/tweepy/streaming.py index <HASH>..<HASH> 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -206,42 +206,40 @@ class Stream: self.running = False def on_closed(self, resp): - """ Called when the response has been closed by Twitter """ + """This...
Improve docstrings for Stream listener methods
tweepy_tweepy
train
3b4a54f536bc7c9c78d22d94132fd479a2b55484
diff --git a/lib/simple_audit/helper.rb b/lib/simple_audit/helper.rb index <HASH>..<HASH> 100644 --- a/lib/simple_audit/helper.rb +++ b/lib/simple_audit/helper.rb @@ -20,16 +20,16 @@ module SimpleAudit #:nodoc: audited_model.class.human_attribute_name(k) + ":" + conten...
* mark output of helper as html_safe
gtarnovan_simple_audit
train
8e630c89903ef829fa3c6165873c642089a96ee6
diff --git a/plaso/lib/event.py b/plaso/lib/event.py index <HASH>..<HASH> 100644 --- a/plaso/lib/event.py +++ b/plaso/lib/event.py @@ -571,7 +571,15 @@ class EventObject(object): values[attribute_name] = getattr(self, attribute_name) return values + def GetString(self): + """Return a unicode string re...
Code review: <I>: Fixing logic in output formatter and string representatio of an EventObject.
log2timeline_plaso
train
3d983ddc340b43fbd6d76e9be18b3b46d44e2ef6
diff --git a/lib/oauthenticator/signable_request.rb b/lib/oauthenticator/signable_request.rb index <HASH>..<HASH> 100644 --- a/lib/oauthenticator/signable_request.rb +++ b/lib/oauthenticator/signable_request.rb @@ -124,7 +124,7 @@ module OAuthenticator # # @return [Hash<String, String>] protocol params d...
dup authorization before handing it off to the caller
notEthan_oauthenticator
train
13fe4206dcf226ead7ebaa6618b9ba9233811a3a
diff --git a/concrete/blocks/autonav/form_setup_html.php b/concrete/blocks/autonav/form_setup_html.php index <HASH>..<HASH> 100644 --- a/concrete/blocks/autonav/form_setup_html.php +++ b/concrete/blocks/autonav/form_setup_html.php @@ -32,7 +32,7 @@ $info += [ )); ?> <div class="tab-content"> - <div class="tab-pa...
Bugfix: remove class which prevents first tab from being hidden
concrete5_concrete5
train
0344c7cf5bbe5e1bcf7ebe1362ce1d87e4092bd0
diff --git a/test/facebook.js b/test/facebook.js index <HASH>..<HASH> 100644 --- a/test/facebook.js +++ b/test/facebook.js @@ -2,12 +2,19 @@ import { createFacebookVideo } from './lib/util' import assert from 'assert' describe('Facebook Video', () => { - it('should provide the facebook poster image', async () => {...
test: tests for facebooks posterimage and attribute * modify tests used to test for facebook poster since its not provided anymore * add tests for new poster-image attribute
heiseonline_embetty
train
ac46c05e87f1cf4f834a3a57876712d3747f3778
diff --git a/lib/qbo_api/entity.rb b/lib/qbo_api/entity.rb index <HASH>..<HASH> 100644 --- a/lib/qbo_api/entity.rb +++ b/lib/qbo_api/entity.rb @@ -82,7 +82,7 @@ class QboApi end def extract_entity_from_query(query, to_sym: false) - if m = query.match(/from\s+(\w+)\s/i) + if m = query.match(/from\s...
Fix issue with #query not extracting entity when query ends with entity name.
minimul_qbo_api
train
3a1f1e2062ccbd759b9d8b1cc85a937c09e29197
diff --git a/neovim/client.py b/neovim/client.py index <HASH>..<HASH> 100644 --- a/neovim/client.py +++ b/neovim/client.py @@ -97,7 +97,8 @@ class Client(object): err, result = self.rpc_blocking_request(method, args, decode_str=decode_str) if err: - raise VimError(err) + in...
Update Nvim error handling Now errors sent from Nvim are [code, message] arrays, this adapts the error handling code to account for that.
neovim_pynvim
train
be938a2c585a21b0e351c9af40811f63dca204b1
diff --git a/js/kraken.js b/js/kraken.js index <HASH>..<HASH> 100644 --- a/js/kraken.js +++ b/js/kraken.js @@ -587,7 +587,9 @@ module.exports = class kraken extends Exchange { async fetchBalance (params = {}) { await this.loadMarkets (); let response = await this.privatePostBalance (); - l...
kraken fetchBalance sometimes throws error string indices must be intege
ccxt_ccxt
train
570f32d8299098a2eb553a91c9d4a9c2c5f88ae4
diff --git a/lib/tkellem/bouncer.rb b/lib/tkellem/bouncer.rb index <HASH>..<HASH> 100644 --- a/lib/tkellem/bouncer.rb +++ b/lib/tkellem/bouncer.rb @@ -13,14 +13,15 @@ class Bouncer if !active_conns.empty? active_conns.each { |conn| conn.send_msg(msg) } else - if msg.command.match(/privmsg/i) + ...
properly handle backlog for non-room messages like PMs and 3xx response codes
codekitchen_tkellem
train
2ce662e95653e96c651fce0e81f218d1052c514d
diff --git a/lib/action_cable/channel/test_case.rb b/lib/action_cable/channel/test_case.rb index <HASH>..<HASH> 100644 --- a/lib/action_cable/channel/test_case.rb +++ b/lib/action_cable/channel/test_case.rb @@ -191,9 +191,13 @@ module ActionCable # Subsribe to the channel under test. Optionally pass subscrip...
[Fixes #2] Support <I>
palkan_action-cable-testing
train
67499de1105e89557779e84c37e835ed35cfb465
diff --git a/invocations/checks.py b/invocations/checks.py index <HASH>..<HASH> 100644 --- a/invocations/checks.py +++ b/invocations/checks.py @@ -13,7 +13,7 @@ from invoke import task def blacken( c, line_length=79, folders=None, check=False, diff=False, find_opts=None ): - """ + r""" Run black on th...
Newer flake8 seriously dislikes escape sequences
pyinvoke_invocations
train
d3443bc4bb0d240e0e9a5fecafc5ced6f8d27d5a
diff --git a/src/Resources/UserProfileResource.php b/src/Resources/UserProfileResource.php index <HASH>..<HASH> 100644 --- a/src/Resources/UserProfileResource.php +++ b/src/Resources/UserProfileResource.php @@ -80,7 +80,8 @@ class UserProfileResource extends BaseRestResource 'phone' => array_ge...
DP-<I> Require password on profile email change
dreamfactorysoftware_df-system
train
19845b00ea25901de917ba0a6159a92a67739af0
diff --git a/nationstates/NScore/__init__.py b/nationstates/NScore/__init__.py index <HASH>..<HASH> 100644 --- a/nationstates/NScore/__init__.py +++ b/nationstates/NScore/__init__.py @@ -308,7 +308,6 @@ class Api(RequestMixin): """ Sends the request for the current _type_, value, and shard. - ...
Based on research on the API, simplified the URL generator. Added test
DolphDev_pynationstates
train
2dc2568e67f8933339b9e05daf5e9e09f9668771
diff --git a/src/Ufo/Modules/Controller.php b/src/Ufo/Modules/Controller.php index <HASH>..<HASH> 100644 --- a/src/Ufo/Modules/Controller.php +++ b/src/Ufo/Modules/Controller.php @@ -90,6 +90,7 @@ class Controller extends DIObject implements ControllerInterface if (null !== $section) { $this->init...
feat: add params into container in controller
enikeishik_ufoframework
train
f6eb2fa26935b3cfe7857e519c81c077806413a6
diff --git a/lambdaJSON.py b/lambdaJSON.py index <HASH>..<HASH> 100644 --- a/lambdaJSON.py +++ b/lambdaJSON.py @@ -2,6 +2,10 @@ try: import ujson as json except: import json from ast import literal_eval as eval +ntypes = ( (hasattr(__builtins__, 'long') + and (bool, int...
Moved 'long' type existence determination outside of function to increase speed.
pouya-eghbali_lambdaJSON
train
1e0955f55e855f66082468f5388d381820c75a89
diff --git a/lib/opal/lexer.rb b/lib/opal/lexer.rb index <HASH>..<HASH> 100644 --- a/lib/opal/lexer.rb +++ b/lib/opal/lexer.rb @@ -397,6 +397,29 @@ module Opal scanner.pos = scanner.pos - 1 return '!', '!' + elsif scanner.scan(/\=/) + @lex_state = if after_operator? + ...
Refactor ===, ==, =~ and = parsing in lexer.rb
opal_opal
train
1c8f272a73e29b10893d198b31b2974360085223
diff --git a/src/Palladium/Service/Identification.php b/src/Palladium/Service/Identification.php index <HASH>..<HASH> 100644 --- a/src/Palladium/Service/Identification.php +++ b/src/Palladium/Service/Identification.php @@ -12,7 +12,7 @@ use Palladium\Exception\PasswordMismatch; use Palladium\Exception\KeyMismatch; us...
Migrating the Identification service to use repository
teresko_palladium
train
edd922bcc4744c3dd13ec06309c9c632747c3361
diff --git a/registry/unit_state.go b/registry/unit_state.go index <HASH>..<HASH> 100644 --- a/registry/unit_state.go +++ b/registry/unit_state.go @@ -95,39 +95,11 @@ func (mk MUSKeys) Swap(i, j int) { mk[i], mk[j] = mk[j], mk[i] } // statesByMUSKey returns a map of all UnitStates stored in the registry indexed by MUS...
registry: drop legacy state code from EtcdRegistry.statesByMUSKey
coreos_fleet
train
d793372bcdab2fdd9cccc40f3781dd3a30966914
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ module.exports = function (max) { get: function (key) { var v = cache[key] if(v !== undefined) return v - if(v = _cache[key]) { + if((v = _cache[key]) !== undefined) { updat...
Fix case where "falsy" values would only be cached for one generation
dominictarr_hashlru
train
25910bf564302d7c50fe589cf4f2434f970cdb22
diff --git a/bcbio/convert.py b/bcbio/convert.py index <HASH>..<HASH> 100644 --- a/bcbio/convert.py +++ b/bcbio/convert.py @@ -59,11 +59,27 @@ def bam2sam(in_file): pysam.view("-h", "-o" + tmp_out_file, in_file) return out_file +@expects("bam") def bam2sizes(in_file): """ converts a bam file ...
Added a bam -> chromosome sizes converter.
bcbio_bcbio-nextgen
train
55f067e2de84b2e26bf6961b53a54e8585885d84
diff --git a/spec/lib/roadie/stylesheet_spec.rb b/spec/lib/roadie/stylesheet_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/roadie/stylesheet_spec.rb +++ b/spec/lib/roadie/stylesheet_spec.rb @@ -37,5 +37,19 @@ module Roadie stylesheet = Stylesheet.new("example.css", "body { color: green;}a{ color: red; font-...
add failing spec for data URIs colons were causing false positives for CSS property separators
Mange_roadie
train
f815facf71fac63f8aa5f13672e8d33a021a75ff
diff --git a/reposerver/repository/repository.go b/reposerver/repository/repository.go index <HASH>..<HASH> 100644 --- a/reposerver/repository/repository.go +++ b/reposerver/repository/repository.go @@ -82,6 +82,10 @@ func (s *Service) ListApps(ctx context.Context, q *apiclient.ListAppsRequest) (* log.Infof("cache h...
fix: git contention leads applications into Unknown state (#<I>)
argoproj_argo-cd
train
719b157450289fe7801bd4c34143f41f70a5fc99
diff --git a/src/helpers.js b/src/helpers.js index <HASH>..<HASH> 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -8,11 +8,13 @@ export function isConstructor(path, t) { } // E.g. onClick={} -export function isEventAttribute(path, t, propPrefix = 'on') { +export function isEventAttribute(path, propPrefix) { ...
refactor: remove types validator, instead, use path validator
chikara-chan_babel-plugin-react-scope-binding
train
9c26a06c6687562118374ca2b7cc29ccd5385610
diff --git a/src/Thruway/Logging/Logger.php b/src/Thruway/Logging/Logger.php index <HASH>..<HASH> 100644 --- a/src/Thruway/Logging/Logger.php +++ b/src/Thruway/Logging/Logger.php @@ -19,7 +19,7 @@ class Logger */ public static function set(LoggerInterface $logger) { - static::$logger = new $logge...
Removed unnecessary 'new' from set()
voryx_Thruway
train
a23f7d58dc2355d46d9bac459f6995123a42d12e
diff --git a/src/d3-funnel/D3Funnel.js b/src/d3-funnel/D3Funnel.js index <HASH>..<HASH> 100644 --- a/src/d3-funnel/D3Funnel.js +++ b/src/d3-funnel/D3Funnel.js @@ -458,7 +458,7 @@ class D3Funnel { // Move down if there is an initial curve if (this.isCurved) { - prevHeight = 10; + prevHeight = this.curveHeigh...
Make all curve calculations based on curve.height Remove the arbitrary <I> number such that changing curve.height will not ruin proportions.
jakezatecky_d3-funnel
train
5801f3c2de98010eebd48d78e25958c03f623e15
diff --git a/src/wcmf/application/controller/MediaController.php b/src/wcmf/application/controller/MediaController.php index <HASH>..<HASH> 100644 --- a/src/wcmf/application/controller/MediaController.php +++ b/src/wcmf/application/controller/MediaController.php @@ -119,7 +119,7 @@ class MediaController extends Control...
adapted MediaController to latest ElFinderConnector
iherwig_wcmf
train
742e69ee8fb37e73e4694a8dbcffff16b38f7546
diff --git a/lib/db/mongodb/mixins/crud.js b/lib/db/mongodb/mixins/crud.js index <HASH>..<HASH> 100644 --- a/lib/db/mongodb/mixins/crud.js +++ b/lib/db/mongodb/mixins/crud.js @@ -2,12 +2,10 @@ The crud mixin for the mongo database layer is used for all of the functionality that is going to be shared between a...
Refactored the crud object to fix the javascript object reference error when it was a self executing function.
grasshopper-cms_grasshopper-api-js
train
0f9e1e258e7d184e3a47b293cf74ffdc09c01244
diff --git a/scripts/tofu_bash.py b/scripts/tofu_bash.py index <HASH>..<HASH> 100755 --- a/scripts/tofu_bash.py +++ b/scripts/tofu_bash.py @@ -6,12 +6,14 @@ import os import argparse +_HERE = os.path.abspath(os.path.dirname(__file__)) + + # import parser dict -print(sys.path[:3]) +sys.path.insert(1, _HERE) from ...
[Issue<I>] Fixed relative import issue in travis by temporary modification of sys.path
ToFuProject_tofu
train
b3d1989f4514f36230ad569a6d23839c4a580540
diff --git a/src/Common/Console/Seed/Base.php b/src/Common/Console/Seed/Base.php index <HASH>..<HASH> 100644 --- a/src/Common/Console/Seed/Base.php +++ b/src/Common/Console/Seed/Base.php @@ -344,6 +344,43 @@ class Base // -------------------------------------------------------------------------- /** + *...
Adds method randomItems to seeders
nails_common
train
d1263d9c0c01fedb8d8583694bf596866f4e4eec
diff --git a/pkg/oc/cli/admin/release/new.go b/pkg/oc/cli/admin/release/new.go index <HASH>..<HASH> 100644 --- a/pkg/oc/cli/admin/release/new.go +++ b/pkg/oc/cli/admin/release/new.go @@ -9,6 +9,7 @@ import ( "fmt" "io" "io/ioutil" + "net/http" "os" "path" "path/filepath" @@ -494,7 +495,7 @@ func (o *NewOpti...
Allow --from-image-stream-file to be a URL Audit tooling needs to be able to read image streams on public servers.
openshift_origin
train
e281ad64816587cbce93ee9aa9f86a39858f653b
diff --git a/builtin/providers/aws/resource_aws_redshift_cluster.go b/builtin/providers/aws/resource_aws_redshift_cluster.go index <HASH>..<HASH> 100644 --- a/builtin/providers/aws/resource_aws_redshift_cluster.go +++ b/builtin/providers/aws/resource_aws_redshift_cluster.go @@ -816,7 +816,7 @@ func validateRedshiftClus...
Fix error message for master password being too short
hashicorp_terraform
train
fcfd7cf8ab69c79f7ec2740d474d6cf3ffb9e1a8
diff --git a/conn.go b/conn.go index <HASH>..<HASH> 100755 --- a/conn.go +++ b/conn.go @@ -503,7 +503,7 @@ func (conn *Conn) Signal(ch chan<- *Signal) { func (obj *Object) Get(inter, prop string) (result *Variant, err error) { result = new(Variant) - err = obj.Call("Get", 0, inter, prop).Store(result) + err = obj....
call org.freedesktop.DBus.Properties.Get
guelfey_go.dbus
train
1e5a08d21aea3ad8bcc88934790f3101f9d7202d
diff --git a/test/json_schema/parser_test.rb b/test/json_schema/parser_test.rb index <HASH>..<HASH> 100644 --- a/test/json_schema/parser_test.rb +++ b/test/json_schema/parser_test.rb @@ -52,10 +52,10 @@ describe JsonSchema::Parser do end it "parses integer validations" do - schema = @parser.parse(data).defin...
Tweak app representation a bit
brandur_json_schema
train
8d1f5412896764f1a428aa76df4d995846139a0b
diff --git a/lib/stackmate/participants/cloudstack.rb b/lib/stackmate/participants/cloudstack.rb index <HASH>..<HASH> 100644 --- a/lib/stackmate/participants/cloudstack.rb +++ b/lib/stackmate/participants/cloudstack.rb @@ -80,7 +80,7 @@ module StackMate #resp = @client.send(cmd, args) resp = @client.a...
Issue #7: support https endpoint
stackmate_stackmate
train
2d2708cfd7c5a9f1457c94e482d82d7ee5757ffc
diff --git a/moto/cognitoidp/models.py b/moto/cognitoidp/models.py index <HASH>..<HASH> 100644 --- a/moto/cognitoidp/models.py +++ b/moto/cognitoidp/models.py @@ -383,7 +383,7 @@ class CognitoIdpBackend(BaseBackend): raise ResourceNotFoundError(user_pool_id) if username not in user_pool.users: -...
Missing users now raise a UserNotFoundException A missing user in a cognito user pool has raises a UserNotFoundException, not a ResourceNotFoundException. This commit corrects the behaviour so that the correct exception is raised
spulec_moto
train
3b78d2fbba4c7078d256bbc52067430d106b8b7c
diff --git a/options.go b/options.go index <HASH>..<HASH> 100644 --- a/options.go +++ b/options.go @@ -14,7 +14,7 @@ func (options ParserOptions) apply(parser *parser) { } } -// DecoderOptions implement the very same options that the standard +// DecoderOptions implement the very same options than the standard //...
Fixed typo in the doc comment of the options
antchfx_xmlquery
train
9696a385a53a48e8b6e45bdea03e41b4de7b7078
diff --git a/src/Assetic/Util/ProcessBuilder.php b/src/Assetic/Util/ProcessBuilder.php index <HASH>..<HASH> 100644 --- a/src/Assetic/Util/ProcessBuilder.php +++ b/src/Assetic/Util/ProcessBuilder.php @@ -105,7 +105,7 @@ class ProcessBuilder } else { $script = implode(' ', array_map('escapeshellarg'...
updated ProcessBuilder to allow null env more often
kriswallsmith_assetic
train
40ac8a0bd0faa8e35a0aaac65a90f8d0f759856f
diff --git a/docs/find-error.js b/docs/find-error.js index <HASH>..<HASH> 100644 --- a/docs/find-error.js +++ b/docs/find-error.js @@ -1,7 +1,11 @@ const { writeFileSync } = require('fs') const alltests = require('./test-results') +const includeTs = process.argv.includes('--include-ts') -const results = alltests.te...
Add --include-ts to find error script
rrdelaney_ReasonablyTyped
train
56f0e4494096c76d8ad637e714a2b1515e0d7b9c
diff --git a/packages/sankey/src/SankeyLinksItem.js b/packages/sankey/src/SankeyLinksItem.js index <HASH>..<HASH> 100644 --- a/packages/sankey/src/SankeyLinksItem.js +++ b/packages/sankey/src/SankeyLinksItem.js @@ -129,7 +129,7 @@ const SankeyLinksItem = ({ /> )} <animated.pat...
fix(sankey): Fix issue with gradient and parentheses in IDs (#<I>) Closes <URL>
plouc_nivo
train
affce44d146973dd3d3bd58d680f68af83afe59e
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,7 +45,6 @@ extensions = [ autosummary_generate = True autodoc_default_flags = ['members', 'inherited-members'] -autodoc_mock_imports = ['cvxopt', 'cvxpy', 'numexpr', 'numpy', 'pandas', 'scipy', 'sklearn'] ...
DOC: Mock external dependencies and our C modules Required to build for RTD
sebp_scikit-survival
train
7df34128f65e5bf588bc408f50d2a46aef31033a
diff --git a/jquery.maphilight.js b/jquery.maphilight.js index <HASH>..<HASH> 100755 --- a/jquery.maphilight.js +++ b/jquery.maphilight.js @@ -169,9 +169,9 @@ !area_options.neverOn && !area_options.alwaysOn - && + /*&& // .is(':visible') doesn't work on <area>s, interestingly. Always say...
Take out the display:none detection, as it breaks webkit
kemayo_maphilight
train
3e7eb3d3206b8835ada1399c9d91213e1a6a53b5
diff --git a/src/components/observables/QResizeObservable.js b/src/components/observables/QResizeObservable.js index <HASH>..<HASH> 100644 --- a/src/components/observables/QResizeObservable.js +++ b/src/components/observables/QResizeObservable.js @@ -34,10 +34,10 @@ export default { }, render (h) { return h(...
fix(QResizeObservable): Use visibility hidden only for IE (#<I>) Hides object border on IE and fixes Firefox
quasarframework_quasar
train
422cdb435939cd43d2959d2af583e79e2208dc99
diff --git a/lib/heroku/config.rb b/lib/heroku/config.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/config.rb +++ b/lib/heroku/config.rb @@ -25,8 +25,8 @@ class Heroku::Config def self.path home = Heroku::Helpers.home_directory config = Heroku::Helpers::Env['XDG_CONFIG_HOME'] - config ||= File.join(He...
fix location of config file (#<I>)
heroku_legacy-cli
train
85f4a4d5ee84a99067fbee97c57de2161b49eef6
diff --git a/lib/vagrant/action/builtin/box_remove.rb b/lib/vagrant/action/builtin/box_remove.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/action/builtin/box_remove.rb +++ b/lib/vagrant/action/builtin/box_remove.rb @@ -71,6 +71,49 @@ module Vagrant box = env[:box_collection].find( box_name, ...
commands/box/remove: if box is in use, warn user, ask for confirmation
hashicorp_vagrant
train
47e74b5bd41b483c8de61e9c7c4fe1ce938c717a
diff --git a/karaage/institutes/forms.py b/karaage/institutes/forms.py index <HASH>..<HASH> 100644 --- a/karaage/institutes/forms.py +++ b/karaage/institutes/forms.py @@ -24,7 +24,6 @@ import ajax_select.fields class InstituteForm(forms.ModelForm): - group = ajax_select.fields.AutoCompleteSelectField('group', r...
Don't show group on institute page. It confuses the users. If group is not set on initial creation of a form, it will be automatically created. However the form field required the group be set before the form can be submitted, which in turn requires the group already exist. Change-Id: I6a4f<I>bac<I>d<I>c<I>a<I>ff9
Karaage-Cluster_karaage
train
73f0351929bd825c169725039c1b5d9416c148a1
diff --git a/src/Graviton/FileBundle/Tests/Controller/FileControllerTest.php b/src/Graviton/FileBundle/Tests/Controller/FileControllerTest.php index <HASH>..<HASH> 100644 --- a/src/Graviton/FileBundle/Tests/Controller/FileControllerTest.php +++ b/src/Graviton/FileBundle/Tests/Controller/FileControllerTest.php @@ -95,9 ...
Needs to be changed somehow because of GRV-<I>
libgraviton_graviton
train
5108b78ef5823e76ca96edcf1c30fa0c1ab08bc6
diff --git a/pyrogram/types/inline_mode/inline_query_result_photo.py b/pyrogram/types/inline_mode/inline_query_result_photo.py index <HASH>..<HASH> 100644 --- a/pyrogram/types/inline_mode/inline_query_result_photo.py +++ b/pyrogram/types/inline_mode/inline_query_result_photo.py @@ -39,6 +39,12 @@ class InlineQueryResul...
Add missing fields to InlineQueryResultPhoto
pyrogram_pyrogram
train
17735df82d95459194768ef42dc0a94768bba73b
diff --git a/tests/integration/cloud/providers/virtualbox.py b/tests/integration/cloud/providers/virtualbox.py index <HASH>..<HASH> 100644 --- a/tests/integration/cloud/providers/virtualbox.py +++ b/tests/integration/cloud/providers/virtualbox.py @@ -278,9 +278,9 @@ class VirtualboxProviderHeavyTests(VirtualboxCloudTes...
Move risky event into try/except It might leave the test env in a dirty state, maybe further tests might fail, but we have the log to trace it back to that Related to saltstack/salt#<I> Saltcloud virtualbox provider
saltstack_salt
train
8997e6e19f54314b7437fc3da5cef56830a0979b
diff --git a/src/protocol/decoder.js b/src/protocol/decoder.js index <HASH>..<HASH> 100644 --- a/src/protocol/decoder.js +++ b/src/protocol/decoder.js @@ -148,6 +148,18 @@ module.exports = class Decoder { return stringBuffer } + readUVarIntBytes() { + const byteLength = this.readUVarInt() + + if (byteL...
added write/read uvarint bytes
tulios_kafkajs
train
c02b9e47fb12dbb8e1b33ef41b79a2f26b15afe1
diff --git a/test/test_num_constructor.rb b/test/test_num_constructor.rb index <HASH>..<HASH> 100644 --- a/test/test_num_constructor.rb +++ b/test/test_num_constructor.rb @@ -52,7 +52,8 @@ class TestNumConstructor < Test::Unit::TestCase def test_literal_free_base - assert_equal [1, 13, -2], DecNum('0.1E-2', :...
Some tests needed correction for the new Formatter rounding.
jgoizueta_flt
train
b8686bfbfdc5809d1df3e964f047b66d0e22e9a2
diff --git a/src/DataTables/Backend/PagesDataTable.php b/src/DataTables/Backend/PagesDataTable.php index <HASH>..<HASH> 100644 --- a/src/DataTables/Backend/PagesDataTable.php +++ b/src/DataTables/Backend/PagesDataTable.php @@ -4,6 +4,7 @@ declare(strict_types=1); namespace Cortex\Pages\DataTables\Backend; +use Cor...
Bind model alias into IoC container
rinvex_cortex-pages
train
a685d3efec5ba7d66560aef7252fbfbcb7eb63ac
diff --git a/changelog.txt b/changelog.txt index <HASH>..<HASH> 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ 0.3.1 - currently working on +- [#953] Change: Define LF as chr(10) and use that instead of chr(10) - [#935] Change: Add @author, @package and @subpackage tags to all PHP classes 0.3.0 - r...
[#<I>] Change: Define LF as chr(<I>) and use that instead of chr(<I>) git-svn-id: <URL>
oliverklee_ext-oelib
train
9a0781dc0fb5f850ffb0b79d3fd15e032b57e3ed
diff --git a/src/component/component.js b/src/component/component.js index <HASH>..<HASH> 100644 --- a/src/component/component.js +++ b/src/component/component.js @@ -41,7 +41,7 @@ class I18n extends React.Component { } } - componentWillMount() { + UNSAFE_componentWillMount() { if (!this.props.initiali...
Rename deprecated lifecycle method for React <I> support
APSL_redux-i18n
train
eefb3dc1aa2bc0dc2dfe2da891f9ca1655666a7a
diff --git a/lib/manageable/models/acts_as_article.rb b/lib/manageable/models/acts_as_article.rb index <HASH>..<HASH> 100644 --- a/lib/manageable/models/acts_as_article.rb +++ b/lib/manageable/models/acts_as_article.rb @@ -20,11 +20,11 @@ module Manageable scoped else beginning_date...
Using DateTime on published_at scope
fabiokr_manageable
train
4f9c58d7b66aa3e2e0ad0ec885f5d62111eed5c6
diff --git a/react-view-models.js b/react-view-models.js index <HASH>..<HASH> 100644 --- a/react-view-models.js +++ b/react-view-models.js @@ -130,8 +130,15 @@ export function makeRenderer(ViewModel, App) { }; } -export function makeReactComponent(CanComponent) { +export function makeReactComponent(displayName, Ca...
named wrapper (fixes #<I>)
bitovi_ylem
train
92fb72816f1def2037f81cc7050df85d27c071f1
diff --git a/picotui/menu.py b/picotui/menu.py index <HASH>..<HASH> 100644 --- a/picotui/menu.py +++ b/picotui/menu.py @@ -20,7 +20,7 @@ class WMenuBar(ItemSelWidget): i = 0 for name, pulldown in self.items: if self.focus and i == self.selected: - self.attr_color(C_WHITE, C...
menu: Make selected item bold white On some terminals (notably Linux's builtin virtual terminal), C_WHITE is indistinguishable from the default color, making it hard or impossible to see which item is selected.
pfalcon_picotui
train
6a732fa70350aab1a372f1cc84e8dc28d7bebacb
diff --git a/xray/test/test_conventions.py b/xray/test/test_conventions.py index <HASH>..<HASH> 100644 --- a/xray/test/test_conventions.py +++ b/xray/test/test_conventions.py @@ -472,6 +472,15 @@ class TestDecodeCF(TestCase): actual = conventions.maybe_encode_dtype(original) self.assertDatasetIdentica...
Add unit test to check that multiple mising values issues warning
pydata_xarray
train
091de8b0de859112170b32aa4b9adc339a29a213
diff --git a/client/extensions/zoninator/index.js b/client/extensions/zoninator/index.js index <HASH>..<HASH> 100644 --- a/client/extensions/zoninator/index.js +++ b/client/extensions/zoninator/index.js @@ -14,6 +14,8 @@ import ZonesDashboard from './components/settings/zones-dashboard'; export default function() { ...
Show site selection for 'new zone' tab if no site is selected
Automattic_wp-calypso
train
4c4461f1841954dc1237d413c2e4b0f6d896e736
diff --git a/pycdlib/pycdlib.py b/pycdlib/pycdlib.py index <HASH>..<HASH> 100644 --- a/pycdlib/pycdlib.py +++ b/pycdlib/pycdlib.py @@ -50,24 +50,6 @@ import pycdlib.utils as utils # 7.3.3 - 32-bit number, stored first as little-endian then as big-endian (8 bytes total) -def _pad(data_size, pad_size): - ''' - ...
Move zero_pad out to utils. It is indeed a utility, and can be hidden away there.
clalancette_pycdlib
train
3583fdbef38f4933dfb8280aec9b6e3cfe47e942
diff --git a/spec/e2e/has_many_spec.rb b/spec/e2e/has_many_spec.rb index <HASH>..<HASH> 100644 --- a/spec/e2e/has_many_spec.rb +++ b/spec/e2e/has_many_spec.rb @@ -557,8 +557,7 @@ describe 'has_many' do end it 'ignores blank IDs for has_many' do - post = Post.create - comment = Comment.create + ...
deleting unnecessary line (rubocop)
neo4jrb_neo4j
train
755123eea0745b7beedcda007d7bb272df9c4ae6
diff --git a/src/com/caverock/androidsvg/SVGParser.java b/src/com/caverock/androidsvg/SVGParser.java index <HASH>..<HASH> 100644 --- a/src/com/caverock/androidsvg/SVGParser.java +++ b/src/com/caverock/androidsvg/SVGParser.java @@ -2653,9 +2653,10 @@ public class SVGParser extends DefaultHandler2 { for (int ...
Proper handling of "id" attribute. Exclude "id"s from other namespaces.
BigBadaboom_androidsvg
train
f42f8896893e94dc12a27940d0361f4e30985431
diff --git a/src/widgets/WidgetBase.php b/src/widgets/WidgetBase.php index <HASH>..<HASH> 100755 --- a/src/widgets/WidgetBase.php +++ b/src/widgets/WidgetBase.php @@ -77,7 +77,7 @@ abstract class WidgetBase extends \WP_Widget public function register() { $id = static::getId(); - if (!is_active...
Format PSR-2 WidgetBase file
Chemaclass_knob-base
train
6430784ade4463560c93a043eda4531f9df38006
diff --git a/src/pyokit/datastruct/multipleAlignment.py b/src/pyokit/datastruct/multipleAlignment.py index <HASH>..<HASH> 100644 --- a/src/pyokit/datastruct/multipleAlignment.py +++ b/src/pyokit/datastruct/multipleAlignment.py @@ -268,7 +268,7 @@ class PairwiseAlignment(object): res += (self.meta[S1_NAME_KEY] if S...
fixed mismatch between repeatmasker coordinate system and internal pyokit one
pjuren_pyokit
train
62c4db01313e42e47c340f7bbf6887750ef0f841
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -33,8 +33,7 @@ exports.lint = function(opts) { var requires = detective(str); } catch (ex) { ex.toString = function() { - var message = ex.message.replace(/^Line.*?\:\s/, ''); - ...
Update detective + fix the reporting for Acorn
Tabcorp_require-lint
train
6edfc896729bf1ea09338d935dddf23a372f37c1
diff --git a/pipenv/cli.py b/pipenv/cli.py index <HASH>..<HASH> 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1865,7 +1865,12 @@ def install( c = pip_install(package_name, ignore_hashes=True, allow_global=system, no_deps=False, verbose=verbose, pre=pre) # Warn if --editable wasn't passe...
prettier message for vcs req missing egg fragment
pypa_pipenv
train
b6ab26210568ce3795cf2c20f1520b9773a28975
diff --git a/prompt/prompt.go b/prompt/prompt.go index <HASH>..<HASH> 100644 --- a/prompt/prompt.go +++ b/prompt/prompt.go @@ -50,7 +50,9 @@ func (p *Prompt) Run() { if p.chosen != -1 { c := p.completer(p.buf)[p.chosen] w := p.buf.Document().GetWordBeforeCursor() - p.buf.DeleteBeforeCursor(len([]ru...
bufix: panic when break line with no word before cursor
c-bata_go-prompt
train
cded2f8011eb48caedbd56429d34e86eb4007698
diff --git a/components/bearcms-navigation-element.php b/components/bearcms-navigation-element.php index <HASH>..<HASH> 100644 --- a/components/bearcms-navigation-element.php +++ b/components/bearcms-navigation-element.php @@ -6,21 +6,24 @@ * Free to use under the MIT license. */ -//$moreElementHtml = '<li class=...
Added support for innerHTML. This enables custom values in the navigation element.
bearcms_bearframework-addon
train
6b5a95a7145c40baadcaba9897aecf5e1b178854
diff --git a/services/datalad/datalad_service/middleware/auth.py b/services/datalad/datalad_service/middleware/auth.py index <HASH>..<HASH> 100644 --- a/services/datalad/datalad_service/middleware/auth.py +++ b/services/datalad/datalad_service/middleware/auth.py @@ -11,7 +11,8 @@ def parse_authorization_header(authoriz...
Increase token expirations to <I> in datalad service tests.
OpenNeuroOrg_openneuro
train
46f591100e283f0a4444d88abeabe7ffd3e1e8f2
diff --git a/test/host/web_loader.js b/test/host/web_loader.js index <HASH>..<HASH> 100644 --- a/test/host/web_loader.js +++ b/test/host/web_loader.js @@ -126,18 +126,21 @@ }, // Actively wait for GPF to be loaded - _waitForLoad = function (callback) { + _waitForLoad = function (callba...
Offers a way to ignore tests
ArnaudBuchholz_gpf-js
train
b5d711fcc2d6ca631bcdc171b1902c87cb57e8dc
diff --git a/src/scripts/directives/fa-app.js b/src/scripts/directives/fa-app.js index <HASH>..<HASH> 100644 --- a/src/scripts/directives/fa-app.js +++ b/src/scripts/directives/fa-app.js @@ -76,40 +76,42 @@ angular.module('famous.angular') transclude: true, scope: true, restrict: 'EA', - compi...
refactor: satisfy jslint
Famous_famous-angular
train
96791e9b7075d8fb81570d3d8b086926f16a7490
diff --git a/pkg/sysregistriesv2/system_registries_v2.go b/pkg/sysregistriesv2/system_registries_v2.go index <HASH>..<HASH> 100644 --- a/pkg/sysregistriesv2/system_registries_v2.go +++ b/pkg/sysregistriesv2/system_registries_v2.go @@ -141,6 +141,10 @@ func parseURL(input string) (string, error) { // registries of type...
Fix V1 compatibility code to preserve search registry order ... and also to make the rest of the order consistent as well, to minimize difficult-to-reproduce heisenbugs. The Golang map iterating code is somewhat random, so the old code _sometimes_ passes the updaed test; the failures are very obvious in > go test -co...
containers_image
train
d0b258c8027e017071bcc60e713800133610737e
diff --git a/demo/views/remote-popover/routes.js b/demo/views/remote-popover/routes.js index <HASH>..<HASH> 100644 --- a/demo/views/remote-popover/routes.js +++ b/demo/views/remote-popover/routes.js @@ -53,6 +53,20 @@ Router.route ( '/remote-popover-2', function () { }, { where: 'server' }); +/* REMOTE POPOVER - F...
RemotePopover: added support for loading a fullscreen popover
svelto_svelto
train
13056b33c76ccd1b64ad9ead9adba9a291315347
diff --git a/spec/copycopter_client/configuration_spec.rb b/spec/copycopter_client/configuration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/copycopter_client/configuration_spec.rb +++ b/spec/copycopter_client/configuration_spec.rb @@ -5,7 +5,7 @@ describe CopycopterClient::Configuration do match do |config| ...
Fixes execution of configuration default tests * defaults were never tested because of invalid include? * corrected defaults to reflect current configuration object
copycopter_copycopter-ruby-client
train
e64b5c07d5390d5413a99df6205de3614cffe4d7
diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/context/Context.java b/modules/activiti-engine/src/main/java/org/activiti/engine/impl/context/Context.java index <HASH>..<HASH> 100644 --- a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/context/Context.java +++ b/modules/activ...
Make ResourceBundleControl class public.
Activiti_Activiti
train
372ee994a45c2b5e044f4303df10553a66449ebd
diff --git a/src/createSubstyle.js b/src/createSubstyle.js index <HASH>..<HASH> 100644 --- a/src/createSubstyle.js +++ b/src/createSubstyle.js @@ -28,6 +28,32 @@ const coerceSelectedKeys = (select?: KeysT) => { return select } +const deriveClassNames = ( + className: ?string, + elementKeys: Array<string>, + mo...
basic implementation of flat classNames handling and fixed bugs in specs
jfschwarz_substyle
train
2df3d3ada8f1120c7dbc6a7e88deb17bf47b8ee3
diff --git a/src/com/opencms/file/CmsRegistry.java b/src/com/opencms/file/CmsRegistry.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/file/CmsRegistry.java +++ b/src/com/opencms/file/CmsRegistry.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/com/opencms/file/Attic/CmsRegistry.java,v $ - ...
Added method getSubNodeValues to improve read access to registry
alkacon_opencms-core
train
29aec611195a18f3eb5a51023f9294d536a0393d
diff --git a/telemetry/telemetry/core/tab_unittest.py b/telemetry/telemetry/core/tab_unittest.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/core/tab_unittest.py +++ b/telemetry/telemetry/core/tab_unittest.py @@ -10,10 +10,10 @@ from telemetry.unittest import tab_test_case def _IsDocumentVisible(tab): - ...
Use unprefixed Page Visibility API in tests, etc. We support the unprefixed API now. Use those instead of or in addition to the prefixed version, as appropriate. BUG=<I> TEST=no behavior change Review URL: <URL>
catapult-project_catapult
train
e30f2e141edb1b9cc151ab07ba9077fda1673ed2
diff --git a/test/msgServer.js b/test/msgServer.js index <HASH>..<HASH> 100644 --- a/test/msgServer.js +++ b/test/msgServer.js @@ -1,5 +1,6 @@ import { assert } from 'chai' import request from 'request' +import nets from 'nets' import MsgServer from '../lib/msgServer.js' const chasquiUrl = 'https://chasqui.uport....
test: change dependency request -> nets to support browser env for tests
uport-project_uport-connect
train
1b9b910977b320ee29af3967a65156517fcbc1d2
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,3 +1,4 @@ -require 'rubygems' -require 'test/unit' -require 'active_support' +require File.expand_path(File.dirname(__FILE__)) + "/../init" +ENV["RAILS_ENV"] = "test" +require Fil...
Added require for init and rails_app in test_helper
caelum_relata
train
ca00f7a11a7df2a3d270ca57df22732d8f1143fb
diff --git a/core/src/main/java/hudson/model/UpdateCenter.java b/core/src/main/java/hudson/model/UpdateCenter.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/UpdateCenter.java +++ b/core/src/main/java/hudson/model/UpdateCenter.java @@ -1066,6 +1066,10 @@ public class UpdateCenter extends Abstract...
[JENKINS-<I>] Do not throw exception with nonpublic plugins
jenkinsci_jenkins
train
84b10ba70790a1e23abf89728ee154f86461ca15
diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php index <HASH>..<HASH> 100644 --- a/lib/Cake/View/Helper/FormHelper.php +++ b/lib/Cake/View/Helper/FormHelper.php @@ -2471,7 +2471,7 @@ class FormHelper extends AppHelper { if ($name !== null) { if ( (!$selectedIsArray &...
Strict in_array for mixed id variable types Setting the in_array check to strict, as this would return true incorrectly when and if values are of mixed type.
cakephp_cakephp
train
2b554b96075cf5d1f5c776accbf6f098ec382e14
diff --git a/app/models/neighborly/balanced/payment.rb b/app/models/neighborly/balanced/payment.rb index <HASH>..<HASH> 100644 --- a/app/models/neighborly/balanced/payment.rb +++ b/app/models/neighborly/balanced/payment.rb @@ -9,7 +9,8 @@ module Neighborly::Balanced def checkout! @debit = @customer.debit(...
Add appears_on_statement_as on debit
FromUte_dune-balanced-creditcard
train
41ced058a69f063156402689a8a5121092373855
diff --git a/streams/pages.js b/streams/pages.js index <HASH>..<HASH> 100644 --- a/streams/pages.js +++ b/streams/pages.js @@ -9,6 +9,7 @@ import { routeDidChange$ } from '@shopgate/pwa-common/streams/history'; import { SEARCH_PATH } from '@shopgate/pwa-common-commerce/search/constants'; import { CATEGORY_PATH } from...
CON-<I> added checkout route to the ignore list for page tracking
shopgate_pwa
train
29cffe56beb3794d34101374f1d2179cc4af99d9
diff --git a/src/Application/Bootstrap.php b/src/Application/Bootstrap.php index <HASH>..<HASH> 100644 --- a/src/Application/Bootstrap.php +++ b/src/Application/Bootstrap.php @@ -79,7 +79,7 @@ class Bootstrap try { $routepath = $this->evaluateRoute(); - $route = $routepath->values; + ...
Fixing some errors with the responder and the routing.
modusphp_framework
train
b95d28e6ba533bc316bf69bb30bb5512314fa8b4
diff --git a/resource_aws_sns_topic.go b/resource_aws_sns_topic.go index <HASH>..<HASH> 100644 --- a/resource_aws_sns_topic.go +++ b/resource_aws_sns_topic.go @@ -33,18 +33,18 @@ func resourceAwsSnsTopic() *schema.Resource { }, "display_name": &schema.Schema{ Type: schema.TypeString, - Required: f...
Changed Required: false to Optional: true in the SNS topic schema
terraform-providers_terraform-provider-aws
train
11132ae3753851dda1941bdf2543c1a20caa3edc
diff --git a/repl/repl.go b/repl/repl.go index <HASH>..<HASH> 100644 --- a/repl/repl.go +++ b/repl/repl.go @@ -86,6 +86,8 @@ func (r *REPL) Loop() { fmt.Fprintln(r.output, r.banner) } + line.SetCompleter(r.complete) + for true { input, err := line.Prompt(r.getPrompt()) @@ -159,6 +161,43 @@ func (r *REPL) ...
Add basic tab-completion to REPL
open-policy-agent_opa
train
823fb0187eabffc5c12ae47412b9dec02bcd5547
diff --git a/src/test/java/org/la4j/vector/AbstractVectorTest.java b/src/test/java/org/la4j/vector/AbstractVectorTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/la4j/vector/AbstractVectorTest.java +++ b/src/test/java/org/la4j/vector/AbstractVectorTest.java @@ -467,4 +467,26 @@ public abstract class Abstra...
Added tests for vector (issue #<I>)
vkostyukov_la4j
train
ee166def0042adcbb3c54979dabb961fba7dffe7
diff --git a/pdfwatermarker/utils/write.py b/pdfwatermarker/utils/write.py index <HASH>..<HASH> 100644 --- a/pdfwatermarker/utils/write.py +++ b/pdfwatermarker/utils/write.py @@ -10,7 +10,7 @@ def write_pdf(top_pdf, bottom_pdf, destination): :param destination: Desintation path """ drawing = PdfFileReade...
Removed file opening from PdfFileReader and PdfFileWriter object args
mrstephenneal_pdfconduit
train
6c29fca1c8d26b073ded13af56cedb034a3ea3d9
diff --git a/elasticsearch/client/indices.py b/elasticsearch/client/indices.py index <HASH>..<HASH> 100644 --- a/elasticsearch/client/indices.py +++ b/elasticsearch/client/indices.py @@ -206,13 +206,14 @@ class IndicesClient(NamespacedClient): return data @query_params('ignore_conflicts', 'timeout', 'ma...
index is not required for put_mapping any more
elastic_elasticsearch-py
train