Commit Graph

50 Commits

Author SHA1 Message Date
GitLab Bot 1631d8a2e0 Add latest changes from gitlab-org/gitlab@master 2021-02-24 21:11:16 +00:00
GitLab Bot fba5aaeec6 Add latest changes from gitlab-org/gitlab@master 2021-01-25 21:09:03 +00:00
GitLab Bot 77914793a3 Add latest changes from gitlab-org/gitlab@master 2020-12-09 00:09:42 +00:00
GitLab Bot f8bb64721a Add latest changes from gitlab-org/gitlab@master 2020-11-26 06:09:20 +00:00
GitLab Bot 6d5a18ac65 Add latest changes from gitlab-org/gitlab@master 2020-11-11 18:09:10 +00:00
GitLab Bot 8d94fb4ae1 Add latest changes from gitlab-org/gitlab@master 2020-11-04 00:09:12 +00:00
GitLab Bot 98d7cc758f Add latest changes from gitlab-org/gitlab@master 2020-10-30 18:08:56 +00:00
GitLab Bot b85aae44f9 Add latest changes from gitlab-org/gitlab@master 2020-09-21 15:09:44 +00:00
GitLab Bot 0923a94d58 Add latest changes from gitlab-org/gitlab@master 2020-09-14 09:09:34 +00:00
GitLab Bot 18a3cea2ea Add latest changes from gitlab-org/gitlab@master 2020-08-22 00:10:21 +00:00
GitLab Bot 631ed6dcca Add latest changes from gitlab-org/gitlab@master 2020-08-06 00:09:53 +00:00
GitLab Bot ec72da1833 Add latest changes from gitlab-org/gitlab@master 2020-07-17 18:09:20 +00:00
GitLab Bot f9cda7671c Add latest changes from gitlab-org/gitlab@master 2020-07-14 21:09:03 +00:00
GitLab Bot d8803c7e40 Add latest changes from gitlab-org/gitlab@master 2020-05-07 09:09:51 +00:00
GitLab Bot e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
GitLab Bot 9c83aadd26 Add latest changes from gitlab-org/gitlab@master 2020-03-25 06:07:58 +00:00
GitLab Bot c4db541c1b Add latest changes from gitlab-org/gitlab@master 2020-03-24 21:07:54 +00:00
GitLab Bot 65a1175e46 Add latest changes from gitlab-org/gitlab@master 2020-03-11 06:10:11 +00:00
GitLab Bot d3c29eae5c Add latest changes from gitlab-org/gitlab@master 2020-03-05 21:08:13 +00:00
GitLab Bot a325f3a104 Add latest changes from gitlab-org/gitlab@master 2020-03-02 09:07:59 +00:00
GitLab Bot 22e9af3c8b Add latest changes from gitlab-org/gitlab@master 2020-01-27 12:08:35 +00:00
GitLab Bot 45482d5a27 Add latest changes from gitlab-org/gitlab@master 2019-09-27 12:06:07 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Jake Burden 366f9bc7d7 typo fix "this" -> "these" in vuex.md 2019-09-09 23:03:55 +00:00
Marcel Amirault 3bc0a1185c Standardize markdown in dev and workflow
Delete trailing whitespace, fix blockquotes, fix note
boxes, with indentation, clean up tables, etc.
2019-08-19 23:41:23 +00:00
Marcel Amirault cc76259e8d Fix whitespace in ci docs
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for most docs in
/development, and cleans up other whitespace issues too
2019-07-31 08:28:51 +00:00
Phillip Johnsen 1dcc79cb09 Couple of improvements to the Vuex frontend guide
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`
2019-05-10 22:53:02 +00:00
Mark Florian 0efff5d18d Use RECEIVE namespace rather than REQUEST
This brings the mutation type name closer to the associated action,
so the documented example is more consistent.
2019-04-08 15:16:21 +00:00
Filipa Lacerda cbe69e4324 Updates how to export the state object 2019-03-10 19:24:04 +00:00
Filipa Lacerda f15e29855e Update vuex.md - swap PUT/POST methods 2019-01-18 15:32:13 +00:00
Sylhare 00ba82487d Add spaces before code snippets 2018-12-11 14:49:49 +00:00
Evan Read 20146580a0 Resolve Markdown ordered lists not conforming to styleguide 2018-11-13 10:53:38 +10:00
Brett Walker b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Eric Eastwood dc90eaf17c Fix a couple Vuex typos 2018-06-20 19:55:59 +00:00
Winnie Hellmann 7feef84e1e Make stores export a createStore() which can be used in tests 2018-05-18 08:39:42 +00:00
Dennis Tang 6c9af2d1e5 code example formatting 2018-05-14 11:50:19 +00:00
Dennis Tang 274a446dfb more typos 2018-05-14 11:41:50 +00:00
Dennis Tang dde62ccff5 typo in `endpoint` 2018-05-14 11:31:14 +00:00
Dennis Tang f1a22c6cf5 clarify that the function export should be default 2018-05-14 11:16:24 +00:00
Dennis Tang 1a12471d31 fix typo 2018-05-11 12:39:32 +00:00
Dennis Tang e665169a94 add link for babel-plugin-rewire 2018-05-08 17:13:22 +00:00
Dennis Tang e69d6ae0f8 Update vuex.md 2018-05-08 14:56:43 +00:00
Dennis Tang 7e0af6cfc9 add rewire gotcha about testing vuex actions/getters 2018-05-08 14:55:49 +00:00
Dennis Tang 6fd75502d6 correct doc-nav header hierarchy 2018-05-08 14:51:29 +00:00
Filipa Lacerda d453257ff3
Follow up after review 2018-05-07 10:09:49 +01:00
Filipa Lacerda 1983356d64
Merge branch 'master' into 44427-state-management-with-vuext
* 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"
  ...
2018-05-04 14:58:47 +01:00
Filipa Lacerda 703f456322 Update vuex.md 2018-04-06 08:38:19 +00:00
Filipa Lacerda 44376b3007
Changes after review 2018-04-04 20:15:04 +01:00
Filipa Lacerda dd3b1526af
Fixes typos and adds mutations examples 2018-03-22 10:50:52 +00:00
Filipa Lacerda fef1e9d47b
Improve state management documentation 2018-03-22 10:25:03 +00:00