Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-12Fix TyposYoginth
2019-06-12Update git object deduplication overviewJacob Vosmaer
2019-06-11Merge branch 'patch-70' into 'master'Marcia Ramos
Adds a space to fix code display See merge request gitlab-org/gitlab-ce!29463
2019-06-11Final doc reviewRachel Nienaber
- Wrap text - Move image to /img/
2019-06-11Merge branch 'patch-58' into 'master'Achilleas Pipinellis
Alertmanager on omnibus requires configuration See merge request gitlab-org/gitlab-ce!28398
2019-06-11Make the architecture table displayed in a blockAchilleas Pipinellis
By default, all tables have a width of 100% on docs.gitlab.com. In a few cases, the table will overlap the table of contents (ToC). For these cases, we need to add an entry to the document’s frontmatter to render them as a display block.
2019-06-11Adds a space to fix code displayEzekiel Kigbo
2019-06-09Alertmanager on omnibus requires configurationBen Bodenmiller
2019-06-07Add git 2.21 install from update_sourceÆx
2019-06-07Add section to dev docs on accessing chatopsLucas Charles
closes 62127
2019-06-06Merge branch 'docs-qa-dynamic-element-validation' into 'master'Dan Davison
Documentation for dynamic element validation See merge request gitlab-org/gitlab-ce!29169
2019-06-06Fix some typosWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-06Add a New Copy Button That Works in ModalsAndrew Fontaine
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.
2019-06-06Merge branch 'docs-request-approval-for-licenses' into 'master'Mike Lewis
Update docs on how to request approval for licenses/IP See merge request gitlab-org/gitlab-ce!28535
2019-06-06Documentation for dynamic element validationddavison
First iteration on the documentation for how dynamic element validation works within the GitLab QA framework and how to utilize it
2019-06-05deprecate the French “écriture inclusive”Davy Defaud
2019-06-05Clarify the process for CE-first documentationMarkus Koller
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.
2019-06-05Merge branch 'bvl-use-global-ids-graphql' into 'master'Jan Provaznik
Use global IDs when exposing GraphQL resources Closes #62650 See merge request gitlab-org/gitlab-ce!29080
2019-06-05Docs: Clean up links to remove ./ usageMarcel Amirault
2019-06-05Apply suggestion to doc/development/licensing.mdJamie Hurewitz
2019-06-03Expose IDs in GraphQL as a GlobalIDBob Van Landuyt
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.
2019-06-03Add activerecord-explain-analyze gemToon Claes
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 ... ```
2019-06-03Update architecture.md to fix typo in GitLabMonito -> GitLabMonitorLee Matos
2019-06-03Update invalid anchor linkFabio Pitino
2019-06-03Merge branch 'patch-64' into 'master'Marcia Ramos
Docs: Fix badly rendered code blocks in JavaScript styleguide See merge request gitlab-org/gitlab-ce!29017
2019-06-03Add some more database docsToon Claes
Add a few useful links for those who want to learn more about databases and database performance.
2019-06-01Fix badly rendered code blocks in JavaScript styleguideOndřej Budai
2019-05-31Merge branch 'remove-render-if-exists-partial-caveat' into 'master'Phil Hughes
Remove render_if_exists partial caveat See merge request gitlab-org/gitlab-ce!28959
2019-05-31Consolidate documentation written for e2e tests under dev docsddavison
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
2019-05-31Remove render_if_exists partial caveatLuke Bennett
2019-05-30Merge branch 'jl-update-components-k8s-apps-docs' into 'master'Achilleas Pipinellis
Rename Kubernetes Cluster Apps to GitLab Managed Apps See merge request gitlab-org/gitlab-ce!28894
2019-05-30Merge branch 'ee-10587-geo-development-fdw-docs' into 'master'Evan Read
Added FDW development documentation Closes gitlab-ee#10587 See merge request gitlab-org/gitlab-ce!28501
2019-05-29Rename Kubernetes Cluster Apps to GitLab Managed AppsJoshua Lambert
2019-05-29Added FDW development documentationGabriel Mazetto
Improve existing FDW documentation in `doc/development` to include additional information about the architecture and how to use FDW as a developer.
2019-05-28Added a note about v-slot directiveNatalia Tepluhina
2019-05-28Merge branch ↵Evan Read
'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
2019-05-28Add documentation for frontend fixturesWinnie Hellmann
2019-05-27Remove support for using Geo with an installation from sourceDouglas Barbosa Alexandre
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.
2019-05-27Merge branch 'winh-community-review-time-docs' into 'master'Marcia Ramos
Apply review turnaround time to community contributions See merge request gitlab-org/gitlab-ce!28233
2019-05-27Update development doc on EE specific API paramsImre Farkas
2019-05-27Use relative URLs in development docsAchilleas Pipinellis
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
2019-05-27Add developmenty documentation about routingDmitriy Zaporozhets
Explain and recommend developers to use `/-/` scope for group and project routes in Rails Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-24Merge branch 'master' into 'master'Achilleas Pipinellis
Update proofreader.md See merge request gitlab-org/gitlab-ce!28649
2019-05-24Add source and gdk installations to componentsJoshua Lambert
2019-05-24Merge branch '62151-broken-master' into 'master'Kamil Trzciński
Fix MySQL CI jobs Closes #62156 and #62151 See merge request gitlab-org/gitlab-ce!28593
2019-05-23Merge branch 'fe-docs-utility-first' into 'master'Clement Ho
Add "utility-first" section to FE scss style guide Closes gitlab-ui#38 See merge request gitlab-org/gitlab-ce!28312
2019-05-23Container Registry is now proper casedBrendan O'Leary 🐢
2019-05-23Add note for index requirement with FK constraintShinya Maeda
Update migration_style_guide.md
2019-05-23Stage labels are now scopedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-23Update proofreader.mdSaederup92