hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e86628c023b050db4b27484457a0abbb17f26f61 | diff --git a/test/acceptance/helpers/output.rb b/test/acceptance/helpers/output.rb
index <HASH>..<HASH> 100644
--- a/test/acceptance/helpers/output.rb
+++ b/test/acceptance/helpers/output.rb
@@ -28,6 +28,12 @@ module Acceptance
@text =~ /There are no installed boxes!/
end
+ # Tests that the output says... | test: `vagrant up` should fail if no Vagranfile is found | hashicorp_vagrant | train |
af3d8a50a2b7deeb9f7fefcb6ae145201b076386 | diff --git a/richtextfx/src/main/java/org/fxmisc/richtext/model/Paragraph.java b/richtextfx/src/main/java/org/fxmisc/richtext/model/Paragraph.java
index <HASH>..<HASH> 100644
--- a/richtextfx/src/main/java/org/fxmisc/richtext/model/Paragraph.java
+++ b/richtextfx/src/main/java/org/fxmisc/richtext/model/Paragraph.java
@... | Remove TODO comment: builder already concats consecutive styles | FXMisc_RichTextFX | train |
ebe3456b97ab00cda2fcf5c9d3bc68c72ede3d8e | diff --git a/test/model_mapper/load_from_models_test.rb b/test/model_mapper/load_from_models_test.rb
index <HASH>..<HASH> 100644
--- a/test/model_mapper/load_from_models_test.rb
+++ b/test/model_mapper/load_from_models_test.rb
@@ -91,28 +91,107 @@ class ModelMapperLoadFromModelsTest < Minitest::Test
]
end
+ ... | Add test case to load_from_models when form is already prefilled | akoltun_form_obj | train |
1b6053c46290b1fb9db213c4019c49773762fd20 | diff --git a/mongoctl/commands/misc/install.py b/mongoctl/commands/misc/install.py
index <HASH>..<HASH> 100644
--- a/mongoctl/commands/misc/install.py
+++ b/mongoctl/commands/misc/install.py
@@ -16,7 +16,7 @@ from mongoctl.errors import MongoctlException
from mongoctl.utils import (
download_url, extract_archiv... | mongoctl uninstall-mongodb: ensure that there are no running processes for the specified mongo installation | mongolab_mongoctl | train |
9c03396893217ef9f94f1e485ef403d3ccc132ad | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
],
},
install_requires=[
- "Pillow>=9.2.0",
+ "Pillow>=8.4.0",
"django-appconf>=1.0.5",
],
zip_safe=False, | only require Pillow <I> as that is what is available for Python <I> | grantmcconnaughey_django-avatar | train |
1f3f67e49dcbb5b58836cf9957153aeddd2f7bcd | diff --git a/pymatgen/io/vasp/inputs.py b/pymatgen/io/vasp/inputs.py
index <HASH>..<HASH> 100644
--- a/pymatgen/io/vasp/inputs.py
+++ b/pymatgen/io/vasp/inputs.py
@@ -1045,7 +1045,7 @@ class Kpoints(MSONable):
Returns:
Kpoints
"""
- comment = "pymatgen generated KPOINTS with grid d... | modify KPOINTS file comment to more clearly indicate runs w/new kpoint scheme | materialsproject_pymatgen | train |
969ba5c7edfdca1d97a836e9549d80ce547a86a0 | diff --git a/integration-cli/docker_cli_help_test.go b/integration-cli/docker_cli_help_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_help_test.go
+++ b/integration-cli/docker_cli_help_test.go
@@ -6,6 +6,7 @@ import (
"runtime"
"strings"
"testing"
+ "unicode"
)
func TestMainHelpWidth(t *... | Make checking of help text smarter
As I was reworking <URL> | containers_storage | train |
a10d2e09b9e954fe04a460f48f45f46aa2f3c996 | diff --git a/OpenPNM/Algorithms/__Tortuosity__.py b/OpenPNM/Algorithms/__Tortuosity__.py
index <HASH>..<HASH> 100644
--- a/OpenPNM/Algorithms/__Tortuosity__.py
+++ b/OpenPNM/Algorithms/__Tortuosity__.py
@@ -18,6 +18,7 @@ import OpenPNM.Network
from OpenPNM.Base import logging
logger = logging.getLogger(__name__)
+
... | Pep8ified Tortuosity | PMEAL_OpenPNM | train |
30b9918fe3fd52192746384235db96ee2bcf8c5f | diff --git a/shell.js b/shell.js
index <HASH>..<HASH> 100644
--- a/shell.js
+++ b/shell.js
@@ -713,4 +713,4 @@ function createShell(options) {
return shell
}
-module.exports = createShell
\ No newline at end of file
+module.exports = createShell | Add missing newline to end of file | mikolalysenko_game-shell | train |
2e5af37a912f0de6dcfab62f15dd4be135d07b91 | diff --git a/addon/-private/raf-admin.js b/addon/-private/raf-admin.js
index <HASH>..<HASH> 100644
--- a/addon/-private/raf-admin.js
+++ b/addon/-private/raf-admin.js
@@ -123,7 +123,8 @@ export function startRAF(
{ scrollableArea, viewportTolerance, viewportSpy },
enterCallback,
exitCal... | Forgot removeRAF in recursive fn (#<I>) | DockYard_ember-in-viewport | train |
9ab3609d33fab4288346f2d415b268be3c2383c2 | diff --git a/bin/cloud-compile b/bin/cloud-compile
index <HASH>..<HASH> 100755
--- a/bin/cloud-compile
+++ b/bin/cloud-compile
@@ -20,7 +20,7 @@ EOS
@loaded_clouds.each do |cld|
cld.compile
- cld.output_resources_graph('png', "graph", {"fontsize" => 30})
+ cld.output_resources_gr... | Fixed tests, apache plugin, virtual-host and added graphing into cloud configure | auser_poolparty | train |
62330e538c01e116d8b10d9542d03b6c7ddd4aae | diff --git a/Neos.Flow/Classes/Http/Client/CurlEngine.php b/Neos.Flow/Classes/Http/Client/CurlEngine.php
index <HASH>..<HASH> 100644
--- a/Neos.Flow/Classes/Http/Client/CurlEngine.php
+++ b/Neos.Flow/Classes/Http/Client/CurlEngine.php
@@ -57,7 +57,6 @@ class CurlEngine implements RequestEngineInterface
*
* ... | !!! TASK: remove @api annotation from RequestEngines
We suggest to use the Browser as api as the request engines may be removed or altered in future. | neos_flow-development-collection | train |
26fa7cdb15ffa6036bb85ba3152ed0641ec4833b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python
-from setuptools import setup
+from setuptools import setup, find_packages
setup(
name='edx-organizations',
version='0.1.6',
- description='Significant events module for ... | mattdrayer/setup-find-packages: Switch to dynamic package locator
* Also updated description | edx_edx-organizations | train |
857e2da8cc80d89344db2370efec17a9a0c4cb36 | diff --git a/backbone.js b/backbone.js
index <HASH>..<HASH> 100644
--- a/backbone.js
+++ b/backbone.js
@@ -796,7 +796,7 @@
for (var i = 0, l = this.models.length; i < l; i++) {
this._removeReference(this.models[i]);
}
- options.previousModels = this.models;
+ options.previousModels = _.... | trying with faster array reset code (see <URL>) | jashkenas_backbone | train |
3f8742f4b27a01d6cd0b1588d6bec6f8f50d97ef | diff --git a/packages/client/src/classes/client.js b/packages/client/src/classes/client.js
index <HASH>..<HASH> 100644
--- a/packages/client/src/classes/client.js
+++ b/packages/client/src/classes/client.js
@@ -1,8 +1,4 @@
'use strict';
-
-/**
- * Dependencies
- */
const axios = require('axios');
const pkg = require... | feat: console warning added when using an invalid API key (#<I>) | sendgrid_sendgrid-nodejs | train |
3f76657769746891c652c5de1ec9809e27f0123d | diff --git a/safe/datastore/folder.py b/safe/datastore/folder.py
index <HASH>..<HASH> 100644
--- a/safe/datastore/folder.py
+++ b/safe/datastore/folder.py
@@ -215,7 +215,7 @@ class Folder(DataStore):
vector_layer,
output.absoluteFilePath(),
'utf-8',
- vector_layer.crs()... | QGIS API pass QgsCoordinateTransform to file writer | inasafe_inasafe | train |
5b4a4672275613661ceebbe6012109a77a5aa9a8 | diff --git a/bench/format/plot.py b/bench/format/plot.py
index <HASH>..<HASH> 100644
--- a/bench/format/plot.py
+++ b/bench/format/plot.py
@@ -149,8 +149,9 @@ class TimeSeriesCollection():
labels = []
hists = []
for series, color in zip(self.data.iteritems(), colors):
- if series[1... | Fix a bug with reporting bad guy stats. | rethinkdb_rethinkdb | train |
584f03e560144124673155556ab9cfe27ae6cc85 | diff --git a/src/main/java/org/mockito/Mockito.java b/src/main/java/org/mockito/Mockito.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mockito/Mockito.java
+++ b/src/main/java/org/mockito/Mockito.java
@@ -1394,7 +1394,6 @@ import org.mockito.verification.VerificationWithTimeout;
* <h3 id="41">41. <a class="... | Moved the most important new API to the top | mockito_mockito | train |
fbbea1f614aaf69943c82271a37ec78623c362f7 | diff --git a/html5lib/filters/lint.py b/html5lib/filters/lint.py
index <HASH>..<HASH> 100644
--- a/html5lib/filters/lint.py
+++ b/html5lib/filters/lint.py
@@ -33,11 +33,15 @@ class Filter(_base.Filter):
raise LintError("Non-void element reported as EmptyTag token: %(tag)s" % {"tag": token["name"]})... | Update lint filter for namespaced attributes | html5lib_html5lib-python | train |
420aa66de586bcb1ea72155a0a7da89f12a4190d | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java b/findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/BugInstance.java
@@ -1127,7 +1127,7 @@ public class BugInstanc... | #<I> Always show "rank" attribute in XML.
Based on contribution from "JVS" user:
I run FindBugs from the command-line and process the XML with other
tools. I find it useful to have the "rank" attribute for each
BugInstance in the XML. | spotbugs_spotbugs | train |
b4535415476fbcda8e54012b93d041b16f04a01e | diff --git a/test/Helper/Mocker/MockDaemon.php b/test/Helper/Mocker/MockDaemon.php
index <HASH>..<HASH> 100644
--- a/test/Helper/Mocker/MockDaemon.php
+++ b/test/Helper/Mocker/MockDaemon.php
@@ -13,7 +13,7 @@ class MockDaemon implements DaemonInterface
return $this->delegateCall('run', func_get_args());
}... | Updated mock of daemon interface in test suite | PHPFastCGI_FastCGIDaemon | train |
6d608b738111dadea2ded472612313528ebdd4d3 | diff --git a/Qt.py b/Qt.py
index <HASH>..<HASH> 100644
--- a/Qt.py
+++ b/Qt.py
@@ -1027,7 +1027,7 @@ _misplaced_members = {
"QtGui.QPrintPreviewWidget": "QtPrintSupport.QPrintPreviewWidget",
"QtGui.QPrinter": "QtPrintSupport.QPrinter",
"QtGui.QPrinterInfo": "QtPrintSupport.QPrinterInfo",
- ... | Removing the pyqtSignature because it doesn't have a newstyle replacement | mottosso_Qt.py | train |
350c0f45bc0d8ea58f368c75cd29d45c5cea81b4 | diff --git a/symphony/lib/toolkit/data-sources/datasource.section.php b/symphony/lib/toolkit/data-sources/datasource.section.php
index <HASH>..<HASH> 100755
--- a/symphony/lib/toolkit/data-sources/datasource.section.php
+++ b/symphony/lib/toolkit/data-sources/datasource.section.php
@@ -45,7 +45,17 @@
$fieldPool... | Issue #<I>: Problem associated with adding multiple entry ids to param pool. This effects fields with multi-select characteristics | symphonycms_symphony-2 | train |
471a19ee6129b35a64c2965b87896729b8204d3f | diff --git a/geomdl/BSpline.py b/geomdl/BSpline.py
index <HASH>..<HASH> 100644
--- a/geomdl/BSpline.py
+++ b/geomdl/BSpline.py
@@ -950,13 +950,21 @@ class Surface(object):
self._reset_surface()
self._reset_ctrlpts()
+ # Degree must be set before setting the control points
if self._de... | Add control points list size checks to set_ctrlpts | orbingol_NURBS-Python | train |
3491a2bc2b99071e941daf13e6b6e28a8e589b2f | diff --git a/controllers/DefaultController.php b/controllers/DefaultController.php
index <HASH>..<HASH> 100644
--- a/controllers/DefaultController.php
+++ b/controllers/DefaultController.php
@@ -22,7 +22,7 @@ class DefaultController extends \luya\base\Controller
}
$containers = [];
- foreach ... | added phpdocs, changed getAll to getElements | luyadev_luya-module-styleguide | train |
86e08a3fae16817770d8d09c55ef8b86f2677cd3 | diff --git a/src/level/TMXLayer.js b/src/level/TMXLayer.js
index <HASH>..<HASH> 100644
--- a/src/level/TMXLayer.js
+++ b/src/level/TMXLayer.js
@@ -12,9 +12,9 @@
*/
function initArray(layer) {
// initialize the array
- layer.layerData = [];
+ layer.layerData = new Array(layer.cols);
... | pre-allocate the array since the size is known
this will create a "small array" type under V8 and should be better optimized. | melonjs_melonJS | train |
77603f7284cb488ab94bd5cf305fff56960d08db | diff --git a/lib/engineyard/version.rb b/lib/engineyard/version.rb
index <HASH>..<HASH> 100644
--- a/lib/engineyard/version.rb
+++ b/lib/engineyard/version.rb
@@ -1,3 +1,3 @@
module EY
- VERSION = '2.0.0.pre5'
+ VERSION = '2.0.0.pre5.1'
end | Bump for prerelease <I>.pre<I>
because I screwed up the last pre5 | engineyard_engineyard | train |
30ce92babd8087b1c9573742b7a7e72af6a90d9f | diff --git a/MIMAS.py b/MIMAS.py
index <HASH>..<HASH> 100644
--- a/MIMAS.py
+++ b/MIMAS.py
@@ -26,7 +26,7 @@ except ImportError:
#globals
filewcs=None
-#@profile
+@profile
def maskfile(regionfile,infile,outfile):
"""
Created a masked version of file, using region.
@@ -50,12 +50,13 @@ def maskfile(regionf... | fixed a bug where the mask was not being applied correctly | PaulHancock_Aegean | train |
ad352b58987808d1ab1e1328fe82930878df3323 | diff --git a/aurelia-bootstrap-tagsinput/dist/amd/abp-tags-input.js b/aurelia-bootstrap-tagsinput/dist/amd/abp-tags-input.js
index <HASH>..<HASH> 100644
--- a/aurelia-bootstrap-tagsinput/dist/amd/abp-tags-input.js
+++ b/aurelia-bootstrap-tagsinput/dist/amd/abp-tags-input.js
@@ -106,7 +106,7 @@ define(['exports', 'aurel... | rebuilt package according to PR #<I> to fix exception in Aurelia-Bootstrap-Tagsinput | ghiscoding_Aurelia-Bootstrap-Plugins | train |
01682fe322bb0f6e3c0cdb00c76aa02a9c312aca | diff --git a/src/Models/User.php b/src/Models/User.php
index <HASH>..<HASH> 100644
--- a/src/Models/User.php
+++ b/src/Models/User.php
@@ -17,6 +17,7 @@ use Watson\Validating\ValidatingTrait;
* @property string $password
* @property string $remember_token
* @property string $email
+ * @pro... | Added annotation for $api_key property | CachetHQ_Cachet | train |
70d16fe321035bcccac571c4509db715efd5e8d0 | diff --git a/airtest/core/ios/ios.py b/airtest/core/ios/ios.py
index <HASH>..<HASH> 100644
--- a/airtest/core/ios/ios.py
+++ b/airtest/core/ios/ios.py
@@ -8,6 +8,7 @@ import time
import json
import base64
import wda
+import traceback
if six.PY3:
from urllib.parse import urljoin
@@ -93,8 +94,11 @@ class IOS(D... | Merge branch 'jiyun' into 'master'
fix ios orientation
See merge request maki/airtest!1
(cherry picked from commit <I>a<I>e3e6f2ca<I>d2b<I>c<I>a<I>fbbfa<I>) | AirtestProject_Airtest | train |
63e36f64c0cce83c50a70dadeb46d8f40bc650bc | diff --git a/libpagure/libpagure.py b/libpagure/libpagure.py
index <HASH>..<HASH> 100644
--- a/libpagure/libpagure.py
+++ b/libpagure/libpagure.py
@@ -412,11 +412,13 @@ class Pagure(object):
return return_value
- def change_issue_status(self, issue_id, new_status):
+ def change_issue_status(self, iss... | change_issue_state: add "close_status" option
close_status option allows libpagure users to specifiy reason why issue has been closed | yangl1996_libpagure | train |
cd0752a5165658560dc2892d114784df2bcda97a | diff --git a/profile/profile_default/static/custom/custom.js b/profile/profile_default/static/custom/custom.js
index <HASH>..<HASH> 100644
--- a/profile/profile_default/static/custom/custom.js
+++ b/profile/profile_default/static/custom/custom.js
@@ -3454,12 +3454,18 @@ require(["widgets/js/widget"], function (WidgetMa... | Moved some code around to hopefully reduce timing bugs | genepattern_genepattern-notebook | train |
830ffe637f1e0500bda92df6cff6e82bac94c5b2 | diff --git a/Gulpfile.js b/Gulpfile.js
index <HASH>..<HASH> 100644
--- a/Gulpfile.js
+++ b/Gulpfile.js
@@ -226,34 +226,34 @@ gulp.task('test', ['connect'], function() {
Release Tasks:
gulp release is run on postpublish and automatically pushes the contents of /dist
-to https://github.com/epicmiller/reboundjs-dist f... | Fixed release gulp task after repository migration to ReboundJS organization | reboundjs_rebound | train |
f2707fad18751d8bf899df92ce24e343a7ba259a | diff --git a/pql/token.go b/pql/token.go
index <HASH>..<HASH> 100644
--- a/pql/token.go
+++ b/pql/token.go
@@ -38,6 +38,7 @@ var tokens = [...]string{
IDENT: "IDENT",
NUMBER: "NUMBER",
+ FLOAT: "FLOAT",
ALL: "ALL", | update tokens string map to include FLOAT | pilosa_pilosa | train |
0484f0fbf45387235744b99f8c720d3c62f2537d | diff --git a/jdbc4/src/main/java/org/javasimon/jdbcx4/SimonConnectionPoolDataSource.java b/jdbc4/src/main/java/org/javasimon/jdbcx4/SimonConnectionPoolDataSource.java
index <HASH>..<HASH> 100644
--- a/jdbc4/src/main/java/org/javasimon/jdbcx4/SimonConnectionPoolDataSource.java
+++ b/jdbc4/src/main/java/org/javasimon/jdb... | fixed typo in the property name in error messages | virgo47_javasimon | train |
b3db8f47cc6180783f0798f6cefadedf3a5db44f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,8 +3,6 @@
from setuptools import setup
-with open('README.rst') as readme_file:
- readme = readme_file.read()
with open('HISTORY.rst') as history_file:
history = history_file.read()
@@ -19,7 +17,7 @@ setup(
... | Changed long description to setup.py | potash_drain | train |
0c5023be30eb4972813b91191defc23bc231ff33 | diff --git a/vyper/context/types/function.py b/vyper/context/types/function.py
index <HASH>..<HASH> 100644
--- a/vyper/context/types/function.py
+++ b/vyper/context/types/function.py
@@ -1,3 +1,4 @@
+import warnings
from collections import OrderedDict
from typing import Any, Dict, Optional, Tuple, Union
@@ -185,6 +... | review: Add warning about constant decorator being used | ethereum_vyper | train |
9753b459c08f932e0da71da4d78a26b18af96154 | diff --git a/pkg/util/labels.go b/pkg/util/labels.go
index <HASH>..<HASH> 100644
--- a/pkg/util/labels.go
+++ b/pkg/util/labels.go
@@ -179,9 +179,14 @@ func addDeploymentConfigNestedLabels(obj *deployapi.DeploymentConfig, labels lab
}
func addDeploymentConfigNestedAnnotations(obj *deployapi.DeploymentConfig, annota... | Added a check for empty template in DeployConfig | openshift_origin | train |
f319df671cd865663d769f84329d5ef689b488d4 | diff --git a/src/test/java/hex/DeepLearningProstateTest.java b/src/test/java/hex/DeepLearningProstateTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/hex/DeepLearningProstateTest.java
+++ b/src/test/java/hex/DeepLearningProstateTest.java
@@ -238,12 +238,6 @@ public class DeepLearningProstateTest extends TestUt... | Add Mid-size test, only active for nightly tests. Disabled from ./build.sh. | h2oai_h2o-2 | train |
f7c0549d2f2e875eb8c63161f62e7a9b42f6f938 | diff --git a/CssCrush.php b/CssCrush.php
index <HASH>..<HASH> 100644
--- a/CssCrush.php
+++ b/CssCrush.php
@@ -4,7 +4,7 @@
* CSS Crush
* Extensible CSS preprocessor
*
- * @version 1.5
+ * @version 1.5.1-beta
* @link https://github.com/peteboere/css-crush
* @license http://www.opensource.org/li... | Fixed issue with selector grouping and inheritance in combination | peteboere_css-crush | train |
67dda6c4aab90cc75a4b24707c6214c8fbc3d004 | diff --git a/datajoint/table.py b/datajoint/table.py
index <HASH>..<HASH> 100644
--- a/datajoint/table.py
+++ b/datajoint/table.py
@@ -267,10 +267,10 @@ class Table(QueryExpression):
def insert1(self, row, **kwargs):
"""
- Insert one data record into the table..
+ Insert one data record in... | docstring improvement in datajoint/table.py | datajoint_datajoint-python | train |
5b5e440dfbdc12b958d277bfe0ca4ba7b8c5d68d | diff --git a/DependencyInjection/ExtraExtension.php b/DependencyInjection/ExtraExtension.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/ExtraExtension.php
+++ b/DependencyInjection/ExtraExtension.php
@@ -4,6 +4,7 @@ namespace Sensio\Bundle\FrameworkExtraBundle\DependencyInjection;
use Symfony\Component\De... | [DependencyInjection] fixed ExtraExtension to reflect last changes in the Symfony2 DI component | sensiolabs_SensioFrameworkExtraBundle | train |
5993f0cf2a8b35599d0d3fdd5593144748d10ca0 | diff --git a/client/js/templating.js b/client/js/templating.js
index <HASH>..<HASH> 100644
--- a/client/js/templating.js
+++ b/client/js/templating.js
@@ -788,7 +788,7 @@ qq.Templating = function(spec) {
},
isEditIcon: function(el) {
- return qq(el).hasClass(selectorClasses.editNameIcon);... | feat(ui-updates): fix click event handling for new gallery view btns - take 2
Check parent node as well when attempting to identify if a particular button has been clicked. We are using delegated event handlers here to ensure the number of handlers does not increase with the number of submitted files.
#<I> | FineUploader_fine-uploader | train |
86d6b0ce05307ea499feea5b5d198da6c5e22abd | diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb
index <HASH>..<HASH> 100644
--- a/lib/mixlib/shellout.rb
+++ b/lib/mixlib/shellout.rb
@@ -1,6 +1,6 @@
#--
# Author:: Daniel DeLeo (<dan@chef.io>)
-# Copyright:: Copyright (c) 2010-2016 Chef Software, Inc.
+# Copyright:: Copyright (c) Chef Software Inc.
# L... | Remove copyright dates
This is <I>% just to force a new build since <I> was build off the master branch and not main, which caused some old code to ship. We need a <I> | chef_mixlib-shellout | train |
f878f98d81bf3f14c9cae3597187ef2886c0985b | diff --git a/lib/Elastica/ResultSet.php b/lib/Elastica/ResultSet.php
index <HASH>..<HASH> 100644
--- a/lib/Elastica/ResultSet.php
+++ b/lib/Elastica/ResultSet.php
@@ -58,6 +58,11 @@ class ResultSet implements \Iterator, \Countable
protected $_totalHits = 0;
/**
+ * @var float
+ */
+ protected $_m... | Adding MaxScore information to ResultSet | ruflin_Elastica | train |
8f10f4d110b29b787d77a3814f0d869278fad875 | diff --git a/jss/jssobjects.py b/jss/jssobjects.py
index <HASH>..<HASH> 100644
--- a/jss/jssobjects.py
+++ b/jss/jssobjects.py
@@ -660,6 +660,32 @@ class OSXConfigurationProfile(Container):
elif isinstance(category, basestring):
name.text = category
+ def add_payloads(self, payloads_contents)... | OSXConfigurationProfiles supports add_payloads to add the embedded config profile
(cherry picked from commit <I>e9ee0ec<I>abd<I>d8c0f<I>f<I>) | jssimporter_python-jss | train |
40698f0f0f54f5805f3045e57a3de00a24a21ab1 | diff --git a/m9dicts/__init__.py b/m9dicts/__init__.py
index <HASH>..<HASH> 100644
--- a/m9dicts/__init__.py
+++ b/m9dicts/__init__.py
@@ -3,7 +3,8 @@
:synopsis: dict-like objects support recursive merge operations
"""
from .globals import (
- MS_REPLACE, MS_NO_REPLACE, MS_DICTS, MS_DICTS_AND_LISTS, MERGE_STRA... | change: move and rename from m9dicts.api.NAMEDTUPLE_CLS_KEY to
m9dicts.globals.NTPL_CLS_KEY, and export it. | ssato_python-anyconfig | train |
1a8764db9a5f8156034fa828b5513adac1cea0c7 | diff --git a/executor/executor_garden_test.go b/executor/executor_garden_test.go
index <HASH>..<HASH> 100644
--- a/executor/executor_garden_test.go
+++ b/executor/executor_garden_test.go
@@ -15,7 +15,7 @@ import (
"code.cloudfoundry.org/executor"
"code.cloudfoundry.org/executor/gardenhealth"
executorinit "code.cl... | update import paths for go-loggregator client <I> | cloudfoundry_inigo | train |
c195d9bb96006b473e3fd14720c0f07be29a7a79 | diff --git a/values.go b/values.go
index <HASH>..<HASH> 100644
--- a/values.go
+++ b/values.go
@@ -8,7 +8,6 @@ import (
"strconv"
"strings"
"time"
- "unsafe"
)
// PostgreSQL oids for common types
@@ -892,8 +891,7 @@ func decodeFloat4(vr *ValueReader) float32 {
}
i := vr.ReadInt32()
- p := unsafe.Poin... | Remove unsafe package from float/int conversions | jackc_pgx | train |
e738afb461fea92f739d01fdf665a553434c2900 | diff --git a/main.js b/main.js
index <HASH>..<HASH> 100644
--- a/main.js
+++ b/main.js
@@ -307,9 +307,9 @@ module.exports = function() {
- var compileSystem = function(systemId, platform, cb) {
+ var compileSystem = function(systemId, cb) {
cbt.trackById('system compile', cb);
- write('system', 'compile... | updated compile api, removed target name requirement | nearform_nscale-sdk | train |
ff4c6fe7afd1c17a655e4b13d06f70901680288d | diff --git a/class.contextio.php b/class.contextio.php
index <HASH>..<HASH> 100644
--- a/class.contextio.php
+++ b/class.contextio.php
@@ -326,7 +326,7 @@ class ContextIO {
* @return ContextIOResponse
*/
public function threadInfo($account, $params) {
- $params = $this->_filterParams($params, array('gmailthrea... | allow emailmessageid param from threadinfo | contextio_PHP-ContextIO | train |
a78fba1fda6bc7dec7dc656a4e56975c06fbcfb9 | diff --git a/pyrpm/spec.py b/pyrpm/spec.py
index <HASH>..<HASH> 100644
--- a/pyrpm/spec.py
+++ b/pyrpm/spec.py
@@ -107,7 +107,7 @@ class _List(_Tag):
context['current_subpackage'] = package
package.is_subpackage = True
spec_obj.packages.append(package)
- elif self.name in [... | Add test for Requirement class | bkircher_python-rpm-spec | train |
e603a6daa69a34d703e961638bb3cebb2ddadc05 | diff --git a/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java b/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java
index <HASH>..<HASH> 100644
--- a/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java
+++ b/org.jgrapes.io/src/org/jgrapes/io/util/LinkedIOSubchannel.java
@@ -18,7 +18,... | Removed left over WeakReference. | mnlipp_jgrapes | train |
f915007f27e4cc9a440ff055548fdb0cdfdbf5c2 | diff --git a/src/Url.php b/src/Url.php
index <HASH>..<HASH> 100755
--- a/src/Url.php
+++ b/src/Url.php
@@ -33,7 +33,7 @@ class Url implements \Mwyatt\Core\UrlInterface, \JsonSerializable
$installPath = reset($installPathQueryParts);
$path = str_replace($install, '', ltrim($installPath, '/'));
... | override base url to make relative for proxy urls | mwyatt_core | train |
04746a3f8a7e2cc9f78ee0f0e4f063df0465a8e3 | diff --git a/src/webroot/cms/media-library/MediaLibraryAuthorizationAccessPolicy.php b/src/webroot/cms/media-library/MediaLibraryAuthorizationAccessPolicy.php
index <HASH>..<HASH> 100644
--- a/src/webroot/cms/media-library/MediaLibraryAuthorizationAccessPolicy.php
+++ b/src/webroot/cms/media-library/MediaLibraryAuthori... | Bug #<I>: Action 'lib' was not found
git-svn-id: <URL> | sitesupra_sitesupra | train |
693768e0a8af72d20adcaf60d1a3995476f441b6 | diff --git a/db/alchemy/db_utils.py b/db/alchemy/db_utils.py
index <HASH>..<HASH> 100644
--- a/db/alchemy/db_utils.py
+++ b/db/alchemy/db_utils.py
@@ -93,6 +93,14 @@ def get_uiapi_writer_session():
os.environ.get("OQ_DB_UIAPI_WRITER_PWD"))
+def get_uiapi_reader_session():
+ """Retu... | Use the reader user to get hazard artifacts from DB. | gem_oq-engine | train |
c3b9ce1ecc9f1eeddc8dba31cfa087dadf0aa244 | diff --git a/alerta/alert/severity.py b/alerta/alert/severity.py
index <HASH>..<HASH> 100644
--- a/alerta/alert/severity.py
+++ b/alerta/alert/severity.py
@@ -5,6 +5,14 @@ See ITU-T perceived severity model M.3100 and CCITT Rec X.736
http://tools.ietf.org/html/rfc5674
http://www.itu.int/rec/T-REC-M.3100
http://www.i... | colourised logging to stderr | alerta_alerta | train |
d3f1420d1a045785ea062a6835ca373b2a680112 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -180,7 +180,7 @@ var createGranularEngine = function createGranularEngine(audioBuffer, optName) {
this.position = position;
return this;
} else {
- console.log("Position is out o... | Fixed minor details in errors and dependencies. | wavesjs_waves-masters | train |
77c4232236b6e1da533b2fa98b20046888a2b93f | diff --git a/bip39_test.go b/bip39_test.go
index <HASH>..<HASH> 100644
--- a/bip39_test.go
+++ b/bip39_test.go
@@ -3,6 +3,7 @@ package bip39
import (
"crypto/rand"
"encoding/hex"
+ "strings"
"testing"
)
@@ -77,10 +78,17 @@ func TestValidateEntropyWithChecksumBitSize(t *testing.T) {
assertNotNil(t, err)
... | TESTS: Excersize EntropySizeErr.Error() in tests. | tyler-smith_go-bip39 | train |
1bc04690e4ef43b427ed2d661c256ae3640cc559 | diff --git a/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java b/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java
index <HASH>..<HASH> 100644
--- a/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java
+++ b/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.ja... | TFJ-<I> send Connection: close only on Android platform | Twitter4J_Twitter4J | train |
086d1daac6b5880807e3602f7ae317506f0b9db2 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -25,7 +25,7 @@ class Application extends Silex\Application
public function __construct(array $values = array())
{
$values['bolt_version'] = '2.0.0';
- $valu... | Bump the version to <I> RC 4 | bolt_bolt | train |
7f302fe2de0bca58bee81a656506c26de991cb0d | diff --git a/src/PhpCodeQualityTools.php b/src/PhpCodeQualityTools.php
index <HASH>..<HASH> 100644
--- a/src/PhpCodeQualityTools.php
+++ b/src/PhpCodeQualityTools.php
@@ -10,5 +10,5 @@ namespace Bitban\PhpCodeQualityTools;
class PhpCodeQualityTools
{
const APP_NAME = 'Bitban Technologies PHP Code Quality Tools';... | Update tool version to <I> | bitban_php-code-quality-tools | train |
5d454f59e4ecaecfd7591a1677d34eb6d777335e | diff --git a/tests/test_reader.py b/tests/test_reader.py
index <HASH>..<HASH> 100644
--- a/tests/test_reader.py
+++ b/tests/test_reader.py
@@ -99,10 +99,7 @@ def test_messages():
assert not reader.is_starved
reader.close()
- try:
- reader.start()
- except NSQ... | Readers no longer raise socket errors on close. | wtolson_gnsq | train |
296cb36f62420fae63f9065bcf0ac33f56082be1 | diff --git a/latex2mathml/commands.py b/latex2mathml/commands.py
index <HASH>..<HASH> 100644
--- a/latex2mathml/commands.py
+++ b/latex2mathml/commands.py
@@ -98,6 +98,7 @@ DETERMINANT = r"\det"
GCD = r"\gcd"
HLINE = r"\hline"
+HDASHLINE = r"\hdashline"
CASES = r"\cases"
DISPLAYLINES = r"\displaylines"
diff --g... | ✨ Support \hdashline (#<I>) | roniemartinez_latex2mathml | train |
ea67b9f0df08fcd0a4dbf31647a5dabf9d7ce251 | diff --git a/gphoto2cffi/backend.py b/gphoto2cffi/backend.py
index <HASH>..<HASH> 100644
--- a/gphoto2cffi/backend.py
+++ b/gphoto2cffi/backend.py
@@ -3,7 +3,7 @@ import logging
from enum import IntEnum
from . import errors
-from _backend import ffi, lib as _lib
+from ._backend import ffi, lib as _lib
#: Root ... | Put shared library into gphoto2cffi namespace (fixes #<I>) | jbaiter_gphoto2-cffi | train |
95d83e96cb518134113e5f50437bb77460ed08bc | diff --git a/Classes/ViewHelpers/VarViewHelper.php b/Classes/ViewHelpers/VarViewHelper.php
index <HASH>..<HASH> 100644
--- a/Classes/ViewHelpers/VarViewHelper.php
+++ b/Classes/ViewHelpers/VarViewHelper.php
@@ -28,26 +28,52 @@ namespace BK2K\BootstrapPackage\ViewHelpers;
**********************************************... | [TASK] Make VarViewHelper compilable | benjaminkott_bootstrap_package | train |
075c98ed8e951ea68105be1102df65c7ebf32120 | diff --git a/code/Controllers/OldPageRedirector.php b/code/Controllers/OldPageRedirector.php
index <HASH>..<HASH> 100644
--- a/code/Controllers/OldPageRedirector.php
+++ b/code/Controllers/OldPageRedirector.php
@@ -29,7 +29,7 @@ class OldPageRedirector extends Extension
$getvars = $request->getVars();
... | Change self:: to static:: for better extensibility | silverstripe_silverstripe-cms | train |
8664b6b43f3573f45be580456832ea1d6dc8addf | diff --git a/js/src/forum/components/TagDiscussionModal.js b/js/src/forum/components/TagDiscussionModal.js
index <HASH>..<HASH> 100644
--- a/js/src/forum/components/TagDiscussionModal.js
+++ b/js/src/forum/components/TagDiscussionModal.js
@@ -71,11 +71,11 @@ export default class TagDiscussionModal extends Modal {
... | Comply with bypassTagCounts permission in UI (#<I>) | flarum_tags | train |
9bd1724aeecec7e438105a69c8d5f26dc3bcf1cf | diff --git a/axes/models.py b/axes/models.py
index <HASH>..<HASH> 100644
--- a/axes/models.py
+++ b/axes/models.py
@@ -38,4 +38,4 @@ class AccessLog(CommonAccess):
logout_time = models.DateTimeField(null=True, blank=True)
def __unicode__(self):
- return u'Access Log for %s @ %s' % (self.user, self.at... | Should be username not user, I think | jazzband_django-axes | train |
e346c017f4946b53ee9a991fb25a4d3d16d85b09 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/OAbstractPaginatedStorage.java b/core/src/main/java/com/orientechnologies/orient/core/storage/impl/local/OAbstractPaginatedStorage.java
index <HASH>..<HASH> 100755
--- a/core/src/main/java/com/orientechnologies/orient/core/storage/impl... | Informaiton about OrientDB version is printed when DB is created. | orientechnologies_orientdb | train |
b8c2366252063680db049dab472ecc6ece5a439c | diff --git a/src/app/actions/mzidtsv/isonormalize.py b/src/app/actions/mzidtsv/isonormalize.py
index <HASH>..<HASH> 100644
--- a/src/app/actions/mzidtsv/isonormalize.py
+++ b/src/app/actions/mzidtsv/isonormalize.py
@@ -9,8 +9,9 @@ def calc_psm_ratios(psm, channels, denom_channels, min_intensity):
psm_intensity = {... | Fix bug where if one of denominator channel values has NA then the denominator becomes too small because divide by a fixed amount of channels | glormph_msstitch | train |
8e06940a88ea04d1639285988f945b5e922e7c6a | diff --git a/metrics.go b/metrics.go
index <HASH>..<HASH> 100644
--- a/metrics.go
+++ b/metrics.go
@@ -17,10 +17,11 @@ package go_kafka_client
import (
"fmt"
- metrics "github.com/rcrowley/go-metrics"
"io"
"strings"
"time"
+
+ metrics "github.com/rcrowley/go-metrics"
)
type ConsumerMetrics struct {
@@ -4... | First pass at encapsulating currentBatch in a locked data structure | elodina_go_kafka_client | train |
f98dc6fe5d8a363476426ba43028a41bfbac3ffc | diff --git a/libreantdb/api.py b/libreantdb/api.py
index <HASH>..<HASH> 100644
--- a/libreantdb/api.py
+++ b/libreantdb/api.py
@@ -46,7 +46,33 @@ def collectStrings(leftovers):
class DB(object):
'''
- this class contains every query method and every operation on the index
+ This class contains every query... | [docs] provide elasticsearch document structure
fixes #<I> | insomnia-lab_libreant | train |
7eb45ba78416cde905582b64ddd88f486601b912 | diff --git a/phpsec.class.php b/phpsec.class.php
index <HASH>..<HASH> 100644
--- a/phpsec.class.php
+++ b/phpsec.class.php
@@ -707,10 +707,13 @@ class phpsec {
$td = mcrypt_module_open($data['algo'], '', $data['mode'], '');
mcrypt_generic_init($td, $key, base64_decode($data['iv']));
- $decrypted = mdecry... | Remove padding of encrypted data. Also check that the original
serialized data hash matches the serialized data hash after
decryption. | phpsec_phpSec | train |
072a592cc954a1484320c97cc6a06eb5221a960e | diff --git a/js/angular/services/foundation.core.animation.js b/js/angular/services/foundation.core.animation.js
index <HASH>..<HASH> 100644
--- a/js/angular/services/foundation.core.animation.js
+++ b/js/angular/services/foundation.core.animation.js
@@ -65,7 +65,7 @@
}, 3000);
function eventHandler(e) ... | Update foundation.core.animation.js | base-apps_angular-base-apps | train |
fda762e5ea5e5edb6dc67557c96bbf3337fdc0ca | diff --git a/lib/short-doc-url.js b/lib/short-doc-url.js
index <HASH>..<HASH> 100644
--- a/lib/short-doc-url.js
+++ b/lib/short-doc-url.js
@@ -4,6 +4,9 @@ const locale = require('./locale');
const isCI = require('ci-info').isCI;
const inGFW = locale === 'zh_CN' && (isCI || new Date().getTimezoneOffset() === -480);
c... | Added shortUrl locale check for not "zh_CN" to use goo.gl shortener (#<I>)
* Added shortUrl locale check for "en" to use goo.gl shortener
* use goo.gl for not "zh_CN" | gucong3000_gulp-reporter | train |
351fc76bbaa7256259b43897f8f807699e2d54b8 | diff --git a/config/bootstrap.php b/config/bootstrap.php
index <HASH>..<HASH> 100644
--- a/config/bootstrap.php
+++ b/config/bootstrap.php
@@ -18,6 +18,6 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
-require_once dirname(__DIR__) . DS . '..' . DS . 'CakeResque.php';
+req... | Fix the require path of CakeResque.php | wa0x6e_Cake-Resque | train |
b1882e8d0254f37fbf002bb28d1133ed18f170cc | diff --git a/tests/framework/utils/CFileHelperTest.php b/tests/framework/utils/CFileHelperTest.php
index <HASH>..<HASH> 100644
--- a/tests/framework/utils/CFileHelperTest.php
+++ b/tests/framework/utils/CFileHelperTest.php
@@ -119,6 +119,19 @@ class CFileHelperTest extends CTestCase
$this->assertFalse(is_file($bd.$t... | CFileHelperTest.testFindFiles_absolutePaths was added | yiisoft_yii | train |
d1db32dd3f144b8564289c43cfba0ac114271a3c | diff --git a/peri/logger.py b/peri/logger.py
index <HASH>..<HASH> 100644
--- a/peri/logger.py
+++ b/peri/logger.py
@@ -81,9 +81,6 @@ class Logger(object):
Add another handler to the logging system if not present already.
Available handlers are currently: ['console-bw', 'console-color', 'rotating-log']... | logger.add_handler_raw: more flexible log handler additions | peri-source_peri | train |
af9bad6d2a91d943562e2488fdb7f8c312a5cc7c | diff --git a/fuseutil/mounted_file_system.go b/fuseutil/mounted_file_system.go
index <HASH>..<HASH> 100644
--- a/fuseutil/mounted_file_system.go
+++ b/fuseutil/mounted_file_system.go
@@ -111,19 +111,6 @@ func (mfs *MountedFileSystem) mountAndServe(
// Attempt to mount the supplied file system on the given directory.
... | Updated the MountedFileSystem factory signature. | jacobsa_ratelimit | train |
f2e219d882a5ec9898b4abf5caf670b6c8ed439f | diff --git a/Classes/Command/ImportCommandController.php b/Classes/Command/ImportCommandController.php
index <HASH>..<HASH> 100644
--- a/Classes/Command/ImportCommandController.php
+++ b/Classes/Command/ImportCommandController.php
@@ -214,7 +214,8 @@ class ImportCommandController extends CommandController
... | TASK: Show exception message during build command | ttreeagency_ContentRepositoryImporter | train |
557204ef1ef73046abbf4cb553e22c050f074b72 | diff --git a/lib/fog/aws/models/auto_scaling/group.rb b/lib/fog/aws/models/auto_scaling/group.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/models/auto_scaling/group.rb
+++ b/lib/fog/aws/models/auto_scaling/group.rb
@@ -25,18 +25,18 @@ module Fog
attribute :vpc_zone_identifier, :aliases => 'VPCZoneIde... | reverting back. tags is a hash | fog_fog | train |
581bf74289ada73f055b0b2b4381b2556644cfd4 | diff --git a/harpoon/imager.py b/harpoon/imager.py
index <HASH>..<HASH> 100644
--- a/harpoon/imager.py
+++ b/harpoon/imager.py
@@ -566,6 +566,13 @@ class Image(object):
files = []
if host_context:
if use_git:
+ output, status = command_output("git rev-parse --show-toplevel"... | Complain about using git_timestamps with shallow clones | delfick_harpoon | train |
4d065126ed23128ba75ba1b34d238ad5e6098a55 | diff --git a/internal/service/wafv2/web_acl_logging_configuration_test.go b/internal/service/wafv2/web_acl_logging_configuration_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/wafv2/web_acl_logging_configuration_test.go
+++ b/internal/service/wafv2/web_acl_logging_configuration_test.go
@@ -700,6 +700,10 @@ ... | tests/wafv2: update to aws_s3_bucket_acl resource | terraform-providers_terraform-provider-aws | train |
9d2303a21710703b9283f93a8bc0d94e226572c5 | diff --git a/internal/services/datafactory/validate/datafactory.go b/internal/services/datafactory/validate/datafactory.go
index <HASH>..<HASH> 100644
--- a/internal/services/datafactory/validate/datafactory.go
+++ b/internal/services/datafactory/validate/datafactory.go
@@ -37,8 +37,8 @@ func DataFactoryManagedPrivateE... | Add support for `-` in `azurerm_data_factory_managed_private_endpoint` (#<I>) | terraform-providers_terraform-provider-azurerm | train |
549cb289d0c7b95ab772d52d1813520c25b0b13e | diff --git a/src/components/Button.js b/src/components/Button.js
index <HASH>..<HASH> 100644
--- a/src/components/Button.js
+++ b/src/components/Button.js
@@ -34,24 +34,19 @@ class Button extends React.Component {
return windowSize === 'medium' || windowSize === 'large';
};
- _hasVisibleChildren = () => {
- ... | addressed feedback, shortened _hasVisibleChildren method | mxenabled_mx-react-components | train |
d1766ef53ddbd91ff414896983e8f3e6b39d2dec | diff --git a/actioncable/lib/action_cable/channel/streams.rb b/actioncable/lib/action_cable/channel/streams.rb
index <HASH>..<HASH> 100644
--- a/actioncable/lib/action_cable/channel/streams.rb
+++ b/actioncable/lib/action_cable/channel/streams.rb
@@ -76,8 +76,11 @@ module ActionCable
# Don't send the confirmat... | Run Action Cable callbacks through the worker pool
Alternate implementation of #<I> with tests. The code had diverged
too far on master to pull that implemenation directly.
Fixes #<I>
Close #<I>
[Mattew Draper & Sean Griffin] | rails_rails | train |
05051890efe527ee22919d354038b4dfc1ffe7ca | diff --git a/backtrader/feeds/pandafeed.py b/backtrader/feeds/pandafeed.py
index <HASH>..<HASH> 100644
--- a/backtrader/feeds/pandafeed.py
+++ b/backtrader/feeds/pandafeed.py
@@ -109,6 +109,10 @@ class PandasData(feed.DataBase):
This means that all parameters related to lines must have numeric
values as indic... | Rework ix -> iloc pull request and autodetection algorithm in PandasData | backtrader_backtrader | train |
95a6e75e354daf6bb91cb0d4b428b522f7e23afa | diff --git a/client/state/happychat/chat/reducer.js b/client/state/happychat/chat/reducer.js
index <HASH>..<HASH> 100644
--- a/client/state/happychat/chat/reducer.js
+++ b/client/state/happychat/chat/reducer.js
@@ -6,14 +6,12 @@
* External dependencies
*/
import { concat, filter, find, map, get, sortBy, takeRight ... | Delegate happychat.chat reducer schema validation to framework (#<I>)
* Delegate happychat.chat reducer schema validation to framework
Instead of directly validating against schema in DESERIALIZE handler, just set
a `schema` property on the reducer and let the framework (i.e., `combineReducers`)
do the rest. Opti... | Automattic_wp-calypso | train |
bdadcea5a1fde50f26e28b1bd197052043e9d759 | diff --git a/tests/class-wp-test-json-controller-testcase.php b/tests/class-wp-test-json-controller-testcase.php
index <HASH>..<HASH> 100644
--- a/tests/class-wp-test-json-controller-testcase.php
+++ b/tests/class-wp-test-json-controller-testcase.php
@@ -15,6 +15,12 @@ abstract class WP_Test_JSON_Controller_Testcase ex... | Require CRUD tests for all controllers | WP-API_WP-API | train |
7c07998f17339103a7fb2ad888fc661e7bb0ad5d | diff --git a/lib/src/main/java/com/shamanland/fab/FloatingActionButton.java b/lib/src/main/java/com/shamanland/fab/FloatingActionButton.java
index <HASH>..<HASH> 100644
--- a/lib/src/main/java/com/shamanland/fab/FloatingActionButton.java
+++ b/lib/src/main/java/com/shamanland/fab/FloatingActionButton.java
@@ -242,6 +24... | Fixed bug which is related to updating of color via ColorStateList. | shamanland_floating-action-button | train |
2765c211968affddee6ef799016e9ed25b2555ae | diff --git a/test/DataTypeHandlingTraitTest.php b/test/DataTypeHandlingTraitTest.php
index <HASH>..<HASH> 100644
--- a/test/DataTypeHandlingTraitTest.php
+++ b/test/DataTypeHandlingTraitTest.php
@@ -56,16 +56,20 @@ class DataTypeHandlingTraitTest extends \PHPUnit_Framework_TestCase {
public function handleDateProv... | Fix data type handling unit test to allow setting dates by timestamp | lexide_clay | train |
1ef99f6e9e74e0b0854584a31f966bb03b48bab9 | diff --git a/packages/ember-views/lib/main.js b/packages/ember-views/lib/main.js
index <HASH>..<HASH> 100644
--- a/packages/ember-views/lib/main.js
+++ b/packages/ember-views/lib/main.js
@@ -44,6 +44,7 @@ import {
} from "ember-views/views/select";
import "ember-views/initializers/components";
import _MetamorphView,... | Export private LegacyEachView.
Since we are looking this up from the container, we need to export so
ember-test-helpers can register with the testing isolatedContainer.
Without this registration, it is not possible to unit test a view/component
with certain types of `{{each}}` in them. | emberjs_ember.js | train |
8f0840f428d6e687a020cd847c07304a0d69cd54 | diff --git a/tests/FeatureTestCase.php b/tests/FeatureTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/FeatureTestCase.php
+++ b/tests/FeatureTestCase.php
@@ -3,14 +3,12 @@
namespace Laravel\Telescope\Tests;
use Illuminate\Foundation\Testing\RefreshDatabase;
-use Illuminate\Foundation\Testing\RefreshDatabaseSta... | [<I>] Delete unused imports in tests | laravel_telescope | train |
aadeae295ef52992f91e9c9a87b8c46578d05c58 | diff --git a/ui/MultiInput.js b/ui/MultiInput.js
index <HASH>..<HASH> 100644
--- a/ui/MultiInput.js
+++ b/ui/MultiInput.js
@@ -1,18 +1,29 @@
-import { $$, Component } from '../dom'
+import { $$, Component, domHelpers } from '../dom'
import Button from './Button'
import Icon from './Icon'
import Input from './Input'
... | Let MultiInput maintain an internal value and behave DOM authentic. | substance_substance | train |
9c44d23714977f1acb245ac91ac91dba03a9e8ae | diff --git a/io.js b/io.js
index <HASH>..<HASH> 100644
--- a/io.js
+++ b/io.js
@@ -17,6 +17,7 @@ require('js-ext');
var NAME = '[io]: ',
GET = 'GET',
createHashMap = require('js-ext/extra/hashmap.js').createMap,
+ REDIRECT_STATUS = 302,
DEF_REQ_TIMEOUT = 300000, // don't create an ever-lasting reques... | enabled redirects by xhr | itsa_itsa-io | train |
74dc2acc788fb6e2fdced0561d8959e2a9d0572f | diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index <HASH>..<HASH> 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -696,11 +696,23 @@ class GitlabObject(object):
return gl.list(cls, **kwargs)
@classmethod
+ def get(cls, gl, id, **kwargs):
+ if cls.canGet is True:
+ ... | Add a get method for GitlabObject
This change provides a way to implement GET for objects that don't
support it, but support LIST.
It is also a first step to a cleaner API. | python-gitlab_python-gitlab | train |
7dc82c62fd84b81492a11303459d95993b5bf25e | diff --git a/symphony/lib/toolkit/class.administrationpage.php b/symphony/lib/toolkit/class.administrationpage.php
index <HASH>..<HASH> 100644
--- a/symphony/lib/toolkit/class.administrationpage.php
+++ b/symphony/lib/toolkit/class.administrationpage.php
@@ -80,16 +80,6 @@ class AdministrationPage extends HTMLPage
... | Move $_context into the abstract Page class
This makes sure we have the property defined in all classes
Picked from 2b2f<I>a
Picked from 3fdfebefe3 | symphonycms_symphony-2 | train |
4f06ca09f7b8bb2bcc6232a873f24324b1a632a6 | diff --git a/h2o-core/src/main/java/hex/Model.java b/h2o-core/src/main/java/hex/Model.java
index <HASH>..<HASH> 100755
--- a/h2o-core/src/main/java/hex/Model.java
+++ b/h2o-core/src/main/java/hex/Model.java
@@ -70,8 +70,10 @@ public abstract class Model<M extends Model<M,P,O>, P extends Model.Parameters,
/** Re... | Avoid locking on null train frame. | h2oai_h2o-3 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.