12018: Several changes, listed below:
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 18 Oct 2017 17:17:01 +0000 (14:17 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 18 Oct 2017 17:17:01 +0000 (14:17 -0300)
commited6af9cb44515fe1759eeebabfcac4a068fd697c
treeda9f95894d5eac067913071f5209e743a4b2a49f
parent1cde975fed7a57b1397bded4d73502bf4b98f517
12018: Several changes, listed below:
* Removed initial Python version.
* Removed superfluous input files checks and moved file opening
to be before any API calls, to avoid doing them is there's a problem
with the file.
* Added user, group & link types so they're populated by json decoding.
* Cleaned up ListAll() func so it can work with different resource
types.
* Changed usage of set style types from map[string]struct{} to be
map[string]bool to simplify membership checking.
* Corrected error messages to start with lowercase.
* Added more debug messages for -verbose mode.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>
sdk/cli/bin/arv-sync-groups [deleted file]
sdk/python/arvados/commands/sync_groups.py [deleted file]
tools/arv-sync-groups/arv-sync-groups.go