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

49 Коммитов

Автор SHA1 Сообщение Дата
Roberto Fernandez 94f196ae27 Add 'golang' to go get URL of Setup instructions 2017-08-28 23:22:31 -06:00
sam boyer a8802c0652 Merge pull request #996 from ebati/ci-make-version
Update CI and add version command
2017-08-29 00:50:24 -04:00
Emrecan BATI 9217125e0c Fix wording 2017-08-29 07:39:18 +03:00
sam boyer 5b1fe9e6d8 Merge pull request #714 from jmank88/project_ident_sort
Consolidate ProjectIndentifier sorts; drop build support for go1.7
2017-08-29 00:07:22 -04:00
sam boyer 892b5cab26 Add caveats about dep init to README 2017-08-28 13:30:58 -04:00
Mark West aa81dc03d6 Document generating graph visualizations 2017-08-24 12:30:37 -05:00
Emrecan BATI 52f2cc92aa Update readme with de-emphasized go get 2017-08-19 01:08:27 +03:00
Emrecan BATI 61c0b05325 Update documentation 2017-08-19 01:06:56 +03:00
Jordan Krage 704bf90d26 drop support for go1.7 2017-08-18 14:42:32 -05:00
sam boyer 9beae3b3c1 Simplify the dep-adding README section 2017-08-12 18:48:44 -04:00
sam boyer c9e59f1cb6 Hello Digby!
@ashleymcnamara is my hero
2017-08-12 00:34:50 -04:00
sam boyer acee602a94 Tweak language a bit 2017-08-11 18:56:37 -04:00
sam boyer e6622a8fb2 Bring README up to date after #489 2017-08-11 13:22:21 -04:00
Alexey Palazhchenko 4fd48f7f70 Add Homebrew
Refs #949.
2017-08-06 13:08:47 +03:00
Mikkel Oscar Lyderik Larsen c701044203
Fix link to docs/Gopkg.toml in README.md 2017-07-26 21:04:40 +02:00
Dave Josephsen 6b5e8cf10f Document semver ranges in the README 2017-07-25 19:32:05 -05:00
Carolyn Van Slyck 4d72db7580 Merge pull request #878 from erizocosmico/docs/status-mismatch-lock
document lock mismatch state for ensure
2017-07-25 17:36:53 -05:00
Miguel Molina 2eda538525
document lock mismatch state for ensure
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
2017-07-25 21:25:22 +02:00
Vladimir Pouzanov 5c8c07f9a8 Fixed the link to FAQ 2017-07-23 21:47:33 +01:00
Aidan Feldman e7d91f654f
README updates based on feedback 2017-07-21 12:13:45 -04:00
Aidan Feldman 97f5c61ec7
Rename README headings to match common terminology
Switched to `Setup` and `Usage` instead of `Initial setup` and
`Day-to-day workflows`. Also made both of those top-level section
headings, so that the various workflows aren't nested so deeply.
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 f0b8c473b5
Split apart the day-to-day workflows
Trying to match the different common use cases a user will have for interacting
with dep.
2017-07-20 21:13:46 -04:00
Aidan Feldman 3a6df186c8
Change introductory wording 2017-07-20 21:09:09 -04:00
Aidan Feldman b023c29ad0
Direct users to modify dependencies via files rather than CLI commands
The former seems to be falling out of favor, and may confuse users about
which is preferable to use.
2017-07-20 21:09:09 -04:00
Aidan Feldman 8f94e292b5
Explain first-run vs. day-to-day workflow
- Explain that `dep init` will try and import from other package
  managers
- Explain the day-to-day workflow of using Dep.
2017-07-20 21:09:09 -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
sam boyer e1fcbe45df Update README, FAQ to reflect production-readiness 2017-07-19 19:23:40 -04:00
sam boyer 0531ad1a47 Warn against writing scripts on dep 2017-06-01 20:27:25 -04:00
sam boyer 76df8f8c8d Update README to reflect milestone reached 2017-05-30 09:20:38 -04:00
Ahmet Alp Balkan 0bbb012849
Update installation instruction
Fixes #566.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-05-12 11:31:00 -07:00
Jess Frazelle 58bae41a3a
Add code climate
Remove govet and gofmt tests from travis which should speed things up.

Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-04-28 14:27:43 -04:00
Carolyn Van Slyck c20dddcdc1 Add a FAQ 2017-04-19 14:03:49 -05:00
sam boyer 1d167f3bbd Update README, CONTRIBUTING with roadmap 2017-03-07 06:22:36 -05:00
sam boyer 6b69dcb226 Add note about required Go version to README
Closes #230.
2017-02-08 09:47:18 -05:00
sam boyer 397ec0eb79 Update README to clarify that we are not official 2017-01-29 00:23:47 -05:00
Koichi Shiraishi 6a70bc2a4b remove osx from ci badge and add '-u' flag for install
Currently not tested in OSX environment

Most newcomers don't know about -u.

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
2017-01-28 10:22:53 -05:00
Jess Frazelle 86d271f7c9 new appveyor url
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-28 09:30:48 -05:00
Miguel Molina 0acfd38c22 move command code into cmd subpackage
In this commit, the testing framework used in dep is moved to the
test package, since it's used either in dep and main.
All the code that is not part of a command has been moved to the
dep subpackage, as well as all those functions that were shared between
dep and main, since dep cannot depend on main.
Because of the movement to another package, many structs, methods and
functions have become public.
2017-01-28 01:45:37 -05:00
Jess Frazelle fa51a9f4c6
update travis uri
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-24 09:16:02 -08:00
Jess Frazelle 0165db36ee public appveyor uri
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-24 09:11:11 -08:00
Andrew Gerrand f91353d8ed rename 'hoard' to 'dep' (this time for sure) 2017-01-18 16:17:23 -08:00
Jess Frazelle b8da67f184 fix CI link 2017-01-17 17:42:03 -08:00
Andrew Gerrand ee81dced50 rename 'hoard' to 'nest' 2017-01-17 17:06:45 -08:00
Peter Bourgon f939e06dda Link to CONTRIBUTING.md 2017-01-17 14:52:06 -08:00
Peter Bourgon 8868e53155 README: first draft 2017-01-17 14:52:06 -08:00
Jess Frazelle 0b38a82a9d add appveyor build status to readme
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-17 11:37:50 -08:00
Jess Frazelle 94f34577e0
change README to markdown
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-13 11:46:40 -08:00