hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
0de7f30001e45623e58ee875ac4a554321094878
diff --git a/test/test_helper.rb b/test/test_helper.rb index <HASH>..<HASH> 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -6,7 +6,9 @@ require "rails/test_help" require 'shoulda' require 'pry' require 'factory_girl' -FactoryGirl.find_definitions +if FactoryGirl.factories.first.nil? + FactoryGirl.fin...
get factories loading properly for all types of test runs
tpickett66_archivist
train
rb
0085d9fccbcd52baeb53b8e2cc7c5858f29ff6a7
diff --git a/src/Bllim/Datatables/Datatables.php b/src/Bllim/Datatables/Datatables.php index <HASH>..<HASH> 100644 --- a/src/Bllim/Datatables/Datatables.php +++ b/src/Bllim/Datatables/Datatables.php @@ -402,13 +402,10 @@ class Datatables $columns = $schema->listTableColumns($table); foreach ($columns as...
Tidying up codes and removing useless comments
yajra_laravel-datatables
train
php
41df5751d861040ef6afe83671abe52d2bfa13ea
diff --git a/Bundle/BlogBundle/Filter/CategoryFilter.php b/Bundle/BlogBundle/Filter/CategoryFilter.php index <HASH>..<HASH> 100644 --- a/Bundle/BlogBundle/Filter/CategoryFilter.php +++ b/Bundle/BlogBundle/Filter/CategoryFilter.php @@ -112,7 +112,7 @@ class CategoryFilter extends BaseFilter $categories = $this-...
revert and fix BlogCategory call
Victoire_victoire
train
php
0fedca3238e1200fc208cab277b294971168b7fb
diff --git a/scapy.py b/scapy.py index <HASH>..<HASH> 100755 --- a/scapy.py +++ b/scapy.py @@ -10356,6 +10356,22 @@ def dhcp_request(iface=None,**kargs): return srp1(Ether(dst="ff:ff:ff:ff:ff:ff")/IP(src="0.0.0.0",dst="255.255.255.255")/UDP(sport=68,dport=67) /BOOTP(chaddr=hw)/DHCP(options=[("mes...
Added snmpwalk()
secdev_scapy
train
py
dfe68610e7fc34c244d5fc850534b1ddbfc46e92
diff --git a/public/assets/login.js b/public/assets/login.js index <HASH>..<HASH> 100644 --- a/public/assets/login.js +++ b/public/assets/login.js @@ -9,7 +9,6 @@ function login() { var recaptcha = $("#g-recaptcha-response").val(); toast("Validando dados!", 15000); post('login', 'login', {ema...
clearToast remove because toast is clear itself
edineibauer_uebLogin
train
js,js
9bcd065da0477ed4ad4a4c619fe99ac164f53595
diff --git a/questionary/prompts/common.py b/questionary/prompts/common.py index <HASH>..<HASH> 100644 --- a/questionary/prompts/common.py +++ b/questionary/prompts/common.py @@ -18,13 +18,22 @@ from questionary.constants import ( INDICATOR_UNSELECTED, ) +# This is a cut-down version of `prompt_toolkit.formatte...
Accept style tuples in `title` argument annotation of `Choice` (#<I>)
tmbo_questionary
train
py
96429ff94f29ba6d14625e92ad7d0a8185568503
diff --git a/src/Psalm/ErrorBaseline.php b/src/Psalm/ErrorBaseline.php index <HASH>..<HASH> 100644 --- a/src/Psalm/ErrorBaseline.php +++ b/src/Psalm/ErrorBaseline.php @@ -285,7 +285,7 @@ class ErrorBaseline $baselineDoc->formatOutput = true; $xml = preg_replace_callback( - '/<files (psalm...
apply pretty formatting when there are no issues (#<I>)
vimeo_psalm
train
php
064b2212376ea8d522dcfc796a233861ebff46a0
diff --git a/src/python/pants/base/worker_pool.py b/src/python/pants/base/worker_pool.py index <HASH>..<HASH> 100644 --- a/src/python/pants/base/worker_pool.py +++ b/src/python/pants/base/worker_pool.py @@ -8,6 +8,7 @@ from __future__ import (nested_scopes, generators, division, absolute_import, wi import threading i...
Exit workers on sigint rather than ignore Testing Done: <URL>
pantsbuild_pants
train
py
be7024bbd707b629e37b0cd93b6cfc9312a2a860
diff --git a/lib/transactions.js b/lib/transactions.js index <HASH>..<HASH> 100644 --- a/lib/transactions.js +++ b/lib/transactions.js @@ -60,12 +60,11 @@ function Transactions(client) { * @param {number} [timeLimit] - the maximum number of seconds that * the transaction should run before rolling back automaticall...
fix(#<I>): make a transaction object the default return value For a transactions.read() Also update docs for returning a string transactionID. Returning a string transactionID is deprecated and will be removed in the next major release.
marklogic_node-client-api
train
js
811058fcf44c8502bb259e928bb92cb2e749787d
diff --git a/openquake/calculators/disaggregation.py b/openquake/calculators/disaggregation.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/disaggregation.py +++ b/openquake/calculators/disaggregation.py @@ -494,7 +494,7 @@ class DisaggregationCalculator(base.HazardCalculator): out = output_dict(sel...
Sorted the disagg results before saving them [skip CI]
gem_oq-engine
train
py
bc0cb6be01a34179924e8bc9e13ce99ea9188baa
diff --git a/theme/boost/classes/boostnavbar.php b/theme/boost/classes/boostnavbar.php index <HASH>..<HASH> 100644 --- a/theme/boost/classes/boostnavbar.php +++ b/theme/boost/classes/boostnavbar.php @@ -55,6 +55,9 @@ class boostnavbar implements \renderable { protected function prepare_nodes_for_boost(): void { ...
MDL-<I> theme_boost: Remove breadcrumb nodes that exist in primary nav Generally, we want to avoid displaying any breadcrumb nodes which are already present in the primary navigation menu. Currently, this is done by manually specifying which breadcrumb node (by its identification key) should be removed. This change pr...
moodle_moodle
train
php
74973659ce9dbf197067cb477bb1e7c4895baff4
diff --git a/src/TestSuite/IntegrationTestTrait.php b/src/TestSuite/IntegrationTestTrait.php index <HASH>..<HASH> 100644 --- a/src/TestSuite/IntegrationTestTrait.php +++ b/src/TestSuite/IntegrationTestTrait.php @@ -621,7 +621,8 @@ trait IntegrationTestTrait $props = [ 'url' => $url, '...
Pass uploaded files configured with configRequest() to ServerRequest.
cakephp_cakephp
train
php,php
f50f2c00e731a4ecc97f8f7d8882c34cfba7cd6e
diff --git a/src/Illuminate/Remote/Connection.php b/src/Illuminate/Remote/Connection.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Remote/Connection.php +++ b/src/Illuminate/Remote/Connection.php @@ -36,13 +36,6 @@ class Connection implements ConnectionInterface { protected $username; /** - * The authenti...
Removing variable that's never used.
laravel_framework
train
php
f307fdc24668d3f4f48f49915cf793af18e4a376
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,9 @@ setup( install_requires=[ 'ase', 'pypif', - 'requests' ], - packages=find_packages(exclude=('tests', 'docs')) + extras_require={ + 'report': ["requests"], + }, + ...
Move requests to extras Since `quality_report` is `False` by default.
CitrineInformatics_pif-dft
train
py
02e0e088451d12133f34c0a2673990eb62512051
diff --git a/server/gulpfile.js b/server/gulpfile.js index <HASH>..<HASH> 100644 --- a/server/gulpfile.js +++ b/server/gulpfile.js @@ -89,7 +89,7 @@ gulp.task('output-build-info', function () { // Capture changes from the last commit try { - execSync('git diff --quiet HEAD'); + execSync('git d...
fix(server): build-info dirty flag is capturing changes from all projects
mcdcorp_opentest
train
js
7e925bb9e58d900a66b1f0069f283d7ab7b0039c
diff --git a/synctool/src/test/java/org/duracloud/sync/walker/DirWalkerTest.java b/synctool/src/test/java/org/duracloud/sync/walker/DirWalkerTest.java index <HASH>..<HASH> 100644 --- a/synctool/src/test/java/org/duracloud/sync/walker/DirWalkerTest.java +++ b/synctool/src/test/java/org/duracloud/sync/walker/DirWalkerTes...
Changing this test to use a directory which does not change size in the course of the test. git-svn-id: <URL>
duracloud_duracloud
train
java
10691c8d2eab8ae1fc2f28eaa6585d8cb206c4e5
diff --git a/Generator.php b/Generator.php index <HASH>..<HASH> 100644 --- a/Generator.php +++ b/Generator.php @@ -172,6 +172,16 @@ abstract class Generator { } /** + * Setup some hook. + * + * @return void + */ + public function setUp() + { + // + } + + /** * Run th...
Add setUp method: used for setup some condition of command
pingpong-labs_generators
train
php
ae6cda479748472530a892a88a4a6e0f372ac7c0
diff --git a/sharding-proxy/src/test/java/io/shardingsphere/shardingproxy/transport/mysql/packet/command/query/text/query/ComQueryPacketTest.java b/sharding-proxy/src/test/java/io/shardingsphere/shardingproxy/transport/mysql/packet/command/query/text/query/ComQueryPacketTest.java index <HASH>..<HASH> 100644 --- a/shard...
modify ComQueryPacketTest.java
apache_incubator-shardingsphere
train
java
ff34971c48cb9fe4842b6a0a06d193e80ff49d16
diff --git a/src/Provider/DatabaseMenuProvider.php b/src/Provider/DatabaseMenuProvider.php index <HASH>..<HASH> 100644 --- a/src/Provider/DatabaseMenuProvider.php +++ b/src/Provider/DatabaseMenuProvider.php @@ -29,7 +29,7 @@ class DatabaseMenuProvider implements MenuProviderInterface */ protected $matcher; ...
Reverted the optional matcher argument to a required one No need to have an optional/nullable matcher as this is included with knp menu bundle anyway
zicht_menu-bundle
train
php
27cd5c332305664540c2deb3a0fa7f41aea4a80f
diff --git a/lib/puppetdb_query/version.rb b/lib/puppetdb_query/version.rb index <HASH>..<HASH> 100644 --- a/lib/puppetdb_query/version.rb +++ b/lib/puppetdb_query/version.rb @@ -1,3 +1,3 @@ module PuppetDBQuery - VERSION = "0.0.33".freeze + VERSION = "0.0.34".freeze end
m<I>'s version bumper
m-31_puppetdb_query
train
rb
d50c2daf05624a6e45e510dc7987d4f762e48b43
diff --git a/src/components/dialog/QDialog.js b/src/components/dialog/QDialog.js index <HASH>..<HASH> 100644 --- a/src/components/dialog/QDialog.js +++ b/src/components/dialog/QDialog.js @@ -94,9 +94,8 @@ export default { this.$emit('input', val) }, show: () => { - this.$emit('show...
QDialog: emit show after focusing the element in dialog (#<I>) Allows simpler focusing of another elements in `@show` in userland. ref #<I>
quasarframework_quasar
train
js
b12cbe34fa56543cc4a8cbceda4c0ba3d8285cec
diff --git a/phy/cluster/manual/view_model.py b/phy/cluster/manual/view_model.py index <HASH>..<HASH> 100644 --- a/phy/cluster/manual/view_model.py +++ b/phy/cluster/manual/view_model.py @@ -157,7 +157,7 @@ class FeatureViewModel(BaseViewModel): # (n_spikes, n_channels, n_features) # because that's wh...
Fixed bug in feature view model due to cluster order.
kwikteam_phy
train
py
85f099ef88678146c101d69287787733e2aa8146
diff --git a/billy/fulltext.py b/billy/fulltext.py index <HASH>..<HASH> 100644 --- a/billy/fulltext.py +++ b/billy/fulltext.py @@ -42,7 +42,10 @@ PUNCTUATION = re.compile('[%s]' % re.escape(string.punctuation)) def _clean_text(text): - text = text.encode('ascii', 'ignore') + if isinstance(text, unicode): + ...
try harder to clean up unicode
openstates_billy
train
py
99ad74b2239129e712d3d44d187a979e87c39ea3
diff --git a/allegedb/allegedb/cache.py b/allegedb/allegedb/cache.py index <HASH>..<HASH> 100644 --- a/allegedb/allegedb/cache.py +++ b/allegedb/allegedb/cache.py @@ -611,17 +611,3 @@ class EdgesCache(Cache): = self.db._make_edge(self.db.graph[graph], nodeA, nodeB, idx) Cache.store(self, graph...
Delete some tests that didn't make sense They seem entirely redundant with the ones already in Cache.store, actually. I think I had more caching in mind to do and tried to get all Test Driven Development about it, but then forgot all about it?
LogicalDash_LiSE
train
py
39d0b32a24869db1ccb563fc59f256eb37d67a9e
diff --git a/lib/active_attr/version.rb b/lib/active_attr/version.rb index <HASH>..<HASH> 100644 --- a/lib/active_attr/version.rb +++ b/lib/active_attr/version.rb @@ -1,5 +1,5 @@ module ActiveAttr # Complete version string # @since 0.1.0 - VERSION = "0.6.0" + VERSION = "0.7.0.alpha1" end
Bump development version to <I>.alpha1
cgriego_active_attr
train
rb
ae77d1f53a729e14946e01dcc3596e81846166b8
diff --git a/tests/ServerTest.php b/tests/ServerTest.php index <HASH>..<HASH> 100644 --- a/tests/ServerTest.php +++ b/tests/ServerTest.php @@ -103,6 +103,15 @@ class ServerTest extends \PHPUnit_Framework_TestCase { $this->assertEquals($eventsTable, $subscribedEventsReflection->getValue($this->server)); } ...
Added test for unknown event unsubscription in Server.
kiler129_CherryHttp
train
php
5156cd5c895e1553228830c6e5b6102e96f8ec97
diff --git a/numexpr/expressions.py b/numexpr/expressions.py index <HASH>..<HASH> 100644 --- a/numexpr/expressions.py +++ b/numexpr/expressions.py @@ -15,8 +15,8 @@ import sys import threading import numpy -from distutils.version import LooseVersion -_np_version = LooseVersion(numpy.__version__) +from pkg_resources...
Better fix for gh-<I> distutils.LooseVersion does not handle correctly RC versions
pydata_numexpr
train
py
8b1a4a86e9e8edb4d7af8084eb0fcc8ed1f0982c
diff --git a/lib/node-libnmap.js b/lib/node-libnmap.js index <HASH>..<HASH> 100644 --- a/lib/node-libnmap.js +++ b/lib/node-libnmap.js @@ -15,7 +15,7 @@ var version = 'v0.2.0' , ipv6 = require('ip-address').v6 , netmask = require('netmask').Netmask , proc = require('child_process').exec - , nmap = function(op...
Removed undefined fn()
jas-_node-libnmap
train
js
b465f79bef8c9223c7258dff71d1f7c950d34287
diff --git a/container/docker/engine.py b/container/docker/engine.py index <HASH>..<HASH> 100644 --- a/container/docker/engine.py +++ b/container/docker/engine.py @@ -753,20 +753,22 @@ class Engine(BaseEngine): client.tag(image_id, repository, tag=image_buildstamp) logger.info('Pushing %s:%s...' % (...
Properly parse docker push output stream Properly parses the docker push output when multiple json lines from the data stream are returned
ansible_ansible-container
train
py
186c2f4e393ab1c60bf48b1a4f70153aebb2d2e5
diff --git a/lib/rexport/export_methods.rb b/lib/rexport/export_methods.rb index <HASH>..<HASH> 100644 --- a/lib/rexport/export_methods.rb +++ b/lib/rexport/export_methods.rb @@ -247,6 +247,8 @@ module Rexport #:nodoc: end end + export_items.reset + position = 0 ...
fix sorting of renamed fields
wwidea_rexport
train
rb
719ca8cb08a2d3011ce785b5360af8e98ba68beb
diff --git a/lib/tokenizer.js b/lib/tokenizer.js index <HASH>..<HASH> 100644 --- a/lib/tokenizer.js +++ b/lib/tokenizer.js @@ -138,7 +138,7 @@ Tokenizer.prototype = { ABORT: function ABORT(){}, - SKIP: function SKIP(val){this.value = val;}, + SKIP: function SKIP(amount){this.amount = amount;}, /** * Matc...
Fixed bug in tokenizer with skipping tokens
th317erd_devoirjs
train
js
3a7a07f93ff17ee758a74e01f2c497cb7c304944
diff --git a/ui/js/directives/top_nav_bar.js b/ui/js/directives/top_nav_bar.js index <HASH>..<HASH> 100644 --- a/ui/js/directives/top_nav_bar.js +++ b/ui/js/directives/top_nav_bar.js @@ -40,12 +40,12 @@ treeherder.directive('thWatchedRepo', [ btnClass: "btn-view-nav-closed" }, "unsupporte...
Bug <I> - Provide icons for repo btn states unsupported/not-retrieved
mozilla_treeherder
train
js
af9a238f852fb04fbfcdfa57b9b313426f579bd1
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -448,7 +448,6 @@ processSpanPromise = (async () => { } } } - if (isHelpRequest || commands[0] === 'plugin') { p...
fix: Ensure to attempt minimal config resolution for plugin commands
serverless_serverless
train
js
fb9795a52f6abadcb14f8baf95540c12048e6e2f
diff --git a/messages.go b/messages.go index <HASH>..<HASH> 100644 --- a/messages.go +++ b/messages.go @@ -22,7 +22,7 @@ type Msg struct { User string `json:"user,omitempty"` Text string `json:"text,omitempty"` Timestamp string `json:"ts,omitempty"` - ThreadTimeStamp ...
Rename ThreadTimeStamp to Threadtimestamp for consistency
nlopes_slack
train
go
77677ba87eb447f8b1dffc8cc30bc6a4cd6927b0
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,27 @@ # -*- coding: utf-8 -*- +import os try: from setuptools import setup except ImportError: from distutils.core import setup +def walk_subpkg(name): + data_files = [] + package_dir ...
folium issue #<I> - fixed setup.py to package all the files in templates/tiles.
python-visualization_folium
train
py
945318e45a002579c557a60d1f4ea6601982bf16
diff --git a/fireplace/enums.py b/fireplace/enums.py index <HASH>..<HASH> 100644 --- a/fireplace/enums.py +++ b/fireplace/enums.py @@ -56,14 +56,50 @@ class GameTag(IntEnum): WINDFURY = 189 TAUNT = 190 STEALTH = 191 + SPELLPOWER = 192 DIVINE_SHIELD = 194 CHARGE = 197 CARDRACE = 200 + FACTION = 201 CARDTYP...
Add most currently-used GameTags
jleclanche_fireplace
train
py
56bd82ccebbdb49fb8adce5b1f1f78e410ae288d
diff --git a/mod/imscp/backup/moodle1/lib.php b/mod/imscp/backup/moodle1/lib.php index <HASH>..<HASH> 100644 --- a/mod/imscp/backup/moodle1/lib.php +++ b/mod/imscp/backup/moodle1/lib.php @@ -122,13 +122,18 @@ class moodle1_mod_imscp_handler extends moodle1_mod_handler { protected function parse_structure($data, $c...
MDL-<I> IMS content package converter checks that the manifest file exists
moodle_moodle
train
php
e0c9d810e534508ee94229136e73b51e66811851
diff --git a/src/isEmptyFunction.js b/src/isEmptyFunction.js index <HASH>..<HASH> 100644 --- a/src/isEmptyFunction.js +++ b/src/isEmptyFunction.js @@ -2,7 +2,7 @@ module.exports = function(aFunc, istanbul) { var vStr = aFunc.toString(); var result = /^function\s*\S*\s*\((.|[\n\r\u2028\u2029])*\)\s*{[\s;]*}$/g.tes...
* [bug] the Webpack / Browserify / etc do not "conditional" requires the require gets executed at build time. closes #2
snowyu_inherits-ex.js
train
js
4107c82193991b5f77a314926f308fbbc7db805f
diff --git a/mongoctl/mongoctl.py b/mongoctl/mongoctl.py index <HASH>..<HASH> 100644 --- a/mongoctl/mongoctl.py +++ b/mongoctl/mongoctl.py @@ -3805,8 +3805,7 @@ class Server(DocumentWrapper): status['connection'] = True can_admin = True - if (admin and - self.is_aut...
Making is_administrable( ) more accurate by reverting get_status( ) to always attempt to auth
mongolab_mongoctl
train
py
6f0f94c23bb51346488feb039288d2b0065acc00
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index <HASH>..<HASH> 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -416,6 +416,7 @@ export var MarkerClusterGroup = L.MarkerClusterGroup = L.FeatureGroup.extend({ //If we aren't on the map (yet), blow away the markers we k...
Clear out _needsRemoving when clearLayers is called while we aren't on the map. Otherwise we'll try remove them when we are added, which breaks things. Refs #<I>
Leaflet_Leaflet.markercluster
train
js
0a39449694cf874c92a04d0b634d2dfe0627ac48
diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index <HASH>..<HASH> 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -153,6 +153,14 @@ describe('browser-window module', function () { }) w.loadURL('file://' + path.join(fixtures, 'api', 'd...
spec: loadUrl should not crash in did-fail-provisional-load handler
electron_electron
train
js
dc66f8f63274cb87e1e1436ef21bca81e3ca9038
diff --git a/lib/cuke_modeler/models/cell.rb b/lib/cuke_modeler/models/cell.rb index <HASH>..<HASH> 100644 --- a/lib/cuke_modeler/models/cell.rb +++ b/lib/cuke_modeler/models/cell.rb @@ -1,6 +1,5 @@ module CukeModeler - # A class modeling a single cell of a row. class Cell < Model include Sourceable
Break some more stuff Adding a break for the documentation and linting jobs, in order to see how they react.
enkessler_cuke_modeler
train
rb
09e8c50a5caf734410661b78ebcb5e0d8e3c7ad6
diff --git a/salt/engines/sqs_events.py b/salt/engines/sqs_events.py index <HASH>..<HASH> 100644 --- a/salt/engines/sqs_events.py +++ b/salt/engines/sqs_events.py @@ -167,4 +167,6 @@ def start(queue, profile=None, tag='salt/engine/sqs', owner_acct_id=None): while True: if not q: q = sqs.get_q...
Surpress boto WARNING during decode, reference: <URL>
saltstack_salt
train
py
dd7f9366229d0cf6761567f86192343d8d4d5698
diff --git a/src/lang/nl/lfm.php b/src/lang/nl/lfm.php index <HASH>..<HASH> 100644 --- a/src/lang/nl/lfm.php +++ b/src/lang/nl/lfm.php @@ -50,6 +50,7 @@ return [ 'error-instance' => 'Het geuploade bestand moet een instantie zijn van UploadedFile', 'error-invalid' => 'Ongeldig upload verzoek', ...
Merge pull request #<I> from tvbeek/patch-1 * Add a missing dutch translation line * Update lfm.php
UniSharp_laravel-filemanager
train
php
217fba61859c0002a855d8ab3d62251d57aa5662
diff --git a/mnemosyned/daemon.go b/mnemosyned/daemon.go index <HASH>..<HASH> 100644 --- a/mnemosyned/daemon.go +++ b/mnemosyned/daemon.go @@ -3,6 +3,7 @@ package mnemosyned import ( "database/sql" "errors" + "fmt" "io" "net" "net/http" @@ -147,7 +148,7 @@ func (d *Daemon) Run() (err error) { interceptor :...
grpc user agent has service version as well
piotrkowalczuk_mnemosyne
train
go
0293134c5c14b811ea341c5d4ee11374e5e4acc8
diff --git a/ansible_runner/runner_config.py b/ansible_runner/runner_config.py index <HASH>..<HASH> 100644 --- a/ansible_runner/runner_config.py +++ b/ansible_runner/runner_config.py @@ -288,12 +288,12 @@ class RunnerConfig(object): output.debug("Not loading settings") self.settings = dict() ...
Revert accidental indentation change from ac<I>d0.
ansible_ansible-runner
train
py
e7d4a289c2a4eb0784d640654015d110bddf3fc8
diff --git a/test/core_tasks.js b/test/core_tasks.js index <HASH>..<HASH> 100644 --- a/test/core_tasks.js +++ b/test/core_tasks.js @@ -6,6 +6,7 @@ describe('Core: Tasks', function(){ var taskOutput = []; before(function(done){ + this.timeout(10000) specHelper.stopServer(0, function(api){ specHel...
update task tests to slower sample time:
actionhero_actionhero
train
js
c21856e70c5cb29a09fea9de938082e920792d26
diff --git a/aws-sdk-core/lib/aws-sdk-core/xml/parser.rb b/aws-sdk-core/lib/aws-sdk-core/xml/parser.rb index <HASH>..<HASH> 100644 --- a/aws-sdk-core/lib/aws-sdk-core/xml/parser.rb +++ b/aws-sdk-core/lib/aws-sdk-core/xml/parser.rb @@ -20,6 +20,21 @@ module Aws @engine = options[:engine] || self.class.engine ...
Added clarifying docs.
aws_aws-sdk-ruby
train
rb
60a3708d76548bdc03fcfb7098bcd9d898fee72e
diff --git a/scripts/documentation/generate.js b/scripts/documentation/generate.js index <HASH>..<HASH> 100644 --- a/scripts/documentation/generate.js +++ b/scripts/documentation/generate.js @@ -139,14 +139,14 @@ async function execute() { await git.commit(message, [FINAL_SAVE_PATH]); console.info("\x1b[32m", `Ch...
Remove tmp folder at the end
djipco_webmidi
train
js
0f568ae572dc178acdcf30ab46c7e8ffb2605ad1
diff --git a/src/main/java/com/amashchenko/maven/plugin/gitflow/AbstractGitFlowMojo.java b/src/main/java/com/amashchenko/maven/plugin/gitflow/AbstractGitFlowMojo.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/amashchenko/maven/plugin/gitflow/AbstractGitFlowMojo.java +++ b/src/main/java/com/amashchenko/maven/p...
Strip some whitespace characters in find branches - closes #<I>
aleksandr-m_gitflow-maven-plugin
train
java
fdc41cd18d9168fc00216688875d24fe248c98f4
diff --git a/jre_emul/android/platform/libcore/ojluni/src/main/java/java/net/URL.java b/jre_emul/android/platform/libcore/ojluni/src/main/java/java/net/URL.java index <HASH>..<HASH> 100644 --- a/jre_emul/android/platform/libcore/ojluni/src/main/java/java/net/URL.java +++ b/jre_emul/android/platform/libcore/ojluni/src/m...
Issue #<I>: fixed file URLStreamHandler linking.
google_j2objc
train
java
a2311d3c09ba0885be7b127d3b87f74505069e2f
diff --git a/tensorflow_probability/python/vi/optimization.py b/tensorflow_probability/python/vi/optimization.py index <HASH>..<HASH> 100644 --- a/tensorflow_probability/python/vi/optimization.py +++ b/tensorflow_probability/python/vi/optimization.py @@ -135,10 +135,10 @@ def fit_surrogate_posterior(target_log_prob_fn,...
Fix a typo in the description of fit_surrogate_posterior
tensorflow_probability
train
py
09b99712d9fa6b66b8ebe46431b4dbf771d8481e
diff --git a/lib/rdo/colored_logger.rb b/lib/rdo/colored_logger.rb index <HASH>..<HASH> 100644 --- a/lib/rdo/colored_logger.rb +++ b/lib/rdo/colored_logger.rb @@ -15,9 +15,9 @@ module RDO self.formatter = Proc.new do |severity, time, prog, msg| case severity - when "DEBUG" then "\033...
Use cross-platform line-endings in logger
d11wtq_rdo
train
rb
bb22c67bc3da7d92ed9ea3acf6d27532e9855262
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,9 +61,9 @@ copyright = u'2015, Jeong-Yoon Lee' # built documents. # # The short X.Y version. -version = '0.4' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4.4' +release =...
update version number to <I>
jeongyoonlee_Kaggler
train
py,py,py
102cf5765202d0211059126df162bc36fbddecff
diff --git a/lenses/lens.py b/lenses/lens.py index <HASH>..<HASH> 100644 --- a/lenses/lens.py +++ b/lenses/lens.py @@ -24,7 +24,6 @@ lens_methods = [ ('norm_', baselens.NormalisingLens), ('setter_', baselens.SetterLens), ('traverse_', baselens.TraverseLens), - ('trivial_', baselens.TrivialLens), ...
removed useless trivial lens access from api
ingolemo_python-lenses
train
py,py
6c57dd9fef8942adebc912f2508bf1377e94b362
diff --git a/lib/abn_search.rb b/lib/abn_search.rb index <HASH>..<HASH> 100644 --- a/lib/abn_search.rb +++ b/lib/abn_search.rb @@ -181,7 +181,7 @@ class ABNSearch else if !result[:legal_name].blank? && result[:legal_name].length > 2 result[:name] = result[:legal_name] - elsif !result[:legal_na...
fixed parse_search_results so that legal_name2 can be used as the name
Oneflare_abn_search
train
rb
c30f3210ca81632becfc3850e6d7bff5c67a3446
diff --git a/mobly/utils.py b/mobly/utils.py index <HASH>..<HASH> 100644 --- a/mobly/utils.py +++ b/mobly/utils.py @@ -19,7 +19,6 @@ import logging import os import platform import portpicker -import psutil import random import re import signal @@ -331,6 +330,10 @@ def stop_standing_subprocess(proc, kill_signal=s...
Localize `psutil` usage. (#<I>)
google_mobly
train
py
fa8c91d19e2fdc95e12db9cd902b091a57f65733
diff --git a/src/elements/NavLink.js b/src/elements/NavLink.js index <HASH>..<HASH> 100644 --- a/src/elements/NavLink.js +++ b/src/elements/NavLink.js @@ -1,8 +1,9 @@ import styled from 'styled-components'; import theme from '../theme'; -const NavLink = styled.a` +const NavLink = styled.div` + a { text-deco...
Nav Links style contained <a> tags.
mokko-labs_substance-ui-legacy
train
js
246440774f4ada810733300f09411004a7b405b1
diff --git a/src/api/helpers/generateWrappers.js b/src/api/helpers/generateWrappers.js index <HASH>..<HASH> 100644 --- a/src/api/helpers/generateWrappers.js +++ b/src/api/helpers/generateWrappers.js @@ -32,7 +32,7 @@ function generateWrappers(cls, types, prefixMap, metadata) { } = func; // Don't parse depre...
Fix ignore deprecated methods (ignore since 2)
neovim_node-client
train
js
8966e17b8982e089cb520b6aa9a78f4a7b120305
diff --git a/src/ol/renderer/dom/domtilelayerrenderer.js b/src/ol/renderer/dom/domtilelayerrenderer.js index <HASH>..<HASH> 100644 --- a/src/ol/renderer/dom/domtilelayerrenderer.js +++ b/src/ol/renderer/dom/domtilelayerrenderer.js @@ -79,15 +79,15 @@ ol.renderer.dom.TileLayer.prototype.renderFrame = return; } ...
Structure DOM renderer code to be more similar to WebGL renderer code
openlayers_openlayers
train
js
ae625872fe24a8f424862c04232f1b605f33545b
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,8 +134,8 @@ html_theme_options = { 'github_banner': True, 'show_powered_by': False, 'extra_nav_links': { - 'invenio-openaire@GitHub': 'http://github.com/inveniosoftware/invenio-openai...
docs: autodoc configuration and HTTPS fix * Replaces HTTP links with HTTPS where possible.
inveniosoftware_invenio-openaire
train
py
d03f143f63d9f7b32dacde1ae9e5b48bb07b9d3e
diff --git a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java b/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java index <HASH>..<HASH> 100644 --- a/modules/server/src/main/java/org/jboss/wsf/stack/cxf/JBossWSInvoker.java +++ b/modules/server/src/main/java/org/jboss/wsf/sta...
[JBWS-<I>] Adding comment explaining the workaround; proper fix will come in PicketBox
jbossws_jbossws-cxf
train
java
61d7f1e9b5c370307fc45ecdb0f4a670efe8356f
diff --git a/geom_test.go b/geom_test.go index <HASH>..<HASH> 100644 --- a/geom_test.go +++ b/geom_test.go @@ -201,6 +201,11 @@ func TestGeoMIsInvert(t *testing.T) { cpx.Scale(1.5, 2.5) cpx.Translate(-2, -3) + cpx2 := GeoM{} + cpx2.Scale(2, 3) + cpx2.Rotate(0.234) + cpx2.Translate(100, 100) + cases := []struct ...
affine: Bug fix: (*GeoM).det() was wrong (#<I>)
hajimehoshi_ebiten
train
go,go
5e6ec42e611ab3179b412b9e81074dd95e4c361e
diff --git a/FFmpegMovie.php b/FFmpegMovie.php index <HASH>..<HASH> 100644 --- a/FFmpegMovie.php +++ b/FFmpegMovie.php @@ -202,7 +202,7 @@ class FFmpegMovie implements Serializable { // Get information about file from ffmpeg $output = array(); - exec('ffmpeg -i '.$this->movieFile.' 2>...
Security hole patched with escapeshellarg()
char0n_ffmpeg-php
train
php
0d5773f41e1cd55035a868df29afbf6f30dd2863
diff --git a/lib/Podio.php b/lib/Podio.php index <HASH>..<HASH> 100644 --- a/lib/Podio.php +++ b/lib/Podio.php @@ -44,7 +44,7 @@ class Podio { if ($options && !empty($options['session_manager'])) { if (is_string($options['session_manager']) && class_exists($options['session_manager'])) { self::$ses...
Both get and set functions should be checked in a session manager object, not twice get.
podio-community_podio-php
train
php
8ccc3f447d113d4136153294935ff977e5e581d6
diff --git a/spec/current_month_spec.rb b/spec/current_month_spec.rb index <HASH>..<HASH> 100644 --- a/spec/current_month_spec.rb +++ b/spec/current_month_spec.rb @@ -8,11 +8,11 @@ describe Beggar::CurrentMonth do end it 'returns weekdays' do - pending + current_month.weekdays.should == 21 end it ...
Add missing specs for CurrentMonth class
brtjkzl_beggar
train
rb
303970fae2583b858b3238ff045aeb424dddb2c0
diff --git a/classes/Util.php b/classes/Util.php index <HASH>..<HASH> 100644 --- a/classes/Util.php +++ b/classes/Util.php @@ -83,6 +83,7 @@ class QM_Util { self::$file_dirs['go-plugin'] = self::standard_dir( WPMU_PLUGIN_DIR . '/shared-plugins' ); self::$file_dirs['mu-plugin'] = self::standard_dir( WPMU_PLUGI...
Specify a common component type for themes.
johnbillion_query-monitor
train
php
ef5cdd9b21bcaa026af1375d6149beb64b1b36e0
diff --git a/src/SidebarMenu.php b/src/SidebarMenu.php index <HASH>..<HASH> 100644 --- a/src/SidebarMenu.php +++ b/src/SidebarMenu.php @@ -41,12 +41,12 @@ class SidebarMenu extends \hipanel\base\Menu implements \yii\base\BootstrapInter 'tariffs' => [ 'label' => Yii::t('hi...
Removed Client and Seller filters from the AdvancedSearch view for non-support
hiqdev_hipanel-module-finance
train
php
07d3cbef203259b62538533d068ae1d77ae49553
diff --git a/src/shapes/labels.js b/src/shapes/labels.js index <HASH>..<HASH> 100644 --- a/src/shapes/labels.js +++ b/src/shapes/labels.js @@ -23,7 +23,7 @@ d3plus.shape.labels = function(vars,selection,enter,exit) { var align = t.anchor || vars.style.labels.align, tspan = this.tagName == "tspan", ...
fixed cross-browser problem with .getBBox() of tspan element
alexandersimoes_d3plus
train
js
e847fe371f62eebf00acd3bfc7b445b48763dd1a
diff --git a/lib/swag_dev/project/tools/vagrant/shell.rb b/lib/swag_dev/project/tools/vagrant/shell.rb index <HASH>..<HASH> 100644 --- a/lib/swag_dev/project/tools/vagrant/shell.rb +++ b/lib/swag_dev/project/tools/vagrant/shell.rb @@ -16,6 +16,8 @@ class SwagDev::Project::Tools::Vagrant::Shell # @return [Hash] at...
vagrant/shell (tools) minor bugfix
SwagDevOps_kamaze-project
train
rb
d9cffece6bd354949231ec56d442e48130d448f6
diff --git a/consumables/js/es2015/index.js b/consumables/js/es2015/index.js index <HASH>..<HASH> 100644 --- a/consumables/js/es2015/index.js +++ b/consumables/js/es2015/index.js @@ -135,8 +135,12 @@ export { * by searching for elements with `data-component-name` (e.g. `data-loading`) attribute * or upon DOM events...
[6.x] Hotfix clash between Bluemix.Common and bluemix-components.js (#<I>) Remove auto init for HeaderNav
carbon-design-system_carbon-components
train
js
05ea3c30fca4a75e04ed5073a5646dd434bc58df
diff --git a/packages/veritone-widgets/src/widgets/EngineOutputExport/EngineCategoryConfigList.js b/packages/veritone-widgets/src/widgets/EngineOutputExport/EngineCategoryConfigList.js index <HASH>..<HASH> 100644 --- a/packages/veritone-widgets/src/widgets/EngineOutputExport/EngineCategoryConfigList.js +++ b/packages/v...
todId is required because the if the user toggles the includeMedia to true then we need to provide a tdoId.
veritone_veritone-sdk
train
js,js
e278338610aa901e712f954fe422466ac03f2fb9
diff --git a/src/server/pfs/server/api_server.go b/src/server/pfs/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/server/api_server.go +++ b/src/server/pfs/server/api_server.go @@ -352,8 +352,14 @@ func putFileLogHelper(request *pfs.PutFileRequest, err error, duration time.Dura func (a *apiServ...
Use fresh putFileRequest for logging Otherwise there's some contention around this object
pachyderm_pachyderm
train
go
a6a0b28d3437f903763e3b5edaf7581aa5ef468f
diff --git a/cobald/composite/factory.py b/cobald/composite/factory.py index <HASH>..<HASH> 100644 --- a/cobald/composite/factory.py +++ b/cobald/composite/factory.py @@ -54,7 +54,7 @@ class FactoryPool(CompositePool): except ZeroDivisionError: return 1. - def __init__(self, *children: Pool, ...
type hint for FactoryPool marks factory as taking no parameters
MatterMiners_cobald
train
py
0b580a7814511f5424c88436fa6878d0662f7054
diff --git a/vingd/__init__.py b/vingd/__init__.py index <HASH>..<HASH> 100644 --- a/vingd/__init__.py +++ b/vingd/__init__.py @@ -1,7 +1,7 @@ """Vingd API interface client.""" __title__ = 'vingd-api-python' -__version__ = '0.1.3' +__version__ = '0.1.4' __author__ = 'Radomir Stevanovic' __author_email__ = 'radomi...
bumped to <I>
vingd_vingd-api-python
train
py
5f4b6c42b0fff7cbaa46269381b891c7ab419644
diff --git a/lib/qunited/server.rb b/lib/qunited/server.rb index <HASH>..<HASH> 100644 --- a/lib/qunited/server.rb +++ b/lib/qunited/server.rb @@ -105,8 +105,9 @@ module QUnited end end - # Compile the CoffeeScript file with the given filename to JavaScript. Returns the full - # path of the compiled...
Fail server tests on CoffeeScript compile failure
aaronroyer_qunited
train
rb
aad0e69359fa442cb5754a51cdddebcdc683fefd
diff --git a/core/Tracker/GoalManager.php b/core/Tracker/GoalManager.php index <HASH>..<HASH> 100644 --- a/core/Tracker/GoalManager.php +++ b/core/Tracker/GoalManager.php @@ -10,6 +10,7 @@ namespace Piwik\Tracker; use Exception; use Piwik\Common; +use Piwik\Container\StaticContainer; use Piwik\Date; use Piwik\Piw...
Prevent tracking failures when invalid goal patterns are defined (#<I>) * Log warning instead of throwing an exception * add try/catch
matomo-org_matomo
train
php
86688c1b7adbe6d77831b473f3be355c5b652d7f
diff --git a/src/ExtendedMySql.php b/src/ExtendedMySql.php index <HASH>..<HASH> 100644 --- a/src/ExtendedMySql.php +++ b/src/ExtendedMySql.php @@ -3,6 +3,28 @@ namespace Codeception\Lib\Driver; -class ExtendedMySql extends MySql{ +class ExtendedMySql extends MySql +{ -} \ No newline at end of file + public ...
added the insertOrUpdate method to the ExtendedMySql class
lucatume_wp-browser
train
php
dc081720f2a562d24caadabc2a4ae8d70025254f
diff --git a/src/logger.js b/src/logger.js index <HASH>..<HASH> 100644 --- a/src/logger.js +++ b/src/logger.js @@ -4,7 +4,7 @@ import { format as fmt } from 'util'; import chalkModule from 'chalk'; const chalk = new chalkModule.constructor({ - enabled: process.stderr.isTTY, + enabled: process.stderr && process.st...
Don't assume `process.stderr` is an object It's typically not set in Browserify.
SassDoc_sassdoc
train
js
3919af475fa12a2ecd42cea4425a3f3710989fcf
diff --git a/common/common.go b/common/common.go index <HASH>..<HASH> 100644 --- a/common/common.go +++ b/common/common.go @@ -39,7 +39,7 @@ const ( OverlayPreparedFilename = "overlay-prepared" PrivateUsersPreparedFilename = "private-users-prepared" - MetadataServicePort = 2375 + MetadataServicePort = ...
common: change the port number The previous port number was registered and reserved. Use a random high port number in the non-dynamic range.
rkt_rkt
train
go
4632ce571fccadc0ab7c26ea5bf16a52e1afcb3d
diff --git a/scripts/build_pyinstaller.py b/scripts/build_pyinstaller.py index <HASH>..<HASH> 100644 --- a/scripts/build_pyinstaller.py +++ b/scripts/build_pyinstaller.py @@ -130,10 +130,10 @@ def generate_static_css(): os.chdir(server_dir) compass_process = subprocess.Popen(['compass', 'compile']) compa...
ensures compass compile succeeds
Opentrons_opentrons
train
py
ba1539c0c415bebf7bf237cb91e0dc0c007b00bd
diff --git a/command/bdist_dumb.py b/command/bdist_dumb.py index <HASH>..<HASH> 100644 --- a/command/bdist_dumb.py +++ b/command/bdist_dumb.py @@ -71,12 +71,11 @@ class bdist_dumb (Command): self.run_command ('build') - install = self.reinitialize_command('install') + install = self.reinitial...
Ensure sub-commands of "install" are reinitialized too. Run "install" the right way, by calling 'run_command()'.
pypa_setuptools
train
py
3ffb42ba905271811f2bf563920a678b7c1f57a1
diff --git a/DotNotationPointers.js b/DotNotationPointers.js index <HASH>..<HASH> 100644 --- a/DotNotationPointers.js +++ b/DotNotationPointers.js @@ -83,11 +83,17 @@ Object.defineProperty(DotNotationPointer.prototype, 'val', { } } }, set: function(value) { - if(this.propertyInfo.obj =...
remove a property from the object if it's new value is set to 'undefined'
fresheneesz_mongo-parse
train
js
5d2f0f1116581a4d30aa98660917413cca3640fb
diff --git a/ansible_runner/runner.py b/ansible_runner/runner.py index <HASH>..<HASH> 100644 --- a/ansible_runner/runner.py +++ b/ansible_runner/runner.py @@ -178,7 +178,11 @@ class Runner(object): # option expecting should have already been written in ansible_runner.runner_config env_file_hos...
Write fully populated envfile to pass to podman Without this, manually reproducing the container's environment is really difficult.
ansible_ansible-runner
train
py
e620177d07f93c0af07e56afc93509e777accd9c
diff --git a/src/main/java/groovy/lang/NumberRange.java b/src/main/java/groovy/lang/NumberRange.java index <HASH>..<HASH> 100644 --- a/src/main/java/groovy/lang/NumberRange.java +++ b/src/main/java/groovy/lang/NumberRange.java @@ -644,7 +644,7 @@ public class NumberRange extends AbstractList<Comparable> implements Rang...
GROOVY-<I>: Fixed NumberRange.get not throwing at certain conditions With ranges like 0G<..<1G, the get method would erroneously return 1G instead of throwing an exception. This commit fixes that by directly incrementing the current value in the iterator instead of next() call.
apache_groovy
train
java
bf4f0ae1206548d83fde565f72a71d910a103ac2
diff --git a/salt/modules/network.py b/salt/modules/network.py index <HASH>..<HASH> 100644 --- a/salt/modules/network.py +++ b/salt/modules/network.py @@ -2106,7 +2106,7 @@ def fqdns(): results = pool.map(_lookup_fqdn, addresses) pool.close() pool.join() - except Exception as exc: + exc...
Fix pylint issue
saltstack_salt
train
py
d97bfa41e01e245cfb9af80e4f5ad9e132aa64c4
diff --git a/lib/virtus/value_object.rb b/lib/virtus/value_object.rb index <HASH>..<HASH> 100644 --- a/lib/virtus/value_object.rb +++ b/lib/virtus/value_object.rb @@ -35,6 +35,7 @@ module Virtus include ::Virtus include InstanceMethods extend ClassMethods + private :attributes= ...
Disallow mutation of ValueObjects via #attributes= * Increases consistency as mutations on value objects should be created via #with(mutations).
solnic_virtus
train
rb,rb
dc3f4f9ac57a4ae38e293e6ef87ce20817354058
diff --git a/lib/endpoints/class-wp-rest-users-controller.php b/lib/endpoints/class-wp-rest-users-controller.php index <HASH>..<HASH> 100755 --- a/lib/endpoints/class-wp-rest-users-controller.php +++ b/lib/endpoints/class-wp-rest-users-controller.php @@ -121,7 +121,7 @@ class WP_REST_Users_Controller extends WP_REST_Co...
Only add asterisks to the user query if there is a query present
WP-API_WP-API
train
php
332ba974953e495167197da0a578308e46e79f80
diff --git a/amino/algebra.py b/amino/algebra.py index <HASH>..<HASH> 100644 --- a/amino/algebra.py +++ b/amino/algebra.py @@ -3,6 +3,7 @@ from typing import GenericMeta, Any from types import SimpleNamespace from amino import List, Lists +from amino.util.string import ToStr class AlgebraMeta(GenericMeta): @@ ...
convenience base class `Algebra` inheriting `ToStr`
tek_amino
train
py
c290c519711600b22c8650789ac911c9fac13d8b
diff --git a/lib/assets/Css.js b/lib/assets/Css.js index <HASH>..<HASH> 100644 --- a/lib/assets/Css.js +++ b/lib/assets/Css.js @@ -69,10 +69,9 @@ extendWithGettersAndSetters(Css.prototype, { // CSSOM gets the @charset declaration mixed up with the first selector: try { this._p...
asset.Css: Error details are no longer thrown away on caught css parse errors
assetgraph_assetgraph
train
js
d0d3d4344ba02638c9d42331fc6043a4c2437e18
diff --git a/terms/settings.py b/terms/settings.py index <HASH>..<HASH> 100644 --- a/terms/settings.py +++ b/terms/settings.py @@ -34,15 +34,13 @@ if hasattr(settings, 'TERMS_ADDITIONAL_IGNORED_TAGS'): TERMS_IGNORED_TAGS.extend(settings.TERMS_ADDITIONAL_IGNORED_TAGS) -TERMS_IGNORED_CLASSES = set( - getattr(...
Defines TERMS_IGNORED_CLASSES as a list instead of a set.
BertrandBordage_django-terms
train
py
13ccf169f13d3c0844ddff043f3ae2c1ef3d3c30
diff --git a/zipline/utils/date_utils.py b/zipline/utils/date_utils.py index <HASH>..<HASH> 100644 --- a/zipline/utils/date_utils.py +++ b/zipline/utils/date_utils.py @@ -44,10 +44,10 @@ def EPOCH(utc_datetime): delta = utc_datetime - UNIX_EPOCH seconds = delta.total_seconds() ms = seconds * 1000 - re...
encoding epoch as an int, rather than float.
quantopian_zipline
train
py
6211159aecd805fe100e053204e2b2677cea36c4
diff --git a/lib/json_api_client/query/builder.rb b/lib/json_api_client/query/builder.rb index <HASH>..<HASH> 100644 --- a/lib/json_api_client/query/builder.rb +++ b/lib/json_api_client/query/builder.rb @@ -81,8 +81,8 @@ module JsonApiClient end end when Array - table.m...
fix handling of array definitions of related included links
JsonApiClient_json_api_client
train
rb
6b097ecf7f1438eef2e1f883c81a40d179ec771f
diff --git a/lib/swag_dev/project/tools/yardoc/watcher/_bootstrap.rb b/lib/swag_dev/project/tools/yardoc/watcher/_bootstrap.rb index <HASH>..<HASH> 100644 --- a/lib/swag_dev/project/tools/yardoc/watcher/_bootstrap.rb +++ b/lib/swag_dev/project/tools/yardoc/watcher/_bootstrap.rb @@ -8,8 +8,7 @@ require 'listen/record/sy...
yardoc/watcher/_bootstrap (tools) disable rubocop
SwagDevOps_kamaze-project
train
rb
bb529041eef8db0a293a1538cb3b729efcb92368
diff --git a/mode/r/r.js b/mode/r/r.js index <HASH>..<HASH> 100644 --- a/mode/r/r.js +++ b/mode/r/r.js @@ -19,7 +19,7 @@ CodeMirror.defineMode("r", function(config) { for (var i = 0; i < words.length; ++i) res[words[i]] = true; return res; } - var commonAtoms = ["NULL", "NA", "Inf", "NaN", "NA_integer_", ...
[r mode] Highlight TRUE/FALSE as atoms
codemirror_CodeMirror
train
js
399fc76bf530df0f7ce2aff64f95aa000f747e90
diff --git a/plenum/server/pool_req_handler.py b/plenum/server/pool_req_handler.py index <HASH>..<HASH> 100644 --- a/plenum/server/pool_req_handler.py +++ b/plenum/server/pool_req_handler.py @@ -25,7 +25,7 @@ class PoolRequestHandler(RequestHandler): self.state = state self.domainState = domainState ...
add config=None argument to validate method to make sub and super signatures match
hyperledger_indy-plenum
train
py,py
60dfd044395e7cf65a1d44c795eb43258cde83bf
diff --git a/discord/client.py b/discord/client.py index <HASH>..<HASH> 100644 --- a/discord/client.py +++ b/discord/client.py @@ -308,8 +308,9 @@ class ConnectionState(object): if server is not None: user_id = data['user']['id'] member = utils.find(lambda m: m.id == user_id, server.m...
Check if member is in list for GUILD_MEMBER_REMOVE.
Rapptz_discord.py
train
py
fb0026d75cbb245f18e1c23ee5fd0a39d2e3370e
diff --git a/testarator.go b/testarator.go index <HASH>..<HASH> 100644 --- a/testarator.go +++ b/testarator.go @@ -77,7 +77,11 @@ func (s *Setup) SpinUp() error { return nil } - opt := &aetest.Options{AppID: "unittest", StronglyConsistentDatastore: true} + opt := &aetest.Options{ + AppID: "unittest", + Strongl...
Set SuppressDevAppServerLog option in aetest The latest appengine supports an option to suppress annoying logs in tests. This patch enables it. <URL>
favclip_testerator
train
go
2fe021f03cc05a79561c004ba3cea80991eb2c2f
diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index <HASH>..<HASH> 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_test.go @@ -8,6 +8,7 @@ import ( "errors" "flag" "fmt" + "github.com/armon/go-metrics/prometheus" "io/ioutil" "net" "os" @@ -7103,9 +7104,11 @@ f...
update runtime_test to handle PrometheusOpts expiry field change
hashicorp_consul
train
go
46e63026a9839f7d257e78315d48392a132f2639
diff --git a/lib/Ogone/AbstractResponse.php b/lib/Ogone/AbstractResponse.php index <HASH>..<HASH> 100644 --- a/lib/Ogone/AbstractResponse.php +++ b/lib/Ogone/AbstractResponse.php @@ -93,4 +93,13 @@ abstract class AbstractResponse implements Response { return $this->parameters[$key]; } + + /** + *...
toArray method vanished from the PaymentResponse
marlon-be_marlon-ogone
train
php