hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
71e65411007c7e7e648c06cd16e694fbcd9345e9 | diff --git a/Gulpfile.js b/Gulpfile.js
index <HASH>..<HASH> 100644
--- a/Gulpfile.js
+++ b/Gulpfile.js
@@ -7,7 +7,7 @@ var path = require('path'),
del = require('del');
gulp.task('clean', function(done) {
- del(['lib/', 'Emf.js'], done);
+ del(['lib/'], done);
});
gulp.task('lib', function() {
@@ -26,5 +26,6 @... | StoreMixin is bound to the component
The state function (fn) passed to StoreMixin is bound to the component
so attributes other than `props` may be accessed if necessary. | andrejewski_emf | train |
47bb103c28edfb8eae4f210d33d11b4a5ab572a7 | diff --git a/skillful/__init__.py b/skillful/__init__.py
index <HASH>..<HASH> 100644
--- a/skillful/__init__.py
+++ b/skillful/__init__.py
@@ -2,4 +2,4 @@
from .controller import Skill
-__version__ = '0.2'
+__version__ = '0.3' | Bumped version to <I>. | bmweiner_skillful | train |
935161f8bf30917d9a18b455a46438de6b8c6856 | diff --git a/service/dap/command.go b/service/dap/command.go
index <HASH>..<HASH> 100644
--- a/service/dap/command.go
+++ b/service/dap/command.go
@@ -4,6 +4,7 @@ import (
"bytes"
"errors"
"fmt"
+ "sort"
"strings"
"github.com/go-delve/delve/pkg/config"
@@ -37,24 +38,29 @@ type command struct {
const (
ms... | service/dap: expose sources command in evaluate request (#<I>)
* service/dap: expose sources command in evaluate request | go-delve_delve | train |
747f7712f442739b392f4f9757ee79ea84ce6f7c | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- active_model_serializers_binary (0.2.2)
+ active_model_serializers_binary (0.2.5)
activemodel (~> 5.0)
GEM
diff --git a/lib/active_model_serializers_b... | fix bug on serialize and deserialize string with extended ASCII characters | bys-control_active_model_serializers_binary | train |
0db84476de0420f3b59ac702a718aa9aa85c27f1 | diff --git a/wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/JsonConverter.java b/wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/JsonConverter.java
index <HASH>..<HASH> 100644
--- a/wdtk-dumpfiles/src/main/java/org/wikidata/wdtk/dumpfiles/JsonConverter.java
+++ b/wdtk-dumpfiles/src/main/java/org/wiki... | Taught jsonConverter to guess the type of aliases. | Wikidata_Wikidata-Toolkit | train |
c85efceb6de012e55af0b2af52809660ef3ff75f | diff --git a/compiler/quilt/test/test_import.py b/compiler/quilt/test/test_import.py
index <HASH>..<HASH> 100644
--- a/compiler/quilt/test/test_import.py
+++ b/compiler/quilt/test/test_import.py
@@ -58,6 +58,11 @@ class ImportTest(QuiltTestCase):
str(dataframes)
str(README)
+ # Store data is ... | Make fragment store read-only (#<I>)
The user should not modify the store fragments since that would change their hashes - so let's make them read-only. | quiltdata_quilt | train |
bad5ba90ab10a1b28f6fac31359314ee5004fafe | diff --git a/concrete/src/Http/ResponseFactory.php b/concrete/src/Http/ResponseFactory.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Http/ResponseFactory.php
+++ b/concrete/src/Http/ResponseFactory.php
@@ -348,7 +348,7 @@ class ResponseFactory implements ResponseFactoryInterface, ApplicationAwareInter
$re... | change the use statement for ResponseFactory (#<I>)
* change the use statement for ResponseFactory
allows the app to override which object User points to
* Use service container to create the User instance
* import correct class | concrete5_concrete5 | train |
46965bceac481b4e3de3c36a65b66c7964af9b6c | diff --git a/statsd/src/test/java/org/cloudfoundry/identity/statsd/integration/UaaMetricsEmitterIT.java b/statsd/src/test/java/org/cloudfoundry/identity/statsd/integration/UaaMetricsEmitterIT.java
index <HASH>..<HASH> 100644
--- a/statsd/src/test/java/org/cloudfoundry/identity/statsd/integration/UaaMetricsEmitterIT.jav... | Make sure there is at least one request collected for the IT test | cloudfoundry_uaa | train |
e7f825187e65bc70fcbb2179466e476df36aa4c1 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -3,7 +3,9 @@ const path = require('path')
const _ = require('lodash')
const esprima = require('esprima')
const nukecss = require('nukecss')
-const ConcatSource = require('webpack-sources').ConcatSource
+cons... | fix: work with style-loader | patrickhulce_nukecss-webpack | train |
7b76def61b8a034b05e1a62f8c834604f48c70e8 | diff --git a/imhotep/main.py b/imhotep/main.py
index <HASH>..<HASH> 100644
--- a/imhotep/main.py
+++ b/imhotep/main.py
@@ -29,11 +29,13 @@ class RepoManager(object):
"""
to_cleanup = {}
- def __init__(self, authenticated=False, cache_directory=None, tools=None):
+ def __init__(self, authenticated=Fals... | commit application & diffs is the responsibility of repositories
Also, diffs and commit applications are also separate concerns. | justinabrahms_imhotep | train |
469a7e154172a43f8dfc533d097a2d3c4badc358 | diff --git a/src/Services/ElementTabProvider.php b/src/Services/ElementTabProvider.php
index <HASH>..<HASH> 100644
--- a/src/Services/ElementTabProvider.php
+++ b/src/Services/ElementTabProvider.php
@@ -62,7 +62,7 @@ class ElementTabProvider implements Flushable
/** @var static $self */
$self = single... | Use getCache() method over protected property | dnadesign_silverstripe-elemental | train |
c8688e46c239882f0e1dbf9a81040ba2c02c9bc4 | diff --git a/hendrix/deploy/workers.py b/hendrix/deploy/workers.py
index <HASH>..<HASH> 100644
--- a/hendrix/deploy/workers.py
+++ b/hendrix/deploy/workers.py
@@ -1,4 +1,5 @@
import os
+import pickle
import chalk
from .base import HendrixDeploy
@@ -87,7 +88,7 @@ class WorkersDeploy(HendrixDeploy):
chi... | import error resolved.
Now we have a KeyError with addSubprocess | hendrix_hendrix | train |
158d7e9a0d2a7db04e5c941556f46073eeb69b7a | diff --git a/src/main/java/org/lmdbjava/ByteBufferVals.java b/src/main/java/org/lmdbjava/ByteBufferVals.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/lmdbjava/ByteBufferVals.java
+++ b/src/main/java/org/lmdbjava/ByteBufferVals.java
@@ -151,13 +151,6 @@ public final class ByteBufferVals {
throw new Runti... | Remove unnecessary method (also in ByteBufferVal) | lmdbjava_lmdbjava | train |
bf4fb9aecbaeeb79d7b0bc6af4944b77443cb21f | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -9,7 +9,7 @@ describe('orb', function() {
});
it('should be a object', function() {
- orb.should.be.a('object');
+ orb.should.be.an.Object;
});
}); | [FIX] tests now work with should.js <I> | benelsen_orb | train |
e83ffcf0853ea76793e5b3b23756c94827eae6f6 | diff --git a/android/lib/AndroidSDK.js b/android/lib/AndroidSDK.js
index <HASH>..<HASH> 100644
--- a/android/lib/AndroidSDK.js
+++ b/android/lib/AndroidSDK.js
@@ -57,6 +57,34 @@ function AndroidSDK(application) {
}
/**
+ * Filter known messages from stderr buffer
+ * @param {String} buffer Input buffer
+ * @returns... | AndroidSDK: Filter stderr output
The environment variable _JAVA_OPTIONS is picked up by the Android
SDK and Ant, causing stderr log output when running those. Filter
those known messages so we don't mistake them for actual errors.
Also add a test case.
BUG=XWALK-<I> | crosswalk-project_crosswalk-app-tools | train |
4e5b8c9c3437d1b9b1cd619291391c24ec37cd47 | diff --git a/telethon/tl/custom/message.py b/telethon/tl/custom/message.py
index <HASH>..<HASH> 100644
--- a/telethon/tl/custom/message.py
+++ b/telethon/tl/custom/message.py
@@ -185,6 +185,10 @@ class Message(ChatGetter, SenderGetter, TLObject, abc.ABC):
else:
self._chat_peer = to_id
+ i... | Let sender = chat for messages from channels | LonamiWebs_Telethon | train |
a400e7ad19cf5895d68c139bedd50583c0a7d605 | diff --git a/tests/test_pulla.py b/tests/test_pulla.py
index <HASH>..<HASH> 100644
--- a/tests/test_pulla.py
+++ b/tests/test_pulla.py
@@ -19,7 +19,7 @@ class test_pull_all(unittest.TestCase):
@patch('pulla.pulla.is_this_a_git_dir')
@patch('multiprocessing.Process')
- def test_pull_all_runs_pull_in_all_f... | Add tests for recursive mode calls | ylogx_pulla | train |
30259f3a9919195997eee1931595e8fe6f8a0feb | diff --git a/lib/6to5/transformation/templates/async-to-generator.js b/lib/6to5/transformation/templates/async-to-generator.js
index <HASH>..<HASH> 100644
--- a/lib/6to5/transformation/templates/async-to-generator.js
+++ b/lib/6to5/transformation/templates/async-to-generator.js
@@ -3,12 +3,12 @@
var gen = fn.apply... | don't use a generator iterator function as `this` in the asyncToGenerator helper - fixes #<I> | babel_babel | train |
a37daebe46b98e833f378f240ff0be8dc339550c | diff --git a/libraries/botframework-connector/setup.py b/libraries/botframework-connector/setup.py
index <HASH>..<HASH> 100644
--- a/libraries/botframework-connector/setup.py
+++ b/libraries/botframework-connector/setup.py
@@ -12,6 +12,7 @@ REQUIRES = [
"PyJWT==1.5.3",
"botbuilder-schema>=4.7.1",
"adal==... | Updated botframework-connector setup.py requirements. | Microsoft_botbuilder-python | train |
bde1b7b3b8d65fcd27c4fbf15449dc053712adab | diff --git a/datalad_service/common/annex.py b/datalad_service/common/annex.py
index <HASH>..<HASH> 100644
--- a/datalad_service/common/annex.py
+++ b/datalad_service/common/annex.py
@@ -8,12 +8,16 @@ from datalad.support.exceptions import FileInGitError
SERVICE_EMAIL = 'git@openneuro.org'
SERVICE_USER = 'Git Worker'... | Speed up get_files if no branch change is required. | OpenNeuroOrg_openneuro | train |
6cc659bcfb3df6eeffb5672aeb07434c71ec2cb1 | diff --git a/bin/copy-assets.js b/bin/copy-assets.js
index <HASH>..<HASH> 100644
--- a/bin/copy-assets.js
+++ b/bin/copy-assets.js
@@ -206,6 +206,15 @@ function start() {
copyWasmParser(config);
writeReadme(path.join(mcPath, "devtools/client/debugger/new/README.mozilla"));
+ const debuggerPath = "devtools/clie... | Improve copy-assets (#<I>) | firefox-devtools_debugger | train |
e8b2bb9fcaec11253413af871f5bf0d3fb4b9ece | diff --git a/generate/seccomp/parse_architecture.go b/generate/seccomp/parse_architecture.go
index <HASH>..<HASH> 100644
--- a/generate/seccomp/parse_architecture.go
+++ b/generate/seccomp/parse_architecture.go
@@ -39,6 +39,8 @@ func parseArch(arch string) (rspec.Arch, error) {
"mipsel": rspec.ArchMIPSEL,
"m... | generate/seccomp/parse_architecture: Add parisc(<I>) to parseArch
This was missed in <I>fd2 (Add valid seccomp arch, <I>-<I>-<I>, #<I>). | opencontainers_runtime-tools | train |
0bb646200f4a978bf32f13cb7be855b7251f35af | diff --git a/src/Database.php b/src/Database.php
index <HASH>..<HASH> 100644
--- a/src/Database.php
+++ b/src/Database.php
@@ -9,6 +9,7 @@ use MongoDB\Driver\ReadConcern;
use MongoDB\Driver\ReadPreference;
use MongoDB\Driver\WriteConcern;
use MongoDB\Exception\InvalidArgumentException;
+use MongoDB\GridFS\Bucket;
u... | Add accessor for gridFS buckets in database class | mongodb_mongo-php-library | train |
73b27486ca21e4e3ffe7fa8abd57dec67d7e282e | diff --git a/isogeo_pysdk/__init__.py b/isogeo_pysdk/__init__.py
index <HASH>..<HASH> 100644
--- a/isogeo_pysdk/__init__.py
+++ b/isogeo_pysdk/__init__.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-
+
"""
This module is an abstraction calls about the Isogeo REST API.
http://www.isog... | minor fix and bump to version <I> to be aligned with Isogeo platform version | isogeo_isogeo-api-py-minsdk | train |
4ec33a884d3b4422450e2cae389b55c06c10cdef | diff --git a/includes/class-bitbucket-api.php b/includes/class-bitbucket-api.php
index <HASH>..<HASH> 100644
--- a/includes/class-bitbucket-api.php
+++ b/includes/class-bitbucket-api.php
@@ -76,8 +76,8 @@ class GitHub_Updater_BitBucket_API extends GitHub_Updater {
$endpoint = str_replace( '/:' . $segment, '/' . $va... | bitbucket doesn't use this endpoint | afragen_github-updater | train |
b76cd6bcf8606412f397ac21dc18f98cf7f4dcc5 | diff --git a/test/ute.js b/test/ute.js
index <HASH>..<HASH> 100644
--- a/test/ute.js
+++ b/test/ute.js
@@ -1,4 +1,5 @@
var assert = require('assert'),
+ jscoverageHack = require('../lib/ute'),
sandbox = require('sandboxed-module'),
vows = require('vows'); | Reenable coverage on CI script. | cliffano_ute | train |
7bbcd917d85454ca608c519939d3f402e7793b5a | diff --git a/intlekt/django/intlekt/collections_/models/collected_document.py b/intlekt/django/intlekt/collections_/models/collected_document.py
index <HASH>..<HASH> 100644
--- a/intlekt/django/intlekt/collections_/models/collected_document.py
+++ b/intlekt/django/intlekt/collections_/models/collected_document.py
@@ -1... | Add default date for collected document
When users collect a document manually, we want the collection date to be the current one. | IEMLdev_ieml | train |
cee89767c5684ccec2e704bdd5cab1ae11ff57d0 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,14 +1,12 @@
-import os
+import pathlib
import re
from distutils.core import setup
VERSION_FINDER = re.compile(
- r"^VERSION = \'([\d+]\.[\d+].[\d+](-beta[\d+]?)?)\'$", re.MULTILINE
+ r"^VERSION = \"([\d+]\.[\d+].... | fixing version regex in setup.py | dryan_d3ploy | train |
b066079b016bf2ca0ab92dd0338b1a34e96fb672 | diff --git a/src/quart/wrappers/response.py b/src/quart/wrappers/response.py
index <HASH>..<HASH> 100644
--- a/src/quart/wrappers/response.py
+++ b/src/quart/wrappers/response.py
@@ -513,17 +513,15 @@ class Response(_BaseRequestResponse, JSONMixin):
@access_control_allow_methods.setter
def access_control_al... | Bugfix cors header accessors and setters
Other than the typos the key change is the allow origin. Which when
re-reading the relevant specification text indicates that,
Rather than allowing a space-separated list of origins, it is
either a single origin or the string "null".[0]
and
Note: null should not ... | pgjones_quart | train |
d04d5d83e7fead61a47d841493db67b746ecb09f | diff --git a/sv/reminders.php b/sv/reminders.php
index <HASH>..<HASH> 100644
--- a/sv/reminders.php
+++ b/sv/reminders.php
@@ -13,7 +13,7 @@ return array(
|
*/
- "password" => "Lösenord måste vara minst sex tecken och matcha varandra.",
+ "password" => "Lösenord måste innehålla minst sex tecken och ma... | Switched positions of the word 'minst' (meaning 'at least') | caouecs_Laravel-lang | train |
54261f7cd9ec635bb564e65002896299b7390995 | diff --git a/src/main/java/ninja/Bucket.java b/src/main/java/ninja/Bucket.java
index <HASH>..<HASH> 100644
--- a/src/main/java/ninja/Bucket.java
+++ b/src/main/java/ninja/Bucket.java
@@ -225,7 +225,7 @@ public class Bucket {
.map(StoredObject::new)
.collect(Collectors... | Handle exception and therefore also log it | scireum_s3ninja | train |
212d5922e28718d2aefda778fa805f77b9682698 | diff --git a/salt/modules/bluez.py b/salt/modules/bluez.py
index <HASH>..<HASH> 100644
--- a/salt/modules/bluez.py
+++ b/salt/modules/bluez.py
@@ -17,9 +17,9 @@ import logging
import salt.utils.validate.net
from salt.exceptions import CommandExecutionError
try:
- from shlex import quote as cmd_quote
+ from shl... | don't load stdlib | saltstack_salt | train |
15c2e5ca0e42a2c832a9c8170fea3184f59704c3 | diff --git a/any_urlfield/registry.py b/any_urlfield/registry.py
index <HASH>..<HASH> 100644
--- a/any_urlfield/registry.py
+++ b/any_urlfield/registry.py
@@ -179,5 +179,4 @@ def _on_model_save(instance, **kwargs):
"""
Called when a model is saved.
"""
- for cache_key in get_object_cache_keys(instance... | Use delete_many for removing cache keys | edoburu_django-any-urlfield | train |
3e7572db294965d15535925beb6677680627452e | diff --git a/components/LibComponent.rb b/components/LibComponent.rb
index <HASH>..<HASH> 100644
--- a/components/LibComponent.rb
+++ b/components/LibComponent.rb
@@ -99,6 +99,7 @@ module LibComponent
@outputs = Array.new
@parser = Parser.new
@parser.option(:introspect, "Return introspection of the... | Add a debug class in Libcomponent | openplacos_openplacos | train |
b25d8cf7fd403dd7eb0687f28262efe590c190db | diff --git a/maildir-deduplicate.py b/maildir-deduplicate.py
index <HASH>..<HASH> 100755
--- a/maildir-deduplicate.py
+++ b/maildir-deduplicate.py
@@ -71,7 +71,9 @@ HEADERS = [
'From',
'To',
'Cc',
- 'Bcc',
+ # No Bcc since copies of the mail saved by the MUA at send-time
+ # will have Bcc, but c... | Don't include Bcc headers in hash computation. | kdeldycke_maildir-deduplicate | train |
42b3e5c65f76534ca650422e21120228d484c054 | diff --git a/mailgun.go b/mailgun.go
index <HASH>..<HASH> 100644
--- a/mailgun.go
+++ b/mailgun.go
@@ -11,6 +11,7 @@ const (
addressValidateEndpoint = "address/validate"
addressParseEndpoint = "address/parse"
bouncesEndpoint = "bounces"
+ statsEndpoint = "stats"
basicAuthUser = "a... | Added constant for stats endpoint. | mailgun_mailgun-go | train |
ccba22e06ae90648353e2a12b0885711a6cf9d6f | diff --git a/lib/netsuite/records/cash_refund.rb b/lib/netsuite/records/cash_refund.rb
index <HASH>..<HASH> 100644
--- a/lib/netsuite/records/cash_refund.rb
+++ b/lib/netsuite/records/cash_refund.rb
@@ -9,12 +9,107 @@ module NetSuite
actions :get, :add, :initialize, :delete, :update, :upsert, :search
- ... | Major cash refund update to add missing fields | NetSweet_netsuite | train |
796bd039363e05b911fb9da2d35d3e7a1c598fb7 | diff --git a/app/controllers/concerns/effective/crud_controller/save.rb b/app/controllers/concerns/effective/crud_controller/save.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/concerns/effective/crud_controller/save.rb
+++ b/app/controllers/concerns/effective/crud_controller/save.rb
@@ -39,7 +39,10 @@ module Eff... | Add backtrace to a failed action when in development mode | code-and-effect_effective_resources | train |
1e54eb18ff6e2b5c21dce9a2cfb81e16935663d6 | diff --git a/package/cloudshell/tests/test_common/test_vcenter/test_vcenter_data_model_retriever.py b/package/cloudshell/tests/test_common/test_vcenter/test_vcenter_data_model_retriever.py
index <HASH>..<HASH> 100644
--- a/package/cloudshell/tests/test_common/test_vcenter/test_vcenter_data_model_retriever.py
+++ b/pack... | fix unittests for "promiscuous_mode" attribute in VMwarevCenterResourceModel class | QualiSystems_vCenterShell | train |
968b7956a48b8f2767e8fb39e9945d865bdd95f0 | diff --git a/store.js b/store.js
index <HASH>..<HASH> 100644
--- a/store.js
+++ b/store.js
@@ -50,7 +50,7 @@ assign(Store.prototype, {
var computed = this._computed;
var sorted = this._sortedComputedProperties = [];
var visited = blankObject();
- var lookup = blankObject();
+ var cycles = blankObject();
... | on second thoughts, cycles is a better name still | sveltejs_svelte | train |
088c9e3cc38920966656101dc8382d7bb8303f51 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -1,4 +1,4 @@
-var pkg = reuire('../package.json')
+var pkg = require('../package.json')
var api = require('./api.js')
var parser = require('posthtml-parser') | fix(index): typo in require method | posthtml_posthtml | train |
da5ca7447855f446ca481caf5d5778f8ddba2437 | diff --git a/src/Statement.php b/src/Statement.php
index <HASH>..<HASH> 100644
--- a/src/Statement.php
+++ b/src/Statement.php
@@ -23,18 +23,19 @@ namespace PDOOCI;
* @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2
* @link http://github.com/taq/pdooci
*/
-class Statement extends \PDOStatement impleme... | DANGER: removing inheritance from Statement | taq_pdooci | train |
7a527912794466a1c253d9a8c890b43433b3e4d2 | diff --git a/twitter_scraper/modules/profile.py b/twitter_scraper/modules/profile.py
index <HASH>..<HASH> 100644
--- a/twitter_scraper/modules/profile.py
+++ b/twitter_scraper/modules/profile.py
@@ -12,6 +12,7 @@ class Profile:
- name
- username
- birthday
+ - location
... | Checked if no location and add location to dict | kennethreitz_twitter-scraper | train |
d8e521e6e55f331b098d30f98be04b57704fe03f | diff --git a/core/lib/torquebox/cli/archive.rb b/core/lib/torquebox/cli/archive.rb
index <HASH>..<HASH> 100644
--- a/core/lib/torquebox/cli/archive.rb
+++ b/core/lib/torquebox/cli/archive.rb
@@ -13,6 +13,7 @@
# limitations under the License.
require 'optparse'
+require 'rbconfig'
module TorqueBox
class CLI
@@... | Ensure default gems are found when running from an archive (#<I>)
This fixes the issue with gems like rake and json sometimes not being
found when running an application from inside of an archive. The
problem was most likely to come up when executing `java -jar
my_archive.jar -S ...` to run a command from the archive. | torquebox_torquebox | train |
02246c90164d1115aa6cec09cf701e2d29bb3c16 | diff --git a/views/content/save.php b/views/content/save.php
index <HASH>..<HASH> 100644
--- a/views/content/save.php
+++ b/views/content/save.php
@@ -17,7 +17,7 @@
<div class="top-status"><?php
if ($model->status == 0)
echo Yii::t('Dashboard.views', 'Draft');
- else if ($model... | Layout and View don't need to display if there's only 1 item | ciims_ciims-modules-dashboard | train |
586aed449d70786e0c187ed8ca9afe94433fde54 | diff --git a/kvscheduler/txn_record.go b/kvscheduler/txn_record.go
index <HASH>..<HASH> 100644
--- a/kvscheduler/txn_record.go
+++ b/kvscheduler/txn_record.go
@@ -221,14 +221,15 @@ func (op *recordedTxnOp) StringWithOpts(index int, indent int) string {
}
str += indent2 + fmt.Sprintf("- key: %s\n", op.key)
- if op... | Do not show previous value for ADD if it is NIL. | ligato_cn-infra | train |
eaa97679d8ee45bf10edf6f76b4284b20b1da24f | diff --git a/src/core/Mouse.js b/src/core/Mouse.js
index <HASH>..<HASH> 100644
--- a/src/core/Mouse.js
+++ b/src/core/Mouse.js
@@ -4,35 +4,37 @@
* @class Mouse
*/
-var Mouse;
+var Mouse = {};
(function() {
-
+
/**
* Description
+ * @method create
* @param {HTMLElement} element
+ * @r... | changed Mouse.create to return as a plain object | liabru_matter-js | train |
171c9c9b2f08cdac31b039d87896ffeb91b0ee1d | diff --git a/e2e/test/download-assets.js b/e2e/test/download-assets.js
index <HASH>..<HASH> 100644
--- a/e2e/test/download-assets.js
+++ b/e2e/test/download-assets.js
@@ -6,7 +6,34 @@ const semver = require('semver');
const downloadRelease = require('@terascope/fetch-github-release');
const signale = require('./signa... | Fix e2e download test to autodetect node version and to download the bundle assets if available | terascope_teraslice | train |
65b1201810ecfd4215a77c7285e67433f51d425a | diff --git a/src/Dto/TokenFailResponse.php b/src/Dto/TokenFailResponse.php
index <HASH>..<HASH> 100644
--- a/src/Dto/TokenFailResponse.php
+++ b/src/Dto/TokenFailResponse.php
@@ -134,7 +134,7 @@ class TokenFailResponse extends ApiResponse
* Set the response content which can be used as the entity body of the
... | Fixed a typo in TokenFailResponse. | authlete_authlete-php | train |
197215f85df3b7240466040984205417819162d4 | diff --git a/pkg/minikube/service/service.go b/pkg/minikube/service/service.go
index <HASH>..<HASH> 100644
--- a/pkg/minikube/service/service.go
+++ b/pkg/minikube/service/service.go
@@ -275,7 +275,7 @@ func WaitAndMaybeOpenService(api libmachine.API, namespace string, service strin
chkSVC := func() error { return Ch... | Make error message more human readable
Changes made:
* service.go - changes to the error string returned
* service_test.go - modify TestWaitAndMaybeOpenService test case to accomodate
for the new changes | kubernetes_minikube | train |
7767076d171ab532bb4daa9cb9a94274ced2dd83 | diff --git a/tests/CI_Base_Model_test.php b/tests/CI_Base_Model_test.php
index <HASH>..<HASH> 100644
--- a/tests/CI_Base_Model_test.php
+++ b/tests/CI_Base_Model_test.php
@@ -837,7 +837,8 @@ class CI_Base_Model_tests extends PHPUnit_Framework_TestCase
public function test_soft_delete_future_delete()
{
- ... | PHP <I> Compatibility Issue on test | ronisaha_ci-base-model | train |
41215a0e4759550bb9c6ba7bd31040bb08d27eea | diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php
index <HASH>..<HASH> 100644
--- a/src/Composer/Installer.php
+++ b/src/Composer/Installer.php
@@ -436,14 +436,6 @@ class Installer
$package->getRepository()->addPackage($aliasPackage = new AliasPackage($package, $alias['alias_normaliz... | Require first version of a root package alias, rather than alias
This makes sure that the alias will always be installed, even if it isn't
technically needed. | mothership-ec_composer | train |
9a8d353b3b0807a1c3608edbaef36a25e2f19b1a | diff --git a/test/full_test.py b/test/full_test.py
index <HASH>..<HASH> 100755
--- a/test/full_test.py
+++ b/test/full_test.py
@@ -171,7 +171,7 @@ def run_all_tests(mode, checker, protocol, cores, slices):
"duration" : 1200,
"nrgets" : 1,
"fsck" ... | Increase full test timeouts. The tests that involve restarting the server probably just take longer under Valgrind now because of read-ahead being active per default. | rethinkdb_rethinkdb | train |
800931b690e52cbd50515b770ddd41dc5ea41b3e | diff --git a/src/helper/storage/cookie.js b/src/helper/storage/cookie.js
index <HASH>..<HASH> 100644
--- a/src/helper/storage/cookie.js
+++ b/src/helper/storage/cookie.js
@@ -3,15 +3,15 @@ import objectHelper from '../object';
import windowHandler from '../window';
function CookieStorage() {}
-CookieStorage.prototy... | Set sameSite to 'none' for cookies when using HTTPS (#<I>) | auth0_auth0.js | train |
0da3a6ea74a3e63f8751f2684d561b110bbd09d1 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from distutils.core import setup, Extension
DISTUTILS_DEBUG=True | moved to python 3 | piface_pifacedigitalio | train |
5562d4b65415671e1f56915a4423287232aba19a | diff --git a/src/Mpdf.php b/src/Mpdf.php
index <HASH>..<HASH> 100644
--- a/src/Mpdf.php
+++ b/src/Mpdf.php
@@ -15852,6 +15852,7 @@ class Mpdf implements \Psr\Log\LoggerAwareInterface
if ($inner_w === 'auto') { // do a first write
$this->lMargin = $x;
$this->rMargin = $this->w - $w - $x;
+
// SET POSI... | Return of a fix of fixed-positioned elements | mpdf_mpdf | train |
554d16567676cafa667c23ef3fdf8bb601f83141 | diff --git a/pyes/exceptions.py b/pyes/exceptions.py
index <HASH>..<HASH> 100644
--- a/pyes/exceptions.py
+++ b/pyes/exceptions.py
@@ -61,12 +61,6 @@ class ElasticSearchException(Exception):
def __init__(self, error, status=None, result=None, request=None):
super(ElasticSearchException, self).__init__(err... | Highligheter in Query is now a property to easy set values. | aparo_pyes | train |
619ce4abf4e950e7e82e032c8e3556772f57edc3 | diff --git a/spec/unit/esearch/request_spec.rb b/spec/unit/esearch/request_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/esearch/request_spec.rb
+++ b/spec/unit/esearch/request_spec.rb
@@ -2,6 +2,8 @@ require 'spec_helper'
describe Esearch::Request do
+ let(:object) { described_class.new(verb, path, body, p... | Kill mutants in Esearch::Request | mbj_esearch | train |
7f96d0b9176efacb82fb33faa7cc862581618b12 | diff --git a/galpy/orbit_src/FullOrbit.py b/galpy/orbit_src/FullOrbit.py
index <HASH>..<HASH> 100644
--- a/galpy/orbit_src/FullOrbit.py
+++ b/galpy/orbit_src/FullOrbit.py
@@ -702,6 +702,7 @@ def _fit_orbit(orb,vxvv,vxvv_err,pot,radec=False,lb=False,
ro=None,vo=None,obs=None,disp=False):
"""Fit an o... | In orbit fitting when turning off astropy coordinates, turn them back on to default (i.e., if they were off to begin with, don't turn them on) | jobovy_galpy | train |
ce8f825a3a9efd2b55fbf5d146ca80cf406c968e | diff --git a/pom.xml b/pom.xml
index <HASH>..<HASH> 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.twitter</groupId>
<artifactId>hpack</artifactId>
- <version>0.5.1</version>
+ <version>0.5.2-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.... | Ensure support for java <I>
Closes issue #<I> | twitter_hpack | train |
ca67a7a4e983d7fa88f5885ab9393bb7e7f27c5b | diff --git a/superset/viz.py b/superset/viz.py
index <HASH>..<HASH> 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -158,10 +158,11 @@ class BaseViz(object):
until = form_data.get("until", "now")
# Backward compatibility hack
- since_words = since.split(' ')
- grains = ['days', '... | [bugfix] empty From date filter NoneType error (#<I>)
Error "AttributeError: 'NoneType' object has no attribute 'split'" is
fired. | apache_incubator-superset | train |
cd51eae42ace09a1d7b21e4f6178f1df5bfbedf3 | diff --git a/tests/class-digster-test.php b/tests/class-digster-test.php
index <HASH>..<HASH> 100644
--- a/tests/class-digster-test.php
+++ b/tests/class-digster-test.php
@@ -9,12 +9,23 @@ namespace Digster\Tests;
class Digster_Test extends \WP_UnitTestCase {
/**
- * The action `plugins_loaded` should have ... | Added tests for after_setup_theme hook | wpup_digster | train |
e7f7f9c3192697c8d46818d69036c0e8d19def36 | diff --git a/lib/arm/compare_instruction.rb b/lib/arm/compare_instruction.rb
index <HASH>..<HASH> 100644
--- a/lib/arm/compare_instruction.rb
+++ b/lib/arm/compare_instruction.rb
@@ -29,7 +29,7 @@ module Arm
arg = Register::RegisterReference.new( arg )
end
if (arg.is_a?(Virtual::IntegerConstant))... | move fits_u8 to integer constant (from numberic) | ruby-x_rubyx | train |
4c124551da01a420d7e8fe5b965b5f643dadde59 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
### Minor
- Icon: add some new text related icons (#496)
+- Modal: add a new sizing option to Modal to match Flyout (#499)
### Patch
diff --git a/docs/src/Modal.doc.js b/docs/src/Modal.doc... | [Modal] Add an escape hatch size option to Modal for custom sizes (#<I>)
* [Modal] Add an escape hatch size option to Modal for custom sizes
* Add changelog | pinterest_gestalt | train |
418c8034e903b143dc2652e7d4ec641a55d27633 | diff --git a/support/cas-server-support-saml-idp/src/main/java/org/apereo/cas/support/saml/web/idp/profile/IdPInitiatedProfileHandlerController.java b/support/cas-server-support-saml-idp/src/main/java/org/apereo/cas/support/saml/web/idp/profile/IdPInitiatedProfileHandlerController.java
index <HASH>..<HASH> 100644
--- a... | working on saml idp signing for idp initiated sso | apereo_cas | train |
362c67bb81302997f7ca9240c9c7c235294fcfe9 | diff --git a/agent/lib/bixby_agent/model/bundle_command.rb b/agent/lib/bixby_agent/model/bundle_command.rb
index <HASH>..<HASH> 100644
--- a/agent/lib/bixby_agent/model/bundle_command.rb
+++ b/agent/lib/bixby_agent/model/bundle_command.rb
@@ -22,9 +22,9 @@ class BundleCommand
:show_options => true,
:exi... | moved skip_parse to an instance var | chetan_bixby-agent | train |
5052e708da02c68187fa3b157ddfd2cc3e048fc8 | diff --git a/pupa/importers/votes.py b/pupa/importers/votes.py
index <HASH>..<HASH> 100644
--- a/pupa/importers/votes.py
+++ b/pupa/importers/votes.py
@@ -15,6 +15,7 @@ class VoteImporter(BaseImporter):
self.bill_importer = bill_importer
self.org_importer = org_importer
self.seen_bill_ids = s... | delete the votes at the end, not during the import | opencivicdata_pupa | train |
77acf884e51bae0667655bf9692d3f7b4de134ba | diff --git a/lib/message_bus/rails/railtie.rb b/lib/message_bus/rails/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/message_bus/rails/railtie.rb
+++ b/lib/message_bus/rails/railtie.rb
@@ -11,7 +11,12 @@ class MessageBus::Rails::Railtie < ::Rails::Railtie
#
# To handle either case, we insert it before Actio... | try harder to add message_bus even if for some reason Flash is missing | SamSaffron_message_bus | train |
1caf0de3cfbf03640e6a13487bcddd37090150c7 | diff --git a/src/authorize.js b/src/authorize.js
index <HASH>..<HASH> 100644
--- a/src/authorize.js
+++ b/src/authorize.js
@@ -1,8 +1,11 @@
(function() {
function extractParams() {
- if(! document.location.hash) return;
- return document.location.hash.slice(1).split('&').reduce(function(m, kvs) {
+ //FF ... | fixes #<I> - tested in FF, Chrome, Opera | remotestorage_remotestorage.js | train |
52ede835f2988e384377c12f7b95c71c33cab538 | diff --git a/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/utils/OSchemaHelper.java b/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/utils/OSchemaHelper.java
index <HASH>..<HASH> 100644
--- a/wicket-orientdb/src/main/java/ru/ydn/wicket/wicketorientdb/utils/OSchemaHelper.java
+++ b/wicket-orient... | Generate index name if empty/null was provided | OrienteerBAP_wicket-orientdb | train |
ae7da3b9392347a72b6f242134f5283e12fa1af9 | diff --git a/lib/compiler/underscored.js b/lib/compiler/underscored.js
index <HASH>..<HASH> 100644
--- a/lib/compiler/underscored.js
+++ b/lib/compiler/underscored.js
@@ -207,7 +207,10 @@ function run(options) {
// Load the target file and evaluate it as the main module.
// The input path should have been resolve... | Fix regression in _coffee binary handler for scripts with no extension.
See: <URL> | Sage_streamlinejs | train |
614c300dba1a74fe5039a5196c79ac5b6c978742 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,20 +8,7 @@ module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
- makepot: {
- target: {
- options: {
- domainPath... | Remove translations. They are exclusively maintained on translate.wordpress.org. | mundschenk-at_php-typography | train |
59b138a68d6f34851f8a821777eb9987d536f4eb | diff --git a/lib/instrumentation/span.js b/lib/instrumentation/span.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/span.js
+++ b/lib/instrumentation/span.js
@@ -150,7 +150,9 @@ Span.prototype._encode = function (cb) {
}
function done (err, frames) {
- if (err) return cb(err)
+ if (err) {
+ ... | fix: encode spans even if their stack trace can't be captured (#<I>) | elastic_apm-agent-nodejs | train |
e8b63ade2270bebdc4efc0e1c2411faa7448fb91 | diff --git a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/metadata/schema/builder/TableMetaDataBuilderTest.java b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/metadata/schema/builder/TableMetaDataBuilderTest.java
index <... | fix federate meta refresh logic (#<I>) | apache_incubator-shardingsphere | train |
9cf7039e2eed8c37678aff0a663b8ee853b832ec | diff --git a/pkg/apis/kops/validation/validation.go b/pkg/apis/kops/validation/validation.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/kops/validation/validation.go
+++ b/pkg/apis/kops/validation/validation.go
@@ -333,7 +333,7 @@ func validateIPv6CIDR(cidr string, fieldPath *field.Path) field.ErrorList {
allErrs := ... | Rename ParseCidrSubnet() to ParseCIDRNotation() | kubernetes_kops | train |
eaeca4dc2bc0fb2b18fe8434066167817a5ffd85 | diff --git a/src/init.js b/src/init.js
index <HASH>..<HASH> 100644
--- a/src/init.js
+++ b/src/init.js
@@ -1,9 +1,17 @@
+var spr_editor = $('#sprite-editor')[0];
+
// Filter the files opened with the compiler
+var loader = new ui.SpriteLoader(spr_editor);
+
var files_opened = [];
function ide_open_file(file){
... | added check buttom for update emulator | gutomaia_nodeNES | train |
fa09f758b4048732367ef4c7aef21993c8344aaa | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -14628,6 +14628,15 @@ const devices = [
},
},
{
+ zigbeeModel: ['WISZB-121'],
+ model: 'WISZB-121',
+ vendor: 'Develco',
+ description: 'Window sensor',
+ fromZigbe... | Add WISZB-<I> support (#<I>)
* Add WISZB-<I> support
* Update devices.js | Koenkk_zigbee-shepherd-converters | train |
511eb510a4c3f89e95bbc5d0a7fc70e4db6c2dc8 | diff --git a/aegea/__init__.py b/aegea/__init__.py
index <HASH>..<HASH> 100644
--- a/aegea/__init__.py
+++ b/aegea/__init__.py
@@ -67,7 +67,7 @@ def initialize():
def main(args=None):
parsed_args = parser.parse_args(args=args)
- # logger.setLevel(parsed_args.log_level)
+ logger.setLevel(parsed_args.log_le... | Undo changes that had to do with tweak breakage | kislyuk_aegea | train |
1808cc44db8453cd527efa2341c7deaaed267d19 | diff --git a/aeron-common/src/main/java/uk/co/real_logic/aeron/common/concurrent/logbuffer/LogScanner.java b/aeron-common/src/main/java/uk/co/real_logic/aeron/common/concurrent/logbuffer/LogScanner.java
index <HASH>..<HASH> 100644
--- a/aeron-common/src/main/java/uk/co/real_logic/aeron/common/concurrent/logbuffer/LogSc... | [Java] Removed unnecessary layer of indirection. | real-logic_aeron | train |
3454607428916a547c5c95af398dcdd2364dab0c | diff --git a/cities/models.py b/cities/models.py
index <HASH>..<HASH> 100644
--- a/cities/models.py
+++ b/cities/models.py
@@ -107,6 +107,8 @@ class GeoAltNameManager(models.GeoManager):
Extra keywords can be provided to further filter the names.
"""
try: return self.get(is_preferred=True, **... | Update models.py
Pull request to fix #<I> | coderholic_django-cities | train |
73c0409f9cf89b143fde708dcfa10dbe3983a974 | diff --git a/trunk/src/main/java/com/beimin/eveapi/ApiAuth.java b/trunk/src/main/java/com/beimin/eveapi/ApiAuth.java
index <HASH>..<HASH> 100644
--- a/trunk/src/main/java/com/beimin/eveapi/ApiAuth.java
+++ b/trunk/src/main/java/com/beimin/eveapi/ApiAuth.java
@@ -7,7 +7,7 @@ public abstract class ApiAuth {
public ab... | changed some ID's from int to long. | ZyorTaelon_eveapi | train |
24a7a0439e631e90ff84ce84d0a78bc22846cf71 | diff --git a/ot/optim.py b/ot/optim.py
index <HASH>..<HASH> 100644
--- a/ot/optim.py
+++ b/ot/optim.py
@@ -69,7 +69,10 @@ def line_search_armijo(f, xk, pk, gfk, old_fval,
alpha, phi1 = scalar_search_armijo(
phi, phi0, derphi0, c1=c1, alpha0=alpha0)
- return min(1, alpha), fc[0], phi1
+ # scalar_se... | Check if alpha is not None when restricting it to be at most 1 (#<I>)
* Check if alpha is not None when restricting it to be at most 1
* Write check more clearly
* Add no regression test for line search armijo returning None for alpha | rflamary_POT | train |
57ba7420e3af550fcac0c5b40675bc41db603137 | diff --git a/graph_matching.gemspec b/graph_matching.gemspec
index <HASH>..<HASH> 100644
--- a/graph_matching.gemspec
+++ b/graph_matching.gemspec
@@ -5,7 +5,7 @@ require 'graph_matching/version'
Gem::Specification.new do |spec|
spec.name = 'graph_matching'
- spec.version = GraphMatching::VERSION
+ spec.version... | Drop VERSION, use gem_version | jaredbeck_graph_matching | train |
0c5a82542f8267188d375e04bf9ed581cd2f0033 | diff --git a/pushl/__main__.py b/pushl/__main__.py
index <HASH>..<HASH> 100644
--- a/pushl/__main__.py
+++ b/pushl/__main__.py
@@ -46,7 +46,7 @@ def parse_args(*args):
default=100)
parser.add_argument('--max-per-host', type=int, dest='max_per_host',
help='Maximum n... | Set more sensible per-host connection pool limits | PlaidWeb_Pushl | train |
ba1aa942f1d993dd2273463682edc05e33817f12 | diff --git a/clustering/marshalling/spi/src/main/java/org/wildfly/clustering/marshalling/spi/IdentityFunction.java b/clustering/marshalling/spi/src/main/java/org/wildfly/clustering/marshalling/spi/IdentityFunction.java
index <HASH>..<HASH> 100644
--- a/clustering/marshalling/spi/src/main/java/org/wildfly/clustering/mar... | Consolidate instances of IdentityFunction | wildfly_wildfly | train |
128a607e1e9069fb9fa99efe2ab978797fd657be | diff --git a/oauth.go b/oauth.go
index <HASH>..<HASH> 100644
--- a/oauth.go
+++ b/oauth.go
@@ -170,14 +170,16 @@ type Consumer struct {
signer signer
}
-func newConsumer(consumerKey string,
- serviceProvider ServiceProvider) *Consumer {
+func newConsumer(consumerKey string, serviceProvider ServiceProvider,... | enable passing custom httpClient to consumer | mrjones_oauth | train |
8a799a1ac36201a7584a35539cc85b4d5d77e17c | diff --git a/src/IP.php b/src/IP.php
index <HASH>..<HASH> 100644
--- a/src/IP.php
+++ b/src/IP.php
@@ -8,6 +8,8 @@ namespace IPTools;
*/
class IP
{
+ use PropertyTrait;
+
const IP_V4 = 'IPv4';
const IP_V6 = 'IPv6';
@@ -32,43 +34,7 @@ class IP
throw new \Exception("Invalid IP address format");
}
$th... | Added property functionality by PropertyTrait | S1lentium_IPTools | train |
b59bea98b063ffdfbea8871bb0d7ae87a1405c0b | diff --git a/client/driver/docker.go b/client/driver/docker.go
index <HASH>..<HASH> 100644
--- a/client/driver/docker.go
+++ b/client/driver/docker.go
@@ -555,32 +555,30 @@ func (d *DockerDriver) Fingerprint(req *cstructs.FingerprintRequest, resp *cstru
// performs a health check on the docker driver, asserting whethe... | Docker driver doesn't return errors but injects into the DriverInfo | hashicorp_nomad | train |
beb6a0acbd4e6e60c471fd5e037afa5e27d1621b | diff --git a/server/app/mutations/grid_services/create.rb b/server/app/mutations/grid_services/create.rb
index <HASH>..<HASH> 100644
--- a/server/app/mutations/grid_services/create.rb
+++ b/server/app/mutations/grid_services/create.rb
@@ -4,7 +4,7 @@ module GridServices
model :current_user, class: User
mo... | don't allow - as a first character in service name | kontena_kontena | train |
04860339130247520fe60e6282260b66264bfb76 | diff --git a/src/com/google/javascript/jscomp/ClosureCodingConvention.java b/src/com/google/javascript/jscomp/ClosureCodingConvention.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ClosureCodingConvention.java
+++ b/src/com/google/javascript/jscomp/ClosureCodingConvention.java
@@ -296,15 +296,2... | Improve the efficiency of isPropertyTestFunction methods and
PiperOrigin-RevId: <I> | google_closure-compiler | train |
f4afc7dade77032066020b65c107e4d189573803 | diff --git a/tests/acceptance/course/session/overview-test.js b/tests/acceptance/course/session/overview-test.js
index <HASH>..<HASH> 100644
--- a/tests/acceptance/course/session/overview-test.js
+++ b/tests/acceptance/course/session/overview-test.js
@@ -544,13 +544,14 @@ module('Acceptance | Session - Overview', funct... | Fixup test
Ensure course relationship is present on prereqs and don't double create
auth and primary session. | ilios_common | train |
cf20829bafd13e5e5488791bcc58a9cd79530d22 | diff --git a/src/Builder/StatementGlue.php b/src/Builder/StatementGlue.php
index <HASH>..<HASH> 100644
--- a/src/Builder/StatementGlue.php
+++ b/src/Builder/StatementGlue.php
@@ -2,7 +2,6 @@
namespace Rector\Builder;
-use Nette\Utils\Arrays;
use PhpParser\Node;
use PhpParser\Node\Stmt\Class_;
use PhpParser\Node... | remove origNode removal where not needed | rectorphp_rector | train |
9f33e00074e7985bbc61296b51f9a4bf40bdf517 | diff --git a/blockstack_cli_0.14.1/blockstack_registrar/blockdata/activate.py b/blockstack_cli_0.14.1/blockstack_registrar/blockdata/activate.py
index <HASH>..<HASH> 100755
--- a/blockstack_cli_0.14.1/blockstack_registrar/blockdata/activate.py
+++ b/blockstack_cli_0.14.1/blockstack_registrar/blockdata/activate.py
@@ -7... | updated the use of coinrpc | blockstack_blockstack-core | train |
876e1c514f7e87a2ac4f95d4edc5da3bbf89b4c3 | diff --git a/lwr/lwr_client/__init__.py b/lwr/lwr_client/__init__.py
index <HASH>..<HASH> 100644
--- a/lwr/lwr_client/__init__.py
+++ b/lwr/lwr_client/__init__.py
@@ -12,7 +12,7 @@ import urllib
import simplejson
-from transport import Urllib2Transport
+from transport import Urllib2Transport, PycurlTransport
... | Catch pycurl module available errors and delay exception raising until a Curl object is actually attempting to be instantiated. This allows LWR to work normally when pycurl is unavailable. | galaxyproject_pulsar | train |
3b7a1e39944b048e48be4ef154b799e0c878f030 | diff --git a/hazelcast/src/test/java/com/hazelcast/map/query/QueryIndexingTest.java b/hazelcast/src/test/java/com/hazelcast/map/query/QueryIndexingTest.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/map/query/QueryIndexingTest.java
+++ b/hazelcast/src/test/java/com/hazelcast/map/query/Quer... | Disabling replication since we don't use backups in this test | hazelcast_hazelcast | train |
2e8b32fe07dafd82c2a0e4fa6418c616b0f7a380 | diff --git a/edc_notification/notification/model_notification.py b/edc_notification/notification/model_notification.py
index <HASH>..<HASH> 100644
--- a/edc_notification/notification/model_notification.py
+++ b/edc_notification/notification/model_notification.py
@@ -29,17 +29,40 @@ class ModelNotification(Notification)... | notify if model matches notification.model | clinicedc_edc-notification | train |
d47bed11117c3273377a081ec441a463c2bc2447 | diff --git a/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepoDownloader.php b/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepoDownloader.php
index <HASH>..<HASH> 100644
--- a/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepoDownloader.php
+++ b/src/AndKirby/Composer/MultiRepo/Downloader/GitMultiRepo... | - Updated condition to copy simle file. | andkirby_multi-repo-composer | train |
fed12ba54a11f2b60a1f680e569ca672b66b6bf3 | diff --git a/actions/TestTaker.php b/actions/TestTaker.php
index <HASH>..<HASH> 100644
--- a/actions/TestTaker.php
+++ b/actions/TestTaker.php
@@ -29,6 +29,7 @@ use core_kernel_classes_Class;
use core_kernel_classes_Property;
use core_kernel_classes_Resource;
use core_kernel_users_Service;
+use oat\oatbox\validator\... | feat: apply new validator to a form | oat-sa_extension-tao-testtaker | train |
ad9edb2b434e6b25c4fae79e584efc6e9700c64f | diff --git a/application/Espo/Core/defaults/systemConfig.php b/application/Espo/Core/defaults/systemConfig.php
index <HASH>..<HASH> 100644
--- a/application/Espo/Core/defaults/systemConfig.php
+++ b/application/Espo/Core/defaults/systemConfig.php
@@ -183,6 +183,7 @@ return [
'adminNotificationsCronIsNotConfigu... | restrcted mode hide params | espocrm_espocrm | train |
09a9ebf99425cf5f73c005220162b02e4ab934b8 | diff --git a/src/toil/test/jobStores/jobStoreTest.py b/src/toil/test/jobStores/jobStoreTest.py
index <HASH>..<HASH> 100644
--- a/src/toil/test/jobStores/jobStoreTest.py
+++ b/src/toil/test/jobStores/jobStoreTest.py
@@ -1041,7 +1041,6 @@ class InvalidAWSJobStoreTest(ToilTest):
'us-west-2:a_b')... | Remove ‘experimental’ decorator from Azure tests | DataBiosphere_toil | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.