Ecosyste.ms: OpenCollective

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

github.com/vendure-ecommerce/vendure

The commerce platform with customization in its DNA.
https://github.com/vendure-ecommerce/vendure

chore(admin-ui): Fix circular imports

d4f92d76b5d98de70eb20f37010e188157ebd8be authored over 1 year ago by Michael Bromley <[email protected]>
feat(job-queue-plugin): Update bullmq & redis dependencies (#2020)

BREAKING CHANGE: The minimum Redis recommended version is 6.2.0

eb0b73f5106f25124cee7801396b77b1d34ea88d authored over 1 year ago by Alexis Vigoureux <[email protected]>
feat(test): Add tokenMethod cookie support for TestServer (#2084)

57793cf9d1140b2c33d153a91fa822ee9368fee0 authored over 1 year ago by armitjs <[email protected]>
docs: Fixed typo in job queue doc (#2085)

1ec7edddd9acc1e126c0078981c7de7383f5a958 authored over 1 year ago by Maxime Pacary <[email protected]>
chore: Include deprecated inputs in generated types

b53105af00ab55a998df495bd0f5eeec9e9805f0 authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Implement GuestCheckoutStrategy

Fixes #911, Fixes #762

7e0f1d15b36cab0c3644221b3c2303a64200c545 authored over 1 year ago by Michael Bromley <[email protected]>
fix(testing): More graceful shutdown

aa91bd06109303ec34853aa25592a0ef644fdb7b authored over 1 year ago by Michael Bromley <[email protected]>
fix(core): Correctly remove invalid promotion couponCodes from Order

Using the `removeCouponCode` method will create an order history entry, making it easier to trac...

7a1c1277f3f96a910efaa4e8e04564ea7ab5aaae authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Normalize email addresses for native auth

Fixes #1515

ad7eab8b1972a26fc2253f1d8f5f8d6310712db2 authored over 1 year ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix navigation to order list component

9b4821ef04b7dc817a14aad060ab4f15dc9cd2fb authored over 1 year ago by Michael Bromley <[email protected]>
feat(admin-ui): New app layout with updated nav menu

Relates to #1645

e6f8584a3fcae27e7e0300efc7e8b6bb98ba5de6 authored over 1 year ago by Michael Bromley <[email protected]>
docs: Fix typos in docs (#2079)

c8c0932272556b0d814920530888dc5418c78905 authored over 1 year ago by Nicolas Toffolo <[email protected]>
fix(docs): Make consistent with other docs (#2072)

9252a528d38404b4a2b54bc9459bad0b9a99a7b0 authored over 1 year ago by Pieter Doms <[email protected]>
fix(docs): remove wrong example (#2078)

port property is not listed in the AssetServerOptions (anymore?)

75bcc85c6f4af34576e7253b27e3d10f4425956d authored over 1 year ago by Pieter Doms <[email protected]>
chore: Update to Lerna v6

Closes #1543

6e7e15e5ba296cf06265caa08681d19f39073f01 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Lint fixes

f02a463bfc16ebec698321c030c6d470edf04cc5 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Migrate from TSLint to ESLint

0441a0338aeb7742012e24594feb67935d09b2fc authored over 1 year ago by Michael Bromley <[email protected]>
chore(core): Update bcrypt types

bcf60de9adcd8a0e3b1d0e141368f64b4b5bdec4 authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Remove e2e/protractor config

It is unused. If we add e2e tests, we can use a better solution.

e4b061647bddde8a28038a83f3732fd004226777 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Fix ui-devkit build

80a1a3ea22a8dbd4ac3b32e2c3b40a8f92c10f68 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Remove Jest and configs

7d15d5d66739abc21af1a539c00df183f51e150e authored over 1 year ago by Michael Bromley <[email protected]>
test: All unit tests passing with vitest

8daa6b283debdd2367798d78dbe60c13b256527a authored over 1 year ago by Michael Bromley <[email protected]>
test: All e2e tests passing with vitest

bf64cfd45501b27b8073cfe2e3c151b17f733550 authored over 1 year ago by Michael Bromley <[email protected]>
test(core): Set up vitest for e2e testing

b5bac42e540d719774254f2282ec3bbf0951a888 authored over 1 year ago by Michael Bromley <[email protected]>
chore(core): Update graphql-upload, fix ESM issues

5dbc49b909e5f3fe39ad0a16f21aaec0ffb14f32 authored over 1 year ago by Michael Bromley <[email protected]>
WIP Graphql-upload ESM hell

bbe8d52f2577a689fa2cd823095ff5c42d23a16f authored over 1 year ago by Michael Bromley <[email protected]>
docs: Fix auth code listing

d35571847ce7f4fe7f1bfa4279dc469d6a849501 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Upgrade all graphql dependencies

dd99b69669065a96cc1e811ab2d3b301afe4a5d8 authored over 1 year ago by Michael Bromley <[email protected]>
chore(elasticsearch-plugin): Fix issues after TypeORM upgrade

67f6ec80fb536719c0f83c83cca720ddd0af66f0 authored over 1 year ago by Michael Bromley <[email protected]>
chore(test): Fix broken e2e tests

e7d3aec2a4883d557eb2769834261d001bdd42a2 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Update changelog deps

22dc6efc443bd6f0a4667f3789c871aad527fad2 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Update graphql codegen & correct Money scalar type

c7a88f4e22479728a0f2c96286019b6597797818 authored over 1 year ago by Michael Bromley <[email protected]>
fix(core): Merge relations in customFields correctly (#2062)

aeb06e3bba56be25d142034ef6ee1bd21694d2a6 authored over 1 year ago by Jonas Osburg <[email protected]>
feat(core): Update to TypeScript v4.9.5

99da58512599303d5c6fcfa0e94ec622531273ec authored over 1 year ago by Michael Bromley <[email protected]>
chore(ui-devkit): Update Angular to v15

dff1011b25e3b962b7c89e58613d737f30d519fe authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Update remaining runtime deps

b81ae4acd0bad39031f5f7aeb2fdf6453f3671bd authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Update Clarity deps

c7f5cc1686b9ff930958f8316716bcd4cd9b3d11 authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Update cdk to v15

e209e455ae3a20837f8e39b89608d071d503d45c authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Update cdk to v14

dc68179b944a67e93153e02ef7848f1792c23403 authored over 1 year ago by Michael Bromley <[email protected]>
feat(admin-ui): Update to Angular v15.x

0c503b438940a2eaf4cf29820d496b91874b4818 authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Update other Angular dependencies

ea25804c19864ec6f89a86441d5b4d282a21088a authored over 1 year ago by Michael Bromley <[email protected]>
chore(admin-ui): Update to Angular v14

06175984d2cb0f5a7951db12464ea0db61eecd44 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Update reference to TypeORM ConnectionOptions > DataSource

0a214436b66c436f0cc37ae91c1480298ddb929f authored over 1 year ago by Michael Bromley <[email protected]>
chore(testing): Remove unused file

8cfdeba56caa6c334b268cc1bf8a2886b993886c authored over 1 year ago by Michael Bromley <[email protected]>
fix(testing): Updated sql.js dependency (#2055)

Co-authored-by: Marensius Bae Pettersen <[email protected]>

34ab54bfcb1890bdcb3f464f5f79e43332752c6e authored over 1 year ago by Marensius Bae Pettersen <[email protected]>
chore: Get all core e2e tests passing after TypeORM update

d06ac0b8c9ab264f0818af01e36b4cc1aaa57eb0 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Update NestJS, TypeORM, Apollo, handle TS compiler errors in core

d3595ba9d0bfcc3c70539c6dd7a466aba207b5f5 authored over 1 year ago by Michael Bromley <[email protected]>
feat(admin-ui): Add support for translatable Promotions

Relates to #1990

00bd433235ee4c11f20c6bbf07145120e0375878 authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Make Promotion entity translatable, add description

Relates to #1990

BREAKING CHANGE: The Promotion entity is now translatable, which means existin...

dada24398dad8e739de590afaea7a4eb49ed3de4 authored over 1 year ago by Michael Bromley <[email protected]>
feat(admin-ui): Add support for translatable PaymentMethods

Relates to #1184

06efc50cab515f49c4eeec74093250242d498b0e authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Make PaymentMethod entity translatable

Relates to #1184

2a4b3bc478f364bf055a0db75955efbe9720109f authored over 1 year ago by Michael Bromley <[email protected]>
chore: Update generated types

04b2bb6b3f96cc29ea8df8d00ee106e329643366 authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Implement localeText custom field type

Closes #2000

6a3c61fb9cc7418d101a4952589daf97c2b3661f authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Add ProductVariantPriceSelectionStrategy

Relates to #1691
This adds a new configurable strategy which allows you to define the logic by w...

efe23d127ffcc7d51c9ea4c42821842f70bb4957 authored over 1 year ago by Michael Bromley <[email protected]>
feat(core): Add currencyCode to variant price model

Relates to #1691
This change puts in place a data model which will allow us to support multiple ...

24e558b04ec6c54b7a8ff0d2b384806aeb6b4fb6 authored over 1 year ago by Michael Bromley <[email protected]>
Merge branch 'minor' into major

c98ba2f32db07b1b5ffafd6b0c23c0abaa8ce6e9 authored over 1 year ago by Michael Bromley <[email protected]>
Merge branch 'master' into minor

6e441e7d2e56929f9740df068f38411b9f13951a authored over 1 year ago by Michael Bromley <[email protected]>
fix(core): Filter out deleted options groups (#2047)

d93203c4eccdc232cbe42e16b5fa54b6ae8c4a5d authored over 1 year ago by ~gio <[email protected]>
feat(core): Implement MoneyStrategy

Relates to #1835.

BREAKING CHANGE: The introduction of the new MoneyStrategy includes a new Gra...

61ac0418c488ceffc3a4b17df8fc40fa8d7f89e3 authored over 1 year ago by Michael Bromley <[email protected]>
docs: Add next steps to Northflank deployment guide

7b0fae1bda1238d5022178ea4e7729085ead318a authored over 1 year ago by Michael Bromley <[email protected]>
docs: Add Northflank deployment guide

66370dc83f0fe3bfa038a7e87642b4f5187249c5 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Publish v1.9.3

02513db6da212c870299c5b15b576b4ebf25563e authored over 1 year ago by Michael Bromley <[email protected]>
docs(payments-plugin): Fix Braintree paypal sample code

5dc90af52c52cf419345a874c90a516f2ef969c2 authored over 1 year ago by Michael Bromley <[email protected]>
fix(payments-plugin): Improve handling of Braintree customerId errors

4d9f49e77ce3ae5c141ed5bba0f11885a837912a authored over 1 year ago by Michael Bromley <[email protected]>
feat(testing): Turn productsCsvPath into an optional property for test server initialization (#2038)

4c2b118f570020be5f598f0aa2700fe9163de754 authored over 1 year ago by Vinicius Rosa <[email protected]>
fix(docs): Add extra required step in product import docs (#2027)

002da57496671a1250030586cd8f69d047dd1e54 authored over 1 year ago by Pieter Doms <[email protected]>
fix(docs): Fix grammar error

6e3620b5063d5beaf3b3bff4d72036f7f3b44b75 authored over 1 year ago by Pieter Doms <[email protected]>
chore: Fix missing custom fields

feb4a7ebf36916879aac1d4ab0c337e962011dce authored over 1 year ago by Michael Bromley <[email protected]>
Merge branch 'minor' into major

081a01ae9331bfce2c6c606bf93ecb7ec275f05c authored over 1 year ago by Michael Bromley <[email protected]>
Merge branch 'master' into minor

ab806b20853395069a74d88430305b4a925a6ca7 authored over 1 year ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix UI for long channel list tab on Administrator detail page (#2018)

7fdd875c770eb87b6921f9780be5fb8921e61588 authored over 1 year ago by Vinicius Rosa <[email protected]>
feat(core): Implement Admin API operations for stock location, e2e tests

Relates to #1545

7913b9ac0dd684dc0f9ede87f9886d299fc62a4a authored over 1 year ago by Michael Bromley <[email protected]>
fix(core): Fix deletion of product options (#2017)

a3698b560f2bcd853229d4486b8a521caefe93e0 authored over 1 year ago by ~gio <[email protected]>
fix(core): Fix auth of admin and customer users with the same email (#2016)

3c76b2fae9cb48b2c9f8a63e0f5b58f9201c18a7 authored over 1 year ago by Vinicius Rosa <[email protected]>
feat(core): Implement data model & APIs for multi-location stock

Relates to #1545

905c1dfb4fbe16086e6d69c08ed145ead3a53f8c authored over 1 year ago by Michael Bromley <[email protected]>
refactor(core): Extract creation of Sales to default fulfillment process

883e2dbbad627a1f496b29bacbb475ca7baf6ff6 authored over 1 year ago by Michael Bromley <[email protected]>
refactor(admin-ui): Update admin ui to new OrderLine model

Relates to #1981

c31db79e6ebb8e8212fdbd335e286f42d7e7a490 authored over 1 year ago by Michael Bromley <[email protected]>
refactor(core): Update BOGOF promotion config to new schema

5cd436e0eaf8bb19bbd76438a03e4bd4f5edfeb4 authored over 1 year ago by Michael Bromley <[email protected]>
chore(core): Add missing docs and further cleanup

af64e2f0b7d13c2c6c4285dd576eaaff72b9880b authored over 1 year ago by Michael Bromley <[email protected]>
chore(core): Fix circular dependencies & get all core tests passing

4ae558038d7834545fafead69fa3768c3fa84a25 authored over 1 year ago by Michael Bromley <[email protected]>
chore(core): Clean up commented-out code & unused files

0139ab133695661c2ac04f5c3de2492d692aff0d authored over 1 year ago by Michael Bromley <[email protected]>
refactor(core): Remove OrderItem entity, refactor order structure

Relates to #1981. All core e2e tests are passing as of this commit. Still need to fix Admin UI a...

8e5fb2aad43d79712ee8c57c51581cc0f49c7843 authored over 1 year ago by Michael Bromley <[email protected]>
feat(ui-devkit): Add "exclude" option to UI extensions (#2009)

dd6eee3504a12e15ed48e69358ea0266e487badf authored over 1 year ago by Vinicius Rosa <[email protected]>
fix(admin-ui): Redirect to loginUrl if configured on Forbidden GraphQL error (#2012)

53b78d2bfc2cd0bda5d933759306858cffd17b70 authored over 1 year ago by Vinicius Rosa <[email protected]>
chore: Update CHANGELOG_NEXT.md

b1e3b8a6a871b4a59b5095498c048cf5ee01be01 authored over 1 year ago by Michael Bromley <[email protected]>
chore: Pre-release v2.0.0-next.28

6811d6554afbb0e0d993da4788499bcd3563d5ab authored over 1 year ago by Michael Bromley <[email protected]>
feat(asset-server-plugin): Add configurable Cache-Control header (#2005)

316d04da2f3cfb1ee6be36861cff5ed69034a7ee authored over 1 year ago by Drayke <[email protected]>
docs(payments-plugin): Options documentation fix (#2006)

0e610adf6a4aff56ca1facd60a8965bec079191e authored over 1 year ago by Martijn <[email protected]>
docs(payments-plugin): Fix Stripe plugin docs to reference the correct webhook host (#2004)

03883e63fc800be6d392f7305d96913179e7ebe3 authored over 1 year ago by Vinicius Rosa <[email protected]>
chore(common): Remove unused import

5957f9b4efbd92d8873efa7d033d5e97d6c45abb authored over 1 year ago by Michael Bromley <[email protected]>
chore(core): Set default order type

ced1f41c7a62794e3456e3536e1bd0be2c591bb4 authored over 1 year ago by Michael Bromley <[email protected]>
Merge branch 'minor' into major

302456e7f498c187757d402adc38253a4c8f6375 authored over 1 year ago by Michael Bromley <[email protected]>
Merge branch 'master' into minor

dc3220d0d80aa85bf02cc0621ced045098769bf1 authored over 1 year ago by Michael Bromley <[email protected]>
feat(ui-devkit): Support module path mappings for UI extensions (#1994)

6d57c8611dd35e4b4213c591b5d37bd86d65923e authored over 1 year ago by Vinicius Rosa <[email protected]>
fix(docs): Expand list of translatable objects (#1987)

141fa44d7745e79eb266ab19a95238e5e7d9650f authored over 1 year ago by Pieter Doms <[email protected]>
chore: Publish v1.9.2

f0035fa97585d1f1074b31b07eb18c003c0cbed7 authored over 1 year ago by Michael Bromley <[email protected]>
fix(core): Fix interop issues between native and external auth (#1968)

82f6b61140457af9a02bb4f7abbe267cc55654c1 authored over 1 year ago by jcdgit <[email protected]>
chore(admin-ui): Fix circular dependency

8ad00632871d772277c5a7bb3f1ead9e7afe2953 authored over 1 year ago by Michael Bromley <[email protected]>
feat(dev-server): Tidy up multivendor plugin example

19aa3a04245f709fc58078b4ca92649dd3b7f3c5 authored over 1 year ago by Michael Bromley <[email protected]>
feat(dev-server): Fill out and document example multivendor plugin

9ba67a0d087513bc890da537399f7c0d44247dbb authored almost 2 years ago by Michael Bromley <[email protected]>