summaryrefslogtreecommitdiff
path: root/doc/development/contributing
Commit message (Collapse)AuthorAgeFilesLines
* Dry the list of stage and group labels by linking to them directlydocs-dry-the-stage-and=group-labels-listRémy Coutable2019-07-221-54/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Document database review processToon Claes2019-07-191-1/+2
| | | | See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
* Rename "discussions" to "threads" in docsMichel Engelen2019-07-152-6/+6
|
* Remove trailing whitespace in docsMarcel Amirault2019-07-121-45/+43
| | | | | Remove unneeded trailing whitespace in lines in /development /ci /api and /administration docs.
* Update redirected links to final destinationMarcel Amirault2019-07-094-12/+11
| | | | | | Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Definition of done includes deployed changeMarin Jankovski2019-07-041-0/+1
|
* Fix notes and update links to issues docMarcel Amirault2019-07-041-1/+1
| | | | | | After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
* Rename Release groups in issue_workflow.mddocs-rename-release-group-labelsRémy Coutable2019-07-031-2/+2
| | | | | Based on https://about.gitlab.com/handbook/product/categories/#release-stage: - 'core release' -> 'progressive delivery' - 'supporting capabilities' -> 'release management'
* Reconcile our team, group label definitions with our organization structureMek Stittri2019-07-021-15/+70
|
* Enforce consistent prefix for bullet listsMarcel Amirault2019-07-011-14/+14
| | | | Adjusts asterisks to hyphens in assorted docs to allow lint rule to pass
* Update issue workflow for subject labelsdocs-update-subject-label-issue-workflowMark Fletcher2019-06-281-0/+5
| | | | | Mentions the automatic inference of stage and group labels based on the applied subject labels
* Fix broken style guide linkscharlie ablett2019-06-281-2/+2
|
* Added Memory and Ecosystem team labelsCraig Gomes2019-06-271-0/+2
|
* Add Markdown lintingEvan Read2019-06-251-3/+3
| | | | | Also adds and one linting rule and makes project conform to it.
* Improve bug severity definitions and consolidate guidance for clarityMek Stittri2019-06-201-26/+26
|
* Change SLA to target SLO for bugs and defectstarget-slo-defectsMek Stittri2019-06-131-2/+2
|
* Merge branch 'winh-community-review-time-docs' into 'master'Marcia Ramos2019-05-271-1/+1
|\ | | | | | | | | Apply review turnaround time to community contributions See merge request gitlab-org/gitlab-ce!28233
| * Apply review turnaround time to community contributionswinh-community-review-time-docsWinnie Hellmann2019-05-101-1/+1
| |
* | Container Registry is now proper casedBrendan O'Leary 🐢2019-05-231-2/+2
| |
* | Stage labels are now scopedRémy Coutable2019-05-231-20/+19
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Group labels are now scoped labelsMark Fletcher2019-05-231-2/+2
| |
* | Add group label docs to Issue WorkflowMark Fletcher2019-05-221-0/+21
|/
* Docs: Merge EE doc/development to CEMarcel Amirault2019-05-051-1/+1
|
* Clarify UX debt labelPedro Moreira da Silva2019-04-241-2/+3
|
* Clarify "Shell commands" link title in style guide docVictor Zagorodny2019-04-111-1/+1
|
* Add missing team and stage labels in the workflow labels docRémy Coutable2019-04-101-0/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update broken links to new destinationsEvan Read2019-04-101-5/+2
|
* Docs: Update contribution closing policy to include community attributionLucas Charles2019-03-291-2/+5
|
* Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto2019-03-271-0/+1
| | | | | | | | | | | | | 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.
* Docs: Cleaning up the merge request workflowMarcel Amirault2019-03-132-157/+170
|
* Docs: Fix broken anchors in development docsMarcel Amirault2019-03-051-1/+1
|
* Fix misspellings in docsTakuya Noguchi2019-02-251-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Ensure all lists are surrounded by new linesEvan Read2019-02-221-9/+9
| | | | | | | | | 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.
* Refactor the upgrading from source docsdocs/refactor-update-guidesYorick Peterse2019-02-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | 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).
* Merge branch 'gitlab-use-group-milestones' into 'master'Mike Lewis2019-02-071-1/+1
|\ | | | | | | | | docs: GitLab uses group milestones to handle issues See merge request gitlab-org/gitlab-ce!24953
| * GitLab uses group milestones to handle issuesHiroyuki Sato2019-02-061-1/+1
| |
* | Merge branch 'docs/source-installation-requirements' into 'master'Marin Jankovski2019-02-071-0/+3
|\ \ | | | | | | | | | | | | | | | | | | 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
| * | Document adding source installation stepsdocs/source-installation-requirementsYorick Peterse2019-02-061-0/+3
| |/ | | | | | | | | | | 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.
* | Add Go guidelines to developer docsPhilippe Lafoucrière2019-02-061-0/+1
|/
* Fix most instances of bare URLs in markdownEvan Read2019-01-241-8/+8
|
* Update reference to ~Monitoring to be ~MonitorSeth Engelhard2019-01-181-1/+1
|
* Adopt label renaming from ~"feature proposal" toLin Jen-Shin2019-01-151-8/+8
| | | | just ~feature.
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-17/+17
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Removed Gitlab Upgrader found in /lib/gitlab/upgrader.rbJacob Wolen2018-12-241-1/+0
|
* Improve & clean up the PROCESS.md docRémy Coutable2018-12-171-4/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '54230-eliminate-duplicated-words' into 'master'Evan Read2018-11-271-1/+1
|\ | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183
| * Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Docs: Cleaning up various linksMarcel Amirault2018-11-211-2/+1
|/
* Update issue_workflow.md: team labelsPhilipp Hasper2018-11-061-2/+2
| | | | Label CI/CD has been deprecated (cf. ~CI/CD-DoNotUse ) and its description says to use ~Release or ~Verify