hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
168ae99cbb399aceb9aa52ed0d17302b343218c7
diff --git a/lib/active_record/turntable/active_record_ext.rb b/lib/active_record/turntable/active_record_ext.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/turntable/active_record_ext.rb +++ b/lib/active_record/turntable/active_record_ext.rb @@ -29,8 +29,7 @@ module ActiveRecord::Turntable include Con...
Add :foreign_shard_key option to add sharding hint condition from enduser
drecom_activerecord-turntable
train
6683bf2ee081519cf319e9149007a5158b95545f
diff --git a/src/java/net/spy/memcached/MemcachedConnection.java b/src/java/net/spy/memcached/MemcachedConnection.java index <HASH>..<HASH> 100644 --- a/src/java/net/spy/memcached/MemcachedConnection.java +++ b/src/java/net/spy/memcached/MemcachedConnection.java @@ -206,7 +206,13 @@ public class MemcachedConnection ext...
Reconnect if an IOException occurs during handleOperation()
dustin_java-memcached-client
train
6ba4f1030b9eceb654155e27369ff3a289371bef
diff --git a/Entity/FacebookUser.php b/Entity/FacebookUser.php index <HASH>..<HASH> 100755 --- a/Entity/FacebookUser.php +++ b/Entity/FacebookUser.php @@ -488,7 +488,7 @@ class FacebookUser * @param string $coverInfoUrl * @return FacebookUser */ - public function setCoverInfoUrlL($coverInfoUrl) + ...
CE-<I> Remove "Is this your personal channel" when connecting new Location
CampaignChain_location-facebook
train
965776002fcf482b65d66040393cf75caa18d356
diff --git a/docs/src/modules/components/AppTableOfContents.js b/docs/src/modules/components/AppTableOfContents.js index <HASH>..<HASH> 100644 --- a/docs/src/modules/components/AppTableOfContents.js +++ b/docs/src/modules/components/AppTableOfContents.js @@ -15,10 +15,6 @@ const renderer = new marked.Renderer(); let...
[docs] Minor simplifications (#<I>) I have noticed them looking into a i<I>n issue.
mui-org_material-ui
train
0f71254fe175c4a67c355cc39633e8a1c65979e4
diff --git a/lib/Cake/Console/Command/BakeShell.php b/lib/Cake/Console/Command/BakeShell.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Console/Command/BakeShell.php +++ b/lib/Cake/Console/Command/BakeShell.php @@ -185,7 +185,7 @@ class BakeShell extends AppShell { } App::uses($controller . 'Controller', 'Contr...
Fix double inflection in bake all <foo> ViewTask re-pluralizes the model name. Sometimes this leads to things like Menuses which is totally wrong. Fixes #<I>
cakephp_cakephp
train
73f93f260d458bbfbbe0b284a02e7d82b3537153
diff --git a/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/ManagementHttpServer.java b/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/ManagementHttpServer.java index <HASH>..<HASH> 100644 --- a/domain-http/interface/src/main/java/org/jboss/as/domain/http/server/ManagementHttpS...
WFCORE-<I> error context needs x-frame-options
wildfly_wildfly-core
train
93ce7a55cd83374377ea61c52477bc042816b8fa
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,6 +31,18 @@ else: html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +# -- To mock out heavy dependencies --------------------------------------- +from un...
Mock out heavy dependencies on RTD This decreases the risk of failure when building the docs.
StagPython_StagPy
train
be0c19734f3eedf3a5720805e084238c13dd9952
diff --git a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java index <HASH>..<HASH> 100644 --- a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin...
Add another test to validate that script interruption is working as expected.
apache_tinkerpop
train
30ffc49b67019e958a7dad2213db95c0b209d99a
diff --git a/PyMI/src/wmi/__init__.py b/PyMI/src/wmi/__init__.py index <HASH>..<HASH> 100644 --- a/PyMI/src/wmi/__init__.py +++ b/PyMI/src/wmi/__init__.py @@ -553,7 +553,7 @@ class _Connection(object): option_value = self._unwrap_element(option['value_type'], ...
Do an explicit unicode cast PyMI expects most of the string arguments to be unicode. No implicit casts will be performed. This is fine, as most of the top level Python wrapper module performs explicit unicode casts. Except for the method setting custom operation options, which may lead to TypeError, as seen in the fo...
cloudbase_PyMI
train
4cc28c96ce3fde25e8a5257e3e4bd9fd8a7e8833
diff --git a/app/controllers/renalware/medications_controller.rb b/app/controllers/renalware/medications_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/renalware/medications_controller.rb +++ b/app/controllers/renalware/medications_controller.rb @@ -31,7 +31,7 @@ module Renalware def create ...
Prefer `new` over `build` for consistency
airslie_renalware-core
train
91609287501f5a89c90b76ac40fdba948f2fe44c
diff --git a/system_test/full_system_test.py b/system_test/full_system_test.py index <HASH>..<HASH> 100644 --- a/system_test/full_system_test.py +++ b/system_test/full_system_test.py @@ -8,6 +8,7 @@ import tempfile import argparse +import ast import subprocess import requests import json @@ -25,7 +26,7 @@ RQLITE...
Use literal_eval, which is safer
rqlite_rqlite
train
04572af683644058936b00d8e07b1335a517c72c
diff --git a/lib/chamber/namespace_set.rb b/lib/chamber/namespace_set.rb index <HASH>..<HASH> 100644 --- a/lib/chamber/namespace_set.rb +++ b/lib/chamber/namespace_set.rb @@ -134,7 +134,7 @@ class NamespaceSet end @namespaces = Set.new namespace_values.map do |value| - ...
Make NamespaceSet always store namespaces as Strings to make checking for equality easier
thekompanee_chamber
train
eb650f5ed094276479ef87d4ab6b365a6ed413d1
diff --git a/lib/github_merge_sign/version.rb b/lib/github_merge_sign/version.rb index <HASH>..<HASH> 100644 --- a/lib/github_merge_sign/version.rb +++ b/lib/github_merge_sign/version.rb @@ -1,3 +1,3 @@ module GithubMergeSign - VERSION = "0.1.0" + VERSION = "0.1.0.test2" end
Bump gem version to test Travis publishing. Due to an issue[1] with Travis' gem publishing, it's been necessary to manually publish the initial version of this gem. This is a test to ensure that Travis can now properly publish. Once this is confirmed, we'll release a non-prerelease version following the process in the...
alphagov_paas-github_merge_sign
train
b19ac60d4d907e054a115d1c633f58fa3ec729aa
diff --git a/malcolm/modules/scanning/parts/scanrunnerpart.py b/malcolm/modules/scanning/parts/scanrunnerpart.py index <HASH>..<HASH> 100644 --- a/malcolm/modules/scanning/parts/scanrunnerpart.py +++ b/malcolm/modules/scanning/parts/scanrunnerpart.py @@ -254,6 +254,8 @@ class ScanRunnerPart(builtin.parts.ChildPart): ...
ScanRunnerPart: improved test coverage on IO methods
dls-controls_pymalcolm
train
323da84f9180f62b9fceac62ecf0f1fc443f8a67
diff --git a/lib/unparser/constants.rb b/lib/unparser/constants.rb index <HASH>..<HASH> 100644 --- a/lib/unparser/constants.rb +++ b/lib/unparser/constants.rb @@ -9,7 +9,7 @@ module Unparser BINARY_OPERATORS = %w( + - * / & | && || << >> == === != <= < <=> > >= =~ !~ ^ - ** + ** % ).ma...
Track % as binary operator Closes #7
mbj_unparser
train
cca02ac50fe9d1f30e294674fc12d215a4798d18
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ """ Create unix package: python setup.py sdist +Upload to pypi: python setup.py sdist upload """ import os
comment re upload to pypi
fhcrc_taxtastic
train
a0ea2bdaebf6df01e7af93400b20d32283387871
diff --git a/har2case/core.go b/har2case/core.go index <HASH>..<HASH> 100644 --- a/har2case/core.go +++ b/har2case/core.go @@ -110,6 +110,7 @@ func (h *HAR) prepareTestSteps() ([]*httpboomer.TStep, error) { } func (h *HAR) prepareTestStep(entry *Entry) (*httpboomer.TStep, error) { + log.Printf("[prepareTestStep] %v...
fix: makeRequestBody for post raw data
HttpRunner_HttpRunner
train
c3fe596a4a9686474ee479703e792183407a2f9f
diff --git a/railties/lib/rails.rb b/railties/lib/rails.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails.rb +++ b/railties/lib/rails.rb @@ -46,7 +46,7 @@ module Rails def backtrace_cleaner @backtrace_cleaner ||= begin - # Relies on Active Support, so we have to lazy load to postpone definiti...
AS => Active Support [ci skip]
rails_rails
train
e078b083139a10cf5502bc63a384076f6463cc3f
diff --git a/base/standard/src/main/java/org/openscience/cdk/fingerprint/Fingerprinter.java b/base/standard/src/main/java/org/openscience/cdk/fingerprint/Fingerprinter.java index <HASH>..<HASH> 100644 --- a/base/standard/src/main/java/org/openscience/cdk/fingerprint/Fingerprinter.java +++ b/base/standard/src/main/java/...
Be clever and work out what generated path will be lexicographically lower without actually generating it or reversing atoms (we still need to reverse for the generation ATM).
cdk_cdk
train
77c32cdeeb3bd879e6548a459ecb324f65b8b761
diff --git a/src/detectors/vite.js b/src/detectors/vite.js index <HASH>..<HASH> 100644 --- a/src/detectors/vite.js +++ b/src/detectors/vite.js @@ -21,5 +21,6 @@ module.exports = function detector() { frameworkPort: FRAMEWORK_PORT, possibleArgsArrs, dist: 'dist', + disableLocalServerPolling: true, }...
fix(command-dev): don't poll for http requests for vite framework (#<I>)
netlify_cli
train
a1577563ad39ad35070b1ea44ea6fe3f0613d6b9
diff --git a/sos/plugins/kdump.py b/sos/plugins/kdump.py index <HASH>..<HASH> 100644 --- a/sos/plugins/kdump.py +++ b/sos/plugins/kdump.py @@ -83,7 +83,7 @@ class DebianKDump(KDump, DebianPlugin, UbuntuPlugin): initramfs_img = "/var/lib/kdump/initrd.img-" + platform.release() if os.path.exists(initr...
[kdump] Switch lsinitrd in favor of lsinitramfs lsinitramfs is more likely to be installed and useful. lsinitramfs -> initramfs-tools-core (main) -> Canonical maintain lsinitrd -> dracut-core (universe) -> Community maintain Also adding the '-l' argument to display long and more verbose listing of initramfs content....
sosreport_sos
train
b3e8dbe0c7eb224eb04fd4c1abc89536e48b431d
diff --git a/src/main/java/net/seninp/jmotif/sax/discord/BruteForceDiscordImplementation.java b/src/main/java/net/seninp/jmotif/sax/discord/BruteForceDiscordImplementation.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/seninp/jmotif/sax/discord/BruteForceDiscordImplementation.java +++ b/src/main/java/net/seni...
fixing the discord length issue and adding a test
jMotif_SAX
train
d4fb8e999de93bd1f7bb1f87241d1cbf6bfba3dc
diff --git a/great_expectations/dataset/pandas_dataset.py b/great_expectations/dataset/pandas_dataset.py index <HASH>..<HASH> 100644 --- a/great_expectations/dataset/pandas_dataset.py +++ b/great_expectations/dataset/pandas_dataset.py @@ -264,8 +264,8 @@ class PandasDataset(MetaPandasDataset, pd.DataFrame): ...
Correct get->getattr to properly set property
great-expectations_great_expectations
train
dabba5ef4116e97df4f959821f663f59162ea06b
diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -438,7 +438,9 @@ OpenLayers.Map.prototype = { removePopup: function(popup) { this.popups.remove(popup); if (popup.div) { - this.layerContain...
We've had a number of problems related to browsers complaining on this line. The popups go away, then cause: [Exception... "Node was not found" code: "8" nsresult: "0x<I> (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "/lib/OpenLayers.js Line: <I>"] This will hopefully silence the exception. git-svn-id: <URL>
openlayers_openlayers
train
21857133e55cc8162f5aa051b60f6c2034fa4e89
diff --git a/lib/bel/evidence_model/evidence.rb b/lib/bel/evidence_model/evidence.rb index <HASH>..<HASH> 100644 --- a/lib/bel/evidence_model/evidence.rb +++ b/lib/bel/evidence_model/evidence.rb @@ -14,7 +14,7 @@ module BEL ev = Evidence.new ev.bel_statement = hash[:bel_statement] || nil ...
[temp] pull support from :support/:summary_text This work-around was introduced to allow new/old translators to work while refactoring the Evidence model into the Nanopub model.
OpenBEL_bel.rb
train
cdea09b7c8449eb0539ffe361f3d1298b4381121
diff --git a/pyvista/_version.py b/pyvista/_version.py index <HASH>..<HASH> 100644 --- a/pyvista/_version.py +++ b/pyvista/_version.py @@ -1,6 +1,6 @@ """Version info for pyvista.""" # major, minor, patch -version_info = 0, 26, 0 +version_info = 0, 27, 'dev0' # Nice string for the version __version__ = '.'.join(m...
ENH: Use dev0 for dev version (#<I>)
vtkiorg_vtki
train
e82dd292cca4d347bc63002a113a4f723bf1ee10
diff --git a/base/standard/src/main/java/org/openscience/cdk/stereo/StereoElementFactory.java b/base/standard/src/main/java/org/openscience/cdk/stereo/StereoElementFactory.java index <HASH>..<HASH> 100644 --- a/base/standard/src/main/java/org/openscience/cdk/stereo/StereoElementFactory.java +++ b/base/standard/src/main...
Missed constraint, reject double bonds in rings <= 7.
cdk_cdk
train
23515371036fa2ee4b44bd9dd2811f1b2eb78034
diff --git a/classes/Gems/Tracker/Model/TrackModel.php b/classes/Gems/Tracker/Model/TrackModel.php index <HASH>..<HASH> 100644 --- a/classes/Gems/Tracker/Model/TrackModel.php +++ b/classes/Gems/Tracker/Model/TrackModel.php @@ -98,10 +98,12 @@ class Gems_Tracker_Model_TrackModel extends MUtil_Model_TableModel $...
Added track code and made respondenttrack return a receptioncode object instead of just the code
GemsTracker_gemstracker-library
train
7824dc25cb1420210099b849221e8014758de0c4
diff --git a/pyqode/core/__init__.py b/pyqode/core/__init__.py index <HASH>..<HASH> 100644 --- a/pyqode/core/__init__.py +++ b/pyqode/core/__init__.py @@ -8,4 +8,4 @@ a series of modes and panels that might be useful for any kind of code editor widget, i.e. pyqode.core is a generic code editor widget. """ -__versio...
Fix attributer error due to previous commit
pyQode_pyqode.core
train
169b205db580a4e3022aa95fc5ec51969959e90c
diff --git a/evergreen/io/stream.py b/evergreen/io/stream.py index <HASH>..<HASH> 100644 --- a/evergreen/io/stream.py +++ b/evergreen/io/stream.py @@ -8,7 +8,7 @@ import socket from evergreen import six from evergreen.event import Event -from evergreen.io.util import ReadBuffer +from evergreen.io.util import String...
Renamed ReadBuffer to StringBuffer
saghul_evergreen
train
6ccb66de513aabf192bd0fd1e88f89ac02151c9f
diff --git a/src/transformers/expect.js b/src/transformers/expect.js index <HASH>..<HASH> 100644 --- a/src/transformers/expect.js +++ b/src/transformers/expect.js @@ -1,8 +1,9 @@ import detectQuoteStyle from '../utils/quote-style'; import { removeRequireAndImport } from '../utils/imports'; +import logger from '../uti...
Finish expect transformer (work in progress)
skovhus_jest-codemods
train
5460e5d86fc5651960424797538bcf040e8209eb
diff --git a/src/Composer/Command/InitCommand.php b/src/Composer/Command/InitCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/InitCommand.php +++ b/src/Composer/Command/InitCommand.php @@ -319,11 +319,16 @@ EOT $io->writeError(array('', 'Define your dependencies.', '')); + // prepa...
Respect current PHP version when figuring out requirements for init command, fixes #<I>
composer_composer
train
0d6bc67776d0b844d3cf4e9f2c5a127f8f12a702
diff --git a/app/rdev/console/requests/Option.php b/app/rdev/console/requests/Option.php index <HASH>..<HASH> 100644 --- a/app/rdev/console/requests/Option.php +++ b/app/rdev/console/requests/Option.php @@ -33,11 +33,25 @@ class Option { throw new \InvalidArgumentException("Option type cannot be b...
Added short-name checks to Option
opulencephp_Opulence
train
d869622de48d339d3dcea0eedd1f4d8cff9cacb9
diff --git a/src/Bridges/NetteDI/DbalExtension.php b/src/Bridges/NetteDI/DbalExtension.php index <HASH>..<HASH> 100644 --- a/src/Bridges/NetteDI/DbalExtension.php +++ b/src/Bridges/NetteDI/DbalExtension.php @@ -4,6 +4,7 @@ namespace Nextras\Dbal\Bridges\NetteDI; use Nette\DI\CompilerExtension; +use Nette\DI\Defini...
phpstan: fix issues with type in latest nette/di
nextras_dbal
train
af1b53410eed9409e347e178f2772be8ed068821
diff --git a/config/zfcuser.global.php.dist b/config/zfcuser.global.php.dist index <HASH>..<HASH> 100644 --- a/config/zfcuser.global.php.dist +++ b/config/zfcuser.global.php.dist @@ -41,6 +41,16 @@ $settings = array( */ //'enable_username' => false, + /** + * Authentication Adapters + * + ...
Added configuration of Authentication Adapters to config and ChainFactory
ZF-Commons_ZfcUser
train
78a2e39aab3ef9f229215ca5fc81657dd3f72887
diff --git a/cmd/destroy.go b/cmd/destroy.go index <HASH>..<HASH> 100644 --- a/cmd/destroy.go +++ b/cmd/destroy.go @@ -57,22 +57,22 @@ func newDestroyCmd() *cobra.Command { return errors.Wrap(err, "gathering environment metadata") } - if preview || yes || - confirmPrompt("This will permanently destroy a...
Exit when an error when confirmation is declined Fixes #<I>
pulumi_pulumi
train
8d41e490c0875dfd5c473c828204be8515278b93
diff --git a/googleanalytics/columns.py b/googleanalytics/columns.py index <HASH>..<HASH> 100644 --- a/googleanalytics/columns.py +++ b/googleanalytics/columns.py @@ -1,7 +1,8 @@ import re import functools +import addressable from dateutil.parser import parse as parse_date -from utils import identity +from .utils im...
Add new approach to column serialization code. This is not really related to realtime support, but I'm taking the opportunity to refactor a little bit too.
debrouwere_google-analytics
train
5a4d9bc5cd7bac6be3512d57b53960a34904cff1
diff --git a/guava/src/com/google/common/io/Files.java b/guava/src/com/google/common/io/Files.java index <HASH>..<HASH> 100644 --- a/guava/src/com/google/common/io/Files.java +++ b/guava/src/com/google/common/io/Files.java @@ -229,12 +229,6 @@ public final class Files { return asByteSink(file, modes).asCharSink(ch...
Inline two vestigial single-use helper methods. ------------- Created by MOE: <URL>
google_guava
train
e0acdf234c32cb977e0cd2b2a788fa1b023d7008
diff --git a/lib/qyu/store/base.rb b/lib/qyu/store/base.rb index <HASH>..<HASH> 100644 --- a/lib/qyu/store/base.rb +++ b/lib/qyu/store/base.rb @@ -94,6 +94,10 @@ module Qyu fail Qyu::Errors::NotImplementedError end + def task_status_counts(_job_id) + fail Qyu::Errors::NotImplementedError +...
Add task_status_counts to store interface
QyuTeam_qyu
train
d1e6b471d4a496a09367488a8d6867e6a3d4c2c5
diff --git a/src/main/java/net/md_5/specialsource/mavenplugin/InstallRemappedFileMojo.java b/src/main/java/net/md_5/specialsource/mavenplugin/InstallRemappedFileMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/md_5/specialsource/mavenplugin/InstallRemappedFileMojo.java +++ b/src/main/java/net/md_5/specials...
Update for SpecialSource package refactor
agaricusb_SpecialSourceMP
train
6bb36452cbf0f931b48038661922643b2014245d
diff --git a/src/ol/view2d.js b/src/ol/view2d.js index <HASH>..<HASH> 100644 --- a/src/ol/view2d.js +++ b/src/ol/view2d.js @@ -94,6 +94,43 @@ goog.inherits(ol.View2D, ol.View); /** + * @param {number} rotation Target rotation. + * @param {ol.Coordinate} anchor Rotation anchor. + * @return {ol.Coordinate|undefined}...
Add calculateCenterZoom|Rotation to ol.View2D
openlayers_openlayers
train
61cabb600195b07d3b9baba1facd1f3e397a278b
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,7 +42,8 @@ module.exports = { output: { path: path.join(__dirname, 'udata', 'static'), publicPath: "/static/", - filename: "[name].js" + filename: "[...
Using hashes in filename to avoid cache issues
opendatateam_udata
train
8094307bb0673f124afdd5a79a7541b41d48ee7a
diff --git a/src/cluster/index.js b/src/cluster/index.js index <HASH>..<HASH> 100644 --- a/src/cluster/index.js +++ b/src/cluster/index.js @@ -20,25 +20,26 @@ const mergeTopics = (obj, { topic, partitions }) => ({ [topic]: [...(obj[topic] || []), ...partitions], }) -/** - * @param {Array<string>} brokers example:...
Fix the JSDoc annotation for the Cluster constructor * Move the annotation onto the constructor, not the class * Fix the @param to show that this is a parameter object * Fix the types fro the Logger and InstrumentationEventEmitter
tulios_kafkajs
train
4623bd24d63f770d982788312747a44d4874e4df
diff --git a/requests_jwt.py b/requests_jwt.py index <HASH>..<HASH> 100644 --- a/requests_jwt.py +++ b/requests_jwt.py @@ -162,6 +162,8 @@ class JWTAuth(AuthBase): payload = self._generate(request) #import pdb; pdb.set_trace() token = jwt.encode(payload, self.secret, self.alg) - - ...
handle bytes vs str for the token returned by jwt.encode()
tgs_requests-jwt
train
043bbab2ca050b6d2157b743eed02dafb12d885b
diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -77,9 +77,9 @@ OpenLayers.Map = OpenLayers.Class({ * - *mouseover* triggered after mouseover the map * - *mouseout* triggered after mouseout the map * - ...
Documenting events that are not fired. git-svn-id: <URL>
openlayers_openlayers
train
1e35023de67965809c1735d8e9a8fdcbeecfe8a7
diff --git a/lib/compiler/filters/filter-js-compiler.js b/lib/compiler/filters/filter-js-compiler.js index <HASH>..<HASH> 100644 --- a/lib/compiler/filters/filter-js-compiler.js +++ b/lib/compiler/filters/filter-js-compiler.js @@ -18,6 +18,17 @@ var UNARY_OPS_TO_FUNCTIONS = { }; var BINARY_OPS_TO_FUNCTIONS = { + ...
FilterJSCompiler: Support additional binary operators
juttle_juttle
train
9d2251b2c158cbf9a50383bb7de3f29e8f65a23c
diff --git a/jsonschema/tests/test_cli.py b/jsonschema/tests/test_cli.py index <HASH>..<HASH> 100644 --- a/jsonschema/tests/test_cli.py +++ b/jsonschema/tests/test_cli.py @@ -4,6 +4,7 @@ import subprocess import sys from jsonschema import Draft4Validator, ValidationError, cli, __version__ +from jsonschema.validator...
[tests] Add some test to the cli parser, about None arguments
Julian_jsonschema
train
54530939b8f9cfef2becc3a291c07819ddaa55b9
diff --git a/src/mistclient/__init__.py b/src/mistclient/__init__.py index <HASH>..<HASH> 100644 --- a/src/mistclient/__init__.py +++ b/src/mistclient/__init__.py @@ -12,7 +12,7 @@ class MistClient(object): The base class that initiates a new client that connects with mist.io service. """ - def __init__(...
client methods for the new VPN API endpoints
mistio_mist.client
train
8041576ca2cf3bbf1c9031c9ab2e2a55dd4cc3f2
diff --git a/lib/mymoip/credit_card_payment.rb b/lib/mymoip/credit_card_payment.rb index <HASH>..<HASH> 100644 --- a/lib/mymoip/credit_card_payment.rb +++ b/lib/mymoip/credit_card_payment.rb @@ -14,6 +14,7 @@ module MyMoip def to_json(formatter = MyMoip::Formatter) raise "No CreditCard provided" if credit...
CreditCardPayment#to_json raises exception when called w/o a valid CreditCard
Irio_mymoip
train
5fde54e8e391f25c02f4a7ef64c2168842042417
diff --git a/src/com/google/bitcoin/utils/BriefLogFormatter.java b/src/com/google/bitcoin/utils/BriefLogFormatter.java index <HASH>..<HASH> 100644 --- a/src/com/google/bitcoin/utils/BriefLogFormatter.java +++ b/src/com/google/bitcoin/utils/BriefLogFormatter.java @@ -21,9 +21,7 @@ import java.io.StringWriter; import ja...
Add an initVerbose() method to BriefLogFormatter. Note: this does not actually appear to work :(
bitcoinj_bitcoinj
train
1cb3345deb85325591efea1d3f51334d9f3e2338
diff --git a/modules/backend/assets/js/october.dragscroll.js b/modules/backend/assets/js/october.dragscroll.js index <HASH>..<HASH> 100644 --- a/modules/backend/assets/js/october.dragscroll.js +++ b/modules/backend/assets/js/october.dragscroll.js @@ -84,6 +84,7 @@ return false }) + $(...
Visual bug in backend toolbar In IE <I> / Chrome browsers (i tested with them) in the toolbar menu appears a '>' on the left side of the menu even if there is no need to scroll the toolbar to see other elements.
octobercms_october
train
87cbfd2b11e5af10cee661112ab0216907dcc31f
diff --git a/src/masonry.plugin.js b/src/masonry.plugin.js index <HASH>..<HASH> 100644 --- a/src/masonry.plugin.js +++ b/src/masonry.plugin.js @@ -35,10 +35,6 @@ export const VueMasonryPlugin = function () {} VueMasonryPlugin.install = function (Vue, options) { - Vue.redrawVueMasonry = function () { - Events.$...
Switch redrawVueMasonry() to instance method
shershen08_vue-masonry
train
7416707301a0f8c3ce100aa40c1df36882dea7bb
diff --git a/ui/js/webunit.js b/ui/js/webunit.js index <HASH>..<HASH> 100644 --- a/ui/js/webunit.js +++ b/ui/js/webunit.js @@ -12,8 +12,12 @@ // Variables: min_x=500; min_y=400; -groupCnt=1; -groupHash = { +groups = new Array(); +cases = new Array(); +current_group=0; +current_case=0; + +Hash = { Set : function(fo...
case showing under groups in tree pane
simpletest_simpletest
train
f5c3c60d52eccd77274e586fc4c775374e826b0f
diff --git a/src/Illuminate/Foundation/Testing/TestResponse.php b/src/Illuminate/Foundation/Testing/TestResponse.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Testing/TestResponse.php +++ b/src/Illuminate/Foundation/Testing/TestResponse.php @@ -2,6 +2,7 @@ namespace Illuminate\Foundation\Testing; ...
Implement ArrayAccess on TestResponse (#<I>) When building / testing and JSON API, I like to sometimes interact with the raw JSON payload returned in the response. Normally you would have to access this via $response->original['foo']; however, with this change I implement ArrayAccess on both JsonResponse and TestRespo...
laravel_framework
train
ff148c2aa6c10d89bce2c45a1666eb4b08211ffc
diff --git a/api/routes.go b/api/routes.go index <HASH>..<HASH> 100644 --- a/api/routes.go +++ b/api/routes.go @@ -15,6 +15,7 @@ func (s *Server) RegisterRoutes() { r.Use(middleware.Tracer(s.Tracer)) r.Use(middleware.OrgMiddleware(multiTenant)) r.Use(middleware.Logger()) + r.Use(macaron.Recovery()) if useGzip {...
Added a panic recovery middleware after the logger so that we know what the query was that triggered a panic
grafana_metrictank
train
58eda94d4163167f067c941420ca429e1d2b6166
diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php index <HASH>..<HASH> 100644 --- a/resources/lang/ar-SA/dashboard.php +++ b/resources/lang/ar-SA/dashboard.php @@ -79,11 +79,11 @@ return [ 'add' => [ 'title' => 'إضافة إجراء صيانة', 'succes...
New translations dashboard.php (Arabic)
CachetHQ_Cachet
train
1d107fe592fc52d09e08ecb85c84eff04fec8eb0
diff --git a/src/calmjs/registry.py b/src/calmjs/registry.py index <HASH>..<HASH> 100644 --- a/src/calmjs/registry.py +++ b/src/calmjs/registry.py @@ -117,6 +117,14 @@ class Registry(BaseRegistry): entry_point, entry_point.dist) return + if cls is type(self) and entry_point.name =...
Integrate the self-referential fundamentally - Only if the entry point was defined correctly.
calmjs_calmjs
train
b4bf10af94667586d5f89aa0cd5565de81698417
diff --git a/client/dci_client.py b/client/dci_client.py index <HASH>..<HASH> 100755 --- a/client/dci_client.py +++ b/client/dci_client.py @@ -257,8 +257,8 @@ def main(args=None): job = requests.get("%s/jobs/get_job_by_remoteci/%s" % (_DCI_CONTROL_SERVER, conf.remoteci)).json() - ...
drop some last reference to the environment table environment table has been dropped. Change-Id: I<I>a<I>d5c<I>b<I>fb<I>d<I>e8d<I>de<I>fd
redhat-cip_dci-control-server
train
da60c9e9da1606197fde1cd7900fe3931737809c
diff --git a/src/View/Helper/QrCodeHelper.php b/src/View/Helper/QrCodeHelper.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/QrCodeHelper.php +++ b/src/View/Helper/QrCodeHelper.php @@ -68,6 +68,16 @@ class QrCodeHelper extends AbstractHelper implements QrCodeHelperInterface */ public function renderImg...
Updated QrCodeViewHelper to allways treat the last passed argument as the attribs argument if it's an array
acelaya_ZF2-AcQrCode
train
2e020db4428d7e2394e17964fe758b6586baf9e3
diff --git a/lib/battle_boats/console_ui.rb b/lib/battle_boats/console_ui.rb index <HASH>..<HASH> 100644 --- a/lib/battle_boats/console_ui.rb +++ b/lib/battle_boats/console_ui.rb @@ -17,11 +17,7 @@ module BattleBoats end def display_board(board) - hide_ships = if BattleBoats::DEVELOPMENT - ...
use cleaner syntax for dev mode constant
Thomascountz_battle_boats
train
4f01516ab83334a6ad3e3c7a786b146df1012b2c
diff --git a/api/ownership.go b/api/ownership.go index <HASH>..<HASH> 100644 --- a/api/ownership.go +++ b/api/ownership.go @@ -289,14 +289,14 @@ func listContains(list []string, s string) bool { func IsAdminByUser(user *auth.UserInfo) bool { // If there is a user, then auth is enabled if user != nil { - return li...
Fix system.guest user to not have access to all groups (#<I>)
libopenstorage_openstorage
train
c7e7b3b86eeb5510a56e556529352e8fb1607b8b
diff --git a/RoboFile.php b/RoboFile.php index <HASH>..<HASH> 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -9,13 +9,6 @@ class Robofile extends \Robo\Tasks $version = file_get_contents('VERSION'); - // adding changelog and pushing it - $this->taskGit() - ->add('CHANGELOG.md') - ...
added cloneOnly option to config
Codeception_Specify
train
d303e62474467af24790453d08e9001d90621529
diff --git a/htmresearch/frameworks/layers/l2_l4_inference.py b/htmresearch/frameworks/layers/l2_l4_inference.py index <HASH>..<HASH> 100644 --- a/htmresearch/frameworks/layers/l2_l4_inference.py +++ b/htmresearch/frameworks/layers/l2_l4_inference.py @@ -141,7 +141,7 @@ class L4L2Experiment(object): lon...
RES-<I> Upload experiment details to domino
numenta_htmresearch
train
218fb41aa79970fe8d51d037ebf2587b8df5b06f
diff --git a/object.js b/object.js index <HASH>..<HASH> 100644 --- a/object.js +++ b/object.js @@ -1,44 +1,27 @@ 'use strict' var extend = require('xtend') -var keyDifference = require('key-difference') module.exports = function createHashListener (listen) { return function listenToHash (hash, fn) { var ...
Remove ability to unlisten when using listenToHash Causes a bunch of values to be held in memory and adds complexity Better to not broadcast on things that have left
bendrucker_weakmap-event
train
4f2867ecb4fad11e4431c1038f393698767472f1
diff --git a/twitcher/tests/test_utils.py b/twitcher/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/twitcher/tests/test_utils.py +++ b/twitcher/tests/test_utils.py @@ -1,5 +1,7 @@ import pytest +from lxml import etree from twitcher import utils +from .common import WPS_CAPS_EMU_XML def test_baseurl(): @@ ...
added test_replace_caps_url
bird-house_twitcher
train
f78d6830112c1d379011cbd58c4eec5651459ec7
diff --git a/lib/ember-cli/app.rb b/lib/ember-cli/app.rb index <HASH>..<HASH> 100644 --- a/lib/ember-cli/app.rb +++ b/lib/ember-cli/app.rb @@ -37,17 +37,7 @@ module EmberCli exec "#{paths.npm} prune && #{paths.npm} install" - if paths.bower.nil? - fail <<-FAIL - Bower is required by Embe...
Ensure `bower` executable exists Move the responsibility of ensuring that a `bower` executable is available to the `EmberCli::PathSet` class.
thoughtbot_ember-cli-rails
train
087a2b8cb520cdb2ccfde5205744ef5e16ddabd1
diff --git a/scripts/experiments/run_experiments.py b/scripts/experiments/run_experiments.py index <HASH>..<HASH> 100644 --- a/scripts/experiments/run_experiments.py +++ b/scripts/experiments/run_experiments.py @@ -314,7 +314,7 @@ class DepParseExpParamsRunner(ExpParamsRunner): default_brown = brown + DPExpPar...
Switching to WSJ section <I> explicitly
mgormley_pacaya
train
35ad8770a447a8021ae3c9bc80fd283e0ffef662
diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/dispatch/impl/DMRHandler.java b/gui/src/main/java/org/jboss/as/console/client/shared/dispatch/impl/DMRHandler.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/shared/dispatch/impl/DMRHandler.java +++ b/gui/src/main/jav...
prepare for AS7-<I>
hal_core
train
45f3bc3b3948a82b99d298f3153af5183b1112b0
diff --git a/test/godeps.list b/test/godeps.list index <HASH>..<HASH> 100644 --- a/test/godeps.list +++ b/test/godeps.list @@ -11,7 +11,7 @@ github.com/lxc/lxd/shared/tcp github.com/lxc/lxd/shared/units github.com/pkg/sftp gopkg.in/juju/environschema.v1/form -gopkg.in/macaroon-bakery.v2/bakery -gopkg.in/macaroon-bak...
test: Move to bakery.v3
lxc_lxd
train
7606bfd6ccae51c75af40d0024c89436d67642de
diff --git a/doc/ref/configuration/minion.rst b/doc/ref/configuration/minion.rst index <HASH>..<HASH> 100644 --- a/doc/ref/configuration/minion.rst +++ b/doc/ref/configuration/minion.rst @@ -755,7 +755,7 @@ to ``True`` in the master configuration file. Default: ``master_sign`` -The filename without the *.pub-suffi...
Fixing more sphinx warnings and errors
saltstack_salt
train
753c82f3609716ae4535ecb9d4fe0799d58b57a6
diff --git a/docs/supported.md b/docs/supported.md index <HASH>..<HASH> 100644 --- a/docs/supported.md +++ b/docs/supported.md @@ -194,7 +194,7 @@ Direct Input: $∂ ∇ ℑ Ⅎ ℵ ℶ ℷ ℸ ⅁ ℏ ð$ The letters listed above will render properly in any KaTeX rendering mode. -In addition, Brahmic, Georgian, Chinese, Japanese, and...
fix: Support Armenian characters (#<I>) * Support Armenian characters * Update docs
KaTeX_KaTeX
train
b9a77af8f9c413717d898b2396ff6bbe8a6cf8f5
diff --git a/packet_handler_map.go b/packet_handler_map.go index <HASH>..<HASH> 100644 --- a/packet_handler_map.go +++ b/packet_handler_map.go @@ -104,6 +104,7 @@ func setReceiveBuffer(c net.PacketConn, logger utils.Logger) error { } if size >= protocol.DesiredReceiveBufferSize { logger.Debugf("Conn has receive ...
don't set receive buffer if it is already large enough (#<I>)
lucas-clemente_quic-go
train
8d09b858d6f1fa3a8c27e8931791e1e7c1379ab3
diff --git a/lib/ghtorrent/migrations/001_init_schema.rb b/lib/ghtorrent/migrations/001_init_schema.rb index <HASH>..<HASH> 100644 --- a/lib/ghtorrent/migrations/001_init_schema.rb +++ b/lib/ghtorrent/migrations/001_init_schema.rb @@ -12,7 +12,7 @@ Sequel.migration do String :email, :null => true, :unique => tru...
Fix the way timestamps are stored
gousiosg_github-mirror
train
22b72068befa0ca6852e85bba12a63d58db8cf1d
diff --git a/desktop/ui/src/main/java/org/datacleaner/widgets/result/AnalyzerResultFutureSwingRenderer.java b/desktop/ui/src/main/java/org/datacleaner/widgets/result/AnalyzerResultFutureSwingRenderer.java index <HASH>..<HASH> 100644 --- a/desktop/ui/src/main/java/org/datacleaner/widgets/result/AnalyzerResultFutureSwing...
Issue #<I>: Try-finally block to hide the spinner in case of error. Replacing JXBusyLabel with LoadingIcon.
datacleaner_DataCleaner
train
91543aa18cb3798284f2b9faee9dc933bf317145
diff --git a/lib/discover-unused-partials.rb b/lib/discover-unused-partials.rb index <HASH>..<HASH> 100644 --- a/lib/discover-unused-partials.rb +++ b/lib/discover-unused-partials.rb @@ -3,17 +3,27 @@ module DiscoverUnusedPartials #TODO: Prepare to give directory by argument def self.find_in directory worker...
Do multiple passes to find nested orphaned partials
vinibaggio_discover-unused-partials
train
e66f4c589ee0e72dfdc27e04976d1b48c0d99641
diff --git a/ox_modules/module-serial.js b/ox_modules/module-serial.js index <HASH>..<HASH> 100644 --- a/ox_modules/module-serial.js +++ b/ox_modules/module-serial.js @@ -121,6 +121,27 @@ module.exports = function() { }); }; + /** + * @summary Write data to the port. + * @function write + ...
Add serial.getBuffer and serial.write
oxygenhq_oxygen
train
07492daa2ab47860200293a6a6ba9b0e429e626d
diff --git a/src/shapes/poly.js b/src/shapes/poly.js index <HASH>..<HASH> 100644 --- a/src/shapes/poly.js +++ b/src/shapes/poly.js @@ -53,6 +53,22 @@ */ this.points = null; + /** + * The edges here are the direction of the `n`th edge of the polygon, relative to + ...
create `edges` and `normals` from the constructor to prevent changing the object's hidden class no reason why me.Rect was not calling me.Polygon parent constructor as well, which automatically fix the issue for that class too.
melonjs_melonJS
train
83400be434a5ba9f6983355024d9d24c7b5314b9
diff --git a/lib/haml/helpers/action_view_mods.rb b/lib/haml/helpers/action_view_mods.rb index <HASH>..<HASH> 100644 --- a/lib/haml/helpers/action_view_mods.rb +++ b/lib/haml/helpers/action_view_mods.rb @@ -11,10 +11,10 @@ end if action_view_included module ActionView class Base # :nodoc: - def render_w...
ActionView::Base#render_with_haml passes along blocks as well.
sass_ruby-sass
train
e0e138bf74d21ca67b9519b30c22f5e4e28b5902
diff --git a/lib/page/process-uploads/store-uploaded-files.js b/lib/page/process-uploads/store-uploaded-files.js index <HASH>..<HASH> 100644 --- a/lib/page/process-uploads/store-uploaded-files.js +++ b/lib/page/process-uploads/store-uploaded-files.js @@ -25,8 +25,8 @@ const storeUploadedFiles = async (userData, uploade...
El refactoring (#<I>) * refactoring userFileStoreClient error catching * typo fix * Remove unnecessary reassignment of err to error * Remove unnecessary elements from returned value after storing uploaded files * Switch promise.all for await for … of
ministryofjustice_fb-runner-node
train
dc3875cbc308207d812eeb96229156eaba5be357
diff --git a/ctx.go b/ctx.go index <HASH>..<HASH> 100644 --- a/ctx.go +++ b/ctx.go @@ -1,16 +1,19 @@ package ctx -import "context" - var heartbeat = struct{}{} +// Doner can be done +type Doner interface { + Done() <-chan struct{} +} + // Tick returns a <-chan whose range ends when the underlying context cancels...
make ctx more general by accepting Doner interfaces instead of Context
SentimensRG_ctx
train
7162baa4b8811e333b7c70e02a5a32fcf8675c2b
diff --git a/pkg/kubectl/cmd/util/factory.go b/pkg/kubectl/cmd/util/factory.go index <HASH>..<HASH> 100644 --- a/pkg/kubectl/cmd/util/factory.go +++ b/pkg/kubectl/cmd/util/factory.go @@ -273,10 +273,6 @@ func (f *Factory) BindFlags(flags *pflag.FlagSet) { // any flags defined by external projects (not part of pflags)...
Drop some of our flag stuff which isn't needed
kubernetes_kubernetes
train
14c9063c18427f21537bc9da3d15cfb0ed3c61c0
diff --git a/codec/decode.go b/codec/decode.go index <HASH>..<HASH> 100644 --- a/codec/decode.go +++ b/codec/decode.go @@ -2284,12 +2284,13 @@ type decSliceHelper struct { func (d *Decoder) decSliceHelperStart() (x decSliceHelper, clen int) { dd := d.d ctyp := dd.ContainerType() - if ctyp == valueTypeArray { + swi...
codec: rpc: Enable buffering by default during reads and writes (with turn-off option) - by default, we buffer on writes and reads - a user can turn off rpc-attempt to buffer - user can still pass a buffered connection or configure ReaderBufferSize or WriterBufferSize This way, you are performant by default for the t...
ugorji_go
train
d8a41890e0135666606167e8ea7e62b951863de6
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb index <HASH>..<HASH> 100644 --- a/test/visitors/test_to_sql.rb +++ b/test/visitors/test_to_sql.rb @@ -61,6 +61,12 @@ module Arel sql.must_be_like %{ omg(*) = 2 } end + it 'should handle nil with named functions' do + ...
named functions compared to nil
rails_rails
train
20c6090616591ebdf0e2d144795f519b9ff77a99
diff --git a/lib/rails/second_base/generators/migration_generator.rb b/lib/rails/second_base/generators/migration_generator.rb index <HASH>..<HASH> 100644 --- a/lib/rails/second_base/generators/migration_generator.rb +++ b/lib/rails/second_base/generators/migration_generator.rb @@ -15,7 +15,12 @@ module SecondBase ...
Respect Rails config for migrations path. (#<I>)
customink_secondbase
train
0266e2ba9d9bbf56b2b006620fe578139c7e86d1
diff --git a/lib/phony/countries.rb b/lib/phony/countries.rb index <HASH>..<HASH> 100644 --- a/lib/phony/countries.rb +++ b/lib/phony/countries.rb @@ -747,6 +747,7 @@ Phony.define do fixed(1) >> split(3,3) # geographic # Tonga (Kingdom of) + # https://www.numberingplans.com/?page=plans&sub=phonenr&alph...
Samoa (Independent State of) added
floere_phony
train
3eb2f717a2c018ce9472a649da2df8f565562db7
diff --git a/examples/tagtool.py b/examples/tagtool.py index <HASH>..<HASH> 100644 --- a/examples/tagtool.py +++ b/examples/tagtool.py @@ -32,8 +32,8 @@ import nfc import nfc.ndef def make_printable(data): - printable = string.digits + string.letters + string.punctuation + ' ' - return ''.join([c if c in prin...
corrected 'print' versus 'show' option and few cosmetic changes
nfcpy_nfcpy
train
0e422812cdcdabf1cdc7223378042eacd3c7b0b0
diff --git a/server/server_test.go b/server/server_test.go index <HASH>..<HASH> 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -419,7 +419,7 @@ func TestProcessCommandLineArgs(t *testing.T) { func TestWriteDeadline(t *testing.T) { opts := DefaultOptions() - opts.WriteDeadline = 1 * time.Millisec...
Tune some more tests - Increate WriteDeadline test that otherwise could cause a client connect to fail - Check failed NumRoutes() with retry - Check that subs are propagated in route permissions test
nats-io_gnatsd
train
e771bec822ffe7072eadffe561bd8a9608edf8f7
diff --git a/delphi/program_analysis/scopes.py b/delphi/program_analysis/scopes.py index <HASH>..<HASH> 100644 --- a/delphi/program_analysis/scopes.py +++ b/delphi/program_analysis/scopes.py @@ -58,9 +58,15 @@ class Scope(metaclass=ABCMeta): scope.remove_non_scope_children(scope_names) # Build t...
Added (commented out) line for scopes.py that works with crop_yield.f
ml4ai_delphi
train
6c26f8487bba1e59393bc1061a1f81064c52a3dd
diff --git a/lib/acquire.js b/lib/acquire.js index <HASH>..<HASH> 100644 --- a/lib/acquire.js +++ b/lib/acquire.js @@ -28,25 +28,14 @@ var absolutePath = libraryPaths.shift() + path; - node.fs.stat(absolutePath) - .addCallback(function (file) { - if (file.isFile) { - ...
Abstracted `acquireFile()` out of `acquireAbsolute()` and `acquireRelative()`
ELLIOTTCABLE_from
train
9544b13b03871e560689aa920743426801aa57b0
diff --git a/src/Illuminate/Foundation/Inspiring.php b/src/Illuminate/Foundation/Inspiring.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Inspiring.php +++ b/src/Illuminate/Foundation/Inspiring.php @@ -92,6 +92,7 @@ class Inspiring 'Life is available only in the present moment. - Thich Nha...
quote from Mustafa Kemal Atatürk (#<I>)
laravel_framework
train
eb397294f67dca2664394f8be78f54c9a6acd12c
diff --git a/tests/lib/Unit/Core/Site/QueryType/Base/BaseQueryTypeTest.php b/tests/lib/Unit/Core/Site/QueryType/Base/BaseQueryTypeTest.php index <HASH>..<HASH> 100644 --- a/tests/lib/Unit/Core/Site/QueryType/Base/BaseQueryTypeTest.php +++ b/tests/lib/Unit/Core/Site/QueryType/Base/BaseQueryTypeTest.php @@ -166,6 +166,7 ...
NGSTACK-<I> Update tests to support null values
netgen_ezplatform-site-api
train
61bfe76cc7e96b2e84c65653ccb9e31598985623
diff --git a/lib/site-inspector/checks/accessibility.rb b/lib/site-inspector/checks/accessibility.rb index <HASH>..<HASH> 100644 --- a/lib/site-inspector/checks/accessibility.rb +++ b/lib/site-inspector/checks/accessibility.rb @@ -5,25 +5,33 @@ class SiteInspector class Accessibility < Check def sec...
Sanitized reporter input and removed <I>F url
benbalter_site-inspector
train
100850030124b1a9bf501893c26f997168fba7c9
diff --git a/src/runez/inspector.py b/src/runez/inspector.py index <HASH>..<HASH> 100644 --- a/src/runez/inspector.py +++ b/src/runez/inspector.py @@ -176,7 +176,7 @@ class ImportTime(object): cumulative += c - self.elapsed = time.time() - started + self.elapsed = (time.time() - started) ...
Correctly average elapsed time too
zsimic_runez
train
274a63e5183e00d05de3526927ac97725f65ae5f
diff --git a/jax/experimental/stax.py b/jax/experimental/stax.py index <HASH>..<HASH> 100644 --- a/jax/experimental/stax.py +++ b/jax/experimental/stax.py @@ -178,9 +178,9 @@ SumPool = _pooling_layer(lax.add, 0.) def _normalize_by_window_size(dims, strides, padding): def rescale(outputs, inputs): - one = np.on...
Fix implementation of average pooling to align the window element counts with the spatial dimensions.
tensorflow_probability
train
99b7e74422d3549e07cc81bbe15dc3b4326e70d7
diff --git a/lib/express/plugins/view.js b/lib/express/plugins/view.js index <HASH>..<HASH> 100644 --- a/lib/express/plugins/view.js +++ b/lib/express/plugins/view.js @@ -51,7 +51,7 @@ exports.View = Plugin.extend({ * * Options: * - * - layout: Whether or not to use a layout. De...
Added alternate layout support. Closes #<I> BAM~! lol would have been sooner i just have been focusing on larger things like sessions
expressjs_express
train
492a6d72cae6b8f785cb733621dcc974a094a477
diff --git a/src/TableManager.php b/src/TableManager.php index <HASH>..<HASH> 100644 --- a/src/TableManager.php +++ b/src/TableManager.php @@ -69,7 +69,7 @@ class TableManager implements TableManagerInterface /** * @inheritDoc */ - public function getTable(string $tableName): TableInterface + pub...
remove return type since the table manager can currently return also a view
apioo_psx-sql
train
52db651da053029f6524b58a6967c594eb05d46c
diff --git a/lib/bolognese/utils.rb b/lib/bolognese/utils.rb index <HASH>..<HASH> 100644 --- a/lib/bolognese/utils.rb +++ b/lib/bolognese/utils.rb @@ -1306,8 +1306,8 @@ module Bolognese return [{ "subject" => sanitize(hsh["__content__"] || hsh["subject"]), "subjectScheme" => hsh["subjectS...
Fix usage of URI vs Uri in subject parsing Add test to ensure correct parsing
datacite_bolognese
train
ca04186513810eedd7edba0fe446f5567942ff9e
diff --git a/lib/Auth/Source/OpenIDConsumer.php b/lib/Auth/Source/OpenIDConsumer.php index <HASH>..<HASH> 100644 --- a/lib/Auth/Source/OpenIDConsumer.php +++ b/lib/Auth/Source/OpenIDConsumer.php @@ -247,8 +247,8 @@ class sspmod_openid_Auth_Source_OpenIDConsumer extends SimpleSAML_Auth_Source { $attributes['openid.c...
openid: Replace openid.claimed_id with openid.local_id. The openid.claimed_id attribute is already available as 'openid'. Replace it with the openid.local_id attribute instead. git-svn-id: <URL>
simplesamlphp_simplesamlphp-module-openid
train
93aa360eb1e45efe8ab273c559114b4077591f39
diff --git a/lib/simple_record.rb b/lib/simple_record.rb index <HASH>..<HASH> 100644 --- a/lib/simple_record.rb +++ b/lib/simple_record.rb @@ -193,21 +193,28 @@ module SimpleRecord # Sets the domain name for this class def self.set_domain_name(table_name) - # puts 'setting domain name for...
Fixed domain name when model is in a module (strips off module name).
appoxy_simple_record
train
021d5ca3b09d75b54ca028dc5777c2bc7c8f7944
diff --git a/public/js/overrides.js b/public/js/overrides.js index <HASH>..<HASH> 100755 --- a/public/js/overrides.js +++ b/public/js/overrides.js @@ -240,7 +240,7 @@ Ext.apply(Ext.grid.GridPanel.prototype, { /** * Image Template for embeding images */ -Garp.imageTpl = new Ext.XTemplate(['<tpl if="caption">', '<tp...
fixed alignment bug in ckeditor
grrr-amsterdam_garp3
train