Граф коммитов

33 Коммитов

Автор SHA1 Сообщение Дата
sam boyer 10ef770e4b Merge pull request #1173 from bboreham/patch-1
Fix typo
2017-09-19 19:18:41 -04:00
Stephen Afam-Osemene 0076b937d5 Document how to use dep with Docker (#1094) 2017-09-19 11:49:22 -05:00
Bryan Boreham f32ea71fbc Clarify language 2017-09-19 14:22:08 +00:00
sam boyer a89e1a0adb Merge pull request #1137 from afiune/patch-3
How to use a Github Token in .netrc file
2017-09-10 11:05:54 -04:00
Carolyn Van Slyck 01d6b3a7e7
Clarify when to run ensure if vendor is not committed 2017-09-09 18:26:57 -05:00
Salim Afiune 36db3d03a6 How to use a Github Token in .netrc file
Adds documentation about a second option to interact with
private repositories, in particular for those who wants to use
a Github Token either locally or in a CI System.

Might help issues:
- https://github.com/golang/dep/issues/174
- https://github.com/golang/dep/issues/286

Signed-off-by: Salim Afiune <afiune@chef.io>
2017-09-07 11:14:23 -04:00
Alexey Palazhchenko 9d480dcfde Expand FAQ entry 2017-08-28 22:19:12 +03:00
Mark West aa81dc03d6 Document generating graph visualizations 2017-08-24 12:30:37 -05:00
RaviTeja Pothana 7c043698ee Add support importing from govend (#1040) 2017-08-24 09:41:30 -05:00
RaviTeja Pothana 42374f182f Correct the Gopkg.toml vs Gopkg.lock URL in FAQ.md: /docs is missing in the URL (#1012) 2017-08-14 12:45:03 -05:00
Carolyn Van Slyck 7bc57a48da Merge pull request #991 from sdboyer/update-readme
Bring README up to date after #489
2017-08-12 20:40:47 -05:00
sam boyer e74b613dd0 Fix FAQ spacing 2017-08-12 13:18:22 -04:00
sam boyer 1d736d3a20 Remove unqualified recommendation for overrides 2017-08-12 12:51:09 -04:00
sam boyer c9e59f1cb6 Hello Digby!
@ashleymcnamara is my hero
2017-08-12 00:34:50 -04:00
Carolyn Van Slyck d4635477bc
Add vndr as a supported tool 2017-08-11 13:33:50 -05:00
sam boyer c20daf380d Merge pull request #842 from darkowlzz/faq-resolve-dep-gopath
FAQ: resolving dependencies from GOPATH
2017-08-11 13:58:35 -04:00
sam boyer b3536316f7 Merge branch 'pr/863' 2017-08-11 13:53:21 -04:00
Sunny 22bd42718d FAQ: resolving dependencies from GOPATH 2017-08-09 18:25:12 +05:30
jufisch 67818ad938 Fixing bare link 2017-08-03 22:26:20 -04:00
jufisch e18b7af404 Adding link to Go code workspace doc 2017-08-03 17:07:03 -04:00
jufisch 5e60e01e2a Formatting text 2017-08-03 16:59:38 -04:00
jufisch 901397aa65 Quoting sdboyer & adding links 2017-08-03 16:58:33 -04:00
jufisch e1dec068f3 Add item on relative imports to FAQ 2017-08-03 16:40:19 -04:00
Jelte Fennema e7d8677884 Improve explanation of required based on feedback 2017-07-30 11:49:06 +02:00
Jelte Fennema 511b91d86b Expand on what the required list does and doesn't do
The current wording is not clear on the fact that it won't install the packages in the required list. This can be confusing, because usually this is what you expect for linters and generators.
2017-07-29 15:29:35 +02:00
Aidan Feldman facfb6e379
Put plain language definitions of manifest sections in context
My hypothesis is that these explanations will be more useful as users
are reading about the sections themselves, rather than low down in the
FAQ, where they could easily be missed.
2017-07-20 21:14:56 -04:00
Aidan Feldman 7b1aaa6ade
Add workflows around checking status, removing, and testing changes to dependencies
...to the README. Also, expanded on the description of what `dep init` does. All of this
was taken from @carolynvs's lightning talk on dep.

http://carolynvs.com/dep-in-10
2017-07-20 21:14:55 -04:00
Aidan Feldman 298cffbe1c
Expand the first-run documentation
- Clarified that the Usage commands in the README apply to both new and
  existing projects
- Move information about the vendor directory backup into the README.
  This gives the user the necessary context as soon as they would need
  it, rather than needing to stumble upon it (somewhat buried) in the FAQ.
2017-07-20 21:09:09 -04:00
Aidan Feldman 2bdcdd8879
Move the FAQ under the docs/ folder
The top-level directory is getting a bit cluttered, so group the FAQ
alongside the other documentation. Also did some minor formatting
cleanup of that file.
2017-07-20 21:09:08 -04:00
Sunny e212ae69db Move version examples to Gopkg.toml doc 2017-07-14 17:36:41 +05:30
Sunny ab65bec6d7 docs: Gopkg.toml.md version 2017-07-13 22:40:54 +05:30
mstrong 72362a65e4
Add links to FAQ for certain key words in the markdown 2017-06-17 16:40:36 -04:00
mstrong 5238a51078
Moving old example text to a new markdown file. Adding comment with link to gopkg toml example markdown file 2017-06-17 15:34:13 -04:00