hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
692ff8823191319516ff42514851e9e91e2badcc
diff --git a/fhub_core/contrib.py b/fhub_core/contrib.py index <HASH>..<HASH> 100644 --- a/fhub_core/contrib.py +++ b/fhub_core/contrib.py @@ -51,17 +51,17 @@ def get_contrib_features(contrib): 'Failed to import module {modname}' .format(modname=modname)) ...
Remove _ prefix from contrib functions
HDI-Project_ballet
train
413486ebd2facb79125c378324f5219f5c753cb1
diff --git a/src/Breaker.php b/src/Breaker.php index <HASH>..<HASH> 100644 --- a/src/Breaker.php +++ b/src/Breaker.php @@ -171,7 +171,7 @@ class Breaker protected function isClosed(Circuit $circuit) { if ($this->handler->isClosed($circuit)) { - $this->dispatcher->dispatch(CircuitEvents::CL...
fix events (#<I>) fix(event): fix event dispatcher method
eljam_circuit-breaker
train
df5d4efce4ea5dacae940c7c1fa23455027f3528
diff --git a/js/bleutrade.js b/js/bleutrade.js index <HASH>..<HASH> 100644 --- a/js/bleutrade.js +++ b/js/bleutrade.js @@ -557,7 +557,7 @@ module.exports = class bleutrade extends Exchange { 'currency': code, }; } else if (part.indexOf ('order id') === 0) { - ...
[bleutrade] remove unwanted leading space on reference id
ccxt_ccxt
train
71095b7353e205a759bbe4eecd0803b689a49b79
diff --git a/lib/jrubyfx.rb b/lib/jrubyfx.rb index <HASH>..<HASH> 100644 --- a/lib/jrubyfx.rb +++ b/lib/jrubyfx.rb @@ -39,6 +39,7 @@ module JRubyFX java_import 'javafx.animation.RotateTransition' java_import 'javafx.animation.ScaleTransition' java_import 'javafx.animation.Timeline' + java_import 'javafx.appli...
Add run_later() to main JRubyFX module so we can easily communicate between normal Java threads and main JavaFX thread
jruby_jrubyfx
train
493a23809d6e0f339f45ad4b76e3d412e750af7a
diff --git a/control/src/main/java/org/kaazing/robot/control/TcpRobotControl.java b/control/src/main/java/org/kaazing/robot/control/TcpRobotControl.java index <HASH>..<HASH> 100644 --- a/control/src/main/java/org/kaazing/robot/control/TcpRobotControl.java +++ b/control/src/main/java/org/kaazing/robot/control/TcpRobotCo...
KG-<I>:Resolve issue of data loss from input stream because of creation of new BufferedReader for each readEvent call. Appeared to occur when two events came back near simultaneously. Creates only a single BufferedReader instance now
k3po_k3po
train
98bcc2c35fb6362cfd29ab14b28910f226f2455d
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -166,12 +166,13 @@ module.exports = function (content) { var format = formats[i]; var filename = fontConfig.fileName || options.fileName || '[chunkhash]-[fontname].[ext]'; var chunkHash = filename.indexOf(...
Applied semistandard's syntax suggestions
jeerbl_webfonts-loader
train
7efad66ae83e5b6e2961cb174f0b0b76380baba3
diff --git a/test/e2e/storage/testsuites/provisioning.go b/test/e2e/storage/testsuites/provisioning.go index <HASH>..<HASH> 100644 --- a/test/e2e/storage/testsuites/provisioning.go +++ b/test/e2e/storage/testsuites/provisioning.go @@ -173,7 +173,7 @@ type provisioningTestInput struct { } func testProvisioning(input...
e2e/storage: distinct test names for provisioning A test name should not be the subset of another, because then it is impossible to focus on it. In this case, -ginkgo.focus=should.provision.storage ran both "should provision storage" and "should provision storage with mount options" without the ability to select just...
kubernetes_kubernetes
train
12d4efdbb02c440015e6fec2435e9f246cc9b8da
diff --git a/wro4j-extensions/src/main/java/ro/isdc/wro/extensions/processor/js/PackerJsProcessor.java b/wro4j-extensions/src/main/java/ro/isdc/wro/extensions/processor/js/PackerJsProcessor.java index <HASH>..<HASH> 100644 --- a/wro4j-extensions/src/main/java/ro/isdc/wro/extensions/processor/js/PackerJsProcessor.java +...
make packerJs thread-safe
wro4j_wro4j
train
7dd1b52a29559da27cd9f3cc621eb39523acdeaa
diff --git a/lib/Doctrine/Common/Cache/CacheProvider.php b/lib/Doctrine/Common/Cache/CacheProvider.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Common/Cache/CacheProvider.php +++ b/lib/Doctrine/Common/Cache/CacheProvider.php @@ -83,23 +83,20 @@ abstract class CacheProvider implements Cache, MultiGetCache */...
#<I> - `getMultiple` will now filter out items not matching the requested keys
doctrine_cache
train
2ba4b32b2232d2d293ebf25103d7dad636fafd5c
diff --git a/salt/runner.py b/salt/runner.py index <HASH>..<HASH> 100644 --- a/salt/runner.py +++ b/salt/runner.py @@ -49,76 +49,6 @@ class RunnerClient(mixins.SyncClientMixin, mixins.AsyncClientMixin, object): self.outputters = salt.loader.outputters(opts) self.event = salt.utils.event.get_master_eve...
Consolidate to mixins funcs
saltstack_salt
train
4527749dc9507ee677e1b1fefcd2d1929be542c1
diff --git a/bokeh/server/application_context.py b/bokeh/server/application_context.py index <HASH>..<HASH> 100644 --- a/bokeh/server/application_context.py +++ b/bokeh/server/application_context.py @@ -186,7 +186,7 @@ class ApplicationContext(object): def _discard_session(self, session, should_discard): ...
Change units of unused session lifetime Units were originally in seconds and are now in milliseconds. Fixes #<I>.
bokeh_bokeh
train
f307fa2c90c95e925d57bbeb01cdf457656bd662
diff --git a/src/org/opencms/ui/actions/CmsDisplayAction.java b/src/org/opencms/ui/actions/CmsDisplayAction.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/ui/actions/CmsDisplayAction.java +++ b/src/org/opencms/ui/actions/CmsDisplayAction.java @@ -103,7 +103,9 @@ public class CmsDisplayAction extends A_CmsWorkpl...
Fixing display action visibility for folders.
alkacon_opencms-core
train
a2b7950c52b5a11c202598d891225e381276b43a
diff --git a/lib/xmpp/client.js b/lib/xmpp/client.js index <HASH>..<HASH> 100644 --- a/lib/xmpp/client.js +++ b/lib/xmpp/client.js @@ -35,6 +35,7 @@ var IQID_SESSION = 'sess', * legacySSL: Boolean (optional) - connect to the legacy SSL port, requires at least the host to be specified * credentials: Dictionary (...
Adding an option to allow prevention of TLS connection upgrading. Adding an option to allow prevention of TLS connection upgrading for situations where this may not be desirable (connecting with an OpenFire server for example).
xmppjs_xmpp.js
train
8755a105db7eabdadda9add3e702543368fa9e72
diff --git a/consul/base.py b/consul/base.py index <HASH>..<HASH> 100644 --- a/consul/base.py +++ b/consul/base.py @@ -536,7 +536,9 @@ class Consul(object): ttl=None, http=None, timeout=None, - notes=None): + notes=None...
Adding ability to register checks with services (ServiceID and ServiceName respectively)
cablehead_python-consul
train
ef20f66b30ec0ba9095f8ef1e4fa6dc0f2b2afb4
diff --git a/state/model.go b/state/model.go index <HASH>..<HASH> 100644 --- a/state/model.go +++ b/state/model.go @@ -1409,7 +1409,7 @@ func checkModelEntityRefsEmpty(doc *modelEntityRefsDoc) ([]txn.Op, error) { isEmpty := func(attribute string) bson.DocElem { // We consider it empty if the array has no entries, ...
Minor comment fixes, explicit struct members and error ignores in the state package.
juju_juju
train
413b1f06eb27aca8547324c3f35808ef623722c8
diff --git a/modules/custom/activenet/src/ActivenetClient.php b/modules/custom/activenet/src/ActivenetClient.php index <HASH>..<HASH> 100644 --- a/modules/custom/activenet/src/ActivenetClient.php +++ b/modules/custom/activenet/src/ActivenetClient.php @@ -2,21 +2,46 @@ namespace Drupal\activenet; +use Drupal\Core\C...
Debug code removed. Using dependency injection for settings.
ymcatwincities_openy
train
1c89f3bf7d5e0ad5bacb8a4c93b9714cf11534f1
diff --git a/src/main/com/mongodb/util/JSON.java b/src/main/com/mongodb/util/JSON.java index <HASH>..<HASH> 100644 --- a/src/main/com/mongodb/util/JSON.java +++ b/src/main/com/mongodb/util/JSON.java @@ -348,7 +348,7 @@ class JSONParser { // string case '\'': case '\"': - value = pa...
JAVA-<I>: improve JSON parser to not require quotes around keys
mongodb_mongo-java-driver
train
a5bd0ec7b18a52796dc2ab14d9fa73e950fd0b1b
diff --git a/angr/path.py b/angr/path.py index <HASH>..<HASH> 100644 --- a/angr/path.py +++ b/angr/path.py @@ -290,16 +290,20 @@ class Path(object): # def _record_path(self, path): - self.events.extend(path.events) - self.actions.extend(path.actions) self.last_events = list(path.last_...
properly carry over targets of ancestor paths
angr_angr
train
395c9a1ca7f417813f2889061e32e8e08fa6e810
diff --git a/charms/reactive/decorators.py b/charms/reactive/decorators.py index <HASH>..<HASH> 100644 --- a/charms/reactive/decorators.py +++ b/charms/reactive/decorators.py @@ -205,7 +205,7 @@ def not_unless(*desired_states): return _decorator -def only_once(action): +def only_once(action=None): """ ...
Allow @only_once to be used as @only_once() Fixes #<I>
juju-solutions_charms.reactive
train
7ad338bfb2c4c3653fea6d50dfbaca15aaa2707e
diff --git a/closure/goog/ui/select.js b/closure/goog/ui/select.js index <HASH>..<HASH> 100644 --- a/closure/goog/ui/select.js +++ b/closure/goog/ui/select.js @@ -25,10 +25,8 @@ goog.provide('goog.ui.Select'); goog.require('goog.a11y.aria'); goog.require('goog.a11y.aria.Role'); -goog.require('goog.a11y.aria.State')...
Automated g4 rollback of changelist <I>. *** Reason for rollback *** Labels applied to select buttons with aria-label are no longer announced: http://b/<I> *** Original change description *** Fixed goog.ui.select so screenreaders correctly read the label select value. Also fixed bug where select items had the wrong...
google_closure-library
train
12561e85782d4cad363e5745197e15666cba62d1
diff --git a/src/main/java/com/monitorjbl/xlsx/impl/StreamingRow.java b/src/main/java/com/monitorjbl/xlsx/impl/StreamingRow.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/monitorjbl/xlsx/impl/StreamingRow.java +++ b/src/main/java/com/monitorjbl/xlsx/impl/StreamingRow.java @@ -139,7 +139,14 @@ public class Str...
Basic implementation for getCell with MissingCellPolicy.
monitorjbl_excel-streaming-reader
train
a6482a72c09df80058a634dac0527340300e4b84
diff --git a/lib/agent/providers/hardware/windows.js b/lib/agent/providers/hardware/windows.js index <HASH>..<HASH> 100755 --- a/lib/agent/providers/hardware/windows.js +++ b/lib/agent/providers/hardware/windows.js @@ -75,8 +75,8 @@ exports.get_firmware_info = function(callback) { var fetch = function(key, section...
Improve code syntax based on PR comment
prey_prey-node-client
train
1596c0db261c525f0e26974265637e1cb3e8657d
diff --git a/lib/util/model_util.rb b/lib/util/model_util.rb index <HASH>..<HASH> 100644 --- a/lib/util/model_util.rb +++ b/lib/util/model_util.rb @@ -9,7 +9,6 @@ # NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should # have received a copy of GPLv2 along with this software; if not, see # http://www.gnu...
build-fix - don't use model classes on require time Otherwise it tries to connect to database which fails when generating API documentation
Katello_katello
train
3a0b05559c1f9f3c5bda34920d4497dfd8b9290a
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ dist build +.venv .coverage .eggs .tox diff --git a/cs/client.py b/cs/client.py index <HASH>..<HASH> 100644 --- a/cs/client.py +++ b/cs/client.py @@ -10,6 +10,7 @@ import sys import time from dateti...
Add support for custom HTTP request headers (#<I>) This change adds support for user-defined arbitrary headers to be injected to every outgoing HTTP request to the Exoscale API. Configuration is done through a new `header_<NAME>` key in the cloudstack.ini file: ```ini [cloudstack] endpoint = <URL>
exoscale_cs
train
5b36835515a6814b66d39b873cb04d36a1854cba
diff --git a/Command/GraphQLDumpSchemaCommand.php b/Command/GraphQLDumpSchemaCommand.php index <HASH>..<HASH> 100644 --- a/Command/GraphQLDumpSchemaCommand.php +++ b/Command/GraphQLDumpSchemaCommand.php @@ -4,14 +4,35 @@ namespace Overblog\GraphQLBundle\Command; use GraphQL\Type\Introspection; use GraphQL\Utils\Sch...
GraphQL Schema Dump command as a service
overblog_GraphQLBundle
train
45cc51edfea9102b98e8efb29dcd9397be18812d
diff --git a/influxql/functions.go b/influxql/functions.go index <HASH>..<HASH> 100644 --- a/influxql/functions.go +++ b/influxql/functions.go @@ -949,6 +949,8 @@ func MapFirst(itr Iterator) interface{} { if k < out.Time { out.Time = k out.Val = v + } else if k == out.Time && greaterThan(v, out.Val) { + o...
During first() and last(), break any tie by value If 2 or more points during this map-and-reduce share the same timestamp, the tie is broken by looking at the value. This ensures that these functions operate in a deterministic manner. This solution due to @jwilder
influxdata_influxdb
train
f691449954488f445316a06150fa33ed9cc9d28d
diff --git a/test/AbstractJobTest.php b/test/AbstractJobTest.php index <HASH>..<HASH> 100644 --- a/test/AbstractJobTest.php +++ b/test/AbstractJobTest.php @@ -80,13 +80,10 @@ class AbstractJobTest extends Test $this->assertEquals(1, $workerFailed->get()); } - /** - * @expectedException \Resque\Re...
Change expectation on bad job class Don't expect an uncaught exception. Instead, reserve to catch the bad class and process it through the failure backend, eventually returning null (no valid job to reserve).
vend_php-resque
train
84de9b55584091c6e1b43f447a945120738f4148
diff --git a/src/Karma/Command.php b/src/Karma/Command.php index <HASH>..<HASH> 100644 --- a/src/Karma/Command.php +++ b/src/Karma/Command.php @@ -29,6 +29,7 @@ class Command extends \Symfony\Component\Console\Command\Command protected function execute(InputInterface $input, OutputInterface $output) { ...
#<I> Add logo and version to each commands
Niktux_karma
train
4168deb572c352ab0824056f8ddc3c35dd9694f7
diff --git a/spec/public/abstract_controller/filter_spec.rb b/spec/public/abstract_controller/filter_spec.rb index <HASH>..<HASH> 100644 --- a/spec/public/abstract_controller/filter_spec.rb +++ b/spec/public/abstract_controller/filter_spec.rb @@ -78,6 +78,15 @@ describe Merb::AbstractController, " should support before...
spec for ticket <I>
wycats_merb
train
8eee3e9e714523308e97211c83f1240e67c68667
diff --git a/.circleci/config.yml b/.circleci/config.yml index <HASH>..<HASH> 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,6 +126,9 @@ workflows: - "php-7.0-nginx" - "php-7.1-nginx" - coverage: + filters: + branches: + ...
<I> fixes validation (#<I>) * allows %id% in validation rules * missing model replacement * fixing the update * coverage only on version branches
tenancy_multi-tenant
train
4188e461df787cd93d1568f16ad036fbbf76bb25
diff --git a/commands.py b/commands.py index <HASH>..<HASH> 100755 --- a/commands.py +++ b/commands.py @@ -369,6 +369,7 @@ def n_fn(srs): srs.push(a) def full_factor(n): + n=abs(n) global primes init_primes_up_to(n) res=[] diff --git a/commands.txt b/commands.txt index <HAS...
factorization works with abs(a)
Mego_Seriously
train
5ba334fd8c984e99c67eb26d5482c01de04bac17
diff --git a/firenado/conf/__init__.py b/firenado/conf/__init__.py index <HASH>..<HASH> 100644 --- a/firenado/conf/__init__.py +++ b/firenado/conf/__init__.py @@ -84,6 +84,7 @@ app['current_user_key'] = "__FIRENADO_CURRENT_USER_KEY__" app['data'] = {} app['data']['sources'] = [] app['debug'] = False +app['id'] = Non...
Added id and scan_interval config parameter to the session. The id will be used to compose the session key on redis. The scan_interval will be used on the periodic call back that clean expired sessions. Refs: #<I>
candango_firenado
train
b7761c34862a4233a46d40112ad580aaa1d8c40f
diff --git a/lib/seahorse/client/http/response_body_buffer.rb b/lib/seahorse/client/http/response_body_buffer.rb index <HASH>..<HASH> 100644 --- a/lib/seahorse/client/http/response_body_buffer.rb +++ b/lib/seahorse/client/http/response_body_buffer.rb @@ -20,7 +20,7 @@ module Seahorse::Client::Http # @api private...
Renamed a mutex for clarity.
aws_aws-sdk-ruby
train
acd4a28316333afb313372f0c55127ae6e95e98d
diff --git a/proctor-consumer/src/test/java/com/indeed/proctor/consumer/spring/TestProctorConsumerUtils.java b/proctor-consumer/src/test/java/com/indeed/proctor/consumer/spring/TestProctorConsumerUtils.java index <HASH>..<HASH> 100644 --- a/proctor-consumer/src/test/java/com/indeed/proctor/consumer/spring/TestProctorCo...
PROC-<I> Add more tests for parseForcedGroupsOptions
indeedeng_proctor
train
63470c763ce52f61c41f4f665d6858f41532eb52
diff --git a/build/moment-jalaali.js b/build/moment-jalaali.js index <HASH>..<HASH> 100644 --- a/build/moment-jalaali.js +++ b/build/moment-jalaali.js @@ -1056,6 +1056,7 @@ jMoment.jDaysInMonth = function (year, month) { jMoment.jIsLeapYear = jalaali.isLeapJalaaliYear jMoment.loadPersian = function () { + moment.l...
Fix #<I> by first removing fa locale
fingerpich_jalali-moment
train
a82d153bdafbcb24fa56f5008d31d437923cc701
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -110,10 +110,8 @@ _.captureException = function captureError(err, kwargs, cb) { if(!(err instanceof Error)) { // This handles when someone does: // throw "something awesome"; - ...
Capture stack traces via synthesized errors when required. When captureError() is called without an Error object, synthesize one so we can grab an approximate stack trace.
getsentry_raven-node
train
523957cace4d184ada11b40ccb58e45f118c33da
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -42,7 +42,6 @@ function Simulcast(options) { this.options.numOfLayers = DEFAULT_NUM_OF_LAYERS; } - this.layers = []; // An IN-ORDER list of the simulcast ssrcs this.ssrcCache = []; ...
remove uneeded this.layers
jitsi_sdp-simulcast
train
2f41e49c49f99d8466f5291e9d6abfb4db819862
diff --git a/cmd/utils.go b/cmd/utils.go index <HASH>..<HASH> 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -9,16 +9,25 @@ import ( "errors" "io/ioutil" "os" - "path" + "path/filepath" "strings" "launchpad.net/gnuflag" ) +func getHome() string { + envs := []string{"HOME", "HOMEPATH"} + var home string ...
cmd: fix JoinWithUserDir on Windows Using the proper environment variable, and also filepath instead of path. Tested on Windows 8. Fix #<I>.
tsuru_tsuru
train
750d9237ce6fe4c8d9a85d12589a7f5e71860d92
diff --git a/molgenis-data-index/src/main/java/org/molgenis/data/index/IndexActionRegisterServiceImpl.java b/molgenis-data-index/src/main/java/org/molgenis/data/index/IndexActionRegisterServiceImpl.java index <HASH>..<HASH> 100644 --- a/molgenis-data-index/src/main/java/org/molgenis/data/index/IndexActionRegisterServic...
Fix: logging statement with missing argument
molgenis_molgenis
train
58afbc209d76392108089579a1bf00e2c56a9f48
diff --git a/ghost/admin/app/models/setting.js b/ghost/admin/app/models/setting.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/models/setting.js +++ b/ghost/admin/app/models/setting.js @@ -14,8 +14,8 @@ export default Model.extend(ValidationEngine, { defaultLocale: attr('string'), forceI18n: attr('boole...
Renamed ghostHead/Foot settings to codeinjectionHead/Foot (#<I>) closes <URL>
TryGhost_Ghost
train
63eb9052185d4d353cdbd2cb0f659afcc01db782
diff --git a/saspy/sasbase.py b/saspy/sasbase.py index <HASH>..<HASH> 100644 --- a/saspy/sasbase.py +++ b/saspy/sasbase.py @@ -1275,7 +1275,7 @@ class SASsession(): def file_info(self, filepath, results: str = 'dict', fileref: str = '_spfinfo'): """ - This method returns a dictionaty containing ...
fixing dictionaty typo (#<I>) Thanks! Someontimes I cannnt typer :)
sassoftware_saspy
train
728f0f2d2f50f102223c5decdd60d28143d410a6
diff --git a/pyravendb/commands/raven_commands.py b/pyravendb/commands/raven_commands.py index <HASH>..<HASH> 100644 --- a/pyravendb/commands/raven_commands.py +++ b/pyravendb/commands/raven_commands.py @@ -540,7 +540,11 @@ class QueryStreamCommand(RavenCommand): self.data = self._index_query.to_json() ...
<I> update the way we handle responses for the QueryStreamCommand - using the stream will automatically close the response after consume all the data
ravendb_ravendb-python-client
train
2cd91b64d053ef650f53144b367ee4e89729541a
diff --git a/extensions-contrib/azure-extensions/src/main/java/io/druid/storage/azure/AzureDataSegmentPuller.java b/extensions-contrib/azure-extensions/src/main/java/io/druid/storage/azure/AzureDataSegmentPuller.java index <HASH>..<HASH> 100644 --- a/extensions-contrib/azure-extensions/src/main/java/io/druid/storage/az...
Uncompress streams without having to download to tmp first (#<I>) * Uncompress streams without having to download to tmp first * Remove unused file
apache_incubator-druid
train
0b5133b2f3131e057d266e0fd3eb75f5e1ae9371
diff --git a/src/Sanitizer.php b/src/Sanitizer.php index <HASH>..<HASH> 100644 --- a/src/Sanitizer.php +++ b/src/Sanitizer.php @@ -294,11 +294,11 @@ class Sanitizer continue; } - $this->cleanAttributesOnWhitelist($currentElement); + $this->cleanHrefs($currentElement...
If a href is used without a properly included namespace import, we now catch it in this section. cleanAttributesOnWhitelist and cleanHrefs switched around so that we’re not double running over links with an issue
darylldoyle_svg-sanitizer
train
c40803a63f8eedbdfb6cb76f06303e54e0421b9d
diff --git a/command/job_status.go b/command/job_status.go index <HASH>..<HASH> 100644 --- a/command/job_status.go +++ b/command/job_status.go @@ -566,7 +566,7 @@ func (c *JobStatusCommand) outputReschedulingEvals(client *api.Client, allocList var delayedEvalInfos []string taskGroups := make([]string, 0, len(foll...
Unit test and linting fix
hashicorp_nomad
train
fdad9b7666978c7948acfddbaf89c8d5b6ac08d5
diff --git a/firenado/management/management.py b/firenado/management/management.py index <HASH>..<HASH> 100644 --- a/firenado/management/management.py +++ b/firenado/management/management.py @@ -75,7 +75,7 @@ def get_command_header(parser, usage_message="", usage=False): firenado.conf.ROOT, 'management', 'temp...
Fixed command match when name is provided with parenthesis. Maching agains commands and not name. Fixes: #<I>
candango_firenado
train
21dfc19b6a1212265125331ec2cda67421f3612d
diff --git a/ServiceProvider.php b/ServiceProvider.php index <HASH>..<HASH> 100755 --- a/ServiceProvider.php +++ b/ServiceProvider.php @@ -149,7 +149,7 @@ abstract class ServiceProvider /** * Add a publish group / tag to the service provider. * - * @param string $path + * @param string $gro...
[<I>] Multiple docblocks and fixes (#<I>) * Multiple docblocks and fixes * fix
illuminate_support
train
1dc522d42eec2f78825cb3ec79dd7093ab357ef6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ else: setup( name='nodeconductor', - version='0.92.0', + version='0.93.0', author='OpenNode Team', author_email='info@opennodecloud.com', url='https://github.com/opennode/nodeconduct...
Preparing new release: <I>
opennode_waldur-core
train
2a27a79e5f88fbd0c294bf288ad7a128205d45cf
diff --git a/lib/endpoint/tags/table.js b/lib/endpoint/tags/table.js index <HASH>..<HASH> 100644 --- a/lib/endpoint/tags/table.js +++ b/lib/endpoint/tags/table.js @@ -51,7 +51,7 @@ function toParams ($table) { } function rowToParameter (i, el) { - const [name, type, { description, defaultValue, enumValues, isRequi...
fix: turn enum values with placeholders into regex pattern
octokit_routes
train
7fc6f1c23f254156a60ce343df4ca6b5b73f3156
diff --git a/src/main/java/water/fvec/FrameCreator.java b/src/main/java/water/fvec/FrameCreator.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/fvec/FrameCreator.java +++ b/src/main/java/water/fvec/FrameCreator.java @@ -58,7 +58,7 @@ public class FrameCreator extends H2O.H2OCountedCompleter { for (i...
Also exclude factors that contain lower-case UUIDs that look like they in scientific notation with exponent: ^\d+e\d+$
h2oai_h2o-2
train
6ed7a20a8ec2a49dedfbcee29b8b68c550530619
diff --git a/database/Seeds/UsersTableSeeder.php b/database/Seeds/UsersTableSeeder.php index <HASH>..<HASH> 100644 --- a/database/Seeds/UsersTableSeeder.php +++ b/database/Seeds/UsersTableSeeder.php @@ -2,7 +2,6 @@ use Carbon\Carbon; use Illuminate\Database\Seeder; -use jorenvanhocht\Blogify\Facades\Blogify; use j...
Fixed issue #8 Edit New issue Seed Fails If App Namespace Is Already Set
Blogify_Blogify
train
7491790820c1225501283092e555a18cb4400ebd
diff --git a/lib/passenger/application.rb b/lib/passenger/application.rb index <HASH>..<HASH> 100644 --- a/lib/passenger/application.rb +++ b/lib/passenger/application.rb @@ -42,10 +42,21 @@ class Application environment_rb = File.read("#{app_root}/config/environment.rb") environment_rb =~ /^[^#]*RAILS_GEM_VERSIO...
Clear RubyGems cache at appropriate times, so that newly installed Rails frameworks are correctly detected.
phusion_passenger
train
18363f3c6621a883d85e426fb3141b92a16b2d65
diff --git a/lib/core/utils/check-helper.js b/lib/core/utils/check-helper.js index <HASH>..<HASH> 100644 --- a/lib/core/utils/check-helper.js +++ b/lib/core/utils/check-helper.js @@ -21,10 +21,10 @@ utils.checkHelper = function checkHelper(checkResult, callback) { checkResult.data = data; }, relatedNodes: fun...
More defensive checks in relatedNodes Resolves #8
dequelabs_axe-core
train
fc90f6736f288524b9fc82a97070570ec7ee565c
diff --git a/web/concrete/src/Package/Package.php b/web/concrete/src/Package/Package.php index <HASH>..<HASH> 100644 --- a/web/concrete/src/Package/Package.php +++ b/web/concrete/src/Package/Package.php @@ -211,7 +211,6 @@ class Package extends Object public function installDatabase() { $dbm = $this-...
fixing upgrade vs install Former-commit-id: <I>c4bc<I>b4c7d9be<I>e4ec1bf0dfac1dfb
concrete5_concrete5
train
d716233e37c16c6896c19a1eeafbdf6abf401bac
diff --git a/hpcbench/benchmark/mdtest.py b/hpcbench/benchmark/mdtest.py index <HASH>..<HASH> 100644 --- a/hpcbench/benchmark/mdtest.py +++ b/hpcbench/benchmark/mdtest.py @@ -97,7 +97,7 @@ class MDTest(Benchmark): DEFAULT_ATTRIBUTES = dict( executable='mdtest', - options=['-N', '100000'], + ...
mdtest: execute 3 iterations
BlueBrain_hpcbench
train
6d2b34af75ac28554cd6df933a7f502205ab7b35
diff --git a/doc/source/whatsnew/v0.19.2.txt b/doc/source/whatsnew/v0.19.2.txt index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.19.2.txt +++ b/doc/source/whatsnew/v0.19.2.txt @@ -39,7 +39,8 @@ Bug Fixes - Bug in ``pd.cut`` with negative values and a single bin (:issue:`14652`) - Bug in ``pd.to_numeric`` whe...
BUG: mixed freq timeseries plotting with shared axes (GH<I>) (#<I>)
pandas-dev_pandas
train
7d5d73ef26a587002200b1a4146398fc3809155e
diff --git a/src/Tags.php b/src/Tags.php index <HASH>..<HASH> 100644 --- a/src/Tags.php +++ b/src/Tags.php @@ -54,7 +54,7 @@ class Tags { return collect( [static::extractListener($job), static::extractEvent($job), - ])->map(function ($job) { + ])->map(function ($job) { ...
Apply fixes from StyleCI (#<I>)
laravel_horizon
train
a6b2dee6fc51761481942e4b96ae748d4b020500
diff --git a/PBB_Core.py b/PBB_Core.py index <HASH>..<HASH> 100755 --- a/PBB_Core.py +++ b/PBB_Core.py @@ -585,8 +585,12 @@ class WDItemEngine(object): names = [x.lower() for x in names] + count = 0 + if len(claim_values) - data_match_count > 0: + count = round((len(claim_values) -...
improved estimation in __integrity_check()
SuLab_WikidataIntegrator
train
5b361b75c123cfd1e000e3e49ff31d0c8ce4560b
diff --git a/components/amorphic/lib/session/restoreSession.js b/components/amorphic/lib/session/restoreSession.js index <HASH>..<HASH> 100644 --- a/components/amorphic/lib/session/restoreSession.js +++ b/components/amorphic/lib/session/restoreSession.js @@ -30,7 +30,7 @@ function restoreSession(path, session, controll...
Merge pull request #<I> from nikmash/update-restore-session-logging Updated module part of logging to log out the correct module
haven-life_amorphic
train
6ef7f02d79f516979c42fa27db9d50a6e7d9c2aa
diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/observer/upload/DefaultMultipartConfig.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/observer/upload/DefaultMultipartConfig.java index <HASH>..<HASH> 100644 --- a/vraptor-core/src/main/java/br/com/caelum/vraptor/observer/upload/DefaultMultipartConf...
Extracting upload size to class constants
caelum_vraptor4
train
663667f298ceba650c9e1b4f92e32dabec41dceb
diff --git a/ariba/mic_plotter.py b/ariba/mic_plotter.py index <HASH>..<HASH> 100644 --- a/ariba/mic_plotter.py +++ b/ariba/mic_plotter.py @@ -227,7 +227,7 @@ class MicPlotter: except: raise Error('Error opening R script for writing "' + r_script + '"') - libraries = ['ggplot2', 'RColorBr...
Remove dependency on R library cowplot
sanger-pathogens_ariba
train
8244eee121d14112e91674ff69c67ed2c7f8bc60
diff --git a/dpark/env.py b/dpark/env.py index <HASH>..<HASH> 100644 --- a/dpark/env.py +++ b/dpark/env.py @@ -37,6 +37,8 @@ class DparkEnv: root = '/home2/dpark' elif os.path.exists('/mfs/tmp'): root = '/mfs/tmp/dpark' + else: + ...
bugfix: install dpark.moosefs, root and sys.path
douban_dpark
train
bf05a99da9661aa731c6938ec7e8443dd381d2eb
diff --git a/lib/dev_server.js b/lib/dev_server.js index <HASH>..<HASH> 100644 --- a/lib/dev_server.js +++ b/lib/dev_server.js @@ -35,22 +35,15 @@ class DevServer extends Base { const env = Object.assign({}, process.env, devServer.env); env.PATH = `${this.app.config.baseDir}/node_modules/.bin:${env.PATH}`; ...
refactor: use inherit instead of pipe (#<I>) <!-- Thank you for your pull request. Please review below requirements. Bug fixes and new features should include tests and possibly benchmarks. Contributors guide: <URL> <!-- Provide affected core subsystem(s). --> ##### Description of change <!-- Provide a descr...
eggjs_egg-view-assets
train
1f700c3b8c39862fdb55c60cde9fb06c69067805
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -13,30 +13,6 @@ from glob import glob import io -# check availability of runtime dependencies -def check_dependency(package, version): - """Issue a warning if the package is not available.""" - try: - import ...
Don't check dependencies in setup.py - no one would hardly notice anyway - checking runtime dependencies at packaging time is waste of effort - adds lot of code
coldfix_udiskie
train
ff9a7dad4271cacd7f6e4535ce1a6c0ff5bfc8c3
diff --git a/tests/test_land.py b/tests/test_land.py index <HASH>..<HASH> 100644 --- a/tests/test_land.py +++ b/tests/test_land.py @@ -35,6 +35,13 @@ class Test_FA: ) assert np.isnan(out.values[:, 0, 0]).all() + def test_too_short(self, q_series): + q = q_series(np.random.rand(10)) + ...
FA indicator now using at_least_n missing value algorith, with n=<I>. Fixed Indicator check for hard-coded options. Added test.
Ouranosinc_xclim
train
f29084f72aa06c2c87f80c124ac10f6451645f4c
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -112,7 +112,11 @@ module.exports = function (connect) { options.mongooseConnection.once('open', () => this.handleNewConnectionAsync(options.mongooseConnection)) } } else if (options.c...
Wait for client open, before calling db. (#<I>)
jdesboeufs_connect-mongo
train
6bd8b2506878edf92038bc524aa7260b807882e2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ function compileApp(callback, loader, sourcePath) { function handleNormalClose(callback, loader) { fs.readFile('elm.js', function (err, data) { if (err) throw err; - var output = '' + data + '\n' + '...
remove CommonJS exporting of global Elm now that <I> bundles correctly
justinwoo_elm-simple-loader
train
18b27bde684ac4a4bd58f2341272767e8136a18b
diff --git a/lib/contract_interact/st_prime.js b/lib/contract_interact/st_prime.js index <HASH>..<HASH> 100644 --- a/lib/contract_interact/st_prime.js +++ b/lib/contract_interact/st_prime.js @@ -1,4 +1,13 @@ "use strict"; + +/** + * + * This is a utility file which would be used for executing all methods on STPrime Co...
added comments for st_prime.js
OpenSTFoundation_openst-platform
train
e55b022b57c5f03cf934ef20db54de48351a1666
diff --git a/src/commands/ProxyController.php b/src/commands/ProxyController.php index <HASH>..<HASH> 100644 --- a/src/commands/ProxyController.php +++ b/src/commands/ProxyController.php @@ -124,6 +124,9 @@ class ProxyController extends Command if (!$curl->error) { $this->flushHasCache()...
add verbose and flush issue
luyadev_luya-module-admin
train
7caf28ca11af45435496c60eda2896ce30611c07
diff --git a/dvc/ignore.py b/dvc/ignore.py index <HASH>..<HASH> 100644 --- a/dvc/ignore.py +++ b/dvc/ignore.py @@ -6,6 +6,7 @@ import os from pathspec import PathSpec from pathspec.patterns import GitWildMatchPattern +from dvc.utils import dvc_walk from dvc.utils import relpath from dvc.utils.compat import open ...
dvcignore: don't forget to use dvcignore when collecting dvcignores Fixes #<I>
iterative_dvc
train
e859fad650d01af5d721a25060d1ce1e1f5a593e
diff --git a/atrcopy.py b/atrcopy.py index <HASH>..<HASH> 100755 --- a/atrcopy.py +++ b/atrcopy.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -__version__ = "2.0.1" +__version__ = "2.0.2" import types
Updated version to <I>
robmcmullen_atrcopy
train
a9349fdd12e81c1202ee88266e778ef1320b5f79
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -vendor/ -composer.lock -phpunit.xml +/vendor +/composer.lock +/.phpunit.result.cache diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -21,7...
Upgrade PHPUnit to v8
phlib_db
train
2712edc377cf62af26a5067e49024142007aeb0b
diff --git a/src/Admin/PlotEmbeddedAdmin.php b/src/Admin/PlotEmbeddedAdmin.php index <HASH>..<HASH> 100644 --- a/src/Admin/PlotEmbeddedAdmin.php +++ b/src/Admin/PlotEmbeddedAdmin.php @@ -10,11 +10,11 @@ namespace Librinfo\SeedBatchBundle\Admin; -use Blast\CoreBundle\Admin\Traits\EmbeddedAdmin; +// use Blast\CoreBu...
Revert uncommenting of plot embedded admin
sil-project_SeedBatchBundle
train
8b4247097a10939c799d9e425195b3ec3b087041
diff --git a/lib/ethel/migration.rb b/lib/ethel/migration.rb index <HASH>..<HASH> 100644 --- a/lib/ethel/migration.rb +++ b/lib/ethel/migration.rb @@ -39,6 +39,7 @@ module Ethel reader.each_row do |row| row = op.transform(row) + next if row == :skip @dataset.validate_ro...
Let operations skip rows by returning :skip during Migration#run
coupler_ethel
train
0dd840e3b9b88daa8c88f5fb890b397cfd2b2e76
diff --git a/examples/sqlite_example/sqlite_clustering.py b/examples/sqlite_example/sqlite_clustering.py index <HASH>..<HASH> 100644 --- a/examples/sqlite_example/sqlite_clustering.py +++ b/examples/sqlite_example/sqlite_clustering.py @@ -17,6 +17,7 @@ t0 = time.time() print 'selecting random sample from donors table....
fix clustering to use attached blocking_map db
dedupeio_dedupe
train
d655df534f1b8ea0c0743360ebd893a56df26b7c
diff --git a/Rakefile b/Rakefile index <HASH>..<HASH> 100644 --- a/Rakefile +++ b/Rakefile @@ -30,8 +30,3 @@ task :doc => 'db:environment' do Rake::Task["db:schema:dump"].invoke Rake::Task["yard"].invoke end - -task :ci => ['db:migrate', 'db:seed'] do - sh %{$(npm bin)/eslint client spec/client/} - sh ...
move ci to commone rake tasks
argosity_hippo
train
2e8c0e030d4190bc8673914ca809171c70b52eba
diff --git a/ontrack-extension-svn/src/main/java/net/nemerosa/ontrack/extension/svn/support/BuildSvnRevisionLinkMigrationAction.java b/ontrack-extension-svn/src/main/java/net/nemerosa/ontrack/extension/svn/support/BuildSvnRevisionLinkMigrationAction.java index <HASH>..<HASH> 100644 --- a/ontrack-extension-svn/src/main/...
#<I> SVN branch configuration migration - logging & correction
nemerosa_ontrack
train
5ce6fbdcb58205d40fe1d37d475527cb8421be0a
diff --git a/components/doc/skeleton/index.js b/components/doc/skeleton/index.js index <HASH>..<HASH> 100644 --- a/components/doc/skeleton/index.js +++ b/components/doc/skeleton/index.js @@ -3,6 +3,7 @@ import Link from 'next/link'; import { TabView, TabPanel } from '../../lib/tabview/TabView'; import { useLiveEditor...
a<I>y for Skeleton
primefaces_primereact
train
5d1fdceb98e0114cb09dbd7aecef6794604e92aa
diff --git a/gns3server/controller/project.py b/gns3server/controller/project.py index <HASH>..<HASH> 100644 --- a/gns3server/controller/project.py +++ b/gns3server/controller/project.py @@ -174,6 +174,7 @@ class Project: self._links = {} self._drawings = {} self._snapshots = {} + self...
Fix bug with application id allocation for IOU nodes. Fixes #<I>
GNS3_gns3-server
train
0ffeeaf8fe959df352de656b778ee18efdc3b622
diff --git a/src-test/core/useragenttest.js b/src-test/core/useragenttest.js index <HASH>..<HASH> 100644 --- a/src-test/core/useragenttest.js +++ b/src-test/core/useragenttest.js @@ -357,6 +357,22 @@ UserAgentTest.prototype.testBrowserIsIPadWithoutIPhone = function() { assertTrue(userAgent.isSupportingWebFont()); }...
Add the ability to detect Chrome for iOS as Chrome, not Safari
typekit_webfontloader
train
166ec2f29550bcc863813861314cf5709246e5b6
diff --git a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py b/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py index <HASH>..<HASH> 100644 --- a/horizon/horizon/dashboards/nova/access_and_security/floating_ips/tables.py +++ b/horizon/horizon/dashboards/nova/access_a...
Implements action colors as per style guide. Fixes bug <I>. Change-Id: I<I>cfe9d4ed3c6ae<I>e<I>ec<I>bc5cc<I>fa9
openstack_horizon
train
741eb5015f7027bb9de64593f3dcd12199c6d948
diff --git a/lib/licensee/project_files/license_file.rb b/lib/licensee/project_files/license_file.rb index <HASH>..<HASH> 100644 --- a/lib/licensee/project_files/license_file.rb +++ b/lib/licensee/project_files/license_file.rb @@ -34,8 +34,8 @@ module Licensee /\A#{COPYING_REGEX}#{OTHER_EXT_REGEX}\z/ => 0....
Ignore dotfiles with 'license' and dashes Fixes #<I>
licensee_licensee
train
da633b8bdbfeacad04a1e31971b3e3957f7af283
diff --git a/server/src/main/resources/assets/js/grapes-commons.js b/server/src/main/resources/assets/js/grapes-commons.js index <HASH>..<HASH> 100644 --- a/server/src/main/resources/assets/js/grapes-commons.js +++ b/server/src/main/resources/assets/js/grapes-commons.js @@ -336,7 +336,9 @@ function getSearchResult(){ ...
Added navigation using button to the data browser link.
Axway_Grapes
train
585ddcea27186cc33edfea522814a1645c3b7bb3
diff --git a/niftypet/nimpa/prc/regseg.py b/niftypet/nimpa/prc/regseg.py index <HASH>..<HASH> 100644 --- a/niftypet/nimpa/prc/regseg.py +++ b/niftypet/nimpa/prc/regseg.py @@ -243,11 +243,11 @@ def affine_niftyreg( if rmsk: f_rmsk = os.path.join(fimdir, 'rmask_'+os.path.basename(fref).split('.nii')[0]+'....
fixed bug in regseg.py with mask creation
pjmark_NIMPA
train
5a51a8e335bc166e1b6dcaa14c4045edfc3da771
diff --git a/pylatexenc/latex2text/_defaultspecs.py b/pylatexenc/latex2text/_defaultspecs.py index <HASH>..<HASH> 100644 --- a/pylatexenc/latex2text/_defaultspecs.py +++ b/pylatexenc/latex2text/_defaultspecs.py @@ -170,10 +170,6 @@ _latex_specs_approximations = { MacroTextSpec('textsl', discard=False), ...
parsing support for some symbols & arrows
phfaist_pylatexenc
train
2431f2a26897d23c5ee4c355d706f16da592e7f8
diff --git a/lib/hammer_cli_katello/associating_commands.rb b/lib/hammer_cli_katello/associating_commands.rb index <HASH>..<HASH> 100644 --- a/lib/hammer_cli_katello/associating_commands.rb +++ b/lib/hammer_cli_katello/associating_commands.rb @@ -28,6 +28,11 @@ module HammerCLIKatello command_name 'add-reposit...
fixes #<I> - content-view add-repository should require user to provide repo info This commit addresses the issue that if the user was attempting to add a repository to a content view, but did not specify the repository parameters, the command would succeed indicating "The repository has been associated". The update ...
Katello_hammer-cli-katello
train
85de57f4c965d04294627d6f30184c6c44d8205b
diff --git a/Parser/NativeTest.php b/Parser/NativeTest.php index <HASH>..<HASH> 100644 --- a/Parser/NativeTest.php +++ b/Parser/NativeTest.php @@ -7,11 +7,6 @@ namespace Essence\Dom\Parser; -if ( !defined( 'ESSENCE_BOOTSTRAPPED' )) { - require_once dirname( dirname( dirname( dirname( __FILE__ )))) - . DIRECTORY_S...
Removed ugly inclusions in test files
essence_dom
train
a5cc9ff302bb643918927d88dca91b549ac7cfbf
diff --git a/rbd/rbd_test.go b/rbd/rbd_test.go index <HASH>..<HASH> 100644 --- a/rbd/rbd_test.go +++ b/rbd/rbd_test.go @@ -226,6 +226,63 @@ func TestGetImageNames(t *testing.T) { conn.Shutdown() } +func TestImageProperties(t *testing.T) { + conn, _ := rados.NewConn() + conn.ReadDefaultConfigFile() + conn.Connect()...
test/rbd: add tests for getting image properties
ceph_go-ceph
train
429d77ad9fca8a75f86dc45050aafb148196740f
diff --git a/messages/utils.py b/messages/utils.py index <HASH>..<HASH> 100644 --- a/messages/utils.py +++ b/messages/utils.py @@ -25,20 +25,25 @@ def format_quote(text): def new_message_email(sender, instance, signal, subject_prefix=_(u'New Message: %(subject)s'), - template_name="messages/new_...
Added ability to override the default protocol in the site URL that is passed to the new message email with the setting DEFAULT_HTTP_PROTOCOL
arneb_django-messages
train
94add44bc6a5f31f31f44511a7287fd2720f496e
diff --git a/src/hello.js b/src/hello.js index <HASH>..<HASH> 100644 --- a/src/hello.js +++ b/src/hello.js @@ -1241,13 +1241,13 @@ hello.utils.extend(hello.utils, { if (options.height) { var dualScreenTop = window.screenTop !== undefined ? window.screenTop : screen.top; var height = screen.height || window.i...
popup top and left can be defined from options
MrSwitch_hello.js
train
f106974ba9a4d9938897975c7f8f460e371accdc
diff --git a/Qt.py b/Qt.py index <HASH>..<HASH> 100644 --- a/Qt.py +++ b/Qt.py @@ -621,6 +621,7 @@ _misplaced_members = { "QtCore.QSortFilterProxyModel": "QtCore.QSortFilterProxyModel", "QtCore.QItemSelection": "QtCore.QItemSelection", "QtCore.QItemSelectionModel": "QtCore.QItemSelectionModel...
Create/install qmessage handlers for dealing with QWarnings
mottosso_Qt.py
train
f98106a3ec072f9bf8bb0d026d196e8a271f856f
diff --git a/c3po/__init__.py b/c3po/__init__.py index <HASH>..<HASH> 100644 --- a/c3po/__init__.py +++ b/c3po/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__VERSION__ = "0.1.4" +__VERSION__ = "0.1.5" diff --git a/c3po/converters/po_ods.py b/c3po/converters/po_ods.py index <HASH>..<HASH>...
Fix bug with multiple files msgstrs wrong row no
VorskiImagineering_C3PO
train
cbf9e41c2de34349d513e1899d51849093f02b13
diff --git a/message/classes/api.php b/message/classes/api.php index <HASH>..<HASH> 100644 --- a/message/classes/api.php +++ b/message/classes/api.php @@ -1798,21 +1798,7 @@ class api { $members[] = $member; } - $transaction = $DB->start_delegated_transaction(); - $DB->insert_rec...
MDL-<I> core_message: remove no longer needed code We only allow the functionality of adding/removing members on group conversations, which will never have a conversation hash.
moodle_moodle
train
fed46146dfbe91e0fd0bda758a27628ffc82618b
diff --git a/Tests/Functional/Drivers/Queue/PhpAmqpLibDriverTest.php b/Tests/Functional/Drivers/Queue/PhpAmqpLibDriverTest.php index <HASH>..<HASH> 100644 --- a/Tests/Functional/Drivers/Queue/PhpAmqpLibDriverTest.php +++ b/Tests/Functional/Drivers/Queue/PhpAmqpLibDriverTest.php @@ -251,6 +251,7 @@ class PhpAmqpLibDrive...
AMQP: Add extra header to inspect
smartboxgroup_integration-framework-bundle
train
0d8bc594b9e7477893798fe371babebb910d2667
diff --git a/stdeb/__init__.py b/stdeb/__init__.py index <HASH>..<HASH> 100644 --- a/stdeb/__init__.py +++ b/stdeb/__init__.py @@ -1,6 +1,4 @@ -# setuptools is required for distutils.commands plugin we use import logging -import setuptools __version__ = '0.4.3+git' # keep in sync with ../setup.py log = logging.get...
remove runtime dependency on setuptools
astraw_stdeb
train
c8989a8ed97ad680ac94d08a581827f29b881430
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -8,16 +8,13 @@ 'use strict'; var assert = require('assert'); +var set = require('set-value'); /** - * Create a question asking function that only asks a question - * if the answer is not found in the store or options fo...
update for latest changes in question-cache
doowb_ask-once
train
b467de525c7702efcad20510cc79425c74803769
diff --git a/examples/d3Choropleth/main.js b/examples/d3Choropleth/main.js index <HASH>..<HASH> 100644 --- a/examples/d3Choropleth/main.js +++ b/examples/d3Choropleth/main.js @@ -8,6 +8,13 @@ require(['d3', 'choropleth'], function (d3, Choropleth) { d3.tsv('unemployment.tsv', function (err, unemployment) { ch...
Added random data changing to choropleth
curran_model
train
6b3df9de629734a3c94b7afeacac47079c8da28e
diff --git a/packages/reactotron-app/App/Dialogs/FilterTimelineDialog.js b/packages/reactotron-app/App/Dialogs/FilterTimelineDialog.js index <HASH>..<HASH> 100644 --- a/packages/reactotron-app/App/Dialogs/FilterTimelineDialog.js +++ b/packages/reactotron-app/App/Dialogs/FilterTimelineDialog.js @@ -38,7 +38,7 @@ const G...
Fix timeline filtering for 'Subscriptions Changed' (#<I>)
infinitered_reactotron
train
550464f211dcf181795da9f0008be1ed16772c1e
diff --git a/lib/rester/client/response.rb b/lib/rester/client/response.rb index <HASH>..<HASH> 100644 --- a/lib/rester/client/response.rb +++ b/lib/rester/client/response.rb @@ -3,8 +3,9 @@ module Rester class Response def initialize(status, hash={}) @_status = status - @_data = hash || {} ...
[#<I>] Changes made from review comments
payout_rester
train
fd46859d7da45f3e1921c7ce09ab56d8cf0a0c61
diff --git a/dist/index.js b/dist/index.js index <HASH>..<HASH> 100755 --- a/dist/index.js +++ b/dist/index.js @@ -191,6 +191,7 @@ var app = { /* instanbul ignore next */ try { if (!fs.statSync(rcFile).isDirectory()) { + /* instanbul ignore next */ app.vorpal.execSync('source ' + rcFile...
Skip one test for appveyor, since it's hard to test.
dthree_cash
train