tailor icon indicating copy to clipboard operation
tailor copied to clipboard

A streaming layout service for front-end microservices

Results 48 tailor issues
Sort by recently updated
recently updated
newest added

ESLint reports some errors. See https://travis-ci.org/github/zalando/tailor/jobs/767330074 Also there is a lot of deprecated code/function usage. `lib/request-fragment.js:34` `tests/filter-headers.js` `tests/fragment.events.js` `tests/fragment.js` `tests/handle-tag.js` `tests/request-fragment.js` `tests/serializer.js` `tests/tailor.events.js` `tests/tailor.js` `tests/transform.js` ...

It is not uncommon to switch between environments (dev, staging, prod, ...). It would be nice if it is possible to implement a solution to provide it out of the...

Hello, I'm trying to consume templates from a storage, but I'm only getting the response 'template not found'. ```js 'use strict' const http = require('http') const Tailor = require('node-tailor') const...

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.0.0 to 1.13.0. Release notes Sourced from puppeteer's releases. v1.13.0 Big Changes Chromium 74.0.3723.0 (r637110) API Changes No API changes. Bug Fixes #3762 - uploadFile in puppeteer-firefox...

dependencies

There is a small typo in docs/Performance.md. Should read `retrieve` rather than `retrive`.

I want to change response status code when fragment request send to call fallback url. Which is set in request-handler.js fragment.once('fallback', err => { this.emit('error', request, err); span.setTag(Tags.HTTP_STATUS_CODE, 500); response.writeHead(500,...

We have used tailor for serving multiple fragments and among them some fragments are used in all the page like header, footer, navigation etc. Now I want to stop to...

Hi, I like the nextjs framework when it comes to creating server side rendered apps. But it is not very suitable for micro frontends. I think it is build not...

as @vigneshshanmugam suggested in https://github.com/zalando/tailor/issues/277 I'm sending PR with updated readme. Thank you

This corrects the type definition for requestFragment, which does not match it's implementation. This resolves https://github.com/zalando/tailor/issues/327 and closes https://github.com/zalando/tailor/pull/297. This also corrects initialisation of custom `requestFragment` functions, which otherwise are...