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

3088 Коммитов

Автор SHA1 Сообщение Дата
Andrew J. Stone 3504ee1987 Update docs to reflect default prune settings 2018-02-20 15:42:57 -05:00
Jordan Krage 802927fbb9
Merge pull request #1620 from jmank88/go1.10
increment CI go versions from 1.8.x/1.9.x/tip to 1.9.x/1.10.x/tip
2018-02-19 14:26:05 -06:00
Jordan Krage 55a9bc90ad increment CI go versions from 1.8.x/1.9.x/tip to 1.9.x/"1.10"/tip 2018-02-19 14:13:58 -06:00
Sunny dc934eadc7
build: add website deploy stage
This change adds a deploy stage in travisCI jobs which runs on master
branch only. This stage would run on every commit to master branch,
which would build the website and deploy to github pages using
docusaurus-publish.
2018-02-18 20:38:25 +05:30
Sunny adc805c709
website: add algolia search-only api key 2018-02-18 17:50:41 +05:30
Chase Adams 0e0ef06faf
modify daily-dep grammar and sentence structure 2018-02-17 10:39:39 -08:00
Yann Hodique 1dc2d8b6e6 godep: Import additional packages as required (#1640)
* godep: Import additional packages as required

In a godep manifest, entries in Packages are commonly used to specify extra
dependencies of a project, like tools (code generators for example).
Adding those same packages to dep's "required" entry achieves the same.

* importertest: Add ability to validate required entries

This mirrors what is done for ignored, as both fields are similar.

* godep: Add tests to validate godep conversion of Packages.

We expect to map non-local Packages in godep manifest to required entries in
dep.
2018-02-12 21:15:18 -06: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
Sunny b2afe44d13
Merge pull request #1675 from carolynvs/docusaurus-tweaks
Lock Docusaurus npm packages
2018-02-12 19:37:04 +05:30
Carolyn Van Slyck c76a64fe32
Lock the docusaurus packages 2018-02-12 07:44:14 -06:00
Carolyn Van Slyck 4407f1a62b
Merge pull request #1676 from carolynvs/makefile-deal-with-it
Make it easier for contributors to mimic a PR
2018-02-11 13:59:42 -06:00
Carolyn Van Slyck 5db50e97a3
Add a makefile
Moved some of the travis magic into a makefile so that it's easier for
contributors to mimic a PR
2018-02-11 13:33:19 -06:00
Carolyn Van Slyck 75b6cbab23
Merge pull request #1594 from darkowlzz/docs-contrib
docs: Document website local setup
2018-02-11 13:04: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
sam boyer 8add10611c
Merge pull request #1673 from im-kulikov/fix-000-cleanup-code
[FIX] Cleanup code
2018-02-11 11:28:05 -05:00
Jordan Krage c09bba70dc
Merge pull request #1672 from y-yagi/refer_to_new_docs
Refer to new docs instead of GitHub in `Gopkg.toml` example
2018-02-11 08:05:14 -06:00
Evgeniy Kulikov 2f5dec17a7
fix review comments 2018-02-11 16:57:41 +03:00
Evgeniy Kulikov f518253944
[FIX] Cleanup code 2018-02-11 15:20:44 +03:00
yuuji.yaginuma 594555a198 Refer to new docs instead of GitHub
I think that it is better to have a new docs than GitHub to refer to docs.
2018-02-11 20:49:24 +09:00
sam boyer a891ec1a09
Merge pull request #1671 from carolynvs/install-from-source
Document how to install dep from source
2018-02-10 20:52:36 -05:00
Carolyn Van Slyck 8a6454a0df
Document how to install dep from source 2018-02-10 16:22:54 -06:00
Jordan Krage d81b4d09cf update changelog with links 2018-02-08 19:19:50 +03:00
Carolyn Van Slyck ca598e9995
Merge pull request #1645 from jmank88/own_maint
update CODEOWNERS and MAINTAINERS with more @jmank88
2018-02-08 08:16:28 -06:00
Jordan Krage a45e03b303
Merge pull request #1617 from jmank88/log_api
log.Logger api changes
2018-02-08 07:57:42 -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
Jordan Krage 7400469680 gps: BenchmarkCreateVendorTree - fatal error instead of nil panic 2018-02-07 08:47:58 -06:00
Jordan Krage f3647e020b update CODEOWNERS and MAINTAINERS with more @jmank88 2018-02-07 08:21:32 -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
Sunny f4a15171a1
Merge pull request #1632 from f2prateek/patch-1
Fix innefective constraints message.
2018-02-06 19:39:44 +05:30
Prateek Srivastava 17e348095a
Fix innefective constraints message.
```
Either import/require packages from these projects so that they become direct
dependencies, or convert each [[constraint]] to an [[override]] to enforce rules
on these projects, if they happen to be transitive dependencies,
```

This should end with a full stop.
2018-02-05 15:08:00 -08:00
Sunny 42f17824d7
Merge pull request #1629 from shawnps/patch-2
Fix typos
2018-02-05 17:25:19 +05:30
Shawn Smith e51c898c73
Fix typos 2018-02-05 15:53:08 +09:00
Tamir Duberstein dad3f6649e Use tagged releases and canonical import paths
https://github.com/golang/dep/commit/d6dde61 introduced a dependency on
go-toml 1.1.0 - https://github.com/pelletier/go-toml/commit/b8b5e76.

All changes:
  5afd06f9...92554152
  b8b5e769...acdc4509
2018-02-02 13:39:51 -05:00
Jordan Krage c30c76bdee gps: doc WriteDepTree 2018-02-02 11:21:23 -06:00
Jordan Krage 892b68065d gps: improve documentation; add package doc 2018-02-02 10:11:14 -06:00
Jordan Krage e5ed562f5d log.Logger api changes
gps:
	-PruneProject: remove unused logger
	-WriteDepTree: swap logger for onWrite callback
	-fix example

dep:
	-SafeWriter.Write: nilable logger

cmd:
	-ensure/prune/init: react to changes
2018-02-02 09:31:05 -06:00
Ben Meier 83832536eb Removed FAKE from install.sh os/arch overrides 2018-02-02 08:26:26 +02:00
Jordan Krage b9a79adaa8 gps: vcs: fine grained source transitions
gps: source coord: set-up sources before returning gateways

gps: source cache: improve PackageTree ProjectRoot handling
2018-01-31 14:54:46 -06:00
Carolyn Van Slyck 235ce96ce4
Merge pull request #1601 from marun/fix-gopkg-toml-doc-links
Fix case of Gopkg.toml.md links in the docs
2018-01-31 08:31:58 -08:00
Carolyn Van Slyck 9b3721f7cf
Merge pull request #1606 from terminatingcode/prune-cmd-docs-link
Amend prune command line message to include doc link
2018-01-31 08:22:59 -08:00
Sarah Connor 85ac26ee55 Amend prune command line message to include doc link 2018-01-31 12:18:15 +00: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
Sunny 0d708ff13c
Merge pull request #1598 from dmitris/patch-1
docs/FAQ.md: fix typo in relative URL
2018-01-30 13:56:00 +05:30
Carolyn Van Slyck 02818608f0
Merge pull request #1600 from bhenderson/patch-1
Grammar fixes
2018-01-29 16:08:40 -08:00
Brian Henderson be521043b3
Grammar fix for README.md
thanks for the tool!
2018-01-29 09:36:13 -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 c0fdd2e6ec
docs: Document website local setup
This change adds some dev dependencies in package.json to install all the
necessary components required by the site to run. More details about
those dependencies could be found at
https://github.com/facebook/Docusaurus/blob/master/admin/local-third-party-project-testing.md#clowntown.
2018-01-29 01:02:08 +05:30
Sunny 8c437349f4
Merge pull request #1550 from darkowlzz/status-remove-detailed-flag-help
status: remove -detailed flag from help
2018-01-28 23:54:10 +05:30