hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e3b7750a11a0cef588f94fb2ea493f88270bb880
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -117,7 +117,7 @@ _.captureException = function captureError(err, kwargs, cb) { // This handles when someone does: // throw "something awesome"; // We synthesize an Error here so...
We don't need to redeclare `err`
getsentry_raven-node
train
ae8d200dde55c9609645cf66f1f93d7463b92d30
diff --git a/src/photini/__init__.py b/src/photini/__init__.py index <HASH>..<HASH> 100644 --- a/src/photini/__init__.py +++ b/src/photini/__init__.py @@ -1,5 +1,5 @@ from __future__ import unicode_literals -__version__ = '14.08.0' -_dev_no = '120' -_commit = '01cdfb5' +__version__ = '14.08.0.dev121' +_dev_no = '121...
Always write utf-8 encoded. This is more compliant with the Metadata Working Group guidelines.
jim-easterbrook_Photini
train
b9eeba3ac2aa483bbe1589697af733f612899b4d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ DESCRIPTION = open('README.md').read() setup( name="ordered-set", - version = '3.0.0', + version = '3.0.1', maintainer='Luminoso Technologies, Inc.', maintainer_email='rspeer@luminoso.com',...
bumped version in setup.py
LuminosoInsight_ordered-set
train
f5f237602b5af866b063ad268cda4e4dfb63e2ea
diff --git a/inline.js b/inline.js index <HASH>..<HASH> 100644 --- a/inline.js +++ b/inline.js @@ -28,7 +28,7 @@ export function clearMarkup(node) { } } -function inlineNodeAtOrBefore(parent, offset) { +export function inlineNodeAtOrBefore(parent, offset) { for (let i = 0; i < parent.content.length; i++) { ...
Implement ctrl-del and ctrl-backspace
ProseMirror_prosemirror-model
train
ac6ae019e732c72a3729d9eae3ad48a7afac7dc7
diff --git a/examples/helpers/svg-sprite-loader.js b/examples/helpers/svg-sprite-loader.js index <HASH>..<HASH> 100644 --- a/examples/helpers/svg-sprite-loader.js +++ b/examples/helpers/svg-sprite-loader.js @@ -1,80 +1,73 @@ -;(function(window, document) { - 'use strict'; +'use strict'; - var isSvg = document.creat...
fix sprite loader not working
scrumpy_tiptap
train
4eb9134d2b534e204fa4baa32a175b1608d435fe
diff --git a/soap/types_test.go b/soap/types_test.go index <HASH>..<HASH> 100644 --- a/soap/types_test.go +++ b/soap/types_test.go @@ -3,6 +3,7 @@ package soap import ( "bytes" "math" + "net/url" "testing" "time" ) @@ -273,6 +274,18 @@ func (v BinHexTest) Equal(result interface{}) bool { return bytes.Equal(...
Add minimal test for SOAP "uri" type.
huin_goupnp
train
18c7a2dc68d228dcc7f8c24a574a30a7434063ae
diff --git a/yandextank/plugins/Android/plugin.py b/yandextank/plugins/Android/plugin.py index <HASH>..<HASH> 100644 --- a/yandextank/plugins/Android/plugin.py +++ b/yandextank/plugins/Android/plugin.py @@ -68,8 +68,8 @@ class Plugin(AbstractPlugin, GeneratorPlugin): logger.debug('Waiting for p...
test performer retcode reverted back
yandex_yandex-tank
train
6f5249e9ca71c1cdde0dc9cd17e7c9c11239151d
diff --git a/anyconfig/backend/json_.py b/anyconfig/backend/json_.py index <HASH>..<HASH> 100644 --- a/anyconfig/backend/json_.py +++ b/anyconfig/backend/json_.py @@ -12,10 +12,7 @@ import anyconfig.compat try: import json except ImportError: - try: - import simplejson as json - except ImportError: ...
fix a pontetial bug that Base.load_impl is not overriden
ssato_python-anyconfig
train
fe7616f72d0a776bd5a7ee31afcbba8ae714fd3f
diff --git a/components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/text/TreeRenderer.java b/components/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/text/TreeRenderer.java index <HASH>..<HASH> 100644 --- a/components/src/main/java/de/larmic/butterfaces/component/renderkit/ht...
#<I> reduce duplicated method calls
ButterFaces_ButterFaces
train
4423bd551e7500587ad3ff81725c525b44dd5e73
diff --git a/lib/cartoRenderer.js b/lib/cartoRenderer.js index <HASH>..<HASH> 100644 --- a/lib/cartoRenderer.js +++ b/lib/cartoRenderer.js @@ -216,11 +216,11 @@ var cartoImageRenderer = function (ctx, scale, layers, styles, zoom) { for (var key in attachmentStyle) { var value = attachmentStyle[key];...
Added support for several more carto properties, as well as simultaneous fill colors and patterns
nodetiles_nodetiles-core
train
af147cd7811142ad552d99b78a41fe9f28fdef8d
diff --git a/ButtonAjax.php b/ButtonAjax.php index <HASH>..<HASH> 100644 --- a/ButtonAjax.php +++ b/ButtonAjax.php @@ -57,8 +57,9 @@ class ButtonAjax extends Widget parent::init(); //id if(empty($this->id)){ - $this->id='#btn-modal-'.$this->getId(); + $this->id='btn-moda...
fixed id of javascript
prawee_yii2-widgets
train
8cc17f7dd27f477db23ac25b1b671ad95e055fb1
diff --git a/config/codegenerator.php b/config/codegenerator.php index <HASH>..<HASH> 100644 --- a/config/codegenerator.php +++ b/config/codegenerator.php @@ -360,6 +360,7 @@ return [ 'plural_names_for' => [ 'controller-name' => false, 'request-form-name' => false, + 'route-group' => true,...
Adds capability to change the route-groups naming form
CrestApps_laravel-code-generator
train
6de3b641d05dd26ff3719b84ef576fc309acb051
diff --git a/lib/vagrant/actions/vm/forward_ports.rb b/lib/vagrant/actions/vm/forward_ports.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/actions/vm/forward_ports.rb +++ b/lib/vagrant/actions/vm/forward_ports.rb @@ -23,7 +23,7 @@ module Vagrant def clear logger.info "Deleting any previously set...
Fix forwarded ports destroy method call to use new virtualbox format
hashicorp_vagrant
train
7607287047666ef9f16848920f46ec2a460a7ceb
diff --git a/classes/Gems/Event/SurveyAnswerFilterAbstract.php b/classes/Gems/Event/SurveyAnswerFilterAbstract.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Event/SurveyAnswerFilterAbstract.php +++ b/classes/Gems/Event/SurveyAnswerFilterAbstract.php @@ -148,6 +148,9 @@ abstract class Gems_Event_SurveyAnswerFilterA...
Fixed #<I>: Radio question with other option does not show answer, and other text is not clear
GemsTracker_gemstracker-library
train
16974cc1fa123a479078c673438584cfa4c16f6b
diff --git a/src/Structure/FloatS.php b/src/Structure/FloatS.php index <HASH>..<HASH> 100644 --- a/src/Structure/FloatS.php +++ b/src/Structure/FloatS.php @@ -13,6 +13,8 @@ namespace Structure; class FloatS extends NumericS { + protected $numeric = false; + /** * @param mixed $data * @param boo...
Added $numeric to IntegerS and FloatS to provide less strictness
3nr1c_structure
train
8267be3b85ed96015e40ae6d600775e819bc5697
diff --git a/calculation-engine/engine-converters/src/main/java/com/dataart/spreadsheetanalytics/engine/DataSetConverters.java b/calculation-engine/engine-converters/src/main/java/com/dataart/spreadsheetanalytics/engine/DataSetConverters.java index <HASH>..<HASH> 100644 --- a/calculation-engine/engine-converters/src/ma...
DsLookup works with DataModels too
DataArt_CalculationEngine
train
6fbc88e53db897b23f99468804e9fc0fb4a0d767
diff --git a/lib/daybreak/db.rb b/lib/daybreak/db.rb index <HASH>..<HASH> 100644 --- a/lib/daybreak/db.rb +++ b/lib/daybreak/db.rb @@ -124,7 +124,9 @@ module Daybreak # Reset and empty the database file. def empty! @writer.truncate! + close! reset! + read! end alias_method :c...
assure we are closing and reopening the file on truncation for #7
propublica_daybreak
train
feffa4e4fdbd27b1a86357f6e1d6294e43c5dc2c
diff --git a/pysparkling/context.py b/pysparkling/context.py index <HASH>..<HASH> 100644 --- a/pysparkling/context.py +++ b/pysparkling/context.py @@ -106,7 +106,7 @@ class Context(object): for p in partitions ]) ) - log.info('Map jobs generated.') + log.debug('Map j...
change log.info messages to log.debug to be a bit quieter
svenkreiss_pysparkling
train
3f01c0f3ab36f63d6d6f450dc2cf93069b04794f
diff --git a/lib/Sabre/VObject/Reader.php b/lib/Sabre/VObject/Reader.php index <HASH>..<HASH> 100644 --- a/lib/Sabre/VObject/Reader.php +++ b/lib/Sabre/VObject/Reader.php @@ -111,7 +111,13 @@ class Sabre_VObject_Reader { } $propertyName = strtoupper($matches['name']); - $propertyValue = strip...
Testing character escaping better, and now supporting \N for newline. Fixes Issue #<I>.
sabre-io_vobject
train
1895c8c9264e8531487f2ad2920d84270f5ae304
diff --git a/src/Stagehand/TestRunner/CLI/TestRunnerApplication/Command/PHPUnitPassthroughCommand.php b/src/Stagehand/TestRunner/CLI/TestRunnerApplication/Command/PHPUnitPassthroughCommand.php index <HASH>..<HASH> 100644 --- a/src/Stagehand/TestRunner/CLI/TestRunnerApplication/Command/PHPUnitPassthroughCommand.php +++ ...
[CLI] Changed the description and the help message of the phpunit:passthrough command.
piece_stagehand-testrunner
train
4cee87baf6df2896c60d2d3a8811e9e65ed24c84
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100755 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -2182,9 +2182,33 @@ class Cmd(cmd.Cmd): # statement = self.parser_manager.parsed(line) # deleteme statement = self.command_parser.parseString(line) while statement.multilineCommand an...
Fix some old bugs and bad behavior in multiline input
python-cmd2_cmd2
train
392e67374254b4b9effc8ec00251c1599ada6fc4
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,10 @@ History - Fixed return type FetchAll DataTable +- Set permissions on created files to a+rw + +- Minor code cleanups + ### 0.13.0 (2014 Nov 27) - DataTable: new method getEntity, returns...
- Set permissions on created files to a+rw - Minor code cleanups
CathedralCode_Builder
train
6f680af3ce253c8705457dcca04fd29960e838e9
diff --git a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/SearchBuilder.java b/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/SearchBuilder.java index <HASH>..<HASH> 100644 --- a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/SearchBuilder.java +++ ...
SearchBuilder NPE (#<I>) * Add failing test first. * Fixed the NPE and enhanced the test. * Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/SearchBuilder.java
jamesagnew_hapi-fhir
train
8f702462d5070bf2b1e22b7281a4a2b8899fc117
diff --git a/HISTORY.rst b/HISTORY.rst index <HASH>..<HASH> 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,13 +1,46 @@ HISTORY ------- +1.1.0 (2020-07-16) ++++++++++++++++++++ + +* API Support + - Add `rec_type` support in `import_records()` (#40 @dckc) + - Add `export_checkbox_labels` keyword arg to `expor...
:heavy_plus_sign: Bump to version <I> Also modify the section titles in HISTORY.rst and classifiers in setup.py. :reminder_ribbon: This is why we do branching paul :man_facepalming:
redcap-tools_PyCap
train
dad1fe1bc9a1dd4c02d112dcb2c623fccfea67eb
diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/DummyPayload.java b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/DummyPayload.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/slotpool/DummyPayload.java +...
[hotfix] Make logical slot DummyPayload public to reuse in other tests
apache_flink
train
3e24be717275e7045f63062e8725d15f64c1a067
diff --git a/spec/lib/matchers.rb b/spec/lib/matchers.rb index <HASH>..<HASH> 100644 --- a/spec/lib/matchers.rb +++ b/spec/lib/matchers.rb @@ -22,32 +22,50 @@ module RequestLogAnalyzer::Spec::Matchers end end - class Parse + class ParseLine + def initialize(line) - @line = line - @cap...
Made a new parse_line matcher to make it easier to write file format specs.
wvanbergen_request-log-analyzer
train
b7efe93dd645e569e785374a37e366dabfcb2eaa
diff --git a/tests.py b/tests.py index <HASH>..<HASH> 100644 --- a/tests.py +++ b/tests.py @@ -9,8 +9,10 @@ from tweepy import * # Must supply twitter account credentials for tests username = '' password = '' -consumer_key = '' -consumer_secret = '' +oauth_consumer_key = '' +oauth_consumer_secret = '' +oauth_token='...
Use OAuth for authentication in unit tests. Basic Auth is no longer supported.
tweepy_tweepy
train
746248edce2bc2ef6e94ec7d5a3c9b70b0a32c5b
diff --git a/gimmemotifs/scanner.py b/gimmemotifs/scanner.py index <HASH>..<HASH> 100644 --- a/gimmemotifs/scanner.py +++ b/gimmemotifs/scanner.py @@ -1130,10 +1130,15 @@ class Scanner(object): yield result def get_gc_thresholds(self, seqs, motifs=None, zscore=False): + MAX_SEQS = 20000 +...
fix threshold calculation if more than <I>,<I> sequences are supplied
vanheeringen-lab_gimmemotifs
train
070c27263da505731fdbb947d8649c6bbcdc30f6
diff --git a/andes/formats/txt.py b/andes/formats/txt.py index <HASH>..<HASH> 100644 --- a/andes/formats/txt.py +++ b/andes/formats/txt.py @@ -26,10 +26,7 @@ def format_table(header, data, title=None): # pass -def dump_data(text, header, rowname, data, file): - width = 14 - precision = 4 - s = '' +def...
Increased the number precision in power flow outputs
cuihantao_andes
train
01794abd2fbb548933150fb2a2b3b054ca68982f
diff --git a/clam/clamservice.py b/clam/clamservice.py index <HASH>..<HASH> 100755 --- a/clam/clamservice.py +++ b/clam/clamservice.py @@ -1185,7 +1185,6 @@ class Project: viewer = v if viewer: output = viewer.view(outputfile, **flask.request.values) - ...
Delegation Viewer to FLAT works now #<I>
proycon_clam
train
f87695b4b68a9a1c3edab63aab844efe7a334c88
diff --git a/lib/pinfirmable/models/pinfirmable.rb b/lib/pinfirmable/models/pinfirmable.rb index <HASH>..<HASH> 100644 --- a/lib/pinfirmable/models/pinfirmable.rb +++ b/lib/pinfirmable/models/pinfirmable.rb @@ -4,8 +4,7 @@ module Devise extend ActiveSupport::Concern included do - @skip_pinfirmati...
Ensure skip_pinfirmation! doesn't set pin
Yoomee_pinfirmable
train
1af83280f57fe20be4ee02060133aa59adb56fe5
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ version = '1.1.32.62' from setuptools import setup setup(name='nationstates', - install_requires=["requests>=2.9.1", "Beautifulsoup4>=4.4.1", "xmltodict==0.10.1", "ezurl>=0.1.3.24"], + install_requ...
Updated requirements in setup.py
DolphDev_pynationstates
train
611606af2d7f53835a30f879b1a60a8b96a20b96
diff --git a/migrations/create_bouncer_tables.php b/migrations/create_bouncer_tables.php index <HASH>..<HASH> 100644 --- a/migrations/create_bouncer_tables.php +++ b/migrations/create_bouncer_tables.php @@ -41,7 +41,7 @@ class CreateBouncerTables extends Migration Schema::create(Models::table('assigned_roles...
Use integer column type and unsigned modifier (#<I>)
JosephSilber_bouncer
train
3554f0129cd4d6af004d282421d3e871916be0e3
diff --git a/Data/Driver/DoctrineORM/Command/EditHandler.php b/Data/Driver/DoctrineORM/Command/EditHandler.php index <HASH>..<HASH> 100644 --- a/Data/Driver/DoctrineORM/Command/EditHandler.php +++ b/Data/Driver/DoctrineORM/Command/EditHandler.php @@ -1,6 +1,7 @@ <?php namespace Imatic\Bundle\DataBundle\Data\Driver\Do...
Handle foreign key constraint violations in generic edit handler
imatic_data-bundle
train
6e5c4b14246fbeab5e2b9506081d01f2775d8f1f
diff --git a/osmdroid-android/src/org/osmdroid/views/overlay/MyLocationOverlay.java b/osmdroid-android/src/org/osmdroid/views/overlay/MyLocationOverlay.java index <HASH>..<HASH> 100644 --- a/osmdroid-android/src/org/osmdroid/views/overlay/MyLocationOverlay.java +++ b/osmdroid-android/src/org/osmdroid/views/overlay/MyLo...
run first fix runnable in new thread when it's run immediately - same as when it's run later
osmdroid_osmdroid
train
af1e22d4e12a474ae123fe9657a9df075b4cb46a
diff --git a/ansible_mitogen/mixins.py b/ansible_mitogen/mixins.py index <HASH>..<HASH> 100644 --- a/ansible_mitogen/mixins.py +++ b/ansible_mitogen/mixins.py @@ -374,6 +374,24 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase): # on _execute_module(). self._remove_tmp_path(tmp) +...
able to propagate ansible_python_interpreter fact but still doesn't save between task runs
dw_mitogen
train
1161d87eec810b84933c4d46bfbe78794c65e64c
diff --git a/routing/router.go b/routing/router.go index <HASH>..<HASH> 100644 --- a/routing/router.go +++ b/routing/router.go @@ -1637,26 +1637,31 @@ func (r *ChannelRouter) SendToRoute(hash lntypes.Hash, route *route.Route) ( // Create a payment session for just this route. paySession := r.cfg.MissionControl.NewP...
routing/router: correct SendToRoute's amount record in DB Previously we would mistakenly use the payment value from the dummy LightningPayment struct, which would obviously be 0 always. Now we instead calculate the value from the given route.
lightningnetwork_lnd
train
58b8815e6f25abe5d5fc790dd9e8664dc15ff4cb
diff --git a/spring-boot-admin-server-cloud/src/main/java/de/codecentric/boot/admin/server/cloud/discovery/DefaultServiceInstanceConverter.java b/spring-boot-admin-server-cloud/src/main/java/de/codecentric/boot/admin/server/cloud/discovery/DefaultServiceInstanceConverter.java index <HASH>..<HASH> 100644 --- a/spring-bo...
fix: Add defensive code to prevent metadata containing null key. (#<I>)
codecentric_spring-boot-admin
train
3f812326a673253ad7f53c99fb7112e38b78d23c
diff --git a/src/diagrams/git/gitGraphAst.js b/src/diagrams/git/gitGraphAst.js index <HASH>..<HASH> 100644 --- a/src/diagrams/git/gitGraphAst.js +++ b/src/diagrams/git/gitGraphAst.js @@ -136,7 +136,7 @@ export const branch = function (name) { } }; -export const merge = function (otherBranch) { +export const merge...
gitgraph #<I> support tags for merge commits
knsv_mermaid
train
25ef0d8b2b7457e003341b7d923fedae5a599d03
diff --git a/multiqc/modules/clusterflow/clusterflow.py b/multiqc/modules/clusterflow/clusterflow.py index <HASH>..<HASH> 100644 --- a/multiqc/modules/clusterflow/clusterflow.py +++ b/multiqc/modules/clusterflow/clusterflow.py @@ -6,6 +6,7 @@ from __future__ import print_function from collections import OrderedDict i...
ClusterFlow: manually get better cmd name for special cases. #<I>
ewels_MultiQC
train
5cb5e045f3ab57e4b1a2db965f018bcd31a1d96c
diff --git a/core/src/main/java/com/graphhopper/routing/util/CarFlagEncoder.java b/core/src/main/java/com/graphhopper/routing/util/CarFlagEncoder.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/graphhopper/routing/util/CarFlagEncoder.java +++ b/core/src/main/java/com/graphhopper/routing/util/CarFlagEncode...
parse motorroad=yes in CarFlagEncoder (#<I>) * motorroad detection for car * add test for motorroad * ensure that a motorroad is a highway and not a motorway
graphhopper_graphhopper
train
bbf8cc53c71c3cde9223f9414fb7b12ae24d6248
diff --git a/CHANGES b/CHANGES index <HASH>..<HASH> 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ * 2.2.5 (in development) * Support Jython, fixing #97. Thanks to Adam Vandenberg for the patch. + * Using __getitem__ now properly raises a KeyError when the key is not + found. Thanks Ionuț Arțăriși for...
__getitem__ now raises a KeyError when a key doesn't exist
andymccurdy_redis-py
train
160dd8cd44d273e0e587104e985986b5404111c4
diff --git a/src/lib/KevinGH/Elf/Exception/GitException.php b/src/lib/KevinGH/Elf/Exception/GitException.php index <HASH>..<HASH> 100644 --- a/src/lib/KevinGH/Elf/Exception/GitException.php +++ b/src/lib/KevinGH/Elf/Exception/GitException.php @@ -26,7 +26,7 @@ class GitException extends RuntimeException * *...
Fixing static call of non-static methods.
kherge-abandoned_Elf
train
6c7c9f5cea30b6eed6d1bf33ee1322366fe4b328
diff --git a/holoviews/element/comparison.py b/holoviews/element/comparison.py index <HASH>..<HASH> 100644 --- a/holoviews/element/comparison.py +++ b/holoviews/element/comparison.py @@ -154,6 +154,7 @@ class Comparison(ComparisonInterface): cls.equality_type_funcs[Trisurface] = cls.compare_trisurface ...
Added Spikes Element comparison
pyviz_holoviews
train
a67d93dc0ffd714724905cc2370d57e2168cb3d8
diff --git a/torchfcn/utils.py b/torchfcn/utils.py index <HASH>..<HASH> 100644 --- a/torchfcn/utils.py +++ b/torchfcn/utils.py @@ -21,9 +21,13 @@ def label_accuracy_score(label_trues, label_preds, n_class): for lt, lp in zip(label_trues, label_preds): hist += _fast_hist(lt.flatten(), lp.flatten(), n_class...
Ignore errstate in label_accuracy_score
wkentaro_pytorch-fcn
train
c4a7749908605cc9b9b2361d74dce74d964dd804
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,7 +12,6 @@ end db = ENV['DB'] || 'none' require 'pry-byebug' require 'i18n' -require 'active_support/testing/time_helpers' require 'rspec' require 'allocation_stats' if ENV[...
Only include time helpers when active support is defined Right now, we're only using them for testing with activerecord. If we need to use them with sequel, we can add as an explicit dependency.
shioyama_mobility
train
36580764e5b3f6cb32165fb5e2b2f8bfa1da3884
diff --git a/pmagpy/ipmag.py b/pmagpy/ipmag.py index <HASH>..<HASH> 100755 --- a/pmagpy/ipmag.py +++ b/pmagpy/ipmag.py @@ -6492,8 +6492,10 @@ def k15_magic(k15file, specnum=0, sample_naming_con='1', er_location_name="unkno NewMeas[meas_orient_theta_col] = '%7.1f' % (Incs[i]) Ne...
some more small fixes for k<I>_magic
PmagPy_PmagPy
train
23d0831c075379944b312792845d9e9ac4c601dd
diff --git a/eventsourcing/emailnotifications.py b/eventsourcing/emailnotifications.py index <HASH>..<HASH> 100644 --- a/eventsourcing/emailnotifications.py +++ b/eventsourcing/emailnotifications.py @@ -41,7 +41,7 @@ class EmailNotifications(ProcessApplication): domain_event: Aggregate.Event, process_...
Added docstrings to EmailNotifications class.
johnbywater_eventsourcing
train
e9eb30fae4f0a9645bcc258fa515182a29e72998
diff --git a/actionpack/lib/action_view/helpers/form_tag_helper.rb b/actionpack/lib/action_view/helpers/form_tag_helper.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_view/helpers/form_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/form_tag_helper.rb @@ -81,7 +81,7 @@ module ActionView # ====...
fixed typo in select_tag docs
rails_rails
train
bab01c5a5aed7d2ccebcfc2c4cc961d2ba3167eb
diff --git a/csg/geom.py b/csg/geom.py index <HASH>..<HASH> 100644 --- a/csg/geom.py +++ b/csg/geom.py @@ -2,7 +2,7 @@ import math import sys # increase the max number of recursive calls -sys.setrecursionlimit(50000) # my default is 1000, increasing too much may cause a seg fault +sys.setrecursionlimit(10000) # my ...
fix for max depth of recursion reached problem
timknip_pycsg
train
46b3cd6c36b17813a61b632cd0920b740cb52bec
diff --git a/libraries/mako/View.php b/libraries/mako/View.php index <HASH>..<HASH> 100644 --- a/libraries/mako/View.php +++ b/libraries/mako/View.php @@ -144,7 +144,48 @@ namespace mako } /** - * Magic setter function that assigns a view variable. + * Include the view file and extracts the view variables bef...
Added __isset and __unset methods to view class
mako-framework_framework
train
754f641f855913d42b0ebd55d77556efdcd03f9b
diff --git a/lib/environmentlib.php b/lib/environmentlib.php index <HASH>..<HASH> 100644 --- a/lib/environmentlib.php +++ b/lib/environmentlib.php @@ -140,6 +140,7 @@ function environment_get_errors($environment_results) { $type = $environment_result->getPart(); $info = $environment_result->getInfo();...
MDL-<I> upgrade: Better report the environment checks in CLI scripts Before we did not display the source of the environment check failure (whether it was a core check or a plugin) and there was a missing space before the "Error" status.
moodle_moodle
train
7d13465c7b67433bdedbfe3595d06ff958a2075e
diff --git a/agent/submatview/store.go b/agent/submatview/store.go index <HASH>..<HASH> 100644 --- a/agent/submatview/store.go +++ b/agent/submatview/store.go @@ -20,7 +20,9 @@ type entry struct { materializer *Materializer expiry *ttlcache.Entry stop func() - // TODO: add watchCount + // notifier i...
submatview: set up expiry of materializers
hashicorp_consul
train
9ce48759cb1475bc5c754c3b2bad86e63e7d15e6
diff --git a/server/src/main/java/com/thoughtworks/go/server/service/PipelinePauseService.java b/server/src/main/java/com/thoughtworks/go/server/service/PipelinePauseService.java index <HASH>..<HASH> 100644 --- a/server/src/main/java/com/thoughtworks/go/server/service/PipelinePauseService.java +++ b/server/src/main/jav...
Fix pipeline pause/unpause bug with capital name pipelines (#<I>) * Do not lowercase the pipeline name before pause/unpause
gocd_gocd
train
42f6122ba380e9f7759451907574c5db92ab205a
diff --git a/cachetclient/cachet.py b/cachetclient/cachet.py index <HASH>..<HASH> 100644 --- a/cachetclient/cachet.py +++ b/cachetclient/cachet.py @@ -118,6 +118,10 @@ class Components(Cachet): """ if id is not None: return self._get('components/%s' % id) + elif 'params' in kwargs:...
Added option to ignore pagination and layed ground work to accomodate the use of searchable keys
dmsimard_python-cachetclient
train
7ea5a6ff199d97053222ba13c1a7024d07f56383
diff --git a/chess/syzygy.py b/chess/syzygy.py index <HASH>..<HASH> 100644 --- a/chess/syzygy.py +++ b/chess/syzygy.py @@ -554,9 +554,11 @@ class WdlTable(Table): s = 1 + int(self.pawns[chess.BLACK] > 0) for f in range(4): self.setup_pieces_pawn(data_ptr, 2 * f, f) - ...
Complete setup_pieces_pawn
niklasf_python-chess
train
2feefb43758e2477b70044e73ed0d800453fe8de
diff --git a/server/server.go b/server/server.go index <HASH>..<HASH> 100644 --- a/server/server.go +++ b/server/server.go @@ -823,7 +823,10 @@ func (srv *Server) CmdRun(stdin io.ReadCloser, stdout io.Writer, args ...string) parts := strings.SplitN(name, ":", 2) img_name = parts[0] //img_version = ...
Fix "no such image" bug in docker run, introduced last commit. Ref #<I>,#<I>
containers_storage
train
e5cb8c6e83a18b706bd69cef96c5af067a31604a
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog This project adheres to [Semantic Versioning](http://semver.org/). +## [3.11.1] - 2018-02-14 +### Fixed +- Replaced node-irc with @Throne3d's fork, [irc-upd](https://github.com/Thr...
Replace node-irc with irc-upd
ekmartin_slack-irc
train
2b520bafc5508a6e7f4786d9017412826acab9d8
diff --git a/release/alert.py b/release/alert.py index <HASH>..<HASH> 100644 --- a/release/alert.py +++ b/release/alert.py @@ -32,7 +32,7 @@ GLOBAL_CONFIG["SLACK_WEBHOOK"] = os.environ.get("SLACK_WEBHOOK", "") GLOBAL_CONFIG["SLACK_CHANNEL"] = os.environ.get("SLACK_CHANNEL", ...
[release/alert] less results (#<I>)
ray-project_ray
train
e2af7b4498e4588b1e06da90e54ccfbdb8ad89aa
diff --git a/cslbot/commands/twitter.py b/cslbot/commands/twitter.py index <HASH>..<HASH> 100644 --- a/cslbot/commands/twitter.py +++ b/cslbot/commands/twitter.py @@ -21,18 +21,21 @@ from random import shuffle from ..helpers import arguments from ..helpers.command import Command +_API = None + def get_search_api...
because everything is better w/ global variables
tjcsl_cslbot
train
35a3b8ee2c45e8652db7a10d852664b714a10475
diff --git a/demo/main.js b/demo/main.js index <HASH>..<HASH> 100644 --- a/demo/main.js +++ b/demo/main.js @@ -198,12 +198,12 @@ class ShakaDemoMain { this.uiLocale_ = languages[0]; // TODO(#1591): Support multiple language preferences - this.player_.addEventListener( - 'error', (event) => this.on...
Fix internal references to shakaDemoMain. These were causing some error events to be run in the wrong scope. Change-Id: I2cb<I>b9dbbac<I>ee7f8e<I>dd<I>eaa<I>c
google_shaka-player
train
fa7e83b6f77d954fdc4af8c72972b987383219a1
diff --git a/wisdom-test/src/main/java/org/wisdom/test/parents/WisdomTest.java b/wisdom-test/src/main/java/org/wisdom/test/parents/WisdomTest.java index <HASH>..<HASH> 100644 --- a/wisdom-test/src/main/java/org/wisdom/test/parents/WisdomTest.java +++ b/wisdom-test/src/main/java/org/wisdom/test/parents/WisdomTest.java @...
[TD] major - minor * Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. * Define a constant instead of duplicating this literal
wisdom-framework_wisdom
train
b077b78f7bf67c43cf229b00d3ca4e63411422b3
diff --git a/code/libraries/koowa/libraries/dispatcher/response/abstract.php b/code/libraries/koowa/libraries/dispatcher/response/abstract.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/dispatcher/response/abstract.php +++ b/code/libraries/koowa/libraries/dispatcher/response/abstract.php @@ -95,9 ...
re #<I> : Move flush and exit calls into the abstract transport
timble_kodekit
train
7f1abd2383a16ac90044851652c454171b8fde02
diff --git a/tests/parser/features/test_internal_call.py b/tests/parser/features/test_internal_call.py index <HASH>..<HASH> 100644 --- a/tests/parser/features/test_internal_call.py +++ b/tests/parser/features/test_internal_call.py @@ -193,6 +193,37 @@ def bar3() -> num: assert c.bar3() == 66 +def test_list_sto...
Adds test for passing list from storage.
ethereum_vyper
train
257c06f5519fcde23c477390706ddfb6ce336fb9
diff --git a/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php b/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php +++ b/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php @@ -46,9 +46,13 @...
[WebBundle] fixed controller loader run() method
symfony_symfony
train
a140879d99fbc6306e02dd488bf1020df1134a9c
diff --git a/core/results.js b/core/results.js index <HASH>..<HASH> 100644 --- a/core/results.js +++ b/core/results.js @@ -24,7 +24,8 @@ module.exports = function (data) { return { // metrics setMetric: function(metricName, value) { - metrics[metricName] = value; + // default to zero when no value is provid...
setMetric: pass calls from page scope code + default to zero when no value is provided
macbre_phantomas
train
ff0286f6976fe75fa2cacd2b69950edfd02893c6
diff --git a/lib/rubicure/core.rb b/lib/rubicure/core.rb index <HASH>..<HASH> 100644 --- a/lib/rubicure/core.rb +++ b/lib/rubicure/core.rb @@ -34,15 +34,6 @@ module Rubicure # @param [Time,Date,String,Symbol] arg Time, Date or date like String (ex. "2013-12-16") # @return [Array<Rubicure::Girl>] def all_...
Refactor: extract to #all_girls
sue445_rubicure
train
83724921a9b4460fe1f69c210f927daaf21402e8
diff --git a/lib/datomic/client.rb b/lib/datomic/client.rb index <HASH>..<HASH> 100644 --- a/lib/datomic/client.rb +++ b/lib/datomic/client.rb @@ -57,9 +57,7 @@ module Datomic # pointing to that database. def query(query, args_or_dbname, params = {}) query = transmute_data(query) - args = args_or_...
Add division method to Datomic::Client
cldwalker_datomic-client
train
e4c91cfcea9092440181f43e89a1a62767535f9e
diff --git a/ups-cart-cli/src/main/java/org/jboss/aerogear/test/cli/AppCartridgeCreateCommand.java b/ups-cart-cli/src/main/java/org/jboss/aerogear/test/cli/AppCartridgeCreateCommand.java index <HASH>..<HASH> 100644 --- a/ups-cart-cli/src/main/java/org/jboss/aerogear/test/cli/AppCartridgeCreateCommand.java +++ b/ups-car...
adding scalable option for ups cart-create
aerogear_aerogear-testing-tools
train
6e77ee84acc5cf1b4f18d25d79e6afe35b30df2a
diff --git a/openquake/risklib/scientific.py b/openquake/risklib/scientific.py index <HASH>..<HASH> 100644 --- a/openquake/risklib/scientific.py +++ b/openquake/risklib/scientific.py @@ -34,6 +34,7 @@ from scipy import interpolate, stats, random from openquake.baselib.general import CallableDict, cached_property from...
Storing the vulnerability functions at <I> bit [skip hazardlib]
gem_oq-engine
train
de6b43c087ed83cc0596ea3bdbdb647ad77954d4
diff --git a/ui/src/side_nav/containers/SideNav.js b/ui/src/side_nav/containers/SideNav.js index <HASH>..<HASH> 100644 --- a/ui/src/side_nav/containers/SideNav.js +++ b/ui/src/side_nav/containers/SideNav.js @@ -39,7 +39,9 @@ const SideNav = React.createClass({ ? null : <NavBar location={location}> ...
Cube should link to /status
influxdata_influxdb
train
784a5c651243721e3b7a38056b53105d2d7b371f
diff --git a/translator/src/main/java/com/google/devtools/j2objc/ast/CompilationUnit.java b/translator/src/main/java/com/google/devtools/j2objc/ast/CompilationUnit.java index <HASH>..<HASH> 100644 --- a/translator/src/main/java/com/google/devtools/j2objc/ast/CompilationUnit.java +++ b/translator/src/main/java/com/googl...
Check whether a package has a ParametersAreNonnullByDefault annotation in Rewriter.
google_j2objc
train
7452983209b0a4824713ae825e75387f446fe9f0
diff --git a/src/Handler/SMSHandler.php b/src/Handler/SMSHandler.php index <HASH>..<HASH> 100644 --- a/src/Handler/SMSHandler.php +++ b/src/Handler/SMSHandler.php @@ -3,6 +3,7 @@ namespace Tylercd100\Monolog\Handler; use Exception; +use Monolog\Formatter\FormatterInterface; use Monolog\Handler\SocketHandler; use ...
Fix SMSHandler to be compatible with Monolog 2
tylercd100_monolog-sms
train
0bde36d0973b43ae8f445d6894fb5042d6b5d273
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -397,8 +397,9 @@ class Minion(object): ret = {} for ind in range(0, len(data['arg'])): try: - if '\n' not in data['arg'][ind]: - arg = ya...
Always define `arg` before the new line detection regarding yaml's `safe_load`.
saltstack_salt
train
889a4eb48b27754c5ae8f7228fe4378f2751c56e
diff --git a/discovery/service.go b/discovery/service.go index <HASH>..<HASH> 100644 --- a/discovery/service.go +++ b/discovery/service.go @@ -439,8 +439,9 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(nMsg *networkMsg) []l switch msg := nMsg.msg.(type) { - // A new node announcement has arrived w...
discovery: send channel announcements before node announcements. According to BOLT#7, nodes will ignore node announcements for nodes not found in any previous channel announcements. This commit makes the discovery service send its known channels before its known nodes when syncing the channel graph with a peer.
lightningnetwork_lnd
train
cd9a391159e43afd5e8843dcc10671e887118cbb
diff --git a/jooby/src/main/java/org/jooby/internal/jetty/JettyHandler.java b/jooby/src/main/java/org/jooby/internal/jetty/JettyHandler.java index <HASH>..<HASH> 100644 --- a/jooby/src/main/java/org/jooby/internal/jetty/JettyHandler.java +++ b/jooby/src/main/java/org/jooby/internal/jetty/JettyHandler.java @@ -45,7 +45,...
Use application.tmpdir for file uploads
jooby-project_jooby
train
287ba78929c5f808e37aa0ca13ed4bca3a57384a
diff --git a/srv/handler/AuthenticationHandler.js b/srv/handler/AuthenticationHandler.js index <HASH>..<HASH> 100644 --- a/srv/handler/AuthenticationHandler.js +++ b/srv/handler/AuthenticationHandler.js @@ -3,7 +3,7 @@ define(['srv/core/Handler', 'srv/core/AuthenticationFilter', 'srv/core/HttpError return Handler....
made progress in AuthenticationHandler
rappid_rAppid.js
train
854fb390a1f426ba9c1af2f90d2fe0e03c1b9ff3
diff --git a/lib/clientlib.js b/lib/clientlib.js index <HASH>..<HASH> 100644 --- a/lib/clientlib.js +++ b/lib/clientlib.js @@ -49,7 +49,7 @@ var SERIALIZATION_FORMAT_SLING_XML = "slingxml"; * List of fields to be evaluated for being added to the {@code cq:ClientLibraryFolder} file descriptor * @type {String[]} */...
allow 'replaces' and 'disableIfReplacing' as a property of clientLibDirectoryFields (#<I>) closes #<I> * allow 'replaces' as a property of clientLibDirectoryFields * added disableIfReplacing as an allowed property
wcm-io-frontend_aem-clientlib-generator
train
26b652da8a9be1694b065eb8ebbac05d7c5bb43a
diff --git a/ezp/Persistence/Storage/Legacy/Tests/User/UserHandlerTest.php b/ezp/Persistence/Storage/Legacy/Tests/User/UserHandlerTest.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/Storage/Legacy/Tests/User/UserHandlerTest.php +++ b/ezp/Persistence/Storage/Legacy/Tests/User/UserHandlerTest.php @@ -596,6 +596,36...
Tested & Implemented: Update policy limitations
ezsystems_ezpublish-kernel
train
108c5c88ccaf62f2d0532a564d8f2ab859de68d8
diff --git a/tests/unit/test_protocol_errors.py b/tests/unit/test_protocol_errors.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_protocol_errors.py +++ b/tests/unit/test_protocol_errors.py @@ -83,3 +83,10 @@ class TestFrontendErrors(unittest.TestCase): request.page_token = badType ...
Worked around some non-working tests.
ga4gh_ga4gh-server
train
a2200a8797ebc95dac10962c9308b8efbdc56f57
diff --git a/src/test/java/net/finmath/montecarlo/interestrate/LIBORMarketModelValuationTest.java b/src/test/java/net/finmath/montecarlo/interestrate/LIBORMarketModelValuationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/finmath/montecarlo/interestrate/LIBORMarketModelValuationTest.java +++ b/src/test/j...
Added output of RMS error.
finmath_finmath-lib
train
3ab8f0b13d78c96d6b77ba1dd1bb0fb86a6105d2
diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index <HASH>..<HASH> 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -268,6 +268,29 @@ class XGBModel(XGBModelBase): output_margin=output_margin, ...
[py] added apply function in sklearn API to return the predicted leaves
dmlc_xgboost
train
d462b1cdaa76327faf81a3f87cd320d1d17f0ee6
diff --git a/raiden/network/pathfinding.py b/raiden/network/pathfinding.py index <HASH>..<HASH> 100644 --- a/raiden/network/pathfinding.py +++ b/raiden/network/pathfinding.py @@ -15,6 +15,7 @@ from raiden.constants import DEFAULT_HTTP_REQUEST_TIMEOUT, RoutingMode from raiden.exceptions import ServiceRequestFailed, Ser...
Properly sign the signature when requesting IOU Before, we just sent the hash instead of the signed hash as the signature.
raiden-network_raiden
train
747f124d185e08c3c5432abbcbc3c121ec5e5bb0
diff --git a/torf/_magnet.py b/torf/_magnet.py index <HASH>..<HASH> 100644 --- a/torf/_magnet.py +++ b/torf/_magnet.py @@ -85,7 +85,7 @@ class Magnet(): urn:btih:3bb9561e35b06175bb6d2c2330578dc83846cc5d - For convenience, this property may be set to the info hash with the + For convenienc...
Magnet.xt: Fix typo in docstring
rndusr_torf
train
a546ccfdda83ba53450f65c1b29faeb4535df420
diff --git a/lib/stream-put.js b/lib/stream-put.js index <HASH>..<HASH> 100644 --- a/lib/stream-put.js +++ b/lib/stream-put.js @@ -35,6 +35,11 @@ function Put(source, options) { } } }); + this.on('unpipe', function() { + if (source.stopWriting) source.stopWriting(function(err) { + ...
Also call stopWriting when unpiped.
mapbox_tilelive
train
292d793dc9afeb4554704298c3d4b968964a6c6f
diff --git a/client/state/themes/selectors/get-theme-forum-url.js b/client/state/themes/selectors/get-theme-forum-url.js index <HASH>..<HASH> 100644 --- a/client/state/themes/selectors/get-theme-forum-url.js +++ b/client/state/themes/selectors/get-theme-forum-url.js @@ -1,4 +1,3 @@ -import { isThemePremium } from 'caly...
Remove link to premium themes forum (#<I>)
Automattic_wp-calypso
train
29e4eb91c16411690f8b4a73adcfdb037752c60c
diff --git a/js/tests/browsers.js b/js/tests/browsers.js index <HASH>..<HASH> 100644 --- a/js/tests/browsers.js +++ b/js/tests/browsers.js @@ -5,21 +5,21 @@ const browsers = { safariMac: { base: 'BrowserStack', os: 'OS X', - os_version: 'High Sierra', + os_version: 'Catalina', browser: 'Safari',...
BrowserStack: test on macOS Catalina instead of High Sierra (#<I>)
twbs_bootstrap
train
8d4e7272f07bd6bb19906fd643277bd56559f5e6
diff --git a/openquake/commonlib/logictree.py b/openquake/commonlib/logictree.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/logictree.py +++ b/openquake/commonlib/logictree.py @@ -46,7 +46,7 @@ from openquake.hazardlib.gsim_lt import ( GsimLogicTree, bsnodes, fix_bytes, keyno, abs_paths) from openquake...
Renamed attach->attach_to_branches
gem_oq-engine
train
9dab965e9b02d90d3819374c9c2f7d9ae5a579ce
diff --git a/tests/core/a-assets.test.js b/tests/core/a-assets.test.js index <HASH>..<HASH> 100644 --- a/tests/core/a-assets.test.js +++ b/tests/core/a-assets.test.js @@ -32,7 +32,7 @@ suite('a-assets', function () { }); test('has fileLoader', function () { - assert.ok(this.el.fileLoader.constructor, THREE.X...
Fix has fileLoader test in a-assets.test.js
aframevr_aframe
train
d94a86adb62797b25e0af48708998b9fc29be6d6
diff --git a/lib/camera-look-at.js b/lib/camera-look-at.js index <HASH>..<HASH> 100644 --- a/lib/camera-look-at.js +++ b/lib/camera-look-at.js @@ -3,21 +3,31 @@ var cross = require('gl-vec3/cross') var sub = require('gl-vec3/subtract') var normalize = require('gl-vec3/normalize') var copy = require('gl-vec3/copy') +...
making it behave more like libgdx camera; fixing bug with non-invertible case using lookat; using absolute for camera near and far; default to <I> for near
Jam3_perspective-camera
train
1a21af506570b406fc157925b8fe1b2d4b7f6c82
diff --git a/secedgar/__init__.py b/secedgar/__init__.py index <HASH>..<HASH> 100644 --- a/secedgar/__init__.py +++ b/secedgar/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.3'
MAINT: Bump to <I>
coyo8_sec-edgar
train
4b99d6cc16c2be170525cd572f6564b673ac90d0
diff --git a/records/config.go b/records/config.go index <HASH>..<HASH> 100644 --- a/records/config.go +++ b/records/config.go @@ -5,7 +5,7 @@ import ( "fmt" "io/ioutil" "net" - "os/user" + "os" "path/filepath" "strings" "time" @@ -177,14 +177,13 @@ func readConfig(file string) (*Config, error) { c := New...
records: Find user's home directory through env As reported in <URL>
mesosphere_mesos-dns
train
f4b16c32240269cf5c909cc68c2bec645a16c271
diff --git a/src/Snapshot.php b/src/Snapshot.php index <HASH>..<HASH> 100644 --- a/src/Snapshot.php +++ b/src/Snapshot.php @@ -4,7 +4,6 @@ namespace Spatie\DbSnapshots; use Carbon\Carbon; use Illuminate\Support\Facades\DB; -use Illuminate\Console\OutputStyle; use Illuminate\Support\LazyCollection; use Illuminate\...
Move the gzdecoding inline instead of downloading the decoding the whole file
spatie_laravel-db-snapshots
train
ac13174cc496ba7fe59b153d6de286b67b9a9132
diff --git a/sciluigi/__init__.py b/sciluigi/__init__.py index <HASH>..<HASH> 100644 --- a/sciluigi/__init__.py +++ b/sciluigi/__init__.py @@ -11,6 +11,12 @@ from sciluigi import util run = interface.run run_local = interface.run_local +# Format strings +logfmt_stream = interface.logfmt_stream +logfmt_luigi = inte...
Better re-use of log formatter strings
pharmbio_sciluigi
train
b0381cdc2f73c8b19b773edb25f180b9a458903c
diff --git a/ph-oton-uicore/src/main/java/com/helger/photon/uicore/page/AbstractWebPageForm.java b/ph-oton-uicore/src/main/java/com/helger/photon/uicore/page/AbstractWebPageForm.java index <HASH>..<HASH> 100644 --- a/ph-oton-uicore/src/main/java/com/helger/photon/uicore/page/AbstractWebPageForm.java +++ b/ph-oton-uicor...
Added possibility to show input form again, even on success
phax_ph-oton
train
b0f14256d286b38b86dbb6d22c736f10f2aa60f0
diff --git a/db/migrate/20141121120326_create_scaptimony_arf_report_breakdowns.rb b/db/migrate/20141121120326_create_scaptimony_arf_report_breakdowns.rb index <HASH>..<HASH> 100644 --- a/db/migrate/20141121120326_create_scaptimony_arf_report_breakdowns.rb +++ b/db/migrate/20141121120326_create_scaptimony_arf_report_bre...
adds the ability do db:migrate:down for the view.
OpenSCAP_scaptimony
train
8f485d5577b8aca60ccef01225f41fa5b252100a
diff --git a/bin/tern b/bin/tern index <HASH>..<HASH> 100755 --- a/bin/tern +++ b/bin/tern @@ -111,7 +111,7 @@ function loadPlugins(projectDir, plugins) { if (mod.hasOwnProperty("initialize")) mod.initialize(distDir); options[path.basename(plugin)] = val; } - + defaultPlugins.forEach(function(name) { ...
[doc_comment plugin] Support a strong option to override inferred types
ternjs_tern
train
4caa9774584976270d7b3b4d5d38572b20b69091
diff --git a/core/src/main/java/com/orientechnologies/orient/core/storage/fs/OMMapManager.java b/core/src/main/java/com/orientechnologies/orient/core/storage/fs/OMMapManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/orientechnologies/orient/core/storage/fs/OMMapManager.java +++ b/core/src/main/java/...
Reduced log level from ERROR to INFO when the mmap tries to fix temporary issues
orientechnologies_orientdb
train
c786e64650c76f03efe1185782e3ac1b78739bd6
diff --git a/tds/src/main/java/thredds/servlet/HtmlWriter.java b/tds/src/main/java/thredds/servlet/HtmlWriter.java index <HASH>..<HASH> 100644 --- a/tds/src/main/java/thredds/servlet/HtmlWriter.java +++ b/tds/src/main/java/thredds/servlet/HtmlWriter.java @@ -723,7 +723,7 @@ public class HtmlWriter { String a...
fixed bug related to latest.xml for local datasets (was using remoteCatalogService for local stuff...oops)
Unidata_thredds
train
ca346066099fce7bbd90faed85541b219cdccf9e
diff --git a/rb/lib/selenium/webdriver/remote/w3c_bridge.rb b/rb/lib/selenium/webdriver/remote/w3c_bridge.rb index <HASH>..<HASH> 100755 --- a/rb/lib/selenium/webdriver/remote/w3c_bridge.rb +++ b/rb/lib/selenium/webdriver/remote/w3c_bridge.rb @@ -538,7 +538,7 @@ module Selenium end property_valu...
rb - don't commit at 5am
SeleniumHQ_selenium
train