Skip to content

Commit

Permalink
Merge pull request #3 from promhippie/updates
Browse files Browse the repository at this point in the history
Multiple fixes, for changes look at the commits
  • Loading branch information
tboerger authored Jan 10, 2019
2 parents 0a05822 + 5c41968 commit 660a41b
Show file tree
Hide file tree
Showing 13 changed files with 343 additions and 120 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline:
local: false

app-prepare:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
environment:
- CGO_ENABLED=0
Expand All @@ -28,7 +28,7 @@ pipeline:
- make generate

app-vet:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
group: cli
environment:
Expand All @@ -39,7 +39,7 @@ pipeline:
- make vet

app-check:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
group: cli
environment:
Expand All @@ -50,7 +50,7 @@ pipeline:
- make megacheck

app-lint:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
group: cli
environment:
Expand All @@ -61,7 +61,7 @@ pipeline:
- make lint

app-test:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
group: cli
environment:
Expand All @@ -72,7 +72,7 @@ pipeline:
- make test

app-build:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
group: cli
environment:
Expand Down Expand Up @@ -122,7 +122,7 @@ pipeline:
event: [ push, tag ]

app-finish:
image: webhippie/golang:edge
image: webhippie/golang:1.10
pull: true
environment:
- CGO_ENABLED=0
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

## [Unreleased]

### Fixed

* Only define server image label if it got one

### Added

* Add basic documentation
* Use xgo 1.10 for cross-compiling
* Add panic recover to metrics handler
* Add timeout to metrics handler

### Changed

* Update all build dependencies

## [0.1.0] - 2018-09-24

Expand Down
Loading

0 comments on commit 660a41b

Please sign in to comment.