summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* clarify what "methods" aredocs-styleguidelines-navMarcia Ramos2018-06-201-3/+4
|
* Update styleguide.md with rules for navigation itemsMarcia Ramos2018-06-201-2/+15
|
* Added possibility to run prettier against one specific directory to make our ↵Tim Zallmann2018-06-151-0/+14
| | | | conversion easier
* Database migrations should have a changelog entry.Andreas Brandl2018-06-131-0/+2
|
* Add documentation: Overview of Frontend TestingAndré Luís2018-06-131-2/+134
|
* i18n: document how to use links without splitting sentencesDennis Tang2018-06-121-1/+22
|
* Fix typo in doc/development/README.mdDennis Tang2018-06-121-1/+1
|
* Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-5/+5
|
* Doc updateMark Chao2018-06-061-1/+1
|
* Docs: add the documentation guidelines into its own dirMarcia Ramos2018-06-066-1055/+1061
|
* Merge branch 'secret-variables-name' into 'master'Marcia Ramos2018-06-061-1/+1
|\ | | | | | | | | Rename Secret variables -> variables See merge request gitlab-org/gitlab-ce!19309
| * Rename Secret variables -> variablesAchilleas Pipinellis2018-06-061-1/+1
| |
* | Merge branch 'bvl-graphql-start-34754' into 'master'Douwe Maan2018-06-062-0/+83
|\ \ | |/ |/| | | | | | | | | GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008
| * Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-17/+32
| | | | | | | | | | | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601
| * Add `present_using` to typesBob Van Landuyt2018-06-052-0/+68
| | | | | | | | | | | | | | | | By specifying a presenter for the object type, we can keep the logic out of `GitlabSchema`. The presenter gets initialized using the object being presented, and the context (including the `current_user`).
* | Bump grape-path-helpers to 1.0.2 to get updated Rake task namingStan Hu2018-06-061-0/+17
|/ | | | Add development documentation on how to generate a list of routes
* Add Davy Defaud as French proofreaderRémy Coutable2018-06-051-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove N+1 query for author in issues APIsh-add-uncached-query-limiterStan Hu2018-06-041-0/+13
| | | | | | | This was being masked by the statement cache because only one author was used per issue in the test.. Also adds support for an Rspec matcher `exceed_all_query_limit`.
* update the frontend dependency guide with distinction between dependencies ↵Mike Greiling2018-05-311-1/+18
| | | | and devDependencies
* Merge branch 'add-yarn-clean-step' into 'master'Mike Greiling2018-05-311-1/+7
|\ | | | | | | | | Add yarn clean step, to delete production compiled assets See merge request gitlab-org/gitlab-ce!19212
| * Add yarn clean step, to delete production compiled assetsadd-yarn-clean-stepJose2018-05-291-1/+7
| |
* | Add link to hack for styling Capybara HTML dumpsWinnie Hellmann2018-05-311-0/+4
| |
* | Fixed broken link to build team in documentationEddie Stubbington2018-05-301-1/+1
| |
* | Merge branch 'render_super' into 'master'Rémy Coutable2018-05-301-12/+38
|\ \ | | | | | | | | | | | | CE: Add render_ce to render CE partial in EE partial See merge request gitlab-org/gitlab-ce!19150
| * | Add document around `render_ce`render_superLin Jen-Shin2018-05-291-12/+38
| |/
* | Replace well-list with content-list and hover-listAnnabel Dunstone Gray2018-05-291-1/+1
|/
* Add docs for frontend accessibilityClement Ho2018-05-271-2/+47
|
* Update Frontend documentation regarding Vue and Icons/IllustrationsLukas Eipert2018-05-273-135/+173
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-231-2/+36
|\
| * CE: Use render_if_exists to hide EE specific codesLin Jen-Shin2018-05-231-2/+36
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-211-2/+6
|\ \ | |/
| * Make stores export a createStore() which can be used in testswinh-vuex-createStore-docsWinnie Hellmann2018-05-181-2/+6
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-1611-65/+54
|\ \ | |/
| * 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
| | | | |