diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/GeneaLabs/Bones/Macros/BonesMacrosFormBuilder.php b/src/GeneaLabs/Bones/Macros/BonesMacrosFormBuilder.php index <HASH>..<HASH> 100644 --- a/src/GeneaLabs/Bones/Macros/BonesMacrosFormBuilder.php +++ b/src/GeneaLabs/Bones/Macros/BonesMacrosFormBuilder.php @@ -206,7 +206,13 @@ class BonesMacrosFormBuilder...
fixing some bs_switch bugs
diff --git a/rewind/logbook.py b/rewind/logbook.py index <HASH>..<HASH> 100644 --- a/rewind/logbook.py +++ b/rewind/logbook.py @@ -774,7 +774,9 @@ class LogBookRunner(object): assert not newid.startswith("ERROR"), \ "Generated ID must not be part of req/rep vocabulary." + # Important ...
Minor edit Commenting the importance of call order when putting something an event in event store and then proxying the event further to listeners.
diff --git a/openquake/commands/plot_memory.py b/openquake/commands/plot_memory.py index <HASH>..<HASH> 100644 --- a/openquake/commands/plot_memory.py +++ b/openquake/commands/plot_memory.py @@ -25,14 +25,14 @@ def make_figure(plots): # NB: matplotlib is imported inside since it is a costly import import matp...
Plotting a single graph [skip CI] Former-commit-id: 7d<I>d6c<I>e9db9f6b<I>b4b8c<I>b
diff --git a/fost_authn/middleware.py b/fost_authn/middleware.py index <HASH>..<HASH> 100644 --- a/fost_authn/middleware.py +++ b/fost_authn/middleware.py @@ -18,12 +18,18 @@ class Middleware: return credentials return [None, None] - def process_request(self, request): + def key_hmac(self,...
Split apart the parsing step from the processing so that we can make use of the functionality in other tests etc.
diff --git a/www/src/python_tokenizer.js b/www/src/python_tokenizer.js index <HASH>..<HASH> 100644 --- a/www/src/python_tokenizer.js +++ b/www/src/python_tokenizer.js @@ -71,8 +71,9 @@ function TokenError(message, position){ function get_line_at(src, pos){ // Get the line in source code src starting at position...
Attribute .line of tokens generated by python_tokenizer.js ends with "\n"
diff --git a/tests/test.py b/tests/test.py index <HASH>..<HASH> 100644 --- a/tests/test.py +++ b/tests/test.py @@ -740,6 +740,27 @@ class DockerClientTest(unittest.TestCase): buf.close() os.remove(buf.name) + def test_import_image_from_image(self): + try: + self.client.import_im...
Added failing test for importing an image via name instead of src
diff --git a/code/administrator/components/com_files/views/files/tmpl/default.php b/code/administrator/components/com_files/views/files/tmpl/default.php index <HASH>..<HASH> 100644 --- a/code/administrator/components/com_files/views/files/tmpl/default.php +++ b/code/administrator/components/com_files/views/files/tmpl/d...
New file and folder boxes are visible before the modals open
diff --git a/src/graph.js b/src/graph.js index <HASH>..<HASH> 100644 --- a/src/graph.js +++ b/src/graph.js @@ -245,15 +245,24 @@ Graph.__prototype__ = function() { op.apply(this.objectAdapter); this.updated_at = new Date(); + this._internalUpdates(op); + Operator.Helpers.each(op, function(_op) { ...
Pack all internal co-transformations into a dedicated method.
diff --git a/src/styles/getPlatformElevation.ios.js b/src/styles/getPlatformElevation.ios.js index <HASH>..<HASH> 100644 --- a/src/styles/getPlatformElevation.ios.js +++ b/src/styles/getPlatformElevation.ios.js @@ -1,23 +1,20 @@ /* eslint-enable import/no-unresolved, import/extensions */ -import { black } from './colo...
Fix shadow props on iOS (#<I>)
diff --git a/src/Cursor.js b/src/Cursor.js index <HASH>..<HASH> 100644 --- a/src/Cursor.js +++ b/src/Cursor.js @@ -11,6 +11,8 @@ export * from './eraseRegions'; * * @see http://www.termsys.demon.co.uk/vtansi.htm * @see http://misc.flogisoft.com/bash/tip_colors_and_formatting + * @see http://man7.org/linux/man-pag...
docs(cursor): Add few useful links to comments
diff --git a/lib/markety/version.rb b/lib/markety/version.rb index <HASH>..<HASH> 100644 --- a/lib/markety/version.rb +++ b/lib/markety/version.rb @@ -1,5 +1,5 @@ module Markety - VERSION = "grantfork" + VERSION = "1-grantfork" end
bundle does not like strings as version numbers
diff --git a/src/nls/no-nb/strings.js b/src/nls/no-nb/strings.js index <HASH>..<HASH> 100644 --- a/src/nls/no-nb/strings.js +++ b/src/nls/no-nb/strings.js @@ -158,7 +158,7 @@ define({ "CMD_DUPLICATE" : "Dupliker", "CMD_COMMENT" : "Kommenter/utkommenter linjer", "CMD_LINE_UP" : "Flytt linje(r) opp", - ...
missing translation in CMD_LINE_DOWN
diff --git a/ELiDE/ELiDE/timestream.py b/ELiDE/ELiDE/timestream.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/timestream.py +++ b/ELiDE/ELiDE/timestream.py @@ -242,7 +242,7 @@ class TimestreamScreen(Screen): 'draw_left': turn > branch_lineage[branch][1], 'draw_up': r...
Correct the rightward facing Cross in Timestream
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -224,6 +224,9 @@ module.exports = { baseDir() { return __dirname; }, + cacheKey() { + return name; + }, parallelBabel: { requireFile: __filename, buildUsing: '_c...
Return a cache key for canvas enforcer Not really necessary according to the documentation, but let’s set it just in case.
diff --git a/lib/pusher/webhook.rb b/lib/pusher/webhook.rb index <HASH>..<HASH> 100644 --- a/lib/pusher/webhook.rb +++ b/lib/pusher/webhook.rb @@ -30,7 +30,8 @@ module Pusher # def initialize(request, client = Pusher) @client = client - if request.kind_of?(Rack::Request) + # Should work witho...
Should work without Rack, closes #<I>
diff --git a/lang/it.js b/lang/it.js index <HASH>..<HASH> 100644 --- a/lang/it.js +++ b/lang/it.js @@ -48,6 +48,7 @@ else { 'KickAssets.DONE': 'Fatto', 'KickAssets.TOOMANYSELECTED': 'Hai selezionato troppi elementi. Per piacere selezionane non più di %s.', 'KickAssets.INVALIDTYPESSELECTED': 'Alcuni elementi se...
Add missing row MOREOPTIONS in italian translation
diff --git a/fabfile.py b/fabfile.py index <HASH>..<HASH> 100644 --- a/fabfile.py +++ b/fabfile.py @@ -457,6 +457,7 @@ def offline(): @task def completions(type='fish'): output.status = False + configuration.offline = True if type == 'fish': fish_completions()
Get shell completions in offline-mode for better performane
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,8 +21,11 @@ from pathlib import Path on_rtd = os.environ.get('READTHEDOCS') == 'True' if on_rtd: - subprocess.run('pip install -U "pip>=18.0" "setuptools>=40.1"', shell=True) - subprocess.run('pip...
docs: Install dependencies only when not installed
diff --git a/web/static/js/controllers/SubServiceControl.js b/web/static/js/controllers/SubServiceControl.js index <HASH>..<HASH> 100644 --- a/web/static/js/controllers/SubServiceControl.js +++ b/web/static/js/controllers/SubServiceControl.js @@ -97,8 +97,14 @@ function SubServiceControl($scope, $q, $routeParams, $loca...
prevent duplication of vhost names
diff --git a/lib/jcr/find_roots.rb b/lib/jcr/find_roots.rb index <HASH>..<HASH> 100644 --- a/lib/jcr/find_roots.rb +++ b/lib/jcr/find_roots.rb @@ -88,6 +88,7 @@ module JCR def self.get_rule_by_type rule retval = nil + return retval unless rule.is_a? Hash case when rule[:array_rule] ret...
fixed issue with finding roots with empty objects and arrays
diff --git a/treeherder/model/error_summary.py b/treeherder/model/error_summary.py index <HASH>..<HASH> 100644 --- a/treeherder/model/error_summary.py +++ b/treeherder/model/error_summary.py @@ -188,18 +188,11 @@ def is_helpful_search_term(search_term): 'Return code: 0', 'Return code: 1', 'Re...
Bug <I> - drop unused items from list of terms to ignore in searches for bug suggestions (#<I>)
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -109,7 +109,7 @@ def test_market (market): for id in ccxt.markets: market = getattr (ccxt, id) markets[id] = market ({ - 'verbose': True, + 'verbose': False, # 'proxy': 'https://crossorigin.me/', ...
switched verbosity off in test.py
diff --git a/lib/loghose.js b/lib/loghose.js index <HASH>..<HASH> 100755 --- a/lib/loghose.js +++ b/lib/loghose.js @@ -61,7 +61,7 @@ function loghose (opts) { return } opts.tty = info.Config.Tty - streams[data.id.substring(0,12)] = stream + streams[data.id] = stream p...
revert using substring(0,<I>) for streams dictionary
diff --git a/site/rollup.config.js b/site/rollup.config.js index <HASH>..<HASH> 100644 --- a/site/rollup.config.js +++ b/site/rollup.config.js @@ -13,6 +13,9 @@ const mode = process.env.NODE_ENV; const dev = mode === 'development'; const legacy = !!process.env.SAPPER_LEGACY_BUILD; +const onwarn = (warning, onwarn) ...
site: rollup resolve and onwarn improvements from sapper-template
diff --git a/src/Interfaces/ParserInterface.php b/src/Interfaces/ParserInterface.php index <HASH>..<HASH> 100644 --- a/src/Interfaces/ParserInterface.php +++ b/src/Interfaces/ParserInterface.php @@ -18,19 +18,19 @@ interface ParserInterface * Load the deltas string, checks the json is valid and can be decoded ...
fixing the interface which only seems to complain on php<I>?
diff --git a/lib/alchemy/upgrader/four_point_one.rb b/lib/alchemy/upgrader/four_point_one.rb index <HASH>..<HASH> 100644 --- a/lib/alchemy/upgrader/four_point_one.rb +++ b/lib/alchemy/upgrader/four_point_one.rb @@ -21,6 +21,19 @@ module Alchemy All your existing tags have been migrated to `Gutentag::Tag`s. ...
Add note about translation removals to upgrader
diff --git a/Classes/TYPO3/Surf/Task/FLOW3/SymlinkConfigurationTask.php b/Classes/TYPO3/Surf/Task/FLOW3/SymlinkConfigurationTask.php index <HASH>..<HASH> 100644 --- a/Classes/TYPO3/Surf/Task/FLOW3/SymlinkConfigurationTask.php +++ b/Classes/TYPO3/Surf/Task/FLOW3/SymlinkConfigurationTask.php @@ -41,7 +41,7 @@ class Symli...
[BUGFIX] Safeguard rmdir of directory If the Production directory was not created the SymlinkConfigurationTask outputs errors from rmdir. Change-Id: I<I>db<I>c7df<I>ef8abd<I>f9d<I>d<I>e3
diff --git a/metpy/calc/cross_sections.py b/metpy/calc/cross_sections.py index <HASH>..<HASH> 100644 --- a/metpy/calc/cross_sections.py +++ b/metpy/calc/cross_sections.py @@ -208,8 +208,10 @@ def normal_component(data_x, data_y, index='index'): # Take the dot products component_norm = data_x * unit_norm[0] + ...
Reattach grid_mapping after cross-section calculations.
diff --git a/main/boofcv-reconstruction/src/test/java/boofcv/alg/structure/score3d/TestScoreFundamentalVsRotation.java b/main/boofcv-reconstruction/src/test/java/boofcv/alg/structure/score3d/TestScoreFundamentalVsRotation.java index <HASH>..<HASH> 100644 --- a/main/boofcv-reconstruction/src/test/java/boofcv/alg/structu...
TestScoreFundamentalVsRotation - Fixed parameters. RANSAC and internal tolerances were not the same.
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ -V 1.5.1 - UNRELEASED +V 1.5.2 - UNRELEASED + +V 1.5.1 Add `stack_from_top` option to reverse stack graph data order + Minor fix for empty logarithmic chart V 1.5.0 Add per serie configuration diff --gi...
Minor fix for empty logarithmic chart
diff --git a/cli/src/main/java/org/jboss/as/cli/CommandLineMain.java b/cli/src/main/java/org/jboss/as/cli/CommandLineMain.java index <HASH>..<HASH> 100644 --- a/cli/src/main/java/org/jboss/as/cli/CommandLineMain.java +++ b/cli/src/main/java/org/jboss/as/cli/CommandLineMain.java @@ -1027,14 +1027,14 @@ public class Comm...
[AS7-<I>] Patch submmited through Jira - adding additional space to prompts. was: <I>dba9f1d4f7b8a4ae<I>a<I>f<I>c2fad7
diff --git a/message/classes/api.php b/message/classes/api.php index <HASH>..<HASH> 100644 --- a/message/classes/api.php +++ b/message/classes/api.php @@ -963,7 +963,7 @@ class api { global $DB; // Get the context for this conversation. - $conversation = $DB->get_records('message_conversation...
MDL-<I> message: Correct favourite fetch
diff --git a/util/argo/argo.go b/util/argo/argo.go index <HASH>..<HASH> 100644 --- a/util/argo/argo.go +++ b/util/argo/argo.go @@ -6,6 +6,7 @@ import ( "errors" "fmt" "path" + "path/filepath" "strings" "time" @@ -315,7 +316,7 @@ func queryAppSourceType(ctx context.Context, spec *argoappv1.ApplicationSpec, r...
Issue #<I> - Application type is incorrectly inferred as 'directory' if app source path starts with '.' (#<I>)
diff --git a/lib/puppet/pops/types/type_mismatch_describer.rb b/lib/puppet/pops/types/type_mismatch_describer.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/types/type_mismatch_describer.rb +++ b/lib/puppet/pops/types/type_mismatch_describer.rb @@ -796,7 +796,7 @@ module Types def describe_PTypeAliasType(exp...
(PUP-<I>) Fix error when formatting errors for TypeAliases with variants The TypeFormatter would incorrectly swap the expected type in a description for the original alias although the message description was for something nested contained in the resolved type of the alias. This commit ensures that the replacement on...
diff --git a/lib/platform/github/gh-got-wrapper.js b/lib/platform/github/gh-got-wrapper.js index <HASH>..<HASH> 100644 --- a/lib/platform/github/gh-got-wrapper.js +++ b/lib/platform/github/gh-got-wrapper.js @@ -11,13 +11,11 @@ function sleep(ms) { async function get(path, opts, retries = 5) { const method = opts ...
refactor: always debug log github get requests
diff --git a/src/DependencyInjection/JsonRpcHttpServerExtension.php b/src/DependencyInjection/JsonRpcHttpServerExtension.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/JsonRpcHttpServerExtension.php +++ b/src/DependencyInjection/JsonRpcHttpServerExtension.php @@ -153,10 +153,6 @@ class JsonRpcHttpServerE...
Fix when there is no mapping collector defined
diff --git a/src/Model/Struct.php b/src/Model/Struct.php index <HASH>..<HASH> 100644 --- a/src/Model/Struct.php +++ b/src/Model/Struct.php @@ -362,7 +362,7 @@ class Struct extends AbstractModel */ public function getInheritanceStruct() { - return $this->getGenerator()->getStructByName(str_replace...
issue #<I> - fix infinite loop by checking its inheritance name
diff --git a/shared/chat/conversation/input/container.js b/shared/chat/conversation/input/container.js index <HASH>..<HASH> 100644 --- a/shared/chat/conversation/input/container.js +++ b/shared/chat/conversation/input/container.js @@ -74,7 +74,7 @@ const mergeProps = (stateProps, dispatchProps, ownProps: OwnProps): Pro...
increase typing throttle to 5 seconds (#<I>)
diff --git a/blocks_vertical/more.js b/blocks_vertical/more.js index <HASH>..<HASH> 100644 --- a/blocks_vertical/more.js +++ b/blocks_vertical/more.js @@ -287,7 +287,7 @@ Blockly.Blocks['procedures_defreturn'] = { this.appendStatementInput('STACK') .appendField(Blockly.Msg.PROCEDURES_DEFNORETURN_DO); ...
Procedure UI Fix (#<I>)
diff --git a/src/entity/entity.js b/src/entity/entity.js index <HASH>..<HASH> 100644 --- a/src/entity/entity.js +++ b/src/entity/entity.js @@ -1077,7 +1077,6 @@ /** * cap the entity velocity to the specified value<br> - * (!) this will only cap the y velocity for now(!) * @param {Int} x max v...
Corrected wrong (old?) documentation
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,13 @@ module.exports = { }, overrides: [ { + // this package depends on a lot of peerDependencies we don't want to specify, because npm would install them + files: ['**/addons/doc...
add excemption to lint warnings
diff --git a/lib/ezdbschema/classes/ezdbschemainterface.php b/lib/ezdbschema/classes/ezdbschemainterface.php index <HASH>..<HASH> 100644 --- a/lib/ezdbschema/classes/ezdbschemainterface.php +++ b/lib/ezdbschema/classes/ezdbschemainterface.php @@ -368,6 +368,12 @@ class eZDBSchemaInterface if ( $includeData...
- Made sure _info entry in data arrays are placed at the end. git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I>
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/ByteBuddy.java b/byte-buddy-dep/src/main/java/net/bytebuddy/ByteBuddy.java index <HASH>..<HASH> 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/ByteBuddy.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/ByteBuddy.java @@ -407,6 +407,15 @@ public class...
Extended Byte Buddy DSL for interface creation.
diff --git a/keyboard/_winkeyboard.py b/keyboard/_winkeyboard.py index <HASH>..<HASH> 100644 --- a/keyboard/_winkeyboard.py +++ b/keyboard/_winkeyboard.py @@ -524,7 +524,7 @@ def prepare_intercept(callback): shift_is_pressed = False is_keypad = (scan_code, vk, is_extended) in keypad_keys - ...
Create Windows events with VK when scan code is missing
diff --git a/notrequests.py b/notrequests.py index <HASH>..<HASH> 100644 --- a/notrequests.py +++ b/notrequests.py @@ -229,9 +229,16 @@ def _guess_filename(fileobj): return os.path.basename(name) +def _choose_boundary(): + chars = 'abcdefghijklmnopqrstuvwxyz123456789' + boundary = ''.join(random.choi...
Replaced mimetools.choose_boundary(..) with our own. Not sure if the string is long enough. And it may be that encoding it is premature.
diff --git a/packages/ember-runtime/lib/mixins/evented.js b/packages/ember-runtime/lib/mixins/evented.js index <HASH>..<HASH> 100644 --- a/packages/ember-runtime/lib/mixins/evented.js +++ b/packages/ember-runtime/lib/mixins/evented.js @@ -83,7 +83,7 @@ Ember.Evented = Ember.Mixin.create({ event. ```javascri...
Fix typo in evented mixin.
diff --git a/lib/apruve/version.rb b/lib/apruve/version.rb index <HASH>..<HASH> 100644 --- a/lib/apruve/version.rb +++ b/lib/apruve/version.rb @@ -1,3 +1,3 @@ module Apruve - VERSION = '0.9.2' + VERSION = '0.10.0' end
Fixes issues #3 and #5
diff --git a/src/Command/ProjectGetCommand.php b/src/Command/ProjectGetCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/ProjectGetCommand.php +++ b/src/Command/ProjectGetCommand.php @@ -90,7 +90,10 @@ class ProjectGetCommand extends PlatformCommand } $environment = $environmentOption;...
Accommodate one non-master environment. Addresses #<I>
diff --git a/lib/system/index.js b/lib/system/index.js index <HASH>..<HASH> 100644 --- a/lib/system/index.js +++ b/lib/system/index.js @@ -28,7 +28,7 @@ system.get_logged_user = function(cb){ setTimeout(function(){ logged_user = null; - }, 30000); // cache result for 30 seconds + }, 5000); // cache ...
Cache logged user for 5 secs only.
diff --git a/Services/Twilio/Rest/Sip.php b/Services/Twilio/Rest/Sip.php index <HASH>..<HASH> 100644 --- a/Services/Twilio/Rest/Sip.php +++ b/Services/Twilio/Rest/Sip.php @@ -4,7 +4,7 @@ * For Linux filename compatibility, this file needs to be named Sip.php, or * camelize() needs to be special cased in setupSubres...
Change class name to match filename This is required in Linux for PSR-0.
diff --git a/examples/demo.py b/examples/demo.py index <HASH>..<HASH> 100644 --- a/examples/demo.py +++ b/examples/demo.py @@ -14,7 +14,7 @@ import time import enlighten -# pylint: disable=wrong-import-order +# pylint: disable=wrong-import-order,import-error from multicolored import run_tests, load from multiple...
Quiet pylint
diff --git a/lib/serf/agent.js b/lib/serf/agent.js index <HASH>..<HASH> 100644 --- a/lib/serf/agent.js +++ b/lib/serf/agent.js @@ -114,8 +114,15 @@ Agent.prototype.tryStart = function() { this._handleOutput(String(data)); }).bind(this)); } catch(error) { - this._agentProcess = null; + this._logger....
Handle errors around Serf agent more safely
diff --git a/test/test_core.rb b/test/test_core.rb index <HASH>..<HASH> 100644 --- a/test/test_core.rb +++ b/test/test_core.rb @@ -110,6 +110,18 @@ class ParanoidTest < ParanoidBaseTest end end + # Rails does not allow saving deleted records + def test_no_save_after_destroy + paranoid = ParanoidString.fi...
Specify behavior when saving destroyed records This basically tests Rails' behavior for models where '#destroyed?' returns true.
diff --git a/lfsapi/ssh.go b/lfsapi/ssh.go index <HASH>..<HASH> 100644 --- a/lfsapi/ssh.go +++ b/lfsapi/ssh.go @@ -35,7 +35,7 @@ func (c *sshCache) Resolve(e Endpoint, method string) (sshAuthResponse, error) { } key := strings.Join([]string{e.SshUserAndHost, e.SshPort, e.SshPath, method}, "//") - if res, ok := c....
lfsapi: better time comparison
diff --git a/spec/model.rb b/spec/model.rb index <HASH>..<HASH> 100644 --- a/spec/model.rb +++ b/spec/model.rb @@ -723,7 +723,7 @@ describe 'A created DBI::Model subclass instance' do end mc.id.should.not.be.nil mc.c1.should.equal 123 - mc.class.should.equal DBI::Model + mc.class.should.equal @m_co...
Corrected class check in Model spec.
diff --git a/lib/jira/base.rb b/lib/jira/base.rb index <HASH>..<HASH> 100644 --- a/lib/jira/base.rb +++ b/lib/jira/base.rb @@ -374,7 +374,8 @@ module JIRA } ) end - raise exception + # raise exception + save_status = false end save_status ...
Revert changes from #<I> and do not raise unexpected exceptions
diff --git a/kafka/codec.py b/kafka/codec.py index <HASH>..<HASH> 100644 --- a/kafka/codec.py +++ b/kafka/codec.py @@ -229,13 +229,21 @@ def lz4_encode_old_kafka(payload): assert xxhash is not None data = lz4_encode(payload) header_size = 7 - if isinstance(data[4], int): - flg = data[4] - el...
LZ4 support in kafka <I>/<I> does not accept a ContentSize header
diff --git a/addons/storyshots/src/test-bodies.js b/addons/storyshots/src/test-bodies.js index <HASH>..<HASH> 100644 --- a/addons/storyshots/src/test-bodies.js +++ b/addons/storyshots/src/test-bodies.js @@ -16,7 +16,7 @@ function getSnapshotFileName(context) { } const { dir, name } = path.parse(fileName); - re...
CHANGE path of the snapshots files into the regular `__snapshots__` folder
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( ], tests_require=[ 'mock', + 'django-dynamic-fixture', 'django-nose', 'south', ],
added django dynamic fixture as test req
diff --git a/raft/storage.go b/raft/storage.go index <HASH>..<HASH> 100644 --- a/raft/storage.go +++ b/raft/storage.go @@ -52,9 +52,6 @@ type Storage interface { FirstIndex() (uint64, error) // Snapshot returns the most recent snapshot. Snapshot() (pb.Snapshot, error) - // ApplySnapshot overwrites the contents of...
raft: remove the applysnap from Storage interface
diff --git a/crowd.py b/crowd.py index <HASH>..<HASH> 100644 --- a/crowd.py +++ b/crowd.py @@ -503,7 +503,7 @@ class CrowdServer(object): return True - def get_membership(self): + def get_memberships(self): """Fetches all group memberships. Returns:
Rename get_membership to get_memberships
diff --git a/capsule/src/main/java/Capsule.java b/capsule/src/main/java/Capsule.java index <HASH>..<HASH> 100644 --- a/capsule/src/main/java/Capsule.java +++ b/capsule/src/main/java/Capsule.java @@ -187,6 +187,7 @@ public class Capsule implements Runnable { private static final String PROP_TMP_DIR = "java.io.tmpdi...
Require 'Capsule' as manifest's 'Premain-Class'
diff --git a/pytime/filter.py b/pytime/filter.py index <HASH>..<HASH> 100644 --- a/pytime/filter.py +++ b/pytime/filter.py @@ -273,7 +273,8 @@ class BaseParser(object): numeric_month = NAMED_MONTHS[month] return datetime.date(int(year), numeric_month, day) except: - raise C...
Fixed typo in filter.py and added additional blank space after. In pytime.py, documented wipe parameter in daysrange.
diff --git a/app/index.js b/app/index.js index <HASH>..<HASH> 100644 --- a/app/index.js +++ b/app/index.js @@ -118,7 +118,7 @@ module.exports = generators.Base.extend({ this.npmInstall([ 'can@^2.3.0-pre.0', 'can-connect', - 'steal', + 'steal@^0.11.0-pre.0', 'jquery', 'can-ssr'...
Use the newest versions of Steal and StealTools Fixes #4
diff --git a/lxd/certificates.go b/lxd/certificates.go index <HASH>..<HASH> 100644 --- a/lxd/certificates.go +++ b/lxd/certificates.go @@ -517,7 +517,18 @@ func certificatesPost(d *Daemon, r *http.Request) response.Response { } // Access check. - secret, err := clusterConfig.GetString(d.db.Cluster, "core.trust_pa...
lxd/certificates: Updates certificatesPost to use config.TrustPassword
diff --git a/kundera-hbase/src/main/java/com/impetus/client/hbase/admin/HBaseDataHandler.java b/kundera-hbase/src/main/java/com/impetus/client/hbase/admin/HBaseDataHandler.java index <HASH>..<HASH> 100644 --- a/kundera-hbase/src/main/java/com/impetus/client/hbase/admin/HBaseDataHandler.java +++ b/kundera-hbase/src/main...
Fixed issue related to String byte conversion.
diff --git a/src/org/opencms/main/OpenCmsServlet.java b/src/org/opencms/main/OpenCmsServlet.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/main/OpenCmsServlet.java +++ b/src/org/opencms/main/OpenCmsServlet.java @@ -220,6 +220,8 @@ public class OpenCmsServlet extends HttpServlet implements I_CmsRequestHandler { ...
Fixing issue with wrong HTTP response code for static export resources.
diff --git a/src/Data/DataAggregateInterface.php b/src/Data/DataAggregateInterface.php index <HASH>..<HASH> 100644 --- a/src/Data/DataAggregateInterface.php +++ b/src/Data/DataAggregateInterface.php @@ -21,8 +21,8 @@ interface DataAggregateInterface /** * Merges new data if possible. * - * @param a...
DataAggregate: it's possile now to merge objects
diff --git a/packages/components-react/src/components/Header/Header.js b/packages/components-react/src/components/Header/Header.js index <HASH>..<HASH> 100644 --- a/packages/components-react/src/components/Header/Header.js +++ b/packages/components-react/src/components/Header/Header.js @@ -77,7 +77,7 @@ Header.defaultP...
chore(header) default props has been updated
diff --git a/dev/DebugView.php b/dev/DebugView.php index <HASH>..<HASH> 100644 --- a/dev/DebugView.php +++ b/dev/DebugView.php @@ -51,17 +51,18 @@ class DebugView { */ public function Breadcrumbs() { $basePath = str_replace(Director::protocolAndHost(), '', Director::absoluteBaseURL()); - $parts = explode('/', ...
BUGFIX Fixed DebugView Breadcrumbs to not include query string as separate link, and don't append an arrow after the last element git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -16,6 +16,10 @@ describe('serveStatic()', function(){ server = createServer(); }); + it('should require root path', function(){ + serveStatic.bind().should.throw(/root path required/); + ...
tests: add test for root path requirement
diff --git a/course/lib.php b/course/lib.php index <HASH>..<HASH> 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1460,7 +1460,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, $completion=$hidecompletion ? COMPLETION_TRACKING_NONE ...
MDL-<I>: Completion fix: hide completion icons for guest/not logged in
diff --git a/testing/test_collection.py b/testing/test_collection.py index <HASH>..<HASH> 100644 --- a/testing/test_collection.py +++ b/testing/test_collection.py @@ -281,7 +281,7 @@ class TestPrunetraceback(object): outcome = yield rep = outcome.get_result() rep.heade...
Fix call to outcome.force_result Even though the test is not running at the moment (xfail), at least we avoid future confusion
diff --git a/lib/friendly_id/active_record_adapter/tasks.rb b/lib/friendly_id/active_record_adapter/tasks.rb index <HASH>..<HASH> 100644 --- a/lib/friendly_id/active_record_adapter/tasks.rb +++ b/lib/friendly_id/active_record_adapter/tasks.rb @@ -30,7 +30,7 @@ module FriendlyId :include => :slug, :lim...
fixed rake task to using class.primary_key rather than string "id"
diff --git a/src/share/classes/com/sun/tools/javac/code/TargetType.java b/src/share/classes/com/sun/tools/javac/code/TargetType.java index <HASH>..<HASH> 100644 --- a/src/share/classes/com/sun/tools/javac/code/TargetType.java +++ b/src/share/classes/com/sun/tools/javac/code/TargetType.java @@ -80,7 +80,7 @@ public enum...
Fix mistake in documentation. Re-format documentation.
diff --git a/relaxng/datatype/java/src/org/whattf/datatype/MetaName.java b/relaxng/datatype/java/src/org/whattf/datatype/MetaName.java index <HASH>..<HASH> 100644 --- a/relaxng/datatype/java/src/org/whattf/datatype/MetaName.java +++ b/relaxng/datatype/java/src/org/whattf/datatype/MetaName.java @@ -29,10 +29,13 @@ impor...
Update MetaName.java with the latest changes to the meta name registry.
diff --git a/javascript/bin/generate_static_data.js b/javascript/bin/generate_static_data.js index <HASH>..<HASH> 100755 --- a/javascript/bin/generate_static_data.js +++ b/javascript/bin/generate_static_data.js @@ -34,9 +34,8 @@ function ll(str){ } // We get our own manager. -var gserv = new amigo.data.server()...
try and get the image gen scripts to use the current public data now that the URL is stable
diff --git a/painter/__init__.py b/painter/__init__.py index <HASH>..<HASH> 100644 --- a/painter/__init__.py +++ b/painter/__init__.py @@ -1,4 +1,9 @@ __version__ = '0.2-dev' +__author__ = 'Fotis Gimian' +__email__ = 'fgimiansoftware@gmail.com' +__url__ = 'https://github.com/fgimian/painter' +__license__ = 'MIT' +__ti...
Added further metadata to the painter package
diff --git a/src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php b/src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php index <HASH>..<HASH> 100644 --- a/src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php +++ b/src/MvcCore/Ext/Debugs/Tracys/SessionPanel.php @@ -46,7 +46,7 @@ class SessionPanel implements \Tracy\IBarPanel protected ...
English grammar fixes. Assets View Helper update to remove \Nette\Utils\SafeStream, because it's not necessary anymore - atomic saving is part of core class \MvcCore\Tool.
diff --git a/src/Jobs/DbLogger.php b/src/Jobs/DbLogger.php index <HASH>..<HASH> 100644 --- a/src/Jobs/DbLogger.php +++ b/src/Jobs/DbLogger.php @@ -49,7 +49,7 @@ class DbLogger implements ShouldQueue 'mobile' => $this->code->to, 'data' => json_encode($this->code), 'is_sent' => $thi...
fix serialization-of-closure for aliyun send failed result.
diff --git a/lib/pronto/github.rb b/lib/pronto/github.rb index <HASH>..<HASH> 100644 --- a/lib/pronto/github.rb +++ b/lib/pronto/github.rb @@ -41,6 +41,7 @@ module Pronto def create_pull_request_review(comments) options = { event: 'COMMENT', + accept: 'application/vnd.github.black-cat-previe...
To access the API you must provide a custom media type in the Accept header
diff --git a/lib/xcode/install/cli.rb b/lib/xcode/install/cli.rb index <HASH>..<HASH> 100644 --- a/lib/xcode/install/cli.rb +++ b/lib/xcode/install/cli.rb @@ -5,7 +5,10 @@ module XcodeInstall self.summary = 'Installs Xcode Command Line Tools.' def run - fail Informative, 'Xcode CLI Tools are alre...
Don't exit 1 if CLI tools are already installed Previously `xcversion install-cli-tools` would exit 1 if they were already installed, but `xcversion install VERSION` would exit 0. This makes them have the same behavior.
diff --git a/src/response.js b/src/response.js index <HASH>..<HASH> 100644 --- a/src/response.js +++ b/src/response.js @@ -108,7 +108,7 @@ const generate = (resource, associations, req, version, options) => { // returned along with the result. A $count query option with a value of // false (or not specified) ...
[Issue #<I>] $count=false is not working properly (#<I>)
diff --git a/peewee.py b/peewee.py index <HASH>..<HASH> 100644 --- a/peewee.py +++ b/peewee.py @@ -33,7 +33,7 @@ class Database(object): return result.fetchone()[0] def create_table(self, model_class): - framing = "CREATE TABLE %s (%s);" + framing = "CREATE TABLE IF NOT EXISTS %s (%s);...
Create table only if it doesn't exist
diff --git a/charmhelpers/contrib/openstack/utils.py b/charmhelpers/contrib/openstack/utils.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/openstack/utils.py +++ b/charmhelpers/contrib/openstack/utils.py @@ -153,7 +153,7 @@ SWIFT_CODENAMES = OrderedDict([ ('newton', ['2.8.0', '2.9.0', '2.10.0']...
Add <I> to swift list of releases for ocata
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,5 @@ setup( packages=find_packages('.'), include_package_data=True, zip_safe=False, - install_requires=['django-inplaceedit==1.2.2'] + install_requires=['django-inplaceedit>=1.2.3'] )
Update the django-inplaceedit
diff --git a/development-utility/development-server/src/com/thoughtworks/go/server/DevelopmentServer.java b/development-utility/development-server/src/com/thoughtworks/go/server/DevelopmentServer.java index <HASH>..<HASH> 100644 --- a/development-utility/development-server/src/com/thoughtworks/go/server/DevelopmentServ...
#NA - Setting plugin location monitor interval to 5secs for Development Server This makes it convenient to test plugins and end-points while developing.
diff --git a/grunt.js b/grunt.js index <HASH>..<HASH> 100644 --- a/grunt.js +++ b/grunt.js @@ -1,7 +1,7 @@ module.exports = function(grunt){ grunt.initConfig({ lint: { - all: ['grunt.js', 'lib/*', 'test/*'] + all: ['grunt.js', 'lib/*', 'test/*.js'] }, test: { ...
Forced lint on js files only.
diff --git a/lib/simple_form/form_builder.rb b/lib/simple_form/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/simple_form/form_builder.rb +++ b/lib/simple_form/form_builder.rb @@ -48,6 +48,11 @@ module SimpleForm # label + input + hint (when defined) + errors (when exists), and all can # be configured ...
Add docs for #input method with block To explain what happens when you pass a block to the #input method within the form builder
diff --git a/libraries/TeamSpeak3/Node/Host.php b/libraries/TeamSpeak3/Node/Host.php index <HASH>..<HASH> 100644 --- a/libraries/TeamSpeak3/Node/Host.php +++ b/libraries/TeamSpeak3/Node/Host.php @@ -594,7 +594,7 @@ class TeamSpeak3_Node_Host extends TeamSpeak3_Node_Abstract $permtree[$val]["permcatid"] = $v...
Remove deprecated curly braces (#<I>)
diff --git a/Source/classes/DragSort.js b/Source/classes/DragSort.js index <HASH>..<HASH> 100644 --- a/Source/classes/DragSort.js +++ b/Source/classes/DragSort.js @@ -49,9 +49,10 @@ Garnish.DragSort = Garnish.Drag.extend({ this.base(); // add the caboose? - if (this.settings.container && this.$caboose) + if (...
Cabooses (cabeese?) no longer require the drag class have a container
diff --git a/Entity/CronJob.php b/Entity/CronJob.php index <HASH>..<HASH> 100644 --- a/Entity/CronJob.php +++ b/Entity/CronJob.php @@ -25,28 +25,28 @@ class CronJob /** * @var string * - * @ORM\Column(name="name", type="string", length=255) + * @ORM\Column(name="name", type="string", length=191...
changed length of strings for utf8mb4 support (#<I>)
diff --git a/rtmbot.py b/rtmbot.py index <HASH>..<HASH> 100755 --- a/rtmbot.py +++ b/rtmbot.py @@ -7,6 +7,7 @@ import client sys.path.append(os.getcwd()) + def parse_args(): parser = ArgumentParser() parser.add_argument(
flake8 for reals this time
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100644 --- a/src/cli.js +++ b/src/cli.js @@ -72,9 +72,18 @@ async function main() { // We need to polyfill it for the server side. const channel = new EventEmitter(); addons.setChannel(channel); - await runner.run(filterStorybook(storybook, gre...
Exit with exit code 1 if some tests errored or unmatched
diff --git a/src/Graph/Presenters/GraphViz.php b/src/Graph/Presenters/GraphViz.php index <HASH>..<HASH> 100644 --- a/src/Graph/Presenters/GraphViz.php +++ b/src/Graph/Presenters/GraphViz.php @@ -154,7 +154,7 @@ HTML; /** * @var Node $node */ - foreach($nodes as $node) { + fore...
making it psr-2 compatible
diff --git a/src/main/java/com/semanticcms/section/servlet/impl/SectionImpl.java b/src/main/java/com/semanticcms/section/servlet/impl/SectionImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/semanticcms/section/servlet/impl/SectionImpl.java +++ b/src/main/java/com/semanticcms/section/servlet/impl/SectionImp...
Using final instead of abstract for static utility classes NetBeans <I> is warning "Constructor is never used" when abstract, and this cannot be suppressed with `@SuppressWarnings("unused")`.
diff --git a/isso/utils/hash.py b/isso/utils/hash.py index <HASH>..<HASH> 100644 --- a/isso/utils/hash.py +++ b/isso/utils/hash.py @@ -3,7 +3,7 @@ import codecs import hashlib -from werkzeug.security import pbkdf2_bin as pbkdf2 +from hashlib import pbkdf2_hmac as pbkdf2 def _TypeError(name, expected, val): @@ ...
utils: hash: Use hashlib for pbkdf2 werkzeug <I> will deprecate `pbkdf2_bin` and recommends pbkdf2_hmac as an alternative. Adjust function invocation and use named args to avoid confusion. Compare: <URL>
diff --git a/onecodex/lib/upload.py b/onecodex/lib/upload.py index <HASH>..<HASH> 100644 --- a/onecodex/lib/upload.py +++ b/onecodex/lib/upload.py @@ -307,6 +307,9 @@ def _file_stats(file_path, enforce_fastx=True): # this lets us turn off the click progressbar context manager and is python2 compatible # https://stack...
Make FakeProgressBar support pct and label. Closes #<I>.
diff --git a/cmd-ls.go b/cmd-ls.go index <HASH>..<HASH> 100644 --- a/cmd-ls.go +++ b/cmd-ls.go @@ -59,6 +59,10 @@ func printObject(date time.Time, v int64, key string) { func doListCmd(ctx *cli.Context) { var items []*client.Item + if len(ctx.Args()) < 1 { + cli.ShowCommandHelpAndExit(ctx, "ls", 1) // last argume...
show help when no args are passed
diff --git a/src/ThemeCompile.php b/src/ThemeCompile.php index <HASH>..<HASH> 100644 --- a/src/ThemeCompile.php +++ b/src/ThemeCompile.php @@ -45,6 +45,8 @@ class ThemeCompile extends ParallelExec */ public function run() { + // Print the output of the compile commands. + $this->printed();...
Issue #<I>: Print the output of the compile commands.