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-07-06More testing of kramdown warningsdocs-badge-refactorMarcel Amirault
Minor fixes to try to clean up warnings
2019-07-06Update numbered lists for docs standardsMarcel Amirault
Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
2019-07-06Changing badge formatMarcel Amirault
Change all badges to use parens instead of square brackets
2019-07-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-05Add pgFormatter as a database toolingMayra Cabrera
Includes a PostgreSQL syntax beautifier as a database tooling.
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-04Definition of done includes deployed changeMarin Jankovski
2019-07-04Fix notes and update links to issues docMarcel Amirault
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
2019-07-03Merge branch 'docs-rename-release-group-labels' into 'master'Mek Stittri
Rename Release groups in issue_workflow.md See merge request gitlab-org/gitlab-ce!30293
2019-07-03Fix golint command in Go guide doc to be recursiveVictor Zagorodny
2019-07-03Rename Release groups in issue_workflow.mdRémy Coutable
Based on https://about.gitlab.com/handbook/product/categories/#release-stage: - 'core release' -> 'progressive delivery' - 'supporting capabilities' -> 'release management'
2019-07-03Expound backporting a tad bitJohn Skarbek
This bolsters the information in this document, based on questions recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
2019-07-02Reconcile our team, group label definitions with our organization structureMek Stittri
2019-07-02Fix most bare URLs in projectEvan Read
Linting rule not enabled for now because tooling produces false positives.
2019-07-02Docs: update global nav documentMarcia Ramos
2019-07-01Merge branch 'update-sidekiq-inline-testing-docs' into 'master'Rémy Coutable
Change docs to recommend perform_enqueued_jobs instead of Sidekiq::Testing.inline! See merge request gitlab-org/gitlab-ce!29845
2019-07-01Docs: minor fix to link formatczmj
2019-07-01Update styleguide.md to add Notes usage guidelinesMike Lewis
2019-07-01Enforce consistent prefix for bullet listsMarcel Amirault
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
2019-07-01Merge branch 'small-s-in-elasticsearch' into 'master'Evan Read
Fix typo in docs about Elasticsearch See merge request gitlab-org/gitlab-ce!30162
2019-06-28Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney
# Conflicts: # lib/gitlab/database.rb
2019-06-28Update issue workflow for subject labelsMark Fletcher
Mentions the automatic inference of stage and group labels based on the applied subject labels
2019-06-28Fix typo in docs about ElasticsearchTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-06-28Add diagram to site architecture docsEvan Read
2019-06-28Merge branch 'fix-style-guide-links-docs' into 'master'Evan Read
Fix broken style guide links See merge request gitlab-org/gitlab-ce!30149
2019-06-28Update info on externalizing linksEzekiel Kigbo
Added example for splitting strings with links in javascript and sentence to interpolation.
2019-06-28Fix broken style guide linkscharlie ablett
2019-06-27Added Memory and Ecosystem team labelsCraig Gomes
2019-06-27Reorganize feature flag documentationMarin Jankovski
Split the FF docs in 3 separate docs to cover 3 different use-cases.
2019-06-27Address Mike's reviewMarcia Ramos
- explictly say not to upload videos - link videos from any YT account - embed videos from GL's YT account only
2019-06-27Fix typo on end-to-end quick start guideWalmyr Lima
2019-06-27Merge branch 'qa/updates-on-epics-management-e2e-tests' into 'master'Rémy Coutable
Backport of EE MR See merge request gitlab-org/gitlab-ce!30051
2019-06-27Backport of EE MRWalmyr Lima
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14320
2019-06-27Improve accessibility tooling documentationDavid Pisek
Add links to useful browser extensions and learning resources to the FE-accessibility documentation.
2019-06-26Docs: require release version in image filenamesMarcia Ramos
2019-06-26Document limitations of jsdomWinnie Hellmann
2019-06-26Remove unused authorized_find methodLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29921#note_184713939
2019-06-25Update comments and docs around min schema versionDJ Mountney
Fixed some spelling Dropped rake task description for a prefix only task Added note on skipping the check to the postgres debugging dev doc
2019-06-25Merge branch 'docs/add-code-comments-development-guide' into 'master'Marcia Ramos
Add code comments development guide Closes #63132 See merge request gitlab-org/gitlab-ce!30043
2019-06-25Clarify that this.something is not available in Jest (docs)Winnie Hellmann
2019-06-25Add code comments development guideDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-25Clarify that Jest does not use Webpack (docs)Winnie Hellmann
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-24Add doc for ServiceResponseLin Jen-Shin
2019-06-24Require database reviews for migrationsAndreas Brandl
2019-06-24Remove requirement for personal access token in profilingStan Hu
Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23320, personal access tokens are no longer needed for profiling an endpoint since users are stubbed directly.
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-21Merge branch 'docs-ml-gdk-how-to-more-info' into 'master'Mark Lapierre
Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
2019-06-20Improve bug severity definitions and consolidate guidance for clarityMek Stittri
2019-06-19Merge branch '52442-minimal-remove-mysql-support' into 'master'Robert Speicher
Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790