summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra blank lines from docsMarcel Amirault2019-07-151-10/+0
| | | | | | Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
* Add blank lines around code blocksMarcel Amirault2019-07-126-53/+68
| | | | All code blocks should be surrounded by blank lines
* Update redirected links to final destinationMarcel Amirault2019-07-093-6/+4
| | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
* Add lint rule that headings must increment one level at a timeEvan Read2019-07-081-3/+4
| | | | Also fixes instances in Markdown that broke the rule.
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-041-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
* Fix most bare URLs in projectEvan Read2019-07-022-5/+13
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Docs: minor fix to link formatczmj2019-07-011-1/+1
|
* Improve accessibility tooling documentationimprove-accessibility-frontend-docsDavid Pisek2019-06-271-2/+10
| | | | | Add links to useful browser extensions and learning resources to the FE-accessibility documentation.
* Added naming convention for .graphql filesNatalia Tepluhina2019-06-131-0/+6
|
* Add a New Copy Button That Works in ModalsAndrew Fontaine2019-06-061-0/+14
| | | | | | | | | | | | This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
* Docs: Clean up links to remove ./ usageMarcel Amirault2019-06-051-1/+1
|
* Fix badly rendered code blocks in JavaScript styleguideOndřej Budai2019-06-011-1/+5
|
* Added a note about v-slot directiveNatalia Tepluhina2019-05-281-2/+12
|
* Merge branch 'fe-docs-utility-first' into 'master'Clement Ho2019-05-231-8/+32
|\ | | | | | | | | | | | | Add "utility-first" section to FE scss style guide Closes gitlab-ui#38 See merge request gitlab-org/gitlab-ce!28312
| * Apply suggestion to doc/development/fe_guide/style_guide_scss.mdfe-docs-utility-firstPaul Slaughter2019-05-221-1/+1
| |
| * Add utility-first css section to fe docsPaul Slaughter2019-05-141-0/+19
| |
| * Clean up readability of utility class style guidePaul Slaughter2019-05-141-9/+14
| |
* | Merge branch 'patch-55' into 'master'Clement Ho2019-05-151-2/+2
|\ \ | |/ |/| | | | | Docs: couple of improvements to the Vuex frontend guide See merge request gitlab-org/gitlab-ce!28257
| * Couple of improvements to the Vuex frontend guidePhillip Johnsen2019-05-101-2/+2
| | | | | | | | | | | | | | | | Two nitpick improvements to the following: * set `state.isAddingUser = false` when request resulted in an error, as it has finished after all * be very explicit about vuex store being a local module to avoid confusion about a dependency named `store`
* | Update doc/development/fe_guide/graphql.mdNatalia Tepluhina2019-05-131-2/+6
|/
* Docs: Merge EE doc/development to CEMarcel Amirault2019-05-051-0/+2
|
* Create frontend FAQ (documentation)Winnie Hellmann2019-04-162-0/+31
|
* Merge branch 'more-consistent-namespacing-vuex-example-code' into 'master'Filipa Lacerda2019-04-091-2/+2
|\ | | | | | | | | Use RECEIVE namespace rather than REQUEST See merge request gitlab-org/gitlab-ce!27130
| * Use RECEIVE namespace rather than REQUESTmore-consistent-namespacing-vuex-example-codeMark Florian2019-04-081-2/+2
| | | | | | | | This brings the mutation type name closer to the associated action, so the documented example is more consistent.
* | Fix page specific JavaScript link in documentationMark Florian2019-04-091-3/+3
|/
* Add docs to mention new util classescss-color-utilsSimon Knox2019-04-051-1/+9
|
* Add color util classes for backgrounds and textSimon Knox2019-04-041-1/+1
| | | | | | | We have a range of shades for most of the theme colors Grouped them into color maps the same way Bootstrap does for $grays already Also add type scale utils
* Adds documentation about the utility classesFilipa Lacerda2019-04-021-0/+9
|
* CE backport of design-management-upload-clientPhil Hughes2019-04-021-9/+19
|
* Docs: Add automatic redirects to last batch of moved filesMarcel Amirault2019-03-261-1/+5
|
* Cleanup of fe_docsSimon Knox2019-03-224-23/+125
| | | | | | | | | | | | | | | 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
* Updates how to export the state objectFilipa Lacerda2019-03-101-2/+2
|
* Docs: Fix broken anchors in development docsMarcel Amirault2019-03-052-7/+4
|
* Merge branch 'design-management-vue-app-ce' into 'master'Filipa Lacerda2019-02-251-2/+26
|\ | | | | | | | | Port design-management-vue-app to CE See merge request gitlab-org/gitlab-ce!25494
| * Port design-management-vue-app to CEPhil Hughes2019-02-221-2/+26
| |
* | Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Ensure all lists are surrounded by new linesEvan Read2019-02-226-21/+25
|/ | | | | | | | | Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
* Remove consecutive blank lines from markdown filesEvan Read2019-02-187-7/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Add event tracking documentationMartin Wortschack2019-02-131-3/+16
| | | | - Add link to Event tracking in FE guides
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-3/+3
|
* Update vuex.md - swap PUT/POST methodsFilipa Lacerda2019-01-181-2/+2
|
* Update FE developer and installation documentationLukas Eipert2019-01-141-2/+2
|
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-087-36/+37
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Add spaces before code snippetsSylhare2018-12-111-1/+5
|
* Added frontend GraphQL docsPhil Hughes2018-11-282-0/+86
|
* Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-271-1/+1
|\ | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| * Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | deprecate UX Guide and redirect to design.gitlabSarrah Vesselov2018-11-211-2/+2
|/
* Merge branch 'docs/fix-ordered-list-item-prefix' into 'master'Achilleas Pipinellis2018-11-132-7/+11
|\ | | | | | | | | Resolve Markdown ordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23007
| * Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-132-7/+11
| |