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

3327 Коммитов

Автор SHA1 Сообщение Дата
Carolyn Van Slyck f9cb443b21
Merge pull request #1779 from wknapik/patch-1
Updated Arch installation instructions.
2018-04-24 09:20:03 -05:00
Carolyn Van Slyck 342e0b7aca
Merge pull request #1809 from abs51295/fix-go-pkg-lock-doc
Fix [[project]] stanza description
2018-04-24 09:14:09 -05:00
Carolyn Van Slyck 639148268d
Merge pull request #1800 from sjdweb/solver-href
Fix migrating solver doc link
2018-04-24 09:12:22 -05:00
Carolyn Van Slyck dfc22ea088
Merge pull request #1827 from dbowling/patch-1
Add package import process to FAQ
2018-04-24 09:02:17 -05:00
Carolyn Van Slyck 89f14a160b
Merge pull request #1828 from mattayes/patch-1
Add Gophers Slack vendor channel as resource.
2018-04-24 08:45:45 -05:00
Carolyn Van Slyck 4150b21e96
Merge pull request #1829 from mattayes/patch-2
Workaround golint hosting problem.
2018-04-24 08:33:00 -05:00
Matt Braymer-Hayes d6fc0c9929
Workaround golint hosting problem. 2018-04-23 21:12:56 -07:00
Matt Braymer-Hayes 7d82659772
Add Gophers Slack vendor channel as resource. 2018-04-23 20:46:11 -07:00
Dan Bowling e2f7f8efcf
Add package import process to FAQ
New dep users may be confused about the lack of documentation for changing imports after adopting dep (assuming that imports would need to be relative.) This points users directly to the go documentation that explains /vendor and outlines that NOT changing import paths is normal.
2018-04-23 16:49:15 -06:00
Carolyn Van Slyck d5c4d780bd
Merge pull request #1706 from mattayes/dep-faq
Clarify dep ensure -update behavior for imports.
2018-04-19 09:13:32 -05:00
sam boyer 35d3feffee
Merge pull request #1815 from mingrammer/back-ticks-wrapping
Wrap the "Gopkg.lock" text with back-ticks
2018-04-16 17:44:06 -04:00
mingrammer f0a7efa816 Wrap the "Gopkg.lock" text with back-ticks 2018-04-17 01:35:54 +09:00
abs51295 a8c76fd0ca Fix [[project]] stanza description
[[project]] is now changed to [[projects]] in lock file.
2018-04-12 22:44:41 +05:30
sam boyer 4c74ecd27d
Merge pull request #1797 from fabrice102/patch-1
Fix a typo in the FAQ
2018-04-06 14:50:57 -04:00
Sean Drumm f0e5eed770 Fix migrating solver doc link 2018-04-06 18:26:01 +01:00
Fabrice Benhamouda b2da8641d0
Fix a typo "dependecy" -> "dependency" 2018-04-05 10:04:05 -04:00
Carolyn Van Slyck cac6a1978a
Merge pull request #1792 from carolynvs/bump-semver
Bump github.com/Masterminds/semver
2018-04-02 22:03:39 -05:00
Carolyn Van Slyck 310cf2410b
Update changelog 2018-04-02 21:41:39 -05:00
Carolyn Van Slyck 1b3c593fdd
Bump github.com/Masterminds/semver
My pull request was merged, so switching back to upstream
2018-04-02 21:36:34 -05:00
Matt Braymer-Hayes 0d0b23bb3e Clarify dep ensure -update behavior for imports. 2018-04-02 12:21:12 -07:00
akutz 3198c75c73 status: Handle code climate suggestion re: errs
This patch updates two lines to return errors directly as recommended by
the CI tool, code climate.
2018-03-28 13:44:08 -05:00
akutz e28257042b status: Fixed imports in status.go
This patch updates the imports list in status.go so that the list is
ordered properly.
2018-03-28 13:43:31 -05:00
akutz d3b7f64f76 status: Renamed Default Template to Lock Template
This patch renames the `defaultStatusTemplate` to `statusLockTemplate`
in order to avoid confusion.
2018-03-28 13:43:27 -05:00
akutz 68ed0d506e status: Formatted Sources
This patch updates the status.go source file using the go fmt command.
2018-03-28 13:43:23 -05:00
Zach Shepherd 91aa3a831d status: use lock flag to select default template 2018-03-28 13:43:21 -05:00
Zach Shepherd 14f9e0b1ef status: document use of detail flag
Document the use of the detail flag by itself and with others.
2018-03-28 13:43:21 -05:00
Zach Shepherd 2b8ed79981 status: process detail template output all-at-once
Instead of processing the detailed template output line-by-line, like
the basic template, evaluate it all-at-once.
2018-03-28 13:43:21 -05:00
Zach Shepherd 99c5f76426 status: introduce support for detailed output
Enhance dep status to support detailed output for the tabular, JSON,
and text/template output formats.
 * For each of these formats, the detailed output includes source
   repository information and a list of packages used by each project
   (instead of simply the count).
 * For the JSON and text/template output formats, this detailed view
   separates branch, version, and revision information (for both locked
   and latest) to simplify programmatic processing of the output.
 * For the JSON format, solve metadata is included in the output.

Additionally, this sets the stage for an all-at-once text/template
outputter (like the JSON outputter, instead of the current line-by-line
approach preserved from the basic text/template outputter) to allow a
template to additionally process metadata information.
2018-03-28 13:43:20 -05:00
akutz 280e6d900a status: Default Template for details
This patch introduces a default Go template for emitting the status
details in a format that is a duplicate of the lock file. There are
several tests that validate the default template. The tests can be
extended to validate additional templates as well.
2018-03-28 13:43:15 -05:00
stanguturi edbfaa357b status: Add test case for `-out` flag
* Added the dependency on `build` target for `test` target.
* Added a simple test case to verify the output of `dep status -out`
  command.
2018-03-28 06:46:18 -05:00
stanguturi a71121a92e status: add `-out` flag to `status` command
* Added `-out` flag to `dep status` command.
* The new flag accepts a single argument. Users can mention
  the file path where the status output should be written to.
* Blank values are ignored.
* When a file path is specified, the status output will be
  written to a file at the specified file path. If the file
  cannot be created (for some reason), a meaningful error
  message will be printed on the stdout.

Tests:
  - dep status -?
    Shows the information about the new -out flag
  - dep status -out junk/file/path
    A meaningful error is printed
  - dep status -out proper/file/path
    The status output is printed to the file at the
    mentioned file path.
2018-03-28 06:45:36 -05:00
sam boyer 103c77564e travis: Remove docusaurus job
WHY won't this work? Don't have time to figure it out now.
2018-03-26 14:58:26 -04:00
sam boyer d4d80cb82e travis: Try echoing across multiple lines 2018-03-26 14:10:47 -04:00
sam boyer bf147cffb1 Fix user, etc. for docusaurus publish in travis 2018-03-26 13:40:40 -04:00
sam boyer e1db6b4e1d
Merge pull request #1699 from darkowlzz/docs-search
Docs search
2018-03-26 13:08:22 -04:00
Wojciech Knapik f217a9cfd8
Updated Arch installation instructions. 2018-03-26 08:50:26 +00:00
Sunny 4c86f274b0
Update Changelog for #1553 2018-03-25 23:06:42 +05:30
Sunny dbbe73b50f
Merge pull request #1553 from zkry/list-out-of-date-deps
List out of date deps
2018-03-25 22:57:50 +05:30
sam boyer 89bca42cff Remove incorrect FAQ entry 2018-03-24 14:32:55 -04:00
sam boyer 42e3d76d44
Merge pull request #1743 from twang2218/issue-1742-indexbyte
Fix issue 1742 by replacing '>' with '>='
2018-03-24 01:07:52 -04:00
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