Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-01 | Replace from Code Climate to Super-Linter (#18587) | Yamagishi Kazutoshi | |
2022-04-04 | Replace deprecated String.prototype.substr() (#17949) | CommanderRoot | |
* Replace deprecated String.prototype.substr() .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated * Change String.prototype.substring() to String.prototype.slice() .substring() and .slice() work very similary but .slice() is a bit faster and stricter * Add ESLint rule to forbid usage of .substr and .substring .substr() is deprecated and .substring() is very similar to .slice() so better to use .slice() at all times Signed-off-by: Tobias Speicher <rootcommander@gmail.com> | |||
2020-07-11 | Enable promise/catch-or-return allowFinally (#14289) | abcang | |
2019-02-01 | Refactor icons in web UI to use Icon component (#9951) | Eugen Rochko | |
* Refactor uses of icons to an Icon component in web UI * Refactor options passed to the Icon component * Make tests work with absolute component paths | |||
2019-01-04 | Increase files checked by ESLint (#9705) | Yamagishi Kazutoshi | |