hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
6d1f779e2d2265c3ecf2b7fed8187a4686dc196b | diff --git a/example/main.py b/example/main.py
index <HASH>..<HASH> 100644
--- a/example/main.py
+++ b/example/main.py
@@ -50,6 +50,7 @@ class Login(webapp2.RequestHandler):
result = self.adapter.login(provider_name,
callback=self.callback,
+ ... | Supressed python-openid logging to stderr. | authomatic_authomatic | train |
74f6ccea201d778e020f8c758013d90ea8a5c8a1 | diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -44,11 +44,16 @@ module ActiveSupport
class << self
... | instrumenter should be accessible from ActiveSupport::Notifications. | rails_rails | train |
c1c107ffda62dd978aa483070ced76c8c959649b | diff --git a/lib/mongo/cluster.rb b/lib/mongo/cluster.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/cluster.rb
+++ b/lib/mongo/cluster.rb
@@ -168,14 +168,16 @@ module Mongo
if server_selection_timeout < 3
server_selection_timeout = 3
end
- deadline = Time.now + server_selection_time... | RUBY-<I> Use server description's last update time when waiting for first sdam round (#<I>) | mongodb_mongo-ruby-driver | train |
b0efd685a959265fa3fb7c9a2032bc01e2a494fb | diff --git a/acme/acme.go b/acme/acme.go
index <HASH>..<HASH> 100644
--- a/acme/acme.go
+++ b/acme/acme.go
@@ -119,11 +119,12 @@ func (a *ACME) CreateClusterConfig(leadership *cluster.Leadership, tlsConfig *tl
}
datastore, err := cluster.NewDataStore(
+ leadership.Pool.Ctx(),
staert.KvSource{
Store: lead... | Fix golint
recent additions to golint mean that a number of files cause the
build to start failing if they are edited (we only run against changed
files)
This fixes all the errors in the repo so things don't unexpectedly start
failing for people making PRs | containous_traefik | train |
d26466e8d811216ba1afc6d1802e889f32fb6cf4 | diff --git a/lib/fluent/plugin/out_elasticsearch.rb b/lib/fluent/plugin/out_elasticsearch.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/out_elasticsearch.rb
+++ b/lib/fluent/plugin/out_elasticsearch.rb
@@ -68,7 +68,11 @@ class Fluent::ElasticsearchOutput < Fluent::BufferedOutput
chunk.msgpack_each do |t... | use @timestamp for index | uken_fluent-plugin-elasticsearch | train |
95ba631785316293607e80bd74ac834288c782ca | diff --git a/nodeconductor/jira/serializers.py b/nodeconductor/jira/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/jira/serializers.py
+++ b/nodeconductor/jira/serializers.py
@@ -39,10 +39,12 @@ class IssueSerializer(serializers.Serializer):
class CommentSerializer(serializers.Serializer):
+ aut... | Inject author's name and UUID into comment's body (SAAS-<I>). Try to extract injected author information. Use original author otherwise. | opennode_waldur-core | train |
22002f3b0c1419530b2d81f9ede6f70412b5b23d | diff --git a/juju/model.py b/juju/model.py
index <HASH>..<HASH> 100644
--- a/juju/model.py
+++ b/juju/model.py
@@ -304,8 +304,8 @@ class ModelEntity:
# Allow the overriding of entity names from the type instead of from
# the class name. Useful because Model and ModelInfo clash and we really
#... | Type name override
Improve the name of the method that allows us to override the type name.
Offically we would like to call ModelInfo - Model, but Model already
exists and I don't want Model to also become a type delta. Model is
both a entity for state and an entity for connections and to become an
entity for deltas s... | juju_python-libjuju | train |
ba2c558b728ebc8a79acbf61fe344569f7225eb2 | diff --git a/src/ol/format/IIIFInfo.js b/src/ol/format/IIIFInfo.js
index <HASH>..<HASH> 100644
--- a/src/ol/format/IIIFInfo.js
+++ b/src/ol/format/IIIFInfo.js
@@ -22,6 +22,81 @@ import {assert} from '../asserts.js';
*/
/**
+ * @typedef {Object} ImageInformationResponse1_0
+ * @property {string} identifier
+ * @pro... | Add typedefs for IIIF info.json responses | openlayers_openlayers | train |
b04916b691ac1a9621eb998adf4de5cf78cc4b41 | diff --git a/fireplace/cards/game/all.py b/fireplace/cards/game/all.py
index <HASH>..<HASH> 100644
--- a/fireplace/cards/game/all.py
+++ b/fireplace/cards/game/all.py
@@ -4,6 +4,17 @@ GAME set and other special cards
from ..utils import *
+# Luck of the Coin
+GAME_001 = buff(health=3)
+
+
+# Coin's Vengeance
+clas... | Implement Luck of the Coin and Coin's Vengeance
Who the hell knows. | jleclanche_fireplace | train |
de128d15dc954a0261227d3a7c8919686ff67d05 | diff --git a/src/sync.js b/src/sync.js
index <HASH>..<HASH> 100644
--- a/src/sync.js
+++ b/src/sync.js
@@ -116,7 +116,7 @@ function handleError(m, key, error) {
// TODO: this should be configurable for each sync
if (key !== "sso") {
- const stopError = new Error("An error ocurred when fetching data.");
+ ... | Fix spelling of occurred (#<I>)
Just bugged me. ;) | auth0_lock | train |
b7cb10b8006d28063f268574cb19b44a1a50331a | diff --git a/rxjava-core/src/main/java/rx/Scheduler.java b/rxjava-core/src/main/java/rx/Scheduler.java
index <HASH>..<HASH> 100644
--- a/rxjava-core/src/main/java/rx/Scheduler.java
+++ b/rxjava-core/src/main/java/rx/Scheduler.java
@@ -17,6 +17,7 @@ package rx;
import java.util.Date;
import java.util.concurrent.Time... | taken over default recursive implementation | ReactiveX_RxJava | train |
518e310015fb73168284c5fa707747b1f051fc82 | diff --git a/packages/browser/rollup.config.js b/packages/browser/rollup.config.js
index <HASH>..<HASH> 100644
--- a/packages/browser/rollup.config.js
+++ b/packages/browser/rollup.config.js
@@ -54,6 +54,7 @@ const bundleConfig = {
format: 'iife',
name: 'Sentry',
sourcemap: true,
+ strict: false,
}... | ref: Remove 'use strict' from the bundle (#<I>)
* ref: Remove 'use strict' from the bundle
* test: Fix unhandledrejection handling with non-error input | getsentry_sentry-javascript | train |
b5497d67554196c02e58b6a44befb45bcb27fc12 | diff --git a/pmxbot/saysomething.py b/pmxbot/saysomething.py
index <HASH>..<HASH> 100755
--- a/pmxbot/saysomething.py
+++ b/pmxbot/saysomething.py
@@ -6,10 +6,12 @@ import threading
import random
import logging
import time
+import datetime
from itertools import chain
import pmxbot.core
import pmxbot.logging
+im... | Don't set an arbitrary delay, but instead wait for the necessary stores to be initialized. | yougov_pmxbot | train |
ac35710218492e38e8a6f524e675e90f94b88012 | diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/partitioner/BroadcastPartitioner.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/partitioner/BroadcastPartitioner.java
index <HASH>..<HASH> 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/str... | [FLINK-<I>][network] Make the condition of broadcast partitioner simple (#<I>) | apache_flink | train |
09e136af1179f6b79ad1ecc5595302e9a44140ea | diff --git a/functional/basic_auth_tests.js b/functional/basic_auth_tests.js
index <HASH>..<HASH> 100644
--- a/functional/basic_auth_tests.js
+++ b/functional/basic_auth_tests.js
@@ -46,14 +46,10 @@ exports['Simple authentication test for single server'] = {
}, function(err, r) {
test.equal(null, err);
... | fix in timing of _execute method | mongodb_node-mongodb-native | train |
cb0731c98d8ab3ef7d0a04b775ec831901a2505b | diff --git a/rtpipe/interactive.py b/rtpipe/interactive.py
index <HASH>..<HASH> 100644
--- a/rtpipe/interactive.py
+++ b/rtpipe/interactive.py
@@ -1,13 +1,43 @@
-from scipy.special import erfinv
-import numpy as np
-import logging, pickle, os
+import logging, pickle, os, glob
logger = logging.getLogger(__name__)
logg... | pulling functions in from baseinteract2.ipynb. tested and working with latest version of notebook | caseyjlaw_rtpipe | train |
d17a2958a60683c7917c2602f59aadc9b7200851 | diff --git a/dht/dht.go b/dht/dht.go
index <HASH>..<HASH> 100644
--- a/dht/dht.go
+++ b/dht/dht.go
@@ -483,6 +483,8 @@ func (cni *NodeInfo) UnmarshalCompact(b []byte) error {
}
func (s *Server) Ping(node *net.UDPAddr) (*transaction, error) {
+ s.mu.Lock()
+ defer s.mu.Unlock()
return s.query(node, "ping", nil)
} | dht.Server.Ping didn't lock structure | anacrolix_torrent | train |
9a18eac1178820a2942cb235231737b883cfc629 | diff --git a/src/server/pps/server/api_server.go b/src/server/pps/server/api_server.go
index <HASH>..<HASH> 100644
--- a/src/server/pps/server/api_server.go
+++ b/src/server/pps/server/api_server.go
@@ -5,6 +5,7 @@ import (
"bytes"
"fmt"
"io"
+ "io/ioutil"
"path/filepath"
"sort"
"strconv"
@@ -494,10 +495,12... | Populate DatumInfo stats and state in pps ListDatum | pachyderm_pachyderm | train |
3b318ba87062c2790635e16cc95f8628ab81eacb | diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/connectiongroup/ConnectionGroupRESTService.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/connectiongroup/ConnectionGroupRESTService.java
index <HASH>..<HASH> 100644
--- a/guacamole/src/main/java/org/glyptodon/guacamole/n... | GUAC-<I>: Fix documented connection group filtering semantics. | glyptodon_guacamole-client | train |
41309e64662479c4980a434fd52b539057e68686 | diff --git a/graylog2-server/src/main/java/org/graylog2/web/resources/WebInterfaceAssetsResource.java b/graylog2-server/src/main/java/org/graylog2/web/resources/WebInterfaceAssetsResource.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/web/resources/WebInterfaceAssetsResource.java
+++ ... | Make WebInterfaceAssetsResource singleton to make caching work
Unless the class is being marked as singleton, it's being instantiated for every
request, making the filesystem cache useless. | Graylog2_graylog2-server | train |
8d8e6d05f49918ba08fb60e8447f000c1ed039c9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,17 @@
#!/usr/bin/env python
+from codecs import open
+
from setuptools import find_packages, setup
+with open('README.rst', 'r', 'utf-8') as f:
+ readme = f.read()
+
+
setup(
name='blanc-basic-assets',
... | Ensure README works with Python 2
Defensive measure incase any unicode appears in README | developersociety_blanc-basic-assets | train |
29801402e59160f7e1dae70967d3cfea3e7c39ac | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
This file should follow the standards specified on [http://keepachangelog.com/]
This project adheres to [Semantic Versioning]... | Look for ENV variables for Neo4j URL / path for Rails apps | neo4jrb_neo4j | train |
22aa775ab27e5456a9df549e56ed86ba1478516c | diff --git a/lib/filelib.php b/lib/filelib.php
index <HASH>..<HASH> 100644
--- a/lib/filelib.php
+++ b/lib/filelib.php
@@ -59,6 +59,36 @@ function get_file_url($path, $options=null, $type='coursefile') {
}
/**
+ * Finds occurences of a link to "draftfile.php" in text and replaces the
+ * address based on passed in... | MDL-<I>: first version of post-upload content rewriting function | moodle_moodle | train |
6e9485c9ac91026cec99175f356088063fea3bbf | diff --git a/Lib/fontParts/base/layer.py b/Lib/fontParts/base/layer.py
index <HASH>..<HASH> 100644
--- a/Lib/fontParts/base/layer.py
+++ b/Lib/fontParts/base/layer.py
@@ -66,7 +66,7 @@ class _BaseGlyphVendor(BaseObject):
Subclasses may override this method.
"""
- names = self.keys()
+ ... | keys must be editable list but not changing the actual keys set | robotools_fontParts | train |
8f04a8e7145ada46e89dc456c1f448272c4caf8e | diff --git a/pandas/core/arrays/arrow/array.py b/pandas/core/arrays/arrow/array.py
index <HASH>..<HASH> 100644
--- a/pandas/core/arrays/arrow/array.py
+++ b/pandas/core/arrays/arrow/array.py
@@ -18,6 +18,7 @@ from pandas._typing import (
from pandas.compat import (
pa_version_under1p01,
pa_version_under2p0,
... | ENH/TST: Add isin, _hasna for ArrowExtensionArray (#<I>) | pandas-dev_pandas | train |
8dcc4528fca396110e9921840a9a1652428eed8f | diff --git a/terraform/context.go b/terraform/context.go
index <HASH>..<HASH> 100644
--- a/terraform/context.go
+++ b/terraform/context.go
@@ -16,7 +16,7 @@ import (
// This is a function type used to implement a walker for the resource
// tree internally on the Terraform structure.
-type genericWalkFunc func(*Reso... | terraform: basic sub-module walks work
Lots broken still, but its a start. | hashicorp_terraform | train |
d0864f43676a137a3b0fc706becc36f10a064450 | diff --git a/dropwizard-example/src/main/java/com/example/helloworld/HelloWorldApplication.java b/dropwizard-example/src/main/java/com/example/helloworld/HelloWorldApplication.java
index <HASH>..<HASH> 100644
--- a/dropwizard-example/src/main/java/com/example/helloworld/HelloWorldApplication.java
+++ b/dropwizard-examp... | Add an example of using the GraphiteReporter to the example application | dropwizard_dropwizard | train |
622cd09d5937cdee4a453d8aad0151797c18c058 | diff --git a/lib/rambling/trie/branches.rb b/lib/rambling/trie/branches.rb
index <HASH>..<HASH> 100644
--- a/lib/rambling/trie/branches.rb
+++ b/lib/rambling/trie/branches.rb
@@ -31,7 +31,7 @@ module Rambling
protected
def branch_when_uncompressed?(chars)
- chars.empty? or fulfills_uncompressed_c... | Changed 'and' and 'or' to '&&' and '||'. | gonzedge_rambling-trie | train |
bb5540cb4ab38bbc95e415d5321087b5131db3b2 | diff --git a/salt/modules/zypper.py b/salt/modules/zypper.py
index <HASH>..<HASH> 100644
--- a/salt/modules/zypper.py
+++ b/salt/modules/zypper.py
@@ -98,7 +98,7 @@ class _Zypper(object):
# Call config
self.__xml = False
self.__no_lock = False
- self.__no_raise = True
+ self.__n... | Bugfix: inverted logic on raising (or not) exceptions | saltstack_salt | train |
b73b4c73108ed9718f84ff901ff6dfa49ed24cb9 | diff --git a/src/main/java/org/graylog2/indexer/Indexer.java b/src/main/java/org/graylog2/indexer/Indexer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/graylog2/indexer/Indexer.java
+++ b/src/main/java/org/graylog2/indexer/Indexer.java
@@ -60,11 +60,12 @@ public class Indexer {
URL url = new URL(Ind... | HTTP <I> as ES answer for existing index is okay
strange, but okay. happens in older versions. fixes #SERVER-<I> | Graylog2_graylog2-server | train |
1195db6a293613595987a5139fafad1b5321632c | diff --git a/lib/coverband/reporter.rb b/lib/coverband/reporter.rb
index <HASH>..<HASH> 100644
--- a/lib/coverband/reporter.rb
+++ b/lib/coverband/reporter.rb
@@ -146,7 +146,9 @@ module Coverband
Coverband.configuration.logger.info scov_style_report.inspect
end
- SimpleCov::Result.new(scov_style_... | show files not touched by coverband but exist in project... add tests on scov output path | danmayer_coverband | train |
3f3712c729266d536b0f32129248c88187799c7d | diff --git a/test/spec/Menu-test.js b/test/spec/Menu-test.js
index <HASH>..<HASH> 100644
--- a/test/spec/Menu-test.js
+++ b/test/spec/Menu-test.js
@@ -36,17 +36,15 @@ define(function (require, exports, module) {
KeyEvent = require("utils/KeyEvent");
- describe("Menus", function () {
+ desc... | Split menu specs into HTML and Native. Add HTML and Native versions of createTestWindowAndRun. | adobe_brackets | train |
008100893f8e9955e8d6b364616abedda22e83d6 | diff --git a/example/Gulpfile.js b/example/Gulpfile.js
index <HASH>..<HASH> 100644
--- a/example/Gulpfile.js
+++ b/example/Gulpfile.js
@@ -1,4 +1,4 @@
-var NwBuilder = require('../');
+var NwBuilder = require('nw-builder');
var gulp = require('gulp');
var gutil = require('gulp-util'); | <I> - Fix for cache check of some legacy versions | nwjs-community_nw-builder | train |
b978db0ababe7222def88875f7d07d303b77dce9 | diff --git a/builtin/logical/ssh/backend_test.go b/builtin/logical/ssh/backend_test.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/ssh/backend_test.go
+++ b/builtin/logical/ssh/backend_test.go
@@ -2,7 +2,6 @@ package ssh
import (
"fmt"
- "log"
"os/user"
"reflect"
"strconv"
@@ -102,19 +101,23 @@ func Te... | Vault SSH: Refactor lookup test case | hashicorp_vault | train |
b1fee1961ca744db6c477c481a6738b43b5d003a | diff --git a/admin/jqadm/templates/attribute/item-property-default.php b/admin/jqadm/templates/attribute/item-property-default.php
index <HASH>..<HASH> 100644
--- a/admin/jqadm/templates/attribute/item-property-default.php
+++ b/admin/jqadm/templates/attribute/item-property-default.php
@@ -99,15 +99,15 @@ $enc = $this-... | Fixes language selector in product property panel | aimeos_ai-admin-jqadm | train |
2cbb9b7c09ee6644e318ec3b0e6d4623c7cabd5a | diff --git a/km3pipe/io/__init__.py b/km3pipe/io/__init__.py
index <HASH>..<HASH> 100644
--- a/km3pipe/io/__init__.py
+++ b/km3pipe/io/__init__.py
@@ -86,7 +86,7 @@ def read_calibration(detx=None, det_id=None, from_file=False,
"""Retrive calibration from file, the DB."""
from km3pipe.calib import Calibration ... | Cleanup of read_calibration | tamasgal_km3pipe | train |
588b39e1cdf09dddf3a02ff4b062d5a09a0911e9 | diff --git a/activejob/test/jobs/callback_job.rb b/activejob/test/jobs/callback_job.rb
index <HASH>..<HASH> 100644
--- a/activejob/test/jobs/callback_job.rb
+++ b/activejob/test/jobs/callback_job.rb
@@ -1,12 +1,21 @@
class CallbackJob < ActiveJob::Base
before_perform ->(job) { job.history << "CallbackJob ran before... | - Inline AJ around_perform and around_enqueue in CallbackJob used for tests. | rails_rails | train |
77faaaf09e83a3979c1ca80f6afd4ec30948a3ed | diff --git a/lib/SmtpValidatorEmail/Helper/TransportHelper.php b/lib/SmtpValidatorEmail/Helper/TransportHelper.php
index <HASH>..<HASH> 100644
--- a/lib/SmtpValidatorEmail/Helper/TransportHelper.php
+++ b/lib/SmtpValidatorEmail/Helper/TransportHelper.php
@@ -3,7 +3,6 @@
namespace SmtpValidatorEmail\Helper;
-use Sm... | removed exception thrower , instead returns message for the manager | ddtraceweb_smtp-validator-email | train |
25d87b18f8e29de40ab27cb18b74e741f38bdbc1 | diff --git a/library/CM/Http/Response/RPC.php b/library/CM/Http/Response/RPC.php
index <HASH>..<HASH> 100644
--- a/library/CM/Http/Response/RPC.php
+++ b/library/CM/Http/Response/RPC.php
@@ -20,6 +20,7 @@ class CM_Http_Response_RPC extends CM_Http_Response_Abstract {
$output['error'] = array('type' => get_... | Add deployVersion to RPC response | cargomedia_cm | train |
50baeba59e2032a710060116e95055502f30e5b0 | diff --git a/xml/node_test.go b/xml/node_test.go
index <HASH>..<HASH> 100644
--- a/xml/node_test.go
+++ b/xml/node_test.go
@@ -103,18 +103,12 @@ func TestSetChildren(t *testing.T) {
RunTest(t, "node", "set_children", testLogic)
}
-func _BenchmarkSetChildren(b *testing.B) {
+func BenchmarkSetChildren(b *testing.B) ... | restore the tests; change the replace test because it needs to get the new node once being replaced | moovweb_gokogiri | train |
227739c68f95924f7c192ab1178781d996b9139d | diff --git a/runtime-module.js b/runtime-module.js
index <HASH>..<HASH> 100644
--- a/runtime-module.js
+++ b/runtime-module.js
@@ -14,11 +14,7 @@ var hadRuntime = g.regeneratorRuntime &&
var oldRuntime = hadRuntime && g.regeneratorRuntime;
// Force reevalutation of runtime.js.
-try {
- delete g.regeneratorRuntime;... | Just set `global.regeneratorRuntime = undefined` unconditionally. | facebook_regenerator | train |
a15e63db8ff0d99320f6dca907c02c9841cf262d | diff --git a/src/main/php/CatchedException.php b/src/main/php/CatchedException.php
index <HASH>..<HASH> 100644
--- a/src/main/php/CatchedException.php
+++ b/src/main/php/CatchedException.php
@@ -80,11 +80,12 @@ class CatchedException
*
* @api
* @param \bovigo\assert\predicate\Predicate|callable $pr... | allow additional description when additional assertion on exception is performed | bovigo_assert | train |
0dfe23d0fe800eeffc4c4f4031e20a89612d42a0 | diff --git a/openquake/engine/engine.py b/openquake/engine/engine.py
index <HASH>..<HASH> 100644
--- a/openquake/engine/engine.py
+++ b/openquake/engine/engine.py
@@ -312,7 +312,7 @@ def run_calc(job_id, oqparam, exports, hazard_calculation_id=None, **kw):
if len(executing_jobs) + len(submitted_jobs) > max... | Small improvement in queue logic
Former-commit-id: e<I>d<I>e<I>a<I>a1e<I>f<I>c4 | gem_oq-engine | train |
7f41f08a293c04aa8f04b7b3d1d7098ccd645f20 | diff --git a/internal/service/ce/anomaly_subscription_test.go b/internal/service/ce/anomaly_subscription_test.go
index <HASH>..<HASH> 100644
--- a/internal/service/ce/anomaly_subscription_test.go
+++ b/internal/service/ce/anomaly_subscription_test.go
@@ -53,6 +53,31 @@ func TestAccCEAnomalySubscription_basic(t *testing... | Add disappearance acceptance test for anomaly subscription | terraform-providers_terraform-provider-aws | train |
19c58f9af00cf699b1c424484c55d54d92d657c3 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/DesugaringOptimizer.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/DesugaringOptimizer.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/Desug... | Add ApplyNode support to DesugaringOptimizer
ApplyNode.Assignments are synthetic expressions which are meaningful
for ApplyNode transformations. They cannot contain any lambda or "sugared" expression. | prestodb_presto | train |
5ffe6a2dc7304d0f05396d157f7c31c2ae176f22 | diff --git a/src/processors/FromProcessor.php b/src/processors/FromProcessor.php
index <HASH>..<HASH> 100644
--- a/src/processors/FromProcessor.php
+++ b/src/processors/FromProcessor.php
@@ -122,10 +122,11 @@ class FromProcessor extends AbstractProcessor {
$parseInfo = $this->initParseInfo();
$expr = ... | CHG: a quick and dirty hack for issue <I> has been added, thanks to Justin for the idea
FIX: issue <I>
git-svn-id: <URL> | greenlion_PHP-SQL-Parser | train |
aa10e39e4071a99a9717b125b25d70221d6f6d9b | diff --git a/saltapi/netapi/rest_flask.py b/saltapi/netapi/rest_flask.py
index <HASH>..<HASH> 100644
--- a/saltapi/netapi/rest_flask.py
+++ b/saltapi/netapi/rest_flask.py
@@ -212,16 +212,16 @@ def start():
debug = apiopts.get('debug', False)
port = apiopts.get('port', 8080)
- cert = apiopts.get('cert', '... | Updated config names for the SSL cert/key | saltstack_salt | train |
ae8b1cbd0dcf0b58e24328b3c99ad446e0ceaf34 | diff --git a/ctk_cli/module.py b/ctk_cli/module.py
index <HASH>..<HASH> 100644
--- a/ctk_cli/module.py
+++ b/ctk_cli/module.py
@@ -75,22 +75,49 @@ class CLIModule(list):
__slots__ = ('path', ) + tuple(map(_tagToIdentifier, REQUIRED_ELEMENTS + OPTIONAL_ELEMENTS))
- def __init__(self, path, env = None):
+ ... | Closes #<I>. Allow CLIModule to be invoked on a stream | commontk_ctk-cli | train |
3a9cc101ff50ac3c3f882e978bda119afdf31f17 | diff --git a/examples/src/java/com/twitter/heron/examples/streamlet/TransformsTopology.java b/examples/src/java/com/twitter/heron/examples/streamlet/TransformsTopology.java
index <HASH>..<HASH> 100644
--- a/examples/src/java/com/twitter/heron/examples/streamlet/TransformsTopology.java
+++ b/examples/src/java/com/twitte... | Used for example (#<I>) | apache_incubator-heron | train |
5ab1c42be430a2af75dce95c7fc327e61a812cd1 | diff --git a/lib/simple_enum/version.rb b/lib/simple_enum/version.rb
index <HASH>..<HASH> 100644
--- a/lib/simple_enum/version.rb
+++ b/lib/simple_enum/version.rb
@@ -1,5 +1,5 @@
module SimpleEnum
# The current `SimpleEnum` version.
- VERSION = "2.0.0.rc3"
+ VERSION = "2.0.0"
end | release <I> (finally) | lwe_simple_enum | train |
071df7d625ee18be64d225e78abb445fdbf17462 | diff --git a/lib/patterns.rb b/lib/patterns.rb
index <HASH>..<HASH> 100644
--- a/lib/patterns.rb
+++ b/lib/patterns.rb
@@ -18,7 +18,6 @@ module Patterns
continuation
coverage
csv
- curses
date
delegate
digest | remove curses from gem name blacklist | rubygems_rubygems.org | train |
4bc8d13b7f7d8f0e55c8da09982ee1da4cfc70b3 | diff --git a/lib/editor.js b/lib/editor.js
index <HASH>..<HASH> 100644
--- a/lib/editor.js
+++ b/lib/editor.js
@@ -36,8 +36,8 @@ Editor.prototype._initHandlers = function () {
self.on('keypress', function (ch, key) {
var direction = {
- up: -1, down: 1,
left: -1, right: 1,
+ up: -1, down: 1,
... | Improves left/right keyboard cursor movement | slap-editor_slap | train |
88149b19259ccfd67187d252905fc6fb74bdd1cd | diff --git a/src/main/com/mongodb/DB.java b/src/main/com/mongodb/DB.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/DB.java
+++ b/src/main/com/mongodb/DB.java
@@ -790,6 +790,8 @@ public abstract class DB {
* @return the result of executing this operation
* @throws MongoException
* @mongodb... | Added reference links to deprecated auth doctags
JAVA-<I> | mongodb_mongo-java-driver | train |
5b7ed79b6a787ca38ed1a0a8dceb836eee3a0c82 | diff --git a/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java b/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/acegisecurity/context/HttpSessionContextIntegrationFilter.java
+++ b/core/sr... | SEC-<I>: Reformatted "divider" comments (//~ Methods=== etc). Simplified boolean expression in afterPropertiesSet. | spring-projects_spring-security | train |
13bbdc09ece4f48e9b2537092a4505a3942e373b | diff --git a/railties/test/generators/app_generator_test.rb b/railties/test/generators/app_generator_test.rb
index <HASH>..<HASH> 100644
--- a/railties/test/generators/app_generator_test.rb
+++ b/railties/test/generators/app_generator_test.rb
@@ -214,14 +214,14 @@ class AppGeneratorTest < Rails::Generators::TestCase
... | Avoid `webpacker:install` if unnecessary
Since this is a test to check the behavior of `load_defaults`,
webpacker is unnecessary. | rails_rails | train |
14d6c233fba6adf4dd18b0ce297dbbc8dc7cd27b | diff --git a/lib/moodlelib.php b/lib/moodlelib.php
index <HASH>..<HASH> 100644
--- a/lib/moodlelib.php
+++ b/lib/moodlelib.php
@@ -104,6 +104,7 @@ define('PARAM_PATH', 0x0020);
define('PARAM_HOST', 0x0040); // FQDN or IPv4 dotted quad
define('PARAM_URL', 0x0080);
define('PARAM_LOCALURL',0x0180); // NOT... | changes in file/path cleaning SC#<I>, merged from MOODLE_<I>_STABLE | moodle_moodle | train |
58e453f8206ccd6a87c02f7374c34ff3decb3171 | diff --git a/endpoint.go b/endpoint.go
index <HASH>..<HASH> 100644
--- a/endpoint.go
+++ b/endpoint.go
@@ -561,7 +561,7 @@ func (ep *endpoint) sbLeave(sbox Sandbox, options ...EndpointOption) error {
sb.deleteHostsEntries(n.getSvcRecords(ep))
- if sb.needDefaultGW() {
+ if !sb.inDelete && sb.needDefaultGW() {
... | Skip defaultGw check if sandbox is being deleted
- On Sandbox deletion, during Leave of each
connected endpoint, avoid the default gw
check, which may create an unnecessary
connection to the default gateway network. | docker_libnetwork | train |
e7a6ef5484f705136641b74a817d7ea73b4128c4 | diff --git a/tasks_list.go b/tasks_list.go
index <HASH>..<HASH> 100644
--- a/tasks_list.go
+++ b/tasks_list.go
@@ -24,6 +24,7 @@ type TasksListService struct {
taskId []string
actions []string
detailed *bool
+ human *bool
nodeId []string
parentNode s... | Add human property to Task List API
See #<I> | olivere_elastic | train |
1f86b3197683ee7bbe74a2172dd59f19c2682cea | diff --git a/components/messages.js b/components/messages.js
index <HASH>..<HASH> 100644
--- a/components/messages.js
+++ b/components/messages.js
@@ -50,6 +50,12 @@ protobufs['GameServers.GetServerIPsBySteamID#1_Response'] = Schema.CGameServers_
ByteBuffer.DEFAULT_ENDIAN = ByteBuffer.LITTLE_ENDIAN;
SteamUser.proto... | Don't attempt to send messages when logged off | DoctorMcKay_node-steam-user | train |
5709c63498420d5ba77c1bb4fda92c974a55722e | diff --git a/email/libraries/Emailer.php b/email/libraries/Emailer.php
index <HASH>..<HASH> 100644
--- a/email/libraries/Emailer.php
+++ b/email/libraries/Emailer.php
@@ -609,11 +609,28 @@ class Emailer
foreach ( $_send->data['attachments'] AS $file ) :
- if ( ! $this->_add_attachment( $file ) ) :
+ // Ha... | Allowing for attachments to be given custom names | nails_module-email | train |
7dcb9b0616a33a1fca5a04fe5117a2f2669a82de | diff --git a/report/questioninstances/index.php b/report/questioninstances/index.php
index <HASH>..<HASH> 100644
--- a/report/questioninstances/index.php
+++ b/report/questioninstances/index.php
@@ -94,6 +94,7 @@ if ($requestedqtype) {
JOIN {question_categories} qc ON q.category = qc.id
JOIN {... | MDL-<I> question instances report: ignore subquestions
We should not count subquestions of cloze questions (parent != 0) but we
do want to count random questions (parent = id). | moodle_moodle | train |
b2f0e59592cf0e9334b532ebd21d3bd3bd1175df | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -137,6 +137,11 @@ class Application implements RequestHandler
}
}
+ public function handleWithoutCatchingExceptions(Request $request): Response
+ {
+ ret... | Add Application::handleWithoutCatchingExceptions()
Useful when re-routing a request that already triggered an exception.
ResponseReceivedEvent is not triggered anymore after an HttpException. | brick_app | train |
74c9e23eeb6b48d169f70757ae3cdb72b24929e4 | diff --git a/circle.yml b/circle.yml
index <HASH>..<HASH> 100644
--- a/circle.yml
+++ b/circle.yml
@@ -1,6 +1,6 @@
machine:
node:
- version: 5.5.0
+ version: 5.7.1
dependencies:
pre:
- sudo apt-get update && sudo apt-get install --only-upgrade google-chrome-stable
diff --git a/main.js b/main.js
index... | Fix getter.get() when properties don't exist | manvalls_y-setter | train |
c74338f4091f9c2927d67ec299a831fdbc44a8ab | diff --git a/lib/upcoming/version.rb b/lib/upcoming/version.rb
index <HASH>..<HASH> 100644
--- a/lib/upcoming/version.rb
+++ b/lib/upcoming/version.rb
@@ -1,3 +1,3 @@
module Upcoming
- VERSION = '0.0.1'
+ VERSION = '0.1.0'
end | Version up to `<I>` | sldblog_upcoming | train |
9fa06293d7649dceef261f4c5355feba202321f3 | diff --git a/packages/net/env/browser/socketio.js b/packages/net/env/browser/socketio.js
index <HASH>..<HASH> 100644
--- a/packages/net/env/browser/socketio.js
+++ b/packages/net/env/browser/socketio.js
@@ -36,10 +36,15 @@ exports.Connector = Class(net.interfaces.Connector, function() {
this._connect = function (io) ... | when multiplexing, a socket may come back already connected | gameclosure_js.io | train |
eda717abd8515cbfa257151f43b47348e732a7f6 | diff --git a/docs/src/components/page-parts/meet-the-team/team.js b/docs/src/components/page-parts/meet-the-team/team.js
index <HASH>..<HASH> 100644
--- a/docs/src/components/page-parts/meet-the-team/team.js
+++ b/docs/src/components/page-parts/meet-the-team/team.js
@@ -85,6 +85,14 @@ export default [
name: 'Honor... | feat(docs): update meet the team | quasarframework_quasar | train |
7e465f9491610c0a553cdc2e88d14c38c8692abf | diff --git a/lib/reporters/default.js b/lib/reporters/default.js
index <HASH>..<HASH> 100644
--- a/lib/reporters/default.js
+++ b/lib/reporters/default.js
@@ -84,8 +84,12 @@ module.exports = function (componentHint) {
}
// Final report
- process.stdout.write('\n');
- process.stdout.write('Total Warnings: ' + ... | modified final report to show appropriate exit sentence when no errors are found | Wizcorp_component-hint | train |
7cfbd05b8a6551d4b88780601711b334566f9436 | diff --git a/structr-ui/src/test/java/org/structr/web/common/UiTest.java b/structr-ui/src/test/java/org/structr/web/common/UiTest.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/test/java/org/structr/web/common/UiTest.java
+++ b/structr-ui/src/test/java/org/structr/web/common/UiTest.java
@@ -66,7 +66,7 @@ public ... | Fixes test: Default format for thumbnail is jpeg now. | structr_structr | train |
b70e141699b1d7d56838bb90fdb4835d2d2751fd | diff --git a/lib/metar/station.rb b/lib/metar/station.rb
index <HASH>..<HASH> 100644
--- a/lib/metar/station.rb
+++ b/lib/metar/station.rb
@@ -12,7 +12,7 @@ module Metar
class << self
- @nsd_cccc = nil
+ @nsd_cccc = nil # Contains the text of the station list
attr_accessor :nsd_cccc # Allow te... | Parse stations's long. and lat. | joeyates_metar-parser | train |
53dc3a05220f67f8c178e074ca6af7d11863d04e | diff --git a/lib/puppet/network/http/pool.rb b/lib/puppet/network/http/pool.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/network/http/pool.rb
+++ b/lib/puppet/network/http/pool.rb
@@ -90,6 +90,8 @@ class Puppet::Network::HTTP::Pool
#
# @api private
def setsockopts(netio)
+ return unless netio
+
sock... | (maint) Account for stubbed Net::HTTP
When using webmock, the Net::HTTP object does not have a socket instance
variable, so don't fail in that case.
Cherry-pick of 6c5bbae<I>a<I>b8c<I>a<I>a<I>dc5d2c8db | puppetlabs_puppet | train |
0763cf14a3a862cb1631b604e46d2660142ec3f8 | diff --git a/js/models/conversations.js b/js/models/conversations.js
index <HASH>..<HASH> 100644
--- a/js/models/conversations.js
+++ b/js/models/conversations.js
@@ -403,7 +403,8 @@
message : message.getNotificationText(),
iconUrl : iconUrl,
... | Remove messages from notifications when read
Remove individual messages from Notifications when marked read.
Previously this was only done from the conversation model when marking
the entire conversation as read.
Fixes #<I>
// FREEBIE | ForstaLabs_librelay-node | train |
d003d98f57d2ead4d8e261f00e66e28e5b2dcc8a | diff --git a/basescript/basescript.py b/basescript/basescript.py
index <HASH>..<HASH> 100644
--- a/basescript/basescript.py
+++ b/basescript/basescript.py
@@ -41,6 +41,9 @@ class BaseScript(object):
self.args.log_level = 'info'
self.args.metric_grouping_interval = self.METRIC_GROUPING_INTERVAL... | #<I> resolve the debug mode issue | deep-compute_basescript | train |
85530e3f26526e7b3a06eb5c380661bbca95eff9 | diff --git a/ipuz/puzzlekinds/wordsearch.py b/ipuz/puzzlekinds/wordsearch.py
index <HASH>..<HASH> 100644
--- a/ipuz/puzzlekinds/wordsearch.py
+++ b/ipuz/puzzlekinds/wordsearch.py
@@ -1,5 +1,9 @@
from ipuz.exceptions import IPUZException
-from ipuz.validators import validate_bool, validate_dict_of_strings
+from ipuz.va... | Refactored time validator to be a generic validator | svisser_ipuz | train |
a64319d243d8535795e3ee070ba79222df2df4b3 | diff --git a/src/Concerns/Cash.php b/src/Concerns/Cash.php
index <HASH>..<HASH> 100644
--- a/src/Concerns/Cash.php
+++ b/src/Concerns/Cash.php
@@ -7,7 +7,7 @@ use Money\Number;
trait Cash
{
/**
- * Get absolute value.
+ * Get formatted amount.
*
* @return string
*/
@@ -17,6 +17,18 @@ tr... | Update cash and cashWithVat method. | jomweb_ringgit | train |
3389e740c39b63d178289e6aaf0130061108995a | diff --git a/javalite-async/src/main/java/org/javalite/async/Async.java b/javalite-async/src/main/java/org/javalite/async/Async.java
index <HASH>..<HASH> 100644
--- a/javalite-async/src/main/java/org/javalite/async/Async.java
+++ b/javalite-async/src/main/java/org/javalite/async/Async.java
@@ -204,12 +204,13 @@ public ... | #<I> Implement passing zipped messages as binary data in Async - small code optimization | javalite_activeweb | train |
67583970196a8ac4d91dade05a364e92018b7536 | diff --git a/activesupport/lib/active_support/testing/assertions.rb b/activesupport/lib/active_support/testing/assertions.rb
index <HASH>..<HASH> 100644
--- a/activesupport/lib/active_support/testing/assertions.rb
+++ b/activesupport/lib/active_support/testing/assertions.rb
@@ -31,7 +31,7 @@ module ActiveSupport
... | Increment assertions count on assert_nothing_raised | rails_rails | train |
c3e06ab38cb5cca8affe6d74292a676ba421b9c5 | diff --git a/docs/README.md b/docs/README.md
index <HASH>..<HASH> 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -113,6 +113,12 @@ import ReactModal from 'react-modal';
describedby: "full_description"
}}
/*
+ Additional data attributes (optional).
+ */
+ data={{
+ background: "green"
+ }}
+ /*... | [added] additional data attributes. | reactjs_react-modal | train |
305c86eee569270f89f4418b7f41aeedbedb1d82 | diff --git a/mapillary_tools/geotag/camm_builder.py b/mapillary_tools/geotag/camm_builder.py
index <HASH>..<HASH> 100644
--- a/mapillary_tools/geotag/camm_builder.py
+++ b/mapillary_tools/geotag/camm_builder.py
@@ -1,5 +1,4 @@
import dataclasses
-import time
import typing as T
from .. import geo
@@ -160,8 +159,6 @... | fix: do not write dynamic timestamps which makes mp4 content change (#<I>) | mapillary_mapillary_tools | train |
7914e55c9cc2b935e6844ee78e9eb509a8c2d8ba | diff --git a/ezp/Persistence/Storage/Legacy/Content/FieldValue/Converter/BinaryFileStorage.php b/ezp/Persistence/Storage/Legacy/Content/FieldValue/Converter/BinaryFileStorage.php
index <HASH>..<HASH> 100644
--- a/ezp/Persistence/Storage/Legacy/Content/FieldValue/Converter/BinaryFileStorage.php
+++ b/ezp/Persistence/Sto... | Updated BinaryFile storage converter to use $value->data as field type value | ezsystems_ezpublish-kernel | train |
9903e9a1167d8678a8fa5209f592e29b455ffa1c | diff --git a/pyrc/bots.py b/pyrc/bots.py
index <HASH>..<HASH> 100644
--- a/pyrc/bots.py
+++ b/pyrc/bots.py
@@ -30,6 +30,7 @@ class Bot(object):
self._inbuffer = ""
self._commands = []
+ self._privmsgs = []
self._threads = []
self.socket = None
self.initialized = False
@@ -96,25 +97,32 @@ c... | Add privmsg hook which runs when a PRIVMSG is sent. | sarenji_pyrc | train |
5c1eb6d80cf1bbea1002f771a307b69682e37c10 | diff --git a/public/js/actions/pause.js b/public/js/actions/pause.js
index <HASH>..<HASH> 100644
--- a/public/js/actions/pause.js
+++ b/public/js/actions/pause.js
@@ -46,9 +46,12 @@ function paused(pauseInfo) {
}
function loadedFrames(frames) {
- return {
- type: constants.LOADED_FRAMES,
- frames: frames
+ ... | Translate call stack frames (#<I>) | firefox-devtools_debugger | train |
1cf25e9e9952c07c1864f879ec886750aab68cd5 | diff --git a/lib/pg_charmer.rb b/lib/pg_charmer.rb
index <HASH>..<HASH> 100644
--- a/lib/pg_charmer.rb
+++ b/lib/pg_charmer.rb
@@ -62,11 +62,14 @@ end
ActionController::Base.instance_eval do
def use_db_connection(connection, args)
- klasses = args.delete(:for).map { |klass| if klass.is_a? String then klass els... | Premature optimization never hurt :) | sauspiel_postamt | train |
816ab26bd096cb46142321d8e9531d1119f9bc2f | diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index <HASH>..<HASH> 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,10 @@
CHANGELOG
=========
+Unreleased
+==========
+* improvement: Added support for IGNORE_ERROR option when context is missing. `PR338 <https://github.com/aws/aws-xray-sdk-python/pull/338>`_.
+... | Added the option to ignore missing segments (#<I>)
* Add `IGNORE_ERROR` option for `AWS_XRAY_CONTEXT_MISSING` | aws_aws-xray-sdk-python | train |
045e869b5482d48bbe115185c24d4174876e7741 | diff --git a/bob/bio/spear/test/test_extractors.py b/bob/bio/spear/test/test_extractors.py
index <HASH>..<HASH> 100644
--- a/bob/bio/spear/test/test_extractors.py
+++ b/bob/bio/spear/test/test_extractors.py
@@ -19,12 +19,14 @@
import numpy
-import pkg_resources
import bob.bio.base
import bob.bio.spear
-from ... | Removing test case. This resource doesn't exist | bioidiap_bob.bio.spear | train |
4813863215bab65e493147fc6c9fd34f0a78023f | diff --git a/client/state/state_database.go b/client/state/state_database.go
index <HASH>..<HASH> 100644
--- a/client/state/state_database.go
+++ b/client/state/state_database.go
@@ -209,7 +209,6 @@ func (s *BoltStateDB) getAllAllocations(tx *boltdd.Tx) ([]*structs.Allocation, m
// Handle upgrade path
ae.Alloc.... | actually always canonicalize alloc.Job
alloc.Job may be stale as well and need to migrate it. It does cost
extra cycles but should be negligible. | hashicorp_nomad | train |
b55a3a93982b1243c41fb2c50b7803538e61fc56 | diff --git a/Classes/TrackingFrontend.php b/Classes/TrackingFrontend.php
index <HASH>..<HASH> 100644
--- a/Classes/TrackingFrontend.php
+++ b/Classes/TrackingFrontend.php
@@ -183,7 +183,8 @@ class TrackingFrontend extends \Frontend
$child = $event->getLayerData();
$level = $child['pid'];
$str... | only deliver elements for mapStructure | Kuestenschmiede_TrackingBundle | train |
d320c43c7b350e3536c3f1dc5ea7e54e21ee50d4 | diff --git a/lib/scheman/diff.rb b/lib/scheman/diff.rb
index <HASH>..<HASH> 100644
--- a/lib/scheman/diff.rb
+++ b/lib/scheman/diff.rb
@@ -41,7 +41,7 @@ module Scheman
# @return [Array<Hash>] ALTER TABLE statements for adding new fields
def add_fields
- after_schema.tables.inject([]) do |result, after_... | Refactor: reduce the last lines in blocks by using .each_with_object method | r7kamura_scheman | train |
6292ae75ffa29f371f57103565f86c5e786dc06a | diff --git a/src/girocheckout-sdk/GiroCheckout_SDK_Request.php b/src/girocheckout-sdk/GiroCheckout_SDK_Request.php
index <HASH>..<HASH> 100644
--- a/src/girocheckout-sdk/GiroCheckout_SDK_Request.php
+++ b/src/girocheckout-sdk/GiroCheckout_SDK_Request.php
@@ -1,6 +1,7 @@
<?php
namespace girosolution\GiroCheckout_SDK;
... | V. <I>, setDevSever method | girosolution_girocheckout_sdk | train |
2277a9c479bc6e8551e9fee4cff18a3cc6e1e016 | diff --git a/src/backends/github/implementation.js b/src/backends/github/implementation.js
index <HASH>..<HASH> 100644
--- a/src/backends/github/implementation.js
+++ b/src/backends/github/implementation.js
@@ -8,7 +8,7 @@ class API {
this.token = token;
this.repo = repo;
this.branch = branch;
- this.... | bugfix: request cannot be bound to repo url | netlify_netlify-cms | train |
7bd947dfbe2ffc44f786723267133fd31420bab9 | diff --git a/source/core/oxserversmanager.php b/source/core/oxserversmanager.php
index <HASH>..<HASH> 100644
--- a/source/core/oxserversmanager.php
+++ b/source/core/oxserversmanager.php
@@ -64,8 +64,9 @@ class oxServersManager
{
$aServersData = $this->_getServersData();
$aServersData[$oNode->get... | ESDEV-<I> Save information about frontend servers so it could be used for license check.
Updating servers manager so that it would save servers information to configuration with format used for sending xml to server. | OXID-eSales_oxideshop_ce | train |
cfd3b34ac258d732488dffcf7d168841fdad36b7 | diff --git a/spec/kopflos/xvfb_spec.rb b/spec/kopflos/xvfb_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/kopflos/xvfb_spec.rb
+++ b/spec/kopflos/xvfb_spec.rb
@@ -16,6 +16,15 @@ module Kopflos
Xvfb.stub!(:determine_font_path).and_return('/usr/share/fonts/X11/misc')
@xvfb = Xvfb.new
end
+
+ ... | Xvfb authorize itself on startup | niklas_kopflos | train |
2ab363ab8228d11a2da87e76eaee28c8c1e8403a | diff --git a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6303Test.php b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6303Test.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6303Test.php
+++ b/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6303Test.php
@@ -2,7 +2,6 @@
namespace ... | #<I> #<I> adding `void` hints where applicable | doctrine_orm | train |
ccf4baaff099e50c877b18999fe53e11e6005542 | diff --git a/performanceplatform/collector/__init__.py b/performanceplatform/collector/__init__.py
index <HASH>..<HASH> 100644
--- a/performanceplatform/collector/__init__.py
+++ b/performanceplatform/collector/__init__.py
@@ -2,6 +2,6 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
-_... | Update collector package metadata
- The convention for 'Version Bookkeeping' in PEP8 (which we know and love) [is lowercase](<URL>)
- <URL> | alphagov_performanceplatform-collector | train |
4a5d0698957444ca92da26fdf295f177a91832fe | diff --git a/spock/mcp/mcpacket_extensions.py b/spock/mcp/mcpacket_extensions.py
index <HASH>..<HASH> 100644
--- a/spock/mcp/mcpacket_extensions.py
+++ b/spock/mcp/mcpacket_extensions.py
@@ -427,7 +427,7 @@ class ExtensionPSTC38:
o += datautils.pack(MC_VARINT, item['gamemode'])
if act in [... | OH GOD I BROKE THE BUILD | SpockBotMC_SpockBot | train |
d1fe06e26e3e435a6fae00c763f79ad15129a559 | diff --git a/src/java/voldemort/client/protocol/RequestFormatFactory.java b/src/java/voldemort/client/protocol/RequestFormatFactory.java
index <HASH>..<HASH> 100644
--- a/src/java/voldemort/client/protocol/RequestFormatFactory.java
+++ b/src/java/voldemort/client/protocol/RequestFormatFactory.java
@@ -16,9 +16,6 @@
... | Remove hard client dependency on protocol buffers. | voldemort_voldemort | train |
6498df7b0290139df57629568d824dfa242900cc | diff --git a/accounts/account_manager.go b/accounts/account_manager.go
index <HASH>..<HASH> 100644
--- a/accounts/account_manager.go
+++ b/accounts/account_manager.go
@@ -164,14 +164,15 @@ func (am *Manager) Lock(addr common.Address) error {
return nil
}
-// TimedUnlock unlocks the given account with. The account
... | accounts: ensure TimedUnlock does not override indefinite unlock timeout | ethereum_go-ethereum | train |
a76dfc7b37800de53b5fc00b526cba243e3644b3 | diff --git a/plugins/provisioners/ansible/provisioner/host.rb b/plugins/provisioners/ansible/provisioner/host.rb
index <HASH>..<HASH> 100644
--- a/plugins/provisioners/ansible/provisioner/host.rb
+++ b/plugins/provisioners/ansible/provisioner/host.rb
@@ -255,7 +255,7 @@ module VagrantPlugins
# Multiple Priva... | as `key` is a file path, it must be quoted | hashicorp_vagrant | train |
39c3f5658e215076a34a8706619004eef836ce60 | diff --git a/searx/webapp.py b/searx/webapp.py
index <HASH>..<HASH> 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -71,8 +71,6 @@ app = Flask(
app.secret_key = settings['server']['secret_key']
-app.logger.addHandler(logger)
-
babel = Babel(app)
global_favicons = [] | [fix] endless logging recursion | asciimoo_searx | train |
73ea72d814cb868e138fbc834b97acb0023d7eab | diff --git a/azurerm/internal/services/sentinel/sentinel_data_connector.go b/azurerm/internal/services/sentinel/sentinel_data_connector.go
index <HASH>..<HASH> 100644
--- a/azurerm/internal/services/sentinel/sentinel_data_connector.go
+++ b/azurerm/internal/services/sentinel/sentinel_data_connector.go
@@ -10,10 +10,6 @... | use type assertion rather than artificial asert function | terraform-providers_terraform-provider-azurerm | train |
4c3394b3ee99bc04a27c159313e4dc7b635988c7 | diff --git a/src/org/jgroups/protocols/TP.java b/src/org/jgroups/protocols/TP.java
index <HASH>..<HASH> 100644
--- a/src/org/jgroups/protocols/TP.java
+++ b/src/org/jgroups/protocols/TP.java
@@ -46,7 +46,7 @@ import java.util.concurrent.locks.ReentrantLock;
* The {@link #receive(Address, Address, byte[], int, int)} m... | changed timer.max_threads to timer.num_threads | belaban_JGroups | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.