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

fix(admin-ui): Correctly split path when displaying asset source filename

54519f0daf3a752d149938461d3859fcba5dc61f authored over 2 years ago by Michael Bromley <[email protected]>
fix(asset-server-plugin): Fix svg XSS vulnerability

It was discovered that a malicious SVG file containing javascript could be executed when opening...

69a44869112c0a5b836e2ddd3969ea9b533f51f0 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update load test config & lockfile

7d11b2c62a0449e92bb7b982e1a7ecc6761b1afe authored over 2 years ago by Michael Bromley <[email protected]>
chore(core): Add issue reference

73da4642076d2ddfaa5961f5b1fe9b990e631b5f authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Pass shipping method to calculator and eligibility checker (#1509)

826aa4af015e6fdc845ab5afc75ac48c2a688d0c authored over 2 years ago by Alexander Shitikov <[email protected]>
feat(core): Add `metadataModifiers` for low-level DB entity config

Relates to #1506, relates to #1502. This new config option allows the modification of TypeORM
me...

16e52f2636a85c3cc1afb37159baba154bacf735 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Copy context on transaction start. Do not allow to run queries after transaction aborts. (#1481)

* fix(core): More restrictive check on released query runner. Copy context on execute transactio...

6050279860c280252138904e77fdf580c002fa3b authored over 2 years ago by Alexander Shitikov <[email protected]>
feat(core): Use query relations data to optimize DB joins

Relates to #1506. This commit applies the new `@Relations()` decorator to most of the resolvers ...

042128513740b53e5918e3f7d8ffe9c7739b71d9 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Create Relations decorator

Relates to #1506. This commit introduces a new decorator, `@Relations()` to be used in GraphQL
r...

063b5fef0456d7534df5f8ea9ea7f2ceb98acf7c authored over 2 years ago by Michael Bromley <[email protected]>
perf(core): Further optimizations to ListQueryBuilder

Relates to #1506, relates to #1503. This commit introduces an additional optimization to prevent...

d9577f80da81bd5aed22014e3eb2d8e9df436eb2 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Fix naming of benchmark queries

4e029cfd7f2a344f87b19131ed158780295aee20 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update tsconfig lib

92e2b2ffcf8b3aeefd111bde8b3e84796f3d750d authored over 2 years ago by Michael Bromley <[email protected]>
chore: Add missing benchmark scripts

62160a7766fd82a5ff809665b0a6d217397fbbbc authored over 2 years ago by Michael Bromley <[email protected]>
perf(core): Optimize ListQueryBuilder performance

Relates to #1503, relates to #1506. This commit implements a more performant method of joining
r...

8d87f058926a27b584561104c229d0ad420bc483 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Commit benchmark gql documents

23b7277199ecc70ed77c4e3f15c63250fef2ea5b authored over 2 years ago by Michael Bromley <[email protected]>
chore: Correctly pass DB to benchmark config

4b0001f4f3d513c445eb1072a07264ce3f4d4fe2 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Set up benchmarks for #1506

5b90ee4bc56395a9efb52b7cc145da1c5921a813 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Expose Importer.importProducts method

bbe09aa918dcb35b73d793822711ee603ef434f1 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Added a unique index to Order.code

aa6025d3dcaf2eda9c62cc41dd100321c11a76e0 authored over 2 years ago by Dushko Jordanovski <[email protected]>
Merge branch 'minor' into major

b882b91e70b32d3319b88a5a9fb1e1442853c32f authored over 2 years ago by Michael Bromley <[email protected]>
docs(elasticsearch-plugin): Add link to stemming example

e75ea9ca192a13cd039aefe08a8d1f26e922bae5 authored over 2 years ago by Michael Bromley <[email protected]>
docs: Add docs on setting up graphql clients

8e7a736db1f56c7c0e409b1c4b91138e0ec3766e authored over 2 years ago by Michael Bromley <[email protected]>
chore: Publish v1.5.1

3d192107475b9f6c361b9601dc913657c0550597 authored over 2 years ago by Michael Bromley <[email protected]>
docs: Add docs on Permission.Owner

f41ea2fd18eb5b5734d5009c80dc0d6f40cc92ed authored over 2 years ago by Michael Bromley <[email protected]>
docs: Add docs on database subscribers

615a94e7c17e33a8849a5dd70bb8a6f80c10ed98 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Use subscribers passed in to the dbConnectionOptions

ea63784f5f2b46302760afd6246fc00a60d049a2 authored over 2 years ago by Michael Bromley <[email protected]>
test(core): Fix failing e2e test

46575ea1ab8bfe99a925faa2f7238a162600c97e authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Truthy check for custom fields in importer

Added a truthy check in the processCustomFieldValues function
in the data importer so that no at...

a8c44d1e67932692bf369647576e4d7bd499f01a authored over 2 years ago by Daniel Stehlik <[email protected]>
chore: Add missing test fixture

60a039e24ef8214ad379d08d26d1855f39e39697 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Fix importing products when 2 options have same name

Fixes #1445

316f5e967c6ac77334621b03ab05169c2f4a0b22 authored over 2 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Allow stockOnHand to match outOfStockThreshold

Fixes #1483

f89bfbe52d7a31eaae5d34ffa4fcc7bc741daf6b authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Allow stockOnHand adjustments to match outOfStockThreshold

Fixes #1483

77239b2fbe5ce017b8dd3442be3768ba160b6fa0 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Correctly save relation custom fields on CustomerGroup

Fixes #1493

1634ed9f16bd12cdab61c163693744abcda3cc8c authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Promotion usage limits account for cancelled orders

Fixes #1466

ce34f14c3c9d220aec0e9dcb6d380207b5ff1dcd authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Fix error when pro-rating order with 0 price variant

Fixes #1492

44cc46de1407081cec67c61f651d6cfbc84a8e09 authored over 2 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix error with FacetValue localeString custom field

Fixes #1442

80ef31ad5662a19a943ec8582e578bb06a5f7aed authored over 2 years ago by Michael Bromley <[email protected]>
docs(core): Fix typo

1b25ee05a4400b654ff17cf3745ab7faeb0dad4c authored over 2 years ago by Michael Bromley <[email protected]>
docs: Clarify docs on custom form inputs

27f55425ebb7d72e1f75de2a31772a0a3315ac27 authored over 2 years ago by Michael Bromley <[email protected]>
fix(payments-plugin): Send 200 response from Stripe webhook (#1487)

Without a 200 response, Stripe will continue to retry the webhook endpoint.

4d55949b052f900e2221b681a40908bd8a3a77d5 authored over 2 years ago by Julien <[email protected]>
fix(payments-plugin): Fix state transitioning error case in Stripe webhook (#1485)

280d2e3e8af1cb9580aa312ea116d1a575ac5ac5 authored over 2 years ago by Sebastian Geschke <[email protected]>
chore: Fix CHANGELOG_NEXT.md

4dc2a304e96a52a70273688f46cf07827b8bd11e authored over 2 years ago by Michael Bromley <[email protected]>
chore: Pre-release v2.0.0-next.2

f43f66b38d5f884c3a2605388b9352162996065c authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update generated types after merge

b5853237cba7714e2554f76ae26f6a0b39fca573 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Add missing OrderLine.order field resolver (#1478)

Co-authored-by: Camille TOCHE <[email protected]>

c6cf4d4e214f3941bc5f27017b0354dda732f9e0 authored over 2 years ago by Toche Camille <[email protected]>
Merge branch 'minor' into major

982ab93936b8b1defe98471600aef07616df3652 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Publish v1.5.0

50883deb6d02d4b5157abe6fb0c6a8e013ea56a2 authored over 2 years ago by Michael Bromley <[email protected]>
docs(core): Add since annotation to new option

b5c8ee418955ab0b8f637baa6fa45f8520dcaf36 authored over 2 years ago by Michael Bromley <[email protected]>
Merge branch 'minor'

5f3a4fb741f754918781442b1f5b5ed3931f4a1a authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Fix FK error when merging orders with an existing session

Fixes #1454

7cedf495f7c93e80d875b0f49017aa08f96e4314 authored over 2 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement generic custom field relation selector

This commit introduces a new generic selector component which allows you to select the ID of any...

f3ea8a35e283bf621c3496454c9e85d428a53685 authored over 2 years ago by Michael Bromley <[email protected]>
feat(admin-ui-plugin): Make refund/cancellation reasons configurable

Closes #893

1ab01194344fd5310fa4d7cd487c22de826d2744 authored over 2 years ago by Michael Bromley <[email protected]>
docs: Small edits to deployment guide

95baf0ef3313c8721d93cc95657743a4042886e4 authored over 2 years ago by Michael Bromley <[email protected]>
docs: Add sample docker and kubernetes configuration (#1470)

48f0af176c2158b17d6da245b51edf0a95bc500b authored over 2 years ago by Sebastian Geschke <[email protected]>
fix(core): Export all Promotion conditions & actions

Relates to #1308

56b30fab35c8a3065631a385b82c26cb16545c7b authored over 2 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow couponCodes to be set when modifying Order

Relates to #1308

8083219d94f0565e14eb410ec5aa92058aea3fbd authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Allow couponCodes to be set when modifying Order

Relates to #1308

af3a705250d7cc135707875138cc8b8136b42c12 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Add OrderTestingService to core exports (#1469)

a82705516e63b7152cbe6fa0055020556c465b27 authored over 2 years ago by teresaWienkBorgert <[email protected]>
fix(core): Prevent error cause by order in outdated state

226629358330798ee350481ad9cf6295f6757298 authored over 2 years ago by Michael Bromley <[email protected]>
chore(core): Add missing default config option

7580aaecd0ec3646c66ec3c479dab76bed2d9062 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Allow schema introspection to be disabled

Closes #1353

052d49462ec1bef8b15432d2a4e01d1c466bedae authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Loosen constraints on adding payment to Order

Closes #963

7a42b01b71a94c1377937de7ccce7ee305801d53 authored over 2 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into minor

f3eb844c3b605b1b161eb06c4a897f384c69d8bc authored over 2 years ago by Michael Bromley <[email protected]>
docs: Fix dead link to Angular docs

8753e03c015fedb5fd3606d285a84e7106d84ece authored over 2 years ago by Michael Bromley <[email protected]>
docs: Fix dead link (#1463)

07b77f1a278c98b96f2dea82708941f6c167359b authored over 2 years ago by Martin Repta <[email protected]>
chore: Pre-release v2.0.0-next.1

b4c89c2f48b93b2e1ae6ebf43ba5cc12cb7f4588 authored over 2 years ago by Michael Bromley <[email protected]>
chore(payments-plugin): Fix TS error from merge

26d858c15a5fce966a7466b9d6b32d9deb1450f4 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Modify prerelease script to stay on v2.0.0

a36c20ff22e0d92fac9b6b60410b0ed0006b1574 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Remove node v12.x from CI workflow

116fe4ab92f5a0036928428f4becbd380802dc92 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update yarn.lock

7b9d494e40d2963ab7dbb4e880b6918b75abf263 authored over 2 years ago by Michael Bromley <[email protected]>
Merge branch 'minor' into major

31b1a2065413805d0b71aa24634138fcebbd331e authored over 2 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into minor

43e37ec5674335c5f8fbfca8b47acdb2cba8df8e authored over 2 years ago by Michael Bromley <[email protected]>
docs(asset-server-plugin): Add full MinIO example

dfac689d23912de5b6e9b43523c6081f08b6db7c authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Support usage of GQL interfaces on relational custom field (#1460)

c6085168585712bb4942314cc2aa9079fe521935 authored over 2 years ago by Alexander Shitikov <[email protected]>
feat(admin-ui): Allow custom ng compiler args to be passed to admin ui compiler (#1386)

d47df211fafe52f98814e70eb238fdf87cd74d93 authored over 2 years ago by Alexander Shitikov <[email protected]>
Revert "feat(core): Improve Collection tree data structure"

This reverts commit 5e7af0d8

The TypeORM Tree implementations still seems buggy - ancestors are...

b70cee883662281b5653ceaa12617c4d0b08a37a authored over 2 years ago by Michael Bromley <[email protected]>
docs: Fix staticAssets path (#1455)

1f871ecb6aa064515c9452cfb5a6c5a6cb855adf authored over 2 years ago by Martin Repta <[email protected]>
feat(admin-ui): Add filter inheritance control to Collection detail view

Relates to #1382.

7f1b01ec1fec6b11b3b66a90bee3efc31e4c6be3 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Collections can control inheritance of filters

Relates to #1382. This commit introduces a new property on the Collection entity & GraphQL type ...

5d4206fabe7e6f7c2dd13aa23ccc695bb7ef3ba3 authored over 2 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Switch to ng13-compatible fork of ngx-translate-extract

Original lib incompatible with Angular 13,
see https://github.com/biesbjerg/ngx-translate-extrac...

8e0a2f5590fc6a623fcaf7cf2a3c3af2cb4fbe69 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Improve Collection tree data structure

This commit uses the "closure table" method of representing the tree of Collections.
Prior versi...

5e7af0d8985757ae54df47bf570e799c4e04424f authored over 2 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Rename vdr-product-selector

BREAKING CHANGE: The Admin UI component `vdr-product-selector` has been renamed to
`vdr-product...

9d9275c41f381db91241e59171bc6233ffb47a5b authored over 2 years ago by Michael Bromley <[email protected]>
docs: Add missing route parameter (#1452)

a267edfc3e8f5680c77ffc656731456d8f7cfcf9 authored over 2 years ago by Martin Repta <[email protected]>
fix(payments-plugin): Mollie payment intent + Stripe unauthorized settlement fix (#1437)

Closes #1432, closes #1340.

37e5f58777bd09fe406f79c5beda004bcf5fc7d1 authored over 2 years ago by Martijn <[email protected]>
chore: Clean up changelog next

7e36a60dcee89c196dfdf81ad12a910c073befe8 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Pre-release v2.0.0-next.0

1db9e96a8c92b23b4d06c6b83e4ab2b428afab7c authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update prerelease script for v2.0.0-next

0d357b022da4b2f6b9f0c892a30ebe6d25523a59 authored over 2 years ago by Michael Bromley <[email protected]>
chore(ui-devkit): Remove deprecated config option

5f220120f2053987ef695425e6c116c8a41f1f2e authored over 2 years ago by Michael Bromley <[email protected]>
fix(email-plugin): Add currency code in mock email confirmation (#1448)

ef8b244830da7e5bbe88ed1f7e76f7b9c5959547 authored over 2 years ago by gkielwasser <[email protected]>
fix(core): Correctly populate Collections in channel

b42bf1e54e0d2053e370ebf3b1481a7db28c5e49 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Correctly populate Collections in channel

58090bbc421b24da95c393ccb54ef7787deb4657 authored over 2 years ago by Michael Bromley <[email protected]>
test(core): Fix error in test populate script

7dd18a005e088c29b134655cbc6a48576e5db858 authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update all rxjs deps to same version

2271afb4236ca5e50440cdbcb962fc6b24c2c42e authored over 2 years ago by Michael Bromley <[email protected]>
chore: Update generated types after merge

5b12ac39b16ecff36c3b12236e93bdb90613507b authored over 2 years ago by Michael Bromley <[email protected]>
test(core): Fix error in test populate script

baa7c0723fbb72aa61aa4e160614f1b48ad43a47 authored over 2 years ago by Michael Bromley <[email protected]>
Merge branch 'minor' into major

0f2515d1a724d0f0be63fdcd823566f6ba1f42e3 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Allow channel to be specified in `populate()` function

Closes #877

03b9fe15d43b8ef5cbff298e65f0075d6f6bfc60 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Expose RequestContextService and add `create()` method

335dfb5b67fbb24c8c654a7bf0afbd9bd84d19f8 authored over 2 years ago by Michael Bromley <[email protected]>
test(core): Change DataImportModule imports to not break tests

d05b32afa6e5530d9baa23d97c4b147ce1965a16 authored over 2 years ago by Michael Bromley <[email protected]>
feat(core): Expose & document DataImportModule providers

Closes #1336

640f087e6f7b1ff68fe924608e26b945803cc6e9 authored over 2 years ago by Michael Bromley <[email protected]>
fix(core): Use sessionDuration when creating anonymous sessions

Relates to #1425

2960a09c28959784e6ac3de9c5960968f768052f authored over 2 years ago by Michael Bromley <[email protected]>