uber-archive / idl

A CLI for managing Thrift IDL files
http://www.uber.com
MIT License
78 stars 19 forks source link

Use shallow fetch and clone #70

Closed kriskowal closed 7 years ago

kriskowal commented 7 years ago

This change mitigates long running idl commands that are synchronizing all branches and tags with the remote registry/repository.

It incidentally removes test support for Node.js 0.10 since npm hard crashes with the unsupported Node.js version, and updates the repository location. Tests depend on the git remote.

CLAassistant commented 7 years ago

CLA assistant check
All committers have signed the CLA.

andrewdeandrade commented 7 years ago

Once tests pass, LGTM.