Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when calling 'removeOrder`: Uncaught (in promise) Error: GraphQL error: order.isCart is not a function #30

Closed
macrozone opened this issue Mar 4, 2019 · 1 comment

Comments

@macrozone
Copy link
Contributor

No description provided.

macrozone added a commit that referenced this issue Mar 4, 2019
@macrozone
Copy link
Contributor Author

woops, accidentially pushed the fix already to master...

anyway. The mistake made gives a hint that the helpers files are too big. Also i would not mix helpers for multiple collections in one file

pozylon pushed a commit that referenced this issue Jul 5, 2019
pozylon pushed a commit that referenced this issue Jul 5, 2019
pozylon added a commit to unchainedshop/create that referenced this issue May 7, 2020
c580a5b5 Merge pull request #158 from unchainedshop/currybag
d5aa9424 fix: linter issues
0fbd821e fix: move prettier config from prettierrc files to eslintc because we have to ensure eslint controls linting for all ide’s
e3c26254 fix: versions
1156101f fix: Dockerfile
b3d7f742 fix: getSecretKey makes no sense
6e759ff4 fix: readme for subscriptions
b42bca64 fix: return false by default for credential validation
e33a5a13 fix: simplify triggering logic
bcf04d0f feat: add updateSubscription (subscriptions v1 feature complete)
9cc28c97 wip: update subscription
f6cf949b fix: generate orders for subscriptions
a364770d fix: don’t generate a period when adding the subscription manually unless it’s a trial period
c49ef94c wip: add failing manual creation of a subscription
7b668240 fix: periods don’t necessarily have an order (for ex. when going for a trial directly)
d843ea0e fix: subscription field on Order
ece08591 feat: terminateSuscription implemented
e11c9651 feat: set the expiry date of the subscription to the end of the period
706b3f30 wip: terminate
c7c52b26 fix: async issue when initializing
51f65589 feat: support charging with preferred credentials
c2ce0f98 feat: datatrans can now charge server-to-server with an existing alias
29401817 fix: harmonize configuration across delivery & payment
76c72617 feat: add possibility to control sorting of providers #153
790084e2 https://github.com/unchainedshop/unchained/issues/153
f58604f7 feat: wip refactor configuration options
68a36f0d feat: first resolve delivery provider, after try to init payment provider with preferred credentials
38d9f8a5 feat: on order creation: fallback to lastContact also when user is not a guest, fallback to user profile address
8f597ded fix: removal of user discount was broken
27120f9a fix: console.log
a47cbff7 chore: dedupe & prune
335e70ea fix: fix failing worker tests
1a35d952 fix: if charge returns false, actually don’t set the payment to PAID 🤦‍♂️
aaaa5db0 fix: only run once an hour because the lowest possible duration for a subscription period is 1 hour
f321563c feat: implemented generating orders
9e93aa0d wip: generate orders
72091541 wip: order generation
458ce04c fix: use intendedAt to get rid of normalization in cron
a43c77e5 fix: the worker needs to normalize to full seconds
6d73051a feat: worker should reset old work after a server restart
0822c847 feat: made the recurring job function work
be310f53 feat: allow worker to take rescheduling configurations
277479ba chore: add npm depends to load xml2js
1726ebae fix: explicitly use createIndex for worker and logger setting a default for other collections
40313150 feat: also add ttl index to work queue, but hold work 30 days
47ca867a fix: create a ttl index for logs to make mongodb clean the items out of a collection which are older than 48h
f098db10 feat: add a native interval worker
894e1268 feat: make the whole startup flow more predictable by removing meteor.startup calls and lazy load db helpers
89278ce0 feat: move cron worker implementation
517c0498 fix: Trial Mode
eda16ea9 feat: extend subscription orders with status of orders
7169cce9 fix: typo
dfb0c8ff feat: add subscriptions to cp
ae88cf3d feat: generate period out of initial order when generating a subscription out of an order
0f39c0ae chore: adjust version
dda2b86d fix: registration of payment credentials and setting the preferred one works
5c26ccfb credentials
898de472 add todo
5fab7727 fix: order discounts tests
b5bc838d fix some tests
e2437afd implement registration and registration signing
eb57b7d9 fix datatrans test
cc30a368 feat: extract stored credentials from charge response
c18e3bf9 updateProductPlan
dc776086 cleanup
482c8a25 createSubscription mutation
6581e8d5 typo
3606356c breakthrough
65b0aa6a add graphql types we have to work with
2a5d01fc add basic queries to fetch subscriptions
10cd8501 initial subscription module
88b7e000 add plan-product and graphql scheme definitions
427907c6 Merge pull request #155 from unchainedshop/fix/migrate
86b7abf8 fix: sort key issues
bb872a51 chore: move zippers to own folder
a8797e79 fix: migrate bookmark and cart
575fb115 fix: release discount was not returned
009f238c fix: set cache on every find
47b64d67 feat: implement lru cache for texts, should improve performance when loading assortment and product texts greatly
1fbe39be chore: lint the tests
ee5601d5 revert: failed cherry pick
b335e3eb chore: update version to 0.47.0
9bb9c4c8 chore: pre-release 0.47.0
3d335bf7 fix: move the initial values for retries up the chain and make them non optional in graphql queries/mutations, also use same graphql style graphs for original
551f8b7b feat: export winston transports and format
246a7261 release control panel 0.46.0
fbde377a feat: allow to delete work when not finished
c386ad61 feat: add work queue to cp
a73d96ff releae controlpanel
693947ed feat: support asset prefix through ROOT_URL
55c35fe4 feat: use lru-cache for currency code map
da4d4a01 feat: use the more stable lru-cache for warehousing
70c438db fix: sequence int overflow
261cb5a4 Merge pull request #151 from getMoreBrain/fix-control-panel-example
7794828e feat: add isNetPrice to discounts
168d85e8 fix: item calculation
72c3db44 fix: reduce overfetching when calculating
a842e5d1 fix: order-discounts should work even if there is no payment or delivery selected
09f88836 chore: remove unused references
c10da299 fix: reduce overfetching when updating the calculation
282ce459 chore: lint using prettier 2
38a9bbe2 fix: correctly deduct if multiple discounts are active on the same order-discount
32e7d41b fix: provide working calculation in discounts
29b97d31 fix: correctly return discounts on items
3e7328f6 fix: regerssion
c90b9f32 fixed controlpanel
1f97e5c1 release 0.45.0
24cff1cd bump package version numbers
71dcb31e feat: allow changing meta and sequence by default
d610c642 feat: discounting system now supports reservations and correctly calculates order discounts
512fa210 bump versions
cf6816af fix fatal pricing bug
df098306 Fix failing docker run build step & upgrade node version
985ef515 chore: versions lock
6888f331 chore: publish api
24091bf4 fix: also assortment.search
238448c1 versions
f220faa8 fix: filter regression regarding search results
67702f44 chore: .versions
12f94f9e feat: use controlpanel 0.43.0 for minimal example
882feb2b 0.43.0
e908fc75 Merge pull request #150 from unchainedshop/tests-filters
0386a125 chore: fix test with inactive prop
4a58bd0a fix: local search filter plugin should return all active filters by default when using queryString
569db927 Revert "wip: clear instead of wipe because of indexes"
94ef3dd7 wip: clear instead of wipe because of indexes
cb672705 fix: seeds and invalidate filters when using createFilter/updateFilter
7d8e83d4 chore: add filter seeds, fix issue with local search and global Query.search
11700bd4 Merge pull request #149 from unchainedshop/tests-providers
ca194f4d fix: catalogPrice and simulatedPrice should return null if price is unresolvable and not 0
5dc24795 chore: test update and removal of warehousing providers
bcb7f2ac chore: add tests for shipping & delivery providers
6cdcb3e4 Merge pull request #148 from unchainedshop/tests-cart
d7934e84 chore: test order payments
bd07b665 chore: test updateOrderDeliveryShipping & setOrderDeliveryProvider
0d44259a chore: test payOrder and deliverOrder
15067da8 feat: add deliverOrder function to manually mark an order as delivered (equivalent to the existing markPaid)
45164345 chore: test confirmOrder
2a131f79 chore: test removeOrder & removeCartItem
eb1c4076 feat: no one ever used facebook, linkedin or google login, so we remove it
c8760a54 fix: username preset in cp
5f35590c fix: 1.10.1
b0499753 fix: 1.9.3
7b1dceb4 Merge pull request #147 from unchainedshop/username
8d07b99e fix: https://github.com/unchainedshop/unchained/issues/127
73d6386f fix: core-js implementation for controlpanel
cba5b580 minor bumps
a5e15c63 feat: https://github.com/unchainedshop/unchained/issues/137
dda6c3a8 rename internal helper methode „updatePassword“ and „updateRoles“ to the respective set methods (consistency)
ccacadb3 chore: typo
026bb33d feat: rename updateUserTags to setUserTags (consistency)
c3c3f6d9 feat: setUsername mutation
ee9ec1cf fix: regression where non-html mails were not sent anymore
d27c7228 Merge pull request #143 from unchainedshop/fix/142
e759bea2 Merge pull request #145 from unchainedshop/macrozone-patch-1
d8c54fd4 fix: send verification email to newly added email
88f1fd7a Merge branch 'master' of github.com:unchainedshop/unchained
f6bacc3b fix: localized text is async for product variations, product media and filters
ac2587a6 Properly handle error
f862af35 fix: http request worker using body in GET requests and false logging
e271da0f move uuid dep to package
84fea9f0 release api@0.42.0
d9309bfa Merge branch 'master' of github.com:unchainedshop/unchained
eaaf44a8 fix: assortment path link should actually return a link
b1c3da2f chore: update .versions
1986500f fix: freeze winston dep to package
aa62da9a Merge pull request #141 from unchainedshop/fix/bookmarks-returntype
31c98cb4 fix(bookmarks): endpoint returns deleted bookmark
7c190d72 chore: bump unchained to 0.41.0
ee05a212 fix: icons in cp
f0231ad3 fix: ie11 compat
72dc4b9c fix: rare case where localeContext is not set
8db7503b Merge pull request #140 from unchainedshop/feature/migrate-bookmarks
00152b5b feat: migrate bookmarks on login
f21a4d74 remove exceptions from graphql api response (improper error handling)
c203762b guest username should be undefined
3666676c feat: add media tags
3a156fb5 hotfix release
3fdb7e08 fix datadog issue
e367408d chore: release 0.39.0
7f92b207 chore: bump dependencies & cp version
56595e94 feat: cp - replace totally wasted space with something useful :)
d2b2c586 feat: add amazon documentdb compatibility mode
be84f0b9 Merge pull request #138 from unchainedshop/fix/worker-json
09477fef Fix: Worker: Only parse JSON if it is JSON
318026cc fix: move from console.log to winston and log errors to stderr
13b80d97 chore: less verbose filter manipulation logging
b0ed9f10 fix: lastlogin schema default required
cf7e2b91 Fix sort of filters when using Assortment.search
dfdfa29e feat: dynamic profile fields so it’s easy to extend the profile in a customer project
394b0e56 feat: export all user schemas
2d28b88a feat: export all user schema definitions
38a4ad29 Merge pull request #135 from unchainedshop/multi-mail
6502974c Fix shaky test
afb794a3 chore: add tests for addEmail and removeEmail
b13d9142 chore: add deprecation warning to updateEmail
549b38ea Fix: sending verification mails should be the default when changing or adding emails
8c11289b Feat: Add multi mail editing to controlpanel
5355edaf Move from email to primaryEmail
f9c06a96 chore: release of all packages with meteor 1.9 (update versions)
dae7828a chore: set version to 0.38 controlpanel
8403f681 chore: set version to 0.38 core
fa50433a chore: bump deps and update readme
314751d9 Fix lint
341923ef Fix: sorting & lint
255eb64a Merge branch 'sort'
53b4e6f8 Fix: remove log
3c5d8421 Merge pull request #133 from unchainedshop/sort
5a9e92cf Add readme
08e409e9 feat: support sorting search results
32c47202 Fix: Simulated delivery pricing regression
bdb8a9e0 Merge pull request #131 from unchainedshop/delivery-price-simulation
ec991dea Finalize and cleanup delivery price simulation
3aebab77 use debug as default logging level for plugin logging
de487428 Fix logs so that DEBUG work with require(„debug“) like patterns and we support namespaces
6708bc31 Bumped eslint
9dc8ef40 fix: deps
fd5ac255 feat: order price simulation draft
ab546032 Merge pull request #130 from unchainedshop/test-checkout
a633e936 Add tests for emptyCart & update contact
3d40b2d6 Merge pull request #129 from unchainedshop/node-12
b4c22234 bump deps
65c3f46f bumped to meteor 1.9
41ba5a45 it works :)
7c515d92 Merge pull request #128 from unchainedshop/test-bookmarks
356b092c Fix tests for bookmarks
d0f661aa chore: add initial test file
d8069d09 Fix lastLogin schema and add migration
eb7bc6e3 Fix: allow passing custom context into method calls but ignore the _extensionStack and convert Locale to a String
8e5de444 chore: order position logs can be orderId specific
c6b1e316 Fix fallback to lastLogin locale
420b5c38 fix: cron worker should use verbose to log
5d94e7ad Fix: use the creation date as fallback scheduled date to make querying the db easier
48519b88 Fix logic to reschedule with increasing delays
58673575 Feat: using the same localeContext object for calling meteor methods through callMethod
299beee2 feat: reintroduce auto updating the heartbeat, but only on login calls
40083af4 0.37.1
9ac077de Fix zombie entry leading to mem leak
8074a72d Fix #124
73cf2fa7 Fix Query.me lead to update of User (anti-pattern)
c9aa2099 Fix core-worker depends on wrong utils package name
1e1ee92c chore: update version number
1eb8a6d8 fix: remove console
03557bc1 fix: remove failing restricted queries tests because they cannot be easily tested this way (no valid queries)
0f6f69dd fix: auto register when plugins imported
a540749a fix: typo in log message
f2b4015b Merge pull request #121 from unchainedshop/worker
aaa9855c feat: add core-worker
908c08d4 [core] feat: copy native paypal and coinbase plugins of thisisnotacommercial to core
65006a50 fix issue where an empty filterIds list lead to all filters selected
409f7cb8 0.36.1
fe5c9f88 fix: regression error with compressed caches
62d96eef [packages] bump version to 0.36.0
26622316 chore: split bump scripts
97d24be3 [packages]: lint fixes
27a6ecfd [controlpanle]: linter fixes
5a8a3641 bump version to 0.36.0
8ffbce48 fix: downgrade to file-loader@4 as long as we use node 8
329cf9f2 Merge pull request #120 from unchainedshop/test-reviews
8f4ea17e fix: leak of e-mail and phone numbers through lastContact and specially crafted gql queries
9d51cb3a feat: add public productReview query tests
77978206 feat: add query test
c963a69a implement product reviews through tdd
c3ba04a4 fix: filter regression error
6dc97921 feat: adds filter cache compression for large sets
01524798 0.35.1
0f823707 [minimal] bump meteor release to 1.8.2
6843fb0a Merge pull request #119 from unchainedshop/finish-search-query
122bf6f0 fix: extend the search index to other important fields
3893f1c6 chore: move db index to plugin, bail out of search system if queryString is falsy
9aa28adc chore: cleanup
cd005e5b fix: make Assortment.search use the new global search function providing a predefined list of filters and cached products
b0e11b4a chore: rename fn
ecb3f594 chore: move facet search relevant logic out of helpers
da864368 fix: generic regression when reintroducing context update mutations of orderpayment
98e1f3f0 chore: refactor filter functions
8578f288 feat: remove assortments field on products
ff25991f feat: introduce root Query.search
9e745c19 feat: remove deprecated updateCartItemQuantity
0dc3081c feat: introduces LOG_DISABLE_DB_LOGGER
f5d1fc96 fix: linting issues with tests
a5d72747 lock
0cad89bd prepare 0.35.0 with using the controlpanel as SPA in meteor
b56aa109 bump unchained to version 0.34.0 in preparation of release
ef30c636 fix bubbling fiber methods that can be resolved async by apollo
c15fc3e4 fix: allow updating the billingAddress with a country other than the cart’s country
56a3b2d6 forward stacktrace by default?
fec5f6be refactor error system to be more compatible with stitching
f82e043b make the error apollo error compatible
bdd232dc fix preserving ids
72476e3e Merge pull request #113 from unchainedshop/datatrans
898937ee feat: remove crypto payment type as it has never been used before and it’s not clear if that suits a „category“
5ab57f4b fix: extend the webhook to return order data if checkout was successful
206a4a69 fix: empty transaction context
8895c95e chore: greenkeeping
e75147bc fix: fix datatrans tests
e9acbb7e feat: datatrans plugin prepared for test
fddc2349 feat: datatrans hmac signing tested
36bb83a0 feat: add default context to custom payment & delivery plugins
65bb62bb chore: make sign testable
2e2a88da feat: start with a new datatrans plugin
627665be feat: introduce generic payment type
e94aa878 defaultSelector restricts product status to ACTIVE
8067dc29 fix: core-js should not be a dependency of the project
0b498e0b Merge pull request #111 from unchainedshop/new-filter
0ddadffb chore: cleanup
b9bf9ad3 fix: typo
203dba82 fix: correct indexing, value comparison and options for type SWITCH
ac783989 fix: fixed invalid output of examinedProducts & filteredProducts, fixes wrong amount of options displayed
c5b5ff28 fix: no filters should not lead to match of all options
04b55b84 chore: cleanup search resolver
7969002d feat: extend form to allow setting isActive of filters in controlpanel
c5b5294d feat: completely change the schema for filtered products and filters
4b198dfe Merge pull request #110 from unchainedshop/new-filter
29e6f1b1 Deprecate active on filters, returning the isSelected boolean
9e620454 add examinedProducts and filteredProducts stubs
df09729e Rename FilteredFilter & FilteredFilterOption to LoadedFilter & LoadedFilterOption
60855f26 feat: add option to skip upstream traversal in product id cache invalidation, this makes it easier for sync algos to optimize db reads in certain conditions
5d63b012 Merge pull request #108 from unchainedshop/test-quotations
172a71b8 fix: lint typo
1654c521 chore: test addCartQuotation
ed8f6efd chore: add quotation mutation tests
cde6cc18 requestQuotation test
7f60d36b Merge pull request #107 from unchainedshop/test-discounts
4c71a1c2 chore: test removeCartDiscount
aa592db1 chore: test product & order discounts
1fd92ac8 feat: improved internal error handling and console output of errors
6ea39d16 seed orders data
1d773838 add seeds
896f511d fix: discounts & discountSim calculation
3782d351 wip: tests
4142e9d3 feat: adds two new working discount examples to minimal, fixes discounted
6a911fa8 chore: bump minimal
9f820925 chore: bump controlpanel
22bd7402 fix: small loading typo
11e48ca7 fix: ConfigurableProduct.products should not return inactive products by default, fixes https://github.com/unchainedshop/unchained/issues/106
1240d980 fix: lint regression
077745a3 fix early return
115a67af Merge pull request #105 from unchainedshop/feat/claim-cart
8e7119f0 chore: cleanup readme
f1f8e121 Merge pull request #104 from unchainedshop/query-tests
3df828e6 Cleanup
d38d93e0 fix: readme
6107f6d4 Public queries tests
af32ed6a Add title/subtitle to FrenchJpegProductMediaText test seed
b860b9b5 Allow public (all) to view translations
8333af4f add the controlpanel
f1946604 chore: add docker dev environment solution to readme
f856e96b Update lock-files
07a6f4a6 Merge pull request #90 from unchainedshop/fix/tests-cart
6ac0ec84 refactor: add add updateCart test
fe58655f test updateCart address
341545e8 feat: test addMultipleCartProducts
4383335b fix: issue where adding a product twice to the same cart did not generate new order items despite different configuration
6a735260 make accounts configuration configurable
3d6b162f feat: wip migrateCart
08e5c2a7 feat: add display of active pickup location in controlpanel, fixes #100
10791969 release core-bookmarks release
cff7eaea chore: bump version numbers & minor version dependencies
a3f19480 fix: fixes failing tests
da0a5a36 fix: fixes failing tests
435daefb fix: quantity cannot be negative, fixes #96
dc25fe34 fix user profile empty after registration
4f7cfe24 fix: fix createBookmark regression https://github.com/unchainedshop/unchained/issues/97
e9cab4db Merge pull request #95 from unchainedshop/64—convencience-mutation
be9510b9 hotfix args problem with delivery & payment plugins, cleanup pick-m-up
a59313ac Merge pull request #94 from unchainedshop/pickup
aac9a7b7 feat: extends updateCart, fixes https://github.com/unchainedshop/unchained/issues/64
8fd5450f feat: adds all/active pickupLocations feature to pickup providers, removes address from Pickup providers (breaking)
6c40d6ff feat: add core-bookmarks core module
62c7d9c3 Merge pull request #93 from unchainedshop/fix-fees
d3af72ae fix: fixes delivery & payment fee calculation
b0621197 Merge pull request #92 from unchainedshop/customizable-shuffler
0051d139 fix: fix edge case where assortment super not invalidated
f0f8031b fix: could not make it work in a more concise way
c7d99516 chore: no live
be9774be cleanup: fix edge case with deepness and conciser
daa8f827 feat: add zipper function logic, cleanup tree cacher
930d79aa Merge pull request #91 from unchainedshop/customizable-slugs
27bf1569 chore: adds small readme to disclose how slugs can be overriden
807a740f fix: findUnusedSlug not takes an optional slugify option that allows to configure a custom slugify logic
b8f304f5 move slug function out of upsert function
275c3eb9 chore: move slug finder to utils
9cb9fdbb fix: fixes a bug where parents returned null/undefined array values
3b4f6adf product media takes limit and skip, but it does not take vectors
b8c88727 release
668e391f feat: introduces cdn support for media files, allow to specify version and baseURL
6be0de97 Merge branch 'master' of https://github.com/unchainedshop/unchained
30c18401 fix issue with tax simulation
4b9cabc7 fix export map
a6304e68 expose more flexible breadcrumbs building logic
da7334ff chore: reduces overfetching of assortment paths
04b4cd53 bump eslint and react-apollo
daeffb84 closes https://github.com/unchainedshop/unchained/issues/88
85b90947 closes #86
01cc0249 bump various packages and update linter configs
814f0998 allows to store meta data and user controlled tags on assortment’s products/links/filters
8bab1b11 closes #87
ae139762 hotfix dependency version mismatch of recompose
f8a3a323 0.31.0
46591c3d Merge pull request #84 from unchainedshop/feat/fix-public-profile-issues-login-response
b9922e90 enable for all users
0a7c87b5 add _bypass field
e5c03973 bump unchained to 0.30.0
11b67519 Merge pull request #82 from unchainedshop/product-to-assortment-query
d7e2a272 forceLocale was missing
4e6c9ebc rename Assortment.paths to Assortment.assortmentPaths (consistency)
be1f057c support resolver for paths by assortment
fe63b0e3 introduce paths for assortment paths resolving
84e11f8b add deprecation warnings
6982fabe lint
e642f68a fix assortmentProduct resolver
9b5f9ce2 further optimize resolving logic
0cce0b72 fix resolve multi parents to multiple paths
e7076bb9 first working variant of recursion
e020abfe deprecate assortments
9f33d520 expose assortments on AssortmentProduct and AssortmentFilter
8114c186 Merge pull request #81 from unchainedshop/fix-unchained-dev-mode
384acdc5 remove the embedded mode of controlpanel from the minimal project and mention in readme how to use the controlpanel in embedded mode
4e5fd7bb bump controlpanel dependencies
137325eb enable legacy bundling for controlpanel
75347f8a allow to send a delivery without providing an explicit order object
bb0fa311 bump version
fee835ab bump
7d0db8e9 link only if needed
c67c8d5e allow to use controlpanel as package
be20ae91 bump version
63eedf95 Merge pull request #80 from unchainedshop/fix-win-issue
86ad8fa3 revert back to &&
b6523ffe maybe it’s the single quotes?
14f4e9ce use ; instead of &&
a8fce170 use cross-env for umbrella too
c2c0ce3b use cross-env to support the env variables in windows
bfdec3c6 switch from the bash script to windows compatible run-p, also improves install & dev handling in general
186985b7 remove packages symlink and use METEOR_PACKAGE_DIRS instead to fix the symlink issue
f0cecb6c try to fix docker building by removing the linked packages folder
6c53afa9 Merge pull request #72 from unchainedshop/tests-users-profile
67a64421 update to uniforms 2
0adc37e3 bump apollo server
7b5c22da fix lint issues
7361876c revert wrong privilege escalation fix
438f8353 setRoles
85d5b090 fix setPassword sets password of admin rather than the one of the suer
72da281e if enrollUser is used, the password is initial too
f9741e49 enrollUser
3ef0ccc5 test updateEmail, updateUserTags, updateUserProfile
cfc60468 fix updateUserAvatar to work with server-side buffer objects
73ea65c8 wipe db per module and run in band to tackle race condition problem
04adce45 test user queries
b109a961 test verify email
5f9533d0 wip verify email
28915f3e test logout
bcbf4c5b test loginAsGuest and resendVerificationEmail
ffea39fe test createUser
b18da666 Merge pull request #79 from unchainedshop/next9-regression
25b83670 fixes next9 regression with getConfig
f2f9744e Merge pull request #78 from unchainedshop/fix-warehousing
e78b5307 add simon as contributor to package.json
90607b4e fix issue with empty rows leading to uncaught exception
d5e4e9a4 fix various issues (force-push)
be7a6303 fix compatibility issue with apollo server 2.6
4869df63 Merge pull request #75 from unchainedshop/introspection-for-example
8b5944b4 Enable introspection for example
526e6c31 Merge pull request #74 from unchainedshop/cookie-auth
73beff5b fix regression token is optional
a901258c Merge pull request #73 from unchainedshop/cookie-auth
8a830753 support cookie based authentication
ef999066 Merge pull request #67 from unchainedshop/tests
f9d181b3 fix login race condition issues
7276c6b8 fixes changePassword
d8259cf7 rename createAdminGraphqlFetch
f60e1c5f switch from apollo-fetch to apollo-link
57871bef esm style import/export
c11ded30 verbose jest
11b88c66 test:watch with debug mode
7056f56c create normal user and anonymous login
ee0110eb test forgot/reset password
aa063127 test warehousing providers
6c679a35 write first
0e356ba2 Merge pull request #66 from unchainedshop/controlpanel-exportability
2d582780 wip: race issues
b5f6dd40 test language queries
9c0ee99c test country queries
623552c8 test currency queries
8920e31c lean
2567162b add tests for shopInfo and user locale/i18n defaults
a736aac2 add language tests
36b22233 test remove a currency
55ca08a5 test updateCurrency
240fb77d remove dead stuff from schema
e35977c3 move db manipulation to helpers
984fe066 refactor tests and enable linting for tests
1a3f567b first few tests
0f55caff concurrently works with —watch and without watch
e014c1c6 fix watch mode
1df238a9 Merge pull request #70 from unchainedshop/fix/products-by-slugs-regression
e9a34e2f as intended: only use skip and limit if no slugs array is provided
d9f10285 timing is correct, for watch mode this needs to be improved a lot
9ccffb03 this initial version starts a in-memory mongodb, starts the example in dev mode before jest starts executing the tests
08cf5b55 remove log
fe73f81c fix nasty login state error with client-side page loading and redirection
e7d74cbe Merge pull request #62 from unchainedshop/fix/tolerate-string-as-ids
83ad0abe fix: tolerate any string as ID
81b394e0 Merge pull request #60 from unchainedshop/consisten-upsert-text
c1bfafc7 exposes code in discountForPricingAdapterKey
812664fb made the header a little bit bigger and pointing
20729057 typo
a5922b0e revert null defaults in upsertLocalizedText functions
e0a016ec refactored upsertLocalizedText so that the language is the first function parameter instead
1d4a796d Merge pull request #59 from unchainedshop/feat/last-contact
50e775d0 while we always want to replace lastContact, we only use the contact’s telNumber in some cases
c0b0e25a default null text fields
1cd77859 we should always try to update all default text fields explicitly when calling the upsertText methods, so we have a consistent handling and know what can be updated
f46d06d2 fix: use lastContact to create orders when guest
a7ee8810 feat: expose lastContact on user
2c6a9b2b optimize query performance for filtered products
aea1d215 0.27.0
a778ac4d bump dependencies of examples
e1e38818 fix next 8 issue with routing tried to execute server-side instead of client-side only
5e640dca configuration can be empty
5542e1f2 forward requestContext to price/discount/dispatch if simulation mode
a9ab2c89 improve performance by reducing overfetching of the current user
bed4333a Merge pull request #57 from unchainedshop/tags
e9d87254 forward context to warehousing provider
54988c23 support providing tags in createAssortment and createProduct
fb28cba2 update controlpanel dependencies
3d5bbb61 Merge pull request #47 from unchainedshop/feat/resolve-meta-for-products
2aef5b27 Merge pull request #56 from unchainedshop/fix/sort-products
14bd26ec fix: sort products by sequence
8f9af185 Merge branch 'master' into feat/resolve-meta-for-products
93f689e2 Merge pull request #55 from unchainedshop/quickstart
c8b9e98d Move controlpanel into examples
070808d4 add quickstart instructions to readme
01f06f94 0.26.0
c7689d0d fix #40
4c5c0563 fix #51
83420dea bump deps and fix example npm package „open“ dependency
b26ebb8c expose getCart logic because initCart is gone
57d192a6 Merge pull request #54 from unchainedshop/extendable-user-roles
17f343bb add new userRoles function to shopInfo in order to make controlpanel independent from introspection queries
d17de63e improve the control-panel made with statement, thanks @claudiocro
df8958b8 fix
477f796f fixes regression with orderNumber
a6c87650 Merge pull request #49 from unchainedshop/multi-cart
219e2a21 adds createCart which allows to set a specific orderNumber before checkout. This can be used to have multiple carts like wishlists or equivalent
73116d25 deduplicates cart resolve logic
ba5f74c3 Merge pull request #39 from unchainedshop/feat/new-props-for-email
9a97c89c Merge pull request #53 from unchainedshop/addoriginalproductoemail
6208cefd finally
817515dd fix: wrong product
bd50b8aa fix: wrong variable
932481b4 BREAKING CHANGE: change product infos for emails
e02ec9cd add new props to delivery mail
bbdb4ae3 Merge pull request #44 from unchainedshop/feat/update-cart-item
acffa66e deprecate updateCartItemQuantity
2d6dc8e7 Merge pull request #46 from unchainedshop/fix/fix-wrong-type-on-products-update
67dd3a99 fix: wrong type when updating product type
d2a00021 feat: add meta type for products
9b13f84f Merge branch 'master' into feat/update-cart-item
6d12aab6 Merge pull request #42 from unchainedshop/macrozone-patch-1
adc01380 feat: allow to update configuration of a cart item
89154bc5 prevent a server error when you add a ConfigurableProduct without a configuration
4f640fe8 feat: new properties for send-mail delivery provider
1d9693dd release
372183dc v0.25.0
6e6d94aa extends readme with explanation to product resolver logic
1d3a9d29 Merge pull request #38 from unchainedshop/quotation-refinements
59df0b52 adds originalProduct and quotation to orderPosition
905b6f34 Merge pull request #36 from unchainedshop/linting
46f51228 lints minimal example
7f5f2da8 lints quotation components in controlpanel
64f910b8 adds prettier dev dependency to minimal example
2a006076 adds prettier dev dependency to controlpanel
83b6af53 prettier quotations
d0d34663 singleQuote for packages
2c72a78e singleQuote for minimal example
bde35aec enables prettier for the minimal example
8f8b064b enables prettier for unchained engine
1650ed82 adds prettier and enables it for controlpanel
b10b7124 Merge pull request #28 from unchainedshop/quotations
08e22d57 sets the bodyParserConfig to a higher limit
c3d131e0 adds OTHER document type for arbitrary OrderDocuments
7c3a1f91 allows configuration transformation and converts configurable products on cart addition
07ee3fbd refactors product and quotation adding logic
40b1a692 Merge commit 'bed6fbba2a6969da60e77444bacef32421f70955'
009bd10b bump various packages
ba65b320 bump stripe & eslint
5dc7679e adds isProductConfigurationValid that checks the configuration and quantity part when added to a cart
a1befa3a unifies way of conditional checking
a3ff83ae deliveries can now control if an order get’s automatically confirmed with isAutoReleaseAllowed
d39402c9 adds configuration to retrieve initial request configuration for cloning an offer
6215e4a0 it’s only allowed to add a quotation to a cart that is in status proposed
25d630d5 optimizes addCartProduct, introduces addCartQuotation
16b5b8de cleaner data flow in quotation adapters
0c6b1b72 refresh quotation logs on status changes
0c5ef66d adds initial control panel tab for quotations
94c68301 adds missing expires date on Quotation type
63147018 adds rejectQuotation and makeQuotationProposal
60f695f8 adds mutation to verify a quotation’s elligibility and let’s it transition to PROCESSING
3a5314fc adds prepaid invoice as default plugin needing a manual confirmation
6d518ed5 adds isInitialPassword to distinguish auto set passwords and ones that got set by a user
4d44ceb6 guest attribute is automatically removed if somebody logs in, in that case, enough credentials exist for a successful login
42c682d6 allows viewing quotations with quotationNumber
53d110e2 offering process
88a1bc9b adds stub for quotation proposal mail
7fa1ac06 disables sending verification mails
1fd340e9 adds quotation queries
8b28174e wire up requestQuotation mutation
f1311bd9 Rename CODE_OF_CONDUCT.md to code_of_conduct.md
eece1000 releases unchained engine 0.24.0
54fa7c0d takes the countryCode always from the order when changing the billingAddress
8fafa489 Merge pull request #29 from unchainedshop/fix/file-caching
f4af8503 fix: https://github.com/unchainedshop/unchained/issues/31 https://github.com/unchainedshop/unchained/issues/33
86192eae fix: https://github.com/unchainedshop/unchained/issues/31 https://github.com/unchainedshop/unchained/issues/33
bcc6068c fix: https://github.com/unchainedshop/unchained/issues/30
e913ce52 fix: no caching on gridfs files
ade2f801 releases unchained engine 0.23.0
15a0227b Merge pull request #16 from unchainedshop/feat/set-product
aac0bb25 bumps controlpanel and minimal example dependencies, fixes small issue with bundled items in controlpanel
eb68c2d8 breaking schema changes, fix merge problems
8bf89755 renames ProductBundleItemConfigurationParameter to ProductItemConfigurationParameterInput (BREAKING)
4739dc39 add basic support for bundle products
02b61d64 revert
f7eeb017 revert
8ca17991 revert accidental changes
de81773b rename to bunlde product
6be808db basic set item implementation
fae4ad24 fixes updateLastBillingAddress regression
123f4060 Merge pull request #12 from unchainedshop/new-file-collections
6440bb0a chore: add readme and sumary
e4e204af copy PR text because it’s so nice =)
ce73723c Merge pull request #25 from unchainedshop/fix-order-meta-resolver
3f1c0423 fix: cart/order has no meta
450d0fb1 Merge pull request #18 from unchainedshop/convenience-cart-mutations
ab0da7bb introduces isCart
3b87a7a9 adds emptyCart and sends more error data to client, closes #6
8d36218b merges checkoutOrder, updateOrder, addOrderProduct and addOrderDiscount and renames various order mutations
c4df7264 uses billingAddress instead of address in controlpanel
4263be8d rename Order.address to Order.billingAddress, updateCart & updateOrder, closes #10
24950f2d upgrade control-panel to new schema
ceb84bce renames input types FilterQuery, ProductConfigurationParameter, HashedPassword with Input suffix
e54bcb4a prune & dedupe
c437e767 fixes version number of control panel and bumps minor deps and upgrades react-dropzone to 9 2/2
92805615 fixes version number of control panel and bumps minor deps and upgrades react-dropzone to 9
e6df2b54 prune & dedupe
75630725 introduces addOrderProduct, addOrderDiscount. renames removeCartDiscount, removeCartProduct, updateCartItemQuantity
1e27cec9 documents vectors and assignments, closes #15
2f233034 adds checkoutOrder and renames checkout to checkoutCart
17756159 adds updateCart mutation for convenience, closes #11
80f9486a removes captureOrder as there is no requirement for implementation anymore
7908d3d0 Merge pull request #21 from unchainedshop/add-code-of-conduct-1
69f2e745 Create CODE_OF_CONDUCT.md
1458dbe2 merge settings
328d35c2 Merge branch 'master' into new-file-collections
2fc2ee53 Merge commit 'e0c6accee40d5fe0d087a30606622269dda74bbd'
25eb80fd refactor: move reorder logic to the correct level of abstraction
84567a19 refactor: move reorder logic to the correct level of abstraction
7eb23b45 Merge branch 'master' of https://github.com/unchainedshop/unchained
683843a8 adds CLA
95ee3081 Merge commit '743c45b059fb8fa7c98d285878a8758032102ac3'
f1cc341b Merge pull request #14 from unchainedshop/quotations-alpha
e3a2f242 Merge pull request #13 from unchainedshop/improve-product-list-queries
16f07dbd release unchained 0.22.0
7405c3fd breaking change to core-documents: async class members
825d7cba adds quotations alpha 0.1
97282b2b adds limit and offset parameters to assortments and siblings of a product
a37f20c0 bumps minimal example dependencies
f4746f16 release unchained 0.22.0
fa2ce3c5 release 0.22.0
63db3d4f fixes core-files publishability
5d5e0407 bumps unchained to 0.22.0
e1a49fc7 fixes sort issues with assortments
556d62e6 fix order of items in resulting array
7e7ccf51 remove typo
8ca0fc61 remove log
d36ebf38 feat: enable gridfs
344bced7 uses next’s ssr capabilities and puppeteer to generate pdf offers out of React
7b152c8f refactors parts of core-quotations, core-documents, core-orders
dd953ea0 adds api to quotations
410a2532 Merge commit '96710f6d94f3ba726fc4fcbbc6f8c0f04117c603'
1581cb0f added stubs for quotations
9ec13b38 Merge pull request #8 from unchainedshop/refactor-files
d14ae950 added stubs for quotations
b89f123c Merge pull request #7 from unchainedshop/chore/fix-eslint
aa11f9b7 add account and enroll
60c07f38 chore: fix linting errors
b43e14d2 Merge branch 'chore/fix-eslint' into refactor-files
7a562e2c fix: linting errors
2e6b06cf fix: lint command for manual linting
2bb979ce fix: eslint not working when openeing root folder fix: wrong versions
151a88a7 fix: remove unused verion
7170fa82 fix: file collection imports
ebf50e9b fix: import package
88371e7e chore: refactor file collections to use new package
6a66773b adds core-quotation
1a776b67 Merge branch 'master' of silbury.git.beanstalkapp.com:/silbury/publicare-unchained into publicare
b3797cfe removes underscore
f48147e7 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
680758be Merge commit 'b33b8c1a2a0bf1e6c0a77e2083dd29369ce7d922' into publicare
b2d7a897 bumps react-apollo
5408e433 bump control-panel and remove bundle analyzer because of old deps
ddb3a036 bump minor deps
048373b2 we don’t need stripe and braintree for this project
28f1525e introduces cutting config api
97124301 eslint and fixes deployment
be09506f optimize packages, reduces bundle size
4038034a bump to graphql 14 as the only dependency that needs 0.13 is the cli tool
baea82b3 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
0868ee72 Merge commit '6e730197e5a778face6f97a0a465ad56fda13d3c' into publicare
e5a4041d dedupe
7bb67552 bumps minors
e069519c adds cors and hides credentials from apollo engine proxy
117ac68c bump webapp
5af803e7 cors
1dac6d60 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
f54b92e4 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
59e096c8 clean product media list after inserting the files
339fc81c clean product media list after inserting the files
d34fb95f does the formatError throw?
5062e686 does the formatError throw?
7b8eb765 fix registration errors
51b2a4db fix registration errors
33aa01cd bump controlpanel
89e66608 bump controlpanel
e0509aaf Merge branch 'publicare' of https://github.com/xecutors/unchained into publicare
ed5b2726 Merge branch 'publicare' of https://github.com/xecutors/unchained into publicare
b5035a1b User ID eixsts. error
aaf789e0 User ID eixsts. error
f8ce885e Merge branch 'publicare' of github.com:xecutors/unchained into publicare
d6feb886 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
89b1c821 whitelist origins
8eb950d6 whitelist origins
bbfbb56a Merge commit 'ab6afae8f588fd591a54324ec4ab4bf39867abb6' into publicare
054c750d Merge commit '475edd324cbb1f72104dcdccaeb5ee44b01e7e51' into unchained
47c22d0b Merge branch 'publicare' of github.com:xecutors/unchained into publicare
22ecdb70 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
a4bd79ed always skip filter invalidation as it is done regularly every night and prohibits fast server startup
4bcdcc39 always skip filter invalidation as it is done regularly every night and prohibits fast server startup
48a71dd6 optimize engine and apollo service configuration
b0cf6aaf optimize engine and apollo service configuration
092f9f6b lock
73402374 fixes babel issues
42327eb8 update unchaind to 0.20.0
614c8c15 update unchaind to 0.20.0
11c39e7d Merge commit '75701aa3895a60656f7669923d870c634e21e3ef' into publicare
7d8d6d88 Merge commit '75701aa3895a60656f7669923d870c634e21e3ef' into publicare
a36c34c4 0.20.0
724a6396 refactors dependency graphs and code structure of the control panel and minimal example
4e62fe27 adds special exception for the unchained admin user
ea4282f2 adds special exception for the unchained admin user
f8ffbbdc fix alignments of pdf’s
416e9270 fix alignments of pdf’s
c70f2583 birthday fix
ea29b17e birthday fix
9fb7db0c refactors dependency graphs and code structure of the control panel and minimal example
4dbeacbf bump minors
424f19f4 PUBLICARE-799
a81ab934 bump minor packages
481b0170 removed the graph as it was not working anymore
91b0c3a0 bump minor packages
101d0720 fixes treatment info (PUBLICARE-768) and Druckartikel Indexierung (PUBLICARE-757)
f031a00a Merge commit '729a2aeafa05fe328404f285f89ada040eb55453' into publicare
cebd55f7 fix issues with graphql normalization in graphql 14
1b746048 bump graphql
3581d435 Merge commit 'c2140a0e3b5775aba17a581a38a2460e1f99627c' into publicare
faff58c5 moves the content of minimal/backend to minimal
0b150d54 bump unchained to 0.19.0 (.versions)
2c11c1d1 bump unchained to 0.19.0
91a809dd fixes incomplete return of update count for the product id cache
89d2d999 fixes incomplete return of update count for the product id cache
79146521 further optimized retrieval of facette filter optons
f8c0657c further optimized retrieval of facette filter optons
252606f1 fixes assortment filter cleaning (improves performance)
ea9f4114 fixes assortment filter cleaning (improves performance)
72f2ca0f Merge commit 'f03df4678257a708f9977d846d7c8146965fa57e' into publicare
f212913d Merge commit 'f03df4678257a708f9977d846d7c8146965fa57e' into publicare
d499d1e5 properly export acl
989ac4a8 properly export acl
50ebe654 export errors in unchained api
b1a135cb export errors in unchained api
d190d4c5 bump minors
dff42148 fix order dispatch id generation
fd6e481e fix order dispatch id generation
392059ac use class instance to log (defaults to verbose)
ee30a975 use class instance to log (defaults to verbose)
43e4831a bump react and apollo
fad78dc1 bump react and apollo
be8a28e2 defer insertion of logs
a7781c8e defer insertion of logs
d9616174 default log level for adapters should be verbose
ffd98a6d default log level for adapters should be verbose
24f1142d Merge commit 'c085bc42b29ab6fef45c76e07bef69130647b83e' into publicare
419cde03 Merge commit 'c085bc42b29ab6fef45c76e07bef69130647b83e' into publicare
7165a39c fixed the publicare filter query
b5e61239 fixed the publicare filter query
279c99f7 remove double defer
16ad9e2c remove double defer
70dc3923 because of missing prices for public, prices are not getting updated and filters not invalidated
9c769861 because of missing prices for public, prices are not getting updated and filters not invalidated
90593b64 links but not sortable… for the moment
5cc5d2a0 links but not sortable… for the moment
94521a66 fixed product id cache invalidation faster now
2f9850cf fixed product id cache invalidation faster now
4067c185 wip invalidation cache problems
e6d03b24 wip invalidation cache problems
30c8b4a8 add possibility to skip invalidation
2453e8dd add possibility to skip invalidation
af2457df Merge branch 'master' of github.com:unchainedshop/unchained
a4a47018 review votes wip
27e3190d skip confirmations
a8ea6de5 skip confirmations
159c608d fixed delivery provider query issue
7db3fb33 fixed delivery provider query issue
80294fec Merge commit '9d233fbde2a99b8fea27e95ca2e8952eb0336d7d' into publicare
43d6b906 fix cart access issue
6af9f9c6 Merge commit '56f1eb6b339b6b027a1638b262bd10a8cedf7e60' into publicare
b47f10c1 adds mutations to create product reviews and update/delete owned product reviews
4ecca90e uses Date for serialization of token expiration
9daf8dac fixes fixture problems
c0bdf2a7 removes customizing options, unchained is hackable, business logic needs to be reflected in plugins
ec2a93d3 bumps minimal backend and the controlpanel
e10e52c8 eliminates a german word
d3047496 fixes some translations in the control panel
f9fc18a8 fixes privilege escalation through orders/products
75427ae6 api: add product review queries for management purposes
343017e3 finalizes first version of the product review feature without apis
1252b644 removes core-avatars at is too small to qualify for an own package
6b4a1e8a adds filter fixtures
9231fba0 adds setBaseAssortment
83c49d87 add product reviews db collection
5e44b961 refactors core-products / product-media in preparation for a new product review feature
3c18bc3a refactors core-products / product-variations in preparation for a new product review feature
ae9230c6 fix issue with provider resolver
1567e74d fix bump script
b8c332a2 release unchained 0.17.0
3963d2aa refactored core-payments
939e8481 refactored warehousing and delivery providers to use deletion flag
49b61c41 Merge commit '437f124a873edff2f42c6051f439404af5d30fda' into publicare
d500694c fix for react-dropzone 8
630d57ab Merge branch 'master' of silbury.git.beanstalkapp.com:/silbury/publicare-unchained
5add1016 Merge commit '7a9ebf40647834805ff457e3944aae6dff6913b4'
b74bb020 fix lock file
a011df51 Merge commit '0c122449675b772a1b631859f2ca743cf997c086' into unchained
edd5e644 bump
201762e3 bump
1e843dd8 bump control panel
80763880 lock
d42a9d51 Merge commit 'de8475e08da85343e5486fe7ba0839c7c1724aab' into publicare
153e6732 fix project name and bump minors
7326624c caps
affe8fd1 fix package.json regarding licenses used
e25b6613 license EUPL 1.1 -> EUPL 1.2
22f8c73f Merge commit 'd09b5d69ff413f8768552e66542050ddba2f1a2d' as 'common'
2c528a26 add minimal example
1fadcd9f git link
ac586186 license
cb97a5c9 rename core to packages
b13f4acf publish all script
76c9c01f 0.16.0
bd5cc0d8 fix circular deps
8e7284b7 published core
13486304 remove potential circular dependency introduced by core-logger
5f75cc9b deployed roles and utils
914e7567 make freezyboy work with new plugin structure
e2265fe6 make publicare work with new plugin structure
b95280b0 make unchained work with new plugin structure
e9ed861e start move of plugins
534f47da Merge branch 'develop' of github.com:xecutors/unchained into develop
76f20334 prune & dedupe
f5f64fe5 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
633ce8c6 removed momentjs as a dep
d3444de3 Merge branch 'develop' of https://github.com/xecutors/unchained into develop
ab138db0 lock
f8e103c5 minor
e5823d1d Merge branch 'master' of github.com:xecutors/unchained
9f06b695 change to web sortimente
16baeaff fix a logout issue
4c311b40 add initialize db script
25513330 pricing order discount
81443ab3 typo
0a5ac135 delivery & payment adapter key migrations
79ee8c4c upgrade
32e83d82 allow to customize apollo server and fix tracing enabled in production
700c78a9 fix files modules and erase some dagobert traces
718a927e upgrade to newest unchained
cb5e1af7 bump meteor packages needed
cf79426f Merge branch 'publicare' into develop
d17698a1 update current schema
1060ee3a harmonized version to 0.15.0
562a97ad PUBLICARE-640
89fde566 always https
1aae2f28 bump apollo in controlpanel
9bef56d3 role update mechanism works now
1ef8b1d1 non-conflicting keys needed
93d70d2b eu tax
b6914edb built the api security net
86fe61aa fixed filtered filters :)
a97a14e6 first try
f0e33d3b fixes performance bottleneck with product lists and many filters
e98a7dbd https://silbury.jira.com/browse/PUBLICARE-626
79bb14eb moved loggin checks to acl rules
406311da fixes logging of graphql errors
6ba45889 caches clients of a client too reduce calls to backend
7d9eb380 dedupe packages
00943c2e fix apollo config
8f0ef83e major apollo cli bump
672bc308 minor bumps to control panel
a3b147cf return errors correctly
3a0f615d fixes checkout delivery
f5c28ffb loaders are not development
bd9ad59d files
1e4a078e prepared insert with remote file after apollo server 2 upgrade
a7e92d45 loaders are only used in dev mode
47ec04c2 remove unneeded packages from backend bundle
bc4336c9 fixes the order logging
96b05118 warehousing and supply both belong to a simple product
723f7a76 migrated to apollo server 2
dcc79bb0 convert graphql schema to js files
c3a49208 removed babel-plugin-inline-import dependency
a02547d0 bump control panel
e7c3458f fix discount resolver
1aef8ece expose meta data for payment and orders through graphql
cf636b4c skip filters by default
d2607cd9 wip order insert and fix user
4afe8f96 allow to query for multiple slugs through products query
42ad1c4d adds context to order level and removes splitted ordercontact + orderaddress
f9c95d52 add possibility to read arbitrary meta context value
c63c07f0 fixed order-item pricing display
f7b19779 Revert "same-origin for fetch"
60c97633 same-origin for fetch
373b63cd bump some minor packages
194a9b79 cherry pick eu tax
60a8c417 add eu tax
1d1a00a5 added possibility to store context with order delivery addresses
d573b176 update to meteor 1.8
8876391d fix upload recipe
2cdb62aa bump controlpanel dependencies
4c17a9e2 try to fix cors issue
8121d66e fix reset password url settings
1894166c product pricing fix
c271c085 disable email verification email
f0862ef9 fix id of e-mail for order confirmation
5985d297 optimize handling of active and inactive filters and assortments
1caf9935 bump to nextjs 7
82a2ca16 add a very simple product suggestion algorithm for product details
c8268714 harden unchained against pricing plugin errors
e86310c2 unchained supports ambiguous configuration on product items
07745fbb add new feature: siblings lookup in product
71a5611b by id queries could resolve to null and that’s perfectly okay
1adea537 remove log
a4827d69 default translation for core filters is the key itself
e4a29822 lock
df27b581 bump apollo and react
2afd6469 fix purging
2ce3cefc fix infinitetable not found
0a74f614 next supports .jsx filenames, remove linter exception
c2251a0b assortment sync is responsible of cleaning filter assignments
f4ebcab2 filter sync
185e2c87 fix filter cache format
196ed2d0 show correct prixing and recalculate cart on client change
e89529a3 added publicare attributes
66bffba0 added ui for dynamic filter management
a0657748 fixed small issues with default filter queryies
c3c99572 security patches
96867ad6 filter queries
684ebdef dynamic filter api
f5f4b332 dynamic filters breakthrough
f53aed86 added core filters package
a80b0e7e init filters
9f5284d0 fixed quantities that are fuckin floats?
09e14567 added custom fields tags and resolve spitex profile
fd107781 wip user profile
23ec51cd fix stock availability
ff238c5b allow to store metadata in delivery & payment pricing sheets, fixed delivery pricing
ea750a79 allow editing staffelmengen
4f96c3c9 fix various errors
d985c43c bump meteor minor version
e774430a use node 8 for next
770877dd allow to submit custom fields with createUser and forward to registrationInsert
d1bcb788 remove unneeded custom mutation
415a3b94 fix reusing existing media elements
c3e31707 registration fix (login after regsiter + mail)
de344c5a export acl, errors & resolvers from the api package
3a0fbe58 integrate delivery date estimation and restructure plugins out of common plugins folder
0feab9e3 fix getAvailableStock, signup/forgot/set/login works
8ad9ca30 use stock quantity service
31e127e4 fix slug finding algorithm
a8aa5048 added warehousing and delivery providers for publicare
cc9dd7ea lint core and plugin code
226d2d9b fixed login redirect issue with webapp
714bd953 wip stock type
821fe014 added stock quantity estimation
33899dc8 return publicare attributes from db in api
5f55d8d9 allow staffelmengen
c6dcc1f2 allow to store max quantity
498719a0 import migel metadata and sales prices from navision
f45d9cb6 fix dependency issue with url-loader in semantic-ui
42a06ec0 allow for starting webapp with remote endpoint (not setting the endpoint)
773309ee use apollo-cli and drop graphql-cli
e80ef618 bumped graphql-tools and react
fb152cbd fix mock data for users
c6249c17 introduces forgot and reset password process
28acd7f7 bump deps
e2c9a0c2 fix some queries
11d24604 Merge branch 'unchained' into publicare
3f342e5e fix some linting issues
cbea91df some translations
7e09d2f6 minor bumps
0e928871 fixes add to cart showcase and invoicing
fe78bdb7 major bump updating semantic-ui
0c368709 fixes guest login
9e71a761 assortments core module can now be synchronized
65fb14ba implemented a sync mechanism for assortments keeping our _id’s updating texts and links
07181646 updated timestamps fixed for various collections
6f0d93cd fixed dedupes
72beeecf bump
c6e97e90 bump minors
74dec25b displayName is not mandatory
12b401a1 wip sign up through navision mocks
4c74db91 disable guest login and add signup through publicare stub
a1574ded remove obsolete CreateUserProfileInput type from graphql schema
48699f63 disable email verification in enroll mode completely, only sending enrollment mails and only if password is not set
5042b390 fix various issues
0f588f80 assortment links and assortment products in controlpanel
001390a2 linter updated
373bae1f only download media if not in db, simplify product translation (every product type has localizable text)
11d5ee37 fix navision login and made crossbase api feature complete
2f3e707b fix assortment graph render eeeeverything
94452d9b assortment graph
1bada9e0 dedupe
8d962464 allow filtering out non-root nodes in assortments and carts in orders
c7ab6d06 fix hidden guests
1a4dc5b6 wip assortment editing
1b8d71ea wip assortment header
942c00df assortment forms without linked content
bc8f66c7 wip assortments
2cdea565 little bit nicer
6ebf7a75 simplified controlpanel
00535a9b password handling plain
6e0b1c53 fix rounding of currency
a225d975 bbq sausage pricing
2aab6b0a update controlpanel
5568610a fix isMyself crash
49d91f27 logging to much
2b573ebc use id as slug fallback when auto generating localized text entries
ca9ea0f4 fix assortment import and product links
b816fa95 fix delivery provider missing kils update scheduling
cd498d35 upgrade winston
33570a65 localizations
5392120f fix avatar
b30b2847 Merge branch 'develop' into publicare
b964a3c1 remove the logs
ff101965 promisify load/write
5aa6d6ab wip
1f46ca65 fix vat round issue and getTemplate
bee38178 Merge branch 'publicare' of github.com:xecutors/unchained into publicare
87f55bc6 wip wipe
345654d9 publicare: navision stubs
6a37a779 introduced a productId cache on core assortments for performance reasons
e44e7050 feat(core): add crossbase
4bdfdcf8 assortments need a isRoot flag for the global query
b0e9504c crossbase breakthrough
f531590f chore(core): add some fixtures for assortments
1c7a52b2 feat(core): core-assortment first version
b55bd8c7 feat(core): added assortment resolvers
9b349381 feat(core): add initial assortment api’s
c7f3b219 feat(core): add core-assortments package and made localization helpers reusable
f3517b71 feat(core): export callMethod and getConnection + schema merging to customize login
f933463d use meteor 1.7 explicit mainModule
d003da0a bump
9625e796 put the mailman into core
43e65a12 gitignores
44aa2d9b introduce displayName and move first + lastname down to the legal address
15708f80 allow to store gender and address on user
aaa29ce5 bump cp
a0606e08 added unchained roles
25ff89a8 WIP: Only support meteor 1.7
21b4defa WIP: meteor 1.7
e72cc7a9 toast error, cookie issue fixed
d0f231ff fixed controlpanel
c8e49608 prepare multi-company setup
REVERT: bbcb0d59 add mwst and delivery
REVERT: 851be16d Merge commit '58903fe7e8fa9357581603a6d22b5db2bd99f1b9'
REVERT: c059fbaa Merge commit '2f88136b284641d581c94f8df89ae5d09b486154'
REVERT: 425218d2 Merge commit '8ddcd309f8352c556fca970eb7a6879a622aa4db'
REVERT: 3a40e95e Merge commit '6b53739fbf2f265c0935f6b147cb3d17fc300854' as 'engine/common'

git-subtree-dir: engine/common
git-subtree-split: c580a5b59f82fd2b5900d0dc55fa2c4087e6bb59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant