hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
524513e49c1a93afa2aa5da3ec8cda4750da0008
diff --git a/platform/android/build/android_tools.rb b/platform/android/build/android_tools.rb index <HASH>..<HASH> 100644 --- a/platform/android/build/android_tools.rb +++ b/platform/android/build/android_tools.rb @@ -548,6 +548,10 @@ def start_emulator(cmd) # the time is out and there is no emulator in device li...
Added code to restart adb server if android emulator lost connection to device.
rhomobile_rhodes
train
3545b8d0c445d7ad4ec91cc87a6079cbb60d5cbd
diff --git a/openquake/commands/__main__.py b/openquake/commands/__main__.py index <HASH>..<HASH> 100755 --- a/openquake/commands/__main__.py +++ b/openquake/commands/__main__.py @@ -23,6 +23,14 @@ import importlib from openquake.commonlib import sap, __version__ from openquake import commands +from openquake.riskl...
Moved the setting of OQ_DISTRIBUTE in oq
gem_oq-engine
train
f4c8b081a9276d1a4c63274e2c85e008551ad87c
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ logger = lggr.Lggr() # create a logging object logger.disable() # silently stop logging - for when you don't need it, but might in the future logger.enable() # turn the logging back on -logger.add([lggr....
Returns to [verb]er coroutine syntax, because dammit, it makes sense.
peterldowns_lggr
train
d160fc38b1ae21ace8f8788fe47f5f9a6eb47116
diff --git a/Entity/BigIntUnsignedTrait.php b/Entity/BigIntUnsignedTrait.php index <HASH>..<HASH> 100644 --- a/Entity/BigIntUnsignedTrait.php +++ b/Entity/BigIntUnsignedTrait.php @@ -26,8 +26,13 @@ trait BigIntUnsignedTrait * @param bool $isPrimary * @param bool $isNullable ...
[ENG-<I>] Cleanup.
TheDMSGroup_mautic-contact-client
train
dbf65f631b4490c3d582f3904a421b39a9130b35
diff --git a/mbuild/compound.py b/mbuild/compound.py index <HASH>..<HASH> 100755 --- a/mbuild/compound.py +++ b/mbuild/compound.py @@ -260,8 +260,6 @@ class Compound(object): if new_child.bond_graph is not None: if self.root.bond_graph is None: self.root.bond_graph = n...
No longer adding new_child to bond graph
mosdef-hub_mbuild
train
485be0622a02a0b30ecc49554eaa94e475360878
diff --git a/peppy/const.py b/peppy/const.py index <HASH>..<HASH> 100644 --- a/peppy/const.py +++ b/peppy/const.py @@ -69,7 +69,7 @@ PKG_NAME = "peppy" MAX_PROJECT_SAMPLES_REPR = 20 MODIFIERS_MOVE_PAIRS = { "derived_attributes": [DERIVED_KEY, DERIVED_ATTRS_KEY], - "derived_columns": DERIVED_KEY, + "derived...
add missing const to derive reformatting dict
pepkit_peppy
train
dfbce646d89c2cb7a98e44265bbdc76411388304
diff --git a/lib/Crispus/Crispus.php b/lib/Crispus/Crispus.php index <HASH>..<HASH> 100644 --- a/lib/Crispus/Crispus.php +++ b/lib/Crispus/Crispus.php @@ -373,7 +373,7 @@ class Crispus { $sOutput = $this->processPage($sUrl, $sContent); // Render the page - $this->renderPage($sOutput); + return $this->render...
Found bug in <I> page thanks to unit test
rbnvrw_crispus
train
441632a7618bbca13b64c3d70f252f3b340a730b
diff --git a/lib/art-decomp/fsm.rb b/lib/art-decomp/fsm.rb index <HASH>..<HASH> 100644 --- a/lib/art-decomp/fsm.rb +++ b/lib/art-decomp/fsm.rb @@ -41,12 +41,11 @@ module ArtDecomp class FSM end def to_kiss - ins = @inputs.transpose - outs = @outputs.transpose st = @state.map { |e| e == DontCa...
refactor FSM#to_kiss
chastell_art-decomp
train
5a759974f409cbb61294f23df372de7b1bb8bcec
diff --git a/librosa/__init__.py b/librosa/__init__.py index <HASH>..<HASH> 100644 --- a/librosa/__init__.py +++ b/librosa/__init__.py @@ -102,7 +102,7 @@ def stft(y, n_fft=256, hann_w=None, hop_length=None): Arguments: y -- (ndarray) the input signal n_fft -- (int) number of FF...
Change to stft/istft to support user-provided window
librosa_librosa
train
080a3ce1159c60d29ebf2df527810512e32468b2
diff --git a/java/server/test/org/openqa/selenium/grid/node/NodeTest.java b/java/server/test/org/openqa/selenium/grid/node/NodeTest.java index <HASH>..<HASH> 100644 --- a/java/server/test/org/openqa/selenium/grid/node/NodeTest.java +++ b/java/server/test/org/openqa/selenium/grid/node/NodeTest.java @@ -19,6 +19,7 @@ pac...
[grid] Extra test to ensure session urls are correct
SeleniumHQ_selenium
train
520cfeb5345f4230a1611b9b1c7708c2b1d8353e
diff --git a/modules/selenium/src/main/java/org/testcontainers/containers/BrowserWebDriverContainer.java b/modules/selenium/src/main/java/org/testcontainers/containers/BrowserWebDriverContainer.java index <HASH>..<HASH> 100644 --- a/modules/selenium/src/main/java/org/testcontainers/containers/BrowserWebDriverContainer....
Disable Chrome's GPU support in `BrowserWebDriverContainer` (#<I>) * Trigger selenium build on CI * Try again to trigger build * Apply potential fix by disabling GPU * Also --disable-dev-shm-usage * Alwas add disable-gpu flag * Smaller check for hack * Smaller check for hack
testcontainers_testcontainers-java
train
f6b03f2e4e0ee0b2b3e1438176a303eb3387e24e
diff --git a/lib/shopify_api/resources/base.rb b/lib/shopify_api/resources/base.rb index <HASH>..<HASH> 100644 --- a/lib/shopify_api/resources/base.rb +++ b/lib/shopify_api/resources/base.rb @@ -8,21 +8,27 @@ module ShopifyAPI "ActiveResource/#{ActiveResource::VERSION::STRING}", ...
Make sure headers are properly cleared and set.
Shopify_shopify_api
train
b6e99149419211bb4692f48c2721fafce176c5f1
diff --git a/example.js b/example.js index <HASH>..<HASH> 100644 --- a/example.js +++ b/example.js @@ -32,19 +32,7 @@ const kayn = Kayn(/* optional key */)({ }); const main = async () => { - const region = REGIONS.NORTH_AMERICA; - const callbackURL = 'https://github.com/cnguy/kayn'; - const providerID = aw...
feat (Debug): Add body to debugging string. Log config on init.
cnguy_kayn
train
8d59e0b2633c26f9de8942a2d676afe39b0ee3f8
diff --git a/activerecord/lib/active_record/attribute_methods/write.rb b/activerecord/lib/active_record/attribute_methods/write.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/attribute_methods/write.rb +++ b/activerecord/lib/active_record/attribute_methods/write.rb @@ -17,6 +17,10 @@ module ActiveR...
Alias id= if necessary, rather than relying on method_missing
rails_rails
train
9366b4ea93d39d79add4588fc4edd19c691a728d
diff --git a/flask_github.py b/flask_github.py index <HASH>..<HASH> 100644 --- a/flask_github.py +++ b/flask_github.py @@ -33,7 +33,7 @@ GENERIC_MIMETYPE = 'application/octet-stream' def is_valid_response(response): """Returns ``True`` if response ``status_code`` is not an error type, - raises :class:`GitHub...
DOC: Fixed docs for response validation method Forgot to remove the documentation that said that an error would be raised of a response was invalid.
cenkalti_github-flask
train
f3da1607a13b9ba3c7bb69eb84461fc9f2436f4d
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: -- 1.6.3 - 1.7.3 sudo: false install: diff --git a/Makefile b/Makefile index <HASH>..<HASH> 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # Meta targets: # - "all" is t...
Only build against Go <I> because context
goadesign_goa
train
dd1d384861fc36a6fff571203b776a4c3fa56aae
diff --git a/tests/unit/String/TemplateTest.php b/tests/unit/String/TemplateTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/String/TemplateTest.php +++ b/tests/unit/String/TemplateTest.php @@ -35,7 +35,7 @@ class TemplateTest extends RhubarbTestCase Template::parseTemplate($template, ["Forename" => "...
Make sure that we're testing properly
RhubarbPHP_Rhubarb
train
1b7006ccc1edb63a4b7a0fa9302c2147deefbd8e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 - 2016-05-11 + +The `math.prime_generator` was not working correctly if the parameter `p_min` was an even integer greater than two. + ## 1.2 - 2016-04-27 New packages `dicts` and `dat...
Correction of math.prime_generator in case of p_min being an even number greater than two
julienc91_utools
train
b2e05662b744f2e04d8336562ef4d1a2e9f090aa
diff --git a/lib/ruby_aem/handlers/xml.rb b/lib/ruby_aem/handlers/xml.rb index <HASH>..<HASH> 100644 --- a/lib/ruby_aem/handlers/xml.rb +++ b/lib/ruby_aem/handlers/xml.rb @@ -24,7 +24,6 @@ module RubyAem # @param call_params API call parameters # @return RubyAem::Result def self.xml_package_list(response...
Fix rubocop empty lines violations.
shinesolutions_ruby_aem
train
1861b5a262b9186ee7dddd8409a0981e33d86ae8
diff --git a/src/sprites/rendered-target.js b/src/sprites/rendered-target.js index <HASH>..<HASH> 100644 --- a/src/sprites/rendered-target.js +++ b/src/sprites/rendered-target.js @@ -217,7 +217,7 @@ class RenderedTarget extends Target { return { 'OFF': 'off', 'ON': 'on', - ...
Can't have hyphens in identifiers.
LLK_scratch-vm
train
2d2ff20c4a0750a312b8e6872db9ac4f5132352e
diff --git a/test/qtismtest/runtime/storage/binary/QtiBinaryStreamAccessTest.php b/test/qtismtest/runtime/storage/binary/QtiBinaryStreamAccessTest.php index <HASH>..<HASH> 100644 --- a/test/qtismtest/runtime/storage/binary/QtiBinaryStreamAccessTest.php +++ b/test/qtismtest/runtime/storage/binary/QtiBinaryStreamAccessTe...
Additional tests for readIdentifier/writeIdentifier.
oat-sa_qti-sdk
train
5dfcb1a13fdae56ed42a890b0a3b7ae56ee82fa7
diff --git a/app/models/activity.rb b/app/models/activity.rb index <HASH>..<HASH> 100644 --- a/app/models/activity.rb +++ b/app/models/activity.rb @@ -123,6 +123,16 @@ class Activity < ActiveRecord::Base direct_activity_object.try(:object) end + def title + if activity_verb == ActivityVerb["start_followin...
Add new activity when add contact and check bidirectional tie
ging_social_stream
train
a1927461396bff625179e6ffb8db9ed6774a8568
diff --git a/router.go b/router.go index <HASH>..<HASH> 100644 --- a/router.go +++ b/router.go @@ -52,8 +52,16 @@ func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) { // if options find handler for different method if req.Method == HTTP_METHOD_OPTIONS { + // look first if we have any option han...
Provide AddHandler for supporting other methods
vanng822_r2router
train
f57f77182a6d3fc834ddd30a724772a36e74c524
diff --git a/tests/database/DatabaseTest.php b/tests/database/DatabaseTest.php index <HASH>..<HASH> 100644 --- a/tests/database/DatabaseTest.php +++ b/tests/database/DatabaseTest.php @@ -144,16 +144,13 @@ class DatabaseTest extends TestCase $db->rollback(); } - /** - * @doesNotPerformAssertions -...
Added unit test for the return of rollback override for coverage
dadajuice_zephyrus
train
ba100f62fee0e7cbbec1a86d36c50772de4d3665
diff --git a/validate.go b/validate.go index <HASH>..<HASH> 100644 --- a/validate.go +++ b/validate.go @@ -276,13 +276,8 @@ func (ctx *ValidationContext) findSignature(el *etree.Element) (*types.Signature err := etreeutils.NSFindIterate(el, Namespace, SignatureTag, func(ctx etreeutils.NSContext, el *etree.Element) er...
Improve the efficiency of traversing Signature searching for SignedInfo
russellhaering_goxmldsig
train
9206ce5820a38a91459f27ca91ad243b89459993
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -10,6 +10,7 @@ RSpec.configure do |config| config.color_enabled = true config.order = :random config.filter_run focus: ENV['CI'] != 'true' + config.treat_symbols_as_metadat...
restore config.treat_symbols_as_metadata_keys_with_true_values = true for rspec < 3 This should be removed eventually - definitely before rspec-4 is out (<I>?).
guard_guard-rspec
train
1605eba6911a29ba1180d3c291fc1053be2e4eb0
diff --git a/src/locale/lang/fi.js b/src/locale/lang/fi.js index <HASH>..<HASH> 100644 --- a/src/locale/lang/fi.js +++ b/src/locale/lang/fi.js @@ -16,10 +16,10 @@ export default { startTime: 'Aloitusaika', endDate: 'Lopetuspäivä', endTime: 'Lopetusaika', - prevYear: 'Previous Year', // to be t...
i<I>n: add missing Finnish translations (#<I>)
ElemeFE_element
train
cbb60ec269f27d12e8f4f0701ac8c39ae8d26f45
diff --git a/inc/functions-utility.php b/inc/functions-utility.php index <HASH>..<HASH> 100644 --- a/inc/functions-utility.php +++ b/inc/functions-utility.php @@ -18,8 +18,9 @@ add_action( 'init', 'hybrid_add_post_type_support', 15 ); add_filter( 'the_title', 'hybrid_untitled_post' ); # Filters the archive title an...
Split archive description text overwriting filter and formatting filter into two distinct filters on `get_the_archive_description`.
justintadlock_hybrid-core
train
533143bc9a4bbf25630a547c10ea27d6be5c21e3
diff --git a/javascript/sbp/msg.js b/javascript/sbp/msg.js index <HASH>..<HASH> 100644 --- a/javascript/sbp/msg.js +++ b/javascript/sbp/msg.js @@ -79,11 +79,22 @@ function BufferCorruptError (message) { BufferCorruptError.prototype = Object.create(Error.prototype); BufferCorruptError.prototype.constructor = BufferCor...
Explicitly import packages in the javascript version of sbp. Doing implicit imports breaks transpilers and packagers.
swift-nav_libsbp
train
c6003d8c7cfe54e654e1d956bfcfa7476e9c904f
diff --git a/src/MUIDataTable.js b/src/MUIDataTable.js index <HASH>..<HASH> 100644 --- a/src/MUIDataTable.js +++ b/src/MUIDataTable.js @@ -559,19 +559,19 @@ class MUIDataTable extends React.Component { if (type === "head") { this.setState( prevState => { - const { data, page } = prevState;...
Feature/deselect all (#<I>) * add deselect support * run prettier
gregnb_mui-datatables
train
8e7f273ca67ae4e183e9c2c5ce36ae809df14e25
diff --git a/chef-expander/lib/chef/expander/version.rb b/chef-expander/lib/chef/expander/version.rb index <HASH>..<HASH> 100644 --- a/chef-expander/lib/chef/expander/version.rb +++ b/chef-expander/lib/chef/expander/version.rb @@ -23,7 +23,7 @@ require 'open3' module Chef module Expander - VERSION = "0.10.10.r...
Release <I>.rc<I>
chef_chef
train
98eca86f26ed59f39ab227b1b359916e9a39d4c0
diff --git a/tests/DeferredControllerTest.php b/tests/DeferredControllerTest.php index <HASH>..<HASH> 100644 --- a/tests/DeferredControllerTest.php +++ b/tests/DeferredControllerTest.php @@ -102,8 +102,8 @@ class DeferredControllerTest extends \PHPUnit_Extensions_Database_TestCase $futureTaskExists = t...
better asserts by @iVovolk suggestion
DevGroup-ru_yii2-deferred-tasks
train
38d57953ee7a22a6f87d97ed15e69f17abb2c16f
diff --git a/okhttp-tests/src/test/java/com/squareup/okhttp/CallTest.java b/okhttp-tests/src/test/java/com/squareup/okhttp/CallTest.java index <HASH>..<HASH> 100644 --- a/okhttp-tests/src/test/java/com/squareup/okhttp/CallTest.java +++ b/okhttp-tests/src/test/java/com/squareup/okhttp/CallTest.java @@ -1172,6 +1172,33 @...
OkHttpClient.cancel(tag) doesn't cancel in-flight synchronous requests.
square_okhttp
train
0da80323dd7b301972455fe6cc39ecb26290ce74
diff --git a/communicator.py b/communicator.py index <HASH>..<HASH> 100644 --- a/communicator.py +++ b/communicator.py @@ -1,5 +1,6 @@ import simplejson as json import requests as http +import os from exceptions import PydasException class Communicator(object): @@ -14,21 +15,20 @@ class Communicator(object): ...
ENH: Fixing pydas for uploads.
midasplatform_pydas
train
0b14f4c5d0d9e6de638f3506f08caf4dcfddb6e4
diff --git a/src/test/java/me/prettyprint/cassandra/serializers/StringSerializerTest.java b/src/test/java/me/prettyprint/cassandra/serializers/StringSerializerTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/me/prettyprint/cassandra/serializers/StringSerializerTest.java +++ b/src/test/java/me/prettyprint/cassa...
Fix test for unicode (utf-8) and make test parameterized
hector-client_hector
train
48fab01b171b1a39ca7cbc4949e4a247d424c022
diff --git a/sphinx_markdown_builder/markdown_writer.py b/sphinx_markdown_builder/markdown_writer.py index <HASH>..<HASH> 100644 --- a/sphinx_markdown_builder/markdown_writer.py +++ b/sphinx_markdown_builder/markdown_writer.py @@ -68,6 +68,9 @@ class MarkdownTranslator(Translator): def visit_desc_name(self, node...
Escaping '__' coming from python methods Python specials methods like constructors starts with '__' which is a bold tag for markdown, so this tag is now escaped.
codejamninja_sphinx-markdown-builder
train
b1d14894a7b340d0d52bf54d54aefc5bf56f979f
diff --git a/py2pack/__init__.py b/py2pack/__init__.py index <HASH>..<HASH> 100644 --- a/py2pack/__init__.py +++ b/py2pack/__init__.py @@ -173,9 +173,9 @@ def _canonicalize_setup_data(data): for (dir, files) in data["data_files"]] if "entry_points" in data: - # entry_points may be a string wi...
Also parse entry_points when given as dict entry points can be declared as dict and as string in .ini style format. In both cases pkg_resources must parse the entry_points variable. Fixes #<I>, Fixes #<I>
openSUSE_py2pack
train
2bb91cd0ff13768ab92c8d02f6cc696ff48098a4
diff --git a/dry_rest_permissions/generics.py b/dry_rest_permissions/generics.py index <HASH>..<HASH> 100644 --- a/dry_rest_permissions/generics.py +++ b/dry_rest_permissions/generics.py @@ -106,17 +106,22 @@ class DRYPermissions(permissions.BasePermission): ) model_class = view.serializer_class.Met...
Add support to use DRYPermissions in APIView classes without 'action' attribute
dbkaplan_dry-rest-permissions
train
500db59afa9f52b3fd7370460f5c30d4e2eddf0e
diff --git a/blog/management/commands/wordpress_to_wagtail.py b/blog/management/commands/wordpress_to_wagtail.py index <HASH>..<HASH> 100755 --- a/blog/management/commands/wordpress_to_wagtail.py +++ b/blog/management/commands/wordpress_to_wagtail.py @@ -1,4 +1,5 @@ from base64 import b64encode + from datetime import...
Add <p> tags to imports that dont have them
thelabnyc_wagtail_blog
train
bc8b23a88dbd8120d15dfc36a51a0b916a42304c
diff --git a/runner.js b/runner.js index <HASH>..<HASH> 100644 --- a/runner.js +++ b/runner.js @@ -18,6 +18,5 @@ module.exports = function(config) { } catch(err) { logger.err(err); - } -}; - \ No newline at end of file + }; +}; \ No newline at end of file diff --git a/worker.js b/worker.js index <HASH>.....
refactored logging for worker & runner
meetings_gearsloth
train
f9328b79c5479d06cbe5c287aada383a8a9eeded
diff --git a/sqlalchemy_jsonapi/serializer.py b/sqlalchemy_jsonapi/serializer.py index <HASH>..<HASH> 100644 --- a/sqlalchemy_jsonapi/serializer.py +++ b/sqlalchemy_jsonapi/serializer.py @@ -1043,7 +1043,7 @@ class JSONAPI(object): raise BadRequestError( '{} must be...
Fix #<I> Fixes a bad if condition that doesn't work
ColtonProvias_sqlalchemy-jsonapi
train
2c4ed9bfc28bb449aa37ffdf70fff1d42e453da5
diff --git a/cake/libs/view/helpers/form.php b/cake/libs/view/helpers/form.php index <HASH>..<HASH> 100644 --- a/cake/libs/view/helpers/form.php +++ b/cake/libs/view/helpers/form.php @@ -1454,7 +1454,7 @@ class FormHelper extends AppHelper { $selected = $attributes['value']; } - if (isset($attributes) && arra...
Fixed the input name when multiple is setted to false.
cakephp_cakephp
train
5d5e2aa7d61336770fd35eac17845d94d480feb4
diff --git a/org.jgrapes.core/src/org/jgrapes/core/internal/GeneratorRegistry.java b/org.jgrapes.core/src/org/jgrapes/core/internal/GeneratorRegistry.java index <HASH>..<HASH> 100644 --- a/org.jgrapes.core/src/org/jgrapes/core/internal/GeneratorRegistry.java +++ b/org.jgrapes.core/src/org/jgrapes/core/internal/Generato...
Added information to debug message.
mnlipp_jgrapes
train
f26dd8cbf4fd5efe1bfbcf69912ed7c75c02e7a2
diff --git a/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java b/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/openliberty/tools/common/plugins/util/DevUtil.java +++ b/src/main/java/io/openliberty/tools/common/plugins/util/DevUti...
Stop and start the container when a file is changed.
WASdev_ci.common
train
f9edc0db4be12bab296b80568ac153a130db3f35
diff --git a/closure/goog/net/iframeloadmonitor_test.js b/closure/goog/net/iframeloadmonitor_test.js index <HASH>..<HASH> 100644 --- a/closure/goog/net/iframeloadmonitor_test.js +++ b/closure/goog/net/iframeloadmonitor_test.js @@ -15,13 +15,12 @@ goog.module('goog.net.IframeLoadMonitorTest'); goog.setTestOnly('goog.n...
Just fixing some lint warnings RELNOTES: none ------------- Created by MOE: <URL>
google_closure-library
train
e52e24a09525184608a4f09a817123c7ddd2e5ac
diff --git a/spec/integration/integration_spec.rb b/spec/integration/integration_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/integration_spec.rb +++ b/spec/integration/integration_spec.rb @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- require_relative '_lib' +require 'base64' describe RestClient do @@ -8...
Add a couple more default encoding tests.
rest-client_rest-client
train
b4eb1fe7287db9715e26f4464239154594c13105
diff --git a/src/server/pfs/db/driver.go b/src/server/pfs/db/driver.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/db/driver.go +++ b/src/server/pfs/db/driver.go @@ -1092,9 +1092,18 @@ func (d *driver) InspectFile(file *pfs.File, filterShard *pfs.Shard, from *pfs.C case persist.FileType_FILE: res.FileType = p...
Fix an old-API incompatibility
pachyderm_pachyderm
train
aef5838873dd288df1484386845e96bd382a1737
diff --git a/templates/default/module/setup.rb b/templates/default/module/setup.rb index <HASH>..<HASH> 100644 --- a/templates/default/module/setup.rb +++ b/templates/default/module/setup.rb @@ -53,6 +53,7 @@ def attr_listing return @attrs if @attrs @attrs = [] object.inheritance_tree(true).each do |superclass...
Fix bug in displaying of attr_listing with embedded mixins
lsegal_yard
train
6495872a2ff82590d463642a74f97088eb27d654
diff --git a/proselint/checks/garner/misspelling.py b/proselint/checks/garner/misspelling.py index <HASH>..<HASH> 100644 --- a/proselint/checks/garner/misspelling.py +++ b/proselint/checks/garner/misspelling.py @@ -110,6 +110,7 @@ def check(text): ["mimicked", ["mimiced"]], ["mimicking", ...
Add daily GMAU on naphtha
amperser_proselint
train
0dfc3849d58d30ebe2c14d394e61f19dffec0d31
diff --git a/flask_unchained/bundles/security/views/security_controller.py b/flask_unchained/bundles/security/views/security_controller.py index <HASH>..<HASH> 100644 --- a/flask_unchained/bundles/security/views/security_controller.py +++ b/flask_unchained/bundles/security/views/security_controller.py @@ -45,7 +45,7 @@...
bump wtforms to <I>
briancappello_flask-unchained
train
e4cd671185b1a2d7472a143ea6a9cb3f190282b5
diff --git a/rest_api/flask_api.py b/rest_api/flask_api.py index <HASH>..<HASH> 100644 --- a/rest_api/flask_api.py +++ b/rest_api/flask_api.py @@ -1,11 +1,11 @@ import argparse -import json -from functools import partial +import inspect +from collections import namedtuple from flask import Flask, request -from flask_...
Implement preassembly resources with flask-restx
sorgerlab_indra
train
3e6bcb0f8b4dc4afe228f6ed3efd89ec2279e379
diff --git a/lib/undies/element.rb b/lib/undies/element.rb index <HASH>..<HASH> 100644 --- a/lib/undies/element.rb +++ b/lib/undies/element.rb @@ -8,14 +8,16 @@ module Undies # of the Element#method_missing logic def self.html_attrs(attrs="", ns=nil) - if attrs.kind_of? ::Hash - attrs.empty? ? '...
handle creating html attrs from hashes with non-symbol keys
redding_undies
train
5c5362e939e20ec726c72284b14d3c56179003ce
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,12 @@ from numpy.distutils.core import Extension from numpy.distutils.command.build_clib import build_clib from numpy.distutils.command.build_ext import build_ext from numpy.distutils.command.build import build -fr...
cleans up how the install directory is passed to CLASS -- bdist_wheel command now works
nickhand_classylss
train
e306f707db4abe665a61b800d4315a8a725b62e4
diff --git a/lib/platform/github/index.js b/lib/platform/github/index.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/index.js +++ b/lib/platform/github/index.js @@ -1009,13 +1009,14 @@ async function createBranch(branchName, sha) { config.branchList.push(branchName); await get.post(`repos/${config.r...
fix: abort renovation if repository has changed during run If attempting to create a branch and it already exists, or attempting to update a branch and it no longer exists, then we abort.
renovatebot_renovate
train
2f4cbab89d4d2aab6854eb70c950bd21bf66844b
diff --git a/spring-social-client/src/main/java/org/springframework/security/oauth/client/oauth2/OAuth2ClientRequestInterceptor.java b/spring-social-client/src/main/java/org/springframework/security/oauth/client/oauth2/OAuth2ClientRequestInterceptor.java index <HASH>..<HASH> 100644 --- a/spring-social-client/src/main/j...
Tweaked GitHubTemplate to use interceptor to populate Authorization header.
spring-projects_spring-social-facebook
train
8c3c025b3f55147b0972f405a38c058ebdc59154
diff --git a/src/main/shadow/cljs/externs/node.js b/src/main/shadow/cljs/externs/node.js index <HASH>..<HASH> 100644 --- a/src/main/shadow/cljs/externs/node.js +++ b/src/main/shadow/cljs/externs/node.js @@ -42,4 +42,14 @@ var shadow$loader = {}; * @const */ var Java = {}; -Java.type = function(name) {}; \ No newli...
add L externs just in case someone uses leaflet leaflet always exports window.L which can cause problems in :advanced builds.
thheller_shadow-cljs
train
b41504d0fab472f33f927e97807e9d7d5b93aa47
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,8 @@ import gui version = gui.__version__ if sys.version_info > (3, ): version += "-py3k" +else: + version += "-py2x" # append install on windows if len(sys.argv) == 1 and sys.platform.startswith...
add -py2x to version in setup
reingart_gui2py
train
764d67fb2065b5242c1147e06deb642006c7c3d3
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php index <HASH>..<HASH> 100644 --- a/modules_v3/googlemap/module.php +++ b/modules_v3/googlemap/module.php @@ -51,7 +51,7 @@ class googlemap_WT_Module extends WT_Module implements WT_Module_Config, WT_Modu } catch (PDOException $ex) { //...
Use new constant - WT_BASE_URL
fisharebest_webtrees
train
133823724cbbfdeeeb3f9cfa14df0c9ef5adb5ba
diff --git a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java index <HASH>..<HASH> 100644 --- a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/server/DevMojo.java +++ b/liberty-maven-plugi...
Removed dev mode config code from StartDebugMojoSupport
WASdev_ci.maven
train
51126698ef97c4c61e4b6832bb9da5a9338a157c
diff --git a/Entity/Event.php b/Entity/Event.php index <HASH>..<HASH> 100644 --- a/Entity/Event.php +++ b/Entity/Event.php @@ -70,7 +70,7 @@ class Event private $user; /** - * @ORM\Column(name="allday", type="boolean") + * @ORM\Column(name="allday", type="boolean", nullable=true) */ priva...
[CoreBundle] allDay nullable again so we don't need to change the database
claroline_Distribution
train
5999547d5dfd722de765729afd879becac766fef
diff --git a/devassistant/command_runners.py b/devassistant/command_runners.py index <HASH>..<HASH> 100644 --- a/devassistant/command_runners.py +++ b/devassistant/command_runners.py @@ -610,13 +610,12 @@ class Jinja2Runner(CommandRunner): @classmethod def run(cls, c): # Transform list of dicts (wher...
redesign jinja_renderer according notes 1 and 2 of the PR #<I>
devassistant_devassistant
train
f1399c641479dcc1c5d2df0cc2c812baf8a65115
diff --git a/lib/express_templates/components/form_for.rb b/lib/express_templates/components/form_for.rb index <HASH>..<HASH> 100644 --- a/lib/express_templates/components/form_for.rb +++ b/lib/express_templates/components/form_for.rb @@ -214,8 +214,11 @@ module ExpressTemplates # # <label class="radio"><inp...
[finishes #<I>] Can now use :boolean option for radio buttons
aelogica_express_templates
train
1774316d4db8ea0cc575299df0e7acc41ce3d5d1
diff --git a/js/flipclock/flipclock.js b/js/flipclock/flipclock.js index <HASH>..<HASH> 100644 --- a/js/flipclock/flipclock.js +++ b/js/flipclock/flipclock.js @@ -527,11 +527,11 @@ var FlipClock; t.factory.time.time++; } else { - t.factory.time.time--; - if(t.factory.time.time === 0) { ...
decrement time after 0 check This allows the clock to countdown to 0 instead of 1.
objectivehtml_FlipClock
train
0fa81483ffc38a438f2259d6c9e5a47ffd552bc3
diff --git a/src/Common/Model/Base.php b/src/Common/Model/Base.php index <HASH>..<HASH> 100644 --- a/src/Common/Model/Base.php +++ b/src/Common/Model/Base.php @@ -2634,9 +2634,15 @@ abstract class Base if (classUses(static::class, 'Nails\Common\Traits\Model\Sortable')) { $sColumn = $this->getSorta...
Fix issue with empty sort column being passed to getColumn
nails_common
train
7de193a3a3aba4b57eb3ff0dbda94d8c3fd5f63a
diff --git a/valideer/tests/test_validators.py b/valideer/tests/test_validators.py index <HASH>..<HASH> 100644 --- a/valideer/tests/test_validators.py +++ b/valideer/tests/test_validators.py @@ -1,6 +1,6 @@ from datetime import date, datetime from decimal import Decimal -from functools import partial +from functools ...
Allow Condition to accept any non-class callable. Fixes #<I>
podio_valideer
train
7e8fec3f442b89b966a105883ac1f6663570ea3e
diff --git a/sqlg-core/src/main/java/org/umlg/sqlg/structure/SchemaManager.java b/sqlg-core/src/main/java/org/umlg/sqlg/structure/SchemaManager.java index <HASH>..<HASH> 100644 --- a/sqlg-core/src/main/java/org/umlg/sqlg/structure/SchemaManager.java +++ b/sqlg-core/src/main/java/org/umlg/sqlg/structure/SchemaManager.ja...
wrap uncommited object in getter in hasThreadLock
pietermartin_sqlg
train
b0dce5ba2e45392848c670fa5d0a99c7af4f7da3
diff --git a/linkhub/linkhub.py b/linkhub/linkhub.py index <HASH>..<HASH> 100644 --- a/linkhub/linkhub.py +++ b/linkhub/linkhub.py @@ -71,6 +71,7 @@ class Token(__with_metaclass(Singleton)): if forwardIP != None : headers['x-lh-forwarded'] = forwardIP headers['Authorization'] = 'LINKHUB ' + LinkID + '...
added Request Header User-Agent.
linkhub-sdk_linkhub.py
train
d369edb73e14eb05ab0ab466efaaf2f75cc41de4
diff --git a/cyphi/compute.py b/cyphi/compute.py index <HASH>..<HASH> 100644 --- a/cyphi/compute.py +++ b/cyphi/compute.py @@ -24,6 +24,7 @@ from . import constants, utils, options memory = Memory(cachedir=constants.CACHE_DIRECTORY, verbose=1) +@lru_cache(maxsize=None) def concept_distance(c1, c2): """Return...
Add lru_cache to compute.py functions
wmayner_pyphi
train
8ca17539f22d011d085bcdbc7fd2676d80e80b6e
diff --git a/appinst/application_menus.py b/appinst/application_menus.py index <HASH>..<HASH> 100644 --- a/appinst/application_menus.py +++ b/appinst/application_menus.py @@ -54,7 +54,8 @@ def get_default_menu(defaults): 'name': defaults['Manufacturer'], 'sub-menus': [ { # ver...
Key names were being lowercased before the formatting substitution, resulting in a KeyError.
ContinuumIO_menuinst
train
1aba7159feca1d146ed503440b252c0ab1d1014a
diff --git a/symfit/core/fit.py b/symfit/core/fit.py index <HASH>..<HASH> 100644 --- a/symfit/core/fit.py +++ b/symfit/core/fit.py @@ -636,15 +636,18 @@ class BaseFit(object): """ raise NotImplementedError('Every subclass of BaseFit must have an execute method.') - # def error_func(self, *args, *...
Fixed #<I>: all BaseFit children must have error_func and eval_jacobian.
tBuLi_symfit
train
08bb7c3553618d4a1b8926312d4ba5484865504f
diff --git a/lib/comfortable_mexican_sofa/fixtures.rb b/lib/comfortable_mexican_sofa/fixtures.rb index <HASH>..<HASH> 100644 --- a/lib/comfortable_mexican_sofa/fixtures.rb +++ b/lib/comfortable_mexican_sofa/fixtures.rb @@ -101,7 +101,7 @@ module ComfortableMexicanSofa::Fixtures page.label = attributes[:label...
support is_published=false fixture import
comfy_comfortable-mexican-sofa
train
8f51a469aa680faa04bccc9ca31280fb921090fe
diff --git a/tests/rkt_non_root_test.go b/tests/rkt_non_root_test.go index <HASH>..<HASH> 100644 --- a/tests/rkt_non_root_test.go +++ b/tests/rkt_non_root_test.go @@ -25,6 +25,14 @@ import ( // TestNonRootReadInfo tests that non-root users that can do rkt list, rkt image list. func TestNonRootReadInfo(t *testing.T)...
tests: skip userns tests when userns does not work CentOS 7 pretends to support user namespaces but does not. See <URL>
rkt_rkt
train
c37220e08f1915411e4eeffd078562a837c49324
diff --git a/libraries/lithium/tests/cases/util/StringTest.php b/libraries/lithium/tests/cases/util/StringTest.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/tests/cases/util/StringTest.php +++ b/libraries/lithium/tests/cases/util/StringTest.php @@ -366,6 +366,14 @@ class StringTest extends \lithium\test\Unit ...
Adding test coverage for `util\String::tokenize()`
UnionOfRAD_framework
train
35afe5407dd58e2c75b00e15ca55a5d62deecb92
diff --git a/packages/bonde-public/apolloClient.js b/packages/bonde-public/apolloClient.js index <HASH>..<HASH> 100644 --- a/packages/bonde-public/apolloClient.js +++ b/packages/bonde-public/apolloClient.js @@ -1,8 +1,9 @@ +import 'isomorphic-fetch' import { ApolloClient, createNetworkInterface } from 'react-apollo' ...
chore(public): change default graphql url
nossas_bonde-client
train
3fe8851e98dca5656aff09785c80eef8325fbc95
diff --git a/src/cr/cube/matrix.py b/src/cr/cube/matrix.py index <HASH>..<HASH> 100644 --- a/src/cr/cube/matrix.py +++ b/src/cr/cube/matrix.py @@ -23,7 +23,6 @@ from cr.cube.vector import ( MeansWithMrVector, MultipleResponseVector, OrderedVector, - StripeColumnVector, StripeInsertionRow, St...
rfctr: remove .columns property from base slices That's the end of removing a columns collection from slice objects. Now they only have rows.
Crunch-io_crunch-cube
train
997900d01ab233d6b6bcc20abd6d6fe627953a07
diff --git a/lib/multi_client/version.rb b/lib/multi_client/version.rb index <HASH>..<HASH> 100644 --- a/lib/multi_client/version.rb +++ b/lib/multi_client/version.rb @@ -1,3 +1,3 @@ module MultiClient - VERSION = '0.1.1'.freeze + VERSION = '1.1.0'.freeze end
Bumped version to <I>
robotex82_multi_client
train
320774544446e9596248a6ea93e33b32db5a94ed
diff --git a/tests/test_modules.py b/tests/test_modules.py index <HASH>..<HASH> 100644 --- a/tests/test_modules.py +++ b/tests/test_modules.py @@ -133,5 +133,41 @@ def test_experiment_named_config_subingredient(): assert ex.run().result == (1, 15) assert ex.run(named_configs=['somemod.nsubcfg']).result == (1,...
added test case for multiple named configs
IDSIA_sacred
train
c3e943bed2878d4c47ed4ef7eb50e05ed3690b23
diff --git a/backend/remote-state/inmem/backend_test.go b/backend/remote-state/inmem/backend_test.go index <HASH>..<HASH> 100644 --- a/backend/remote-state/inmem/backend_test.go +++ b/backend/remote-state/inmem/backend_test.go @@ -5,6 +5,7 @@ import ( "github.com/hashicorp/terraform/backend" "github.com/hashicorp...
add another failing test for remote.State lineage Want to make sure we don't hit this again.
hashicorp_terraform
train
77ce75867df5c6e7fcf329d7b431cac44fa30b13
diff --git a/src/main/java/com/github/rjeschke/txtmark/Emitter.java b/src/main/java/com/github/rjeschke/txtmark/Emitter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/rjeschke/txtmark/Emitter.java +++ b/src/main/java/com/github/rjeschke/txtmark/Emitter.java @@ -1020,7 +1020,7 @@ class Emitter ...
Fix for issue #<I>, incorrect removal of indentation for code blocks
rjeschke_txtmark
train
0d4cf21e090a0c982a71dab903f32873b006ae28
diff --git a/packages/node-pico-engine-core/src/processEvent.js b/packages/node-pico-engine-core/src/processEvent.js index <HASH>..<HASH> 100644 --- a/packages/node-pico-engine-core/src/processEvent.js +++ b/packages/node-pico-engine-core/src/processEvent.js @@ -1,4 +1,6 @@ var _ = require("lodash"); +var cocb = requi...
evalRule no longer uses fibers
Picolab_pico-engine
train
1a970f5a85464645f8b0595ddf47abb92e17aea3
diff --git a/chisel/model.py b/chisel/model.py index <HASH>..<HASH> 100644 --- a/chisel/model.py +++ b/chisel/model.py @@ -21,6 +21,7 @@ # from datetime import date, datetime +from decimal import Decimal from itertools import chain from math import isnan, isinf from uuid import UUID @@ -439,7 +440,7 @@ class _Ty...
add decimal support to int/float types
craigahobbs_chisel
train
87c5851ac06dd32a351c28afacd03c3db837a6d4
diff --git a/src/main/java/org/browsermob/proxy/ProxyManager.java b/src/main/java/org/browsermob/proxy/ProxyManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/browsermob/proxy/ProxyManager.java +++ b/src/main/java/org/browsermob/proxy/ProxyManager.java @@ -20,6 +20,15 @@ public class ProxyManager { ...
Add constructor for proxy on specific port Create a proxy on a specific port rather than just increment the count
webmetrics_browsermob-proxy
train
b4965472c642c8d50332b971e62e345d073bd72c
diff --git a/src/DropdownKebab/DropdownKebab.js b/src/DropdownKebab/DropdownKebab.js index <HASH>..<HASH> 100644 --- a/src/DropdownKebab/DropdownKebab.js +++ b/src/DropdownKebab/DropdownKebab.js @@ -23,7 +23,7 @@ DropdownKebab.propTypes = { /** children nodes */ children: PropTypes.node, /** kebab dropdown id...
fix(kebab): Include number on PropTypes `id` The PropTypes should support a number in addition to a string just like the react-bootstrap repo does.
patternfly_patternfly-react
train
86808db69cbc129dae51be4c8ea3abad86d1537e
diff --git a/src/AbstractServiceProvider.php b/src/AbstractServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/AbstractServiceProvider.php +++ b/src/AbstractServiceProvider.php @@ -49,8 +49,9 @@ abstract class AbstractServiceProvider $this->setupPaths($client, isset($config['strip_path']) ? $config['st...
Support setting release stage direct from config (#<I>)
bugsnag_bugsnag-silex
train
d25563c91a7f41cfc998f0aeaf97bae284962067
diff --git a/src/components/Modal.js b/src/components/Modal.js index <HASH>..<HASH> 100644 --- a/src/components/Modal.js +++ b/src/components/Modal.js @@ -8,9 +8,9 @@ import SafeHTMLElement from '../helpers/safeHTMLElement'; export const portalClassName = 'ReactModalPortal'; export const bodyOpenClassName = 'ReactMod...
[fixed] check for both window and document.createElement.
reactjs_react-modal
train
6b462f5ab3718d6ba126a124d75d89ef2468407a
diff --git a/interp/interp.go b/interp/interp.go index <HASH>..<HASH> 100644 --- a/interp/interp.go +++ b/interp/interp.go @@ -615,7 +615,11 @@ func (r *Runner) redir(rd *syntax.Redirect) (io.Closer, error) { case syntax.RdrOut, syntax.RdrAll: mode = os.O_RDWR | os.O_CREATE | os.O_TRUNC } - f, err := os.OpenFile...
interp: fix redirect path when Runner.Dir option is used
mvdan_sh
train
11f7e6e1b4e53e4bdd47580353384d6eb6bbec3a
diff --git a/test/test_grammars.rb b/test/test_grammars.rb index <HASH>..<HASH> 100644 --- a/test/test_grammars.rb +++ b/test/test_grammars.rb @@ -3,12 +3,16 @@ require_relative "./helper" class TestGrammars < Minitest::Test ROOT = File.expand_path("../..", __FILE__) - # These grammars have no license but have b...
Add Papyrus and GAP grammars to whitelist
github_linguist
train
c8503f7f6c943d21b80b2231d984793221af3206
diff --git a/tensor2tensor/rl/gym_utils.py b/tensor2tensor/rl/gym_utils.py index <HASH>..<HASH> 100644 --- a/tensor2tensor/rl/gym_utils.py +++ b/tensor2tensor/rl/gym_utils.py @@ -284,8 +284,8 @@ def gym_env_wrapper(env, rl_env_max_episode_steps, maxskip_env, rendered_env, if wrap_with_time_limit: env = remove_t...
%d fails with the arg is None. PiperOrigin-RevId: <I>
tensorflow_tensor2tensor
train
617a6ce2a27c64f09918df9fea238124257e529e
diff --git a/willow-servers/src/main/resources/webapp/scripts/modules/horizon-graph.js b/willow-servers/src/main/resources/webapp/scripts/modules/horizon-graph.js index <HASH>..<HASH> 100644 --- a/willow-servers/src/main/resources/webapp/scripts/modules/horizon-graph.js +++ b/willow-servers/src/main/resources/webapp/sc...
turns out you do need to destroy before you create
NitorCreations_willow
train
f716335f7e9fdd74e734aa6672ce6af921db7261
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js b/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/globalCommands.js @...
Bug <I> - keybinding collision for editor and key assist
eclipse_orion.client
train
bfcb5f824792e74f2c6f8a24b5d30ea7babe7c9f
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,9 +61,9 @@ author = u'Michael Amrhein' # built documents. # # The short X.Y version. -version = u'0.2.0' +version = u'0.2' # The full version, including alpha/beta/rc tags. -release = u'0.2.0' +release = u'...
Fixed missing commas in setup.py.
mamrhein_identifiers
train
5b566f9a60554240007b33b1bca811eb87649c6f
diff --git a/particles/utils.py b/particles/utils.py index <HASH>..<HASH> 100644 --- a/particles/utils.py +++ b/particles/utils.py @@ -200,7 +200,7 @@ def distinct_seeds(k): uses stratified sampling to make sure the seeds are distinct. """ bw = MAX_INT_32 // k # bin width - return np.arange(0, k, bw)...
bug fix: distinct_seeds
nchopin_particles
train
562adb6560341d13eaa24c934594e4c41c70085b
diff --git a/src/BugsnagServiceProvider.php b/src/BugsnagServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/BugsnagServiceProvider.php +++ b/src/BugsnagServiceProvider.php @@ -27,7 +27,7 @@ use Laravel\Lumen\Application as LumenApplication; use Monolog\Handler\PsrHandler; use Monolog\Logger; use ReflectionCla...
Switched to DateTime instead.
bugsnag_bugsnag-laravel
train
3ea39be73272a02eee2a87fa0fa009d92264190e
diff --git a/beeswarm/drones/client/baits/ftp.py b/beeswarm/drones/client/baits/ftp.py index <HASH>..<HASH> 100644 --- a/beeswarm/drones/client/baits/ftp.py +++ b/beeswarm/drones/client/baits/ftp.py @@ -110,6 +110,7 @@ class Ftp(ClientBase): session.did_complete = True finally: if sel...
making sure we are closing sockets on baits #<I>
honeynet_beeswarm
train
91fe6d907778d198a31bf2f4c6d18d33561dac57
diff --git a/src/rollbar.php b/src/rollbar.php index <HASH>..<HASH> 100644 --- a/src/rollbar.php +++ b/src/rollbar.php @@ -482,19 +482,20 @@ class RollbarNotifier { $url_query = parse_url($url, PHP_URL_QUERY); if (!$url_query) return $url; parse_str($url_query, $parsed_output); - $scru...
switching to x for scrubbed URL params to avoid needing to encode \*
rollbar_rollbar-php
train
ebb4f9af8eebe55daf2aa53d76529fedee1e0121
diff --git a/test/soql-builder.test.js b/test/soql-builder.test.js index <HASH>..<HASH> 100644 --- a/test/soql-builder.test.js +++ b/test/soql-builder.test.js @@ -214,6 +214,23 @@ vows.describe("soql-builder").addBatch({ } }, + "Query using $exists operator" : { + topic : SOQLBuilder.createSOQL({ + t...
add soql-builder test for $exists operator
stomita_node-salesforce
train
93d385dda76997483b6fccb5efdb46bb2342c8a2
diff --git a/dist/handlers.js b/dist/handlers.js index <HASH>..<HASH> 100644 --- a/dist/handlers.js +++ b/dist/handlers.js @@ -103,7 +103,7 @@ var makeHandlers = exports.makeHandlers = function makeHandlers(_ref) { var proxyUrl = config.proxy || options.proxy; _.log('setting up proxy to ' + proxyUrl); -...
For proxying to https targets, set the "secure" property false as to allow for easier development workflow to internal servers.
alexisvincent_systemjs-tools
train
32a3da83207ee7f8e90bf6e2158f527352d35bf5
diff --git a/src/Http/StringHttpAdapter.php b/src/Http/StringHttpAdapter.php index <HASH>..<HASH> 100644 --- a/src/Http/StringHttpAdapter.php +++ b/src/Http/StringHttpAdapter.php @@ -7,6 +7,12 @@ use Aidantwoods\SecureHeaders\HeaderBag; class StringHttpAdapter implements HttpAdapter { private $headers = array();...
Test that initial headers are actually sent at the end
aidantwoods_SecureHeaders
train
3557984b7f9c6d97fdfa5b388270d3a8bb0cf47d
diff --git a/lib/podio/models/app_store_share.rb b/lib/podio/models/app_store_share.rb index <HASH>..<HASH> 100644 --- a/lib/podio/models/app_store_share.rb +++ b/lib/podio/models/app_store_share.rb @@ -96,6 +96,12 @@ class Podio::AppStoreShare < ActivePodio::Base }.body end + def find_all_public_for_o...
Added method for getting public share for an org to AppStoreShare model
podio_podio-rb
train
10ebd55b41f1895d52234109e74a8ff9b2bacb17
diff --git a/src/sos/jupyter/kernel.js b/src/sos/jupyter/kernel.js index <HASH>..<HASH> 100644 --- a/src/sos/jupyter/kernel.js +++ b/src/sos/jupyter/kernel.js @@ -240,6 +240,11 @@ define([ } } } + if (run_notebook) { + window.sos_comm.send({ + "wor...
Use a different mechanism to pass workflow from frontened to kernel (close #<I>)
vatlab_SoS
train