Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-23Merge branch '58869-unified-fe-test-script' into 'master'Clement Ho
Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239
2019-05-20Fix typos in the whole gitlab-ce projectYoginth
2019-05-13Update FE test scriptPaul Slaughter
- 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
2019-05-13Create a unified script to run Jest & Karma testsPaul Gascou-Vaillancourt
- Created scripts/frontend/test.js - Updated test task to call Node script
2019-03-26First iteration of GitLab own StylelintsTim Zallmann
DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules
2019-03-11Remove node 6 trailing comma supportMike Greiling
This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
2018-11-15Fix typos occured to occurredHiroyuki Sato
2018-10-22Fix/update prettier scriptMike Greiling
2018-08-19Don't use arguments keyword in gettext scriptgfyoung
Causing SAST build to fail unnecessarily. Follow-up to !19378.
2018-08-16Frontend: Proper gettext extraction with gettext-extractorπŸŒ΄πŸ‡ΏπŸ‡¦ Lukas Eipert (OOO until Summit)
2018-07-09Removed return statements from prettier scriptWinnie Hellmann
2018-06-25Resolve "100% CPU for webpack-dev-server running in GDK"Mike Greiling
2018-06-15Fixed the searching on the whole disk :-PTim Zallmann
2018-06-15Added possibility to run prettier against one specific directory to make our ↡Tim Zallmann
conversion easier
2018-06-15Fixed Prettier Config Applying + Updated Prettier to newest versionTim Zallmann
2018-03-26Make use of the prettier ignore file during our save scriptLukas Eipert
2018-03-23update eslintignore for node scriptsMike Greiling
2018-03-23prettify all node scriptsMike Greiling
2018-03-14Prettier Phase 1: Prettier Configuration, Prettifying of files and documentationTim Zallmann