10666: Replaced 'version' package with 'version' var
[arvados.git] / tools / arv-sync-groups / arv-sync-groups.go
2017-11-30 Lucas Di Pentima10666: Replaced 'version' package with 'version' var
2017-11-29 Lucas Di Pentima10666: Added version number to go sdk and go tools...
2017-11-03 Tom CleggMerge branch '11220-manifest-fetch-error'
2017-11-02 Tom CleggMerge branch '12462-search-hyphen'
2017-11-02 Lucas Di PentimaMerge branch 'master' into 12533-row-lock-contention
2017-11-02 Tom CleggMerge branch '12167-workbench-request-id'
2017-11-02 Lucas Di PentimaMerge branch '12018-sync-groups-tool'
2017-11-02 Lucas Di PentimaMerge branch 'master' into 12018-sync-groups-tool
2017-10-31 Lucas Di Pentima12018: Set up fields per record, so it won't try to...
2017-10-31 Lucas Di Pentima12018: Enhanced readability of ProcessFile() function.
2017-10-30 Lucas Di Pentima12018: Enhanced error message when having a parse error.
2017-10-30 Lucas Di Pentima12018: Moved Link & LinkList types to GoSDK arvados...
2017-10-30 Lucas Di Pentima12018: Fixed positional argument handling.
2017-10-26 Lucas Di Pentima12018: Changed the input file parameter to be positional.
2017-10-26 Lucas Di Pentima12018: Create synchronized remote groups as "role"...
2017-10-26 Lucas Di Pentima12018: Fixed membership removal call. Added input valid...
2017-10-25 Lucas Di Pentima12018: CSV file processing code separated to its own...
2017-10-25 Lucas Di Pentima12018: Splitted api client calls to their own funcs.
2017-10-25 Lucas Di Pentima12018: Move remote group retrieving and member removal...
2017-10-24 Lucas Di Pentima12018: Split setup code on its own functions
2017-10-24 Lucas Di Pentima12018: User, UserList, Group & GroupList types go into...
2017-10-23 Lucas Di Pentima12018: Group membership need two-way links between...
2017-10-23 Lucas Di Pentima12018: Do not tag remote groups with tag links. Use...
2017-10-23 Lucas Di Pentima12018: Stop using arvadosclient in favor of arvados...
2017-10-20 Lucas Di Pentima12018: resourceList interface simplification. Code...
2017-10-20 Lucas Di Pentima12018: Simplify ListAll()
2017-10-20 Lucas Di Pentima12018: Manage two way links for group memberships.
2017-10-19 Lucas Di Pentima12018: Various updates, described below:
2017-10-18 Lucas Di Pentima12018: Skip CSV register if one of its fields is empty
2017-10-18 Lucas Di Pentima12018: Removed superfluous check
2017-10-18 Lucas Di Pentima12018: Added flag to specify a parent group UUID. When...
2017-10-18 Lucas Di Pentima12018: Several changes, listed below:
2017-10-11 Lucas Di Pentima12018: Remote group synchronization tool. First draft.