hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
219787a39a8ea98bc69e2c664b26df54a10fd30d
diff --git a/core/src/main/java/jlibs/core/lang/StringUtil.java b/core/src/main/java/jlibs/core/lang/StringUtil.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/jlibs/core/lang/StringUtil.java +++ b/core/src/main/java/jlibs/core/lang/StringUtil.java @@ -106,6 +106,25 @@ public class StringUtil{ } ...
BeanUtil.firstLetterToUpperCase() is moved here as capitalize()
santhosh-tekuri_jlibs
train
c515a8147d715565721c0726653bf5e5deac3b8b
diff --git a/src/deployer.js b/src/deployer.js index <HASH>..<HASH> 100644 --- a/src/deployer.js +++ b/src/deployer.js @@ -111,7 +111,7 @@ class Deployer { let filename = this.config.fileList.pop() let fileStream = fs.readFileSync(filename) let fileKey = filename.replace(this.config.fullAssetPath, '').re...
#<I>: Strip extra forward slashes from full file path.
multiplegeorges_vue-cli-plugin-s3-deploy
train
f7c8ebbdf1fe3438d954a571b0a977044ae65bb6
diff --git a/bokeh/charts/_attributes.py b/bokeh/charts/_attributes.py index <HASH>..<HASH> 100644 --- a/bokeh/charts/_attributes.py +++ b/bokeh/charts/_attributes.py @@ -8,7 +8,7 @@ from bokeh.models.sources import ColumnDataSource from bokeh.charts import DEFAULT_PALETTE from bokeh.charts._properties import ColumnL...
Fix python 3 support items Bryan provided.
bokeh_bokeh
train
b308a2bee857826a7f57a13dd7e815af9749073f
diff --git a/jenkins/plugin/src/test/java/com/hp/octane/plugins/jenkins/events/EventsTest.java b/jenkins/plugin/src/test/java/com/hp/octane/plugins/jenkins/events/EventsTest.java index <HASH>..<HASH> 100644 --- a/jenkins/plugin/src/test/java/com/hp/octane/plugins/jenkins/events/EventsTest.java +++ b/jenkins/plugin/src/...
tech: fixing events test and unignoring it
hpsa_hpe-application-automation-tools-plugin
train
53fc4b513eace912fa0b668dc264ac9a51292f5d
diff --git a/sinatra-contrib/lib/sinatra/content_for.rb b/sinatra-contrib/lib/sinatra/content_for.rb index <HASH>..<HASH> 100644 --- a/sinatra-contrib/lib/sinatra/content_for.rb +++ b/sinatra-contrib/lib/sinatra/content_for.rb @@ -106,7 +106,7 @@ module Sinatra # # <% clear_content_for :head %> def cl...
Refactor to use content_for?()
sinatra_sinatra
train
50a9ebb7d60d372e5e23db053e070e300f06219f
diff --git a/wro4j-maven-plugin/src/main/java/ro/isdc/wro/maven/plugin/AbstractLinterMojo.java b/wro4j-maven-plugin/src/main/java/ro/isdc/wro/maven/plugin/AbstractLinterMojo.java index <HASH>..<HASH> 100644 --- a/wro4j-maven-plugin/src/main/java/ro/isdc/wro/maven/plugin/AbstractLinterMojo.java +++ b/wro4j-maven-plugin/...
suppress warnings in mojo while running tests
wro4j_wro4j
train
bd2c430199887f59b3bf9c339f1296525337565d
diff --git a/lib/passenger/application_spawner.rb b/lib/passenger/application_spawner.rb index <HASH>..<HASH> 100644 --- a/lib/passenger/application_spawner.rb +++ b/lib/passenger/application_spawner.rb @@ -137,6 +137,69 @@ class ApplicationSpawner < AbstractServer raise Error, "The application spawner server exited...
Begin implementing conservative spawning support.
phusion_passenger
train
7a3db450a786bc2030d6395ff50b72bd7bc30561
diff --git a/scripts/make-release.py b/scripts/make-release.py index <HASH>..<HASH> 100644 --- a/scripts/make-release.py +++ b/scripts/make-release.py @@ -16,6 +16,8 @@ import re from datetime import datetime, date from subprocess import Popen, PIPE +_date_clean_re = re.compile(r'(\d+)(st|nd|rd|th)') + def parse...
Fixed release script. Backported changes from the flask release script
pallets_werkzeug
train
43f5a1c0252172dedf9dc7c0bf45f540282b02c7
diff --git a/lib/Doctrine/MongoDB/Collection.php b/lib/Doctrine/MongoDB/Collection.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/MongoDB/Collection.php +++ b/lib/Doctrine/MongoDB/Collection.php @@ -20,7 +20,12 @@ namespace Doctrine\MongoDB; use Doctrine\Common\EventManager, - Doctrine\MongoDB\Event\EventArg...
fix event names and event arg class references
doctrine_mongodb
train
195c679a7c1ec179986cd9a227a34b564d463ad5
diff --git a/lib/shelly/app.rb b/lib/shelly/app.rb index <HASH>..<HASH> 100644 --- a/lib/shelly/app.rb +++ b/lib/shelly/app.rb @@ -194,10 +194,6 @@ module Shelly attributes["state"] end - def trial? - !!attributes["trial"] - end - def credit attributes["credit"] end diff --git ...
Removed trial [#<I>]
Ragnarson_shelly
train
b27498a55beef1d85e1f676311fc0f04ddbb2de1
diff --git a/source/rafcon/mvc/controllers/graphical_editor.py b/source/rafcon/mvc/controllers/graphical_editor.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/controllers/graphical_editor.py +++ b/source/rafcon/mvc/controllers/graphical_editor.py @@ -2160,6 +2160,7 @@ class GraphicalEditorController(ExtendedCon...
graphical editor: add return values for successful copy, cut and paste actions
DLR-RM_RAFCON
train
4d2a38880925b8d4cf03b59eacad53707e2cd6f7
diff --git a/zappa/cli.py b/zappa/cli.py index <HASH>..<HASH> 100644 --- a/zappa/cli.py +++ b/zappa/cli.py @@ -73,9 +73,10 @@ class ZappaCLI(object): """ + cmd_list = "'deploy', 'update', 'undeploy', 'schedule', 'unschedule', 'tail' and 'rollback'" parser = argparse.ArgumentParser(descript...
expand cli help test to include full command list
Miserlou_Zappa
train
79e9879979d564e21fa1e962938fc522984745b2
diff --git a/test/example-test.js b/test/example-test.js index <HASH>..<HASH> 100644 --- a/test/example-test.js +++ b/test/example-test.js @@ -2,9 +2,7 @@ var _ = require('lodash') var helper = require('./support/helper') var assert = require('assert') -ogConsoleLog = console.log -var result = helper.run('example/t...
Make the example test less erratic
testdouble_teenytest
train
d02b4e4c315f9d82b8a77465fab18f718fbeec8d
diff --git a/lib/y2r/ast/ruby.rb b/lib/y2r/ast/ruby.rb index <HASH>..<HASH> 100644 --- a/lib/y2r/ast/ruby.rb +++ b/lib/y2r/ast/ruby.rb @@ -255,7 +255,7 @@ module Y2R # TODO: Use parens only when needed. class UnaryOperator < Node def to_ruby(context) - "#{op}#{expression.to_ruby_enclosed...
Y2R::AST::Ruby::UnaryOperator: Pass correct available width to expression
yast_y2r
train
747d22358fc45e3aade7f6af7235f55f1f6efe45
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +6.7.1 +----- + +- Parse forensic email samples with non-standard date headers +- Graceful handling of a failure to download the GeoIP database (issue #123) + 6.7.0 ----- diff --git a/parsedma...
<I> - Parse forensic email samples with non-standard date headers - Graceful handling of a failure to download the GeoIP database (issue #<I>)
domainaware_parsedmarc
train
5ecb46f65d751b00d18b7ca10f4be772349ece90
diff --git a/src/Koloader/Autoloader.php b/src/Koloader/Autoloader.php index <HASH>..<HASH> 100644 --- a/src/Koloader/Autoloader.php +++ b/src/Koloader/Autoloader.php @@ -29,6 +29,9 @@ class Autoloader { /** @var array List of found paths for each of the autoloadable tokens. **/ protected $cachedPaths = []; + /**...
Optimize rescanning for multiple missing things. Recreate cache only once per runtime.
smuuf_koloader
train
dbc781d51f47c8c866cf2c12d69b15bcf0561584
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,10 +8,8 @@ setup( packages=['django_webpack'], package_data={ 'django_webpack': [ - '*.js', - '*.json', - 'tests/*.py' - 'tests/test_bundle.js' + 'bu...
Removed the test harness from the PyPI package.
markfinger_python-webpack
train
7d51e61e4e95685fe00957b1c4e5936ee6dbeffa
diff --git a/hazelcast/src/main/java/com/hazelcast/spi/OperationService.java b/hazelcast/src/main/java/com/hazelcast/spi/OperationService.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/spi/OperationService.java +++ b/hazelcast/src/main/java/com/hazelcast/spi/OperationService.java @@ -35,16...
Renamed OperationService executeOperation to execute; runOperationOnCallingThread to run These names are in line with the OperationExecutor. Otherwise we have naming inconsistencies which make the code more difficult to understand than needs to be.
hazelcast_hazelcast
train
fdd458d2fe03be275327514f0a6ef88d44511bec
diff --git a/cmd/syncthing/gui.go b/cmd/syncthing/gui.go index <HASH>..<HASH> 100644 --- a/cmd/syncthing/gui.go +++ b/cmd/syncthing/gui.go @@ -70,7 +70,15 @@ func startGUI(cfg config.GUIConfiguration, assetDir string, m *model.Model) erro if err != nil { l.Infoln("Loading HTTPS certificate:", err) l.Infoln("Cre...
Protect GUI HTTPS from some attacks - Disable SSLv3 against POODLE - Disable RC4 as a weak cipher - Set the CommonName to the system host name
syncthing_syncthing
train
41ba4b9a97ea650a617b4a941be6a3cb8ae1a5a2
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -76,12 +76,10 @@ tests_require = [ setup( name='ConfigArgParse', - version="0.14.1", + version="0.15", description='A drop-in replacement for argparse that allows options to ' 'also be set v...
incremented version to <I>
bw2_ConfigArgParse
train
107fee32a024f056ab08026777250a1b7020b7bf
diff --git a/tests/UserDefinedFormControllerTest.php b/tests/UserDefinedFormControllerTest.php index <HASH>..<HASH> 100644 --- a/tests/UserDefinedFormControllerTest.php +++ b/tests/UserDefinedFormControllerTest.php @@ -140,7 +140,7 @@ class UserDefinedFormControllerTest extends FunctionalTest { $actions = $controlle...
Make sure tests pass after adding clear button.
silverstripe_silverstripe-userforms
train
a629ea37bc859698150cb55b36984768fa2b5384
diff --git a/src/audio/acss_renderer.js b/src/audio/acss_renderer.js index <HASH>..<HASH> 100644 --- a/src/audio/acss_renderer.js +++ b/src/audio/acss_renderer.js @@ -121,6 +121,7 @@ sre.AcssRenderer.prototype.prosodyElement = function(key, value) { switch (key) { case sre.Engine.personalityProps.RATE: r...
Adds missing break. Fixes issue #<I>.
zorkow_speech-rule-engine
train
6dd3a8fcae37a35851cb4b38bb574d7191121bd3
diff --git a/Classes/Cache/IdentifierBuilder.php b/Classes/Cache/IdentifierBuilder.php index <HASH>..<HASH> 100644 --- a/Classes/Cache/IdentifierBuilder.php +++ b/Classes/Cache/IdentifierBuilder.php @@ -12,6 +12,7 @@ use SFC\Staticfilecache\Service\CacheService; use SFC\Staticfilecache\Service\ConfigurationService; u...
Fix #<I> - Check if generated filenames are part of the cache folder
lochmueller_staticfilecache
train
4b7e3a78baa392492753d47d73a8a42198e9f239
diff --git a/app/libraries/Utilities/CustomTemplate.php b/app/libraries/Utilities/CustomTemplate.php index <HASH>..<HASH> 100644 --- a/app/libraries/Utilities/CustomTemplate.php +++ b/app/libraries/Utilities/CustomTemplate.php @@ -72,11 +72,11 @@ class CustomTemplate * @param int $post_id * * @since 0...
Change visibility for `is()` and `slug()` of custom templates utility They are handy methods that can be used by a child theme.
GrottoPress_jentil
train
7146b67397ab3a4764e618eb1f0cd14ee6b4be04
diff --git a/mygeotab/api.py b/mygeotab/api.py index <HASH>..<HASH> 100644 --- a/mygeotab/api.py +++ b/mygeotab/api.py @@ -141,6 +141,22 @@ class API(object): """ return self.call('Get', type_name, **parameters) + def search(self, type_name, **parameters): + """ + Searches for entit...
Cleaned up requirements. Added a "search" method, shortcutting both "get" and "call"
Geotab_mygeotab-python
train
fe3fa08bb7d8029b7f489eb2fadffb1aa145bb75
diff --git a/lib/influxdb/client.rb b/lib/influxdb/client.rb index <HASH>..<HASH> 100644 --- a/lib/influxdb/client.rb +++ b/lib/influxdb/client.rb @@ -51,7 +51,7 @@ module InfluxDB # +:retry+:: number of times a failed request should be retried. Defaults to infinite. def initialize(database = nil, **opts) ...
Adjust for <I>-style keyword arguments lib/influxdb/client.rb:<I>: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call lib/influxdb/config.rb:<I>: warning: The called method `initialize' is defined here
influxdata_influxdb-ruby
train
30319b165f275ddf61d0679cc2aa0983dc530215
diff --git a/lib/treeize.js b/lib/treeize.js index <HASH>..<HASH> 100644 --- a/lib/treeize.js +++ b/lib/treeize.js @@ -222,11 +222,11 @@ Treeize.prototype.grow = function(data, options) { data.forEach(function(row) { this.data.seed.push(row); var trails = {}; // LUT for trails (find parent of new node in t...
renamed "root" variable to "base" to avoid deprecation error
kwhitley_treeize
train
a6684eeb786663839cf383ea54b681d429a83177
diff --git a/railties/lib/generators/test_unit/mailer/templates/functional_test.rb b/railties/lib/generators/test_unit/mailer/templates/functional_test.rb index <HASH>..<HASH> 100644 --- a/railties/lib/generators/test_unit/mailer/templates/functional_test.rb +++ b/railties/lib/generators/test_unit/mailer/templates/func...
don't set @expected.date in generated mailer test
rails_rails
train
b2965eaf3510908583063342bbc3b0e5be33005c
diff --git a/Mixtape/cluster/base.py b/Mixtape/cluster/base.py index <HASH>..<HASH> 100644 --- a/Mixtape/cluster/base.py +++ b/Mixtape/cluster/base.py @@ -67,7 +67,7 @@ class MultiSequenceClusterMixin(object): def _concat(self, sequences): self.__lengths = [len(s) for s in sequences] if len(seque...
decomposition.base no longer worries about contiguous arrays, cluster.base now uses np.ascontiguousarray to make it contiguous
msmbuilder_msmbuilder
train
214278702b297c011b2c5b5495c3efcc17d7d1dd
diff --git a/lib/genericNodeProvider.js b/lib/genericNodeProvider.js index <HASH>..<HASH> 100644 --- a/lib/genericNodeProvider.js +++ b/lib/genericNodeProvider.js @@ -76,19 +76,25 @@ function GenericNodeProvider(options) { * @param {Object} providerOptions - Provider specific options. * @par...
Add support for propertyPath wildcard
F5Networks_f5-cloud-libs
train
76ec4bf91082ef66c62713e1d5a6eff78c24606a
diff --git a/indra/databases/uniprot_client.py b/indra/databases/uniprot_client.py index <HASH>..<HASH> 100644 --- a/indra/databases/uniprot_client.py +++ b/indra/databases/uniprot_client.py @@ -265,6 +265,56 @@ def get_gene_name(protein_id, web_fallback=True): return gene_name return None + +def get_ge...
Add synonym capabilities to the uniprot client.
sorgerlab_indra
train
e473c007d374c1198c5dcb1669cd019f9fd5f3ad
diff --git a/cassandra/decoder.py b/cassandra/decoder.py index <HASH>..<HASH> 100644 --- a/cassandra/decoder.py +++ b/cassandra/decoder.py @@ -1,31 +1,17 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for add...
Sanitize column names for named_tuple_factory Fixes PYTHON-<I>
datastax_python-driver
train
c7c8f5612bb726ca8fe85389c688bb5d412e8fdb
diff --git a/server/server.go b/server/server.go index <HASH>..<HASH> 100644 --- a/server/server.go +++ b/server/server.go @@ -96,6 +96,7 @@ type BgpServer struct { fsmStateCh chan *FsmMsg acceptCh chan *net.TCPConn + mgmtCh chan func() GrpcReqCh chan *GrpcRequest policy *table.RoutingPoli...
add management task channel replace GrpcRequest/Response. Simpler and handy golang-native APIs.
osrg_gobgp
train
be11c6b8656e5427c416431e9d551076b942367c
diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/sessions_controller.rb +++ b/app/controllers/sessions_controller.rb @@ -3,11 +3,11 @@ class SessionsController < ApplicationController auth = request.env["omniauth.auth"] ...
Applications can override after sign in/out paths They default to root_path, can be changed by defining after_bookingsync_sign_in_path and after_bookingsync_sign_out_path in ApplicationController.
BookingSync_bookingsync-engine
train
914c8a5aabd3e5bf74ace66bb5f308d2f8427549
diff --git a/noodles/__init__.py b/noodles/__init__.py index <HASH>..<HASH> 100644 --- a/noodles/__init__.py +++ b/noodles/__init__.py @@ -2,5 +2,4 @@ from .decorator import * from .datamodel import * from .run import * from .run_parallel import run_parallel -from .run_fireworks import * from .utility import *
removing fireworks runner from ``__init__.py``
NLeSC_noodles
train
fe39aba238ca2dc3d1359f7a0309ead3de4739f0
diff --git a/src/front-door/azext_front_door/custom.py b/src/front-door/azext_front_door/custom.py index <HASH>..<HASH> 100644 --- a/src/front-door/azext_front_door/custom.py +++ b/src/front-door/azext_front_door/custom.py @@ -417,17 +417,21 @@ def list_fd_backends(cmd, resource_group_name, front_door_name, backend_poo...
fix negative index (#<I>)
Azure_azure-cli-extensions
train
cc15efdad83acd50f21373035029accad786aade
diff --git a/plugin/wfs/wfs/src/main/java/org/geomajas/gwt2/plugin/wfs/client/service/WfsService.java b/plugin/wfs/wfs/src/main/java/org/geomajas/gwt2/plugin/wfs/client/service/WfsService.java index <HASH>..<HASH> 100644 --- a/plugin/wfs/wfs/src/main/java/org/geomajas/gwt2/plugin/wfs/client/service/WfsService.java +++ ...
GBE-<I>: missing requests in enum
geomajas_geomajas-project-client-gwt2
train
f3f4f4aeb62c6893d3932b0c68f1e4cabe3461a5
diff --git a/plugins/pushes/harmony/plugin.rb b/plugins/pushes/harmony/plugin.rb index <HASH>..<HASH> 100644 --- a/plugins/pushes/harmony/plugin.rb +++ b/plugins/pushes/harmony/plugin.rb @@ -12,13 +12,25 @@ module VagrantPlugins config(:harmony, :push) do require File.expand_path("../config", __FILE__...
pushes/harmony: stub I<I>n
hashicorp_vagrant
train
d7824550d2147565eeeaff8803d95f822888e22f
diff --git a/lib/media/drm_engine.js b/lib/media/drm_engine.js index <HASH>..<HASH> 100644 --- a/lib/media/drm_engine.js +++ b/lib/media/drm_engine.js @@ -968,9 +968,10 @@ shaka.media.DrmEngine.prototype.onKeyStatusesChange_ = function(event) { /** * Returns a Promise to a map of EME support for well-known key syste...
Drm support testing can be used to detect offline support. Change-Id: I4a9ce<I>e<I>e2ff<I>f<I>a<I>bdc5b<I>e3c
google_shaka-player
train
ffd6b008eecbcfddcd90abd7830ecc5c967860e8
diff --git a/js/editors/keycontrol.js b/js/editors/keycontrol.js index <HASH>..<HASH> 100644 --- a/js/editors/keycontrol.js +++ b/js/editors/keycontrol.js @@ -6,11 +6,11 @@ var keyboardHelpVisible = false; $body.keydown(keycontrol); var panelShortcuts = { - 49: 'javascript', - 50: 'css', - 51: 'html', - 52: 'co...
Fixed help key shortcut in Firefox. Still madness.
jsbin_jsbin
train
b92011507a0f3aae09427d8929ed9971c88223b7
diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/telemetry/dto/Internals.java b/engine/src/main/java/org/camunda/bpm/engine/impl/telemetry/dto/Internals.java index <HASH>..<HASH> 100644 --- a/engine/src/main/java/org/camunda/bpm/engine/impl/telemetry/dto/Internals.java +++ b/engine/src/main/java/org/camund...
adjust serialized names of telemetry license data
camunda_camunda-bpm-platform
train
947d6e8f34094be2f2347869bd35c7a4bdeefdda
diff --git a/claripy/operations.py b/claripy/operations.py index <HASH>..<HASH> 100644 --- a/claripy/operations.py +++ b/claripy/operations.py @@ -305,6 +305,9 @@ def boolean_and_simplifier(*args): if len(args) == 1: return args[0] + if any(a.is_false() for a in args): + return ast.all_operati...
the other obvious case for and/or simplification
angr_claripy
train
60576d2a2ebb31df5bed3268a192c823818b15bb
diff --git a/tests/distance/test_distance_anderberg.py b/tests/distance/test_distance_anderberg.py index <HASH>..<HASH> 100644 --- a/tests/distance/test_distance_anderberg.py +++ b/tests/distance/test_distance_anderberg.py @@ -49,7 +49,7 @@ class AnderbergTestCases(unittest.TestCase): self.assertEqual(self.cmp...
added sim_score/corrected sim values
chrislit_abydos
train
a2cd2a015ae5d497ad7ea74837f3d69095666854
diff --git a/datascience/tables.py b/datascience/tables.py index <HASH>..<HASH> 100644 --- a/datascience/tables.py +++ b/datascience/tables.py @@ -639,12 +639,12 @@ class Table(collections.abc.MutableMapping): binned[label + ' ' + tag] = np.append(counts, 0) return binned - ##################...
Make repr more accurate It was confusing rows with columns before.
data-8_datascience
train
e13bb3cfb415d2cc024e9456da66bbddb0095fa6
diff --git a/lib/core/mixin/action/commit.rb b/lib/core/mixin/action/commit.rb index <HASH>..<HASH> 100644 --- a/lib/core/mixin/action/commit.rb +++ b/lib/core/mixin/action/commit.rb @@ -28,6 +28,12 @@ module Commit false end end + + #--- + + def commit_ignore + [ :commit, :allow_empty, :propoga...
Adding ignore methods to each of the action mixins.
coralnexus_nucleon
train
6f0e8fb3bbeb75a5f0f04d0d879332b2612f3570
diff --git a/src/missing-support.js b/src/missing-support.js index <HASH>..<HASH> 100644 --- a/src/missing-support.js +++ b/src/missing-support.js @@ -5,22 +5,38 @@ let formatBrowserName = require('./util').formatBrowserName let caniuse = require('caniuse-db/fulldata-json/data-1.0') -function filterStats (browsers...
now also included partial data, not only their names
anandthakker_doiuse
train
0548f392a9867683c4cff8dc98d4e75e5f9874b5
diff --git a/lib/azure-assets.js b/lib/azure-assets.js index <HASH>..<HASH> 100644 --- a/lib/azure-assets.js +++ b/lib/azure-assets.js @@ -103,7 +103,11 @@ module.exports = Adapter.extend({ contentType: mime.lookup(resolvedFile) } - blobService.createBlockBlobFromLocalFile(AZURE_CONTAINER_NAME, targetF...
Serve gzipped content from Azure if requested
duizendnegen_ember-cli-deploy-azure
train
21d0e595fe16a1d77bec43d555efde0405b52801
diff --git a/kernel/src/main/java/com/qspin/qtaste/config/StaticConfiguration.java b/kernel/src/main/java/com/qspin/qtaste/config/StaticConfiguration.java index <HASH>..<HASH> 100644 --- a/kernel/src/main/java/com/qspin/qtaste/config/StaticConfiguration.java +++ b/kernel/src/main/java/com/qspin/qtaste/config/StaticConf...
[KERNEL] Change requirement xml file name.
qspin_qtaste
train
14c94a3b2cfdaf7a4b94ee9e460abc430ec761ee
diff --git a/cfgrib/dataset.py b/cfgrib/dataset.py index <HASH>..<HASH> 100644 --- a/cfgrib/dataset.py +++ b/cfgrib/dataset.py @@ -257,14 +257,7 @@ def build_geography_coordinates(index, encode_geography, log=LOG): return geo_dims, geo_shape, geo_coord_vars -def build_data_var_components( - index, - ...
Move some encode complexity to own function.
ecmwf_cfgrib
train
d657a8c2878ba6335c5e8bce306f2f7b9fccadf8
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # lettuce -> Version 0.1.24 - barium +> Version 0.1.25 - barium ## On release names diff --git a/lettuce/__init__.py b/lettuce/__init__.py index <HASH>..<HASH> 100644 --- a/lettuce/__init__.py +++ b/lett...
bump to <I> applying pull requests from @garron and @jlsnpi. Thank you guys
aloetesting_aloe_django
train
8a58b2e27506f3344b375d5237f627c8129b96ad
diff --git a/app/controllers/neighborly/balanced/bankaccount/routing_numbers_controller.rb b/app/controllers/neighborly/balanced/bankaccount/routing_numbers_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/neighborly/balanced/bankaccount/routing_numbers_controller.rb +++ b/app/controllers/neighborly/bala...
Remove the skip filter for force_http Now the hole apllication is on ssl!
FromUte_dune-balanced-bankaccount
train
9bfc5d9ef1c8acf133aafce723e242dc91ccf41f
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,9 @@ ChangeLog for PyLint * #112698: fixed crashes related to non-inferable __all__ attributes and invalid __all__ contents (patch by Torsten Marek) + * Include full warning id for I0020 and I002...
Two small fixes for suppression warnings I<I>{2,1}: - make sure to include the full message name (with symbol, if requested) in the output - flush I<I>{0,1} warnings after each module, not after complete run
PyCQA_pylint
train
dfd810a9a1021bd2ed0936b8393f2b457d7f778b
diff --git a/av/container.pyx b/av/container.pyx index <HASH>..<HASH> 100644 --- a/av/container.pyx +++ b/av/container.pyx @@ -42,9 +42,6 @@ cdef class Container(object): self.name = name self.proxy = ContainerProxy() - if format_name is not None: - self.proxy.ptr.iformat = self.fo...
Properly hook requested formats into InputContainer (OutputContainer untested) Finally some progress on #<I> and #<I>.
mikeboers_PyAV
train
ba9be92632f959a38abe25296cfab425826d8851
diff --git a/src/Resolver.php b/src/Resolver.php index <HASH>..<HASH> 100644 --- a/src/Resolver.php +++ b/src/Resolver.php @@ -144,7 +144,9 @@ class Resolver{ // $resolvedRoute->setOrigin( ... ); // set previous route return $resolvedRoute; // return augmented route object clone ...
Support not strict mode in resolver.
CeusMedia_Router
train
21e662c77468d1e3fc4efaa049021e2ad0e49b4d
diff --git a/integration-cli/docker_cli_search_test.go b/integration-cli/docker_cli_search_test.go index <HASH>..<HASH> 100644 --- a/integration-cli/docker_cli_search_test.go +++ b/integration-cli/docker_cli_search_test.go @@ -44,54 +44,6 @@ func (s *DockerSuite) TestSearchStarsOptionWithWrongParameter(c *check.C) { ...
Remove TestSearchCmdOptions test This test is dependent on the search results returned by Docker Hub, which can change at any moment, and causes this test to be unpredictable. Removing this test instead of trying to catch up with Docker Hub any time the results change, because it's effectively testing Docker Hub, and...
moby_moby
train
20e15fde559065bccae45fca03a8c8e6ae44a468
diff --git a/lib/Doctrine/Common/ClassLoader.php b/lib/Doctrine/Common/ClassLoader.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Common/ClassLoader.php +++ b/lib/Doctrine/Common/ClassLoader.php @@ -234,9 +234,13 @@ class ClassLoader } else if (is_string($loader) && $loader($className)) { // "MyClass::...
Providing fix for silent loaders support
doctrine_common
train
2db63b2d793706fc84e7d11ab8bc84ca6a9e97a7
diff --git a/enterprise/src/test/java/org/graylog/plugins/enterprise/search/elasticsearch/ElasticsearchBackendTest.java b/enterprise/src/test/java/org/graylog/plugins/enterprise/search/elasticsearch/ElasticsearchBackendTest.java index <HASH>..<HASH> 100644 --- a/enterprise/src/test/java/org/graylog/plugins/enterprise/s...
using an unbound, implicitly required, parameter should throw a proper exception (Graylog2/graylog-plugin-enterprise#<I>) this will eventually be included in a proper error response, but for now we simply throw something more specific than the NPE before fixes Graylog2/graylog-plugin-enterprise#<I>
Graylog2_graylog2-server
train
1463ee306893d41c0e83636d398f06506a7f4b8c
diff --git a/xmantissa/webapp.py b/xmantissa/webapp.py index <HASH>..<HASH> 100644 --- a/xmantissa/webapp.py +++ b/xmantissa/webapp.py @@ -401,7 +401,7 @@ def upgradePrivateApplication1To2(oldApp): privateKey=oldApp.privateKey, privateIndexPage=oldApp.privateIndexPage) newApp.installedOn.findOrCr...
remove prefixURL assignment in CustomizedPublicPage's installation
twisted_mantissa
train
bfa89682e782d9d7d62c168869739792147230b3
diff --git a/packages/neos-ui/src/Containers/LeftSideBar/NodeTree/Node/index.js b/packages/neos-ui/src/Containers/LeftSideBar/NodeTree/Node/index.js index <HASH>..<HASH> 100644 --- a/packages/neos-ui/src/Containers/LeftSideBar/NodeTree/Node/index.js +++ b/packages/neos-ui/src/Containers/LeftSideBar/NodeTree/Node/index....
BUGFIX: hiddenContextPaths and intermediateContextPaths are objects not arrays
neos_neos-ui
train
ba2eacc10431951d84832c442f945290292f64e3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ Copyright: from setuptools import setup setup(name='bio_utils', - version='0.7.19a12', + version='0.7.19a13', description='library of common bioinformatic tasks', classifiers=[ ...
Removed line from conf.py Removed line to attempt to use RTD
Brazelton-Lab_bio_utils
train
a73b86fb8579b8d5ec9d06c0a37b8f67e967251e
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -36,9 +36,6 @@ module.exports = { get DSAPI() { return require('./dsapi'); }, - get UsageAPI() { - return require('./usageapi'); - }, get SAPI() { return require('....
RELENG-<I>: retire usageapi builds/refs
joyent_node-sdc-clients
train
7c671269b64ccb60234b0be4777d418f27e9c501
diff --git a/tests/create_test.py b/tests/create_test.py index <HASH>..<HASH> 100644 --- a/tests/create_test.py +++ b/tests/create_test.py @@ -235,7 +235,7 @@ class CreateTest(unittest.TestCase): self.assertIn('multipart/form-data', req.headers['Content-Type']) bdy = req._request.body - messa...
can py3 just stop crying?
Alveo_pyalveo
train
4c0a267e17dba6e205079c397a05026c887b6352
diff --git a/tests/MaxMind/Db/Test/Reader/MetadataTest.php b/tests/MaxMind/Db/Test/Reader/MetadataTest.php index <HASH>..<HASH> 100644 --- a/tests/MaxMind/Db/Test/Reader/MetadataTest.php +++ b/tests/MaxMind/Db/Test/Reader/MetadataTest.php @@ -44,7 +44,7 @@ class MetadataTest extends TestCase public function testTo...
relax test for <I>RC1
maxmind_MaxMind-DB-Reader-php
train
e0e903291a305043516fa7493c6e76a70bc7ce7a
diff --git a/mod/chat/lang/en/chat.php b/mod/chat/lang/en/chat.php index <HASH>..<HASH> 100644 --- a/mod/chat/lang/en/chat.php +++ b/mod/chat/lang/en/chat.php @@ -98,7 +98,7 @@ $string['nomessages'] = 'No messages yet'; $string['normalkeepalive'] = 'KeepAlive'; $string['normalstream'] = 'Stream'; $string['noschedule...
MDL-<I>: Corrected language string when not allowed to enter the chat room.
moodle_moodle
train
2ead1fdb540d4fc6023bfa7294869ea7a18bcbc9
diff --git a/tests/test.js b/tests/test.js index <HASH>..<HASH> 100644 --- a/tests/test.js +++ b/tests/test.js @@ -315,7 +315,7 @@ describe('integration tests', function () { }); }); - it('should throw if trying to order by OneToMany relation properties', function () { + it...
Update tests with refactored method names
Vincit_objection-find
train
f7950b480c0acf7fdc7be948a58dabbefc105855
diff --git a/actionview/test/template/output_safety_helper_test.rb b/actionview/test/template/output_safety_helper_test.rb index <HASH>..<HASH> 100644 --- a/actionview/test/template/output_safety_helper_test.rb +++ b/actionview/test/template/output_safety_helper_test.rb @@ -94,12 +94,13 @@ class OutputSafetyHelperTest ...
Keep the value of `$,` and restore it As unit tests, we do not know the value of `$,` when this test case started. It' better to keep the value when the test case fnished.
rails_rails
train
3e97cb7a73c526b596417ce0d1e08331fba95f01
diff --git a/shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/api/impl/ScalingAPIImplTest.java b/shardingsphere-scaling/shardingsphere-scaling-core/src/test/java/org/apache/shardingsphere/scaling/core/api/impl/ScalingAPIImplTest.java index <HASH>..<HASH> 100644 ---...
Optimize ScalingAPIImplTest (#<I>) * Optimize ScalingAPIImplTest Co-authored-by: qiulu3 <Lucas<I>>
apache_incubator-shardingsphere
train
5aee90f31357ba4850063d8de292c7258fce6528
diff --git a/actors/v2actions/route.go b/actors/v2actions/route.go index <HASH>..<HASH> 100644 --- a/actors/v2actions/route.go +++ b/actors/v2actions/route.go @@ -1,13 +1,15 @@ package v2actions -import ( - "fmt" - - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv2" -) +import "fmt" // Route represents a CLI R...
separated out the ccv2.Route struct from the v2actions.Route struct - ccv2.Route had extra fields that were only used in the v2actions package [#<I>, #<I>]
cloudfoundry_cli
train
296b74e01a9409beb593a69ae885b30875031bb2
diff --git a/training/deepspeech_training/util/sample_collections.py b/training/deepspeech_training/util/sample_collections.py index <HASH>..<HASH> 100644 --- a/training/deepspeech_training/util/sample_collections.py +++ b/training/deepspeech_training/util/sample_collections.py @@ -18,6 +18,7 @@ from .audio import ( ...
Remote I/O for sample_collections
mozilla_DeepSpeech
train
68b12695c5660c5c2c92fb5f999e58f377b31aa6
diff --git a/sample-mail/src/main/java/com/hannesdorfmann/mosby/sample/mail/search/SearchFragment.java b/sample-mail/src/main/java/com/hannesdorfmann/mosby/sample/mail/search/SearchFragment.java index <HASH>..<HASH> 100644 --- a/sample-mail/src/main/java/com/hannesdorfmann/mosby/sample/mail/search/SearchFragment.java +...
ViewStateManager respects retain instance state
sockeqwe_mosby
train
2c95d829e0761319588043e1943e33476976b51b
diff --git a/tests/dummy/app/app.js b/tests/dummy/app/app.js index <HASH>..<HASH> 100644 --- a/tests/dummy/app/app.js +++ b/tests/dummy/app/app.js @@ -3,7 +3,7 @@ import Resolver from './resolver'; import loadInitializers from 'ember-load-initializers'; import config from './config/environment'; -if (!window.AudioC...
still display dummy app for safari
sethbrasile_ember-audio
train
292a66dd0f014179bbfe367948d5a2d91daf7b29
diff --git a/src/jottalib/JFS.py b/src/jottalib/JFS.py index <HASH>..<HASH> 100644 --- a/src/jottalib/JFS.py +++ b/src/jottalib/JFS.py @@ -1011,6 +1011,15 @@ class JFS(object): elif o.tag == 'filedirlist': return JFSFileDirList(o, jfs=self, parentpath=parent) raise JFSError("invalid object: %s <- %s" ...
Add method to get latest files. With test. Closes #<I>
havardgulldahl_jottalib
train
c50154fe3a6134f8f2f8da5db396cd5d8226cb02
diff --git a/framework/yii/bootstrap/ButtonGroup.php b/framework/yii/bootstrap/ButtonGroup.php index <HASH>..<HASH> 100644 --- a/framework/yii/bootstrap/ButtonGroup.php +++ b/framework/yii/bootstrap/ButtonGroup.php @@ -17,7 +17,7 @@ use yii\helpers\Html; * * ```php * // a button group with items configuration - *...
Fixes issue #<I>: Typo in comment
yiisoft_yii2-bootstrap4
train
5a4f1af776756a6b5be68fbaeea464121da96a2e
diff --git a/lib/daemon.js b/lib/daemon.js index <HASH>..<HASH> 100644 --- a/lib/daemon.js +++ b/lib/daemon.js @@ -7,7 +7,6 @@ import loglevelMessagePrefix from 'loglevel-message-prefix'; import Configuration from './Configuration'; import Importer from './Importer'; -import ModuleFinder from './ModuleFinder'; imp...
Start ModuleFinder for regular CLI calls Now that we only have the ModuleFinder to find imports, we need to make sure it's started whenever we import something.
Galooshi_import-js
train
e8b8b0afefbbaccb02cdcbcf745e675fdf7d1ac7
diff --git a/zipline/data/history_loader.py b/zipline/data/history_loader.py index <HASH>..<HASH> 100644 --- a/zipline/data/history_loader.py +++ b/zipline/data/history_loader.py @@ -34,6 +34,7 @@ from zipline.lib.adjustment import Float64Multiply, Float64Add from zipline.utils.cache import ExpiringCache from zipline...
BUG: Fix bad error handling in history loader. Fixes a bug where we'd fail to raise an error if the start/end of a history window call don't aren't in the loader's calendar. We were started dropping this error after a previous change swapped out calls to `index.get_loc` with calls to `index.searchsorted` to avoid cre...
quantopian_zipline
train
c9ca1774c7672bae249fa3f7113b8e26d71cb3ef
diff --git a/cgroupspy/controllers.py b/cgroupspy/controllers.py index <HASH>..<HASH> 100644 --- a/cgroupspy/controllers.py +++ b/cgroupspy/controllers.py @@ -38,6 +38,7 @@ class Controller(object): """ tasks = MultiLineIntegerFile("tasks") + procs = MultiLineIntegerFile("cgroup.procs") notify_on_re...
Add support for cgroup.procs (thread groups) in addition to tasks (threads) Also make IntegerListFile and MultiLineIntegerFile writable so procs and tasks can be written
cloudsigma_cgroupspy
train
e29494088e3983bac7049873db68d84e49e41c1d
diff --git a/lib/activatable/instance_methods.rb b/lib/activatable/instance_methods.rb index <HASH>..<HASH> 100644 --- a/lib/activatable/instance_methods.rb +++ b/lib/activatable/instance_methods.rb @@ -13,5 +13,9 @@ module Activatable self.update(field_name => true) end end + + def deactivate_b...
Added #deactivate_by
kimrgrey_activatable
train
b3146683f24b7e9b2dcc19483857848f27ed1798
diff --git a/src/tilesource.js b/src/tilesource.js index <HASH>..<HASH> 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -65,7 +65,7 @@ $.TileSource = function( width, height, tileSize, tileOverlap, minLevel, maxLeve height: args[1], tileSize: args[2], tileOverlap: args[3...
applying patch provided by eikeon for position parameter constructor of TileSource. At some point I hope to deprecate most of these constructors that have more than two positional parameters.
openseadragon_openseadragon
train
eebbf8e4349f1d69da00e4409cec8db029d26265
diff --git a/explorer/templates.go b/explorer/templates.go index <HASH>..<HASH> 100644 --- a/explorer/templates.go +++ b/explorer/templates.go @@ -400,6 +400,9 @@ func makeTemplateFuncMap(params *chaincfg.Params) template.FuncMap { "threeSigFigs": threeSigFigs, "remaining": func(idx int, max, t int64) string { ...
when time remaining is 0, show "imminent"
decred_dcrdata
train
b0a0aac95a8177bf7dce64d85db33560654198c9
diff --git a/phoebe/parameters/parameters.py b/phoebe/parameters/parameters.py index <HASH>..<HASH> 100644 --- a/phoebe/parameters/parameters.py +++ b/phoebe/parameters/parameters.py @@ -2459,9 +2459,9 @@ class ParameterSet(object): :parameter xunit: unit to plot the x-array (will default based on x if not p...
fixed typo in docstring for PS.plot
phoebe-project_phoebe2
train
6fe12fc9916d6586a62b23ef81fc0d136ecd3183
diff --git a/packages/mjml-group/src/index.js b/packages/mjml-group/src/index.js index <HASH>..<HASH> 100644 --- a/packages/mjml-group/src/index.js +++ b/packages/mjml-group/src/index.js @@ -5,18 +5,7 @@ import widthParser from 'mjml-core/lib/helpers/widthParser' export default class MjGroup extends BodyComponent { ...
remove actually not allowed attributes on mj-group
mjmlio_mjml
train
9dbc17dac5aef81c5dbbd3d61d1ea00602cc72ed
diff --git a/workspaces/scripts/src/commands/__tests__/run-tests.test.js b/workspaces/scripts/src/commands/__tests__/run-tests.test.js index <HASH>..<HASH> 100644 --- a/workspaces/scripts/src/commands/__tests__/run-tests.test.js +++ b/workspaces/scripts/src/commands/__tests__/run-tests.test.js @@ -1,15 +1,19 @@ // @fl...
Skip tests if no workspaces exist Objective: test, lint, flow, and ci commands should pass successfully out of the box. For both eslint and Jest, they don't like it when a glob doesn't match any patterns, and there won't be any patterns until the user adds a workspace. This quits tests early with a warning if no work...
PsychoLlama_freighter
train
a8ea63f5c6aa5f37462685278fc937c831ef8424
diff --git a/ldapdao/plugins/auth/ldapdao/ldapdao.auth.php b/ldapdao/plugins/auth/ldapdao/ldapdao.auth.php index <HASH>..<HASH> 100644 --- a/ldapdao/plugins/auth/ldapdao/ldapdao.auth.php +++ b/ldapdao/plugins/auth/ldapdao/ldapdao.auth.php @@ -203,8 +203,6 @@ class ldapdaoAuthDriver extends jAuthDriverBase implements jI...
Fix duplicated code, user data were loaded twice
jelix_ldapdao-module
train
f57c87ecb7f4416556c5c843500da2d34852896f
diff --git a/lib/releaf/acts_as_node.rb b/lib/releaf/acts_as_node.rb index <HASH>..<HASH> 100644 --- a/lib/releaf/acts_as_node.rb +++ b/lib/releaf/acts_as_node.rb @@ -9,6 +9,9 @@ module ActsAsNode end def self.classes + # eager load in dev env + Rails.application.eager_load! if Rails.env.development? + ...
eager load in dev env
cubesystems_releaf
train
05028020b6149efd771a1e3e8ad9d683495f4984
diff --git a/drools-compiler/src/test/java/org/drools/integrationtests/BackwardChainingTest.java b/drools-compiler/src/test/java/org/drools/integrationtests/BackwardChainingTest.java index <HASH>..<HASH> 100644 --- a/drools-compiler/src/test/java/org/drools/integrationtests/BackwardChainingTest.java +++ b/drools-compil...
changed package name, so it no longer conflicts
kiegroup_drools
train
37fdc78fb6fff080afd868f8723acc002eeaa135
diff --git a/DependencyInjection/SonataDoctrineORMAdminExtension.php b/DependencyInjection/SonataDoctrineORMAdminExtension.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/SonataDoctrineORMAdminExtension.php +++ b/DependencyInjection/SonataDoctrineORMAdminExtension.php @@ -83,6 +83,8 @@ class SonataDoctrineORM...
configure new types available in the AdminBundle
sonata-project_SonataDoctrineORMAdminBundle
train
5e0c50d814b08cbdd46f1fcce77b34210d546669
diff --git a/src/connect/connect.js b/src/connect/connect.js index <HASH>..<HASH> 100644 --- a/src/connect/connect.js +++ b/src/connect/connect.js @@ -101,4 +101,4 @@ export function createConnect({ } } -export default createConnect() +export default /*#__PURE__*/ createConnect() diff --git a/src/hooks/useDispatc...
Add pure annotations to help with DCE
reduxjs_react-redux
train
818e518966a3e5403b7a4993a88698e96c653f10
diff --git a/test/integration/cloud/permissions.js b/test/integration/cloud/permissions.js index <HASH>..<HASH> 100644 --- a/test/integration/cloud/permissions.js +++ b/test/integration/cloud/permissions.js @@ -43,4 +43,10 @@ describe('Permission checking', () => { .update({ hacked: true }); }); }); + ...
Test that you can't read other peoples timelines
GetStream_stream-js
train
5b36da106f532a31c76cf4c804a3d51b8bcb418b
diff --git a/src/saml2/__init__.py b/src/saml2/__init__.py index <HASH>..<HASH> 100644 --- a/src/saml2/__init__.py +++ b/src/saml2/__init__.py @@ -590,7 +590,7 @@ class SamlBase(ExtensionContainer): """ keys = ['text'] keys.extend([n for (n, t, r) in self.c_attributes.values()]) - keys...
Real bug, but then noone seems to have used the method
IdentityPython_pysaml2
train
b66c6116a2979dff90518e070db5931f8bdff42a
diff --git a/lib/slimmer/test.rb b/lib/slimmer/test.rb index <HASH>..<HASH> 100644 --- a/lib/slimmer/test.rb +++ b/lib/slimmer/test.rb @@ -10,6 +10,7 @@ module Slimmer <script src="http://static.preview.alphagov.co.uk/javascripts/libs/jquery/jquery-1.6.2.min.js"></script><!-- no defer on jquery --> ...
jQuery mustache is provided.
alphagov_slimmer
train
c745b299de0c184111a9530ca300d55c4886e1c1
diff --git a/lib/js/src/jest.js b/lib/js/src/jest.js index <HASH>..<HASH> 100644 --- a/lib/js/src/jest.js +++ b/lib/js/src/jest.js @@ -285,7 +285,7 @@ function testAll(name, inputs, callback) { function beforeAllAsync(timeout, callback) { beforeAll((function (finish) { - Curry._1(callback, (function () {...
update js artifacts to <I>
glennsl_bs-jest
train
b7d1585bd334a763cc730b213d1ca20f5796a3ba
diff --git a/endesive/__init__.py b/endesive/__init__.py index <HASH>..<HASH> 100644 --- a/endesive/__init__.py +++ b/endesive/__init__.py @@ -2,6 +2,6 @@ __author__ = 'Grzegorz Makarewicz' __license__ = 'MIT' -__version__ = '1.2.1' +__version__ = '1.2.2' __all__ = [__author__, __license__, __version__] diff --g...
next option for pdf signer- sigbutton
m32_endesive
train
5569becded4fd1d2c921d8ddf05964b9b29ed358
diff --git a/framework/Commands/Migrate.php b/framework/Commands/Migrate.php index <HASH>..<HASH> 100644 --- a/framework/Commands/Migrate.php +++ b/framework/Commands/Migrate.php @@ -30,7 +30,14 @@ class Migrate if (!$this->isInstalled()) { $this->install(); } - $mi...
ONCE-<I>: edited migrate command
pr-of-it_t4
train
5a281c511d9c232ac2e4508278c1a8d63c41b386
diff --git a/backbone.js b/backbone.js index <HASH>..<HASH> 100644 --- a/backbone.js +++ b/backbone.js @@ -990,6 +990,7 @@ // routes can be defined at the bottom of the route map. _bindRoutes: function() { if (!this.routes) return; + this.routes = _.result(this, 'routes'); var route, routes...
Make Router.routes accept a function [#<I>]
jashkenas_backbone
train
09eb51ecc48b7143bf89abec31e53b0cd4abb0cd
diff --git a/gbdxtools/ipe/graph.py b/gbdxtools/ipe/graph.py index <HASH>..<HASH> 100644 --- a/gbdxtools/ipe/graph.py +++ b/gbdxtools/ipe/graph.py @@ -21,5 +21,9 @@ def register_ipe_graph(conn, ipe_graph): def get_ipe_metadata(conn, ipe_id, node='toa_reflectance'): meta = {} meta['image'] = conn.get(VIRTUAL_...
include rpcs in ipe metadata
DigitalGlobe_gbdxtools
train
b4339073c5c87e7df1399f70d44eb73bfda35d0b
diff --git a/Tests/LdapClientTest.php b/Tests/LdapClientTest.php index <HASH>..<HASH> 100644 --- a/Tests/LdapClientTest.php +++ b/Tests/LdapClientTest.php @@ -24,7 +24,7 @@ class LdapClientTest extends TestCase * Sets up the fixture, for example, opens a network connection. * This method is called before a test i...
Add destructor to client, expand close method a bit, tests for DN methods, dump anon bind
joomla-framework_ldap
train
076745c4dfaaa29c16b008698aaf6f4c7ce307a3
diff --git a/lib.go b/lib.go index <HASH>..<HASH> 100644 --- a/lib.go +++ b/lib.go @@ -55,7 +55,8 @@ type Sheet struct { type File struct { worksheets map[string]*zip.File referenceTable []string - Sheets []*Sheet + Sheets []*Sheet // sheet access by index + Sheet map[string]*Sheet // sheet acc...
access by name add sheet map so we can access by name
tealeg_xlsx
train
85343cfd5fece3f698b579d6177aa6f3a07853e0
diff --git a/boot/settings.js b/boot/settings.js index <HASH>..<HASH> 100644 --- a/boot/settings.js +++ b/boot/settings.js @@ -81,7 +81,8 @@ settings.response_types_supported = [ 'id_token', 'token id_token', 'id_token token', - 'code id_token token' + 'code id_token token', + 'none' ] /** diff --git a/...
feat: Support `none` response_type (#<I>)
anvilresearch_connect
train
78acd5f39a3054f05e782471de83257067d144e6
diff --git a/src/Rocketeer/Commands/DeployCommand.php b/src/Rocketeer/Commands/DeployCommand.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Commands/DeployCommand.php +++ b/src/Rocketeer/Commands/DeployCommand.php @@ -1,13 +1,12 @@ <?php namespace Rocketeer\Commands; -use Illuminate\Console\Command; use Rocke...
Make DeployCommand extends BaseDeployCommand now that it's lighter
rocketeers_rocketeer
train
f7b65926510e85bb27e51a185dc357a9ee5fa9b8
diff --git a/Space/Field/__init__.py b/Space/Field/__init__.py index <HASH>..<HASH> 100644 --- a/Space/Field/__init__.py +++ b/Space/Field/__init__.py @@ -119,5 +119,6 @@ class SuperposedField(Field): else: raise ValueError('at least 3 coordinates are needed for point') for field in self....
Fixed nasty bug in Superposition Vector Field calculation
bond-anton_BDSpace
train