summaryrefslogtreecommitdiff
path: root/doc/development/go_guide
Commit message (Collapse)AuthorAgeFilesLines
* Don't use go mod vendorNick Thomas2019-08-121-0/+26
| | | | | | | | | | | | | | | This change comes out of a discussion between Ben Kochie and me, around this MR: https://gitlab.com/gitlab-org/gitlab-pages/merge_requests/164 gitlab-elasticsearch-indexer already uses `go mod` without a `vendor/` directory. It has caused some intermittent build failures in the gitlab-ce/ee CI pipelines, but has otherwise been fine. I think that treating our Go dependencies in the same way we do our Ruby or Node.js ones is reasonable, and it has some minor benefits: * Contributors find it easier to submit MRs * MRs are easier to review * Makefiles are easier to write
* Add Go test guidelinesSteve Azzopardi2019-07-241-0/+39
|
* Go guide: be more explicit on testing frameworks + diffing test resultsVictor Zagorodny2019-07-181-2/+35
|
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-3/+3
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Fix golint command in Go guide doc to be recursiveVictor Zagorodny2019-07-031-1/+1
|
* Use relative URLs in development docsAchilleas Pipinellis2019-05-271-3/+3
| | | | This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
* Update links to new security docsdocs-correct-security-anchor-eeMark Chao2019-05-131-2/+2
| | | | Related to gitlab-ee/!5566
* Docs: Merge EE doc/development to CEMarcel Amirault2019-05-051-1/+1
|
* Update go guidelines, fix some minor typosLucas Charles2019-03-271-2/+2
|
* Add logging info to Go guideSteve Azzopardi2019-03-161-3/+30
| | | | closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57298
* Add Go guidelines to developer docsPhilippe Lafoucrière2019-02-061-0/+216