Alberto Vena

Results 34 issues of Alberto Vena

We have quite an old set of Rubocop rules. We should evaluate the impact of updating the rules we have to a new set. Also, we should consider that at...

type:bug

This issue comes from a meeting @coorasse, @spaghetticode and I had to discuss the feasibility of supporting Webpacker into Solidus. These are the notes of the meeting. We want to...

Needs Core Team Decision
Discussion

`i18n-tasks` gem now comes with the following post-install message: ``` Post-install message from i18n-tasks: # Install default configuration: cp $(bundle exec i18n-tasks gem-path)/templates/config/i18n-tasks.yml config/ # Add an RSpec for missing...

I18n
Beginner-Friendly
Good First Issue

When `use_combined_first_and_last_name_in_address` is set to `false`, creating a new order in admin, in the customer tab, it is not populating First Name and Last Name fields when you pick an...

Bug
Solidus Admin

We have a demo of Solidus on Docker Hub here https://hub.docker.com/repository/docker/solidusio/solidus-demo but it's out of date. We need to be sure it works by using the last code available and...

It's not clear if we really need to keep the custom `spree_user_return_to` session key. We used it in https://github.com/solidusio/solidus_auth_devise/blob/b90a7f8e91d337637804a940adb9b8e6fe7343d4/lib/controllers/backend/spree/admin/user_sessions_controller.rb#L42 and https://github.com/solidusio/solidus_auth_devise/blob/b90a7f8e91d337637804a940adb9b8e6fe7343d4/lib/controllers/frontend/spree/user_sessions_controller.rb#L52, storing it at each store visit via the [Spree::UserLastUrlStorer...

It happens that stores change their payment method over the years. When switching to a new extension it's a good practice to remove the old one once the migration is...

Bug

Hey there, can we have this extension running specs against all the supported Solidus versions. You could take this [configuration](https://github.com/solidusio/solidus_auth_devise/blob/2e87ee3c27147d59021146da2aed57b420031aed/.travis.yml) as reference. Thanks!

**Description** Following the discussion in #3233, I'm working on this spike to allow easy customization of admin tabs for stores and extensions, without using Deface. This proposed structure is just...

Enhancement
Solidus Admin
Needs Work
Solidus Core
Needs Tests

**Description** Sprockets 4 introduced a mandatory configuration manifest at a specific location. We don't have the ability to set it at that specific location in the DummyApp we use for...

Bug
Solidus Core
Hold