summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* CE: Use render_if_exists to hide EE specific codesLin Jen-Shin2018-05-231-2/+36
|
* 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
| |
* | Merge branch 'y-yagi1-master-patch-17475' into 'master'Rémy Coutable2018-05-151-1/+1
|\ \ | | | | | | | | | | | | Fix link for `query_recorder.rb` See merge request gitlab-org/gitlab-ce!18761
| * | Fix link for `query_recorder.rb` Yuji Yaginuma2018-05-041-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 Zallmann2018-05-151-3/+3
|\ \ \ | | | | | | | | | | | | | | | | fix typos Frontend Guide, development_process.md See merge request gitlab-org/gitlab-ce!18965
| * | | fix typos Frontend Guide, development_process.mdDennis Tang2018-05-151-3/+3
| | | |
* | | | Merge branch 'backstage/gb/improve-fast-specs-helper' into 'master'Rémy Coutable2018-05-151-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-helperGrzegorz Bizon2018-05-151-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 practicesGrzegorz Bizon2018-05-151-4/+23
| | | |
* | | | Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable2018-05-157-45/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
| * | | | Clean up docsblackst0ne2018-05-147-45/+4
| |/ / /
* | | | Add Code Review documentation that maintainers also perform code reviewdocs/rs-code-reviewRobert Speicher2018-05-111-0/+4
| | | |
* | | | Move footnote from CONTRIBUTING.md to doc/development/code_review.mdRobert Speicher2018-05-111-0/+1
|/ / / | | | | | | | | | A section was moved in f644b8c8 but this got lost.
* | | Merge branch 'sh-reset-prometheus-metrics-tests' into 'master'Nick Thomas2018-05-101-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 runsStan Hu2018-05-091-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 guidelinesMarcia Ramos 🚫 (OOO - back on May 21)2018-05-091-23/+91
| | |
* | | Merge branch 'docs-document-redirect-to' into 'master'Achilleas Pipinellis2018-05-091-0/+13
|\ \ \ | | | | | | | | | | | | | | | | Docs: document the redirect_to method See merge request gitlab-org/gitlab-ce!18788
| * | | document the redirect_to methodMarcia Ramos2018-05-071-0/+13
| | | |
* | | | Docs: add custom descriptions to most relevant docsMarcia Ramos2018-05-093-0/+9
| |/ / |/| |
* | | Add missing security process for developersJames Lopez2018-05-081-0/+1
| | |
* | | 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-0432-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 templatesWinnie Hellmann2018-05-041-2/+6
| |
| * Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-021-1/+1
| |
| * Fix memory and performance issues in Karma test suiteMike Greiling2018-05-011-33/+41
| |
| * Merge branch '43614-osw-diff-docs' into 'master'Douwe Maan2018-04-302-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 limitsOswaldo Ferreira2018-04-302-0/+116
| | |
| * | Fixed typosPascal Borreli2018-04-2712-15/+15
| | |
| * | Remove link to object state modelVictor Wu2018-04-264-1/+0
| | |
| * | Delete object_state_models.mdVictor Wu2018-04-251-25/+0
| | |
| * | Merge branch '30998-add-babel-rewire-plugin' into 'master'Clement Ho2018-04-241-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 methodMike Greiling2018-04-231-5/+43
| | |/
| * | Add Capybara debugging methods to docsMichael Kozono2018-04-231-0/+31
| | |
| * | Address latest feedbackRémy Coutable2018-04-231-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Document the new 'spec/fast_spec_helper.rb' fileRémy Coutable2018-04-231-5/+31
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Add missing changelog type to docsblackst0ne2018-04-231-1/+1
| |/
| * Documentation: Frontend Building ChecklistTim Zallmann2018-04-192-39/+88
| |
| * Merge branch 'docs/gb/rename-qa-slack-channel-to-quality' into 'master'Mek Stittri2018-04-191-3/+3
| |\ | | | | | | | | | | | | Rename #qa slack channel to #quality in docs See merge request gitlab-org/gitlab-ce!18472