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(server): Add teardown logic to AdminUiPlugin & DefaultAssetServer

f68d7225ee8c9948ff7de6b1b85cd224f13c9889 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add onClose method to VendurePlugin interface

59aba8834182d3ed7dd02e031009c0057a338b06 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server,admin-ui): Auto-detect api host & port for admin ui

60e13d831b5fc6a5fd49b561e52631addf735971 authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Update graphql-js version, fix duplicate mutation def

The duplicate mutation was only picked up on the newer version of graphql-js, and was causing th...

a3e65361bbf0033709f3b2e22756e3fa5695dca0 authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Bump alpha version

93a8e48affb795a03823894c0f09925de3991d83 authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Fix line endings for cli binary & index template

49065ca111c0d42d66995a360b2e246bbbf4e834 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add templateVars option to EmailOptions

Allows better configurability of emails.

0efd5ff3cab7d6e3c5085cdfc95e88b74d1c940e authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Implement password reset flow for shop API

Closes #68

54e6bf6495ba7523b3b4c08bc5e4bae2560f2329 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add updateCustomerPassword mutation & tests

2c26d30d07d702e746e156531314669d422349f8 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add Customer /Address update & delete mutations

Closes #67

4a7ebcdba4126a73724085e2717c05a30649b029 authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Add missing index files to git repo

2450e5ea9f66bf94df4cec7bf7e6fd9b9c154375 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Bump alpha version and update docs & cli config template

c41bd2aed5dc82ceb3d15498935aac8f6417f5bc authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): AdminUiPlugin dynamically configures the admin ui

Closes #66

ee0a5654690987f34a3d2de41560515ae176602d authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add runtime config for connection settings

Relates to #66

eec651fbbe39e591c267893203be0314bc8bb6a7 authored over 5 years ago by Michael Bromley <[email protected]>
test(server): Attempt again to fix tests broken due to permissive import

97ea42f1ae700384cba11edbd7e4c7c56ea00c41 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(server): Rework the id decode/encode pipeline

The former arrangement caused a bug of double-encoding ids of resolved properties. This new arch...

70d79459a82f0f5c072126a1eacf3e813ac7ec7e authored over 5 years ago by Michael Bromley <[email protected]>
test(server): More specific import to avoid pulling in unwanted deps

Importing from "plugins" also evaluates the image plugin which needs sharp and then causes Travi...

96042105c03823d6e652dac2ddd9a3f1994c0fb0 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Create resolver for ProductVariant entity

c7c53f9d1c13c3a7832a0a153daa910cd0861a14 authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Handle cookie session in shop api

2063e803feb4125c7fc0bf8285deb2c7207ae14c authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add breadcrumbs

9c40f29186dce106973994320dab84fa2f028b99 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Improve docs search widget

311b233c896a416bc4f7dd68dbf84f342064927a authored over 5 years ago by Michael Bromley <[email protected]>
Merge branch 'split-apis'

4e0b0492f387ea6f81dd3e62ec991c6f282ef161 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Update to reflect new API structure

Relates to #65

75b312f01e36be7f30210afaeed50c0bd84468db authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Rework the plugin interface to account for 2 apis

Relates to #65

6e8b24a4a38b7b93540579d0ac94f5d35b56d671 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Split into 2 GraphQL apis - admin & shop

Relates to #65. The split is implemented on the GraphQL resolver layer - everything behind that ...

af9e57acd79e9617a3d3d745a9de562945304195 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Generate ListOptions for nested list fields

00c5c514b8d7462dbf9949e04d8253f42ef73419 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Auto-generate ListOptions & related GraphQL inputs

e6437396f9f354085d34afef677eb3d697204b2d authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Create function to auto-generate list options inputs

c095bdd01764f5158efed088e3f2246055b14db4 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(server): Rework the configuration of the graphql api module

Abstracted into a factory function to simplify the creation of additional graphql endpoints expo...

4aae6f60b748f8cf60b8c764914472da243ae57f authored over 5 years ago by Michael Bromley <[email protected]>
refactor(server): Move all .graphql files into api module

4363b273a6017f3396d51a7cbb4936e0cc9f5938 authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Bump alpha version, add server readme

071bb2a6aaa11b1c27c8e3af082a2570c63d973b authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Fix errors resolving deep order properties for active user

b44dc7eaf3500c02ebacc17cc12c60356956d152 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Create default Address from Order shipping address

971b1ad829e3cbd0c304e74f1af32c3cf0bfdc7b authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Implement account registration without verification

00ca4d40175a11b586987d572b81f462eb34fabc authored over 5 years ago by Michael Bromley <[email protected]>
feat: Simplify Order address type

cdd28f548ed635c5a9db3135af3700a79d614658 authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Fix incorrect error message

158365feae5a9f87bd415ca89c744f0a1c58435f authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Select ProductVariant Options for activeOrder

1d4eeff9c554c2949ec2512df5e889b9b02c4e65 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add sorting to search query

2baea0275d0d792935e3754cae4603638abf9f66 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add ancestorFacetValues property to ProductCategory

050aafa6956b1bcdaf039c4071f5e0589995b3b8 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add price and slug to SearchResult type

58f57725f804553c70e83955b530d0129c5dfc7f authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Populate sample shipping rates from initial data

This means that a new CLI install will have shipping rates set up automatically. Also simplifies...

596688505b4616db947d9d727a7161bdbf4c4491 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Use same sample data for dev and cli populate script

Rather than duplicating and maintaining 2 copies of the sample data, we just copy over the dev s...

139d35fcbd631d25c11ee9ef7b966180aae6db3a authored over 5 years ago by Michael Bromley <[email protected]>
refactor(server): Switch to csv-import based data generation

Closes #64

5758e3792c5aa5967c00e15c430356265d25acff authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add share info to landing page

1bbc0070d0606c4d2472ff26a54adc7651ac49f9 authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Fix typo in getting started guide

e29d7852a663b8882afe10856109b13a4c094c4e authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add analytics code to landing page

457aac40f1aeb8d6024939757f78ec83253230ab authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Add proper title to landing page

a66cfd44212ccb87f7c96d3adf498b6f85ff1ac0 authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Bump alpha version

ba2b9603b9460f82c2def2cd732eed5c5ca057c2 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add logo to footer

da81c28868fbaa7bef532a5da76dc0b866d84c3e authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Fix visual glitch in landing page logo

1bf81abd952e8b4fea0a9edcb7f317cc2cc0d753 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add install instructions for postgres

449aeaa0b3aadc725d8a08ea0b3f813d4cefa268 authored over 5 years ago by Michael Bromley <[email protected]>
fix: Better handling when channel is not found

c2185949539b52debece43ef73b9fb98302f0477 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add a search implementation for postgres, refactor search

Relates to #61

1807771160029e187c3918a00b34f82d1e6ab971 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Add support for SQLite / sql.js to DefaultSearchPlugin

Relates to #61

c0515e472911fba0bce5218278ee7213c831da30 authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Force db sync in CLI populate script

c7dbd91e06d4d109f63f1b4f6f49d874d53bb049 authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Fix travis build (hopefully), update readme

f0abd53c3dab4f5d58b63dd0c2ef8e643b65ee89 authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Fix misconfiguration with urls & build script

3069beeaee01aa6e9bccb836eac8d82068fc5ebf authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Create intro blog post

ec9eacbd2131629ff0a455ef02dffa6e4f7f53ef authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add email link to footer

3ac6511561d565c16d03c231fcb6a58b0e7e633e authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Bump alpha version

aaaab5b38c011522e8d4b10410eb019198410ed3 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Numerous style tweaks to blog & landing page

69e955e1755e539eaa80454b84db859f6ed6e087 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Set up blog section

abbf20f6f2d0906068ce27fcb3f3e8ea72b34615 authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Update configs & CLI for actual package name

b205ac3e431f7be9020ff7a9afc06f327cff5bd6 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Work on landing page

9af51a8a5db0851a9925e7827f22a7d11f5c12d7 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add intro animation to landing page

26c1d0226c2eee1bfa16862a1ffe129dacd205f1 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs for Plugins

b10011c4ab51a897d6708020c86e2d903e63ff4d authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Add some documentation

2c35f3301f91be43054fa2b39420e2a584903f18 authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Fix search - listing headless Pages & bad anchor links

bb6091ba4bc0de81dbaf11e7c8cb273fa4025941 authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Export shared types & api types

0c2515b0f80fca00b3329e9ef4b32e43b134fbb5 authored over 5 years ago by Michael Bromley <[email protected]>
fix(docs): Correctly generate signature for type aliases with members

4723abb7cdcb103b6905272c90a71c59052432eb authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Create tabs shortcode

9db2f812b8d559272e175d0e77e50d832c7d7d2b authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Scroll TOC item into view

6f9bc33329cdc0a905dd3af8fa9bef832e517bdd authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Group search results by section

cae3602a1999b0667249bc71525de3a68954af3c authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add auto-generated GraphQL API docs

d9d064a66284adec720a2ab3beb726335a255957 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add search to docs

cde48cbe8517a8a10f3fab9e01438faa9869b5ea authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Styling & layout tweaks

200ccc09dc5694e9cb9fb334801afab5f960ae5e authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Add lots and lots of documentation to the source

4e03e0e39eece1da7f1615c3f11fd678c9973aee authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Correctly render type parameters and member signatures

229a361b3d48e2d8cf2a68ba9f5a56b13949c28d authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Link to line of declaration on GitHub

4fc1543c24b2ff7ce9737680893727a3831f7187 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add ability to generate docs for type aliases

2575ddc6f580a859337f68984d41d67a21b6956f authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Improve generated index pages

8aa99ca887869394cb4299880651f25a5aae20ad authored over 5 years ago by Michael Bromley <[email protected]>
chore(docs): Remove generated markdown from source control

c5807bc6ef87ce2ef5b8621b20e8bddf626f3ae8 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add link to source & date for generated docs

0712775b915a31efd88eaa6d95b40bab73b60f73 authored over 5 years ago by Michael Bromley <[email protected]>
chore(server): Tidy up dev config

7cd86f6f6bcc38f17553b5647ac2abd2df7369d1 authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add visual indication of sub-sections in menu

f4843edca807e889427acf3208046b786839a50d authored over 5 years ago by Michael Bromley <[email protected]>
chore(docs): Use svg icons instead of Clarity custom elements

454905db5896f819a0e269e250de17daafe377b2 authored over 5 years ago by Michael Bromley <[email protected]>
chore(docs): Set up webpack-based build for assets

373b1cf385b1fcaca5bd806f7b6512f1d3235ca8 authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Add some docs about the docs

01cc1433520edecfe8e9afd5de9d723f128f520f authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Generate docs for config interfaces

81240f354ca4775352daf6d51bf2447cc8919750 authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Correctly handle interface methods

21c8a4e66620464102e1b142d25fa584e984c4d9 authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Implement linking between types in docs pages

ed136af68bd6e064585ac07ab8b433b8f3f7050a authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Create POC script to generate docs from source

Relates to #51

f2c4e63bda4e10113c9447adcc6a1190f893bab0 authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Work on presentation of config options

a817ac16e98485666e5a817501c86faa40bff8e0 authored over 5 years ago by Michael Bromley <[email protected]>
docs(server): Add docs for AuthOptions

d738489121962eb423fc70bb32552781bb46d45e authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Export AdminUiPlugin, include in default init config

Closes #50

8aa0dff36901296b148c9ba4213914efa34c1068 authored over 5 years ago by Michael Bromley <[email protected]>
fix(server): Fix error on creating ProductVariant and no TaxRate exists

0a1da6153d8b43bcf10d86ea67564723dd45642a authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Create AdminUiPlugin

Relates to #50

c6fbcb2f342dc9e21239b04c55f80dafa0a0f03d authored over 5 years ago by Michael Bromley <[email protected]>
feat(server): Use default Channel if none specified

36cbefe90dc546a8de59d6e6d047eddc36d2a3c9 authored over 5 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Set the baseHref to /admin/

adfe199bd782bdc6a906f6b896323a6211b89dc3 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Update graphql-code-generator

40aa81b8ec00938226dc79ff97d74343fe35fc34 authored over 5 years ago by Michael Bromley <[email protected]>