hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
ce267eb673ffe290fec4b210f625b162b117a1a5
diff --git a/src/cli/config/abe-config.js b/src/cli/config/abe-config.js index <HASH>..<HASH> 100755 --- a/src/cli/config/abe-config.js +++ b/src/cli/config/abe-config.js @@ -98,7 +98,7 @@ var config = { siteUrl: false, sitePort: false, redis: { - enable: true, + enable: false, port: '6379', ho...
Redis made necessary in cluster mode: Abe has become a stateful app
abecms_abecms
train
a5d2af855fc0f331ce365bdbf18e6653faf17bea
diff --git a/DependencyInjection/Compiler/DoctrineMongoDBMappingsPass.php b/DependencyInjection/Compiler/DoctrineMongoDBMappingsPass.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Compiler/DoctrineMongoDBMappingsPass.php +++ b/DependencyInjection/Compiler/DoctrineMongoDBMappingsPass.php @@ -128,9 +128,7 @@ c...
Fix annotation driver mapping pass to correctly instantiate and pass the annotation driver.
doctrine_DoctrineMongoDBBundle
train
17704ac9a87b52dd10d30472d2304954053893c6
diff --git a/fluent_dashboard/appsettings.py b/fluent_dashboard/appsettings.py index <HASH>..<HASH> 100644 --- a/fluent_dashboard/appsettings.py +++ b/fluent_dashboard/appsettings.py @@ -103,4 +103,4 @@ if not FLUENT_DASHBOARD_CMS_PAGE_MODEL: elif 'feincms' in settings.INSTALLED_APPS: FLUENT_DASHBOARD_CMS...
Fix compatibility with fluent_pages; an _ in the appname. Also using 'page' proxy model to access the urlnode structure, so revert to 'page' again.
django-fluent_django-fluent-dashboard
train
db217920012c6763df858ea5360243bc2eaa1fc0
diff --git a/lib/filewatcher.js b/lib/filewatcher.js index <HASH>..<HASH> 100644 --- a/lib/filewatcher.js +++ b/lib/filewatcher.js @@ -14,6 +14,7 @@ FileWatcher.prototype = { for (var path in this.fileInfo){ var info = this.fileInfo[path] info.watcher.close() + fs.unwatchFi...
Fallback to using fs.watchFile for filewatcher so that vi users can have autorun, be it less responsive.
testem_testem
train
d39d703d101ace744348a57aa708165222457b1f
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -13,8 +13,11 @@ var through = require('through2'), var PLUGIN_NAME = 'gulp-symlink'; +/** + * Wrapper to log when debug === true + * it's basically a console.log + */ var log = function() { - if(debug === true) { ...
Improvements Handle Array of destinations Better absolute resolving Comments
ben-eb_gulp-symlink
train
20473dab36e88fca4f7826a61346a4e3a043f1ac
diff --git a/core/src/main/java/hudson/model/Slave.java b/core/src/main/java/hudson/model/Slave.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/Slave.java +++ b/core/src/main/java/hudson/model/Slave.java @@ -62,7 +62,6 @@ import jenkins.model.Jenkins; import jenkins.slaves.WorkspaceLocator; i...
@DataBoundConstructor makes no sense on an abstract class. (cherry picked from commit <I>d8b<I>ea<I>e0cda6dbc<I>b<I>c<I>)
jenkinsci_jenkins
train
1bb0573015e81af1e245dad7999c3fb16b530a10
diff --git a/vm/src/lib.js b/vm/src/lib.js index <HASH>..<HASH> 100644 --- a/vm/src/lib.js +++ b/vm/src/lib.js @@ -389,7 +389,7 @@ var shine = shine || {}; require: function (modname) { var thread, - packageLib = shine.lib['package'], + packageLib = this._globals['package'], running = shine.Coroutin...
Cached modules no longer stored statically and should be dumped with VM.
gamesys_moonshine
train
ad0accb97a7c422fea40778ec44dc87808c595cf
diff --git a/reflect-helpers.js b/reflect-helpers.js index <HASH>..<HASH> 100644 --- a/reflect-helpers.js +++ b/reflect-helpers.js @@ -294,10 +294,13 @@ */ _R.getObjectPrototype = function getObjectPrototype(what) { - if (typeof what !== 'object' || typeof what !== 'function' || what ...
Typo - OR instead of AND. xD
Ginden_reflect-helpers
train
6b9236d2d51fc329c17e5ab5aee0d806a1a40829
diff --git a/src/main/java/water/Model.java b/src/main/java/water/Model.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/Model.java +++ b/src/main/java/water/Model.java @@ -308,6 +308,7 @@ public abstract class Model extends Iced { SB fileContextSB = new SB(); // preserve file context String modelNa...
#<I>: Changed generated classes to be public. Modified map and predict methods to use Map<String, Double> instead of HashMap.
h2oai_h2o-2
train
7a26480b7f97254fc4f68db7722657d64526984d
diff --git a/galpy/potential.py b/galpy/potential.py index <HASH>..<HASH> 100644 --- a/galpy/potential.py +++ b/galpy/potential.py @@ -1,6 +1,4 @@ import warnings -from galpy.util import galpyWarning -warnings.warn("A major change in versions > 1.1 is that all galpy.potential functions and methods take the potential a...
remove warning about changed arguments for potential functions
jobovy_galpy
train
390f87eaa82d065beba5d8d3e3391f95c77fb62c
diff --git a/cli/valet.php b/cli/valet.php index <HASH>..<HASH> 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -518,7 +518,7 @@ You might also want to investigate your global Composer configs. Helpful command return info("Valet is already using {$linkedVersion}."); } - info...
Update cli/valet.php
laravel_valet
train
ef03b753d4185d0a82980b7522c58866f2a4bc87
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -56,11 +56,15 @@ var resolveTransition = function(transition) { }; var saveUserAsset = function(type, file) { - // ... + var assetName = path.basename(file, '.css') + , assetPath = path.join(regDir, type, name...
partial: Add internal functions for saving/deleting assets
jtrussell_bedecked
train
bebe6825e05c318cd4d7d8bc00931c8f09e042d2
diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/record/ORecordLazySet.java b/core/src/main/java/com/orientechnologies/orient/core/db/record/ORecordLazySet.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/db/record/ORecordLazySet.java +++ b/core/src/main/ja...
Checked on add/put/remove of multivalue types if dirty flag is really necessary.
orientechnologies_orientdb
train
08f3f30994d37f6f44acfac801f82fc43127fc78
diff --git a/activerecord/lib/active_record/relation/query_methods.rb b/activerecord/lib/active_record/relation/query_methods.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/query_methods.rb +++ b/activerecord/lib/active_record/relation/query_methods.rb @@ -305,9 +305,18 @@ module ActiveRec...
Support reversal of ARel orderings in reverse_sql_order
rails_rails
train
e6ffd987a3bd359fdb3246a90027706543489039
diff --git a/agent/grpc/resolver/resolver.go b/agent/grpc/resolver/resolver.go index <HASH>..<HASH> 100644 --- a/agent/grpc/resolver/resolver.go +++ b/agent/grpc/resolver/resolver.go @@ -5,6 +5,7 @@ import ( "math/rand" "strings" "sync" + "time" "github.com/hashicorp/consul/agent/metadata" "google.golang.or...
agent/grpc: seed the rand for shuffling servers
hashicorp_consul
train
d34092d1a004552f26c055143a3aef5936bf99d0
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autohost", - "version": "0.1.29", + "version": "0.1.30", "description": "Resource-driven http server", "main": "src/autohost.js", "author": "Alex Robson", @@ -8,6 +8,10 @@...
Add .cookies property to envelope for sockets and http requests. Update autohost-riak-auth dependency to working version. Add @ifandelse to contributors list.
LeanKit-Labs_autohost
train
e5056fa3e033d5939f3099cd501d719b60e773f3
diff --git a/lib/ronin/platform/overlay.rb b/lib/ronin/platform/overlay.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/platform/overlay.rb +++ b/lib/ronin/platform/overlay.rb @@ -354,6 +354,8 @@ module Ronin # @return [Overlay] # The updated overlay. # + # @since 0.4.0 + # def up...
Updated documentation for renamed methods.
ronin-ruby_ronin
train
f2b95e80a874937a051e8bb088874e422c704cdf
diff --git a/flatpack/src/main/java/net/sf/flatpack/DataSet.java b/flatpack/src/main/java/net/sf/flatpack/DataSet.java index <HASH>..<HASH> 100644 --- a/flatpack/src/main/java/net/sf/flatpack/DataSet.java +++ b/flatpack/src/main/java/net/sf/flatpack/DataSet.java @@ -36,7 +36,6 @@ import java.text.ParseException; impor...
Fix a few PMD and Checkstyle warnings. Former-commit-id: e7b2cfd2d<I>c<I>ac<I>f<I>a5f3c0cb8ea<I>
Appendium_flatpack
train
b1894bd98a9fd73f3b08af009858e07f8bcd09ab
diff --git a/openquake/calculators/event_based_risk.py b/openquake/calculators/event_based_risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/event_based_risk.py +++ b/openquake/calculators/event_based_risk.py @@ -381,7 +381,7 @@ class EventBasedRiskCalculator(event_based.EventBasedCalculator): ""...
Small fix in log_info [ci skip]
gem_oq-engine
train
bd8661e8fafd5f80ce12fa966b9f8e990b7d7714
diff --git a/daemon/logger/jsonfilelog/jsonfilelog.go b/daemon/logger/jsonfilelog/jsonfilelog.go index <HASH>..<HASH> 100644 --- a/daemon/logger/jsonfilelog/jsonfilelog.go +++ b/daemon/logger/jsonfilelog/jsonfilelog.go @@ -3,6 +3,7 @@ package jsonfilelog import ( "bytes" "os" + "sync" "github.com/docker/docker...
Protect jsonfilelog writes with mutex
containers_storage
train
3da7d2460cfe6787ef0fcf1a93438440eae2532a
diff --git a/QUANTAXIS/QAARP/QAAccount.py b/QUANTAXIS/QAARP/QAAccount.py index <HASH>..<HASH> 100755 --- a/QUANTAXIS/QAARP/QAAccount.py +++ b/QUANTAXIS/QAARP/QAAccount.py @@ -97,7 +97,7 @@ class QA_Account(QA_Worker): def __init__(self, strategy_name=None, user_cookie=None, portfolio_cookie=None, account_cookie=...
#update tax_coeff
QUANTAXIS_QUANTAXIS
train
446e918e1474dd9647caf83b488b0cef35c3327d
diff --git a/num2words/__init__.py b/num2words/__init__.py index <HASH>..<HASH> 100644 --- a/num2words/__init__.py +++ b/num2words/__init__.py @@ -96,6 +96,8 @@ def num2words(number, ordinal=False, lang='en', to='cardinal', **kwargs): if lang not in CONVERTER_CLASSES: raise NotImplementedError() conv...
Convert strings to Decimal values Punt string handling to python Decimal object, this correctly represents both integers and floats (except with regards to trailing zeros) Change command line tests to reflect handling of ints
savoirfairelinux_num2words
train
c341629060f5392ba0d86f0ea5a9f4df3072e6f1
diff --git a/java/server/src/org/openqa/grid/common/RegistrationRequest.java b/java/server/src/org/openqa/grid/common/RegistrationRequest.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/grid/common/RegistrationRequest.java +++ b/java/server/src/org/openqa/grid/common/RegistrationRequest.java @@ -494,7...
francoisReynaud: making method public to be able to configure a node programatically from a json config file. r<I>
SeleniumHQ_selenium
train
5387137387af672016bc83685d74bebc9ea27e3e
diff --git a/spyderlib/plugins/__init__.py b/spyderlib/plugins/__init__.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/__init__.py +++ b/spyderlib/plugins/__init__.py @@ -46,6 +46,7 @@ class SpyderPluginMixin(object): FEATURES = QDockWidget.DockWidgetClosable | \ QDockWidget.DockWidgetFloa...
SpyderPluginMixin: added class attribute 'DISABLE_ACTIONS_WHEN_HIDDEN' -> fixes Editor behaviour wrt to new windows
spyder-ide_spyder
train
4d88a95d6730383624570f8730aa203a56caadc3
diff --git a/integration/build/build_test.go b/integration/build/build_test.go index <HASH>..<HASH> 100644 --- a/integration/build/build_test.go +++ b/integration/build/build_test.go @@ -25,7 +25,7 @@ import ( func TestBuildWithRemoveAndForceRemove(t *testing.T) { skip.If(t, testEnv.DaemonInfo.OSType == "windows", "...
Don't mix t.Parallel() wth environment.ProtectAll() `testEnv` is a package-level variable, so protecting / restoring `testEnv` in parallel will result in "concurrent map write" errors. This patch removes `t.Parallel()` from tests that use this functionality (through `defer setupTest(t)()`). Note that _subtests_ can ...
moby_moby
train
5d0fdcc7e2aa37aaa2733476f840f42b926cd006
diff --git a/lib/telos/device.rb b/lib/telos/device.rb index <HASH>..<HASH> 100644 --- a/lib/telos/device.rb +++ b/lib/telos/device.rb @@ -61,5 +61,9 @@ module Telos end Thread.pass # Make sure the reader thread starts end + + def stop_reader_thread + @reader_thread.terminate if @reader_threa...
Actually add the stop_reader_thread method
Q-music_ruby-telos
train
b2e3a494b0e6a75b1caea32a17f41fc7d4799321
diff --git a/benchmark/document-suite.js b/benchmark/document-suite.js index <HASH>..<HASH> 100644 --- a/benchmark/document-suite.js +++ b/benchmark/document-suite.js @@ -1,7 +1,5 @@ "use strict"; const Benchmark = require("benchmark"); -const extend = require("xtend"); -const shallowClone = extend; const jsdomBench...
Remove xtend dependency in favor of Object.assign
jsdom_jsdom
train
066ab17c79696d17916c50aecccff09fb7e07bd6
diff --git a/salt/version.py b/salt/version.py index <HASH>..<HASH> 100644 --- a/salt/version.py +++ b/salt/version.py @@ -1,2 +1,2 @@ -__version_info__ = (0, 9, 7) +__version_info__ = (0, 9, 8, 'pre') __version__ = '.'.join(map(str, __version_info__))
Make the release <I>.pre
saltstack_salt
train
e605fe105429cd7ee7c3e457f57c5df40356e8c7
diff --git a/src/test/java/net/mindengine/galen/tests/selenium/GalenSeleniumTest.java b/src/test/java/net/mindengine/galen/tests/selenium/GalenSeleniumTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/mindengine/galen/tests/selenium/GalenSeleniumTest.java +++ b/src/test/java/net/mindengine/galen/tests/selen...
Added negative test for selenium tests
galenframework_galen
train
fbf899e8229ffe8bc0f261a335fa6d48ffb44797
diff --git a/app/models/spree/gateway/adyen_hpp.rb b/app/models/spree/gateway/adyen_hpp.rb index <HASH>..<HASH> 100644 --- a/app/models/spree/gateway/adyen_hpp.rb +++ b/app/models/spree/gateway/adyen_hpp.rb @@ -51,12 +51,12 @@ module Spree ActiveMerchant::Billing::Response.new(true, 'successful hpp payment') ...
Capture should take in the response code not source Changing this so it's more inline with how capture! works - it passes the response code and not the source as the first arg.
StemboltHQ_solidus-adyen
train
31bdd9647c70da3ec06b7cc96fb8ad4157f3ae20
diff --git a/Summarize.java b/Summarize.java index <HASH>..<HASH> 100644 --- a/Summarize.java +++ b/Summarize.java @@ -62,8 +62,8 @@ import hadooptrunk.TotalOrderPartitioner; import fi.tkk.ics.hadoop.bam.BAMInputFormat; import fi.tkk.ics.hadoop.bam.BAMRecordReader; -import fi.tkk.ics.hadoop.bam.customsamtools.Block...
Fix imports for hadoop-bam reorganization.
HadoopGenomics_Hadoop-BAM
train
2c0958a50cbfbdc0d4a8b7ed6b32635738488ddd
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -1970,6 +1970,11 @@ class GeSHi { * @since 1.0.8 */ protected function build_parse_cache() { + // check whether language_data is available + if (empty($this->language_data)) {...
fix: prevent error with no language set
GeSHi_geshi-1.0
train
3d00ca09b9baf3482c17a23936ef836ea3fad3f2
diff --git a/sanic/response.py b/sanic/response.py index <HASH>..<HASH> 100644 --- a/sanic/response.py +++ b/sanic/response.py @@ -1,6 +1,12 @@ import ujson -STATUS_CODES = { +COMMON_STATUS_CODES = { + 200: b'OK', + 400: b'Bad Request', + 404: b'Not Found', + 500: b'Internal Server Error', +} +ALL_STATUS...
Added fast lookup dict for common response codes
huge-success_sanic
train
7c2c6d834bf1ac3bd00991601fa1d57e3427b4dc
diff --git a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/GolangGenerator.java b/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/GolangGenerator.java index <HASH>..<HASH> 100644 --- a/sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/GolangGenerator.java +++ b/sbe-tool/src/mai...
[Java] Fix extra empty line
real-logic_simple-binary-encoding
train
5de62dfb031365c587dd2adb113ac50e8304df94
diff --git a/lib/nform/builder.rb b/lib/nform/builder.rb index <HASH>..<HASH> 100644 --- a/lib/nform/builder.rb +++ b/lib/nform/builder.rb @@ -122,7 +122,7 @@ module NForm def detect_object_name(o) if o.is_a?(Symbol) o.to_s - elsif o.respond_to?(:name) + elsif o.is_a?(Class) o.na...
Be more explicit when detecting class name so object instances that happen to have a name method don't lead to nutty object and collection names
burlesona_nform
train
8595fe6a35a729e749fc81db5bbc8bf58e8257b6
diff --git a/cmd/helm/search_hub.go b/cmd/helm/search_hub.go index <HASH>..<HASH> 100644 --- a/cmd/helm/search_hub.go +++ b/cmd/helm/search_hub.go @@ -50,7 +50,7 @@ func newSearchHubCmd(out io.Writer) *cobra.Command { cmd := &cobra.Command{ Use: "hub [keyword]", - Short: "search for a keyword in charts", + S...
Updating the search language and flags for consistency
helm_helm
train
b6564bbb871e3b86794872de04cd8c9913b9a72a
diff --git a/arcana/version_.py b/arcana/version_.py index <HASH>..<HASH> 100644 --- a/arcana/version_.py +++ b/arcana/version_.py @@ -1 +1 @@ -__version__ = '0.2.5' +__version__ = '0.2.6'
upped version to <I>
MonashBI_arcana
train
070b4b1c215f0f4d24884248c5b0bf5524a42064
diff --git a/framework/core/js/src/forum/compat.js b/framework/core/js/src/forum/compat.js index <HASH>..<HASH> 100644 --- a/framework/core/js/src/forum/compat.js +++ b/framework/core/js/src/forum/compat.js @@ -9,6 +9,10 @@ import DiscussionControls from './utils/DiscussionControls'; import alertEmailConfirmation from...
Expose state classes via compat This way, they can be extended by extensions.
flarum_core
train
3177e6742f617504195b82b9a01e3832d87e16be
diff --git a/test/support/coerceable_test_sqlserver.rb b/test/support/coerceable_test_sqlserver.rb index <HASH>..<HASH> 100644 --- a/test/support/coerceable_test_sqlserver.rb +++ b/test/support/coerceable_test_sqlserver.rb @@ -11,17 +11,13 @@ module ARTest module ClassMethods - def coerce_tests(*metho...
Allow coerced tests to be a Regexp.
rails-sqlserver_activerecord-sqlserver-adapter
train
7eda0d037951e653aeefa9b7c437df0d9b2fefb6
diff --git a/tests/test_connection.py b/tests/test_connection.py index <HASH>..<HASH> 100644 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -76,3 +76,31 @@ class TestConnection(object): @raises(xcffib.XcffibException) def test_wait_for_nonexistent_request(self): self.conn.wait_for_r...
Add wire packing test for CreateWindow
tych0_xcffib
train
f6dd36d14402382d0e37f458328f8d6c4b9fb34b
diff --git a/resources/js/controllers/fields/radiobutton_controller.js b/resources/js/controllers/fields/radiobutton_controller.js index <HASH>..<HASH> 100644 --- a/resources/js/controllers/fields/radiobutton_controller.js +++ b/resources/js/controllers/fields/radiobutton_controller.js @@ -8,7 +8,10 @@ export default c...
:bug: fixed display of the active radio button (#<I>)
orchidsoftware_platform
train
48d44221a9868bc853a036e64f272ef2a0b6540a
diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index <HASH>..<HASH> 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -252,7 +252,9 @@ func provisionWithDriver(cmd *cobra.Command, ds registry.DriverState, existing * validateFlags(cmd, driverName) validateUser(driverName...
Don't validate Docker storage driver for Podman For podman, "overlay" and "overlay2" are the same
kubernetes_minikube
train
a432b3d466132e446e2c452a9012bb576cf9f361
diff --git a/examples/run_squad.py b/examples/run_squad.py index <HASH>..<HASH> 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -234,10 +234,11 @@ def main(): train_sampler = RandomSampler(train_data) else: train_sampler = DistributedSampler(train_data) + tr...
distributed traing t_total
huggingface_pytorch-pretrained-BERT
train
72f9bcce98b85be9eae91b2e3d3786b2828a9b6e
diff --git a/tests/RollbarTest.php b/tests/RollbarTest.php index <HASH>..<HASH> 100644 --- a/tests/RollbarTest.php +++ b/tests/RollbarTest.php @@ -27,19 +27,6 @@ class RollbarTest extends BaseRollbarTest Rollbar::destroy(); } - public function testProfileInit() - { - $acceptable = 0.005...
<I>: fix prefix_unary_operator error on hhvm
rollbar_rollbar-php
train
6b7bc3dca22bdcd40c6eaf0edbfc8eb965c0733d
diff --git a/content-index-client/src/main/java/org/duracloud/contentindex/client/iterator/AbstractESContentIndexClientIteratorSource.java b/content-index-client/src/main/java/org/duracloud/contentindex/client/iterator/AbstractESContentIndexClientIteratorSource.java index <HASH>..<HASH> 100644 --- a/content-index-clien...
Minor refactor of the ESContentIndexClientIteratorSources to remove duplicate logic.
duracloud_duracloud
train
cb4eca6f82bfb20df12b89b4c10122a547a902b2
diff --git a/spec/unit/config_spec.rb b/spec/unit/config_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/config_spec.rb +++ b/spec/unit/config_spec.rb @@ -44,7 +44,7 @@ describe Restforce do 'SALESFORCE_PROXY_URI' => 'proxy', 'SALESFORCE_HOST' => 'test.host.com', 'SAL...
Update the tests to handle Rubocop autocorrections in <I>dec
restforce_restforce
train
7e90827bf3ec4c081d4ec35bd1a481a27cfa0701
diff --git a/ayrton/tests/test_ayrton.py b/ayrton/tests/test_ayrton.py index <HASH>..<HASH> 100644 --- a/ayrton/tests/test_ayrton.py +++ b/ayrton/tests/test_ayrton.py @@ -79,17 +79,23 @@ class HardExpansion(unittest.TestCase): pass class A(object): + def __init__ (self, buf): + self.buffer= buf + ...
+ more output tests covering None and Capture.
StyXman_ayrton
train
54cd369ecf63c90a57b8262c2ba64764f7ae807a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ from setuptools.command.sdist import sdist as _sdist import re import sys import time +import codecs import subprocess if sys.version < "2.2.3": from distutils.dist import DistributionMetadata @@ -13,7 +...
Use README.rst as the long_description
pycontribs_pyrax
train
46520fb31b00f1ae4d350f1aa546961a49f8791c
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,8 @@ Next Release (TBD) (`#500 <https://github.com/aws/chalice/issues/500>`__) * Add support for Builtin Authorizers in local mode (`#404 <https://github.com/aws/chalice/issues/404>`__) +* ...
Add support for api_key_required and authorizer in a view This pulls in #<I> and adds a test for it.
aws_chalice
train
7930fd649a47b31f2135780ad3d99e6fd078c83c
diff --git a/lib/mittsu/core/object_3d.rb b/lib/mittsu/core/object_3d.rb index <HASH>..<HASH> 100644 --- a/lib/mittsu/core/object_3d.rb +++ b/lib/mittsu/core/object_3d.rb @@ -239,7 +239,7 @@ module Mittsu target.set(0.0, 0.0, 1.0).apply_quaternion(@_quaternion) end - def raycast; end + def raycast(r...
fix: raycasting not working for Groups and OBJ loaded objects
jellymann_mittsu
train
00b9b572328b0f8b8764988659423ef010cf7f0d
diff --git a/Processor.php b/Processor.php index <HASH>..<HASH> 100644 --- a/Processor.php +++ b/Processor.php @@ -2051,7 +2051,7 @@ class Processor return $this->blankNodeMap[$id]; } - $bnode = '_:t' . $this->blankNodeCounter++; + $bnode = '_:b' . $this->blankNodeCounter++; ...
Use "_:b" as blank node identifier prefix instead of "_:t"
lanthaler_JsonLD
train
53ade5e8721a343890b8007da63e57a850798bf2
diff --git a/rafthttp/msgappv2_codec.go b/rafthttp/msgappv2_codec.go index <HASH>..<HASH> 100644 --- a/rafthttp/msgappv2_codec.go +++ b/rafthttp/msgappv2_codec.go @@ -86,12 +86,12 @@ func (enc *msgAppV2Encoder) encode(m *raftpb.Message) error { start := time.Now() switch { case isLinkHeartbeatMessage(m): - enc.u...
rafthttp: fix "unconvert" warnings
etcd-io_etcd
train
ccba6ea46d1f1db099406a5a963e20766da6ed72
diff --git a/lib/console-reporter.js b/lib/console-reporter.js index <HASH>..<HASH> 100644 --- a/lib/console-reporter.js +++ b/lib/console-reporter.js @@ -414,13 +414,13 @@ function excludeFromReporting(name) { } function printRates(rates, report) { - return rates.map((name) => { + return rates.sort().map((name) ...
feat(console-reporter): print metrics in alphabetical order
artilleryio_artillery
train
ed9b6b39a9d1d4a7834076bcef416e7873fca4ed
diff --git a/lib/shelly/app.rb b/lib/shelly/app.rb index <HASH>..<HASH> 100644 --- a/lib/shelly/app.rb +++ b/lib/shelly/app.rb @@ -4,7 +4,8 @@ require 'shelly/backup' module Shelly class App < Model - DATABASE_KINDS = %w(postgresql mongodb redis none) + DATABASE_KINDS = %w(postgresql mongodb redis) + DAT...
Not used databases are added as comment to Cloudfile. If database is not used, it's still put in the Cloudfile just for reference.
Ragnarson_shelly
train
79e6471145c49d8d03bf0a26ed4297015f567df9
diff --git a/lib/japr/pipeline.rb b/lib/japr/pipeline.rb index <HASH>..<HASH> 100644 --- a/lib/japr/pipeline.rb +++ b/lib/japr/pipeline.rb @@ -158,9 +158,7 @@ module JAPR # Bundle multiple assets into a single asset def bundle - content = @assets.map do |a| - a.content - end.join("\n") + ...
Minor refactoring (to pass rubocop test)
janosrusiczki_japr
train
27470c0e8dac2ac82ae44d6366f17fd644c3cea4
diff --git a/src/webui/src/components/Header/index.js b/src/webui/src/components/Header/index.js index <HASH>..<HASH> 100644 --- a/src/webui/src/components/Header/index.js +++ b/src/webui/src/components/Header/index.js @@ -3,7 +3,9 @@ import {Button, Dialog, Input, MessageBox} from 'element-react'; import styled from ...
fix: avoid include complete lodash library to the bundle, save <I>kb.
verdaccio_verdaccio
train
97cf41a7db265a6fd069151b915bcfdaee498541
diff --git a/src/xqt/wrappers/pyqt4.py b/src/xqt/wrappers/pyqt4.py index <HASH>..<HASH> 100644 --- a/src/xqt/wrappers/pyqt4.py +++ b/src/xqt/wrappers/pyqt4.py @@ -33,13 +33,13 @@ from ..lazyload import lazy_import # define wrappers def py2q(py_object): - if QtCore.QT_VERSION < 264198: + if SIP_VERSION != ...
checking the SIP version to decide if QVariant is needed or not
bitesofcode_xqt
train
c6ad9b0e8d96cd4d98502e77d6d2552b32501067
diff --git a/global-styles.js b/global-styles.js index <HASH>..<HASH> 100644 --- a/global-styles.js +++ b/global-styles.js @@ -13,12 +13,6 @@ $_documentContainer.setAttribute('style', 'display: none;'); $_documentContainer.innerHTML = `<custom-style> <style is="custom-style"> - * { - font-size: 1.2em; - ...
Remove styles that have global scope as to not interfere with apps that use this
Tangerine-Community_tangy-form
train
1ce5db6c0a85907f13a5c733e9adfd460114ca97
diff --git a/src/test/java/com/lambdaworks/redis/AbstractRedisClientTest.java b/src/test/java/com/lambdaworks/redis/AbstractRedisClientTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/lambdaworks/redis/AbstractRedisClientTest.java +++ b/src/test/java/com/lambdaworks/redis/AbstractRedisClientTest.java @@ -2...
Generic guard for tests when Redis keeps still running Lua scripts
lettuce-io_lettuce-core
train
5cdef1fe0f8db0bf26766f8e0e84b89fe8644fe6
diff --git a/src/org/zaproxy/zap/extension/alert/ExtensionAlert.java b/src/org/zaproxy/zap/extension/alert/ExtensionAlert.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/alert/ExtensionAlert.java +++ b/src/org/zaproxy/zap/extension/alert/ExtensionAlert.java @@ -671,7 +671,8 @@ public class Extensio...
Treat maxInstances == 0 as unlimited
zaproxy_zaproxy
train
0e91f2aa550db60dfe4a8cf55f7846013b8fa750
diff --git a/thumbor/handlers/__init__.py b/thumbor/handlers/__init__.py index <HASH>..<HASH> 100644 --- a/thumbor/handlers/__init__.py +++ b/thumbor/handlers/__init__.py @@ -110,6 +110,10 @@ class BaseHandler(tornado.web.RequestHandler): # Return a Bad Gateway status if the error came from upstrea...
Pass upstream's <I>s as <I>s downstream (for cache) If thumbor gets a `<I> Timeout`, we want to pass that downstream as a `<I> Gateway Timeout`, not as a `<I> Not Found`. This improves our ability to cache results correctly at the CDN level.
thumbor_thumbor
train
a8cfe5380f94c7511e940997201f242147601d63
diff --git a/ChangeLog b/ChangeLog index <HASH>..<HASH> 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2.0.3-stable (2014-??-??) + * Fixed: Now throwing an error when a Request object is being created with + arguments that were valid for sabre/http 1.0. Hopefully this will aid + with debugging for upgrader...
Throwing exceptions when incorrectly constructing a request.
sabre-io_http
train
04775975e0984a6123eaabbf8db08a52dd4ac3e9
diff --git a/pyprophet/levels_contexts.py b/pyprophet/levels_contexts.py index <HASH>..<HASH> 100644 --- a/pyprophet/levels_contexts.py +++ b/pyprophet/levels_contexts.py @@ -447,7 +447,7 @@ DETACH DATABASE sdb; ''' % infile) click.echo("Info: Subsampled precursor table of file %s to %s. For scoring merged su...
[FEATURE Subsample Merged File] Adding TRANSITION_PRECURSOR_MAPPING table
PyProphet_pyprophet
train
e695e82728f6337286b7fed1cdc250b933af2929
diff --git a/spec/page-object/elements/element_spec.rb b/spec/page-object/elements/element_spec.rb index <HASH>..<HASH> 100644 --- a/spec/page-object/elements/element_spec.rb +++ b/spec/page-object/elements/element_spec.rb @@ -88,14 +88,12 @@ describe PageObject::Elements::Element do end context "when using Wat...
trying to fix the travis problem
cheezy_page-object
train
daf46755f844ee93b7a91b9da2d830ae4b906e0c
diff --git a/lib/moped/query.rb b/lib/moped/query.rb index <HASH>..<HASH> 100644 --- a/lib/moped/query.rb +++ b/lib/moped/query.rb @@ -142,14 +142,14 @@ module Moped result["values"] end - # @return [Numeric] the number of documents that match the selector. + # @return [Integer] the number of docume...
Count should return an integer, not a float
mongoid_moped
train
157dafe39f6bfe4efe9fcb49879a960f5e0de8f0
diff --git a/src/TwitterOAuth.php b/src/TwitterOAuth.php index <HASH>..<HASH> 100644 --- a/src/TwitterOAuth.php +++ b/src/TwitterOAuth.php @@ -375,12 +375,12 @@ class TwitterOAuth switch ($method) { case 'GET': if (!empty($postfields)) { - $options[CURLOPT_URL] ...
http_build_query converts false to 0 causing sig issues
abraham_twitteroauth
train
b184156697b991da5a4ec549af3aec94353a74f1
diff --git a/molgenis-ontology-core/src/main/java/org/molgenis/ontology/core/meta/OntologyTermNodePathMetaData.java b/molgenis-ontology-core/src/main/java/org/molgenis/ontology/core/meta/OntologyTermNodePathMetaData.java index <HASH>..<HASH> 100644 --- a/molgenis-ontology-core/src/main/java/org/molgenis/ontology/core/m...
changed the nodePath from the String type to the Text type
molgenis_molgenis
train
e3071c4cf859180a47f3f489ab852a81fbb8857e
diff --git a/prometheus_client/exposition.py b/prometheus_client/exposition.py index <HASH>..<HASH> 100644 --- a/prometheus_client/exposition.py +++ b/prometheus_client/exposition.py @@ -172,7 +172,8 @@ def delete_from_gateway(gateway, job, grouping_key=None, timeout=None): def _use_gateway(method, gateway, job, r...
Just check for a url scheme to allow users to provide a handler.
prometheus_client_python
train
4fc7389b1da3cc918beb642c9f79c0e6586b8047
diff --git a/lib/Doctrine/ORM/Tools/Setup.php b/lib/Doctrine/ORM/Tools/Setup.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ORM/Tools/Setup.php +++ b/lib/Doctrine/ORM/Tools/Setup.php @@ -173,6 +173,11 @@ class Setup $memcache->connect('127.0.0.1'); $cache = new \Doctrine\Common\Cac...
New cache driver definition for Doctrine running in non-dev mode and cache driver is not set. This cache driver was added with doctrine/common#<I>
doctrine_orm
train
ded70959e952d797068265b4b0add96a3eebf3b9
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -415,8 +415,6 @@ func clientWriter(c *Client, w io.Writer, pendingRequests map[uint64]*clientMess var m *clientMessage select { - case <-stopChan: - return case m = <-c.requestsChan: default: select { ...
Code cleanup & optimization: removed redundant select case in write loops on both client and server
valyala_gorpc
train
644b5b427f7ecf1d5b05dbb831350cc2c7a4414c
diff --git a/src/classes/HUD.js b/src/classes/HUD.js index <HASH>..<HASH> 100644 --- a/src/classes/HUD.js +++ b/src/classes/HUD.js @@ -310,11 +310,11 @@ Garnish.HUD = Garnish.Base.extend({ if (this.orientation == 'top' || this.orientation == 'bottom') { maxHudBodyWidth = windowWidth - this.settings.windowSpac...
Fixed a bug where HUDs weren’t facoring in window/trigger padding when calculating the max size of the HUD alongside the trigger element
pixelandtonic_garnishjs
train
4c92bab37a73c886789753089fc80e2609525424
diff --git a/src/ContentBundle/Controller/Api/ContentController.php b/src/ContentBundle/Controller/Api/ContentController.php index <HASH>..<HASH> 100644 --- a/src/ContentBundle/Controller/Api/ContentController.php +++ b/src/ContentBundle/Controller/Api/ContentController.php @@ -339,6 +339,9 @@ class ContentController e...
Added create, update and publish date to response of content api call (#<I>)
Opifer_Cms
train
607cc8fce624e3341185271452e86bdd9dd49dfb
diff --git a/test/on_yubikey/cli_piv/test_key_management.py b/test/on_yubikey/cli_piv/test_key_management.py index <HASH>..<HASH> 100644 --- a/test/on_yubikey/cli_piv/test_key_management.py +++ b/test/on_yubikey/cli_piv/test_key_management.py @@ -107,6 +107,55 @@ class KeyManagement(PivTestCase): csr = x50...
Add tests of import-certificate CLI behaviour on cert verification
Yubico_yubikey-manager
train
2a4f0f308086245b301d8b11f274e91b3e3367d4
diff --git a/lib/active_support_decorators/version.rb b/lib/active_support_decorators/version.rb index <HASH>..<HASH> 100644 --- a/lib/active_support_decorators/version.rb +++ b/lib/active_support_decorators/version.rb @@ -1,3 +1,3 @@ module ActiveSupportDecorators - VERSION = '2.1.0' + VERSION = '2.1.1' end
Bumping version to <I>
EPI-USE-Labs_activesupport-decorators
train
cd8081f9522b57700e9fe448150f593dbea411b0
diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServerFactoryDelegate.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServerFactoryDelegate.java index <HASH>..<HASH> 100644 --- a/spring-bo...
Polish "Use new ArrayList(Collection) rather than new and addAll" See gh-<I>
spring-projects_spring-boot
train
beab1d98b962bcf620622d2b3b7e547372cd4d94
diff --git a/go/vt/vtgate/planbuilder/show.go b/go/vt/vtgate/planbuilder/show.go index <HASH>..<HASH> 100644 --- a/go/vt/vtgate/planbuilder/show.go +++ b/go/vt/vtgate/planbuilder/show.go @@ -72,6 +72,8 @@ func buildShowBasicPlan(show *sqlparser.ShowBasic, vschema ContextVSchema) (engi return buildShowVMigrationsPlan...
refactor show vgtid plan
vitessio_vitess
train
37b78675be6badeb1756dcc73f054985a3837ade
diff --git a/twx/botapi/botapi.py b/twx/botapi/botapi.py index <HASH>..<HASH> 100644 --- a/twx/botapi/botapi.py +++ b/twx/botapi/botapi.py @@ -585,7 +585,7 @@ class RequestMethod(str, Enum): class TelegramBotRPCRequest: api_url_base = 'https://api.telegram.org/bot' - def __init__(self, api_method, token, par...
deprecating callback in favor of on_success
datamachine_twx
train
22eeca68c908a3968f47920a6f5e7f43336e3d04
diff --git a/aws/internal/envvar/funcs_test.go b/aws/internal/envvar/funcs_test.go index <HASH>..<HASH> 100644 --- a/aws/internal/envvar/funcs_test.go +++ b/aws/internal/envvar/funcs_test.go @@ -50,8 +50,8 @@ func TestGetWithDefault(t *testing.T) { } func TestRequireOneOf(t *testing.T) { - envVar1 := "TESTENVVAR_FA...
Cleans up envvar testing
terraform-providers_terraform-provider-aws
train
398f700ed9a255d31484708abf190a4350a36a09
diff --git a/packages/openneuro-server/versions.js b/packages/openneuro-server/versions.js index <HASH>..<HASH> 100644 --- a/packages/openneuro-server/versions.js +++ b/packages/openneuro-server/versions.js @@ -1,2 +1,2 @@ -require('babel-core/register') +require('@babel/register') require('./migrations/s3-versioning'...
Fix bug with mixed babel versions and versioning migration.
OpenNeuroOrg_openneuro
train
0e47b280ae6159dbc8817f3c7bd3e296af480c5d
diff --git a/doc/source/whatsnew/v0.21.0.txt b/doc/source/whatsnew/v0.21.0.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.21.0.txt +++ b/doc/source/whatsnew/v0.21.0.txt @@ -156,6 +156,7 @@ Indexing - When called on an unsorted ``MultiIndex``, the ``loc`` indexer now will raise ``UnsortedIndexError`` only...
BUG: MultiIndex sort with ascending as list (#<I>)
pandas-dev_pandas
train
9536723c95c5b9deff4c6c6d6423b23a7025e58b
diff --git a/lib/puppet/util/command_line.rb b/lib/puppet/util/command_line.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/util/command_line.rb +++ b/lib/puppet/util/command_line.rb @@ -40,11 +40,15 @@ module Puppet [usage, available].join("\n") end + def require_application(...
Feature #<I>: method extract require_application It's useful to be able to require specific applications' ruby source by name, even if we aren't about to run them.
puppetlabs_puppet
train
16ff808609770e40c5a5d3ab8bd7af47b9fbebc0
diff --git a/lib/jsonapi/acts_as_resource_controller.rb b/lib/jsonapi/acts_as_resource_controller.rb index <HASH>..<HASH> 100644 --- a/lib/jsonapi/acts_as_resource_controller.rb +++ b/lib/jsonapi/acts_as_resource_controller.rb @@ -60,15 +60,19 @@ module JSONAPI end def get_related_resource - ActiveSupp...
Update coverage directives for uncovered lines
cerebris_jsonapi-resources
train
048a72f72bb8516a96b3680ee52b5277f27fda11
diff --git a/test/src/Ouzo/Core/Tools/Model/Template/ClassStubPlaceholderReplacerTest.php b/test/src/Ouzo/Core/Tools/Model/Template/ClassStubPlaceholderReplacerTest.php index <HASH>..<HASH> 100644 --- a/test/src/Ouzo/Core/Tools/Model/Template/ClassStubPlaceholderReplacerTest.php +++ b/test/src/Ouzo/Core/Tools/Model/Tem...
Corrected PhpDoc type hints
letsdrink_ouzo
train
782953a34936f85bcd362d4ab67e30b578d6e3e5
diff --git a/src/Paginate/ToHtml.php b/src/Paginate/ToHtml.php index <HASH>..<HASH> 100644 --- a/src/Paginate/ToHtml.php +++ b/src/Paginate/ToHtml.php @@ -24,6 +24,11 @@ class ToHtml public function __construct( $uri=null ) { $this->currUri = $uri ?: $this->getRequestUri(); + if( strpos( $this...
[fix] incase uri contains '?' character, add '&' as the url for pagination.
asaokamei_ScoreSql
train
6735b976dc8acb1078f9f4944c373ec47c6ede57
diff --git a/gandi/cli/commands/vm.py b/gandi/cli/commands/vm.py index <HASH>..<HASH> 100644 --- a/gandi/cli/commands/vm.py +++ b/gandi/cli/commands/vm.py @@ -204,7 +204,8 @@ def delete(gandi, background, force, resource): help='Run command in background mode (default=False).') @option('--sshkey', multi...
vm: don't store system disk size in configuration file It fixes the following error starting from an empty configuration file: Error: Invalid value for "--size": s is not a valid integer
Gandi_gandi.cli
train
2fe4b86c6f85f95da4d70accc2cba89580d5c349
diff --git a/test/MarketCollateralPoolAccounting.js b/test/MarketCollateralPoolAccounting.js index <HASH>..<HASH> 100644 --- a/test/MarketCollateralPoolAccounting.js +++ b/test/MarketCollateralPoolAccounting.js @@ -8,8 +8,7 @@ const Helpers = require('./helpers/Helpers.js'); const utility = require('./utility.js'); ...
fixes issues with tests that were not properly settling contracts
MARKETProtocol_MARKETProtocol
train
cdd512e476a47ef0ad5bdf9e9289c8d19b5970fe
diff --git a/src/sos/step_executor.py b/src/sos/step_executor.py index <HASH>..<HASH> 100755 --- a/src/sos/step_executor.py +++ b/src/sos/step_executor.py @@ -809,7 +809,9 @@ class Base_Step_Executor: if 'exception' in res: if isinstance(res['exception'], ProcessKilled): ...
Fix handling of RemvoedTargets
vatlab_SoS
train
06ce00bd88ce15ec4cf19e46f2da0860fa787648
diff --git a/lib/guard/ui.rb b/lib/guard/ui.rb index <HASH>..<HASH> 100644 --- a/lib/guard/ui.rb +++ b/lib/guard/ui.rb @@ -16,7 +16,6 @@ module Guard # # @param [String] message the message to show # @option options [Boolean] reset whether to clean the output before - # @return [Boolean] alway...
Remove return statement from docs.
guard_guard
train
f8163a99ebda5a4008b4a4c2b72f5b78320dfe39
diff --git a/filesystem/File.php b/filesystem/File.php index <HASH>..<HASH> 100755 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -632,7 +632,7 @@ class File extends DataObject { } function validate() { - if(!File::$apply_restrictions_to_admin && Permission::check('ADMIN')) { + if(File::$apply_restrict...
BUGFIX: Apply file extension restrictions to extensions properly. (from r<I>) (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
silverstripe_silverstripe-framework
train
7cab255a97fceb48e3b59b3d39b5fe58c6dad54b
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -199,6 +199,12 @@ *Yves Senn* +* Fixes bug when using includes combined with select, the select statement was overwritten. + + Fixes #11773 + + ...
Fixes #<I> when using includes combined with select, the select statement was overwritten.
rails_rails
train
04eeb1234d5449af1a57c367aa6eb12c2a28701c
diff --git a/src/org/dmfs/httpclientinterfaces/HttpMethod.java b/src/org/dmfs/httpclientinterfaces/HttpMethod.java index <HASH>..<HASH> 100644 --- a/src/org/dmfs/httpclientinterfaces/HttpMethod.java +++ b/src/org/dmfs/httpclientinterfaces/HttpMethod.java @@ -17,6 +17,10 @@ package org.dmfs.httpclientinterfaces; +i...
Add a registry for HttpMethods. This can be used to retrieve an HttpMethod by giving its verb.
dmfs_http-client-interfaces
train
cdbbb4db9d15d8648a353f35ed8f9782d44b5d65
diff --git a/app/assets/javascripts/fae/form/_validator.js b/app/assets/javascripts/fae/form/_validator.js index <HASH>..<HASH> 100644 --- a/app/assets/javascripts/fae/form/_validator.js +++ b/app/assets/javascripts/fae/form/_validator.js @@ -264,8 +264,12 @@ Fae.form.validator = { _create_counter_text: function...
refs #<I> - update character limit text to display characters over
wearefine_fae
train
1e3088b81959d0ebfb60dae047a97cdd6d97229e
diff --git a/lib/ooor/session_handler.rb b/lib/ooor/session_handler.rb index <HASH>..<HASH> 100644 --- a/lib/ooor/session_handler.rb +++ b/lib/ooor/session_handler.rb @@ -17,7 +17,7 @@ module Ooor if config[:reload] || !s = sessions[spec] create_new_session(config, spec, web_session) else - ...
fixed several bugs with the connection and session pools
akretion_ooor
train
ac2ce51f8eb019406736beb9ff595e86696e3e01
diff --git a/src/test/java/uk/co/real_logic/agrona/concurrent/AtomicBufferTest.java b/src/test/java/uk/co/real_logic/agrona/concurrent/AtomicBufferTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/uk/co/real_logic/agrona/concurrent/AtomicBufferTest.java +++ b/src/test/java/uk/co/real_logic/agrona/concurrent/Ato...
[Java]: Resolved issue #9 so that only direct ByteBuffers are used for <I>-bit JVMs.
real-logic_agrona
train
36fc0f0e10697918f003eaa55fdcfed18787b8e8
diff --git a/lib/metadata/scoreProfileGeneric.json b/lib/metadata/scoreProfileGeneric.json index <HASH>..<HASH> 100644 --- a/lib/metadata/scoreProfileGeneric.json +++ b/lib/metadata/scoreProfileGeneric.json @@ -86,8 +86,8 @@ "policies": { "fontsCount": 1, "heavyFonts": 0.5...
Working on implementing unicode ranges again
gmetais_YellowLabTools
train
85db2b1fc0d286e0e3d14b695a512693ab35d055
diff --git a/src/org/jgroups/stack/DefaultRetransmitter.java b/src/org/jgroups/stack/DefaultRetransmitter.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/stack/DefaultRetransmitter.java +++ b/src/org/jgroups/stack/DefaultRetransmitter.java @@ -58,7 +58,7 @@ public class DefaultRetransmitter extends Retransmitter...
changed remove() to return void instead of number of retransmissions
belaban_JGroups
train
e2fa36630f31f6c5077cdd6f9784a19065aff95d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -22,9 +22,9 @@ class TestCommand(Command): setup( name='parse_rest', - version='0.2.20141004', + version='0.2.20170114', description='A client library for Parse.com\'.s REST API', - url='https://github.co...
bring setup.py up to date
milesrichardson_ParsePy
train
fde35add287deca1c5672b4c46bee06384595293
diff --git a/lib/postal/http.rb b/lib/postal/http.rb index <HASH>..<HASH> 100644 --- a/lib/postal/http.rb +++ b/lib/postal/http.rb @@ -42,7 +42,7 @@ module Postal #request.add_field 'X-Postal-Signature', signature end - request['User-Agent'] = options[:user_agent] || "Postal/#{Postal::VERSION}" +...
update version to include revision & channel
atech_postal
train
011e49638a31c94b5d133ec33bbc83e441ec0ff7
diff --git a/lib/parse-inline-shims.js b/lib/parse-inline-shims.js index <HASH>..<HASH> 100644 --- a/lib/parse-inline-shims.js +++ b/lib/parse-inline-shims.js @@ -60,8 +60,10 @@ var go = module.exports = function (config) { // "key": { "exports": "export" .. } if (typeof conf === 'string') conf = { exp...
allowing to omit exports for inline shims
thlorenz_browserify-shim
train
f5ad08fab97bd3f3ea17654f6a81b363238e8bf0
diff --git a/buildbot/slave/commands.py b/buildbot/slave/commands.py index <HASH>..<HASH> 100755 --- a/buildbot/slave/commands.py +++ b/buildbot/slave/commands.py @@ -308,6 +308,8 @@ class ShellCommand: self.sendRC = sendRC self.logfiles = logfiles self.workdir = workdir + if not os.pa...
(refs #<I>) automatically create workdir if it doesn't exist
buildbot_buildbot
train