Skip to content

Commit

Permalink
Merge pull request #1 from sapcc/dev
Browse files Browse the repository at this point in the history
checklist
  • Loading branch information
talal authored Oct 24, 2018
2 parents ac961c4 + aaaf714 commit 2f7b3fc
Show file tree
Hide file tree
Showing 535 changed files with 333,257 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
release
1 change: 1 addition & 0 deletions .gopath/src/github.com/sapcc/limesctl
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go
sudo: false

go:
- 1.11

install:
- go get -u golang.org/x/lint/golint
- go get -u github.com/mattn/goveralls

script:
- make all check
- $HOME/gopath/bin/goveralls -coverprofile=build/cover.out -service=travis-ci
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.0.0 (TBD)

Initial release.
306 changes: 306 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[[constraint]]
branch = "master"
name = "github.com/alecthomas/kingpin"

[[constraint]]
branch = "master"
name = "github.com/gophercloud/gophercloud"

[[constraint]]
branch = "master"
name = "github.com/gophercloud/utils"

[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"

[[constraint]]
branch = "master"
name = "github.com/sapcc/gophercloud-limes"

[[constraint]]
branch = "master"
name = "github.com/sapcc/limes"

[prune]
go-tests = true
unused-packages = true
Loading

0 comments on commit 2f7b3fc

Please sign in to comment.