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

2943 Коммитов

Автор SHA1 Сообщение Дата
Jordan Krage 573b44d20b upgrade github.com/jmank88/nuts to 0.3.0 2018-01-08 20:31:52 -06:00
Ibrahim AshShohail d2e36ef0f6
cmd/dep: add a no-op prune to preserve backward-compatibility
Signed-off-by: Ibrahim AshShohail <ibra.sho@gmail.com>
2018-01-05 19:10:42 +03:00
sam boyer 249a930709 Rearrange path validation to allow ports 2018-01-04 13:05:50 +01:00
sam boyer 5e8ecaa95f CI: trying to disable bad codeclimate checks 2018-01-03 09:56:08 -05:00
Sunny 7636d76b57
Merge pull request #1503 from duckbrain/patch-1
FAQ: Correct `.username` to `.example`
2018-01-03 19:05:06 +05:30
sam boyer a7be96f1a0
docs: Remove codeclimate badge from README 2018-01-03 02:25:48 -05:00
Jonathan Duck 7e88569d00
Correct `.username` to `.example` 2018-01-02 13:47:43 -08:00
Zachary Romero f3e15932d3 Improve error message when gopath dependency exists but lacks VCS (#1479) 2018-01-01 10:19:28 -06:00
sam boyer 133de3eda3
Fix newcomer label links 2018-01-01 00:47:21 -05:00
Sunny b19e8d46ec
Merge pull request #1493 from JackyChiu/applicable_constraints
status: Collect Applicable Constraints - Test Cleanup
2017-12-30 00:35:39 +05:30
Jacky Chiu 05dae17de9 Filepath join to test src as well 2017-12-29 13:50:41 -05:00
Jacky Chiu 678982b72f Add licence 2017-12-29 13:26:47 -05:00
Jacky Chiu 5fe99bcfaf cleaned up tests with test dir 2017-12-29 13:12:35 -05:00
Sunny 8d8de2de57
Merge pull request #1480 from JackyChiu/applicable_constraints
status: Collect Applicable Constraints
2017-12-29 23:39:31 +05:30
sam boyer 59f7827b58
Merge pull request #1486 from awoodbeck/bugfix/ensure-command-line-args
Add optional '-v' flag to ensure args help text
2017-12-27 19:19:11 -05:00
Jacky Chiu fb4c3cd27a update test repo fixture name to be under darkowlzz 2017-12-27 17:17:38 -05:00
Adam Woodbeck 211dbce2ea
Improve change log description of fix 2017-12-27 08:30:54 -05:00
Adam Woodbeck 841ac94668 Add optional '-v' flag to ensure args help text 2017-12-26 20:32:33 -05:00
Jacky Chiu 725d5c8f53 Inline master branch constraint 2017-12-26 11:32:56 -05:00
Sunny 9d4a82e6bd
Merge pull request #1483 from zkry/projectConstraint-sorting-order
Fixed sorting order and reorder test
2017-12-26 18:48:28 +05:30
Sunny 79b98a2ed0
Merge pull request #1484 from bearmini/patch-1
fix .netrc example
2017-12-26 18:45:23 +05:30
Takashi Oguma 969c1e39d0
fix .netrc example 2017-12-26 17:22:44 +09:00
Jacky Chiu cac9c6bf83 simple check if constrains are directDeps, and updated tests to add
applicable constrain fixtures
2017-12-25 17:16:47 -05:00
Jacky Chiu b209495ec4 build import map and then check if constraint match
added tests for projectImports

collect applicable constraints only test

update term used in err msg

break up import functions
2017-12-25 17:16:44 -05:00
zac df4231d3f7 Fixed sorting order and reorder test 2017-12-25 22:11:15 +03:00
Carolyn Van Slyck 9815e4a544
Merge pull request #1478 from carolynvs/apply-prune-on-init
cmd/dep: apply default prune options on init
2017-12-24 13:00:17 -06:00
Carolyn Van Slyck 390fe5fa83
cmd/dep: apply default prune options on init 2017-12-23 22:24:01 -06:00
Carolyn Van Slyck cf67c0a950
Merge pull request #1460 from arbourd/prune-init
Add default prune options for init cmd
2017-12-23 22:01:11 -06:00
sam boyer d9ce240c02
Merge pull request #1477 from tbroadley/fix-typos
docs: fix typo
2017-12-22 22:36:37 -05:00
Thomas Broadley 08214b1a31 docs: fix typo 2017-12-22 22:09:52 -05:00
Dylan Arbour dd15e17728
Add panic for non-empty ProjectOptions 2017-12-22 12:58:44 -05:00
sam boyer 5d5088d6e2
Merge pull request #1472 from dungeonmaster18/add-build
[WIP] Adds support for freebsd and 386 arch
2017-12-21 14:29:43 -05:00
dungeonmaster18 3eb951e15b
Added Support for freebsd and 386 arch 2017-12-22 00:44:16 +05:30
sam boyer a92678159e
Merge pull request #1463 from darkowlzz/status-missing-latest
status: use unpaired ver constr when checking updateability
2017-12-19 03:10:33 -05:00
Sunny 6c5666d9c2
status: use unpaired ver constr when checking updateability
This changes fixes a bug due to which the LATEST field in status was
missing for projects that were not in manifest but in lock and had
pairedVersion.

Since we check `bs.Version` to not be nil before entering into
updateability block, we can use the same value as the constraint for
matching with the version list obtained for the projects.
2017-12-19 09:52:49 +05:30
Dylan Arbour 701c10924d
Add default prune settings for init cmd 2017-12-18 18:37:44 -05:00
sam boyer bf5b9fc8d8
Merge pull request #1219 from ibrasho-forks/optimize-gps-prune
gps: Refactor prune and filesystem functions
2017-12-18 13:44:55 -05:00
sam boyer f2e423e3f2
Merge pull request #1330 from darkowlzz/status-flag-validation
status: add validateFlags()
2017-12-18 13:32:14 -05:00
sam boyer 67c45f4686
Merge pull request #1413 from darkowlzz/concurrent-collectconstraints
status: make collectConstraints() concurrent
2017-12-18 13:29:36 -05:00
Carolyn Van Slyck 74a1bc562e
Merge pull request #1456 from ibrasho-forks/revert-prune-docs-revert
Restore prune docs
2017-12-18 12:12:25 -06:00
sam boyer 132ea90a93
Merge pull request #1461 from sdboyer/toml-array-newlines
Output multi-element TOML arrays on newlines
2017-12-18 11:08:13 -05:00
sam boyer 566dba0b73 Update CHANGELOG 2017-12-18 09:25:48 -05:00
sam boyer d6dde6170b dep: Use new line-per-item behaviors from TOML lib 2017-12-18 09:18:13 -05:00
sam boyer 32dd9fd086 dep: update go-toml to latest master 2017-12-18 09:06:21 -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
sam boyer 77447101df
Merge pull request #1453 from darkowlzz/changelog-update
Update changelog
2017-12-14 10:39:03 -05:00
Ibrahim AshShohail cef261f120
gps: add tests for deleteEmptyDirs
Signed-off-by: Ibrahim AshShohail <ibra.sho@gmail.com>
2017-12-14 09:36:51 +03:00
sam boyer c3d278d0b3
Merge pull request #1451 from carolynvs/revert-prune-docs
Revert "Merge pull request #1405 from ibrasho-forks/prune-docs"
2017-12-13 14:16:15 -05:00
Sunny 9c10b3be08
Update changelog 2017-12-14 00:03:20 +05:30
Sunny f31d439b6c
Merge pull request #1421 from otoolec/status-revision-constraint
Fix how dep status print revision constraints
2017-12-13 23:52:56 +05:30