hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
0498362ece34cd41a463e917bae3a7fcde4bf0e2
diff --git a/flipclock.js b/flipclock.js index <HASH>..<HASH> 100644 --- a/flipclock.js +++ b/flipclock.js @@ -929,9 +929,9 @@ var FlipClock; value = '0'+value; } - for(var x = 0; x < value.length; x++) { - data.push(value[x]); - } + for(var x = 0; x < value.length; x++) { + da...
- (Bug Fix) Fixed an issue with iE&
objectivehtml_FlipClock
train
983b936e8990c41564c19984f8be2f9a08a0cc62
diff --git a/tests/test_tinydb.py b/tests/test_tinydb.py index <HASH>..<HASH> 100644 --- a/tests/test_tinydb.py +++ b/tests/test_tinydb.py @@ -213,6 +213,10 @@ def test_write_back_id_exceed(db): db.write_back([{'get': 'error'}], [2]) +def test_write_back_empty_ok(db): + db.write_back([]) + + def test_u...
Fix bug in write_back with empty items (#<I>) * fix bug in write_back * minor changes to documentation
msiemens_tinydb
train
821e149c1210fd5c0fb2728d5520fef13b3a513e
diff --git a/lib/searchkick/index_options.rb b/lib/searchkick/index_options.rb index <HASH>..<HASH> 100644 --- a/lib/searchkick/index_options.rb +++ b/lib/searchkick/index_options.rb @@ -180,6 +180,8 @@ module Searchkick type: "kuromoji" } ) + + settings[:analysis][:filte...
Remove Japanese stemmer that does not exist (#<I>)
ankane_searchkick
train
3bd9fc939fc288f9050c1d7e83a0f31fadce6b47
diff --git a/lib/gelf/transport/udp.rb b/lib/gelf/transport/udp.rb index <HASH>..<HASH> 100644 --- a/lib/gelf/transport/udp.rb +++ b/lib/gelf/transport/udp.rb @@ -5,20 +5,22 @@ module GELF def initialize(addresses) @addresses = addresses - @i = 0 - @socket = UDPSocket.open end ...
Make udp transport thread safe Fixes #<I>
graylog-labs_gelf-rb
train
ce60ea77501f5f2184fbecbd57688b050a588a4e
diff --git a/worker/uniter/runner/runner.go b/worker/uniter/runner/runner.go index <HASH>..<HASH> 100644 --- a/worker/uniter/runner/runner.go +++ b/worker/uniter/runner/runner.go @@ -148,10 +148,12 @@ type ExecParams struct { // execOnMachine executes commands on current machine. func execOnMachine(params ExecParam...
Pass all env vars to unit commands
juju_juju
train
ab3cda6e5838e16a782beb6745c481a256b68e98
diff --git a/features/support/formatter.rb b/features/support/formatter.rb index <HASH>..<HASH> 100644 --- a/features/support/formatter.rb +++ b/features/support/formatter.rb @@ -1,7 +1,7 @@ -require 'fileutils' -require 'colorator' -require 'cucumber/formatter/console' -require 'cucumber/formatter/io' +require "fileut...
Rubocop: features/support/formatter.rb
jekyll_jekyll
train
e7d0ff27e3610f8412293086c440fc0a6357f1fa
diff --git a/django_auth_adfs/backend.py b/django_auth_adfs/backend.py index <HASH>..<HASH> 100644 --- a/django_auth_adfs/backend.py +++ b/django_auth_adfs/backend.py @@ -76,7 +76,6 @@ class AdfsBackend(ModelBackend): adfs_response=adfs_response ) - user.full_clean() user.save() ...
Fix wrong signal import, removed full_clean (#<I>)
jobec_django-auth-adfs
train
b8ce22c3a9ae7e6e069040dc0662ea1059baa0f4
diff --git a/packages/@vuepress/plugin-last-updated/index.js b/packages/@vuepress/plugin-last-updated/index.js index <HASH>..<HASH> 100644 --- a/packages/@vuepress/plugin-last-updated/index.js +++ b/packages/@vuepress/plugin-last-updated/index.js @@ -1,11 +1,11 @@ const spawn = require('cross-spawn') module.exports...
fix($last-updated): doesn't work due to internal api change
vuejs_vuepress
train
67bec6cac25749af805b28bacd7097de2bd9d5de
diff --git a/docs/pages/components/ComplexSearch/examples.js b/docs/pages/components/ComplexSearch/examples.js index <HASH>..<HASH> 100644 --- a/docs/pages/components/ComplexSearch/examples.js +++ b/docs/pages/components/ComplexSearch/examples.js @@ -218,8 +218,6 @@ export default class SearchExample extends Component ...
Added ability to change search button of ServiceSearch component.
rambler-digital-solutions_rambler-ui
train
66599892fa2b6d9c255aa7185bcf1165f2cee8c4
diff --git a/solidity/test/BancorFormula.js b/solidity/test/BancorFormula.js index <HASH>..<HASH> 100644 --- a/solidity/test/BancorFormula.js +++ b/solidity/test/BancorFormula.js @@ -21,17 +21,17 @@ contract('BancorFormula', () => { try { let retval = await formula.testFixedExp.call(maxExp...
Update formula tests via javascript.
bancorprotocol_contracts
train
10274bd23b6fae281a85f640b0471e58491786a1
diff --git a/sos/sos_executor.py b/sos/sos_executor.py index <HASH>..<HASH> 100755 --- a/sos/sos_executor.py +++ b/sos/sos_executor.py @@ -324,6 +324,8 @@ class Base_Executor: # for existing targets... we should check if still need to be regenerated for target in existing_targets: + ...
Fix a bug that adds a step for each output even if the addition of the step has satifies the requirement #<I>
vatlab_SoS
train
122a623f64d185bb5df9ff3e204dabff774bdfaa
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Version History ==== * All Version bumps are required to update this file as well!! ---- +* 14.0.2 Added case for Job model "pay" when setting model properties + so job search result...
adding case for job model property pay to catch job result pay field
careerbuilder_ruby-cb-api
train
42cb4ce8d91d2ff4c6f7ded4a1162048adec37fd
diff --git a/jax/interpreters/parallel.py b/jax/interpreters/parallel.py index <HASH>..<HASH> 100644 --- a/jax/interpreters/parallel.py +++ b/jax/interpreters/parallel.py @@ -17,6 +17,7 @@ from __future__ import division from __future__ import print_function from functools import partial +import warnings import ...
warn, rather than err, on non-split output when a split was requested
tensorflow_probability
train
77a709f4d401143c4eb0ae7a262edfd91b266cc0
diff --git a/spyderlib/widgets/projectexplorer.py b/spyderlib/widgets/projectexplorer.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/projectexplorer.py +++ b/spyderlib/widgets/projectexplorer.py @@ -456,14 +456,6 @@ class ExplorerTreeWidget(FilteredDirView): # Enable drag & drop events self.s...
Project explorer/bugfix: keyboard shortcut 'F2' (rename file/directory) was broken
spyder-ide_spyder
train
152cc74cd69b21c82c27f614f8cdc69e3021d181
diff --git a/lazy.js b/lazy.js index <HASH>..<HASH> 100644 --- a/lazy.js +++ b/lazy.js @@ -1,10 +1,11 @@ 'use strict'; var map = require('es5-ext/object/map') - , callable = require('es5-ext/object/valid-callable') + , isCallable = require('es5-ext/object/is-callable') , validValue = require('es5-ext/...
Accept direct value in `lazy`
medikoo_d
train
43288235e12f372bcf02c9daaf837675a09f93c8
diff --git a/sphinx_hwt/directive_interfaces.py b/sphinx_hwt/directive_interfaces.py index <HASH>..<HASH> 100644 --- a/sphinx_hwt/directive_interfaces.py +++ b/sphinx_hwt/directive_interfaces.py @@ -44,6 +44,7 @@ class HwtInterfacesDirective(Directive): if not u._interfaces: return [] + i...
hwt-interfaces: reverse direction only of Unit instances * (because of point of view)
Nic30_sphinx-hwt
train
62b0b2fa864b6b1110992b4bc57698bef043f9b2
diff --git a/code/MemberProfileField.php b/code/MemberProfileField.php index <HASH>..<HASH> 100644 --- a/code/MemberProfileField.php +++ b/code/MemberProfileField.php @@ -16,7 +16,8 @@ class MemberProfileField extends DataObject { 'Note' => 'Varchar(255)', 'CustomError' => 'Varchar(...
Integrate with modules to provide drag and drop field ordering. * Integrates with the grid field extensions or sortable grid field module. * Suggests installing the grid field extensions module. * Closes #<I>.
symbiote_silverstripe-memberprofiles
train
1d275157a948037eeafdb595bacdc5dd211f2491
diff --git a/panwid/keymap.py b/panwid/keymap.py index <HASH>..<HASH> 100644 --- a/panwid/keymap.py +++ b/panwid/keymap.py @@ -112,12 +112,14 @@ def keymapped(): class KeymapMovementMixin(object): def cycle_position(self, n): - pos = self.focus_position + n - if pos > len(self) - 1: - p...
Fix exception when container widget is empty.
tonycpsu_panwid
train
142a1f057dae1a475a6388623b7d1f64a8bd2b7f
diff --git a/digitalocean/baseapi.py b/digitalocean/baseapi.py index <HASH>..<HASH> 100644 --- a/digitalocean/baseapi.py +++ b/digitalocean/baseapi.py @@ -85,7 +85,7 @@ class BaseAPI(object): identity = lambda x: x json_dumps = lambda x: json.dumps(x) lookup = { - GET: (self._sessi...
Add the Content-type: application/json header to all get requests (#<I>)
koalalorenzo_python-digitalocean
train
ebcc634fcd910cdd62f198e51690b53f59ba1c83
diff --git a/lib/AssetServer.js b/lib/AssetServer.js index <HASH>..<HASH> 100644 --- a/lib/AssetServer.js +++ b/lib/AssetServer.js @@ -38,7 +38,7 @@ var AssetServer = subclass(function (pt) { }) - vinylServe(this.port) + this.assets.getMergedStream().pipe(vinylServe(this.port)) if ...
Set initialIgnore true by default to improve server launch time
kt3k_bulbo
train
dc73a1f1d859ad8ab49129a888c33134beeec11c
diff --git a/database/binlog/mock_log_file.go b/database/binlog/mock_log_file.go index <HASH>..<HASH> 100644 --- a/database/binlog/mock_log_file.go +++ b/database/binlog/mock_log_file.go @@ -9,6 +9,7 @@ import ( mysql_proto "github.com/dropbox/godropbox/proto/mysql" ) +// MockLogFile is thread-safe. type MockLogF...
Supported reading over changing log files for MockMultifileReader.
dropbox_godropbox
train
9b19ef1ccb3355521511e646df97133d1dce6b53
diff --git a/leancloud/file_.py b/leancloud/file_.py index <HASH>..<HASH> 100644 --- a/leancloud/file_.py +++ b/leancloud/file_.py @@ -289,6 +289,8 @@ class File(object): if "url" in server_data: self._url = server_data.get("url") self._successful_url = self._url + if "key" in ...
feat: refined file.key support To work around that scan does not return a `url` field. LC ticket: <I> slack: <URL>
leancloud_python-sdk
train
1a08e9c1d7589cb7d5ef24f637bec136f6951946
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -7,19 +7,20 @@ import ( // User is the firebase auth user type User struct { - LocalID string `json:"localId"` - Email string `json:"email"` - EmailVerified bool `...
Rename ProviderUserInfo, Add disabled on User
acoshift_go-firebase-admin
train
8f3c4dbc645f7edb55105eab3a9b996532daada2
diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/web/client/HttpClientMetricsAutoConfiguration.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/web/cl...
Make auto-config of RestTemplate metrics back off with no builder bean See gh-<I>
spring-projects_spring-boot
train
a2e8e14c51c06a3896f2426a1863fbef8e56e065
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -1699,34 +1699,27 @@ def format_block_comments(source): return ''.join(fixed_lines) -def normalize_line_endings(text): +def normalize_line_endings(lines): """Return fixed line endings. All line...
Use readlines instead of splitlines The former matches how Python interprets code better.
hhatto_autopep8
train
714eaafc57a87abad4c4a0204548f275de1fb035
diff --git a/src/js/shapeManager.js b/src/js/shapeManager.js index <HASH>..<HASH> 100644 --- a/src/js/shapeManager.js +++ b/src/js/shapeManager.js @@ -310,6 +310,10 @@ ShapeManager.prototype.pasteShapesJson = function pasteShapesJson(jsonShapes, co allPasted = true; // For each shape we want to paste... ...
Handle transform matrix when pasting shapes
ome_shape-editor
train
22fd5aa0a0060c04200767fc4f5199d192ebb0fc
diff --git a/lib/Doctrine/CouchDB/HTTP/SocketClient.php b/lib/Doctrine/CouchDB/HTTP/SocketClient.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/CouchDB/HTTP/SocketClient.php +++ b/lib/Doctrine/CouchDB/HTTP/SocketClient.php @@ -55,13 +55,13 @@ class SocketClient extends AbstractHTTPClient $data = null, ...
Switching from snake_case to camelCase
doctrine_couchdb-client
train
d4a7a3252c19eb9c589bbe1b9cdf87405b32dbdf
diff --git a/src/Utils.php b/src/Utils.php index <HASH>..<HASH> 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -155,13 +155,15 @@ class Utils * * @param StreamInterface $stream Stream to read from * @param int $maxLength Maximum buffer length + * @param string $eol ...
Fix Utils::readline() for Windows. Add optional $eol. Change $maxLength to its description.
guzzle_streams
train
4d4e252d792f44ca6d454adbac2bf437bf36b74c
diff --git a/features/branch_coverage.feature b/features/branch_coverage.feature index <HASH>..<HASH> 100644 --- a/features/branch_coverage.feature +++ b/features/branch_coverage.feature @@ -26,6 +26,9 @@ Feature: | spec/forking_spec.rb | 100.0 % | 50.0 % | | spec/meta_magic_s...
Check for the little badges in the source listing At the same time improve their rendering in simplecov html and simplify code by removal of unnecessary/too complicated code
colszowka_simplecov
train
9adfe2b92121e66b4fef0f184808a94b9115915d
diff --git a/lib/isodoc/function/blocks.rb b/lib/isodoc/function/blocks.rb index <HASH>..<HASH> 100644 --- a/lib/isodoc/function/blocks.rb +++ b/lib/isodoc/function/blocks.rb @@ -181,6 +181,7 @@ module IsoDoc::Function def quote_attribution(node, out) author = node.at(ns("./author")) source = node.at...
deal with amend blocks in Presentation XML: <URL>
metanorma_isodoc
train
62a980b759d5148fbd541cd1e3456748bc9653a8
diff --git a/pug/miner/urls.py b/pug/miner/urls.py index <HASH>..<HASH> 100644 --- a/pug/miner/urls.py +++ b/pug/miner/urls.py @@ -6,6 +6,7 @@ from django.conf.urls import patterns, url #, include import views from pug.nlp.util import HIST_NAME +import re hist_name_re = '|'.join([name for name in HIST_NAME]) ...
fix urls and add case insensitivity
hobson_pug
train
f3fdea9160d83ab4d1b92ff3fd285c0de9e13c41
diff --git a/test/cook_test.rb b/test/cook_test.rb index <HASH>..<HASH> 100644 --- a/test/cook_test.rb +++ b/test/cook_test.rb @@ -5,14 +5,14 @@ require 'chef/knife/kitchen' class CookTest < TestCase - def test_takes_config_as_second_arg - cmd = command("host", "nodes/myhost.json") - assert_equal "nodes/myh...
Use more complete host name parameter in unit tests Also reorder some test methods.
matschaffer_knife-solo
train
911caa7b07e755ed40d364473e4136cce489c309
diff --git a/ph-commons/src/main/java/com/helger/commons/string/StringHelper.java b/ph-commons/src/main/java/com/helger/commons/string/StringHelper.java index <HASH>..<HASH> 100644 --- a/ph-commons/src/main/java/com/helger/commons/string/StringHelper.java +++ b/ph-commons/src/main/java/com/helger/commons/string/StringH...
Added removeAll (String, String)
phax_ph-commons
train
aa1a94b50f28813e6c4e7f2eeec67a0c74379862
diff --git a/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/util/TypeReferences.java b/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/util/TypeReferences.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types...
[Xtend2] compilation of Polymorphic Dispatch operations
eclipse_xtext-extras
train
8cf4954dbbc1b0c7eb49dc92941ffee6f39ddaa0
diff --git a/src/util.js b/src/util.js index <HASH>..<HASH> 100644 --- a/src/util.js +++ b/src/util.js @@ -147,17 +147,20 @@ export function wrapText(text, font, em, letterSpacing) { lines.push(line); } // Pass 2 - add lines with a width of less than 30% of maxWidth to the previous or next line -...
Fix undefined appended for single line with <<I>% width
openlayers_ol-mapbox-style
train
8535d6df3cfe54b2fb40c38fda0cc49018bedab6
diff --git a/src/sap.m/src/sap/m/Tokenizer.js b/src/sap.m/src/sap/m/Tokenizer.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/Tokenizer.js +++ b/src/sap.m/src/sap/m/Tokenizer.js @@ -990,6 +990,13 @@ sap.ui.define([ } }; + Tokenizer.prototype._shouldPreventModifier = function (oEvent) { + var bShouldPre...
[FIX] sap.m.Tokenizer: Remove onsappreviousmodifiers implementation due to browser shortcut Command/control + arrow left should navigate back the browser and not be prevented from the Tokenizer itself Change-Id: I0cd5c0c<I>f5ba<I>f<I>e<I>c<I>c<I> BCP: <I>
SAP_openui5
train
a408d9c1246eb7371610f1739963fe937e272e45
diff --git a/lifxlan/unpack.py b/lifxlan/unpack.py index <HASH>..<HASH> 100644 --- a/lifxlan/unpack.py +++ b/lifxlan/unpack.py @@ -213,6 +213,18 @@ def unpack_lifx_message(packed_message): payload = {"infrared_brightness": infrared_brightness} message = LightSetInfrared(target_addr, source_id, seq_num...
added MultiZoneSetColorZones
mclarkk_lifxlan
train
0623181562989391384d567859c430ee95e692b4
diff --git a/para-server/src/main/java/com/erudika/para/security/SimpleAuthenticationSuccessHandler.java b/para-server/src/main/java/com/erudika/para/security/SimpleAuthenticationSuccessHandler.java index <HASH>..<HASH> 100644 --- a/para-server/src/main/java/com/erudika/para/security/SimpleAuthenticationSuccessHandler....
added support for more secure JWT delegation via cookies, instead of query param
Erudika_para
train
ef34d304595d25b414ab52b4ff4c917a0185a17d
diff --git a/nion/swift/ScriptsDialog.py b/nion/swift/ScriptsDialog.py index <HASH>..<HASH> 100644 --- a/nion/swift/ScriptsDialog.py +++ b/nion/swift/ScriptsDialog.py @@ -43,12 +43,10 @@ def pose_get_string_message_box(ui, message_column, caption, text, accepted_fn, def reject_button_clicked(): if reject...
Fix crash when closing posed dialogs with enter/escape. The problem was the line edit was deleted out from under itself and the key was not handled by default. Now both handling key and not deleting until later.
nion-software_nionswift
train
cf9edf5f8778a3af993cf0f33b3bcb52dac7289f
diff --git a/django_enumfield/db/fields.py b/django_enumfield/db/fields.py index <HASH>..<HASH> 100644 --- a/django_enumfield/db/fields.py +++ b/django_enumfield/db/fields.py @@ -13,12 +13,9 @@ class EnumField(six.with_metaclass(models.SubfieldBase, models.IntegerField)): def __init__(self, enum, *args, **kwargs...
Do not set db_index to True Fixes #7
5monkeys_django-enumfield
train
a73036111736cbaa7b9e014b5a1fd6e352a5009a
diff --git a/app/models/garage/hash_representer.rb b/app/models/garage/hash_representer.rb index <HASH>..<HASH> 100644 --- a/app/models/garage/hash_representer.rb +++ b/app/models/garage/hash_representer.rb @@ -5,7 +5,7 @@ class Garage::HashRepresenter @object = object end - def to_hash(options = {}) + def ...
rename #to_hash to #render_hash to avoid conflict with ActiveSupport Object#as_json. Fix #<I>
cookpad_garage
train
7547c6e2401ece16fadc7599a6781aa0f3722cc8
diff --git a/gatling-http-client/src/main/java/io/gatling/http/client/WebSocketListener.java b/gatling-http-client/src/main/java/io/gatling/http/client/WebSocketListener.java index <HASH>..<HASH> 100644 --- a/gatling-http-client/src/main/java/io/gatling/http/client/WebSocketListener.java +++ b/gatling-http-client/src/m...
Don't close socket when sendign a Close Wecksocket frame, close #<I> Motivation: Gatling hangs forever when sending a WebSocket close frame. Modifications: * Don't automatically close the TCP socket when sending a Close Frame as we must wait for the ack from the server. * One WebSocket socket is done, don't use the...
gatling_gatling
train
9fe36d744fff2f7522b1f847320e43c4bb1df5d5
diff --git a/modules/directives/jq/src/jq.js b/modules/directives/jq/src/jq.js index <HASH>..<HASH> 100644 --- a/modules/directives/jq/src/jq.js +++ b/modules/directives/jq/src/jq.js @@ -18,7 +18,7 @@ angular.module('ui.directives').directive('uiJq', ['ui.config', function(uiConfi return { link: function(scope, el...
Throwing errors like a BAWSS
angular-ui_ui-select2
train
ae7cab1c2ebef459915c8c3a60d6f6c80560344a
diff --git a/cartoframes/data/observatory/catalog/repository/repo_client.py b/cartoframes/data/observatory/catalog/repository/repo_client.py index <HASH>..<HASH> 100644 --- a/cartoframes/data/observatory/catalog/repository/repo_client.py +++ b/cartoframes/data/observatory/catalog/repository/repo_client.py @@ -72,7 +72,...
Remove None entities in repo_client
CartoDB_cartoframes
train
f28a827e584b59b618a28e8c6b2cc1bbfa21b0dc
diff --git a/pymatgen/core/electronic_structure.py b/pymatgen/core/electronic_structure.py index <HASH>..<HASH> 100644 --- a/pymatgen/core/electronic_structure.py +++ b/pymatgen/core/electronic_structure.py @@ -113,7 +113,14 @@ class Orbital(object): for orb in Orbital.all_orbitals: if int(orb) ==...
Better support for non-spin-polarized runs in DOS classes. Also remove redundant method in Outcar class in vaspio. Former-commit-id: <I>cc<I>d<I>b0ab4bf<I>c<I>f
materialsproject_pymatgen
train
1524493c33f019c6719165f6d89c594cca5ea492
diff --git a/gns3server/compute/iou/iou_vm.py b/gns3server/compute/iou/iou_vm.py index <HASH>..<HASH> 100644 --- a/gns3server/compute/iou/iou_vm.py +++ b/gns3server/compute/iou/iou_vm.py @@ -945,13 +945,13 @@ class IOUVM(BaseNode): if "IOURC" not in os.environ: env["IOURC"] = self.iourc_path ...
Fix IOU detection of layer 1 keepalive support. Fixes #<I>.
GNS3_gns3-server
train
866e55d57401037aba19c44bbf45be1305001d5e
diff --git a/code/GroupSubsites.php b/code/GroupSubsites.php index <HASH>..<HASH> 100644 --- a/code/GroupSubsites.php +++ b/code/GroupSubsites.php @@ -23,7 +23,8 @@ class GroupSubsites extends DataObjectDecorator implements PermissionProvider { if(Subsite::hasMainSitePermission(Member::currentUser(), array('ADMIN',...
MINOR: Fixed no-available-sites edge case (from r<I>)
silverstripe_silverstripe-subsites
train
4c0b29177593f1480a47e6fad207b855503be916
diff --git a/tests/dummy/config/deprecation-workflow.js b/tests/dummy/config/deprecation-workflow.js index <HASH>..<HASH> 100644 --- a/tests/dummy/config/deprecation-workflow.js +++ b/tests/dummy/config/deprecation-workflow.js @@ -17,5 +17,6 @@ window.deprecationWorkflow.config = { { handler: 'silence', matchId: '...
Silence deprecation This is caused in our app by ember-concurrency pulling new data off the model and will need to be fixed upstream.
ilios_common
train
f27278025b91f38d311a5c20dce46bffb72e501c
diff --git a/connector.go b/connector.go index <HASH>..<HASH> 100644 --- a/connector.go +++ b/connector.go @@ -42,8 +42,8 @@ type Connector interface { // More on offset time here - https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-OffsetRequest GetAvailableOff...
Changed Connector interface a little bit to have a possibility to collect messages into some other structure than siesta.Message
elodina_siesta
train
c4f9655604dfc086f774c8f36d67e1cb7a639dc3
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -53,7 +53,7 @@ master_doc = 'index' # General information about the project. project = u'B2Handle' -copyright = u'2015-2016, Deutsches Klimarechenzentrum GmbH, GRNET S.A., SURFsa...
switched docs theme to enable Sphinx upgrade
EUDAT-B2SAFE_B2HANDLE
train
f329911acf76abef8eefc8bdb86524b63a3655ca
diff --git a/lib/mixlib/config.rb b/lib/mixlib/config.rb index <HASH>..<HASH> 100644 --- a/lib/mixlib/config.rb +++ b/lib/mixlib/config.rb @@ -146,7 +146,7 @@ module Mixlib # If we have the symbol, or if we need to set it if @@configuration.has_key?(method_symbol) || num_args > 0 if num_args > 0 ...
Fix the method_missing internal_set mechanism
chef_mixlib-config
train
67bb8a99bf730741878bca4937e8eef89c9cd4ed
diff --git a/tasks.rb b/tasks.rb index <HASH>..<HASH> 100755 --- a/tasks.rb +++ b/tasks.rb @@ -18,7 +18,7 @@ begin Nake::Task["hooks:whitespace:install"].tap do |task| task.config[:path] = "script" task.config[:encoding] = "utf-8" - task.config[:whitelist] = '(bin/[^/]+|.+\.(rb|rake|nake|thor|task))$' +...
Added more patterns to the code-cleaner whitelist
botanicus_rango
train
e198861abae42b1b8e3cce374c5b03cd39a8f1fc
diff --git a/src/client.js b/src/client.js index <HASH>..<HASH> 100644 --- a/src/client.js +++ b/src/client.js @@ -37,7 +37,7 @@ function historySynchronization(next) { ) { routerState = nextRouterState; const { state, pathname, query } = nextRouterState.location; - history.replaceState(...
replace deprecated history api calls client and routeReplacement were making calls to replaceState. Updated to now use replace instead.
acdlite_redux-router
train
835bdbf587341c5524988282bf54e07551b2a43f
diff --git a/system/core/Database.php b/system/core/Database.php index <HASH>..<HASH> 100644 --- a/system/core/Database.php +++ b/system/core/Database.php @@ -254,14 +254,75 @@ class Database $fields = implode(',', $keys); $values = ':' . implode(',:', $keys); - $sth = $this->pdo->prepare("IN...
Add logs for db crud methods + refactoring
gplcart_gplcart
train
50423ce92ac0f0c2af6ef44fe0b4fdc13f8cdcb9
diff --git a/astrocats/catalog/entry.py b/astrocats/catalog/entry.py index <HASH>..<HASH> 100644 --- a/astrocats/catalog/entry.py +++ b/astrocats/catalog/entry.py @@ -7,7 +7,7 @@ from collections import OrderedDict from astrocats.catalog.catdict import CatDict, CatDictError from astrocats.catalog.error import ERROR...
MAINT: added key types to some Entry fields
astrocatalogs_astrocats
train
32495627d9b7cb886d10e7a629cb13dab49e29f2
diff --git a/data.js b/data.js index <HASH>..<HASH> 100644 --- a/data.js +++ b/data.js @@ -69,7 +69,7 @@ Data.COMMANDS = { "arguments": 1 }, "set": { - "types": Data.VALUE_TYPES, + "types": "ALL", "arguments": 1 }, "push": { @@ -267,6 +267,8 @@ Data.Graph = function(schema, options) { thi...
Add mode flags to Data Graph to let an application control certain behaviour. E.g., type strictness...
substance_data
train
fa40e2c92240808a9d83da18027627351b5bd99b
diff --git a/luigi/local_target.py b/luigi/local_target.py index <HASH>..<HASH> 100644 --- a/luigi/local_target.py +++ b/luigi/local_target.py @@ -186,5 +186,5 @@ class LocalTarget(FileSystemTarget): return self.path def __del__(self): - if self.is_tmp and self.exists(): + if hasattr(self,...
Destructor of LocalTarget sometimes fails with AttributeError: 'LocalTarget' object has no attribute 'is_tmp' (#<I>) * Add failing test for destructor in LocalTarget * Added check for uninitialised attribute in destructor of LocalTarget
spotify_luigi
train
2254f5272119d4212ff436e90b263232e495ef25
diff --git a/client/js/Panels/SnapEditor/SnapEditorControl.WidgetEventHandlers.js b/client/js/Panels/SnapEditor/SnapEditorControl.WidgetEventHandlers.js index <HASH>..<HASH> 100644 --- a/client/js/Panels/SnapEditor/SnapEditorControl.WidgetEventHandlers.js +++ b/client/js/Panels/SnapEditor/SnapEditorControl.WidgetEventH...
Updated author to match JSDoc standards Former-commit-id: b<I>ad1d<I>de4ee<I>a<I>b6b<I>abc9
webgme_webgme-engine
train
7ace99fec81035d2d76a70034e7b053b224f5a09
diff --git a/lib/veritas/optimizer/logic/connective/binary.rb b/lib/veritas/optimizer/logic/connective/binary.rb index <HASH>..<HASH> 100644 --- a/lib/veritas/optimizer/logic/connective/binary.rb +++ b/lib/veritas/optimizer/logic/connective/binary.rb @@ -203,7 +203,7 @@ module Veritas end # class Redundant...
Updated documentation to be a bit more consistent
dkubb_axiom
train
2dd1422779de19a3619062dcfcaa5103435fae32
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,6 @@ function Mux (opts) { this.paused = false this.options.credit = this.options.credit - //TODO: ensure this is something that current muxrpc would ignore this.control = {} if(this.options.credit) ...
pass full data object to sub so that sub can track message lengths
push-stream_push-mux
train
4082aad61706a8a3329875d980ec0a625bb050f8
diff --git a/javascript/safari-driver/inject/commands.js b/javascript/safari-driver/inject/commands.js index <HASH>..<HASH> 100644 --- a/javascript/safari-driver/inject/commands.js +++ b/javascript/safari-driver/inject/commands.js @@ -193,10 +193,6 @@ safaridriver.inject.commands.deleteCookie = function(command) { saf...
JasonLeyba: Adjusting some logging statements. r<I>
SeleniumHQ_selenium
train
19a8478ae64b0576aaf127fef8e88365678b8def
diff --git a/lib/mongoid/associations/references_many.rb b/lib/mongoid/associations/references_many.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/associations/references_many.rb +++ b/lib/mongoid/associations/references_many.rb @@ -38,7 +38,7 @@ module Mongoid #:nodoc: # the new object will then be saved. ...
Default attributes for references one/many create [Resolves github issue #<I>]
mongodb_mongoid
train
fd5dfdeb32ea4bfcd728d672f90b02c4a8b9b85b
diff --git a/autoflake.py b/autoflake.py index <HASH>..<HASH> 100644 --- a/autoflake.py +++ b/autoflake.py @@ -64,10 +64,27 @@ def filter_commented_out_code(source): 'import' in line): if re.split(r'\bimport\b', line)[1].strip() not in SAFE_MODULES: yield line + ...
Handle case where import is indented
myint_autoflake
train
bcecbc390488e0da1b93cbd1f861f13343314507
diff --git a/lib/mobility/attributes.rb b/lib/mobility/attributes.rb index <HASH>..<HASH> 100644 --- a/lib/mobility/attributes.rb +++ b/lib/mobility/attributes.rb @@ -173,20 +173,6 @@ with other backends. "#<Attributes (#{backend_name}) @names=#{names.join(", ")}>" end - # Process options passed into a...
Remove deprecated Mobility::Attributes.process_options!
shioyama_mobility
train
845c2ae1104baff6fda278cc85fe33e7b3b01b0d
diff --git a/lib/form/filemanager.php b/lib/form/filemanager.php index <HASH>..<HASH> 100644 --- a/lib/form/filemanager.php +++ b/lib/form/filemanager.php @@ -69,7 +69,7 @@ class MoodleQuickForm_filemanager extends HTML_QuickForm_element { } } if (!empty($options['maxbytes'])) { - ...
MDL-<I> repositories: switched the file manager and the file picker over to using get_user_max_upload_file_size()
moodle_moodle
train
14df236a17fd3dd3a43cbfc844d8082097185057
diff --git a/source/CommonCode.php b/source/CommonCode.php index <HASH>..<HASH> 100644 --- a/source/CommonCode.php +++ b/source/CommonCode.php @@ -318,18 +318,14 @@ trait CommonCode */ protected function removeFilesOlderThanGivenRule($inputArray) { + $proceedWithDeletion = false; if (is_...
optimization of removing file by X older days method
danielgp_common-lib
train
e5ef146c4c27bfa7f0d6cee703f1434915add3d8
diff --git a/PyDC/PyDC_cli.py b/PyDC/PyDC_cli.py index <HASH>..<HASH> 100755 --- a/PyDC/PyDC_cli.py +++ b/PyDC/PyDC_cli.py @@ -47,12 +47,28 @@ class PyDC_CLI(Base_CLI): # For Wave2Bitstream(): self.parser.add_argument( + "--bit_one_hz", type=int, default=self.cfg.BIT_ONE_HZ, + ...
Add Frequency of bit 1 / 0 in cli
jedie_DragonPy
train
b36fa7ad6127c6957181f3cb8fa7fad7237358f3
diff --git a/web/api/v1/api.go b/web/api/v1/api.go index <HASH>..<HASH> 100644 --- a/web/api/v1/api.go +++ b/web/api/v1/api.go @@ -236,8 +236,8 @@ func (api *API) dropSeries(r *http.Request) (interface{}, *apiError) { } func respond(w http.ResponseWriter, data interface{}) { - w.WriteHeader(200) w.Header().Set("C...
api/v1: fix Content-Type in response
prometheus_prometheus
train
0a1ce9ad94502e6bb09602b9d6e0e081361c1dbd
diff --git a/config/passport.js b/config/passport.js index <HASH>..<HASH> 100644 --- a/config/passport.js +++ b/config/passport.js @@ -58,6 +58,17 @@ module.exports = function (passport) { if (providers) { /** + * Cut the verbosity of the config files + */ + + Object.keys(providers).forEach(functio...
eliminate Passport config boilerplate from JSON config files
anvilresearch_connect
train
51595f1f564bace850221b766a34b849b2042dad
diff --git a/autoflake.py b/autoflake.py index <HASH>..<HASH> 100644 --- a/autoflake.py +++ b/autoflake.py @@ -29,23 +29,22 @@ def standard_package_names(): from distutils import sysconfig path = sysconfig.get_python_lib(standard_lib=True) - for name in os.listdir(path): - if name.startswith('_'):...
Simplify standard_package_names()
myint_autoflake
train
b7305ab4e10be99cf7f57fd2daecc2170ba3ef6b
diff --git a/tests/src/Iterators/CombinationsTest.php b/tests/src/Iterators/CombinationsTest.php index <HASH>..<HASH> 100644 --- a/tests/src/Iterators/CombinationsTest.php +++ b/tests/src/Iterators/CombinationsTest.php @@ -29,7 +29,8 @@ class CombinationsTest extends AbstractTest $this->assertEquals($input['...
Issue #<I>: Add tests.
drupol_phpermutations
train
2f65eebeb5ac0f03780e6fddb26712a1aaa85967
diff --git a/gtk_mock/tree_view.go b/gtk_mock/tree_view.go index <HASH>..<HASH> 100644 --- a/gtk_mock/tree_view.go +++ b/gtk_mock/tree_view.go @@ -6,6 +6,14 @@ type MockTreeView struct { MockContainer } +func (*MockTreeView) RowExpanded(v1 gtki.TreePath) bool { + return false +} + +func (*MockTreeView) ExpandRow(v...
Adds support to treeview `RowExpanded` and `ExpandRow` methods
coyim_gotk3adapter
train
87a6427b7de627357c107540195fd63921473431
diff --git a/acceptance/tests/resource/service/service_enable_linux.rb b/acceptance/tests/resource/service/service_enable_linux.rb index <HASH>..<HASH> 100644 --- a/acceptance/tests/resource/service/service_enable_linux.rb +++ b/acceptance/tests/resource/service/service_enable_linux.rb @@ -15,7 +15,7 @@ package_name = ...
(maint) Fix service_enable_linux.rb test to work with ec2 hosts Fixed service_enable_linux.rb test to work with ec2 hosts
puppetlabs_puppet
train
28350864ecf6dace5d00f55bd4dbfaff8ddaacbd
diff --git a/src/TableBody.js b/src/TableBody.js index <HASH>..<HASH> 100644 --- a/src/TableBody.js +++ b/src/TableBody.js @@ -405,6 +405,8 @@ class TableBody extends Component { if (result !== Const.AWAIT_BEFORE_CELL_EDIT) { this.setState({ currEditCell: null }); } + } else { + this.setS...
fix pressing ESC can not escape from the cell editing, a bug from <I>
AllenFang_react-bootstrap-table
train
c06dca570cd85b5f82e47c13798b038c956f78c2
diff --git a/modules/adkernelBidAdapter.js b/modules/adkernelBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/adkernelBidAdapter.js +++ b/modules/adkernelBidAdapter.js @@ -69,7 +69,8 @@ export const spec = { {code: 'engageadx'}, {code: 'converge', gvlid: 248}, {code: 'adomega'}, - {code: 'denak...
Adkernel Bid Adapter: RtbAnalytica alias (#<I>)
prebid_Prebid.js
train
12a9599323654a59894b4881ea764a18bcc8e3d9
diff --git a/eventsourcing/application.py b/eventsourcing/application.py index <HASH>..<HASH> 100644 --- a/eventsourcing/application.py +++ b/eventsourcing/application.py @@ -212,7 +212,7 @@ class Application(ABC, Generic[TAggregate]): Base class for event-sourced applications. """ - env = {} + env: M...
Added class level env dict on Application class.
johnbywater_eventsourcing
train
66575065a617380833a4fc15f38f3758dfd0e701
diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/runtime/env/EnvironmentPresenter.java b/gui/src/main/java/org/jboss/as/console/client/shared/runtime/env/EnvironmentPresenter.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/shared/runtime/env/EnvironmentPresenter.jav...
fix environment presenter AccessControl annotations
hal_core
train
a5b369824e473cf5cc966abded79356f137904b6
diff --git a/src/FieldHandlers/RelatedFieldTrait.php b/src/FieldHandlers/RelatedFieldTrait.php index <HASH>..<HASH> 100644 --- a/src/FieldHandlers/RelatedFieldTrait.php +++ b/src/FieldHandlers/RelatedFieldTrait.php @@ -181,13 +181,13 @@ trait RelatedFieldTrait protected function _getInputHelp(array $properties) : ...
Improving empty checks on typeahead/related fields (task #<I>)
QoboLtd_cakephp-csv-migrations
train
e9f475a3ed61c4e4c5ff9ebf9d13f6dfa4c671f4
diff --git a/src/test/java/net/openhft/chronicle/map/TestEntriesSpanningSeveralChunksReplicationHub.java b/src/test/java/net/openhft/chronicle/map/TestEntriesSpanningSeveralChunksReplicationHub.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/openhft/chronicle/map/TestEntriesSpanningSeveralChunksReplicationHub....
added a test to check that we can support a thousand channels
OpenHFT_Chronicle-Map
train
4855c9765873abe1084c4d5ac226066f71a9e1dd
diff --git a/thin/base/db/base/src/main/java/org/jbundle/thin/base/db/Constants.java b/thin/base/db/base/src/main/java/org/jbundle/thin/base/db/Constants.java index <HASH>..<HASH> 100644 --- a/thin/base/db/base/src/main/java/org/jbundle/thin/base/db/Constants.java +++ b/thin/base/db/base/src/main/java/org/jbundle/thin/...
Get images from OSGi jar
jbundle_jbundle
train
c5a51e09cd5484dafae1e7e1bdc71bf609c7a659
diff --git a/www/guanlecoja-ui/src/module/page_with_sidebar/page_with_sidebar.spec.js b/www/guanlecoja-ui/src/module/page_with_sidebar/page_with_sidebar.spec.js index <HASH>..<HASH> 100644 --- a/www/guanlecoja-ui/src/module/page_with_sidebar/page_with_sidebar.spec.js +++ b/www/guanlecoja-ui/src/module/page_with_sidebar...
Fix "page with sidebar should pin sidebar" test on small window sizes
buildbot_buildbot
train
7537c39e2bbf88776be889490c071a8386cafdaf
diff --git a/js/core/I18n.js b/js/core/I18n.js index <HASH>..<HASH> 100644 --- a/js/core/I18n.js +++ b/js/core/I18n.js @@ -67,7 +67,7 @@ define(["require", "js/core/Component", "underscore", "moment", "flow"], functio var args = Array.prototype.slice.call(arguments); var key = args.shift(), is...
added method ts to search within a specified area
rappid_rAppid.js
train
c2e6b622d5bd1b79a0db61d6657caf59a0d7b28b
diff --git a/lib/ripper-tags.rb b/lib/ripper-tags.rb index <HASH>..<HASH> 100644 --- a/lib/ripper-tags.rb +++ b/lib/ripper-tags.rb @@ -36,8 +36,8 @@ module RipperTags '"-" outputs to standard output') do |fname| options.tag_file_name = fname end - opts.on("--tag-relative", "Make file ...
Allow an optional `--tag--relative=yes` value for the flag This is for compatibility with `ctags` CLI.
tmm1_ripper-tags
train
425990fb2bff3c51e019e5051832ef84cccddffa
diff --git a/symphony/lib/boot/defines.php b/symphony/lib/boot/defines.php index <HASH>..<HASH> 100755 --- a/symphony/lib/boot/defines.php +++ b/symphony/lib/boot/defines.php @@ -32,7 +32,7 @@ define_safe('STARTTIME', precision_timer()); - define_safe('TWO_WEEKS', 72576000); + define_safe('TWO_WEEKS', (60*60*24*1...
Fix TWO_WEEKS definition, so it actually is two weeks :)
symphonycms_symphony-2
train
7543d53507e0a457cf4b7428985e29f2e0868785
diff --git a/redisson/src/main/java/org/redisson/jcache/JCacheManager.java b/redisson/src/main/java/org/redisson/jcache/JCacheManager.java index <HASH>..<HASH> 100644 --- a/redisson/src/main/java/org/redisson/jcache/JCacheManager.java +++ b/redisson/src/main/java/org/redisson/jcache/JCacheManager.java @@ -38,7 +38,6 @@...
Fixed - NPE during JCacheManager.close method invocation. #<I>
redisson_redisson
train
0e3af3f94db40ba06472dd2a8b73d8d52b63c2c8
diff --git a/Kwf/Pdf/TcPdf.php b/Kwf/Pdf/TcPdf.php index <HASH>..<HASH> 100644 --- a/Kwf/Pdf/TcPdf.php +++ b/Kwf/Pdf/TcPdf.php @@ -176,23 +176,6 @@ class Kwf_Pdf_TcPdf extends TCPDF return ''; } - - /* - * patch für tcpdf -> bei nummernzeichen werden automatish zwei - * zeilenumbrüche durchge...
Remove Patch for TCPDF, is not needed anymore
koala-framework_koala-framework
train
35ac60b64ad746f8a52e7c5d19c0598dd17a5528
diff --git a/zinnia/tests/test_views.py b/zinnia/tests/test_views.py index <HASH>..<HASH> 100644 --- a/zinnia/tests/test_views.py +++ b/zinnia/tests/test_views.py @@ -320,7 +320,7 @@ class ViewsTestCase(ViewsBaseCase): with self.assertNumQueries(2): response = self.client.get('/today/') s...
Return date instead of datetime in today view
Fantomas42_django-blog-zinnia
train
a8fcdf1b846083b50fdcd13af69cd00c371ae9c6
diff --git a/framework/Mvc/Tags/Section.php b/framework/Mvc/Tags/Section.php index <HASH>..<HASH> 100644 --- a/framework/Mvc/Tags/Section.php +++ b/framework/Mvc/Tags/Section.php @@ -20,9 +20,9 @@ class Section foreach ($blocks as $block) { $ret .= '<article role="block" data-block-id="' . $block-...
MVC development - tag 'section' development
pr-of-it_t4
train
4588f55ecf47950b31c37726dc0dcfb96c0c0256
diff --git a/cluster/src/main/java/io/atomix/cluster/messaging/impl/DefaultClusterEventService.java b/cluster/src/main/java/io/atomix/cluster/messaging/impl/DefaultClusterEventService.java index <HASH>..<HASH> 100644 --- a/cluster/src/main/java/io/atomix/cluster/messaging/impl/DefaultClusterEventService.java +++ b/clus...
Block until subscribers are registered in event service tests.
atomix_atomix
train
64640a8cb40fc9e396f053269f2d77262ab324b5
diff --git a/ucms_contrib/src/Action/NodeActionProvider.php b/ucms_contrib/src/Action/NodeActionProvider.php index <HASH>..<HASH> 100644 --- a/ucms_contrib/src/Action/NodeActionProvider.php +++ b/ucms_contrib/src/Action/NodeActionProvider.php @@ -47,7 +47,14 @@ class NodeActionProvider implements ActionProviderInterfac...
contrib: do not build node links on master
makinacorpus_drupal-ucms
train
c9e9ef1cd2669a01f2cee00b43d0a10e3297b4e2
diff --git a/src/View/Helper/Debugbar.php b/src/View/Helper/Debugbar.php index <HASH>..<HASH> 100644 --- a/src/View/Helper/Debugbar.php +++ b/src/View/Helper/Debugbar.php @@ -21,6 +21,7 @@ class Debugbar extends Debug { //skip if env is not dev if(APPLICATION_ENV !== 'dev') return; + if(!$...
only render if engine is layouts
peakphp_framework
train
3abec532eadad857f5a9be048cda5a3b4ac32cca
diff --git a/xwindow/xwindow.go b/xwindow/xwindow.go index <HASH>..<HASH> 100644 --- a/xwindow/xwindow.go +++ b/xwindow/xwindow.go @@ -20,7 +20,7 @@ type Window struct { } // New creates a new window value from a window id and an XUtil type. -// Geom is initialize to nil. Use Window.Geometry to load it. +// Geom is...
expose RawGeometry for use in xgraphics package
BurntSushi_xgbutil
train
10b7fef6a2c240e2f258ceb531383ef639ff14ac
diff --git a/modules/keyboard.js b/modules/keyboard.js index <HASH>..<HASH> 100644 --- a/modules/keyboard.js +++ b/modules/keyboard.js @@ -35,9 +35,11 @@ class Keyboard extends Module { }); this.addBinding({ key: Keyboard.keys.ENTER, shiftKey: null }, handleEnter); this.addBinding({ key: Keyboard.keys.EN...
fix backspace behavior be<I>c<I>a<I>fcb5e<I>a0c<I>b4eb7 changes merging line behavior to favor the second line. This causes surprising UI effects when backspacing into a list.
quilljs_quill
train
35a748f84b5888fffb2f8c929bdf31b198c04f0c
diff --git a/lib/kalendor/subtract.rb b/lib/kalendor/subtract.rb index <HASH>..<HASH> 100644 --- a/lib/kalendor/subtract.rb +++ b/lib/kalendor/subtract.rb @@ -1,11 +1,11 @@ module Kalendor module Subtract include DateHelper, Instance - def get_dates from, upto ; _included_dates(from, upto) - _excluded_date...
subtract: allow missing #exlude_dates and function exactly like #include_dates; likewise allow missing #include_dates and function as inverse of #exclude_dates
conanite_kalendor
train
5bcec8f756679f9c29151bf3e5267a0e8cff945b
diff --git a/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoryTypeKeyIndex.java b/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoryTypeKeyIndex.java index <HASH>..<HASH> 100644 --- a/hollow/src/main/java/com/netflix/hollow/tools/history/keyindex/HollowHistoryTypeKey...
Bugfix: Search additions/removals/modifications only worked for first field in primary key (#<I>)
Netflix_hollow
train
2ba67df1de7561135354c35a14cb498e40b56bb1
diff --git a/apio/__init__.py b/apio/__init__.py index <HASH>..<HASH> 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -15,3 +15,7 @@ __author__ = 'Jesús Arroyo Torrens' __email__ = 'jesus.jkhlg@gmail.com' __license__ = 'GPLv2' + +# Enable this flag to load data from /etc/apio.json file +# Used in apio-debia...
Using LOAD_CONFIG_DATA flag to isolate apio environments in debian-like distributions
FPGAwars_apio
train
e8aeb692fdeed8acae1a812b19dd660d93317768
diff --git a/code/model/formfields/EditableCheckboxGroupField.php b/code/model/formfields/EditableCheckboxGroupField.php index <HASH>..<HASH> 100755 --- a/code/model/formfields/EditableCheckboxGroupField.php +++ b/code/model/formfields/EditableCheckboxGroupField.php @@ -16,9 +16,9 @@ class EditableCheckboxGroupField ex...
BUG: Fix checkbox group with " in option titles.
silverstripe_silverstripe-userforms
train
ea9f47eec690b0ec571163844c05e86d3719abcd
diff --git a/src/electron-child.js b/src/electron-child.js index <HASH>..<HASH> 100644 --- a/src/electron-child.js +++ b/src/electron-child.js @@ -98,6 +98,7 @@ const _consumeInput = () => { }, }); mainWindow.setMenu(null); + mainWindow.setResizable(false); mainWin...
Make electron window not resizable by default
exokitxr_exokit
train
c93cc31c286e4932924d29e380fab7df3bb2edf5
diff --git a/tests/helper.js b/tests/helper.js index <HASH>..<HASH> 100644 --- a/tests/helper.js +++ b/tests/helper.js @@ -1,7 +1,7 @@ var bs = require('../lib/beanstalk_client'); var net = require('net'); -var port = process.env.PORT || 11333; +var port = process.env.BEANSTALK_PORT || 11333; var mock = process....
BEANSTALK_PORT env, slight change to test helper
pascalopitz_nodestalker
train
9f43104535562154dbc60c861fd017f2e995933e
diff --git a/lib/the_coding_love/plugin.rb b/lib/the_coding_love/plugin.rb index <HASH>..<HASH> 100644 --- a/lib/the_coding_love/plugin.rb +++ b/lib/the_coding_love/plugin.rb @@ -17,7 +17,7 @@ module Danger # @return [text, image_url] # def random - rnd_url = random_post_url + rnd_url = 'https...
Get random post url from fixed address (#<I>)
valeriomazzeo_danger-the_coding_love
train