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

Allow Puma 6

Puma 6 was disallowed in 2022, because back then Rails itself generated
Gemfiles with `'puma', "...

ace10871ae6cf8aa77f37d648ee84134324666bc authored about 1 year ago
Merge pull request #5594 from solidusio/elia/panel-title

[admin] Reduce the size of the panels title

be710f38949d02f9714cdda6678256a96efddc77 authored about 1 year ago
Don't set the button component background on focus

fceab4e621880bcaed82cbca97d1715c05bee32c authored about 1 year ago
Reduce the size of the panels title

6e370b72dac245610a30f55682d4c43850156b02 authored about 1 year ago
Render all panel section through a single helper

3bf12d08bd397098dbbb0b70357912ea0c022543 authored about 1 year ago
Add a light background to images

Images with transparency will generally assume a light background.

77bcfeb9472d51f063480022fe3f6e9387c2387a authored about 1 year ago
Merge pull request #5513 from solidusio/elia/admin/order-adjustments

[admin] Order adjustments

12d750461d98a46f8f1bcd4f89c527047ac780ab authored about 1 year ago
Add the adjustments index page

941f42027db2a56f3fcb5b3680496ba850e37e2c authored about 1 year ago
Move order feature specs in a folder

e75f1371517002d66abead81c0adacf526cdcc26 authored about 1 year ago
Add back url support for the index page component

2c5f2d1c8c3e2d9d33abf3696d0aaf0a8defb531 authored about 1 year ago
Remove unused table component method

713a885ec28bfc05af79214a634b602f5b3368ad authored about 1 year ago
Compact the template methods in the index page component

Make them into a clear list, eventually we'll add specific documentation.

628185aa0699427ac3053ce800921b000ec2fe31 authored about 1 year ago
Avoid warnings for `action_dispatch.show_exceptions` in Rails 7.1

Also removes a repeated configuration.

9d5d9776a24de274c30dad37c2d83cd647d1c62f authored about 1 year ago
Use the clang format for rubocop reports

This format uses the filename:line-number which is easy to copy and
paste in most editors.

8a5931218ffe86495199ab4707410b95915c5e60 authored about 1 year ago
Add optional sidebar rendering to the index page

4c5fff905ad6d3c1fec6be75f6ba19d7c4ed92b7 authored about 1 year ago
Merge pull request #5593 from solidusio/elia/admin/table-keys

[admin] Consistently use `label` for providing text for table scopes, batch actions and filters

bb39b3f8a151f8c84fdd7b4dca819e47f6383e55 authored about 1 year ago
Merge pull request #5592 from solidusio/elia/admin/drop-redundant-previews

[admin] Remove previews for non-UI components that didn't add much value

36a78e7db0b46eb371a127009537c7ec55e88408 authored about 1 year ago
Keep all the label structs in the table component together

e717cdb07b017bf29a38d057b345c194317bf639 authored about 1 year ago
Rename the filters text key from `presentation` to `label`

366d39df6ddddcc8d73e3c787df7ff8d09ee1c36 authored about 1 year ago
Rename the batch_actions text key from `display_name` to `label`

2adb60a08616ca4f3831fa2e3c485fe5e5938df3 authored about 1 year ago
Remove previews for non-UI components that didn't add much value

The coverage shouldn't drop after this change.

d4c83e3aced349017d54496a65731790e81a93cd authored about 1 year ago
Merge pull request #5590 from solidusio/elia/vc-3.9

[admin] Require ViewComponent v3.9 with inheritable translations

64f6a582a6a3795ebc7e09df877aa5fb9b64a78a authored about 1 year ago
Merge pull request #3379 from nebulab/kennyadsl/sprockets-4-support

Add support for Sprockets v4 to the DummyApp

7bab27b1a160c3c002c566813754ab1b9c7fc8d8 authored about 1 year ago
Merge pull request #5589 from solidusio/elia/mock-component-fix

[admin] Fix mock components reported location

9692a6833104aeef9659b06714da02d6840abe8b authored about 1 year ago
Require ViewComponent v3.9 with inheritable translations

23e87cc0489049d0754486b45c7e72c8b8b37b47 authored about 1 year ago
Ensure ViewComponent warnings for mock components report the correct location

73bc29eedacbf914107e71976ced12e5b8147b70 authored about 1 year ago
Make navigation mock components return a safe string

82dcf1ed4e0445409cc16769a35cac0c5224f7a2 authored about 1 year ago
Lock rack to be less than 3

Removing the dependency on sprockets < 4 rack is now unbounded, but
rack 3 is only supported fro...

9c4057d3b729e99ccb74f90ae40db23bc5fec0b5 authored about 1 year ago
Add a DummyApp sprockets 4 configuration manifest

This is needed from Sprockets, since v4. It contains
all dependencies that needs to be compiled....

1a35ea58caf9bd20b03cd2d113cbc3d5ccaa14e8 authored about 1 year ago
Remove the hound badge from the README

6ef5c78b2bc4f5ce58630ca1af482349cf3d366f authored about 1 year ago
Ensure draft releases name and tag-name are handled in release scripts

9d29194b81d4a4a848ca0fa101dbffc45c61df3e authored about 1 year ago
Merge pull request #5582 from solidusio/elia/fix-select2-locales-loading-with-precompiled-assets

Fix the check on select2 translations asset existence

5eeae45982acf56519812c4a21e1663f8b2b4870 authored about 1 year ago
Fix the check on select2 translations asset existence

In environment expecting precompiled assets `Rails.application.assets`
is `nil` and we should fa...

8f997be67d5a6dc8153a9a176aebdb1bbb4ac01c authored about 1 year ago
Merge pull request #5583 from solidusio/elia/separate-subframeworks-ci-runs

Separate subframeworks CI runs

be5fea9d4765ace60acc7ba5065178b00fdfe538 authored about 1 year ago
Run each subframework's specs separately

Make it easier to see the error in the RSpec report when running
multiple subframeworks in the s...

0b9ca18bd1ef6c3a19cdc39da0bb213178301b60 authored about 1 year ago
Release solidus_admin/v0.2.0

2b28f94ecfca729dbd7cd170a7ac7b356fd82614 authored about 1 year ago
Merge pull request #5580 from solidusio/elia/restore-coverage-uploads

Restore coverage tracking

4c635fe5f1359c30eb68f7f5d784432b0f69cb1b authored about 1 year ago
Merge pull request #5574 from solidusio/elia/restore-rails-main-specs

Add Rails main branch to Circle CI test matrix

d01b825e63e19697259d2d7fd9d6850f816cc2a4 authored about 1 year ago
Add Rails main branch to Circle CI test matrix

bdf29dc09b7e69a92f1d2bff17908d96c0ba398e authored about 1 year ago
Remove unused YAML references

399922f0c95e8785855c019cdeeb04718d14bdeb authored about 1 year ago
Manually set the Rails version accepting both version numbers and branches

80284f87f7259bc3838a7f7748467463eadeadc9 authored about 1 year ago
Get known rails branches from the git repo

11a35d371aa6ab4625a6216247b24434cefce878 authored about 1 year ago
Add a missing spec for the admin/tax_rates section

dcab63a20a263061d17df718c998098e3b259490 authored about 1 year ago
Add spec coverage for missing translations handling

0025c047646c3ace7853593f8d589b8a442f1cf6 authored about 1 year ago
Add coverage for editing stock items in the admin

811d3baeaa22d8aac678b1ac9e31bc77c46963b1 authored about 1 year ago
Fix the admin/properties spec filename

6948a97cdf475834fb70a2c60752373645cab7b3 authored about 1 year ago
Add coverage for importing backend menu items into the admin

4465f025dec03441d8e51a12abdeffb3c607a491 authored about 1 year ago
Merge the coverage command and job

Avoid env variables that seem to not work properly and bump the ruby
version.

ba60db3dd65393b3ef40d9e860867bd67b152b88 authored about 1 year ago
Merge pull request #5561 from nebulab/rainerd+elia/admin/index-component

[Admin] Introduce base Index Component

e5f001da52fbbd58130e411f52213299f9674dbd authored about 1 year ago
Extract common index pages translations to the super component

26074dac70207cee294cf5e730fadab309f3e42b authored about 1 year ago
Add back styles to the preview layout

c016d80d9eee35d628fdce98053af7627a325b85 authored about 1 year ago
Use ui/pages/index component tabbed index components

ed0c6cb396f7194f239871a8003bfb4ef1b4d2dd authored about 1 year ago
Add support for inheritable translations

Waiting for https://github.com/ViewComponent/view_component/pull/1934
to be released.

6d6300847a5bc38f0a5ac3a4bba3bfdff29debb5 authored about 1 year ago
Use ui/pages/index component in promotion_categories/index component

81b3481e9c647e28002502375dcf1ce1f08c2c4b authored about 1 year ago
Use ui/pages/index component in promotions/index component

5b29bc6c0c4474bf3b5a006b34608b4daf0af45f authored about 1 year ago
Use ui/pages/index component in payment_methods/index component

a042db763026e9928442882d5e585cc2c1b8c5e4 authored about 1 year ago
Use ui/pages/index component in propertiies/index component

797317379b85ca85e70516ae28dd97ce9038c797 authored about 1 year ago
Use ui/pages/index component in taxonomies/index component

2c32de6ad7152ee7db5bb661e3c89fb0875e4543 authored about 1 year ago
Use ui/pages/index component in orders/index component

f25b512a50fb63e12ff8de4154be1c22682347c4 authored about 1 year ago
Use ui/pages/index component in users/index component

13e5d008b2f935be8381d78060c9ea875a99cdfb authored about 1 year ago
Use ui/pages/index component in zones/index component

59d7e35cfe3f1a38c3a2290e4293cba22842c6e2 authored about 1 year ago
Use ui/pages/index component in option_types/index component

7ac8c844405a87785f8d9488f9ef4dfe77a73e36 authored about 1 year ago
Use ui/pages/index component in stores/index component

a9a15f1ed49e4db5ae478ba2f7a3b7b417a75279 authored about 1 year ago
Use ui/pages/index component in products/index component

455bdce8e77085e42c88ae22ed890be19102bc9d authored about 1 year ago
Create ui/pages/index component

Co-Authored-By: Elia Schito <[email protected]>

a73abe8ce391f4d5bb1224288bb112a98f534c85 authored about 1 year ago
Use ui/pages/index component in stock_items/index component

6f264b4f2ee197158f72d68a3139c956d52ea7b0 authored about 1 year ago
Reuse the sandbox Procfile.dev in the main Procfile.dev

Also shorten the admin tailwind watcher to be just `admin`.

8a98d20df8b93024a263f6c2ec9e3c4fc91ce64e authored about 1 year ago
Fix top rounded borders on the ui/table component

7c5c12b7e28afebd6a56780e90255c699f4a1869 authored about 1 year ago
Let the admin alpha features preference setter not have a question mark

784ae12efecf37cd5db7f4707fec5d3ec1844aa2 authored about 1 year ago
Merge pull request #5577 from tonxyx/fix-property-destroy

Fix property destroy - use destroy instead of discard

8411f0530dc55c9e5efbdca331ed5ea16679a7ee authored about 1 year ago
Merge pull request #5575 from solidusio/elia/rakefile

Split the main Rakefile into themed sub-files

5194d99b57eec05c55f989719ca4251b0452874c authored about 1 year ago
Fix property destroy - use destroy instead of discard

29d6a81a16620f938d2773fa7f34208bea3bb1aa authored about 1 year ago
Move linting commands to rake tasks

Only check files tracked by git and not generated and temporary files.

413c4c95abb6e0de52932cf8754239b0ea9cc117 authored about 1 year ago
Split the rake file in themed task files

e1361eedc9063e7bf124d01b1a363d46e8233b96 authored about 1 year ago
Merge pull request #5573 from solidusio/elia/starter-tailwind

Update the procfile to include the TW build for the frontend

2c8298567a91a7e2e8874a0a52e35f72a628c7f1 authored about 1 year ago
Update the procfile to include the TW build for the frontend

35464138e84395da51a4aada4e80b903a01bf15f authored about 1 year ago
Merge pull request #5571 from solidusio/github-actions/7338044811-1-1703678274

Post-release chores after having released Solidus v4.3.0

9af5ea04b6c52f31325aea39afeb36ec19b4b677 authored about 1 year ago
Post-release chores after having released Solidus v4.3.0

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

Make su...

6191fc2fb59299ab59f9c7bbcb097b2d1994a17b authored about 1 year ago
Remove extra args from post-release script call

dbdafabaa27f7540f959a79820ef2e53a4e3a212 authored about 1 year ago
Merge pull request #5570 from solidusio/elia/gh-actions-fix

Post release GH actions fix

6d6ebf0a1607f267daae7015dbd9ad24c5193313 authored about 1 year ago
Allow running the post release action manually

711ae694cd715749886f291d2b38baf17a1239d7 authored about 1 year ago
Remove extra "cd" in post release GH action

71fee66e70ebc9f37b060d173cc4bfc23b114812 authored about 1 year ago
Merge pull request #5568 from solidusio/github-actions/7302928632-1-1703270526

Prepare release for Solidus v4.3.0

82900b946f22b8e3fd6390f1fc3a43c53dfa83fc authored about 1 year ago
Merge pull request #5569 from solidusio/elia/flakey-spec-fix

Ensure the customer returns specs leverages time outs

d86d7bb77b4724b153f41ac98bfaa773d82e1fc4 authored about 1 year ago
Ensure the customer returns specs leverages time outs

This is the most probable cause of previous flakyness.

a14176f34e9a5080d30772f30fb04da9a7418d30 authored about 1 year ago
Prepare release for Solidus v4.3.0

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

The actual r...

02560130bd4fcb5287d0f4726dff909bf260214c authored about 1 year ago
Merge pull request #5566 from nebulab/kennyadsl/fix-missing-action

Remove unused action in controller callbacks

d9cb1e1f4f7d4f33914616bcf2268bb99b2a97dd authored about 1 year ago
Remove unused `load_promotion_category` method and callback

Removed the load_promotion_category method and its corresponding
before_action for the non-exis...

7a3b599e553a3130797316a8908b2643f6c76f71 authored about 1 year ago
Remove unused action in controller callbacks

With Rails 7.1, callbacks only work with actions that are defined
on the controller. This check ...

de02e88494728b1b209f0b0f0581e8e509212d51 authored about 1 year ago
Merge pull request #5567 from nebulab/nebulab/fix-installer-specs

Update installer specs to match the new starter content

08ba83f7bb9753c592f44cf6eeb5ef82894fd248 authored about 1 year ago
Update installer specs to match the new starter content

d5b02587291ef52538ec61b0d565740910ca8c72 authored about 1 year ago
Fix the signature of bin/release/update-changelog

b141cf846592f770d5539088572644a91c6605e5 authored about 1 year ago
Add a missing require to the bump-version script

98c8a426e195dcc861ed81a75e72981fabbab359 authored about 1 year ago
Merge pull request #5563 from solidusio/elia/enable-admin-preview

Enable the admin preview by default for new installations

bba617e08355b7eb9b5fd9f53c542606b6d1861c authored about 1 year ago
Merge pull request #5540 from brettchalupa/flash-revision

chore(admin): restyle legacy UI flash to not overlap buttons

5120a8d8ec7d1c3ca121dcc5b7815092fd4338fe authored about 1 year ago
Merge pull request #5498 from mamhoff/use-configurable-promo-adjuster-in-callback

Use configurable promo adjuster in callback

594f479d8af0fedb45ca60885375e952fcf9c3fa authored about 1 year ago
Release v0.1.0

0d15e02d6131d9c322ebfe5f999077019edc8562 authored about 1 year ago
Enable the admin preview by default for new installations

ab793315e1e96a517dfa5386a8266490c2052b3a authored about 1 year ago
Merge pull request #5562 from nebulab/rainerd/admin/add-pagination-in-payment-methods-index-component

[Admin] Include pagination in `payment_methods/index` component

7601be84dfd3f7a8422e7e02a1cabd7a3ad397d9 authored about 1 year ago
Include pagination in `payment_methods/index` component table

4290d31b53a34fc408056d7872e6afad646aca38 authored about 1 year ago