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

feat(dev-server): Create demo Google auth plugin

a0917aced8e20927f17bc61f5521c1d26ee9ec58 authored over 4 years ago by Michael Bromley <[email protected]>
test(core): Add e2e tests for AuthenticationStrategy

b3630d4693ea393aef6334b3546495d69a3a4fcb authored over 4 years ago by Michael Bromley <[email protected]>
chore(core): Export new symbols, add some documentation

28c520f8af16a0b618d561792fbb0f775c678623 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement `authenticate` mutation for Admin API

357f878b5eee111a7009bcf47a307c96a86eaff1 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Dynamically generate `AuthenticationInput` type

5890e97020ae7ec8e0d8cfa80d8c40a15d67d1b2 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Rework User/auth implementation to enable 3rd party auth

Relates to #215. In this commit we are adding a new AuthenticationMethod entity, which stores au...

f12b96f57e1388b595f04871804d9ef20b3f5645 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Implement field resolvers for Facet & FacetValue

7a4d0469686d512cb6cc3d2ab03b2b2da9d563f0 authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): Use correct "configuration" property in plugin docs

e144d7b00c32627df649adc8db327274832bec01 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Update i18n coverage report

3d0f1f2a9faade28c14d9d57004f9b1e7e9a0e65 authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): Improve contrast of gql type links

a0ef63ff60e69739c31525a50cae7bd1b5d22977 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Add some Spanish translations (#377)

3329554982b6fd8f7bcea0c882a39ca2ac2c073c authored over 4 years ago by Sergio Leon <[email protected]>
chore: Publish v0.13.0

51bb98d80ac692e36d6153b4b839e5e30c543cc2 authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): Set the Hugo markdown to allow html

The "tab" shortcode was broken after the recent upgrade to 0.70.0. See https://gohugo.io/news/0....

9796716a39672fd63dae2664c51b08fd98f8b2c5 authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add configuration guide

Closes #346

82c3e0056717ebf238d469bee55a2c9c921578ef authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix typo in "transitions" config option name

41b07ebb66b9362301c185fc2f951e0bb60366e1 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Attach Order to PaymentStateTransitionEvent on create

Closes #371

1c57462711fce2a6d9ee3a35dc42d381a5db7afa authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Improved control over TypeORM query logging

Closes #368

3168e54af6cc296b921b5a483bb9906ef2aea485 authored over 4 years ago by Michael Bromley <[email protected]>
feat(email-plugin): Enable logging for SMTP transport

Integrates the native Nodemailer SMTP logging functionality with the configured VendureLogger.

...

5ed6c24a094ad9b5fb44656f63b8b314abdb2159 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Correctly serialize job queue data payloads

Errors were arising in the EmailPlugin whereby the Order entity would be added to the job contex...

1a9ac07c1a410337079a02f5400ecfdd7db42025 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix error when applying multiple promotions

Attempts to optimize the order calculation resulted in bad logic that caused multiple simultaneo...

c807d32e522736cd226985b8e75aa9ec1510ffad authored over 4 years ago by Michael Bromley <[email protected]>
feat(elasticsearch-plugin): Added mapQuery option

The discussion for the feature took place in #364. This commit closes #364.

a6de12022978a2532eced0319898183dbd74577d authored over 4 years ago by Nico Hauser <[email protected]>
chore(core): Remove unused AssetService.findByFileName() method

Closes #366

96ea811f4c43571c090efec52ffaf24ed77b87e6 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix findByIdsInChannel to take ids into account (#365)

dd4bbc9ec6a6d7ee2dbfc8215c521ba88c6d8271 authored over 4 years ago by Nico Hauser <[email protected]>
fix(core): Fix removal of order item promotions

f385d69936bd7ffd85e02952873672fc7d531cea authored over 4 years ago by Michael Bromley <[email protected]>
docs: Add note on docker compose file

0d536cb2db584c60e936c3115f5f0bd1f0be1588 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Add "slug" field to CollectionBreadcrumb type

97ffb1d8b8b50f6ccb5663673486a56ea8ae53cf authored over 4 years ago by Michael Bromley <[email protected]>
docs(core): Add explanation to Order.promotions field

67437b0e8887514eb55e89dd0ee08c01972abbe4 authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): Add missing import to plugin example

f6c0a1e0191f87eaef0addc9835404b0379c7279 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Explicit AND operator for search by facet value

1af7f4107deb4d2f3df23a8b3957470369c6e358 authored over 4 years ago by Michael Bromley <[email protected]>
feat(elasticsearch-plugin): Search by facetValueId allows operator arg

Relates to #357

f7f7e5c4eb972790bb1b9bdd52302021cf703796 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Search by facetValueId allows operator argument

Closes #357

2eca24e40c8e14eb9ab8dc5aacf4e87f62c18e58 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix cookie auth for custom controller routes

Fixes #362

e36b9dbc253c2c6ebd3fe53ca8138ba12111034b authored over 4 years ago by Michael Bromley <[email protected]>
fix(email-plugin): Do not HTML-escape "from" address

Fixes #363

699c796ea6790a2bb9ebe8c2b89e6f6af2db9e41 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix collection.parent resolver in Postgres

Fixes #361

f3feb7ccf45c5b195337061df8a7984bbfd79785 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Add postgres to dev-server docker-compose

7aaab794d331c0ff1bea248ec225eb00f3bce644 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add Collection slug to detail form

Relates to #335

700f4d6dfb36cf1ac46fb6cf8d8d5ec7747d841a authored over 4 years ago by Michael Bromley <[email protected]>
test(core): Fix broken e2e tests

2b36de291325848faf2c7e2f97206b38104e8a52 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Enable Collection query by slug

Relates to #335

d5586bc5168f4da8e3b1fb57d731c1721d81a25f authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Add "slug" field to Collection entity

Relates to #335

BREAKING CHANGE: A new "slug" field has been added to the CollectionTranslation...

5b4d3db4c7af3e1fcb3d2d30d601e93562c56e70 authored over 4 years ago by Michael Bromley <[email protected]>
test: Fix broken translation tests

a07382b24618c3d0a87e0211a22363e26ca0e405 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Correct bad import paths

fb045790470938a35f8eafdbb340821d4d58e472 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui-plugin): Enable traditional & simplified Chinese trans

43ef874394de6e6ea61f01fa2572f4cfcf9be2ba authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui-plugin): Correct handling of missing config file

41f9085254791a4d9a6a3b2e1563fa76ae0c470d authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Generate json report for i18n coverage

9e5932f83690b3bd7a03f5be624330b27fe7c64a authored over 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

201e7f8e8a821549059d7e0d2492f0ea1bd6996c authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add Traditional Chinese for i18n-Message

716004882121a0908b59557d023425297e08182c authored over 4 years ago by samxchan1021 <[email protected]>
chore(admin-ui): Fix circular dependency

c3c7071a496b0e3b9c90a4ff53862d01ab6cd28b authored over 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

8d16147a9a6756446085a6e6dac6e1fc241886e1 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Enable users to specify superadmin credentials

Closes #279

0f0a1adaa25a6d75ec298071a1881a6c7ce33b4d authored over 4 years ago by Eduardo <[email protected]>
chore(admin-ui): Automate the extraction of all supported translations

Relates to #356

04ec9de13219cbc84b978eaa95ec98b68de970bd authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Update LanguageCode enum to support common regional variants

Relates to #356

8daee55880b5328fe02e1170fec6449d48d2bfa3 authored over 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

00f68e88676493249c1594168c9b35eeaf1f208e authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Enable deletion of Customers from customer list

Closes #360

d1b0b9e043d854e08b22bea16eba56b7b4c1f202 authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix facet detail form losing input data

Closes #353

2430f302b912cc9705dc4c3f28820640c4ba054f authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix duplicated "Adding Items" filter option in Order list

2da3c16eaeffc3345f41275111899123a1f73a9f authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add phoneNumber to customer detail form

Closes #359

768c838d3d13721436a5cde82a3153bf9180f637 authored over 4 years ago by Michael Bromley <[email protected]>
fix(email-plugin): Fix dev mailbox when trailing slash omitted

Fixes #355

537256116761d5a0e07e215e501817e20289edca authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement UI for updating, deleting notes

Relates to #310

ef5eddfbc8e64e5350ae7975c7262130d80dee17 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement editing & deletion of Order/Customer notes

Relates to #310

90bacf52c6cc0772b95016a46e5cbf532b3b9134 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display customer history in detail view

Relates to #343

8eea7d6e8cd2c2207e3ea7b7c1ed9ef416fbd8d7 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Create customer history entries for groups

Relates to #343

4620730af1f4e18e7d18ba12af8cf8d549a79024 authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Fix example code for admin ui build as deployment step (#352)

37e59c3ca75ffd920854666fd84dbbad4c9f65b0 authored over 4 years ago by Jakub Rybinski <[email protected]>
refactor(admin-ui): Extract timeline entry into shared component

679d4af62b2c2345d93e71f0c03cac13867baa72 authored over 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

8479e43a9453b46a6c0a5c4dd9da9b66fe24e1c4 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.12.5

4055a27ac121cb2703ad10543beecbcff1e0c51d authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add German translations

Co-authored-by: Jaroslav Bobrowski <[email protected]>

00bf63049ee0b276232d8b09744e39b50219faff authored over 4 years ago by McHunkyTrunk <[email protected]>
feat(admin-ui): Focus facet selector when opening "add facets" dialog

42c1a48b1000cab13e8970be91e7934e0a826b2c authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Update available facets when creating new values

Fixes #347

05864c6c536b8f19b15b7798afc36d8673dc15cd authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update local mysql DB address for e2e tests

34ac6f7423e9f900300607bfe3f480fb387cddd9 authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix error updating PaymentMethod config parameters

Fixes #345

b4061a5266cc855b94257d02023e8d80a14366cd authored over 4 years ago by Michael Bromley <[email protected]>
chore(dev-server): Update local mysql DB address

ea58bc86cc5efd4fb570b146dffff512d999eb9b authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement Customer history tracking

Relates to #343

BREAKING CHANGE: A DB migration will be required due to some additions to the s...

ccedf7c00b1668f1d6ea66641dca3d25817882d8 authored over 4 years ago by Michael Bromley <[email protected]>
chore(dev-server): Update local mysql DB address

1395c16aac34804930263cc820aa545f200ddcb7 authored over 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

8795f101e67c8d3e2f2b0302d4d9a1c394693ab7 authored over 4 years ago by Michael Bromley <[email protected]>
fix(asset-server-plugin): Fix mime type detection

Fixes #341

7613f74e05802733b006231cdce9dc343fe4b465 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow groups admin from CustomerDetailComponent

Relates to #330

8dca9a3f3e3cbfde10df9612c262db2148070c98 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add 'groups' field to Customer type in Admin API

Relates to #330

9635677498674707cb21c1227ed3ad4b58cdd68a authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Create CustomerGroup UI components & routes

Relates to #330

90b38a54323a1c225cd47a7d7d1f01a8540e2e6c authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement CustomerGroup queries & mutations

Relates to #330

13342c01503d580a485837d44076b18e047055b4 authored over 4 years ago by Michael Bromley <[email protected]>
docs(core): Correctly tag PriceCalculationStrategy for docs

eeb471f363248286edf75faf5e9306626b101bb7 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update changelog

3c8bc4f43ffdb5c0f41e28c000b9eea87c6cc6e1 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.12.4

4589c7dde8f8007f3d0d27612e4850b3afe271f5 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui-plugin): Fix yarn path in build script

1cd5f500b13e1652255078f2be74cbfee9f40984 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui-plugin): Set failure code when admin ui does not build

043d826de9963dcdaf4fb9c864c95f550e6e0f24 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.12.3

d870e0cae7811547dec5a2f470752f6e1cbe828d authored over 4 years ago by Michael Bromley <[email protected]>
chore(create): Add pause after populate step

Another attempt to resolve the issues mentioned in the previous commit.

4c07febc04069673997ff8ba365ca6d8158fac05 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Increase resilience of app close when worker in main thread

When the worker is run on the main thread (as in populating test data or in @vendure/create), th...

3ce74ff0e31c19804985220c529cbb0390e75a39 authored over 4 years ago by Michael Bromley <[email protected]>
fix(test): Fix e2e fixture declaration

9dd5e4617d279f5e06d8b75f95472579f3a9023a authored over 4 years ago by Michael Bromley <[email protected]>
fix(test): Fix plugin e2e tests

e23b7d48e0dfb2d3f3f089780f4325b30a88177e authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on plugin lifecycle

b600b8dc6619d41b7da62702934bda49d4daf7f5 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Add static lifecycle hooks to run before bootstrap

c92c21b0f2c45e055c3d3e93fd9cc30183441da5 authored over 4 years ago by Michael Bromley <[email protected]>
feat(testing): Expose underlying NestApplication & NestMicroservice

ebf78a2e6a6896bd29b3219b68e6ec717c31431f authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix MySQL error in DefaultSearchPlugin

Fixes #331, Fixes #342

9eb39a2518a8d2b579d1deea3b33bcd15566c6c4 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display visual feedback when uploading Assets

ca6c30fbe44cf33965580b88cee937d00ef5b287 authored over 4 years ago by Michael Bromley <[email protected]>
test(core): Add e2e tests for PriceCalculationStrategy

Relates to #237

e9bf90c82333d775e97a479d8df445d8e59af2d8 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement configurable PriceCalculationStrategy

Relates to #237

3e2cc2bbdc83ff9901f38af30d6d37201550eeb2 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Rename order-merge-strategy config dir to order

35830898052bbdd889e90a17323d1962fdced814 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Add Publish & Install badge to README

41d20913cb017b39b891d2b61440a6320ce817ec authored over 4 years ago by Michael Bromley <[email protected]>
chore: Tweak Publish & Install CI to try to make more resilient

b86da59632eae5f2657097dc2fdd28cd66bcb6c8 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Add Publish & Install workflow to CI

Tests the publishing & installation via `@vendure/create` across supported platforms & Node vers...

c9cf0908283b80c489046f8a2bb5ad05c6225d08 authored over 4 years ago by Michael Bromley <[email protected]>