summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the Development documentation, and divide the Testing documentation ↵Rémy Coutable2017-10-113-255/+3
| | | | into multiple pages
* Make naming imports more clearwinh-clarify-naming-imports-docswinh-clarify-naming-importsWinnie Hellmann2017-10-091-4/+26
|
* Merge branch '3612-update-script-template-order-in-vue-files' into 'master'Filipa Lacerda2017-10-041-1/+20
|\ | | | | | | | | | | | | Re-arrange <script> tags before <template> tags in .vue files Closes #38743 See merge request gitlab-org/gitlab-ce!14671
| * Re-arrange <script> tags before <template> tags in .vue files3612-update-script-template-order-in-vue-filesEric Eastwood2017-10-031-1/+20
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
* | Fix link to Vue.js style guidewinh-vue-styleguide-link-docswinh-vue-styleguide-linkWinnie Hellmann2017-10-031-1/+1
|/
* Removes section about big MRs36072-remove-big-mrs-sectionsFilipa Lacerda2017-09-271-28/+0
|
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-222-0/+45
|
* Adds a better explanation for alignment sectionFilipa Lacerda2017-09-081-7/+18
|
* Adds documentation to use VuexFilipa Lacerda2017-09-051-3/+288
|
* Fix broken Frontend JS guideRobert Speicher2017-08-291-63/+58
|
* Update docs with Javascript accord.Jacob Schatz2017-08-151-0/+17
|
* Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-041-18/+36
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
* Changed Images in Blob Viewer to image_tag35577-fix-image-blob-display-due-to-lazy-image-loadingTim Zallmann2017-07-271-2/+3
| | | | Updated documentation about the lazy class
* Add directives to Vue component orderingSimon Knox2017-07-251-0/+1
|
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-0/+12
|
* Fixed typokamesh2017-07-141-1/+1
|
* Update vue-resourceFilipa Lacerda2017-07-121-36/+83
|
* Add support for multiple tooltips in the same Vue componentEric Eastwood2017-06-231-4/+8
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
* Update testing.md `# Frontend Testing` to include integration spec for edge ↵edge-cases-integration-frontend-testingLuke "Jared" Bennett2017-05-301-1/+1
| | | | cases
* Minor changes to Testing Promises sectionwinh-testing-promises-docspatch-20Winnie Hellmann2017-05-181-6/+7
|
* Document Promise testing best practice (!11284)winh-testing-promiseswinh2017-05-171-0/+62
|
* Update fe_guide testing.mdLuke "Jared" Bennett2017-05-172-9/+30
|
* Update fe_guide/index.md to use readable ascii treefe_guide-index-ascii-treeLuke "Jared" Bennett2017-05-161-9/+5
|
* [skip ci] add documentation28794-standardize-jasmine-test-describe-block-names-that-test-specific-methodsClement Ho2017-05-051-0/+27
|
* Merge branch 'droplab-item-ignore-docs' into 'master' Clement Ho2017-05-051-0/+2
|\ | | | | | | | | Include droplab-item-ignore in droplab docs See merge request !10808
| * Include droplab-item-ignore in droplab docsdroplab-item-ignore-docsLuke "Jared" Bennett2017-04-201-0/+2
| |
* | Changes after review31552-documentation-dos-and-dontsFilipa Lacerda2017-05-041-19/+13
| |
* | Add missing pointsFilipa Lacerda2017-05-041-8/+70
| |
* | Adds numbered lists to easily point to documentationFilipa Lacerda2017-05-042-282/+277
| |
* | Merge branch 'vue-experts' into 'master' Jacob Schatz2017-04-241-1/+1
|\ \ | | | | | | | | | | | | Remove names from docs and add vue experts instead See merge request !10817
| * | Remove names from docs and add vue experts insteadvue-expertsFilipa Lacerda2017-04-201-1/+1
| | |
* | | Merge branch 'mention-new-frontend-fixtures' into 'master' Rémy Coutable2017-04-241-2/+4
|\ \ \ | | | | | | | | | | | | | | | | Mention new mechanism to generate frontend fixtures See merge request !10706
| * | | Mention new mechanism to generate frontend fixturesWinnie Hellmann2017-04-141-2/+4
| | | |
* | | | Add help regarding vue resource and where to include itFilipa Lacerda2017-04-211-1/+17
| | | |
* | | | Update style_guide_js.mdfe-doc-updateFatih Acet2017-04-201-0/+10
| | | |
* | | | Adds documentation entry: Don't user forEach, aim for code without side effectsFilipa Lacerda2017-04-201-0/+17
| |/ / |/| |
* | | Adds vue js example application and documentationFilipa Lacerda2017-04-206-16/+408
| |/ |/|
* | Added and updated droplab docsLuke "Jared" Bennett2017-04-195-0/+408
|/
* Improve webpack-dev-server compatibility with non-localhost setups.Mike Greiling2017-04-121-2/+2
|
* Merge branch 'improve-testing-documentation' into 'master' Robert Speicher2017-04-121-19/+26
|\ | | | | | | | | | | | | Improve the testing documentation Closes #29499 and #29623 See merge request !10161
| * Re-organize testing doc, and add RSpec structure docRémy Coutable2017-04-101-1/+10
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Improve testing documentation with Robert's feedbackRémy Coutable2017-04-101-14/+13
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Firs pass at improving the testing documentationRémy Coutable2017-04-101-4/+3
| | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Document how polling interval is useddocument-polling-intervalAdam Niedzielski2017-04-101-2/+2
|/
* Merge branch 'update-eyeballs-docs' into 'master' Jacob Schatz2017-03-301-2/+1
|\ | | | | | | | | Update docs regarding visibility lib See merge request !10295
| * Update docs regarding visibility libFilipa Lacerda2017-03-281-2/+1
| |
* | Test docs internal links checkAchilleas Pipinellis2017-03-301-2/+2
|/
* Adds entry about kebab case props in documentationFilipa Lacerda2017-03-271-4/+11
|
* Creates Frontend Style guideFilipa Lacerda2017-03-2210-0/+1268