Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_spec | Lin Jen-Shin | 2018-06-21 | 1 | -0/+48 |
| | |||||
* | Merge branch 'MadLittleMods-master-patch-55656' into 'master' | Filipa Lacerda | 2018-06-21 | 1 | -2/+2 |
|\ | | | | | | | | | Fix a couple Vuex typos See merge request gitlab-org/gitlab-ce!20046 | ||||
| * | Fix a couple Vuex typosMadLittleMods-master-patch-55656 | Eric Eastwood | 2018-06-20 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'docs-styleguidelines-nav' into 'master' | Achilleas Pipinellis | 2018-06-21 | 1 | -2/+16 |
|\ \ | | | | | | | | | | | | | Docs: update style guidelines with rules for navigation items See merge request gitlab-org/gitlab-ce!20024 | ||||
| * | | 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 |
| | | | |||||
* | | | Fix documentation code blocksmk/fix-n-plus-1-queries-in-uploads-check-rake-task | Michael Kozono | 2018-06-20 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add docs for the cleanup step of a background column type changeclear-up-background-type-change-docs | Sean McGivern | 2018-06-19 | 1 | -0/+47 |
|/ | | | | | A background column type change needs a cleanup step, like any background migration. We should call that out explicitly in the documentation. | ||||
* | 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 |