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

89 Коммитов

Автор SHA1 Сообщение Дата
sam boyer 89bca42cff Remove incorrect FAQ entry 2018-03-24 14:32:55 -04:00
Tobi Fuhrimann c8b3de68e2 Optimize images with ImageOptim 2018-03-14 08:24:15 +01:00
Tobi Fuhrimann 5a7a4924d3 Fix typos 2018-03-14 08:24:05 +01:00
Aravind c55e7a6d8f Clarified which manifest fields apply only to the root project in docs. (#1710)
* Added docs as discussed in Issue #1668
2018-03-12 16:04:25 -05:00
sam boyer 62b1170288
Merge pull request #1697 from chaseadamsio/patch-1
modify daily-dep grammar and sentence structure
2018-02-24 01:05:41 -05:00
sam boyer d87e823b13
Merge pull request #1650 from andrewjstone/fix-toml-prune-docs
Update docs to reflect default prune settings
2018-02-21 10:32:15 -05:00
sam boyer 00d7c7347e docs: Add install.sh to docs site instructions 2018-02-21 09:15:21 -05:00
Andrew J. Stone 3504ee1987 Update docs to reflect default prune settings 2018-02-20 15:42:57 -05:00
Chase Adams 0e0ef06faf
modify daily-dep grammar and sentence structure 2018-02-17 10:39:39 -08:00
Aravind f66513faeb Added two lost docs Testing changes to a dependency, Changing dependencies (#1677)
* Added two lost dependencies - Testing changes to a dependency, Changing dependencies
2018-02-12 09:05:34 -06:00
Aravind 063d03889f Added lost documentation about generating graph visualizations (#1664)
* Docs: Reintroduced steps to generate graph visualizations
2018-02-11 12:43:30 -06:00
Carolyn Van Slyck 8a6454a0df
Document how to install dep from source 2018-02-10 16:22:54 -06:00
Jordan Krage 93bcb36902
Merge pull request #1619 from jmank88/gps_doc
gps: improve documentation; add package doc
2018-02-08 07:57:10 -06:00
Paul Davis 70b4da73f4 Update installation.md (#1604)
* Update installation.md

- Add sections for different OS installs/manual install
- Add link to AUR package for Arch Linux
2018-02-06 12:16:29 -06:00
Jordan Krage 892b68065d gps: improve documentation; add package doc 2018-02-02 10:11:14 -06:00
Maru Newby 407c8db3d8 Fix case of Gopkg.toml.md links in the docs
Use of the lowercased name (gopkg.toml.md) was resulting in 404s.
2018-01-30 08:08:33 -08:00
Dmitry Savintsev 874b98be58
fix typo in relative URL
the link “How do I constrain a transitive dependency’s version” points to https://golang.github.io/dep/docs/FAQ.html#how-do-i-constrain-a-transitive-dependencys-version, should be https://golang.github.io/dep/docs/FAQ.html#how-do-i-constrain-a-transitive-dependency-s-version (dash after “depedency”)
2018-01-29 11:51:15 +01:00
sam boyer 0c411d0b40 docs: Back off on non-go pruning recommendation
I'd forgotten the reasons we had for being conservative in not
defaulting to turning on non-go file pruning. Having been reminded, this
commit provides a more nuanced explanation.
2018-01-28 21:44:41 -05:00
sam boyer 944e34b9ac docs: Add more Gopkg.toml examples for prune rules 2018-01-28 21:23:23 -05:00
Sunny 003656d9e3
FAQ: fix anchors with "'" in github and docusaurus
This change adds named anchor with id attribute for anchors with "'"
character. This enables the links to work in both github and docasaurus.
2018-01-28 00:33:41 +05:30
Bjørn 26c2b1137a
Fix link in FAQ to bullets containing '
Links to bullets containing `'` are parsed to `-` when the page is generated. This PR changes the links in the index to follow this.
2018-01-26 11:15:12 +01:00
sam boyer 453affdba2 docs: Add missing link to hang failure docs 2018-01-25 23:00:14 -05:00
Lucas Bremgartner cb26c6b224
Fix broken link to Gopkg.toml.md 2018-01-25 22:43:28 +01:00
sam boyer bd4a7ec7c5 docs: Fix links in announce blog && intro 2018-01-23 23:22:53 -05:00
sam boyer 4a3baf8b68 docs: Incorporate massive docs update w/new site
Closes #1499.
2018-01-23 23:03:09 -05:00
sam boyer 879f6ca58a docs: Rework Gopkg.toml docs significantly
This was nominally to incorporate prune docs, but it became a broader
rewrite that was really needed, anyway.
2018-01-23 22:59:22 -05:00
sam boyer 0368da431f ensure: Absorb dep prune into dep ensure
This merge incorporates the long-running branch that consolidated all
the work related to absorbing dep prune into dep ensure. As of this
commit, dep prune is now a hidden dummy command, and dep ensure does all
the heavy lifting automatically.
2018-01-23 20:05:25 -05:00
sam boyer 64d7f61a83 docs: new release announcement, CSS fixes 2018-01-23 16:37:25 -05:00
sam boyer f10e951c7c docs: Templates and CSS tweaks to docusaurus 2018-01-23 12:57:42 -05:00
sam boyer 5e064a583f docs: Add installation.md, lots of tweaks
Assorted edits and wording tweaks, as well as including bash as type on
most of the fenced code blocks. Also relocated assets into docs/assets
from docs/img in order to accommodate docusaurus' expected layout.
2018-01-23 09:54:52 -05:00
sam boyer 7ae1fda48d docs: Fix up README, polish deduction and intro 2018-01-17 00:33:27 -08:00
sam boyer afb1cd6650 docs: Penultimate docs changeset
Just tidying and deduction left now before the first mountain of docs
can be called complete.
2018-01-17 00:33:27 -08:00
sam boyer adb9a566d9 docs: Add Gopkg.lock.md 2018-01-17 00:33:27 -08:00
sam boyer 7f60cb3aee docs: Failure modes doc nearly done.
Now only basic explanations of solving failures are missing. Also
includes relevant glossary updates.
2018-01-17 00:33:27 -08:00
sam boyer b2c090f40a docs: Add solver and failures doc; misc others 2018-01-17 00:33:27 -08:00
sam boyer bb08cee627 docs: Done with next stage of ensure docs 2018-01-17 00:33:27 -08:00
sam boyer d047b5801b docs: Incremental checkin, mostly ensure mechanics 2018-01-17 00:33:27 -08:00
sam boyer af7528018a docs: incremental checkin of numerous new docs 2018-01-17 00:33:27 -08:00
Matt Braymer-Hayes 1665d9b417
Fix dependency upgrade example in FAQ.md 2018-01-16 09:33:01 -08:00
Sunny 9f7fe411de
docs: correct the metadata example in Gopkg.toml.md 2018-01-09 20:41:29 +05:30
Jonathan Duck 7e88569d00
Correct `.username` to `.example` 2018-01-02 13:47:43 -08:00
Takashi Oguma 969c1e39d0
fix .netrc example 2017-12-26 17:22:44 +09:00
Thomas Broadley 08214b1a31 docs: fix typo 2017-12-22 22:09:52 -05:00
Ibrahim AshShohail c584a10980
Revert "Revert "Merge pull request #1405 from ibrasho-forks/prune-docs""
This reverts commit 6edfef6a05.
2017-12-16 17:52:27 +03: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