Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CE: Use render_if_exists to hide EE specific codes | Lin Jen-Shin | 2018-05-23 | 1 | -2/+36 |
| | |||||
* | 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 |
| | | |||||
* | | Merge branch 'y-yagi1-master-patch-17475' into 'master' | Rémy Coutable | 2018-05-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Fix link for `query_recorder.rb` See merge request gitlab-org/gitlab-ce!18761 | ||||
| * | | Fix link for `query_recorder.rb` | Yuji Yaginuma | 2018-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This file is now under `helpers`. Ref: https://gitlab.com/gitlab-org/gitlab-ce/commit/023d4f6f2f3d88d0966fe01e6ef921fd03a309fe | ||||
* | | | Merge branch 'docs-dtang-fe-development-guide-fixes' into 'master' | Tim Zallmann | 2018-05-15 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | fix typos Frontend Guide, development_process.md See merge request gitlab-org/gitlab-ce!18965 | ||||
| * | | | fix typos Frontend Guide, development_process.md | Dennis Tang | 2018-05-15 | 1 | -3/+3 |
| | | | | |||||
* | | | | Merge branch 'backstage/gb/improve-fast-specs-helper' into 'master' | Rémy Coutable | 2018-05-15 | 1 | -5/+18 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Improve fast specs helper to autoload the library See merge request gitlab-org/gitlab-ce!18903 | ||||
| * | | | Improve testing best practices guidelinesbackstage/gb/improve-fast-specs-helper | Grzegorz Bizon | 2018-05-15 | 1 | -11/+5 |
| | | | | | | | | | | | | | | | | | | | | It mentions that explicitly defining dependencies in sources is preferred over defining such dependencies only in spec files. | ||||
| * | | | Update docs describing `fast_spec_helper` best practices | Grzegorz Bizon | 2018-05-15 | 1 | -4/+23 |
| | | | | |||||
* | | | | Merge branch 'blackst0ne-remove-spinach' into 'master' | Rémy Coutable | 2018-05-15 | 7 | -45/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869 | ||||
| * | | | | Clean up docs | blackst0ne | 2018-05-14 | 7 | -45/+4 |
| |/ / / | |||||
* | | | | Add Code Review documentation that maintainers also perform code reviewdocs/rs-code-review | Robert Speicher | 2018-05-11 | 1 | -0/+4 |
| | | | | |||||
* | | | | Move footnote from CONTRIBUTING.md to doc/development/code_review.md | Robert Speicher | 2018-05-11 | 1 | -0/+1 |
|/ / / | | | | | | | | | | A section was moved in f644b8c8 but this got lost. | ||||
* | | | Merge branch 'sh-reset-prometheus-metrics-tests' into 'master' | Nick Thomas | 2018-05-10 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Support resetting of Prometheus metrics between test runs Closes #39968 See merge request gitlab-org/gitlab-ce!18836 | ||||
| * | | | Support resetting of Prometheus metrics between test runs | Stan Hu | 2018-05-09 | 1 | -0/+5 |
| | |/ | |/| | | | | | | | | | | | | | | | | Adding the :prometheus tag to an rspec test will clear out memory-mapped files and reset the registry. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39968 | ||||
* | | | Docs: update docs style guidelines | Marcia Ramos 🚫 (OOO - back on May 21) | 2018-05-09 | 1 | -23/+91 |
| | | | |||||
* | | | Merge branch 'docs-document-redirect-to' into 'master' | Achilleas Pipinellis | 2018-05-09 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | | | | | | | | | Docs: document the redirect_to method See merge request gitlab-org/gitlab-ce!18788 | ||||
| * | | | document the redirect_to method | Marcia Ramos | 2018-05-07 | 1 | -0/+13 |
| | | | | |||||
* | | | | Docs: add custom descriptions to most relevant docs | Marcia Ramos | 2018-05-09 | 3 | -0/+9 |
| |/ / |/| | | |||||
* | | | Add missing security process for developers | James Lopez | 2018-05-08 | 1 | -0/+1 |
| | | | |||||
* | | | 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 | 32 | -154/+567 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | | |||||
| * | Fix memory and performance issues in Karma test suite | Mike Greiling | 2018-05-01 | 1 | -33/+41 |
| | | |||||
| * | Merge branch '43614-osw-diff-docs' into 'master' | Douwe Maan | 2018-04-30 | 2 | -0/+116 |
| |\ | | | | | | | | | | | | | | | | | | | Add developer documentation on diff handling and limits Closes #43614 See merge request gitlab-org/gitlab-ce!18269 | ||||
| | * | Add developer documentation on diff handling and limits | Oswaldo Ferreira | 2018-04-30 | 2 | -0/+116 |
| | | | |||||
| * | | Fixed typos | Pascal Borreli | 2018-04-27 | 12 | -15/+15 |
| | | | |||||
| * | | Remove link to object state model | Victor Wu | 2018-04-26 | 4 | -1/+0 |
| | | | |||||
| * | | Delete object_state_models.md | Victor Wu | 2018-04-25 | 1 | -25/+0 |
| | | | |||||
| * | | Merge branch '30998-add-babel-rewire-plugin' into 'master' | Clement Ho | 2018-04-24 | 1 | -5/+43 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add some way to mock and spy on default ES modules" Closes #30998 See merge request gitlab-org/gitlab-ce!18116 | ||||
| | * | | document the spyOnDependency method | Mike Greiling | 2018-04-23 | 1 | -5/+43 |
| | |/ | |||||
| * | | Add Capybara debugging methods to docs | Michael Kozono | 2018-04-23 | 1 | -0/+31 |
| | | | |||||
| * | | Address latest feedback | Rémy Coutable | 2018-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Document the new 'spec/fast_spec_helper.rb' file | Rémy Coutable | 2018-04-23 | 1 | -5/+31 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Move spec helpers/matchers/shared examples/contexts to their relevant folder | Rémy Coutable | 2018-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Add missing changelog type to docs | blackst0ne | 2018-04-23 | 1 | -1/+1 |
| |/ | |||||
| * | Documentation: Frontend Building Checklist | Tim Zallmann | 2018-04-19 | 2 | -39/+88 |
| | | |||||
| * | Merge branch 'docs/gb/rename-qa-slack-channel-to-quality' into 'master' | Mek Stittri | 2018-04-19 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | Rename #qa slack channel to #quality in docs See merge request gitlab-org/gitlab-ce!18472 |