Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clarify what "methods" aredocs-styleguidelines-nav | Marcia Ramos | 2018-06-20 | 1 | -3/+4 |
| | |||||
* | Update styleguide.md with rules for navigation items | Marcia Ramos | 2018-06-20 | 1 | -2/+15 |
| | |||||
* | Added possibility to run prettier against one specific directory to make our ↵ | Tim Zallmann | 2018-06-15 | 1 | -0/+14 |
| | | | | conversion easier | ||||
* | Database migrations should have a changelog entry. | Andreas Brandl | 2018-06-13 | 1 | -0/+2 |
| | |||||
* | Add documentation: Overview of Frontend Testing | André Luís | 2018-06-13 | 1 | -2/+134 |
| | |||||
* | i18n: document how to use links without splitting sentences | Dennis Tang | 2018-06-12 | 1 | -1/+22 |
| | |||||
* | Fix typo in doc/development/README.md | Dennis Tang | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | Resolve "Introduce new navigation themes in GitLab 11.0" | Annabel Gray | 2018-06-07 | 1 | -5/+5 |
| | |||||
* | Doc update | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Docs: add the documentation guidelines into its own dir | Marcia Ramos | 2018-06-06 | 6 | -1055/+1061 |
| | |||||
* | Merge branch 'secret-variables-name' into 'master' | Marcia Ramos | 2018-06-06 | 1 | -1/+1 |
|\ | | | | | | | | | Rename Secret variables -> variables See merge request gitlab-org/gitlab-ce!19309 | ||||
| * | Rename Secret variables -> variables | Achilleas Pipinellis | 2018-06-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'bvl-graphql-start-34754' into 'master' | Douwe Maan | 2018-06-06 | 2 | -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.8 | Bob Van Landuyt | 2018-06-06 | 1 | -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 types | Bob Van Landuyt | 2018-06-05 | 2 | -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 naming | Stan Hu | 2018-06-06 | 1 | -0/+17 |
|/ | | | | Add development documentation on how to generate a list of routes | ||||
* | Add Davy Defaud as French proofreader | Rémy Coutable | 2018-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove N+1 query for author in issues APIsh-add-uncached-query-limiter | Stan Hu | 2018-06-04 | 1 | -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 Greiling | 2018-05-31 | 1 | -1/+18 |
| | | | | and devDependencies | ||||
* | Merge branch 'add-yarn-clean-step' into 'master' | Mike Greiling | 2018-05-31 | 1 | -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-step | Jose | 2018-05-29 | 1 | -1/+7 |
| | | |||||
* | | Add link to hack for styling Capybara HTML dumps | Winnie Hellmann | 2018-05-31 | 1 | -0/+4 |
| | | |||||
* | | Fixed broken link to build team in documentation | Eddie Stubbington | 2018-05-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'render_super' into 'master' | Rémy Coutable | 2018-05-30 | 1 | -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_super | Lin Jen-Shin | 2018-05-29 | 1 | -12/+38 |
| |/ | |||||
* | | Replace well-list with content-list and hover-list | Annabel Dunstone Gray | 2018-05-29 | 1 | -1/+1 |
|/ | |||||
* | Add docs for frontend accessibility | Clement Ho | 2018-05-27 | 1 | -2/+47 |
| | |||||
* | Update Frontend documentation regarding Vue and Icons/Illustrations | Lukas Eipert | 2018-05-27 | 3 | -135/+173 |
| | |||||
* | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-05-23 | 1 | -2/+36 |
|\ | |||||
| * | CE: Use render_if_exists to hide EE specific codes | Lin Jen-Shin | 2018-05-23 | 1 | -2/+36 |
| | | |||||
* | | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-05-21 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Make stores export a createStore() which can be used in testswinh-vuex-createStore-docs | Winnie Hellmann | 2018-05-18 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-05-16 | 11 | -65/+54 |
|\ \ | |/ | |||||
| * | 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 |
| | | | | |