hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
539ae28ba76ed005bf1f83252b0ccb64df9c14fe | diff --git a/lib/base/provisioner.rb b/lib/base/provisioner.rb
index <HASH>..<HASH> 100644
--- a/lib/base/provisioner.rb
+++ b/lib/base/provisioner.rb
@@ -246,7 +246,6 @@ class VCAP::Services::Base::Provisioner < VCAP::Services::Base::Base
@logger.debug("[#{service_description}] Unbind instance #{handle_id} fr... | remove legacy code to aviod double-unbind bug | cloudfoundry-attic_vcap-services-base | train |
84aba94ee4177c4e8054f6d3a02ec68e7e02b224 | diff --git a/scripts/maf_to_concat_fasta.py b/scripts/maf_to_concat_fasta.py
index <HASH>..<HASH> 100755
--- a/scripts/maf_to_concat_fasta.py
+++ b/scripts/maf_to_concat_fasta.py
@@ -3,17 +3,37 @@
"""
Read a maf and print the text as a fasta file, concatenating blocks
-usage %prog species1,species2 < maf_file
+usag... | was out-of-date with latest alignment class; added a few prettifying options | bxlab_bx-python | train |
4fb5b9918b93c267622069734fecf524369e0d28 | diff --git a/openquake/calculators/hazard/general.py b/openquake/calculators/hazard/general.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/hazard/general.py
+++ b/openquake/calculators/hazard/general.py
@@ -780,35 +780,18 @@ class BaseHazardCalculatorNext(base.CalculatorNext):
hc_prog.result_ma... | calcs/hazard/general:
Refactored the task complete callback. Now, calculator sublcasses can
more easily implement their own task response callbacks. | gem_oq-engine | train |
ec0c94190d87e620cee114efea35d1e0433e7a60 | diff --git a/bitcoin/authtree.py b/bitcoin/authtree.py
index <HASH>..<HASH> 100644
--- a/bitcoin/authtree.py
+++ b/bitcoin/authtree.py
@@ -6,7 +6,7 @@
# Python 2 and 3 compatibility utilities
import six
-from .hash import hash256
+from .hash import sha256
from .mixins import HashableMixin, SerializableMixin
from ... | Switch to single sha<I> for authentication trees. | maaku_python-bitcoin | train |
4f3e7659c51a48c5f111717b9efaa5d9a6474d8d | diff --git a/lib/nylas/event.rb b/lib/nylas/event.rb
index <HASH>..<HASH> 100644
--- a/lib/nylas/event.rb
+++ b/lib/nylas/event.rb
@@ -27,6 +27,7 @@ module Nylas
attribute :status, :string
attribute :title, :string
attribute :when, :when
+ attribute :metadata, :hash
attribute :original_start_time... | Enable `metadata` field in the Event object | nylas_nylas-ruby | train |
76cee5775e48af0644efe645bec9f20871dd458f | diff --git a/gwpy/cli/coherence.py b/gwpy/cli/coherence.py
index <HASH>..<HASH> 100644
--- a/gwpy/cli/coherence.py
+++ b/gwpy/cli/coherence.py
@@ -59,6 +59,10 @@ class Coherence(CliProduct):
def get_xlabel(self):
return 'Frequency (Hz)'
+ def get_sup_title(self):
+ """Override if default lacks... | cli/coherence.py: Implement ref chan param, don't rely on ldvw
Previously the --ref parameter was ignored and ldvw was supposed
to put the ref channel first. Problem is command line tool should
not work like that. | gwpy_gwpy | train |
d8642ae396033c059cb75b3c35a2ece067c17035 | diff --git a/CHANGES.txt b/CHANGES.txt
index <HASH>..<HASH> 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
2.0.12:
+ * Increase quarantine delay on replacement (CASSANDRA-8260)
* Expose off-heap memory usage stats (CASSANDRA-7897)
* Ignore Paxos commits for truncated tables (CASSANDRA-7538)
* Validat... | Increase quarantine on replacement
Patch by brandonwilliams, reviewed by jasobrown for CASSANDRA-<I> | Stratio_stratio-cassandra | train |
7bf9790436be2a9a03fa367a80b03900e18f474f | diff --git a/src/org/opencms/db/CmsDriverManager.java b/src/org/opencms/db/CmsDriverManager.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/db/CmsDriverManager.java
+++ b/src/org/opencms/db/CmsDriverManager.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/org/opencms/db/CmsDriverManager.ja... | Bugfix in export points: folders without subfolders are now written correctly | alkacon_opencms-core | train |
95e2efbe9f21551528e7097e5673fa8b001e6f60 | diff --git a/lib/review/latexbuilder.rb b/lib/review/latexbuilder.rb
index <HASH>..<HASH> 100644
--- a/lib/review/latexbuilder.rb
+++ b/lib/review/latexbuilder.rb
@@ -746,6 +746,7 @@ module ReVIEW
def bibpaper_bibpaper(id, caption, lines)
print split_paragraph(lines).join("")
+ puts ""
end
... | force to add newline after //bibpaper (cf. #<I>) | kmuto_review | train |
53caa39a7abdd63ded10709efb10be495f347089 | diff --git a/dbussy.py b/dbussy.py
index <HASH>..<HASH> 100644
--- a/dbussy.py
+++ b/dbussy.py
@@ -1870,7 +1870,8 @@ class Message :
dbus.dbus_message_lock(self._dbobj)
#end lock
- # TODO: allocate/free data slot (freeing slot can set passed-in var to -1 on actual free; do I care?)
+ # TODO: alloc... | note data-slot routines should be static methods | ldo_dbussy | train |
7b43ecc02c5b5e7190c4071a3530743318763d75 | diff --git a/engine/src/main/java/org/camunda/bpm/engine/impl/jobexecutor/JobExecutorLogger.java b/engine/src/main/java/org/camunda/bpm/engine/impl/jobexecutor/JobExecutorLogger.java
index <HASH>..<HASH> 100644
--- a/engine/src/main/java/org/camunda/bpm/engine/impl/jobexecutor/JobExecutorLogger.java
+++ b/engine/src/ma... | chore(engine): log stacktrace of OptimisticLockingException only on DEBUG
* log name of exception on level < DEBUG
Related to CAM-<I> | camunda_camunda-bpm-platform | train |
a0eec8dfe0ca5eabf7d748d49a4a7daf4efb5a52 | diff --git a/lib/rprogram/program.rb b/lib/rprogram/program.rb
index <HASH>..<HASH> 100644
--- a/lib/rprogram/program.rb
+++ b/lib/rprogram/program.rb
@@ -1,6 +1,7 @@
require 'rprogram/rprogram'
require 'rprogram/system'
require 'rprogram/task'
+require 'rprogram/sudo_task'
require 'rprogram/exceptions/program_not_... | Added Program#sudo_task and allow Program#sudo to pass a block to SudoTask.new. | postmodern_rprogram | train |
3e1a8947b822d7c181b4746926e50e73301a61c6 | diff --git a/scenarios/api.github.com/release-assets/record.js b/scenarios/api.github.com/release-assets/record.js
index <HASH>..<HASH> 100644
--- a/scenarios/api.github.com/release-assets/record.js
+++ b/scenarios/api.github.com/release-assets/record.js
@@ -137,7 +137,7 @@ async function releaseAssets (state) {
e... | chore(scenario): delete temporary release-assets repository after recording | octokit_fixtures | train |
e6d19225e397116f1d91f9512f0cbe5e04f74fbf | diff --git a/src/bindings/html/view.js b/src/bindings/html/view.js
index <HASH>..<HASH> 100644
--- a/src/bindings/html/view.js
+++ b/src/bindings/html/view.js
@@ -29,7 +29,8 @@ export class View {
});
let observer = new MutationObserver(
- mutations => onMutations(this, mutations));
+ mutations =>... | ctx.fetch accepts only array of langs now, and no longer a promise | l20n_l20n.js | train |
9293b1bcb366cdc7f5103d401da1860326de2034 | diff --git a/core/src/playn/core/AbstractAssets.java b/core/src/playn/core/AbstractAssets.java
index <HASH>..<HASH> 100644
--- a/core/src/playn/core/AbstractAssets.java
+++ b/core/src/playn/core/AbstractAssets.java
@@ -34,7 +34,7 @@ public abstract class AbstractAssets<IMG> implements Assets {
@Override
public ... | Shit, welcome to amateur hour
Revert "LOCAL: retain path for image debugging"
This reverts commit c0f<I>f<I>ffdde<I>eeebaa<I>ed<I>e<I>ee0. | playn_playn | train |
aff2ca959c8fe215a929139ba02d3d867c1296cf | diff --git a/src/MysqltcsOperations.php b/src/MysqltcsOperations.php
index <HASH>..<HASH> 100644
--- a/src/MysqltcsOperations.php
+++ b/src/MysqltcsOperations.php
@@ -114,7 +114,7 @@ class MysqltcsOperations
/**
- * @return boolean
+ * @return bool
*/
public function isQuotes()
{
@@ -12... | Scurtinizer issues fixed, again ;) | thecsea_mysqltcs | train |
8e957841f4c62309746fac323908d095c56510de | diff --git a/pyemma-ipython b/pyemma-ipython
index <HASH>..<HASH> 160000
--- a/pyemma-ipython
+++ b/pyemma-ipython
@@ -1 +1 @@
-Subproject commit 631c744873bc15d72b0f4157c7a8409d3c147743
+Subproject commit 5b8c78293ad9b90b225ff1df7714caecaabf9503
diff --git a/pyemma/coordinates/data/featurizer.py b/pyemma/coordinates/d... | allow using md.Topology for featurizer | markovmodel_PyEMMA | train |
b512dedf0d82904dbb2ef2f0e363dcccc8cfc245 | diff --git a/irc/tests/test_bot.py b/irc/tests/test_bot.py
index <HASH>..<HASH> 100644
--- a/irc/tests/test_bot.py
+++ b/irc/tests/test_bot.py
@@ -1,3 +1,6 @@
+
+import six
+
import irc.client
import irc.bot
from irc.bot import ServerSpec
@@ -68,4 +71,6 @@ class TestBot(object):
"""
event = irc.cli... | Use six for Python 3 compatibility (currently in tests, but this will apply to the lib soon enough) | jaraco_irc | train |
bc7828141561b3fd9d6835d70704aa00e574feef | diff --git a/src/main/java/net/jodah/failsafe/FallbackExecutor.java b/src/main/java/net/jodah/failsafe/FallbackExecutor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/jodah/failsafe/FallbackExecutor.java
+++ b/src/main/java/net/jodah/failsafe/FallbackExecutor.java
@@ -66,45 +66,50 @@ class FallbackExecutor ex... | Reorganize FallbackExecutor supplyAsync and unify cancelFn | jhalterman_failsafe | train |
8bf04922888bb8a6e88e71ce489db801bd73236d | diff --git a/tasks/rpm.js b/tasks/rpm.js
index <HASH>..<HASH> 100644
--- a/tasks/rpm.js
+++ b/tasks/rpm.js
@@ -41,9 +41,6 @@ function filterFiles(grunt, files) {
// Warn on invalid source files (if nonull was set).
if (!grunt.file.exists(filepath)) {
grunt.log.warn('Source file "' + filepath + '" does not ... | Handle symlinks when preparing and copying files | gastonelhordoy_grunt-rpm | train |
d32fe46ca9a0f4f7b7529295614d20e447118111 | diff --git a/django_mysql/cache.py b/django_mysql/cache.py
index <HASH>..<HASH> 100644
--- a/django_mysql/cache.py
+++ b/django_mysql/cache.py
@@ -103,7 +103,7 @@ class MySQLCache(BaseDatabaseCache):
if expires < now:
return default
- return self._decode(value, value_type)
+ return... | Make encode and decode public methods for easy overriding | adamchainz_django-mysql | train |
ac11a598cbe0a44b4cf750906f677a3102838bec | diff --git a/spec/javascripts/integration/core/pusher_spec.js b/spec/javascripts/integration/core/pusher_spec.js
index <HASH>..<HASH> 100644
--- a/spec/javascripts/integration/core/pusher_spec.js
+++ b/spec/javascripts/integration/core/pusher_spec.js
@@ -127,6 +127,41 @@ Integration.describe("Pusher", function() {
... | added integration test for cancelling a pending subscription | pusher_pusher-js | train |
49839cc6f1827e731330b609b6c67263ed58cb10 | diff --git a/main.go b/main.go
index <HASH>..<HASH> 100644
--- a/main.go
+++ b/main.go
@@ -1,6 +1,7 @@
package main
import (
+ "crypto/tls"
"errors"
"fmt"
"io"
@@ -183,7 +184,10 @@ func processManifest(c *cli.Context, manifest []byte) (e error) {
ccm := enaml.NewCloudConfigManifest(manifest)
boshclient ... | [#<I>] ignore self signed certs | enaml-ops_omg-cli | train |
e179fed53b92d3d08349a4bac7bb5915b4a0d103 | diff --git a/pygmsh/geometry.py b/pygmsh/geometry.py
index <HASH>..<HASH> 100644
--- a/pygmsh/geometry.py
+++ b/pygmsh/geometry.py
@@ -344,7 +344,7 @@ class Geometry(object):
top = LineBase(top)
extruded = SurfaceBase(extruded)
elif isinstance(input_entity, SurfaceBase):
- ... | directly access SurfaceBase.num_edges | nschloe_pygmsh | train |
b60cd97bbf8b43b2c6da44efeb51373b401332bc | diff --git a/app/scripts/Chromosome2DGrid.js b/app/scripts/Chromosome2DGrid.js
index <HASH>..<HASH> 100644
--- a/app/scripts/Chromosome2DGrid.js
+++ b/app/scripts/Chromosome2DGrid.js
@@ -30,31 +30,6 @@ export class Chromosome2DGrid extends PixiTrack {
this.pMain.addChild(this.lineGraphics);
- for (let i... | Fixed chromosome grid bug from master | higlass_higlass | train |
8d7a1054383abfad40aee936443da09110870e6d | diff --git a/lib/compiler.rb b/lib/compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/compiler.rb
+++ b/lib/compiler.rb
@@ -561,9 +561,16 @@ Viml
end
end
- class DictionarySetNodeVisitor < ScopedVisitor
+ class DictSetNodeVisitor < ScopedVisitor
private
def _compile(node)
+ [node... | add compilation for dict.key = 'val' | luke-gru_riml | train |
249a92e871b82df018cb6beaf95de6a4bf1b7d9f | diff --git a/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/keygen/LeafSnowflakeKeyGenerator.java b/sharding-orchestration/sharding-orchestration-core/src/main/java/org/apache/shardingsphere/orchestration/internal/keygen/LeafSnowflakeKeyGenerator.java
i... | Add leaf snowflake key generator and related functions. | apache_incubator-shardingsphere | train |
e6fbc05158c8a786c9fa738f3759e4fd24403b6c | diff --git a/src/cr/cube/cubepart.py b/src/cr/cube/cubepart.py
index <HASH>..<HASH> 100644
--- a/src/cr/cube/cubepart.py
+++ b/src/cr/cube/cubepart.py
@@ -291,23 +291,6 @@ class _Slice(CubePartition):
return np.array([col.proportions for col in self._matrix.columns]).T
@lazyproperty
- def columns_dim... | rfctr: normalize method ordering | Crunch-io_crunch-cube | train |
ff01fa75675ebe1fb1f7b1fde396724632f39604 | diff --git a/js/jquery.storelocator.js b/js/jquery.storelocator.js
index <HASH>..<HASH> 100644
--- a/js/jquery.storelocator.js
+++ b/js/jquery.storelocator.js
@@ -416,12 +416,12 @@ $.fn.storeLocator = function(options) {
else if(settings.dataType === 'kml'){
//Process KML
$(da... | Renamed variable from $this to $placemark | bjorn2404_jQuery-Store-Locator-Plugin | train |
34e89d1578ed05693152b683edcb23ab2708fa21 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,30 @@
//File to hold the gulp task being called in our gulpfile
-module.exports = function(file, opt){
- if (!file) {
- throw new PluginError('gulp-speckjs', 'Missing file option for gulp-speckjs');
- }
- opt = ... | Added logic psuedocode | speckjs_gulp-speckjs | train |
34123a2c5d887f015b2373a81a4fba7d980cb7e8 | diff --git a/app/models/neighborly/balanced/event.rb b/app/models/neighborly/balanced/event.rb
index <HASH>..<HASH> 100644
--- a/app/models/neighborly/balanced/event.rb
+++ b/app/models/neighborly/balanced/event.rb
@@ -37,12 +37,12 @@ module Neighborly::Balanced
Contribution.find_by(payment_id: @request_params.f... | Make Event#type a public method | FromUte_dune-balanced | train |
fba0abdc228f79c91982e84aadcefaecb53f4c36 | diff --git a/lib/filterlib.php b/lib/filterlib.php
index <HASH>..<HASH> 100644
--- a/lib/filterlib.php
+++ b/lib/filterlib.php
@@ -136,12 +136,6 @@ class filter_manager {
return new $filterclassname($context, $localconfig);
}
- // TODO: deprecated since 2.2, will be out in 2.3, see MDL-29... | MDL-<I> remove legacy_filter support | moodle_moodle | train |
8196051d9b0ea3bff9e91beda1d46134262d65e3 | diff --git a/lxd/device/nictype/nictype.go b/lxd/device/nictype/nictype.go
index <HASH>..<HASH> 100644
--- a/lxd/device/nictype/nictype.go
+++ b/lxd/device/nictype/nictype.go
@@ -32,6 +32,8 @@ func NICType(s *state.State, d deviceConfig.Device) (string, error) {
nicType = "macvlan"
case "sriov":
nicType =... | lxd/device/nictype: Adds ovn support | lxc_lxd | train |
7a164c64881494f561b570225dda00973d1297bd | diff --git a/tests/unit/core/oxorderarticleTest.php b/tests/unit/core/oxorderarticleTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/core/oxorderarticleTest.php
+++ b/tests/unit/core/oxorderarticleTest.php
@@ -51,7 +51,6 @@ class Unit_Core_oxorderarticleTest extends OxidTestCase
$oArticle->save();
- ... | ESDEV-<I> revert | OXID-eSales_oxideshop_ce | train |
4a77b58ea144383d088ff66ad559fe5c2ea8e1b8 | diff --git a/grs/__init__.py b/grs/__init__.py
index <HASH>..<HASH> 100644
--- a/grs/__init__.py
+++ b/grs/__init__.py
@@ -28,7 +28,7 @@ __copyright__ = 'Copyright (C) 2012 Toomore Chiang'
from .best_buy_or_sell import BestFourPoint
-from .fetch_data import stock
+from .fetch_data import Stock
from .realtime impo... | Fixed a bug because of a variation not assign. #6 | toomore_grs | train |
99d425c4d454c58e9682c4a41baa56d5905bbd78 | diff --git a/lib/weary.rb b/lib/weary.rb
index <HASH>..<HASH> 100644
--- a/lib/weary.rb
+++ b/lib/weary.rb
@@ -71,6 +71,10 @@ module Weary
@password = password
return nil
end
+
+ def always_with(params)
+ @always_with = params
+ end
# Declare a resource. Use it with a block to setup the resourc... | Weary#always_with sets the with commands for every resource | mwunsch_weary | train |
fe7d1c9dd84f3a2af35062ce35bd33986a0e7755 | diff --git a/build/commands/ApiCommand.php b/build/commands/ApiCommand.php
index <HASH>..<HASH> 100644
--- a/build/commands/ApiCommand.php
+++ b/build/commands/ApiCommand.php
@@ -21,7 +21,7 @@ Yii::import('application.commands.api.ApiModel');
*/
class ApiCommand extends CConsoleCommand
{
- const URL_PATTERN='/\{\{(... | (Fixes issue <I>) | yiisoft_yii | train |
8e000ed3900649a51207a3b6d6e4d99e2ae9aeee | diff --git a/oauth2client/tools.py b/oauth2client/tools.py
index <HASH>..<HASH> 100644
--- a/oauth2client/tools.py
+++ b/oauth2client/tools.py
@@ -90,12 +90,14 @@ class ClientRedirectHandler(BaseHTTPServer.BaseHTTPRequestHandler):
pass
-def run(flow, storage):
+def run(flow, storage, http=None):
"""Core cod... | Allow an http object to be passed into tools.run() so that proxy
settings will be used.
Reviewed in <URL> | googleapis_oauth2client | train |
2bebebd91805dbb931317f7a4057e4e8de9d9781 | diff --git a/parse/lexer.go b/parse/lexer.go
index <HASH>..<HASH> 100644
--- a/parse/lexer.go
+++ b/parse/lexer.go
@@ -611,7 +611,8 @@ func lexNegative(l *lexer) stateFn {
// is it unary or binary op?
// unary if it starts a group ('{' or '(') or an op came just before.
var lastType = l.lastEmit.typ
- if lastType... | Update lexer tests to not have data races | robfig_soy | train |
20a81dc8462114c0722171432b87b04048384f70 | diff --git a/openquake/calculators/export/risk.py b/openquake/calculators/export/risk.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/export/risk.py
+++ b/openquake/calculators/export/risk.py
@@ -441,10 +441,11 @@ def modal_damage_array(data, damage_dt):
# determine the damage state with the highest pro... | Renamed ds-structural->modal-ds-structural | gem_oq-engine | train |
1ace5198e2eae88f8b5d46998324dcfb407e4864 | diff --git a/src/Resources/Container.php b/src/Resources/Container.php
index <HASH>..<HASH> 100644
--- a/src/Resources/Container.php
+++ b/src/Resources/Container.php
@@ -54,7 +54,7 @@ class Container implements ArrayAccess
throw new InvalidArgumentException("Invalid character in resource name [{$name}].")... | Tweak code to utilize get() and set() method. | orchestral_resources | train |
6e7e27d883b68b9e6558b5e167548ce3d08bf45b | diff --git a/spyder/plugins/ipythonconsole/widgets/main_widget.py b/spyder/plugins/ipythonconsole/widgets/main_widget.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/main_widget.py
+++ b/spyder/plugins/ipythonconsole/widgets/main_widget.py
@@ -2262,7 +2262,7 @@ class IPythonConsoleWidget(Plug... | IPython console: Don't give it focus when undocked | spyder-ide_spyder | train |
1b3d7ff9bda710f9c840ba38b8f65d4aec0bae50 | diff --git a/plugins/ScheduledReports/API.php b/plugins/ScheduledReports/API.php
index <HASH>..<HASH> 100644
--- a/plugins/ScheduledReports/API.php
+++ b/plugins/ScheduledReports/API.php
@@ -26,6 +26,9 @@ use Piwik\Site;
use Piwik\Tracker;
use Piwik\Translate;
use Piwik\Translation\Translator;
+use Piwik\Url;
+use P... | Catch exceptions when getting individual reports during scheduled reports generation so reports will still be sent even if individual reports fail in some way. | matomo-org_matomo | train |
140c1ebecf27d23f8bbb3b8328e716388f153bc0 | diff --git a/test/main.js b/test/main.js
index <HASH>..<HASH> 100644
--- a/test/main.js
+++ b/test/main.js
@@ -119,7 +119,7 @@ describe('gulp-sass -- async compile', function() {
var stream = sass();
stream.on('error', function(err) {
- err.message.indexOf('property "font" must be followed by a \':\'')... | Test should be that error is there, not that it is start of string | dlmanning_gulp-sass | train |
79d8768d546ec0546ce41c602d47759fcf1bf029 | diff --git a/geist/vision.py b/geist/vision.py
index <HASH>..<HASH> 100644
--- a/geist/vision.py
+++ b/geist/vision.py
@@ -121,8 +121,12 @@ def convolution(bin_template, bin_image, tollerance=0.5):
# saw matches
found_bitmap = ((convolution_image > (expected - tollerance)) &
(convolutio... | Bug fix: result from convolution match. Result is inside template | ten10solutions_Geist | train |
19b76d9de0b3ff35e394d87d7249e2475a0e0386 | diff --git a/definitions/npm/mongoose_v4.x.x/flow_v0.50.x-/mongoose_v4.x.x.js b/definitions/npm/mongoose_v4.x.x/flow_v0.50.x-/mongoose_v4.x.x.js
index <HASH>..<HASH> 100644
--- a/definitions/npm/mongoose_v4.x.x/flow_v0.50.x-/mongoose_v4.x.x.js
+++ b/definitions/npm/mongoose_v4.x.x/flow_v0.50.x-/mongoose_v4.x.x.js
@@ -7... | Some additions to mongoose@<I> (#<I>)
* Some additions to mongoose@<I>
* fix(mongoose): return export statemant back | flow-typed_flow-typed | train |
420dbabac7117b3bb53888c8e2446fe003fc5423 | diff --git a/src/App/Features/App.php b/src/App/Features/App.php
index <HASH>..<HASH> 100644
--- a/src/App/Features/App.php
+++ b/src/App/Features/App.php
@@ -30,6 +30,60 @@ trait App
}
/**
+ * Get an instance of a registered class
+ *
+ * @param string $sClass The class name
... | Added more methods to the Jaxon\App\Features\App class. | jaxon-php_jaxon-core | train |
512688ef7f7601f1a69cb38dc6211b20dc300e33 | diff --git a/optaplanner-examples/src/main/java/org/optaplanner/examples/common/persistence/AbstractTxtSolutionImporter.java b/optaplanner-examples/src/main/java/org/optaplanner/examples/common/persistence/AbstractTxtSolutionImporter.java
index <HASH>..<HASH> 100644
--- a/optaplanner-examples/src/main/java/org/optaplan... | vrp importer should support location names too | kiegroup_optaplanner | train |
f5e3416281b887f84324723d6f305564fcfcbb8c | diff --git a/lib/ssh.js b/lib/ssh.js
index <HASH>..<HASH> 100644
--- a/lib/ssh.js
+++ b/lib/ssh.js
@@ -1163,7 +1163,7 @@ SSH2Stream.prototype.openssh_directStreamLocal = function(chan, initWindow,
var pathlen = Buffer.byteLength(cfg.socketPath);
var p = 47;
- var buf = new Buffer(1 + 4 + 30 + 4 + 4 + 4 + 4 + p... | SSH2Stream: add missing field in OpenSSH unix socket connection request | mscdex_ssh2-streams | train |
7d9808870f16ebcae2a23714b985086b658e9d92 | diff --git a/evolutionary_search/__init__.py b/evolutionary_search/__init__.py
index <HASH>..<HASH> 100644
--- a/evolutionary_search/__init__.py
+++ b/evolutionary_search/__init__.py
@@ -263,7 +263,7 @@ class EvolutionaryAlgorithmSearchCV(BaseSearchCV):
gene_mutation_prob=0.1, gene_crossover_prob=0.5,... | fitparams needs to default to an empty dict, or else you will occasionally get a warning that **fit_params must be a mapping not NoneType. | rsteca_sklearn-deap | train |
3d045b5f1c4b9efc6b51b09afaf104a24e069a15 | diff --git a/blox/dom.py b/blox/dom.py
index <HASH>..<HASH> 100644
--- a/blox/dom.py
+++ b/blox/dom.py
@@ -21,6 +21,77 @@ OTHER DEALINGS IN THE SOFTWARE.
'''
from blox.base import Tag, NamedTag
+from blox.attributes import AbstractAttribute, Attribute, DirectAttribute, SetAttribute, BooleanAttribute
+
+from blox.bu... | Add dom tags that start with 'A' | timothycrosley_blox | train |
e4419fd3648f29ec2ad7def147d67d3acabef8c9 | diff --git a/alot/buffers.py b/alot/buffers.py
index <HASH>..<HASH> 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -40,7 +40,7 @@ class Buffer(object):
class BufferlistBuffer(Buffer):
- """selectable list of active buffers"""
+ """lists all active buffers"""
modename = 'bufferlist'
@@ -136,10... | nicer docstrings for buffers=modes | pazz_alot | train |
31ddb8355f7fe842f6f17ae8044bae3358f2c1a7 | diff --git a/lib/ChargeBee/Models/Addon.php b/lib/ChargeBee/Models/Addon.php
index <HASH>..<HASH> 100644
--- a/lib/ChargeBee/Models/Addon.php
+++ b/lib/ChargeBee/Models/Addon.php
@@ -11,6 +11,11 @@ class ChargeBee_Addon extends ChargeBee_Model
# OPERATIONS
#-----------
+ public static function create($params, ... | Support for creating plans & addons on the fly via API. | chargebee_chargebee-php | train |
1b39930dad85970079916bfaa8f960b9f90839a7 | diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/HttpKernel/Kernel.php
+++ b/src/Symfony/Component/HttpKernel/Kernel.php
@@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface... | bumped Symfony version to <I> | symfony_symfony | train |
b33cca664e9a56bd5055ae3675c9abcb1539add2 | diff --git a/lib/eckey.js b/lib/eckey.js
index <HASH>..<HASH> 100644
--- a/lib/eckey.js
+++ b/lib/eckey.js
@@ -1,4 +1,6 @@
-var ECPointFp = require('ecurve').ECPointFp;
+var ecurve = require('ecurve')
+var ECPointFp = ecurve.ECPointFp
+var ecparams = ecurve.getECParams('secp256k1')
var BigInteger = require('bigi');
... | tests passing with new ecurve | cryptocoinjs_eckey | train |
8f509269a80d413fa0151b5cffbfdd21b82bc33c | diff --git a/Helper/ConfigurationHelper.php b/Helper/ConfigurationHelper.php
index <HASH>..<HASH> 100644
--- a/Helper/ConfigurationHelper.php
+++ b/Helper/ConfigurationHelper.php
@@ -48,10 +48,9 @@ final class ConfigurationHelper
* @param string $name
* @param string[] $signatureAlgorithms... | Loading is done by the serializers, not the loader | web-token_jwt-bundle | train |
b698347abb38fbbd70986b15612c1c103e334bb9 | diff --git a/worker/firewaller/firewaller.go b/worker/firewaller/firewaller.go
index <HASH>..<HASH> 100644
--- a/worker/firewaller/firewaller.go
+++ b/worker/firewaller/firewaller.go
@@ -429,11 +429,9 @@ func (fw *Firewaller) startUnit(unit *firewaller.Unit, machineTag names.MachineT
if err != nil {
return err
}... | Removes superfluous error check from firewaller worker. | juju_juju | train |
8d8e23bb935b103b28c18c32bfb24f4ad0ac1e0a | diff --git a/arviz/plots/rankplot.py b/arviz/plots/rankplot.py
index <HASH>..<HASH> 100644
--- a/arviz/plots/rankplot.py
+++ b/arviz/plots/rankplot.py
@@ -52,26 +52,26 @@ def plot_rank(
Parameters
----------
data: obj
- Any object that can be converted to an az.InferenceData object. Refer to docum... | Added references - Plot rank (#<I>)
* Added references
* Fixed line length
* Fixed a word | arviz-devs_arviz | train |
6cee8536b7236550f983118e9d1c9a4aa79fa84d | diff --git a/docs/settings.rst b/docs/settings.rst
index <HASH>..<HASH> 100644
--- a/docs/settings.rst
+++ b/docs/settings.rst
@@ -268,15 +268,31 @@ JWT_REFRESH_TOKEN_COOKIE_NAME
JWT_COOKIE_SECURE
~~~~~~~~~~~~~~~~~
- Whether to use a secure cookie for the JWT cookie. If this is set to True, the cookie will be mark... | Added JWT_COOKIE_PATH and JWT_COOKIE_DOMAIN settings | flavors_django-graphql-jwt | train |
037bc34fa6d2fd63956d9bbc32d0f43fc37ad0d1 | diff --git a/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperationHandlers.java b/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperationHandlers.java
index <HASH>..<HASH> 100644
--- a/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperat... | AS7-<I> Pass locale to recursive description read ops | wildfly_wildfly | train |
56d2fec30d78be3f35de8d0e971542b9f20aeece | diff --git a/src/Illuminate/Database/Eloquent/Builder.php b/src/Illuminate/Database/Eloquent/Builder.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Eloquent/Builder.php
+++ b/src/Illuminate/Database/Eloquent/Builder.php
@@ -193,6 +193,10 @@ class Builder
return $this;
}
+ i... | [7.x] Cast primary key to string when $keyType is string (#<I>)
* Cast primary key to string when $keyType is string
* fix test
* fix remaining tests | laravel_framework | train |
a9f8e6540e0b653a9d4e7e8ffdd8afeca963dffb | diff --git a/src/v1/Taxonomy.js b/src/v1/Taxonomy.js
index <HASH>..<HASH> 100644
--- a/src/v1/Taxonomy.js
+++ b/src/v1/Taxonomy.js
@@ -135,10 +135,12 @@ class Taxonomy {
/* Convinience method to create taxonomies. Since taxonomies are reliying on a 'strict' parent child relation ship. We have to ensure
that t... | Create taxonomy method now handles names as string or object. | ibm-wch_sample-wch-node-wrapper | train |
68030c74d76bc5b3ab4f4f2760eb037ef008255f | diff --git a/src/main/java/net/malisis/core/client/gui/component/interaction/UIButton.java b/src/main/java/net/malisis/core/client/gui/component/interaction/UIButton.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/malisis/core/client/gui/component/interaction/UIButton.java
+++ b/src/main/java/net/malisis/core/... | Add iconPressed and fix click sound | Ordinastie_MalisisCore | train |
3e44ff3f23812a50a7531403bd6e0e2c7f92a9e9 | diff --git a/controllers/socket/lobbyHandlers.go b/controllers/socket/lobbyHandlers.go
index <HASH>..<HASH> 100644
--- a/controllers/socket/lobbyHandlers.go
+++ b/controllers/socket/lobbyHandlers.go
@@ -79,7 +79,7 @@ func lobbyCreateHandler(so socketio.Socket) func(string) string {
}
lob := models.NewLobby(ma... | Use CreatedByID to store lobby leader. | TF2Stadium_Helen | train |
a235a25254bd6025a3391ab80a4dff0a8ec6fabe | diff --git a/src/BladeX.php b/src/BladeX.php
index <HASH>..<HASH> 100755
--- a/src/BladeX.php
+++ b/src/BladeX.php
@@ -2,6 +2,7 @@
namespace Spatie\BladeX;
+use InvalidArgumentException;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\View;
use Symfony\Component\Finder\SplFileInfo;
@@ -37,7 ... | Extended BladeX::components() to take an array of directories. | spatie_laravel-blade-x | train |
b6639504b66e63e74a43f76280a403fe78508261 | diff --git a/superset/connectors/druid/views.py b/superset/connectors/druid/views.py
index <HASH>..<HASH> 100644
--- a/superset/connectors/druid/views.py
+++ b/superset/connectors/druid/views.py
@@ -409,6 +409,9 @@ class Druid(BaseSupersetView):
if app.config["DRUID_IS_ACTIVE"]:
+
+ appbuilder.add_separator("So... | Removing some dividers to make header dropdown menus more consistent (#<I>)
* separators removed, "childs" changed to "children"
* changing `children` back to `childs`... it's baked in somewhere in Fab
* linting
* reverting changes to MenuObject
* adding separator above Druid menu items | apache_incubator-superset | train |
ac7f11cdde4ee1dc49467b2704ef0f9b2986bc1f | diff --git a/django_mysql/models.py b/django_mysql/models.py
index <HASH>..<HASH> 100644
--- a/django_mysql/models.py
+++ b/django_mysql/models.py
@@ -1,5 +1,6 @@
# -*- coding:utf-8 -*-
from copy import copy
+from subprocess import PIPE, Popen
import sys
from django.db import connections
@@ -11,7 +12,9 @@ from dj... | Add visual_explain() to queryset which passes its query down to pt-visual-explain | adamchainz_django-mysql | train |
239de967f52c8334ea04b628be3103ae243a1794 | diff --git a/tensorflow_probability/python/distributions/mvn_linear_operator.py b/tensorflow_probability/python/distributions/mvn_linear_operator.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/distributions/mvn_linear_operator.py
+++ b/tensorflow_probability/python/distributions/mvn_linear_operator.... | Simplify mvn linear operator mean method.
PiperOrigin-RevId: <I> | tensorflow_probability | train |
5a821bacf6d7f12f1427032c8bf48d1744a43f4a | diff --git a/src/main/java/com/hubspot/dropwizard/guicier/GuiceBundle.java b/src/main/java/com/hubspot/dropwizard/guicier/GuiceBundle.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/hubspot/dropwizard/guicier/GuiceBundle.java
+++ b/src/main/java/com/hubspot/dropwizard/guicier/GuiceBundle.java
@@ -98,6 +98,7 @@... | Update GuiceBundle.java | HubSpot_dropwizard-guicier | train |
d0ec676a025c94a860a7be505f14ac5f63d07480 | diff --git a/cfgrib/dataset.py b/cfgrib/dataset.py
index <HASH>..<HASH> 100644
--- a/cfgrib/dataset.py
+++ b/cfgrib/dataset.py
@@ -226,8 +226,9 @@ class OnDiskArray(object):
return array
-GRID_TYPES_COORD_VAR = ('regular_ll', 'regular_gg')
-GRID_TYPES_2D_AUX_COORD_VAR = ('lambert', 'albers')
+GRID_TYPES_DI... | Make more explicit what gridType we support. Ref: #<I>. | ecmwf_cfgrib | train |
765ee98150eb7c458f33b087bcdf53bee6f6bf77 | diff --git a/Configuration/TCA/tx_styleguide_ctrl_common.php b/Configuration/TCA/tx_styleguide_ctrl_common.php
index <HASH>..<HASH> 100644
--- a/Configuration/TCA/tx_styleguide_ctrl_common.php
+++ b/Configuration/TCA/tx_styleguide_ctrl_common.php
@@ -3,14 +3,14 @@
return [
'ctrl' => [
'title' => 'Form en... | [TASK] Simplify two field names | TYPO3_styleguide | train |
c67beac1208712575c96238e468b2e48faf5e687 | diff --git a/modules/@apostrophecms/image/index.js b/modules/@apostrophecms/image/index.js
index <HASH>..<HASH> 100644
--- a/modules/@apostrophecms/image/index.js
+++ b/modules/@apostrophecms/image/index.js
@@ -162,7 +162,7 @@ module.exports = {
if (!outputImage) {
continue;
}
-... | * Handle the case where the attachment was replaced with one that is not compatible with the crop (eventually we will want to work on more sophisticated invalidation of crops via backlinks, this isn't really enough but we're past what we had in 2.x)
* The aspect ratio to compare to is that of the previous crop, unless ... | apostrophecms_apostrophe | train |
7beeb5a0220260f1c0216a2c32da42a000143538 | diff --git a/lib/bitescript/builder.rb b/lib/bitescript/builder.rb
index <HASH>..<HASH> 100644
--- a/lib/bitescript/builder.rb
+++ b/lib/bitescript/builder.rb
@@ -232,7 +232,7 @@ module BiteScript
flags = Opcodes::ACC_INTERFACE | Opcodes::ACC_ABSTRACT
end
- @class_writer = ClassWriter.new(ClassWr... | Ask ASM to compute frames too. | headius_bitescript | train |
b2d8cd6ce59c8dc46a3c2d0383e52ea295fc3141 | diff --git a/app/actors/hyrax/actors/interpret_visibility_actor.rb b/app/actors/hyrax/actors/interpret_visibility_actor.rb
index <HASH>..<HASH> 100644
--- a/app/actors/hyrax/actors/interpret_visibility_actor.rb
+++ b/app/actors/hyrax/actors/interpret_visibility_actor.rb
@@ -203,12 +203,20 @@ module Hyrax
def a... | allow embargo and lease works to be updated | samvera_hyrax | train |
51df50e762f834847f81521303a624235f4a713c | diff --git a/lib/conjure/docker/host.rb b/lib/conjure/docker/host.rb
index <HASH>..<HASH> 100644
--- a/lib/conjure/docker/host.rb
+++ b/lib/conjure/docker/host.rb
@@ -19,8 +19,14 @@ module Conjure
end
def start(image_name, daemon_command, options = {})
+ container_name = options[:name]
a... | Don’t start containers if already running | brianauton_conjure | train |
6bc24ac7b6b3d8d870b3a78391d4c7b0b2809ea2 | diff --git a/lib/amq/protocol/frame.rb b/lib/amq/protocol/frame.rb
index <HASH>..<HASH> 100644
--- a/lib/amq/protocol/frame.rb
+++ b/lib/amq/protocol/frame.rb
@@ -38,10 +38,8 @@ module AMQ
data = readable.read(size + 1)
payload, frame_end = data[0..-2], data[-1]
raise RuntimeError.new("Frame ... | Hide size, we shall count it dynamically, hence we
won't have problems with changing payload later etc. | ruby-amqp_amq-protocol | train |
8ebf7d99061399ea11ae94d0bd2254911e142687 | diff --git a/presto-tests/src/test/java/com/facebook/presto/execution/TestQueues.java b/presto-tests/src/test/java/com/facebook/presto/execution/TestQueues.java
index <HASH>..<HASH> 100644
--- a/presto-tests/src/test/java/com/facebook/presto/execution/TestQueues.java
+++ b/presto-tests/src/test/java/com/facebook/presto... | Enabling flaky TestQueues test
We fixed the test flakyness issue as part of this presto/pull/<I>
so enabling disabled flaky tests | prestodb_presto | train |
619ebb8bde02365c391d9e2a7ced35eb3335af98 | diff --git a/src/python/dxpy/__init__.py b/src/python/dxpy/__init__.py
index <HASH>..<HASH> 100644
--- a/src/python/dxpy/__init__.py
+++ b/src/python/dxpy/__init__.py
@@ -297,10 +297,9 @@ def DXHTTPRequest(resource, data, method='POST', headers=None, auth=True, timeou
pass
_UPGRADE... | Accept all HTTP status codes in the <I> series as OK | dnanexus_dx-toolkit | train |
30c73b8a2bf1e84fe3977c061abd138493270d03 | diff --git a/asteval/asteval.py b/asteval/asteval.py
index <HASH>..<HASH> 100644
--- a/asteval/asteval.py
+++ b/asteval/asteval.py
@@ -14,6 +14,7 @@ from __future__ import division, print_function
from sys import exc_info, stdout, stderr, version_info
import ast
import math
+from time import time
from .astutils i... | Execution time limit
- Added simple execution time limit | newville_asteval | train |
5da093c86d72dcb24bee38b1fb72de93f62cb179 | diff --git a/cmd/tsr/suite_test.go b/cmd/tsr/suite_test.go
index <HASH>..<HASH> 100644
--- a/cmd/tsr/suite_test.go
+++ b/cmd/tsr/suite_test.go
@@ -6,6 +6,7 @@ package main
import (
"github.com/globocom/config"
+ "github.com/globocom/tsuru/db"
"launchpad.net/gocheck"
"testing"
)
@@ -19,3 +20,10 @@ func Test(t ... | cmd/tsr/test: delete database on TearDownSuite | tsuru_tsuru | train |
b8fa33f61087eefdbb38252c3b203901b0e005de | diff --git a/src/Illuminate/Exception/Handler.php b/src/Illuminate/Exception/Handler.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Exception/Handler.php
+++ b/src/Illuminate/Exception/Handler.php
@@ -56,12 +56,22 @@ class Handler {
$code = 500;
}
- $response = $handler($exception, $code, $fromConsol... | Run exception handlers in a try / catch to avoid WSOD. | laravel_framework | train |
3786334ccd1a883ac00cb4dd7c9ec33b58160a39 | diff --git a/lib/Doctrine/SkeletonMapper/Collections/PersistentCollection.php b/lib/Doctrine/SkeletonMapper/Collections/PersistentCollection.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/SkeletonMapper/Collections/PersistentCollection.php
+++ b/lib/Doctrine/SkeletonMapper/Collections/PersistentCollection.php
@@ -8... | Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on <URL> | doctrine_skeleton-mapper | train |
bd7f81dd23e4164148fbae5283bf396831f28290 | diff --git a/lib/haml/util.rb b/lib/haml/util.rb
index <HASH>..<HASH> 100644
--- a/lib/haml/util.rb
+++ b/lib/haml/util.rb
@@ -15,7 +15,7 @@ module Haml
# @param file [String] The filename relative to the Haml root
# @return [String] The filename relative to the the working directory
def scope(file)
- ... | [Haml] Don't use File.expand_path in Util.scope.
This dies when there are symbolic links involved. | sass_ruby-sass | train |
9251e1324eafb2bbc6089501daede6ade04bb1a5 | diff --git a/src/sap.m/src/sap/m/TitleAlignmentMixin.js b/src/sap.m/src/sap/m/TitleAlignmentMixin.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/TitleAlignmentMixin.js
+++ b/src/sap.m/src/sap/m/TitleAlignmentMixin.js
@@ -37,6 +37,9 @@ function(
*/
var _setupBarTitleAlignment = function (oBar, sKey) {
... | [FIX] Multiple controls: titleAlignment now handles missing _oTitleAlignmentBarInstance
Change-Id: I<I>cd<I>ebf<I>e<I>cffa<I>dea<I>a1d<I>ec8
BCP: <I> | SAP_openui5 | train |
87a00eb226ebd27d86c067fa24e25fb16627f59d | diff --git a/lib/Enlighten.php b/lib/Enlighten.php
index <HASH>..<HASH> 100644
--- a/lib/Enlighten.php
+++ b/lib/Enlighten.php
@@ -5,6 +5,7 @@ namespace Enlighten;
use Enlighten\Http\Request;
use Enlighten\Http\Response;
use Enlighten\Http\ResponseCode;
+use Enlighten\Routing\Route;
use Enlighten\Routing\Router;
... | Routing: Implement route dispatching across the board | roydejong_Enlighten | train |
86f93b6b8654d98ac7b427b6c0391a9e4ed0ecb3 | diff --git a/src/Queries/Mysql/Select.php b/src/Queries/Mysql/Select.php
index <HASH>..<HASH> 100644
--- a/src/Queries/Mysql/Select.php
+++ b/src/Queries/Mysql/Select.php
@@ -78,13 +78,25 @@ class Select extends BaseQuery
*/
public function relatedWith(RowInterface $row, $through = null)
{
+ $ent... | improved many-to-many selections | oscarotero_simple-crud | train |
ccf235e473cd8f8c3d2b30ed82297ddee23b2a2e | diff --git a/libraries/commerce/cart/actions/addProductsToCart.js b/libraries/commerce/cart/actions/addProductsToCart.js
index <HASH>..<HASH> 100644
--- a/libraries/commerce/cart/actions/addProductsToCart.js
+++ b/libraries/commerce/cart/actions/addProductsToCart.js
@@ -15,10 +15,12 @@ import { messagesHaveErrors } fro... | CCP-<I>: Improved cartProductPendingCount
- it's now reflects the correct quantities of the products that are supposed to be added to the cart | shopgate_pwa | train |
83340225d5e809ea3d099c09d910cf1e930d6e9d | diff --git a/lib/conject/version.rb b/lib/conject/version.rb
index <HASH>..<HASH> 100644
--- a/lib/conject/version.rb
+++ b/lib/conject/version.rb
@@ -1,3 +1,3 @@
module Conject
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end | Version <I> includes canonical private accessors for module-scoped object dependencies. | dcrosby42_conject | train |
33ad6d801ac9fd2a1a8acd8afa58d55ddd62767d | diff --git a/anycast_healthchecker/main.py b/anycast_healthchecker/main.py
index <HASH>..<HASH> 100644
--- a/anycast_healthchecker/main.py
+++ b/anycast_healthchecker/main.py
@@ -120,6 +120,9 @@ def main():
print("Cleaning stale pid file, past pid:{}".format(pid))
os.unlink(args.pidfil... | exit if we can't write to bird configuration file | unixsurfer_anycast_healthchecker | train |
8268b176d25452343973c40e7784b5d7a53b624d | diff --git a/src/helper/jsonify/jsonify.js b/src/helper/jsonify/jsonify.js
index <HASH>..<HASH> 100644
--- a/src/helper/jsonify/jsonify.js
+++ b/src/helper/jsonify/jsonify.js
@@ -13,11 +13,17 @@ module.exports = function(Velocity, utils, BLOCK_TYPES){
utils.forEach(ast.path, function(a){
+ var isIgnore = ... | slice get for method getXXX | shepherdwind_velocity.js | train |
ab92a241a89535b9b688b57cf0d79f122c10be5d | diff --git a/revisioner.js b/revisioner.js
index <HASH>..<HASH> 100644
--- a/revisioner.js
+++ b/revisioner.js
@@ -393,7 +393,7 @@ var Revisioner = (function () {
*/
Revisioner.prototype.shouldFileBeRenamed = function (file) {
- var filename = this.Tool.get_relative_path(file.base, file.path);
+ ... | Use the original file path when using should* regular expressions | smysnk_gulp-rev-all | train |
9110f12a3ece9d4f997255e545279a1c4f2dab14 | diff --git a/commerce-api/src/main/java/com/liferay/commerce/payment/engine/CommercePaymentEngine.java b/commerce-api/src/main/java/com/liferay/commerce/payment/engine/CommercePaymentEngine.java
index <HASH>..<HASH> 100644
--- a/commerce-api/src/main/java/com/liferay/commerce/payment/engine/CommercePaymentEngine.java
+... | COMMERCE-<I> new method for retrieving payment method image | liferay_com-liferay-commerce | train |
aec5074f3d5c33e63e440e9e383dd16b9f097e68 | diff --git a/client.go b/client.go
index <HASH>..<HASH> 100644
--- a/client.go
+++ b/client.go
@@ -291,6 +291,22 @@ func (me *Client) initiateConn(peer Peer, torrent *torrent) {
}()
}
+func (cl *Client) incomingPeerPort() int {
+ if cl.Listener == nil {
+ return 0
+ }
+ _, p, err := net.SplitHostPort(cl.Listener.... | Add support for extended handshake "v", "reqq", and "p" fields | anacrolix_torrent | train |
c58e80497059c5ddedbee42f11cab432a3608f65 | diff --git a/galpy/orbit_src/Orbit.py b/galpy/orbit_src/Orbit.py
index <HASH>..<HASH> 100644
--- a/galpy/orbit_src/Orbit.py
+++ b/galpy/orbit_src/Orbit.py
@@ -614,7 +614,7 @@ class Orbit:
"""
self._orb._setupaA(pot=pot,**kwargs)
- return self._orb._aA(self)[0][0]
+ return self._orb._aA... | fix orbit interface to radial and vertical action | jobovy_galpy | train |
f3bdbae01b62d5e43b2b4002739c0ac5432916d2 | diff --git a/Controller/Front/AbstractFrontController.php b/Controller/Front/AbstractFrontController.php
index <HASH>..<HASH> 100755
--- a/Controller/Front/AbstractFrontController.php
+++ b/Controller/Front/AbstractFrontController.php
@@ -15,7 +15,7 @@ use WellCommerce\Bundle\CatalogBundle\Storage\CategoryStorageInterf... | Moved ProducerBundle to CatalogBundle | WellCommerce_CouponBundle | train |
ed8131f4be61c5290b421e5cd857e68fb13ff6a6 | diff --git a/src/org/opencms/file/CmsProject.java b/src/org/opencms/file/CmsProject.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/file/CmsProject.java
+++ b/src/org/opencms/file/CmsProject.java
@@ -466,6 +466,16 @@ public class CmsProject implements Cloneable, Comparable<CmsProject> {
}
/**
+ *... | Added a filtering function for the workplace project selector which
filters out workflow projects. | alkacon_opencms-core | train |
089a179553a7795d882fa9cfcc9abedeca82b606 | diff --git a/tools/cocopy/cocopy/lib/compiler.py b/tools/cocopy/cocopy/lib/compiler.py
index <HASH>..<HASH> 100644
--- a/tools/cocopy/cocopy/lib/compiler.py
+++ b/tools/cocopy/cocopy/lib/compiler.py
@@ -356,8 +356,8 @@ class Transformer:
# Generate the argument list, visit the body, and then return the A... | Mark class __init__ methods as ctors | pulumi_pulumi | train |
03431b412607996846a7256ef45829a8682b1a1a | diff --git a/deep-aerospike/src/main/java/com/stratio/deep/aerospike/utils/UtilAerospike.java b/deep-aerospike/src/main/java/com/stratio/deep/aerospike/utils/UtilAerospike.java
index <HASH>..<HASH> 100644
--- a/deep-aerospike/src/main/java/com/stratio/deep/aerospike/utils/UtilAerospike.java
+++ b/deep-aerospike/src/mai... | Small change for getting namespace on UtilAerospike. | Stratio_deep-spark | train |
9c0acab83900d0b40b1f624e6069e663a77479b3 | diff --git a/flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java b/flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java
index <HASH>..<HASH> 100644
--- a/flink-java/src/main/java/org/apache/flink/api/java/ExecutionEnvironment.java
+++ b/flink-java/src/main/java/org/apach... | [FLINK-<I>][javadoc] Fix character set in readTextFile* methods | apache_flink | train |
8d08503dc0d3bcda110338c8e7b13448a4a74c5a | diff --git a/snapshot/lib/snapshot/reports_generator.rb b/snapshot/lib/snapshot/reports_generator.rb
index <HASH>..<HASH> 100644
--- a/snapshot/lib/snapshot/reports_generator.rb
+++ b/snapshot/lib/snapshot/reports_generator.rb
@@ -53,6 +53,7 @@ module Snapshot
'iPhone6' => "iPhone6 (4.7-Inch)",
'iPhon... | snapshot support for iPhone SE (#<I>) | fastlane_fastlane | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.