Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/solidusio/solidus

🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
https://github.com/solidusio/solidus

Align the admin and backend logo SVGs

af05cef4658457db0cf598104da7ca3a2cc6fe38 authored over 1 year ago
Only show the SolidusAdmin toggle button if SolidusAdmin is installed

730499a49839b2cdf79580d8b78f4b3bac0d660e authored over 1 year ago
Adjust spacing and colors in the backported admin menu

e852e16f71df3ff185ce7cb390ce466825209687 authored over 1 year ago
Add an attribute translation for Spree::Product#sku

eecfdc8df1415c79963b3d5ccb51e18c738af85d authored over 1 year ago
Backport admin toggle to old sidebar

e1f291a7295a71e99bc3cef537b18f7988555c06 authored over 1 year ago
Compact a line in bin/sandbox

cf866db4cb2fb68d865c685eabca0819866bd8de authored over 1 year ago
Allow using Remix icons for backend links

71a54e289223813abe4ed5eb0b8494848e76f9f1 authored over 1 year ago
Backport the account navigation section from SolidusAdmin to SolidusBackend

4b6b752309107f4eba72b72f6e31627e5e6820b9 authored over 1 year ago
Extract solidus_admin theme colors to a separate file

This will allow using them even if the theme is not selected.

dd5710773732cc534617229057f1d97357b0797a authored over 1 year ago
Fix the backported nav bar style

Fix the sidebar menu stickyness at different window heights.

0404269c89c5e45fb5525ea58cf847b9d68698e7 authored over 1 year ago
Match the style of the upper sidebar between the two admins

4e166d684f75ebb99becb7e5c4e42ff2f9a0ae71 authored over 1 year ago
Add remix icons to solidus_admin

Replace the currently hardcoded one with a proper reference.

3d315b55284503c173c682502d0e04fe42d34761 authored over 1 year ago
Add an alternative navbar for solidus_backend that matches solidus_admin

a5ac498256a44647f086db803b52754edf67837c authored over 1 year ago
Set the minimum height of the backend body to the screen height

This wasn't available back when the CSS was initially created, but
it's a far superior value tha...

b78f9a6328c5be581e3e3eeaa63d9619591623a3 authored over 1 year ago
Reformat solidus_admin navigation bar CSS

9beaf05ab45e80edc730151942fb0f7ce3bcfc3b authored over 1 year ago
Merge pull request #5138 from mamhoff/remove-adjustment-return-authorizations-scope

Remove Spree::Adjustment.return_authorization scope

69ba18281e788ded69b5d5ecd6a81f3b58e29e53 authored over 1 year ago
Add a release notes configuration

fadebb1a54cf92b6654f256c341afba51f54b396 authored over 1 year ago
Remove Spree::Adjustment.return_authorization scope

There is no code path that creates adjustments from return
authorizations (since a long time).

...

60b491691bb1e02387d0d04e56d534dac2778ee0 authored over 1 year ago
Merge pull request #5377 from MauricioTRP/fix/es-CL_select2_localJS

Added es-CL select2_locale js

b00ae250a3636797b5af5a202712f2a99736e661 authored over 1 year ago
Added es-CL select2_locale js

Added missing select2_local es-CL

28ae3e2800aa746ebf420407d504263387ae8bd5 authored over 1 year ago
Merge pull request #5309 from solidusio/elia/menu-items-cleanup

[Backend] cleanup `MenuItems` generation

1891495b0f726a69f3a880881c722c2271b50711 authored over 1 year ago
Deprecate the use of MenuItem#position

Rely on the implicit array ordering.

78497ddd94a5b2d15e39d0f260ae910a43f64b90 authored over 1 year ago
Add MenuItem#children and #data_hook

Use MenuItem instances for second level backend menus instead of
partials.

b41415d2a64979a6691906bb8aa9fd35aab47ec6 authored over 1 year ago
Inline and deprecate Backend *_TABS constants

14a1cb3c92a3c7fedb39da2ae6cd04b20b8a70ca authored over 1 year ago
Deduplicate menu item visibility checks

The condition option was duplicating what the children were already
checking.

ff604f6fa6764a3081eb36e1058981174cea760d authored over 1 year ago
Keep #tab helper HTML generation close

The first part will just setup options and the bottom of the method
takes care of generating the...

89d39291a677c126c31df2d5575a823c94d03281 authored over 1 year ago
Deprecate the :route option in the #tab helper

324bd68c84cbc9ec964ca5f720d56ef3a9a27474 authored over 1 year ago
Don't modify an option hash coming from outside in the #tab helper

efb4243943018f93df9dc0a342852f2538ec1b80 authored over 1 year ago
Deprecate `MenuItem#sections` in the backend navigation

Also moves `#icon` from a sequential argument to a keyword argument.

The list of sections was o...

c9e151ce276875d17e1013c61d272734f7b8ce90 authored over 1 year ago
Add MenuItem#match_path? to backend

The menu item will now be able to tell if a request matches itself.

06bf2409bd35ee64b59d0cff38587e8a9d1f292b authored over 1 year ago
Allow explicitly setting the selected state for the #tab helper

8b950eb2279e145a5d3607c3295a730740d4a199 authored over 1 year ago
Let MenuItem expand the URL if it's a symbol

453dbb31ae6ce572ae0f015e7cc58504428a9d55 authored over 1 year ago
Capture the block instead of just yielding in the admin #tab helper

Block handling in ERB is different than a regular method. Regular
methods are interested in the ...

7773903a23aee670a17cbc13b926b1b9aa7740f8 authored over 1 year ago
Merge pull request #5380 from solidusio/elia/rubocop-update

Adjust after rubocop changes

39943701dd3b99e4bd01be94dc1d0a73eb0ff25c authored over 1 year ago
Parse time using the current zone

d81437cf6d135970b3ec8c2483b2328fbb9febaa authored over 1 year ago
Update all find_each "violations"

bf05c6595adf5d197ac9a7e9753c1694d11b5151 authored over 1 year ago
Merge pull request #5365 from nebulab/waiting-for-dev/backport_title_from_original_pr

Improve automatic backport flow

152b0224c9223c712b4cdd472e69a26383be909d authored over 1 year ago
Automatically copy labels from original PR to backported PRs

None of the automatically generated PRs for backports can trigger the
labeler flow, which result...

6ecc1a181a560b785707fd8108c6f70273b99c07 authored over 1 year ago
Make automatic backporting PRs take the title from the original one

Up until now, the title of the backporting PRs was the name of the merge
commit, which is not ve...

48f15799bbf640ab1456c673e1ef9d79829935ec authored over 1 year ago
Merge pull request #5367 from solidusio/elia+rainer/admin/chrome-fix

Pin the version of chrome to install until the ORB is fixed

355267a48d6e8af5a635936a7ea44c222d11208c authored over 1 year ago
Force reinstalling the ffi gem

After the updated ubuntu version kicked in libffi7 has been replaced
by libffi8, so we need to r...

7f2ddc6ce14f2f1130a7241ab6563ef1ec27c076 authored over 1 year ago
Pin the version of chrome to install until the ORB is fixed

Ref:
- https://github.com/CircleCI-Public/browser-tools-orb/issues/75
- https://stackoverflow.co...

6c7ed7b16788789e369e7e87a35a50f2ee608fa3 authored over 1 year ago
Merge pull request #5352 from nebulab/waiting-for-dev/v3.2_warn_deface

Warn against Deface interference in Changelog for v3.2

d095e3846dca178989ceec3d2ce503964a04e0f2 authored over 1 year ago
Warn against Deface interference in Changelog for v3.2

See https://github.com/solidusio/solidus/discussions/5349 for details.

1bd19a032fa557bfa9e6f03f293b547c0a49e7dd authored over 1 year ago
Merge pull request #5330 from nebulab/waiting-for-dev/fix_errors_on_restart_flow

Fix error added when resetting order flow on an empty order

a11fdca4eaad4412a84cd56666f64f7fe778cb07 authored over 1 year ago
Fix error added when resetting order flow on an empty order

https://github.com/solidusio/solidus/pull/4369 introduced a regression
where when calling `Spree...

82c7bdf73e29ea1e5fb2b402786f6e434dda422f authored over 1 year ago
Merge pull request #5322 from solidusio/elia/psych-version

Bump the minimum required Psych version

e3028ba60b214185275404a45492acaa6eff1af2 authored over 1 year ago
Merge pull request #5249 from BenMorganIO/improve-debugging-for-simple-coordinator

Reorganize simple stock coordinator for improve debugging

b772b7bca3dc0c51657bd72500d45f8a7e39c951 authored over 1 year ago
Merge pull request #5285 from arman-h/add-select2-armenian-translations

Add Armenian language translations for `Select2` plugin

25cc48e72fc62806f066426c3cafb1a15b5f794d authored over 1 year ago
add Armenian translations for Select2

d919458db4f84ab57d246705d3aa22a33323029a authored over 1 year ago
reorganize simple stock coordinator for improve debugging

6355850a34ac50b0223fe8126aca2e0002c90d11 authored over 1 year ago
Bump the minimum required Psych version

The existing code already breaks with older versions and this just
reflects the minimum version ...

7d150dbf01b1fed1fa26242b525ff6e702ea2896 authored over 1 year ago
Merge pull request #5318 from nebulab/waiting-for-dev/fix_offense_after_rubocop_1.56

Fix offense after RuboCop 1.56

8864b2ae2c2a3938c6ef4166267b572596af9301 authored over 1 year ago
Fix offense after RuboCop 1.56

Rubocop 1.56 fixed a false negative for `Style/RedundantReturn` cop.

See https://github.com/rub...

ddba77816f1f3145ce6118b90474b30926f52ba3 authored over 1 year ago
Merge pull request #5314 from solidusio/elia/new-logo

Use the new Solidus logo

3492d404bc31436d0f786fe324390c2712f320ef authored over 1 year ago
Use the new Solidus logo

The images will be automatically taken by solidus_backend,
solidus_starter_frontend, and other l...

c7981e77bc136e1fa284476cd2bb1b24cc10df0f authored over 1 year ago
Merge pull request #5310 from solidusio/aldesantis/update-logo

Update Solidus logo

f85211286444664ba44d2ca8852d11a1cbbc8189 authored over 1 year ago
Update Solidus logo

23fc38131410e9f184e39126bc570ff53e5ecf9a authored over 1 year ago
Merge pull request #5290 from nebulab/kennyadsl/update-deprecation-horizon

Update deprecation horizon

7413879379722bf6d515e6a34b608e65cd8b82cf authored over 1 year ago
Merge pull request #5288 from solidusio/elia/stock-items-order

Fix random failures in `#determine_target_shipment`

4786fc42301ce7fa2a1225867bdb3a6a210361c9 authored over 1 year ago
Merge pull request #4177 from RyanofWoods/ryanofwoods/fix-api-line-items-controller-create-error-handling

Fix Spree::Api:LineItemsController#create handling validation errors

1a8173617f894a69e65385eda4dec3dd0a26712b authored over 1 year ago
Improve the flakey `determine_target_shipment` spec

- Explicitly set the count on hand
- Add pre-flight expectations
- Aggregate failures

The flake...

581d2eb6f358ae07c6da643a492ba429cc42e148 authored over 1 year ago
Fix random failures in `determine_target_shipment`

Ensure stock_items are loaded in a deterministic order inside `determine_target_shipment`
and in...

e615f5c49ba549b134637dd54adc69d25721438a authored over 1 year ago
Update deprecation horizon

After we released Solidus 4.0, all the new deprecations need
to target the next major, so 5.0.

59920d83d95cd2c4c264223bfe712a47b7f160c0 authored over 1 year ago
Merge pull request #5281 from solidusio/elia/solidus-admin-labeler

Update the labeler to correctly mark SolidusAdmin issues

834347e6477ecb0b64c622d7c9c574050a41b804 authored over 1 year ago
Update the labeler to correctly mark SolidusAdmin issues

a4d260086ebb9f4b4866c3552af2ac0ffffa2a90 authored over 1 year ago
Fix Spree::Api:LineItemsController#create handling validation errors

Before, #create was expecting that the LineItem instance would have
errors if failed to be creat...

5946a34c599418dccbfa282b9c21b631d2c6d8ed authored over 1 year ago
Merge pull request #3626 from softr8/admin/improve-stock-items-management

Improving stock items management

df68c0c748ded6a595d28c37a9460126c6d12ecb authored over 1 year ago
Ability to filter stock items per multiple stock locations

It used to be a normal select box allowing to filter only by a
single stock location, this chang...

8a091a2fcb51fd3fc40875dcd48965819c7d3249 authored over 1 year ago
Stock items management more flexible performing bulk restocks

If you filtered variats using selecting a stock location, it
was the only one available to perfo...

7357f86853e426bc6974be6fcbbce62e32033a04 authored over 1 year ago
Wrap long lines in templates

dac121821c32418a47420e90236bb9e5d7320e3b authored over 1 year ago
Extend Spree::DeprecatedInstanceVariableProxy to work with methods or variables

Previous impleemntation was only working with either attribute readers or
methods, but it was no...

e76677e69521fc0bb44352c197fb28d3226cf8a5 authored over 1 year ago
Refactor admin stock items controller to improve filtering

Stock items management was hard to manage when having
multiple stock locations, filtering was no...

6db4f525ce172428d3a78cd7099d5993510b2666 authored over 1 year ago
Cleanup usage of RSpec helpers in the variant scopes spec

546e32140f951f3525a1506fbbe0deccdebd0f2d authored over 1 year ago
Merge pull request #5219 from mamhoff/resource-controller-for-foreign-engines

ResourceController: Allow overriding routes proxy

568f4edc83cdeceb93cd3d16bb330848393e739f authored over 1 year ago
ResourceController: Allow overriding routes proxy

Within Solidus, we always want to use the `spree` routes proxy as that
is where all routes are d...

3957b5e93bf815e872e6484e25deedd7b70e5d73 authored over 1 year ago
Merge pull request #5217 from mamhoff/delete-unused-ar-model-rule-role

Remove unused ActiveRecord join class `Spree::PromotionRuleRole`

05439dd05cbfecee31b797e58e2570b8ff8c3b3e authored over 1 year ago
Merge pull request #5230 from solidusio/elia/build-ci-cleanup

`bin/build-ci` cleanup

2ae396a87ba5d33bbd8ea7aadcae729021c017a1 authored over 1 year ago
Refactor and simplify bin/build-ci

8ecd4f76c8be9226e75f79b30d248cb42698088d authored over 1 year ago
Remove bundle install support from bin/build-ci

We're not using it anymore, dependencies are handled in the CircleCI
configuration.

b2e879e6e5fc6f8d8a353c6f781f33ebac889879 authored over 1 year ago
Merge pull request #5224 from solidusio/elia/current-store-default-domain

Ensure the fallback `current_store` has a domain set

afa4d89ff54f8fb4ceb5a479198412305a5318e4 authored over 1 year ago
Ensure the fallback current_store has a domain set

33fbd430688d644cf809a9b1a7df843969db6e82 authored over 1 year ago
Merge pull request #5200 from mamhoff/allow-filtering-option-values-by-variant

Allow filtering option values by variant

5f9c960982146b4489d70c781637c1bc31bf4d91 authored over 1 year ago
Remove unused ActiveRecord join class

This class never had a database table to back it. The promotion rule
"User Role" uses a preferen...

e96a6a6105069cbea33cd4579041e8de34a1c0bb authored over 1 year ago
Option Values Rule: Correctly scope productSelect search

By passing an element instead of a selector, we can tell the
optionValueAutocomplete instance ab...

f72106b8661c92c2f7ed9c53b0647e31728c8a91 authored over 1 year ago
Fix filtering option values by variants_product_id

This fixes filtering option values by variants_product_id, making the
option value select in the...

1c77559bb8a717bcda4b8e3bcef9e7c2cde2eb5c authored over 1 year ago
Merge pull request #5201 from nebulab/kennyadsl/fix-release-patch

Do not create backport labels when releasing patch versions

2f59fa05657bce273f3715a84a4a2bf703ae1600 authored over 1 year ago
Do not create backport labels when releasing patch versions

5712f52d928a4b12c80e3ab7333e8297c35d9b2f authored over 1 year ago
Merge pull request #5193 from solidusio/github-actions/5411992238-1-1688040477

Post-release chores after having released Solidus v4.1.0

dc45177aa835bb1908312022cef729d664e845d3 authored over 1 year ago
Post-release chores after having released Solidus v4.1.0

This code has been automatically generated by our 'Prepare post-release' GitHub
action.

Make su...

38ea67fbeca38d53c9f02b0b8afb5bb306fc63c3 authored over 1 year ago
Merge pull request #5192 from solidusio/github-actions/5411718013-1-1688038432

Prepare release for Solidus v4.1.0

78c357494daae3f6ea66d6a3b5ac387b0030fba1 authored over 1 year ago
Prepare release for Solidus v4.1.0

This code has been automatically generated by our 'Prepare release' GitHub
action.

The actual r...

8739bfefd58e09cb94af72d83bc6aca5eb5c94be authored over 1 year ago
Merge pull request #5189 from nebulab/ryanofwoods/fix-taxon-taxonomy_id-validation

Fix Taxon taxonomy id validation regression

8206c0589004b8e786ee0cdbfab45f8e9ea6c45a authored over 1 year ago
Fix Taxon taxonomy_id validation

This optional validation for root taxons (parent_id is nil), was
checking for uniqueness of taxo...

b574c21818021bdd0c33c46ed9cfea212e04ad69 authored over 1 year ago
Improve Taxon validation spec readability

ef0d2129b8aae091466b316a936931106117ba3c authored over 1 year ago
Merge pull request #5183 from solidusio/elia/fix-new-rubocop-error

Fix rubocop violation enabled by a rubocop bugfix

9a273b89e9d2b350ea3ba0ee233b7a3d41d0b12d authored over 1 year ago
Fix rubocop violation enabled by a rubocop bugfix

A recent rubocop bugfix made one file invalid, see rubocop's changelog
for more details:

https:...

67570f07ac56fd0f9d105fe585d9768bd919ad82 authored over 1 year ago
Merge pull request #5152 from mamhoff/allow-lambda-in-menu-item

Allow lambda in menu item :match_path option and URL

d7b8cf9646b5a3f6bdc9a36662b44b32bd9fbde2 authored over 1 year ago
Merge pull request #5169 from solidusio/kennyadsl/delete-release-issue-template

Delete new minor release issue template (moved to .github)

ce31a0b05d4124b55a65f9d16542c91077aee9ff authored over 1 year ago
Delete new minor release issue template (moved to .github)

Unfortunately, if we create a new issue template on this repository, GitHub immediately stops
i...

cdbc8cd91ce192a2990168a0dce5e2f5688408cc authored over 1 year ago