summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
Commit message (Collapse)AuthorAgeFilesLines
* Make stores export a createStore() which can be used in testswinh-vuex-createStore-docsWinnie Hellmann2018-05-181-2/+6
|
* Merge branch 'docs-fe-vuex-updates' into 'master'Filipa Lacerda2018-05-161-12/+24
|\ | | | | | | | | Docs fe vuex updates See merge request gitlab-org/gitlab-ce!18826
| * code example formattingDennis Tang2018-05-141-2/+2
| |
| * more typosDennis Tang2018-05-141-4/+4
| |
| * typo in `endpoint`Dennis Tang2018-05-141-2/+2
| |
| * clarify that the function export should be defaultDennis Tang2018-05-141-1/+1
| |
| * fix typoDennis Tang2018-05-111-1/+1
| |
| * add link for babel-plugin-rewireDennis Tang2018-05-081-1/+1
| |
| * Update vuex.mdDennis Tang2018-05-081-1/+1
| |
| * add rewire gotcha about testing vuex actions/gettersDennis Tang2018-05-081-0/+12
| |
| * correct doc-nav header hierarchy Dennis Tang2018-05-081-3/+3
| |
* | fix typos Frontend Guide, development_process.mdDennis Tang2018-05-151-3/+3
|/
* Add notice to current fe guide about new fe guideClement Ho2018-05-071-0/+3
|
* Follow up after reviewFilipa Lacerda2018-05-072-1/+18
|
* Merge branch 'master' into 44427-state-management-with-vuextFilipa Lacerda2018-05-046-49/+99
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1063 commits) Replace commits spinach tests with RSpec analog Update repository.rb Add note about rebase/squash duplication in Gitaly Resolve "Reconcile project templates with Auto DevOps" Move import project pane to a separate partial Inform the user when there are no project import options available Clarify location of Vue templates Make add_index_to_namespaces_runners_token migration reversible Fix lambda arguments in Grape entities Update grape-entity 0.6.0 -> 0.7.1 Fix constants in backfill_runner_type_for_ci_runners_post_migrate.rb Use limited_counter_with_delimiter in the admin user list tabs Remove a warning from spec/features/admin/admin_users_spec.rb Use smallint for runner_type since its an enum Dont remove duplicates in Runner.owned_or_shared since its not necessary Change the docs license to CC BY-SA Remove unnecessary disable transaction in add_ci_runner_namespaces Split migration to add and index namespaces.runners_token Output some useful information when running the rails console Revert "Use factory in specs for ProjectCiCdSettings" ...
| * Clarify location of Vue templatesWinnie Hellmann2018-05-041-2/+6
| |
| * Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-1/+1
| |
| * Fixed typosPascal Borreli2018-04-271-1/+1
| |
| * Documentation: Frontend Building ChecklistTim Zallmann2018-04-192-39/+88
| |
| * Fix typo in vue.mdDennis Tang2018-04-191-2/+2
| |
| * FE Docs: Fix header hierarchy in Vuex section of Vue.mdDennis Tang2018-04-161-4/+4
| |
* | Update vuex.mdFilipa Lacerda2018-04-061-5/+6
| |
* | Changes after reviewFilipa Lacerda2018-04-041-32/+33
| |
* | Fixes typos and adds mutations examples44427-state-management-with-vuexFilipa Lacerda2018-03-222-19/+117
| |
* | Improve state management documentationFilipa Lacerda2018-03-222-248/+275
|/
* move tip into blockquote43720-update-fe-webpack-docsMike Greiling2018-03-121-8/+5
|
* specify that webpack entry points are exempt from unit tests, not ↵Mike Greiling2018-03-121-4/+4
| | | | integration tests
* address wording feedbackMike Greiling2018-03-121-9/+9
|
* update node and yarn dependencies within install/upgrade docsMike Greiling2018-03-121-2/+2
|
* differentiate image lazy-loading from code splittingMike Greiling2018-03-121-1/+1
|
* emphasize headings for each page-specific-javascript tipMike Greiling2018-03-121-19/+24
|
* add section for universal codeMike Greiling2018-03-121-5/+9
|
* rewrite docs for page-specific-javascriptMike Greiling2018-03-121-34/+88
|
* Merge branch 'fl-document-key-vue' into 'master'Tim Zallmann2018-03-121-0/+51
|\ | | | | | | | | Adds guidelines regarding `:key` keyword See merge request gitlab-org/gitlab-ce!17400
| * Clean up docsfl-document-key-vueFilipa Lacerda2018-03-011-8/+0
| |
| * Adds information about nested v-forFilipa Lacerda2018-02-281-0/+18
| |
| * Merge branch 'master' into fl-document-key-vueFilipa Lacerda2018-02-281-0/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (41 commits) Remove cycle analytics bundle webpack entry point Replace whitespace demonstrating line-breaks in GFM docs Remove pipelines mini graph spec that wasn't actually testing anything Change the wording to reduce confusion about whether you need to reconfigure or restart. Add Assignees vue component missing data container Set security harness hook to executable after creation Fix for open-ended parameter's in lograge causing elastic memory issues Docs: explain feature availability in GitLab.com Patch 29 PagesDomain: improve breadcrumbs PagesDomain: Add edit/update functionality Add new job variables: CI_RUNNER_{REVISION,VERSION,EXECUTABLE_ARCH} Re-enable the remaning Wiki Gitaly-Endpoints Labels Select Tests Fix unnecessary spacing between labels Add changelog entry Make label filter URL dynamic Move the remaining EE-specific JS files to ee/ Specify base controller for Doorkeeper Fix example in Vuex docs ...
| * | Fix typosFilipa Lacerda2018-02-271-5/+11
| | |
| * | Adds guidelines regarding `:key` keywordFilipa Lacerda2018-02-271-0/+35
| | |
* | | Updates file extensions on Vue docsFilipa Lacerda2018-03-121-6/+6
| | |
* | | Merge branch 'winh-fix-vuex-docs' into 'master'Filipa Lacerda2018-03-011-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Small fixes in Vuex docs See merge request gitlab-org/gitlab-ce!17471
| * | | Small fixes in Vuex docswinh-fix-vuex-docsWinnie Hellmann2018-03-011-4/+4
| | |/ | |/|
* | | Merge branch 'docs-anim-perf' into 'master'Tim Zallmann2018-03-011-0/+12
|\ \ \ | |/ / |/| | | | | | | | Add animation performance guide to frontend docs See merge request gitlab-org/gitlab-ce!17234
| * | Add animation performance guide to frontend docsdocs-anim-perfSimon Knox2018-02-201-0/+12
| |/
* | Fix example in Vuex docsFilipa Lacerda2018-02-281-0/+2
|/
* 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
| |