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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-05Reconfigure rollup to prevent build warningsEvan Read
2021-02-22Update NodeJS dependencies🤖 GitLab Bot 🤖
2021-02-16Set preferBuiltins as false in node-resolve in RollupTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2021-01-28Fix(Mobile): Mobile navbar refractorDavid O'Regan
Update our breadcrumbs and mobile sidebar to use consistent navigation with main project
2020-10-06Upgrade Prettier library and fix warnings that resultEvan Read
2020-10-01Handle yarn instant search build and reduce bundle sizeDavid O'Regan
2020-09-07Update rollup config for productionDavid O'Regan
2020-07-15Rollup gitlab-uiDavid O'Regan
The first attenpt to use rollup to import the gitlab-ui project.
2020-02-17Rename icon helperJacques Erasmus
Renamed the icon helper to something more generic
2020-02-07Move specs `spec/javascripts/` -> `specs/frontend/`Jacques Erasmus
Moved specs from `spec/javascripts/` to `specs/frontend/`
2020-01-31Add and configure prettierjerasmus
Added and configured prettier in the codebase
2019-12-09Add eslint to the codebaseJacques Erasmus
Added/configured eslint
2019-11-22Add Jest as a frontend testing frameworkJacques Erasmus
Added Jest as a frontend testing framework
2019-10-17Add support for VueJSJacques Erasmus
This adds support for VueJs in the docs project
2019-10-15Add support for modern JSJacques Erasmus
Added rollup to the project