summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Alertmanager on omnibus requires configurationpatch-58Ben Bodenmiller2019-06-091-1/+1
|
* Add git 2.21 install from update_sourceÆx2019-06-071-1/+1
|
* Add section to dev docs on accessing chatopsLucas Charles2019-06-074-4/+27
| | | | closes 62127
* Merge branch 'docs-qa-dynamic-element-validation' into 'master'Dan Davison2019-06-062-3/+149
|\ | | | | | | | | Documentation for dynamic element validation See merge request gitlab-org/gitlab-ce!29169
| * Documentation for dynamic element validationdocs-qa-dynamic-element-validationddavison2019-06-052-3/+149
| | | | | | | | | | | | First iteration on the documentation for how dynamic element validation works within the GitLab QA framework and how to utilize it
* | Fix some typosWilliam Desportes2019-06-062-3/+3
| | | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* | Add a New Copy Button That Works in ModalsAndrew Fontaine2019-06-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | This copy button manages a local instance of the Clipboard plugin specific to it, which means it is created/destroyed on the creation/destruction of the component. This allows it to work well in gitlab-ui modals, as the event listeners are bound on creation of the button. It also allows for bindings to the `container` option of the Clipboard plugin, which allows it to work within the focus trap set by bootstrap's modals.
* | Merge branch 'docs-request-approval-for-licenses' into 'master'Mike Lewis2019-06-061-2/+4
|\ \ | |/ |/| | | | | Update docs on how to request approval for licenses/IP See merge request gitlab-org/gitlab-ce!28535
| * Apply suggestion to doc/development/licensing.mddocs-request-approval-for-licensesJamie Hurewitz2019-06-051-1/+1
| |
| * Update docs on how to request approval for licenses/IPKrasimir Angelov2019-05-211-2/+4
| | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit c07a6a46aba640fe0980b603f6bcaac89dc6153b Author: Jamie Hurewitz <jhurewitz@gitlab.com> Date: Sun May 5 01:02:44 2019 +0000 Update licensing.md
* | deprecate the French “écriture inclusive”Davy Defaud2019-06-051-5/+3
| |
* | Clarify the process for CE-first documentationMarkus Koller2019-06-051-3/+8
| | | | | | | | | | | | Previously it was unclear if the docs changes should be included in the MR as well, and adding a changelog entry in the CE MR also triggers the ee-specific-lines-check job in CI.
* | Merge branch 'bvl-use-global-ids-graphql' into 'master'Jan Provaznik2019-06-051-3/+18
|\ \ | | | | | | | | | | | | | | | | | | Use global IDs when exposing GraphQL resources Closes #62650 See merge request gitlab-org/gitlab-ce!29080
| * | Expose IDs in GraphQL as a GlobalIDBob Van Landuyt2019-06-031-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This exposes all fields named `id` as GlobalIDs so they can be used across our entire GraphQL implementation. When the objects loaded are `ApplicationRecord`s. We'll use our existing batchloading to find them. Otherwise, we'll fall back to the default implementation of `GlobalID`: Calling the `.find` method on the class.
* | | Docs: Clean up links to remove ./ usageMarcel Amirault2019-06-054-4/+4
| | |
* | | Add activerecord-explain-analyze gemToon Claes2019-06-031-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly from the Rails console. The gem is installed with `require: false`, but if it was loaded on launch, this would be it's memory load: ``` TOP: 145.3086 MiB rails/all: 22.4844 MiB ... activerecord-explain-analyze: 2.9648 MiB active_record/connection_adapters/postgresql_adapter: 2.9648 MiB pg: 2.9648 MiB pg_ext: 2.9648 MiB ... ```
* | | Update architecture.md to fix typo in GitLabMonito -> GitLabMonitorLee Matos2019-06-031-1/+1
| | |
* | | Update invalid anchor linkFabio Pitino2019-06-031-4/+3
| | |
* | | Merge branch 'patch-64' into 'master'Marcia Ramos2019-06-031-1/+5
|\ \ \ | | | | | | | | | | | | | | | | Docs: Fix badly rendered code blocks in JavaScript styleguide See merge request gitlab-org/gitlab-ce!29017
| * | | Fix badly rendered code blocks in JavaScript styleguideOndřej Budai2019-06-011-1/+5
| |/ /
* | | Add some more database docsToon Claes2019-06-031-2/+9
|/ / | | | | | | | | Add a few useful links for those who want to learn more about databases and database performance.
* | Merge branch 'remove-render-if-exists-partial-caveat' into 'master'Phil Hughes2019-05-311-9/+0
|\ \ | | | | | | | | | | | | Remove render_if_exists partial caveat See merge request gitlab-org/gitlab-ce!28959
| * | Remove render_if_exists partial caveatremove-render-if-exists-partial-caveatLuke Bennett2019-05-311-9/+0
| | |
* | | Consolidate documentation written for e2e tests under dev docsddavison2019-05-309-5/+1259
|/ / | | | | | | | | | | | | | | | | | | | | | | Previously the documentation was separated. If we want to bake quality into the product, how better than to include everything we use directly in the development documentation Signed-off-by: ddavison <ddavison@gitlab.com> Fix broken internal doc link Move documentation for page objects to the e2e section
* | Merge branch 'jl-update-components-k8s-apps-docs' into 'master'Achilleas Pipinellis2019-05-301-2/+2
|\ \ | | | | | | | | | | | | Rename Kubernetes Cluster Apps to GitLab Managed Apps See merge request gitlab-org/gitlab-ce!28894
| * | Rename Kubernetes Cluster Apps to GitLab Managed Appsjl-update-components-k8s-apps-docsJoshua Lambert2019-05-291-2/+2
| | |
* | | Merge branch 'ee-10587-geo-development-fdw-docs' into 'master'Evan Read2019-05-291-6/+72
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Added FDW development documentation Closes gitlab-ee#10587 See merge request gitlab-org/gitlab-ce!28501
| * | Added FDW development documentationee-10587-geo-development-fdw-docsGabriel Mazetto2019-05-291-6/+72
| | | | | | | | | | | | | | | | | | Improve existing FDW documentation in `doc/development` to include additional information about the architecture and how to use FDW as a developer.
* | | Added a note about v-slot directiveNatalia Tepluhina2019-05-281-2/+12
| | |
* | | Merge branch ↵Evan Read2019-05-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docs' into 'master' Geo - Remove support for using Geo with an installation from source Closes gitlab-ee#11609 See merge request gitlab-org/gitlab-ce!28737
| * | | Remove support for using Geo with an installation from source11609-geo-remove-support-for-using-geo-with-an-installation-from-source-docsDouglas Barbosa Alexandre2019-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using Geo with source-based installs was deprecated in GitLab 11.5. This commit removes this support now that the deprecation notice has been in place for quite a few releases.
* | | | Add documentation for frontend fixturesWinnie Hellmann2019-05-271-5/+43
| |/ / |/| |
* | | Merge branch 'winh-community-review-time-docs' into 'master'Marcia Ramos2019-05-271-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Apply review turnaround time to community contributions See merge request gitlab-org/gitlab-ce!28233
| * | | Apply review turnaround time to community contributionswinh-community-review-time-docsWinnie Hellmann2019-05-101-1/+1
| | | |
* | | | Update development doc on EE specific API paramsImre Farkas2019-05-271-20/+33
| | | |
* | | | Use relative URLs in development docsAchilleas Pipinellis2019-05-2720-108/+108
| |/ / |/| | | | | | | | This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
* | | Add developmenty documentation about routingDmitriy Zaporozhets2019-05-272-0/+64
| | | | | | | | | | | | | | | | | | | | | Explain and recommend developers to use `/-/` scope for group and project routes in Rails Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' into 'master'Achilleas Pipinellis2019-05-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update proofreader.md See merge request gitlab-org/gitlab-ce!28649
| * | | Update proofreader.mdSaederup922019-05-231-1/+1
| | | |
* | | | Add source and gdk installations to componentsJoshua Lambert2019-05-241-59/+97
| | | |
* | | | Merge branch '62151-broken-master' into 'master'Kamil Trzciński2019-05-243-21/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MySQL CI jobs Closes #62156 and #62151 See merge request gitlab-org/gitlab-ce!28593
| * | | | Document the on-demand run of MySQL tests62151-broken-masterRémy Coutable2019-05-221-12/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Revert "Merge branch 'revert-04c3c6dd' into 'master'"Rémy Coutable2019-05-222-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
* | | | | Merge branch 'fe-docs-utility-first' into 'master'Clement Ho2019-05-231-8/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "utility-first" section to FE scss style guide Closes gitlab-ui#38 See merge request gitlab-org/gitlab-ce!28312
| * | | | | Apply suggestion to doc/development/fe_guide/style_guide_scss.mdfe-docs-utility-firstPaul Slaughter2019-05-221-1/+1
| | | | | |
| * | | | | Add utility-first css section to fe docsPaul Slaughter2019-05-141-0/+19
| | | | | |
| * | | | | Clean up readability of utility class style guidePaul Slaughter2019-05-141-9/+14
| | | | | |
* | | | | | Container Registry is now proper casedBrendan O'Leary 🐢2019-05-231-2/+2
| | | | | |
* | | | | | Add note for index requirement with FK constraintShinya Maeda2019-05-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Update migration_style_guide.md
* | | | | | Stage labels are now scopedRémy Coutable2019-05-231-20/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>