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

Validate user owns the payment source before it is added to their wallet

This fixes the possibility of a User gaining access to a PaymentSource
that isn't theirs by vali...

3835f9ddf78fe99a65f7e6b171ff6c061bcbdf12 authored about 6 years ago
Validate user has payment source already in their wallet

Without this validation it's possible for a user to add the same
PaymentSource to their wallet m...

efd9f5f685dfcbdd4a4b54bdc18a486ac6d31943 authored about 6 years ago
Match namespacing convention and inheritance of other core models

4a8fa76c562c71513cdd29221bddf55acac06465 authored about 6 years ago
Merge pull request #3005 from nebulab/cedum/enable_verify_partial_doubles

Enable partial doubles verification for RSpec

6ff96dcf477bfe9b4f24751f961e9ad2a9c75882 authored about 6 years ago
Fix placeholder value

6c49a2339d74f53358fa475b51ba0513a0b3cb9f authored about 6 years ago
Replace require/load with require_dependency

e6c955227297321a2979ca8590a821127fd5b965 authored about 6 years ago
Merge pull request #3001 from nebulab/update-guides-configuration

Update `add-configuration` guide page

d41bf5a2e45be8f2c3a7c59deb8cc373f9e8282f authored about 6 years ago
Allow stub of unimplmented helper method

11e3ca48cc370d8a62d972dbdeee010e42b5bfed authored about 6 years ago
Disable double verification in some helpers specs

By enabling `verify_partial_doubles`, when stubbing controller helpers,
the partial double check...

c4e5055256cab87d1cab680c3c6d9bef429ff498 authored about 6 years ago
Fix a Payment::Cancellation test case

Disables partial double verification, since it stubs unimplemented
methods.
Fixes the expectatio...

f7d6814c7ca4efe3b1c3ae428eda393079b145da authored about 6 years ago
Refactor some Spree::Promotion specs

By enabling the `verify_partial_doubles` in RSpec, it's not allowed to
stub unimplemented method...

bd0d91e59da8731ddcbdda9fb901d7159d757bd8 authored about 6 years ago
Disable double verification for a Shipment test

By enabling `verify_partial_doubles` in RSpec, dynamic defined methods
by State Machine are not ...

cff9df5e03ec8a8356940b8c2f40e2c4fd23b33c authored about 6 years ago
Refactor test for Shipment assoc. to InventoryUnit

It was stubbed to return a plain `Array`, instead it must return a
`ActiveRecord::Associations::...

0b8553a208d1f72609b0d5b536976fd1e9fe1bd2 authored about 6 years ago
Reuse already defined object in a Promotion test

Reuse an already initialized Promotion object, instead of creating a new
one.

9ae0e0a65ed69e57ba6d0346c2ad2e0e9fee3fb5 authored about 6 years ago
Remove unimplemented mocked methods for some tests

fd0ff058443c3671420a52b2b65dc80913d5319a authored about 6 years ago
Upgrade rspec-activemodel-mocks to ~>1.1

Upgrades `RSpec::ActiveModel::Mocks` to version `~>1.1` which includes
the support for `inversed...

b64fb1dd51168ea73ab59cd5a70a0f3eecdc3202 authored about 6 years ago
Fix stock estimator mocked sorter class initializer

By enabling `verify_partial_doubles` for RSpec, this test example was
failing because the `TestS...

4971602a32aa44ea3aabffd5536c54b374e54c3a authored about 6 years ago
Disable double verification in order checkout specs

Since `verify_partial_doubles` has been set to true for the entire
project, state machine define...

bf60389c6657ff935d93095983a2c444854941f9 authored about 6 years ago
Disable double verification for some test examples

Disables partial double verification when testing mocked external
user-defined methods like hook...

cc19bb400bb4556bf140da5610492ea4d24fdae8 authored about 6 years ago
Remove unimplemented stub from a InventoryUnit test

6a3896f8bed738a8430b91c275469fde4b0a7f34 authored about 6 years ago
Add RSpec tag to disble partial double verification

Adds `partial_double_verification` RSpec meta-tag, that, when set to
false, disables the partial...

ce76c3cbe8fed158ded8b821227542ae2cb1c2e2 authored about 6 years ago
Merge pull request #2969 from tvdeyen/fix-2950

Fix "Stock" admin nav double highlight

af6a140473ab11fdc5b9847d3c3543c484142a24 authored about 6 years ago
Merge pull request #2999 from lukasbischof/fix-tag

Fix closing td

a8e77ac5acbd8f854e3230ebeebb2af88bc10e37 authored about 6 years ago
Merge pull request #2982 from nebulab/erb-lint

Lint ERB files via HoundCI

1abaece0a26f28dd71b6253eb4c035dcd1e15a9d authored about 6 years ago
Lint ERB files with HoundCI

6e8c7ed7a01183ca5c714caea01c4a6b4b85f0c1 authored about 6 years ago
Update `add-configuration` guide page

Add some information on possible ways to add custom configuration to a Solidus
store.

Also, a r...

3a35e301a8d7dec637dc5f3471603955a96cdc3f authored about 6 years ago
Disable partial double check for OrderMerger specs

Allows mocking user provided custom line item comparison hooks.

2d0984a38975b559d3fd197cbaf755af7c39cb1c authored about 6 years ago
Merge pull request #2997 from brchristian/patch-4

Standardize shared resource links

168b40c34717aa0a866644d0ba90acefff717396 authored about 6 years ago
Fix method name typo in Spree::Payment specs

bf3aa76577c50f1f121bc4f172869dfadd17c51b authored about 6 years ago
Fix a mock in a OrderUpdater test example

7d4ed886b024713b5a210dda5bf0a73fcc9e3ce6 authored about 6 years ago
Fix update shipments mock in a OrderUpdater test

Actually, `Spree::OrderUpdater#update_shipments` doesn't accept any
arguments.

397cbb7456a9c97c11836e39e8676585bf78004a authored about 6 years ago
Fix a method name in a Return Item test example

187499e6e50b6c60398597a4b9506f0e20dd37eb authored about 6 years ago
Fix initial order object for Spree::Order#finalize! specs

The order object used for the `Spree::Order#finalize!` specs didn't
contain shipment objects.
Th...

7d531ab1a611635098f5187c683e1cf80bef1e13 authored about 6 years ago
Remove unimplemented Spree::Order#finalize! tests

First removed example:
`Spree::StockLocation` doesn't implement `#decrease_stock_variant`. It
wa...

4dfafa89ba582f112f422865d6a19a4626076962 authored about 6 years ago
Merge pull request #2983 from solidusio/jacobherrington-patch-1

Add criteria for merging a PR

cb8c67aefdf5baa388fad43baf9f13832716de4a authored about 6 years ago
Merge pull request #2711 from DanielePalombo/nebulab/recalculate-order-after-reimbursement-creation

Recalculate order after reimbursement creation

e2ef677cfff4b4cc264d8eaa20b6edcf545fa05d authored about 6 years ago
Merge pull request #2810 from nebulab/simple-coordinator-allocator

Add an allocator class to extend the Solidus initial allocation logic

a4f29e31c2c49b377159e8551bfa15804ee45fdd authored about 6 years ago
Add an allocator class to extend the Solidus initial allocation logic

With this PR we add the possibility to change the stock allocation logic
using a custom class wi...

f177d8535763ebf6f526c90ee9a060bdd7ec1859 authored about 6 years ago
Fix closing td

8b54e9b768f73a26d61834a168a37bfd4d8d2275 authored about 6 years ago
Update _edit_resource_links.html.erb

166aa9cf23cd7b9eb2907c8a7c44ded22bc6367b authored about 6 years ago
Remove regression tests for inexistent cases

Its implementation has been refactored here:
https://github.com/solidusio/solidus/pull/1033

644b7f27244a27862b41219c4753a80fd1fc31b3 authored about 6 years ago
Enable partial double verification for tests in Core

RSpec 3 introduced partial double verification that checks arguments and
methods existence also ...

313089fd49546669c42bc1d0cd613eadd34cc535 authored about 6 years ago
Merge pull request #2992 from nebulab/fix-deprecations-rails-5-2-2

Fix deprecations to make Solidus work with Rails 5.2.2

69e69326fb8816a1b43a0de5ae92e087b1df5067 authored about 6 years ago
Revert "Lock Rails version up to 5.2.1"

This reverts commit 6ad412fc8062958cf52c72569a14469b4f38ccb4.

This should not be needed anymore...

50346d6751961c4751642320ef1e3b4053ffacbf authored about 6 years ago
Fix apply_free_shipping_promotions deprecation

We were missing an alias_method here. Some code changed in Rails
and now it correctly raises an ...

fa06f447248c535274396ade03e1e7719e95ea97 authored about 6 years ago
Fix Spree::Store#by_url deprecation

deprecate method takes a list of methods so current code is
actually deprecating a method named:...

40605681840bc4853c9a1cffaa8860c414c96c03 authored about 6 years ago
Use a more specific CSS selector for address

83d8d68cd8817dd77770a4a243e3c0bb641b3129 authored about 6 years ago
Add margin to billing fields

7ad5770041b0b8ab904cd84308fc9afdb76edb86 authored about 6 years ago
Add margin to complete order button

949dcb4cedebaefa7756e67d61a0817b5245995b authored about 6 years ago
Merge pull request #2991 from nebulab/lock-rails-5-2-1

Lock Rails version up to 5.2.1

76a3b2de6f500bed128876ddf1f4948d54ae013d authored about 6 years ago
Lock Rails version up to 5.2.1

There are incompatibilities between core code and Rails 5.2.2
that we need to investigate better...

6ad412fc8062958cf52c72569a14469b4f38ccb4 authored about 6 years ago
Merge pull request #2984 from mjhough/patch-1

permanent* - incorrect spelling

7a336854450e7b2679e1505d278e8953a39a7c11 authored about 6 years ago
Merge pull request #2981 from brchristian/patch-4

Update CHANGELOG.md

dc68eeb653b227ad9c763c6054c044d809b492e5 authored about 6 years ago
permanent*

3173553fa0ce1b5f86b045a5fda9fbe27b99e9a1 authored about 6 years ago
Add criteria for merging a PR

This is something that comes up in conversation periodically and adding
it to this document inc...

aff6800c6433f2dc8fe4bd62a8d5239363017192 authored about 6 years ago
Merge pull request #2976 from nvh0412/bug/remove_mini_image_from_admin_view

Bug/remove mini image from admin view

c6c3b15355872a558f4a93a9cb3ec30691b7f307 authored about 6 years ago
Merge pull request #2824 from salbertson/patch-1

Add a "Reviewed by Hound" badge

c4b54c573c04d9d4c6872347072ac8e7b044bc59 authored about 6 years ago
Update CHANGELOG.md

2f3883bd1c128010159e1fac51d8818946dbee43 authored about 6 years ago
Merge pull request #2958 from aitbw/nebulab/deprecate_coupon_code_methods

Deprecate existing coupon codes methods

d7dc5dc713f6b552aaf2263b9c3d3ebb1a3b20a1 authored about 6 years ago
Merge pull request #2977 from aitbw/nebulab/improve-track-inventory-ux

Use Spree::Variant#should_track_inventory? to disable 'Count on hand' input

ceae80fcefce97c867a1a569d32a4be38bc35086 authored about 6 years ago
Add a "Reviewed by Hound" badge

cf77f92a472ac1a3b237a7398ca57cbe0b86eaf7 authored about 6 years ago
Create new section for badges

012db17bcc26a14c01757486b863241520719ccb authored about 6 years ago
Merge pull request #2954 from jacobherrington/patch-7

Expand the promotion rules implementation example

318ff367d24019042661fb70520618b9e86db803 authored about 6 years ago
Use Spree::Variant#should_track_inventory? to disable 'Count on hand' input

476dd268653a5f243291f104112d40247d4d85c0 authored about 6 years ago
Remove deprecated mini_image and use share image view instead

feb58d60f43d68c84a4a21ba12270f1d55d34266 authored about 6 years ago
Merge pull request #2971 from nebulab/elia/move-script-files-to-bin

Move script files to bin + documentation

8c6b41c0f8198aa8feda2fa0c6db8f360b758146 authored about 6 years ago
Merge pull request #2970 from nebulab/refund-button-disable-on-submit

Prevent multiple refund creations with accidental double clicks

fa85e0554de60ab69542109fbff2a3d126cb9ba8 authored about 6 years ago
Merge pull request #2925 from bitberries/bugfix/backend_fix_logentry_i18n

Add translation for details attribute of LogEntry model

736efdedb2b5be7242fa3a6e8459b613e1992eb8 authored about 6 years ago
Merge pull request #2908 from nebulab/fix_fullfilment_charger_allocation

Spree::FulfilmentChanger stock allocation fix

9b6ad06a6ad807c6837ede9f6a98c23898168236 authored about 6 years ago
Add instructions on how to setup the MySQL user

Many installation will only have a password-less root user available
(e.g. Homebrew).

0b3409ed693089caa9173160fe32d40ff40dcd81 authored about 6 years ago
Add instructions on how to create the PG user

To help newcomers with the first run.

cca7b559acdaf5b18de1b69f9710fc3d1ae426f3 authored about 6 years ago
Fix indentation of some fenced block in README

5223fec7f67ac29cd7a483197bb705e62d622211 authored about 6 years ago
Move build.sh to bin/build

Using bin/ for internal utils is the default for both Rails and Bundler.
The script has now no e...

ee8af2fdb1b7788fa3ec7d7477d4d5177f613257 authored about 6 years ago
Move build-ci.rb to bin/build-ci

4b0171b9dcba496735403133d6b1478dd6246d35 authored about 6 years ago
Merge pull request #2877 from ericsaupe/order-currency-rounding

Round calculator values based on order currency

5707a64249dd194ada180543bb724a008a2436e0 authored about 6 years ago
Merge pull request #2955 from jacobherrington/chore/skip-ci-on-doc-changes

Add script to skip CircleCI on guides

95bf58a593cb55838145cdf88b4f70f8c86fa348 authored about 6 years ago
Prevent multiple refund creations with accidental double clicks

The submit button must be disabled after submit or accidental double clicks
could generate multi...

a48ad86730cacdebc607b8c679268c7ab19df09d authored about 6 years ago
Be able to set and pass match_path from MenuItem

Refs #2950

04f4214bb88d4832725ad4b893274faab406e14e authored about 6 years ago
Set match_path on stock items MenuItem

Without setting match_path the tab helper uses the current controller
name as criteria to activa...

bc5825ffa6493770037e54f1a19a04bb4c173e80 authored about 6 years ago
Merge pull request #2963 from adnotam/reorder_translations

Add i18n-tasks and normalize translations

a5876d2d7510fc951b1aed0b3ebbee8ee97828dd authored about 6 years ago
normalize translations

e41b737dede587c279ac70a8ffa279199500bcf5 authored about 6 years ago
add i18n-tasks gem

ed0908b9e510b1fd34c85a2a75534e2b0011215c authored about 6 years ago
Merge pull request #2331 from DanielePalombo/nebulab/finalize-inventory-units

Finalize shipment after inventory units are added to completed order

3802d57dbb86b111fa52bf9aceb9c475aa51ebd6 authored about 6 years ago
Merge pull request #2921 from aitbw/nebulab/fix-dangerous-query-method

Fix deprecation warning for Spree::Shipment#reverse_chronological scope

b00b00749d7c3f1aee04e27da667c523f4ad1984 authored about 6 years ago
Merge pull request #2939 from jacobherrington/feature/order-menu-items

Add ordering to menu items

717a800455ba78e2ed9e9b6ce5dac9610ba569bf authored about 6 years ago
Merge pull request #2956 from seand7565/add_admin_product_to_frontend_button

Added a link to the frontend product from the backend product edit page

e3caf3a3dd60cd90da09a041d99d645d53ab439c authored about 6 years ago
Merge pull request #2942 from jacobherrington/chore/add-missing-yml-labels

Add missing i18n English values

9f573736249316d04fa8e20e6cfa9ba568dbe257 authored about 6 years ago
Merge pull request #2960 from aitbw/nebulab/fix-misleading-notification

Disable 'count on hand' input when 'track inventory' option is set to false

17216cf032198ba808987dec9f391a97c569e652 authored about 6 years ago
Merge pull request #2962 from aitbw/nebulab/update-jbuilder

Update Jbuilder to v2.8 to fix deprecation warnings

c10c6e942ea129ef2a0d844ab231b95ad8b9dba4 authored about 6 years ago
Merge pull request #2964 from tvdeyen/upgrade-rack-in-guides

Upgrade rack to 2.0.6 for security reasons

3eac80b75802323f4eb72f1c53115bd6718b40cc authored about 6 years ago
Add script to skip CircleCI on doc changes

7e2cc050e15efa5945ae26d651ef548446a82626 authored about 6 years ago
Merge pull request #2943 from jacobherrington/chore/standardize-capitalization

Standardize capitalization

bb645202c75cda28d0268ead776b2926269caebd authored about 6 years ago
Upgrade rack to 2.0.6 for security reasons

- CVE-2018-16470
- CVE-2018-16471

bcdab541121db08b8b6e17a6e12053b2828bf9a1 authored about 6 years ago
Update Jbuilder to v2.8 to fix deprecation warnings

5a615005df8618e1be3ae77bdc3750014aeb5c8b authored about 6 years ago
Disable 'count on hand' input when 'track inventory' option is set to false

bdffc729cf5edc184da7dff6c897496961d01853 authored about 6 years ago
Standardize capitalization in admin UI

This commit is focused on making the capitalization more consistent
because at the moment it see...

4ec3571b1666a86a222bbc39d2818272455244f4 authored about 6 years ago
Add authorization system for new coupon codes endpoints

fb8454bb327254fb8c09d1e9e563e43f85253f7e authored about 6 years ago
Merge pull request #2945 from jacobherrington/chore/readme-improvements

Add a table of contents to the readme

3e43b229964701347cafe201cc81f055837a1852 authored about 6 years ago
Merge pull request #2936 from jacobherrington/bug/creating-order-should-associate-user

Change new order creation link

93a1f13be632ce840bd4619166a253d6e7d0b132 authored about 6 years ago
Merge pull request #2937 from geminimvp/overridable_sku_validation

Allow to bypass SKU validation

27dc64263282313fb283f44086bcec702ebc7ebc authored about 6 years ago