hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
38b6998c16bab0ceedd4d04e18cea2c50189c5f8 | diff --git a/annis-service-impl/src/main/java/annis/service/internal/AnnisWebService.java b/annis-service-impl/src/main/java/annis/service/internal/AnnisWebService.java
index <HASH>..<HASH> 100644
--- a/annis-service-impl/src/main/java/annis/service/internal/AnnisWebService.java
+++ b/annis-service-impl/src/main/java/a... | Add some robustness stuff to new method subgraph(). | korpling_ANNIS | train |
4fa86f32dbce19c50e9724756596fc94bb037450 | diff --git a/lib/yard/parser/ruby/ruby_parser.rb b/lib/yard/parser/ruby/ruby_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/parser/ruby/ruby_parser.rb
+++ b/lib/yard/parser/ruby/ruby_parser.rb
@@ -285,9 +285,10 @@ module YARD
if token == :symbeg
@symbol = [:symbol, data, [lineno, charno]]
... | Fix parsing of constants
The sequence `:symbeg`, `:ident` (corresponding to symbols like `:ident`)
also needs to be taken into account. | lsegal_yard | train |
352a4f11f7b7df28a3e54be264b34fdef0394ea6 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -5,8 +5,8 @@ module.exports = function (grunt) {
// ====================
// == Edit this section
var jsFileList = [
- 'js/helpers.js',
- 'js/plugins.js',
+ 'js/helpers/helpers.js',
+ 'js/helpers/conso... | Update Grunt js scripts | TryKickoff_kickoff | train |
f88c5f6c08fa549c8d98691db377f054f9b76833 | diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go
index <HASH>..<HASH> 100644
--- a/bridge/matrix/matrix.go
+++ b/bridge/matrix/matrix.go
@@ -114,7 +114,7 @@ func (b *Bmatrix) Send(msg config.Message) (string, error) {
// matrix has no editing support
// Post normal message with HTML support (eg riot... | Fix displaying usernames for plain text clients. (matrix) (#<I>) | 42wim_matterbridge | train |
ba11e512a26f2866ca34ecd887af31f77c472be6 | diff --git a/integration/integration_test.go b/integration/integration_test.go
index <HASH>..<HASH> 100644
--- a/integration/integration_test.go
+++ b/integration/integration_test.go
@@ -888,9 +888,15 @@ func TestMixedFIPSClusterNonMandatoryFIPS(t *testing.T) {
pollClusterReady(t, cl, 2, 3)
- // swap which nodes ... | Propagate the FIPS boolean from node.go to the manager and hence to the raft
storage layer. Also propagate it to the RaftDEKData objects in node.go
and to the RaftDEKManager in the manager. | docker_swarmkit | train |
40b995aa7bdaa9e0e85f6e9c86be0a63117423d5 | diff --git a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py
index <HASH>..<HASH> 100644
--- a/src/streamlink_cli/main.py
+++ b/src/streamlink_cli/main.py
@@ -72,6 +72,7 @@ def check_file_output(path: Path, force):
"""Checks if file already exists and ask the user if it should
be overwritten if it doe... | cli: log resolved file output path | streamlink_streamlink | train |
cae2958678747d6d9fede0204b7ca8303c452bc0 | diff --git a/jira/resources.py b/jira/resources.py
index <HASH>..<HASH> 100644
--- a/jira/resources.py
+++ b/jira/resources.py
@@ -175,8 +175,14 @@ class Resource(object):
``DELETE``, a :py:exc:`.JIRAError` will be raised; subclasses that specialize this method will only raise errors
in case of user e... | flush async queue on delete. | pycontribs_jira | train |
e13b0d92e0e2cc4b80fe792ae21fb99433d46027 | diff --git a/jsx-translator.js b/jsx-translator.js
index <HASH>..<HASH> 100644
--- a/jsx-translator.js
+++ b/jsx-translator.js
@@ -420,7 +420,7 @@ function countOfNamedExpressionsByName(ast) {
}
function count(list) {
- return list.groupBy(identity).map(l => l.size);
+ return list.groupBy(identity).toMap().ma... | Upgraded to Immutable <I>. | drd_jsxlate | train |
d35a50a77b91bd3d30ba1847cb36b64ee5f76784 | diff --git a/src/test/java/com/conveyal/gtfs/TestUtils.java b/src/test/java/com/conveyal/gtfs/TestUtils.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/conveyal/gtfs/TestUtils.java
+++ b/src/test/java/com/conveyal/gtfs/TestUtils.java
@@ -1,5 +1,6 @@
package com.conveyal.gtfs;
+import org.apache.commons.io.F... | test: fix broken tests related to zipped subdirectories | conveyal_gtfs-lib | train |
146fa4822c48368bbad4efc75117d88cf8d37798 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -48,3 +48,7 @@ module.exports = function(opts) {
}
};
};
+
+module.exports.sign = JWT.sign;
+
+module.exports.verify = JWT.verify; | Added sign & verify exports | koajs_jwt | train |
d4ebd2b3add64a43b643e6b13404b5a89b48b605 | diff --git a/pydocmd/loader.py b/pydocmd/loader.py
index <HASH>..<HASH> 100644
--- a/pydocmd/loader.py
+++ b/pydocmd/loader.py
@@ -96,7 +96,11 @@ def get_function_signature(function, owner_class=None, show_module=False):
name_parts.append(function.__module__)
if owner_class:
name_parts.append(owner_class._... | Fix #<I> -- AttributeError: 'Class' has no attribute __name__ when a callbale object that is not a function is encountered | NiklasRosenstein_pydoc-markdown | train |
c08784526149da7ad9c00ac4b852529c69cbb366 | diff --git a/src/Factory.php b/src/Factory.php
index <HASH>..<HASH> 100644
--- a/src/Factory.php
+++ b/src/Factory.php
@@ -64,7 +64,7 @@ class Factory
array $params = array(),
array $setter = array()
) {
- return new InstanceFactory($this, $class, $params, $setter);
+ return new Ins... | fix up auto-resolution in place | auraphp_Aura.Di | train |
1693627cc7ccef2760bc437d0db569ee73676f51 | diff --git a/test/client_test.rb b/test/client_test.rb
index <HASH>..<HASH> 100644
--- a/test/client_test.rb
+++ b/test/client_test.rb
@@ -5,9 +5,9 @@ describe OmekaClient::Client do
# Setup a test client
test_endpoint = "http://localhost/omeka-2.1-rc1/api"
- test_api_key = "c56c8f542bc98483b71896523d4faa6321d... | Switch the API key to a contributor user
We don't want permission to delete things as a super admin, since a more typical use case is that the user will have more limited permissions. | lmullen_omeka_client | train |
f712f77cfb2733071e22f9062fdb639162d43fe4 | diff --git a/conway.py b/conway.py
index <HASH>..<HASH> 100755
--- a/conway.py
+++ b/conway.py
@@ -53,8 +53,8 @@ def random_board(max_x, max_y):
def clear(board, term):
"""Clear the droppings of the given board."""
- for x, y in board.iterkeys():
- print term.move(y, x) + ' ',
+ for y in xrange(ter... | Clear more efficiently.
I didn't bother to benchmark, but looking at the `top` numbers for the admittedly random runs, this seems to be more efficient, which is what I'd expect. | erikrose_conway | train |
db2f3a5d61191cd8e469f49e1141c62b2c369d2c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Typeform
-TODO: Write a gem description
+Typeform is a Ruby gem that provides a wrapper for interacting with the Typeform Data API.
## Installation
@@ -20,11 +20,28 @@ Or install it yourself as:
#... | Finished <I> and expanded README.md | philipdesmedt_typeform | train |
0685f49cc8b8b79a4343f0196f4eb84ca4d9a3eb | diff --git a/src/Doctrine/OrientDB/Query/Formatter/Query/Values.php b/src/Doctrine/OrientDB/Query/Formatter/Query/Values.php
index <HASH>..<HASH> 100644
--- a/src/Doctrine/OrientDB/Query/Formatter/Query/Values.php
+++ b/src/Doctrine/OrientDB/Query/Formatter/Query/Values.php
@@ -20,13 +20,23 @@
namespace Doctrine\Orien... | when you do an insert command over HTTP, the rid is sent as '#x:y' (string) instead of #x:y | doctrine_orientdb-odm | train |
b602ea6b248365258a782481d029180897b14064 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -46,8 +46,15 @@ export default function createLogger(options = {}) {
openSlot[slot] = '┬';
slots[slot] = start;
+ let method = context.method;
+ method = method.substr(0, 4);
+
+ if (me... | Allocate 4 characters for "method" column | PabloSichert_concurrency-logger | train |
79e0bba09ade83d432b0036f724f13b1b8ee9c40 | diff --git a/script/config.js b/script/config.js
index <HASH>..<HASH> 100644
--- a/script/config.js
+++ b/script/config.js
@@ -13,17 +13,17 @@ function getConfig() {
}
if (process.platform === 'darwin') {
- config.checksum = 'b816e814568d2309c50d1abe0df7516b41301d24e9bb4504906e9287d56a24ac'
+ config.check... | bump to new dugite-native build | desktop_dugite | train |
08344e639831ff28b60e6aace66484d962ff6952 | diff --git a/tensorflow_datasets/scripts/documentation/doc_utils.py b/tensorflow_datasets/scripts/documentation/doc_utils.py
index <HASH>..<HASH> 100644
--- a/tensorflow_datasets/scripts/documentation/doc_utils.py
+++ b/tensorflow_datasets/scripts/documentation/doc_utils.py
@@ -113,24 +113,27 @@ class DataframeDocUtil(... | Update TF Datasets template to remove jQuery2.
We have a request to remove uses of jQuery2. Vanilla JS is mature enough that this can be re-written succintly without an external dependency, so that's what I've done.
All of the TF Docs usage of jQ2 stems from this template, so once the docs are regenerated, TF should ... | tensorflow_datasets | train |
0ab08410e03f0d08b65abcaca00ab11032bf3394 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -5,13 +5,13 @@ require 'rubygems'
require "bundler"
Bundler.setup
-TEST_RAILS_VERSION = ENV['RAILS'] || '3.0.0'
-RAILS_ENV = ENV['RAILS_ENV'] = 'test'
+ENV['RAILS'] ||= '3.0.0'
+... | Got rid of some warnings when running specs | activeadmin_activeadmin | train |
02548a8372503cc4343c9ae87e014cb4427a089f | diff --git a/src/FluxBB/Web/Controller.php b/src/FluxBB/Web/Controller.php
index <HASH>..<HASH> 100644
--- a/src/FluxBB/Web/Controller.php
+++ b/src/FluxBB/Web/Controller.php
@@ -93,12 +93,24 @@ class Controller
*/
protected function execute($action, array $parameters = [])
{
+ $parameters += $th... | Pass request parameters on to actions by default. | fluxbb_core | train |
1eb29bd7f0c3016a248481e4dc3e62e53ccf1155 | diff --git a/lib/error.js b/lib/error.js
index <HASH>..<HASH> 100644
--- a/lib/error.js
+++ b/lib/error.js
@@ -1,3 +1,4 @@
+var helper = require('./helper.js');
var INDENT = 4;
var LIMIT = 80;
@@ -431,7 +432,7 @@ specialType = {
underline = Array.isArray(frames) && (frames.length === 0);
if (Array... | Remove hack to search for IMPLICIT_VAR | mbroadst_rethunk | train |
d954fe4941989cbea3d04e9b42a0ebda91711024 | diff --git a/lib/filepreviews/version.rb b/lib/filepreviews/version.rb
index <HASH>..<HASH> 100644
--- a/lib/filepreviews/version.rb
+++ b/lib/filepreviews/version.rb
@@ -1,5 +1,5 @@
# @author Jonah Ruiz <jonah@pixelhipsters.com>
# Contains the version namespaced
module Filepreviews
- VERSION = '1.2.0'
+ VERSION =... | Update version to <I> for release | jonahoffline_filepreviews-ruby | train |
78db9fbb1068a683a07c12c097160f952f46237c | diff --git a/middleware/backend_lookup.go b/middleware/backend_lookup.go
index <HASH>..<HASH> 100644
--- a/middleware/backend_lookup.go
+++ b/middleware/backend_lookup.go
@@ -380,16 +380,22 @@ func NS(b ServiceBackend, zone string, state request.Request, opt Options) (reco
func SOA(b ServiceBackend, zone string, state... | middleware/backend: send proper reponse on NODATA (#<I>)
SOA would blindly add "." + zone, which when using the root
zone would create a unparseable packet with "name.." | coredns_coredns | train |
3f52dc51fdd8e30b82cb0c1e5db7071a8b4002bf | diff --git a/eppy/__init__.py b/eppy/__init__.py
index <HASH>..<HASH> 100644
--- a/eppy/__init__.py
+++ b/eppy/__init__.py
@@ -15,7 +15,7 @@ from __future__ import unicode_literals
__author__ = """Santosh Philip"""
__email__ = "santosh@noemail.com"
-__version__ = '0.5.53'
+__version__ = "0.5.53"
from io import... | modified: eppy/__init__.py
modified: requirements.txt
modified: setup.py | santoshphilip_eppy | train |
2c4ca8794d1d5e0005462344080fa771e57d7b73 | diff --git a/jupytext/compare.py b/jupytext/compare.py
index <HASH>..<HASH> 100644
--- a/jupytext/compare.py
+++ b/jupytext/compare.py
@@ -6,7 +6,7 @@ from .jupytext import reads, writes
from .combine import combine_inputs_with_outputs
-def filter_cell(cell, preserve_outputs):
+def filtered_cell(cell, preserve_out... | Test metadata after cells, and skip jupytext metadata #<I> | mwouts_jupytext | train |
f23e50b16e50559596fbd9561dfb4ced82973814 | diff --git a/lib/plugins/standalone/index.js b/lib/plugins/standalone/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/standalone/index.js
+++ b/lib/plugins/standalone/index.js
@@ -11,7 +11,7 @@ const isStandaloneExecutable =
require('../../utils/isStandaloneExecutable') && process.platform !== 'win32';
const... | fix(Standalone): Fix upgrade command | serverless_serverless | train |
bd66cc4bc93e1176bd95760458a5c1dd60da2a76 | diff --git a/tests/test_moban_file.py b/tests/test_moban_file.py
index <HASH>..<HASH> 100644
--- a/tests/test_moban_file.py
+++ b/tests/test_moban_file.py
@@ -43,6 +43,15 @@ def test_handle_requires_pypkg(fake_pip_install):
fake_pip_install.assert_called_with(modules)
+@patch("moban.mobanfile.pip_install")
+de... | :microscope: more test coverage | moremoban_moban | train |
457ead651a05d8876f4f6d0cc4367ad66269dccf | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -38,7 +38,7 @@ function getTransformFn(options) {
}
function end () {
var _this = this;
- configData = transformTools.loadTransformConfig('browserify-jade', file, function(err, configData) {
+ config... | Use config from closest package.json to source folder | sidorares_pugify | train |
a59c31f333bcb2f90530be2cc0aecc3cea537587 | diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index <HASH>..<HASH> 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -7,6 +7,7 @@
- [#306] Enhancement: Support generating autocompletion scripts for non-public @Command classes. Thanks to [cbeams](https://github.com/cbeams) for the request.
- [#308] Enhancemen... | [#<I>] Bugfix: Tests were failing on environments that support ANSI colors.
Closes #<I>. | remkop_picocli | train |
cbb70f3c3a2f4e31f9068f3f369fe38c0ab550cb | diff --git a/technic/solder/base.py b/technic/solder/base.py
index <HASH>..<HASH> 100644
--- a/technic/solder/base.py
+++ b/technic/solder/base.py
@@ -22,8 +22,6 @@ class SolderServer(object):
def __init__(self, solder_url):
self.solder_url = solder_url
- self._modpacks = None
-
def get_mod_info(self, slug):
... | Don't cache modpacks
It's not that expensive to retrieve them and they might change. | cadyyan_technic-solder-client | train |
4dbe66535bfe7fc3d6386121d95244f6f5fd7375 | diff --git a/core.js b/core.js
index <HASH>..<HASH> 100644
--- a/core.js
+++ b/core.js
@@ -115,7 +115,10 @@ function pick(n, source) {
return reducible(function(next, result) {
var count = n
return reduce(function(result, item) {
- return count -- > 0 ? next(result, item) : reduced(result)
+ coun... | Make sure `pick` stops on last match. | Gozala_reducers | train |
d6adfe2ae2da7d64957093d151ecf11483eba314 | diff --git a/storage/buffer_test.go b/storage/buffer_test.go
index <HASH>..<HASH> 100644
--- a/storage/buffer_test.go
+++ b/storage/buffer_test.go
@@ -163,21 +163,8 @@ func TestBufferedSeriesIteratorNoBadAt(t *testing.T) {
}
func BenchmarkBufferedSeriesIterator(b *testing.B) {
- var (
- samples []sample
- lastT ... | Use a fake SeriesIterator (that generates samples on the fly instead of using a slice) for BufferedSeriesIterator, to reduce the variance of benchmark results due to memory pressure. (#<I>) | prometheus_prometheus | train |
70bbbb2401721a58d8ee5b1285649948a0736e44 | diff --git a/src/Html2Text.php b/src/Html2Text.php
index <HASH>..<HASH> 100644
--- a/src/Html2Text.php
+++ b/src/Html2Text.php
@@ -240,12 +240,17 @@ class Html2Text {
//$output .= "[$name,$nextName]";
if (isset($node->childNodes)) {
- for ($i = 0; $i < $node->childNodes->length; $i++) {
- $n = $node->child... | improve iteration speed by ~<I>x | soundasleep_html2text | train |
186cdad7ccc1c171cf5677b8ebc6e3b3bbb3b182 | diff --git a/tests/test_validators.py b/tests/test_validators.py
index <HASH>..<HASH> 100644
--- a/tests/test_validators.py
+++ b/tests/test_validators.py
@@ -11,6 +11,7 @@ from troposphere.validators import mutually_exclusive, notification_type
from troposphere.validators import notification_event, task_type
from tr... | Add WAF Action Type validator (#<I>) | cloudtools_troposphere | train |
19fad50d64d9c1d78047b91041ffd579ee2ca65c | diff --git a/base/src/main/java/uk/ac/ebi/atlas/species/SpeciesInferrer.java b/base/src/main/java/uk/ac/ebi/atlas/species/SpeciesInferrer.java
index <HASH>..<HASH> 100644
--- a/base/src/main/java/uk/ac/ebi/atlas/species/SpeciesInferrer.java
+++ b/base/src/main/java/uk/ac/ebi/atlas/species/SpeciesInferrer.java
@@ -46,7 ... | Fix botched condition after API change in SemanticQuery | ebi-gene-expression-group_atlas | train |
27e69bafdaf4e9b116be94ea4f7e3a602f3ca0e5 | diff --git a/lib/mongoid/criteria.rb b/lib/mongoid/criteria.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/criteria.rb
+++ b/lib/mongoid/criteria.rb
@@ -76,6 +76,17 @@ module Mongoid #:nodoc:
end
end
+ # Returns true if the criteria is empty.
+ #
+ # Example:
+ #
+ # <tt>criteria.blank?</... | Adding empty? and blank? implementations in criteria | mongodb_mongoid | train |
7c37659a253e2bf40ea47234d448775e2fe9e10b | diff --git a/test/test_iron_worker.rb b/test/test_iron_worker.rb
index <HASH>..<HASH> 100644
--- a/test/test_iron_worker.rb
+++ b/test/test_iron_worker.rb
@@ -193,7 +193,7 @@ class IronWorkerTests < TestBase
# Now we hit the webhook
@uber_client = Rest::Client.new
- url = "https://worker-aws-us-east-1.ir... | Fixed test_webhook. Was pointing at hardcoded aws endpoint. | iron-io_iron_worker_ruby | train |
18421c901d5d6a5df8dff6159759b5d82f5e1285 | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -45,6 +45,9 @@ Misc other tinkering::
>>> pulse.volume_change_all_chans(sink, -10)
>>> pulse.volume_set_all_chans(sink, 50)
+ >>> help(pulse)
+ ...
+
Current code logic is that all methods are invoked throug... | Fix help() stuff wrt decorators and such | mk-fg_python-pulse-control | train |
7b3830d617a8c9e8766050580bee89ae5e42edff | diff --git a/src/lib/ComponentFile/factory.js b/src/lib/ComponentFile/factory.js
index <HASH>..<HASH> 100644
--- a/src/lib/ComponentFile/factory.js
+++ b/src/lib/ComponentFile/factory.js
@@ -6,20 +6,22 @@ import type { IFile } from "./interfaces"
import createReadable from "../Readable/factory"
export default funct... | Refactor ComponentFile and Readable factories. | fpoumian_yoko | train |
6594a1fe5143338765fffe3c4c1733e8b2658838 | diff --git a/lib/gcli/canon.js b/lib/gcli/canon.js
index <HASH>..<HASH> 100644
--- a/lib/gcli/canon.js
+++ b/lib/gcli/canon.js
@@ -160,7 +160,6 @@ function Parameter(paramSpec, command, groupName) {
this.name = this.paramSpec.name;
this.type = this.paramSpec.type;
this.groupName = groupName;
- this.defaultVal... | perf-<I>: Calculate Parameter.defaultValue lazily
In the case of settings, doing eager evaluation of defaultValue was
causing performance problems for the Mozilla embed because looking
through preferences was fairly slow, and it was happening in just the
wrong place. | joewalker_gcli | train |
9c52b11e2a92a2c5f78d18ae95ba8d79b149d9e2 | diff --git a/integration-cli/docker_cli_daemon_test.go b/integration-cli/docker_cli_daemon_test.go
index <HASH>..<HASH> 100644
--- a/integration-cli/docker_cli_daemon_test.go
+++ b/integration-cli/docker_cli_daemon_test.go
@@ -1587,9 +1587,8 @@ func (s *DockerDaemonSuite) TestCleanupMountsAfterGracefulShutdown(c *check... | TestCleanupMountsAfterGracefulShutdown wait for daemon exit | containers_storage | train |
4bd4187447c685fe75757df4ef339a0662983f21 | diff --git a/tests/FiniteStateMachine/VerifyLogTest.php b/tests/FiniteStateMachine/VerifyLogTest.php
index <HASH>..<HASH> 100644
--- a/tests/FiniteStateMachine/VerifyLogTest.php
+++ b/tests/FiniteStateMachine/VerifyLogTest.php
@@ -292,83 +292,23 @@ class Fsm_VerifyLogTest extends FsmTestCase
array(
... | #<I>: Fsm_VerifyLogTest::provideValidLogs() has been refactored | tourman_fsm | train |
caee106cee7b63d91559a6ab7caadc531e69f4f8 | diff --git a/ipyrad/assemble/cluster_within.py b/ipyrad/assemble/cluster_within.py
index <HASH>..<HASH> 100644
--- a/ipyrad/assemble/cluster_within.py
+++ b/ipyrad/assemble/cluster_within.py
@@ -74,7 +74,8 @@ def sample_cleanup(data, sample):
## If our longest sequence is longer than the current max_fragment_lengt... | testing new maxlen calculation to better acommodate messy variable len paired data sets. | dereneaton_ipyrad | train |
15f464e98ad0b1095e01df6414340a186e5f1e9b | diff --git a/chart/admin.py b/chart/admin.py
index <HASH>..<HASH> 100755
--- a/chart/admin.py
+++ b/chart/admin.py
@@ -3,11 +3,12 @@ from django.contrib import admin
from content.admin import ModelBaseAdmin
from chart.models import Chart, ChartEntry, ChartOptions
-'''
+
class ChartEntryAdmin(admin.ModelAdmin):
- ... | modified admin list and seark params | praekelt_jmbo-chart | train |
5edfa6876978b64f19507e0f5b803e2f0c3952eb | diff --git a/wpull/engine.py b/wpull/engine.py
index <HASH>..<HASH> 100644
--- a/wpull/engine.py
+++ b/wpull/engine.py
@@ -49,7 +49,7 @@ class BaseEngine(object):
Coroutine.
'''
self._running = True
- self._producer_task = trollius.async(self._run_producer())
+ self._producer_ta... | engine: Poison workers if producer dies to avoid deadlock. | ArchiveTeam_wpull | train |
d7089618ab09aa0f115d16b375c541c5e0339afb | diff --git a/src/common/system.js b/src/common/system.js
index <HASH>..<HASH> 100644
--- a/src/common/system.js
+++ b/src/common/system.js
@@ -401,7 +401,7 @@ sre.System.prototype.walk = function(expr) {
sre.Engine.getInstance().speech = true;
var eml = sre.System.getInstance().toEnriched(expr);
var node = sre... | Fixes interface problem and circular dependency. | zorkow_speech-rule-engine | train |
b4c25b5631ef5330717b22facc7a80ed18b002ba | diff --git a/pydle/connection.py b/pydle/connection.py
index <HASH>..<HASH> 100644
--- a/pydle/connection.py
+++ b/pydle/connection.py
@@ -85,6 +85,26 @@ class Connection:
self.eventloop.register(self.socket.fileno())
self.setup_handlers()
+
+ def upgrade_to_tls(self, tls_verify=False, tls_certif... | Add upgrade to TLS functionality to connection. | Shizmob_pydle | train |
4244f56ce6c7044a1ce096843eb991856422c0cc | diff --git a/lib/mongo/util/bson.rb b/lib/mongo/util/bson.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/util/bson.rb
+++ b/lib/mongo/util/bson.rb
@@ -213,7 +213,7 @@ class BSON
end_pos = buf.position
# Put the string size in front
- buf.put_int(end_pos - start_pos - 1, len_pos)
+ buf.put_int(end_pos ... | Fixed bug in BSON serializer: was forgetting to include NUL byt in string length. | mongodb_mongo-ruby-driver | train |
fb8911576807d72499557a0a360951db0f8071c2 | diff --git a/lib/librarian/resolver/implementation.rb b/lib/librarian/resolver/implementation.rb
index <HASH>..<HASH> 100644
--- a/lib/librarian/resolver/implementation.rb
+++ b/lib/librarian/resolver/implementation.rb
@@ -59,8 +59,9 @@ module Librarian
dependency = queue.shift
dependencies << depen... | Pull part of a complex block of code up and out. | applicationsonline_librarian | train |
959f9d0e5594cc52dfca1d691daaae56592d0efc | diff --git a/mangopaysdk/configuration.py b/mangopaysdk/configuration.py
index <HASH>..<HASH> 100644
--- a/mangopaysdk/configuration.py
+++ b/mangopaysdk/configuration.py
@@ -22,6 +22,11 @@ class Configuration:
#AuthenticationType = enums.AuthenticationType.Strong
+ # RestTool class
+ # NB: you can swap ... | Add a proxy around the `RestTool` class to let the user swap it | Mangopay_mangopay2-python-sdk | train |
7ce089d4f3ac19f6374353d059958a93cd507573 | diff --git a/ezp/Persistence/User/Policy.php b/ezp/Persistence/User/Policy.php
index <HASH>..<HASH> 100644
--- a/ezp/Persistence/User/Policy.php
+++ b/ezp/Persistence/User/Policy.php
@@ -15,6 +15,13 @@ use ezp\Persistence\ValueObject;
class Policy extends ValueObject
{
/**
+ * ID of the policy
+ *
+ ... | Added: ID property to policy struct
Required to be able to delete policies again, as discussed. | ezsystems_ezpublish-kernel | train |
9ca3155f4da44af44df4d44a30a22f2f9700fd52 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -17,9 +17,10 @@ sys.path.insert(0, os.path.abspath("."))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
# extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext... | docs/conf.py: fix html builds on OpenBSD.
On OpenBSD rst2pdf doesn't install, so don't require it. This allows html
builds to work on OpenBSD. | pymupdf_PyMuPDF | train |
c0ae1ee1c6c611da47e94282d1a4c42db7bbfc9e | diff --git a/proctl/threads.go b/proctl/threads.go
index <HASH>..<HASH> 100644
--- a/proctl/threads.go
+++ b/proctl/threads.go
@@ -78,7 +78,6 @@ func (thread *ThreadContext) Break(addr uint64) (*BreakPoint, error) {
_, err := readMemory(thread.Id, uintptr(addr), originalData)
if err != nil {
- fmt.Println("PEEK ... | Remove erroneous fmt.Println calls | go-delve_delve | train |
6f46d3ba8fb81845eabbacd66fd5a6549d165d27 | diff --git a/lib/pulse-meter/visualize/coffee/models/widget.coffee b/lib/pulse-meter/visualize/coffee/models/widget.coffee
index <HASH>..<HASH> 100644
--- a/lib/pulse-meter/visualize/coffee/models/widget.coffee
+++ b/lib/pulse-meter/visualize/coffee/models/widget.coffee
@@ -26,7 +26,6 @@ Widget = Backbone.Model.extend ... | #<I> intervals support in backend | savonarola_pulse_meter_cli | train |
7ef8029f0c67a74afa57bea9a8a5befb8e65beca | diff --git a/src/SelectRange.php b/src/SelectRange.php
index <HASH>..<HASH> 100644
--- a/src/SelectRange.php
+++ b/src/SelectRange.php
@@ -11,6 +11,7 @@ class SelectRange extends Dropdown
array $optionOptions = []
) {
$list = range($start, $end);
+ $list = array_combine($list, $list);
... | Fix rendering of options in selectRange | GeneaLabs_laravel-casts | train |
eb4774a7d2252789f34801d9026e3d3cabd3be03 | diff --git a/vcr/stubs/__init__.py b/vcr/stubs/__init__.py
index <HASH>..<HASH> 100644
--- a/vcr/stubs/__init__.py
+++ b/vcr/stubs/__init__.py
@@ -171,6 +171,8 @@ class VCRConnection(object):
# allows me to compare the entire length of the response to see if it
# exists in the cassette.
+ sel... | Only have a sock attribute after connecting | kevin1024_vcrpy | train |
27cc77afba40e36ffd02c37f0f63c57f3e572128 | diff --git a/rollbar/lib/transport.py b/rollbar/lib/transport.py
index <HASH>..<HASH> 100644
--- a/rollbar/lib/transport.py
+++ b/rollbar/lib/transport.py
@@ -1,14 +1,23 @@
import requests
+import threading
-_session = requests.Session()
+
+_local = threading.local()
+
+
+def _session():
+ if hasattr(_local, 'ses... | requests.Session is not thread-safe, use thread local storage (#<I>) | rollbar_pyrollbar | train |
dccbef76fdd244fa14a7d377f4c8cfefa150305e | diff --git a/test/Monad/CollectionTest.php b/test/Monad/CollectionTest.php
index <HASH>..<HASH> 100644
--- a/test/Monad/CollectionTest.php
+++ b/test/Monad/CollectionTest.php
@@ -18,7 +18,7 @@ class CollectionTest extends \PHPUnit_Framework_TestCase
{
MonadLaws::test(
f\curryN(3, [$this, 'ass... | adapt return func call in test for older php versions | widmogrod_php-functional | train |
41e11cda643760ff99e0734e18cae87b2e0f4ded | diff --git a/src/presenters/SignPresenter.php b/src/presenters/SignPresenter.php
index <HASH>..<HASH> 100644
--- a/src/presenters/SignPresenter.php
+++ b/src/presenters/SignPresenter.php
@@ -21,8 +21,6 @@ class SignPresenter extends FrontendPresenter
/** @persistent */
public $back;
- private $referer;
-... | Removing referer from sign in flor, store/restore request are sufficient
The primary reason was redirect based on referer after password reset,
which redirected user back to reset form after login. The reset form
was invalidated by then and caused an error message for user | remp2020_crm-users-module | train |
ecdcac90b8b1c539f05e07a788d58beb9aca6add | diff --git a/lib/releasetools.js b/lib/releasetools.js
index <HASH>..<HASH> 100644
--- a/lib/releasetools.js
+++ b/lib/releasetools.js
@@ -107,9 +107,13 @@ var ReleaseTools = module.exports = function releaseTools() {
exec('git checkout ' + options.changelogFile, this);
},
function(){
- ex... | Feature: Added support for working simultaneously on multiple versions | rafeca_node-releasetools | train |
1edcddb86b9e36cb9612c1bc305e4141eaf88fd3 | diff --git a/cas-server-core/src/main/java/org/jasig/cas/services/web/ManageRegisteredServicesMultiActionController.java b/cas-server-core/src/main/java/org/jasig/cas/services/web/ManageRegisteredServicesMultiActionController.java
index <HASH>..<HASH> 100644
--- a/cas-server-core/src/main/java/org/jasig/cas/services/we... | Removed exception handling mechanism and let it be handled by the ajax exception resolver. | apereo_cas | train |
94270c872abee7cf58a2ff3c808caf273cfd9f1d | diff --git a/src/test/java/com/pinterest/secor/io/impl/MessagePackSequenceFileReaderWriterFactoryTest.java b/src/test/java/com/pinterest/secor/io/impl/MessagePackSequenceFileReaderWriterFactoryTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/pinterest/secor/io/impl/MessagePackSequenceFileReaderWriterFactor... | Fixing failing test for MessagePackSequenceFileReaderWriterFactoryTest.java | pinterest_secor | train |
3e015a9b5294e8fdffa4f91238b8ff9c705b3a3d | diff --git a/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/config/annotation/web/configuration/ResourceServerConfiguration.java b/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/config/annotation/web/configuration/ResourceServerConfiguration.java
index <HASH>..<HASH> ... | Allow anonymous access to oauth2 resources by default
Sometimes it's actually useful to be able to accept an anonymous
authentication. The default access rule still denies access, but
at least if anonymous tokens are created all you have to change
is the rule. | spring-projects_spring-security-oauth | train |
27b2ad824339c4046cde443b13fa8035ebb49ac0 | diff --git a/Services/ImageService.php b/Services/ImageService.php
index <HASH>..<HASH> 100644
--- a/Services/ImageService.php
+++ b/Services/ImageService.php
@@ -407,17 +407,17 @@ class ImageService extends AbstractService
);
}
- public function writeMultilineTextWithLines($img, $font, $fontSize, $c... | Add lines information for writeMultilineText | nyroDev_UtilityBundle | train |
8fdfb8524e1ffb8e54d006948ad793e41d8fa709 | diff --git a/bika/lims/browser/analysisrequest/analysisrequests.py b/bika/lims/browser/analysisrequest/analysisrequests.py
index <HASH>..<HASH> 100644
--- a/bika/lims/browser/analysisrequest/analysisrequests.py
+++ b/bika/lims/browser/analysisrequest/analysisrequests.py
@@ -181,6 +181,74 @@ class AnalysisRequestsView(B... | added to_be_sampled and to_be_preserved review states. | senaite_senaite.core | train |
6e450c3230c29f8113de1166e641d281839805a6 | diff --git a/annotationengine/api.py b/annotationengine/api.py
index <HASH>..<HASH> 100644
--- a/annotationengine/api.py
+++ b/annotationengine/api.py
@@ -24,7 +24,17 @@ from typing import List
__version__ = "1.0.6"
-api_bp = Namespace("Annotation Engine", description="Annotation Engine")
+authorizations = {
+ ... | adding auth to swagger docs | seung-lab_AnnotationEngine | train |
c0973473738ff5f24237f3f9b94777ca27dbe887 | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -17,6 +17,10 @@ import sys
import os
import shlex
+# We import the clusterjob just to ensure that it installed in the same
+# environment as sphinx, so that autdoc works
+import ... | Import package in conf.py | goerz_clusterjob | train |
a723f6383591595460d5c252e5756ac2b970e7bb | diff --git a/dbusmock/templates/networkmanager.py b/dbusmock/templates/networkmanager.py
index <HASH>..<HASH> 100644
--- a/dbusmock/templates/networkmanager.py
+++ b/dbusmock/templates/networkmanager.py
@@ -200,6 +200,19 @@ def get_device_by_ip_iface(self, iface):
return None
+def set_networking_enabled(se... | NetworkManager template: Handle NetworkingEnable (#<I>)
Added the "Enable" method to the "NetworkManager" object that controls
overall networking. Apart from that, the corresponding property
"NetworkingEnabled" is also updated. | martinpitt_python-dbusmock | train |
f759f871a9f89b735f8e45f31393aa945498cfd8 | diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Component/Process/Process.php
+++ b/src/Symfony/Component/Process/Process.php
@@ -224,6 +224,8 @@ class Process
*
* @param callback|null $callback A PHP callback t... | [Process] Make Process::start method chainable | symfony_symfony | train |
f513c63980b6084f5c8de53da60f3b60f2ff0455 | diff --git a/dask_ml/_partial.py b/dask_ml/_partial.py
index <HASH>..<HASH> 100644
--- a/dask_ml/_partial.py
+++ b/dask_ml/_partial.py
@@ -194,7 +194,7 @@ def fit(model, x, y, compute=True, shuffle_blocks=True, random_state=None, **kwa
}
)
- graphs = {x.name: x.__dask_graph__()}
+ graphs = {x.name... | Include our dsk in the graphs | dask_dask-ml | train |
9c94f2bf23156eda2a518399b6190bc78e0a7d8f | diff --git a/src/Collection/DbalCollection.php b/src/Collection/DbalCollection.php
index <HASH>..<HASH> 100644
--- a/src/Collection/DbalCollection.php
+++ b/src/Collection/DbalCollection.php
@@ -280,12 +280,12 @@ class DbalCollection implements ICollection
$builder->orderBy(null);
}
- /** @var Conventions ... | collection: do select optimization only when replacing table.* select [closes #<I>] | nextras_orm | train |
979501b06166c918dafedd1586d280e7e4c165dd | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -112,6 +112,9 @@ function lintFiles (files, opts, cb) {
function parseOpts (opts) {
if (!opts) opts = {}
+ // Clone opts -object to make sure the original opts object is not modified
+ opts = JSON.parse(JSON.stringify(... | Fixed a bug in parseOpts that causes default ignore patterns to be added to original opts object | standard_standard-engine | train |
5a1d5f1e3b217921fc54cd1302178924bc32e899 | diff --git a/morphia/src/test/java/com/google/code/morphia/TestQuery.java b/morphia/src/test/java/com/google/code/morphia/TestQuery.java
index <HASH>..<HASH> 100644
--- a/morphia/src/test/java/com/google/code/morphia/TestQuery.java
+++ b/morphia/src/test/java/com/google/code/morphia/TestQuery.java
@@ -27,12 +27,15 @@ i... | Added test for new complex _id support | MorphiaOrg_morphia | train |
f2fc333c1a94ca67df395164410331b56888a74b | diff --git a/microsoft-azure-storage/src/com/microsoft/azure/storage/file/CloudFileShare.java b/microsoft-azure-storage/src/com/microsoft/azure/storage/file/CloudFileShare.java
index <HASH>..<HASH> 100644
--- a/microsoft-azure-storage/src/com/microsoft/azure/storage/file/CloudFileShare.java
+++ b/microsoft-azure-storag... | Passing delete snapshots option to DeleteIfExists | Azure_azure-storage-android | train |
37c12b46e87d9d0b109e93601d0764e61340ddb7 | diff --git a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/stages/ChangesLoadingStage.java b/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/stages/ChangesLoadingStage.java
index <HASH>..<HASH> 100644
--- a/elk-reasoner/src/main/java/org/semanticweb/elk/reasoner/stages/ChangesLoadingStage.java
+++ b/e... | fixed ContextInitializationStage | liveontologies_elk-reasoner | train |
fa5c60df25c2a3c06297dda8cacbf25c064f663c | diff --git a/Kwf/View/Helper/Money.php b/Kwf/View/Helper/Money.php
index <HASH>..<HASH> 100644
--- a/Kwf/View/Helper/Money.php
+++ b/Kwf/View/Helper/Money.php
@@ -1,20 +1,22 @@
<?php
class Kwf_View_Helper_Money
{
- protected $_view = null;
+ protected $_data = null;
public function setView($view)
{
-... | Use View-Helper for money in twig | koala-framework_koala-framework | train |
d076da8c7c398d942dacad1f99b5428a4724d5d3 | diff --git a/library/CM/Frontend/Cli.php b/library/CM/Frontend/Cli.php
index <HASH>..<HASH> 100644
--- a/library/CM/Frontend/Cli.php
+++ b/library/CM/Frontend/Cli.php
@@ -73,9 +73,7 @@ class CM_Frontend_Cli extends CM_Cli_Runnable_Abstract {
$backgroundImage = new CM_Image_Image($background);
... | Introduce Image::createFromSVGWithSize | cargomedia_cm | train |
9e5e84b7cdb90185fd8724b57e951623123720c0 | diff --git a/src/python/pants/backend/core/tasks/BUILD b/src/python/pants/backend/core/tasks/BUILD
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/core/tasks/BUILD
+++ b/src/python/pants/backend/core/tasks/BUILD
@@ -58,6 +58,7 @@ python_library(
pants('3rdparty/python/twitter/commons:twitter.common.diru... | doc python_req things
give python_requirements_library a docstring
tag python_requirements with @manual so it shows up in BUILD dictionary
add example to python_requirements with a "this gives you something like..."
Bugs closed: <I>
Reviewed at <URL> | pantsbuild_pants | train |
c0b8646f22c1dcd15da0d0de2644f4a361f85db9 | diff --git a/test/org/mockitoutil/SimplePerRealmReloadingClassLoader.java b/test/org/mockitoutil/SimplePerRealmReloadingClassLoader.java
index <HASH>..<HASH> 100644
--- a/test/org/mockitoutil/SimplePerRealmReloadingClassLoader.java
+++ b/test/org/mockitoutil/SimplePerRealmReloadingClassLoader.java
@@ -80,10 +80,16 @@ p... | For the sake of coherence, the other method here will be using the current thread classloader when executing the Callable | mockito_mockito | train |
436d67d4feecf98ffa65e531b5248b7f79178f24 | diff --git a/go/dhcp/main.go b/go/dhcp/main.go
index <HASH>..<HASH> 100644
--- a/go/dhcp/main.go
+++ b/go/dhcp/main.go
@@ -20,7 +20,6 @@ import (
_ "github.com/go-sql-driver/mysql"
"github.com/goji/httpauth"
"github.com/gorilla/mux"
- "github.com/inverse-inc/packetfence/go/database"
"github.com/inverse-inc/pack... | Fix after merge (go dhcp service) | inverse-inc_packetfence | train |
49bfc2be87effdb03ccafe631a56948719bb03e6 | diff --git a/daemon/pod/provision.go b/daemon/pod/provision.go
index <HASH>..<HASH> 100644
--- a/daemon/pod/provision.go
+++ b/daemon/pod/provision.go
@@ -237,13 +237,13 @@ func (p *XPod) createSandbox(spec *apitypes.UserPod) error {
},
}
+ p.sandbox = sandbox
p.status = S_POD_STARTING
go p.waitVMInit()
... | should init p.sandbox earlier
otherwise it may lead to a panic | hyperhq_hyperd | train |
7422a5dbc483bcb8de5d889918a8150cece5f554 | diff --git a/telemetry/telemetry/core/backends/chrome/inspector_backend.py b/telemetry/telemetry/core/backends/chrome/inspector_backend.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/core/backends/chrome/inspector_backend.py
+++ b/telemetry/telemetry/core/backends/chrome/inspector_backend.py
@@ -74,15 +74,11 ... | Remove the id field of inspector_backend since no public caller uses it
TBR=<EMAIL>
BUG=
Review URL: <URL> | catapult-project_catapult | train |
4b9bba6a0aaaccbd18b33c102d974b86e665fffb | diff --git a/lib/solr/cloud/configuration.rb b/lib/solr/cloud/configuration.rb
index <HASH>..<HASH> 100644
--- a/lib/solr/cloud/configuration.rb
+++ b/lib/solr/cloud/configuration.rb
@@ -3,11 +3,11 @@ require 'zk'
module Solr
module Cloud
class Configuration
- attr_reader :zookeeper_url, :collections, :co... | Use solr cloud for delete/commit/index requests | machinio_solrb | train |
81c9fcbff6088f9e58df88cd9aefda3fbcbbda98 | diff --git a/.travis.yml b/.travis.yml
index <HASH>..<HASH> 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,10 @@ script:
# Make sure the library installs.
- python setup.py install
- python -c "import ipopt"
- # Make sure the test script runs. SciPy is required for this script.
- - conda install sc... | Removed scipy dependency from three examples. | matthias-k_cyipopt | train |
b0dc5e66a725294352f34ae96f63f8a6fc4c6fc0 | diff --git a/src/ORM/Association/HasMany.php b/src/ORM/Association/HasMany.php
index <HASH>..<HASH> 100644
--- a/src/ORM/Association/HasMany.php
+++ b/src/ORM/Association/HasMany.php
@@ -83,10 +83,15 @@ class HasMany extends Association {
'sort' => $this->sort(),
'strategy' => $this->strategy()
];
- $fetchQ... | Solving a couple bugs that were trigered when having more than one
hasMany associations to be eager loaded | cakephp_cakephp | train |
2f609eef143a2a5d4032eea361817e623bbb4eac | diff --git a/webapps/tasklist/tasklist-webapp/src/main/java/com/camunda/fox/tasklist/TaskList.java b/webapps/tasklist/tasklist-webapp/src/main/java/com/camunda/fox/tasklist/TaskList.java
index <HASH>..<HASH> 100644
--- a/webapps/tasklist/tasklist-webapp/src/main/java/com/camunda/fox/tasklist/TaskList.java
+++ b/webapps... | extended context of ignored exceptions, since platform throws no ActivitiException in this case | camunda_camunda-bpm-platform | train |
fecfb76cdf653a973048a7f5d2cacc7ed565e335 | diff --git a/pin/indirect.go b/pin/indirect.go
index <HASH>..<HASH> 100644
--- a/pin/indirect.go
+++ b/pin/indirect.go
@@ -3,17 +3,14 @@ package pin
import (
ds "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore"
key "github.com/ipfs/go-ipfs/blocks/key"
- "github.com/ipfs/go-ipfs/blocks/... | pin: Remove double bookkeeping of refcount keys
License: MIT | ipfs_go-ipfs | train |
52f191daa0d40856bfec9e621507a77222b43ab7 | diff --git a/tasks/quality.js b/tasks/quality.js
index <HASH>..<HASH> 100644
--- a/tasks/quality.js
+++ b/tasks/quality.js
@@ -19,7 +19,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-phpcs');
grunt.loadNpmTasks('grunt-phpmd');
- var Help = require('../lib/help')(grunt);
+ var Help = require... | Fixing bug that prevents phpcs and eslint from running. Ensuring that template variables are processed. | phase2_grunt-drupal-tasks | train |
2720600da2d5362fd5947515749d2eaddd82fb3e | diff --git a/webapps/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js b/webapps/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/client/scripts/form/directives/cam-tasklist-form.js
+++ b/webapps/ui/tasklist/client/scripts/form/directive... | fix(form): use function expression instead of declarative notation
Using declarative notation to create a function within a branch is not
allowed by strict mode
related to CAM-<I> | camunda_camunda-bpm-platform | train |
3ffb7e62ebbd7826b6a0748cb2f6970646176dbe | diff --git a/v1/client.go b/v1/client.go
index <HASH>..<HASH> 100644
--- a/v1/client.go
+++ b/v1/client.go
@@ -20,6 +20,10 @@ const (
// atlasDefaultEndpoint is the default base URL for connecting to Atlas.
atlasDefaultEndpoint = "https://atlas.hashicorp.com"
+ // atlasEndpointEnvVar is the environment variable t... | Move ATLAS_ADDRESS to a constant | hashicorp_atlas-go | train |
d974e36ecf0732b569c27f59042d58fb6e5bd967 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,5 @@
+var fs = require('fs');
+
var clearRequire = require('clear-require');
var find = require('lodash.find');
var isObject = require('amp-is-object');
@@ -15,12 +17,12 @@ module.exports = function (data, options) ... | feature: array of config file names | scottcorgan_jfig | train |
02b6a90fe9872ffba7910001cffa69465c808774 | diff --git a/proselint/checks/garner/preferred_forms.py b/proselint/checks/garner/preferred_forms.py
index <HASH>..<HASH> 100644
--- a/proselint/checks/garner/preferred_forms.py
+++ b/proselint/checks/garner/preferred_forms.py
@@ -343,3 +343,66 @@ def check_able_atable(text):
]
return preferred_forms_check(... | Adds em- vs. en-, im- vs. in- check | amperser_proselint | train |
e6ebcc4cb6c704a9a31c9847dffd842e76663860 | diff --git a/cmd/http-stats.go b/cmd/http-stats.go
index <HASH>..<HASH> 100644
--- a/cmd/http-stats.go
+++ b/cmd/http-stats.go
@@ -190,8 +190,6 @@ func (st *HTTPStats) updateStats(r *http.Request, w *httpResponseRecorder, durat
st.successDELETEs.Duration.Add(durationSecs)
}
}
- // Increment the prometheus http... | Remove redundant prometheus data points (#<I>)
Removed field minio_http_requests_total as it was redundant with
minio_http_requests_duration_seconds_count
Also removed field minio_server_start_time_seconds as it was
redundant with process_start_time_seconds | minio_minio | train |
ca5bcd6332e8e342af1dbe02fc36d8175f78053c | diff --git a/phileo/templatetags/phileo_tags.py b/phileo/templatetags/phileo_tags.py
index <HASH>..<HASH> 100644
--- a/phileo/templatetags/phileo_tags.py
+++ b/phileo/templatetags/phileo_tags.py
@@ -27,7 +27,7 @@ class LikesNode(template.Node):
if len(model_list) == 0:
# These need to look like st... | Tidy up some string expansions | pinax_pinax-likes | train |
a5810485e77aee109828195143ca46bc3562fcd0 | diff --git a/src/AclServiceProvider.php b/src/AclServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/AclServiceProvider.php
+++ b/src/AclServiceProvider.php
@@ -110,4 +110,12 @@ class AclServiceProvider extends ServiceProvider
return "<?php echo app('Yajra\\Acl\\CanAtLeastDirective')->handle{$express... | Bind directive to app using singleton. | yajra_laravel-acl | train |
af7375263ab54ed09c4b45d86b1e60ea26cb8910 | diff --git a/core/common/src/test/java/alluxio/ConfigurationRule.java b/core/common/src/test/java/alluxio/ConfigurationRule.java
index <HASH>..<HASH> 100644
--- a/core/common/src/test/java/alluxio/ConfigurationRule.java
+++ b/core/common/src/test/java/alluxio/ConfigurationRule.java
@@ -41,7 +41,9 @@ public class Config... | [SMALLFIX] Fix configuration rule when original value is null | Alluxio_alluxio | train |
5b90f9d1e7e78fb176944cfa70a33d1ce277a743 | diff --git a/src/parser/Program.js b/src/parser/Program.js
index <HASH>..<HASH> 100644
--- a/src/parser/Program.js
+++ b/src/parser/Program.js
@@ -248,9 +248,13 @@ function Program(nodeTree, functorProviderArg) {
|| _actions[id] !== undefined;
};
- let processLiteralId = function processLiteralId(literal) ... | update process literal ID to check for negation | lps-js_lps.js | train |
55a4edde98912699b8472580259a7c4350dd8ffe | diff --git a/src/discoursegraphs/readwrite/decour.py b/src/discoursegraphs/readwrite/decour.py
index <HASH>..<HASH> 100644
--- a/src/discoursegraphs/readwrite/decour.py
+++ b/src/discoursegraphs/readwrite/decour.py
@@ -68,7 +68,7 @@ class DecourDocumentGraph(DiscourseDocumentGraph):
tree = etree.parse(decour_f... | fixed super class method call in read_decour(), added test | arne-cl_discoursegraphs | train |
f91e6e21615670187953954f8277b16ef12ea745 | diff --git a/toytree/Drawing.py b/toytree/Drawing.py
index <HASH>..<HASH> 100644
--- a/toytree/Drawing.py
+++ b/toytree/Drawing.py
@@ -231,8 +231,8 @@ class Drawing:
# False == Hide nodes and labels unless user entered size
if self.style.node_labels is False:
self.node_labels = ["" for i... | add support for node nodes as an array" | eaton-lab_toytree | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.