Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

[#1458] Add optional '-v' flag to ensure args help text #1485

Closed
wants to merge 1,899 commits into from
Closed

[#1458] Add optional '-v' flag to ensure args help text #1485

wants to merge 1,899 commits into from

Conversation

awoodbeck
Copy link
Contributor

What does this do / why do we need it?

It's a simple change to address a deficiency in the help output of the ensure command.

What should your reviewer look out for in this PR?

Nothing in particular.

Do you need help or clarification on anything?

No

Which issue(s) does this PR fix?

Fixes #1458

sdboyer and others added 30 commits October 4, 2017 07:40
pr-template: instruction about updating changelog
fix(status): skip ignored pkgs in missing pkgs chk
It's confusing that when preparing a PR that updates dependencies, you suddenly get a lot of untracked files.
Skip broken vendor symlink rather than returning an error.
CONTRIBUTING.md: Document need to run dep prune
integration tests: remove unused parameter
fix(status): check lockfile before runStatusAll()
* Create trie only when wildcard is found
* Rename 'recursive' to 'wildcard' ignore
Adds test for createIgnorePrefixTree() which verifies the global
ignore skip.

Also, unifies createIgnorePrefixTree() of solver and pkgtree, moving it
to pkgtree package.
carolynvs and others added 22 commits December 13, 2017 11:55
This reverts commit b741887, reversing
changes made to 8f4a82c.
Fix how dep status print revision constraints
Revert "Merge pull request #1405 from ibrasho-forks/prune-docs"
Output multi-element TOML arrays on newlines
status: make collectConstraints() concurrent
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.
status: use unpaired ver constr when checking updateability
[WIP] Adds support for freebsd and 386 arch
@googlebot
Copy link
Collaborator

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dep ensure does not accept -v with -update