Project

General

Profile

Download (139 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5e7343ec 06/09/2023 07:52 AM Maria Agaphontzev

Fixes #36439 - remove storybook and update ui docs

dc4201f5 05/03/2021 12:38 PM Ron Lavi

Fixes #32361 - Use eslint-plugin-translation

65409945 10/07/2020 02:20 PM Ron Lavi

Fixes #30840 - Add eslint spellcheck

a9861944 06/25/2018 08:02 AM Tomer Brisker

Fixes #23924 - Use consistent IDs for modules in webpack

This replaces the NamedModulesPlugin with a simplified version, that
strips the relative path part of the module ID up to the
node_modules/ part. This allows using consistent naming for modules,
even when running the packaging from different directories relative to...

3b10c2a9 09/14/2016 03:15 AM Shlomi Zadok

Fixes #16074 - Adds BIND variable to startup process

Instead of binding to 0.0.0.0 we default to localhost
and use ENV variable BIND to override.
This also introduces '.env' files which helps to set
other ENV variables

f233e57d 08/24/2016 11:21 AM Tomer Brisker

Refs #16222 - Increase scope of eslint ignore

da6a1676 08/22/2016 02:29 PM Daniel Lobato Garcia

Fixes #16222 - Make HoundCI round ESLint on new JS

15806 adds support for ESLint on new JS code via 'npm run lint'
This contains the configuration to make HoundCI run these linting checks
and comment on the pull request with any warnings. It'll ignore the old...