hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
af6cf07e82e4eba236e40fea836fff432a9cea92 | diff --git a/doc/configuration.rst b/doc/configuration.rst
index <HASH>..<HASH> 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -300,10 +300,8 @@ timeout
Number of seconds after which to kill a task which has been running
for too long. This provides a default value for all tasks, which can
- ... | Minor improvements to single-worker-timeout support (#<I>)
- Update documentation to clarify that worker-timeout
configuration is supported for single workers
- Add test to ensure/prove timeout feature works without
setting the num-workers setting
- Currently, for single-worker setups, the error message
rel... | spotify_luigi | train |
287b6e572b3c20f9a544059916ca85c5db0b80eb | diff --git a/news-bundle/src/Resources/contao/dca/tl_news.php b/news-bundle/src/Resources/contao/dca/tl_news.php
index <HASH>..<HASH> 100644
--- a/news-bundle/src/Resources/contao/dca/tl_news.php
+++ b/news-bundle/src/Resources/contao/dca/tl_news.php
@@ -299,7 +299,7 @@ $GLOBALS['TL_DCA']['tl_news'] = array
'exclud... | [News] Fix switching between the page and file picker in the URL wizard (see #<I>). | contao_contao | train |
5b4ce64e779f351852015500cda041beca5cc05e | diff --git a/pyy_html/document.py b/pyy_html/document.py
index <HASH>..<HASH> 100644
--- a/pyy_html/document.py
+++ b/pyy_html/document.py
@@ -71,15 +71,11 @@ class document(object):
'''
Creates a <title> tag if not present and renders the DOCTYPE and tag tree.
'''
- try:
- self.validate()
- e... | Fixed tag tree validation to run only when a DOCTYPE is present. | Knio_dominate | train |
1be78f965f8d677bf3cf50d21cef6de4965a6cfc | diff --git a/dist/migration/RecordFetcher.js b/dist/migration/RecordFetcher.js
index <HASH>..<HASH> 100644
--- a/dist/migration/RecordFetcher.js
+++ b/dist/migration/RecordFetcher.js
@@ -34,7 +34,7 @@ define(["../Database", "../schema/UpgradedDatabaseSchema"], function($__0,$__2)
if (openedDatabase) {
... | fixed error handling in the record fetcher | jurca_indexed-db.es6 | train |
cc5bb1f3a216e48b29eea642c48011adcfd33c35 | diff --git a/spring-session-data-redis/src/integration-test/java/org/springframework/session/data/redis/RedisIndexedSessionRepositoryITests.java b/spring-session-data-redis/src/integration-test/java/org/springframework/session/data/redis/RedisIndexedSessionRepositoryITests.java
index <HASH>..<HASH> 100644
--- a/spring-... | Fix memory leak with null principal in Redis | spring-projects_spring-session | train |
d52cc489a5f956f09edc969493c4923cb665d950 | diff --git a/classes/uixv2/ui.php b/classes/uixv2/ui.php
index <HASH>..<HASH> 100644
--- a/classes/uixv2/ui.php
+++ b/classes/uixv2/ui.php
@@ -161,6 +161,31 @@ class ui{
}
}
+ /**
+ * Handly method to get request vars
+ *
+ * @since 2.0.0
+ *
+ * @param string $type Request type t... | add request vars helper method to allow disconnecting from http request data in UIX | DavidCramer_uix | train |
e3fe99f40f57c5dd9e405420e2ca44b86c7da767 | diff --git a/nodeconductor/iaas/backend/openstack.py b/nodeconductor/iaas/backend/openstack.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/iaas/backend/openstack.py
+++ b/nodeconductor/iaas/backend/openstack.py
@@ -1399,7 +1399,7 @@ class OpenStackBackend(OpenStackClient):
else:
... | Preserve flavor name on Instance import
- NC-<I> | opennode_waldur-core | train |
ac20176852101af620d255795ba54440d2a1e6d2 | diff --git a/djcelery/loaders.py b/djcelery/loaders.py
index <HASH>..<HASH> 100644
--- a/djcelery/loaders.py
+++ b/djcelery/loaders.py
@@ -78,7 +78,7 @@ class DjangoLoader(BaseLoader):
close()
except DATABASE_ERRORS, exc:
str_exc = str(exc)
- if "closed" not... | fix error in logic for "not connected" in _close_database | celery_django-celery | train |
ef4168edcc70914204fd1404dd3eea1590d9eac8 | diff --git a/tests/test_levenshtein.py b/tests/test_levenshtein.py
index <HASH>..<HASH> 100644
--- a/tests/test_levenshtein.py
+++ b/tests/test_levenshtein.py
@@ -93,9 +93,10 @@ class TestExpand(unittest.TestCase):
def test_completely_different(self):
self.assertEqual(_expand('abc', 'def', 0), (None, None... | fixed test for Levenshtein search | taleinat_fuzzysearch | train |
adc475d8d10b4c348d2afd684d5691df95ca148f | diff --git a/src/js/components/Select/SelectContainer.js b/src/js/components/Select/SelectContainer.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Select/SelectContainer.js
+++ b/src/js/components/Select/SelectContainer.js
@@ -28,10 +28,6 @@ const OptionsBox = styled(Box)`
`;
class SelectContainer extends C... | Improved accessibility and keyboard operability for Select. (#<I>)
* Improved accessibility and keyboard operability for Select.
* Fixed active index with search
* Removed min-height min-content from StyledButton | grommet_grommet | train |
20b4264aa4eae9234a5364a8aa6f7d858a4c2aca | diff --git a/pipe.js b/pipe.js
index <HASH>..<HASH> 100644
--- a/pipe.js
+++ b/pipe.js
@@ -11,6 +11,7 @@ also, duplex streams (which, like in pull streams, are a pair {source, sink} str
*/
module.exports = function pipe (sink) {
+ if(!sink) throw new Error('sink must be provided')
var _sink = sink
while(sink... | throw helpful error if sink was null | push-stream_push-stream | train |
af631c07eb5ec6c9fce4e375c386d0340c8cd8a2 | diff --git a/bika/lims/browser/js/bika.lims.bikalisting.js b/bika/lims/browser/js/bika.lims.bikalisting.js
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/js/bika.lims.bikalisting.js
+++ b/bika/lims/browser/js/bika.lims.bikalisting.js
@@ -803,7 +803,8 @@ function BikaListingTableView() {
output = d... | An "String containing an invalid char" is thrown on base<I> conversion | senaite_senaite.core | train |
2d5cc374634fa4da0482f84292d7d92084f00fda | diff --git a/src/Html.php b/src/Html.php
index <HASH>..<HASH> 100644
--- a/src/Html.php
+++ b/src/Html.php
@@ -11,6 +11,6 @@ namespace Yiisoft\Yii\Bootstrap4;
* Attention: do not confuse {@see \Yiisoft\Yii\Bootstrap4\Html} and {@see \Yiisoft\Html\Html}, be careful in which
* class you are using inside your views.
... | change class to abstrac class. | yiisoft_yii-bootstrap4 | train |
b6583680a1baedcb0204c08d0dc43f9c26435151 | diff --git a/tests/DataDict/SqliteTestCase.php b/tests/DataDict/SqliteTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/DataDict/SqliteTestCase.php
+++ b/tests/DataDict/SqliteTestCase.php
@@ -1,3 +1,44 @@
<?php
+class Doctrine_DataDict_Sqlite_TestCase extends Doctrine_Driver_UnitTestCase {
+ public function ge... | added new datatype tests for sqlite | doctrine_orm | train |
92b1be57b8b672a081d402389c0138df2b246d6d | diff --git a/lib/parser.js b/lib/parser.js
index <HASH>..<HASH> 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -46,6 +46,7 @@ function intval(ptr) {
function listval(ptr) {
var list = []
var token
+ var node
// eslint-disable-next-line
while (true) {
@@ -55,8 +56,10 @@ function listval(ptr) {
... | fix: incorrect parsing of `list` with provided `depth` option | reklatsmasters_btparse | train |
a6c31d3594989b0a8e32c17ce87cc11b2e23bd19 | diff --git a/src/main/java/org/broadleafcommerce/payment/service/gateway/PayPalExpressRollbackServiceImpl.java b/src/main/java/org/broadleafcommerce/payment/service/gateway/PayPalExpressRollbackServiceImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/broadleafcommerce/payment/service/gateway/PayPalExpressRo... | BroadleafCommerce/BroadleafCommerce#<I> - have to call refund on the transaction for rollback | BroadleafCommerce_blc-paypal | train |
856108948047d22560c74fe1e44382c528d17f55 | diff --git a/source/rafcon/gui/mygaphas/tools.py b/source/rafcon/gui/mygaphas/tools.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/gui/mygaphas/tools.py
+++ b/source/rafcon/gui/mygaphas/tools.py
@@ -240,11 +240,15 @@ class MoveItemTool(gaphas.tool.ItemTool):
# The state the user clicked on is always ad... | fix(tools): on_button_release now handles a 2nd case for deselection | DLR-RM_RAFCON | train |
496e92a51527bf53839147da3cf5b2e5b00c934d | diff --git a/ghost/admin/serializers/post.js b/ghost/admin/serializers/post.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/serializers/post.js
+++ b/ghost/admin/serializers/post.js
@@ -52,10 +52,14 @@ var PostSerializer = ApplicationSerializer.extend(DS.EmbeddedRecordsMixin, {
var root = Ember.String.plurali... | Do not include url and author_id in post payload.
No Issue.
- Neither of these properties should be included in the
payload sent from the client to the API. URL is a
read-only virtual property, and author_id is inserted
locally as a convenience. | TryGhost_Ghost | train |
0d285abfe7341a4084b905bb9970348cb2906a2e | diff --git a/decidim-core/db/seeds.rb b/decidim-core/db/seeds.rb
index <HASH>..<HASH> 100644
--- a/decidim-core/db/seeds.rb
+++ b/decidim-core/db/seeds.rb
@@ -46,6 +46,35 @@ if !Rails.env.production? || ENV["SEED"]
)
3.times do
+ Decidim::User.all.each do |user|
+ user_group = Decidim::UserGroup.create!... | Add UserGroup seeds (#<I>) | decidim_decidim | train |
35a98492706827c8ef1d2f3ec48380f90115c71a | diff --git a/spec/specHelpers/tree/TestAssessment.js b/spec/specHelpers/tree/TestAssessment.js
index <HASH>..<HASH> 100644
--- a/spec/specHelpers/tree/TestAssessment.js
+++ b/spec/specHelpers/tree/TestAssessment.js
@@ -36,14 +36,13 @@ class TestAssessment extends Assessment {
*
* @param {Paper} paper ... | Added researcher as constructor argument for TreeAssessor and Assessment. | Yoast_YoastSEO.js | train |
2a01a56527fade9fa0a2d3b20b80c7ff32c478b8 | diff --git a/lib/cache.js b/lib/cache.js
index <HASH>..<HASH> 100644
--- a/lib/cache.js
+++ b/lib/cache.js
@@ -38,6 +38,10 @@ const DBUpgrades = {
return ExecSQLInOrder(db, [
"DROP TABLE disneyFacilities",
"CREATE TABLE IF NOT EXISTS disneyFacilities (id INTEGER PRIMARY KEY, name TEXT... | [+] Add indexes onto the meta IDs for facilities | cubehouse_themeparks | train |
2c58486a5a98c4e7022553594a6c10a1163b6c78 | diff --git a/relshell/test/test_batch_command.py b/relshell/test/test_batch_command.py
index <HASH>..<HASH> 100644
--- a/relshell/test/test_batch_command.py
+++ b/relshell/test/test_batch_command.py
@@ -44,11 +44,9 @@ def test_batch_command_duplicated_input_index():
BatchCommand('diff IN_BATCH0 IN_BATCH0')
-# ... | [WIP] test_batch_command_output_file works | laysakura_relshell | train |
f80f51511760fb00a408a370619ceef998275c7f | diff --git a/go/vt/vttablet/onlineddl/executor.go b/go/vt/vttablet/onlineddl/executor.go
index <HASH>..<HASH> 100644
--- a/go/vt/vttablet/onlineddl/executor.go
+++ b/go/vt/vttablet/onlineddl/executor.go
@@ -1714,7 +1714,7 @@ func (e *Executor) reviewQueuedMigrations(ctx context.Context) error {
return nil
}
-func ... | ignore UUID of the very reverting migration when checking for conflicting migrations on table | vitessio_vitess | train |
f47012d0cab0c4fa06fc4ad0598d92fcc124a9e8 | diff --git a/src/js/common/schemaValidatedComponent.js b/src/js/common/schemaValidatedComponent.js
index <HASH>..<HASH> 100644
--- a/src/js/common/schemaValidatedComponent.js
+++ b/src/js/common/schemaValidatedComponent.js
@@ -2,7 +2,7 @@
(function (fluid) {
"use strict";
- if (typeof require !== "undefined"... | GPII-<I>: Refactored "node vs. web" check for cross-environment scripts. | GPII_gpii-json-schema | train |
61efe0960496ee5e6b87c897aedb6c1c1cb871e0 | diff --git a/sift/src/main/java/siftscience/android/Sift.java b/sift/src/main/java/siftscience/android/Sift.java
index <HASH>..<HASH> 100644
--- a/sift/src/main/java/siftscience/android/Sift.java
+++ b/sift/src/main/java/siftscience/android/Sift.java
@@ -3,6 +3,8 @@
package siftscience.android;
import android.conte... | Executor terminated on sift.close() callback | SiftScience_sift-android | train |
b8ff8aeffaedf4c05425d64f5e9796e000f37c2a | diff --git a/src/Project/Attribute/SearchPathAttribute.php b/src/Project/Attribute/SearchPathAttribute.php
index <HASH>..<HASH> 100644
--- a/src/Project/Attribute/SearchPathAttribute.php
+++ b/src/Project/Attribute/SearchPathAttribute.php
@@ -42,6 +42,7 @@ class SearchPathAttribute extends Attribute
*/
const... | Fix: Export render to skyline/render | tasoftch_skyline-compiler | train |
a44e30de777ea83d2d8a8718543f9e61d56783dc | diff --git a/src/com/google/javascript/jscomp/DefaultPassConfig.java b/src/com/google/javascript/jscomp/DefaultPassConfig.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/DefaultPassConfig.java
+++ b/src/com/google/javascript/jscomp/DefaultPassConfig.java
@@ -396,6 +396,12 @@ public final class D... | Move convertStaticInheritance out of the "non-transpilation" pass list because it is part of transpilation.
When not transpiling, there is no need to run this pass.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
e03247f754b81755d4bf008f0eb535b14aaec4ab | diff --git a/automator/automator.go b/automator/automator.go
index <HASH>..<HASH> 100644
--- a/automator/automator.go
+++ b/automator/automator.go
@@ -98,6 +98,15 @@ func (a *Automator) Handle(j *jobs.Job, _ jobs.JobUpdater) error {
}
if _, err := a.cfg.Jobs.PutJob(j.Instance, jobs.Job{
+ // Key stops us getting... | use a key so automated release jobs can't get > 1 queued | weaveworks_flux | train |
996a3f0a689a361b7d5fffdca21dbd5ef0e2d2ac | diff --git a/terminfo/term_screen.go b/terminfo/term_screen.go
index <HASH>..<HASH> 100644
--- a/terminfo/term_screen.go
+++ b/terminfo/term_screen.go
@@ -15,7 +15,7 @@ func init() {
ExitCA: "\x1b[?1049l",
ShowCursor: "\x1b[34h\x1b[?25h",
HideCursor: "\x1b[?25l",
- AttrOff: "\x1b[m\x0017",
+ A... | Fix up the two screen terminfo sgr0 sequences. | gdamore_tcell | train |
ed4915b793704f0c49a8468e482da6840324ed72 | diff --git a/jsonrpcclient/zmq_client.py b/jsonrpcclient/zmq_client.py
index <HASH>..<HASH> 100644
--- a/jsonrpcclient/zmq_client.py
+++ b/jsonrpcclient/zmq_client.py
@@ -34,5 +34,5 @@ class ZMQClient(Client):
:return: The response (a string for requests, None for notifications).
"""
self.soc... | Decode zeromq response at earliest possible time | bcb_jsonrpcclient | train |
1b0ffd65c58b2502e63ae86ac0dd56ded21a1abe | diff --git a/core/poi/lib/index.js b/core/poi/lib/index.js
index <HASH>..<HASH> 100644
--- a/core/poi/lib/index.js
+++ b/core/poi/lib/index.js
@@ -304,24 +304,25 @@ module.exports = class PoiCore {
}
if (this.cli.options.inspectWebpack) {
- const configString = `// ${JSON.stringify(
- opts
- ... | fix: use afterEnvironment hook to inspect webpack config | egoist_poi | train |
84da4ba8d883ff5999b9b351fe2b00cdf3dc08ab | diff --git a/lib/iron_mq/messages.rb b/lib/iron_mq/messages.rb
index <HASH>..<HASH> 100644
--- a/lib/iron_mq/messages.rb
+++ b/lib/iron_mq/messages.rb
@@ -90,6 +90,10 @@ module IronMQ
raw["id"]
end
+ def msg
+ raw["msg"]
+ end
+
end
class Message < ResponseBase | Added msg to ResponseBase | iron-io_iron_mq_ruby | train |
67f19f19074f8c18b31f3eaec877780f2593b45c | diff --git a/osmdroid-android/src/org/osmdroid/DefaultResourceProxyImpl.java b/osmdroid-android/src/org/osmdroid/DefaultResourceProxyImpl.java
index <HASH>..<HASH> 100644
--- a/osmdroid-android/src/org/osmdroid/DefaultResourceProxyImpl.java
+++ b/osmdroid-android/src/org/osmdroid/DefaultResourceProxyImpl.java
@@ -23,7 ... | catch and rethrow an OOME | osmdroid_osmdroid | train |
94b2773d4dc278b2084d3d8b1abdc9e33ed4d0da | diff --git a/airflow/www/views.py b/airflow/www/views.py
index <HASH>..<HASH> 100644
--- a/airflow/www/views.py
+++ b/airflow/www/views.py
@@ -677,6 +677,7 @@ class Airflow(BaseView):
@expose('/rendered')
@login_required
+ @wwwutils.action_logging
def rendered(self):
dag_id = request.args.g... | add more action logging and use new format with no var | apache_airflow | train |
2d3d8c3ad4d033f4e904fdccf7fb3b72dfae2dee | diff --git a/tests/test_discoursegraph.py b/tests/test_discoursegraph.py
index <HASH>..<HASH> 100644
--- a/tests/test_discoursegraph.py
+++ b/tests/test_discoursegraph.py
@@ -475,7 +475,6 @@ def test_select_nodes_by_layer():
assert isinstance(attr_dict, dict)
-
def test_select_edges_by_attribute():
... | add test for select_edges_by() | arne-cl_discoursegraphs | train |
c1939b713602b6752150d3fd1b974f022baeec58 | diff --git a/querier.go b/querier.go
index <HASH>..<HASH> 100644
--- a/querier.go
+++ b/querier.go
@@ -413,12 +413,15 @@ func (s *populatedChunkSeries) Next() bool {
for s.set.Next() {
lset, chks := s.set.At()
- from := -1
- for i, c := range chks {
- if c.MaxTime < s.mint {
- from = i
- continue
+ fo... | Simply loop away from using tracking variables. | prometheus_prometheus | train |
bc93dbbeee207d4ef0dec83c6747b07b59e7df85 | diff --git a/lib/schema.js b/lib/schema.js
index <HASH>..<HASH> 100644
--- a/lib/schema.js
+++ b/lib/schema.js
@@ -3,10 +3,11 @@ require('JSV');
localSchema = null;
+var schemaEnv;
exports.initialise = function(){
- exports.env = JSV.createEnvironment();
- exports.env.setOption("strict", true);
+ schem... | able to query for scheme properties and property names | odogono_elsinore-js | train |
3acf886fba9d75f658d50f3c590e7c3163f2eb79 | diff --git a/azurerm/resource_arm_iothub.go b/azurerm/resource_arm_iothub.go
index <HASH>..<HASH> 100755
--- a/azurerm/resource_arm_iothub.go
+++ b/azurerm/resource_arm_iothub.go
@@ -942,7 +942,7 @@ func validateIoTHubFileNameFormat(v interface{}, k string) (warnings []string, e
return warnings, errors
}
func expan... | Update azurerm/resource_arm_iothub.go | terraform-providers_terraform-provider-azurerm | train |
315e4e83f934091bdcd5f49b830afe1a736a29e8 | diff --git a/blocks/blog_tags/block_blog_tags.php b/blocks/blog_tags/block_blog_tags.php
index <HASH>..<HASH> 100644
--- a/blocks/blog_tags/block_blog_tags.php
+++ b/blocks/blog_tags/block_blog_tags.php
@@ -115,7 +115,7 @@ class block_blog_tags extends block_base {
/// Finally we create the output
... | Fixed XHTML notices with & | moodle_moodle | train |
7600e08117aee6299efb0da6ec7f9e4875f598f5 | diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Printer.php b/lib/Alchemy/Phrasea/Controller/Prod/Printer.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/Printer.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/Printer.php
@@ -57,6 +57,19 @@ class Printer implements ControllerProviderInterface
... | Add dirty hack to fix download under HTTPS with IE | alchemy-fr_Phraseanet | train |
31c7aaa30ba526dccef246eb3efe2ae65dd07982 | diff --git a/docs/example_gemfile.rb b/docs/example_gemfile.rb
index <HASH>..<HASH> 100644
--- a/docs/example_gemfile.rb
+++ b/docs/example_gemfile.rb
@@ -6,7 +6,7 @@ gem 'camaleon_cms', git: 'https://github.com/owen2345/camaleon-cms'
gem 'draper', '>= 3'# required for Rails 5+
### already dependency of main framew... | Fix requiring plugin_routes in the Gemfile | owen2345_camaleon-cms | train |
7adfde3c9b66198df497ece0820dd537efb31a82 | diff --git a/apps/wpcom-block-editor/src/wpcom/features/tracking.js b/apps/wpcom-block-editor/src/wpcom/features/tracking.js
index <HASH>..<HASH> 100644
--- a/apps/wpcom-block-editor/src/wpcom/features/tracking.js
+++ b/apps/wpcom-block-editor/src/wpcom/features/tracking.js
@@ -70,10 +70,11 @@ const getTypeForBlockId =... | Payments Inserter Tracking: Added support for Payment Inserter block (#<I>)
* Added support for Payment Inserter block as an inserter for WPCom tracking
* Updated event string to kebab case
* Fixed an issue caused by the clientids either being an array of strings or a string | Automattic_wp-calypso | train |
65bdd3448856c17f9b29c57d5a13d15ce5e0b8de | diff --git a/shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/datasource/ShardingSphereDataSource.java b/shardingsphere-jdbc/shardingsphere-jdbc-core/src/main/java/org/apache/shardingsphere/driver/jdbc/core/datasource/ShardingSphereDataSource.java
index <HASH>..<HASH... | Remove SQLParserRuleConfiguration when use ShardingSphere-JDBC cluster mode (#<I>)
* Remove SQLParserRuleConfiguration when use ShardingSphere-JDBC cluster mode
* Adjument code
* Rename method name
* Rename realRuleConfigurations to databaseRuleConfigs | apache_incubator-shardingsphere | train |
28c615fa543cdcfa79107e3d9bddfdb73f85c87a | diff --git a/src/auto-complete.js b/src/auto-complete.js
index <HASH>..<HASH> 100644
--- a/src/auto-complete.js
+++ b/src/auto-complete.js
@@ -21,6 +21,9 @@
* @param {boolean=} [loadOnDownArrow=false] Flag indicating that the source option will be evaluated when the down arrow
* ... | feat(autocomplete): Add showOnEmpty option
Add an option to allow the tag list to show when input is empty.
This feature is useful when the user wants to see an unfiltered
list of all available suggestions before typing. | mbenford_ngTagsInput | train |
2b5f48caeb03ffa6a2c14ee561d471763cf40b0e | diff --git a/aurelia-bootstrap-select/src/abp-select.js b/aurelia-bootstrap-select/src/abp-select.js
index <HASH>..<HASH> 100644
--- a/aurelia-bootstrap-select/src/abp-select.js
+++ b/aurelia-bootstrap-select/src/abp-select.js
@@ -455,7 +455,7 @@ export class AbpSelectCustomElement {
*/
watchOnChangedToUpdateVal... | fix(select) fix selection of first item (#<I>) | ghiscoding_Aurelia-Bootstrap-Plugins | train |
1b5f20889472fbc717c949c28191be74d1425059 | diff --git a/lib/git_reflow/git_helpers.rb b/lib/git_reflow/git_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/git_reflow/git_helpers.rb
+++ b/lib/git_reflow/git_helpers.rb
@@ -7,12 +7,12 @@ module GitReflow
def remote_user
return "" unless "#{GitReflow::Config.get('remote.origin.url')}".length > 0
- ... | Allow use of non-ssh origin urls
Closes #<I>, #<I>, #<I>
LGTM given by: @nhance | reenhanced_gitreflow | train |
e748769426391e55f65db7a62e50aa1f58928461 | diff --git a/build/config.js b/build/config.js
index <HASH>..<HASH> 100644
--- a/build/config.js
+++ b/build/config.js
@@ -61,7 +61,10 @@ function genConfig (opts) {
new OptimizeCssAssetsPlugin({
assetNameRegExp: /\.css$/g,
cssProcessor: require('cssnano'),
- cssProcessorOptions: { disca... | fix: Don't let cssnano mess with z-indexes
- Also removed minification from the dev bundle
Fixes #<I>
Partially reverts <I>da9 | vuetifyjs_vuetify | train |
95bac243a27fdbcb0ecc04a86576043186c8cf39 | diff --git a/lib/transforms/buildProduction.js b/lib/transforms/buildProduction.js
index <HASH>..<HASH> 100644
--- a/lib/transforms/buildProduction.js
+++ b/lib/transforms/buildProduction.js
@@ -49,7 +49,7 @@ module.exports = function (options) {
.if(options.stripDebug)
.stripDebug({type: ... | Remove INCLUDEs of less files. | assetgraph_assetgraph-builder | train |
51957f1305f966e216c4e3f2ba6ba53c63d8b683 | diff --git a/script/test b/script/test
index <HASH>..<HASH> 100755
--- a/script/test
+++ b/script/test
@@ -3,8 +3,8 @@
#/ script/test <subdir> # run just a package's tests
script/fmt
-suite="./${1:-"api"} ./${1:-"lfs"} ./${1:-"git"}"
if [ $# -gt 0 ]; then
- shift
+ GO15VENDOREXPERIMENT=0 go test "./$1"
... | Make script/test automatically tests all pkgs instead of needing a list
Also add +build tags to test cmd tools so they don't build by default,
only when explicitly told to (which they are already) | git-lfs_git-lfs | train |
99de144f52077faab6bddb16c6dbf5e64d1d3cf7 | diff --git a/rootpy/plotting/tests/test_hist.py b/rootpy/plotting/tests/test_hist.py
index <HASH>..<HASH> 100644
--- a/rootpy/plotting/tests/test_hist.py
+++ b/rootpy/plotting/tests/test_hist.py
@@ -1,6 +1,7 @@
# Copyright 2012 the rootpy developers
# distributed under the terms of the GNU General Public License
fro... | fix failing histogram tests at the head of the ROOT <I> branch | rootpy_rootpy | train |
c0bbacd232e93a98d1834baaf82b5a4453aba720 | diff --git a/fcgi.go b/fcgi.go
index <HASH>..<HASH> 100644
--- a/fcgi.go
+++ b/fcgi.go
@@ -6,25 +6,32 @@ import (
"encoding/binary"
"log"
"net"
+ "os"
)
const (
- FcgiRequestComplete = 0
- FcgiBeginRequest = 1
- FcgiAbortRequest = 2
- FcgiEndRequest = 3
- FcgiParams ... | More work on fcgi | hoisie_web | train |
2c94075bbe6d3c452af40b82eb5a50b10aa23fd9 | diff --git a/horizon/middleware/operation_log.py b/horizon/middleware/operation_log.py
index <HASH>..<HASH> 100644
--- a/horizon/middleware/operation_log.py
+++ b/horizon/middleware/operation_log.py
@@ -106,8 +106,10 @@ class OperationLogMiddleware(object):
def _get_log_format(self, request):
"""Return ... | operation_log: Fix logout generating AttributeError
When logging out request.user.is_authenticated() throws
AttributeError as request.user is NoneType and does not
contain required method.
This patch checks whether request.user is None and
takes a proper action.
Change-Id: Iaef<I>e6f5c4c0e<I>a<I>a7ac<I>acc1c<I>
Clos... | openstack_horizon | train |
4739edd3a41178e95eb666c0e6a6ccbb2dc56dc1 | diff --git a/zlmdb/_database.py b/zlmdb/_database.py
index <HASH>..<HASH> 100644
--- a/zlmdb/_database.py
+++ b/zlmdb/_database.py
@@ -209,7 +209,7 @@ class Schema(object):
for slot in _meta.get('slots', []):
_index = slot.get('index', None)
- assert type(_index) in six.in... | change all instances of 'in six.integer_types' to '== int' | crossbario_zlmdb | train |
388122eb632ad7281527f9949c6a5990a285cbbe | diff --git a/lib/data-processor-chunk.js b/lib/data-processor-chunk.js
index <HASH>..<HASH> 100644
--- a/lib/data-processor-chunk.js
+++ b/lib/data-processor-chunk.js
@@ -46,7 +46,7 @@ class DataProcessorChunk extends stream.Transform {
if (validationErrors) {
// There where validation errors
- throw (val... | fix(constructor): Changed the order of config, and endpoint | Kronos-Integration_kronos-interceptor-object-data-processor-chunk | train |
b36111c4bee01f42dcb51b3d4d5f317066845780 | diff --git a/lib/jsi/schema/draft07.rb b/lib/jsi/schema/draft07.rb
index <HASH>..<HASH> 100644
--- a/lib/jsi/schema/draft07.rb
+++ b/lib/jsi/schema/draft07.rb
@@ -3,6 +3,10 @@
module JSI
module Schema
module Draft07
+ include Schema
+ include BigMoneyId
+ include IdWithAnchor
+ include Inte... | JSI::Schema::Draft<I> include metaschema instance modules | notEthan_jsi | train |
4969c367397df22998afd8cdc88073b36a1f9d51 | diff --git a/datajoint/autopopulate.py b/datajoint/autopopulate.py
index <HASH>..<HASH> 100644
--- a/datajoint/autopopulate.py
+++ b/datajoint/autopopulate.py
@@ -75,7 +75,7 @@ class AutoPopulate:
:param suppress_errors: suppresses error if true
:param reserve_jobs: if true, reserves job to populate i... | consolidating the use of hashes | datajoint_datajoint-python | train |
f67af6df4c9911446ab50e7b2775959bdc2ca060 | diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php
index <HASH>..<HASH> 100644
--- a/BigQuery/src/BigQueryClient.php
+++ b/BigQuery/src/BigQueryClient.php
@@ -519,6 +519,7 @@ class BigQueryClient
*
* @see https://cloud.google.com/bigquery/docs/reference/v2/datasets/list Datasets ... | feat: Add explicit support for dataset filters (#<I>) | googleapis_google-cloud-php | train |
76c63d1c34ee9ab2b5b7a7bfcc26498b5b2ce86e | diff --git a/pycbc/fft/fftw.py b/pycbc/fft/fftw.py
index <HASH>..<HASH> 100644
--- a/pycbc/fft/fftw.py
+++ b/pycbc/fft/fftw.py
@@ -159,10 +159,10 @@ def import_sys_wisdom():
float_lib.fftwf_import_system_wisdom()
# We provide an interface for changing the "measure level"
-# By default 1, which does some but not... | Set the default measure level to zero (#<I>)
* make measure level 0 the default
* fixed measure level comment | gwastro_pycbc | train |
37815dd3cab3f2d4353a1f721509ce99dbe48651 | diff --git a/lib/restclient/exceptions.rb b/lib/restclient/exceptions.rb
index <HASH>..<HASH> 100644
--- a/lib/restclient/exceptions.rb
+++ b/lib/restclient/exceptions.rb
@@ -40,7 +40,7 @@ module RestClient
415 => 'Unsupported Media Type',
416 => 'Requested Range Not Satisfiable',
... | Note the source of HTTP <I> I'm A Teapot. | rest-client_rest-client | train |
2a6ed746fbc3bb93b44f2c9f4172bbcc5b8986bd | diff --git a/astroid/scoped_nodes.py b/astroid/scoped_nodes.py
index <HASH>..<HASH> 100644
--- a/astroid/scoped_nodes.py
+++ b/astroid/scoped_nodes.py
@@ -2920,7 +2920,8 @@ class ClassDef(mixins.FilterStmtsMixin, LocalsDictNodeNG, node_classes.Statement
yield self.decorators
yield from self.base... | Check if keywords is not None before iterating over it | PyCQA_astroid | train |
b1808cd4cb76d52981e95dd92426b3a0d338215f | diff --git a/rpaths.py b/rpaths.py
index <HASH>..<HASH> 100644
--- a/rpaths.py
+++ b/rpaths.py
@@ -496,15 +496,16 @@ class Path(DefaultAbstractPath):
The special entries ``'.'`` and ``'..'`` will not be returned.
"""
files = os.listdir(self.path)
- if pattern is not None:
- ... | Makes callable pattern get a Path
It previously got the backend type. | remram44_rpaths | train |
60027e6f7405e4789be95a0e9344c4112809229d | diff --git a/client/my-sites/checkout/composite-checkout/components/wp-order-review-line-items.js b/client/my-sites/checkout/composite-checkout/components/wp-order-review-line-items.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/checkout/composite-checkout/components/wp-order-review-line-items.js
+++ b/client/my-... | Checkout: Remove cart message for PWPO users (#<I>)
* Remove from cart message should not mention that domain items will be removed for PWPO users
* Define PWPO flag further levels down
* Fix merge issues | Automattic_wp-calypso | train |
221a87f479b841443c1cf9d6de2078594819b3be | diff --git a/test/functional/replset_read_preference_tests.js b/test/functional/replset_read_preference_tests.js
index <HASH>..<HASH> 100644
--- a/test/functional/replset_read_preference_tests.js
+++ b/test/functional/replset_read_preference_tests.js
@@ -568,7 +568,7 @@ exports['Attempt to change read preference at cur... | fixed bug from SDAM spec for quicker checks when no primary available in replicaset | mongodb_node-mongodb-native | train |
7eb103c64c9d61201497275d1ac2cea340a28237 | diff --git a/lib/modularinputs/modularinput.js b/lib/modularinputs/modularinput.js
index <HASH>..<HASH> 100644
--- a/lib/modularinputs/modularinput.js
+++ b/lib/modularinputs/modularinput.js
@@ -88,12 +88,12 @@
var found = InputDefinition.parse(bufferString);
exports._inputDefi... | Fix modinput streaming for Splunk <I>.x | splunk_splunk-sdk-javascript | train |
f87b8816a5f30f436f77b31406d0d50c0337a626 | diff --git a/src/Shortcode/Shortcode.php b/src/Shortcode/Shortcode.php
index <HASH>..<HASH> 100644
--- a/src/Shortcode/Shortcode.php
+++ b/src/Shortcode/Shortcode.php
@@ -8,7 +8,7 @@ final class Shortcode extends AbstractShortcode implements ShortcodeInterface
{
public function __construct($name, array $parameter... | PHP <I> and <I> can't check empty() on function result | thunderer_Shortcode | train |
4affd8dc6d9a1cac998c201932bb86c62e743aa6 | diff --git a/lib/koala.rb b/lib/koala.rb
index <HASH>..<HASH> 100755
--- a/lib/koala.rb
+++ b/lib/koala.rb
@@ -215,7 +215,7 @@ module Koala
raise "SignedRequest: Unsupported algorithm #{envelope['algorithm']}" if envelope['algorithm'] != 'HMAC-SHA256'
# now see if the signature is valid (digest, key... | Updated OpenSSL code for compatibility with Ruby <I> patch-level <I>. | arsduo_koala | train |
d6ce8d74cee6af9aa0eeee75bcfad83bd1819e45 | diff --git a/lib/statistics2.js b/lib/statistics2.js
index <HASH>..<HASH> 100644
--- a/lib/statistics2.js
+++ b/lib/statistics2.js
@@ -446,11 +446,11 @@
function ptsub(q, n) {
var eps;
- if (n == 1 && q > 0.001 && q < 0.01) {
+ if (n === 1 && q > 0.001 && q < 0.01) {
eps = 1.0... | found some == which should be === | rhardin_node-statistics2 | train |
526a2baad7219870cc4e97075f89035b892e5d94 | diff --git a/lib/xbox-api.rb b/lib/xbox-api.rb
index <HASH>..<HASH> 100644
--- a/lib/xbox-api.rb
+++ b/lib/xbox-api.rb
@@ -1,4 +1,4 @@
-require "multi_json"
+require "yajl"
require "open-uri"
require "xbox-api/version"
require "xbox-api/client"
diff --git a/lib/xbox-api/client.rb b/lib/xbox-api/client.rb
index <HASH... | replace multi-json with yajl, for speed | audibleblink_xbox-api | train |
0ed0535361b4a1a870a66c6270d20c1019c80604 | diff --git a/lib/truncate_html/html_truncator.rb b/lib/truncate_html/html_truncator.rb
index <HASH>..<HASH> 100644
--- a/lib/truncate_html/html_truncator.rb
+++ b/lib/truncate_html/html_truncator.rb
@@ -38,7 +38,7 @@ module TruncateHtml
end
def html_tokens
- @original_html.scan(/<\/?[^>]+>|[\w\|`~!@#\$... | [Bug: #3] Handle <script> tag appropriately. | hgmnz_truncate_html | train |
2a23873c25aff419a262f1d1c6dce60a3ba27426 | diff --git a/src/renderable/container.js b/src/renderable/container.js
index <HASH>..<HASH> 100644
--- a/src/renderable/container.js
+++ b/src/renderable/container.js
@@ -8,6 +8,12 @@
(function(window) {
/**
+ * A global "translation context" for nested ObjectContainers
+ * @ignore
+ */
+ var globalTranslation ... | added a `recursive` optional flag to the `setChildsProperty` function
also :
- fixed the property value not being applied to child container
- fixed documentation (me.ObjectContainer not showing up, wrong
function parameters,…) | melonjs_melonJS | train |
010dc47f74137bf51f1525e0b24aa86b0dce9328 | diff --git a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/StackPresenter.java b/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/StackPresenter.java
index <HASH>..<HASH> 100644
--- a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/sta... | Fix top bar flickering at first render with an empty title (#<I>)
Close #<I> | wix_react-native-navigation | train |
3441ad2789d1139e396e7e6eb246fcfa40dcaa53 | diff --git a/tests/runner-node.js b/tests/runner-node.js
index <HASH>..<HASH> 100644
--- a/tests/runner-node.js
+++ b/tests/runner-node.js
@@ -6,31 +6,35 @@
*/
require("../lib/sea.js")
-var test = require("./test.js")
-var specs = [
- "module/anonymous",
- "module/anywhere",
- "module/cache",
- "module/chain... | Update scripts for running in Node.js | seajs_seajs | train |
b25992972e0543efc2e9748c58bc4631ded63bb5 | diff --git a/spec/helpers/destroy-objects.js b/spec/helpers/destroy-objects.js
index <HASH>..<HASH> 100644
--- a/spec/helpers/destroy-objects.js
+++ b/spec/helpers/destroy-objects.js
@@ -6,7 +6,8 @@ beforeEach(function () {
Promise = require('bluebird'),
shell = require('shelljs'),
retriableWrap = require('../... | fix compat with latest shell.js, cannot remove pwd | claudiajs_claudia | train |
083079d619a4ed95063aa2f6f771a0b196919d91 | diff --git a/data/protocol.json b/data/protocol.json
index <HASH>..<HASH> 100644
--- a/data/protocol.json
+++ b/data/protocol.json
@@ -365,7 +365,7 @@
},
{
"name": "texture",
- "type": "string"
+ "type": ["buffer",{"countType":"i16"}]
}
]
],
@@ -819,7 ... | use customTypes option of raknet, continue fixing protocol.json mcpe_login (now works) | mhsjlw_pocket-minecraft-protocol | train |
ed222f74b8404a974bbcfc945909df5699ea34bc | diff --git a/editor/bundle/src/main/java/io/wcm/caconfig/editor/impl/ConfigDataServlet.java b/editor/bundle/src/main/java/io/wcm/caconfig/editor/impl/ConfigDataServlet.java
index <HASH>..<HASH> 100644
--- a/editor/bundle/src/main/java/io/wcm/caconfig/editor/impl/ConfigDataServlet.java
+++ b/editor/bundle/src/main/java/... | WCON-<I> better error handling on the server side | wcm-io_wcm-io-caconfig | train |
0a1507995b8c03243645b21165f8f6f111c415ef | diff --git a/pysat/tests/test_meta.py b/pysat/tests/test_meta.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/test_meta.py
+++ b/pysat/tests/test_meta.py
@@ -21,6 +21,16 @@ class TestBasics():
del self.testInst
del self.meta
+ def test_meta_repr(self):
+ output = self.meta.__repr__()
+ ... | TST: add repr tests for meta | rstoneback_pysat | train |
75d9076b9df15d19af9d4880baf6360e248cd58b | diff --git a/lib/util/simple-hint.js b/lib/util/simple-hint.js
index <HASH>..<HASH> 100644
--- a/lib/util/simple-hint.js
+++ b/lib/util/simple-hint.js
@@ -30,9 +30,9 @@
complete.style.top = pos.yBot + "px";
document.body.appendChild(complete);
// If we're at the edge of the screen, then we want the menu ... | Added semicolons and removed trailing space. | codemirror_CodeMirror | train |
4e6e036c596007f4273633e338435295f7b0457e | diff --git a/djstripe/models.py b/djstripe/models.py
index <HASH>..<HASH> 100644
--- a/djstripe/models.py
+++ b/djstripe/models.py
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
-from contextlib import contextmanager
import datetime
import decimal
import json
@@ -21,9 +20,8 @@ fr... | fix a few pep8 error | dj-stripe_dj-stripe | train |
cf8fa507ffd8dcee9b5a2165275dde7a581b1e41 | diff --git a/translator/src/main/java/com/google/devtools/j2objc/Options.java b/translator/src/main/java/com/google/devtools/j2objc/Options.java
index <HASH>..<HASH> 100644
--- a/translator/src/main/java/com/google/devtools/j2objc/Options.java
+++ b/translator/src/main/java/com/google/devtools/j2objc/Options.java
@@ -2... | Mute warning about Java source debugging of transpiled jar files, as developers have been ignoring the warning and just using Objective-C source debugging instead.
PiperOrigin-RevId: <I> | google_j2objc | train |
c6a42314556440e0784cf8c981e8f426ee1cb0c9 | diff --git a/pypsa/io.py b/pypsa/io.py
index <HASH>..<HASH> 100644
--- a/pypsa/io.py
+++ b/pypsa/io.py
@@ -412,7 +412,7 @@ def import_from_pypower_ppc(network, ppc, overwrite_zero_s_nom=None):
#rename controls
controls = ["","PQ","PV","Slack"]
- pdf["buses"]["control"] = pdf["buses"]["type"].map(lambda i... | io: Make sure to filter type from import_from_pypower_ppc | PyPSA_PyPSA | train |
0ee6081906cd8f181b218e78a63d351df06f1911 | diff --git a/plivo/xml/getInputElement.py b/plivo/xml/getInputElement.py
index <HASH>..<HASH> 100644
--- a/plivo/xml/getInputElement.py
+++ b/plivo/xml/getInputElement.py
@@ -253,10 +253,10 @@ class GetInputElement(PlivoXMLElement):
@profanity_filter.setter
def profanity_filter(self, value):
- self._... | chnage profanityFilter to bool | plivo_plivo-python | train |
fc61bf88d892cbfd7c57bbf9e24ebe92774ee5e2 | diff --git a/robust.js b/robust.js
index <HASH>..<HASH> 100644
--- a/robust.js
+++ b/robust.js
@@ -535,25 +535,44 @@ engine.client = function(options){
var context = require("zeromq");
var defaults = {
- cylinder_block: "ipc://cylinder_block.ipc"
+ cylinder_block: "ipc://cylinder_block.ipc",
+... | Client now receives results from crankshaft | rehanift_engine.js | train |
f600a92c042e11730b466c9fac3955c921b4f7ce | diff --git a/db/migrate/20150317095034_create_episode_types.rb b/db/migrate/20150317095034_create_episode_types.rb
index <HASH>..<HASH> 100644
--- a/db/migrate/20150317095034_create_episode_types.rb
+++ b/db/migrate/20150317095034_create_episode_types.rb
@@ -1,7 +1,8 @@
class CreateEpisodeTypes < ActiveRecord::Migrati... | Edited columns in episode_types table. | airslie_renalware-core | train |
c873fa5bf661bb887222445ee90aa559f11c9ccb | diff --git a/mithril.js b/mithril.js
index <HASH>..<HASH> 100644
--- a/mithril.js
+++ b/mithril.js
@@ -1017,6 +1017,8 @@ var m = (function app(window, undefined) {
var currentTarget = e.currentTarget || e.srcElement;
var args = m.route.mode === "pathname" && currentTarget.search ? parseQueryString(currentTarget.s... | clear pendingRequests count on routeUnobtrusive(e) | MithrilJS_mithril.js | train |
f15cc690f0ecdeff83fbceafeba0d58cf0343981 | diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/autoassign/AutoAssignChecker.java b/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/autoassign/AutoAssignChecker.java
index <HASH>..<HASH> 100644
--- a/hawkbit-repository/ha... | improved debug logs for autoassignment (#<I>) | eclipse_hawkbit | train |
50c82e99c36dba1721f77fa9ae51cb423714c783 | diff --git a/src/js/mep-player.js b/src/js/mep-player.js
index <HASH>..<HASH> 100644
--- a/src/js/mep-player.js
+++ b/src/js/mep-player.js
@@ -7,6 +7,7 @@ function isAfter(sourceNode, targetNode) {
return !!(
sourceNode &&
targetNode &&
+ typeof sourceNode.compareDocumentPosition === 'function' &&
sourceNod... | always send focus to play on IE8
IE8 does not support `node.compareDocumentPosition`,
so check if it is defined. | mediaelement_mediaelement | train |
747502720b61545e36bd9b5380c048aa0a49c29a | diff --git a/flink-core/src/main/java/org/apache/flink/api/connector/source/lib/util/IteratorSourceEnumerator.java b/flink-core/src/main/java/org/apache/flink/api/connector/source/lib/util/IteratorSourceEnumerator.java
index <HASH>..<HASH> 100644
--- a/flink-core/src/main/java/org/apache/flink/api/connector/source/lib/... | [hotfix] Fix some typos in comments | apache_flink | train |
4a90e5707abfcdd15eb2e17084b5dfddf64328ca | diff --git a/cookiecutter/config.py b/cookiecutter/config.py
index <HASH>..<HASH> 100755
--- a/cookiecutter/config.py
+++ b/cookiecutter/config.py
@@ -60,13 +60,13 @@ def get_config(config_path):
return config_dict
-def get_user_config(config_path=None):
+def get_user_config(config_file=None):
"""Retrieve... | Pass on config_file from main to get_user_config() | audreyr_cookiecutter | train |
1fc268b5603b6ec1ddf59d6a4ae646c27e27d296 | diff --git a/src/SAML2/AuthnRequestFactory.php b/src/SAML2/AuthnRequestFactory.php
index <HASH>..<HASH> 100644
--- a/src/SAML2/AuthnRequestFactory.php
+++ b/src/SAML2/AuthnRequestFactory.php
@@ -31,6 +31,9 @@ use Surfnet\SamlBundle\Http\Exception\InvalidRequestException;
use Symfony\Component\HttpFoundation\Request;
... | Suppress PHPMD warning, coupling is allowed in this case
It provides bridging functionality between the configured
private key, the simplesamlphp\saml2 private key
loading mechanism and the private key structure needed
by the SAML2_AuthnRequest. This adds some classes that
are not required for the core functionality, ... | OpenConext_Stepup-saml-bundle | train |
0b24d520f9b2e006e11476b91bd869b764972d26 | diff --git a/model/SQLQuery.php b/model/SQLQuery.php
index <HASH>..<HASH> 100644
--- a/model/SQLQuery.php
+++ b/model/SQLQuery.php
@@ -494,11 +494,11 @@ class SQLQuery {
/**
* Set ORDER BY clause either as SQL snippet or in array format.
*
- * @example $sql->orderby("Column");
- * @example $sql->orderby("Colu... | Update SQLQuery.php
Updated `SQLQuery` class code examples for functions `setOrderBy` and `addOrderBy` to use their new names. | silverstripe_silverstripe-framework | train |
4d75339c7dff0e54191072ae0ad7d94f3f3275c9 | diff --git a/lib/onelogin/ruby-saml/authrequest.rb b/lib/onelogin/ruby-saml/authrequest.rb
index <HASH>..<HASH> 100644
--- a/lib/onelogin/ruby-saml/authrequest.rb
+++ b/lib/onelogin/ruby-saml/authrequest.rb
@@ -10,6 +10,27 @@ module Onelogin
include REXML
class Authrequest
def create(settings, params = {... | Extracted creation of the SAML authentication request into its own method, which can be called separately for use with a binding other than the HTTP Redirect one. | onelogin_ruby-saml | train |
d65dc71e3868c4b7079610e3cb5de0dc40f4c7b8 | diff --git a/jujuclient/file.go b/jujuclient/file.go
index <HASH>..<HASH> 100644
--- a/jujuclient/file.go
+++ b/jujuclient/file.go
@@ -609,6 +609,13 @@ func (s *store) SetModels(controllerName string, models map[string]ModelDetails)
if ok && details == oldDetails {
continue
}
+ if details.ModelGeneration... | Add ModelGeneration to ModelDetails | juju_juju | train |
e489ccf1e3c3d3e8de94aef95e82806f3b8cd562 | diff --git a/utils/eslint-config/index.js b/utils/eslint-config/index.js
index <HASH>..<HASH> 100644
--- a/utils/eslint-config/index.js
+++ b/utils/eslint-config/index.js
@@ -45,6 +45,7 @@ module.exports = {
exports: 'always-multiline',
functions: 'only-multiline', // awkward comma on multiline function p... | Add new rule to eslint config | WeAreGenki_minna-ui | train |
7f004656dbabc0f1e9c1cfb75cee7bf054a56346 | diff --git a/plugins/provisioners/puppet/config/puppet.rb b/plugins/provisioners/puppet/config/puppet.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/puppet/config/puppet.rb
+++ b/plugins/provisioners/puppet/config/puppet.rb
@@ -101,6 +101,7 @@ module VagrantPlugins
@synced_folder_args = nil if @sy... | (#<I>) Properly finalize structured_facts config option
This commit sets the structured_facts option to nil if its still
UNSET_VALUE at the finalize step. This was causing a bug when the facter
config was set but was not using structured facts. | hashicorp_vagrant | train |
e3fcc61d62a98ea1642ee0746cbf06ba1a510ef4 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
Change log v.0.2.5
+**feature**: circumvents an issue with 'wkhtmltopdf', where sometimes the `endobj` keyword would be missing, causing malformed PDF data. The parser will now attempt to auto... | outfox wkhtmltopdf missing endobj | boazsegev_combine_pdf | train |
d3059ed5345a0bed4f846421c5c7d437109af4fb | diff --git a/abydos/phonetic.py b/abydos/phonetic.py
index <HASH>..<HASH> 100644
--- a/abydos/phonetic.py
+++ b/abydos/phonetic.py
@@ -3131,7 +3131,7 @@ def phonet(word, ml=1):
letters_a_to_z = 'abcdefghijklmnopqrstuvwxyz'
# Output debug information if set True.
- trace = True
+ trace = False
pho... | fixed a few more phonet bugs -- now working with most test cases | chrislit_abydos | train |
41c6d8aec948724397d009b5378914aeafaddb61 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ import logging
setup(
name='ansi2html',
- version='0.7.0',
+ version='0.8.0',
description="Convert text with ANSI color codes to HTML",
long_description=long_description,
author='Ral... | Version bump for "no-dependencies" work. | ralphbean_ansi2html | train |
32e38f9cf89f74238ad0a4a0f927290fb6b9acb5 | diff --git a/ubcpi/static/js/spec/ubcpi_edit_spec.js b/ubcpi/static/js/spec/ubcpi_edit_spec.js
index <HASH>..<HASH> 100644
--- a/ubcpi/static/js/spec/ubcpi_edit_spec.js
+++ b/ubcpi/static/js/spec/ubcpi_edit_spec.js
@@ -383,7 +383,7 @@ describe('PIEdit function', function () {
});
it('should bootstrap angula... | Fix xlbock failed to load when added to the page | ubc_ubcpi | train |
7afc94a1f2dbad12e37b4b910f0c9cc9895ddbdb | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -111,15 +111,11 @@ kalamata.expose = function(model, _opts_) {
}
if(!res.headersSent) {
if(m) {
- return beforeResult.promise || m;
... | Removed a promise that wasn't needed | mikec_kalamata | train |
e770318aada39939a0e998b8bf5dd57fe27db64d | diff --git a/docs/components/Components.js b/docs/components/Components.js
index <HASH>..<HASH> 100644
--- a/docs/components/Components.js
+++ b/docs/components/Components.js
@@ -98,6 +98,10 @@ class Components extends React.Component {
displayValue: 'Progress Bar'
},
... | Adds link to side bar for RestrictFocusToChildrenDocs | mxenabled_mx-react-components | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.