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 |
|---|---|---|---|---|---|
a26fe8adc9a333c08149b32ebe048f7ac21b18fe | diff --git a/tensor2tensor/utils/learning_rate.py b/tensor2tensor/utils/learning_rate.py
index <HASH>..<HASH> 100644
--- a/tensor2tensor/utils/learning_rate.py
+++ b/tensor2tensor/utils/learning_rate.py
@@ -52,6 +52,14 @@ def learning_rate_factor(name, step_num, hparams):
return tf.math.cos(
step * np.pi ... | Cosine learning rate decay with multiple cycles.
PiperOrigin-RevId: <I> | tensorflow_tensor2tensor | train | py |
5b2ac8051f704bfabd04a95d94a4a548512dd9b3 | diff --git a/lockfile.js b/lockfile.js
index <HASH>..<HASH> 100644
--- a/lockfile.js
+++ b/lockfile.js
@@ -33,20 +33,21 @@ process.on('uncaughtException', function H (er) {
exports.unlock = function (path, cb) {
// best-effort. unlocking an already-unlocked lock is a noop
- fs.unlink(path, function (unlinkEr) {... | unlock: Close before unlinking
the unlink() triggers watches to try to acquire a lock,
but the fd might not be closed yet, leading to a race condition where
the new lock gets fs.close'd instead of the old one. | npm_lockfile | train | js |
54e01a49ae3dbedf2240c8b9772ef27992c06cbd | diff --git a/tests/parser/functions/test_send.py b/tests/parser/functions/test_send.py
index <HASH>..<HASH> 100644
--- a/tests/parser/functions/test_send.py
+++ b/tests/parser/functions/test_send.py
@@ -1,6 +1,3 @@
-from web3.exceptions import ValidationError
-
-
def test_send(assert_tx_failed, get_contract):
sen... | bug: Raises TransactionFailed instead of ValidationError | ethereum_vyper | train | py |
1515d112a8333d02c4e2e86443608059a0e6bbc4 | diff --git a/web/concrete/src/File/FileList.php b/web/concrete/src/File/FileList.php
index <HASH>..<HASH> 100644
--- a/web/concrete/src/File/FileList.php
+++ b/web/concrete/src/File/FileList.php
@@ -171,8 +171,7 @@ class FileList extends DatabaseItemList implements PermissionableListItemInterfa
*/
public fun... | Files: allow filtering by date ranges of date added
Former-commit-id: e<I>ed5ccb<I>c8b<I>f<I>a6 | concrete5_concrete5 | train | php |
315f281d6d87e8e89197651dd7d46f34b8f07a53 | diff --git a/cmd/boulder-publisher/main.go b/cmd/boulder-publisher/main.go
index <HASH>..<HASH> 100644
--- a/cmd/boulder-publisher/main.go
+++ b/cmd/boulder-publisher/main.go
@@ -2,6 +2,7 @@ package notmain
import (
"flag"
+ "fmt"
"os"
"runtime"
@@ -87,6 +88,9 @@ func main() {
cmd.FailOnError(err, "failed... | Publisher: abort if conflicting chains configured (#<I>)
Fixes #<I> | letsencrypt_boulder | train | go |
a45e5e49373e6459dcc4a693720d6a9942496ea9 | diff --git a/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java b/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
+++ b/src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
@... | this is probably better way to make this fool-proof. | jenkinsci_email-ext-plugin | train | java |
43127f2a305df29b3cb356d84d886fca831b5e6f | diff --git a/modules/router5.js b/modules/router5.js
index <HASH>..<HASH> 100644
--- a/modules/router5.js
+++ b/modules/router5.js
@@ -145,6 +145,7 @@ class Router5 {
} else {
// Initialise router with provided start state
this.lastKnownState = startState
+ browser.replaceS... | fix: replace history state on start when supplying a starting state | router5_router5 | train | js |
872489268a951f706445b2ada83748fb7c544dbb | diff --git a/src/Token.php b/src/Token.php
index <HASH>..<HASH> 100644
--- a/src/Token.php
+++ b/src/Token.php
@@ -41,6 +41,7 @@ class Token
->setSecret($secret)
->setExpiration(Carbon::parse($expiration)->getTimestamp())
->setIssuer($issuer)
+ ->setIssuedAt(time())
... | Added issued at claim to the Token create method. | RobDWaller_ReallySimpleJWT | train | php |
a1f9ff72f2bc36ae1ac98de9241a95988649f84c | diff --git a/spec/mongoid/slug_spec.rb b/spec/mongoid/slug_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/mongoid/slug_spec.rb
+++ b/spec/mongoid/slug_spec.rb
@@ -55,7 +55,6 @@ module Mongoid
entity = Entity.create(:_id => UUID.generate, :name => 'Adele', :user_edited_variation => 'adele')
entity.to_p... | remove failing history transfer specs after history transfer removal | mongoid_mongoid-slug | train | rb |
6e6a70d69e29f2cba3b27f50cc618a2fa46a0470 | diff --git a/lib/github_api/request.rb b/lib/github_api/request.rb
index <HASH>..<HASH> 100644
--- a/lib/github_api/request.rb
+++ b/lib/github_api/request.rb
@@ -1,6 +1,7 @@
# encoding: utf-8
module Github
+
# Defines HTTP verbs
module Request
@@ -27,7 +28,7 @@ module Github
request(:delete, path, p... | Use response wrapper when returning from request. | piotrmurach_github | train | rb |
c36197d01779cbb48d66563cf149af202ba6b7fc | diff --git a/CHANGES.rst b/CHANGES.rst
index <HASH>..<HASH> 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,14 @@
Change Log
----------
+0.9999
+~~~~~~
+
+Released on XXX, 2014
+
+* XXX
+
+
0.999
~~~~~
diff --git a/html5lib/__init__.py b/html5lib/__init__.py
index <HASH>..<HASH> 100644
--- a/html5lib/__in... | And back to dev for <I>. | html5lib_html5lib-python | train | rst,py,py |
d9ad9ef49b98e54eb34097c3a4beb8f95864185d | diff --git a/cihai/__about__.py b/cihai/__about__.py
index <HASH>..<HASH> 100644
--- a/cihai/__about__.py
+++ b/cihai/__about__.py
@@ -1,6 +1,6 @@
__title__ = 'cihai'
__package_name__ = 'cihai'
-__version__ = '0.8.0'
+__version__ = '0.8.1'
__description__ = 'Library for CJK (chinese, japanese, korean) language data.... | Release <I>
This release loosen version requirements for dependency packages. This
should make a life bit easier in downstream packages.
There were issues with a pyyaml version release that broke compatibility
with Python <I>. This should handle that.
Also update Sphinx <I> to <I>, and releases <I> to <I> | cihai_cihai | train | py |
8eb8fe38683a400cda632e4a0d77021ec26ace7d | diff --git a/src/main/java/org/vesalainen/parser/util/Input.java b/src/main/java/org/vesalainen/parser/util/Input.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/vesalainen/parser/util/Input.java
+++ b/src/main/java/org/vesalainen/parser/util/Input.java
@@ -836,10 +836,9 @@ public abstract class Input<I,B exte... | Removed deprecation from fieldRef | tvesalainen_lpg | train | java |
a84c9924bcba6fe3bdeba5834134e5a9fb3ecc5d | diff --git a/featuretests/cmd_juju_dumplogs_test.go b/featuretests/cmd_juju_dumplogs_test.go
index <HASH>..<HASH> 100644
--- a/featuretests/cmd_juju_dumplogs_test.go
+++ b/featuretests/cmd_juju_dumplogs_test.go
@@ -61,6 +61,7 @@ func (s *dumpLogsCommandSuite) TestRun(c *gc.C) {
Location: "location",
Level: ... | Featuretests: Fix log message output
Fix the message log output with in the feature tests for dumplogs. | juju_juju | train | go |
499a6dd1298ab4e0b2e89c94ac45364cc1267763 | diff --git a/spec/integration/qless_spec.rb b/spec/integration/qless_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/qless_spec.rb
+++ b/spec/integration/qless_spec.rb
@@ -1169,7 +1169,7 @@ module Qless
(bjob.heartbeat + 11).should > Time.now.to_i
expect {
ajob.heartbeat
- ... | Fix specs failing due to error message changes. | seomoz_qless | train | rb |
d6440a55d35b0492dc3cecdbbc04d1e7e49bcd00 | diff --git a/heroku-api/src/main/java/com/heroku/api/Release.java b/heroku-api/src/main/java/com/heroku/api/Release.java
index <HASH>..<HASH> 100644
--- a/heroku-api/src/main/java/com/heroku/api/Release.java
+++ b/heroku-api/src/main/java/com/heroku/api/Release.java
@@ -20,6 +20,7 @@ public class Release implements Ser... | Added slug to Release model | heroku_heroku.jar | train | java |
0ac77212e03dcd2c3309530967b2d745c2a43c30 | diff --git a/src/Injectors/user.php b/src/Injectors/user.php
index <HASH>..<HASH> 100644
--- a/src/Injectors/user.php
+++ b/src/Injectors/user.php
@@ -9,5 +9,6 @@ return [
[
'text' => __('laralum_notifications::general.create_notification'),
'url' => route('laralum::notifications.create'),
+ ... | Added permission to user.php injection | Laralum_Notifications | train | php |
d8b1ebb6aebf97c76ea6a3fa0148d8429fab8848 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(
license="New BSD",
install_requires=["emoji", "grapheme", "requests"],
classifiers=[
- "Development Status :: 3 - Beta",
+ "Development Status :: 3 - Alpha",
"Environ... | Beta isn't valid, revert
`Classifier 'Development Status :: 3 - Beta' is not a valid classifier.` | glasnt_emojificate | train | py |
6faebacf5145b4d9a10de8fe06219d2b0946c659 | diff --git a/src/org/zaproxy/zap/authentication/ManualAuthenticationMethodType.java b/src/org/zaproxy/zap/authentication/ManualAuthenticationMethodType.java
index <HASH>..<HASH> 100644
--- a/src/org/zaproxy/zap/authentication/ManualAuthenticationMethodType.java
+++ b/src/org/zaproxy/zap/authentication/ManualAuthenticat... | Fix NPE when saving manual authentication data
Change ManualAuthenticationMethodType to skip session's encoding if
none was set, preventing the NullPointerException.
Fix #<I> - Error whilst using Api - ERROR ExtensionUserManagement -
Unable to persist Users | zaproxy_zaproxy | train | java |
1ea0ea27926630176aaae011ed849414053e3103 | diff --git a/tests/lib/Utf8Tools.spec.js b/tests/lib/Utf8Tools.spec.js
index <HASH>..<HASH> 100644
--- a/tests/lib/Utf8Tools.spec.js
+++ b/tests/lib/Utf8Tools.spec.js
@@ -41,6 +41,11 @@ describe('Utf8Tools', function() {
isValid: false,
decoded: '48656c6c6f0020576f726c6421',
... | Add Philipp's exploit as test vector | nimiq_keyguard-next | train | js |
b598f0bac36241dcaa220497606bd4208536a974 | diff --git a/app/models/manager_refresh/save_inventory.rb b/app/models/manager_refresh/save_inventory.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/save_inventory.rb
+++ b/app/models/manager_refresh/save_inventory.rb
@@ -15,7 +15,10 @@ module ManagerRefresh
end
def save_collection(pare... | Allow only DtoCollection in ManagerRefresh::Saveinventory
Allow only DtoCollection in ManagerRefresh::Saveinventory
(transferred from ManageIQ/manageiq@<I>c1a<I>fec<I>c6dfc<I>ed<I>fe<I>edcb<I>) | ManageIQ_inventory_refresh | train | rb |
aaec9ef9f3d89921b7f6aa362076df90a4b6bca7 | diff --git a/libkbfs/kbfs_ops_concur_test.go b/libkbfs/kbfs_ops_concur_test.go
index <HASH>..<HASH> 100644
--- a/libkbfs/kbfs_ops_concur_test.go
+++ b/libkbfs/kbfs_ops_concur_test.go
@@ -716,8 +716,6 @@ func TestKBFSOpsConcurBlockSyncTruncate(t *testing.T) {
// overwrites, plus one write that blocks until the dirty bc... | kbfs_ops_concur_test: with KBFS-<I> fixed, reenable test
Issue: KBFS-<I> | keybase_client | train | go |
955bd7ce4d1d565ad7d15b815b8c6e2ab679fc9f | diff --git a/lintly/parsers.py b/lintly/parsers.py
index <HASH>..<HASH> 100644
--- a/lintly/parsers.py
+++ b/lintly/parsers.py
@@ -229,7 +229,7 @@ class CfnLintParser(BaseLintParser):
violation = Violation(line=int(line_number),
column=int(column),
- ... | Remove backticks from the code field. | grantmcconnaughey_Lintly | train | py |
b386951e4281f1a393a7448d5cccf84843ddac30 | diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adap... | accept option for recreate db for postgres (same as mysql now) | rails_rails | train | rb |
9843d5ab21f6a253cf6aeb1fc7f55968b22e5178 | diff --git a/src/Site/Key.php b/src/Site/Key.php
index <HASH>..<HASH> 100644
--- a/src/Site/Key.php
+++ b/src/Site/Key.php
@@ -16,7 +16,7 @@
namespace Zest\Site;
-use Zest\Contracts\Site\key as KeyContract;
+use Zest\Contracts\Site\Key as KeyContract;
class Key implements keyContract
{ | Changes the interface statment to use (#<I>) | zestframework_Zest_Framework | train | php |
bc8f53819a1e3df72c0f421360ee31a74e6487ed | diff --git a/djcelery/loaders.py b/djcelery/loaders.py
index <HASH>..<HASH> 100644
--- a/djcelery/loaders.py
+++ b/djcelery/loaders.py
@@ -21,7 +21,10 @@ class DjangoLoader(BaseLoader):
return settings
def on_task_init(self, task_id, task):
+ # the parent process may have established these,
+ ... | Need to close cache connection at start of task, as it may be left over from the parent process. Thanks to DctrWatson and otherjacob. | celery_django-celery | train | py |
c03eada8f03bc2a685f7c49a303b7ea184442772 | diff --git a/spec/integration/basic/bulk_action/rails_admin_basic_bulk_action_spec.rb b/spec/integration/basic/bulk_action/rails_admin_basic_bulk_action_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/basic/bulk_action/rails_admin_basic_bulk_action_spec.rb
+++ b/spec/integration/basic/bulk_action/rails_admin... | add an example to send the request which has empty bulk_ids | sferik_rails_admin | train | rb |
69da140264d947317b313a2bec4ec62f49213c4e | diff --git a/matchpy/matching/many_to_one.py b/matchpy/matching/many_to_one.py
index <HASH>..<HASH> 100644
--- a/matchpy/matching/many_to_one.py
+++ b/matchpy/matching/many_to_one.py
@@ -299,7 +299,7 @@ class _MatchIter:
self.constraints |= restore_constraints
self.patterns |= restore_patterns... | Fixed a bug in the ManyToOneMatcher. | HPAC_matchpy | train | py |
2652d236b65d5aa21dae1cddf2465bb2e60b7490 | diff --git a/src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java b/src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.java
+++ b/src/main/java/com/cloudbees/jenkins/support/impl/AboutJenkins.ja... | JENKINS-<I> - Added "Slave Version" using `Launcher.VERSION` to master node | jenkinsci_support-core-plugin | train | java |
82960b8eac4f610026af01a6e8c5a75f5978f0d0 | diff --git a/fitsio/fitslib.py b/fitsio/fitslib.py
index <HASH>..<HASH> 100644
--- a/fitsio/fitslib.py
+++ b/fitsio/fitslib.py
@@ -135,7 +135,6 @@ def write(filename, data, extname=None, units=None, compress=None, header=None,
A list of strings representing units for each column.
"""
- fits = FITS(f... | fixed bug where file was being opened twice | esheldon_fitsio | train | py |
89c56fb4a34ce8161b2c17ed4d567e864062e2ac | diff --git a/lib/application.js b/lib/application.js
index <HASH>..<HASH> 100644
--- a/lib/application.js
+++ b/lib/application.js
@@ -44,9 +44,9 @@ framework.extend(Application.prototype, new function() {
upload: 'incoming/'
}
- // Contains the various registered application storages for caching
- this.s... | Added Application::(driver|storage) | derdesign_protos | train | js |
ce70fdf40ed875562025dc61aab83596774b2eea | diff --git a/astropy_helpers/test_helpers.py b/astropy_helpers/test_helpers.py
index <HASH>..<HASH> 100644
--- a/astropy_helpers/test_helpers.py
+++ b/astropy_helpers/test_helpers.py
@@ -137,7 +137,8 @@ class AstropyTest(Command, object):
else:
ignore_python_version = '3'
... | Changes to test_helpers.py from astropy/astropy#<I> | astropy_astropy-helpers | train | py |
d55e2dcef8b295938027db8f84c91ae6cbaad953 | diff --git a/route.go b/route.go
index <HASH>..<HASH> 100644
--- a/route.go
+++ b/route.go
@@ -90,6 +90,13 @@ func (r Route) matchesAccept(mimeTypesWithQuality string) bool {
// Return whether the mimeTypes match to what this Route can consume.
func (r Route) matchesContentType(mimeTypes string) bool {
+
+ // idemp... | fix for regression introduced in #<I> | emicklei_go-restful | train | go |
f79cd704fe6f7dfc6992bfc0ed24b862147420dd | diff --git a/lib/injectedlogger/delegator.rb b/lib/injectedlogger/delegator.rb
index <HASH>..<HASH> 100644
--- a/lib/injectedlogger/delegator.rb
+++ b/lib/injectedlogger/delegator.rb
@@ -126,14 +126,25 @@ module InjectedLogger
if prefix and not prefix.empty?
prefix_s += " " + prefix
e... | logger: add support for :log with blocks | unleashed_injectedlogger | train | rb |
586b8f32bc2d7cb879c598c1376510ebc9239c11 | diff --git a/parameters.py b/parameters.py
index <HASH>..<HASH> 100644
--- a/parameters.py
+++ b/parameters.py
@@ -475,6 +475,7 @@ class CmdLineParser(ArgumentParser):
except:
raise Exception("No handler for command %s" % result.operation)
+ self.preops(result, err... | including a new call in the self service mechanism to address the global options | grycap_cpyutils | train | py,py |
20e9abe26a0992df38180b786aa60dd4888c8dba | diff --git a/script/upload.py b/script/upload.py
index <HASH>..<HASH> 100755
--- a/script/upload.py
+++ b/script/upload.py
@@ -108,6 +108,9 @@ def parse_args():
def get_atom_shell_build_version():
+ if os.environ.has_key('CI'):
+ # In CI we just build as told.
+ return ATOM_SHELL_VERSION
if PLATFORM == '... | Don't check build version in CI | electron_electron | train | py |
91c9db66ef3cce6208c4fe3a1cae0a1d0c5af71d | diff --git a/src/Resolvers/ResolverBase.php b/src/Resolvers/ResolverBase.php
index <HASH>..<HASH> 100644
--- a/src/Resolvers/ResolverBase.php
+++ b/src/Resolvers/ResolverBase.php
@@ -73,7 +73,7 @@ class ResolverBase
{
// can we do this easier?
if (strpos($path, self::CHILDPATH_VARIABLE_OPEN) === ... | Fix the property resolver and add test to avoid making that mistake again. | CatLabInteractive_charon | train | php,php |
c64f083cd16ff515537a92f969b86b32e37c2c4b | diff --git a/lib/ddbcli/cli/options.rb b/lib/ddbcli/cli/options.rb
index <HASH>..<HASH> 100644
--- a/lib/ddbcli/cli/options.rb
+++ b/lib/ddbcli/cli/options.rb
@@ -7,7 +7,7 @@ def parse_options
options.access_key_id = ENV['AWS_ACCESS_KEY_ID']
options.secret_access_key = ENV['AWS_SECRET_ACCESS_KEY']
options.... | support the AWS_DEFAULT_REGION environment variable | winebarrel_ddbcli | train | rb |
2d007715cfe25119a6a6b3b306057db2fae56c93 | diff --git a/tests/ArraysTest.php b/tests/ArraysTest.php
index <HASH>..<HASH> 100644
--- a/tests/ArraysTest.php
+++ b/tests/ArraysTest.php
@@ -309,61 +309,5 @@ class ArraysTest extends PHPUnit_Framework_TestCase
}
}
-/*
-$(document).ready(function() {
-
- module("Arrays");
-
- test("first", function() {... | Remove unnecessity code of test | emonkak_underbar.php | train | php |
7b28a128617075c52f77b7470f0d4d7ad319cef5 | diff --git a/src/org/mozilla/javascript/JavaMembers.java b/src/org/mozilla/javascript/JavaMembers.java
index <HASH>..<HASH> 100644
--- a/src/org/mozilla/javascript/JavaMembers.java
+++ b/src/org/mozilla/javascript/JavaMembers.java
@@ -603,8 +603,9 @@ class JavaMembers
Object v = ht.get(beanProperty... | Fix propagated from <I>R2 release branch. | mozilla_rhino | train | java |
ca1b683743a34e2bb8104e28c4a0c75f496e8213 | diff --git a/azurerm/internal/services/compute/validation.go b/azurerm/internal/services/compute/validation.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/compute/validation.go
+++ b/azurerm/internal/services/compute/validation.go
@@ -168,9 +168,9 @@ func validateDiskSizeGB(v interface{}, _ string) (war... | azurerm_managed_disk - increase the maximum disk_size_gb to <I> GB. (#<I>)
Azure Ultra SSD Managed Disk (storage_account_type UltraSSD_LRS) supports more than <I> GB.
This code fix this limitation, allowing the max of <I> for Ultra SSD.
Fixes #<I> | terraform-providers_terraform-provider-azurerm | train | go |
a94596b05b486975d21075630406158099e679ee | diff --git a/templates/js/atk4_univ.js b/templates/js/atk4_univ.js
index <HASH>..<HASH> 100644
--- a/templates/js/atk4_univ.js
+++ b/templates/js/atk4_univ.js
@@ -145,7 +145,6 @@ $.each({
},
reloadArgs: function(url,key,value){
var u=$.atk4.addArgument(url,key+'='+value);
- console.log(url);
this.jquery.atk4... | add onKey method for capturing certain keycode | atk4_atk4 | train | js |
b5a9440318bdf671a8d9d6d75dd043f4b9ebbf62 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -51,7 +51,7 @@ function check(port, host) {
return deferred.promise;
}
- if (!is.hostAddress(host)) {
+ if (is.nullOrUndefined(host)) {
debug('set host address to default 127.0.0.1');
ho... | Swapped is.hostAddress for is.nullOrUndefined. | stdarg_tcp-port-used | train | js |
9acf9235bd70327edcce7cb1f9941539b7ef1e94 | diff --git a/src/semantic_version/__init__.py b/src/semantic_version/__init__.py
index <HASH>..<HASH> 100644
--- a/src/semantic_version/__init__.py
+++ b/src/semantic_version/__init__.py
@@ -2,7 +2,7 @@
# Copyright (c) 2012 Raphaël Barrois
-__version__ = '1.1.0-alpha'
+__version__ = '1.1.0-beta'
from .base im... | Version bump.
Features ready, doc to write. | rbarrois_python-semanticversion | train | py |
33a8aa9f2efb4c04e42100513a1cc130cbcb9b4e | diff --git a/archivex.go b/archivex.go
index <HASH>..<HASH> 100644
--- a/archivex.go
+++ b/archivex.go
@@ -342,6 +342,10 @@ func (t *TarFile) Close() error {
func getSubDir(dir string, rootDir string, includeCurrentFolder bool) (subDir string) {
subDir = strings.Replace(dir, rootDir, "", 1)
+ // Remove leading sla... | When using AddAll with includeCurrentFolder=false, remove leading slashes from subdirectories within the archive. | jhoonb_archivex | train | go |
bfad210e8e8c02976819494ba670cc8e192c3ede | diff --git a/blueprints/ember-token-auth/index.js b/blueprints/ember-token-auth/index.js
index <HASH>..<HASH> 100644
--- a/blueprints/ember-token-auth/index.js
+++ b/blueprints/ember-token-auth/index.js
@@ -1,5 +1,7 @@
module.exports = {
+ normalizeEntityName: function() {},
+
afterInstall: function() {
retur... | blueprint ember-token-auth should install ember-oauth2 | amkirwan_ember-token-auth | train | js,js |
fe0c4a3ac4c9abe7965378e6a9b00f7b523331fa | diff --git a/src/Model/Project.php b/src/Model/Project.php
index <HASH>..<HASH> 100644
--- a/src/Model/Project.php
+++ b/src/Model/Project.php
@@ -135,6 +135,18 @@ class Project extends Resource
}
/**
+ * @inheritdoc
+ */
+ public function operationAvailable($op)
+ {
+ if (!parent::oper... | Ensure project has full representation when checking operationAvailable() | platformsh_platformsh-client-php | train | php |
d24d9ff79e8ca10dd7fb0b23203b9a3b1a896a3a | diff --git a/core/lib/refinery/crud.rb b/core/lib/refinery/crud.rb
index <HASH>..<HASH> 100644
--- a/core/lib/refinery/crud.rb
+++ b/core/lib/refinery/crud.rb
@@ -175,13 +175,15 @@ module Refinery
# If we have already found a set then we don't need to again
find_all_#{plural_name} if @#{plural... | Extracted paginate_per_page helper for crudify from complex logic. | refinery_refinerycms | train | rb |
f90eab8505b1980ca3b533e31060947bb14a522b | diff --git a/lib/celluloid/logging/incident_reporter.rb b/lib/celluloid/logging/incident_reporter.rb
index <HASH>..<HASH> 100644
--- a/lib/celluloid/logging/incident_reporter.rb
+++ b/lib/celluloid/logging/incident_reporter.rb
@@ -1,18 +1,29 @@
+require 'logger'
module Celluloid
# Subscribes to log incident topics ... | use a Logger to write incident events
Includes a custom formatter that uses the event time instead of the time
given by Logger, which is likely to be inaccurate as most events
actually happened in the past.
The actual format of the log output is the same as the default. | celluloid_celluloid | train | rb |
51a2eae5e3fc7c3a73aac13ec120121666409b71 | diff --git a/htmresearch/frameworks/pytorch/modules/k_winners.py b/htmresearch/frameworks/pytorch/modules/k_winners.py
index <HASH>..<HASH> 100644
--- a/htmresearch/frameworks/pytorch/modules/k_winners.py
+++ b/htmresearch/frameworks/pytorch/modules/k_winners.py
@@ -32,6 +32,42 @@ from htmresearch.frameworks.pytorch.fu... | Added generic get entropy function | numenta_htmresearch | train | py |
3fbbd54fdec72fb8bd09ad73f4d5305ab7605ea6 | diff --git a/src/actions/general.js b/src/actions/general.js
index <HASH>..<HASH> 100644
--- a/src/actions/general.js
+++ b/src/actions/general.js
@@ -56,6 +56,12 @@ export function getLicenseConfig() {
);
}
+export function getClientConfigAndLicense() {
+ return async (dispatch, getState) => {
+ awai... | Add action to get both client and license config at the same time | mattermost_mattermost-redux | train | js |
e35d8bfe0c0e2bd3e23340b594c4ba1dd602a760 | diff --git a/Bool/Bool.php b/Bool/Bool.php
index <HASH>..<HASH> 100644
--- a/Bool/Bool.php
+++ b/Bool/Bool.php
@@ -50,11 +50,13 @@ class Bool implements BuilderInterface
*/
public function addToBool(BuilderInterface $bool, $type = self::MUST)
{
- if (in_array($type, [ self::MUST, self::MUST_NOT, ... | refactored Bool::addToBool method | ongr-io_ElasticsearchDSL | train | php |
d43271d11f7d6e86dfd5c5708ca2942761cc96eb | diff --git a/module/image-set.js b/module/image-set.js
index <HASH>..<HASH> 100644
--- a/module/image-set.js
+++ b/module/image-set.js
@@ -629,7 +629,8 @@ export class ImageSet {
// Build the form data
const formData = cls.behaviours.formData[this._behaviours.formData](
this,
- ... | Default form data behaviour now includes version as a parameter for image sets | GetmeUK_manhattan-js-assets | train | js,js |
e52fc6156900b035cc9ecd014b19d6b153630bdf | diff --git a/src/Native5/UI/ScriptPathResolver.php b/src/Native5/UI/ScriptPathResolver.php
index <HASH>..<HASH> 100644
--- a/src/Native5/UI/ScriptPathResolver.php
+++ b/src/Native5/UI/ScriptPathResolver.php
@@ -75,12 +75,14 @@ class ScriptPathResolver
$searchFolder = 'scripts';
} else if(preg_matc... | Fixed issue with Image Path Resolution in Client Library | native5_native5-sdk-client-php | train | php |
9843ae9adedb5197ed00d27f7c55f36bd946f1f0 | diff --git a/salt/modules/status.py b/salt/modules/status.py
index <HASH>..<HASH> 100644
--- a/salt/modules/status.py
+++ b/salt/modules/status.py
@@ -139,6 +139,8 @@ def uptime():
The uptime function was changed to return a dictionary of easy-to-read
key/value pairs containing uptime information, ins... | status.uptime - readded fallback to uptime binary, atleast we get something on the BSDs too now | saltstack_salt | train | py |
a66644f1d7284718a8a9ab7fbff9a3d0415c180f | diff --git a/percy/percy.test.js b/percy/percy.test.js
index <HASH>..<HASH> 100644
--- a/percy/percy.test.js
+++ b/percy/percy.test.js
@@ -18,7 +18,10 @@ jest.setTimeout(600000)
const PERCY_EXTRA_WAIT = 5000
const percySnapshotWithWait = async (page, name) => {
await page.waitForTimeout(PERCY_EXTRA_WAIT)
- await ... | ci(percy): hide refresh button that won't let itself be standardized | opentripplanner_otp-react-redux | train | js |
0901ace5677377afa84e7c9fad3215f430db2209 | diff --git a/packages/blueprint/lib/RouterBuilder.js b/packages/blueprint/lib/RouterBuilder.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint/lib/RouterBuilder.js
+++ b/packages/blueprint/lib/RouterBuilder.js
@@ -122,7 +122,7 @@ RouterBuilder.prototype.addSpecification = function (spec, currPath) {
var res... | Added support for controller method returning arrays | onehilltech_blueprint | train | js |
7239036e2d919c45241d8e346ce9e40f407c155f | diff --git a/exchange/bitswap/strategy/strategy.go b/exchange/bitswap/strategy/strategy.go
index <HASH>..<HASH> 100644
--- a/exchange/bitswap/strategy/strategy.go
+++ b/exchange/bitswap/strategy/strategy.go
@@ -72,6 +72,8 @@ func (s *strategist) Seed(int64) {
// TODO
}
+// MessageReceived performs book-keeping. Re... | clarify MessageReceived contract
License: MIT | ipfs_go-ipfs | train | go |
0dbe46d11b00ec033f89935fcdd069165fa0c452 | diff --git a/src/Providers/AuthorizationServiceProvider.php b/src/Providers/AuthorizationServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Providers/AuthorizationServiceProvider.php
+++ b/src/Providers/AuthorizationServiceProvider.php
@@ -54,23 +54,23 @@ class AuthorizationServiceProvider extends ServiceProvide... | Updating the LogViewer abilities to match with the permissions | ARCANESOFT_Foundation | train | php |
63d4135add741e99f9cc2af5cdd354ee61a64e8a | diff --git a/lib/Skeleton/Core/Web/Media.php b/lib/Skeleton/Core/Web/Media.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Core/Web/Media.php
+++ b/lib/Skeleton/Core/Web/Media.php
@@ -148,7 +148,7 @@ class Media {
}
unset($path_parts[0]);
- $package_path = $package->asset_path . '/' . $filetype . '... | Fix building skeleton package asset path | tigron_skeleton-core | train | php |
2cb7f2190ad6cebcf864948673e92fc2c9b9b219 | diff --git a/lib/Pagon/Middleware/Booster.php b/lib/Pagon/Middleware/Booster.php
index <HASH>..<HASH> 100644
--- a/lib/Pagon/Middleware/Booster.php
+++ b/lib/Pagon/Middleware/Booster.php
@@ -12,8 +12,12 @@ class Booster extends Middleware
{
$app = $this->app;
- // configure timezone
- if (... | Move encoding set to Booster | hfcorriez_pagon | train | php |
57cac8bd2fa2cbf455ef9c14351feb1c5789d5b9 | diff --git a/lib/jekyll-admin/server.rb b/lib/jekyll-admin/server.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll-admin/server.rb
+++ b/lib/jekyll-admin/server.rb
@@ -52,14 +52,13 @@ module JekyllAdmin
end
def sanitized_path(path)
- path = path.to_s.gsub(%r!\A#{Regexp.escape(JekyllAdmin.site.source)}!,... | DRY up removing the site source | jekyll_jekyll-admin | train | rb |
f4d0979f3b627f9f671574ae4947c37b0ca4c67d | diff --git a/LiipImagineBundle.php b/LiipImagineBundle.php
index <HASH>..<HASH> 100644
--- a/LiipImagineBundle.php
+++ b/LiipImagineBundle.php
@@ -40,13 +40,13 @@ class LiipImagineBundle extends Bundle
{
parent::build($container);
+ $container->addCompilerPass(new NonFunctionalFilterExceptionPass... | pr/<I>: Move 'NonFunctionalFilterExceptionPass' to be called first | liip_LiipImagineBundle | train | php |
06624ac8619259afbed1d0c4df9465f725781e46 | diff --git a/server/src/auth/auth0.js b/server/src/auth/auth0.js
index <HASH>..<HASH> 100644
--- a/server/src/auth/auth0.js
+++ b/server/src/auth/auth0.js
@@ -45,7 +45,7 @@ function auth0(horizon, raw_options) {
https.request({ host, path: '/userinfo',
headers: { Authorization: `Bearer ${acces... | fixing user id extraction from auth0 info (#<I>) | rethinkdb_horizon | train | js |
90a2b4eeeff0155f619fa5c3069c6d8a6eb71dfd | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -197,7 +197,7 @@ class Location extends EventEmitter {
}
// triggers navigation
get href() { return this._url.href || ''; }
- set href(href) { this._url = new url.URL(href, this._url.href); this.update(); }
+ set href(h... | Make Location href setting respect the base url | exokitxr_exokit | train | js |
6c14ca8dca559c5f7cad2be566a7c5111b5b5ad9 | diff --git a/src/actions/breakpoints/breakpointPositions.js b/src/actions/breakpoints/breakpointPositions.js
index <HASH>..<HASH> 100644
--- a/src/actions/breakpoints/breakpointPositions.js
+++ b/src/actions/breakpoints/breakpointPositions.js
@@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed... | Add flow type to breakpointPositions (#<I>) | firefox-devtools_debugger | train | js |
6e60b7097791d7d880468a2b93b2b0aeb4e8fbde | diff --git a/src/session.js b/src/session.js
index <HASH>..<HASH> 100644
--- a/src/session.js
+++ b/src/session.js
@@ -148,6 +148,13 @@ ghostdriver.Session = function(desiredCapabilities) {
args.splice(0, 3);
}
+ // Our callbacks assume that the only thing affecting the page state
+ ... | Stop the page before trying to load a new URL, otherwise our callbacks get confused. | detro_ghostdriver | train | js |
b826dc91cedc0d17721cc15c244142417a46e111 | diff --git a/class.simple_mail.php b/class.simple_mail.php
index <HASH>..<HASH> 100755
--- a/class.simple_mail.php
+++ b/class.simple_mail.php
@@ -546,7 +546,7 @@ class SimpleMail
public function formatHeader($email, $name = null)
{
$email = $this->filterEmail((string) $email);
- if (empty(tri... | Fix issue with calling `trim` and expecting a return value in PHP < <I> | eoghanobrien_php-simple-mail | train | php |
1ba78d7a4b0e1f9468d7ff5131dcd9e939ae811d | diff --git a/lib/create-clusters.js b/lib/create-clusters.js
index <HASH>..<HASH> 100644
--- a/lib/create-clusters.js
+++ b/lib/create-clusters.js
@@ -8,6 +8,7 @@ function createClusters(selection, g) {
svgClusters = selection.selectAll("g.cluster")
.data(clusters, function(v) { return v; });
+ svgCl... | Remove contents of cluster on change
Fixes #<I> | dagrejs_dagre-d3 | train | js |
3750ce8b0933d8d445e1e2625248a6bf50e4744a | diff --git a/tools/java/src/com/twitter/bazel/checkstyle/JavaCheckstyle.java b/tools/java/src/com/twitter/bazel/checkstyle/JavaCheckstyle.java
index <HASH>..<HASH> 100644
--- a/tools/java/src/com/twitter/bazel/checkstyle/JavaCheckstyle.java
+++ b/tools/java/src/com/twitter/bazel/checkstyle/JavaCheckstyle.java
@@ -95,7 ... | disable checkstyle for kafka-spout | apache_incubator-heron | train | java |
f78042cf26446fb423e341cd0efc574e3baa1f4d | diff --git a/lib/Array/prototype/common-left.js b/lib/Array/prototype/common-left.js
index <HASH>..<HASH> 100644
--- a/lib/Array/prototype/common-left.js
+++ b/lib/Array/prototype/common-left.js
@@ -4,13 +4,11 @@
var every = Array.prototype.every
, call = Function.prototype.call
- , assertNotNul... | Input arguments are already validated by sortMethod | medikoo_es5-ext | train | js |
ae1083e766dd00b6372d62483bb01e6d4427f96b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
license='BSD License',
description='A simple python wrapper around National Rail Enquires LDBS SOAP Webservice',
long_description=README,
- #url='https://github.com/robert-b-clarke/djang... | add link from setup to github | robert-b-clarke_nre-darwin-py | train | py |
a7baafc02243e2c2ed9b24b6d0440542d3f2bd14 | diff --git a/src/main/java/org/springframework/hateoas/PagedResources.java b/src/main/java/org/springframework/hateoas/PagedResources.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/springframework/hateoas/PagedResources.java
+++ b/src/main/java/org/springframework/hateoas/PagedResources.java
@@ -168,10 +168,6... | #<I> - Removed obsolete annotations from PagedResources.
Removed JsonAutoDetect annotations from PagedResources as the reference to Visibility was causing compile errors in case one of the 2 Jackson variants was not on the classpath (which by design will usually be the case). Generally, the annotations weren't require... | spring-projects_spring-hateoas | train | java |
f7803aee788ea47fba64ff6e90dafdbdd9d12447 | diff --git a/spec/unit/active_attr/typecasting_spec.rb b/spec/unit/active_attr/typecasting_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/unit/active_attr/typecasting_spec.rb
+++ b/spec/unit/active_attr/typecasting_spec.rb
@@ -123,12 +123,12 @@ module ActiveAttr
end
context "from Float::INFINITY" do... | No Float::INFINITY or FLOAT::NAN in <I>x, use computations resulting in those values for #5 | cgriego_active_attr | train | rb |
96aa3bd0eae0afa98a1a16d87f5e0b6fa0005dab | diff --git a/actionpack/lib/action_dispatch/http/url.rb b/actionpack/lib/action_dispatch/http/url.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/http/url.rb
+++ b/actionpack/lib/action_dispatch/http/url.rb
@@ -64,7 +64,7 @@ module ActionDispatch
end
def host_or_subdomain_and_dom... | Clean up subdomain code a bit. | rails_rails | train | rb |
677d19b85fb7f85bc1a4999719768150b4f8700f | diff --git a/src/PhpFileFinder.php b/src/PhpFileFinder.php
index <HASH>..<HASH> 100644
--- a/src/PhpFileFinder.php
+++ b/src/PhpFileFinder.php
@@ -22,7 +22,7 @@ class PhpFileFinder
), '/^.+\.php$/i', \RecursiveRegexIterator::GET_MATCH
);
foreach ($regexIterator as $fileName) {
- ... | Fix bug where immutable collection was treated like mutable | mihaeu_dephpend | train | php |
f7059bdb09d9fdec0e78e61bb3d3b69159e69e51 | diff --git a/Grido/Components/Filters/Filter.php b/Grido/Components/Filters/Filter.php
index <HASH>..<HASH> 100755
--- a/Grido/Components/Filters/Filter.php
+++ b/Grido/Components/Filters/Filter.php
@@ -153,7 +153,12 @@ abstract class Filter extends \Grido\Components\Base
public function getColumns()
{
... | Filters: Use db's column from column component when not set and column component with the same name exists | o5_grido | train | php |
4d0c65a57ee6052ec0bafcca483cac3719153606 | diff --git a/ddmrp_adjustment/models/stock_warehouse_orderpoint.py b/ddmrp_adjustment/models/stock_warehouse_orderpoint.py
index <HASH>..<HASH> 100644
--- a/ddmrp_adjustment/models/stock_warehouse_orderpoint.py
+++ b/ddmrp_adjustment/models/stock_warehouse_orderpoint.py
@@ -38,7 +38,7 @@ class StockWarehouseOrderpoint(... | [<I>][FIX] ADU *must* only be computed by the cron job (we do *not* want real-time ADU). | OCA_ddmrp | train | py |
fc46a7cb76659255adaa7f3e27857a15c1563c3a | diff --git a/tests/Generator/GeneratorTest.php b/tests/Generator/GeneratorTest.php
index <HASH>..<HASH> 100755
--- a/tests/Generator/GeneratorTest.php
+++ b/tests/Generator/GeneratorTest.php
@@ -650,7 +650,7 @@ class GeneratorTest extends TestCase
{
$instance = self::getBingGeneratorInstance();
- ... | issue #<I> - fix unit test based on php version | WsdlToPhp_PackageGenerator | train | php |
0509fcf889e863bbb844347fbf7df0c0c1b7b9b0 | diff --git a/app/controllers/storytime/posts_controller.rb b/app/controllers/storytime/posts_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/storytime/posts_controller.rb
+++ b/app/controllers/storytime/posts_controller.rb
@@ -41,8 +41,8 @@ module Storytime
@comments = @post.comments.order("cre... | custom post type show by slug | CultivateLabs_storytime | train | rb |
a0c596440b7d0844bdd6dd38177f40f27abf2e7b | diff --git a/exp/sdb/integration_test/tests.go b/exp/sdb/integration_test/tests.go
index <HASH>..<HASH> 100644
--- a/exp/sdb/integration_test/tests.go
+++ b/exp/sdb/integration_test/tests.go
@@ -338,10 +338,6 @@ func (t *ItemsTest) BatchPutThenGet() {
)
}
-func (t *ItemsTest) BatchPutThenBatchGet() {
- ExpectEq("T... | There's no such thing as batch get. | jacobsa_aws | train | go |
7a3bc60e46159669dac4c56be28eb2cd8f626b56 | diff --git a/structr-core/src/main/java/org/structr/module/JarConfigurationProvider.java b/structr-core/src/main/java/org/structr/module/JarConfigurationProvider.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/module/JarConfigurationProvider.java
+++ b/structr-core/src/main/java/org/struct... | Adds logging with level FINEST to get information about classes with unmet dependencies in modules. | structr_structr | train | java |
97f02bcdc7c2d23663cb050bd1dfbedd413ffebe | diff --git a/lib/Boris/ReadlineClient.php b/lib/Boris/ReadlineClient.php
index <HASH>..<HASH> 100644
--- a/lib/Boris/ReadlineClient.php
+++ b/lib/Boris/ReadlineClient.php
@@ -7,6 +7,9 @@
*/
class Boris_ReadlineClient {
private $_socket;
+ private $_prompt;
+ private $_historyFile;
+ private $_clear = false;
... | Clear buffer on ctrl-c... this seems to have a nasty side-effect on the ctrl-d handling though | borisrepl_boris | train | php |
74f9f4f7a0b559fa6b3da4912f32a36a8358c3d0 | diff --git a/ring.go b/ring.go
index <HASH>..<HASH> 100644
--- a/ring.go
+++ b/ring.go
@@ -203,7 +203,7 @@ func (ring *Ring) heartbeat() {
for _, shard := range ring.shards {
err := shard.Client.Ping().Err()
- if shard.Vote(err == nil) {
+ if shard.Vote(err == nil || err == errPoolTimeout) {
log.Print... | ring: ignore pool timeout when pinging shards. | go-redis_redis | train | go |
9561ba76ddecc725e6e32c925edea3a743be4223 | diff --git a/category/selectors/index.js b/category/selectors/index.js
index <HASH>..<HASH> 100644
--- a/category/selectors/index.js
+++ b/category/selectors/index.js
@@ -124,3 +124,8 @@ export const getCurrentCategories = createSelector(
return null;
}
);
+
+export const getCategoryProductCount = createSelect... | Added getCategoryProductCount selector | shopgate_pwa | train | js |
49c36933e66b11c6a3ace93532c7393100f2a21c | diff --git a/player_js.go b/player_js.go
index <HASH>..<HASH> 100644
--- a/player_js.go
+++ b/player_js.go
@@ -123,8 +123,16 @@ func (p *player) Write(data []byte) (int, error) {
buf := p.context.Call("createBuffer", p.channelNum, sizeInSamples, p.sampleRate)
l, r := toLR(p.tmp[:p.bufferSize])
- buf.Call("copyToC... | js: Bug fix: copyToChannel is not defined on Safari | hajimehoshi_oto | train | go |
54a625aae8021e8ed3c3c1504f2f5f7162a44577 | diff --git a/plenum/__init__.py b/plenum/__init__.py
index <HASH>..<HASH> 100644
--- a/plenum/__init__.py
+++ b/plenum/__init__.py
@@ -5,6 +5,11 @@ plenum package
from __future__ import absolute_import, division, print_function
import sys
+import plenum
if sys.version_info < (3, 5, 0):
raise ImportError("Py... | Hotfix: Deps (#<I>) | hyperledger_indy-plenum | train | py |
2e584d8e4e72a229c0a18182d231022d05356ef7 | diff --git a/tests/fixtures/issues/issue-470.php b/tests/fixtures/issues/issue-470.php
index <HASH>..<HASH> 100644
--- a/tests/fixtures/issues/issue-470.php
+++ b/tests/fixtures/issues/issue-470.php
@@ -133,7 +133,7 @@ return [
'Device_Name' => '2320 classic',
'Device_Maker' => 'Nokia',
... | #<I>: change pointing method inside test | browscap_browscap | train | php |
486229e57aacfb945cd3ce3879efb3a9abb85a8a | diff --git a/spec/controllers/static_controller_spec.rb b/spec/controllers/static_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/static_controller_spec.rb
+++ b/spec/controllers/static_controller_spec.rb
@@ -9,7 +9,7 @@ describe StaticController do
response.should render_template "layouts/... | Test for an XHR request, not for a javascript format | samvera_hyrax | train | rb |
bba4bab1772c6dee6508f3ee01febfce7e8b55ca | diff --git a/lib/textbringer/controller.rb b/lib/textbringer/controller.rb
index <HASH>..<HASH> 100644
--- a/lib/textbringer/controller.rb
+++ b/lib/textbringer/controller.rb
@@ -59,7 +59,8 @@ module Textbringer
end
end
rescue => e
- Window.echo_area.show(e.to_s.chomp)
... | Log messages are saved in *Messsages*. | shugo_textbringer | train | rb,rb |
a9958a1d24c11724e1cadca0ce1abbb0b8849f45 | diff --git a/src/jquery.sidebar.js b/src/jquery.sidebar.js
index <HASH>..<HASH> 100644
--- a/src/jquery.sidebar.js
+++ b/src/jquery.sidebar.js
@@ -22,6 +22,7 @@
* $(".my-sidebar").trigger("sidebar:open");
* $(".my-sidebar").trigger("sidebar:close");
* $(".my-sidebar").trigger("sidebar:toggle");
+ ... | Improved a documentation comment
according to a manual change in README.md | jillix_jQuery-sidebar | train | js |
b031fc61b48b5c910d9b88c91d729856f375e825 | diff --git a/mbdata/replication.py b/mbdata/replication.py
index <HASH>..<HASH> 100644
--- a/mbdata/replication.py
+++ b/mbdata/replication.py
@@ -249,7 +249,7 @@ def load_tar(filename, db, config, ignored_schemas, ignored_tables):
continue
print(" - Loading {} to {}".format(name, fulltable))
... | Fix commit in mbslave import | lalinsky_mbdata | train | py |
fddeea35b14439cc2caf09df455716b56a4de8f0 | diff --git a/bugzoo/bug.py b/bugzoo/bug.py
index <HASH>..<HASH> 100644
--- a/bugzoo/bug.py
+++ b/bugzoo/bug.py
@@ -218,6 +218,7 @@ class Bug(object):
if self.__program:
return "{}:{}:{}".format(self.__dataset.name, self.__program, self.__name)
return "{}:{}".format(self.__dataset.name, se... | added 'uid' property to Bug | squaresLab_BugZoo | train | py |
998045e976129287a96217acdf3efa60916c2593 | diff --git a/lib/linters/attribute_quotes.js b/lib/linters/attribute_quotes.js
index <HASH>..<HASH> 100644
--- a/lib/linters/attribute_quotes.js
+++ b/lib/linters/attribute_quotes.js
@@ -22,7 +22,7 @@ module.exports = {
results.push({
column: column,
- ... | Fix line reporting in attributeQuotes. Closes #<I> | lesshint_lesshint | train | js,js |
834c3e3ac4fac290b3fc83e45f518a5c76700972 | diff --git a/test/karma.config.js b/test/karma.config.js
index <HASH>..<HASH> 100644
--- a/test/karma.config.js
+++ b/test/karma.config.js
@@ -5,8 +5,7 @@ delete webpackConfig.entry
module.exports = function (config) {
config.set({
browsers: ['PhantomJS'],
- singleRun: false,
- autoWatch: process.env.TRA... | chore(unit test) edit single run property | MatteoGabriele_storage-helper | train | js |
5368dd06fdb9dacc9e8dbc5ae846e4de87180b34 | diff --git a/js/bigone.js b/js/bigone.js
index <HASH>..<HASH> 100644
--- a/js/bigone.js
+++ b/js/bigone.js
@@ -44,7 +44,7 @@ module.exports = class bigone extends Exchange {
'1w': 'week1',
'1M': 'month1',
},
- 'hostname': 'big.one', // set to 'b1.run' for China ... | bigone minor edits / comments | ccxt_ccxt | train | js |
042e4abcd807678f0f2739c58a22c295bd64fd94 | diff --git a/lib/specinfra/version.rb b/lib/specinfra/version.rb
index <HASH>..<HASH> 100644
--- a/lib/specinfra/version.rb
+++ b/lib/specinfra/version.rb
@@ -1,3 +1,3 @@
module Specinfra
- VERSION = "2.34.3"
+ VERSION = "2.34.4"
end | Bump up version
[skip ci] | mizzy_specinfra | train | rb |
53ec3f6980d2292965424e9c12c7e17b23a251b4 | diff --git a/newrelic_api/servers.py b/newrelic_api/servers.py
index <HASH>..<HASH> 100644
--- a/newrelic_api/servers.py
+++ b/newrelic_api/servers.py
@@ -54,7 +54,9 @@ class Servers(Resource):
}
"""
- label_param = ';'.join(['{}:{}'.format(label, value) for label, value in filter_labels.... | Fix code if `filter_labels` is `None` | ambitioninc_newrelic-api | train | py |
5b8b7c034630a93517e99d9caa9a71134571ad3a | diff --git a/javascript/firefox-driver/js/modals.js b/javascript/firefox-driver/js/modals.js
index <HASH>..<HASH> 100644
--- a/javascript/firefox-driver/js/modals.js
+++ b/javascript/firefox-driver/js/modals.js
@@ -159,12 +159,12 @@ fxdriver.modals.signalOpenModal = function(parent, text) {
if (driver && driver.resp... | DanielWagnerHall: Only dismiss alert if the current command is still pending. Yeah, there's still a bit of a race condition here, because of the timer that the response is actually sent in, but it's much *less* of a race condition :)
r<I> | SeleniumHQ_selenium | train | js |
95715c5f2fdef4598b14140acc3f792b255b9d00 | diff --git a/globus_cli/parsing/shared_options.py b/globus_cli/parsing/shared_options.py
index <HASH>..<HASH> 100644
--- a/globus_cli/parsing/shared_options.py
+++ b/globus_cli/parsing/shared_options.py
@@ -175,12 +175,14 @@ def endpoint_create_and_update_params(*args, **kwargs):
# Managed Endpoint options
... | Make default for --managed "None", not "False"
With `--managed/--no-managed` split into two separate flag arguments,
the default becomes `False` (this is a click behavior, makes sense for
typical is_flag=True options). Explicitly tune the default back to
"None" so that all of the behaviors based on this option remain ... | globus_globus-cli | train | py |
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.