hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
e97b58fc6e2ed206521eb15e3fa015095baa68df | diff --git a/lib/actions/ui.js b/lib/actions/ui.js
index <HASH>..<HASH> 100644
--- a/lib/actions/ui.js
+++ b/lib/actions/ui.js
@@ -78,16 +78,7 @@ export function matchContentToUrl (location) {
dispatch(setMapCenter({ lat, lon }))
dispatch(setMapZoom({ zoom }))
// If router ID is provided, ove... | refactor: address PR #<I> comments | opentripplanner_otp-react-redux | train |
22646521a0c6f7a5dcae34d57768fc48c3d3f451 | diff --git a/lib/hamlit/parser.rb b/lib/hamlit/parser.rb
index <HASH>..<HASH> 100644
--- a/lib/hamlit/parser.rb
+++ b/lib/hamlit/parser.rb
@@ -82,7 +82,7 @@ module Hamlit
scanner = StringScanner.new(line)
scanner.scan(/ +/)
- if scanner.match?(/\#{/)
+ if scanner.scan(/\\/) || scanner.match?(/... | Escape after backslash
Fixes #<I>. | haml_haml | train |
2bbd2967881a9e801a53aa2c9b82af39a78c07be | diff --git a/elki-clustering/src/main/java/elki/clustering/kmeans/spherical/SphericalHamerlyKMeans.java b/elki-clustering/src/main/java/elki/clustering/kmeans/spherical/SphericalHamerlyKMeans.java
index <HASH>..<HASH> 100644
--- a/elki-clustering/src/main/java/elki/clustering/kmeans/spherical/SphericalHamerlyKMeans.jav... | Also make lower bounds tighter in SphericalHamerly | elki-project_elki | train |
b50666296bb80d16d10f87686eb3cf6b232f9b74 | diff --git a/immortal.gemspec b/immortal.gemspec
index <HASH>..<HASH> 100644
--- a/immortal.gemspec
+++ b/immortal.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.require_paths = ['lib']
- s.add_dependency 'activerecor... | Fix for rails <I> | redbooth_immortal | train |
4a646d64bdcf9782a823afbb7f02b5b1daedebd7 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -426,7 +426,7 @@ function respond(params, requestContext, renderer, renderedView, include, includ
includeProperties.forEach( function (item, index, array) {
viewContext.include[item] = rende... | Fixed a bug that caused an error if a view didn't exist in the case of a controller handoff | jaysylvester_citizen | train |
36aba632d4406d4d0a2053df7c2f9192ebaeef81 | diff --git a/fanarttvapi/src/main/java/com/moviejukebox/fanarttv/model/FanartTvArtwork.java b/fanarttvapi/src/main/java/com/moviejukebox/fanarttv/model/FanartTvArtwork.java
index <HASH>..<HASH> 100644
--- a/fanarttvapi/src/main/java/com/moviejukebox/fanarttv/model/FanartTvArtwork.java
+++ b/fanarttvapi/src/main/java/co... | Added "all" to the allowed artwork types | Omertron_api-fanarttv | train |
50966dd86f3f51ffe293b4b60096a38f2b694120 | diff --git a/definitions/npm/knex_v0.12.x/flow_v0.38.x-/knex_v0.12.x.js b/definitions/npm/knex_v0.12.x/flow_v0.38.x-/knex_v0.12.x.js
index <HASH>..<HASH> 100644
--- a/definitions/npm/knex_v0.12.x/flow_v0.38.x-/knex_v0.12.x.js
+++ b/definitions/npm/knex_v0.12.x/flow_v0.38.x-/knex_v0.12.x.js
@@ -24,6 +24,7 @@ declare cla... | [knex_<I>.x] Add a new definition for knex.where() (#<I>) | flow-typed_flow-typed | train |
7f5d56ed3a51aca14fa60247a90ca0cd11db0e0d | diff --git a/app/controllers/clearance/sessions_controller.rb b/app/controllers/clearance/sessions_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/clearance/sessions_controller.rb
+++ b/app/controllers/clearance/sessions_controller.rb
@@ -2,7 +2,6 @@ class Clearance::SessionsController < Clearance::Base... | Enable forgery protection on sessions#create
This line has existed since <I>, and yet I can determine no
justification for it. It seems to me that we *would* want CSRF
protection on `session#create`.
On its own, skipping CSRF protection in just this single action doesn't
seem particularly useful to an attacker. Addit... | thoughtbot_clearance | train |
13eabbdde3ddebe43fa9828e26ca467166069409 | diff --git a/test/unit/v1.0.0/normalize-v1.test.js b/test/unit/v1.0.0/normalize-v1.test.js
index <HASH>..<HASH> 100644
--- a/test/unit/v1.0.0/normalize-v1.test.js
+++ b/test/unit/v1.0.0/normalize-v1.test.js
@@ -2569,5 +2569,31 @@ describe('v1.0.0 normalization', function () {
done();
});
... | :white_check_mark: Added unit tests for v1 type normalization | postmanlabs_postman-collection-transformer | train |
42d419171f6efcf5a388173203e2fb752a38d7d2 | diff --git a/lib/zk/locker/exclusive_locker.rb b/lib/zk/locker/exclusive_locker.rb
index <HASH>..<HASH> 100644
--- a/lib/zk/locker/exclusive_locker.rb
+++ b/lib/zk/locker/exclusive_locker.rb
@@ -35,10 +35,15 @@ module ZK
# (see LockerBase#assert!)
#
+ # checks that we:
+ #
+ # * we have o... | more doc polishing, assert! should call super in both subclasses
seems a bit silly, but we might customize in the future, and we
want to document the differences in conditions assert! is checking
for in exclusive and shared
[ci skip] | zk-ruby_zk | train |
80f4caf4536d81004d18fb6fcf22bc7105d8c274 | diff --git a/test/setup.js b/test/setup.js
index <HASH>..<HASH> 100644
--- a/test/setup.js
+++ b/test/setup.js
@@ -45,8 +45,7 @@ function setupTestDOMWindow(chromeObject, browserObject = undefined) {
if (browserObject) {
window.browser = browserObject;
} else {
- // TODO: change into `delete windo... | chore: Use `delete window.browser` in `setupTestDOMWindow` (#<I>)
This patch remove a workaround introduced in #2, because it has been fixed upstream and the workaround is not needed anymore (when using a nodejs version >= 8). | mozilla_webextension-polyfill | train |
33365bdd00f682a9966083882e1a2947b30b3035 | diff --git a/netpyne/sim/run.py b/netpyne/sim/run.py
index <HASH>..<HASH> 100644
--- a/netpyne/sim/run.py
+++ b/netpyne/sim/run.py
@@ -214,8 +214,15 @@ def runSimWithIntervalFunc(interval, func, timeRange=None, funcArgs=None):
if type(funcArgs) == dict:
kwargs.update(funcArgs)
- if sim.rank == 0:
- ... | Enable CoreNEURON also in runSimWithIntervalFunc | Neurosim-lab_netpyne | train |
c80ffb60a8e45a6decf2cd8d8fbdf133699f8b66 | diff --git a/packages/core-js/modules/web.url.js b/packages/core-js/modules/web.url.js
index <HASH>..<HASH> 100644
--- a/packages/core-js/modules/web.url.js
+++ b/packages/core-js/modules/web.url.js
@@ -306,6 +306,7 @@ var parseURL = function (url, input, stateOverride, base) {
var seenPasswordToken = false;
var ... | remove leading and trailing spaces in all required cases | zloirock_core-js | train |
6d591bcffc139d1d9c59c6a0f44e364077440286 | diff --git a/Branch-SDK/src/io/branch/referral/Branch.java b/Branch-SDK/src/io/branch/referral/Branch.java
index <HASH>..<HASH> 100644
--- a/Branch-SDK/src/io/branch/referral/Branch.java
+++ b/Branch-SDK/src/io/branch/referral/Branch.java
@@ -282,7 +282,7 @@ public class Branch implements BranchViewHandler.IBranchViewE... | Disabling FB app link check by default | BranchMetrics_android-branch-deep-linking | train |
0922b1d8aad735c9ca5afe006f642344b543b7e9 | diff --git a/flow/component.js b/flow/component.js
index <HASH>..<HASH> 100644
--- a/flow/component.js
+++ b/flow/component.js
@@ -35,8 +35,8 @@ declare interface Component {
$mount: (el?: Element | string, hydrating?: boolean) => Component;
$forceUpdate: () => void;
$destroy: () => void;
- $set: (obj: Array<... | improve set/delete API (#<I>) | IOriens_wxml-transpiler | train |
0619bfadf0613a091e6888f8521fa92c7f621c61 | diff --git a/sunspot/lib/sunspot/query/composite_fulltext.rb b/sunspot/lib/sunspot/query/composite_fulltext.rb
index <HASH>..<HASH> 100644
--- a/sunspot/lib/sunspot/query/composite_fulltext.rb
+++ b/sunspot/lib/sunspot/query/composite_fulltext.rb
@@ -41,12 +41,14 @@ module Sunspot
end
def to_subquery
+ ... | Do not add empty connective to the query | sunspot_sunspot | train |
a08314cfca1713aac599ad532594665f1d0c81cd | diff --git a/empire/manager.go b/empire/manager.go
index <HASH>..<HASH> 100644
--- a/empire/manager.go
+++ b/empire/manager.go
@@ -74,21 +74,9 @@ func (m *manager) ScaleRelease(release *Release, config *Config, slug *Slug, for
func (m *manager) scaleProcess(release *Release, config *Config, slug *Slug, p *Process, q i... | Add ScaleDown and ScaleUp functions. | remind101_empire | train |
3dcfe36f1c82f73bfad7d1eb3c3c8188de577415 | diff --git a/emxccompiler.py b/emxccompiler.py
index <HASH>..<HASH> 100644
--- a/emxccompiler.py
+++ b/emxccompiler.py
@@ -177,7 +177,8 @@ class EMXCCompiler (UnixCCompiler):
# -- Miscellaneous methods -----------------------------------------
- # overwrite the one from CCompiler to support rc and res-files... | - comment improvement
- implement viable library search routine for EMX | pypa_setuptools | train |
0b68f05700a9c6560470b07dccdab447095141ea | diff --git a/src/PUGX/StatsBundle/Service/RedisPersister.php b/src/PUGX/StatsBundle/Service/RedisPersister.php
index <HASH>..<HASH> 100644
--- a/src/PUGX/StatsBundle/Service/RedisPersister.php
+++ b/src/PUGX/StatsBundle/Service/RedisPersister.php
@@ -86,16 +86,16 @@ class RedisPersister implements PersisterInterface
... | requested repository are now in a sorted set, with unique key | PUGX_badge-poser | train |
267bba7a68eec6c86323c94947880ce19b0a6df3 | diff --git a/lib/gscraper/search/query.rb b/lib/gscraper/search/query.rb
index <HASH>..<HASH> 100644
--- a/lib/gscraper/search/query.rb
+++ b/lib/gscraper/search/query.rb
@@ -119,19 +119,15 @@ module GScraper
expr = []
append_modifier = lambda { |name|
- modifier = instance_variable_get("@#... | * Added formatting methods for options and modifiers.
* Removed duplicate attributes. | postmodern_gscraper | train |
b2b8ea3ec4463ceec2ba892d2e04c378c0cecb4a | diff --git a/src/FluxBB/Actions/Base.php b/src/FluxBB/Actions/Base.php
index <HASH>..<HASH> 100644
--- a/src/FluxBB/Actions/Base.php
+++ b/src/FluxBB/Actions/Base.php
@@ -63,6 +63,18 @@ abstract class Base implements HttpKernelInterface, MessageProviderInterface
*/
abstract protected function makeResponse();... | Create helper methods for redirections. | fluxbb_core | train |
e522b6440fc60b6bfd1f7758c1464270a5c0e628 | diff --git a/docs/new_release.txt b/docs/new_release.txt
index <HASH>..<HASH> 100644
--- a/docs/new_release.txt
+++ b/docs/new_release.txt
@@ -8,8 +8,8 @@ Steps to make a new release:
6. uninstall again
7. rm egginfo
8. git status (make sure clean)
-9. python setup sdist
+9. python setup.py sdist
10. twine upload... | using a custom deprecation class to avoid logging deprecation warnings from other libs | DigitalGlobe_gbdxtools | train |
dd1880cfab9d1ec6d93f99627582b915001613a0 | diff --git a/src/Secret.php b/src/Secret.php
index <HASH>..<HASH> 100644
--- a/src/Secret.php
+++ b/src/Secret.php
@@ -8,13 +8,13 @@ use ReallySimpleJWT\Interfaces\Secret as SecretInterface;
/**
* Validate the secret used to secure the token signature is strong enough.
- * You can define your own secret validation... | Applied psr-<I> codelint fixes to new Secret class and tests. | RobDWaller_ReallySimpleJWT | train |
7d92e04e63fc250d6f0c6b980cbef8075c01fac1 | diff --git a/text/atlas.go b/text/atlas.go
index <HASH>..<HASH> 100644
--- a/text/atlas.go
+++ b/text/atlas.go
@@ -1,7 +1,6 @@
package text
import (
- "fmt"
"image"
"image/draw"
"sort"
@@ -60,8 +59,9 @@ func NewAtlas(face font.Face, runeSets ...[]rune) *Atlas {
))
for r, fg := range fixedMapping {
- dr... | tests and fixes faiface#<I>, SIGSEGV on text.NewAtlas if glyph absent | faiface_pixel | train |
bd3bc6b2749e15d2bf4d9e0e4ddbcfebfc5208c4 | diff --git a/framework/core/js/forum/src/components/discussion-page.js b/framework/core/js/forum/src/components/discussion-page.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/forum/src/components/discussion-page.js
+++ b/framework/core/js/forum/src/components/discussion-page.js
@@ -87,6 +87,8 @@ export default ... | Re-add event after a discussion has loaded
replyAction uses it | flarum_core | train |
b651ac336001961be2f78da1f71868fa1f3fa2ee | diff --git a/src/main/java/org/dasein/cloud/cloudstack/compute/VirtualMachines.java b/src/main/java/org/dasein/cloud/cloudstack/compute/VirtualMachines.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/cloudstack/compute/VirtualMachines.java
+++ b/src/main/java/org/dasein/cloud/cloudstack/compute/Vi... | Added more guessing for windows platform. | greese_dasein-cloud-cloudstack | train |
a0b5b832b077d1f073ba4317e963aaf01cdd0f0b | diff --git a/Pynac/Plotting.py b/Pynac/Plotting.py
index <HASH>..<HASH> 100644
--- a/Pynac/Plotting.py
+++ b/Pynac/Plotting.py
@@ -1,3 +1,7 @@
+from bokeh.io import push_notebook, show, output_notebook
+from bokeh.plotting import figure
+from bokeh.layouts import gridplot, column, row
+
class PynPlt(object):
'''
... | booked imports got lost when refactoring. Putting them back | se-esss-litterbox_Pynac | train |
4da121a8874feee85ff133c1d3abb8c6399df569 | diff --git a/packages/veritone-react-common/src/components/FilePicker/FilePickerFooter/FilePickerFooter.js b/packages/veritone-react-common/src/components/FilePicker/FilePickerFooter/FilePickerFooter.js
index <HASH>..<HASH> 100644
--- a/packages/veritone-react-common/src/components/FilePicker/FilePickerFooter/FilePicke... | Added a method for handling closing of the modal. It is passed into the header and the footer of the modal. | veritone_veritone-sdk | train |
b9ef1e2356af04af56c6b55b40e21dcfa104f6fc | diff --git a/src/effects/TextureEffect.js b/src/effects/TextureEffect.js
index <HASH>..<HASH> 100644
--- a/src/effects/TextureEffect.js
+++ b/src/effects/TextureEffect.js
@@ -1,4 +1,5 @@
import { LinearEncoding, Matrix3, sRGBEncoding, Uniform } from "three";
+import { ColorChannel } from "../core";
import { BlendFunc... | Add setTextureSwizzleRGBA method
This convenience method is mostly intended to be used for debugging purposes. | vanruesc_postprocessing | train |
3b28801c913abeb474f4fc1809e6ee74fd1c6dc9 | diff --git a/lib/rack/tracker/handler.rb b/lib/rack/tracker/handler.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/tracker/handler.rb
+++ b/lib/rack/tracker/handler.rb
@@ -7,7 +7,8 @@ class Rack::Tracker::Handler
def initialize(env, options = {})
self.env = env
- self.options = options
+ self.options = ... | the insert position of a handler should be configurable to customize the behavior to your own needs, e.g turbo links needs the tracking to not happen in the head as it won't be executed then | railslove_rack-tracker | train |
50062e681ec68fa3a956cb65d3673d21e3648f1c | diff --git a/lib/twilio-ruby/rest/api/v2010/account/call.rb b/lib/twilio-ruby/rest/api/v2010/account/call.rb
index <HASH>..<HASH> 100644
--- a/lib/twilio-ruby/rest/api/v2010/account/call.rb
+++ b/lib/twilio-ruby/rest/api/v2010/account/call.rb
@@ -585,7 +585,7 @@ module Twilio
'group_sid' => payload['... | Update the call price to be optional for deserializing (#<I>) | twilio_twilio-ruby | train |
b1bce8f05fc931ebb7cf6245ce27ac3c6a9ed77f | diff --git a/src/constructors/constructWithOptions.js b/src/constructors/constructWithOptions.js
index <HASH>..<HASH> 100644
--- a/src/constructors/constructWithOptions.js
+++ b/src/constructors/constructWithOptions.js
@@ -5,6 +5,11 @@ export default (css: Function) => {
const constructWithOptions = (componentConstr... | added a typecheck in case someone passes in a null value | styled-components_styled-components | train |
b5cc66b97fd9386b5667f8f64cfefaa1330c7944 | diff --git a/common-core-open/src/main/java/com/bbn/bue/common/strings/LocatedString.java b/common-core-open/src/main/java/com/bbn/bue/common/strings/LocatedString.java
index <HASH>..<HASH> 100755
--- a/common-core-open/src/main/java/com/bbn/bue/common/strings/LocatedString.java
+++ b/common-core-open/src/main/java/com... | Allow byte offsets to be missing when constructing LocatedString offset entries | BBN-E_bue-common-open | train |
7357040b02b44429588726b639c67b8ff38ebe07 | diff --git a/test/helpers.async.js b/test/helpers.async.js
index <HASH>..<HASH> 100644
--- a/test/helpers.async.js
+++ b/test/helpers.async.js
@@ -49,4 +49,28 @@ describe('async helpers', function () {
done();
});
});
+
+ it('should render content multiple times as async then sync.', function(done) {
+ ... | tests around calling sync and async rendering | jonschlinkert_engine-cache | train |
21538d38090d0e19596565464e8b79a3a15454e4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from setuptools import setup
setup(
name = "python-json-logger",
- version = "0.0.3",
+ version = "0.0.5",
url = "http://github.com/madzak/python-json-logger",
license = "BSD",
descrip... | Source pypi version was behind. Closes #<I> | madzak_python-json-logger | train |
d7f3c5c8ce5189b8b5020828b0a051333e350811 | diff --git a/src/main/java/de/btobastian/javacord/entities/User.java b/src/main/java/de/btobastian/javacord/entities/User.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/btobastian/javacord/entities/User.java
+++ b/src/main/java/de/btobastian/javacord/entities/User.java
@@ -189,7 +189,7 @@ public interface User... | Improve yourself-checks
- For User#isYourself() now the ID is compared, this way it also works correctly for instances that were created before a session restart
- For MessageAuthor#isYourself() now User#isYourself() is used, this way it will only return true if the message author actually is a user | Javacord_Javacord | train |
62a9886561630df5c01d9bb13c20073883cef0b4 | diff --git a/wrapper.php b/wrapper.php
index <HASH>..<HASH> 100644
--- a/wrapper.php
+++ b/wrapper.php
@@ -33,7 +33,7 @@ class row_wraper implements \arrayaccess, \JsonSerializable, \iterator, \Countab
public function __construct(&$row)
{
- if (is_array($row))
+ if (!is_array($row))
throw ne... | Fix fatal issue with wrong refactored assert | Enelar_phpsql | train |
bfa496351ac1c89e85f1c98feccd3b0f81661334 | diff --git a/Validator/Constraints/CsvWorkspaceUserImportValidator.php b/Validator/Constraints/CsvWorkspaceUserImportValidator.php
index <HASH>..<HASH> 100644
--- a/Validator/Constraints/CsvWorkspaceUserImportValidator.php
+++ b/Validator/Constraints/CsvWorkspaceUserImportValidator.php
@@ -66,7 +66,9 @@ class CsvWorksp... | Adding validator for mac csv + user import in groups. | claroline_CoreBundle | train |
d21a048a654013dd75951bcbda06960407574e4c | diff --git a/Controller/Crud/PreviewAction.php b/Controller/Crud/PreviewAction.php
index <HASH>..<HASH> 100644
--- a/Controller/Crud/PreviewAction.php
+++ b/Controller/Crud/PreviewAction.php
@@ -62,6 +62,6 @@ class PreviewAction extends AbstractAction
CrudControllerEvents::STARTED
);
- re... | Disable content accessibility checking in preview action. | DarvinStudio_DarvinAdminBundle | train |
6854f78cbf601e3074563407ca2ed4fba11c5ef1 | diff --git a/test/pay/stripe/charge_test.rb b/test/pay/stripe/charge_test.rb
index <HASH>..<HASH> 100644
--- a/test/pay/stripe/charge_test.rb
+++ b/test/pay/stripe/charge_test.rb
@@ -34,6 +34,11 @@ class Pay::Stripe::ChargeTest < ActiveSupport::TestCase
assert_equal pay_subscription, pay_charge.subscription
end... | Add test for stripe invoice_id | jasoncharnes_pay | train |
1a8a690044201b0c1da2a4135229342366d377fd | diff --git a/tests/factories/file.js b/tests/factories/file.js
index <HASH>..<HASH> 100644
--- a/tests/factories/file.js
+++ b/tests/factories/file.js
@@ -3,12 +3,12 @@ import faker from 'faker';
FactoryGuy.define('file', {
default: {
- name: () => 'foo.txt',//faker.lorem.word() + '.txt',
+ name: ... | Undo hacky faker workaround | CenterForOpenScience_ember-osf | train |
da00364e9cdd05ec516384ea9b5c6c09eaf65312 | diff --git a/src/Popover/Popover.js b/src/Popover/Popover.js
index <HASH>..<HASH> 100644
--- a/src/Popover/Popover.js
+++ b/src/Popover/Popover.js
@@ -392,6 +392,7 @@ class Popover extends React.Component<AllProps, void> {
onExited={onExited}
role={role}
transitionAppear
+ tran... | Pass transitionDuration to Grow. (#<I>) | mui-org_material-ui | train |
ff653be833b40ed82d5c93cc40dc1c6cfb4e12df | diff --git a/ravendb/documents/commands/results.py b/ravendb/documents/commands/results.py
index <HASH>..<HASH> 100644
--- a/ravendb/documents/commands/results.py
+++ b/ravendb/documents/commands/results.py
@@ -36,6 +36,6 @@ class GetDocumentsResult:
json_dict.get("Results", None),
json_dict.g... | RDBC-<I> Fix getting cmpxchg includes from json response dict after GetDocumentsCommand | ravendb_ravendb-python-client | train |
533299416146f54f12b75d8a2824e5e6259cdd1d | diff --git a/src/platforms/windows8.js b/src/platforms/windows8.js
index <HASH>..<HASH> 100644
--- a/src/platforms/windows8.js
+++ b/src/platforms/windows8.js
@@ -94,18 +94,17 @@ module.exports = {
var src = el.attrib['src'];
var dest = src; // if !isCustom, we will just add a reference to t... | CB-<I> added type attribute 'projectReference' to <framework> element to signal addition of dependent project | apache_cordova-plugman | train |
4a5868aaf48b3df7c79c7c3f67fa20ab7158d182 | diff --git a/spec/amq/protocol/connection_spec.rb b/spec/amq/protocol/connection_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/amq/protocol/connection_spec.rb
+++ b/spec/amq/protocol/connection_spec.rb
@@ -32,6 +32,20 @@ module AMQ
end
end
end
+
+ describe Secure do
+ pendi... | Basic specs for Connection::Open/OpenOk/Close/CloseOk
Plus pending specs for the rest of the Connection classes | ruby-amqp_amq-protocol | train |
55f7214db89ec34d274b2204998b8cb09283433d | diff --git a/java/jeeintegration/src/main/java/io/joynr/jeeintegration/DefaultJoynrRuntimeFactory.java b/java/jeeintegration/src/main/java/io/joynr/jeeintegration/DefaultJoynrRuntimeFactory.java
index <HASH>..<HASH> 100644
--- a/java/jeeintegration/src/main/java/io/joynr/jeeintegration/DefaultJoynrRuntimeFactory.java
+... | [Java] Added defaults for http related properties
* In order to make properties optional, added default entries for
MessagingPropertyKeys.PROPERTY_SERVLET_CONTEXT_ROOT and
MessagingPropertyKeys.PROPERTY_SERVLET_HOST_PATH
Change-Id: I7c<I>f<I>d<I>e<I>fdebc<I> | bmwcarit_joynr | train |
80328483465027495c01d20ae11d743a46965c01 | diff --git a/changelog.html b/changelog.html
index <HASH>..<HASH> 100644
--- a/changelog.html
+++ b/changelog.html
@@ -61,6 +61,9 @@ Upcoming changes</a>
<li class=bug>
“Build Now” link did not work for multijobs.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-16974">issue 16974</a>)
+ <li class=b... | [FIXED JENKINS-<I>] View.doConfigSubmit must rawEncode its name. | jenkinsci_jenkins | train |
2c90adb9e131dd51a9d58e1acd25ba3cc32b1faf | diff --git a/zcl/zclsyntax/parser.go b/zcl/zclsyntax/parser.go
index <HASH>..<HASH> 100644
--- a/zcl/zclsyntax/parser.go
+++ b/zcl/zclsyntax/parser.go
@@ -9,6 +9,12 @@ import (
type parser struct {
*peeker
+
+ // set to true if any recovery is attempted. The parser can use this
+ // to attempt to reduce error nois... | zclsyntax: track whether parser is in recovery mode
The parser has some recovery heuristics but they will not always achieve
the best result. To prevent unsuccessful recovery from causing a cascade
of confusing follow-on errors, we'll track in the parser whether recovery
has been attempted and then the specific sub-pa... | hashicorp_hcl | train |
35fa7d7065255965b9fa2d401e633c62229e269d | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -3,6 +3,7 @@ var path = require('path')
var fs = require('fs');
var webdriver = require('selenium-webdriver');
var remote = require('selenium-webdriver/remote');
+var chrome = require('selenium-webdriver... | feat(runner): allow bypassing the selenium standalone server if running only chrome
Using the config option `chromeOnly` now enables running ChromeDriver directly,
without going through the Selenium Standalone. The chromedriver binary should be
available in your PATH, or should be specified with the congif option
`chr... | angular_protractor | train |
71cf7187b60dc834cb142e08b419593bfa02c03f | diff --git a/js/lib/cli.js b/js/lib/cli.js
index <HASH>..<HASH> 100755
--- a/js/lib/cli.js
+++ b/js/lib/cli.js
@@ -141,7 +141,6 @@ var interpret = exports.interpret = function(argv, slice) {
// Verify arguments
checkType(cfg);
checkFiles(cfg);
- checkIndent(cfg);
debug(cfg);
... | removed the tab indent check from the cli, duplication of code and could confuse | beautify-web_js-beautify | train |
820f7fbe5216535d8ad89235600d746a470724ca | diff --git a/xwiki-commons-core/xwiki-commons-extension/xwiki-platform-extension-repositories/xwiki-platform-extension-repository-aether/src/main/java/org/xwiki/extension/repository/aether/internal/AetherExtension.java b/xwiki-commons-core/xwiki-commons-extension/xwiki-platform-extension-repositories/xwiki-platform-ext... | XWIKI-<I>: Aether bridge should not take into account provided
dependencies | xwiki_xwiki-commons | train |
05fed8903946f7838427c710dcdaaced6f5a1126 | diff --git a/Resources/public/js/autocompleter-select2.js b/Resources/public/js/autocompleter-select2.js
index <HASH>..<HASH> 100644
--- a/Resources/public/js/autocompleter-select2.js
+++ b/Resources/public/js/autocompleter-select2.js
@@ -4,7 +4,8 @@
var settings = {
url_list: '',
url... | Added minimumInputLength option to select2 autocompleter | PUGX_PUGXAutoCompleterBundle | train |
1e1f30202e47af21e623a667c8d0b114bbce47e2 | diff --git a/lib/openapi3_parser/node_factories/schema.rb b/lib/openapi3_parser/node_factories/schema.rb
index <HASH>..<HASH> 100644
--- a/lib/openapi3_parser/node_factories/schema.rb
+++ b/lib/openapi3_parser/node_factories/schema.rb
@@ -29,8 +29,8 @@ module Openapi3Parser
field "uniqueItems", input_type: :bool... | Use Node Arrays in Schema
These seem to have been overlooked before | kevindew_openapi3_parser | train |
8858943710f305916955035a89a73a68cff634ab | diff --git a/activeweb-lessc-integration-test/src/test/java/org/javalite/lessc/maven/IntegrationTest.java b/activeweb-lessc-integration-test/src/test/java/org/javalite/lessc/maven/IntegrationTest.java
index <HASH>..<HASH> 100644
--- a/activeweb-lessc-integration-test/src/test/java/org/javalite/lessc/maven/IntegrationTe... | #<I> Lessc plugin need to be able to process more than one file - one more fix for Windows | javalite_activeweb | train |
673bfd17fa69c19c465967fac6b167562eff87a6 | diff --git a/hanlp/components/tokenizers/transformer.py b/hanlp/components/tokenizers/transformer.py
index <HASH>..<HASH> 100644
--- a/hanlp/components/tokenizers/transformer.py
+++ b/hanlp/components/tokenizers/transformer.py
@@ -169,12 +169,13 @@ class TransformerTaggingTokenizer(TransformerTagger):
... | Fix delta in combining tokens for TransformerTaggingTokenizer | hankcs_HanLP | train |
a713c37521b9da68987ead8027deb2f465c9be3e | diff --git a/lib/iso8601/duration.rb b/lib/iso8601/duration.rb
index <HASH>..<HASH> 100644
--- a/lib/iso8601/duration.rb
+++ b/lib/iso8601/duration.rb
@@ -232,26 +232,23 @@ module ISO8601
sign_str = (value < 0) ? '-' : ''
value = value.abs
- y, y_mod = Years.new((value / years.factor).to_i), (value... | Extract #decompose_atom to improve readability | arnau_ISO8601 | train |
2975a860a3be509aad1f68cb0a88c0ebf8b4b277 | diff --git a/src/Page/ObjectCreatorPage.php b/src/Page/ObjectCreatorPage.php
index <HASH>..<HASH> 100644
--- a/src/Page/ObjectCreatorPage.php
+++ b/src/Page/ObjectCreatorPage.php
@@ -64,7 +64,7 @@ class ObjectCreatorPage extends Page {
private static $createable_types = array('Page', File::class);
private static ... | fix(ObjectCreatorPage) Updated CreateType field length | nyeholt_silverstripe-frontend-objects | train |
abb63bd575acee90ee4f15c87cd2c73e361f233e | diff --git a/tests/openwisp/test_backend.py b/tests/openwisp/test_backend.py
index <HASH>..<HASH> 100644
--- a/tests/openwisp/test_backend.py
+++ b/tests/openwisp/test_backend.py
@@ -15,7 +15,7 @@ class TestBackend(unittest.TestCase, _TabsMixin):
"""
config = {
"general": {
- "hostname": "... | [tests] Fixed invalid hostnames in various tests #<I> | openwisp_netjsonconfig | train |
e097780f32ba8262e5afa045bff26fd7a4f49832 | diff --git a/src/Client/ClientService.php b/src/Client/ClientService.php
index <HASH>..<HASH> 100644
--- a/src/Client/ClientService.php
+++ b/src/Client/ClientService.php
@@ -19,12 +19,12 @@ class ClientService
/**
* @var Server[]
*/
- private $servers = [];
+ protected $servers = [];
/**
... | Made servers of ClientService accessible to childs | Volantus_octo_flight-base | train |
8de04ee2d1cc9184914a49f88336ffc92399b5e1 | diff --git a/modules/data-table/js/data-table_directive.js b/modules/data-table/js/data-table_directive.js
index <HASH>..<HASH> 100644
--- a/modules/data-table/js/data-table_directive.js
+++ b/modules/data-table/js/data-table_directive.js
@@ -60,11 +60,7 @@
{
if (id === lxDataTable.id && angular.i... | refactor(data-table): do not mutate row object on activation / selection | lumapps_lumX | train |
43085e472b9067546c557b43b8dbd93769322928 | diff --git a/builder/vmware/builder.go b/builder/vmware/builder.go
index <HASH>..<HASH> 100644
--- a/builder/vmware/builder.go
+++ b/builder/vmware/builder.go
@@ -40,6 +40,7 @@ type config struct {
ShutdownTimeout time.Duration ``
SSHUser string `mapstructure:"ssh_username"`
SSHPassword ... | builder/vmware: Ability to specify the SSH port with "ssh_port" | hashicorp_packer | train |
d5576935879242187f6b97f8a4e4ab2530aa4991 | diff --git a/squad/core/models.py b/squad/core/models.py
index <HASH>..<HASH> 100644
--- a/squad/core/models.py
+++ b/squad/core/models.py
@@ -30,7 +30,7 @@ from django.utils.translation import gettext_lazy as N_
from simple_history.models import HistoricalRecords
from squad.core.utils import parse_name, join_name,... | core: models: reduce number of queries computing build summary
The number of queries to compute build stats used to depend
on the number of testruns a build has.
Now, despite of the number, there'll be a single query that
computes all status at once. | Linaro_squad | train |
e431c09db76c1c82b4f7282965df21014e6cb32c | diff --git a/lib/waterline/utils/query/private/normalize-filter.js b/lib/waterline/utils/query/private/normalize-filter.js
index <HASH>..<HASH> 100644
--- a/lib/waterline/utils/query/private/normalize-filter.js
+++ b/lib/waterline/utils/query/private/normalize-filter.js
@@ -140,7 +140,7 @@ module.exports = function nor... | Add missing attrDef&& short-circuit (remember, we know that, in places like this, if truthy, the attrDef is completely valid). Also add an assertion." | balderdashy_waterline | train |
c2abca57bd0e17b8ab7f9501995c81874c33b077 | diff --git a/src/main/com/mongodb/DBTCPConnector.java b/src/main/com/mongodb/DBTCPConnector.java
index <HASH>..<HASH> 100644
--- a/src/main/com/mongodb/DBTCPConnector.java
+++ b/src/main/com/mongodb/DBTCPConnector.java
@@ -414,7 +414,7 @@ public class DBTCPConnector implements DBConnector {
maxBsonObje... | Logger in deteremining fetchMaxBsonObjectSize doesn't like null, giving it a string so it doesn't cause a java.lang.NullPointerException | mongodb_mongo-java-driver | train |
9e73d1b8499790e15f6a2a6b4d9165ec46eb947f | diff --git a/consul/kvs_endpoint_test.go b/consul/kvs_endpoint_test.go
index <HASH>..<HASH> 100644
--- a/consul/kvs_endpoint_test.go
+++ b/consul/kvs_endpoint_test.go
@@ -1,10 +1,10 @@
package consul
import (
+ "github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/consul/structs"
"os"
"testing"
... | Remove all sleeps from `kvs_endpoint_test.go` | hashicorp_consul | train |
5c0bee77329f68ed0b2e3b576747886492007b8c | diff --git a/neovim/tabpage.py b/neovim/tabpage.py
index <HASH>..<HASH> 100644
--- a/neovim/tabpage.py
+++ b/neovim/tabpage.py
@@ -1,11 +1,11 @@
-from util import RemoteMap
+from util import RemoteMap, RemoteSequence
class Tabpage(object):
@property
def windows(self):
if not hasattr(self, '_window... | Fix 'windows' property of Tabpage objects | neovim_pynvim | train |
60b0e578940b94192bb7dcafc13a6be30ace2fbd | diff --git a/src/com/google/javascript/jscomp/ClosureCheckModule.java b/src/com/google/javascript/jscomp/ClosureCheckModule.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/ClosureCheckModule.java
+++ b/src/com/google/javascript/jscomp/ClosureCheckModule.java
@@ -190,9 +190,7 @@ public final clas... | Include named exports in check that exports are at module top-level
I had thought that we were already checking this, but apparently not.
-------------
Created by MOE: <URL> | google_closure-compiler | train |
d13864e640cb891f3b48632dcdb082ddceea7b7e | diff --git a/course/report/log/lib.php b/course/report/log/lib.php
index <HASH>..<HASH> 100644
--- a/course/report/log/lib.php
+++ b/course/report/log/lib.php
@@ -171,17 +171,13 @@ function print_mnet_log_selector_form($hostid, $course, $selecteduser=0, $select
/// Casting $course->modinfo to string prevents one notic... | course-reports MDL-<I> Course section names are now used in the reports dropdown. Kudos to Brandon for the patch. | moodle_moodle | train |
8be4e8a06e4ddcff0cea4012cef55bcf8156c1e0 | diff --git a/lib/statsd/instrument/client.rb b/lib/statsd/instrument/client.rb
index <HASH>..<HASH> 100644
--- a/lib/statsd/instrument/client.rb
+++ b/lib/statsd/instrument/client.rb
@@ -137,6 +137,6 @@ class StatsD::Instrument::Client
if sample_rate == 1 || sampling_disabled || rand < sample_rate
@sink << ... | Explicitly return nil from metric methods.
People should not rely on the return value of the metric methods. To prevent that from happening, we explicitly return `nil`. | Shopify_statsd-instrument | train |
25a76f103dcbd330543e968f62b8b2f896c0ac32 | diff --git a/bosh-director/spec/unit/api/controllers/errands_controller_spec.rb b/bosh-director/spec/unit/api/controllers/errands_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/bosh-director/spec/unit/api/controllers/errands_controller_spec.rb
+++ b/bosh-director/spec/unit/api/controllers/errands_controller_spec.... | Use temp directory in errands controller spec
Some environments resolve paths differently; make sure that director
has access to base_dir as configured. | cloudfoundry_bosh | train |
a64a2b8c11910625cebb40067e5107fa44e6f3c7 | diff --git a/lib/puppet-lint/monkeypatches/string_percent.rb b/lib/puppet-lint/monkeypatches/string_percent.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet-lint/monkeypatches/string_percent.rb
+++ b/lib/puppet-lint/monkeypatches/string_percent.rb
@@ -28,7 +28,6 @@ rescue
else
Percent.bind(string).call(a... | Fix Layout/EmptyLinesAroundMethodBody violations | rodjek_puppet-lint | train |
06b8c7ab0c05a808bd82ba8387c145f6fbed3ab6 | diff --git a/src/main/java/com/github/underscore/$.java b/src/main/java/com/github/underscore/$.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/github/underscore/$.java
+++ b/src/main/java/com/github/underscore/$.java
@@ -1664,21 +1664,11 @@ public class $<T> {
}
public Chain<Optional<T>> f... | Add support for the chain methods every() and some(). | javadev_underscore-java | train |
20e9a1881915c3921491bf118b06ce0024b8258d | diff --git a/lib/page/set-composite/set-composite.js b/lib/page/set-composite/set-composite.js
index <HASH>..<HASH> 100644
--- a/lib/page/set-composite/set-composite.js
+++ b/lib/page/set-composite/set-composite.js
@@ -22,6 +22,7 @@ const setComposite = (pageInstance, userData) => {
}
}
if (compo... | Fix dates after govuk-frontend introduced a parameter `namePrefix` which clashes with the internal name prefixing property | ministryofjustice_fb-runner-node | train |
e5371b5ff2571a265618008f39cb48ddc7536ef6 | diff --git a/lib/rib/shell.rb b/lib/rib/shell.rb
index <HASH>..<HASH> 100644
--- a/lib/rib/shell.rb
+++ b/lib/rib/shell.rb
@@ -83,7 +83,7 @@ module Rib; class Shell
end
def release_trap
- trap('INT', &@trap_proc) if @trap_proc
+ trap('INT', &@trap_proc) if @trap_proc.kind_of?(Proc)
end
private
dif... | JRuby doesn't call the signal handler that fast | godfat_rib | train |
65b255b5fe833da79b773541499b8940e8efcdd7 | diff --git a/lib/rfd/commands.rb b/lib/rfd/commands.rb
index <HASH>..<HASH> 100644
--- a/lib/rfd/commands.rb
+++ b/lib/rfd/commands.rb
@@ -10,9 +10,11 @@ module Rfd
def d
if selected_items.any?
- FileUtils.mv selected_items.map(&:path), File.expand_path('~/.Trash/')
- @row -= selected_items.... | Ask before trashing / deleteing | amatsuda_rfd | train |
f210df243612e0d96af60d2348131ab8117028c4 | diff --git a/lib/ruby_friendly_error.rb b/lib/ruby_friendly_error.rb
index <HASH>..<HASH> 100644
--- a/lib/ruby_friendly_error.rb
+++ b/lib/ruby_friendly_error.rb
@@ -33,6 +33,8 @@ module RubyFriendlyError
case ex.message
when 'unexpected token $end'
render_missing_end_error file_content, ex
... | feat: support 'unnecessary_end_error' | isuke_ruby_friendly_error | train |
041f7140a2c49c7f54199d4178dcfaa47c092733 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ I'm using [Crawl](https://github.com/OiNutter/crawl), the
[Hike](https://github.com/sstephenson/hike) port I wrote to scan for the
assets. That is in a similar situation to Rivets, although slightly more
... | Updated Shift dependencies to point to Lean | OiNutter_rivets | train |
410d15cf08906c785ef6f3f635d99960a0e9cf2e | diff --git a/code/MSSQLDatabase.php b/code/MSSQLDatabase.php
index <HASH>..<HASH> 100644
--- a/code/MSSQLDatabase.php
+++ b/code/MSSQLDatabase.php
@@ -130,6 +130,7 @@ class MSSQLDatabase extends SS_Database {
'UID' => $parameters['username'],
'PWD' => $parameters['password'],
'CharacterSet' => 'UTF-8'... | BUGFIX: disable MARS, we don't need it/don't support it | silverstripe_silverstripe-mssql | train |
c3accee588495ad34f02010b2fcb80e7b6783146 | diff --git a/src/Plinth/Request/Request.php b/src/Plinth/Request/Request.php
index <HASH>..<HASH> 100644
--- a/src/Plinth/Request/Request.php
+++ b/src/Plinth/Request/Request.php
@@ -320,17 +320,33 @@ class Request extends Connector {
$loginpage = $this->Main()->getSetting('loginpage');
- if (!$rou... | Allow allowing/blocking a route for specific roles | Warsaalk_Plinth | train |
35243c856194c626a0da59fe066f69fda654685c | diff --git a/pysd/py_backend/functions.py b/pysd/py_backend/functions.py
index <HASH>..<HASH> 100644
--- a/pysd/py_backend/functions.py
+++ b/pysd/py_backend/functions.py
@@ -192,7 +192,7 @@ class SampleIfTrue(Stateful):
'coords': self.state.coords}
def __call__(self):
- ... | Updated sample if true class, deleted sample_if_true function | JamesPHoughton_pysd | train |
bb31c18d9d8bfdc4a2c882837add26343e989573 | diff --git a/rewind/server/config.py b/rewind/server/config.py
index <HASH>..<HASH> 100644
--- a/rewind/server/config.py
+++ b/rewind/server/config.py
@@ -102,3 +102,31 @@ def construct_eventstore(config, args, section=None):
raise ConfigurationError(msg.format(_class, e.what))
return eventstore
+
+
+de... | Centralizing configuration logic
The logic was duplicated across various places. | JensRantil_rewind | train |
326197591c1792af241a936a86366dd6f2ef1274 | diff --git a/payu/models/cice5.py b/payu/models/cice5.py
index <HASH>..<HASH> 100644
--- a/payu/models/cice5.py
+++ b/payu/models/cice5.py
@@ -59,33 +59,6 @@ class Cice5(Cice):
# Make log dir
mkdir_p(os.path.join(self.work_path, 'log'))
- def set_model_pathnames(self):
- super(Cice5, self)... | cice5: Moved common logic to cice driver | payu-org_payu | train |
6320062e63958487fd1a8e746e030960b45fa85f | diff --git a/cocaine/proxy/proxy.py b/cocaine/proxy/proxy.py
index <HASH>..<HASH> 100644
--- a/cocaine/proxy/proxy.py
+++ b/cocaine/proxy/proxy.py
@@ -644,34 +644,6 @@ class PingHandler(web.RequestHandler):
self.write("OK")
-class MemStatsHandler(web.RequestHandler):
- def get(self):
- log = self... | [Proxy] Drop some useless stuff | cocaine_cocaine-tools | train |
b9d17de2ad79bbddd978043c1052144d3b2b3cc3 | diff --git a/db/sql/mapper.php b/db/sql/mapper.php
index <HASH>..<HASH> 100644
--- a/db/sql/mapper.php
+++ b/db/sql/mapper.php
@@ -236,7 +236,9 @@ class Mapper extends \DB\Cursor {
);
$adhoc='';
foreach ($this->adhoc as $key=>$field)
- $adhoc.=','.$field['expr'].' AS '.$key;
+ $adhoc.=','.$field['expr'].' ... | Apply backticks to SQLite fields | bcosca_fatfree-core | train |
1e3c6b14c968b86e0624a06fce12485771f900db | diff --git a/pyxel/sound.py b/pyxel/sound.py
index <HASH>..<HASH> 100644
--- a/pyxel/sound.py
+++ b/pyxel/sound.py
@@ -26,12 +26,12 @@ EFFECT_TABLE = {
class Sound:
- def __init__(self, speed, data):
- self.speed = max(speed, 1)
+ def __init__(self, data, speed):
self.note = self._parse_note(... | Changed the order of arguments of the Sound class | kitao_pyxel | train |
940a1636cc76c0e0761407f127efd4fc26add54a | diff --git a/tensorpack/tfutils/argscope.py b/tensorpack/tfutils/argscope.py
index <HASH>..<HASH> 100644
--- a/tensorpack/tfutils/argscope.py
+++ b/tensorpack/tfutils/argscope.py
@@ -79,13 +79,22 @@ def enable_argscope_for_function(func, log_shape=True):
myfunc = enable_argscope_for_function(myfunc)
... | argscope_for_function had some issues when a layer produces multiple … (#<I>)
* argscope_for_function had some issues when a layer produces multiple outputs.
* add more docs | tensorpack_tensorpack | train |
b9a746793b0f3a19a7e6ab3ad9ae2a5845bf390c | diff --git a/src/test/java/org/graphwalker/core/machine/LoginModelTest.java b/src/test/java/org/graphwalker/core/machine/LoginModelTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/org/graphwalker/core/machine/LoginModelTest.java
+++ b/src/test/java/org/graphwalker/core/machine/LoginModelTest.java
@@ -72,7 +72,... | Test should be muted unitl street sweeper algo works | GraphWalker_graphwalker-project | train |
a5da8f55f362f9264458ac8ce3811ac84375faae | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -165,6 +165,11 @@ if ENABLE_SUPPORT_DETECTION:
# To support Heimdal on Debian, read the linker path.
if opt.startswith('-Wl,/'):
main_path = opt[4:] + "/"
+ if main_path == "":... | Fix detection of libgssapi_krb5.so in nonstandard path
Related: #<I> | pythongssapi_python-gssapi | train |
409e5ea820b64f570b7e628d444a50e058b11f26 | diff --git a/src/main/java/com/messners/gitlab/api/UserApi.java b/src/main/java/com/messners/gitlab/api/UserApi.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/messners/gitlab/api/UserApi.java
+++ b/src/main/java/com/messners/gitlab/api/UserApi.java
@@ -1,16 +1,13 @@
package com.messners.gitlab.api;
-import... | rewrite findUsers method. | gmessner_gitlab4j-api | train |
21b6b264458230555d3f166d394bac2493e39989 | diff --git a/springfox-spring-web/src/main/java/springfox/documentation/spring/web/WebMvcRequestHandler.java b/springfox-spring-web/src/main/java/springfox/documentation/spring/web/WebMvcRequestHandler.java
index <HASH>..<HASH> 100644
--- a/springfox-spring-web/src/main/java/springfox/documentation/spring/web/WebMvcReq... | Optimise HandlerMethodResolver.getMemberMethods
Time of generating documentation greatly increases with number
of methods in controller. This fixes the problem by caching
the resolved methods for already processed controller classes. | springfox_springfox | train |
df372ad6e7f44d879a9d3e8b9e0a27f6d8c176b5 | diff --git a/build/release.js b/build/release.js
index <HASH>..<HASH> 100644
--- a/build/release.js
+++ b/build/release.js
@@ -149,10 +149,10 @@ function makeReleaseCopies( next ) {
Object.keys( releaseFiles ).forEach(function( key ) {
var text,
builtFile = releaseFiles[ key ],
- releaseFile = key.replace( /... | Update the map reference in each minified file.
(cherry picked from commit ebc<I>ba1ba6e<I>b5bd4d3e<I>f0d2d8aad) | jquery_jquery | train |
7e645cc1746c5e552e7f7d31af012780696e9e50 | diff --git a/lib/puppet/util/network_device/transport/ssh.rb b/lib/puppet/util/network_device/transport/ssh.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/network_device/transport/ssh.rb
+++ b/lib/puppet/util/network_device/transport/ssh.rb
@@ -100,12 +100,12 @@ class Puppet::Util::NetworkDevice::Transport::Ssh <... | Disable debug log in the transport | puppetlabs_puppet | train |
8b463fbc2b8acb500408b62b536dc4aab69cc491 | diff --git a/config.go b/config.go
index <HASH>..<HASH> 100644
--- a/config.go
+++ b/config.go
@@ -239,7 +239,7 @@ type Config struct {
CPUProfile string `long:"cpuprofile" description:"Write CPU profile to the specified file"`
- Profile string `long:"profile" description:"Enable HTTP profiling on given port -- N... | lnd: optionally listen on localhost for better security
The --profile flag now accepts both a port and a host:port string.
If profile is set to a port, then pprof debugging information will
be served over localhost. Otherwise, we will attempt to serve pprof
information on the specified host:port (if we are allowed to ... | lightningnetwork_lnd | train |
dd3bd4ab80060f77059c311e268150b6c29443c6 | diff --git a/go/vt/topotools/rebuild_test.go b/go/vt/topotools/rebuild_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/topotools/rebuild_test.go
+++ b/go/vt/topotools/rebuild_test.go
@@ -49,7 +49,7 @@ func addTablet(ctx context.Context, t *testing.T, ts topo.Server, uid int, cell
return ti
}
-func TestRebuildShar... | TestRebuildShard doesn't need to test locking anymore.
There are no more locks in RebuildShard. | vitessio_vitess | train |
8f7ee82122660a1636e6aa9be9745fbc9417fbf3 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -419,7 +419,7 @@ var overrides = require('./core/server/overrides'),
grunt.fail.fatal('No test provided. `grunt test` expects a filename. e.g.: `grunt test:unit/apps_spec.js`. Did you mean... | 🐛 fix grunt test (#<I>)
no issue
- it was not possible to run a single test in core/server/apps/.../tests | TryGhost_Ghost | train |
db6cd3392afe06cfb7b9835a8bf9e160d9a4f66d | diff --git a/nfc/dev/pn53x.py b/nfc/dev/pn53x.py
index <HASH>..<HASH> 100644
--- a/nfc/dev/pn53x.py
+++ b/nfc/dev/pn53x.py
@@ -29,6 +29,8 @@ log = logging.getLogger(__name__)
import os
import time
import usb
+import sys
+from array import array
if os.name == "posix":
import serial
@@ -75,6 +77,23 @@ class pn... | added pn<I>x read_register function | nfcpy_nfcpy | train |
e0c4282118d0ccdc8f93a226c8a1075692fc919c | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@ Twins may contain validations, nevertheless, in Trailblazer, validations (or "Co
## Twin
+Twins are only # FIXME % slower than AR alone.
+
Twins implement light-weight decorators objects with a unified... | track additions and deletions in Collection. | apotonick_disposable | train |
75a2da8ef8d4dbe7a0fe62d744e42bfb0cb4f5c7 | diff --git a/docs/conf.py b/docs/conf.py
index <HASH>..<HASH> 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,16 +61,16 @@ master_doc = 'index'
# General information about the project.
project = 'i3pystatus'
-copyright = ''
+copyright = '2012-2014 i3pystatus developers. Free and open software under the MIT lice... | Update docs/conf.py | enkore_i3pystatus | train |
ec15d3e9f113a2688c2ac59cacd1d0e2693a2b80 | diff --git a/course/group.php b/course/group.php
index <HASH>..<HASH> 100644
--- a/course/group.php
+++ b/course/group.php
@@ -18,7 +18,7 @@
if ($group) {
if (isteacheredit($course->id) or $course->groupmode == VISIBLEGROUPS) {
- if (! $group = get_record("groups", "id", $group)) {
+ ... | And make sure the group is from this course! | moodle_moodle | train |
8e9b86f42a2dfb69c09ff1c95ee45e06e0030fe1 | diff --git a/lib/fog/dynect/models/dns/records.rb b/lib/fog/dynect/models/dns/records.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/dynect/models/dns/records.rb
+++ b/lib/fog/dynect/models/dns/records.rb
@@ -11,10 +11,10 @@ module Fog
model Fog::DNS::Dynect::Record
- def all
+ def all(options ... | [dynect|dns] Pass zone.records.all options through to get_node_list.
This is useful for the `:fqdn` option:
```
zone.records.all(:fqdn => "foo.bar.com") #=> only records under foo.bar.com
``` | fog_fog | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.