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
2018-12-05Setup Jest test environmentWinnie Hellmann
2018-11-24Fix documentation on using prettier for a specific directoryStan Hu
If the `check` parameter is used, the `allFiles` parameter is `false`, which causes the prettier.js script only to process staged files. The correct parameters are `check-all` and `save-all`.
2018-11-13Add missing slash in frontend testing guideWinnie Hellmann
2018-11-13Merge branch 'docs-jivl-update-monitoring-urls' into 'master'Clement Ho
Update URL for the grafana instance of sitespeed See merge request gitlab-org/gitlab-ce!23001
2018-11-13Merge branch 'winh-frontend-testing-categories-docs' into 'master'Tim Zallmann
Add documentation about frontend test categories to frontend guide See merge request gitlab-org/gitlab-ce!21344
2018-11-13Make it explicit that we are referencing official Vue guidelinesWinnie Hellmann
2018-11-13Replace "need not" with "don't"Winnie Hellmann
2018-11-13Resolve Markdown ordered lists not conforming to styleguideEvan Read
2018-11-13Update URL for the grafana instance of sitespeedJose Vargas
2018-10-26Fix heading levelsWinnie Hellmann
2018-10-26Remove section about types of testsWinnie Hellmann
2018-10-26Remove section about Karma testsWinnie Hellmann
2018-10-26Remove section about RSpec testsWinnie Hellmann
2018-10-26Describe categories of frontend testing in testing guidelinesWinnie Hellmann
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-08-10Add documentation on how to test on older firefox versionsJose
2018-06-15Added possibility to run prettier against one specific directory to make our ↵Tim Zallmann
conversion easier
2018-06-13Add documentation: Overview of Frontend TestingAndré Luís
2018-05-31update the frontend dependency guide with distinction between dependencies ↵Mike Greiling
and devDependencies
2018-05-29Add yarn clean step, to delete production compiled assetsJose
2018-05-27Add docs for frontend accessibilityClement Ho
2018-04-12Added d3 documentation for the new fe guideJose Ivan Vargas
2018-03-28Add JavaScript style guideClement Ho
2018-03-21Added monitoring docsJose Ivan Vargas
2018-03-15Rename style to style guide in new frontend guideClement Ho
2018-03-15Add HTML style guideClement Ho
2018-03-15Add frontend guide principlesClement Ho
2018-03-14Prettier Phase 1: Prettier Configuration, Prettifying of files and documentationTim Zallmann
2018-03-13Merge branch 'docs-fe-security' into 'master'Tim Zallmann
Add frontend security documentation See merge request gitlab-org/gitlab-ce!17622
2018-03-07Add frontend security documentationClement Ho
2018-03-07Fix accessibility typoClement Ho
2018-03-07Add new frontend guide structureClement Ho