hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
ae3b203ac97b40fb9eaf58701276031c7112e2a6 | diff --git a/controller/extjs/src/Controller/ExtJS/Catalog/Import/Text/Default.php b/controller/extjs/src/Controller/ExtJS/Catalog/Import/Text/Default.php
index <HASH>..<HASH> 100644
--- a/controller/extjs/src/Controller/ExtJS/Catalog/Import/Text/Default.php
+++ b/controller/extjs/src/Controller/ExtJS/Catalog/Import/Te... | Initializes the variable in a saver way | Arcavias_arcavias-core | train |
2a600c13efd4c6367402ae51f1e9d819585eda7d | diff --git a/test/unit/fx.js b/test/unit/fx.js
index <HASH>..<HASH> 100644
--- a/test/unit/fx.js
+++ b/test/unit/fx.js
@@ -103,7 +103,7 @@ test("stop()", function() {
});
test("stop() - several in queue", function() {
- expect(4);
+ expect(3);
stop();
var $foo = jQuery("#nothiddendivchild");
@@ -121,7 +121,8 ... | Disabled some of the animation tests that were being flaky. | jquery_jquery | train |
d759a1e8dbe10f2918d04af42e1e520e71f7e9cd | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,5 @@
var fs = require('fs'),
path = require('path'),
- crypto = require('crypto'),
tags = require('./lib/tags'),
parser = require('./lib/parser'),
@@ -117,13 +116,11 @@ exports.fromFile = function ... | Stop using crypto for template cache.
Greatly improves speed when looking up cache. Hopefully doesn't cause memory issues with size of keys in the cache object. | Thunf_swiger | train |
42979530b8ab516cec6bbc4660f65e4d673d4d7e | diff --git a/bqplot/overlays.py b/bqplot/overlays.py
index <HASH>..<HASH> 100644
--- a/bqplot/overlays.py
+++ b/bqplot/overlays.py
@@ -343,6 +343,8 @@ class BrushIntervalSelectorOverlay(OneDSelectorOverlay):
This attribute can be used to trigger computationally intensive code
which should be run only ... | added docs for brush and brush overlay | bloomberg_bqplot | train |
1f09a9451aaadc2a182086d68318cd88a3bf7f89 | diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java b/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java
index <HASH>..<HASH> 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/server/... | Micro change in javadoc of WebService | SonarSource_sonarqube | train |
e63c7be12265d7c77161ceea8f9947492b720488 | diff --git a/test/catalog.rb b/test/catalog.rb
index <HASH>..<HASH> 100644
--- a/test/catalog.rb
+++ b/test/catalog.rb
@@ -15,16 +15,15 @@ require 'json'
program :name, "catalog"
program :version, "0.0.1"
+program :description, "Build a PDF catalog, with metadata."
def query_uri verb, prefix, issue, year
+ q = ... | catalog.rb: Rig up :populate to output DOIs for an OAI query. | CrossRef_pdfextract | train |
976e9d1fe3e0f76f0ff877c9b1ba37c5c7fa9a3d | diff --git a/pkg/endpoint/endpoint.go b/pkg/endpoint/endpoint.go
index <HASH>..<HASH> 100644
--- a/pkg/endpoint/endpoint.go
+++ b/pkg/endpoint/endpoint.go
@@ -2232,10 +2232,6 @@ func (e *Endpoint) MapPin() error {
}
err = bpf.ObjPin(mapFd, e.BPFIpvlanMapPath())
- if err != nil {
- unix.Close(mapFd)
- return err... | cilium, ipvlan: fix tail call map fd leakage
After pinning we must close the fd we got before in success *and*
in error case.
Fixes: 7bfe<I>f<I> ("cilium, ipvlan: add initial endpoint ipvlan support") | cilium_cilium | train |
d0aff3a1a79ae51b33653a944c4f0fc127dd517f | diff --git a/openstack_dashboard/api/cinder.py b/openstack_dashboard/api/cinder.py
index <HASH>..<HASH> 100644
--- a/openstack_dashboard/api/cinder.py
+++ b/openstack_dashboard/api/cinder.py
@@ -65,7 +65,10 @@ def volume_list(request, search_opts=None):
To see all volumes in the cloud as an admin you can pass in a... | Catch another breakage, when cinder is unavailable
During review of backporting avoid cinder calls, this
has been discovered and should be applied to master branch.
Fixes bug <I>
Change-Id: I<I>c7fabd<I>ed<I>fc9f<I>ec<I>b2c<I>dd7c9b9ef | openstack_horizon | train |
31aaddfaf6e09f53fb6ff1b6b42b7a43f52e5f22 | diff --git a/go/client/files.go b/go/client/files.go
index <HASH>..<HASH> 100644
--- a/go/client/files.go
+++ b/go/client/files.go
@@ -82,12 +82,12 @@ func (s *FileSource) Open() error {
}
func (s *FileSource) Close() error {
- if s.file != nil {
- err := s.file.Close()
- s.file = nil
- return err
+ if s.file ==... | FileSource Close() multiple times without err | keybase_client | train |
5c92f48508bf95df758b5921b6aef3e56fa51d68 | diff --git a/lib/squall.rb b/lib/squall.rb
index <HASH>..<HASH> 100644
--- a/lib/squall.rb
+++ b/lib/squall.rb
@@ -7,6 +7,7 @@ module Squall
class NotFound < StandardError;end
class RequestError < StandardError;end
class ServerError < StandardError;end
+ class NoConfig < StandardError;end
autoload :Hyper... | Raise an error when trying to make requests without setting up Squall | Bweeb_squall | train |
252b49d75f8fb70d29aad3b270ecfe8001a6cbf3 | diff --git a/pypsa/linopf.py b/pypsa/linopf.py
index <HASH>..<HASH> 100644
--- a/pypsa/linopf.py
+++ b/pypsa/linopf.py
@@ -232,16 +232,18 @@ def define_ramp_limit_constraints(n, sns):
# fix up
gens_i = rup_i & fix_i
- lhs = linexpr((1, p[gens_i]), (-1, p_prev[gens_i]))
- rhs = n.df(c).loc[gens_i].eval... | solves #<I> (#<I>) | PyPSA_PyPSA | train |
8e6dc91dc5a2a3c254263d462eeee1c416af1c13 | diff --git a/bokeh/properties.py b/bokeh/properties.py
index <HASH>..<HASH> 100644
--- a/bokeh/properties.py
+++ b/bokeh/properties.py
@@ -480,7 +480,7 @@ class MetaHasProps(type):
# inside the instance.
subprop = copy(subprop)
if "%s" in prop.help:
- ... | don't strip of fill, line, text from Include docs | bokeh_bokeh | train |
d446a456e33c2f3e09125e91688f01a2e975f64f | diff --git a/models/reference_ext.go b/models/reference_ext.go
index <HASH>..<HASH> 100644
--- a/models/reference_ext.go
+++ b/models/reference_ext.go
@@ -11,7 +11,7 @@ func (r *Reference) UnmarshalJSON(data []byte) (err error) {
ref := reference{}
if err = json.Unmarshal(data, &ref); err == nil {
splitURL := st... | Fix bug that caused parsing out components of references to fail | intervention-engine_fhir | train |
7efd5b17208f2728e6cec438bad6ee2d201b27a2 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -17,8 +17,8 @@
# <http://www.gnu.org/licenses/>.
from datetime import date
+from distutils import log
from distutils.cmd import Command
-from distutils.command.install_data import install_data
from distutils.command.upl... | Add new setup.py command to install menu entries
This is currently only for Linux and doesn't work with 'python3 setup.py
install' - use 'pip3 install .' instead. | jim-easterbrook_Photini | train |
08ca7b5f2ae451b0de956c7db25761375515905d | diff --git a/server/client.go b/server/client.go
index <HASH>..<HASH> 100644
--- a/server/client.go
+++ b/server/client.go
@@ -2185,6 +2185,11 @@ func (c *client) checkForImportServices(acc *Account, msg []byte) {
}
// FIXME(dlc) - Do L1 cache trick from above.
rr := rm.acc.sl.Match(rm.to)
+ // If we are a ro... | ServiceImports and queue groups | nats-io_gnatsd | train |
79579cb95cf0ec793569c201562d85ee73350dc8 | diff --git a/django_uwsgi/views.py b/django_uwsgi/views.py
index <HASH>..<HASH> 100755
--- a/django_uwsgi/views.py
+++ b/django_uwsgi/views.py
@@ -5,7 +5,7 @@ from django.core.urlresolvers import reverse_lazy
from django.views.generic import View, TemplateView
from django.core.exceptions import PermissionDenied
-fr... | Another way to check if wagtail installed | unbit_django-uwsgi | train |
6ec7c9d9a8a299343b665af6ef2a402a79eb8656 | diff --git a/examples/bigdata-ping-pong/pong.php b/examples/bigdata-ping-pong/pong.php
index <HASH>..<HASH> 100644
--- a/examples/bigdata-ping-pong/pong.php
+++ b/examples/bigdata-ping-pong/pong.php
@@ -5,13 +5,14 @@ require dirname(dirname(__DIR__)) . '/vendor/autoload.php';
use React\EventLoop\Factory;
use React\Pr... | Updated the examples to the return based promises | WyriHaximus_reactphp-child-process-pool | train |
019c81f4723670396f7b8d1a4efb1d9cbe303a5a | diff --git a/app/models/bento_search/search_engine.rb b/app/models/bento_search/search_engine.rb
index <HASH>..<HASH> 100644
--- a/app/models/bento_search/search_engine.rb
+++ b/app/models/bento_search/search_engine.rb
@@ -76,7 +76,7 @@ module BentoSearch
def search(*arguments)
start_t = Time.now
- ... | rename parse_search_arguments to normalized_search_arguments, with alias to old name. Make it public too, not worth it to keep em private, too convenient for testing. | jrochkind_bento_search | train |
13384dd8a2c0e6db4c8c3123e914e8059b2f5d9e | diff --git a/lib/epub/parser/publication.rb b/lib/epub/parser/publication.rb
index <HASH>..<HASH> 100644
--- a/lib/epub/parser/publication.rb
+++ b/lib/epub/parser/publication.rb
@@ -1,7 +1,6 @@
require 'strscan'
require 'zipruby'
require 'nokogiri'
-require 'addressable/uri'
require 'epub/publication'
require 'ep... | Dont't load Addressable::URI in parse. Should be loaded in model | KitaitiMakoto_epub-parser | train |
9d07525a71e7bc12f606d8015d21425c5580e262 | diff --git a/src/callbacks.js b/src/callbacks.js
index <HASH>..<HASH> 100644
--- a/src/callbacks.js
+++ b/src/callbacks.js
@@ -92,9 +92,10 @@ jQuery.Callbacks = function( options ) {
var start = list.length;
(function add( args ) {
jQuery.each( args, function( _, arg ) {
- if ( jQuery.isFunctio... | Makes sure "adding" a string to a Callbacks object doesn't cause a stack overflow, just ignore the value like <I>.x righfully did. Fixes #<I>. Unit tests added. | jquery_jquery | train |
f7a248b1e55cbaaf9e77973ab70c8504ec339039 | diff --git a/nodeshot/models.py b/nodeshot/models.py
index <HASH>..<HASH> 100755
--- a/nodeshot/models.py
+++ b/nodeshot/models.py
@@ -451,7 +451,7 @@ class Contact(models.Model):
ip = models.GenericIPAddressField(verbose_name=_('ip address'))
user_agent = models.CharField(max_length=200, blank=True)
htt... | Found the bug. 'accept_language': [u'Ensure this value has at most <I> characters (it has <I>).'] . Close issue #<I> | ninuxorg_nodeshot | train |
35b111083c9ec8d1b7536d26691d6d8d4eabe9b8 | diff --git a/governor.py b/governor.py
index <HASH>..<HASH> 100755
--- a/governor.py
+++ b/governor.py
@@ -33,7 +33,7 @@ postgresql = Postgresql(config["postgresql"], aws_host_address)
ha = Ha(postgresql, etcd)
## Start the http_server to serve a simple healthcheck
-http_server = getHTTPServer(postgresql, http_port... | Change the governor health check default port to <I> in order to avoid a conflict with etcd proxy. | zalando_patroni | train |
be6dcd6fea6cfb1a1508e173f969523df6fcb729 | diff --git a/client/post-editor/controller.js b/client/post-editor/controller.js
index <HASH>..<HASH> 100644
--- a/client/post-editor/controller.js
+++ b/client/post-editor/controller.js
@@ -158,12 +158,27 @@ function startEditingPostCopy( siteId, postToCopyId, context ) {
} );
context.store.dispatch( editPost( s... | Copy Post: Add a metadata whitelist (#<I>)
Fixes #<I>
Adds a metadata whitelist in order to accurately control which metadata are to be copied over with the Copy Post feature.
The whitelist currently only contains `geo_latitude` and `geo_longitude`, which can be safely copied.
Most notably excluded from the whi... | Automattic_wp-calypso | train |
f0300aaaf05b5fe9bec4a79ff111f9578c03e533 | diff --git a/internal/driver/webui_test.go b/internal/driver/webui_test.go
index <HASH>..<HASH> 100644
--- a/internal/driver/webui_test.go
+++ b/internal/driver/webui_test.go
@@ -23,6 +23,7 @@ import (
"net/url"
"os/exec"
"regexp"
+ "sync"
"testing"
"github.com/google/pprof/internal/plugin"
@@ -101,6 +102,2... | Make Profile copying and encoding thread-safe. (#<I>)
Added some multi-threaded tests that allow the race detector
to detect race conditions in pprof internals. | google_pprof | train |
8d16c579af00788301fbfb7a855026b33ed92cc6 | diff --git a/lib/__init__.py b/lib/__init__.py
index <HASH>..<HASH> 100644
--- a/lib/__init__.py
+++ b/lib/__init__.py
@@ -64,7 +64,7 @@ try:
except:
__svn_version__ = 'Unable to determine SVN revision'
-__version__ = '4.0.6dev11453'
+__version__ = '4.0.6dev11485'
# End Version Information --------------------... | Problems with how the refimage and user-specified WCS parameters were applied to create the final output WCS were resolved in betadrizzle.wcs_functions. Potential conflicts between the user-specified WCS for the single drizzle step and the output WCS for the final drizzle step were also cleaned up. This allowed the be... | spacetelescope_drizzlepac | train |
d714bb9299a996d5b32bc26154e46c5dbfba67f4 | diff --git a/wakatime/log.py b/wakatime/log.py
index <HASH>..<HASH> 100644
--- a/wakatime/log.py
+++ b/wakatime/log.py
@@ -38,15 +38,18 @@ class CustomEncoder(json.JSONEncoder):
class JsonFormatter(logging.Formatter):
def setup(self, timestamp, isWrite, targetFile, version, plugin):
+ encoding = sys.getf... | fix character encoding problem with localized datetime in log | wakatime_wakatime | train |
fa25d36a0b773f258068120581d536d4c06765c9 | diff --git a/src/main/java/de/dimaki/refuel/appcast/boundary/AppcastManager.java b/src/main/java/de/dimaki/refuel/appcast/boundary/AppcastManager.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/dimaki/refuel/appcast/boundary/AppcastManager.java
+++ b/src/main/java/de/dimaki/refuel/appcast/boundary/AppcastManage... | Added SSL trust all certs feature | dimaki_refuel | train |
78017ede35abae76bb3741dddd90844747f4316a | diff --git a/extension/protobuf/src/main/java/org/openbase/jul/extension/protobuf/processing/ProtoBufJSonProcessor.java b/extension/protobuf/src/main/java/org/openbase/jul/extension/protobuf/processing/ProtoBufJSonProcessor.java
index <HASH>..<HASH> 100644
--- a/extension/protobuf/src/main/java/org/openbase/jul/extensi... | remove openbase type package filter to support any protobuf type deserialization. | openbase_jul | train |
98613d63756c5420276b24e6e87c74054bbba700 | diff --git a/lib/uv-rays/http/parser.rb b/lib/uv-rays/http/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/uv-rays/http/parser.rb
+++ b/lib/uv-rays/http/parser.rb
@@ -95,6 +95,11 @@ module UV
# If chunked we'll buffer streaming data for notification
@chunked = data == 'chunked'... | (HTTP res parser) fix head requests
Head requests now return a response - previously these were being
rejected as they set a content length then returned no content.
Also fixes header response where there are multiple values | cotag_uv-rays | train |
fecb837888f3754a06ad2a33ddcf5ee561ccadaa | diff --git a/src/Node/Blockquote.php b/src/Node/Blockquote.php
index <HASH>..<HASH> 100644
--- a/src/Node/Blockquote.php
+++ b/src/Node/Blockquote.php
@@ -32,6 +32,13 @@ class Blockquote extends Block implements NodeInterface, NodeAcceptorInterface
return $paragraph;
}
+ public function acceptHeading... | Make sure headers can be children of blockquotes. | fluxbb_commonmark | train |
c4cabdb76b6ab9ecc0244c48bf2c3c6c6646d225 | diff --git a/go/libkb/test_common.go b/go/libkb/test_common.go
index <HASH>..<HASH> 100644
--- a/go/libkb/test_common.go
+++ b/go/libkb/test_common.go
@@ -20,6 +20,7 @@ import (
"github.com/keybase/client/go/logger"
keybase1 "github.com/keybase/client/go/protocol"
+ "github.com/keybase/gregor"
)
// TestConfig... | define the FakeGregorDismisser for tests | keybase_client | train |
d8c40fc298320cc46f18e9f512f47abcb1a98c0c | diff --git a/django_jenkins/tasks/lettuce_tests.py b/django_jenkins/tasks/lettuce_tests.py
index <HASH>..<HASH> 100644
--- a/django_jenkins/tasks/lettuce_tests.py
+++ b/django_jenkins/tasks/lettuce_tests.py
@@ -3,7 +3,7 @@ import os
from optparse import make_option
from django.conf import settings
from django_jenkin... | switch from TestCase to LiveServerTestCase in lettuce_tests.py to better support liveserver option | kmmbvnr_django-jenkins | train |
d654dbafac6ccfde77ba9611c7c36e09d6c4ca73 | diff --git a/metrics/cgroups/v1/metric.go b/metrics/cgroups/v1/metric.go
index <HASH>..<HASH> 100644
--- a/metrics/cgroups/v1/metric.go
+++ b/metrics/cgroups/v1/metric.go
@@ -24,6 +24,9 @@ import (
"github.com/prometheus/client_golang/prometheus"
)
+// IDName is the name that is used to identify the id being colle... | Allow the id for cgroup metrics to be changed
This makes the metrics package more extensible by allowing the default name of
`container_id` to be changed by the package caller. | containerd_containerd | train |
b362d2a0b7072eef47a17e854b89617a13f06b81 | diff --git a/doc/bridge_connection.md b/doc/bridge_connection.md
index <HASH>..<HASH> 100644
--- a/doc/bridge_connection.md
+++ b/doc/bridge_connection.md
@@ -168,4 +168,14 @@ $httpServletRequest = $context->getHttpServletRequest();
// @see http://docs.soluble.io/php-java-bridge/api/index.html?io/soluble/pjb/servlet/P... | Prep <I>, more docs | belgattitude_soluble-japha | train |
67549727e4294be32b40f807e4f4c86218818a48 | diff --git a/AlphaTwirl/Events/BEvents.py b/AlphaTwirl/Events/BEvents.py
index <HASH>..<HASH> 100755
--- a/AlphaTwirl/Events/BEvents.py
+++ b/AlphaTwirl/Events/BEvents.py
@@ -2,9 +2,11 @@
from Branch import Branch
from Events import Events
from BranchAddressManager import BranchAddressManager
+from BranchAddressMana... | use BranchAddressManagerForVector in BEvents | alphatwirl_alphatwirl | train |
619c077eed546d866f3da1c2e4653f45049c3ba5 | diff --git a/logging/logging.go b/logging/logging.go
index <HASH>..<HASH> 100644
--- a/logging/logging.go
+++ b/logging/logging.go
@@ -82,11 +82,12 @@ func (rl *RemoteLog) CatCmd() string {
func (rl *RemoteLog) Open() (reader io.ReadCloser, e error) {
c := rl.Command()
var cmd *exec.Cmd
- if rl.User == "" {
- rl.... | keep original user (in case we need it somewhere else) | dynport_dgtk | train |
305bfe0a393686e770c5e82cdb5f75e0e438d9af | diff --git a/TYPO3.Media/Migrations/Mysql/Version20151216144408.php b/TYPO3.Media/Migrations/Mysql/Version20151216144408.php
index <HASH>..<HASH> 100644
--- a/TYPO3.Media/Migrations/Mysql/Version20151216144408.php
+++ b/TYPO3.Media/Migrations/Mysql/Version20151216144408.php
@@ -17,6 +17,7 @@ class Version20151216144408... | [BUGFIX] Thumbnail migration should clear thumbnails
To avoid unique constraint errors on applying the new index the
thumbnail table should be cleared beforehand.
Any left over resources can be cleared by executing::
./flow resource:clean | neos_neos-development-collection | train |
b4db87e7771c920d87925f7c42305a575191e879 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -85,5 +85,11 @@ export default function funcHasParam(contents, functionName, paramName, opts) {
return false;
}
- return params.includes(paramName);
+ for (i = 0; i < params.length; i++) {
+ if (... | fix(index) remove Array#includes usage
includes isn't on Array.prototype. Not sure how tests were passing.
Packages depending on func-has-param break at Array#includes, so
remove it. Wasn't able to find a Babel stage that supported it.
Consider making a ponyfill for Array#includes. | dustinspecker_func-has-param | train |
9eac6543f4ed34df0e756976761d825879322b77 | diff --git a/lib/puppet/indirector/rest.rb b/lib/puppet/indirector/rest.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/indirector/rest.rb
+++ b/lib/puppet/indirector/rest.rb
@@ -1,6 +1,7 @@
require 'net/http'
require 'uri'
require 'json'
+require 'semantic_puppet'
require 'puppet/network/http'
require 'puppet/n... | (PUP-<I>) Downgrade to pson for older servers
If we make a REST request, and the server's major version, as indicated
by the X-PUPPET-VERSION header, is less than 5, then fallback to pson
for future requests, and emit a warning:
Warning: Downgrading to PSON for future requests
Because we downgrade the preferred ... | puppetlabs_puppet | train |
2a1f0ff893f61c8e717cfe0b1dd7d2910b440b54 | diff --git a/events.go b/events.go
index <HASH>..<HASH> 100644
--- a/events.go
+++ b/events.go
@@ -16,6 +16,7 @@ var eventToInterface = map[string]interface{}{
"CHANNEL_CREATE": ChannelCreate{},
"CHANNEL_UPDATE": ChannelUpdate{},
"CHANNEL_DELETE": ChannelDelete{},
+ "CHANNEL_PI... | Added the CHANNEL_PINS_UPDATE event | bwmarrin_discordgo | train |
3138638c50bec03df19cbb036f067dac60d3042d | diff --git a/assets/query-monitor.js b/assets/query-monitor.js
index <HASH>..<HASH> 100644
--- a/assets/query-monitor.js
+++ b/assets/query-monitor.js
@@ -118,9 +118,12 @@ jQuery( function($) {
hilite = $(this).attr('data-highlight'),
time = 0;
+ if ( hilite ) {
+ table.find('tr').removeClass('qm-highlig... | Improve highlighting removal when altering filters. | johnbillion_query-monitor | train |
6d71384afb7a91429637c0267056ac7a9ccb7983 | diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb
index <HASH>..<HASH> 100644
--- a/actionview/lib/action_view/helpers/form_tag_helper.rb
+++ b/actionview/lib/action_view/helpers/form_tag_helper.rb
@@ -735,12 +735,40 @@ module ActionView
# ... | [ci skip] Added example for number_field_tag method | rails_rails | train |
b7237e248ebc27a9f55f822eadc49cf2e32220d4 | diff --git a/pyfas/ppl.py b/pyfas/ppl.py
index <HASH>..<HASH> 100644
--- a/pyfas/ppl.py
+++ b/pyfas/ppl.py
@@ -92,7 +92,7 @@ class Ppl:
except ValueError:
pass
raw_geometry.extend(points)
- if 'CATALOG' in line or 'BRANCH' in line:
+ ... | Additional criteria to stop reading geom. in ppl
Fixing a bug I found when there was an ANNULUS geometry following the BRANCH geometry, failing to fall into the break condition, appending extra incorrect values to raw_geometry. | gpagliuca_pyfas | train |
4fdbfb3f5d4353cfdb7a0d115d8ac63938fc8b3f | diff --git a/lib/jars/maven_exec.rb b/lib/jars/maven_exec.rb
index <HASH>..<HASH> 100644
--- a/lib/jars/maven_exec.rb
+++ b/lib/jars/maven_exec.rb
@@ -93,13 +93,20 @@ module Jars
args << '--quiet'
end
- if Jars.maven_user_settings.nil? && (proxy = Gem.configuration[ :proxy ]).is_a?( String )
+ ... | set maven settings in case it exists | mkristian_jar-dependencies | train |
39ccf3d3da9a68136fa27715e7d33cd7f82c1b5f | diff --git a/lib/prey/utils/managed_cache.js b/lib/prey/utils/managed_cache.js
index <HASH>..<HASH> 100644
--- a/lib/prey/utils/managed_cache.js
+++ b/lib/prey/utils/managed_cache.js
@@ -122,8 +122,8 @@ var ManagedCache = function() {
Calls back a value.
*/
this.value = function(id,force,callback) {
- if(... | remove typeof in favor of === (suggested by jslint) | prey_prey-node-client | train |
dac0d7150fcc29d48a620681818b803c277f5e3d | diff --git a/lib/holepicker/online_database.rb b/lib/holepicker/online_database.rb
index <HASH>..<HASH> 100644
--- a/lib/holepicker/online_database.rb
+++ b/lib/holepicker/online_database.rb
@@ -1,14 +1,13 @@
require 'holepicker/database'
require 'holepicker/logger'
require 'holepicker/utils'
-require 'net/http'
-re... | fix: new domain for github raw data + follow redirect to avoid further issues | mackuba_holepicker | train |
dcbe8d66af81426652973ccf8788ae0b008dda08 | diff --git a/text_formatter.go b/text_formatter.go
index <HASH>..<HASH> 100644
--- a/text_formatter.go
+++ b/text_formatter.go
@@ -69,7 +69,7 @@ func (f *TextFormatter) Format(entry *Entry) ([]byte, error) {
}
b.WriteByte('\n')
- return b.Bytes(), nil
+ return b.Bytes()[1:], nil
}
func printColored(b *bytes.B... | make sure no leading or trailing spaces
This changed printColored and printKeyValue to print in same way
with prefix space instead of trailing space, to make it easier
to slice out when returning in Format;
The test cases are to make sure msg formartting doesn't include
leading or trailing spaces;
Closes #<I> | sirupsen_logrus | train |
61c697c50941f6d66ed42399eb9471c4e8c723f0 | diff --git a/oceandb_elasticsearch_driver/mapping.py b/oceandb_elasticsearch_driver/mapping.py
index <HASH>..<HASH> 100644
--- a/oceandb_elasticsearch_driver/mapping.py
+++ b/oceandb_elasticsearch_driver/mapping.py
@@ -2,7 +2,18 @@
# SPDX-License-Identifier: Apache-2.0
mapping = '''
-{"mappings": {
+{"settings": {... | move some indexes to case insensitive | oceanprotocol_oceandb-elasticsearch-driver | train |
75a1f88d319c393355fd361ac9b5dcc062094a77 | diff --git a/test/connection-meta.test.js b/test/connection-meta.test.js
index <HASH>..<HASH> 100644
--- a/test/connection-meta.test.js
+++ b/test/connection-meta.test.js
@@ -169,7 +169,7 @@ describe("connection-meta", function() {
describe("get deleted account", function () {
it("should return deleted acco... | reduced replication timing from 2 days before to 1 day (for deleted records) | jsforce_jsforce | train |
a370a880fddcc939e8f9871bdc34b148803d70ec | diff --git a/packages/ra-ui-materialui/src/list/Empty.js b/packages/ra-ui-materialui/src/list/Empty.js
index <HASH>..<HASH> 100644
--- a/packages/ra-ui-materialui/src/list/Empty.js
+++ b/packages/ra-ui-materialui/src/list/Empty.js
@@ -10,8 +10,12 @@ const useStyles = makeStyles(
{
message: {
... | Empty component shows incorrectly in dark theme. | marmelab_react-admin | train |
0b20718338d4a4b25d012778c3856c7d5ac838bb | diff --git a/samples/replay-api/download_replays.py b/samples/replay-api/download_replays.py
index <HASH>..<HASH> 100755
--- a/samples/replay-api/download_replays.py
+++ b/samples/replay-api/download_replays.py
@@ -141,7 +141,7 @@ def main():
with open(file_path) as fd:
try:
... | Apparently replays can be corrupt in other ways, so catch everything. | Blizzard_s2client-proto | train |
e83c4d409bb92044d9dcacb16c73332787ebe1c9 | diff --git a/classes/PodsAdmin.php b/classes/PodsAdmin.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAdmin.php
+++ b/classes/PodsAdmin.php
@@ -936,6 +936,11 @@ class PodsAdmin {
],
];
+ // Do not show Groups/Fields if in types-only mode.
+ if ( pods_is_types_only() ) {
+ unset( $fields['group_count'], ... | Remove groups/fields counts from Edit Pods screen if types-only mode is on | pods-framework_pods | train |
7b9b96de81ef726f845f544023f1e03e6992b8b3 | diff --git a/code/libraries/koowa/libraries/dispatcher/response/transport/http.php b/code/libraries/koowa/libraries/dispatcher/response/transport/http.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/libraries/dispatcher/response/transport/http.php
+++ b/code/libraries/koowa/libraries/dispatcher/response/tran... | basename, pathinfo is not safe for UTF-8 characters
The fix is to rewrite the string so each part starts with a space and then to trim the result. For example "foo/bar" would become " foo/ bar" and the end value " bar" would be trimmed to "bar" | timble_kodekit | train |
f40f95b269386b20066b5bee3ea382b3439c23ab | diff --git a/src/Composer/DependencyResolver/SolverProblemsException.php b/src/Composer/DependencyResolver/SolverProblemsException.php
index <HASH>..<HASH> 100644
--- a/src/Composer/DependencyResolver/SolverProblemsException.php
+++ b/src/Composer/DependencyResolver/SolverProblemsException.php
@@ -43,7 +43,7 @@ class S... | Add a note that a user could have forgotten to add a custom repo if package not found | composer_composer | train |
026e54935f4dd0f22eb0ae4a1606d546a6a33641 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -187,7 +187,9 @@ function Driver (options) {
this._updateBalance()
])
.then(function () {
- if (self._destroyed) return
+ if (self._destroyed) {
+ return Q.reject(new Error('destroyed'))
+ ... | if tim is destroyed before it starts, reject ready promise | tradle_tim-old-engine | train |
47dc4745cb5ac08ddc76f1b7390474eaea790f71 | diff --git a/api/base/http.go b/api/base/http.go
index <HASH>..<HASH> 100644
--- a/api/base/http.go
+++ b/api/base/http.go
@@ -29,18 +29,18 @@ type HTTPCaller interface {
// HandleHTTPFailure returns the failure serialized in the response
// body. This function should only be called if the status code is not
// htt... | Drop a superfluous error return. | juju_juju | train |
bbac3772704d5a1a202635811cf0e645f070792e | diff --git a/src/Adaptor/CakeFabricateAdaptor.php b/src/Adaptor/CakeFabricateAdaptor.php
index <HASH>..<HASH> 100644
--- a/src/Adaptor/CakeFabricateAdaptor.php
+++ b/src/Adaptor/CakeFabricateAdaptor.php
@@ -7,6 +7,7 @@
*/
namespace CakeFabricate\Adaptor;
+use Cake\ORM\Locator\LocatorAwareTrait;
use Fabricate\Adap... | Update to CakePHP <I> | sizuhiko_cakephp-fabricate-adaptor | train |
d2a2db18f59d9eb7111bad174497601a789cd7c0 | diff --git a/lib/Skeleton/Core/Util.php b/lib/Skeleton/Core/Util.php
index <HASH>..<HASH> 100644
--- a/lib/Skeleton/Core/Util.php
+++ b/lib/Skeleton/Core/Util.php
@@ -21,7 +21,7 @@ class Util {
*/
public static function rewrite_reverse_html($html) {
$html = preg_replace_callback(
- '@\<([^>]*) (href|src|actio... | Don't rewrite protocol-relative url | tigron_skeleton-core | train |
63b452931c9ccb05afd1a8776ccf21d82de7654e | diff --git a/www/src/py_bytes.js b/www/src/py_bytes.js
index <HASH>..<HASH> 100644
--- a/www/src/py_bytes.js
+++ b/www/src/py_bytes.js
@@ -1276,8 +1276,13 @@ function $UnicodeDecodeError(encoding, position){
"' codec can't decode bytes in position " + position)
}
-function _hex(_int){return _int.toString(16... | Fix bug in bytes.decode() : throw an exception when a key in decoding_table maps to undefined. Related to issue #<I>. | brython-dev_brython | train |
cfc948469b7363f24ca82cb3407abdf3126a113b | diff --git a/tests/test_cli.py b/tests/test_cli.py
index <HASH>..<HASH> 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -569,7 +569,7 @@ def test_set_kernel_auto(py_file, tmpdir):
nb = readf(tmp_ipynb)
kernel_name = nb.metadata['kernelspec']['name']
- assert get_kernel_spec(kernel_name).argv[0]... | Travis only has the default Python kernel
#<I> | mwouts_jupytext | train |
29148edc44dd3fe6f6196892adac6bf3e2ba5e59 | diff --git a/server/server_test.go b/server/server_test.go
index <HASH>..<HASH> 100644
--- a/server/server_test.go
+++ b/server/server_test.go
@@ -60,59 +60,76 @@ func stackFatalf(t tLogger, f string, args ...interface{}) {
t.Fatalf("%s", strings.Join(lines, "\n"))
}
-// Helper function that fails if number of cli... | Use generic helper functions for checking and waiting on counts | nats-io_nats-streaming-server | train |
78216dae6a7fc75a5c054203f00d8a99fe4a53ec | diff --git a/packages/origin.js/src/contract-service.js b/packages/origin.js/src/contract-service.js
index <HASH>..<HASH> 100644
--- a/packages/origin.js/src/contract-service.js
+++ b/packages/origin.js/src/contract-service.js
@@ -1,4 +1,4 @@
-import ListingsRegistryContract from '../../originSmartContracts/build/contr... | Fixed dir name of contracts to `contracts` | OriginProtocol_origin-js | train |
d9fa7e2f35a617268f5b6d79f82bbe02c619a9d4 | diff --git a/tests/PayloadTest.php b/tests/PayloadTest.php
index <HASH>..<HASH> 100644
--- a/tests/PayloadTest.php
+++ b/tests/PayloadTest.php
@@ -125,7 +125,7 @@ class PayloadTest extends AbstractTestCase
{
$values = $this->payload->get(['sub', 'jti']);
- list($sub, $jti) = $values;
+ [$s... | Apply fixes from StyleCI (#<I>)
[ci skip] [skip ci] | tymondesigns_jwt-auth | train |
9c4622847a22d3c7fe6cf574af9ee611634404b4 | diff --git a/items.js b/items.js
index <HASH>..<HASH> 100644
--- a/items.js
+++ b/items.js
@@ -113,19 +113,12 @@ export class InlineStyleItem extends IconItem {
}
apply(pm) {
let sel = pm.selection
- if (this.active(pm)) {
- if (sel.empty)
- pm.setInlineStyle(this.style, false)
- else
- ... | Remove range param from setInlineStyle, rename to setStyle | ProseMirror_prosemirror-menu | train |
93b3bf61864c1cd1959a1662a74425bcfedaef95 | diff --git a/package/lib/connection.js b/package/lib/connection.js
index <HASH>..<HASH> 100644
--- a/package/lib/connection.js
+++ b/package/lib/connection.js
@@ -236,7 +236,7 @@ Connection.prototype._autoreconnect_advance = function () {
self._retry_count += 1;
var res;
- if (self._retry && self._retry_cou... | Allow infinite retries
Allow to set `max_retries` to `-1` to allow infinite reconnection attempts | crossbario_autobahn-js | train |
19677803010465a8a6a8d04999065a0c6dacb600 | diff --git a/ella/newman/media/js/inlines.js b/ella/newman/media/js/inlines.js
index <HASH>..<HASH> 100644
--- a/ella/newman/media/js/inlines.js
+++ b/ella/newman/media/js/inlines.js
@@ -35,9 +35,14 @@
var o = preset.data[i];
if (o.name == 'placement_set-0-listings') desired_no++;
}
+... | Loading presets with inlines now handles deleting. Fixes #<I> | ella_ella | train |
440e5489011089a1df778b762e129e1694551556 | diff --git a/docs/chart_repository.md b/docs/chart_repository.md
index <HASH>..<HASH> 100644
--- a/docs/chart_repository.md
+++ b/docs/chart_repository.md
@@ -23,7 +23,7 @@ alpine-0.1.0:
name: alpine
url: https://storage.googleapis.com/kubernetes-charts/alpine-0.1.0.tgz
created: 2016-05-26 11:23:44.086354411 +... | feat(repo): use OCI style digest identifiers
Use the same format as the Open Container Initiative for a digest
string. <URL> | helm_helm | train |
1840bb4be8a1356ae092bf4a59ead37f2e8ade8f | diff --git a/django_inline_wrestler/static/django_inline_wrestler/css/django-inline-wrestler.css b/django_inline_wrestler/static/django_inline_wrestler/css/django-inline-wrestler.css
index <HASH>..<HASH> 100644
--- a/django_inline_wrestler/static/django_inline_wrestler/css/django-inline-wrestler.css
+++ b/django_inline... | minor fix to stacked inline positioning | ninapavlich_django-list-wrestler | train |
cbc8423e2bb9ecdc1684539c7065c7f73289ad17 | diff --git a/tools/merge_flink_pr.py b/tools/merge_flink_pr.py
index <HASH>..<HASH> 100755
--- a/tools/merge_flink_pr.py
+++ b/tools/merge_flink_pr.py
@@ -92,7 +92,7 @@ def continue_maybe(prompt):
fail("Okay, exiting")
-original_head = run_cmd("git rev-parse HEAD")[:8]
+original_head = run_cmd("git rev-par... | [tools] Add --abbrev-ref to get the right branch name of HEAD
Add --abbrev-ref to get the right branch name of HEAD rather than checksum to return back to original branch.
Without it will make merge tool to go to unnamed branch.
Somehow old PR #<I> could not be reopen so submit new one. Sorry | apache_flink | train |
938a71c410cdebd8a8e3d98f7907187a4d183e1a | diff --git a/mex.go b/mex.go
index <HASH>..<HASH> 100644
--- a/mex.go
+++ b/mex.go
@@ -96,8 +96,9 @@ type messageExchange struct {
mexset *messageExchangeSet
framePool FramePool
- // shutdownAtomic is an atomically updated uint32.
+ // The following are atomically updated uint32.
shutdownAtomic uint32
+ errC... | Don't call shutdown on connection failures
Calling shutdown causes data races since the reader/writer goroutine may
still have a reference to the sendCh, but shutdown decrements this
reference. We should instead unblock readers/writers by notifying them
of the error, and they can call shutdown. | uber_tchannel-go | train |
762133aea6b5e3f3635d7157cd7a9ff9127342f3 | diff --git a/js/hollaex.js b/js/hollaex.js
index <HASH>..<HASH> 100644
--- a/js/hollaex.js
+++ b/js/hollaex.js
@@ -1182,19 +1182,20 @@ module.exports = class hollaex extends Exchange {
const defaultExpires = this.safeInteger2 (this.options, 'api-expires', 'expires', parseInt (this.timeout / 1000));
... | hollaex private POST sign fix | ccxt_ccxt | train |
d4488c880e031a951e14bbc064b51841149fa4a3 | diff --git a/tofu/entrypoints/tofucalc.py b/tofu/entrypoints/tofucalc.py
index <HASH>..<HASH> 100755
--- a/tofu/entrypoints/tofucalc.py
+++ b/tofu/entrypoints/tofucalc.py
@@ -11,12 +11,6 @@ plt.switch_backend('Qt5Agg')
plt.ioff()
-# import parser dict
-sys.path.insert(1, _TOFUPATH)
-from scripts._dparser import _D... | [Issue<I>] Minor debugging (_TOFUPATH was used before definition) | ToFuProject_tofu | train |
56c4888aeae156f026b01a006c421dff11903903 | diff --git a/src/scripts/src/choices.js b/src/scripts/src/choices.js
index <HASH>..<HASH> 100644
--- a/src/scripts/src/choices.js
+++ b/src/scripts/src/choices.js
@@ -1896,6 +1896,7 @@ class Choices {
) {
let passedValue = isType('String', value) ? value.trim() : value;
const passedKeyCode = keyCode;
+ ... | Add custom properties to 'addItem' event | jshjohnson_Choices | train |
ef27fc6ae8ede540383a86e0c4ce18249db06965 | diff --git a/grab/spider/base.py b/grab/spider/base.py
index <HASH>..<HASH> 100644
--- a/grab/spider/base.py
+++ b/grab/spider/base.py
@@ -480,9 +480,9 @@ class Spider(SpiderPattern, SpiderStat):
def find_data_handler(self, data):
try:
- handler = getattr(self, 'data_%s' % data.name)
+ ... | Enchance Data object to support multiple items | lorien_grab | train |
e9c112e11135888eb0b470f8faa42b076b909aae | diff --git a/clearly/expected_state.py b/clearly/expected_state.py
index <HASH>..<HASH> 100644
--- a/clearly/expected_state.py
+++ b/clearly/expected_state.py
@@ -1,8 +1,6 @@
# coding=utf-8
from __future__ import absolute_import, print_function, unicode_literals
-from contextlib import contextmanager
-
from celery... | refac(expected_state) new stateless implementation | rsalmei_clearly | train |
939135b8c2be7661f1363f2640fd6add5cbcc499 | diff --git a/neural_nets/pycuda_ops/elementwise.py b/neural_nets/pycuda_ops/elementwise.py
index <HASH>..<HASH> 100644
--- a/neural_nets/pycuda_ops/elementwise.py
+++ b/neural_nets/pycuda_ops/elementwise.py
@@ -1,5 +1,6 @@
import numpy as np
from .. import sampler
+from .matrix import extract_columns, insert_columns
... | implemented dropout on a subset of columns | hannes-brt_hebel | train |
128d1f2919258ff80a8875ed6a7c6b0f60acf674 | diff --git a/sinks/gcmautoscaling/driver.go b/sinks/gcmautoscaling/driver.go
index <HASH>..<HASH> 100644
--- a/sinks/gcmautoscaling/driver.go
+++ b/sinks/gcmautoscaling/driver.go
@@ -38,6 +38,10 @@ var (
Key: "compute.googleapis.com/resource_type",
Description: "Resource types for nodes specific for GCE."... | Added comments, replaced string literals with constants | kubernetes-retired_heapster | train |
751b46f117ce8084eef5dca29eec57a6c371db57 | diff --git a/hazelcast/src/main/java/com/hazelcast/nio/tcp/nonblocking/NonBlockingIOThread.java b/hazelcast/src/main/java/com/hazelcast/nio/tcp/nonblocking/NonBlockingIOThread.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/nio/tcp/nonblocking/NonBlockingIOThread.java
+++ b/hazelcast/src/ma... | Reordered a few probe fields on tcp objects | hazelcast_hazelcast | train |
cac05c848de026335ac5d5022070ba53afcc333a | diff --git a/src/main/java/com/coveros/selenified/element/WaitFor.java b/src/main/java/com/coveros/selenified/element/WaitFor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/coveros/selenified/element/WaitFor.java
+++ b/src/main/java/com/coveros/selenified/element/WaitFor.java
@@ -289,7 +289,8 @@ public class ... | add expected condition for element no longer visible | Coveros_selenified | train |
d0f2e8e3e2f7d59f669f053b0e17b05c6ecd65ee | diff --git a/src/main/java/io/katharsis/queryParams/QueryParams.java b/src/main/java/io/katharsis/queryParams/QueryParams.java
index <HASH>..<HASH> 100644
--- a/src/main/java/io/katharsis/queryParams/QueryParams.java
+++ b/src/main/java/io/katharsis/queryParams/QueryParams.java
@@ -316,20 +316,16 @@ public class QueryP... | #<I> allowed multiple inclusions | katharsis-project_katharsis-framework | train |
acc396f2677f17452e501e76de24daa529f84fe3 | diff --git a/src/assertions/index.js b/src/assertions/index.js
index <HASH>..<HASH> 100644
--- a/src/assertions/index.js
+++ b/src/assertions/index.js
@@ -9,32 +9,19 @@ var deepEqual = require('fast-deep-equal/es6');
/**
* Function returning whether the given graphs have the same nodes.
*
- * @param {Graph} G -... | [assertions] refactoring through abstractions | graphology_graphology | train |
2ded589254f427317fc13591b9e2b2d44e57c7cd | diff --git a/src/views/layout/main.blade.php b/src/views/layout/main.blade.php
index <HASH>..<HASH> 100644
--- a/src/views/layout/main.blade.php
+++ b/src/views/layout/main.blade.php
@@ -2,7 +2,7 @@
<div id="brdmain">
-@if ($errors->has())
+@if (isset($errors) and $errors->has())
<div class="alert alert-danger">... | Take care of missing $errors variable. | fluxbb_core | train |
8da26f8030d8c670d9939bda79cad530c50fa823 | diff --git a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialSwitch.java b/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialSwitch.java
index <HASH>..<HASH> 100644
--- a/gwt-material/src/main/java/gwt/material/design/client/ui/MaterialSwitch.java
+++ b/gwt-material/src/main/java/gwt/mat... | #<I> MaterialSwitch problem with multiple ClickHandler registrations and ClickHandler order of registration
Move to Constructor in order to guarantee that it is only once
registered.
As well this resolved the problem that the value of the Action isn't
right when reading it in an onClick Handler. If the clickHandler is... | GwtMaterialDesign_gwt-material | train |
37ba8f5c990ae27a3f0f11e32f217218e908fc71 | diff --git a/framework/assets/yii.validation.js b/framework/assets/yii.validation.js
index <HASH>..<HASH> 100644
--- a/framework/assets/yii.validation.js
+++ b/framework/assets/yii.validation.js
@@ -203,16 +203,16 @@ yii.validation = (function ($) {
valid = value !== compareValue;
... | Fixes #<I> value also has to be parsed. | yiisoft_yii-core | train |
3cb549ac03a678bd3355561b734bf7b22f3b11b1 | diff --git a/pmagpy_tests/test_imports3.py b/pmagpy_tests/test_imports3.py
index <HASH>..<HASH> 100644
--- a/pmagpy_tests/test_imports3.py
+++ b/pmagpy_tests/test_imports3.py
@@ -187,9 +187,16 @@ class Test_iodp_srm_magic(unittest.TestCase):
pass
def tearDown(self):
- filelist = ['measurements.tx... | fix output file writing in iodp_srm_magic | PmagPy_PmagPy | train |
6c8e3664d466fa8a3653f70537b7a66c024aed19 | diff --git a/src/main/java/hex/gbm/DRF.java b/src/main/java/hex/gbm/DRF.java
index <HASH>..<HASH> 100644
--- a/src/main/java/hex/gbm/DRF.java
+++ b/src/main/java/hex/gbm/DRF.java
@@ -221,7 +221,7 @@ public class DRF extends FrameJob {
Log.info(Sys.DRF__,"DRF done in "+t_drf);
// Remove temp ... | Was over-nuking the response col by mistake | h2oai_h2o-2 | train |
fb2cd8fc3e3a5bb433e88981d0e2b0dc9d00ab2f | diff --git a/drivers/bridge/setup_ip_tables.go b/drivers/bridge/setup_ip_tables.go
index <HASH>..<HASH> 100644
--- a/drivers/bridge/setup_ip_tables.go
+++ b/drivers/bridge/setup_ip_tables.go
@@ -138,6 +138,7 @@ func setupIPTablesInternal(bridgeIface string, addr net.Addr, icc, ipmasq, hairp
address = addr.String()... | Allow inter-network connectivity via exposed ports | docker_libnetwork | train |
fffba071534ca116d040d04753e3da5611c3b1ae | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-# master
+# Master
-...
+# Version 0.0.9
+
+### Changed
+
+* Many strategy (persistence): setter `roles=` does not call save anymore, so it does not persist new records!
# Version 0.0.6
d... | cosmetic preps for <I> | stanislaw_simple_roles | train |
857b2d27abe6ebdd42fe0514a60f0f035817dbef | diff --git a/openquake/server/db/actions.py b/openquake/server/db/actions.py
index <HASH>..<HASH> 100644
--- a/openquake/server/db/actions.py
+++ b/openquake/server/db/actions.py
@@ -16,7 +16,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with OpenQuake. If not, see <http:/... | Compatibility with Django <I> | gem_oq-engine | train |
fa552914353002ab2ca72edff3299674444a7f11 | diff --git a/salt/modules/rbenv.py b/salt/modules/rbenv.py
index <HASH>..<HASH> 100644
--- a/salt/modules/rbenv.py
+++ b/salt/modules/rbenv.py
@@ -178,6 +178,7 @@ def install_ruby(ruby, runas=None):
ret = {}
ret = _rbenv_exec('install', ruby, env=env, runas=runas, ret=ret)
if ret['retcode'] == 0:
+ ... | Add rehash method for rbenv module
- After installing gems or rubies, rbenv rehash should be run
- No harm in running it multiple times or when not strictly needed in
the do method. | saltstack_salt | train |
554d714e29d41741b81ad5c1f32b9fb71c1b5433 | diff --git a/agent_proxy.go b/agent_proxy.go
index <HASH>..<HASH> 100644
--- a/agent_proxy.go
+++ b/agent_proxy.go
@@ -21,6 +21,16 @@ import (
// assert that the HostAgent implements the LoadBalancer interface
var _ LoadBalancer = &HostAgent{}
+type ServiceLogInfo struct {
+ ServiceID string
+ Message string
+}
+... | Added SendLogMessage method to send logs from the proxy to the master | control-center_serviced | train |
8394cb6ccc65ad583f993c83807090006a7cd025 | diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index <HASH>..<HASH> 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -1792,7 +1792,7 @@ class Gitlab(object):
:param project_id: The ID of a project
:return: list of the labels
"""
- request = requests.get("{0}/{1}/labels... | Fix a small problem with getlabels | pyapi-gitlab_pyapi-gitlab | train |
f9ae1f7deb2abf6cb937de1d3b4da7304a44d7b5 | diff --git a/simulator/src/main/java/com/hazelcast/simulator/worker/MemberWorker.java b/simulator/src/main/java/com/hazelcast/simulator/worker/MemberWorker.java
index <HASH>..<HASH> 100644
--- a/simulator/src/main/java/com/hazelcast/simulator/worker/MemberWorker.java
+++ b/simulator/src/main/java/com/hazelcast/simulato... | Fixed NPE in MemberWorker shutdown when running without performance monitoring. | hazelcast_hazelcast-simulator | train |
64fae6c5d91fa856c628240e3da9b5874ec60115 | diff --git a/worker/rsyslog/rsyslog_test.go b/worker/rsyslog/rsyslog_test.go
index <HASH>..<HASH> 100644
--- a/worker/rsyslog/rsyslog_test.go
+++ b/worker/rsyslog/rsyslog_test.go
@@ -66,11 +66,14 @@ func (s *RsyslogSuite) TestTearDown(c *gc.C) {
func (s *RsyslogSuite) TestRsyslogCert(c *gc.C) {
st, m := s.st, s.ma... | rsyslog: exercise rsyslogHosts conditional logic in test | juju_juju | train |
8f3f624c22632afde6ae4864b062251dd7323ef7 | diff --git a/lib/api/npm.js b/lib/api/npm.js
index <HASH>..<HASH> 100644
--- a/lib/api/npm.js
+++ b/lib/api/npm.js
@@ -79,7 +79,7 @@ async function getDependency(name, logger) {
logger.trace({ dependency: dep }, JSON.stringify(dep));
return dep;
} catch (err) {
- logger.warn(`Dependency not found: ${nam... | refactor(npm): Don’t warn twice in logs for dep lookup
Closes #<I> | renovatebot_renovate | train |
280f0b46618d201e6e2f89f938c8d6b66dc12eea | diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/parser/scope.rb
+++ b/lib/puppet/parser/scope.rb
@@ -519,14 +519,14 @@ class Puppet::Parser::Scope
# of the objects contained in this scope.
def tag(*ary)
ary.each { |tag|
- un... | Still trying to track down the tagging problem
git-svn-id: <URL> | puppetlabs_puppet | train |
b3c9a3c4c549e2b1f8fe3efdc5cd1e02fbde51fe | diff --git a/tests/TestCase.php b/tests/TestCase.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -67,5 +67,7 @@ class TestCase extends \Orchestra\Testbench\TestCase
'database' => ':memory:',
'prefix' => '',
]);
+ //If the database redis ha... | Make all tests pass by removing the redis prefix in the Laravel config | spiritix_lada-cache | train |
0359483c694abe2296a10d7ebf6e67b3a16957fc | diff --git a/SingularityBase/src/main/java/com/hubspot/mesos/MesosUtils.java b/SingularityBase/src/main/java/com/hubspot/mesos/MesosUtils.java
index <HASH>..<HASH> 100644
--- a/SingularityBase/src/main/java/com/hubspot/mesos/MesosUtils.java
+++ b/SingularityBase/src/main/java/com/hubspot/mesos/MesosUtils.java
@@ -10,7 ... | Minor cosmetics changes based on comments | HubSpot_Singularity | train |
93fa5717d31506fb7cfeb34f12176d0482033585 | diff --git a/nabu/provider/CNabuProviderFactory.php b/nabu/provider/CNabuProviderFactory.php
index <HASH>..<HASH> 100644
--- a/nabu/provider/CNabuProviderFactory.php
+++ b/nabu/provider/CNabuProviderFactory.php
@@ -68,7 +68,8 @@ class CNabuProviderFactory extends CNabuObject implements INabuSingleton
$this->nb... | add PDF as Interface collection to Providers Factory | nabu-3_core | train |
c1d195bf5a8d5fee5a324cc01177243edc1eb13f | diff --git a/src/Import_Command.php b/src/Import_Command.php
index <HASH>..<HASH> 100644
--- a/src/Import_Command.php
+++ b/src/Import_Command.php
@@ -5,7 +5,7 @@ class Import_Command extends WP_CLI_Command {
var $processed_posts = array();
/**
- * Import content from a WXR file.
+ * Imports content from a give... | Convert import command help summary (and other method DocBlock summaries) to use third-person singular verbs. | wp-cli_import-command | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.