summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
Commit message (Collapse)AuthorAgeFilesLines
* Add axios to frontend docs as the default network request librarydocs-axiosClement Ho2018-02-151-0/+3
|
* Add new modal Vue componentwinh-new-modal-componentWinnie Hellmann2018-02-144-34/+66
|
* Merge branch 'doc-improve-side-effects-block' into 'master'Phil Hughes2018-02-091-2/+31
|\ | | | | | | | | Improve docs about allowing some side effects on the constructor See merge request gitlab-org/gitlab-ce!17027
| * Fix english in style_guide_js.mddoc-improve-side-effects-blockFilipa Lacerda2018-02-091-2/+2
| |
| * Improve docs about allowing some side effects on the constructorFilipa Lacerda2018-02-091-2/+31
| |
* | Update vue component naming guidelinesGeorge Tsiolis2018-02-081-5/+5
|/
* Update style_guide_scss.mdSimon Knox2018-02-081-0/+2
|
* Merge branch 'winh-axios-mock-restore' into 'master'Filipa Lacerda2018-01-241-1/+1
|\ | | | | | | | | Use restore() instead of reset() for removing axios MockAdapter See merge request gitlab-org/gitlab-ce!16647
| * Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restoreWinnie Hellmann2018-01-231-1/+1
| |
* | Document advantages of axios-mock-adapterWinnie Hellmann2018-01-231-3/+16
|/
* doc: Spelling fixesVille Skyttä2018-01-192-2/+2
|
* Merge branch '34312-eslint-vue-plugin' into 'master'Phil Hughes2018-01-101-22/+15
|\ | | | | | | | | | | | | Resolve "Add eslint-vue-plugin to our stack" Closes #34312 See merge request gitlab-org/gitlab-ce!16210
| * Fix broken specsFilipa Lacerda2018-01-091-19/+6
| |
| * Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-4/+10
| |
* | Substitute deprecated ui_charcoal with new default ui_indigoTakuya Noguchi2018-01-071-1/+1
|/
* Update axios.mdfl-update-axios-docsFilipa Lacerda2017-12-191-1/+1
|
* Merge branch 'winh-cleanup-dropdowns' into 'master'Annabel Dunstone Gray2017-12-121-9/+3
|\ | | | | | | | | | | | | Clean up new dropdown styles Closes #39142 and #39446 See merge request gitlab-org/gitlab-ce!13676
| * Make label delete option redwinh-cleanup-dropdownsWinnie Hellmann2017-12-081-9/+3
| |
* | fixes some markup issues in the js style guide docsChristiaan Van den Poel2017-12-111-62/+60
|/
* Merge branch '38451-fe-sprite-icons-vue-component' into 'master'Annabel Dunstone Gray2017-11-201-5/+25
|\ | | | | | | | | | | | | Update Icons Documentation about Icon Vue Component Closes #38451 See merge request gitlab-org/gitlab-ce!15171
| * Added info about tracking38451-fe-sprite-icons-vue-componentTim Zallmann2017-11-161-1/+1
| |
| * Added + Updated Document for Vue ComponentTim Zallmann2017-11-161-4/+24
| |
* | Use axios instead of vue resource - step 1Filipa Lacerda2017-11-204-131/+83
| |
* | Add dropdowns documentationFilipa Lacerda2017-11-172-0/+40
|/
* Resolve "npm list errors for gitlab-svgs and node-pre-gyp"Tim Zallmann2017-11-151-1/+1
|
* Add basic emoji development docsEric Eastwood2017-11-151-0/+27
|
* Update i18n in FE docs, marking, interpolationupdate-fe-i18n-guideEric Eastwood2017-10-241-0/+4
|
* Moves vue resource docs into a new file.Filipa Lacerda2017-10-233-50/+76
| | | | Adds docs regarding handling 204 response
* 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
|