Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make stores export a createStore() which can be used in testswinh-vuex-createStore-docs | Winnie Hellmann | 2018-05-18 | 1 | -2/+6 |
| | |||||
* | Merge branch 'docs-fe-vuex-updates' into 'master' | Filipa Lacerda | 2018-05-16 | 1 | -12/+24 |
|\ | | | | | | | | | Docs fe vuex updates See merge request gitlab-org/gitlab-ce!18826 | ||||
| * | code example formatting | Dennis Tang | 2018-05-14 | 1 | -2/+2 |
| | | |||||
| * | more typos | Dennis Tang | 2018-05-14 | 1 | -4/+4 |
| | | |||||
| * | typo in `endpoint` | Dennis Tang | 2018-05-14 | 1 | -2/+2 |
| | | |||||
| * | clarify that the function export should be default | Dennis Tang | 2018-05-14 | 1 | -1/+1 |
| | | |||||
| * | fix typo | Dennis Tang | 2018-05-11 | 1 | -1/+1 |
| | | |||||
| * | add link for babel-plugin-rewire | Dennis Tang | 2018-05-08 | 1 | -1/+1 |
| | | |||||
| * | Update vuex.md | Dennis Tang | 2018-05-08 | 1 | -1/+1 |
| | | |||||
| * | add rewire gotcha about testing vuex actions/getters | Dennis Tang | 2018-05-08 | 1 | -0/+12 |
| | | |||||
| * | correct doc-nav header hierarchy | Dennis Tang | 2018-05-08 | 1 | -3/+3 |
| | | |||||
* | | fix typos Frontend Guide, development_process.md | Dennis Tang | 2018-05-15 | 1 | -3/+3 |
|/ | |||||
* | Add notice to current fe guide about new fe guide | Clement Ho | 2018-05-07 | 1 | -0/+3 |
| | |||||
* | Follow up after review | Filipa Lacerda | 2018-05-07 | 2 | -1/+18 |
| | |||||
* | Merge branch 'master' into 44427-state-management-with-vuext | Filipa Lacerda | 2018-05-04 | 6 | -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 templates | Winnie Hellmann | 2018-05-04 | 1 | -2/+6 |
| | | |||||
| * | Display and revoke active sessions | Alexis Reigel ( 🌴 may 2nd - may 9th 🌴 ) | 2018-05-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed typos | Pascal Borreli | 2018-04-27 | 1 | -1/+1 |
| | | |||||
| * | Documentation: Frontend Building Checklist | Tim Zallmann | 2018-04-19 | 2 | -39/+88 |
| | | |||||
| * | Fix typo in vue.md | Dennis Tang | 2018-04-19 | 1 | -2/+2 |
| | | |||||
| * | FE Docs: Fix header hierarchy in Vuex section of Vue.md | Dennis Tang | 2018-04-16 | 1 | -4/+4 |
| | | |||||
* | | Update vuex.md | Filipa Lacerda | 2018-04-06 | 1 | -5/+6 |
| | | |||||
* | | Changes after review | Filipa Lacerda | 2018-04-04 | 1 | -32/+33 |
| | | |||||
* | | Fixes typos and adds mutations examples44427-state-management-with-vuex | Filipa Lacerda | 2018-03-22 | 2 | -19/+117 |
| | | |||||
* | | Improve state management documentation | Filipa Lacerda | 2018-03-22 | 2 | -248/+275 |
|/ | |||||
* | move tip into blockquote43720-update-fe-webpack-docs | Mike Greiling | 2018-03-12 | 1 | -8/+5 |
| | |||||
* | specify that webpack entry points are exempt from unit tests, not ↵ | Mike Greiling | 2018-03-12 | 1 | -4/+4 |
| | | | | integration tests | ||||
* | address wording feedback | Mike Greiling | 2018-03-12 | 1 | -9/+9 |
| | |||||
* | update node and yarn dependencies within install/upgrade docs | Mike Greiling | 2018-03-12 | 1 | -2/+2 |
| | |||||
* | differentiate image lazy-loading from code splitting | Mike Greiling | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | emphasize headings for each page-specific-javascript tip | Mike Greiling | 2018-03-12 | 1 | -19/+24 |
| | |||||
* | add section for universal code | Mike Greiling | 2018-03-12 | 1 | -5/+9 |
| | |||||
* | rewrite docs for page-specific-javascript | Mike Greiling | 2018-03-12 | 1 | -34/+88 |
| | |||||
* | Merge branch 'fl-document-key-vue' into 'master' | Tim Zallmann | 2018-03-12 | 1 | -0/+51 |
|\ | | | | | | | | | Adds guidelines regarding `:key` keyword See merge request gitlab-org/gitlab-ce!17400 | ||||
| * | Clean up docsfl-document-key-vue | Filipa Lacerda | 2018-03-01 | 1 | -8/+0 |
| | | |||||
| * | Adds information about nested v-for | Filipa Lacerda | 2018-02-28 | 1 | -0/+18 |
| | | |||||
| * | Merge branch 'master' into fl-document-key-vue | Filipa Lacerda | 2018-02-28 | 1 | -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 typos | Filipa Lacerda | 2018-02-27 | 1 | -5/+11 |
| | | | |||||
| * | | Adds guidelines regarding `:key` keyword | Filipa Lacerda | 2018-02-27 | 1 | -0/+35 |
| | | | |||||
* | | | Updates file extensions on Vue docs | Filipa Lacerda | 2018-03-12 | 1 | -6/+6 |
| | | | |||||
* | | | Merge branch 'winh-fix-vuex-docs' into 'master' | Filipa Lacerda | 2018-03-01 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | Small fixes in Vuex docs See merge request gitlab-org/gitlab-ce!17471 | ||||
| * | | | Small fixes in Vuex docswinh-fix-vuex-docs | Winnie Hellmann | 2018-03-01 | 1 | -4/+4 |
| | |/ | |/| | |||||
* | | | Merge branch 'docs-anim-perf' into 'master' | Tim Zallmann | 2018-03-01 | 1 | -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-perf | Simon Knox | 2018-02-20 | 1 | -0/+12 |
| |/ | |||||
* | | Fix example in Vuex docs | Filipa Lacerda | 2018-02-28 | 1 | -0/+2 |
|/ | |||||
* | Add axios to frontend docs as the default network request librarydocs-axios | Clement Ho | 2018-02-15 | 1 | -0/+3 |
| | |||||
* | Add new modal Vue componentwinh-new-modal-component | Winnie Hellmann | 2018-02-14 | 4 | -34/+66 |
| | |||||
* | Merge branch 'doc-improve-side-effects-block' into 'master' | Phil Hughes | 2018-02-09 | 1 | -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-block | Filipa Lacerda | 2018-02-09 | 1 | -2/+2 |
| | | |||||
| * | Improve docs about allowing some side effects on the constructor | Filipa Lacerda | 2018-02-09 | 1 | -2/+31 |
| | |