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-10Start linting for unneeded dollar signsMarcel Amirault
Do not use dollar signs in shell codeblocks when no output is shown
2019-09-10Merge branch 'fix-broken-docs-link' into 'master'Evan Read
Fix broken link to the handbook See merge request gitlab-org/gitlab-ce!32849
2019-09-10Docs: Add when to use Jest section in frontend_testingPaul Slaughter
2019-09-10Edits to Lists section of Documentation Style GuideMike Lewis
2019-09-10typo fix "this" -> "these" in vuex.mdJake Burden
2019-09-10Fix broken link to the handbookDavid H. Wilkins
- Broken link to "How to work with the distribution team"
2019-09-09Correct typo in documentationPaulo Ribeiro
2019-09-09Bring typo fix from EE into CEMarcel Amirault
2019-09-09Standardised punctuation at end of sentencesRussell Dickenson
2019-09-06Merge branch 'qa-ml-approval-rules-tests' into 'master'Ramya Authappan
CE backport of EE MR approvals E2E test See merge request gitlab-org/gitlab-ce!32439
2019-09-06Adds a small checklist reminder about MRFilipa Lacerda
Frontend maintainers are a bit overloaded with reviews. In order to speed up the review process we are compiling on the frontend guidelines the list of steps everyone should be following before asking for review
2019-09-06Document our GraphQL Enum standardsLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/67012
2019-09-06Merge branch 'dblessing-update-arch-diag' into 'master'Evan Read
Update Sidekiq in architecture diagram See merge request gitlab-org/gitlab-ce!32673
2019-09-05Adjust markdown linting guidelinesMarcel Amirault
Move details of markdownlint mostly to the documentation index for a SSoT, and link apropriately
2019-09-05Refactor new undo_* methodsReuben Pereira
- Move code for creating a new column from old into a function so that it can be reused. - Also add comments above the methods.
2019-09-05Change serveo link as it often goes downMarcel Amirault
2019-09-05Provide guidance on how docs global navigation should be structuredEvan Read
2019-09-05Split tests across files for the sake of parallelizationMark Lapierre
2019-09-05Merge branch 'mj/code-review-avoid' into 'master'Ash McKenzie
What to avoid in code review See merge request gitlab-org/gitlab-ce!32592
2019-09-04Update Sidekiq in architecture diagramDrew Blessing
2019-09-04Removes regular migrations from background onesMayra Cabrera
Specifies that background migrations should be scheduled as post deployment migrations
2019-09-04Updates the merge request author responsibilityMayra Cabrera
Indicate it's the author's responsibility to prepare the merge request for a database review
2019-09-04What to avoid in code reviewMarin Jankovski
2019-09-04CE backport of EE MR approvals E2E testMark Lapierre
Includes API methods to add members to projects and groups
2019-09-03Development docs: how to add Prometheus metricsThong Kuah
This documents the various knowledge needed to add new GitLab self-monitoring Prometheus metrics.
2019-09-03Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon
Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
2019-09-03Merge branch 'links-use-new-location' into 'master'Rémy Coutable
Use new location for helm charts repo See merge request gitlab-org/gitlab-ce!32563
2019-09-03Use new location for helm charts repoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-09-03Add Danger bot development documentationNick Thomas
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
2019-09-02Docs james gill contributionMarcel Amirault
2019-09-02Adds basic overcommit supportGiorgenes Gelatti
2019-08-31Merge branch 'remove-ignorable-column-concern' into 'master'Michael Kozono
Remove dependency on IgnorableColumn concern Closes #66746 See merge request gitlab-org/gitlab-ce!32427
2019-08-30Use self.ignored_columns += instead of =Stan Hu
This is to accomodate prepended modules.
2019-08-30Fixed grammar and inconsistencies with capitalizationShan
2019-08-30Fix broken markdown in various docsMarcel Amirault
2019-08-30Merge branch 'patch-79' into 'master'Ray Paik
Fixed spelling See merge request gitlab-org/gitlab-ce!32434
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-08-30Merge branch 'fix-test-design-link' into 'master'Evan Read
Broken Link to Test Design See merge request gitlab-org/gitlab-ce!32279
2019-08-30Merge branch 'patch-78' into 'master'Ray Paik
Fixed spelling See merge request gitlab-org/gitlab-ce!32432
2019-08-30Fixed spellingShan
2019-08-30Fixed spellingShan
2019-08-30Fixed spellingShan
2019-08-29Remove dependency on IgnorableColumn concerndineshpanda
2019-08-29Apply review suggestionsMark Florian
- Reword relationship between Jest/Karma/Jasmine - Prefer inline URLs, per the [docs] [docs]: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
2019-08-29Update a few redirected linksMarcel Amirault
2019-08-28Remove csslabArun Kumar Mohan
2019-08-28Rename all filenames and occurrences to License ComplianceAchilleas Pipinellis
- New redirect doc/user/application_security/license_compliance/index.md - Renaming of images. - Some links that were pointing to the old location are fixed.
2019-08-28Merge branch 'docs/unlinking-emails' into 'master'Evan Read
Remove a section for a now fixed bug See merge request gitlab-org/gitlab-ce!32319
2019-08-28Remove a section for a now fixed bugAchilleas Pipinellis
Those guidelines where based on https://gitlab.com/gitlab-org/gitlab-docs/issues/311 which seems to be fixed.
2019-08-28Fix markdown in various docsMarcel Amirault
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc