Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extra blank lines from docs | Marcel Amirault | 2019-07-15 | 1 | -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 blocks | Marcel Amirault | 2019-07-12 | 6 | -53/+68 |
| | | | | All code blocks should be surrounded by blank lines | ||||
* | Update redirected links to final destination | Marcel Amirault | 2019-07-09 | 3 | -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 time | Evan Read | 2019-07-08 | 1 | -3/+4 |
| | | | | Also fixes instances in Markdown that broke the rule. | ||||
* | Small markdown tweaks to clear kramdown warnings | Marcel Amirault | 2019-07-04 | 1 | -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 project | Evan Read | 2019-07-02 | 2 | -5/+13 |
| | | | | | | Linting rule not enabled for now because tooling produces false positives. | ||||
* | Docs: minor fix to link format | czmj | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | Improve accessibility tooling documentationimprove-accessibility-frontend-docs | David Pisek | 2019-06-27 | 1 | -2/+10 |
| | | | | | Add links to useful browser extensions and learning resources to the FE-accessibility documentation. | ||||
* | Added naming convention for .graphql files | Natalia Tepluhina | 2019-06-13 | 1 | -0/+6 |
| | |||||
* | Add a New Copy Button That Works in Modals | Andrew Fontaine | 2019-06-06 | 1 | -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 ./ usage | Marcel Amirault | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | Fix badly rendered code blocks in JavaScript styleguide | Ondřej Budai | 2019-06-01 | 1 | -1/+5 |
| | |||||
* | Added a note about v-slot directive | Natalia Tepluhina | 2019-05-28 | 1 | -2/+12 |
| | |||||
* | Merge branch 'fe-docs-utility-first' into 'master' | Clement Ho | 2019-05-23 | 1 | -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-first | Paul Slaughter | 2019-05-22 | 1 | -1/+1 |
| | | |||||
| * | Add utility-first css section to fe docs | Paul Slaughter | 2019-05-14 | 1 | -0/+19 |
| | | |||||
| * | Clean up readability of utility class style guide | Paul Slaughter | 2019-05-14 | 1 | -9/+14 |
| | | |||||
* | | Merge branch 'patch-55' into 'master' | Clement Ho | 2019-05-15 | 1 | -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 guide | Phillip Johnsen | 2019-05-10 | 1 | -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.md | Natalia Tepluhina | 2019-05-13 | 1 | -2/+6 |
|/ | |||||
* | Docs: Merge EE doc/development to CE | Marcel Amirault | 2019-05-05 | 1 | -0/+2 |
| | |||||
* | Create frontend FAQ (documentation) | Winnie Hellmann | 2019-04-16 | 2 | -0/+31 |
| | |||||
* | Merge branch 'more-consistent-namespacing-vuex-example-code' into 'master' | Filipa Lacerda | 2019-04-09 | 1 | -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-code | Mark Florian | 2019-04-08 | 1 | -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 documentation | Mark Florian | 2019-04-09 | 1 | -3/+3 |
|/ | |||||
* | Add docs to mention new util classescss-color-utils | Simon Knox | 2019-04-05 | 1 | -1/+9 |
| | |||||
* | Add color util classes for backgrounds and text | Simon Knox | 2019-04-04 | 1 | -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 classes | Filipa Lacerda | 2019-04-02 | 1 | -0/+9 |
| | |||||
* | CE backport of design-management-upload-client | Phil Hughes | 2019-04-02 | 1 | -9/+19 |
| | |||||
* | Docs: Add automatic redirects to last batch of moved files | Marcel Amirault | 2019-03-26 | 1 | -1/+5 |
| | |||||
* | Cleanup of fe_docs | Simon Knox | 2019-03-22 | 4 | -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 object | Filipa Lacerda | 2019-03-10 | 1 | -2/+2 |
| | |||||
* | Docs: Fix broken anchors in development docs | Marcel Amirault | 2019-03-05 | 2 | -7/+4 |
| | |||||
* | Merge branch 'design-management-vue-app-ce' into 'master' | Filipa Lacerda | 2019-02-25 | 1 | -2/+26 |
|\ | | | | | | | | | Port design-management-vue-app to CE See merge request gitlab-org/gitlab-ce!25494 | ||||
| * | Port design-management-vue-app to CE | Phil Hughes | 2019-02-22 | 1 | -2/+26 |
| | | |||||
* | | Fix misspellings in docs | Takuya Noguchi | 2019-02-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Ensure all lists are surrounded by new lines | Evan Read | 2019-02-22 | 6 | -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 files | Evan Read | 2019-02-18 | 7 | -7/+0 |
| | | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite. | ||||
* | Add event tracking documentation | Martin Wortschack | 2019-02-13 | 1 | -3/+16 |
| | | | | - Add link to Event tracking in FE guides | ||||
* | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 1 | -3/+3 |
| | |||||
* | Update vuex.md - swap PUT/POST methods | Filipa Lacerda | 2019-01-18 | 1 | -2/+2 |
| | |||||
* | Update FE developer and installation documentation | Lukas Eipert | 2019-01-14 | 1 | -2/+2 |
| | |||||
* | Make unordered lists conform to styleguidedocs/fix-unordered-list-style | Evan Read | 2019-01-08 | 7 | -36/+37 |
| | | | | - Also makes other minor Markdown fixes that were near the main fixes. | ||||
* | Add spaces before code snippets | Sylhare | 2018-12-11 | 1 | -1/+5 |
| | |||||
* | Added frontend GraphQL docs | Phil Hughes | 2018-11-28 | 2 | -0/+86 |
| | |||||
* | Merge branch '54230-eliminate-duplicated-words' into 'master' | Evan Read | 2018-11-27 | 1 | -1/+1 |
|\ | | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183 | ||||
| * | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | deprecate UX Guide and redirect to design.gitlab | Sarrah Vesselov | 2018-11-21 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'docs/fix-ordered-list-item-prefix' into 'master' | Achilleas Pipinellis | 2018-11-13 | 2 | -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-prefix | Evan Read | 2018-11-13 | 2 | -7/+11 |
| | |