hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
1dd2b2802e175a8eb53896c714c8f96a11f24b70 | diff --git a/spec/standalone_migrations/configurator_spec.rb b/spec/standalone_migrations/configurator_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/standalone_migrations/configurator_spec.rb
+++ b/spec/standalone_migrations/configurator_spec.rb
@@ -204,6 +204,7 @@ module StandaloneMigrations
end
a... | Cleanup other db configuration on after block | thuss_standalone-migrations | train |
210d37ec09251f1961d4047a8eb5be4c7b7a9ad8 | diff --git a/lib/fresh_connection/extend/ar_relation.rb b/lib/fresh_connection/extend/ar_relation.rb
index <HASH>..<HASH> 100644
--- a/lib/fresh_connection/extend/ar_relation.rb
+++ b/lib/fresh_connection/extend/ar_relation.rb
@@ -18,11 +18,7 @@ module FreshConnection
private
def exec_queries
- r... | Removed unneccessary code | tsukasaoishi_fresh_connection | train |
60417f834d279fc89ce53f05793a28733608df21 | diff --git a/lib/dpl/version.rb b/lib/dpl/version.rb
index <HASH>..<HASH> 100644
--- a/lib/dpl/version.rb
+++ b/lib/dpl/version.rb
@@ -1,3 +1,3 @@
module DPL
- VERSION = '1.8.13'
+ VERSION = '1.8.14'
end | Bump to version <I> | travis-ci_dpl | train |
eced2f32116df0b01c423cb169d7d2c775b46597 | diff --git a/spacy/about.py b/spacy/about.py
index <HASH>..<HASH> 100644
--- a/spacy/about.py
+++ b/spacy/about.py
@@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy"
-__version__ = "2.2.0.dev8"
+__version__ = "2.2.0.dev9"
__summary__ = "Industrial-strength Natural Language Processing (NLP) in Python"
__uri__ = "https:/... | Set version to <I>.dev9 | explosion_spaCy | train |
2a8ac69bc0ff8dce402f9666eef21c177b5a51ac | diff --git a/src/com/opencms/staging/CmsStaging.java b/src/com/opencms/staging/CmsStaging.java
index <HASH>..<HASH> 100644
--- a/src/com/opencms/staging/CmsStaging.java
+++ b/src/com/opencms/staging/CmsStaging.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/staging/Attic/CmsStaging.ja... | Added first functionality to staging classes. | alkacon_opencms-core | train |
38a34c9b81bc2d0505f1623ddb87d690994e294b | diff --git a/kafkatest/broker.go b/kafkatest/broker.go
index <HASH>..<HASH> 100644
--- a/kafkatest/broker.go
+++ b/kafkatest/broker.go
@@ -83,6 +83,7 @@ func (b *Broker) Consumer(conf kafka.ConsumerConf) (kafka.Fetcher, error) {
}
c := &Consumer{
+ conf: conf,
Broker: b,
Messages: make(chan *proto.Me... | overwrite message source when testing
when pushing through testing consumer, overwrite message's topic and partition
with information passed with consumer configuration | optiopay_kafka | train |
9d16c6f91b5fe844e9f29e299bdba934166577b6 | diff --git a/haproxy/haproxy_logfile.py b/haproxy/haproxy_logfile.py
index <HASH>..<HASH> 100644
--- a/haproxy/haproxy_logfile.py
+++ b/haproxy/haproxy_logfile.py
@@ -40,7 +40,7 @@ class HaproxyLogFile(object):
self._sort_lines()
- def filter(self, filter_func):
+ def filter(self, filter_func, revers... | Allow HaproxyLogFile.filter to reverse its output
This allows to be able to run filters like "all non SSL traffic",
or "all traffic but this IP". | gforcada_haproxy_log_analysis | train |
0b591b0f1c57c628eb8afa3e5075ed278a350b0b | diff --git a/repository/repository.go b/repository/repository.go
index <HASH>..<HASH> 100644
--- a/repository/repository.go
+++ b/repository/repository.go
@@ -326,12 +326,19 @@ func RevokeAccess(rNames, uNames []string, readOnly bool) error {
return err
}
defer conn.Close()
+ var info *mgo.ChangeInfo
if readOn... | repository: ensure that revoke returns not found when repo doesn't exist
Related to #<I>. | tsuru_gandalf | train |
584de9302dc15e20ed7751c7ee0f1f62ec225f1a | diff --git a/modules/yahrzeit/module.php b/modules/yahrzeit/module.php
index <HASH>..<HASH> 100644
--- a/modules/yahrzeit/module.php
+++ b/modules/yahrzeit/module.php
@@ -56,9 +56,8 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
$endjd=$startjd+$days-1;
$id=$this->getName().$block_id... | #<I> Home page blocks issues | fisharebest_webtrees | train |
4fbc78ba8120d719be14d5fa34e7997671a0cb5e | diff --git a/discord/ext/commands/flags.py b/discord/ext/commands/flags.py
index <HASH>..<HASH> 100644
--- a/discord/ext/commands/flags.py
+++ b/discord/ext/commands/flags.py
@@ -197,6 +197,7 @@ def get_flags(namespace: Dict[str, Any], globals: Dict[str, Any], locals: Dict[s
# List[str] -> (max_args=-1)
... | [commands] Add support for typing.Union to Flags | Rapptz_discord.py | train |
8c8f8d5142a6f23a21471d63fde5e6422daa27b5 | diff --git a/hawkular-bus-broker/src/main/java/org/hawkular/bus/broker/EmbeddedBroker.java b/hawkular-bus-broker/src/main/java/org/hawkular/bus/broker/EmbeddedBroker.java
index <HASH>..<HASH> 100644
--- a/hawkular-bus-broker/src/main/java/org/hawkular/bus/broker/EmbeddedBroker.java
+++ b/hawkular-bus-broker/src/main/ja... | Fix imports order to match the new Checstyle rule | hawkular_hawkular-bus | train |
200e9b3b75a9bea81280fc1b187a1a33aedd2b54 | diff --git a/Client.php b/Client.php
index <HASH>..<HASH> 100644
--- a/Client.php
+++ b/Client.php
@@ -484,7 +484,9 @@ class CheddarGetter_Client {
CURLOPT_CONNECTTIMEOUT => 10,
CURLOPT_TIMEOUT => 60,
CURLOPT_USERAGENT => $userAgent,
- CURLOPT_USERPWD => $this->getUsername() . ':' . $this->_getPas... | cURL client now follows redirects | marcguyer_cheddargetter-client-php | train |
fcd3b652a8fc5a848b6b3ecf128ab3b2c0c7f126 | diff --git a/cilium/cmd/service_update.go b/cilium/cmd/service_update.go
index <HASH>..<HASH> 100644
--- a/cilium/cmd/service_update.go
+++ b/cilium/cmd/service_update.go
@@ -106,7 +106,7 @@ func updateService(cmd *cobra.Command, args []string) {
}
// Backend ID will be set by the daemon
- be := loadbalancer.N... | loadbalancer: Get rid of Weight field in LBBackEnd | cilium_cilium | train |
71804ad9347cdede549f699bf8c433a79c030b49 | diff --git a/imdb.class.php b/imdb.class.php
index <HASH>..<HASH> 100644
--- a/imdb.class.php
+++ b/imdb.class.php
@@ -23,7 +23,7 @@
* @link http://fabian-beiner.de
* @license Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported
*
- * @version 5.5.4 (April 5th, 2012)
+ * @version 5.5.5 (June 23rd... | Changed the way to select a movie.
Prefers exact match over popular one. | FabianBeiner_PHP-IMDB-Grabber | train |
4a925035ca7a87176ec50cb46483c2682c43ebe4 | diff --git a/Kwf/Model/Union.php b/Kwf/Model/Union.php
index <HASH>..<HASH> 100644
--- a/Kwf/Model/Union.php
+++ b/Kwf/Model/Union.php
@@ -119,6 +119,13 @@ class Kwf_Model_Union extends Kwf_Model_Abstract
}
} else if ($expr instanceof Kwf_Model_Select_Expr_Sql) {
return $expr;
+ ... | Implement union child expression
Only apply for models with existing dependent-rule. Return null for
others to don't lock them out (if needed it can be done with other
select statements) | koala-framework_koala-framework | train |
17ac975bb58c1ba811fd245e01a7771d566857f1 | diff --git a/class-themeisle-sdk-product.php b/class-themeisle-sdk-product.php
index <HASH>..<HASH> 100644
--- a/class-themeisle-sdk-product.php
+++ b/class-themeisle-sdk-product.php
@@ -373,6 +373,16 @@ if ( ! class_exists( 'ThemeIsle_SDK_Product' ) ) :
* @return bool Can the product be rolled back or not.
*/
... | Added capability check to rollback link. | Codeinwp_themeisle-sdk | train |
1da36943c868d3a996bd53da3dc88908422ece1f | diff --git a/jax/api.py b/jax/api.py
index <HASH>..<HASH> 100644
--- a/jax/api.py
+++ b/jax/api.py
@@ -134,12 +134,13 @@ def jit(fun: Callable[..., T],
arguments to treat as static (compile-time constant). Operations that only
depend on static arguments will be constant-folded in Python (during
tra... | mention static_argnum values should be immutable | tensorflow_probability | train |
3665fc1c2cdb828bfff15a76c7a194b8b3f60363 | diff --git a/src/Reflection/ReflectionNamedType.php b/src/Reflection/ReflectionNamedType.php
index <HASH>..<HASH> 100644
--- a/src/Reflection/ReflectionNamedType.php
+++ b/src/Reflection/ReflectionNamedType.php
@@ -27,6 +27,7 @@ class ReflectionNamedType extends ReflectionType
'mixed' => null,
'sta... | Implemented "never" builtin type | Roave_BetterReflection | train |
a4ba8f61c9db846352ba3a53ad916953d66c8e18 | diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/integration/IntegrationAutoConfiguration.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/integration/IntegrationAutoConfiguration.java
index <HASH>..<HASH> 100644
--- a/spring-boot-autoconfi... | Backport 6dd<I>
While working on gh-<I>, a regression was introduced and fixed right the
way on master. Unfortunately, the fix wasn't applied to `<I>.x` as it
should have been.
This commit applies 6dd<I> to `<I>.x`
Closes gh-<I> | spring-projects_spring-boot | train |
80fb9396c3cce6b7482743b6031c58e409e016a2 | diff --git a/utils/expo2csv.py b/utils/expo2csv.py
index <HASH>..<HASH> 100644
--- a/utils/expo2csv.py
+++ b/utils/expo2csv.py
@@ -63,7 +63,7 @@ def expo2csv(job_ini):
if exposure.retrofitted:
row.append(asset._retrofitted)
for time_event in exposure.occupancy_periods:
- row.ap... | Fix for the occupants [skip CI]
Former-commit-id: d7e7b3d<I>ee3a<I>f2ba4de<I>ae2c<I>c5f8 | gem_oq-engine | train |
8bcbe971edf096a3328b7dc4fe349b1ba6822caf | diff --git a/classes/ServiceProvider.php b/classes/ServiceProvider.php
index <HASH>..<HASH> 100644
--- a/classes/ServiceProvider.php
+++ b/classes/ServiceProvider.php
@@ -74,6 +74,11 @@ class ServiceProvider extends BaseServiceProvider {
__DIR__.'/../migrations/' => database_path('migrations')
], 'migrations');
... | created publish command for new compiled assets | BKWLD_decoy | train |
be6267d98fbb7eb4539a106031da779dcfa06cc2 | diff --git a/src/main/java/org/aesh/command/impl/container/AeshCommandContainerBuilder.java b/src/main/java/org/aesh/command/impl/container/AeshCommandContainerBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/aesh/command/impl/container/AeshCommandContainerBuilder.java
+++ b/src/main/java/org/aesh/comma... | renamed OptionType.ARGUMENT to OptionType.ARGUMENTS | aeshell_aesh | train |
5d42a7ac7577a8e5ce8c3bd72849622ae7d38c99 | diff --git a/deployer/db/task/db_export.php b/deployer/db/task/db_export.php
index <HASH>..<HASH> 100644
--- a/deployer/db/task/db_export.php
+++ b/deployer/db/task/db_export.php
@@ -25,7 +25,7 @@ task('db:export', function () {
foreach (get('db_databases_merged') as $databaseCode => $databaseConfig) {
... | [BUGFIX] Fix wrong host name when creating export. | sourcebroker_deployer-extended-database | train |
2fe38b1527e5b11fbddc124e666b1cf3fa862277 | diff --git a/src/commands/deploy/latest.js b/src/commands/deploy/latest.js
index <HASH>..<HASH> 100644
--- a/src/commands/deploy/latest.js
+++ b/src/commands/deploy/latest.js
@@ -36,7 +36,11 @@ import {
InvalidDomain,
TooManyRequests,
UserAborted,
- DeploymentsRateLimited
+ DeploymentsRateLimited,
+ AliasDo... | Handle more errors when deploying (#<I>) | zeit_now-cli | train |
1f1d832e0f133bd9d22cd45cfb62fd446cbb96a3 | diff --git a/src/js/components/Layer/__tests__/Layer-test.js b/src/js/components/Layer/__tests__/Layer-test.js
index <HASH>..<HASH> 100644
--- a/src/js/components/Layer/__tests__/Layer-test.js
+++ b/src/js/components/Layer/__tests__/Layer-test.js
@@ -8,6 +8,18 @@ import { createPortal, expectPortal } from '../../../uti... | added test to check is layer unmounts from dom (#<I>) | grommet_grommet | train |
faecad8566c350e9ea73a646963d51cefeccd6b1 | diff --git a/drizzlepac/haputils/align_utils.py b/drizzlepac/haputils/align_utils.py
index <HASH>..<HASH> 100644
--- a/drizzlepac/haputils/align_utils.py
+++ b/drizzlepac/haputils/align_utils.py
@@ -194,13 +194,14 @@ class AlignmentTable:
self.imglist = []
for group_id, image in enumerate(self.proce... | Get QA to not crash with blank images (#<I>) | spacetelescope_drizzlepac | train |
4c9a85eea6dd697e68c8d0083616e766c0d6ea75 | diff --git a/src/mergadoclient/OAuth2/MergadoProvider.php b/src/mergadoclient/OAuth2/MergadoProvider.php
index <HASH>..<HASH> 100644
--- a/src/mergadoclient/OAuth2/MergadoProvider.php
+++ b/src/mergadoclient/OAuth2/MergadoProvider.php
@@ -9,7 +9,7 @@ use Psr\Http\Message\ResponseInterface;
class MergadoProvider exte... | Changed url for production mergado from http to https | mergado_mergado-api-client-php | train |
a7e121751ca5da51e8ab7d3dfd4fb65a501af500 | diff --git a/build.gradle b/build.gradle
index <HASH>..<HASH> 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,9 +42,9 @@ ext {
javaTargetCompatibility = JavaVersion.VERSION_1_7
// Libraries
- appcompat7Version = '23.0.0'
- supportAnnotations = '23.0.0'
- recyclerviewVersion = '23.0.0'
+ appcompat7Versio... | Update to support lib <I> | sockeqwe_mosby | train |
7fb1f68ff8cede0bf77d808e1ed00ef095223313 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ The easiest way to get etcd is to use one of the pre-built release binaries whic
For those wanting to try the very latest version, [build the latest version of etcd][dl-build] from the `master` branch. Th... | *: coreos/rkt -> rkt/rkt | etcd-io_etcd | train |
ff4fee2780087cf637796c60c9a4a3a6b18f5894 | diff --git a/install.rb b/install.rb
index <HASH>..<HASH> 100755
--- a/install.rb
+++ b/install.rb
@@ -166,7 +166,7 @@ end
# Prepare the file installation.
#
def prepare_installation
- $operatingsystem = Facter["operatingsystem"].value
+ $operatingsystem = Facter.value :operatingsystem
InstallOptions.configs ... | (maint) Replace Facter[].value calls with just Facter.value.
There are a few remaining Facter[:name].value calls remaining.
We use the shortcut method Facter.value throughout Puppet's source, so
removing these calls in favor of the simplier Facter.value call. | puppetlabs_puppet | train |
1ae89f87e1bf84bd8a9d06fece740783e5bc28c7 | diff --git a/invenio_accounts/admin.py b/invenio_accounts/admin.py
index <HASH>..<HASH> 100644
--- a/invenio_accounts/admin.py
+++ b/invenio_accounts/admin.py
@@ -203,8 +203,7 @@ class SessionActivityView(ModelView):
}
def delete_model(self, model):
- is_current = SessionActivity.is_current(sid_s=mod... | sessions: commit session on user login
* Commits the session when login permit to fix the session creation
on user first signup. Because on flask-security, the signup and
login views are executing the after_this_request and the login_user
in a inverted order. (closes #<I>) | inveniosoftware_invenio-accounts | train |
e2ea90632a7c829f4f2786df33f12822c4e71648 | diff --git a/rpmfile/__init__.py b/rpmfile/__init__.py
index <HASH>..<HASH> 100644
--- a/rpmfile/__init__.py
+++ b/rpmfile/__init__.py
@@ -38,7 +38,7 @@ class RPMInfo(object):
@classmethod
def _read(cls, magic, fileobj):
- if magic == '070701':
+ if magic == b'070701':
return cls.... | Fixed a couple python 3 compatibility issues | srossross_rpmfile | train |
709c327c403ea5485065614dff4e82bde6a83490 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(name='baselines',
packages=[package for package in find_packages()
if package.startswith('baselines')],
install_requires=[
- 'gym',
+ 'gym>=0.9.1',
... | Update setup.py
`PongNoFrameskip-v4` seems to require `gym>=<I>` | openai_baselines | train |
496d9330e8283b8d515abb34bfce92f182ddb297 | diff --git a/src/Ouzo/Core/Bootstrap.php b/src/Ouzo/Core/Bootstrap.php
index <HASH>..<HASH> 100644
--- a/src/Ouzo/Core/Bootstrap.php
+++ b/src/Ouzo/Core/Bootstrap.php
@@ -69,6 +69,21 @@ class Bootstrap
*/
public function runApplication()
{
+ if ($this->configRepository) {
+ $this->conf... | Small refactor of bootstrap class. | letsdrink_ouzo | train |
0d12198d4c83520c473e90dd4380015e5aa0362b | diff --git a/liberty-maven-plugin/src/main/java/net/wasdev/wlp/maven/plugins/server/InstallServerMojo.java b/liberty-maven-plugin/src/main/java/net/wasdev/wlp/maven/plugins/server/InstallServerMojo.java
index <HASH>..<HASH> 100644
--- a/liberty-maven-plugin/src/main/java/net/wasdev/wlp/maven/plugins/server/InstallServe... | force dependency resolution in InstallServerMojo | WASdev_ci.maven | train |
7e757bde127ca81425daa28ebab17bad18843c00 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Unreleased
+
+* Feature: Add `fallback: :i18n` to use the fallbacks from `I18n.fallbacks`.
+
## 5.0.0
* Change `locale_columns` and `locales_for_attribute` to sort current lo... | Add `fallback: :i<I>n` to use the fallbacks from `I<I>n.fallbacks` | barsoom_traco | train |
babdc6c557f795435a2902285d90597637f7a3c3 | diff --git a/lib/adapter.js b/lib/adapter.js
index <HASH>..<HASH> 100644
--- a/lib/adapter.js
+++ b/lib/adapter.js
@@ -108,6 +108,9 @@ module.exports = (function() {
// transport: binary | rest. Currently only binary is supported: https://github.com/codemix/oriento/issues/44
transport : 'binary',
... | Exposes Oriento logger config to adapter | appscot_sails-orientdb | train |
8b8dfff158908b49e8875609854fd977c44d4e23 | diff --git a/lib/pkgcloud/openstack/identity/service.js b/lib/pkgcloud/openstack/identity/service.js
index <HASH>..<HASH> 100644
--- a/lib/pkgcloud/openstack/identity/service.js
+++ b/lib/pkgcloud/openstack/identity/service.js
@@ -132,7 +132,7 @@ exports.validateRegionForService = function (service, region, callback) {... | [dist] Dont be as strict about regions. | pkgcloud_pkgcloud | train |
226aa414fe206c8f7c289161d0e8d21b49bd0df4 | diff --git a/foyer/forcefield.py b/foyer/forcefield.py
index <HASH>..<HASH> 100755
--- a/foyer/forcefield.py
+++ b/foyer/forcefield.py
@@ -497,7 +497,8 @@ class Forcefield(app.ForceField):
return self.parametrize_system(topology=topology, positions=positions,
references_file=references_file, asser... | Pass assert_improper_params to paramtrize_system (#<I>) | mosdef-hub_foyer | train |
c679418084f9e8c9868c2c952928602906c6a8ff | diff --git a/test/CommonServiceLocatorBehaviorsTrait.php b/test/CommonServiceLocatorBehaviorsTrait.php
index <HASH>..<HASH> 100644
--- a/test/CommonServiceLocatorBehaviorsTrait.php
+++ b/test/CommonServiceLocatorBehaviorsTrait.php
@@ -29,6 +29,7 @@ use ZendTest\ServiceManager\TestAsset\SimpleAbstractFactory;
use funct... | Adds a test to verify that build/get/has remain stable and correct over
internal state changes. | mxc-commons_mxc-servicemanager | train |
24ee4cb742da7f5fb2437a6c0cb5d0b84647b9ac | diff --git a/src/ol/format/geojsonformat.js b/src/ol/format/geojsonformat.js
index <HASH>..<HASH> 100644
--- a/src/ol/format/geojsonformat.js
+++ b/src/ol/format/geojsonformat.js
@@ -57,6 +57,9 @@ ol.format.GeoJSON.EXTENSIONS_ = ['.geojson'];
* @return {ol.geom.Geometry} Geometry.
*/
ol.format.GeoJSON.readGeometry... | [GeoJSON] Add support for feature with null geometries | openlayers_openlayers | train |
9c32a2859710cc63438f3b45cc1d12954879a666 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## 3.2.10
+- fix: Strategies should not be required for updateding application details
- feat: boolean strategy paramters
## 3.2.9
diff --git a/lib/routes/admin-api/metrics-schema.js b/lib... | fix: Application fields should be optional. | Unleash_unleash | train |
bed49df266107492fd33d76c954253d6969c6af1 | diff --git a/build/mappersmith.js b/build/mappersmith.js
index <HASH>..<HASH> 100644
--- a/build/mappersmith.js
+++ b/build/mappersmith.js
@@ -187,14 +187,14 @@ Mapper.prototype = {
return this.host + normalizedPath + paramsString;
},
- newGatewayRequest: function(method, urlGenerator, path) {
+ newGatewayR... | refactoring Mapper#newGatewayRequest | tulios_mappersmith | train |
f8294b84009a05add0b71e32c69f3bdf4b2aa8db | diff --git a/modules/system/assets/js/framework.js b/modules/system/assets/js/framework.js
index <HASH>..<HASH> 100644
--- a/modules/system/assets/js/framework.js
+++ b/modules/system/assets/js/framework.js
@@ -63,8 +63,23 @@ if (window.jQuery === undefined)
'X-OCTOBER-REQUEST-PARTIALS': this.extractPa... | Add extra hooks for before ajax updates | octobercms_october | train |
3235e582e1bf942eb0d0d70f0ea26190cbb685c8 | diff --git a/app/controllers/shipit/api/commits_controller.rb b/app/controllers/shipit/api/commits_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/shipit/api/commits_controller.rb
+++ b/app/controllers/shipit/api/commits_controller.rb
@@ -6,6 +6,12 @@ module Shipit
def index
render_resou... | Add undeployed commits endpoint
Add an api endpoint to be able to look up the undeployed commits for a
given stack. | Shopify_shipit-engine | train |
8b6648d67fc793d9f100d93e57a2e669a0667799 | diff --git a/lib/flor/djan.rb b/lib/flor/djan.rb
index <HASH>..<HASH> 100644
--- a/lib/flor/djan.rb
+++ b/lib/flor/djan.rb
@@ -27,6 +27,13 @@ module Flor
out.string
end
+ # to_d, but without colours
+ #
+ def self.to_dnc(x)
+
+ to_d(x, colours: false)
+ end
+
module Djan
extend self
diff --gi... | Enhance "run starts" and "run ends" logging | floraison_flor | train |
27e0e13ba3381e5d4d36ae52dbe453106db15435 | diff --git a/decidim-core/lib/decidim/core.rb b/decidim-core/lib/decidim/core.rb
index <HASH>..<HASH> 100644
--- a/decidim-core/lib/decidim/core.rb
+++ b/decidim-core/lib/decidim/core.rb
@@ -607,8 +607,11 @@ module Decidim
end
# Defines the time after which the machine translation job should be enabled.
- # In... | Improve machine translation documentation and comments (#<I>) | decidim_decidim | train |
94998a438f4b6d8a6cd0fc34ed71a023d37128ec | diff --git a/provider/maas/environ.go b/provider/maas/environ.go
index <HASH>..<HASH> 100644
--- a/provider/maas/environ.go
+++ b/provider/maas/environ.go
@@ -951,6 +951,8 @@ func (environ *maasEnviron) StartInstance(args environs.StartInstanceParams) (
}
}
zoneInstances, err := availabilityZoneAllocations(en... | Put back legacy code to unbreak tests | juju_juju | train |
5cc2e15a1f1541e6ed5768d8285ec1ff016b3eb8 | diff --git a/ci/repro-ci.py b/ci/repro-ci.py
index <HASH>..<HASH> 100644
--- a/ci/repro-ci.py
+++ b/ci/repro-ci.py
@@ -586,6 +586,10 @@ def main(
commands: bool = False,
filters: Optional[List[str]] = None,
):
+ if filters and not commands:
+ raise ValueError(
+ "Must specify the command... | [CI][minor] Disallow filters if command isn't specified (#<I>)
Trivial "developer experience" tweak to the ci repro script:
disallow filtering commands if we're not running the commands. | ray-project_ray | train |
dc2c43b88c0cc34279a8cd7dca01146a630f8cf5 | diff --git a/nazs/network/web/blocks.py b/nazs/network/web/blocks.py
index <HASH>..<HASH> 100644
--- a/nazs/network/web/blocks.py
+++ b/nazs/network/web/blocks.py
@@ -21,5 +21,5 @@ class Interfaces(tables.Table):
# TODO update interfaces block after save
@register.block('edit_interface')
-class EditInterface(forms.... | Adapt to latest achilles version | exekias_droplet | train |
337f01cd9ed24ab4173727c30834f2a0056afac0 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -303,7 +303,7 @@ html_sidebars = {
'searchbox.html',
'globaltoc.html',
]
- if FOR_PRODUCTION
+ if FOR_PRODUCTION and PACKAGE_VERSION != 'devel'
else [
'searchbox.html'... | Hide version selector for non-versioned packages (#<I>) | apache_airflow | train |
ffe4eb467cd51551a783fd3787652986389ab58b | diff --git a/lib/BoundUDPSocket.php b/lib/BoundUDPSocket.php
index <HASH>..<HASH> 100755
--- a/lib/BoundUDPSocket.php
+++ b/lib/BoundUDPSocket.php
@@ -101,9 +101,15 @@ class BoundUDPSocket extends BoundSocket {
$conn->addr = $key;
$conn->parentSocket = $this;
$this->portsMap[$key] = $conn;
+ $... | BoundUDPSocket: udp now supports timeout. | kakserpom_phpdaemon | train |
ac688f3f7c79fcab12c7968e1e31968593bcc2c6 | diff --git a/src/BoomCMS/Chunk/Asset.php b/src/BoomCMS/Chunk/Asset.php
index <HASH>..<HASH> 100644
--- a/src/BoomCMS/Chunk/Asset.php
+++ b/src/BoomCMS/Chunk/Asset.php
@@ -47,7 +47,7 @@ class Asset extends BaseChunk
*
* @return array
*/
- public function attributes()
+ public function attributes(... | Asset chunk: Added return type declarations and null coalesce operator | boomcms_boom-core | train |
31b3ce133907c49de7d01e1aa97a702d03ba58f1 | diff --git a/api.js b/api.js
index <HASH>..<HASH> 100644
--- a/api.js
+++ b/api.js
@@ -55,7 +55,7 @@ function registerEvents() {
});
process.on("unhandledRejection", function(reason, promise) {
- log.error(err.stack);
+ log.error(reason);
process.exit(1);
});
}
diff --git a/lib/driver/base.js b/l... | corrected syntax and set uncaught rejection to use reason instead of err | db-migrate_node-db-migrate | train |
ffa8b959e483cb2fdd0feb069f65de092d357c21 | diff --git a/cake/console/error.php b/cake/console/error.php
index <HASH>..<HASH> 100644
--- a/cake/console/error.php
+++ b/cake/console/error.php
@@ -18,13 +18,14 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
+App::import('Core', 'ErrorHandler');
/**
* Error Handler f... | Changing classname and importing base class. | cakephp_cakephp | train |
c7fcb74a8c5e8ae64c844b7f2f56bd34cb9d2b55 | diff --git a/raiden_mps/raiden_mps/proxy/content.py b/raiden_mps/raiden_mps/proxy/content.py
index <HASH>..<HASH> 100644
--- a/raiden_mps/raiden_mps/proxy/content.py
+++ b/raiden_mps/raiden_mps/proxy/content.py
@@ -1,9 +1,13 @@
+import os
from flask import make_response, request, Response, stream_with_context
import ... | working directory independence in PaywalledProxyURL | raiden-network_microraiden | train |
b1ea4e8ae4c35b7e8a774ab306e5bc1cc0ff5f42 | diff --git a/test/com/google/javascript/jscomp/parsing/NewParserTest.java b/test/com/google/javascript/jscomp/parsing/NewParserTest.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/parsing/NewParserTest.java
+++ b/test/com/google/javascript/jscomp/parsing/NewParserTest.java
@@ -770,6 +770,61 @@ ... | Add tests for automatic semicolon insertion.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
c7732a9092085a9bde5eb8ff8a1789189e8d50e5 | diff --git a/cookiecutter/log.py b/cookiecutter/log.py
index <HASH>..<HASH> 100644
--- a/cookiecutter/log.py
+++ b/cookiecutter/log.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-"""Module for up logging set up."""
+"""Module for setting up logging."""
import logging
import sys
@@ -22,8 +22,8 @@ LOG_FORMATS = {
de... | fixed grammar error and rephrased configure_logger docstring | audreyr_cookiecutter | train |
9c90944d69de31955f08a3fd6a21a167318e184e | diff --git a/lib/meta.js b/lib/meta.js
index <HASH>..<HASH> 100644
--- a/lib/meta.js
+++ b/lib/meta.js
@@ -21,6 +21,10 @@ Meta.prototype._init = function (autogenMeta) {
var schema_data = info.schema;
//exports.validate_meta(p, schema_data, info.browse, info.form);
var schema = self.schemas[p] = ne... | add methods to mongoose schema | posttool_currentcms | train |
bb7bf52c8ae355258ed5a8d17cd41583aa35d19e | diff --git a/lib/yasuri/yasuri.rb b/lib/yasuri/yasuri.rb
index <HASH>..<HASH> 100644
--- a/lib/yasuri/yasuri.rb
+++ b/lib/yasuri/yasuri.rb
@@ -73,12 +73,46 @@ module Yasuri
map: Yasuri::MapNode
}
- def self.hash2node(node_hash)
- node = node_hash[:node]
+ def self.hash2node(node_hash, node_name = nil,... | WIP add simple text node as new json structure | tac0x2a_yasuri | train |
52290b0cccfa8a4ac7e33567035c1f82fe5fa36b | diff --git a/bids/layout/tests/test_layout.py b/bids/layout/tests/test_layout.py
index <HASH>..<HASH> 100644
--- a/bids/layout/tests/test_layout.py
+++ b/bids/layout/tests/test_layout.py
@@ -712,6 +712,19 @@ def test_get_with_invalid_filters(layout_ds005):
l.get(**filters)
+def test_get_with_query_constants_in... | TEST: Check that using special queries in a list results in OR behavior | bids-standard_pybids | train |
0e2371a4ad1f2f9f2c1f08ab51890ea9686f854b | diff --git a/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java b/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java
index <HASH>..<HASH> 100644
--- a/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java
+++ b/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java
@@ -1044,... | [Java] Rename publication params isReplay to hasPosition. | real-logic_aeron | train |
6ad34a135b8e8661416c5ba6dfc3cc1003d23938 | diff --git a/openfisca_country_template/variables/benefits.py b/openfisca_country_template/variables/benefits.py
index <HASH>..<HASH> 100644
--- a/openfisca_country_template/variables/benefits.py
+++ b/openfisca_country_template/variables/benefits.py
@@ -45,6 +45,7 @@ class housing_allowance(Variable):
# This al... | Add docstring example on housing_allowance formula | openfisca_country-template | train |
092675487c91133144d4f1b81b5cf69a444883d3 | diff --git a/src/main/java/org/fusesource/jansi/AnsiOutputStream.java b/src/main/java/org/fusesource/jansi/AnsiOutputStream.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fusesource/jansi/AnsiOutputStream.java
+++ b/src/main/java/org/fusesource/jansi/AnsiOutputStream.java
@@ -128,7 +128,7 @@ public class Ansi... | Fix ansi stream state after an exception is thrown, fixes #<I> | fusesource_jansi | train |
c03475de9f1a825ec81710ab3c9b6a3d425fde86 | diff --git a/dwave/system/samplers/dwave_sampler.py b/dwave/system/samplers/dwave_sampler.py
index <HASH>..<HASH> 100644
--- a/dwave/system/samplers/dwave_sampler.py
+++ b/dwave/system/samplers/dwave_sampler.py
@@ -230,8 +230,8 @@ class DWaveSampler(dimod.Sampler, dimod.Structured):
Args:
h (lis... | DWaveSampler.sample_ising accepts a list with 0 biases | dwavesystems_dwave-system | train |
df754a955c38dbd28921d0ac925158027d13ce70 | diff --git a/modules/social_features/social_core/src/Form/InviteEmailBaseForm.php b/modules/social_features/social_core/src/Form/InviteEmailBaseForm.php
index <HASH>..<HASH> 100644
--- a/modules/social_features/social_core/src/Form/InviteEmailBaseForm.php
+++ b/modules/social_features/social_core/src/Form/InviteEmailBa... | Issue #<I> by robertragas: fix back buttons on the invite forms | goalgorilla_open_social | train |
611b5ed90651ee3ac5e12b77fd60e0d8de8fbb5a | diff --git a/queue.js b/queue.js
index <HASH>..<HASH> 100644
--- a/queue.js
+++ b/queue.js
@@ -278,6 +278,68 @@ Queue.prototype.receive = function(opts, callback) {
})
}
+Queue.prototype.changes = function(opts) {
+ var self = this
+
+ if(typeof opts != 'object')
+ opts = {}
+
+ var prefix = 'CQS/' + self.n... | added Queue#changes
now based on latest master | jhs_cqs | train |
65d7a4fcf610ac960481fa8744c1770323c40492 | diff --git a/bin/configo-build/main.go b/bin/configo-build/main.go
index <HASH>..<HASH> 100644
--- a/bin/configo-build/main.go
+++ b/bin/configo-build/main.go
@@ -50,7 +50,7 @@ func main() {
fmt.Println(err)
return
} else {
- fmt.Printf(string(data))
+ fmt.Println(string(data))
... | Use Println instread of Printf
The latter used data as format string would mess the output when
data has some control chars like '%s %v' | shafreeck_configo | train |
810b5d92814e1cca2dfdab001dc360c726207083 | diff --git a/tsdb/tsi1/log_file.go b/tsdb/tsi1/log_file.go
index <HASH>..<HASH> 100644
--- a/tsdb/tsi1/log_file.go
+++ b/tsdb/tsi1/log_file.go
@@ -593,6 +593,24 @@ func (f *LogFile) DeleteSeriesID(id tsdb.SeriesID) error {
return f.FlushAndSync()
}
+// DeleteSeriesIDList marks a tombstone for all the series IDs. D... | Bulk log file delete
This commit adds a method to delete many series ids from the LogFile in
bulk, reducing the number of fsyncs required. | influxdata_influxdb | train |
e729eb1993b9a63b63be62f94291efb0796dcb57 | diff --git a/src/layers/core/geojson-layer/geojson-layer.js b/src/layers/core/geojson-layer/geojson-layer.js
index <HASH>..<HASH> 100644
--- a/src/layers/core/geojson-layer/geojson-layer.js
+++ b/src/layers/core/geojson-layer/geojson-layer.js
@@ -80,7 +80,7 @@ export default class GeoJsonLayer extends CompositeLayer {
... | Fix the updateTrigger transfer from composite layer to its child layers (#<I>) | uber_deck.gl | train |
2b6edb50b89d890bcaa0172d187d10012b2dd4b3 | diff --git a/test/unit/v1.0.0/normalize-v1.test.js b/test/unit/v1.0.0/normalize-v1.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/v1.0.0/normalize-v1.test.js
+++ b/test/unit/v1.0.0/normalize-v1.test.js
@@ -89,6 +89,7 @@ describe('v1.0.0 normalization', function () {
id: 'b56246e9-5012-49f1... | Updated unit tests for helperAttributes behaviour | postmanlabs_postman-collection-transformer | train |
a2b9653b08544f7308f91dd099b78622a864b084 | diff --git a/src/font/font.js b/src/font/font.js
index <HASH>..<HASH> 100644
--- a/src/font/font.js
+++ b/src/font/font.js
@@ -200,15 +200,13 @@
*/
draw : function (renderer, text, x, y) {
- x = ~~x;
- y = ~~y;
-
// save the previous global alpha value
... | Save a few bytes :)
<I> bytes exactly on the minified build :P | melonjs_melonJS | train |
2672a7da6f5a3f92cd2f726dd04ca2c00b94f757 | diff --git a/tests/data_context/test_data_context.py b/tests/data_context/test_data_context.py
index <HASH>..<HASH> 100644
--- a/tests/data_context/test_data_context.py
+++ b/tests/data_context/test_data_context.py
@@ -2879,3 +2879,51 @@ def test_stores_evaluation_parameters_resolve_correctly(data_context_with_query_
... | feat: ensure that changes are recognized (#<I>) | great-expectations_great_expectations | train |
55aa0c70374def0dafa342d2a122d077eb87d5e1 | diff --git a/lib/JSON2CSVTransform.js b/lib/JSON2CSVTransform.js
index <HASH>..<HASH> 100644
--- a/lib/JSON2CSVTransform.js
+++ b/lib/JSON2CSVTransform.js
@@ -19,8 +19,6 @@ class JSON2CSVTransform extends Transform {
if (this._readableState.objectMode) {
this.initObjectModeParse();
- } else if (this.op... | feat: use jsonparse for ND-JSON instead of the custom made implementation (#<I>) | zemirco_json2csv | train |
c39ad1fc466cb4cc3819453fb2495362519daa89 | diff --git a/lib/Models/createCatalogItemFromFileOrUrl.js b/lib/Models/createCatalogItemFromFileOrUrl.js
index <HASH>..<HASH> 100644
--- a/lib/Models/createCatalogItemFromFileOrUrl.js
+++ b/lib/Models/createCatalogItemFromFileOrUrl.js
@@ -6,6 +6,7 @@ var when = require('terriajs-cesium/Source/ThirdParty/when');
var ... | Improve UX of drag-dropping unsupported file types.
Specifically:
- reject known bad file types immediatelly, with a helpful message
- show that message using a nicer window than the JS alert()
- provide a more readable question about the conversion service
- if user declines the conversion service, don't show an extra... | TerriaJS_terriajs | train |
7153b250dbfad54c84125e6f6970a5286584a9fb | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -315,7 +315,7 @@ gulp.task('js-prev', () => {
b.transform(envify({
_: 'purge',
- NODE_ENV: 'production'
+ NODE_ENV: 'development'
}), {
global: true
}); | Use `development` NODE_ENV for preview task | pangolinjs_core | train |
ecb2f81847ee553c7b992ad78a56ff53f31fa6e5 | diff --git a/tasks/lib/manifestFile.js b/tasks/lib/manifestFile.js
index <HASH>..<HASH> 100644
--- a/tasks/lib/manifestFile.js
+++ b/tasks/lib/manifestFile.js
@@ -79,21 +79,44 @@ exports.init = function(grunt) {
this._readContents(json.contents);
};
+ ManifestFile.prototype._addFile = function(filePath, skip... | Add require_directory and refactor directives. | mcavallo_grunt-manifest-concat | train |
d8b4725caa2e188e16c94f20ff7b3e5b821589ad | diff --git a/src/structures/interfaces/TextBasedChannel.js b/src/structures/interfaces/TextBasedChannel.js
index <HASH>..<HASH> 100644
--- a/src/structures/interfaces/TextBasedChannel.js
+++ b/src/structures/interfaces/TextBasedChannel.js
@@ -306,19 +306,16 @@ class TextBasedChannel {
if (messageIDs.length === 0... | fix(TextChannel#bulkDelete): use GenericAction#getMessage to handle return value correctly (#<I>)
* Corrected the handling of the action
* Apply same fix to handling of single message in bulkDelete
* Revert to using await | discordjs_discord.js | train |
aa964f710943be17ebfea67c79fa60922946524a | diff --git a/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/config/SslConfiguration.java b/components/org.wso2.transport.http.netty/src/main/java/org/wso2/transport/http/netty/config/SslConfiguration.java
index <HASH>..<HASH> 100644
--- a/components/org.wso2.transport.http.netty/sr... | Set getters for keystore and keystore password
Set getters for keystore and keystore passwords as they are used in ballerina side. | wso2_transport-http | train |
9349e2b1448cd00a06b9981f5d5a836f956b28eb | diff --git a/addons/camel/src/main/java/io/fabric8/forge/camel/commands/project/CamelEditNodeXmlCommand.java b/addons/camel/src/main/java/io/fabric8/forge/camel/commands/project/CamelEditNodeXmlCommand.java
index <HASH>..<HASH> 100644
--- a/addons/camel/src/main/java/io/fabric8/forge/camel/commands/project/CamelEditNod... | edit-node-xml should pre-select the correct node, as forge has a problem if the UISelectOne has multiple elements with the same value, then it always pick the first. | fabric8io_fabric8-forge | train |
8538f4c2c52b6201baa3e99c628c1944054d254c | diff --git a/js/data/QueryList.js b/js/data/QueryList.js
index <HASH>..<HASH> 100644
--- a/js/data/QueryList.js
+++ b/js/data/QueryList.js
@@ -46,6 +46,10 @@ define(["js/core/List" , "underscore", "js/data/Query", 'js/lib/query/ArrayExecu
this._innerReset(this.$.list.$items);
},
+ _onRese... | added missing onReset event handler for QueryList (+added test) | rappid_rAppid.js | train |
03fa16cc1cf652c24fbfc141e90c026546344888 | diff --git a/js/core/Binding.js b/js/core/Binding.js
index <HASH>..<HASH> 100644
--- a/js/core/Binding.js
+++ b/js/core/Binding.js
@@ -240,15 +240,15 @@ requirejs(["rAppid"], function (rAppid) {
if (Binding.isFunctionDefinition(scopeKey)) {
scope = targetScope.getScopeForFncName(scopeKey.s... | Fixed : Binding.getScopeForKey determinate the wrong scope | rappid_rAppid.js | train |
5db85e6bdeb00386ddbb27ee8c1363ba1fe26f5b | diff --git a/command/common/command_list_v7.go b/command/common/command_list_v7.go
index <HASH>..<HASH> 100644
--- a/command/common/command_list_v7.go
+++ b/command/common/command_list_v7.go
@@ -105,7 +105,7 @@ type commandList struct {
MapRoute v7.MapRouteCommand `... | Improve OAuth command help text
We wanted to reflect the new implementation where the access token is
only refreshed if it is broken or about to expire.
[finishes #<I>] | cloudfoundry_cli | train |
bc79dda1c2247f73bfb126ca99b6147801361e64 | diff --git a/comparer/merger.go b/comparer/merger.go
index <HASH>..<HASH> 100644
--- a/comparer/merger.go
+++ b/comparer/merger.go
@@ -174,5 +174,15 @@ func (l BlockSpanList) GetMissingBlocks(maxBlock uint) (sorted BlockSpanList) {
lastBlockSpanIndex = int(blockSpan.EndBlock)
}
+ if uint(lastBlockSpanIndex) < ma... | Missing blocks at the end.
Checksum generator creates a block for a partial block at the end of a stream.
Updated example to match. | Redundancy_go-sync | train |
e8d7eaecd0e1d8a0c4187749eea800d1c96de1e2 | diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -51,6 +51,14 @@ class Plugin extends AbstractPlugin implements LoopAwareInterface
$this->loop = $loop;
}
+ public function setResolver(Resolver $resolver) {
+ $this->resolver =... | Updated the plugin to use PhergieDns's new callback system | WyriHaximus_PhergieHttp | train |
243bad7e381d09ca65421550c22628e0e81dad4a | diff --git a/src/sync/test.js b/src/sync/test.js
index <HASH>..<HASH> 100644
--- a/src/sync/test.js
+++ b/src/sync/test.js
@@ -2,6 +2,7 @@ import { change } from 'rambdax'
import clone from 'lodash.clonedeep'
import { mockDatabase } from '../__tests__/testModels'
+import { synchronize } from './index'
import { fet... | [sync] test for full synchronize() function + stubs | Nozbe_WatermelonDB | train |
eb1af2d194876620df414abd7968db4595746d00 | diff --git a/src/Webfactory/Tests/Integration/SecureAnnotationTest.php b/src/Webfactory/Tests/Integration/SecureAnnotationTest.php
index <HASH>..<HASH> 100644
--- a/src/Webfactory/Tests/Integration/SecureAnnotationTest.php
+++ b/src/Webfactory/Tests/Integration/SecureAnnotationTest.php
@@ -196,10 +196,6 @@ class Secure... | removed special case: assetic controllers are usually not defined in the application routes (#3) | webfactory_symfony-application-tests | train |
b10e5d957f513328d9f99d84932d1f385d654443 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-import sys
from distutils.core import setup | removed unused import in setup.py | pyviz_param | train |
a4452c8a142f18253aa35e2698ac7b964c5261d8 | diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/lesson.php
+++ b/lang/en_utf8/lesson.php
@@ -190,6 +190,7 @@ $string['numberofcorrectanswers'] = 'Number of correct answers: $a';
$string['numberofcorrectmatches'] = 'Number of correct matches: $a';
$string['... | Added better lang strings for output in view.php | moodle_moodle | train |
1d4881e8d5939b59f15d22b9ad9a2ef2a20563ec | diff --git a/perceval/backends/askbot.py b/perceval/backends/askbot.py
index <HASH>..<HASH> 100644
--- a/perceval/backends/askbot.py
+++ b/perceval/backends/askbot.py
@@ -41,43 +41,6 @@ class AskbotParser:
"""
@staticmethod
- def parse_question(html_question):
- """Parse an Askbot HTML response.
-... | [askbot] Rename, and make static and private the `parse_question` method
Now it's been moved to the Backend named as `__build_question` | chaoss_grimoirelab-perceval | train |
5da093668700b868c90677b91d2e42485663a790 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,8 @@ def find_boost():
for libboostname in boostlibnames:
if find_library_file(libboostname):
return libboostname
- return None
+ warnings.warn(no_boost_error)
+ return boostlibnam... | Avoiding TypeError deep down in setuptool (#<I>)
* Avoiding TypeError deep down in setuptool
The current logic only warns users about missing libraries, but still
passed down those None values down to setuptools as part of the
libraries sequence, which triggered failures when linking the generated
modules. I sti... | casacore_python-casacore | train |
a46313903d9dce5d95925e48e16146b4e639abfc | diff --git a/src/babel/transformation/transformers/es7/abstract-references.js b/src/babel/transformation/transformers/es7/abstract-references.js
index <HASH>..<HASH> 100644
--- a/src/babel/transformation/transformers/es7/abstract-references.js
+++ b/src/babel/transformation/transformers/es7/abstract-references.js
@@ -2... | deprecate abstract references and remaining playground features | babel_babel | train |
6bbe40939dda70c6e6690a07956d414eb22a9f35 | diff --git a/web/concrete/single_pages/dashboard/files/search.php b/web/concrete/single_pages/dashboard/files/search.php
index <HASH>..<HASH> 100644
--- a/web/concrete/single_pages/dashboard/files/search.php
+++ b/web/concrete/single_pages/dashboard/files/search.php
@@ -15,7 +15,7 @@ if ($fp->canAddFile() || $fp->canSe... | Added multiple attribute to file upload input.
Added multiple attribute to file upload input to allow selecting of multiple files to upload.
Former-commit-id: ea5c<I>cdb<I>c<I>a<I>a7ea<I>f<I>afd2f7d0b | concrete5_concrete5 | train |
bc7570035d71cccb696be4e9d7ae8f9ce42aff25 | diff --git a/src/utils/utils.js b/src/utils/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils/utils.js
+++ b/src/utils/utils.js
@@ -103,12 +103,17 @@ var utils = {
var hash = {};
if (typeof url === "undefined") {
- var location = document.location;
-
- if (location && locati... | [#<I>] bail out if document is undefined | melonjs_melonJS | train |
8bdce9b473e712fef0f6efecd0547b8436029aeb | diff --git a/lib/callback.js b/lib/callback.js
index <HASH>..<HASH> 100644
--- a/lib/callback.js
+++ b/lib/callback.js
@@ -1,5 +1,6 @@
var ffi = require('./ffi')
+ , assert = require('assert')
, ref = require('ref')
, debug = require('debug')('ffi:Callback')
, POINTER_SIZE = ref.sizeof.pointer
@@ -8,17 +9,... | attempt to make Callback work again
it doesn't... | node-ffi-napi_node-ffi-napi | train |
9d2881a2d5e49866a9974f64ced41cbc2d80e34d | diff --git a/server/webapp/WEB-INF/rails.new/config/initializers/assets.rb b/server/webapp/WEB-INF/rails.new/config/initializers/assets.rb
index <HASH>..<HASH> 100644
--- a/server/webapp/WEB-INF/rails.new/config/initializers/assets.rb
+++ b/server/webapp/WEB-INF/rails.new/config/initializers/assets.rb
@@ -14,7 +14,7 @@... | Load missing css on the data sharing SPA
* Add the single_page_apps/data_sharing_settings.css to the assets precompile | gocd_gocd | train |
acbb05f6e50a33a3023bf5a0196e66f8d6c6382c | diff --git a/src/wa_kat/templates/static/js/Lib/site-packages/rules_view.py b/src/wa_kat/templates/static/js/Lib/site-packages/rules_view.py
index <HASH>..<HASH> 100755
--- a/src/wa_kat/templates/static/js/Lib/site-packages/rules_view.py
+++ b/src/wa_kat/templates/static/js/Lib/site-packages/rules_view.py
@@ -3,6 +3,10... | #<I>: Updated docstrings for rules_view.py. | WebarchivCZ_WA-KAT | train |
a8cf9fd23dd74b897e45de6b4f94a796885f9b7c | diff --git a/cordova-lib/src/hooks/HooksRunner.js b/cordova-lib/src/hooks/HooksRunner.js
index <HASH>..<HASH> 100644
--- a/cordova-lib/src/hooks/HooksRunner.js
+++ b/cordova-lib/src/hooks/HooksRunner.js
@@ -61,7 +61,6 @@ HooksRunner.prototype.fire = function fire(hook, opts) {
/**
* Refines passed options so that ... | CB-<I> getPluginsHookScripts to work if plugin platform not defined
Also HookRunner minor code improvements | apache_cordova-lib | train |
4bee800b35d150cd9865a25cec17c979fad86804 | diff --git a/packages/heroku-cli-addons/commands/addons.js b/packages/heroku-cli-addons/commands/addons.js
index <HASH>..<HASH> 100644
--- a/packages/heroku-cli-addons/commands/addons.js
+++ b/packages/heroku-cli-addons/commands/addons.js
@@ -25,7 +25,7 @@ function* addonGetter(api, app) {
let attachments, addons;... | Fix case when HEROKU_HEADERS isn't present in env | heroku_cli | train |
d35c59f31533df47d6ee8bc9837077b63e9e7df6 | diff --git a/simpleldap/__init__.py b/simpleldap/__init__.py
index <HASH>..<HASH> 100644
--- a/simpleldap/__init__.py
+++ b/simpleldap/__init__.py
@@ -167,22 +167,27 @@ class Connection(object):
"""
Set defaults for search.
- conn.set_search_defaults(basedn='dc=example,dc=com', timeout=100)
-... | Made use of .clear() method to clear search defaults dictionary, and tweaked docstrings. | gdub_python-simpleldap | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.