Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor the upgrading from source docsdocs/refactor-update-guides | Yorick Peterse | 2019-02-11 | 1 | -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 Lewis | 2019-02-07 | 1 | -1/+1 |
|\ | | | | | | | | | docs: GitLab uses group milestones to handle issues See merge request gitlab-org/gitlab-ce!24953 | ||||
| * | GitLab uses group milestones to handle issues | Hiroyuki Sato | 2019-02-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'docs/source-installation-requirements' into 'master' | Marin Jankovski | 2019-02-07 | 1 | -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-requirements | Yorick Peterse | 2019-02-06 | 1 | -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 docs | Philippe Lafoucrière | 2019-02-06 | 1 | -0/+1 |
|/ | |||||
* | Fix most instances of bare URLs in markdown | Evan Read | 2019-01-24 | 1 | -8/+8 |
| | |||||
* | Update reference to ~Monitoring to be ~Monitor | Seth Engelhard | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | Adopt label renaming from ~"feature proposal" to | Lin Jen-Shin | 2019-01-15 | 1 | -8/+8 |
| | | | | just ~feature. | ||||
* | Make unordered lists conform to styleguidedocs/fix-unordered-list-style | Evan Read | 2019-01-08 | 1 | -17/+17 |
| | | | | - Also makes other minor Markdown fixes that were near the main fixes. | ||||
* | Removed Gitlab Upgrader found in /lib/gitlab/upgrader.rb | Jacob Wolen | 2018-12-24 | 1 | -1/+0 |
| | |||||
* | Improve & clean up the PROCESS.md doc | Rémy Coutable | 2018-12-17 | 1 | -4/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '54230-eliminate-duplicated-words' into 'master' | Evan Read | 2018-11-27 | 1 | -1/+1 |
|\ | | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183 | ||||
| * | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Docs: Cleaning up various links | Marcel Amirault | 2018-11-21 | 1 | -2/+1 |
|/ | |||||
* | Update issue_workflow.md: team labels | Philipp Hasper | 2018-11-06 | 1 | -2/+2 |
| | | | | Label CI/CD has been deprecated (cf. ~CI/CD-DoNotUse ) and its description says to use ~Release or ~Verify | ||||
* | Using inline links per review feedbackupdate-def-of-done-with-qa-tests-requirement | Sanad Liaquat | 2018-11-02 | 1 | -4/+2 |
| | |||||
* | Changed dev stage team to quality team | Sanad Liaquat | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | Update definition of done with e2e tests requirement | Sanad Liaquat | 2018-10-29 | 1 | -0/+3 |
| | |||||
* | Make the 'Accepting merge requests' workflow consistentdocs-accepting-merge-requests-label-is-the-ssot | Rémy Coutable | 2018-10-22 | 3 | -22/+23 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update index.mdpatch-30 | Ray Paik | 2018-10-18 | 1 | -74/+2 |
| | |||||
* | Merge branch 'docs-tech-debt-followup-issues' into 'master' | Filipa Lacerda | 2018-10-18 | 1 | -0/+39 |
|\ | | | | | | | | | When to create follow-up technical debt issues See merge request gitlab-org/gitlab-ce!22384 | ||||
| * | Maintainers should be involved in follow-up issues | Nick Thomas | 2018-10-17 | 1 | -1/+2 |
| | | |||||
| * | Amend the tech debt in follow-ups policy | Nick Thomas | 2018-10-17 | 1 | -17/+33 |
| | | |||||
| * | When to create follow-up technical debt issues | Nick Thomas | 2018-10-16 | 1 | -0/+22 |
| | | |||||
* | | Round P/S labels up, not down | Nick Thomas | 2018-10-17 | 1 | -0/+7 |
| | | |||||
* | | Define Stage labels in issue workflow | Fabio Busatto | 2018-10-15 | 1 | -0/+34 |
|/ | |||||
* | Improve the contributing documentation | Rémy Coutable | 2018-10-11 | 6 | -145/+180 |
| | | | | | | | | | | | | This removes duplicated content from CONTRIBUTING.md and consolidate everything under doc/development/contributing/. This also fixes missing links. Lastly, this moves the style guides from the "Implement design & UI elements" page to a new "Style guides" page. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'dimitrieh-master-patch-11276' into 'master' | Rémy Coutable | 2018-10-10 | 1 | -1/+1 |
|\ | | | | | | | | | Add in review specifics See merge request gitlab-org/gitlab-ce!22242 | ||||
| * | Add in review specifics | Dimitrie Hoekstra | 2018-10-09 | 1 | -1/+1 |
| | | |||||
* | | Clarify SLA for defects | Mek Stittri | 2018-10-09 | 1 | -6/+6 |
|/ | |||||
* | Use proper Configure label instead of Configuration in issue_workflow.md | Zsolt Kovari | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'patch-28' into 'master' | Achilleas Pipinellis | 2018-09-28 | 1 | -2/+2 |
|\ | | | | | | | | | Documentation: Fix broken link of feature proposal template in issue_workflow.md See merge request gitlab-org/gitlab-ce!21894 | ||||
| * | Fix broken link of feature proposal template in issue_workflow.md | Zsolt Kovari | 2018-09-24 | 1 | -2/+2 |
| | | |||||
* | | Document community roles | Ray Paik | 2018-09-27 | 1 | -0/+12 |
| | | |||||
* | | Remove DocToc frontmatter from published pagesdocs/remove-doctoc-frontmatter | Evan Read | 2018-09-27 | 4 | -122/+41 |
|/ | | | | - Also fix some markdown syntax. | ||||
* | Correct grammar (setup to set-up) in Docs | Marcel Amirault | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jlenny-UpdateProductDiscoverySteps' into 'master' | Achilleas Pipinellis | 2018-09-11 | 1 | -4/+6 |
|\ | | | | | | | | | Add steps for closing product discovery issue See merge request gitlab-org/gitlab-ce!21273 | ||||
| * | Update design.md | Mark Pundsack | 2018-09-10 | 1 | -6/+3 |
| | | |||||
| * | Add steps for closing product discovery issuejlenny-UpdateProductDiscoverySteps | Jason Lenny | 2018-08-17 | 1 | -4/+9 |
| | | |||||
* | | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 3 | -19/+19 |
|/ | |||||
* | fix design artifact label to be product discovery. Was done here ↵ | Sarrah Vesselov | 2018-08-10 | 1 | -13/+6 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20862 but not merged before this was moved. | ||||
* | Fix docs linting | Rémy Coutable | 2018-08-09 | 1 | -22/+22 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Phase 2: #47282 Improving Contributor On-Boarding Documentation | Eddie Stubbington | 2018-08-09 | 4 | -0/+864 |