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

46 Коммитов

Автор SHA1 Сообщение Дата
Thomas Broadley 08214b1a31 docs: fix typo 2017-12-22 22:09:52 -05:00
Carolyn Van Slyck 6edfef6a05
Revert "Merge pull request #1405 from ibrasho-forks/prune-docs"
This reverts commit b741887298, reversing
changes made to 8f4a82cb39.
2017-12-13 11:55:32 -06:00
Carolyn Van Slyck b741887298
Merge pull request #1405 from ibrasho-forks/prune-docs
Add documentation about prune to Gopkg.toml docs
2017-12-03 16:42:08 -06:00
Sebastian Mæland Pedersen 43b1b5bc7f Add importer for github.com/robfig/glock 2017-12-01 23:57:56 +01:00
Ibrahim AshShohail 7b19e9aadb
Add documentation about prune to Gopkg.toml docs
Signed-off-by: Ibrahim AshShohail <ibra.sho@gmail.com>
2017-11-27 22:02:36 +03:00
Kyle Conroy d77cf70f5b
internal/importers: add govendor importer
Add an `Any` constraint for projects

Standardize warnings around ignored build tags

Also make few minor changes to logging messages.

Add govendor to the list of supported tools

Sort the list of organized tools alphabetically as well.

Use manifest constructor function
2017-11-14 21:44:10 -08:00
sam boyer 80e94e8eef
Merge pull request #1349 from tamalsaha/gomvpkg
Move gps package out of internal
2017-11-13 19:50:32 -05:00
tamal e9669650a1 Move gps package out of internal
`gomvpkg -from github.com/golang/dep/internal/gps -to github.com/golang/dep/gps`
2017-11-10 17:02:30 -08:00
Suhas Karanth da79333e44 update FAQ CI usage section for caching caveats 2017-11-09 09:03:57 +05:30
Suhas Karanth b92d0e7ae6 update Best Practices FAQ for usage in CI 2017-10-22 12:54:28 +05:30
Sunny 6651439d70 docs: add wildcard ignore example 2017-10-07 19:47:58 +05:30
sam boyer 23a470ce8c docs: add entry about git submodules 2017-10-05 23:17:51 -04:00
michael-go 6fb987b90d gvt (and gb-vendor) importer (#1149) 2017-09-28 10:11:37 -05:00
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