Tobias Bengfort
Tobias Bengfort
TL;DR: We should switch to istanbul. I found the issue: In order to track code coverage, blanket fetches the code, manipulates it, and then executes the manipulated code. If branch...
As typescript is a superset of javascript, can't we just rename the protractor test files to `*.ts`?
We can either install yet another linter or use tslint (see https://github.com/palantir/tslint/issues/515)
This is not properly documented, but it is actually how the embed API works: If the attribute is specified the value is `true`, if it is not specified the value...
Note that #2043 introduces a second option of building styleguides.
From my POV this is done. It is on the maintainers to decide whether they want this or not. If they decide they want to merge this I can fix...
> Acceptance test for the password reset is also broken Has been fixed in #1429
As far as I understand we need to make sure that - the backend sends a websocket event - varnish reacts to it by dropping everything inside of that process...
This might be connected to #857
The errors mentioned above happen on GET. POST responds with a 200 status.