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-09-04Update Sidekiq in architecture diagramDrew Blessing
2019-09-03Use new location for helm charts repoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-08-27Update capitalization in /dev docsMarcel Amirault
Clean up capitalization in /development /gitlab-basics and /install
2019-08-16Remove MySQL references from development docsNick Thomas
I noticed the doc/development/testing_guide/best_practices.md still referenced the `[run mysql]` tags, etc. They no longer work, so I removed them, then realised I had better clean up the rest of doc/development !
2019-08-08Rename githost.log -> git_json.logStan Hu
The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
2019-07-15Convert more product badges to round bracketsEvan Read
2019-07-09Fix spacing of code blocksMarcel Amirault
Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
2019-07-05Small markdown tweaks to clear kramdown warningsMarcel Amirault
Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
2019-07-02Fix most bare URLs in projectEvan Read
Linting rule not enabled for now because tooling produces false positives.
2019-07-01Enforce consistent prefix for bullet listsMarcel Amirault
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-06-28Fix typo in docs about ElasticsearchTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-06-21Update Grafana and GitLab Monitor in component listStan Hu
This commit checks off two of the three components in the table that we added for the CEO Challenge in Contribute 2019: * Grafana: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3272 * GitLab Monitor: https://gitlab.com/charts/gitlab/merge_requests/787
2019-06-19Update the docs to reflect lack of MySQL supportNick Thomas
Now MySQL is no longer supported, we need to change the docs
2019-06-19Crosslink Mattermost integrations, simplify components listJoshua Lambert
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-09Alertmanager on omnibus requires configurationBen Bodenmiller
2019-06-07Add git 2.21 install from update_sourceÆx
2019-06-03Update architecture.md to fix typo in GitLabMonito -> GitLabMonitorLee Matos
2019-05-29Rename Kubernetes Cluster Apps to GitLab Managed AppsJoshua Lambert
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-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-27Use relative URLs in development docsAchilleas Pipinellis
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
2019-05-24Add source and gdk installations to componentsJoshua Lambert
2019-05-17Significantly improve the architecture pageJoshua Lambert
2019-05-17Merge branch 'jl-add-component-subheadings-docs' into 'master'Achilleas Pipinellis
Add subheadings to components page See merge request gitlab-org/gitlab-ce!28382
2019-05-16Add subheadings to components in architecture pageJoshua Lambert
2019-05-15docs: improve architecture component detailsBen Bodenmiller
2019-05-11Update K8S apps to checkmarkMatija Čupić
2019-05-08Add hline between table and chart, improve grammarJoshua Lambert
2019-05-08Resolve conflicts from masterJoshua Lambert
2019-05-08Revert "Merge branch 'fix-mermaid-chart-docs' into 'master'"Stan Hu
This reverts merge request !28188
2019-05-07Load mermaid.min.js for now off-siteJoshua Lambert
2019-05-07Update component diagram, switch to mermaidJoshua Lambert
2019-03-19Add registry to dev arch docsCindy Pallares 🦉
2019-03-03Corrected Spelling Typos Yolanda Feldstein
2019-02-25Fix misspellings in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2018-11-29Update architecture.mdB1nj0y
2018-11-22Eliminate duplicated wordsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-16Update architecture.md to have a component by component overviewLee Matos
2018-07-06Fixes doc/development/architecture.md prod links.Jamie Gordon
2018-07-03Updated products links to pricingMarcel Amirault
2018-02-22Docs: search/replace "Enterprise Edition" and adjust when applicableMarcia Ramos
2018-01-08Fix: remove unnecessary lineOnuwa Nnachi Isaac
2017-06-28Update architecture.mdSid Sijbrandij
2017-05-23Per discussionErnst van Nierop
2017-05-22Make sketch dynamic and link back to production architectureernstvn
2017-05-02Fix the GitLab EE linkSota Yamashita