hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e09e277771ca02991f25663e4ead87d77a6bb31a | diff --git a/gotestwin.py b/gotestwin.py
index <HASH>..<HASH> 100755
--- a/gotestwin.py
+++ b/gotestwin.py
@@ -34,11 +34,11 @@ def main():
join(scripts, 'gotesttarfile.py'),
join(scripts, 'utility.py'),
]},
- 'command': [
+ 'command': [
... | Updated unit test in test_schedule_hetero_control. | juju_juju | train |
dd4c5878fa6013a80ca6369fffd6903df20e3518 | diff --git a/src/Connection.php b/src/Connection.php
index <HASH>..<HASH> 100644
--- a/src/Connection.php
+++ b/src/Connection.php
@@ -267,8 +267,10 @@ class Connection
if (!isset($config['simpleStorageTz'])) {
$config['simpleStorageTz'] = 'UTC';
}
- if (!isset($config['connectionTz'])) {
+ if (!isset($conf... | connection: allow php auto-offset for connection timezone | nextras_dbal | train |
f092c4200900526cf50423f4e667489e3861c3b5 | diff --git a/simra/peer/peer.go b/simra/peer/peer.go
index <HASH>..<HASH> 100644
--- a/simra/peer/peer.go
+++ b/simra/peer/peer.go
@@ -66,13 +66,14 @@ var glPeer = &GLPeer{}
// GLPeer represents gl context.
// Singleton.
type GLPeer struct {
- glctx gl.Context
- startTime time.Time
- images *glutil.Images
- f... | define spritecontainer as a member of GLPeer | pankona_gomo-simra | train |
d28877fb6c6c79448e4cd99c033fa477c813fb64 | diff --git a/skiplist.go b/skiplist.go
index <HASH>..<HASH> 100644
--- a/skiplist.go
+++ b/skiplist.go
@@ -309,23 +309,19 @@ func (list *SkipList) randLevel() int {
func getScore(key interface{}, reversed bool) (score float64) {
switch t := key.(type) {
case []byte:
+ var result uint64
data :... | fix scoring bug. thanks @glenn-brown | huandu_skiplist | train |
83d8dec8c7f793468117310dccb4368b76cadeab | diff --git a/src/account_call_builder.js b/src/account_call_builder.js
index <HASH>..<HASH> 100644
--- a/src/account_call_builder.js
+++ b/src/account_call_builder.js
@@ -1,4 +1,4 @@
-import {CallBuilder} from "./callBuilder";
+import {CallBuilder} from "./call_builder";
/**
* @class AccountCallBuilder
diff --git a... | Fix imports for new snake_cased files. | stellar_js-stellar-sdk | train |
40f7185247b82bc2298d3515fc2262bd28f4ff86 | diff --git a/migrator.go b/migrator.go
index <HASH>..<HASH> 100644
--- a/migrator.go
+++ b/migrator.go
@@ -12,7 +12,7 @@ import (
"github.com/pkg/errors"
)
-var mrx = regexp.MustCompile(`(\d+)_([^\.]+)(\.[a-z0-9]+)?\.(up|down)\.(sql|fizz)$`)
+var mrx = regexp.MustCompile(`^(\d+)_([^\.]+)(\.[a-z0-9]+)?\.(up|down)\.... | Fix #<I>: ensure the migration file name starts with a number (#<I>)
This prevents pop to grap temp/backup files. | gobuffalo_pop | train |
27809e15058c9c84088d481cf5b22ad62bf0a091 | diff --git a/y/file_dsync.go b/y/file_dsync.go
index <HASH>..<HASH> 100644
--- a/y/file_dsync.go
+++ b/y/file_dsync.go
@@ -1,4 +1,4 @@
-// +build !dragonfly,!freebsd,!windows
+// +build !dragonfly,!freebsd,!windows,!darwin
/*
* Copyright 2017 Dgraph Labs, Inc. and Contributors
diff --git a/y/file_nodsync.go b/y/fi... | Tweak build flags as per #<I> | dgraph-io_badger | train |
b81ce912e156795b04ac6e9a664764f9d331906c | diff --git a/src/Keboola/Json/Parser.php b/src/Keboola/Json/Parser.php
index <HASH>..<HASH> 100755
--- a/src/Keboola/Json/Parser.php
+++ b/src/Keboola/Json/Parser.php
@@ -1,4 +1,20 @@
<?php
+/**
+ * JSON to CSV data analyzer and parser/converter
+ *
+ * Use to convert JSON data into CSV file(s).
+ * Creates multiple f... | Allow an int value in a "double" field | keboola_php-jsonparser | train |
02f05301180ad8277669c078a559eb0e7de594f9 | diff --git a/HISTORY.rst b/HISTORY.rst
index <HASH>..<HASH> 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -8,6 +8,10 @@ Changelog
* Fix bug in form validation signaling required field missing on choices where the value is falsy, e.g. 0
+* Implement djangos uniqueness validation on save in forms/views.py
+
+* Fixed... | * Implement djangos uniqueness validation on save in forms/views.py
* Fixed input type on url field | TriOptima_tri.form | train |
e866e9682fec83461c28940507b8f956db04d3fa | diff --git a/pyaxo.py b/pyaxo.py
index <HASH>..<HASH> 100644
--- a/pyaxo.py
+++ b/pyaxo.py
@@ -311,6 +311,8 @@ class Axolotl:
HKr = '' if not self.state['HKr'] else self.state['HKr']
CKs = '' if not self.state['CKs'] else self.state['CKs']
CKr = '' if not self.state['CKr'] else self.state['CK... | added loadState() method - see test3.py | rxcomm_pyaxo | train |
8a5ce9c6a50f8e806fd11b50f648206cbfa9feb4 | diff --git a/pkg/fs/roots.go b/pkg/fs/roots.go
index <HASH>..<HASH> 100644
--- a/pkg/fs/roots.go
+++ b/pkg/fs/roots.go
@@ -41,7 +41,8 @@ type rootsDir struct {
mu sync.Mutex // guards following
lastQuery time.Time
- m map[string]blob.Ref // ent name => permanode
+ m map[string]blob.Ref // ... | fs: memoize roots children
If we ever return a particular value for a root, we should continue to
return the same value to provide a consistent view.
camlistore.org/issue/<I>
Change-Id: I7cfad<I>ad<I>b0e<I>e<I>f<I>d<I>ba<I>d<I>a6 | perkeep_perkeep | train |
28e0ee26675ac97c877dbe2e24a5d0f1dd0f3854 | diff --git a/lib/undo/config.rb b/lib/undo/config.rb
index <HASH>..<HASH> 100644
--- a/lib/undo/config.rb
+++ b/lib/undo/config.rb
@@ -8,7 +8,7 @@ module Undo
attribute :storage, Object, default: ->(config, _) { Undo::Storage::MemoryAdapter.new }
attribute :mutator_methods, Array[Symbol], default: [:update, :... | Passes object to custom uuid_generator | AlexParamonov_undo | train |
d91c2f2714674df2adbf9f4052bb22fd04855525 | diff --git a/fantasy_football_auction/auction.py b/fantasy_football_auction/auction.py
index <HASH>..<HASH> 100644
--- a/fantasy_football_auction/auction.py
+++ b/fantasy_football_auction/auction.py
@@ -198,6 +198,7 @@ class Auction:
# nomination successful, bidding time
self.nominee = nominated_playe... | fix bug where nomination bid wasn't updated | chairbender_fantasy-football-auction | train |
6fb1b400b00436769fd50708a4af71f3c294c110 | diff --git a/lib/flex/configuration.rb b/lib/flex/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/flex/configuration.rb
+++ b/lib/flex/configuration.rb
@@ -50,7 +50,7 @@ module Flex
:flex_dir => './flex',
:http_client => load_http_cli... | config.debug false by default (true by default in Rails.env.development?) | elastics_elastics | train |
ae336b5ee7d3e816ac084295da84875f41bd5f8a | diff --git a/caas/broker.go b/caas/broker.go
index <HASH>..<HASH> 100644
--- a/caas/broker.go
+++ b/caas/broker.go
@@ -201,6 +201,8 @@ type Broker interface {
type Upgrader interface {
// Upgrade sets the OCI image for the app to the specified version.
Upgrade(appName string, vers version.Number) error
+ // Operat... | Add a new OperatorVersion method in broker interface to fetch operator version for specified application | juju_juju | train |
bb91fae6c7187541f8898e4c001f4955dfd8658f | diff --git a/tests/test_publish.py b/tests/test_publish.py
index <HASH>..<HASH> 100644
--- a/tests/test_publish.py
+++ b/tests/test_publish.py
@@ -76,9 +76,13 @@ def test_publish(
release_description='The first flight'
)
- release_notes_path = Path('docs').joinpath('releases').joinpath('0.0.2-2017-11... | Use current date for release date in release notes path | michaeljoseph_changes | train |
845dfa5dce5f8eede9652fba0976afff649c3528 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -169,13 +169,6 @@ RSpec.configure do |config|
DatabaseCleaner.start
end
- if example.metadata[:type] == :view
- # View tests should not hit any services. This e... | Allow localhost connections in WebMock after view tests
View tests turn off localhost connections explictly; this is mostly just a
safeguard against sending slow network connections within the tests.
Rather than rely on the next test to turn them back on, we can simply allow the
view test to reset the status after it... | samvera_hyrax | train |
855f1e4f52a7ab05fdf04f57a1c81e1e47edf22d | diff --git a/lib/waterline/utils/normalize.js b/lib/waterline/utils/normalize.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/utils/normalize.js
+++ b/lib/waterline/utils/normalize.js
@@ -99,14 +99,24 @@ var normalize = module.exports = {
// Move Limit, Skip, sort outside the where criteria
if(hop(criter... | if -1 is used in limit and skip normalize it to zero | balderdashy_waterline | train |
271f8a3fe372edb2b857a32a419b03c7764bb492 | diff --git a/lib/que/poller.rb b/lib/que/poller.rb
index <HASH>..<HASH> 100644
--- a/lib/que/poller.rb
+++ b/lib/que/poller.rb
@@ -269,6 +269,13 @@ module Que
private
def any_priority_satisfied?(priorities, jobs)
+ worker_jobs = allocate_jobs_to_workers(priorities, jobs)
+ priorities.any? do |work... | Refactor Poller#any_priority_satisfied? to extract #allocate_jobs_to_workers | chanks_que | train |
559bc4b03ee02adf0f17367527bf73279a7a5ba4 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -55,6 +55,7 @@ function configureComponent(configPath, component, componentPath) {
// Register the variant
config.variants.push({
name: variant,
+ label: component.label || ((variant === 'default') ? ... | Added explicit component / variant label | tollwerk_fractal-typo3 | train |
9c57c30e57e96af8dae35f7b3cc5b2a61348fe69 | diff --git a/plugins/redis/redis.go b/plugins/redis/redis.go
index <HASH>..<HASH> 100644
--- a/plugins/redis/redis.go
+++ b/plugins/redis/redis.go
@@ -74,12 +74,12 @@ var ErrProtocolError = errors.New("redis protocol error")
// Reads stats from all configured servers accumulates stats.
// Returns one of the errors ... | Redis plugin internal names consistency fix, g -> r | influxdata_telegraf | train |
d48c4923c3cc86b607432f8b1a42f79dde47d7eb | diff --git a/tpl/scripts/extract/changeset.php b/tpl/scripts/extract/changeset.php
index <HASH>..<HASH> 100644
--- a/tpl/scripts/extract/changeset.php
+++ b/tpl/scripts/extract/changeset.php
@@ -13,6 +13,8 @@ $object = $vehicle['object'];
if (isset($object['changeset'])) {
$changeSet = $object['changeset'];
... | Make sure modx will be available in in callback functions | modxcms_teleport | train |
81027d5ceb02c598b8b480d7ddcedd2601e57bf1 | diff --git a/build_package.py b/build_package.py
index <HASH>..<HASH> 100755
--- a/build_package.py
+++ b/build_package.py
@@ -181,10 +181,22 @@ def build_binary(dsc_path, location, series, arch, ppa=None, verbose=False):
return 0
+def build_source(tar_file, location, series, bugs,
+ debemail=N... | Added shub for build_source. | juju_juju | train |
b129ad91c7e4fc6440af71708d87c1a80afae34e | diff --git a/ara/plugins/callback/ara_default.py b/ara/plugins/callback/ara_default.py
index <HASH>..<HASH> 100644
--- a/ara/plugins/callback/ara_default.py
+++ b/ara/plugins/callback/ara_default.py
@@ -163,6 +163,12 @@ class CallbackModule(CallbackBase):
self._end_task()
self._end_play()
+ #... | Implement support for naming playbooks
This allows users to give arbitrary names to their playbooks based
on the "ara_playbook_name" Ansible variable that can be supplied either
as a literal Ansible variable or as an extra_var.
Change-Id: I8bbe<I>a1a<I>a<I>effdee<I>c6f | ansible-community_ara | train |
f8145cef3a3bc1716ae002af74aede8b6ed59299 | diff --git a/minium-webelements-config/src/main/java/minium/web/config/WebElementsConfiguration.java b/minium-webelements-config/src/main/java/minium/web/config/WebElementsConfiguration.java
index <HASH>..<HASH> 100644
--- a/minium-webelements-config/src/main/java/minium/web/config/WebElementsConfiguration.java
+++ b/m... | Unnecessary @Lazy annotations removed | viltgroup_minium | train |
526a9faf15c88d59c8e166586b96fcac7456cbf2 | diff --git a/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java b/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java
index <HASH>..<HASH> 100644
--- a/core/server/master/src/main/java/alluxio/master/file/DefaultFileSystemMaster.java
+++ b/core/server/master/... | [SMALLFIX] Wrap listStatus call in an exception handler to treat it as an optimi… (#<I>)
* Wrap listStatus call in an exception handler to treat it as an optimization.
* Update debug log message | Alluxio_alluxio | train |
3feee8b8164ad92a8d38c32b94a1ea597c4c1ff7 | diff --git a/ghost/admin/app/helpers/event-name.js b/ghost/admin/app/helpers/event-name.js
index <HASH>..<HASH> 100644
--- a/ghost/admin/app/helpers/event-name.js
+++ b/ghost/admin/app/helpers/event-name.js
@@ -11,6 +11,8 @@ export const AVAILABLE_EVENTS = [
{event: 'post.published', name: 'Post published', group:... | Added missing schedule events to webhook dropdown (#<I>)
- these webhook events are not available to choose from in Ghost admin, even though they exist and work | TryGhost_Ghost | train |
1f181eceb1622f221b22203b2fbeb349d8ad74c9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ setup(
keywords='crypto pki x509 certificate ocsp',
install_requires=[
- 'asn1crypto>=0.21.0',
- 'oscrypto>=0.18.0'
+ 'asn1crypto>=0.20.0',
+ 'oscrypto>=0.17.3'
],
... | Reduce asn1crypto and oscrypto version specs for CI to complete | wbond_ocspbuilder | train |
2d0505b8ed566a5c3eafb095fa5fc9a0e46f71e1 | diff --git a/bootstrap/environment.php b/bootstrap/environment.php
index <HASH>..<HASH> 100755
--- a/bootstrap/environment.php
+++ b/bootstrap/environment.php
@@ -5,9 +5,9 @@ error_reporting(E_ALL);
// system settings
ini_set('display_errors', env('ERRORS_DISPLAY', 'On'));
-ini_set('log_errors', env('ERRORS_DISPLAY... | Environment variables
- add new constants to project (AND, OR, COMMA) | phpzm_kernel | train |
858082f9750aa430c9f60c06dfce6a7d6703c707 | diff --git a/superset/models/schedules.py b/superset/models/schedules.py
index <HASH>..<HASH> 100644
--- a/superset/models/schedules.py
+++ b/superset/models/schedules.py
@@ -29,17 +29,17 @@ from superset.models.helpers import AuditMixinNullable, ImportMixin
metadata = Model.metadata # pylint: disable=no-member
-... | Fix email reports (#<I>)
* Fix email reports
* Address comments and inherit from str | apache_incubator-superset | train |
5633a6d7ba0c2531db3f0187853cab2a160de352 | diff --git a/spec/helper.js b/spec/helper.js
index <HASH>..<HASH> 100644
--- a/spec/helper.js
+++ b/spec/helper.js
@@ -1,3 +1,5 @@
+/* eslint no-console:0 */
+
var os = require('os');
var crypto = require('crypto');
var fse = require('fs-extra');
@@ -5,20 +7,27 @@ var fse = require('fs-extra');
var originalCwd = pr... | Remove all temp directories in bulk after tests are finished | szwacz_fs-jetpack | train |
7a3ed8add4cf05a5abe717e7c566c98326db6532 | diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js
index <HASH>..<HASH> 100644
--- a/src/drivers/npm/driver.js
+++ b/src/drivers/npm/driver.js
@@ -721,7 +721,7 @@ class Site {
await this.promiseTimeout(
page.evaluateHandle(() =>
// eslint-disable-next-line un... | Prevent repeat analysis of the identical XHR requests | AliasIO_Wappalyzer | train |
7b0fb8639e5da5fd143bdec3f5db01382685554f | diff --git a/leaflet-providers.js b/leaflet-providers.js
index <HASH>..<HASH> 100644
--- a/leaflet-providers.js
+++ b/leaflet-providers.js
@@ -123,8 +123,18 @@
},
variants: {
OpenCycleMap: 'cycle',
- Transport: 'transport',
- TransportDark: 'transport-dark',
+ Transport: {
+ options: {
+ ... | Thunderforest transport and transport-dark maxZoom <I> | leaflet-extras_leaflet-providers | train |
7e7b29c02cc8a1015fb56a7dac6488cf24873922 | diff --git a/gitlab.py b/gitlab.py
index <HASH>..<HASH> 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -584,6 +584,7 @@ class ProjectBranch(GitlabObject):
canCreate = False
requiredGetAttrs = ['project_id']
requiredListAttrs = ['project_id']
+ _constructorTypes = {'commit': 'ProjectCommit'}
def prot... | ProjectBranch: commit is an other object | python-gitlab_python-gitlab | train |
bded09bbebdc79c5c438c969107f035ebf4e57db | diff --git a/script-test/subtitles/subtitles.js b/script-test/subtitles/subtitles.js
index <HASH>..<HASH> 100644
--- a/script-test/subtitles/subtitles.js
+++ b/script-test/subtitles/subtitles.js
@@ -47,7 +47,7 @@ require(
describe('construction', function () {
it('initialises with the legacy subti... | Bug fix - only attempt to load subtitles file when there is a url to do so (#<I>) | bbc_bigscreen-player | train |
4796e618f88b7938819724d2a4212bf1249317da | diff --git a/lib/svtplay_dl/postprocess/__init__.py b/lib/svtplay_dl/postprocess/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/svtplay_dl/postprocess/__init__.py
+++ b/lib/svtplay_dl/postprocess/__init__.py
@@ -124,7 +124,7 @@ class postprocess:
if self.config.get("merge_subtitle"):
if self.su... | postprocess: we should use the filename without extension | spaam_svtplay-dl | train |
2d981b36c9875277098397b2938e9a83ce02795a | diff --git a/staging/src/k8s.io/legacy-cloud-providers/azure/azure_instances.go b/staging/src/k8s.io/legacy-cloud-providers/azure/azure_instances.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/legacy-cloud-providers/azure/azure_instances.go
+++ b/staging/src/k8s.io/legacy-cloud-providers/azure/azure_instances.... | Fix isCurrentInstance for Windows by removing the dependency of hostname | kubernetes_kubernetes | train |
f06bc781efebf29d9da237b231454a95694d495e | diff --git a/examples/bme280_normal_mode.py b/examples/bme280_normal_mode.py
index <HASH>..<HASH> 100644
--- a/examples/bme280_normal_mode.py
+++ b/examples/bme280_normal_mode.py
@@ -18,7 +18,7 @@ bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
#bme_cs = digitalio.DigitalInOut(board.D10)
#bme280 = adafruit_bme280.A... | Minor comment cleanup
A typo and a couple of trivial formatting tweaks for consistency. No code changes. | adafruit_Adafruit_CircuitPython_BME280 | train |
ce4d752cf9808fb10526a0a30c5a5b8a8657b533 | diff --git a/parallizer.js b/parallizer.js
index <HASH>..<HASH> 100644
--- a/parallizer.js
+++ b/parallizer.js
@@ -53,12 +53,12 @@ function Parallel(max, col, paused){
if(!(this instanceof Parallel)) return new Parallel(max, col, paused);
var pm = parseInt(max, 10);
this._max = (!isNaN(pm) && pm > 0) ? pm : 1;... | refactored parallizer.Parallel constructor | christophwitzko_parallizer | train |
de09bffd84fc2299eeca50c05998706eeef633ac | diff --git a/control/Controller.php b/control/Controller.php
index <HASH>..<HASH> 100644
--- a/control/Controller.php
+++ b/control/Controller.php
@@ -173,6 +173,8 @@ class Controller extends RequestHandler implements TemplateGlobalProvider {
* If $Action isn't given, it will use "index" as a default.
*/
protec... | Update Controller to allow extension in handleAction()
Controller's parent class (RequestHandler) has two extensions in its handleAction() method that are obscured by Controller's implementation. | silverstripe_silverstripe-framework | train |
66d51f6ff1cf4d438808299cffb4a067edbaa384 | diff --git a/webapps/ui/tasklist/client/scripts/task/directives/cam-tasklist-task-meta.js b/webapps/ui/tasklist/client/scripts/task/directives/cam-tasklist-task-meta.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/task/directives/cam-tasklist-task-meta.js
+++ b/webapps/ui/tasklist/client/scripts... | fix(tasklist): add null check to prevent unresolveable error
related to CAM-<I> | camunda_camunda-bpm-platform | train |
517f7c3d92af36aeefd92959d55519b09bf7c3b3 | diff --git a/spec/unit/knife/cookbook_upload_spec.rb b/spec/unit/knife/cookbook_upload_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/knife/cookbook_upload_spec.rb
+++ b/spec/unit/knife/cookbook_upload_spec.rb
@@ -42,7 +42,8 @@ describe Chef::Knife::CookbookUpload do
describe 'run' do
before(:each) do
- ... | [CHEF-<I>] Failing spec for frozen cookbook upload | chef_chef | train |
6c74952e8eca9890a7d2379c76998191d07d3e73 | diff --git a/src/Mime/Html.php b/src/Mime/Html.php
index <HASH>..<HASH> 100644
--- a/src/Mime/Html.php
+++ b/src/Mime/Html.php
@@ -24,10 +24,10 @@ class Html implements MimeInterface {
public function extract(array $replacements, UrlInterface $url) {
if (preg_match('#<title[^>]*>(.*?)</title>#is', $url-... | html_entity_decode should happen first
Some control characters (like the new line) will break Phergie when trying to process the event. Decoding the string first prevents that. | phergie_phergie-irc-plugin-react-url | train |
c24e4a48d109e95f86d06769b6cac0c62cefd371 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-oidc-provider',
- version='0.3.6',
+ version='0.3.7',
packages=[
'oidc_provider', 'oid... | Update version to <I> after `at_hash` fix
Using semantic versioning, a backward compatible bug fix deserves
a PATCH increment. | juanifioren_django-oidc-provider | train |
ba02e65f74212002bb3c55e2769d76897974c261 | diff --git a/lib/collections/VoiceConnectionCollection.js b/lib/collections/VoiceConnectionCollection.js
index <HASH>..<HASH> 100644
--- a/lib/collections/VoiceConnectionCollection.js
+++ b/lib/collections/VoiceConnectionCollection.js
@@ -50,13 +50,21 @@ class VoiceConnectionCollection extends BaseArrayCollection {
... | Fix pending voice connection creation while awaiting endpoint | qeled_discordie | train |
cf97ef7f0f8e59aa8e5a26aa60460ebe631e24bb | diff --git a/devices.js b/devices.js
index <HASH>..<HASH> 100755
--- a/devices.js
+++ b/devices.js
@@ -6028,6 +6028,16 @@ const devices = [
exposes.numeric('battery').withUnit('%'),
],
},
+ {
+ zigbeeModel: ['FNB56-DOS07FB3.1'],
+ model: 'HGZB-13A',
+ vendor: 'Nue / 3A... | Add support for Nue/3A Door sensor HGZB-<I>A (#<I>)
* feat: Add support for Nue/3A Door sensor
The Nue / 3A door and window sensor is relatively simple and just
exposes a binary contact sensor.
* Update devices.js | Koenkk_zigbee-shepherd-converters | train |
069d53a4862c1c87cb4e9bf10633bd53468de6c0 | diff --git a/cleaner.go b/cleaner.go
index <HASH>..<HASH> 100644
--- a/cleaner.go
+++ b/cleaner.go
@@ -37,11 +37,16 @@ var removeNodesRegEx = regexp.MustCompile("" +
"^widget$|" +
"ajoutVideo|" +
"articleheadings|" +
+ "_articles|" +
+ "author|" +
"author-dropdown|" +
+ "banner|" +
+ "^bar$|" +
"blog-pager|" ... | DEV-<I> new cleaning classes | advancedlogic_GoOse | train |
9d3232eb5681aa50fc818700e44a96a6325c510c | diff --git a/src/constants.js b/src/constants.js
index <HASH>..<HASH> 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -10,7 +10,7 @@ math.PI = Math.PI;
math.SQRT1_2 = Math.SQRT1_2;
math.SQRT2 = Math.SQRT2;
-math.I = new Complex(0, -1);
+math.I = new Complex(0, 1);
// low... | Fixed an incredibly stupid bug with the constant i | josdejong_mathjs | train |
8ee84708b579f1045d8460483d07f48ce682dbcc | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -46,9 +46,8 @@ def mock_app(extra_stubs={})
)
end
-def test_app(name=nil)
+def test_app(name=:default)
time = Time.now
- name ||= :default
app = Dragonfly::App[name]
... | not sure why I wasn't using default args | markevans_dragonfly | train |
f2c22946629467eb06036eb50c3dcd2df5111581 | diff --git a/view/files/html.php b/view/files/html.php
index <HASH>..<HASH> 100644
--- a/view/files/html.php
+++ b/view/files/html.php
@@ -15,6 +15,11 @@
*/
class ComFilesViewFilesHtml extends ComKoowaViewHtml
{
+ /**
+ * @var string The root path
+ */
+ protected $_root_path = '';
+
protected funct... | #<I> Add root path setter and getter | joomlatools_joomlatools-framework | train |
f6ed07a9cc287d2f7d4b826adad4e70b65504bb0 | diff --git a/choria/framework.go b/choria/framework.go
index <HASH>..<HASH> 100644
--- a/choria/framework.go
+++ b/choria/framework.go
@@ -266,6 +266,10 @@ func (self *Framework) SetupLogging(debug bool) (err error) {
self.log.SetLevel(log.DebugLevel)
}
+ log.SetFormatter(self.log.Formatter)
+ log.SetLevel(self.... | (#<I>) configure global logger options
We'd like to move to reusing a instance of the logger rather than
each caller using its own instance and the general chaos thats there
now, but while this is happening the old global level logger still
needs to be configured.
Previously we made the logger instance on the framewo... | choria-io_go-choria | train |
8151b56459c942965e18e9b3ab0b33521f437a43 | diff --git a/lib/active_admin/view_helpers.rb b/lib/active_admin/view_helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/active_admin/view_helpers.rb
+++ b/lib/active_admin/view_helpers.rb
@@ -97,6 +97,8 @@ module ActiveAdmin
def active_admin_filters_form_for(search, options = {}, &block)
options[:builder] ||... | Ensure that the filter form is a get request | activeadmin_activeadmin | train |
fe1908551514ae53163509691e1fd302f5d0ce7b | diff --git a/lib/coverband.rb b/lib/coverband.rb
index <HASH>..<HASH> 100644
--- a/lib/coverband.rb
+++ b/lib/coverband.rb
@@ -23,11 +23,10 @@ require 'coverband/collectors/coverage'
require 'coverband/reporters/base'
require 'coverband/reporters/html_report'
require 'coverband/reporters/console_report'
-require 'co... | Remove repeated integrations/background require from coverband.rb | danmayer_coverband | train |
af6eaeb1a38d9f3aeacbded9391a0ed159bb47cc | diff --git a/pymc3/stats.py b/pymc3/stats.py
index <HASH>..<HASH> 100644
--- a/pymc3/stats.py
+++ b/pymc3/stats.py
@@ -271,10 +271,10 @@ def compare(traces, models, ic='WAIC'):
Parameters
----------
- traces: list of PyMC3 traces
- models: list of PyMC3 models
+ traces : list of PyMC3 traces
+ m... | docstring update, fix missing space between varname and description | pymc-devs_pymc | train |
3ca38e4549d6cb7ef75082ac2cf102706d4e9be9 | diff --git a/tests/test_genrequest.py b/tests/test_genrequest.py
index <HASH>..<HASH> 100644
--- a/tests/test_genrequest.py
+++ b/tests/test_genrequest.py
@@ -645,3 +645,74 @@ class TestGenrequest(TestCase):
response.get_response(3),
"Querying an invalid requestId didn't return None"
... | * Added last Batchrequest-test in an xml version (#<I>) | Zimbra-Community_python-zimbra | train |
65ab73f9df07039cfce7e7c1271c33e7b2b067a3 | diff --git a/Neos.Fusion.Afx/Classes/Parser/Lexer.php b/Neos.Fusion.Afx/Classes/Parser/Lexer.php
index <HASH>..<HASH> 100644
--- a/Neos.Fusion.Afx/Classes/Parser/Lexer.php
+++ b/Neos.Fusion.Afx/Classes/Parser/Lexer.php
@@ -49,7 +49,7 @@ class Lexer
public function __construct($string)
{
$this->string... | Task: Remove deprecated curly brace syntax for accessing string offsets
This syntax is deprecated as of php <I> in favor of the use of square brackets. | neos_neos-development-collection | train |
db5d81d4a09ca0f0f028fcc0499502b44ab67266 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
# Event tickets for SilverStripe Event Calendar
+[](https://scrutinizer-ci.com/g/TheBnl/event-ti... | added badged and documentation to payment processor | TheBnl_event-tickets | train |
c112bc6069879ee2e8843299af215ea2aef4fef2 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -2951,7 +2951,7 @@ function forum_subscribed_users($course, $forum, $groupid=0, $context = null, $f
*/
function forum_get_course_forum($courseid, $type) {
// How to set up special 1-per-... | MDL-<I> Use the correct editor format for course forums | moodle_moodle | train |
870f4f89481e1e4791f9c8a05127b29272ef8bd7 | diff --git a/primus.js b/primus.js
index <HASH>..<HASH> 100644
--- a/primus.js
+++ b/primus.js
@@ -1228,7 +1228,7 @@ Primus.prototype.uri = function uri(options) {
options = options || {};
options.protocol = 'protocol' in options ? options.protocol : 'http';
options.query = url.search && 'query' in options ? (... | [fix] Set the secure flag when the protocol in the connection URL is `wss:` | primus_primus | train |
af895f4f91fe3d453c68620ddfbc7ee1386fea6b | diff --git a/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/AuditView.java b/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/AuditView.java
index <HASH>..<HASH> 100644
--- a/drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/AuditView.java
+++ b/d... | [BZ-<I>] make audit view to show all sequences of events when parsing a threaded audit log | kiegroup_droolsjbpm-tools | train |
808e24aa428d434974678a627b80f9eacaf4373c | diff --git a/engine/score-facade/src/main/java/com/hp/score/facade/entities/Execution.java b/engine/score-facade/src/main/java/com/hp/score/facade/entities/Execution.java
index <HASH>..<HASH> 100644
--- a/engine/score-facade/src/main/java/com/hp/score/facade/entities/Execution.java
+++ b/engine/score-facade/src/main/ja... | Remove SerializableSessionContext from the Execution and from score | CloudSlang_score | train |
e9f8bda944c3e6f729f7b1658befc0ec4703dd9b | diff --git a/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java b/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java
index <HASH>..<HASH> 100644
--- a/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java
+++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java
@@ -2... | [Java] Add static import for UnsafeAccess. | real-logic_aeron | train |
ec9b9323fa28e4b3bec86dc0cf7929a0f33ab7fa | diff --git a/hazelcast/src/main/java/com/hazelcast/config/security/LdapAuthenticationConfig.java b/hazelcast/src/main/java/com/hazelcast/config/security/LdapAuthenticationConfig.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/config/security/LdapAuthenticationConfig.java
+++ b/hazelcast/src... | Move login modules from impl to loginimpl package so the JavaDoc is generated for them. | hazelcast_hazelcast | train |
24adb90f0b84bab412c365b0ddb0af55f4df53ca | diff --git a/angr/engines/engine.py b/angr/engines/engine.py
index <HASH>..<HASH> 100644
--- a/angr/engines/engine.py
+++ b/angr/engines/engine.py
@@ -48,7 +48,7 @@ class SimEngine(object):
successors = SimSuccessors(addr, old_state)
- new_state._inspect('engine_process', when=BP_BEFORE, sim_engine=... | Provide the address for the engine_process breakpoint | angr_angr | train |
edf69cf61abdc9222bf847226140c99c287fb277 | diff --git a/addon/components/basic-dropdown.js b/addon/components/basic-dropdown.js
index <HASH>..<HASH> 100644
--- a/addon/components/basic-dropdown.js
+++ b/addon/components/basic-dropdown.js
@@ -45,6 +45,11 @@ export default Component.extend({
const rootSelector = Ember.testing ? '#ember-testing' : getOwner(th... | Dropdown popup has a unique ID and the trigger has aria-owns=<that-id> | cibernox_ember-basic-dropdown | train |
29294bdb42e7eaaf5846d9a9d2ca037b2068a20f | diff --git a/openquake/calculators/hazard/disagg/core.py b/openquake/calculators/hazard/disagg/core.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/disagg/core.py
+++ b/openquake/calculators/hazard/disagg/core.py
@@ -104,6 +104,17 @@ class DisaggHazardCalculator(haz_general.BaseHazardCalculatorNext):
... | calcs/hazard/disagg/core:
Added doc for the disagg `task_arg_gen`.
Former-commit-id: <I>bf9c<I>aa<I>acbc<I>b0e<I>bbc<I>d<I>b1 | gem_oq-engine | train |
20f52908ab716082a90c1006544905d4b40a4225 | diff --git a/lib/dependencies/CommonJsImportsParserPlugin.js b/lib/dependencies/CommonJsImportsParserPlugin.js
index <HASH>..<HASH> 100644
--- a/lib/dependencies/CommonJsImportsParserPlugin.js
+++ b/lib/dependencies/CommonJsImportsParserPlugin.js
@@ -282,7 +282,7 @@ class CommonJsImportsParserPlugin {
dep.asiSafe ... | attach require with property dependencies to the correct DependenciesBlock | webpack_webpack | train |
818db48db96b96e5204e291060cf9c6b40046b1b | diff --git a/test/com/opera/core/systems/OperaLauncherRunnerTest.java b/test/com/opera/core/systems/OperaLauncherRunnerTest.java
index <HASH>..<HASH> 100644
--- a/test/com/opera/core/systems/OperaLauncherRunnerTest.java
+++ b/test/com/opera/core/systems/OperaLauncherRunnerTest.java
@@ -80,8 +80,12 @@ public class Opera... | Correct OperaLauncherRunner tests and remove repeated one | operasoftware_operaprestodriver | train |
43482decacec7821edac8a44f0d1c26381c24ccb | diff --git a/stl/__about__.py b/stl/__about__.py
index <HASH>..<HASH> 100644
--- a/stl/__about__.py
+++ b/stl/__about__.py
@@ -1,6 +1,6 @@
__package_name__ = 'numpy-stl'
__import_name__ = 'stl'
-__version__ = '1.9.1'
+__version__ = '2.0.0'
__author__ = 'Rick van Hattem'
__author_email__ = '[email protected]'
__descript... | greatly improved tests and added cython support | WoLpH_numpy-stl | train |
87b525e7ac3ffb02cb1ca06124b7b29973c82cbf | diff --git a/spec/lib/secure_headers/view_helpers_spec.rb b/spec/lib/secure_headers/view_helpers_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/secure_headers/view_helpers_spec.rb
+++ b/spec/lib/secure_headers/view_helpers_spec.rb
@@ -68,15 +68,35 @@ module SecureHeaders
let(:app) { lambda { |env| [200, env, "... | add more tests around unknown hash behavior | twitter_secure_headers | train |
ca630e5351fb014de61f3f6fee16f844688ab19a | diff --git a/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php b/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php
+++ b/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php
@@ -56,11 +56,20 @@ final cla... | Changing the multipart form-data behavior to use the form name as an array, which makes it recognizable as an array by PHP on the $_POST globals once it is coming from the HttpClient component | symfony_symfony | train |
2d0591abd59467740ca07b1b92afece2a72c713c | diff --git a/librosa/core/spectrum.py b/librosa/core/spectrum.py
index <HASH>..<HASH> 100644
--- a/librosa/core/spectrum.py
+++ b/librosa/core/spectrum.py
@@ -229,7 +229,7 @@ def stft(
elif n_fft > y.shape[-1]:
raise ParameterError(
- "n_fft={} is too small for input signal of length={}".form... | stft issues with large FFT size (#<I>)
* stft issues with large FFT size
* Revert the removal of the userwarning and test
* stft issues with large FFT size
* Revert the removal of the userwarning and test | librosa_librosa | train |
e56e5a74e511ee2b8e46928f47dbb5a771008851 | diff --git a/activiti-spring-boot-starter/src/test/java/org/activiti/spring/boot/HistoryConfigurationTest.java b/activiti-spring-boot-starter/src/test/java/org/activiti/spring/boot/HistoryConfigurationTest.java
index <HASH>..<HASH> 100644
--- a/activiti-spring-boot-starter/src/test/java/org/activiti/spring/boot/History... | Fix for codacy #<I> | Activiti_Activiti | train |
3aaf17f22e47b984fd5c3b4204447b930381b202 | diff --git a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TopologyInfo.java b/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TopologyInfo.java
index <HASH>..<HASH> 100644
--- a/client/hotrod-client/src/main/java/org/infinispan/client/hotrod/impl/TopologyInfo.java
+++ b/clie... | ISPN-<I> Set the request topology id after updating the cache info | infinispan_infinispan | train |
fb0f51f84eab7126333d331b19c74ed83d2d3535 | diff --git a/src/materials/AdaptiveLuminanceMaterial.js b/src/materials/AdaptiveLuminanceMaterial.js
index <HASH>..<HASH> 100644
--- a/src/materials/AdaptiveLuminanceMaterial.js
+++ b/src/materials/AdaptiveLuminanceMaterial.js
@@ -94,6 +94,30 @@ export class AdaptiveLuminanceMaterial extends ShaderMaterial {
}
/*... | Add accessors for min luminance
Added getMinLuminance() and setMinLuminance(). | vanruesc_postprocessing | train |
3d2bb91bd20962e71d4cd58b2267db1839da5ee4 | diff --git a/commerce-api/src/main/java/com/liferay/commerce/model/CPDefinitionInventory.java b/commerce-api/src/main/java/com/liferay/commerce/model/CPDefinitionInventory.java
index <HASH>..<HASH> 100644
--- a/commerce-api/src/main/java/com/liferay/commerce/model/CPDefinitionInventory.java
+++ b/commerce-api/src/main/... | COMMERCE-0 Regenerate (gw buildService) | liferay_com-liferay-commerce | train |
2cafb9df164e97384e661bb4e7c8060c5b47e18d | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -6,6 +6,15 @@ describe('Text formatter', function () {
setHeader: function () {}
};
+ var mockResponseWithFunction = function(obj) {
+ return {
+ setHeader: function (key, value) {
+ o... | mockResponseWithFunction added | restify_formatter-text | train |
7c2999709cd8d97be13915fac19565c900f64aba | diff --git a/pkg/tsdb/cloudwatch/metric_find_query.go b/pkg/tsdb/cloudwatch/metric_find_query.go
index <HASH>..<HASH> 100644
--- a/pkg/tsdb/cloudwatch/metric_find_query.go
+++ b/pkg/tsdb/cloudwatch/metric_find_query.go
@@ -62,7 +62,7 @@ var metricsMap = map[string][]string{
"AWS/DDoSProtection": {"DDoSDetected", "... | Cloudwatch: Add support for AWS DirectConnect virtual interface metrics and add missing dimensions (#<I>)
* Cloudwatch: Add support for AWS DirectConnect virtual interface metrics.
* Cloudwatch: Adding dimentions to the AWS/DX namespace for virtual network interface based DirectConnect. | grafana_grafana | train |
a66888d05e299eb9030c9c80dd0ad16d4f0836ec | diff --git a/sucks.py b/sucks.py
index <HASH>..<HASH> 100644
--- a/sucks.py
+++ b/sucks.py
@@ -190,7 +190,7 @@ class VacBot(ClientXMPP):
c.send()
def wrap_command(self, ctl):
- q = self.make_iq_query(xmlns=u'com:ctl', ito=self.vacuum + '@126.ecorobot.net/atom',
+ q = self.make_iq_query(xml... | Possibly adding support for other models. | wpietri_sucks | train |
b2cd152e5add7e5971a78dd249d8995cef999daf | diff --git a/lib/bibknowledge_dblayer.py b/lib/bibknowledge_dblayer.py
index <HASH>..<HASH> 100644
--- a/lib/bibknowledge_dblayer.py
+++ b/lib/bibknowledge_dblayer.py
@@ -60,6 +60,19 @@ def get_kbs_info(kbtypeparam="", searchkbname=""):
out.append(mydict)
return out
+
+def get_all_kb_names():
+ "... | BibIndex: centralisation of synonym treatment
* Removes CFG_BIBINDEX_SYNONYM_KBRS variable and moves the per-index
synonym definitions to the database. Adapts BibIndex Admin
interface accordingly. (addresses #<I>) | inveniosoftware-attic_invenio-knowledge | train |
7c91b2e8f3686b6b765ea5771d903ce2bb55f8f3 | diff --git a/camera.js b/camera.js
index <HASH>..<HASH> 100644
--- a/camera.js
+++ b/camera.js
@@ -58,20 +58,27 @@ vglModule.camera = function() {
var m_computeProjectMatrixTime = ogs.vgl.timestamp();
/**
- * Set position of the camera
- */
- this.setPosition = function(x, y, z) {
- m_position = vec3.cr... | Added API to get center of rotation | OpenGeoscience_vgl | train |
a51b66a6a0038c09be1c54d90efdbc843f588012 | diff --git a/View/Index/EntitiesToIndexViewTransformer.php b/View/Index/EntitiesToIndexViewTransformer.php
index <HASH>..<HASH> 100644
--- a/View/Index/EntitiesToIndexViewTransformer.php
+++ b/View/Index/EntitiesToIndexViewTransformer.php
@@ -149,8 +149,9 @@ class EntitiesToIndexViewTransformer extends AbstractEntityTo... | Render action widgets column only if it is not empty. | DarvinStudio_DarvinAdminBundle | train |
c2b3b06f8a0c7c4b062b8b0d04a41a04572fe6be | diff --git a/citrination_client/search/dataset/query/dataset_query.py b/citrination_client/search/dataset/query/dataset_query.py
index <HASH>..<HASH> 100644
--- a/citrination_client/search/dataset/query/dataset_query.py
+++ b/citrination_client/search/dataset/query/dataset_query.py
@@ -10,7 +10,7 @@ class DatasetQuery(... | add support for updatedAt in queries | CitrineInformatics_python-citrination-client | train |
cb0f0dfe989c6a38de8e73e6378407c142348c0a | diff --git a/src/org/opencms/xml/containerpage/CmsContainerElementBean.java b/src/org/opencms/xml/containerpage/CmsContainerElementBean.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/xml/containerpage/CmsContainerElementBean.java
+++ b/src/org/opencms/xml/containerpage/CmsContainerElementBean.java
@@ -270,7 +27... | Fixing flex caching issue when using macro formatters. | alkacon_opencms-core | train |
9bfff650a4f6666b486c4ad48170c264607a208a | diff --git a/bench/format/plot.py b/bench/format/plot.py
index <HASH>..<HASH> 100644
--- a/bench/format/plot.py
+++ b/bench/format/plot.py
@@ -166,6 +166,9 @@ class TimeSeriesCollection():
fig.set_size_inches(5,3.7)
fig.set_dpi(90)
plt.savefig(out_fname)
+ fig.set_size_inches(20,14.8)
... | Push large versions of graphs too. | rethinkdb_rethinkdb | train |
4f0e254ccd1cac3f339d2bbb0d1ef6725da05722 | diff --git a/nodeshot/views.py b/nodeshot/views.py
index <HASH>..<HASH> 100755
--- a/nodeshot/views.py
+++ b/nodeshot/views.py
@@ -139,24 +139,23 @@ def info(request):
devices = []
entry = {}
for d in Device.objects.all().order_by('node__status'):
- try:
- entry['status'] = "on" if d.no... | Fixed info_tab bug caused by max_signal field | ninuxorg_nodeshot | train |
0f08343ade640f4d4c6e4c48b4ff5726152b66cf | diff --git a/script/debugger/debugview.js b/script/debugger/debugview.js
index <HASH>..<HASH> 100644
--- a/script/debugger/debugview.js
+++ b/script/debugger/debugview.js
@@ -28,8 +28,8 @@ define('bigscreenplayer/debugger/debugview',
staticBox.id = 'staticBox';
staticBox.style.position = 'absolute';
- ... | Debug tool readability improvements (#<I>)
* Improved debug-tool readability.
* Refactored log rendering | bbc_bigscreen-player | train |
d0043925217efb044d92736b1ec138d1d1be634b | diff --git a/src/Illuminate/Cache/Repository.php b/src/Illuminate/Cache/Repository.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Cache/Repository.php
+++ b/src/Illuminate/Cache/Repository.php
@@ -477,7 +477,7 @@ class Repository implements ArrayAccess, CacheContract
*/
public function tags($names)
... | [8.x] Implement supportsTags() on the Cache Repository (#<I>)
* Implement supportsTags() on the Cache Repository in order to find out more elegantly if the currently chosen cache store is taggable.
* fixed test variable names
* Update Repository.php | laravel_framework | train |
8b15b5ba064c014bda3b907d13443f8c17129697 | diff --git a/raven/base.py b/raven/base.py
index <HASH>..<HASH> 100644
--- a/raven/base.py
+++ b/raven/base.py
@@ -235,7 +235,7 @@ class Client(object):
__excepthook__ = sys.excepthook
def handle_exception(*exc_info):
- self.captureException(exc_info=exc_info)
+ self.captur... | Mark process errors as fatal (#<I>)
* Mark process errors as fatal
@getsentry/python | getsentry_raven-python | train |
8f977548b579cdb53877e5000b6048ceb6d46963 | diff --git a/lib/hako/container.rb b/lib/hako/container.rb
index <HASH>..<HASH> 100644
--- a/lib/hako/container.rb
+++ b/lib/hako/container.rb
@@ -18,7 +18,6 @@ module Hako
cpu
memory
links
- mount_points
].each do |name|
define_method(name) do
@definition[name]
@@ -33,6 +... | Fix mount_points normalization and comparison | eagletmt_hako | train |
3890d97504d5dcac832f74c13f2aa5615fd60187 | diff --git a/salesforce/models.py b/salesforce/models.py
index <HASH>..<HASH> 100644
--- a/salesforce/models.py
+++ b/salesforce/models.py
@@ -54,6 +54,7 @@ class SalesforceModelBase(ModelBase):
result = super(SalesforceModelBase, cls).__new__(cls, name, bases, attrs, **kwargs)
if models.Model not in ... | Fixed bug in makemigrations if db_table name is omitted in Meta.
It was not possible to omit any db_table attribute if running a test
with an alternate database: SALESFORCE_DB_ALIAS='default'.
The command makemigrations must be run again after the fix if any
previous migration was created incorrectly without a db_tabl... | django-salesforce_django-salesforce | train |
36ee2cedcc9a03e31fadf2f6dacd4197b7a82b1d | diff --git a/itests/src/test/java/org/openengsb/itests/remoteclient/SecureSampleConnector.java b/itests/src/test/java/org/openengsb/itests/remoteclient/SecureSampleConnector.java
index <HASH>..<HASH> 100644
--- a/itests/src/test/java/org/openengsb/itests/remoteclient/SecureSampleConnector.java
+++ b/itests/src/test/jav... | [OPENENGSB-<I>] fixed failing integration test | openengsb_openengsb | train |
c5b388f5392d42915aceef275dd53bb444e41722 | diff --git a/fastlane/lib/fastlane/actions/scan.rb b/fastlane/lib/fastlane/actions/scan.rb
index <HASH>..<HASH> 100644
--- a/fastlane/lib/fastlane/actions/scan.rb
+++ b/fastlane/lib/fastlane/actions/scan.rb
@@ -77,6 +77,20 @@ module Fastlane
workspace: "App.xcworkspace",
scheme: "MyTests",
... | [scan] improve docs for build-for-testing,test-without-building and xctestrun (#<I>) | fastlane_fastlane | train |
5435375a782c5bc80963df5906edcf2e53284041 | diff --git a/src/txkube/_model.py b/src/txkube/_model.py
index <HASH>..<HASH> 100644
--- a/src/txkube/_model.py
+++ b/src/txkube/_model.py
@@ -8,14 +8,20 @@ state.
from zope.interface import implementer
-from pyrsistent import CheckedPSet, PClass, field, pmap_field, freeze
+from pyrsistent import CheckedPSet, PCla... | Get rid of list_location and create_location
Hopefully we will not need this on each "kind" Python type. | LeastAuthority_txkube | train |
6989ae2fa4a1c6f95e95c1bb950bffea4b22de5c | diff --git a/src/MvcCore/Ext/Views/Helpers/DataUrlHelper.php b/src/MvcCore/Ext/Views/Helpers/DataUrlHelper.php
index <HASH>..<HASH> 100644
--- a/src/MvcCore/Ext/Views/Helpers/DataUrlHelper.php
+++ b/src/MvcCore/Ext/Views/Helpers/DataUrlHelper.php
@@ -7,7 +7,7 @@
* For the full copyright and license information, pleas... | Fixed copyright heading, fixed php docs comments with unnecessary interfaces, upgraded version constant to <I> | mvccore_ext-view-helper-dataurl | train |
ea866f6590a0a5f3c6a7724459871b3d5912f50e | diff --git a/client.js b/client.js
index <HASH>..<HASH> 100644
--- a/client.js
+++ b/client.js
@@ -94,7 +94,7 @@ RingpopClient.prototype.destroy = function destroy(callback) {
RingpopClient.prototype._request = function _request(opts, endpoint, head, body, callback) {
var self = this;
- if (this.subChannel.d... | Check for subChannel and topChannel | esatterwhite_skyring | train |
c27e14960e71e647675ff9a05f4b3236aa9ba1e9 | diff --git a/lib/client/client.js b/lib/client/client.js
index <HASH>..<HASH> 100644
--- a/lib/client/client.js
+++ b/lib/client/client.js
@@ -282,13 +282,13 @@ Client.prototype.bind = function bind (name,
controls: controls
})
- // While we are binding to the server, register the callback as error handler
+... | Avoid handling all errors now that blocking errors are handled properly | joyent_node-ldapjs | train |
a2070db2a918305daebf88ce74abd669d78292f8 | diff --git a/src/org/openscience/cdk/config/ElementPTFactory.java b/src/org/openscience/cdk/config/ElementPTFactory.java
index <HASH>..<HASH> 100644
--- a/src/org/openscience/cdk/config/ElementPTFactory.java
+++ b/src/org/openscience/cdk/config/ElementPTFactory.java
@@ -23,16 +23,16 @@
*/
package org.openscience.cdk... | Converted to typed collections and simplified code since lists now specify the type of object being stored
git-svn-id: <URL> | cdk_cdk | train |
fad3895b919f0d489cf6e485562892841f900dd8 | diff --git a/spec/host_name_spec.rb b/spec/host_name_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/host_name_spec.rb
+++ b/spec/host_name_spec.rb
@@ -16,7 +16,10 @@ describe HostName do
describe "resolv" do
it "should resolv the IP Address for the host name" do
- subject.resolv.address.should == example... | Add more nil checks to specs. | ronin-ruby_ronin | train |
0807024439a526db3b74f32f7e45e5e8e5044bb8 | diff --git a/tests/logs_unittest.py b/tests/logs_unittest.py
index <HASH>..<HASH> 100644
--- a/tests/logs_unittest.py
+++ b/tests/logs_unittest.py
@@ -14,37 +14,59 @@
# version 3 along with OpenQuake. If not, see
# <http://www.gnu.org/licenses/lgpl-3.0.txt> for a copy of the LGPLv3 License.
-
-from amqplib import ... | added real java logging unittest | gem_oq-engine | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.