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

5 Коммитов

Автор SHA1 Сообщение Дата
Matt Boersma 3e57d2887a Add copyright headers to source files (#4324)
* Add Copyright header

* Add Copyright header to more files

* Rearrange finicky package comments and enforce validate-headers in CI

* Remove some extraneous diffs

* Rename Makefile target to be more descriptive
2018-12-03 11:19:18 -08:00
Sudarshan Raghunathan 4468670745 Resubmit PR# 2332: Enable colorized logging on Windows (#2482)
* Enable colorized logging on Windows

* Fix gofmt errors

* add go-colorable deps
2018-03-20 16:44:08 -07:00
Jack Francis 74625737f7 vendor/ dependency rationalization (#1340)
* rationalized vendor directory

- updated dependency declarations and version pinning (glide.lock)
- updated dependent code under vendor/
- added new `build-vendor` target to aid periodic rationalizations like this

* preferring build-binary

* testing

* delete sirupsen

* add sirupsen

* don’t need build-vendor
2017-08-23 16:09:58 -07:00
Cole Mickens 6f50548a2d Iterate on changes
Implement some of Anubhuti's feedback.
  - remove unused clients
  - renamed UberClient interface -> ACSEngineClient
  - removed the unused AzureTemplateDeployer as part of the interfaces
  cleanup

Cleanup the usage of interfaces. More closely follows the pattern I'd
been trying to follow. The AzureClient winds up implementing the
ACSEngine interface, as well as the interfaces inside ACSEngine.

Also fixed some warnings here and there in the new code I've been adding
2017-05-15 09:56:34 -07:00
Cole Mickens 362923e886 Restructure commands. Introduce cobra/logrus 2017-05-10 10:26:58 -07:00