All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
resolveBrandMapQueryAs
in settings andbrandInternals
- Handles route translation errors
- Deletes old routes after new routes are saved
- Translate brands only using user translations
- Setting to enable correct behavior for the multi-language search
- Removes comma in slugify function
- Bumps version
- Deletes previous routes, before updatnig route
- Saves origin with complete app name and version
- Fixes subcategory deeper than 3 bug
- Throws 404 error when tenant is not found
- Wrong map for subcategories
- Removes cache from messages so we are always fresh
- Unecessary event handlers removed
- Listens to events raised by catalog-graphql
- translate before lowering the string, so product link are translated correctly
- Fixes filte bindings by sales channel
- Translates the product,brand and category before saving internals
- Stops going up the category tree
- How to test added in documentation along with curls
- Adds new save pipeline so we can console.log whenever saving internals when linked. This will provide an easier testing
- Reverse index for internal routes
- Removes unecessary IO since now every accounts has a tenant
- Runs vtex setup and solves the incoming issues
- Correctly returns a internal in getInternal query
- Removes messages middleware
- Changes event sender
- Saves inactive categories and brands as notFound
- Set default indexed canonical searches to 0
- Fix pageType resolution
- Increases redirect ttl to one year
- Adds origin field to saved routes
- Saves reverse index, from id to url and saves redirect in case of change in route
- Upgrades to node 6.x
- Improve clients configurations
- Use correct slugify
- Middleware to control simultaneous requests
- Join categories requests
- Do not set TTL to saved internal routes
- Saves categories routes with correct i
- Saves all routes from the whole category tree
- Saves routes with correct bindings
- Save routes in rewriter
- Runs vtex setup and fixed eslint errors
- Add settings with number of search urls to be indexed
- Using new IOClient
- Initial example