hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
a463c9e1c4c8fae1c4583107eed5da0cbbe1e047 | diff --git a/lib/util/conflicter.js b/lib/util/conflicter.js
index <HASH>..<HASH> 100644
--- a/lib/util/conflicter.js
+++ b/lib/util/conflicter.js
@@ -143,22 +143,24 @@ conflicter.collision = function collision(filepath, content, cb) {
return cb('create');
}
- var encoding = null;
- if (!isBinaryFile(path.r... | Bulk copy feature #<I>
Added ability to skip processing on large directory copies. This
circumvents the issue with the maximum call stack
Updated new copy and directory methods to be separate
Fixed tabs back to spaces
Removed additional spaces
Reccomended changes: moved directory method out and fixed formatting | yeoman_environment | train |
dac87b717d832dbdecabe43e81b96a4a7d6a3efd | diff --git a/value/src/test/java/com/google/auto/value/processor/CompilationTest.java b/value/src/test/java/com/google/auto/value/processor/CompilationTest.java
index <HASH>..<HASH> 100644
--- a/value/src/test/java/com/google/auto/value/processor/CompilationTest.java
+++ b/value/src/test/java/com/google/auto/value/proc... | @Ignore annotationReferencesUndefined test, which causes problems with the Java 7 build on Travis.
-------------
Created by MOE: <URL> | google_auto | train |
f27761c7d13672d087b895d6c8c115c0d68cd6f8 | diff --git a/lib/kafkaesque.js b/lib/kafkaesque.js
index <HASH>..<HASH> 100644
--- a/lib/kafkaesque.js
+++ b/lib/kafkaesque.js
@@ -18,7 +18,7 @@ var assert = require('assert');
var api = require('./api');
var events = require('events');
var _ = require('underscore');
-var reInterval = require('reInterval');
+var rei... | changed consumer to kafkaesque in produce.js and fix the required package name | apparatus_Kafkaesque | train |
ef5a7b7940aa770084f5f367940b131c988b5336 | diff --git a/public/bloom.js b/public/bloom.js
index <HASH>..<HASH> 100644
--- a/public/bloom.js
+++ b/public/bloom.js
@@ -62,11 +62,11 @@ window.addEventListener("load", function init() {
var i, mesh;
var geometry = new THREE.SphereBufferGeometry(1, 4, 4);
- var material = new THREE.MeshPhongMaterial({color: 0x0... | Updated bloom demo.
Added tone-mapping options. | vanruesc_postprocessing | train |
6bea1b169ec0ffe5e9f6e22a128c523d87f34dea | diff --git a/packages/cra-universal/src/config/webpack.config.js b/packages/cra-universal/src/config/webpack.config.js
index <HASH>..<HASH> 100644
--- a/packages/cra-universal/src/config/webpack.config.js
+++ b/packages/cra-universal/src/config/webpack.config.js
@@ -72,7 +72,11 @@ const config = {
chunkFilename: i... | Add whitelist node external for non-js files (#<I>) | antonybudianto_cra-universal | train |
948db1aca03d8bd0394861cfc5b8f1642e455372 | diff --git a/db/orchestrate/orchestrate.go b/db/orchestrate/orchestrate.go
index <HASH>..<HASH> 100644
--- a/db/orchestrate/orchestrate.go
+++ b/db/orchestrate/orchestrate.go
@@ -111,12 +111,12 @@ func (ar *ArOrchestrate) Find(id interface{}, out interface{}) error {
func (ar *ArOrchestrate) DbSave() error {
var err... | fixed bug with id generation logic | obieq_goar | train |
db10be0d3aa4152fdc7d489fa92eb1a1b78cfdcb | diff --git a/lib/ranger/room.js b/lib/ranger/room.js
index <HASH>..<HASH> 100644
--- a/lib/ranger/room.js
+++ b/lib/ranger/room.js
@@ -17,6 +17,8 @@ exports.Room = function (connection, attrs) {
this.topic = attrs.topic;
this.membershipLimit = attrs.membership_limit;
this.locked = attrs.locked;
+ this.openToG... | Adding openToGuests and guestToken to Room | mrduncan_ranger | train |
480c477389a3e2ec1b365b67d9be631c17c284cf | diff --git a/Util/Factory/Query/DoctrineBuilder.php b/Util/Factory/Query/DoctrineBuilder.php
index <HASH>..<HASH> 100644
--- a/Util/Factory/Query/DoctrineBuilder.php
+++ b/Util/Factory/Query/DoctrineBuilder.php
@@ -168,10 +168,11 @@ class DoctrineBuilder implements QueryInterface
}
if ($hydration_mode... | The bug occurs when 'SELECT' fields are not unique,
modify ONLY the 'SELECT' statement fields. | AliHichem_AliDatatableBundle | train |
3fca630543325397cc182548d913df5f66912d5e | diff --git a/src/Native5/Services/Users/DefaultUserManager.php b/src/Native5/Services/Users/DefaultUserManager.php
index <HASH>..<HASH> 100644
--- a/src/Native5/Services/Users/DefaultUserManager.php
+++ b/src/Native5/Services/Users/DefaultUserManager.php
@@ -235,7 +235,7 @@ class DefaultUserManager extends ApiClient im... | Deactivate user should be a post, get was being used | native5_native5-sdk-services-php | train |
691e87aab9e1aaa5a5284fbccc11c14408505150 | diff --git a/pmxbotweb/pmxbotweb.py b/pmxbotweb/pmxbotweb.py
index <HASH>..<HASH> 100644
--- a/pmxbotweb/pmxbotweb.py
+++ b/pmxbotweb/pmxbotweb.py
@@ -54,6 +54,8 @@ def run(configFile=None, configDict=None, start=True):
'global': {
'server.socket_port': config.web_port,
'server.socket_host': config.web_host,... | Set default encoding to UTF-8; doing so seems to force the client to encode the query strings as utf-8, fixing issues with performing searches with international characters. | yougov_pmxbot | train |
43d4fc18aff4b25a15309b055eeb6d1db8f72f7d | diff --git a/prow/cmd/deck/main.go b/prow/cmd/deck/main.go
index <HASH>..<HASH> 100644
--- a/prow/cmd/deck/main.go
+++ b/prow/cmd/deck/main.go
@@ -95,8 +95,11 @@ func gatherOptions() options {
return o
}
-// Matches letters, numbers, hyphens, and underscores.
-var objReg = regexp.MustCompile(`^[\w-]+$`)
+var (
+ /... | Honor branding while serving favicon.ico | kubernetes_test-infra | train |
1d922850e65a4d51f54ca3d6132fdd05441c97dc | diff --git a/structr-ui/src/main/java/org/structr/web/maintenance/DeployCommand.java b/structr-ui/src/main/java/org/structr/web/maintenance/DeployCommand.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/java/org/structr/web/maintenance/DeployCommand.java
+++ b/structr-ui/src/main/java/org/structr/web/maintena... | Fixes order of exported properties and configuration data by using sorted maps. | structr_structr | train |
34167cfc4c8256afb5cfe8f45f8c4a35a4015395 | diff --git a/Paulus/Paulus.php b/Paulus/Paulus.php
index <HASH>..<HASH> 100644
--- a/Paulus/Paulus.php
+++ b/Paulus/Paulus.php
@@ -46,14 +46,11 @@ class Paulus {
*
* Paulus constructor
*
- * @param mixed $config Configuration array (or ArrayAccess class) defining Paulus' many options
- * @param mixed $requ... | Now allowing the merging of a custom configuration on app construction. :) | Rican7_Paulus | train |
cc01e34fb753993a72e15e894905e3e1a3bcdec6 | diff --git a/main_test.go b/main_test.go
index <HASH>..<HASH> 100644
--- a/main_test.go
+++ b/main_test.go
@@ -479,7 +479,7 @@ var _ = Describe("Router Integration", func() {
session, err := Start(gorouterCmd, GinkgoWriter, GinkgoWriter)
Expect(err).ToNot(HaveOccurred())
Eventually(session, 30*time.Se... | Fix expectation on session exit for main_test of gorouter.
[#<I>] | cloudfoundry_gorouter | train |
414430c78f8aab601feb4067d3731e70abfce8ec | diff --git a/pandas/tests/reshape/merge/test_join.py b/pandas/tests/reshape/merge/test_join.py
index <HASH>..<HASH> 100644
--- a/pandas/tests/reshape/merge/test_join.py
+++ b/pandas/tests/reshape/merge/test_join.py
@@ -2,7 +2,7 @@ import numpy as np
from numpy.random import randn
import pytest
-from pandas._libs im... | isort mypy import confilict (#<I>) | pandas-dev_pandas | train |
ce1226974010c3d76b2b8473bcc3e202a677fec2 | diff --git a/etrago/appl.py b/etrago/appl.py
index <HASH>..<HASH> 100644
--- a/etrago/appl.py
+++ b/etrago/appl.py
@@ -103,6 +103,10 @@ def etrago(args):
# for SH scenario run do data preperation:
if args['scn_name'] == 'SH Status Quo':
data_manipulation_sh(network)
+
+ # grouping of paral... | changed position of grouping function in script
otherwise there might be conflicts with network clustering. | openego_eTraGo | train |
bd7e615e1aaff8404faa07fd85b018c289552378 | diff --git a/src/Command/Local/LocalDrushAliasesCommand.php b/src/Command/Local/LocalDrushAliasesCommand.php
index <HASH>..<HASH> 100644
--- a/src/Command/Local/LocalDrushAliasesCommand.php
+++ b/src/Command/Local/LocalDrushAliasesCommand.php
@@ -2,6 +2,7 @@
namespace Platformsh\Cli\Command\Local;
use Cocur\Slugify... | Ignore <I> errors from getCurrentDeployment() in drush-aliases command | platformsh_platformsh-cli | train |
c6b469768d33e771c6448238e0af88932a13b3fb | diff --git a/src/tuwien/auto/calimero/knxnetip/Connection.java b/src/tuwien/auto/calimero/knxnetip/Connection.java
index <HASH>..<HASH> 100644
--- a/src/tuwien/auto/calimero/knxnetip/Connection.java
+++ b/src/tuwien/auto/calimero/knxnetip/Connection.java
@@ -102,6 +102,7 @@ public final class Connection implements Clos... | Remember local endpoint even after connection was closed | calimero-project_calimero-core | train |
f482ce3fc47d03c86fd8224ecfbfb3a92b0a5fb9 | diff --git a/tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php b/tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php
+++ b/tests/Doctrine/Tests/DBAL/Platforms/MsSqlPlatformTest.php
@@ -23,14 +23,14 @@ class MsSqlPl... | fixed mssql test to expect that savepoints are supported | doctrine_dbal | train |
b75f11213cd19598dd40b5f16a000c2a0a0be4b5 | diff --git a/categories/__init__.py b/categories/__init__.py
index <HASH>..<HASH> 100644
--- a/categories/__init__.py
+++ b/categories/__init__.py
@@ -1,7 +1,7 @@
__version_info__ = {
'major': 1,
'minor': 2,
- 'micro': 2,
+ 'micro': 3,
'releaselevel': 'final',
'serial': 1
}
@@ -19,11 +19,14 ... | Version <I>: Added a new way to register models manually | callowayproject_django-categories | train |
b25337b598b142672983c02e29b9c1dc23c74ecb | diff --git a/retrofit/src/main/java/retrofit/RestAdapter.java b/retrofit/src/main/java/retrofit/RestAdapter.java
index <HASH>..<HASH> 100644
--- a/retrofit/src/main/java/retrofit/RestAdapter.java
+++ b/retrofit/src/main/java/retrofit/RestAdapter.java
@@ -56,6 +56,9 @@ import retrofit.mime.TypedOutput;
* by curly brac... | Prevent API interfaces from extending other interfaces.
This not only avoids a bug in Android (<URL>) but it forces composition of API declarations which is the recommended pattern. | square_retrofit | train |
5bddcf10fcae390161d435953ab2610380445e14 | diff --git a/Hprose/Service.php b/Hprose/Service.php
index <HASH>..<HASH> 100644
--- a/Hprose/Service.php
+++ b/Hprose/Service.php
@@ -14,7 +14,7 @@
* *
* hprose service class for php 5.3+ *
* ... | Changed getErrorTypeString to public static method. | hprose_hprose-php | train |
f1599d6f0d2a63610d380aaa9badee617f06b929 | diff --git a/simulator/src/main/java/com/hazelcast/simulator/protocol/connector/AgentConnector.java b/simulator/src/main/java/com/hazelcast/simulator/protocol/connector/AgentConnector.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/protocol/connector/AgentConnector.java
+++ b/simu... | Fixed JavaDoc errors in connector package. | hazelcast_hazelcast-simulator | train |
0be50e66205eb4f669ee65090f44f0631ea840bf | diff --git a/swagger/swagger.go b/swagger/swagger.go
index <HASH>..<HASH> 100644
--- a/swagger/swagger.go
+++ b/swagger/swagger.go
@@ -9,7 +9,7 @@ const Name = "swagger"
var (
swaggerMu sync.RWMutex
- swaggers = make(map[string]Swagger)
+ swag Swagger
)
type Swagger interface {
@@ -23,17 +23,15 @@ func R... | Improve swagger code coverage. | swaggo_swag | train |
66db09139155d755f5d879d41bb61d8ce48ecefe | diff --git a/juju/placement.py b/juju/placement.py
index <HASH>..<HASH> 100644
--- a/juju/placement.py
+++ b/juju/placement.py
@@ -22,7 +22,13 @@ def parse(directive):
# Handle null case
return None
- if type(directive) in [dict, client.Placement]:
+ if isinstance(directive, (list, tuple)):
+ ... | Support placement lists (#<I>) | juju_python-libjuju | train |
a03b01c130cd86f1eacd7d1e55152f4baa41fcd7 | diff --git a/neural/afni.py b/neural/afni.py
index <HASH>..<HASH> 100644
--- a/neural/afni.py
+++ b/neural/afni.py
@@ -816,7 +816,7 @@ def align_epi_anat(anatomy,epi_dsets,skull_strip_anat=True):
if is_nifti(dset):
if dset!=anatomy:
dset_nifti = nifti_copy(prefix(dset)+'_al+orig')... | trying to get rid of weird gzip errors | azraq27_neural | train |
09d57819b990978e72f70a519ec5674ac33be698 | diff --git a/gremlin-server/src/test/java/com/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java b/gremlin-server/src/test/java/com/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
index <HASH>..<HASH> 100644
--- a/gremlin-server/src/test/java/com/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
+... | Add todo for later thought. | apache_tinkerpop | train |
a108875fa60798e6f5dd1a52c4f7260b4e838895 | diff --git a/biodata-tools/src/main/java/org/opencb/biodata/tools/alignment/BamManager.java b/biodata-tools/src/main/java/org/opencb/biodata/tools/alignment/BamManager.java
index <HASH>..<HASH> 100644
--- a/biodata-tools/src/main/java/org/opencb/biodata/tools/alignment/BamManager.java
+++ b/biodata-tools/src/main/java/... | tools: add new methods to BamManager to support HTSget protocol | opencb_biodata | train |
da15cd98d1645accef882fb059b96dfdef44e107 | diff --git a/tests/inspectdb/slow_test.py b/tests/inspectdb/slow_test.py
index <HASH>..<HASH> 100644
--- a/tests/inspectdb/slow_test.py
+++ b/tests/inspectdb/slow_test.py
@@ -26,6 +26,7 @@ from salesforce.backend.base import SalesforceError
from tests.inspectdb import models as mdl
sf = connections['salesforce']
+#... | Fixed slow_test for the new Salesforce | django-salesforce_django-salesforce | train |
317f41a3a7d9dd553617d998dbdee944f3a3493a | diff --git a/examples/echobot.py b/examples/echobot.py
index <HASH>..<HASH> 100755
--- a/examples/echobot.py
+++ b/examples/echobot.py
@@ -53,11 +53,12 @@ class Client(JabberClient):
self.stream.set_iq_get_handler("query","jabber:iq:version",self.get_version)
# set up handlers for <presence/> stanza... | - handle 'unavailable' presence and don't use 'available' presence type (None type should be used instead) | Jajcus_pyxmpp2 | train |
b320b3ed8bf4f49b3586adce923a6b291a63a674 | diff --git a/library/src/main/java/com/mikepenz/materialize/holder/StringHolder.java b/library/src/main/java/com/mikepenz/materialize/holder/StringHolder.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/mikepenz/materialize/holder/StringHolder.java
+++ b/library/src/main/java/com/mikepenz/materialize/ho... | * add back `StringHolder(String..)` as it seems dex will fail in some cases otehrwise | mikepenz_Materialize | train |
44e8cadf123d6f21fb270d30fd7f16f8ae9672d1 | diff --git a/Services/ArticleTypeConfigurationService.php b/Services/ArticleTypeConfigurationService.php
index <HASH>..<HASH> 100644
--- a/Services/ArticleTypeConfigurationService.php
+++ b/Services/ArticleTypeConfigurationService.php
@@ -54,6 +54,10 @@ class ArticleTypeConfigurationService
'entryMethod' =... | WOBS-<I>: Fixes a few bugs regarding Product and link
- Adds link field to ArticleType table (plugin should be reinstalled,
after this update)
- Removed comment from IngestService regarding publishing article
- Uses feed name if no product is available | newscoop_plugin-IngestPluginBundle | train |
028310ccaff8b0eb4cde4fbe338efc7d990f5cc0 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,7 +55,7 @@ copyright = '2012-2014, Thomas Roten'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
-release = '0.4.1'
+release = '0.4.2'
# The language for con... | Bumps version to <I>. | tsroten_fcache | train |
113d8c7dcc4f33f2c6d6be71f4f920db09640630 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OFieldMatchPathItem.java b/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OFieldMatchPathItem.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/sql/parser/OFieldMatchPathItem.java
+++ ... | Fix parsing of MATCH statement with field traversal | orientechnologies_orientdb | train |
ba458166c9bd35c9ed7e4104243237096d40d3f9 | diff --git a/ips_vagrant/common/__init__.py b/ips_vagrant/common/__init__.py
index <HASH>..<HASH> 100644
--- a/ips_vagrant/common/__init__.py
+++ b/ips_vagrant/common/__init__.py
@@ -1,3 +1,4 @@
+from distutils.version import StrictVersion, LooseVersion
import os
import click
import logging
@@ -89,3 +90,20 @@ def co... | Version bugfixes and common method | FujiMakoto_IPS-Vagrant | train |
680ecf1d66587c95b513faf812a76885d8702c4a | diff --git a/shinken/satellite.py b/shinken/satellite.py
index <HASH>..<HASH> 100644
--- a/shinken/satellite.py
+++ b/shinken/satellite.py
@@ -139,9 +139,9 @@ class IForArbiter(Pyro.core.ObjBase):
# Now manage modules
for module in conf['global']['modules']:
- print "Got module", module.g... | *Clean : satellite code
*Add : now call really a queue of good worker for special module_type action | Alignak-monitoring_alignak | train |
810db8b2bacb0f71c735b520380f51cf4a732235 | diff --git a/features/support/worlds/medications.rb b/features/support/worlds/medications.rb
index <HASH>..<HASH> 100644
--- a/features/support/worlds/medications.rb
+++ b/features/support/worlds/medications.rb
@@ -57,8 +57,8 @@ module World
record_prescription_for(args)
end
- def revise_prescrip... | revert a rubocop "fix" which broke the acceptance tests | airslie_renalware-core | train |
2ce688dfe7f9b267a5d5d5eecffea3e1aff752ae | diff --git a/lib/models.js b/lib/models.js
index <HASH>..<HASH> 100644
--- a/lib/models.js
+++ b/lib/models.js
@@ -103,19 +103,25 @@ class DataElementSpecifications {
constructor() {
this._nsMap = new Map();
+ this._fileMap = new Map();
this._grammarVersions = new Map();
}
get grammarVersions(... | Change to use file map in deSpecs rather than store in de | standardhealth_shr-models | train |
d6d2a0dd69b77103194c71525933b82f8c326c83 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
#Stik.js
-[](https://travis-ci.org/lukelex/stik.js)[](https://codec... | Refactoring following some of CodeClimate wierd rules | stikjs_stik-core | train |
95d6864e0a57c88ef483810dbeb8839f275637e0 | diff --git a/js/qryptos.js b/js/qryptos.js
index <HASH>..<HASH> 100644
--- a/js/qryptos.js
+++ b/js/qryptos.js
@@ -108,20 +108,30 @@ module.exports = class qryptos extends Exchange {
let taker = this.safeFloat (market, 'taker_fee');
let active = !market['disabled'];
let minAmount ... | qryptos: fetchMarkets: limits, precisions | ccxt_ccxt | train |
f436f420d24607cf57c3e1ceb43c901bd128ce31 | diff --git a/src/main/java/com/ait/lienzo/client/core/util/Geometry.java b/src/main/java/com/ait/lienzo/client/core/util/Geometry.java
index <HASH>..<HASH> 100755
--- a/src/main/java/com/ait/lienzo/client/core/util/Geometry.java
+++ b/src/main/java/com/ait/lienzo/client/core/util/Geometry.java
@@ -1123,24 +1123,20 @@ p... | Using NRRF_PRECISION in to prevent float point comparison errors. | ahome-it_lienzo-core | train |
e648f0d40b6bc077cd12679ffa59a9bc22404866 | diff --git a/plexapi/video.py b/plexapi/video.py
index <HASH>..<HASH> 100644
--- a/plexapi/video.py
+++ b/plexapi/video.py
@@ -507,6 +507,10 @@ class Episode(Video, Playable):
if self._seasonNumber is None:
self._seasonNumber = self.parentIndex if self.parentIndex else self.season().seasonNumber
... | Update video.py
Adding seasonEpisode method that is listed in the documentation, but not in actually implimented | pkkid_python-plexapi | train |
6d1e8b641aba0842a1885d331d6815d3105928c8 | diff --git a/source/Core/Database/Adapter/DoctrineResultSet.php b/source/Core/Database/Adapter/DoctrineResultSet.php
index <HASH>..<HASH> 100644
--- a/source/Core/Database/Adapter/DoctrineResultSet.php
+++ b/source/Core/Database/Adapter/DoctrineResultSet.php
@@ -62,8 +62,7 @@ class DoctrineResultSet
$this-... | ESDEV-<I> Reimplement method 'Move' and tests in class DoctrineResultSet.
The result set of adodblite has a method 'move', this must be implemented in the doctrine result set too.
(cherry picked from commit 0fe<I>a8) | OXID-eSales_oxideshop_ce | train |
8e2af4e6d465b45ff229171a99e87111fda943e0 | diff --git a/dusty/daemon.py b/dusty/daemon.py
index <HASH>..<HASH> 100644
--- a/dusty/daemon.py
+++ b/dusty/daemon.py
@@ -12,9 +12,10 @@ import os
import logging
import socket
import threading
+# requests refused to play nicely with pyinstaller
+import httplib
from docopt import docopt
-import requests
from .... | Okay lets try this with stdlib | gamechanger_dusty | train |
a60b1b05e5d6f0b3e9bfac364a08c48757badd2c | diff --git a/salt/utils/validate/__init__.py b/salt/utils/validate/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/utils/validate/__init__.py
+++ b/salt/utils/validate/__init__.py
@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+'''
+The salt.utils.validate package contains routines for validating
+components and values.
+... | encoding and docstring for package | saltstack_salt | train |
2e0b07a0c39cdd2fb40aa954180b9ca328207ef3 | diff --git a/src/components/chips/js/chipsDirective.js b/src/components/chips/js/chipsDirective.js
index <HASH>..<HASH> 100644
--- a/src/components/chips/js/chipsDirective.js
+++ b/src/components/chips/js/chipsDirective.js
@@ -38,7 +38,7 @@
*
* <ul>Validation
* <li>allow a validation callback</li>
- ... | docs(chips): corrected hilighting to highlighting (#<I>) | angular_material | train |
636742c4baffb10e7d593160c2be9144f16d9f79 | diff --git a/src/core/Tags.java b/src/core/Tags.java
index <HASH>..<HASH> 100644
--- a/src/core/Tags.java
+++ b/src/core/Tags.java
@@ -257,23 +257,64 @@ public final class Tags {
*/
static Map<String, String> getTags(final TSDB tsdb,
final byte[] row) throws NoSuchUniqueId {... | Add Tags.getTagsAsync() to resolve the tags asynchronously from a row key | OpenTSDB_opentsdb | train |
59fc8aba265c36a71172711b0d3d37ec97a52b7c | diff --git a/src/fileseq/filesequence.py b/src/fileseq/filesequence.py
index <HASH>..<HASH> 100644
--- a/src/fileseq/filesequence.py
+++ b/src/fileseq/filesequence.py
@@ -756,7 +756,7 @@ class FileSequence(object):
else:
seq._pad = seq._frame_pad
- seq.__init__(utils.asString(... | fix yield_sequences_in_list not retaining user pad_style and subframe options in sequences (refs #<I>) | sqlboy_fileseq | train |
b1a076eb5adb00573a24025ee8100487bb7ce224 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -38,9 +38,9 @@ setup(
],
install_requires=[
'Django>=1.6.7',
- 'sqlparse==0.1.11',
- 'unicodecsv==0.13.0',
- 'six==1.10.0',
+ 'sqlparse>=0.1.11',
+ 'unicodecsv>=0.13.0',
+ ... | Update setup.py
To fix installation problems | groveco_django-sql-explorer | train |
2fb4de2f271adafa9ac1c2fc4e50cc0aeb1a3b69 | diff --git a/gocron.go b/gocron.go
index <HASH>..<HASH> 100644
--- a/gocron.go
+++ b/gocron.go
@@ -1,5 +1,13 @@
// Package gocron : A Golang Job Scheduling Package.
//
+// Note from current maintainers:
+//
+// A currently maintained fork of this project has been migrated to https://github.com/go-co-op/gocron
+//
+//... | add repo move note so it shows in godoc | jasonlvhit_gocron | train |
7ab3213907ee15630a5e2d45a62237e527d9bb92 | diff --git a/build/agents.rb b/build/agents.rb
index <HASH>..<HASH> 100644
--- a/build/agents.rb
+++ b/build/agents.rb
@@ -47,6 +47,7 @@ dependencies = [
'ext/common/LoggingAgent/RemoteSender.h',
'ext/common/LoggingAgent/ChangeNotifier.h',
'ext/common/LoggingAgent/DataStoreId.h',
+ 'ext/common/LoggingAgent/Filter... | LoggingAgent depends on FilterSupport. | phusion_passenger | train |
79f55657e56c3864659193b00fff6bd8618c4137 | diff --git a/packages/morph/lib/dom-helper.js b/packages/morph/lib/dom-helper.js
index <HASH>..<HASH> 100644
--- a/packages/morph/lib/dom-helper.js
+++ b/packages/morph/lib/dom-helper.js
@@ -127,6 +127,10 @@ prototype.setAttribute = function(element, name, value) {
element.setAttribute(name, value);
};
+prototype... | Add removeAttribute to DomHelper.
Needed by Ember to allow abstraction of `element.removeAttribute` (in
case we end up with special logic).
Also, dovetails with `dom.setAttribute`. | glimmerjs_glimmer-vm | train |
30757221b433f1c13cd79e7a7242f3dff4fd02f4 | diff --git a/cmd/client/sandbox.go b/cmd/client/sandbox.go
index <HASH>..<HASH> 100644
--- a/cmd/client/sandbox.go
+++ b/cmd/client/sandbox.go
@@ -137,6 +137,12 @@ var podSandboxStatusCommand = cli.Command{
var listPodSandboxCommand = cli.Command{
Name: "list",
Usage: "list pod sandboxes",
+ Flags: []cli.Flag{
+ ... | cmd/client/sandbox: add --quiet to pod list | cri-o_cri-o | train |
ac354bb39a0cf74caadd8b6e3ef21651e09516a4 | diff --git a/modules/social_features/social_tagging/src/SocialTaggingService.php b/modules/social_features/social_tagging/src/SocialTaggingService.php
index <HASH>..<HASH> 100644
--- a/modules/social_features/social_tagging/src/SocialTaggingService.php
+++ b/modules/social_features/social_tagging/src/SocialTaggingServi... | Issue #<I> by navneet<I>,robertragas: Added defensive checks for checking existing translations. | goalgorilla_open_social | train |
649872d3f2f879dbec25b3bee861b458b7d0df64 | diff --git a/redis_metrics/models.py b/redis_metrics/models.py
index <HASH>..<HASH> 100644
--- a/redis_metrics/models.py
+++ b/redis_metrics/models.py
@@ -3,7 +3,7 @@ This app doesn't have any models, per se, but the following ``R`` class is a
lightweight wrapper around Redis.
"""
-from collections import OrderedDi... | format data so it's easier to plot in Chart.js | bradmontgomery_django-redis-metrics | train |
433cf3f90fc0f176f5cc16f627a3cdc873712a87 | diff --git a/tests/tests.py b/tests/tests.py
index <HASH>..<HASH> 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -14,9 +14,11 @@ from django.test import Client, TestCase
from django.utils._os import upath
from PIL import Image
+from versatileimagefield.files import VersatileImageFileDescriptor
from versatilei... | Improving test coverage for VersatileImageFileDescriptor & ProcessedImage | respondcreate_django-versatileimagefield | train |
9164fb3add19988cbd0821c0591cda8f876ef636 | diff --git a/storage/src/main/java/net/kuujo/copycat/io/storage/Log.java b/storage/src/main/java/net/kuujo/copycat/io/storage/Log.java
index <HASH>..<HASH> 100644
--- a/storage/src/main/java/net/kuujo/copycat/io/storage/Log.java
+++ b/storage/src/main/java/net/kuujo/copycat/io/storage/Log.java
@@ -294,12 +294,14 @@ pub... | Ensure exception is not thrown when log is truncated to index 0. | atomix_atomix | train |
d79fcbc5460887b894dc24347e693615197ddaac | diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js b/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
index <HASH>..<HASH> 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync... | Fixes #<I> - Sync Plan saved with incorrect date/time | Katello_katello | train |
d4cb7dc4618d9816f90cd8a271ffd31ec063d458 | diff --git a/test/core/queue.js b/test/core/queue.js
index <HASH>..<HASH> 100644
--- a/test/core/queue.js
+++ b/test/core/queue.js
@@ -66,7 +66,7 @@ describe('queue', function(){
should.exist(obj);
obj = JSON.parse(obj);
obj['class'].should.equal('someJob');
- // obj['args'].sh... | enable commented test lines
array comparison can be done with eql | taskrabbit_node-resque | train |
4262d5284bd86443269e9481ff05e15562af9b1a | diff --git a/openquake/engine/export/hazard.py b/openquake/engine/export/hazard.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/export/hazard.py
+++ b/openquake/engine/export/hazard.py
@@ -104,6 +104,10 @@ def _get_result_export_path(calc_id, target_dir, result):
core.makedirs(directory)
if output_typ... | export/hazard:
Include "-poe_N.N-" in filenames for UHS and hazard maps.
Former-commit-id: <I>d0e5bfb<I>fe6ba6dbed<I>eb9b<I>b2d1 | gem_oq-engine | train |
a718ffbd3b9473164ce967ad68aea2078bd97c2f | diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -50,12 +50,12 @@ class ApplicationController < ActionController::Base
@rubygem = Rubygem.... | Return plain text response for gems that can't be found via the API. Closes #<I>. | rubygems_rubygems.org | train |
26374857e79980684862ba8b7967334ae438dc0a | diff --git a/lib/deep_cover/covered_code.rb b/lib/deep_cover/covered_code.rb
index <HASH>..<HASH> 100644
--- a/lib/deep_cover/covered_code.rb
+++ b/lib/deep_cover/covered_code.rb
@@ -87,9 +87,14 @@ module DeepCover
root.main
end
+ def comments
+ root
+ @comments
+ end
+
def root
... | + CoveredCode#comments | deep-cover_deep-cover | train |
8752d3ebc39c2abd97f8d081f405bedc9a9461f5 | diff --git a/dev/com.ibm.ws.install/test/com/ibm/ws/install/JarAssetTest.java b/dev/com.ibm.ws.install/test/com/ibm/ws/install/JarAssetTest.java
index <HASH>..<HASH> 100755
--- a/dev/com.ibm.ws.install/test/com/ibm/ws/install/JarAssetTest.java
+++ b/dev/com.ibm.ws.install/test/com/ibm/ws/install/JarAssetTest.java
@@ -2... | Ensure parent dirs are created in JarAssetTest | OpenLiberty_open-liberty | train |
c10b9d9075258c4b46fad1dece926e7bf790a9bc | diff --git a/src/Leviu/Html/View.php b/src/Leviu/Html/View.php
index <HASH>..<HASH> 100644
--- a/src/Leviu/Html/View.php
+++ b/src/Leviu/Html/View.php
@@ -55,14 +55,14 @@ class View
//standard js file
//$this->js[] = URL . 'js/jquery-2.1.4.min.js';
- $this->js[] = URL . 'js/main.js';
- ... | Change standard loaded css and js file | linna_framework | train |
b481a6c1ad1c6f9053fc9ec45a32b02849f009fd | diff --git a/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.java b/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.java
index <HASH>..<HASH> 100644
--- a/taglibs/src/main/java/org/springframework/security/taglibs/authz/AccessControlListTag.jav... | SEC-<I>: AccessControlListTag again supports , separated list of permissions
Spring Security <I>.x allowed developers to pass in a , separated list of permissions.
However, this functionality was accidentally removed in SEC-<I>.
The AcessControlListTag now splits the permissions using , as a delimiter
which fixes thi... | spring-projects_spring-security | train |
83d9721c7c5f226030124af2cb2c7352ce315021 | diff --git a/react/MuiCozyTheme/theme.js b/react/MuiCozyTheme/theme.js
index <HASH>..<HASH> 100644
--- a/react/MuiCozyTheme/theme.js
+++ b/react/MuiCozyTheme/theme.js
@@ -96,7 +96,7 @@ export const normalTheme = createMuiTheme({
primary: {
light: getCssVariableValue('primaryColorLight'),
main: getCss... | feat: Use primaryColorDark CSS variable in MUI theme | cozy_cozy-ui | train |
57783c296eba684a6ecc9e7f397c361f5bd7d319 | diff --git a/bin.js b/bin.js
index <HASH>..<HASH> 100755
--- a/bin.js
+++ b/bin.js
@@ -72,7 +72,7 @@ function uploadFiles (files) {
return files.indexOf(file) === index
})
- buildLog('Uploading ' + uniqueFiles.length + ' prebuilds(s) to Github releases')
+ buildLog('Uploading ' + uniqueFiles.length + ' preb... | renamed mentions of "Github" to "GitHub" (#<I>) | prebuild_prebuild | train |
ea186a13495a728049b2695fe431a60e1d3ec97f | diff --git a/cafe/database/sqlalchemy/session.py b/cafe/database/sqlalchemy/session.py
index <HASH>..<HASH> 100644
--- a/cafe/database/sqlalchemy/session.py
+++ b/cafe/database/sqlalchemy/session.py
@@ -14,18 +14,18 @@ class SQLAlchemySessionManager(SessionManager):
return cls.instance()
@classmethod
- ... | Allow kwargs to be passed to sessionmaker
SQLAlchemySessionManager.instance() > factory() passes kwargs through to be given to the sessionmaker, allowing sessionmaker parameters such as expire_on_commit to be set. | abn_cafeteria | train |
fee8e89fb5eca78532dfdfe6e4ddfaed1c289520 | diff --git a/lib/onebox/engine/whitelisted_generic_onebox.rb b/lib/onebox/engine/whitelisted_generic_onebox.rb
index <HASH>..<HASH> 100644
--- a/lib/onebox/engine/whitelisted_generic_onebox.rb
+++ b/lib/onebox/engine/whitelisted_generic_onebox.rb
@@ -82,6 +82,7 @@ module Onebox
meetup.com
mixcloud... | Add myshopify.com to whitelist | discourse_onebox | train |
4be02137b6f25ad5859e77a3e07ebf09afe91bd5 | diff --git a/test/signable_request_test.rb b/test/signable_request_test.rb
index <HASH>..<HASH> 100644
--- a/test/signable_request_test.rb
+++ b/test/signable_request_test.rb
@@ -25,6 +25,13 @@ describe OAuthenticator::SignableRequest do
end.merge(attributes))
end
+ def example_signed_request(authorization, ... | signable request test - #example_signed_request helper for requests with an existing authorization | notEthan_oauthenticator | train |
7856ffdddb46d24931137b97eca70d6486b1b19c | diff --git a/lib/lolcommits/plugins/lol_yammer.rb b/lib/lolcommits/plugins/lol_yammer.rb
index <HASH>..<HASH> 100644
--- a/lib/lolcommits/plugins/lol_yammer.rb
+++ b/lib/lolcommits/plugins/lol_yammer.rb
@@ -67,9 +67,7 @@ module Lolcommits
retries = 2
begin
lolimage = File.new(self.runner.main_ima... | Use attachment1 as opts for image stream | lolcommits_lolcommits | train |
f6fcbaa5700ec80d025292ee3d2f9bde57733beb | diff --git a/aws/resource_aws_macie_s3_bucket_association_test.go b/aws/resource_aws_macie_s3_bucket_association_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_macie_s3_bucket_association_test.go
+++ b/aws/resource_aws_macie_s3_bucket_association_test.go
@@ -160,7 +160,7 @@ func testAccPreCheckAWSMacie(t *t... | Updates Macie S3 association bucket names to match S3 sweeper patterns | terraform-providers_terraform-provider-aws | train |
d955db8c1928e9ec63bc0cb67e424bf182c380d7 | diff --git a/lib/aruba/cucumber/command.rb b/lib/aruba/cucumber/command.rb
index <HASH>..<HASH> 100644
--- a/lib/aruba/cucumber/command.rb
+++ b/lib/aruba/cucumber/command.rb
@@ -13,14 +13,13 @@ When(/^I successfully run `(.*?)`(?: for up to (\d+) seconds)?$/)do |cmd, secs|
end
When(/^I run the following (?:command... | Run ad-hoc scripts without modifying PATH | cucumber_aruba | train |
c8e82645284a17f333b050ce60eb5b2294fdedf1 | diff --git a/lxd/storage_cgo.go b/lxd/storage_cgo.go
index <HASH>..<HASH> 100644
--- a/lxd/storage_cgo.go
+++ b/lxd/storage_cgo.go
@@ -23,6 +23,100 @@ package main
#define LO_FLAGS_AUTOCLEAR 4
#endif
+#define LXD_MAXPATH 4096
+#define LXD_NUMSTRLEN64 21
+#define LXD_MAX_LOOP_PATHLEN (2 * sizeof("loop/")) + LXD_NUMS... | storage_cgo: detect if loop file is already in use | lxc_lxd | train |
24b3a05c76b047895ab1529986a7a36814dcf6bc | diff --git a/src/picker/PickerColumn.js b/src/picker/PickerColumn.js
index <HASH>..<HASH> 100644
--- a/src/picker/PickerColumn.js
+++ b/src/picker/PickerColumn.js
@@ -98,9 +98,13 @@ export default createComponent({
},
onTouchMove(event) {
- preventDefault(event);
this.moving = true;
this.... | [improvement] Picker: stop propagation when touchmove in vertical direction (#<I>) | youzan_vant | train |
8d74b3cd5e7c2eaa5e2e6328edbb6403168bf4aa | diff --git a/core/src/main/java/hudson/model/AsyncPeriodicWork.java b/core/src/main/java/hudson/model/AsyncPeriodicWork.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/AsyncPeriodicWork.java
+++ b/core/src/main/java/hudson/model/AsyncPeriodicWork.java
@@ -38,12 +38,12 @@ public abstract class Asy... | Added logging level methods to AsyncPeriodicWork. | jenkinsci_jenkins | train |
12e9f64ae3a214ff69d99871ef3cc7735fc82c31 | diff --git a/main.js b/main.js
index <HASH>..<HASH> 100644
--- a/main.js
+++ b/main.js
@@ -2,7 +2,8 @@ var katex = require('katex')
var fs = require('fs')
var _ = require('lodash')
-var parseExpression = function(raw, delimit, delimitEscaped, mathMode) {
+var parseExpression = function(raw, delimit, delimitEscaped,... | Split off deeply nested code into helper function. Added argument to function to remove newlines on final pass to minimize the code. | joshuacaron_parse-katex | train |
99af15c710f23a07ded0c514a263be5ce3196fba | diff --git a/core/src/main/java/com/digitalpebble/stormcrawler/bolt/FetcherBolt.java b/core/src/main/java/com/digitalpebble/stormcrawler/bolt/FetcherBolt.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/digitalpebble/stormcrawler/bolt/FetcherBolt.java
+++ b/core/src/main/java/com/digitalpebble/stormcrawler... | changed order of emit outlinks and emit of parent url when redirections happens in fetcher bolt (#<I>) | DigitalPebble_storm-crawler | train |
2d85217432011fd75cfa1af46f613b38c85d2a54 | diff --git a/ui/app/product/directives/pncProductVersionBCSets/pncProductVersionBCSets.js b/ui/app/product/directives/pncProductVersionBCSets/pncProductVersionBCSets.js
index <HASH>..<HASH> 100644
--- a/ui/app/product/directives/pncProductVersionBCSets/pncProductVersionBCSets.js
+++ b/ui/app/product/directives/pncProdu... | Added debugging logs and START EVENTS to eatch for status updates | project-ncl_pnc | train |
4f2571a4086f85405aa896c4adaa060d9330e0ec | diff --git a/lib/devise/rails/routes.rb b/lib/devise/rails/routes.rb
index <HASH>..<HASH> 100644
--- a/lib/devise/rails/routes.rb
+++ b/lib/devise/rails/routes.rb
@@ -94,10 +94,24 @@ module ActionDispatch::Routing
#
# devise_for :users, path: 'accounts'
#
- # * singular: setup the singular name ... | [ci skip] Write how to use `singular` option of `ActionDispatch::Routing::Mapper#devise_for`
* Replace "the instance variable name in controller" with "the helper methods
names in controller".
Devise dose not define instance variable for controllers but define helper
methods for controllers.
* Replace "the name ... | plataformatec_devise | train |
5ff37972fb5f7bd6f1dc9040758f75978d03f4a4 | diff --git a/modules/custom/social_language/src/SocialLanguageMetadataBubblingUrlGenerator.php b/modules/custom/social_language/src/SocialLanguageMetadataBubblingUrlGenerator.php
index <HASH>..<HASH> 100644
--- a/modules/custom/social_language/src/SocialLanguageMetadataBubblingUrlGenerator.php
+++ b/modules/custom/soci... | OSSUPPORT-<I> by nielsvandermolen, kingdutch: The language URL generator sometimes breaks some URLs that are
meant to switch between two different languages (for example
linking to a Dutch entity from a translation overview that's
viewed in English). We add exceptions of targets and
origins where we disable the overwri... | goalgorilla_open_social | train |
0fa16d2d82504bc7508b755a07fe785177b6cb22 | diff --git a/bin/bel_parse.rb b/bin/bel_parse.rb
index <HASH>..<HASH> 100755
--- a/bin/bel_parse.rb
+++ b/bin/bel_parse.rb
@@ -35,9 +35,9 @@ end
# read bel content
content =
if options[:bel]
- File.open(options[:bel]).read
+ File.open(options[:bel])
else
- $stdin.read
+ $stdin
end
class Main | read IO streams directly (e.g. no buffering)
closes #<I> | OpenBEL_bel.rb | train |
1fb02ef7b4925c05a96ceb91e007bf308e057269 | diff --git a/Swat/SwatDate.php b/Swat/SwatDate.php
index <HASH>..<HASH> 100644
--- a/Swat/SwatDate.php
+++ b/Swat/SwatDate.php
@@ -1729,22 +1729,28 @@ class SwatDate extends HotDateTime
*/
public function addWholeMonths($months)
{
- $success = true;
+ $months = (integer)$months;
+
+ $years = (integer)($month... | Fix serious logic errors noticed immediately by Isaac.
svn commit r<I> | silverorange_swat | train |
ea6f3675a239fd93352eac8a0d1bedc433958844 | diff --git a/api/app/handler.go b/api/app/handler.go
index <HASH>..<HASH> 100644
--- a/api/app/handler.go
+++ b/api/app/handler.go
@@ -13,6 +13,7 @@ import (
"github.com/globocom/tsuru/api/service"
"github.com/globocom/tsuru/db"
"github.com/globocom/tsuru/errors"
+ "github.com/globocom/tsuru/log"
"github.com/gl... | logging some actions in api/app and repository pkgs | tsuru_tsuru | train |
3d477d8bec66cbeb336c2a04971311b9990c307a | diff --git a/spec/rubycards/deck_spec.rb b/spec/rubycards/deck_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/rubycards/deck_spec.rb
+++ b/spec/rubycards/deck_spec.rb
@@ -40,13 +40,13 @@ describe Deck do
context 'empty deck' do
it 'returns true' do
deck.cards.count.times { deck.draw }
- deck... | deck spec for empty? to newer rspec syntax. This also stops Travis CI from complaining. | jdan_rubycards | train |
192694fcaed8b672e0f32d63e0620bdbcdcec361 | diff --git a/src/Sulu/Bundle/SecurityBundle/Entity/Role.php b/src/Sulu/Bundle/SecurityBundle/Entity/Role.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Bundle/SecurityBundle/Entity/Role.php
+++ b/src/Sulu/Bundle/SecurityBundle/Entity/Role.php
@@ -10,6 +10,8 @@
namespace Sulu\Bundle\SecurityBundle\Entity;
+use JMS\... | excluded user-roles from role-api | sulu_sulu | train |
6d2f327111d1cfc5c89657e808517407e0574de1 | diff --git a/AegeanTools/fitting.py b/AegeanTools/fitting.py
index <HASH>..<HASH> 100644
--- a/AegeanTools/fitting.py
+++ b/AegeanTools/fitting.py
@@ -748,14 +748,15 @@ def errors(source, model, wcshelper):
return source
# position errors
- if model[prefix + 'xo'].vary and model[prefix + 'yo'].vary:
... | resolve #<I>
there are now 3 groups of uncertainty which are independent:
ra/dec
a/b
pa | PaulHancock_Aegean | train |
94f7079e4c1ece2560003df8fe488c575c3dc85f | diff --git a/lib/hatchet.rb b/lib/hatchet.rb
index <HASH>..<HASH> 100644
--- a/lib/hatchet.rb
+++ b/lib/hatchet.rb
@@ -6,6 +6,7 @@ require 'json'
require 'stringio'
require 'fileutils'
require 'stringio'
+require 'date'
module Hatchet
end | We are using DateTime but didn’t ever require `date`. | heroku_hatchet | train |
aab93753b520e5eb86face57e5b48acb84c8e37c | diff --git a/classes/PodsAdmin.php b/classes/PodsAdmin.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAdmin.php
+++ b/classes/PodsAdmin.php
@@ -58,7 +58,7 @@ class PodsAdmin {
add_action( 'admin_head-media-upload-popup', array( $this, 'register_media_assets' ) );
// Add our debug to Site Info.
- add_filter(... | Update classes/PodsAdmin.php | pods-framework_pods | train |
2128cde948a8d0970021494cf5967b30171d0d4d | diff --git a/src/geshi/apt_sources.php b/src/geshi/apt_sources.php
index <HASH>..<HASH> 100644
--- a/src/geshi/apt_sources.php
+++ b/src/geshi/apt_sources.php
@@ -55,7 +55,7 @@ $language_data = array (
'stable/updates',
//Debian
'buzz', 'rex', 'bo', 'hamm', 'slink', 'potato', 'woo... | upd: Updated distribution list for APT Sources List language file | GeSHi_geshi-1.0 | train |
09750737a7c77bb8e3f2bf554fb4826788c0bb77 | diff --git a/symfit/core/minimizers.py b/symfit/core/minimizers.py
index <HASH>..<HASH> 100644
--- a/symfit/core/minimizers.py
+++ b/symfit/core/minimizers.py
@@ -318,6 +318,9 @@ class ChainedMinimizer(BaseMinimizer):
del state['__signature__']
return state
+ def __str__(self):
+ return se... | Add str representation to ChainedMinimizers | tBuLi_symfit | train |
b355df0e2ecd646891b9cfc3c3226c76d1dcd429 | diff --git a/mockserver-core/src/test/java/org/mockserver/configuration/ConfigurationTest.java b/mockserver-core/src/test/java/org/mockserver/configuration/ConfigurationTest.java
index <HASH>..<HASH> 100644
--- a/mockserver-core/src/test/java/org/mockserver/configuration/ConfigurationTest.java
+++ b/mockserver-core/src... | ignoring test that seems to fail in build for no know reason, will investigate and fix | jamesdbloom_mockserver | train |
eab304c85b66b64b916ae4fec94ffcb4acc21255 | diff --git a/support/cas-server-support-ldap/src/main/java/org/apereo/cas/authentication/LdapAuthenticationHandler.java b/support/cas-server-support-ldap/src/main/java/org/apereo/cas/authentication/LdapAuthenticationHandler.java
index <HASH>..<HASH> 100644
--- a/support/cas-server-support-ldap/src/main/java/org/apereo/... | Fix for invalid credentials being allowed through password policy check (#<I>) | apereo_cas | train |
047d1ad9f694fe588872d7a85d71a3ff9a6fab18 | diff --git a/plugins/Admin/tests/TestCase/src/Controller/OrderDetails/OrderDetailsControllerEditPickupDayTest.php b/plugins/Admin/tests/TestCase/src/Controller/OrderDetails/OrderDetailsControllerEditPickupDayTest.php
index <HASH>..<HASH> 100644
--- a/plugins/Admin/tests/TestCase/src/Controller/OrderDetails/OrderDetails... | pickup day of order detail can now be changed to any day | foodcoopshop_foodcoopshop | train |
9d6235c54e0e8e1acd0a712e63207e899e82dc4d | diff --git a/pkg/scheduler/framework/plugins/helper/normalize_score_test.go b/pkg/scheduler/framework/plugins/helper/normalize_score_test.go
index <HASH>..<HASH> 100644
--- a/pkg/scheduler/framework/plugins/helper/normalize_score_test.go
+++ b/pkg/scheduler/framework/plugins/helper/normalize_score_test.go
@@ -55,6 +55,... | Add test case to improve the test coverage. | kubernetes_kubernetes | train |
6fb930c73b532c1e11b06953791e26f7ba2017d7 | diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php
index <HASH>..<HASH> 100644
--- a/cake/libs/model/model.php
+++ b/cake/libs/model/model.php
@@ -1864,7 +1864,7 @@ class Model extends Object {
foreach (array_merge($this->hasMany, $this->hasOne) as $assoc => $data) {
if ($data['dependent'] === tr... | Removing assignments by reference in model class | cakephp_cakephp | train |
b9fa7c30706f2c1d4f71cdb5848f289b475a5ba8 | diff --git a/CHANGELOG b/CHANGELOG
index <HASH>..<HASH> 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+0.2.0
+ - feat: `QPSeries.get_qpimage` supports QPImage identifier as index
0.1.8
- code cleanup
0.1.7
diff --git a/qpimage/core.py b/qpimage/core.py
index <HASH>..<HASH> 100644
--- a/qpimage/core.py
+++ ... | feat: supports QPImage identifier as index | RI-imaging_qpimage | train |
9b04298e29554f4f409eb2d1a0f8286839234a94 | diff --git a/integtests/src/test/java/org/isisaddons/module/excel/integtests/ExcelModuleModuleSystemInitializer.java b/integtests/src/test/java/org/isisaddons/module/excel/integtests/ExcelModuleModuleSystemInitializer.java
index <HASH>..<HASH> 100644
--- a/integtests/src/test/java/org/isisaddons/module/excel/integtests... | required updates to integ tests as per ISIS-<I> refactorings | isisaddons-legacy_isis-module-excel | train |
722536a0d7c8fff28a79ba46e64bba024948d8f2 | diff --git a/server/spec/services/grid_service_deployer_spec.rb b/server/spec/services/grid_service_deployer_spec.rb
index <HASH>..<HASH> 100644
--- a/server/spec/services/grid_service_deployer_spec.rb
+++ b/server/spec/services/grid_service_deployer_spec.rb
@@ -82,7 +82,9 @@ describe GridServiceDeployer do
allo... | Fix flakey server test (GridServiceDeployer) (#<I>) | kontena_kontena | train |
a02241e5df48e44e23dc0e66dbef3fdc3c91eb3e | diff --git a/src/com/google/javascript/jscomp/CodeConsumer.java b/src/com/google/javascript/jscomp/CodeConsumer.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/CodeConsumer.java
+++ b/src/com/google/javascript/jscomp/CodeConsumer.java
@@ -238,7 +238,7 @@ abstract class CodeConsumer {
add(... | Correct output of -<I>.
Fixes issue <I>.
R=acleung
DELTA=9 (8 added, 0 deleted, 1 changed)
Revision created by MOE tool push_codebase.
MOE_MIGRATION=<I>
git-svn-id: <URL> | google_closure-compiler | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.