hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c43e78c40011d6f23a2a4de44c01990a2bc074a6
diff --git a/nose/test_actionAngle.py b/nose/test_actionAngle.py index <HASH>..<HASH> 100644 --- a/nose/test_actionAngle.py +++ b/nose/test_actionAngle.py @@ -1898,6 +1898,20 @@ def test_MWPotential_warning_isochroneapprox(): warnings.simplefilter("always",galpyWarning) return None +def test_MWPotential_war...
add test of MWPotential warning (and why not?)
jobovy_galpy
train
a996102b0ca3dc00a447ca2f5cc436130b1b81d1
diff --git a/spec/controllers/socializer/people/profiles_controller_spec.rb b/spec/controllers/socializer/people/profiles_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/socializer/people/profiles_controller_spec.rb +++ b/spec/controllers/socializer/people/profiles_controller_spec.rb @@ -9,50 +9,7...
People::ProfilesController: begin testing when not logged in
socializer_socializer
train
3530cdc55ccbbae5e6d8097275eae3a95d6b6ff5
diff --git a/instaloader/nodeiterator.py b/instaloader/nodeiterator.py index <HASH>..<HASH> 100644 --- a/instaloader/nodeiterator.py +++ b/instaloader/nodeiterator.py @@ -263,7 +263,8 @@ def resumable_iteration(context: InstaloaderContext, try: yield is_resuming, start_index except KeyboardInterrupt:...
Fix rare FileNotFoundError in resumable_iterator() ... that occured when using a path name for the FrozenNodeIterator file whose dirname was ''.
instaloader_instaloader
train
e747bc359bfa2d713c87b2057621a463255261a7
diff --git a/can-dom-events.js b/can-dom-events.js index <HASH>..<HASH> 100644 --- a/can-dom-events.js +++ b/can-dom-events.js @@ -11,12 +11,12 @@ function isDispatchingOnDisabled(element, ev) { return isInsertedOrRemoved && isDisabled; } /** - * @module {{}} can-util/dom/events/events events - * @parent can-util/d...
Update docstrings to can-dom-events
canjs_can-dom-events
train
2bab2de43b3f71432b01d24b21da53c2bbbae8e9
diff --git a/eZ/Publish/API/Repository/Tests/Stubs/LocationServiceStub.php b/eZ/Publish/API/Repository/Tests/Stubs/LocationServiceStub.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/API/Repository/Tests/Stubs/LocationServiceStub.php +++ b/eZ/Publish/API/Repository/Tests/Stubs/LocationServiceStub.php @@ -596,7 +596,7 ...
Fixed: Typos referring to Core namespace in docs.
ezsystems_ezpublish-kernel
train
b7054bf813bbaca5580320eff089268c6adbf73f
diff --git a/plugins/emberObservesTag.js b/plugins/emberObservesTag.js index <HASH>..<HASH> 100644 --- a/plugins/emberObservesTag.js +++ b/plugins/emberObservesTag.js @@ -39,7 +39,7 @@ exports.astNodeVisitor = { */ exports.defineTags = function( dictionary ) { dictionary.defineTag( 'observes', { - mustHa...
Change "mustHaveValue" property to "false" for @observes tag
notmessenger_jsdoc-plugins
train
7cc5c75503192c28979ac0b47f563ccb81e7babb
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -171,10 +171,10 @@ PID.prototype.setOutputLimits = function(Min, Max) { */ PID.prototype.setMode = function(Mode) { var newAuto; - if (Mode == 0 || Mode.toString().toLowerCase() == 'automatic' || Mod...
Amend isAuto() to conform to legacy DEFINEs
wilberforce_pid-controller
train
28d0a83db85f14e395c2554c0f04d1fedd7eb75b
diff --git a/libraries/lithium/tests/cases/storage/CacheTest.php b/libraries/lithium/tests/cases/storage/CacheTest.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/tests/cases/storage/CacheTest.php +++ b/libraries/lithium/tests/cases/storage/CacheTest.php @@ -10,6 +10,7 @@ namespace lithium\tests\cases\storage; ...
Adding skip for CacheTest with File adapter integration.
UnionOfRAD_framework
train
d6d544af5342aa687e848ee77b44c7febd43dccb
diff --git a/library/WT/Family.php b/library/WT/Family.php index <HASH>..<HASH> 100644 --- a/library/WT/Family.php +++ b/library/WT/Family.php @@ -372,11 +372,11 @@ class WT_Family extends WT_GedcomRecord { // Check the script used by each name, so we can match cyrillic with cyrillic, greek with greek, etc. $hu...
Family names: code to detect script was only looking at surname. This fails when we have a known given name and unknown surname.
fisharebest_webtrees
train
bb14b98a40aa3354a0ef9a6dc953a7a5e987228f
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -164,8 +164,7 @@ gulp.task('copy-examples', function () { gulp.task('copy-static-assets', function () { return gulp.src([ 'LICENSE', - 'README.md', - 'package.json', + 'README.md' ]) .pipe...
fix(release): package.json must be modified by semantic-release
patternfly_patternfly-ng
train
b96c02484aed4e5faee056c6c9c7e872d6efcbc6
diff --git a/mambuloan.py b/mambuloan.py index <HASH>..<HASH> 100644 --- a/mambuloan.py +++ b/mambuloan.py @@ -228,6 +228,14 @@ class MambuLoan(MambuStruct): if branch['encodedKey'] == self['assignedBranchKey']: self.attrs['assignedBranchName'] = branch['name'] + def setUser(self): + ...
Add MambuLoan.setUser method to tell which Mambu user has the loan assigned to it. Minor change, reordering holderType attr on MambuLoan.setHolder()
jstitch_MambuPy
train
f15701af40a75488e7d10ff9a2d609d3764236c1
diff --git a/testsuite/integration/web/src/test/java/org/jboss/as/test/integration/web/cookie/DefaultCookieVersionTestCase.java b/testsuite/integration/web/src/test/java/org/jboss/as/test/integration/web/cookie/DefaultCookieVersionTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/integration/web/src/test/java/o...
[WFLY-<I>] Eliminating unsupported scenarios since Servlet API <I> version
wildfly_wildfly
train
9368197d256d2265512b16b360bd047735e3ee27
diff --git a/core/src/main/java/hudson/scm/AutoBrowserHolder.java b/core/src/main/java/hudson/scm/AutoBrowserHolder.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/scm/AutoBrowserHolder.java +++ b/core/src/main/java/hudson/scm/AutoBrowserHolder.java @@ -60,7 +60,7 @@ final class AutoBrowserHolder { ...
Replaced integer with AtomicInteger to fix spotbugs issue (#<I>) * replaced integer with AtomicInteger to fix spotbugs issue * added @Restricted to prevent further usage * replaced volatile with final because of AtomicInteger usage * implemented a getter and an increment method * fixed typeo in javadoc
jenkinsci_jenkins
train
19a6a48f3be86130a882603c6e5fe9ec727f1100
diff --git a/proxyserver/src/main/java/com/groupon/odo/Proxy.java b/proxyserver/src/main/java/com/groupon/odo/Proxy.java index <HASH>..<HASH> 100644 --- a/proxyserver/src/main/java/com/groupon/odo/Proxy.java +++ b/proxyserver/src/main/java/com/groupon/odo/Proxy.java @@ -905,6 +905,7 @@ public class Proxy extends HttpSe...
Flush response buffer on timeout path
groupon_odo
train
56b7fec43707aece34ce0aa64434b20516c16ff0
diff --git a/src/main.js b/src/main.js index <HASH>..<HASH> 100644 --- a/src/main.js +++ b/src/main.js @@ -182,6 +182,12 @@ async function start() { APP_VERSION = await npm.getVersion(); console.title( _.pad( `Welcome to Version Generator v${ APP_VERSION }`, console.lineLength ) ); + await main(); + +} + +...
Prevent welcoming again the user after a restart task
Zelgadis87_npm-versionator
train
fd3ddca6e743ef50d587be1fa5522a6a21ded9c9
diff --git a/src/spectrum.src.js b/src/spectrum.src.js index <HASH>..<HASH> 100644 --- a/src/spectrum.src.js +++ b/src/spectrum.src.js @@ -243,14 +243,14 @@ }; Template.prototype.compile = function () { - this._templateClass = this._ast.compile(); + this.templateClass = this._a...
Make the class for a template public so you can mixin methods - sick.
tomyan_spectrum
train
a2e3d533e093ae48491abce13978da946661a900
diff --git a/kerncraft/machinemodel.py b/kerncraft/machinemodel.py index <HASH>..<HASH> 100755 --- a/kerncraft/machinemodel.py +++ b/kerncraft/machinemodel.py @@ -4,6 +4,7 @@ from distutils.spawn import find_executable from distutils.version import LooseVersion import re from collections import OrderedDict +from cop...
fixed hidden reference modification only occured when using cores argument and cache simulation
RRZE-HPC_kerncraft
train
987bc01a734cb3b43e47c25c0ae86a3e3cb46f54
diff --git a/glances/plugins/glances_processlist.py b/glances/plugins/glances_processlist.py index <HASH>..<HASH> 100644 --- a/glances/plugins/glances_processlist.py +++ b/glances/plugins/glances_processlist.py @@ -259,7 +259,7 @@ class Plugin(GlancesPlugin): msg += k + ' ' + self.auto_unit...
Correct bug on extended memory info if swap did not exist
nicolargo_glances
train
71c2fb061627e4ad3ee7144641677feb33ff01e1
diff --git a/sark/code/function.py b/sark/code/function.py index <HASH>..<HASH> 100644 --- a/sark/code/function.py +++ b/sark/code/function.py @@ -7,12 +7,48 @@ from .line import Line from .xref import Xref +class Comments(object): + def __init__(self, function): + self._function = function + + @prope...
Changed the way function comments are accessed to match line comments.
tmr232_Sark
train
fb1277dafe401725a3d246e86d2d47bb292db35b
diff --git a/retry.go b/retry.go index <HASH>..<HASH> 100644 --- a/retry.go +++ b/retry.go @@ -10,11 +10,17 @@ type Action func(attempt uint) error // Strategy defines a function that Retry calls before every successive attempt // to determine whether it should make the next attempt or not. Returning `true` // allow...
Improving docs a bit
Rican7_retry
train
23438652a462e8f4abf9b8d1fd3d3efaa3714216
diff --git a/virtualbox/library_ext/keyboard.py b/virtualbox/library_ext/keyboard.py index <HASH>..<HASH> 100644 --- a/virtualbox/library_ext/keyboard.py +++ b/virtualbox/library_ext/keyboard.py @@ -10,11 +10,11 @@ SCANCODES = { 'ESC': [[0x01], [0x81]], '1': [[0x02], [0x82]], '!': [[0x2A, 0x02], [0...
Fixed issues with some keys (#<I>)
sethmlarson_virtualbox-python
train
06dd443a38db9742f514198c4644767fc7729eb4
diff --git a/tests/test_datatypes.py b/tests/test_datatypes.py index <HASH>..<HASH> 100644 --- a/tests/test_datatypes.py +++ b/tests/test_datatypes.py @@ -24,7 +24,7 @@ def generator(size): """ Type arguments """ scalar_valid_values = [ 46, -1, 0, 7.7, -0.0 ] -scalar_invalid_values = [ "one", None, pd, {}...
Fix data types test, allowing None to be specified as a value on a dataset
hydraplatform_hydra-base
train
b89102c5fcb96c5c40ca3d2ed673b6deefe92e64
diff --git a/bridge/discord/webhook.go b/bridge/discord/webhook.go index <HASH>..<HASH> 100644 --- a/bridge/discord/webhook.go +++ b/bridge/discord/webhook.go @@ -136,7 +136,7 @@ func (b *Bdiscord) handleEventWebhook(msg *config.Message, channelID string) (st b.Log.Debugf("Processing webhook sending for message %#v",...
Fix 'webook' typo in discord/webhook.go (#<I>)
42wim_matterbridge
train
1a5a89dccc03ec689556808064aee3dd6a64d42b
diff --git a/raiden/transfer/balance_proof.py b/raiden/transfer/balance_proof.py index <HASH>..<HASH> 100644 --- a/raiden/transfer/balance_proof.py +++ b/raiden/transfer/balance_proof.py @@ -10,7 +10,7 @@ def pack_balance_proof( channel_identifier: typing.ChannelID, token_network_identifier: typing.To...
Add missing whitespace around equals operator
raiden-network_raiden
train
8a25480c4dbe5bc0e3487b0004055d37ce1341a3
diff --git a/lib/kamerling/repo.rb b/lib/kamerling/repo.rb index <HASH>..<HASH> 100644 --- a/lib/kamerling/repo.rb +++ b/lib/kamerling/repo.rb @@ -1,4 +1,6 @@ module Kamerling class Repo + NotFound = Class.new RuntimeError + def initialize source, klass @klass, @source = klass, source end @@ -10,6 +12,8 @@...
make Repo.[] raise Repo::NotFound on missing UUID
chastell_kamerling
train
c390c7f64965d6f722b3abf6c290bf0c8be81198
diff --git a/pyrtl/inputoutput.py b/pyrtl/inputoutput.py index <HASH>..<HASH> 100644 --- a/pyrtl/inputoutput.py +++ b/pyrtl/inputoutput.py @@ -347,7 +347,7 @@ def _to_verilog_combinational(file, block): t = (net.dests[0].name, catlist) print >> file, ' assign %s = {%s};' % t elif n...
fix bug where selection from scalar wirevector produced verilog syntax errors
UCSBarchlab_PyRTL
train
ce0a01eb60ae84557ce3f0d25c218d5125f0f113
diff --git a/lib/orbacle/define_builtins.rb b/lib/orbacle/define_builtins.rb index <HASH>..<HASH> 100644 --- a/lib/orbacle/define_builtins.rb +++ b/lib/orbacle/define_builtins.rb @@ -23,8 +23,11 @@ module Orbacle template_just_bool(klass, "eql?", 0) template_just_bool(klass, "frozen?", 0) template_...
Add more Object built-ins
swistak35_orbacle
train
1e7d42cab23dc5196a7b7fb8ca893907aef30eda
diff --git a/src/Composer/Commands/PatchCommand.php b/src/Composer/Commands/PatchCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Commands/PatchCommand.php +++ b/src/Composer/Commands/PatchCommand.php @@ -120,6 +120,7 @@ class PatchCommand extends \Composer\Command\BaseCommand } $b...
made sure that lock is cleaned up properly even for patch commands; dev-dependencies not included previously when lock packages were being processed
vaimo_composer-patches
train
014804925df61748c79ef6428fe73eac93a45784
diff --git a/lib/sfn/command.rb b/lib/sfn/command.rb index <HASH>..<HASH> 100644 --- a/lib/sfn/command.rb +++ b/lib/sfn/command.rb @@ -16,5 +16,30 @@ module Sfn autoload :Update, 'sfn/command/update' autoload :Validate, 'sfn/command/validate' + # Override to provide config file searching + def initial...
Include helper to traverse FS for .sfn file discovery
sparkleformation_sfn
train
1730c0b6bf3eb6fe183e45a93f96db3d2cb87fa8
diff --git a/src/jmh/java/net/kyori/adventure/text/minimessage/benchmark/MiniMessageBenchmark.java b/src/jmh/java/net/kyori/adventure/text/minimessage/benchmark/MiniMessageBenchmark.java index <HASH>..<HASH> 100644 --- a/src/jmh/java/net/kyori/adventure/text/minimessage/benchmark/MiniMessageBenchmark.java +++ b/src/jmh...
add todo, don't let jmh run for too long, am trying to get work done here
KyoriPowered_text
train
1d298d946661d25adf13f6c52cdf376717191154
diff --git a/src/configurators/ControlFactory.js b/src/configurators/ControlFactory.js index <HASH>..<HASH> 100644 --- a/src/configurators/ControlFactory.js +++ b/src/configurators/ControlFactory.js @@ -97,7 +97,6 @@ export class ControlFactory { case 'overviewMap': let projection = options.projection |...
overviewmap always uses baseLayers as layergroup
KlausBenndorf_guide4you
train
e27be9bdb22b535425b9c199127591dfd5bc1727
diff --git a/MAVProxy/modules/mavproxy_kmlread.py b/MAVProxy/modules/mavproxy_kmlread.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/mavproxy_kmlread.py +++ b/MAVProxy/modules/mavproxy_kmlread.py @@ -166,7 +166,7 @@ class KmlReadModule(mp_module.MPModule): self.menu_needs_refreshing = True ...
kmlread: prevent clogging map queue
ArduPilot_MAVProxy
train
e58b115ff8b3a2fc0128b7c3b5e0a914697058d1
diff --git a/src/hamster/edit_activity.py b/src/hamster/edit_activity.py index <HASH>..<HASH> 100644 --- a/src/hamster/edit_activity.py +++ b/src/hamster/edit_activity.py @@ -28,7 +28,7 @@ import datetime as dt """ from hamster import widgets from hamster.lib.configuration import runtime, conf, load_ui_file -from ha...
truncate activity start_date/end_date to the minute in GUI
projecthamster_hamster
train
de22cdb233596697d6aa13ee0214307518e1642f
diff --git a/python/ray/dashboard/client/src/api.ts b/python/ray/dashboard/client/src/api.ts index <HASH>..<HASH> 100644 --- a/python/ray/dashboard/client/src/api.ts +++ b/python/ray/dashboard/client/src/api.ts @@ -70,7 +70,6 @@ export interface NodeInfoResponse { vms: number; rss: number; }; -...
Reduce reporter CPU (#<I>) * wip * remove * Update ray_constants.py
ray-project_ray
train
a9121d0d02a1764838e1b729a18942ff3957937d
diff --git a/src/actions/index.js b/src/actions/index.js index <HASH>..<HASH> 100644 --- a/src/actions/index.js +++ b/src/actions/index.js @@ -82,8 +82,8 @@ export function updateCellExecutionCount(id, count) { }; } -export function executeCell(id, source, channels) { - return (subject, dispatch) => { +export fu...
Problem: need channels available to some actions Solution: subscribe to channel changes, pass to action
nteract_nteract
train
60bd0ed4eeef934118a9d194a1eae23a455adcd3
diff --git a/docs/collectors/RedisCollector.md b/docs/collectors/RedisCollector.md index <HASH>..<HASH> 100644 --- a/docs/collectors/RedisCollector.md +++ b/docs/collectors/RedisCollector.md @@ -100,6 +100,8 @@ servers.hostname.redis.6379.process.connections_received 18764 servers.hostname.redis.6379.process.uptime 95...
Add role stat to redisstat collector If the redis instance is a master, then the `replication.master` metric will be 1. Otherwise it will be 0 (assuming slave).
python-diamond_Diamond
train
1a8997a3e9c45d3ed160a63f7111a0a155905e9a
diff --git a/spec/cli/validate_spec.rb b/spec/cli/validate_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cli/validate_spec.rb +++ b/spec/cli/validate_spec.rb @@ -7,15 +7,17 @@ describe 'Running `pdk validate` in a module' do include_context :validators let(:validator_names) { validators.map(&:name).join(', ') } ...
(maint) Add unit tests for report format specification via validate CLI
puppetlabs_pdk
train
4e12603fc6e737124098f9f971ba3d149636f18a
diff --git a/src/BenGor/User/Application/Service/LogIn/LogInUserService.php b/src/BenGor/User/Application/Service/LogIn/LogInUserService.php index <HASH>..<HASH> 100644 --- a/src/BenGor/User/Application/Service/LogIn/LogInUserService.php +++ b/src/BenGor/User/Application/Service/LogIn/LogInUserService.php @@ -17,6 +17,...
Move login logic form application service to inside the domain
BenGorUser_User
train
df9d618a3698c72a9274be7d8c05de90b6200c57
diff --git a/tests/inc/TestCase.php b/tests/inc/TestCase.php index <HASH>..<HASH> 100644 --- a/tests/inc/TestCase.php +++ b/tests/inc/TestCase.php @@ -44,7 +44,7 @@ class TestCase extends Tester\TestCase $configurator = new Configurator(); if (!Helper::isRunByRunner()) { - $configurator->enableDebugger(__DIR_...
tests: fix log dir when simply run with debugger
nextras_orm
train
1c56708ebe9c9ecee31ca251a1baaa30a439a980
diff --git a/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMojo.java b/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMojo.java +++ b/src/main/java/com/buschmais/jqassistant/scm/maven/AbstractMoj...
do early evaluation of "jqassistant.skip" in Maven plugin
buschmais_jqa-maven-plugin
train
a18c0af8c6f066f413b9b3640bdf42986ad2d150
diff --git a/apitools/base/py/encoding.py b/apitools/base/py/encoding.py index <HASH>..<HASH> 100644 --- a/apitools/base/py/encoding.py +++ b/apitools/base/py/encoding.py @@ -230,8 +230,7 @@ def _GetField(message, field_path): def _SetField(dictblob, field_path, value): for field in field_path[:-1]: - di...
Fix '_IncludeFields' method. Fix '_IncludeFields' method so that it leaves siblings of the cleared fields unaffected.
google_apitools
train
cc89047e0f58fb239de8e0d8ebbab731d2916b5a
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -10,6 +10,8 @@ var nodeUtil = require('util'); // nodeUtil to avoid confusion with "utils" var events = require('events'); var domain = require('domain'); +var instrumentor = require('./instrumentation/...
Made require hook work with https and uninstall
getsentry_raven-node
train
9419624db116b89d2bee8cc7c366fb21c4cb5c4d
diff --git a/lib/bnet/wow.rb b/lib/bnet/wow.rb index <HASH>..<HASH> 100644 --- a/lib/bnet/wow.rb +++ b/lib/bnet/wow.rb @@ -26,7 +26,7 @@ module Bnet raw_response = {} end - return raw_response + return raw_response[scope] end end
Make scope calls return shallower but more relevant, Milord.
keikun17_bnet-mashery-rb
train
5994fc70dc0f8b83ff86e44a908bdbaa98c1f13f
diff --git a/app/models/user.rb b/app/models/user.rb index <HASH>..<HASH> 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -22,9 +22,7 @@ class User < ActiveRecord::Base end def profile - @profile ||= UserProfile.find_or_create_by(:user_id => self.id) do |result| - logger.info "Created UserPr...
Logging for UserProfile creation is both incorrect (it'll call that block even if UserProfile already existed, oops) and unnecessary (why do we need to log this thing? You could argue any creation statement needs logging, then).
cortex-cms_cortex
train
c49cc7f8362df3a0b6f43e5e6af26ee86256e5d5
diff --git a/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php b/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php +++ b/src/Illuminate/Database/Eloquent/Relations/BelongsToMany.php @@ -167,6 +167,24 @@ ...
Update BelongsToMany.php Added paginate function.
laravel_framework
train
350795d8eb8e57aba304efe5def3a0fbfa781b3b
diff --git a/httpd/handler_test.go b/httpd/handler_test.go index <HASH>..<HASH> 100644 --- a/httpd/handler_test.go +++ b/httpd/handler_test.go @@ -11,7 +11,6 @@ import ( "net/http/httptest" "net/url" "os" - "reflect" "regexp" "strings" "testing"
'reflect' is not used
influxdata_influxdb
train
ad788cf737711e3c6cc1efd1a86516e026536071
diff --git a/lib/models/acl_model.js b/lib/models/acl_model.js index <HASH>..<HASH> 100644 --- a/lib/models/acl_model.js +++ b/lib/models/acl_model.js @@ -270,7 +270,8 @@ var ACLModel = BaseModel.extend({ changedProps = _.filter(changedProps, function(prop) { var oldValue = _.isDate(oldAttrs[prop]) ...
Fixed property equality comparison for arrays etc.
Everyplay_serverbone
train
81a4f9b5262a0162525a026fc9fcaf7ff8aba51b
diff --git a/code/plugins/system/koowa/view/abstract.php b/code/plugins/system/koowa/view/abstract.php index <HASH>..<HASH> 100644 --- a/code/plugins/system/koowa/view/abstract.php +++ b/code/plugins/system/koowa/view/abstract.php @@ -412,58 +412,75 @@ abstract class KViewAbstract extends KObject implements KFactoryIde...
Made improvements to createRoute function. Now also accepts query strings that start with a '&' to allow prepending of information to the current url.
timble_kodekit
train
ed8fd2f694a98e9b734905aa58a2e737bd275f25
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -10,11 +10,6 @@ gulp.task('watch', function () { gulp.task('build', function () { return gulp.src('./src/linq.js') - .pipe(sourcemaps.init()) - .pipe(babel({ - modules: 'common', - ...
The default build won't do an babel transform
aaronpowell_linq-in-javascript
train
f518aedad081bd251c1b85aed74ad51efbcec4ef
diff --git a/VERSION b/VERSION index <HASH>..<HASH> 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0 +3.2.1 diff --git a/lib/rack/app/endpoint.rb b/lib/rack/app/endpoint.rb index <HASH>..<HASH> 100644 --- a/lib/rack/app/endpoint.rb +++ b/lib/rack/app/endpoint.rb @@ -13,8 +13,6 @@ class Rack::App::Endpoint @...
feat: remove params matcher logic from endpoint execution
rack-app_rack-app
train
6755cc31b12689a7caa1dc2aab8ca86053af780b
diff --git a/tests/test-utils.php b/tests/test-utils.php index <HASH>..<HASH> 100644 --- a/tests/test-utils.php +++ b/tests/test-utils.php @@ -352,7 +352,7 @@ class UtilsTest extends PHPUnit_Framework_TestCase { $exception = null; try { - Utils\http_request( 'GET', 'https://nosuchhost_asdf_asdf_asdf.com' ); +...
Use short timeout for bad address request test.
wp-cli_wp-cli
train
975de9dd47849fd9a895045d1be0fce6d8f2b4db
diff --git a/lib/active_median.rb b/lib/active_median.rb index <HASH>..<HASH> 100644 --- a/lib/active_median.rb +++ b/lib/active_median.rb @@ -5,7 +5,7 @@ require "active_median/version" module ActiveMedian def self.create_function # create median method - # http://wiki.postgresql.org/wiki/Aggregate_Median ...
Use https url [skip ci]
ankane_active_median
train
80886d5cedf567acf3ff95d26d42e0ed0e65ea7f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ function Printer (opts) { { tag: C.URI, name: 'printer-uri-supported', value: this.uri }, { tag: C.KEYWORD, name: 'uri-security-supported', value: 'none' }, // none, ssl3, tls { tag: C.KEYWORD, na...
Fix encoding of printer-name attribute
watson_ipp-printer
train
84769087ae7ea20d3ca03fb6261447e6d2dbfe06
diff --git a/java/android/os/Bundle.java b/java/android/os/Bundle.java index <HASH>..<HASH> 100644 --- a/java/android/os/Bundle.java +++ b/java/android/os/Bundle.java @@ -334,7 +334,7 @@ public final class Bundle extends BaseBundle implements Parcelable { @Override public Bundle createFromParcel(Parce...
Keep class loader when creating bundle.
morimekta_utils
train
c952632c2859b3905444648c3a1e7f72d7d62e98
diff --git a/app/models/para/page/section.rb b/app/models/para/page/section.rb index <HASH>..<HASH> 100644 --- a/app/models/para/page/section.rb +++ b/app/models/para/page/section.rb @@ -3,7 +3,7 @@ module Para class Section < ActiveRecord::Base self.table_name = 'para_page_sections' - acts_as_ordera...
finalize acts_as_orderable with parent feature
para-cms_para
train
634e40f6851abc0a91f6edace545c83da23d000f
diff --git a/housecanary/object.py b/housecanary/object.py index <HASH>..<HASH> 100644 --- a/housecanary/object.py +++ b/housecanary/object.py @@ -119,7 +119,7 @@ class Property(HouseCanaryObject): return prop def __str__(self): - return self.address + return self.address or self.meta or "...
Fix error handling when requested address not found
housecanary_hc-api-python
train
0eee6e39f99f34f7a39a4ecf7fa5d736c4f4322e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ...
Oh yeah, also python <I>
asottile_aspy.refactor_imports
train
743c865b54a33527cc0d0359bf8b2baef1d856b4
diff --git a/transformers/socket.io/client.js b/transformers/socket.io/client.js index <HASH>..<HASH> 100644 --- a/transformers/socket.io/client.js +++ b/transformers/socket.io/client.js @@ -15,16 +15,16 @@ module.exports = function client() { // // Selects an available Socket.IO constructor. // - var Factory...
[fix] implement WebSocket avoidance for Socket.IO. Fixes #<I> Had to redo a bit of it as the original pull request broke server side as the `io` variable was undefined.
primus_primus
train
163fab1a967316bf95ba49cc20b7c122b57f307d
diff --git a/group/db/upgrade.php b/group/db/upgrade.php index <HASH>..<HASH> 100644 --- a/group/db/upgrade.php +++ b/group/db/upgrade.php @@ -167,14 +167,15 @@ function transfer_group_db() { ///unset($group->password); ///unset($group->courseid); $status = (bool)$newgroupid = gro...
Fixes Bug MDL-<I>, "Group admin interface shows all groups sitewide!"
moodle_moodle
train
2e95348bb188614b260286755f1fd00e00287124
diff --git a/liquibase-core/src/main/java/liquibase/database/AbstractJdbcDatabase.java b/liquibase-core/src/main/java/liquibase/database/AbstractJdbcDatabase.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/database/AbstractJdbcDatabase.java +++ b/liquibase-core/src/main/java/liquibase/data...
Trim object names so they aren't quoted with spaces in them
liquibase_liquibase
train
d60976582c1c4f8035a41e59c36489f5fbe95be1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,8 +11,7 @@ module.exports = { create: function(callback) { var resource = new Map(datasource); resource.initialize(function(err) { - if (err) throw err; - ...
Update tilelive pool factory create method to pass errors.
mapbox_tilelive-mapnik
train
50d97b768ba48527fb33c76f3a25dd89db9e4a5a
diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/config/CompositeConfiguration.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/config/CompositeConfiguration.java index <HASH>..<HASH> 100644 --- a/spring-cloud-config-server/src/main/jav...
Fix Spring AOT circular reference. (#<I>)
spring-cloud_spring-cloud-config
train
95093c3011431d1a1bdd6ec4d6139a6ff1c3e491
diff --git a/lib/configParser.js b/lib/configParser.js index <HASH>..<HASH> 100644 --- a/lib/configParser.js +++ b/lib/configParser.js @@ -118,11 +118,14 @@ ConfigParser.getSpecs = function(config) { return config.suites[config.suite]; } - var specs = config.specs || []; + if (config.specs.length > 0) { + ...
fix(configParser): don't run suite if specs are supplied
angular_protractor
train
c6ef8cfcc6403b00579323721ea8d58720c5a472
diff --git a/src/main/java/water/parser/CsvParser.java b/src/main/java/water/parser/CsvParser.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/parser/CsvParser.java +++ b/src/main/java/water/parser/CsvParser.java @@ -502,26 +502,15 @@ NEXT_CHAR: private static int[] determineSeparatorCounts(String from) { ...
Disallow quoted strings if guessing hive column seps
h2oai_h2o-2
train
d6ad5e277c8d9f3ac39d2ca38949a146461f98ed
diff --git a/test/test_peer_connection_api.js b/test/test_peer_connection_api.js index <HASH>..<HASH> 100644 --- a/test/test_peer_connection_api.js +++ b/test/test_peer_connection_api.js @@ -106,6 +106,64 @@ describe('Peer Connection API', function() { }); }); + describe('Root API for peers', function() { +...
Added test to check rels of connected peers.
zettajs_zetta
train
fd0e1028eec8553b2652b3af4b5471c911774ecc
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -4,8 +4,10 @@ import ( "encoding/json" "github.com/m4rw3r/uuid" "net/http" - //"fmt" + "errors" + "fmt" + "github.com/rs/cors" "github.com/zenazn/goji" "github.com/zenazn/goji/web" @@ -214,9 +216,48 @@ func setUserFo...
Add login endpoint and proper cors support.
ckpt_backend-services
train
06ea38ebd0061937f548c89749d53d321ef36aa4
diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -189,13 +189,14 @@ module BreadcrumbHelper def add_permission_bc bc, perm, adjust_count global = perm.resource_t...
<I> - fixing issue where creating a permission with create verb would result in an error
Katello_katello
train
06e467b6939159ca6b3855874e0a256afc15440d
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ console.log(pattern.parseSync(str)); * **GrokCollection.getPattern(id)** - returns existing pattern `GrokPattern` -* **GrokCollection.load(filePath, next)** - loads patterns from file +* **GrokCollectio...
Asynchronous pattern loading The previous version was synchronous no matter what. This version uses fs.readFile to make the call actually asynchronous.
Beh01der_node-grok
train
537425856993a237d2cd2aeffdcf03f0ecebc708
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/workspace.xml +.DS_Store diff --git a/src/jcampconverter.js b/src/jcampconverter.js index <HASH>..<HASH> 100644 --- a/src/jcampconverter.js +++ b/src/jcampconverter.js @@ -45,7 +45,12 @@ ...
By default does not keep spectra in 2D
cheminfo-js_jcampconverter
train
d9857789405a2d9d6912f61e9e5120482a076067
diff --git a/lib/fluent/plugin_helper/extract.rb b/lib/fluent/plugin_helper/extract.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin_helper/extract.rb +++ b/lib/fluent/plugin_helper/extract.rb @@ -25,7 +25,8 @@ module Fluent return nil unless @_extract_enabled if @_extract_tag_key && record.ha...
add keep_tag_key/keep_time_key support and warning for compatibility w/ <I>
fluent_fluentd
train
cc55dd831989616495f3400c73313cce687b36e7
diff --git a/upgrade/lib/converter.js b/upgrade/lib/converter.js index <HASH>..<HASH> 100644 --- a/upgrade/lib/converter.js +++ b/upgrade/lib/converter.js @@ -99,7 +99,7 @@ converter = { }, _removeGlobalVarDef: function(ast){ - ast.body.shift(); + // ast.body.shift(); return...
upgrade: converter: no longer deal with global variables
kaelzhang_neuron.js
train
3118790f0011c4b55b3b39ec184b554009953951
diff --git a/src/holodeck/environments.py b/src/holodeck/environments.py index <HASH>..<HASH> 100644 --- a/src/holodeck/environments.py +++ b/src/holodeck/environments.py @@ -20,6 +20,7 @@ from holodeck.command import CommandCenter, SpawnAgentCommand, RGBCameraRateComm from holodeck.exceptions import HolodeckException...
Move WeatherController to weather.py
BYU-PCCL_holodeck
train
e3bfce9b50860977f21dba1f2ce82e7c7f421b27
diff --git a/features/variation.py b/features/variation.py index <HASH>..<HASH> 100644 --- a/features/variation.py +++ b/features/variation.py @@ -1,21 +1,59 @@ from collections import namedtuple +from itertools import izip from lhc.binf.genetic_code import GeneticCodes from lhc.binf.sequence import revcmp from ebi...
modified variant type to better fit sequence ontology
childsish_sofia
train
c1598318221c41fe169537da4c2174a5647d0f15
diff --git a/pyani/pyani_config.py b/pyani/pyani_config.py index <HASH>..<HASH> 100644 --- a/pyani/pyani_config.py +++ b/pyani/pyani_config.py @@ -26,8 +26,12 @@ ANIBLASTALL_FILESTEMS = ("ANIblastall_alignment_lengths", "ANIblastall_alignment_coverage", "ANIblastall_s...
Added colourbar colour config option to pyani_config.py and pyani_graphics.py
widdowquinn_pyani
train
c04d38cf6360d7d961705a5374554bce5dc4c7e7
diff --git a/fbchat/graphql.py b/fbchat/graphql.py index <HASH>..<HASH> 100644 --- a/fbchat/graphql.py +++ b/fbchat/graphql.py @@ -181,6 +181,7 @@ def graphql_to_thread(thread): c_info = get_customization_info(thread) participants = [node['messaging_actor'] for node in thread['all_participants']['node...
Handle last_message_timestamp Set last_message_timestamp for one to one and group conversations.
carpedm20_fbchat
train
f66b905d50d948cc6c8a41638e66ecd1abf59790
diff --git a/Source/com/drew/imaging/png/PngColorType.java b/Source/com/drew/imaging/png/PngColorType.java index <HASH>..<HASH> 100644 --- a/Source/com/drew/imaging/png/PngColorType.java +++ b/Source/com/drew/imaging/png/PngColorType.java @@ -21,48 +21,48 @@ package com.drew.imaging.png; import com.drew.lang.annota...
Convert PngColorType from enum to class to support unknown values Fix member name casing too.
drewnoakes_metadata-extractor
train
203cdc4ce22ef1db665d71c170cbcab97dd62087
diff --git a/domain/service/api.go b/domain/service/api.go index <HASH>..<HASH> 100644 --- a/domain/service/api.go +++ b/domain/service/api.go @@ -17,6 +17,7 @@ package service // status information type AggregateService struct { ServiceID string + Name string DesiredState DesiredState Status []St...
Add service name to ServiceAggregate for CC Zenpack events.
control-center_serviced
train
b21428ea0df04701af37dab5f4c1646585f35f7a
diff --git a/src/image/transform/resizeBinary.js b/src/image/transform/resizeBinary.js index <HASH>..<HASH> 100644 --- a/src/image/transform/resizeBinary.js +++ b/src/image/transform/resizeBinary.js @@ -16,14 +16,15 @@ export default function resizeBinary(scale = 0.5, options = {}) { let width = Math.floor(this....
Set correctly the parent when doing resizeBinary. The resulting image itself is just shifted based on the resizing while the absolute position into an image will be decided by the history of the hierarchy in parent.
image-js_image-js
train
75f94a8be452b765b6256c1644834838f03ec0b4
diff --git a/src/Parser.php b/src/Parser.php index <HASH>..<HASH> 100644 --- a/src/Parser.php +++ b/src/Parser.php @@ -69,7 +69,7 @@ class Parser /** * Set the file path we use to get the email text * @return Object MimeMailParser Instance - * @param $path File path to the MIME mail + * @param ...
Update Parser.php Improve parameter type-hinting (PHPStorm was considering `File` as PHP own `File` class
php-mime-mail-parser_php-mime-mail-parser
train
926376d956c60617c2c7d6722361652e5bd34a33
diff --git a/h2o-algos/src/main/java/hex/tree/SharedTree.java b/h2o-algos/src/main/java/hex/tree/SharedTree.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/main/java/hex/tree/SharedTree.java +++ b/h2o-algos/src/main/java/hex/tree/SharedTree.java @@ -129,19 +129,15 @@ public abstract class SharedTree<M extends Shar...
partial work on balanced classes for GBM
h2oai_h2o-3
train
b5040d65e28044252f3bdae87c1ad4ee44db6575
diff --git a/src/site/components/com_people/controllers/behaviors/mentionable.php b/src/site/components/com_people/controllers/behaviors/mentionable.php index <HASH>..<HASH> 100644 --- a/src/site/components/com_people/controllers/behaviors/mentionable.php +++ b/src/site/components/com_people/controllers/behaviors/menti...
Mentions in comments should be working now.
anahitasocial_anahita
train
96e0c642107fb18e2f3a45c933f5d51a0de1763a
diff --git a/salt/loader.py b/salt/loader.py index <HASH>..<HASH> 100644 --- a/salt/loader.py +++ b/salt/loader.py @@ -247,6 +247,10 @@ class Loader(object): log.debug(('Failed to import module {0}, this is most likely' ' NOT a problem: {1}').format(name, exc)) ...
Catch anything that does not come up as an import error
saltstack_salt
train
8570844791fb3dda2cffc0b963aa176685eea4df
diff --git a/Cache/LegacyCachePurger.php b/Cache/LegacyCachePurger.php index <HASH>..<HASH> 100644 --- a/Cache/LegacyCachePurger.php +++ b/Cache/LegacyCachePurger.php @@ -54,8 +54,7 @@ class LegacyCachePurger implements CacheClearerInterface $cli = eZCLI::instance(), $script = ...
Fixed CS [ci skip]
ezsystems_LegacyBridge
train
52691488ee0b95381c8a4d25a567c78b29c4b00e
diff --git a/buffer/src/main/java/io/netty/buffer/ByteBufProcessor.java b/buffer/src/main/java/io/netty/buffer/ByteBufProcessor.java index <HASH>..<HASH> 100644 --- a/buffer/src/main/java/io/netty/buffer/ByteBufProcessor.java +++ b/buffer/src/main/java/io/netty/buffer/ByteBufProcessor.java @@ -165,7 +165,9 @@ public in...
Update Javadoc of ByteBufProcessor and MessageListProcessor - in response to @shacharo's suggestion
netty_netty
train
dddbeb7669b96e294104dfedc537e7fdaabaa670
diff --git a/netdiff/utils.py b/netdiff/utils.py index <HASH>..<HASH> 100644 --- a/netdiff/utils.py +++ b/netdiff/utils.py @@ -132,7 +132,7 @@ def _netjson_networkgraph(protocol, version, revision, metric, # prepare nodes node_list = [] for node in nodes: - netjson_node = {'id': node[0]} + ...
Use OrderedDict in NetJSON output to preserve properties order Related to #<I>
openwisp_netdiff
train
22af7f657c1d760ad9d13f46e004034c157de160
diff --git a/src/rez/package_maker__.py b/src/rez/package_maker__.py index <HASH>..<HASH> 100644 --- a/src/rez/package_maker__.py +++ b/src/rez/package_maker__.py @@ -1,8 +1,10 @@ +from rez.utils._version import _rez_Version from rez.utils.schema import Required, schema_keys from rez.utils.filesystem import retain_cw...
-added requires_rez_version, format_version attributes -warning produced when newer package formats loaded that rez may fail to load
nerdvegas_rez
train
701681bb6044dfd6027fee5cb4c2e924ef529f33
diff --git a/lib/drivers/mongodb/database_methods.js b/lib/drivers/mongodb/database_methods.js index <HASH>..<HASH> 100644 --- a/lib/drivers/mongodb/database_methods.js +++ b/lib/drivers/mongodb/database_methods.js @@ -56,12 +56,8 @@ module.exports = function(db) { , update: function(collectionName, conditions, docu...
don't query for new Doc, just build it ourselves
xcoderzach_LiveDocument
train
7f378987b48789c4ed21867e2901cf73fb377de5
diff --git a/src/sap.ui.ux3/src/sap/ui/ux3/DataSet.js b/src/sap.ui.ux3/src/sap/ui/ux3/DataSet.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.ux3/src/sap/ui/ux3/DataSet.js +++ b/src/sap.ui.ux3/src/sap/ui/ux3/DataSet.js @@ -542,6 +542,7 @@ sap.ui.define([ DataSet.prototype.destroyItems = function() { var result = t...
[FIX] sap.ui.ux3.DataSet: invalidate control when model data is changed from empty BCP: <I> Change-Id: Id0f0f3e<I>c7a<I>e9fb<I>e<I>c<I>a<I>
SAP_openui5
train
7dbaa9ff2353e20e59698998e6003db7ea23df7c
diff --git a/lib/elk/util.rb b/lib/elk/util.rb index <HASH>..<HASH> 100644 --- a/lib/elk/util.rb +++ b/lib/elk/util.rb @@ -3,8 +3,9 @@ module Elk def verify_parameters(parameters, required_parameters) missing_parameters = (required_parameters - parameters.keys) unless missing_parameters.empty? - ...
Refactor: Extract complexity from string interpolation
jage_elk
train
20bded6a49cea58df0495f4c1fc793120cf6b228
diff --git a/lib/meta_inspector/scraper.rb b/lib/meta_inspector/scraper.rb index <HASH>..<HASH> 100644 --- a/lib/meta_inspector/scraper.rb +++ b/lib/meta_inspector/scraper.rb @@ -30,11 +30,19 @@ module MetaInspector .map {|link| link.attributes["href"] \ ...
new method for fetching all the images on a page
jaimeiniesta_metainspector
train
5a0c7aac70e550c17a082dceffbc02e1f25433a7
diff --git a/protected/controllers/AuthorController.php b/protected/controllers/AuthorController.php index <HASH>..<HASH> 100644 --- a/protected/controllers/AuthorController.php +++ b/protected/controllers/AuthorController.php @@ -130,7 +130,7 @@ class AuthorController extends Controller } $columns = $model->getG...
author: fixed pageTitle controller
ommu_mod-core
train
66b0b39149cea145877f9c3a778516bf9a9c955c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,6 @@ setup( zip_safe=False, install_requires=[ 'distribute', - 'pysaml2', + 'python-saml2', ], )
pysaml2 is actually called python-saml2
knaperek_djangosaml2
train
1a6c3b766d72471e1160ee72e9dac7640eb45d3a
diff --git a/app/helpers/trackable_items_helper.rb b/app/helpers/trackable_items_helper.rb index <HASH>..<HASH> 100644 --- a/app/helpers/trackable_items_helper.rb +++ b/app/helpers/trackable_items_helper.rb @@ -2,16 +2,15 @@ module TrackableItemsHelper # wrapped in a div to allow for styling the form to be inline ...
Renaming method name to be more accurate. Refactoring.
kete_kete_trackable_items
train
1c1b557e188ea02bf377ccb1328208ae59fb5e6e
diff --git a/modules/keyboard.js b/modules/keyboard.js index <HASH>..<HASH> 100644 --- a/modules/keyboard.js +++ b/modules/keyboard.js @@ -321,7 +321,17 @@ function handleDelete(range, context) { } function handleDeleteRange(range) { + let lines = this.quill.getLines(range); + let formats = {}; + if (lines.lengt...
keep first line formats when deleting multiple
quilljs_quill
train
f539d0b81c40d13a336c4e79c50a8ac23727dfe7
diff --git a/src/adapters/appnexus.js b/src/adapters/appnexus.js index <HASH>..<HASH> 100644 --- a/src/adapters/appnexus.js +++ b/src/adapters/appnexus.js @@ -116,6 +116,7 @@ var AppNexusAdapter = function AppNexusAdapter() { jptCall += sizeQueryString + '&'; } + //this will be deprecated soon var targetin...
Allow query params directly in the Params object for AN adapter
prebid_Prebid.js
train
4e32fd897515c3bd5b18392db12d883167868926
diff --git a/externs/olx.js b/externs/olx.js index <HASH>..<HASH> 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -516,97 +516,6 @@ olx.source.TileDebugOptions.prototype.wrapX; /** - * @typedef {{attributions: (ol.AttributionLike|undefined), - * cacheSize: (number|undefined), - * crossOrigin: (null|str...
Move olx.source.OSMOptions to ol/source/OSMOptions
openlayers_openlayers
train
0b3ca1c53e0f05b7c2a3dd14b08be17c89a05c1f
diff --git a/react-packager/src/DependencyResolver/haste/polyfills/console.js b/react-packager/src/DependencyResolver/haste/polyfills/console.js index <HASH>..<HASH> 100644 --- a/react-packager/src/DependencyResolver/haste/polyfills/console.js +++ b/react-packager/src/DependencyResolver/haste/polyfills/console.js @@ -2...
[ReactNative] Back out D<I> entirely
facebook_metro
train
4d03c0e5526a4b82510cb4192a3c7d1405460eb7
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -236,7 +236,7 @@ exports.compile = function(str, options){ res.toString = function () { var err = new Error('The `client` option is deprecated, use the `jade.compileClient` method instead'); ...
Add an istanbul annotation for an untestable branch
pugjs_then-pug
train
70134bac93f9db9c887ef4ac5691da0c1c5e3afd
diff --git a/routes/recovery.js b/routes/recovery.js index <HASH>..<HASH> 100644 --- a/routes/recovery.js +++ b/routes/recovery.js @@ -12,28 +12,28 @@ var PasswordsDisabledError = require('../errors/PasswordsDisabledError') /** * Account Recovery + * + * Recovery flow: + * + * 1. Accept user e-mail + * 2. Validate...
style(routes/recovery): Adjust comment placement
anvilresearch_connect
train
c239781b728240bf85e31a2d38bdb0af7420cfba
diff --git a/tests/examples/company/test_company.py b/tests/examples/company/test_company.py index <HASH>..<HASH> 100644 --- a/tests/examples/company/test_company.py +++ b/tests/examples/company/test_company.py @@ -4,6 +4,7 @@ from ethereum.tools import tester as t from viper import compiler + @pytest.fixture de...
fixed linter errors in tests/examples/company
ethereum_vyper
train