summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/vue.md
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-5/+64
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-25/+19
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+81
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-5/+3
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-20/+20
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-30/+77
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-10/+10
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-19/+55
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-3/+5
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-7/+7
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-71/+145
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-3/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-0/+45
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-5/+5
|
* Add blank lines around code blocksMarcel Amirault2019-07-121-0/+1
| | | | All code blocks should be surrounded by blank lines
* Fix most bare URLs in projectEvan Read2019-07-021-1/+8
| | | | | | Linting rule not enabled for now because tooling produces false positives.
* Docs: minor fix to link formatczmj2019-07-011-1/+1
|
* Docs: Clean up links to remove ./ usageMarcel Amirault2019-06-051-1/+1
|
* Fix page specific JavaScript link in documentationMark Florian2019-04-091-3/+3
|
* Cleanup of fe_docsSimon Knox2019-03-221-0/+7
| | | | | | | | | | | | | | | 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
* Docs: Fix broken anchors in development docsMarcel Amirault2019-03-051-2/+2
|
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-0/+1
| | | | | | | | | 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-181-1/+0
| | | | | For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-3/+3
|
* Updates wordingdocs-fl-define-vuejs-expert-roleFilipa Lacerda2018-09-261-3/+3
|
* Defines Vue.js Expert RoleFilipa Lacerda2018-09-261-0/+8
| | | | Currently we have a vue.js expert role that is not defined By defining this role we can improve our Vue and Vuex code.
* Remove old service architecture from Vue docsWinnie Hellmann2018-07-121-228/+11
|
* Fix mountComponent helper path in docsWinnie Hellmann2018-07-091-1/+1
|
* Update Frontend documentation regarding Vue and Icons/IllustrationsLukas Eipert2018-05-271-104/+86
|
* Follow up after reviewFilipa Lacerda2018-05-071-1/+16
|
* Merge branch 'master' into 44427-state-management-with-vuextFilipa Lacerda2018-05-041-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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" ...
| * 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
| |
* | Improve state management documentationFilipa Lacerda2018-03-221-248/+14
|/
* Updates file extensions on Vue docsFilipa Lacerda2018-03-121-6/+6
|
* Small fixes in Vuex docswinh-fix-vuex-docsWinnie Hellmann2018-03-011-4/+4
|
* Fix example in Vuex docsFilipa Lacerda2018-02-281-0/+2
|
* doc: Spelling fixesVille Skyttä2018-01-191-1/+1
|
* Use axios instead of vue resource - step 1Filipa Lacerda2017-11-201-57/+13
|
* Moves vue resource docs into a new file.Filipa Lacerda2017-10-231-50/+1
| | | | Adds docs regarding handling 204 response
* Fix link to Vue.js style guidewinh-vue-styleguide-link-docswinh-vue-styleguide-linkWinnie Hellmann2017-10-031-1/+1
|
* Adds documentation to use VuexFilipa Lacerda2017-09-051-3/+288
|
* Update vue-resourceFilipa Lacerda2017-07-121-36/+83
|
* Adds numbered lists to easily point to documentationFilipa Lacerda2017-05-041-0/+15
|