This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since we can't seem to keep a product name for longer than a few months, this change gives the standard library its own, special name, Horsehead. Named after the nebula, of course.
- Loading branch information
Showing
355 changed files
with
53,124 additions
and
18,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
language: go | ||
go: | ||
- '1.10.x' | ||
- '1.11.x' | ||
- 1.11.x | ||
- 1.12.x | ||
script: | ||
- go test -v ./... | ||
- go test -v ./... | ||
jobs: | ||
include: | ||
- stage: deploy | ||
deploy: | ||
provider: script | ||
skip_cleanup: true | ||
script: sh -c 'npm install && npx semantic-release' | ||
- stage: deploy | ||
deploy: | ||
provider: script | ||
skip_cleanup: true | ||
script: sh -c 'npm install && npx semantic-release' | ||
env: | ||
global: | ||
- GO111MODULE=on | ||
- secure: fAX7ElhbxOhxifZJT6jVv6/KpqMoNER9BVXAIeJvrRGuAAZ5SyJ9Nch9UsP3vAE2zTeqg/OwFO8nV7eXdBzaRlx301RXnFKKgyHTEH6yJipoOIzVPEo8FnuRgEKJKnO0VRmvQakBUYENaBXCljPpJ1m4zOR58zxt0CXuRM5ONg6pUAu0j/2kJVq/P3tloY1Birnx+wIbkJZKe0d/dUjOvI2QW+PBagYG4hO3qF14E11Cu1aqmTrQuo20C+w0oVPSOFRLmpuBkb1ITU+Ta0ItjuUCUS4X7WY4EXApXoDhTPnsU6IP5pFJaoNXK/kCYx3CbbPqfZO3nk/KjoHPYMpWWGunrRmgvNBJBC/IoDZNFOjkbhcIQTjusGV5tNjuVFFAJBAy+7UnPgf+OSmDtng6hdqXMRbSlV95prfFbC1+QLUHrYY8vsxbOEtcy/K6/wr8n6UTdTeYIW8n3dWgAyowgJx5khd3AN0VTOZM+ncdVe9r1R1cT319MpEHBSHGXyOfvu6+ukx0a+lrG2l6KsvRaGm0mgLHi4k3K8tgdX1AaIblbHPEx/lt/gjF/BIdmW2oVLF0yyzSQnIgQH1FOgoGdLF+TA+kHFmRnSbhk3hlowv/ndGzkOsYzOx+zXtR+3RxTozkwRUiu8j1geOsVT3KjXHB9roFrRQU+jm98EPGbDw= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
# [1.2.0](https://github.com/puppetlabs/insights-stdlib/compare/v1.1.1...v1.2.0) (2019-06-17) | ||
# [1.2.0](https://github.com/puppetlabs/horsehead/compare/v1.1.1...v1.2.0) (2019-06-17) | ||
|
||
|
||
### New | ||
|
||
* Add sqlutil.WithTx() for handling nested SQL transactions ([b15b3871dbe1ab34add8cdaaa53b996aa3f7441e](https://github.com/puppetlabs/insights-stdlib/commit/b15b3871dbe1ab34add8cdaaa53b996aa3f7441e)) | ||
* Add sqlutil.WithTx() for handling nested SQL transactions ([b15b3871dbe1ab34add8cdaaa53b996aa3f7441e](https://github.com/puppetlabs/horsehead/commit/b15b3871dbe1ab34add8cdaaa53b996aa3f7441e)) | ||
|
||
## [1.1.1](https://github.com/puppetlabs/insights-stdlib/compare/v1.1.0...v1.1.1) (2019-02-08) | ||
## [1.1.1](https://github.com/puppetlabs/horsehead/compare/v1.1.0...v1.1.1) (2019-02-08) | ||
|
||
|
||
### Fix | ||
|
||
* Make api.SetContentDispositionHeader thread-safe ([4982868e2b1c9cfcb072ef649af35463495b424d](https://github.com/puppetlabs/insights-stdlib/commit/4982868e2b1c9cfcb072ef649af35463495b424d)) | ||
* Make api.SetContentDispositionHeader thread-safe ([4982868e2b1c9cfcb072ef649af35463495b424d](https://github.com/puppetlabs/horsehead/commit/4982868e2b1c9cfcb072ef649af35463495b424d)) | ||
|
||
# [1.1.0](https://github.com/puppetlabs/insights-stdlib/compare/v1.0.1...v1.1.0) (2019-02-05) | ||
# [1.1.0](https://github.com/puppetlabs/horsehead/compare/v1.0.1...v1.1.0) (2019-02-05) | ||
|
||
|
||
### New | ||
|
||
* Add Content-Disposition header filename sanitizer ([5936f7b8e44cdd727a26b55f483a7ae873e0459a](https://github.com/puppetlabs/insights-stdlib/commit/5936f7b8e44cdd727a26b55f483a7ae873e0459a)) | ||
* Add Content-Disposition header filename sanitizer ([5936f7b8e44cdd727a26b55f483a7ae873e0459a](https://github.com/puppetlabs/horsehead/commit/5936f7b8e44cdd727a26b55f483a7ae873e0459a)) | ||
|
||
## [1.0.1](https://github.com/puppetlabs/insights-stdlib/compare/v1.0.0...v1.0.1) (2019-02-04) | ||
## [1.0.1](https://github.com/puppetlabs/horsehead/compare/v1.0.0...v1.0.1) (2019-02-04) | ||
|
||
|
||
### Fix | ||
|
||
* Update changelog format correctly ([53fd55c4254bb8ada045b284e6b59a966e2b7f4f](https://github.com/puppetlabs/insights-stdlib/commit/53fd55c4254bb8ada045b284e6b59a966e2b7f4f)) | ||
* Update changelog format correctly ([53fd55c4254bb8ada045b284e6b59a966e2b7f4f](https://github.com/puppetlabs/horsehead/commit/53fd55c4254bb8ada045b284e6b59a966e2b7f4f)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.