diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/cms/fortress/application_controller_methods.rb b/lib/cms/fortress/application_controller_methods.rb index <HASH>..<HASH> 100644 --- a/lib/cms/fortress/application_controller_methods.rb +++ b/lib/cms/fortress/application_controller_methods.rb @@ -5,7 +5,8 @@ module Cms def after_sign_in_path_for(...
change default after login url to dashboard
diff --git a/stickytape/__init__.py b/stickytape/__init__.py index <HASH>..<HASH> 100644 --- a/stickytape/__init__.py +++ b/stickytape/__init__.py @@ -336,6 +336,7 @@ _stdlib_modules = set([ "htmllib", "htmlentitydefs", "xml", + "xml/etree", "xml/etree/ElementTree", "xml/dom", "xml/dom/...
Add xml.etree and xml.parsers to stdlib list
diff --git a/railties/lib/generators/test_unit/mailer/templates/functional_test.rb b/railties/lib/generators/test_unit/mailer/templates/functional_test.rb index <HASH>..<HASH> 100644 --- a/railties/lib/generators/test_unit/mailer/templates/functional_test.rb +++ b/railties/lib/generators/test_unit/mailer/templates/func...
don't set @expected.date in generated mailer test
diff --git a/lib/browserify-rails/directive_processor.rb b/lib/browserify-rails/directive_processor.rb index <HASH>..<HASH> 100644 --- a/lib/browserify-rails/directive_processor.rb +++ b/lib/browserify-rails/directive_processor.rb @@ -14,10 +14,7 @@ module BrowserifyRails def evaluate(context, locals, &block) ...
#dependencies already filter the file itself
diff --git a/test/test_girl_friday.rb b/test/test_girl_friday.rb index <HASH>..<HASH> 100644 --- a/test/test_girl_friday.rb +++ b/test/test_girl_friday.rb @@ -137,4 +137,15 @@ class TestGirlFriday < MiniTest::Unit::TestCase end end + def test_should_create_workers_lazily + async_test do |cb| + queue ...
Add test for lazily worker instantiation
diff --git a/salt/modules/yumpkg.py b/salt/modules/yumpkg.py index <HASH>..<HASH> 100644 --- a/salt/modules/yumpkg.py +++ b/salt/modules/yumpkg.py @@ -2597,9 +2597,9 @@ def group_install(name, targets = [] for group in groups: group_detail = group_info(group) - targets.extend(group_detail.get(...
Use correct keys from group_info in group_install. Fixes #<I>
diff --git a/plugins/lineup/LineUp/test/lineup.js b/plugins/lineup/LineUp/test/lineup.js index <HASH>..<HASH> 100644 --- a/plugins/lineup/LineUp/test/lineup.js +++ b/plugins/lineup/LineUp/test/lineup.js @@ -3,15 +3,15 @@ import test from 'tape-catch'; // needed to handle Babel's conversion of for `(x of array)` impor...
test: fix test corruption from use of jquery in lineup test
diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index <HASH>..<HASH> 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -60,7 +60,7 @@ import {create as createTransform, apply as applyTransform} from './transform.js /** * @typedef {Object} AtPixelOptions - * @property {undefined|funct...
Mark layerFilter in AtPixelOptions as optional
diff --git a/test/unit/client-test.js b/test/unit/client-test.js index <HASH>..<HASH> 100644 --- a/test/unit/client-test.js +++ b/test/unit/client-test.js @@ -1,5 +1,4 @@ var Client = require("../../lib/dynode/client").Client, - DynamoDB = require('../test-helper'), util = require('utile'), should = requi...
making unit tests run without needed aws auth keys on environment
diff --git a/service/src/main/java/de/uniulm/omi/cloudiator/sword/service/ServiceBuilder.java b/service/src/main/java/de/uniulm/omi/cloudiator/sword/service/ServiceBuilder.java index <HASH>..<HASH> 100644 --- a/service/src/main/java/de/uniulm/omi/cloudiator/sword/service/ServiceBuilder.java +++ b/service/src/main/java/...
fixed null pointer if no properties were defined by the user
diff --git a/src/website/app/demos/Icon/examples/importSyntax.js b/src/website/app/demos/Icon/examples/importSyntax.js index <HASH>..<HASH> 100644 --- a/src/website/app/demos/Icon/examples/importSyntax.js +++ b/src/website/app/demos/Icon/examples/importSyntax.js @@ -21,7 +21,7 @@ export default { description: `To re...
chore(website): Fix incorrect Icon import syntax
diff --git a/cmd/geth/js.go b/cmd/geth/js.go index <HASH>..<HASH> 100644 --- a/cmd/geth/js.go +++ b/cmd/geth/js.go @@ -439,7 +439,7 @@ func (self *jsre) interactive() { func mustLogInHistory(input string) bool { return len(input) == 0 || passwordRegexp.MatchString(input) || - leadingSpace.MatchString(input) + !...
fix console history, lines with leadning whitespace NOT included
diff --git a/include/componentdispatcher_class.php b/include/componentdispatcher_class.php index <HASH>..<HASH> 100644 --- a/include/componentdispatcher_class.php +++ b/include/componentdispatcher_class.php @@ -47,7 +47,7 @@ class ComponentDispatcher extends Component { $ret["content"] = $component->HandlePayl...
- Fixed pedantic warning in component dispatcher
diff --git a/lib/ronin/ui/console.rb b/lib/ronin/ui/console.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/ui/console.rb +++ b/lib/ronin/ui/console.rb @@ -166,6 +166,7 @@ module Ronin irb.context.main.instance_eval do require 'ronin' require 'ronin/ui/output' + require 'ronin/pla...
Explicitly require 'ronin/platform/overlays' from within the Ronin Console.
diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py index <HASH>..<HASH> 100755 --- a/seleniumbase/fixtures/base_case.py +++ b/seleniumbase/fixtures/base_case.py @@ -1687,7 +1687,7 @@ class BaseCase(unittest.TestCase): timeout = settings.SMALL_TIMEOUT if self.timeo...
Only scroll to iframes before switching to them if identifier is a string
diff --git a/pkg/adaptor/mongodb.go b/pkg/adaptor/mongodb.go index <HASH>..<HASH> 100644 --- a/pkg/adaptor/mongodb.go +++ b/pkg/adaptor/mongodb.go @@ -13,7 +13,7 @@ import ( ) const ( - MONGO_BUFFER_SIZE int = 5e6 + MONGO_BUFFER_SIZE int = 1e6 MONGO_BUFFER_LEN int = 5e5 ) @@ -76,7 +76,7 @@ func NewMongodb(p *...
use a smaller buffer for mongo adaptor
diff --git a/third_party/code.google.com/p/goauth2/oauth/oauth.go b/third_party/code.google.com/p/goauth2/oauth/oauth.go index <HASH>..<HASH> 100644 --- a/third_party/code.google.com/p/goauth2/oauth/oauth.go +++ b/third_party/code.google.com/p/goauth2/oauth/oauth.go @@ -167,7 +167,10 @@ type Token struct { // Expire...
oauth: fix Token.Expired also sent off as <URL>
diff --git a/src/Place/PlaceRepository.php b/src/Place/PlaceRepository.php index <HASH>..<HASH> 100644 --- a/src/Place/PlaceRepository.php +++ b/src/Place/PlaceRepository.php @@ -81,11 +81,6 @@ class PlaceRepository extends ActorRepository implements RepositoryInterface, Lo */ protected $organizerService; ...
III-<I>: Fix loose ends preventing saving places to work & add http logging to Entry API
diff --git a/cdrouter/captures.py b/cdrouter/captures.py index <HASH>..<HASH> 100644 --- a/cdrouter/captures.py +++ b/cdrouter/captures.py @@ -50,7 +50,7 @@ class SummaryPacket(object): self.sections = kwargs.get('sections', None) class SummaryPacketSchema(Schema): - sections = mfields.Nested(SectionSche...
Fix issue with CapturesService.summary
diff --git a/test/spec/platform_spec.rb b/test/spec/platform_spec.rb index <HASH>..<HASH> 100644 --- a/test/spec/platform_spec.rb +++ b/test/spec/platform_spec.rb @@ -32,7 +32,7 @@ describe "The PHP Platform Installer" do rescue Errno::ENOENT expected_status = 0 ensure - expect(status.exitstatus...
slightly improve error message (with exit status) if platform.php test fails
diff --git a/modules/tools-misc/src/main/java/com/wizzardo/tools/misc/UTF8.java b/modules/tools-misc/src/main/java/com/wizzardo/tools/misc/UTF8.java index <HASH>..<HASH> 100644 --- a/modules/tools-misc/src/main/java/com/wizzardo/tools/misc/UTF8.java +++ b/modules/tools-misc/src/main/java/com/wizzardo/tools/misc/UTF8.ja...
add charsDecoded method
diff --git a/embark-ui/src/containers/AppContainer.js b/embark-ui/src/containers/AppContainer.js index <HASH>..<HASH> 100644 --- a/embark-ui/src/containers/AppContainer.js +++ b/embark-ui/src/containers/AppContainer.js @@ -103,6 +103,8 @@ class AppContainer extends Component { renderBody() { if (this.shouldRend...
don't return Layout while authenticating
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -24,7 +24,7 @@ RSpec.configure { |config| extend(Module.new { def describe_extended(mod, ext, singleton = false, &block) - describe(mod, 'when extended by', ext) { + desc...
spec/spec_helper.rb: Fixed for RSpec 3.
diff --git a/lib/chamber/settings.rb b/lib/chamber/settings.rb index <HASH>..<HASH> 100644 --- a/lib/chamber/settings.rb +++ b/lib/chamber/settings.rb @@ -107,8 +107,15 @@ class Settings self.namespaces == other.namespaces end + ### + # Internal: Returns the Settings data as a Hash for easy manipulation....
Always duplicate the settings hash before returning it so that we don't have inadvertent modifications
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -65,9 +65,9 @@ setup( 'Intended Audience :: Developers', 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.5', ...
Update Python support in setup.py
diff --git a/generators/setup-workspace/index.js b/generators/setup-workspace/index.js index <HASH>..<HASH> 100644 --- a/generators/setup-workspace/index.js +++ b/generators/setup-workspace/index.js @@ -98,12 +98,6 @@ class Generator extends Base { type: String }); - this.option('verbose', { - typ...
Remove verbose flag and always log spawned output #<I> Since this `setup-workspace` generator is only used by the user and not used in the product build.js we can remove the verbose flag.
diff --git a/lib/restbase.js b/lib/restbase.js index <HASH>..<HASH> 100644 --- a/lib/restbase.js +++ b/lib/restbase.js @@ -63,8 +63,8 @@ RESTBase.prototype.request = function (req) { return Promise.reject(new HTTPError({ status: 403, body: { - type: 'access_denied', - ...
Add information when denying access to sys
diff --git a/src/ResourceTransformer.php b/src/ResourceTransformer.php index <HASH>..<HASH> 100644 --- a/src/ResourceTransformer.php +++ b/src/ResourceTransformer.php @@ -681,7 +681,8 @@ abstract class ResourceTransformer implements ResourceTransformerContract $childResource = $field->getChildResourceDefinitio...
Don't eager load expanded relationships as this causes unexpected issues.
diff --git a/lib/ES6ImportsRenamer.js b/lib/ES6ImportsRenamer.js index <HASH>..<HASH> 100644 --- a/lib/ES6ImportsRenamer.js +++ b/lib/ES6ImportsRenamer.js @@ -106,7 +106,8 @@ ES6ImportsRenamer.prototype._renameNextAst = function() { var importPromises = []; var body = current.ast.program.body; for (var i = 0; i <...
Adds support for exports with source
diff --git a/public/js/editors/keycontrol.js b/public/js/editors/keycontrol.js index <HASH>..<HASH> 100644 --- a/public/js/editors/keycontrol.js +++ b/public/js/editors/keycontrol.js @@ -1,7 +1,7 @@ /*globals objectValue, $, jsbin, $body, $document*/ var keyboardHelpVisible = false; -var customKeys = objectValue('j...
Custom key settings could not be read when anon We were trying to read the jsbin object of the window object, but since we made the entire thing private a few months ago, this started breaking. So now I pass in the correct context to the read the object. Fixes #<I>
diff --git a/src/variety/country.js b/src/variety/country.js index <HASH>..<HASH> 100644 --- a/src/variety/country.js +++ b/src/variety/country.js @@ -34,6 +34,12 @@ MouseEvent:{ "MouseEvent@moonsun":{ // オーバーライド inputMB : function(){ + var border = this.getpos(0.22).getb(); + if(border.group==='border' && !bord...
moonsun: Enable to input cross marks by smartphone or tablet
diff --git a/dwave/cloud/solver.py b/dwave/cloud/solver.py index <HASH>..<HASH> 100644 --- a/dwave/cloud/solver.py +++ b/dwave/cloud/solver.py @@ -656,9 +656,14 @@ class StructuredSolver(BaseSolver): raise RuntimeError("Can't sample from 'bqm' without dimod. " "Re-install th...
Route ising/qubo BQMs in `Solver.sample_bqm` to ising/qubo QMIs Fix #<I>.
diff --git a/lib/coral_core/plugin/action.rb b/lib/coral_core/plugin/action.rb index <HASH>..<HASH> 100644 --- a/lib/coral_core/plugin/action.rb +++ b/lib/coral_core/plugin/action.rb @@ -44,15 +44,15 @@ class Action < Base args = array(delete(:args, [])) @codes = Codes.new + + self.usage = usage ...
Fixing usage issue in the base action plugin class.
diff --git a/src/main/java/net/openhft/chronicle/network/WireTcpHandler.java b/src/main/java/net/openhft/chronicle/network/WireTcpHandler.java index <HASH>..<HASH> 100755 --- a/src/main/java/net/openhft/chronicle/network/WireTcpHandler.java +++ b/src/main/java/net/openhft/chronicle/network/WireTcpHandler.java @@ -77,7 ...
CHENT-<I> Performance uniting as a part of testing a buffered overflow.
diff --git a/lib/xcodeproj/plist.rb b/lib/xcodeproj/plist.rb index <HASH>..<HASH> 100644 --- a/lib/xcodeproj/plist.rb +++ b/lib/xcodeproj/plist.rb @@ -60,10 +60,7 @@ module Xcodeproj # The path of the file. # def self.file_in_conflict?(path) - file = File.open(path, 'r') - file.each_lin...
[Plist] Simplify merge conflict detection
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb index <HASH>..<HASH> 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb @@ -68,7 +68,7 @@ end # We're overcoming a problem whe...
Updated the recipe to remove Git completely before updating it.
diff --git a/tasks/init.js b/tasks/init.js index <HASH>..<HASH> 100644 --- a/tasks/init.js +++ b/tasks/init.js @@ -458,7 +458,11 @@ module.exports = function(grunt) { // Fail task if errors were logged. if (grunt.task.current.errorCount) { taskDone(false); } // Otherwise, print a success message. -...
Templates may now export an "after" property to display a message… after.
diff --git a/lib/RouterMixin.js b/lib/RouterMixin.js index <HASH>..<HASH> 100644 --- a/lib/RouterMixin.js +++ b/lib/RouterMixin.js @@ -153,10 +153,10 @@ function getInitialPath(component) { if (!path && detect.canUseDOM) { url = urllite(window.location.href); - if (!component.props.useHistory && ...
fix getInitialPath to get correct path while hash is null
diff --git a/languages_substitution.go b/languages_substitution.go index <HASH>..<HASH> 100644 --- a/languages_substitution.go +++ b/languages_substitution.go @@ -21,6 +21,6 @@ var plSub = map[rune]string{ } var esSub = map[rune]string{ - '&': "i", - '@': "na", + '&': "y", + '@': "en", }
Fix sad error with spanish substitution.
diff --git a/app/decorators/socializer/person_decorator.rb b/app/decorators/socializer/person_decorator.rb index <HASH>..<HASH> 100644 --- a/app/decorators/socializer/person_decorator.rb +++ b/app/decorators/socializer/person_decorator.rb @@ -21,20 +21,23 @@ module Socializer html = [] html << toolbar_l...
further reduce complexity of the toolbar_stream_links method move the drop down code to the toolbar_dropdown method
diff --git a/staticjinja/staticjinja.py b/staticjinja/staticjinja.py index <HASH>..<HASH> 100755 --- a/staticjinja/staticjinja.py +++ b/staticjinja/staticjinja.py @@ -26,13 +26,7 @@ def _has_argument(func): :param func: The function to be tested for existence of an argument. """ - if hasattr(inspe...
Update use of deprecated `inspect.getargspec()` The newer version, `inspect.signature()`, has been around since python <I>, and we don't support versions before <I>.
diff --git a/php-binance-api.php b/php-binance-api.php index <HASH>..<HASH> 100644 --- a/php-binance-api.php +++ b/php-binance-api.php @@ -128,5 +128,4 @@ class Binance { return $prices; } } - // https://www.binance.com/restapipub.html
Added Kline/Candlestick data Visit binance.com
diff --git a/spec/commands/auth_spec.rb b/spec/commands/auth_spec.rb index <HASH>..<HASH> 100644 --- a/spec/commands/auth_spec.rb +++ b/spec/commands/auth_spec.rb @@ -5,8 +5,10 @@ module Heroku::Command before do @cli = prepare_command(Auth) @sandbox = "#{Dir.tmpdir}/cli_spec_#{Process.pid}" - F...
cannot change permissions on /tmp
diff --git a/integration/container/nat_test.go b/integration/container/nat_test.go index <HASH>..<HASH> 100644 --- a/integration/container/nat_test.go +++ b/integration/container/nat_test.go @@ -59,6 +59,8 @@ func TestNetworkLocalhostTCPNat(t *testing.T) { func TestNetworkLoopbackNat(t *testing.T) { skip.If(t, testE...
Add the missing call to setupTest to TestNetworkLoopbackNat test function, to avoid leaving behind test containers
diff --git a/arctic/store/_ndarray_store.py b/arctic/store/_ndarray_store.py index <HASH>..<HASH> 100644 --- a/arctic/store/_ndarray_store.py +++ b/arctic/store/_ndarray_store.py @@ -191,6 +191,9 @@ class NdarrayStore(object): data = b''.join(segments) + # free up memory from initial copy of data + ...
attempt to reduce memory peak when deserialising data
diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index <HASH>..<HASH> 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with Pyrogram. If not, see <http://www.gnu.org/licenses/>. -__version__ =...
Update Pyrogram to <I>
diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb index <HASH>..<HASH> 100644 --- a/actionpack/lib/action_dispatch/routing/route_set.rb +++ b/actionpack/lib/action_dispatch/routing/route_set.rb @@ -62,13 +62,17 @@ module ActionDispatch rais...
Move `controller_reference` and `controller_class_names` to protected scope so that they are available to subclasses.
diff --git a/Command/CacheCommand.php b/Command/CacheCommand.php index <HASH>..<HASH> 100644 --- a/Command/CacheCommand.php +++ b/Command/CacheCommand.php @@ -59,7 +59,7 @@ class CacheCommand extends Command $output->writeln( sprintf( 'Clearing the Aimeos cache for site <info>%1$s</info>', $siteItem->getCode() ) ...
Adapt to PSR-<I> changes
diff --git a/lib/pulsar/db.js b/lib/pulsar/db.js index <HASH>..<HASH> 100644 --- a/lib/pulsar/db.js +++ b/lib/pulsar/db.js @@ -73,7 +73,7 @@ module.exports = (function() { this.collection .find({}, {"sort": [['data.timestamp', 'desc']]}) .skip(currentPage * pageSize) - .limit(pageSize) + .l...
Fix error due to mongodb client upgrade
diff --git a/packages/neos-ui-editors/src/Editors/Image/index.js b/packages/neos-ui-editors/src/Editors/Image/index.js index <HASH>..<HASH> 100644 --- a/packages/neos-ui-editors/src/Editors/Image/index.js +++ b/packages/neos-ui-editors/src/Editors/Image/index.js @@ -171,11 +171,17 @@ export default class ImageEditor ex...
BUGFIX: Same image cannot be selected twice (#<I>)
diff --git a/cachalot/monkey_patch.py b/cachalot/monkey_patch.py index <HASH>..<HASH> 100644 --- a/cachalot/monkey_patch.py +++ b/cachalot/monkey_patch.py @@ -42,10 +42,15 @@ def _get_result_or_execute_query(execute_query_func, cache, new_table_cache_keys = set(table_cache_keys) new_table_cache_keys.differenc...
Handles cases where cache values were tampered with.
diff --git a/goose/article.py b/goose/article.py index <HASH>..<HASH> 100644 --- a/goose/article.py +++ b/goose/article.py @@ -26,7 +26,7 @@ class Article(object): def __init__(self): # title of the article - self.title = None + self.title = u"" # stores the lovely, pure text fr...
#<I> - title is empty string by default
diff --git a/spring-dbunit-core/src/main/java/com/excilys/ebi/spring/dbunit/config/DataSetConfiguration.java b/spring-dbunit-core/src/main/java/com/excilys/ebi/spring/dbunit/config/DataSetConfiguration.java index <HASH>..<HASH> 100644 --- a/spring-dbunit-core/src/main/java/com/excilys/ebi/spring/dbunit/config/DataSetCo...
Properly fixing #<I>
diff --git a/codenerix/static/codenerix/js/codenerix.js b/codenerix/static/codenerix/js/codenerix.js index <HASH>..<HASH> 100644 --- a/codenerix/static/codenerix/js/codenerix.js +++ b/codenerix/static/codenerix/js/codenerix.js @@ -51,7 +51,7 @@ var codenerix_libraries = [ 'ngQuill', 'cfp.hotkeys', ]; -var co...
New message, debugger is off
diff --git a/perceval/backends/pipermail.py b/perceval/backends/pipermail.py index <HASH>..<HASH> 100644 --- a/perceval/backends/pipermail.py +++ b/perceval/backends/pipermail.py @@ -65,7 +65,7 @@ class Pipermail(MBox): :param tag: label used to mark the data :param cache: cache object to store raw data ...
[pipermail] Fix error storing decompressed mbox files By default, requests library decompresses gzip-encoded responses, but in some cases is only able to decompress some parts due to encoding issues or to mixed contents. This patch fixes this problem storing the orinal/raw data (compressed or decompressed) into the m...
diff --git a/app/lib/katello/http_resource.rb b/app/lib/katello/http_resource.rb index <HASH>..<HASH> 100644 --- a/app/lib/katello/http_resource.rb +++ b/app/lib/katello/http_resource.rb @@ -76,7 +76,7 @@ module Katello else v end end - logger.debug "Body: #{payload_t...
Refs #<I> - also filter debug info
diff --git a/packages/@uppy/core/src/index.js b/packages/@uppy/core/src/index.js index <HASH>..<HASH> 100644 --- a/packages/@uppy/core/src/index.js +++ b/packages/@uppy/core/src/index.js @@ -36,6 +36,8 @@ class Uppy { #storeUnsubscribe + #emitter = ee() + /** * Instantiate Uppy * @@ -178,12 +180,6 @@...
@uppy/core: move event emitter to private properties (#<I>)
diff --git a/src/wavesurfer.js b/src/wavesurfer.js index <HASH>..<HASH> 100644 --- a/src/wavesurfer.js +++ b/src/wavesurfer.js @@ -87,20 +87,38 @@ var WaveSurfer = { mark: function(options) { options = options || {}; + var self = this; var timings = this.timings(0); + var id = opt...
Add method to clear markers and add an update method to markers.
diff --git a/accounts/views.py b/accounts/views.py index <HASH>..<HASH> 100644 --- a/accounts/views.py +++ b/accounts/views.py @@ -119,12 +119,15 @@ class UserAdd(CreateView): # GroupRequiredMixin template_name = 'accounts/deployuser_create.html' def form_valid(self, form): + # Save form re...
Updated the user add view to send a welcome email when a user is created.
diff --git a/bootstrap.php b/bootstrap.php index <HASH>..<HASH> 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -25,6 +25,8 @@ if (file_exists($applicationPath = __DIR__.'/../../../bootstrap/app.php')) { // if ($app instanceof \Illuminate\Contracts\Foundation\Application) { $app->make(\Illuminate\Contracts\C...
fix: some internal errors with the lumen framework
diff --git a/app/templates/src/app.js b/app/templates/src/app.js index <HASH>..<HASH> 100644 --- a/app/templates/src/app.js +++ b/app/templates/src/app.js @@ -3,6 +3,7 @@ import route from 'can-route'; import 'can-route-pushstate'; const AppViewModel = DefineMap.extend({ + route: "string", message: { value...
Include `route` in the appviewmodel This is because it will be connected to can.route, which always sets the route property.
diff --git a/pypump/pypump.py b/pypump/pypump.py index <HASH>..<HASH> 100644 --- a/pypump/pypump.py +++ b/pypump/pypump.py @@ -71,7 +71,7 @@ class PyPump(object): logginglevel = getattr(logging, loglevel.upper(), None) if logginglevel is None: raise PyPumpException("Unknown loglevel {0!r}...
Don't override settings on the root logger
diff --git a/src/invalid-aware-types.spec.js b/src/invalid-aware-types.spec.js index <HASH>..<HASH> 100644 --- a/src/invalid-aware-types.spec.js +++ b/src/invalid-aware-types.spec.js @@ -39,5 +39,6 @@ describe('Null/Empty/Invalid Values Representation', () => { expect(dmData[1][0]).to.eql(DataModel.InvalidAwar...
#<I>: Added test case
diff --git a/lib/ios-deploy.js b/lib/ios-deploy.js index <HASH>..<HASH> 100644 --- a/lib/ios-deploy.js +++ b/lib/ios-deploy.js @@ -51,7 +51,7 @@ class IOSDeploy { try { await appInstalledNotification; } catch (e) { - log.warn(`Couldn't get the application installed notification with ${APPL...
fix: print the timeout ms instead of the wrong vars
diff --git a/microcosm_postgres/temporary/copy.py b/microcosm_postgres/temporary/copy.py index <HASH>..<HASH> 100644 --- a/microcosm_postgres/temporary/copy.py +++ b/microcosm_postgres/temporary/copy.py @@ -4,6 +4,34 @@ Copy a table. """ from sqlalchemy import Table +from microcosm_postgres.types import Serial + + ...
Handle serial values on temporary table creation Do not copy serial columns because they will be generated automatically if and only they are omitted from the insert().select_from().
diff --git a/pex/testing.py b/pex/testing.py index <HASH>..<HASH> 100644 --- a/pex/testing.py +++ b/pex/testing.py @@ -79,9 +79,6 @@ PROJECT_CONTENT = { package_data={'my_package': ['package_data/*.dat']}, ) '''), - 'MANIFEST.in': dedent(''' - include setup.py - '''), 'scripts/hello_world': '...
Remove crutch from pex.testing that was pasting over Packager bug.
diff --git a/src/Base32.php b/src/Base32.php index <HASH>..<HASH> 100644 --- a/src/Base32.php +++ b/src/Base32.php @@ -27,6 +27,10 @@ namespace SKleeschulte; +use \InvalidArgumentException; +use \RuntimeException; +use \UnexpectedValueException; + /** * Base32 encoding and decoding class. *
Added use statements for exceptions.
diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js index <HASH>..<HASH> 100644 --- a/src/client/voice/dispatcher/StreamDispatcher.js +++ b/src/client/voice/dispatcher/StreamDispatcher.js @@ -199,10 +199,10 @@ class StreamDispatcher extends Writable { co...
refactor: tidier overflow checking in StreamDispatcher
diff --git a/lib/application.js b/lib/application.js index <HASH>..<HASH> 100644 --- a/lib/application.js +++ b/lib/application.js @@ -18,7 +18,7 @@ var Application = function (client) { return client.makeRequest({ path : "applications", method : "GET", - body : params + qs : params }) .then(...
Change body to qs in params
diff --git a/dataType.js b/dataType.js index <HASH>..<HASH> 100644 --- a/dataType.js +++ b/dataType.js @@ -33,7 +33,7 @@ function Data(buffer,offset){ b = this.getUint8(); ret |= ((b & 127) << shift); } - return ret*shift; + return ret*sign; }; this.getUint16 = function(){ var out = this.data.getUin...
Fix varint() for several bytes values Completely untested, but there was an obvious error.
diff --git a/lib/ronin/version.rb b/lib/ronin/version.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/version.rb +++ b/lib/ronin/version.rb @@ -19,5 +19,5 @@ module Ronin # Ronin version - VERSION = '1.1.0' + VERSION = '1.2.0' end
Version bump to <I>.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -124,8 +124,8 @@ def get_version_info(): vinfo = _version_helper.generate_git_version_info() except: vinfo = vdummy() - vinfo.version = '1.16.1' - vinfo.release = 'True' + vinfo.vers...
Set back to development (#<I>)
diff --git a/digitalocean/Droplet.py b/digitalocean/Droplet.py index <HASH>..<HASH> 100644 --- a/digitalocean/Droplet.py +++ b/digitalocean/Droplet.py @@ -307,4 +307,11 @@ class Droplet(BaseAPI): snapshot.id = id snapshot.token = self.token snapshots.append(snapshot) - retu...
Created a method to download the list of kernels available.
diff --git a/src/sync.js b/src/sync.js index <HASH>..<HASH> 100644 --- a/src/sync.js +++ b/src/sync.js @@ -116,7 +116,7 @@ function handleError(m, key, error) { // TODO: this should be configurable for each sync if (key !== "sso") { - const stopError = new Error("An error occurred when fetching data."); + ...
Adding `key` to the error "An error occurred when fetching data" (#<I>)
diff --git a/lib/collection/property.js b/lib/collection/property.js index <HASH>..<HASH> 100644 --- a/lib/collection/property.js +++ b/lib/collection/property.js @@ -61,16 +61,21 @@ _.inherit(( * * @type {String} */ - name: src.name, + name: src.name + ...
Made the `disabled` key of properties be added only when one is provided in construction definition. Prevents object clutter
diff --git a/parsl/monitoring/monitoring.py b/parsl/monitoring/monitoring.py index <HASH>..<HASH> 100644 --- a/parsl/monitoring/monitoring.py +++ b/parsl/monitoring/monitoring.py @@ -261,7 +261,7 @@ class MonitoringHub(RepresentationMixin): if isinstance(comm_q_result, str): self.logger.error(f"...
Add missing f for an f-string (#<I>)
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -873,7 +873,9 @@ exports.extend = function (newConf) { }); if (config.headless) { - config.noGlobalPlugins = true; + if (!config.pluginsMode) { + config.noGlobalPlugin...
feat: allow global plugins in headless mode
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -344,6 +344,7 @@ class HazardCalculator(BaseCalculator): config.distribution.oq_distribute in ('no', 'futures') or c...
Made sure the parent is closed so it can be read from the workers [demos] [skip hazardlib] Former-commit-id: <I>a2d<I>a9e<I>ba2dba<I>d<I>f<I>
diff --git a/app/config/bootstrap/g11n.php b/app/config/bootstrap/g11n.php index <HASH>..<HASH> 100644 --- a/app/config/bootstrap/g11n.php +++ b/app/config/bootstrap/g11n.php @@ -75,7 +75,7 @@ Catalog::config(array( 'adapter' => 'Php', 'path' => LITHIUM_LIBRARY_PATH . '/lithium/g11n/resources/php' ) -)); +) + C...
Merge `Catalog` configurations with ones setup by i.e. plugins.
diff --git a/src/Storage/Field/Type/TemplateFieldsType.php b/src/Storage/Field/Type/TemplateFieldsType.php index <HASH>..<HASH> 100644 --- a/src/Storage/Field/Type/TemplateFieldsType.php +++ b/src/Storage/Field/Type/TemplateFieldsType.php @@ -52,8 +52,7 @@ class TemplateFieldsType extends FieldTypeBase $key = ...
use the class, not the alias to fetch
diff --git a/spec/models/agent_spec.rb b/spec/models/agent_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/agent_spec.rb +++ b/spec/models/agent_spec.rb @@ -25,6 +25,12 @@ describe Agent do do_not_allow(Agents::WebsiteAgent).async_check Agent.run_schedule("blah") end + + it "will not run the...
add spec about "never" schedule
diff --git a/code/libraries/koowa/libraries/dispatcher/http.php b/code/libraries/koowa/libraries/dispatcher/http.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/dispatcher/http.php +++ b/code/libraries/koowa/libraries/dispatcher/http.php @@ -35,12 +35,12 @@ class KDispatcherHttp extends KDispatcher...
re #<I> : Renamed command handler to command callback
diff --git a/app/controllers/sortable_controller.rb b/app/controllers/sortable_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/sortable_controller.rb +++ b/app/controllers/sortable_controller.rb @@ -12,6 +12,8 @@ class SortableController < ApplicationController def reorder ActiveRecord::Base.tra...
Handle sometimes missing token Was getting vertification problems due to a blank entry coming in - so monkeypatched like this to fix
diff --git a/src/lib/config.js b/src/lib/config.js index <HASH>..<HASH> 100644 --- a/src/lib/config.js +++ b/src/lib/config.js @@ -91,9 +91,7 @@ class Config { // some weird shell scripts are valid yaml files parsed as string assert.equal(typeof(config), 'object', 'CONFIG: it doesn\'t look like a valid config...
fix: allow do not include storage if uses a storage plugin
diff --git a/src/exp.js b/src/exp.js index <HASH>..<HASH> 100755 --- a/src/exp.js +++ b/src/exp.js @@ -11,6 +11,7 @@ import url from 'url'; import program, { Command } from 'commander'; import { + Analytics, Config, Logger, NotificationCode, @@ -68,6 +69,8 @@ Command.prototype.asyncActionProjectDir = func...
Add segment to exp fbshipit-source-id: <I>b2bbe
diff --git a/upload/install/language/english.php b/upload/install/language/english.php index <HASH>..<HASH> 100644 --- a/upload/install/language/english.php +++ b/upload/install/language/english.php @@ -108,7 +108,7 @@ $_['error_score'] = 'A score between 0 and 100 is accepted'; $_['error_db_hostname'] = 'Hostna...
Slight change to language string for install.
diff --git a/yasha.py b/yasha.py index <HASH>..<HASH> 100644 --- a/yasha.py +++ b/yasha.py @@ -168,9 +168,6 @@ def cli(template, variables, extensions, output, no_variables, no_extensions, mm varpath = find_variables(template.name, sum(filext, [])) variables = click.open_file(varpath, "rb") if varpath...
No need to parse variables if only Make dependencies are required
diff --git a/src/main/java/com/helger/commons/xml/schema/IHasSchema.java b/src/main/java/com/helger/commons/xml/schema/IHasSchema.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/helger/commons/xml/schema/IHasSchema.java +++ b/src/main/java/com/helger/commons/xml/schema/IHasSchema.java @@ -17,11 +17,12 @@ pack...
Added special version with ClassLoader
diff --git a/sendyLibrary.php b/sendyLibrary.php index <HASH>..<HASH> 100644 --- a/sendyLibrary.php +++ b/sendyLibrary.php @@ -4,19 +4,24 @@ */ class SendyLibrary { - private $installation_url = 'http://updates.mydomain.com'; - private $api_key = 'yourapiKEYHERE'; + private $installation_url; + private $api_key; p...
Updating the constructor to accept configs for other variables
diff --git a/src/Illuminate/Foundation/Testing/DatabaseTransactions.php b/src/Illuminate/Foundation/Testing/DatabaseTransactions.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/Testing/DatabaseTransactions.php +++ b/src/Illuminate/Foundation/Testing/DatabaseTransactions.php @@ -19,7 +19,10 @@ trait Data...
Terminate user defined database connections after rollback during testing while using the DatabaseTransactions trait. (#<I>)
diff --git a/src/extensibility/Package.js b/src/extensibility/Package.js index <HASH>..<HASH> 100644 --- a/src/extensibility/Package.js +++ b/src/extensibility/Package.js @@ -248,7 +248,7 @@ define(function (require, exports, module) { // Download the bits (using Node since brackets-shell doesn't support b...
Fix #<I>. Bracketize Win paths returned by node.
diff --git a/object/assign-deep.js b/object/assign-deep.js index <HASH>..<HASH> 100644 --- a/object/assign-deep.js +++ b/object/assign-deep.js @@ -8,15 +8,24 @@ var includes = require("../array/#/contains") var isArray = Array.isArray, slice = Array.prototype.slice; +var assignObject = function (target, sourc...
refactor: seclude assign logic
diff --git a/lib/setup.php b/lib/setup.php index <HASH>..<HASH> 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -225,15 +225,17 @@ global $HTTPSPAGEREQUIRED; * If $SITE global from {@link get_site()} is set then SITEID to $SITE->id, otherwise set to 1. */ define('SITEID', $SITE->id); + ...
fixed warning from clone($SITE) during site setup; merged from MOODLE_<I>_STABLE
diff --git a/libraries/lithium/tests/cases/console/command/create/TestTest.php b/libraries/lithium/tests/cases/console/command/create/TestTest.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/tests/cases/console/command/create/TestTest.php +++ b/libraries/lithium/tests/cases/console/command/create/TestTest.php @...
`\console\command\create\Test` test: clearing Libraries cache
diff --git a/test/distro/distroSpec.js b/test/distro/distroSpec.js index <HASH>..<HASH> 100644 --- a/test/distro/distroSpec.js +++ b/test/distro/distroSpec.js @@ -1,9 +1,10 @@ describe('distro', function() { it('should expose CJS bundle', function() { - const BpmnJSBpmnlint = require('../..'); + const BpmnJ...
test: verify CJS and UMD exports
diff --git a/src/fields.js b/src/fields.js index <HASH>..<HASH> 100644 --- a/src/fields.js +++ b/src/fields.js @@ -1,7 +1,13 @@ const Field = class Field { - constructor(toModelName, relatedName) { - this.toModelName = toModelName; - this.relatedName = relatedName; + constructor(...args) { + ...
Accept options object to field declarations in a backwards-compatible manner
diff --git a/lib/IntercomError.js b/lib/IntercomError.js index <HASH>..<HASH> 100644 --- a/lib/IntercomError.js +++ b/lib/IntercomError.js @@ -26,10 +26,11 @@ util.inherits(AbstractError, Error); * * @api private */ -function IntercomError(message) { +function IntercomError(message, errors) { AbstractError.app...
Store the error details in IntercomError
diff --git a/ledger/__metadata__.py b/ledger/__metadata__.py index <HASH>..<HASH> 100644 --- a/ledger/__metadata__.py +++ b/ledger/__metadata__.py @@ -1,7 +1,7 @@ """ Ledger package metadata """ -__version_info__ = (0, 0, 12) +__version_info__ = (0, 0, 13) __version__ = '{}.{}.{}'.format(*__version_info__) __autho...
[#<I>] incremented version number
diff --git a/lib/rules/require-strict-equality-operators.js b/lib/rules/require-strict-equality-operators.js index <HASH>..<HASH> 100644 --- a/lib/rules/require-strict-equality-operators.js +++ b/lib/rules/require-strict-equality-operators.js @@ -13,9 +13,7 @@ module.exports.prototype = , lint: function (file, err...
Refactor `requireStrictEqualityOperators` to handle new token structure
diff --git a/chai-immutable.js b/chai-immutable.js index <HASH>..<HASH> 100644 --- a/chai-immutable.js +++ b/chai-immutable.js @@ -1,6 +1,6 @@ -(function () { - 'use strict'; +'use strict'; +(function () { if (typeof require === 'function' && typeof exports === 'object' && typeof module === 'object'...
Make sure strictness is applied everywhere in the plugin