Commit Graph

27 Commits

Author SHA1 Message Date
GitLab Bot e33f87ac0f Add latest changes from gitlab-org/gitlab@master 2020-04-21 15:21:10 +00:00
GitLab Bot a7dc052b7e Add latest changes from gitlab-org/gitlab@master 2020-04-10 03:09:25 +00:00
GitLab Bot dddde902ac Add latest changes from gitlab-org/gitlab@master 2020-03-26 03:07:43 +00:00
GitLab Bot 1c25ac983c Add latest changes from gitlab-org/gitlab@master 2020-03-06 21:07:59 +00:00
GitLab Bot 6b8d671de7 Add latest changes from gitlab-org/gitlab@master 2020-02-18 18:09:07 +00:00
GitLab Bot b3a736ed88 Add latest changes from gitlab-org/gitlab@master 2020-02-14 15:09:08 +00:00
GitLab Bot 500626a5c9 Add latest changes from gitlab-org/gitlab@master 2020-02-12 03:08:55 +00:00
GitLab Bot 0e9eea40b6 Add latest changes from gitlab-org/gitlab@master 2020-02-11 21:08:44 +00:00
GitLab Bot 3edbef8ae5 Add latest changes from gitlab-org/gitlab@master 2020-02-10 00:09:07 +00:00
GitLab Bot 55693cc1ec Add latest changes from gitlab-org/gitlab@master 2020-02-03 15:08:45 +00:00
GitLab Bot c089cf73c2 Add latest changes from gitlab-org/gitlab@master 2020-02-03 12:09:07 +00:00
GitLab Bot b5571e6e22 Add latest changes from gitlab-org/gitlab@master 2019-12-19 18:07:48 +00:00
GitLab Bot 68d3f33d51 Add latest changes from gitlab-org/gitlab@master 2019-11-26 15:06:50 +00:00
GitLab Bot b082790134 Add latest changes from gitlab-org/gitlab@master 2019-09-18 18:06:14 +00:00
GitLab Bot 80f61b4035 Add latest changes from gitlab-org/gitlab@master 2019-09-18 14:02:45 +00:00
Achilleas Pipinellis a83f68baa7 Rename all filenames and occurrences to License Compliance
- 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-28 06:48:58 +00:00
Nick Thomas 89bccb02d1
Don't use go mod vendor
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
2019-08-12 15:37:55 +01:00
Steve Azzopardi 105bb6ffca Add Go test guidelines 2019-07-24 12:58:15 +00:00
Victor Zagorodny 739f50c3b5 Go guide: be more explicit on testing frameworks + diffing test results 2019-07-18 01:46:46 +00:00
Marcel Amirault 73c6477b7e Changing badges to use parentheses not brackets
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
2019-07-08 08:50:38 +00:00
Victor Zagorodny 9f8ce5c917 Fix golint command in Go guide doc to be recursive 2019-07-03 12:17:14 +00:00
Achilleas Pipinellis 8ec7ecf0bc
Use relative URLs in development docs
This is part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61945
2019-05-27 11:13:40 -04:00
Mark Chao 339673ed45 Update links to new security docs
Related to gitlab-ee/!5566
2019-05-13 15:22:04 -05:00
Marcel Amirault 0207468401 Docs: Merge EE doc/development to CE 2019-05-05 13:57:21 +00:00
Lucas Charles 66dccb7fa8 Update go guidelines, fix some minor typos 2019-03-27 04:26:25 +00:00
Steve Azzopardi 5665eceebf
Add logging info to Go guide
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57298
2019-03-16 09:18:01 +01:00
Philippe Lafoucrière 1effc189c3 Add Go guidelines to developer docs 2019-02-06 16:10:12 +00:00