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-02Adds basic overcommit supportGiorgenes Gelatti
2019-08-30Fix broken markdown in various docsMarcel Amirault
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
2019-08-27Introduce facet labelsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27Improve documentation of stage, group, category, feature labelsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-19Update Team labels definition in the Issue Workflow documentationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-13Add sample gitmessage template to the merge request guideDoug Stull
- This provides users with an easy to apply gitmessage template for ease of seeing the commit guidelines here when they commit against gitlab: i https://docs.gitlab.com/ee/development/contributing/merge_request_workflow.html#commit-messages-guidelines
2019-08-05Fix links to unassigned, low weight issues for first time contributorsJohn Hope
2019-08-04Clarify that we now use group based teamsMek Stittri
2019-07-24Clean up headers in markdownMarcel Amirault
Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
2019-07-24Add GitLab Unix shell scripting style guide to docsVictor Zagorodny
2019-07-22Dry the list of stage and group labels by linking to them directlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-07-19Document database review processToon Claes
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
2019-07-15Rename "discussions" to "threads" in docsMichel Engelen
2019-07-12Remove trailing whitespace in docsMarcel Amirault
Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
2019-07-09Update redirected links to final destinationMarcel Amirault
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
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-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-02Reconcile our team, group label definitions with our organization structureMek Stittri
2019-07-01Enforce consistent prefix for bullet listsMarcel Amirault
Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
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 broken style guide linkscharlie ablett
2019-06-27Added Memory and Ecosystem team labelsCraig Gomes
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-20Improve bug severity definitions and consolidate guidance for clarityMek Stittri
2019-06-13Change SLA to target SLO for bugs and defectsMek Stittri
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-23Container Registry is now proper casedBrendan O'Leary 🐢
2019-05-23Stage labels are now scopedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-23Group labels are now scoped labelsMark Fletcher
2019-05-22Add group label docs to Issue WorkflowMark Fletcher
2019-05-10Apply review turnaround time to community contributionsWinnie Hellmann
2019-05-05Docs: Merge EE doc/development to CEMarcel Amirault
2019-04-24Clarify UX debt labelPedro Moreira da Silva
2019-04-11Clarify "Shell commands" link title in style guide docVictor Zagorodny
2019-04-10Add missing team and stage labels in the workflow labels docRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10Update broken links to new destinationsEvan Read
2019-03-29Docs: Update contribution closing policy to include community attributionLucas Charles
2019-03-27Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto
The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
2019-03-13Docs: Cleaning up the merge request workflowMarcel Amirault
2019-03-05Docs: Fix broken anchors in development docsMarcel Amirault
2019-02-25Fix misspellings in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-22Ensure all lists are surrounded by new linesEvan Read
Markdown renderers find it easier to determine where lists start and end when lists are surrounded by new lines. For consistency, also ensure entries in the list are aligned when they span multipls lines.
2019-02-11Refactor the upgrading from source docsYorick Peterse
Instead of requiring one separate document for every version (which is created by release managers), we now use a single document for both Community Edition and Enterprise Edition. This allows developers to add guidelines right away, instead of release managers having to determine what to add. Version specific upgrading instructions are placed in a separate section. This prevents instructions from lingering around for many versions should a developer forget to remove them. This also ensures that all instructions are kept in a single place, instead of being spread across different documents. A minor downside is that CE and EE guidelines now live in the same document, which could cause merge conflicts. Since we are working towards a single codebase, this should only be an issue until we merge the codebases together; something we expect to do in the coming months. This commit also removes all old upgrading instructions, but these can still be accessed using Git branch specific URLs (included in the updating README).
2019-02-07Merge branch 'gitlab-use-group-milestones' into 'master'Mike Lewis
docs: GitLab uses group milestones to handle issues See merge request gitlab-org/gitlab-ce!24953
2019-02-07Merge branch 'docs/source-installation-requirements' into 'master'Marin Jankovski
Update source installation to make it easier for release managers to work on releases Closes gitlab-org/release/framework#113 See merge request gitlab-org/gitlab-ce!24967
2019-02-06Add Go guidelines to developer docsPhilippe Lafoucrière
2019-02-06Document adding source installation stepsYorick Peterse
This adds a small line to the MR workflow to clarify that new source installation requirements have to be added when they are introduced, instead of release managers having to add them.