Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve output for yarn integrity check | Winnie Hellmann | 2019-09-03 | 1 | -0/+11 |
| | |||||
* | Add script for frontend test file coverage | Winnie Hellmann | 2019-08-08 | 1 | -0/+88 |
| | |||||
* | Add watch option to test script | Paul Gascou-Vaillancourt | 2019-06-19 | 1 | -7/+16 |
| | |||||
* | Merge branch '58869-unified-fe-test-script' into 'master' | Clement Ho | 2019-05-23 | 1 | -0/+114 |
|\ | | | | | | | | | | | | | Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239 | ||||
| * | Update FE test script58869-unified-fe-test-script | Paul Slaughter | 2019-05-13 | 1 | -22/+59 |
| | | | | | | | | | | | | | | - Don't fail when no tests match - Print the cmd prefix for each line in it's data - Update exit code handling - Add colors to summary message | ||||
| * | Create a unified script to run Jest & Karma tests | Paul Gascou-Vaillancourt | 2019-05-13 | 1 | -0/+77 |
| | | | | | | | | | | - Created scripts/frontend/test.js - Updated test task to call Node script | ||||
* | | Fix typos in the whole gitlab-ce project | Yoginth | 2019-05-20 | 1 | -1/+1 |
|/ | |||||
* | First iteration of GitLab own Stylelints | Tim Zallmann | 2019-03-26 | 5 | -0/+394 |
| | | | | | | | | DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules | ||||
* | Remove node 6 trailing comma support | Mike Greiling | 2019-03-11 | 2 | -3/+3 |
| | | | | | This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6 | ||||
* | Fix typos occured to occurred | Hiroyuki Sato | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | Fix/update prettier script | Mike Greiling | 2018-10-22 | 2 | -109/+100 |
| | |||||
* | Don't use arguments keyword in gettext script | gfyoung | 2018-08-19 | 1 | -5/+5 |
| | | | | | | Causing SAST build to fail unnecessarily. Follow-up to !19378. | ||||
* | Frontend: Proper gettext extraction with gettext-extractor | π΄πΏπ¦ Lukas Eipert (OOO until Summit) | 2018-08-16 | 1 | -0/+72 |
| | |||||
* | Removed return statements from prettier script | Winnie Hellmann | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | Resolve "100% CPU for webpack-dev-server running in GDK" | Mike Greiling | 2018-06-25 | 1 | -0/+22 |
| | |||||
* | Fixed the searching on the whole disk :-P44771-prettier-seems-to-ignore-the-overrides-2 | Tim Zallmann | 2018-06-15 | 1 | -3/+6 |
| | |||||
* | Added possibility to run prettier against one specific directory to make our β΅ | Tim Zallmann | 2018-06-15 | 1 | -3/+9 |
| | | | | conversion easier | ||||
* | Fixed Prettier Config Applying + Updated Prettier to newest version | Tim Zallmann | 2018-06-15 | 1 | -20/+20 |
| | |||||
* | Make use of the prettier ignore file during our save script | Lukas Eipert | 2018-03-26 | 1 | -0/+22 |
| | |||||
* | update eslintignore for node scripts | Mike Greiling | 2018-03-23 | 2 | -2/+0 |
| | |||||
* | prettify all node scripts | Mike Greiling | 2018-03-23 | 2 | -18/+6 |
| | |||||
* | Prettier Phase 1: Prettier Configuration, Prettifying of files and documentation | Tim Zallmann | 2018-03-14 | 2 | -0/+133 |