An error occurred fetching the project authors.
- 18 Aug, 2021 1 commit
-
-
Roger Meier authored
-
- 16 Aug, 2021 1 commit
-
-
Amy Qualls authored
Unfortunately, /help does not render inline Vale exclusions properly, so we need to move them all to block-level exclusions.
-
- 21 Jul, 2021 1 commit
-
-
peterhegman authored
-
- 18 Jun, 2021 1 commit
-
-
Denys Mishunov authored
Updated all the instances of editor lite. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64302 EE: true
-
- 08 Jun, 2021 1 commit
-
-
Enrique Alcántara authored
-
- 17 Mar, 2021 1 commit
-
-
Victor authored
-
- 18 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
Replace all scss-lint mentions with stylelint.
-
- 11 Feb, 2021 1 commit
-
-
Amy Qualls authored
Tackle another round of exceptions to the spelling rule. Most of these needed one-off exclusions.
-
- 05 Feb, 2021 1 commit
-
-
Paul Slaughter authored
Singletons have been the source of many ills.
-
- 03 Feb, 2021 1 commit
-
-
Paul Slaughter authored
Also adds its first entry
-
- 25 Jan, 2021 1 commit
-
-
Lindsay Kerr authored
Addressing various Vale errors & warnings in fe_guide documentation
-
- 16 Dec, 2020 1 commit
-
-
Amy Qualls authored
Move the Possessive.yml rule to error status, to satisfy a request from Legal.
-
- 23 Nov, 2020 1 commit
-
-
Achilleas Pipinellis authored
The previous URL had two drawbacks: 1. It didn't match what the title was about (`Assignments to DevOps Stages and Groups`, and the anchor was `#designated-technical-writers`). 2. It didn't account for the other sections, like development and API guidelines.
-
- 30 Oct, 2020 1 commit
-
-
Amy Qualls authored
Create a real redirect instead of what was here.
-
- 12 Oct, 2020 1 commit
-
-
Nathan Friend authored
This commit updates the way in which we bind key sequences to functions when implementing keyboard shortcuts. Before this commit, developers would directly bind a key sequence to a handler: ```js Mousetrap.bind('p b', handler); ``` After this commit, developers will instead define a new "command" in `~/behaviors/shortcuts/keybindings.js` and bind to the result of `keysFor(command)`: ```js import { keysFor, TOGGLE_PERFORMANCE_BAR } from '~/behaviors/shortcuts/keybindings.js'; Mousetrap.bind(keysFor(TOGGLE_PERFORMANCE_BAR), handler); ``` `keybindings.js` handles returning the appropriate key sequence for the command (or it returns `[]` if the command is disabled).
-
- 06 Aug, 2020 1 commit
-
- 01 Jul, 2020 1 commit
-
- 20 Apr, 2020 1 commit
-
-
Marcel Amirault authored
Change reference style links into inline links in development docs
-
- 04 Apr, 2020 1 commit
-
-
Marcin Sedlak-Jakubowski authored
This commit changes redirected links to their destinations.
-
- 09 Mar, 2020 1 commit
-
-
Mike Greiling authored
-
- 28 Feb, 2020 1 commit
-
-
Enrique Alcantara authored
-
- 13 Feb, 2020 1 commit
-
-
Tom Quirk authored
-
- 29 Nov, 2019 1 commit
-
-
Tristan Read authored
This is part of a wider effort to consolidate frontend development guides. Issue here: https://gitlab.com/gitlab-org/frontend/general/issues/25
-
- 27 Sep, 2019 1 commit
-
-
Marcel Amirault authored
Update all links in /dev that were causing 404s or redirecting warnings in the link checker
-
- 19 Sep, 2019 2 commits
-
-
Taurie Davis authored
-
tauriedavis authored
-
- 18 Sep, 2019 1 commit
-
-
Jeremy Jackson authored
This updates all of the event tracking documentation and moves it into a consolidated area dedicated to event tracking.
-
- 12 Aug, 2019 1 commit
-
-
Luke Duncalfe authored
-
- 15 Jul, 2019 1 commit
-
-
Marcel Amirault authored
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
-
- 16 Apr, 2019 1 commit
-
-
Winnie Hellmann authored
-
- 21 Mar, 2019 1 commit
-
-
Simon Knox authored
Start moving back to regular fe_docs Remove Initiatives, add section to index in fe_guide Delete some no-longer-relevant parts from principles Update title - Progressive Enchancement is a browser-support term and could be confused "When to use" parts are discussed elswhere Vue & jQuery issue is no longer relevant Delete duplicate Security docs Remove empty files, move event_tracking Shuffle index sections around Remove sections on Vue & Webpack (we say same thing in prev paragraph) Remove link to Droplab docs
-
- 13 Feb, 2019 1 commit
-
-
Martin Wortschack authored
- Add link to Event tracking in FE guides
-
- 14 Jan, 2019 2 commits
-
-
Lukas Eipert authored
-
Lukas Eipert authored
-
- 08 Jan, 2019 2 commits
- 28 Nov, 2018 1 commit
-
-
Phil Hughes authored
-
- 27 May, 2018 1 commit
-
-
Lukas Eipert authored
-
- 07 May, 2018 1 commit
-
-
Clement Ho authored
-
- 19 Apr, 2018 1 commit
-
-
Tim Zallmann authored
-