Commit Graph
13 Commits
Author SHA1 Message Date
axel7083 a7c63a650c Adding support for --profile cmd option 2023-09-17 17:41:05 +02:00
Shivam Sandbhor 41cd3108d9 Remove code for parsing DAB files (#1435)
* Remove code for parsing DAB files

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-10-01 19:16:09 +08:00
Rémy Léone 395d99fb7d add support for golangci-lint (#1373) 2021-04-07 11:10:56 +08:00
Charlie Drage 787b7d9261 kubernetes-incubator -> kubernetes
Today, we graduate from the incubator, thus all links are updates from
kubernetes-incubator to kubernetes
2017-07-12 15:42:13 -04:00
Charlie Drage ce32bb817d 2016 -> 2017 for licensing
New year, update to the license.
2017-06-28 10:49:52 -04:00
Shubham Minglani 5cb598fa5b return errors instead of logrus.Fatal calls
This commit refactors the code to remove more or less
all occurences of logrus.Fatalf() from the code under
pkg/ except for app.go where all the errors are being
handled currently.

This is being done since random logrus.Fatalf() calls
all around the code was making handling the errors,
unit testing and troubleshooting a bit more painful.

logrus.Fatalf() calls are either replaced by
return errors.New("new error")
or
return errors.Wrap(err, "annonate error")
calls, and the function signatures are accordingly
changed to accomodate the new return values.

The unit tests which previously used to check
if logrus.Fatalf() calls worked fine have also
been fixed to only check for errors now.

Fixes #416
2017-03-15 13:30:21 +05:30
Tomas Kral 4f176b847e fix golint errors 2017-01-05 10:31:11 +01:00
Abhishek a5a3805760 added support for multiple-compose files 2017-01-03 17:18:34 +05:30
Tomas Kral e4f9b59b4d Separate unsupported key check for every loader 2016-12-20 12:21:03 +05:30
sebgoa 00331589a3 Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
Tomas Kral f8f737be7b move to kubernetes-incubator
update imports to reflect move to kubernetes-incubator
2016-10-17 18:14:29 +02:00
Tomas Kral 799345a6f9 Prepare up/down for other providers 2016-09-26 11:31:07 +02:00
Tuna f10d6afecf make loader, transformer as interfaces 2016-08-11 23:33:45 +07:00