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

3187 Коммитов

Автор SHA1 Сообщение Дата
sam boyer ce973b08e3
Merge pull request #1770 from budhrg/master
Fix hyperlink for CoC in contribution guide
2018-03-24 01:01:44 -04:00
sam boyer c8be449181
Merge pull request #1751 from mastertinner/master
Fix typos and optimize images
2018-03-24 01:00:48 -04:00
Budh Ram Gurung 0d8e6eb0f1
Fix hyperlink for CoC in contribution guide 2018-03-22 23:52:02 +05:30
Zachary Romero 2935827208 Chage the for loop style 2018-03-19 15:34:03 +03:00
Zachary Romero 7fc577b7c5 Make -f and -v compatible with -old 2018-03-19 15:34:03 +03:00
Zachary Romero 55c928d425 Improve solution-lock comparison and other minor fixes 2018-03-19 15:34:03 +03:00
Zachary Romero 3596a82c10 Perform fixes, add tests, add display methods 2018-03-19 15:34:03 +03:00
Zachary Romero 9faf04be47 Squash merge with previous work done
Merged with branch: azbshiri/feature/list-out-of-date-dependencies
2018-03-19 15:34:03 +03:00
Richard Weber 3bf0cd1497 Use `go env GOPATH` instead of env variable
Fixes #1733
2018-03-17 23:50:11 +02:00
Gabriel 7d5cd199ce add file extension to windows install golang/dep#1754 2018-03-17 22:36:14 +03: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
Tao Wang 7144ce2517
Fix issue 1742 by replacing '>' with '>='
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-03-09 00:07:47 +11:00
Carolyn Van Slyck 5bdae264c6
Merge pull request #1714 from golang/import-during-solve
Bring long term branch import-during-solve back into master
2018-03-05 08:42:18 -06:00
Sunny 8ba7a561fe
Merge pull request #1732 from darkowlzz/changelog-1549
Update Changelog for #1549 and typo fixes
2018-03-05 00:12:44 +05:30
Sunny 508372ac39
Update Changelog for #1549 and typo fixes 2018-03-04 23:54:33 +05:30
Sunny 68b3f938c8
Merge pull request #1549 from zkry/dep-status-f-doc-and-string-display
Dep status -f doc and string display
2018-03-04 23:46:49 +05:30
sam boyer afd48a0604
Merge pull request #1730 from 0xmohit/fix-install-script
fix install script when curl is not available
2018-03-03 11:07:49 -05:00
Mohit Agarwal 2c024c2d93
fix install script when curl is not available
Fix multiple issues when curl is not available and wget is used:

- Downloading JSON for the latest release results in HTTP 302 and wget
  redirects to the new location.  Read HTTP status only from the last
  line of output else the code wouldn't match 200 even if the request
  was successful.

- Don't set `--content-on-error` when using wget.  It is of no
  consequence since we are checking the HTTP status code and exit if the
  response isn't 200 OK.

- `type` is undefined in POSIX sh, use `command` instead.

- Clean up the temp file.

Fixes #1728.
2018-03-03 12:31:41 +05:30
Zachary Romero a3d508532b Squash the binary. 2018-02-26 22:27:01 +03:00
Zachary Romero 87566fded4 Update tests 2018-02-26 22:27:01 +03:00
Zachary Romero 30ad0f72fd Change help text. Add example text. Add test cases. Fix template bugs 2018-02-26 22:27:01 +03:00
Zachary Romero 2784fecdc8 Add description for the -f flag and make template data fields string 2018-02-26 22:27:01 +03:00
Carolyn Van Slyck c0cb9db06c
trying to fix appveyor 2018-02-24 21:01:20 -06:00
Carolyn Van Slyck 3b0148e007
Consolidate how we are calling the tests 2018-02-24 20:20:34 -06:00
Carolyn Van Slyck 1abdc2998e
Update tests now that import is error tolerant 2018-02-24 20:20:34 -06:00
Carolyn Van Slyck 724cfcaf7b
Add feature flag for import during solve
It is turned off by default and can only be
enabled by changing the code and doing a new build. This will help us
test out the new feature without a long-term branch.
2018-02-24 20:20:34 -06:00
Chinmay Raval 26adbc5a6c
cmd/init: Enable importing external configuration from dependencies during init
Enable importing other tools and add integration tests
- Turned off skip tools flag by default
- Added glide integration tests for the init case
2018-02-24 14:57:34 -06:00
Jordan Krage dfbaf0e3e7 gps: source cache: enable opt-in persistent caching via DEPCACHEAGE env var 2018-02-24 08:23:55 -06:00
sam boyer 3d9e0bdd54
Merge pull request #1473 from rakyll/profiler
Add profiling flags
2018-02-24 01:07:35 -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 8c430ca3e7
Merge pull request #1707 from sigma/patch-1
typo: Fix method name in comment
2018-02-24 01:05:11 -05:00
sam boyer 338675da19
Merge pull request #1250 from jmank88/source_opt
gps: fine grained source transitions
2018-02-24 01:04:44 -05:00
Jordan Krage 98031fc3b0 gps: source: ping upstream when no local state exists 2018-02-22 08:53:19 -06:00
Jordan Krage b0a2e0f386
Merge pull request #1708 from jmank88/ci
change CI to 1.10.x; update docs
2018-02-21 17:27:36 -06:00
Jordan Krage 52e5aba6a8 change CI to 1.10.x; update docs 2018-02-21 17:13:45 -06:00
Yann Hodique 2ae3f31b14
typo: Fix method name in comment 2018-02-21 09:01:44 -08:00
sam boyer 2ecf531dc1
Merge pull request #1475 from Zanadar/imported-lock-revs-not-changed
Note diffs b/w imported and solved lock
2018-02-21 10:39:58 -05:00
sam boyer 7668653e5e
Merge pull request #1618 from tamird/reduce-master-deps
Use tagged releases and canonical import paths
2018-02-21 10:38:00 -05:00
sam boyer ec65c1160e
Merge pull request #1646 from jmank88/bench_panic
gps: BenchmarkCreateVendorTree - fatal error instead of nil panic
2018-02-21 10:33:08 -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
sam boyer f7d21fad56 Fixup changelog 2018-02-21 09:14:50 -05:00
sam boyer bd62fd14c5
Merge pull request #1533 from AstromechZA/aza_dep_install_script
Install.sh script for dep
2018-02-21 08:43:03 -05:00
Carlos Frias 06d5271724 Website styles (#1607)
* Update .gitignore

* Fix color issues in phone breakpoint

* Fix layout issues and add new heading styles
2018-02-20 16:24:42 -06:00
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