hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
26d3ba698e41beb260c54d9f6491f435295af692 | diff --git a/framework/i18n/I18N.php b/framework/i18n/I18N.php
index <HASH>..<HASH> 100644
--- a/framework/i18n/I18N.php
+++ b/framework/i18n/I18N.php
@@ -31,18 +31,18 @@ class I18N extends Component
* category patterns, and the array values are the corresponding [[MessageSource]] objects or the configurations
... | Cosmetic changes in DocBlocks (#<I>) [skip ci] | yiisoft_yii-core | train | php |
a75f0f241be48cb90ac6178662f3de54cf5b1ce9 | diff --git a/tensorflow_probability/python/experimental/distribute/sharded.py b/tensorflow_probability/python/experimental/distribute/sharded.py
index <HASH>..<HASH> 100644
--- a/tensorflow_probability/python/experimental/distribute/sharded.py
+++ b/tensorflow_probability/python/experimental/distribute/sharded.py
@@ -1... | Plumb-through the default event bijector in tfp_dist.Sharded.
PiperOrigin-RevId: <I> | tensorflow_probability | train | py |
d247d390874396c97079926c960347b8813f5ff5 | diff --git a/MRS/analysis.py b/MRS/analysis.py
index <HASH>..<HASH> 100644
--- a/MRS/analysis.py
+++ b/MRS/analysis.py
@@ -135,7 +135,7 @@ def coil_combine(data, w_idx=[1,2,3], coil_dim=2, sampling_rate=5000.):
bounds = [(None,None),
(0,None),
(0,None),
- (-np.pi/2, np.pi... | Not good to enforce positivity for the coil-combination.
That kinda makes sense, actually. | cni_MRS | train | py |
5b17a198d97b6bbc361e6c8305ce01bd2c7abef0 | diff --git a/Slim/Http/Util.php b/Slim/Http/Util.php
index <HASH>..<HASH> 100644
--- a/Slim/Http/Util.php
+++ b/Slim/Http/Util.php
@@ -174,6 +174,32 @@ class Util
}
/**
+ * Serialize Response cookies into raw HTTP header
+ * @param \Slim\Http\Headers $headers The Response headers
+ * @param \S... | Add method to Slim\Http\Util to serialize cookies into headers | slimphp_Slim | train | php |
be13d566608475ed138f90cdddb153894cbe47a2 | diff --git a/spotify/sync/sync.py b/spotify/sync/sync.py
index <HASH>..<HASH> 100644
--- a/spotify/sync/sync.py
+++ b/spotify/sync/sync.py
@@ -20,7 +20,7 @@ class SyncExecution(threading.Thread):
self.running = True
self.in_queue.put(coro)
- while True:
+ while self.running:
... | run_coro execution loop depends on sync execution state | mental32_spotify.py | train | py |
6bde6dc22713bac43ed7a02c3939bfd257718fc0 | diff --git a/lib/namespace.rb b/lib/namespace.rb
index <HASH>..<HASH> 100644
--- a/lib/namespace.rb
+++ b/lib/namespace.rb
@@ -64,6 +64,14 @@ module Atomy
nil
end
+ def top_down(&blk)
+ yield @name
+ @using.each do |u|
+ Atomy::Namespace.get(u).top_down(&blk)
+ end
+ nil
+ ... | add Namespace#top_down, which recursively yields the names of the namespaces it
uses (depth-first) | vito_atomy | train | rb |
f2f3891ef2014dfa5ae81988fdcd0e7dfe645b1b | diff --git a/lib/knapsack_pro/tracker.rb b/lib/knapsack_pro/tracker.rb
index <HASH>..<HASH> 100644
--- a/lib/knapsack_pro/tracker.rb
+++ b/lib/knapsack_pro/tracker.rb
@@ -90,11 +90,7 @@ module KnapsackPro
end
def now_without_mock_time
- if defined?(Timecop)
- Time.now_without_mock_time
- el... | Use Process.clock_gettime to measure track execution time | KnapsackPro_knapsack_pro-ruby | train | rb |
f6f8af3899fa6d7ec6ee09e1796d16150b53b507 | diff --git a/Loader/ComboLoader.php b/Loader/ComboLoader.php
index <HASH>..<HASH> 100644
--- a/Loader/ComboLoader.php
+++ b/Loader/ComboLoader.php
@@ -221,7 +221,7 @@ class ComboLoader implements Loader
private function sanitizeFilenames(array $files, $version)
{
$filesWithoutVersion = array_map(func... | EZEE-<I>: Supplement for #<I> (#<I>) | ezsystems_PlatformUIBundle | train | php |
7d4a39e08814458721d89836abc8b309a55bd148 | diff --git a/pyqode/cobol/widgets/code_edit.py b/pyqode/cobol/widgets/code_edit.py
index <HASH>..<HASH> 100644
--- a/pyqode/cobol/widgets/code_edit.py
+++ b/pyqode/cobol/widgets/code_edit.py
@@ -5,7 +5,7 @@ import mimetypes
import os
import sys
from pyqode.core import api, panels, modes
-from pyqode.core.backend imp... | Use NotRunning instead of NotConnected | pyQode_pyqode.cobol | train | py |
1e0d47b5440718ad069b88e4fea87caf5e6a5b69 | diff --git a/JSAT/test/jsat/math/optimization/BFGSTest.java b/JSAT/test/jsat/math/optimization/BFGSTest.java
index <HASH>..<HASH> 100644
--- a/JSAT/test/jsat/math/optimization/BFGSTest.java
+++ b/JSAT/test/jsat/math/optimization/BFGSTest.java
@@ -52,7 +52,7 @@ public class BFGSTest
Random rand = new Random();
... | Make same change as already in LBFGS test so that initial guess should lead us to the global minimum instead of the local one | EdwardRaff_JSAT | train | java |
72ae0e00fc5cbedb0fb516fd47571a5409b1508e | diff --git a/jquery.peity.js b/jquery.peity.js
index <HASH>..<HASH> 100644
--- a/jquery.peity.js
+++ b/jquery.peity.js
@@ -78,7 +78,7 @@
return this.$svg
.empty()
- .data('peity', this)
+ .data('_peity', this)
.attr({
height: height,
width: width | Fix reference to the Peity chart object from its <svg>. | benpickles_peity | train | js |
586545e86281c4eb01acd269faf88c7b935f4cec | diff --git a/src/de/mrapp/android/validation/AbstractValidateableView.java b/src/de/mrapp/android/validation/AbstractValidateableView.java
index <HASH>..<HASH> 100644
--- a/src/de/mrapp/android/validation/AbstractValidateableView.java
+++ b/src/de/mrapp/android/validation/AbstractValidateableView.java
@@ -733,6 +733,11... | Added a method, which allows to remove all validators from a view. | michael-rapp_AndroidMaterialValidation | train | java,java |
af89c58696580ee26ffbd99ab9a3747fba937e35 | diff --git a/actionpack/lib/action_view/template.rb b/actionpack/lib/action_view/template.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/template.rb
+++ b/actionpack/lib/action_view/template.rb
@@ -18,7 +18,7 @@ module ActionView
attr_reader :source, :identifier, :handler, :virtual_path, :format... | Use a constant proc to generate ActionView::Template finalizers. For some strange reason, finalizers created via ActionView::Template.finalizer_for cause Template instances to leak on MRI. | rails_rails | train | rb |
ef5b9067b546a4423248bb68a43535130b8cf42b | diff --git a/pyfolio/utils.py b/pyfolio/utils.py
index <HASH>..<HASH> 100644
--- a/pyfolio/utils.py
+++ b/pyfolio/utils.py
@@ -224,7 +224,7 @@ def load_portfolio_risk_factors(filepath_prefix=None, start=None, end=None):
filepath = filepath_prefix
# Is cache recent enough?
- if pd.to_datetime(getmtime... | BUG Make dt comparison tz aware. | quantopian_pyfolio | train | py |
c245397ee7a31a9b2078db5254cd6c6f13b8fe96 | diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php
index <HASH>..<HASH> 100644
--- a/resources/lang/id-ID/cachet.php
+++ b/resources/lang/id-ID/cachet.php
@@ -33,6 +33,7 @@ return [
'scheduled' => 'Jadwal Pemeliharaan',
'scheduled_at' => ', dijadwalkan pada :timestamp',
... | New translations cachet.php (Indonesian) | CachetHQ_Cachet | train | php |
80479fd54f7f20249c79ab66fef7ba0061c994c9 | diff --git a/tests/test_buku.py b/tests/test_buku.py
index <HASH>..<HASH> 100644
--- a/tests/test_buku.py
+++ b/tests/test_buku.py
@@ -3,6 +3,7 @@ from itertools import product
from unittest import mock
from urllib.parse import urlparse
import json
+import logging
import os
import signal
import sys
@@ -726,7 +727... | chg: dev: only inform about popen for now | jarun_Buku | train | py |
68bf5e2fb8df41fb21ca5560b5a4e8773db82ec0 | diff --git a/src/System.php b/src/System.php
index <HASH>..<HASH> 100644
--- a/src/System.php
+++ b/src/System.php
@@ -107,7 +107,7 @@ class System
require_once('include/utils/layout_utils.php');
$GLOBALS['mod_strings'] = return_module_language($currentLanguage, 'Administration');
$repair = n... | Removed useless call in quick repair + solved the bug with the api cache not cleared | inetprocess_libsugarcrm | train | php |
823aa223efbac6ad4d31ea33402892267bb77cb4 | diff --git a/actionpack/lib/action_view/helpers/cache_helper.rb b/actionpack/lib/action_view/helpers/cache_helper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_view/helpers/cache_helper.rb
+++ b/actionpack/lib/action_view/helpers/cache_helper.rb
@@ -51,7 +51,9 @@ module ActionView
# This dance i... | Fragment caching needs to operate on the pure output, not the
safebuffer. | rails_rails | train | rb |
a15e2423001b4ee96a4a4c603d07986a3005fa29 | diff --git a/src/main/java/com/coveros/selenified/Selenified.java b/src/main/java/com/coveros/selenified/Selenified.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/coveros/selenified/Selenified.java
+++ b/src/main/java/com/coveros/selenified/Selenified.java
@@ -566,11 +566,7 @@ public class Selenified {
... | Fixing issue with Selenified properties | Coveros_selenified | train | java |
514c0e89f6a1fc326582deb1a6af48d65f81f8b5 | diff --git a/lib/typhoid/queued_request.rb b/lib/typhoid/queued_request.rb
index <HASH>..<HASH> 100644
--- a/lib/typhoid/queued_request.rb
+++ b/lib/typhoid/queued_request.rb
@@ -8,11 +8,11 @@ module Typhoid
self.request = Request.new(req.request_uri, req.options)
self.klass = req.klass
self.target... | don't use self unless necessary | sportngin_typhoid | train | rb |
27357a9691edef8e852b92aae46340e328c97284 | diff --git a/paxtools-console/src/main/java/org/biopax/paxtools/PaxtoolsMain.java b/paxtools-console/src/main/java/org/biopax/paxtools/PaxtoolsMain.java
index <HASH>..<HASH> 100644
--- a/paxtools-console/src/main/java/org/biopax/paxtools/PaxtoolsMain.java
+++ b/paxtools-console/src/main/java/org/biopax/paxtools/Paxtool... | Fix: the lats optional parameter in the toGSEA command was in fact a must have. | BioPAX_Paxtools | train | java |
f4f7eca7ca34b3017684817d6d1b50dab87a7c34 | diff --git a/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java b/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java
index <HASH>..<HASH> 100644
--- a/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnection.java
+++ b/smack-core/src/main/java/org/jivesoftware/smack/XMPPConnectio... | Shutdown listenerExecutor to prevent the Thread from leaking
listenerExecutor needs to get shutdown once it is no longer required.
SMACK-<I> | igniterealtime_Smack | train | java |
cba0383c15b3124e7b2393142c85b68da1250c78 | diff --git a/src/widgets/SidebarMenu.php b/src/widgets/SidebarMenu.php
index <HASH>..<HASH> 100644
--- a/src/widgets/SidebarMenu.php
+++ b/src/widgets/SidebarMenu.php
@@ -19,7 +19,7 @@ class SidebarMenu extends \hiqdev\yii2\menus\widgets\Menu
/**
* {@inheritdoc}
*/
- public $linkTemplate = '<a href=... | added link options attribute to sidebar menu (#9)
* added link options attribute to sidebar menu
* minor | hiqdev_yii2-theme-adminlte | train | php |
d0b48fd6fbbe141f9872c5c1686a27b8e84c75c8 | diff --git a/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java b/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java
index <HASH>..<HASH> 100644
--- a/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java
+++ b/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApi... | fix: not removing issue from message by default | tomasbjerre_git-changelog-lib | train | java |
c64eeb039f5c28a95d9cfbfadc78979804d21bcf | diff --git a/lib/ArangoDBClient/ConnectionOptions.php b/lib/ArangoDBClient/ConnectionOptions.php
index <HASH>..<HASH> 100644
--- a/lib/ArangoDBClient/ConnectionOptions.php
+++ b/lib/ArangoDBClient/ConnectionOptions.php
@@ -375,6 +375,7 @@ class ConnectionOptions implements \ArrayAccess
if (isset($this->_va... | Fixed issue when multiple calls to validate method triggers "must not specify both host and endpoint" exception | arangodb_arangodb-php | train | php |
7a1e1e964ddb400fc28358650dc90efa743e2b15 | diff --git a/src/server/worker/master.go b/src/server/worker/master.go
index <HASH>..<HASH> 100644
--- a/src/server/worker/master.go
+++ b/src/server/worker/master.go
@@ -868,12 +868,17 @@ func (a *APIServer) receiveSpout(ctx context.Context, logger *taggedLogger) (ret
retErr = err
}
}()
+ hasFile ... | don't make empty commits when spouting | pachyderm_pachyderm | train | go |
4c3e7a77a41e8f476d71f471ea1893eb430b335c | diff --git a/cheetah_lint/flake.py b/cheetah_lint/flake.py
index <HASH>..<HASH> 100644
--- a/cheetah_lint/flake.py
+++ b/cheetah_lint/flake.py
@@ -323,10 +323,18 @@ def check_indentation(cheetah_by_line_no):
return tuple(errors)
+def check_empty(cheetah_by_line_no):
+ if not ''.join(cheetah_by_line_no).stri... | Make the trivial template an error. Resolves Yelp/yelp_cheetah#<I> | asottile_cheetah_lint | train | py,py |
9a77742f365a3db99ced39fa68231f25467362ba | diff --git a/test/parser_test.rb b/test/parser_test.rb
index <HASH>..<HASH> 100644
--- a/test/parser_test.rb
+++ b/test/parser_test.rb
@@ -85,6 +85,15 @@ module Haml
end
end
+ test "case with indented whens should allow else" do
+ begin
+ parse "- foo = 1\n-case foo\n -when 1\n A\n -el... | Add test for case with indented when clauses
Case statements where the subsequent when clauses are indented and
which have a trailing else cause a Haml::SyntaxError.
Add test to expose this. | haml_haml | train | rb |
e70c0f066308360ba0a0984e3157db0873311309 | diff --git a/spec/simple_matchers.rb b/spec/simple_matchers.rb
index <HASH>..<HASH> 100644
--- a/spec/simple_matchers.rb
+++ b/spec/simple_matchers.rb
@@ -26,3 +26,19 @@ def include_hash(hash)
given.merge(hash) == given
end
end
+
+def memory_usage
+ GC.start # Garbage collect
+ `ps -o rss= -p #{$$}`.strip.to... | Added simple matcher (currently unused) for observing memory leaks | markevans_dragonfly | train | rb |
d590ef275cbb0e611e6f2dd0c8f2e8db04ed887f | diff --git a/src/Symfony/Component/Workflow/Tests/RegistryTest.php b/src/Symfony/Component/Workflow/Tests/RegistryTest.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Workflow/Tests/RegistryTest.php
+++ b/src/Symfony/Component/Workflow/Tests/RegistryTest.php
@@ -35,7 +35,13 @@ class RegistryTest extends Tes... | [Workflow] Avoid risky tests | symfony_symfony | train | php |
aebce79a0596ded2f7e751d2b30add82d9533708 | diff --git a/json2html/jsonconv.py b/json2html/jsonconv.py
index <HASH>..<HASH> 100644
--- a/json2html/jsonconv.py
+++ b/json2html/jsonconv.py
@@ -118,7 +118,7 @@ class JSON:
for k,v in ordered_json.iteritems():
convertedOutput = convertedOutput + '<tr>'
- convertedOutput = convertedOutput + '<th>'+ str(k) +... | fix of issue #<I>
prevents UnicodeEncodeError when a json-key contains non-ascii characters | softvar_json2html | train | py |
5620e3bee50e0eb040baf161a300400ba90395b3 | diff --git a/src/libs/Cron.php b/src/libs/Cron.php
index <HASH>..<HASH> 100644
--- a/src/libs/Cron.php
+++ b/src/libs/Cron.php
@@ -73,7 +73,10 @@ class Cron
ob_start();
- $controllerObj = new $controller( $app );
+ $controllerObj = new $controller;
+
+ i... | use new way to inject app into controllers | infusephp_cron | train | php |
2a1578665f7932fce470636a076714c949fbc9d0 | diff --git a/lib/harvest/time_entry.rb b/lib/harvest/time_entry.rb
index <HASH>..<HASH> 100644
--- a/lib/harvest/time_entry.rb
+++ b/lib/harvest/time_entry.rb
@@ -17,6 +17,7 @@ module Harvest
element :created_at, Time
element :updated_at, Time
element :user_id, Integer
+ element :of_user, Integer
... | Added of_user element to time_entry and added it to the to_xml function | zmoazeni_harvested | train | rb |
59793835cd50b85e1cbc9ee7aa5f4f23b7805fdb | diff --git a/src/Window.js b/src/Window.js
index <HASH>..<HASH> 100644
--- a/src/Window.js
+++ b/src/Window.js
@@ -1438,5 +1438,6 @@ global.onexit = () => {
}
AudioContext.Destroy();
+ nativeWindow.destroyThreadPool();
};
// global.setImmediate = undefined; // need this for the TLS implementation | Call native window destroy thread pool on exit | exokitxr_exokit | train | js |
587f0e88e4307ca2d5f3d2bea5a524a015fac686 | diff --git a/share/examples/plugins/templates/hooks.py b/share/examples/plugins/templates/hooks.py
index <HASH>..<HASH> 100755
--- a/share/examples/plugins/templates/hooks.py
+++ b/share/examples/plugins/templates/hooks.py
@@ -43,10 +43,10 @@ def post_init(setup_config):
# Example 2: initiate observer execution st... | fix(plugin template): fix imports
those were accidently introduced by a automatic find-replace for gtkmvc | DLR-RM_RAFCON | train | py |
dbbd25953eb4fcd2dc3dd26929652fdfd7bc4de1 | diff --git a/src/main/java/hex/deeplearning/DeepLearning.java b/src/main/java/hex/deeplearning/DeepLearning.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hex/deeplearning/DeepLearning.java
+++ b/src/main/java/hex/deeplearning/DeepLearning.java
@@ -248,6 +248,7 @@ public class DeepLearning extends Job.ValidatedJo... | Allow change in whether to shuffle training data after checkpoint restart. | h2oai_h2o-2 | train | java |
2f9a1f1d9962c23ab4d99e57c9ca9a095bee785b | diff --git a/eZ/Bundle/EzPublishDebugBundle/Collector/PersistenceCacheCollector.php b/eZ/Bundle/EzPublishDebugBundle/Collector/PersistenceCacheCollector.php
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishDebugBundle/Collector/PersistenceCacheCollector.php
+++ b/eZ/Bundle/EzPublishDebugBundle/Collector/Persistence... | fixed annotation typo y the persistence cache collector file (#<I>) | ezsystems_ezpublish-kernel | train | php |
4b9e548dbfd061a86bce0856fb3d5d5259fa7a84 | diff --git a/alchemyjsonschema/dictify.py b/alchemyjsonschema/dictify.py
index <HASH>..<HASH> 100644
--- a/alchemyjsonschema/dictify.py
+++ b/alchemyjsonschema/dictify.py
@@ -125,12 +125,12 @@ def normalize(ob, schema, convert=normalize_of, getter=dict.get, registry=normal
convert = partial(convert, registry=regis... | fix bug on relatipnship list like property | podhmo_alchemyjsonschema | train | py |
a8988357c1382207bf15a95e9b6c9a0a3963a8f2 | diff --git a/spec/unit/type/file/mode_spec.rb b/spec/unit/type/file/mode_spec.rb
index <HASH>..<HASH> 100755
--- a/spec/unit/type/file/mode_spec.rb
+++ b/spec/unit/type/file/mode_spec.rb
@@ -192,4 +192,29 @@ describe Puppet::Type.type(:file).attrclass(:mode) do
(stat.mode & 0777).to_s(8).should == "644"
end... | (PUP-<I>) Add example to test for +X mode changes in file types.
Adding an example to test applying mode +X to files. For files, a mode
change of +X changes the requested executable bit only if there is
already an executable bit set in the permissions. | puppetlabs_puppet | train | rb |
4e730d7b99d9a82e200b2a960c8a9bcb5cb92cda | diff --git a/src/Rememberable.php b/src/Rememberable.php
index <HASH>..<HASH> 100644
--- a/src/Rememberable.php
+++ b/src/Rememberable.php
@@ -11,7 +11,11 @@ trait Rememberable
protected static function bootRememberable()
{
if (static::rememberable()) {
- static::saving(function (Model $mo... | Make rememberable cache flushes trigger on deletes too | ameliaikeda_rememberable | train | php |
17def91ea3700801af767dffac5aad68a92875df | diff --git a/test/spec/ol/color.test.js b/test/spec/ol/color.test.js
index <HASH>..<HASH> 100644
--- a/test/spec/ol/color.test.js
+++ b/test/spec/ol/color.test.js
@@ -120,10 +120,6 @@ describe('ol.color', function() {
[0, 0, 255, 0.4711]);
});
- it.skip('caches parsed values', function() {
- /... | Remove unneeded and already skipped test | openlayers_openlayers | train | js |
afa7ee12155af25816aa94e74699ce94d920110f | diff --git a/twitter_ads/campaign.py b/twitter_ads/campaign.py
index <HASH>..<HASH> 100644
--- a/twitter_ads/campaign.py
+++ b/twitter_ads/campaign.py
@@ -177,6 +177,7 @@ resource_property(LineItem, 'bid_unit')
resource_property(LineItem, 'automatically_select_bid', transform=TRANSFORM.BOOL)
resource_property(LineIte... | Add bid_type property to LineItem (#<I>) | twitterdev_twitter-python-ads-sdk | train | py |
ed9459c38e620f9e748ff37c93a197e645ab1bd2 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -1,7 +1,7 @@
var nthCheck = require("./"),
assert = require("assert");
-var invalid = ["-", "asdf", "2n+-0", "2+0", "- 1n", "-1 n"];
+var invalid = ["-", "- 1n", "-1 n", "2+0", "2n+-0", "an+b", "asdf", "b", "expr", "odd|ev... | reordered, added invalid tests | fb55_nth-check | train | js |
9d98793ccc9b4ce2341051851aa29c9df4d65917 | diff --git a/TYPO3.Neos.NodeTypes/Migrations/Code/Version20130911165500.php b/TYPO3.Neos.NodeTypes/Migrations/Code/Version20130911165500.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Neos.NodeTypes/Migrations/Code/Version20130911165500.php
+++ b/TYPO3.Neos.NodeTypes/Migrations/Code/Version20130911165500.php
@@ -59,5 +59,... | [TASK] CGL Cleanup
This change is purely cosmetic and fixes CGL issues.
Change-Id: I<I>dac<I>cd<I>f9cd1c<I>e<I>a<I>e<I>d2fc0c
Releases: master, <I>
Reviewed-on: <URL> | neos_neos-development-collection | train | php |
61d6824da0d33971167b76ce03a5afc121bc1a95 | diff --git a/cdpybio/bedtools.py b/cdpybio/bedtools.py
index <HASH>..<HASH> 100644
--- a/cdpybio/bedtools.py
+++ b/cdpybio/bedtools.py
@@ -1,3 +1,4 @@
+import copy
import pandas as pd
import pybedtools as pbt
@@ -46,6 +47,7 @@ def beds_to_boolean(beds, ref=None, beds_sorted=False, ref_sorted=False,
that ov... | Update
Make deepcopy of input bed file list to avoid changing values. | cdeboever3_cdpybio | train | py |
4f3460bf30b962cf2118509a3e99e953787684a0 | diff --git a/pelix/http/basic.py b/pelix/http/basic.py
index <HASH>..<HASH> 100644
--- a/pelix/http/basic.py
+++ b/pelix/http/basic.py
@@ -636,7 +636,7 @@ class HttpService(object):
self._logger = logging.getLogger(self._logger_name)
if self._logger_level is None:
- self._logg... | The default level of HTTP logging is now INFO
INFO level allows to print component records and errors, but hides the requests records | tcalmant_ipopo | train | py |
033c29a26caaead53790995d826afd52ad804f4c | diff --git a/builtin/logical/database/path_config_connection.go b/builtin/logical/database/path_config_connection.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/database/path_config_connection.go
+++ b/builtin/logical/database/path_config_connection.go
@@ -8,6 +8,7 @@ import (
"strings"
"github.com/fatih/st... | Fix issue deleting DB connections on Secondaries (#<I>) | hashicorp_vault | train | go |
b9cf258dd138aa673e8d25f9d7bac32b64f7bf5f | diff --git a/lib/actions/DashDeploy.js b/lib/actions/DashDeploy.js
index <HASH>..<HASH> 100644
--- a/lib/actions/DashDeploy.js
+++ b/lib/actions/DashDeploy.js
@@ -113,7 +113,6 @@ module.exports = function(SPlugin, serverlessPath) {
// Flow
return BbPromise.try(function() {
- SCli.asciiGreeting(... | DashDeploy: don't show ASCII if not in correct folder | serverless_serverless | train | js |
f124e6420788c4e724f05f899b7eebd4e86afe2b | diff --git a/phy/io/mock/artificial.py b/phy/io/mock/artificial.py
index <HASH>..<HASH> 100644
--- a/phy/io/mock/artificial.py
+++ b/phy/io/mock/artificial.py
@@ -48,6 +48,10 @@ def artificial_spike_times(n_spikes, max_isi=50):
return np.cumsum(nr.randint(low=0, high=max_isi, size=n_spikes))
+def artificial_co... | Added artificial correlograms. | kwikteam_phy | train | py |
96087d8bbfa9bc3c72483f00a7a26adda7ec4c8f | diff --git a/visidata/threads.py b/visidata/threads.py
index <HASH>..<HASH> 100644
--- a/visidata/threads.py
+++ b/visidata/threads.py
@@ -380,6 +380,7 @@ def codestr(code):
return code.co_name
ThreadsSheet.addCommand('^C', 'cancel-thread', 'cancelThread(cursorRow)', 'abort thread at current row')
+ThreadsSheet... | [threads] disable add-row on ThreadsSheet #<I> | saulpw_visidata | train | py |
1b9d06231700023aefb70cc9bb95438e23cd75f1 | diff --git a/pyemu/utils/helpers.py b/pyemu/utils/helpers.py
index <HASH>..<HASH> 100644
--- a/pyemu/utils/helpers.py
+++ b/pyemu/utils/helpers.py
@@ -64,7 +64,7 @@ def start_slaves(slave_dir,exe_rel_path,pst_rel_path,num_slaves=None,slave_root=
new_slave_dir = os.path.join(slave_root,"slave_{0}".format(i))
... | bug fix in start_slaves | jtwhite79_pyemu | train | py |
31600752f4a865c6eef979375a41197344de6e0b | diff --git a/app/helpers/menu.rb b/app/helpers/menu.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/menu.rb
+++ b/app/helpers/menu.rb
@@ -22,8 +22,8 @@ module Menu
end
end
def render_menu(level)
- @menu_items ||=create_menu
- render_navigation(:items=>@menu_items, :expand_all=>true, :level => level)
+... | Added code to fix a menu highlighting issue | Katello_katello | train | rb,rb |
f8cb326e1c52fffb17e543e0400d796092076efe | diff --git a/app/templates/src/main/java/package/aop/logging/_LoggingAspect.java b/app/templates/src/main/java/package/aop/logging/_LoggingAspect.java
index <HASH>..<HASH> 100644
--- a/app/templates/src/main/java/package/aop/logging/_LoggingAspect.java
+++ b/app/templates/src/main/java/package/aop/logging/_LoggingAspec... | Correct logging aspect number of params in msg
Correct logging aspect number of params in msg | jhipster_generator-jhipster | train | java |
3d8db488d44029c6442dd0db471e942007a2f4ec | diff --git a/forms/FieldList.php b/forms/FieldList.php
index <HASH>..<HASH> 100644
--- a/forms/FieldList.php
+++ b/forms/FieldList.php
@@ -550,7 +550,12 @@ class FieldList extends ArrayList {
public function makeFieldReadonly($field) {
$fieldName = ($field instanceof FormField) ? $field->getName() : $field;
$sr... | Have a clear error message
Because it's really annoying not knowing which field causes the error | silverstripe_silverstripe-framework | train | php |
c91001a24c97c5085e202ab788532aef082672b6 | diff --git a/core-bundle/src/Resources/contao/classes/Versions.php b/core-bundle/src/Resources/contao/classes/Versions.php
index <HASH>..<HASH> 100644
--- a/core-bundle/src/Resources/contao/classes/Versions.php
+++ b/core-bundle/src/Resources/contao/classes/Versions.php
@@ -630,7 +630,7 @@ class Versions extends \Contr... | [Core] Do not show version entries of deleted files (see #<I>). | contao_contao | train | php |
f15653bd7cc28dacc1ed1969931b606043ed5765 | diff --git a/integration/v7/isolated/curl_command_test.go b/integration/v7/isolated/curl_command_test.go
index <HASH>..<HASH> 100644
--- a/integration/v7/isolated/curl_command_test.go
+++ b/integration/v7/isolated/curl_command_test.go
@@ -473,7 +473,13 @@ var _ = Describe("curl command", func() {
Expect(session)... | curl json output changes requires more complex output validation
This change corrisponds to the same change done in
<I>a<I>ba<I>e2bbe<I>d<I>c<I>cefa<I>abaaf. | cloudfoundry_cli | train | go |
4c67e7f63aa10943f150e83fb2ff70768ede77ca | diff --git a/source/rafcon/statemachine/library_manager.py b/source/rafcon/statemachine/library_manager.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/statemachine/library_manager.py
+++ b/source/rafcon/statemachine/library_manager.py
@@ -85,6 +85,8 @@ class LibraryManager(Observable):
@staticmethod
def... | Allow library paths to be wrapped in quotations marks | DLR-RM_RAFCON | train | py |
9aba49479b435dea44998fb5a4b7e99bc0a5967e | diff --git a/clients/unshaded/src/test/java/tachyon/client/file/options/InStreamOptionsTest.java b/clients/unshaded/src/test/java/tachyon/client/file/options/InStreamOptionsTest.java
index <HASH>..<HASH> 100644
--- a/clients/unshaded/src/test/java/tachyon/client/file/options/InStreamOptionsTest.java
+++ b/clients/unsha... | restore conf in instream test. | Alluxio_alluxio | train | java |
3ee43318ea601bb086f0bdc57230dea7761fa99e | diff --git a/contrib/go/src/python/pants/contrib/go/subsystems/go_distribution.py b/contrib/go/src/python/pants/contrib/go/subsystems/go_distribution.py
index <HASH>..<HASH> 100644
--- a/contrib/go/src/python/pants/contrib/go/subsystems/go_distribution.py
+++ b/contrib/go/src/python/pants/contrib/go/subsystems/go_distr... | Bump the default Go distribution to <I>.
This picks up a security related fix.
Release announcement here:
<URL> | pantsbuild_pants | train | py |
6182ab2d7d5da97acf87a30d5e415230d82232fe | diff --git a/commands/topics_info.js b/commands/topics_info.js
index <HASH>..<HASH> 100644
--- a/commands/topics_info.js
+++ b/commands/topics_info.js
@@ -38,7 +38,7 @@ function topicInfo (topic) {
},
{
name: 'Replication Factor',
- values: [`${topic.replication_factor} (recommend > 1)`]
+ va... | remove replication factor recommendation (#<I>) | heroku_heroku-kafka-jsplugin | train | js,js |
13bfb994c33391a948f617f0a6ae390569ca68f1 | diff --git a/nion/swift/model/DocumentModel.py b/nion/swift/model/DocumentModel.py
index <HASH>..<HASH> 100644
--- a/nion/swift/model/DocumentModel.py
+++ b/nion/swift/model/DocumentModel.py
@@ -1095,6 +1095,10 @@ class DocumentModel(Observable.Observable, ReferenceCounting.ReferenceCounted, P
def close(self):
... | Fix deadlock when closing computation queue at exit. | nion-software_nionswift | train | py |
cc0f37c5b6b729f96050eb8e385f52bcde34524f | diff --git a/owslib/iso.py b/owslib/iso.py
index <HASH>..<HASH> 100644
--- a/owslib/iso.py
+++ b/owslib/iso.py
@@ -541,7 +541,7 @@ class SV_ServiceIdentification(object):
self.version = None
self.fees = None
self.bbox = None
- self.couplingtype
+ self.couplin... | Added missing initializations (thanks Matej Krejci) | geopython_OWSLib | train | py |
6f261598a86e9f68b5f420ff8f3dcbb63eaafb97 | diff --git a/src/Plugin.php b/src/Plugin.php
index <HASH>..<HASH> 100644
--- a/src/Plugin.php
+++ b/src/Plugin.php
@@ -72,6 +72,11 @@ class Plugin extends AbstractPlugin
$requestId = uniqid();
$this->logger->debug('[' . $requestId . ']Found url: ' . $url);
+ if (count($parsedUrl) == 1 && isse... | Corrected URL when only a hostname is found | phergie_phergie-irc-plugin-react-url | train | php |
da3107fc5ea89b12d28aaf523026667a9d0900d7 | diff --git a/src/Handler.php b/src/Handler.php
index <HASH>..<HASH> 100644
--- a/src/Handler.php
+++ b/src/Handler.php
@@ -7,6 +7,6 @@ interface Handler
public function read($id);
public function write($id, $data);
public function destroy($id);
- public function gc();
+ public function gc($maxlifet... | for compatibility with phps built-in interface | monolyth-php_cesession | train | php |
3ddc35a880d79b5fe11196faaadca5d3006e8df9 | diff --git a/lib/queue/worker.js b/lib/queue/worker.js
index <HASH>..<HASH> 100644
--- a/lib/queue/worker.js
+++ b/lib/queue/worker.js
@@ -175,6 +175,8 @@ Worker.prototype.getJob = function(fn){
// BLPOP indicates we have a new inactive job to process
client.blpop('q:' + self.type + ':jobs', 0, function(err) {
... | Fix race condition with blpop/zpop flow & shutdown | Automattic_kue | train | js |
13856ca9c4df44774964a254a703f707598b5f66 | diff --git a/python/setup.py b/python/setup.py
index <HASH>..<HASH> 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -35,7 +35,7 @@ if platform == 'darwin':
setup(
name = 'cm_api',
- version = '10.0.0', # Compatible with API v10 (CM 5.4)
+ version = '11.0.0', # Compatible with API v11 (CM 5.5)
pac... | Bump API version to <I> for CM <I> | cloudera_cm_api | train | py,py |
b44615b01362c71593c15f44d93886d233d6e9a6 | diff --git a/bigtable-dataflow-parent/bigtable-beam-import/src/main/java/com/google/cloud/bigtable/beam/sequencefiles/ImportJob.java b/bigtable-dataflow-parent/bigtable-beam-import/src/main/java/com/google/cloud/bigtable/beam/sequencefiles/ImportJob.java
index <HASH>..<HASH> 100644
--- a/bigtable-dataflow-parent/bigtab... | Mention "HBase" SequenceFile in ImportJob (#<I>) | googleapis_cloud-bigtable-client | train | java |
43715375140086f795003f9361774cd0cc63b528 | diff --git a/taggit_selectize/widgets.py b/taggit_selectize/widgets.py
index <HASH>..<HASH> 100644
--- a/taggit_selectize/widgets.py
+++ b/taggit_selectize/widgets.py
@@ -12,7 +12,7 @@ except ImportError:
class TagSelectize(forms.TextInput):
- def render(self, name, value, attrs=None):
+ def render(self, nam... | Add support for Django <I>
Django <I> removed support for Widget.render() methods without the renderer
argument. | chhantyal_taggit-selectize | train | py |
15d68b33bfee95a448c4da37dbe876baa8fcb5b6 | diff --git a/lib/version.go b/lib/version.go
index <HASH>..<HASH> 100644
--- a/lib/version.go
+++ b/lib/version.go
@@ -16,5 +16,5 @@ package docker2aci
import "github.com/appc/spec/schema"
-var Version = "0.12.2+git"
+var Version = "0.12.3"
var AppcVersion = schema.AppContainerVersion | version: bump to <I> | appc_docker2aci | train | go |
4d9b52e5b87a1b6069bc0af758be227848c52351 | diff --git a/lib/flapjack/gateways/pagerduty.rb b/lib/flapjack/gateways/pagerduty.rb
index <HASH>..<HASH> 100644
--- a/lib/flapjack/gateways/pagerduty.rb
+++ b/lib/flapjack/gateways/pagerduty.rb
@@ -216,7 +216,7 @@ module Flapjack
http = EM::HttpRequest.new(url).get(options)
begin
response ... | be more specific with json parsing rescue | flapjack_flapjack | train | rb |
bffbcbdee506776923196f19d9cce348625e7daf | diff --git a/src/org/zaproxy/zap/view/ScanPanel2.java b/src/org/zaproxy/zap/view/ScanPanel2.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/view/ScanPanel2.java
+++ b/src/org/zaproxy/zap/view/ScanPanel2.java
@@ -545,6 +545,8 @@ public abstract class ScanPanel2<GS extends GenericScanner2, SC extends ScanCont
... | Disable 'clean completed scans' button when resetting the scanner panel
Change the method ScanPanel2.reset() to disable clearScansButton,
otherwise it would be kept enabled even if there were no scans present
in the panel (for example, after creating a new session). | zaproxy_zaproxy | train | java |
06975eb911411c3d036a910dd38c7b63c6ebc2a7 | diff --git a/src/main/docs/resources/js/multi-language-sample.js b/src/main/docs/resources/js/multi-language-sample.js
index <HASH>..<HASH> 100644
--- a/src/main/docs/resources/js/multi-language-sample.js
+++ b/src/main/docs/resources/js/multi-language-sample.js
@@ -171,7 +171,23 @@ function createCopyToClipboardElemen... | Fix code callouts not being highlighted | micronaut-projects_micronaut-core | train | js |
4cdca20ee7af0f4610115d8f19475b7bfb3d34d4 | diff --git a/lib/ronin/installation.rb b/lib/ronin/installation.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/installation.rb
+++ b/lib/ronin/installation.rb
@@ -118,7 +118,7 @@ module Ronin
# @since 0.4.0
#
def Installation.each_file_in(directory,&block)
- directory = File.join(File.expand_path(di... | Don't expand the directory path given to Installation.each_file_in. | ronin-ruby_ronin | train | rb |
b465d0781f6c63ec039f9c10cd6097a095dd21d3 | diff --git a/test/test_capture_output.py b/test/test_capture_output.py
index <HASH>..<HASH> 100644
--- a/test/test_capture_output.py
+++ b/test/test_capture_output.py
@@ -1,13 +1,25 @@
+import pytest
+
from noodles import run_process, schedule, serial
+try:
+ import msgpack # noqa
+ has_msgpack = True
+except... | add skiptest when msgpack not installed and test without it | NLeSC_noodles | train | py |
1a3a1f58c2ca0d775459cf2ae5ef438c785a0d2a | diff --git a/anharmonic/phonon3/__init__.py b/anharmonic/phonon3/__init__.py
index <HASH>..<HASH> 100644
--- a/anharmonic/phonon3/__init__.py
+++ b/anharmonic/phonon3/__init__.py
@@ -787,22 +787,3 @@ class Phono3pyJointDos:
temperatures=self._temperatures,
filename=self... | get_gruneisen_parameters is moved to newly created gruneisen.py. | atztogo_phonopy | train | py |
38b3455a6872741e5a68c71d98d8e60af2d9567c | diff --git a/troposphere/imagebuilder.py b/troposphere/imagebuilder.py
index <HASH>..<HASH> 100644
--- a/troposphere/imagebuilder.py
+++ b/troposphere/imagebuilder.py
@@ -144,3 +144,15 @@ class Component(AWSObject):
'Uri': (basestring, False),
'Version': (basestring, True),
}
+
+
+class Image(AWS... | Adding AWS::ImageBuilder::Image object, per May 7, <I> update | cloudtools_troposphere | train | py |
602de65e07c64143f768567430b050be6c41a151 | diff --git a/src/Matcher.php b/src/Matcher.php
index <HASH>..<HASH> 100644
--- a/src/Matcher.php
+++ b/src/Matcher.php
@@ -7,7 +7,7 @@ class Matcher
private static $rules = [
"/^(true|false)$/i" => '_parseBooleanConstant',
"/^(['\"])(?:(?!\\1).)*\\1$/" => '_parseStringConstant',
- "/^[a-zA... | fix: identifiers can be more than one char long | functional-php_pattern-matching | train | php,php |
5664fb3ba22fac8863ff5913550ddf9fab78bb38 | diff --git a/src/utils/reducer-store.js b/src/utils/reducer-store.js
index <HASH>..<HASH> 100644
--- a/src/utils/reducer-store.js
+++ b/src/utils/reducer-store.js
@@ -27,11 +27,13 @@ class ReducerStore {
* name lookup. If no name is found then it takes `sum` as the default reducer.
* @return {ReducerStore} ... | Check params length in defaultReducer function to identify getter and setter behaviour | chartshq_datamodel | train | js |
09ef450dcdb87ac587d56efaafe0674efa448460 | diff --git a/lib/active_admin/application.rb b/lib/active_admin/application.rb
index <HASH>..<HASH> 100644
--- a/lib/active_admin/application.rb
+++ b/lib/active_admin/application.rb
@@ -131,7 +131,6 @@ module ActiveAdmin
# to allow for changes without having to restart the server.
def unload!
namespac... | Reload the comments when the application reloads | activeadmin_activeadmin | train | rb,rb |
aa5d19a36d562c9c17a970b35df760ba27d71977 | diff --git a/dev/com.ibm.ws.security.common/src/com/ibm/ws/security/common/web/WebUtils.java b/dev/com.ibm.ws.security.common/src/com/ibm/ws/security/common/web/WebUtils.java
index <HASH>..<HASH> 100644
--- a/dev/com.ibm.ws.security.common/src/com/ibm/ws/security/common/web/WebUtils.java
+++ b/dev/com.ibm.ws.security.c... | Update WebUtils to resolve conflict | OpenLiberty_open-liberty | train | java |
d1b0fe97c93cf93856c4005eb262729255fabd7a | diff --git a/source/OrderProcessor.php b/source/OrderProcessor.php
index <HASH>..<HASH> 100644
--- a/source/OrderProcessor.php
+++ b/source/OrderProcessor.php
@@ -112,14 +112,17 @@ class OrderProcessor
* @param array $workflowConfig Payment workflow config
* @param OrderInt... | ExecuteWorkflow now returns void but check the status of order to avoid exception throwing if order is ended. | payneteasy_php-library-payneteasy-api | train | php |
082b5a8753927fdafa127fa9c7b9b9c12b43a64a | diff --git a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
+++ b/lib/Doctrine/ODM/PHPCR/UnitOfWork.php
@@ -1957,6 +1957,7 @@ class UnitOfWork
empty($this->scheduledMoves)) {
$this->invok... | Fixed early exit changeset computation
- For updates to be taken into account (e.g. after binding translations)
the changeset needs to be reset when exiting the commit function when
there is nothing to do.
- Otherwise after calling flush, the changeset is still computed and the
next flush that is called envokes... | doctrine_phpcr-odm | train | php |
ecf9a7b5a3462addc30286806dcb57934e1236b4 | diff --git a/lib/recaptcha.rb b/lib/recaptcha.rb
index <HASH>..<HASH> 100644
--- a/lib/recaptcha.rb
+++ b/lib/recaptcha.rb
@@ -33,7 +33,7 @@ module Ambethia
:height => options[:iframe_height] ||= 300,
:width => options[:iframe_width] ||= 500,
... | Fixed a usability bug for users without javascript. Since the indent option was set, and the block form of the textarea method was used, and textareas treat anything between <textarea> and </textarea> as something that goes inside the textarea, it was adding two spaces inside the textarea. If you didn't notice those,... | ambethia_recaptcha | train | rb |
5cb32f8241e57614a89fb5ab06afeb43a824c62f | diff --git a/views/js/layout/actions.js b/views/js/layout/actions.js
index <HASH>..<HASH> 100644
--- a/views/js/layout/actions.js
+++ b/views/js/layout/actions.js
@@ -311,6 +311,14 @@ define([
action = _.find(actions, {name : actionName});
}
return action;
+ },
+
+ ... | chore(action-manager): add method to get resourceContext | oat-sa_tao-core | train | js |
4104ddddb59d19c3fea8d25689d66cae6c99b8ee | diff --git a/openquake/hazardlib/geo/surface/multi.py b/openquake/hazardlib/geo/surface/multi.py
index <HASH>..<HASH> 100755
--- a/openquake/hazardlib/geo/surface/multi.py
+++ b/openquake/hazardlib/geo/surface/multi.py
@@ -27,9 +27,9 @@ from openquake.hazardlib.geo.surface.base import (BaseSurface,
... | Fixed management of GriddedSurface in MultiSurface | gem_oq-engine | train | py |
2488d293e553391bfc2666bada10d5a6a26ea1ec | diff --git a/extension/rsb/com/src/main/java/de/citec/jul/extension/rsb/com/RPCHelper.java b/extension/rsb/com/src/main/java/de/citec/jul/extension/rsb/com/RPCHelper.java
index <HASH>..<HASH> 100644
--- a/extension/rsb/com/src/main/java/de/citec/jul/extension/rsb/com/RPCHelper.java
+++ b/extension/rsb/com/src/main/java... | Fix read only interface for all registries. | openbase_jul | train | java |
0ea96b4394a8a5a1da2556197186a450c9ba6314 | diff --git a/src/Illuminate/Support/Testing/Fakes/BusFake.php b/src/Illuminate/Support/Testing/Fakes/BusFake.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Support/Testing/Fakes/BusFake.php
+++ b/src/Illuminate/Support/Testing/Fakes/BusFake.php
@@ -200,6 +200,8 @@ class BusFake implements QueueingDispatcher
... | accept a command in object form in Bus::assertChained (#<I>) | laravel_framework | train | php |
e19ecb190361cf56073d0894e54717ea613cdc94 | diff --git a/family.php b/family.php
index <HASH>..<HASH> 100644
--- a/family.php
+++ b/family.php
@@ -85,7 +85,7 @@ if ($controller->record && $controller->record->canShow()) {
<table id="family-table" align="center" width="95%">
<tr valign="top">
- <td valign="top" style="width: <?php echo $pbwidth + 30; ?>px;"... | Fix <I> - undefined variable in family.php | fisharebest_webtrees | train | php |
2689c1713eaf95b8184df94d911969767efc9e76 | diff --git a/channel.js b/channel.js
index <HASH>..<HASH> 100644
--- a/channel.js
+++ b/channel.js
@@ -122,7 +122,8 @@ function TChannel(options) {
this.emitConnectionMetrics =
typeof this.options.emitConnectionMetrics === 'boolean' ?
this.options.emitConnectionMetrics : false;
- this.choosePe... | channel: default choose peer with heap to true | uber_tchannel-node | train | js |
9155dd5b747cd659a41e0fe760148ee71f89a4e4 | diff --git a/player/player.js b/player/player.js
index <HASH>..<HASH> 100644
--- a/player/player.js
+++ b/player/player.js
@@ -68,9 +68,11 @@ $(function()
{
var input = $('#input').val();
var delim = $('#delimiter').val();
+ var header = $('#header').prop('checked');
var results = Papa.unparse(input, {
- ... | Add header to config in unparse in player.js. | mholt_PapaParse | train | js |
a58534101922d01dc63f90c86094b38bbc80e33a | diff --git a/salt/modules/zypper.py b/salt/modules/zypper.py
index <HASH>..<HASH> 100644
--- a/salt/modules/zypper.py
+++ b/salt/modules/zypper.py
@@ -202,7 +202,7 @@ def info_available(*names, **kwargs):
names = sorted(list(set(names)))
# Refresh db before extracting the latest package
- if kwargs.p... | do not change kwargs in refresh while checking a value | saltstack_salt | train | py |
94b3e79acf8a670fedd3dae6c85d677903b845cc | diff --git a/src/Thinktomorrow/Locale/Locale.php b/src/Thinktomorrow/Locale/Locale.php
index <HASH>..<HASH> 100644
--- a/src/Thinktomorrow/Locale/Locale.php
+++ b/src/Thinktomorrow/Locale/Locale.php
@@ -44,6 +44,12 @@ class Locale
return app()->getLocale();
}
+ /**
+ * Retrieve the url slug for c... | Allow to check if locale other than current is hidden | thinktomorrow_locale | train | php |
d377bcf6d3607ad39eb0e669f0e7d9333575822d | diff --git a/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java b/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java
+++ b/src/test/java/redis/clients/jedis/tests/JedisSentinelTest.java
@@ -49,6 +49,... | Fail if the Sentinel does not return the slave. | xetorthio_jedis | train | java |
ddaba16a46ee71a0ab2813eb9efaf3fc14902d27 | diff --git a/src/Token/AccessToken.php b/src/Token/AccessToken.php
index <HASH>..<HASH> 100644
--- a/src/Token/AccessToken.php
+++ b/src/Token/AccessToken.php
@@ -186,7 +186,7 @@ class AccessToken implements JsonSerializable
}
if ($this->expires) {
- $parameters['expires_in'] = $this->exp... | Use expires to serialize access tokens
Resolves: #<I>
See also: #<I> | thephpleague_oauth2-client | train | php,php |
fce2d6ddd10d894bae58e2c307dcb1740135bc96 | diff --git a/cmd/common-main.go b/cmd/common-main.go
index <HASH>..<HASH> 100644
--- a/cmd/common-main.go
+++ b/cmd/common-main.go
@@ -235,7 +235,7 @@ func handleCommonEnvVars() {
// In place update is true by default if the MINIO_UPDATE is not set
// or is not set to 'off', if MINIO_UPDATE is set to 'off' then
/... | Remote update should be on by default (#<I>)
Fixes a regression introduced in PR #<I> | minio_minio | train | go |
9537bc134de5c55925439f0b593420d1d4f290e8 | diff --git a/dockerclient/container.go b/dockerclient/container.go
index <HASH>..<HASH> 100644
--- a/dockerclient/container.go
+++ b/dockerclient/container.go
@@ -78,6 +78,12 @@ func (dh *DockerHost) CreateContainer(options *docker.ContainerConfig, name stri
}
}
+ imgDetails, err := dh.ImageDetails(imageId)
+ if... | added docker image info to container environment | dynport_dgtk | train | go |
8cfca36c17eccd45a84dc3dd14dc519b4fa5da4a | diff --git a/jenkins/release.rb b/jenkins/release.rb
index <HASH>..<HASH> 100755
--- a/jenkins/release.rb
+++ b/jenkins/release.rb
@@ -285,11 +285,19 @@ class ShipIt
{:timeout => 1200, :live_stream => STDOUT}
end
+ def progress
+ if STDOUT.tty?
+ "--progress"
+ else
+ "--no-progress"
+ end... | only show progress if stdout is a tty
It's nice to see progess via the mixlib-shellout live stream when
running release.rb by hand, but it's a big hassle when looking at the
jenkins logs. Test if STDOUT is a tty to turn progress on or off. | chef_chef | train | rb |
7d40332ca8b83af682ca00ee6b49f9a96ae4cdfc | diff --git a/pkg/kubelet/rkt/rkt.go b/pkg/kubelet/rkt/rkt.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/rkt/rkt.go
+++ b/pkg/kubelet/rkt/rkt.go
@@ -62,9 +62,9 @@ const (
RktType = "rkt"
DefaultRktAPIServiceEndpoint = "localhost:15441"
- minimumAppcVersion = "0.7.4"
- minimumRktBinVer... | Update rkt container runtime min versions | kubernetes_kubernetes | train | go |
787ed54d509bc6fe5ec3cfd85538b0de8ba57700 | diff --git a/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/utils/ExceptionReporter.java b/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/utils/ExceptionReporter.java
index <HASH>..<HASH> 100644
--- a/stabilizer/src/main/java/com/hazelcast/stabilizer/tests/utils/ExceptionReporter.java
+++ b/stabilizer... | Removed unused method in ExceptionReporter | hazelcast_hazelcast-simulator | train | java |
d80ae13513a413f7d2a611612e8cb5a48d2134b7 | diff --git a/packages/react-bootstrap-table2/test/row-selection/wrapper.test.js b/packages/react-bootstrap-table2/test/row-selection/wrapper.test.js
index <HASH>..<HASH> 100644
--- a/packages/react-bootstrap-table2/test/row-selection/wrapper.test.js
+++ b/packages/react-bootstrap-table2/test/row-selection/wrapper.test.... | [test] test for RowSelectionWrapper#componentWillReceiveProps | react-bootstrap-table_react-bootstrap-table2 | train | js |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.