hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
d2a06216fe765174869b6eed945b6846217abdfa | diff --git a/src/Illuminate/Database/Eloquent/Model.php b/src/Illuminate/Database/Eloquent/Model.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Database/Eloquent/Model.php
+++ b/src/Illuminate/Database/Eloquent/Model.php
@@ -457,7 +457,7 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSer... | Re-use query method to build new query (#<I>)
This re-uses existing code and prevents unnecessary code duplication. | laravel_framework | train |
b6b68aa3e397cd51bc7d57c959f70816ee95acec | diff --git a/client/widgets/models/plotly3dPlot.js b/client/widgets/models/plotly3dPlot.js
index <HASH>..<HASH> 100644
--- a/client/widgets/models/plotly3dPlot.js
+++ b/client/widgets/models/plotly3dPlot.js
@@ -21,7 +21,7 @@ module.exports = BaseChart.extend({
{
description: 'Z axis',
type: 'pa... | BUGFIX: typo crashes 3d plot | NLeSC_spot | train |
45b31f47083901be06873c2df52ea45b98c0a162 | diff --git a/src/AbstractArrayBackedDaftObject.php b/src/AbstractArrayBackedDaftObject.php
index <HASH>..<HASH> 100644
--- a/src/AbstractArrayBackedDaftObject.php
+++ b/src/AbstractArrayBackedDaftObject.php
@@ -98,33 +98,34 @@ abstract class AbstractArrayBackedDaftObject extends AbstractDaftObject implemen
) : Daf... | refactoring to array_map | SignpostMarv_daft-object | train |
f37e471737fd58cd621764252290cd5076e8f19a | diff --git a/src/Lavary/Menu/Item.php b/src/Lavary/Menu/Item.php
index <HASH>..<HASH> 100644
--- a/src/Lavary/Menu/Item.php
+++ b/src/Lavary/Menu/Item.php
@@ -288,7 +288,7 @@ class Item {
if( $this->builder->conf['restful'] == true ) {
$path = ltrim(parse_url($this->url(), PHP_URL_PATH), '/');
- $rpath = \R... | checkActivationStatus() - should ltrim current path before comaring with item's url | lavary_laravel-menu | train |
4628a64ef33c90cf99cd803a9da5496894aabd92 | diff --git a/visidata/pyobj.py b/visidata/pyobj.py
index <HASH>..<HASH> 100644
--- a/visidata/pyobj.py
+++ b/visidata/pyobj.py
@@ -258,7 +258,7 @@ class PyobjSheet(PythonSheet):
def __new__(cls, *names, **kwargs):
'Return Sheet object of appropriate type for given sources in `args`.'
- pyobj=kwar... | [pyobj-] return an empty PyobjSheet if no source
- Added so that PyobjSheet can be filtered. Filtering calls __copy__ so
that a duplicate sheet is made. __copy__ will call Sheet.__new__()
without passing a source
- For a Sheet to copy-able, it needs to be able to call __new__()
without passing any arguments | saulpw_visidata | train |
df7eeab8d63a747c111eaae57ce7728486e8d2d4 | diff --git a/lib/omniauth/strategy.rb b/lib/omniauth/strategy.rb
index <HASH>..<HASH> 100644
--- a/lib/omniauth/strategy.rb
+++ b/lib/omniauth/strategy.rb
@@ -505,7 +505,7 @@ module OmniAuth
end
def headers
- headers = env.select { |key, value| key.start_with? 'HTTP_' }
+ headers = env.select { |k... | Adapt code standards in order not to offend travis | omniauth_omniauth | train |
99a5a128cfcf946bacad62ca66f36b91c34b44fe | diff --git a/tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java b/tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java
index <HASH>..<HASH> 100644
--- a/tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java
+++ b/tool/sdg/src/main/java... | Handle more cases of fixed coordinates. | cdk_cdk | train |
2aa9a098e114d2bd093dc6ceefff680d067a0e8e | diff --git a/lib/childprocess/abstract_process.rb b/lib/childprocess/abstract_process.rb
index <HASH>..<HASH> 100644
--- a/lib/childprocess/abstract_process.rb
+++ b/lib/childprocess/abstract_process.rb
@@ -72,6 +72,16 @@ module ChildProcess
end
#
+ # Block until the process has been terminated.
+ #
+... | add Process#wait to block and wait for a process | enkessler_childprocess | train |
587b2c1b61fc3c4d1b87e15dce5edf7e143f1d51 | diff --git a/lib/sanford.rb b/lib/sanford.rb
index <HASH>..<HASH> 100644
--- a/lib/sanford.rb
+++ b/lib/sanford.rb
@@ -5,6 +5,7 @@ require 'pathname'
require 'set'
require 'sanford/host'
+require 'sanford/logger'
require 'sanford/server'
require 'sanford/service_handler'
require 'sanford/version'
@@ -38,7 +39,7 ... | Added a global `logger` configuration for Sanford
This adds a global `logger` configuration for Sanford that is now
used as a default for host's configuration, `Runner` and
`TestRunner`. It defaults to a null logger, but can be set
globally. This is particularly useful when manually running
service handlers, so they u... | redding_sanford | train |
5a21f5473a3c728364a7a7b747f8e03e4fb41d8b | diff --git a/src/main/java/graphql/schema/transform/FieldVisibilitySchemaTransformation.java b/src/main/java/graphql/schema/transform/FieldVisibilitySchemaTransformation.java
index <HASH>..<HASH> 100644
--- a/src/main/java/graphql/schema/transform/FieldVisibilitySchemaTransformation.java
+++ b/src/main/java/graphql/sch... | Update signature of VisibleFieldPredicate to just take environment param | graphql-java_graphql-java | train |
9eb004d08b6973f03280137a0aa929802e950c17 | diff --git a/padatious/match_data.py b/padatious/match_data.py
index <HASH>..<HASH> 100644
--- a/padatious/match_data.py
+++ b/padatious/match_data.py
@@ -49,7 +49,6 @@ class MatchData(object):
"""
new_sentence = ''
apostrophe_present = False
-
for word in old_sentence:
... | check for words that end in an apostrophe and correct spacing | MycroftAI_padatious | train |
b304997a387a5106321fe87069a6f136d9fbd1f6 | diff --git a/plumbing/object/tree.go b/plumbing/object/tree.go
index <HASH>..<HASH> 100644
--- a/plumbing/object/tree.go
+++ b/plumbing/object/tree.go
@@ -25,6 +25,7 @@ var (
ErrMaxTreeDepth = errors.New("maximum tree depth exceeded")
ErrFileNotFound = errors.New("file not found")
ErrDirectoryNotFound =... | plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #<I>
FindEntry will return ErrDirNotFound if the directory doesn't exist. But
it doesn't return a public error if the entry itself is missing. This
exposes the internal error ErrEntryNotFound, so users can
programmatically check for this condition. | src-d_go-git | train |
0fb10b26361e5b2b025345a3687611ae270d1f23 | diff --git a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/config/TestDstu3Config.java b/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/config/TestDstu3Config.java
index <HASH>..<HASH> 100644
--- a/hapi-fhir-jpaserver-base/src/test/java/ca/uhn/fhir/jpa/config/TestDstu3Config.java
+++ b/hapi-fhir-jpaser... | Oops- fix one more test glitch | jamesagnew_hapi-fhir | train |
0a6fb649fffbe6bfa968e4f5fbb733d7b99cb839 | diff --git a/cmd/osdb/main.go b/cmd/osdb/main.go
index <HASH>..<HASH> 100644
--- a/cmd/osdb/main.go
+++ b/cmd/osdb/main.go
@@ -44,6 +44,30 @@ func Get(file string, lang string) error {
return fmt.Errorf("No subtitles found!")
}
+func Put(movie_file string, sub_file string) error {
+ fmt.Println("- Checking file ag... | Add "osdb put" command
For now, it does not upload anything, but rather tries to upload
subtitles, checking with OSDB whether they already have those... | oz_osdb | train |
840223901061241245831e6da3a8a227d4c55351 | diff --git a/src/Asset/BoltVersionStrategy.php b/src/Asset/BoltVersionStrategy.php
index <HASH>..<HASH> 100644
--- a/src/Asset/BoltVersionStrategy.php
+++ b/src/Asset/BoltVersionStrategy.php
@@ -4,14 +4,14 @@ namespace Bolt\Asset;
use Bolt\Filesystem\Exception\IOException;
use Bolt\Filesystem\FilesystemInterface;
-... | Return asset path without "?" if getting the version fails. | bolt_bolt | train |
f9f157ca7ad263efae3b4435a5e126543fcb0597 | diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/strategy/ProfileStrategy.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/strategy/ProfileStrategy.java
index <HASH>..<HASH> 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/tr... | fixed minor bug in RangeByIsCountStrategy | apache_tinkerpop | train |
6b8b5ab6d8d19819ffd8d2dd155e05a7e4f6a521 | diff --git a/lib/zaws/ec2/security_group.rb b/lib/zaws/ec2/security_group.rb
index <HASH>..<HASH> 100644
--- a/lib/zaws/ec2/security_group.rb
+++ b/lib/zaws/ec2/security_group.rb
@@ -98,6 +98,10 @@ module ZAWS
sourceid=id_by_name(region, nil, nil, vpcid, source)
if targetid && sourceid
sgro... | Aslan - Making sure detection of security group rules does not combine two rules in the detection of the existance of a rule. | zynxhealth_zaws | train |
d1bcc775969a702d0d488b725e18d81bb2a12db4 | diff --git a/bin/xpm.js b/bin/xpm.js
index <HASH>..<HASH> 100755
--- a/bin/xpm.js
+++ b/bin/xpm.js
@@ -58,6 +58,6 @@ const Xpm = require('../lib/main.js').Xpm
// ----------------------------------------------------------------------------
// TODO: use instances, not static classes.
-Xpm.start()
+Xpm.start().then((c... | xpm.js: add .then() to pass exit code | xpack_xpm-js | train |
e9dea175416caf11ba9d958932d7642fa557319e | diff --git a/modules/appnexusBidAdapter.js b/modules/appnexusBidAdapter.js
index <HASH>..<HASH> 100644
--- a/modules/appnexusBidAdapter.js
+++ b/modules/appnexusBidAdapter.js
@@ -27,7 +27,9 @@ const NATIVE_MAPPING = {
minimumParams: { sizes: [{}] },
},
sponsoredBy: 'sponsored_by',
- privacyLink: 'privacy_li... | Adding Remaining Native Parameters from AppNexus Native response (#<I>)
* Adding remaining missing parameters from AppNexus Native response
* Removed native video, renamed sale and clickLabel to RTB spec names
* drop video from tests | prebid_Prebid.js | train |
226ac5679da89e62a15b76668a81f55d9d7603da | diff --git a/packages/gluestick/src/config/webpack/buildEntries.js b/packages/gluestick/src/config/webpack/buildEntries.js
index <HASH>..<HASH> 100644
--- a/packages/gluestick/src/config/webpack/buildEntries.js
+++ b/packages/gluestick/src/config/webpack/buildEntries.js
@@ -11,7 +11,7 @@ const pluginsFilter = require('... | support commonjs and esm while reading plugins declaration | TrueCar_gluestick | train |
d774b4ac7afe9b1bc09a29056745b0aa83aca0c4 | diff --git a/discord/app_commands/models.py b/discord/app_commands/models.py
index <HASH>..<HASH> 100644
--- a/discord/app_commands/models.py
+++ b/discord/app_commands/models.py
@@ -82,7 +82,7 @@ class AllChannels:
The guild the application command permission is for.
"""
- __slots__ = 'guild'
+ _... | Add back tuple __slots__ for AllChannels | Rapptz_discord.py | train |
ebb505e4969a42b386ec2e9adc347032b45a80bd | diff --git a/src/java/com/stratio/cassandra/index/RowService.java b/src/java/com/stratio/cassandra/index/RowService.java
index <HASH>..<HASH> 100644
--- a/src/java/com/stratio/cassandra/index/RowService.java
+++ b/src/java/com/stratio/cassandra/index/RowService.java
@@ -44,8 +44,9 @@ import org.apache.lucene.index.Inde... | 2i: Improvements in query/filter construction. | Stratio_stratio-cassandra | train |
8feceea286b781574e6f0ce97a009e811ad3f4d0 | diff --git a/lib/webspicy.rb b/lib/webspicy.rb
index <HASH>..<HASH> 100644
--- a/lib/webspicy.rb
+++ b/lib/webspicy.rb
@@ -15,6 +15,7 @@ module Webspicy
### Load library
###
+ require 'webspicy/version'
require 'webspicy/support'
require 'webspicy/specification'
require 'webspicy/configuration' | Require version file, for the commandline to work. | enspirit_webspicy | train |
6541f0c7e246e6027dafe547dcaf56b86aa94a7f | diff --git a/server/sonar-docs/src/layouts/components/HeadingsLink.js b/server/sonar-docs/src/layouts/components/HeadingsLink.js
index <HASH>..<HASH> 100644
--- a/server/sonar-docs/src/layouts/components/HeadingsLink.js
+++ b/server/sonar-docs/src/layouts/components/HeadingsLink.js
@@ -39,6 +39,7 @@ export default clas... | Ensure first link in ToC get marked as active on page load | SonarSource_sonarqube | train |
0766fbccb5b2b40b4eb414e97faa00a915ccd206 | diff --git a/framework/helpers/base/SecurityHelper.php b/framework/helpers/base/SecurityHelper.php
index <HASH>..<HASH> 100644
--- a/framework/helpers/base/SecurityHelper.php
+++ b/framework/helpers/base/SecurityHelper.php
@@ -217,7 +217,7 @@ class SecurityHelper
throw new InvalidParamException('Password must be a ... | Fixes issue #<I>. | yiisoft_yii2-bootstrap4 | train |
3a0470741cde6a1975acb51c2e34f291ef438817 | diff --git a/lib/htmlgrid/errormessage.rb b/lib/htmlgrid/errormessage.rb
index <HASH>..<HASH> 100644
--- a/lib/htmlgrid/errormessage.rb
+++ b/lib/htmlgrid/errormessage.rb
@@ -53,7 +53,7 @@ module HtmlGrid
end
def messages(ary, css_class, ypos=0)
ary.sort_by { |item|
- (components.index(item.key) || [-1,-1]... | Change sorting for ErrorMessage from Top-to-bottom-first to Left-to-right-first | zdavatz_htmlgrid | train |
2f459126a6f6530abe7c9f318e6500e7a51623a9 | diff --git a/lib/ui/src/core/url.js b/lib/ui/src/core/url.js
index <HASH>..<HASH> 100644
--- a/lib/ui/src/core/url.js
+++ b/lib/ui/src/core/url.js
@@ -1,4 +1,5 @@
import { Router } from '@storybook/components';
+import toId from '../libs/id';
// Initialize the state based on the URL.
// NOTE:
@@ -38,7 +39,10 @@ co... | Use id to route legacy urls | storybooks_storybook | train |
fab75b27688ff4fd56a98b2652f21cb1bceb9234 | diff --git a/app/helpers/articles_helper.rb b/app/helpers/articles_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/articles_helper.rb
+++ b/app/helpers/articles_helper.rb
@@ -58,7 +58,10 @@ module ArticlesHelper
end
def category_links(article)
- "Posted in " + article.categories.collect { |c| link_... | Added rel="category tag" to category links to aid Technorati pickup (closes #<I>) [<EMAIL>]
git-svn-id: <URL> | publify_publify | train |
84034ed5bade368de29653e1fb1765f3be9242fc | diff --git a/spyder_kernels/customize/namespace_manager.py b/spyder_kernels/customize/namespace_manager.py
index <HASH>..<HASH> 100755
--- a/spyder_kernels/customize/namespace_manager.py
+++ b/spyder_kernels/customize/namespace_manager.py
@@ -4,8 +4,9 @@
# Licensed under the terms of the MIT License
# (see spyder_ker... | leave unsaved files in linecache | spyder-ide_spyder-kernels | train |
3325b1d7a368d60282e797aadbf4c611ce179745 | diff --git a/src/java/com/threerings/crowd/client/OccupantDirector.java b/src/java/com/threerings/crowd/client/OccupantDirector.java
index <HASH>..<HASH> 100644
--- a/src/java/com/threerings/crowd/client/OccupantDirector.java
+++ b/src/java/com/threerings/crowd/client/OccupantDirector.java
@@ -108,19 +108,7 @@ public c... | Rewrote getOccupantInfo(Name) to take advantage of a method that now exists
in PlaceObject.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1 | threerings_narya | train |
19aebc1b9d19be7fe1099ecd18351219e8ad09da | diff --git a/src/main/java/org/finra/jtaf/ewd/impl/ClientProperties.java b/src/main/java/org/finra/jtaf/ewd/impl/ClientProperties.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/finra/jtaf/ewd/impl/ClientProperties.java
+++ b/src/main/java/org/finra/jtaf/ewd/impl/ClientProperties.java
@@ -87,6 +87,7 @@ public ... | Sauce Labs enhancements (created by other FINRA users) | FINRAOS_JTAF-ExtWebDriver | train |
648b1178fa08aa8dd29be3a6f55679cfc2514541 | diff --git a/Changelog.md b/Changelog.md
index <HASH>..<HASH> 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@
- Dropped Laravel 5 Support
- Improved Menu item activation (js workaround has been removed)
- AppShell logo uri can be set in config/settings
+- Added config option `acl.allow_action_as_verb` t... | Added config option `acl.allow_action_as_verb` to allow non-standard actions to be guarded by ACL | artkonekt_appshell | train |
1e9546535d81011a5b12ee79d2f230d7d2414d45 | diff --git a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/Main.java b/languagetool-office-extension/src/main/java/org/languagetool/openoffice/Main.java
index <HASH>..<HASH> 100644
--- a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/Main.java
+++ b/languagetool-office... | [LO extension] a small code clean up | languagetool-org_languagetool | train |
49da910cf808a7f257ee91b2edb3b1d17ba9555c | diff --git a/lib/blink/type.rb b/lib/blink/type.rb
index <HASH>..<HASH> 100644
--- a/lib/blink/type.rb
+++ b/lib/blink/type.rb
@@ -305,7 +305,7 @@ class Blink::Type < Blink::Element
elsif self.class.validparameter(mname)
@parameters[mname] = value
else
- raise "Invalid paramete... | we now have nested scopes, and we've got the beginnings of components, although many tests are currently failing
git-svn-id: <URL> | puppetlabs_puppet | train |
d98a068aa948df062e5eabe06ed6980d5414a5e1 | diff --git a/pymatgen/io/phonopy.py b/pymatgen/io/phonopy.py
index <HASH>..<HASH> 100644
--- a/pymatgen/io/phonopy.py
+++ b/pymatgen/io/phonopy.py
@@ -263,10 +263,9 @@ def get_displaced_structures(pmg_structure, atom_disp=0.01,
if yaml_fname is not None:
displacements = phonon.get_displacements()
- ... | Update `yaml_fname` option for new phonopy API | materialsproject_pymatgen | train |
9675b34d784ffada525c9baa70c7189f3a3fcd66 | diff --git a/plenum/cli/cli.py b/plenum/cli/cli.py
index <HASH>..<HASH> 100644
--- a/plenum/cli/cli.py
+++ b/plenum/cli/cli.py
@@ -246,15 +246,23 @@ class Cli:
self.logger = getlogger("cli")
self.print("\n{}-CLI (c) 2016 Evernym, Inc.".format(self.properName))
+ self._actions = []
+
... | Printing a debug message and exiting the CLI if the information about the genesis nodes is not found | hyperledger_indy-plenum | train |
0c8dfc6c1a34bbb8c393dca961e793fbdb57eac5 | diff --git a/api/api.go b/api/api.go
index <HASH>..<HASH> 100644
--- a/api/api.go
+++ b/api/api.go
@@ -833,7 +833,10 @@ func (s *Node) ToStorageNode() *StorageNode {
node.Disks = make(map[string]*StorageResource)
for k, v := range s.Disks {
- node.Disks[k] = &v
+ // need to take the address of a local variable ... | Fix disk information in Node.Inspect
The SDK Node.Inspect call was returning the same disk information
for all disks since the address of the value variable was not
changing. | libopenstorage_openstorage | train |
70b44516adc9ba21642ed134954789d1995352a6 | diff --git a/holocron/ext/commands/serve.py b/holocron/ext/commands/serve.py
index <HASH>..<HASH> 100644
--- a/holocron/ext/commands/serve.py
+++ b/holocron/ext/commands/serve.py
@@ -99,11 +99,7 @@ class Serve(Command):
theme_default = os.path.join(app_path, 'themes', 'default')
def execute(self, app):
- ... | Rebuild blog once serve is invoked
When user runs the serve command it implicitly rebuilds all blog to
show the files with the latest changes.
Fixed #<I> | ikalnytskyi_holocron | train |
b4e77460184ca7af7583ec33db26d6016dadcf92 | diff --git a/pyphi/examples.py b/pyphi/examples.py
index <HASH>..<HASH> 100644
--- a/pyphi/examples.py
+++ b/pyphi/examples.py
@@ -391,12 +391,11 @@ def propagation_delay_network():
``(0, 0, 1, 0, 1, 0, 0, 0, 0)``.
"""
num_nodes = 9
- num_states = 2**num_nodes
+ num_states = 2 ** num_nodes
t... | Use `all_states` in propogation delay example | wmayner_pyphi | train |
ca75ab89684fe1b7edba56e21f193c9fdddba426 | diff --git a/scraperwiki/sqlite.py b/scraperwiki/sqlite.py
index <HASH>..<HASH> 100644
--- a/scraperwiki/sqlite.py
+++ b/scraperwiki/sqlite.py
@@ -182,6 +182,9 @@ def save(unique_keys, data, table_name=None):
insert = _State.table.insert(prefixes=['OR REPLACE'])
for row in data:
+ if not isinstance(r... | Raise type error if element of row is not Mapping | scraperwiki_scraperwiki-python | train |
eba21de61c5f8d10f8cc56aac7badf0b41e2321b | diff --git a/lib/multirepo/commands/checkout-command.rb b/lib/multirepo/commands/checkout-command.rb
index <HASH>..<HASH> 100644
--- a/lib/multirepo/commands/checkout-command.rb
+++ b/lib/multirepo/commands/checkout-command.rb
@@ -47,7 +47,11 @@ module MultiRepo
CheckoutMode::AS_LOCK
end
- ... | <I> : Clone fails when the master branch is not multirepo-enabled, regardless of the provided ref, part 4. | fortinmike_git-multirepo | train |
5b1d2d5d6b87ddea7c6318be5c6fc383398f862e | diff --git a/lib/grape_token_auth/version.rb b/lib/grape_token_auth/version.rb
index <HASH>..<HASH> 100644
--- a/lib/grape_token_auth/version.rb
+++ b/lib/grape_token_auth/version.rb
@@ -1,3 +1,3 @@
module GrapeTokenAuth
- VERSION = '0.0.0'
+ VERSION = '0.1.0.rc1'
end | Bump to <I>.rc1 | mcordell_grape_token_auth | train |
dec1b7f281ea7ed2d3ffcb6ccbe3022f842cb7d0 | diff --git a/lib/redfish/tasks/property_cache.rb b/lib/redfish/tasks/property_cache.rb
index <HASH>..<HASH> 100644
--- a/lib/redfish/tasks/property_cache.rb
+++ b/lib/redfish/tasks/property_cache.rb
@@ -18,6 +18,21 @@ module Redfish
private
action :create do
+ do_create
+ end
+
+ action... | Add create_unless_present action that allows the create to be skipped if already present. Done as an optimization when interpreting json blobs | realityforge_redfish | train |
de9af6eb7f819c7c4b7ff6a59a0ae09a0663148d | diff --git a/common/render.go b/common/render.go
index <HASH>..<HASH> 100644
--- a/common/render.go
+++ b/common/render.go
@@ -4,6 +4,7 @@ import (
"fmt"
"image/color"
"sort"
+ "unsafe"
"sync"
@@ -289,6 +290,11 @@ func (rs *RenderSystem) Remove(basic ecs.BasicEntity) {
delete(rs.ids, basic.ID())
}
+// ... | use unsafe pointer comparison instead `!=` on interfaces.
this is a little faster on slow machines and gives a nice perfomance boost when using many entities. | EngoEngine_engo | train |
f76ffc8b83680b19f758881c5a54e85d1a0d74b7 | diff --git a/app/src/grunt/concat.js b/app/src/grunt/concat.js
index <HASH>..<HASH> 100644
--- a/app/src/grunt/concat.js
+++ b/app/src/grunt/concat.js
@@ -89,7 +89,7 @@ module.exports = function (grunt, option) {
'<%= path.tmp %>/jquery.iframe-transport.min.js', // 2 kb
... | Include select2.full.min.js from bower | bolt_bolt | train |
dbe131a7a926c599d3df156f932fe00756e25f11 | diff --git a/lib/ds/RequestExecutor.js b/lib/ds/RequestExecutor.js
index <HASH>..<HASH> 100644
--- a/lib/ds/RequestExecutor.js
+++ b/lib/ds/RequestExecutor.js
@@ -93,7 +93,7 @@ RequestExecutor.prototype.execute = function executeRequest(req, callback) {
}
if (response.statusCode > 399) {
- return callb... | fix for exception when error response body is null | stormpath_stormpath-sdk-node | train |
3e74c98c9bcf4148db59b58e94ba545314ae9f61 | diff --git a/inflect.go b/inflect.go
index <HASH>..<HASH> 100644
--- a/inflect.go
+++ b/inflect.go
@@ -529,6 +529,14 @@ func (rs *Ruleset) Ordinalize(str string) string {
return fmt.Sprintf("%dth", number)
}
+func (rs *Ruleset) ForeignKeyToAttribute(str string) string {
+ w := rs.Camelize(str)
+ if strings.HasSuff... | added a ForeignKeyToAttribute function: person_id => PersonID | markbates_inflect | train |
9cd56887ac2d18c66a1ea9610529eb335fa9d902 | diff --git a/eg/gamepad.js b/eg/gamepad.js
index <HASH>..<HASH> 100644
--- a/eg/gamepad.js
+++ b/eg/gamepad.js
@@ -1,5 +1,19 @@
'use strict';
+
+/*
+ For use with the Logitech Dual Action Controller F310
+ Button Mapping
+
+ X => 1
+ A => 2
+ B => 3
+ Y => 4
+
+*/
+
+
+
// Create a new one
var Controller = r... | Refinded gamepad is fine. | voodootikigod_node-rolling-spider | train |
8dd6eeb9838751afa434b98d2ad12fd989ef7c54 | diff --git a/lib/mongoid/relations/referenced/many.rb b/lib/mongoid/relations/referenced/many.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/relations/referenced/many.rb
+++ b/lib/mongoid/relations/referenced/many.rb
@@ -522,18 +522,14 @@ module Mongoid
#
# @since 2.1.0
def criteria(m... | Refactor out the triple assignment in 1-n criteria generation | mongodb_mongoid | train |
33aad7b8b419d3b2cf4edac11317c4610b7a16d3 | diff --git a/ibis/backends/pyspark/compiler.py b/ibis/backends/pyspark/compiler.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/pyspark/compiler.py
+++ b/ibis/backends/pyspark/compiler.py
@@ -123,7 +123,7 @@ def compile_selection(t, expr, scope, timecontext, **kwargs):
# time context among child nodes, and pass... | fix(context-adjustment): pass scope when calling adjust_context in pyspark backend
The Pandas and Dask backends always pass scope to adjust_context, so
that adjust_context can potentially make use of extra information in
scope. The PySpark backend was not passing scope to adjust_context,
which can lead to behavior dif... | ibis-project_ibis | train |
f63f972e417d98702d440d0188525fd046cdef94 | diff --git a/system/modules/generalDriver/DcGeneral/Contao/Dca/Populator/HardCodedPopulator.php b/system/modules/generalDriver/DcGeneral/Contao/Dca/Populator/HardCodedPopulator.php
index <HASH>..<HASH> 100644
--- a/system/modules/generalDriver/DcGeneral/Contao/Dca/Populator/HardCodedPopulator.php
+++ b/system/modules/g... | phpDoc and code style in in HardCodedPopulator. | contao-community-alliance_dc-general | train |
1fa029ab67a3725fa60dbafa3b08cb23ee572461 | diff --git a/lib/liquid/lexer.rb b/lib/liquid/lexer.rb
index <HASH>..<HASH> 100644
--- a/lib/liquid/lexer.rb
+++ b/lib/liquid/lexer.rb
@@ -26,9 +26,9 @@ module Liquid
loop do
@ss.skip(/\s*/)
+ return @output.push([:end_of_string]) if @ss.eos?
tok = case
- when @ss.eos? then ni... | Simplify lexer logic. | Shopify_liquid | train |
dab04180e853a707c61d8455dec958891a51b43a | diff --git a/lib/statsd.rb b/lib/statsd.rb
index <HASH>..<HASH> 100644
--- a/lib/statsd.rb
+++ b/lib/statsd.rb
@@ -14,7 +14,7 @@ require 'socket'
# statsd.increment 'activate'
class Statsd
# A namespace to prepend to all statsd calls.
- attr_accessor :namespace
+ attr_reader :namespace
class << self
... | Set prefix once when setting namespace rather than per-send to cut down on string allocations | DataDog_dogstatsd-ruby | train |
09e14b227b4e8b337fbe7f29ca833a79e6a521da | diff --git a/packages/__tests__/src/datelib/rrule.js b/packages/__tests__/src/datelib/rrule.js
index <HASH>..<HASH> 100644
--- a/packages/__tests__/src/datelib/rrule.js
+++ b/packages/__tests__/src/datelib/rrule.js
@@ -255,6 +255,27 @@ describe('rrule plugin', function() {
expect(events[0].allDay).toBe(false)
}... | Add test for rrulestring containing exdate generating correct local dates | fullcalendar_fullcalendar | train |
99d1a584d8619f75c7218ba920f935886c44eb8a | diff --git a/glymur/jp2box.py b/glymur/jp2box.py
index <HASH>..<HASH> 100644
--- a/glymur/jp2box.py
+++ b/glymur/jp2box.py
@@ -2788,13 +2788,18 @@ class DataEntryURLBox(Jp2kBox):
def write(self, fptr):
"""Write a data entry url box to file.
"""
- length = 8 + 1 + 3 + len(self.url.encode())... | Verifying that data entry url box URLs are null terminated. #<I> | quintusdias_glymur | train |
db9946e98b92732145ee104064da05164e16062b | diff --git a/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/QueryDslConditionsTest.java b/integrationtests/all-embedded-query-it/src/test/java/org/infinispan/all/embeddedquery/QueryDslConditionsTest.java
index <HASH>..<HASH> 100644
--- a/integrationtests/all-embedded-query-it/src/... | Fix order of arguments for assertEquals | infinispan_infinispan | train |
ebc1e44c39283a88987579c5083d062effc847c7 | diff --git a/migration/migration.go b/migration/migration.go
index <HASH>..<HASH> 100644
--- a/migration/migration.go
+++ b/migration/migration.go
@@ -396,6 +396,8 @@ func NewMigrationContext(ctx context.Context) context.Context {
// BootstrapWorkItemLinking makes sure the database is populated with the correct work... | Added a lock for the BootstrapWorkItemLinking function (#<I>)
BootstrapWorkItemLinking and PopulateCommonTypes launch updates over the space, and uses that space to refer it as foreign key in other creations.
related to #<I> | fabric8-services_fabric8-auth | train |
2d21d96e01ba6eae80970038765b5f011d25c00b | diff --git a/scratch.js b/scratch.js
index <HASH>..<HASH> 100644
--- a/scratch.js
+++ b/scratch.js
@@ -21,7 +21,7 @@ nlp.extend(require('./plugins/sentences/src'))
// let doc = nlp('i am being driven')
// let doc = nlp('i should be driven')
// let doc = nlp('i should have been driven')
-let doc = nlp('i learn')
-doc... | all tests somehow passing, done for the night | spencermountain_compromise | train |
3d644daa0559cff5069d879390058a647d218e3b | diff --git a/include/setup.php b/include/setup.php
index <HASH>..<HASH> 100644
--- a/include/setup.php
+++ b/include/setup.php
@@ -5,7 +5,7 @@ if ( ! isset($CFG) ) die_with_error_log("Please configure this product using con
// upgrade checking - don't change this unless you want to trigger
// database upgrade message... | Switch deleted to DEFAULT 0 per S.O. | tsugiproject_tsugi-php | train |
c465d068a26609f09f80cb847f8dea49e4683c7b | diff --git a/src/JMS/Serializer/EventDispatcher/PreSerializeEvent.php b/src/JMS/Serializer/EventDispatcher/PreSerializeEvent.php
index <HASH>..<HASH> 100644
--- a/src/JMS/Serializer/EventDispatcher/PreSerializeEvent.php
+++ b/src/JMS/Serializer/EventDispatcher/PreSerializeEvent.php
@@ -10,6 +10,6 @@ class PreSerializeE... | Dispatch pre-serialization event before handling data to have ability change type in listener | schmittjoh_serializer | train |
6c2cdfc318cf98cab00044eed49540dc8f5e377b | diff --git a/tests/generated_fun_test.py b/tests/generated_fun_test.py
index <HASH>..<HASH> 100644
--- a/tests/generated_fun_test.py
+++ b/tests/generated_fun_test.py
@@ -66,7 +66,7 @@ def gen_function(size, in_types):
fun, out_types = gen_function(size / size_reduction_factor, arg_types)
fun = partial(ev... | py3 compatibility: list of keys | tensorflow_probability | train |
39e9328e47dae00ad446a84686472ded9a1987c1 | diff --git a/exchange/bitswap/testnet/peernet.go b/exchange/bitswap/testnet/peernet.go
index <HASH>..<HASH> 100644
--- a/exchange/bitswap/testnet/peernet.go
+++ b/exchange/bitswap/testnet/peernet.go
@@ -1,7 +1,7 @@
package bitswap
import (
- context "context"
+ "context"
bsnet "github.com/ipfs/go-ipfs/exchange/bi... | ensure testnet peers get evenly connected mesh
License: MIT | ipfs_go-ipfs | train |
02f8f37d5de255ce26dc1f8cbbd7edc3c02e29c0 | diff --git a/lib/form/datetimeselector.php b/lib/form/datetimeselector.php
index <HASH>..<HASH> 100644
--- a/lib/form/datetimeselector.php
+++ b/lib/form/datetimeselector.php
@@ -157,24 +157,26 @@ class MoodleQuickForm_date_time_selector extends MoodleQuickForm_group{
$valuearray = array();
foreach ($... | added defaults for when there is no submitted data to datetimeselector and small fix for forum\mod_form.php | moodle_moodle | train |
d66503c4aed237106019ac348e61336c0c49cbd3 | diff --git a/src/org/jgroups/Address.java b/src/org/jgroups/Address.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/Address.java
+++ b/src/org/jgroups/Address.java
@@ -1,4 +1,4 @@
-// $Id: Address.java,v 1.4 2005/07/17 11:38:05 chrislott Exp $
+// $Id: Address.java,v 1.5 2008/01/10 08:06:59 belaban Exp $
pack... | implements Comparable<Address> now | belaban_JGroups | train |
a6af993e9b002939f9051ad4e6e9408bc8c38174 | diff --git a/jquery.flot.js b/jquery.flot.js
index <HASH>..<HASH> 100644
--- a/jquery.flot.js
+++ b/jquery.flot.js
@@ -1442,7 +1442,7 @@
continue;
ctx.beginPath();
- ctx.arc(axisx.p2c(x), axisy.p2c(y) + offset, radius, 0, circumferen... | Fixed numerical instability in IE when plotting points by reversing the arc drawing clockwise setting (reported by bsrinisrini, issue <I>)
git-svn-id: <URL> | ni-kismet_engineering-flot | train |
f74009060683861be38e636ee34ad4cdf338bd39 | diff --git a/src/main/java/org/fit/cssbox/awt/GraphicsImageLoader.java b/src/main/java/org/fit/cssbox/awt/GraphicsImageLoader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/fit/cssbox/awt/GraphicsImageLoader.java
+++ b/src/main/java/org/fit/cssbox/awt/GraphicsImageLoader.java
@@ -34,6 +34,7 @@ import org.fit.... | Make the GraphicsImageLoader generally usable | radkovo_CSSBox | train |
e143a797054ce6f3f3dbbb90159cdf8e5f18426d | diff --git a/lang/en_utf8/lesson.php b/lang/en_utf8/lesson.php
index <HASH>..<HASH> 100644
--- a/lang/en_utf8/lesson.php
+++ b/lang/en_utf8/lesson.php
@@ -51,8 +51,6 @@ $string['cannotfindanswer'] = 'Error: could not find answer';
$string['cannotfindgrade'] = 'Error: could not find grades';
$string['cannotfindrecords... | MDL-<I> removed obsoleted string (never used in any STABLE branch) | moodle_moodle | train |
c702a7893bb8b8c7ea07239e35269c2e7146ce50 | diff --git a/src/Rebing/GraphQL/routes.php b/src/Rebing/GraphQL/routes.php
index <HASH>..<HASH> 100644
--- a/src/Rebing/GraphQL/routes.php
+++ b/src/Rebing/GraphQL/routes.php
@@ -4,6 +4,7 @@ declare(strict_types=1);
use Illuminate\Support\Arr;
use Rebing\GraphQL\Helpers;
+use Illuminate\Routing\Router;
use Rebing\... | Add types to closures in src/Rebing/GraphQL/routes.php | rebing_graphql-laravel | train |
dee64cc8bac2d95a2a36b2e6655d72b668aea8ca | diff --git a/graphene_gae/ndb/options.py b/graphene_gae/ndb/options.py
index <HASH>..<HASH> 100644
--- a/graphene_gae/ndb/options.py
+++ b/graphene_gae/ndb/options.py
@@ -2,18 +2,16 @@ from graphene.core.classtypes.objecttype import ObjectTypeOptions
from graphene.relay.types import Node
from graphene.relay.utils imp... | Cleaned up NdbOptions and added support for the only_fields property | graphql-python_graphene-gae | train |
96bde699f69b2d263a0338c1762aeedea82aea80 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,5 @@
import os
import sys
-# Temporary patch for issue reported here:
-# https://groups.google.com/forum/#!topic/nose-users/fnJ-kAUbYHQ
-import multiprocessing # TODO: Remove when Travis-CI updates 2.7 to 2.7.4+
__... | Remove multiprocessing import as Travis-CI has upgraded to <I>+ | hfaran_Tornado-JSON | train |
0d743d52200e4919e95491027b6969d74bc79767 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name='py-august',
- version='0.3.0',
+ version='0.4.0',
packages=['august'],
url='https://github.com/snjoetw/py-august',
license='MIT', | Bumped up version to <I> | snjoetw_py-august | train |
6424bd7ddd72b14f7605972cce6189338b450a36 | diff --git a/test/behaviour/resolution/framework/test/ResolutionQueryBuilderIT.java b/test/behaviour/resolution/framework/test/ResolutionQueryBuilderIT.java
index <HASH>..<HASH> 100644
--- a/test/behaviour/resolution/framework/test/ResolutionQueryBuilderIT.java
+++ b/test/behaviour/resolution/framework/test/ResolutionQ... | Fix failing integration test in ResolutionQueryBuilderIT (#<I>)
## What is the goal of this PR?
To fix the build.
## What are the changes implemented in this PR?
Fixed ResolutionQueryBuilderIT's only integration test. | graknlabs_grakn | train |
3353fd97571c06363800d6e6ce417a97cc0c1d75 | diff --git a/includes/i18n.php b/includes/i18n.php
index <HASH>..<HASH> 100644
--- a/includes/i18n.php
+++ b/includes/i18n.php
@@ -222,7 +222,7 @@
'resend-activation-email' => __( 'Re-send activation email', 'freemius' ),
'license-key' => __( 'License key', 'freemius... | [i<I>n] [minor] Moved "..." suffix out form the translation. | Freemius_wordpress-sdk | train |
1be4f4db5c753218bde9e2fb38c3bbef6c98b9c7 | diff --git a/core/src/main/java/io/undertow/server/protocol/http/HttpResponseConduit.java b/core/src/main/java/io/undertow/server/protocol/http/HttpResponseConduit.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/undertow/server/protocol/http/HttpResponseConduit.java
+++ b/core/src/main/java/io/undertow/ser... | UNDERTOW-<I> transferFrom(final FileChannel src, final long position, final long count) can corrupt content in some situations | undertow-io_undertow | train |
6769268e20699950ccd8f36b1e57bce11746f005 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -67,6 +67,8 @@ type Tag struct {
Value string
}
+type Tags []Tag
+
func (tag *Tag) MarshalJSON() ([]byte, error) {
return json.Marshal([2]string{tag.Key, tag.Value})
}
@@ -83,6 +85,39 @@ func (tag *Tag) UnmarshalJ... | Added a `Tags` type.
This is neccessary so that a JSON string can be unmarshalled into a `Tags` object, regardless of whether the form of the string is `{"foo":"bar"}` or `[["foo","bar"]]`. | getsentry_raven-go | train |
56073e0c49e4cbd14a0971883a1dd541661b586f | diff --git a/trollimage/tests/test_image.py b/trollimage/tests/test_image.py
index <HASH>..<HASH> 100644
--- a/trollimage/tests/test_image.py
+++ b/trollimage/tests/test_image.py
@@ -23,12 +23,15 @@
# along with mpop. If not, see <http://www.gnu.org/licenses/>.
"""Module for testing the image and xrimage modules."""... | Add image metadata to the apply_pil call | pytroll_trollimage | train |
d2cba53addd18be4f71fb862d2aae839a07ac39c | diff --git a/resources/views/layouts/modal.blade.php b/resources/views/layouts/modal.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/layouts/modal.blade.php
+++ b/resources/views/layouts/modal.blade.php
@@ -1,5 +1,5 @@
@push('modals-container')
- <div class="modal fade center-scale {{$type}}"
+ <div ... | ref issue_<I> change place where modal-size class outputs (#<I>) | orchidsoftware_platform | train |
d5229d9717add1b44cf39fded7ce9c6b4f401748 | diff --git a/upload.js b/upload.js
index <HASH>..<HASH> 100644
--- a/upload.js
+++ b/upload.js
@@ -205,7 +205,7 @@ MediaUploader.prototype.extractRange_ = function(xhr) {
* The final step is to call vimeo.videos.upload.complete to queue up
* the video for transcoding.
*
- * If successful call 'onComplete'
+ * If ... | updating comments
removing call to onComplete - this will be called from the new onGetMetadata_ method | websemantics_vimeo-upload | train |
2b81bb6358cff2f734dcdb550372864f158b8af4 | diff --git a/lib/topologies/shared.js b/lib/topologies/shared.js
index <HASH>..<HASH> 100644
--- a/lib/topologies/shared.js
+++ b/lib/topologies/shared.js
@@ -378,11 +378,6 @@ function resolveClusterTime(topology, $clusterTime) {
// to share code.
const SessionMixins = {
endSessions: function(sessions, callb... | fix(sessions): actually allow ending of sessions
Currently, endSessions filters out any calls that happen while
the topology is connected. However, it is impossible to send
an endSessions command if you are not connected. This fix allows
sessions to be ended while the topology is connected
Part of HELP-<I> | mongodb-js_mongodb-core | train |
c7af673ad66d02904146971f3f58f094c3a82517 | diff --git a/twython/endpoints.py b/twython/endpoints.py
index <HASH>..<HASH> 100644
--- a/twython/endpoints.py
+++ b/twython/endpoints.py
@@ -275,7 +275,6 @@ class EndpointsMixin(object):
Docs: https://dev.twitter.com/docs/api/1.1/get/friends/list
"""
- print 'here 1'
return self.ge... | Remove print :blush: | ryanmcgrath_twython | train |
4d4c67696c59e058c9d3a524c7c6f3ac25eee820 | diff --git a/salt/modules/upstart.py b/salt/modules/upstart.py
index <HASH>..<HASH> 100644
--- a/salt/modules/upstart.py
+++ b/salt/modules/upstart.py
@@ -44,6 +44,7 @@ __func_alias__ = {
'reload_': 'reload'
}
+
def __virtual__():
'''
Only work on Ubuntu
@@ -98,7 +99,7 @@ def _default_runlevel():
... | upstart: store runlevel in __context__
This commit stores the current runlevel in __context__ to avoid repeated
calls to 'runlevel /run/utmp'. Fixes #<I>. | saltstack_salt | train |
a8161bc15c1e2d10dc3ae790653f9f4050248aeb | diff --git a/openquake/commonlib/logs.py b/openquake/commonlib/logs.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/logs.py
+++ b/openquake/commonlib/logs.py
@@ -177,5 +177,6 @@ def init(calc_id='nojob', level=logging.INFO):
assert isinstance(calc_id, int), calc_id
fmt = '[%(asctime)s #{} %(level... | Removed milliseconds from the logging | gem_oq-engine | train |
dd6e7b6234a68f47edac0402ca539a57e6666f52 | diff --git a/lxd/instance/drivers/driver_lxc.go b/lxd/instance/drivers/driver_lxc.go
index <HASH>..<HASH> 100644
--- a/lxd/instance/drivers/driver_lxc.go
+++ b/lxd/instance/drivers/driver_lxc.go
@@ -2055,11 +2055,19 @@ func (d *lxc) startCommon() (string, []func() error, error) {
return "", nil, err
}
- // Gener... | lxd/instance/drivers: Make volatile.uuid population code same for both drivers | lxc_lxd | train |
4952f63c5d86c9c86e6459e97d23eb945bcb685a | diff --git a/src/Section/SectionItem.php b/src/Section/SectionItem.php
index <HASH>..<HASH> 100644
--- a/src/Section/SectionItem.php
+++ b/src/Section/SectionItem.php
@@ -32,7 +32,7 @@ class SectionItem
{
// validate id (can contain only letters and numbers)
if (!preg_match('/^[a-zA-Z_][a-zA-Z0-9... | Global namespace for throwned Exception | wanjee_ShuweeAdminBundle | train |
8608646f1b2295cc3728ebb60324851ae48d3003 | diff --git a/galpy/df_src/quasiisothermaldf.py b/galpy/df_src/quasiisothermaldf.py
index <HASH>..<HASH> 100644
--- a/galpy/df_src/quasiisothermaldf.py
+++ b/galpy/df_src/quasiisothermaldf.py
@@ -1422,14 +1422,34 @@ class quasiisothermaldf:
#Evaluate everywhere
vTgl= 1.5/2.*(glx+1.)
... | vector input for pvRvz | jobovy_galpy | train |
e194f57fcc058be9c2fddc7cd8284bd5b92fde3a | diff --git a/bcbio/pipeline/rnaseq.py b/bcbio/pipeline/rnaseq.py
index <HASH>..<HASH> 100644
--- a/bcbio/pipeline/rnaseq.py
+++ b/bcbio/pipeline/rnaseq.py
@@ -55,10 +55,9 @@ def run_rnaseq_variant_calling(data):
data = variation.rnaseq_gatk_variant_calling(data)
if vardict.get_vardict_command(data):
... | Run RNA-editing annotation on final call file.
For GATK calling, this is on the final joint file. For
Vardict, it is on the individual variant files. | bcbio_bcbio-nextgen | train |
d8edb97ffe923651c14a5b1424b0453e2d8b1136 | diff --git a/toolium/test/test_visual_test.py b/toolium/test/test_visual_test.py
index <HASH>..<HASH> 100644
--- a/toolium/test/test_visual_test.py
+++ b/toolium/test/test_visual_test.py
@@ -139,8 +139,8 @@ class VisualTests(unittest.TestCase):
def test_compare_files_size(self):
message = self.visual.co... | Fix PyTest error with AssertionError exception | Telefonica_toolium | train |
a0a8f6edadcf73486fa6485e89951355eaca217f | diff --git a/packages/card/src/styledComponents/Card.js b/packages/card/src/styledComponents/Card.js
index <HASH>..<HASH> 100644
--- a/packages/card/src/styledComponents/Card.js
+++ b/packages/card/src/styledComponents/Card.js
@@ -25,6 +25,7 @@ const Card = styled.div`
padding: ${padding};
box-sizing: border-box;... | feat(Card): add a CSS property to prevent children component to overflow its background
affects: @crave/farmblocks-card | CraveFood_farmblocks | train |
31c30eaf78cd7beef48eaabbdf582ff75e791932 | diff --git a/asyncwebsockets/common.py b/asyncwebsockets/common.py
index <HASH>..<HASH> 100644
--- a/asyncwebsockets/common.py
+++ b/asyncwebsockets/common.py
@@ -41,6 +41,14 @@ class WebsocketBytesMessage(WebsocketMessage):
TYPE = MessageType.BYTES
+class WebsocketUnusable(RuntimeError):
+ """
+ Excepti... | Add WebsocketUnusuable type to signal a websocket is unusable. | Fuyukai_asyncwebsockets | train |
c1b7b56d427c213db830cf6d2751b38fbd0d5a64 | diff --git a/code/site/components/com_default/controllers/commands/authorize.php b/code/site/components/com_default/controllers/commands/authorize.php
index <HASH>..<HASH> 100644
--- a/code/site/components/com_default/controllers/commands/authorize.php
+++ b/code/site/components/com_default/controllers/commands/authori... | Authorize command now calls parent execute function. Made command handlers function protected and follow command handler function naming conventions. Moved token check into new checkToken() function. | timble_kodekit | train |
4d1131660d9b19286e8d5d203f83a436c53d3146 | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/StringConcatenation.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/StringConcatenation.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/detect/StringConcatenation.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/StringConc... | Fix for sourceforge bug <I>
When String concatenation was compiled using new StringBuilder(foo).append(bar), we weren't detecting it.
Fixed.
git-svn-id: <URL> | spotbugs_spotbugs | train |
4bc0e6d7c3f024ac0f2368f32c56f811cc50a847 | diff --git a/mock.py b/mock.py
index <HASH>..<HASH> 100644
--- a/mock.py
+++ b/mock.py
@@ -577,47 +577,47 @@ class Base(object):
class NonCallableMock(Base):
"""
- Create a new ``Mock`` object. ``Mock`` takes several optional arguments
+ Create a new `Mock` object. `Mock` takes several optional arguments
... | Reducing markup in docstrings | testing-cabal_mock | train |
c460245214a973f480bafadc352306eb6f9b2dee | diff --git a/src/scs_core/data/json.py b/src/scs_core/data/json.py
index <HASH>..<HASH> 100644
--- a/src/scs_core/data/json.py
+++ b/src/scs_core/data/json.py
@@ -265,10 +265,9 @@ class PersistentJSONable(AbstractPersistentJSONable):
try:
obj = cls.construct_from_jdict(cls.loads(jstr), skeleton=sk... | Added last_modified field to persistent classes | south-coast-science_scs_core | train |
60f2fcdba527ad609eb67677e88b5b5244ada8fa | diff --git a/pysoundfile.py b/pysoundfile.py
index <HASH>..<HASH> 100644
--- a/pysoundfile.py
+++ b/pysoundfile.py
@@ -123,6 +123,19 @@ _open_modes = {
0x30: 'RDWR'
}
+_str_types = {
+ 'title': 0x01,
+ 'copyright': 0x02,
+ 'software': 0x03,
+ 'artist': 0x04,
+ 'comment': 0x05,... | Move dictionary for string types out of SoundFile class | bastibe_SoundFile | train |
be2c04af8884ef73b081734b9bb14ff9399c53df | diff --git a/src/DependencyInjection/NetworkingInitCmsExtension.php b/src/DependencyInjection/NetworkingInitCmsExtension.php
index <HASH>..<HASH> 100644
--- a/src/DependencyInjection/NetworkingInitCmsExtension.php
+++ b/src/DependencyInjection/NetworkingInitCmsExtension.php
@@ -39,15 +39,7 @@ class NetworkingInitCmsExt... | remove default configs. replaced with recipe | networking_init-cms-bundle | train |
f2068e6c7299a28fbfb6efdd0748d2b1a49506b1 | diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index <HASH>..<HASH> 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -152,24 +152,18 @@ class Gitlab(object):
:param status_codes: List of Ints, Valid status codes to check for
:param default_response: Return value if JSONDecodeError
... | refactor: Use response status code checking
See also: #<I> | pyapi-gitlab_pyapi-gitlab | train |
81d9efc66073373d8afbf6b68c83425343f749d7 | diff --git a/src/UI/Output.php b/src/UI/Output.php
index <HASH>..<HASH> 100644
--- a/src/UI/Output.php
+++ b/src/UI/Output.php
@@ -2,6 +2,7 @@
namespace Tsugi\UI;
+use Tsugi\Util\U;
use Tsugi\Core\LTIX;
use \Tsugi\Crypt\SecureCookie;
@@ -874,12 +875,8 @@ EOF;
/**
* Gets an absolute static path to th... | Slightly change the definition of rest_parent | tsugiproject_tsugi-php | train |
8362a3981cf093963df00585847da976dc532754 | diff --git a/src/main/java/de/btobastian/javacord/entities/Server.java b/src/main/java/de/btobastian/javacord/entities/Server.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/btobastian/javacord/entities/Server.java
+++ b/src/main/java/de/btobastian/javacord/entities/Server.java
@@ -1001,6 +1001,17 @@ public int... | Added Server#canKickUsers(User) | Javacord_Javacord | train |
efb6c7fb95e306b0f50765b60fa9cc72a9ba70a4 | diff --git a/services-directions-refresh/src/main/java/com/mapbox/api/directionsrefresh/v1/MapboxDirectionsRefresh.java b/services-directions-refresh/src/main/java/com/mapbox/api/directionsrefresh/v1/MapboxDirectionsRefresh.java
index <HASH>..<HASH> 100644
--- a/services-directions-refresh/src/main/java/com/mapbox/api/... | add interceptor support to directions refresh api and enable debug logging (#<I>) | mapbox_mapbox-java | train |
05d1e1025f6d66ea85255351c513a5f15d3cdf56 | diff --git a/src/DataSource/DibiFluentDataSource.php b/src/DataSource/DibiFluentDataSource.php
index <HASH>..<HASH> 100644
--- a/src/DataSource/DibiFluentDataSource.php
+++ b/src/DataSource/DibiFluentDataSource.php
@@ -157,14 +157,22 @@ class DibiFluentDataSource extends FilterableDataSource implements IDataSource
pu... | Fixed filter escaping for dibi 2.x. (#<I>)
* Fixed filter escaping for dibi 2.x.
* Small refactoring. | contributte_datagrid | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.