Skip to content

Releases: pianohacker/quickprom

v0.1.1

08 Sep 22:55
Compare
Choose a tag to compare

Changelog

22904f3 Fix goreleaser.yml
0813682 Update travis.yml
20b6530 Switch to maintained version of termtables
b955f28 Configurable timeout (closes #3)
8d93a0c Add envrc and gitignore
5c766d3 Add support for scalars (closes #1)

v0.1

22 Jan 20:21
Compare
Choose a tag to compare

Changelog

1d183be Remove version from released binary names
c4a0ed0 Fix OS X GOOS name
892539d Only release binaries with goreleaser
5aa101d Version 0.1
ced7780 Fix goreleaser condition syntax
a7c2b8b Make sure to only run goreleaser in one part of the job matrix
d19479e Run tests, don't pre-fetch golang dependencies
ee73923 Add Travis status badge to README
2a9048a Add GoReleaser and Travis
3a9caba Update installation instructions
92a20d2 Consider all labels common for one sample/series, and show common labels one-per-line
f1714f2 Automatic value formatting
d5fb468 Add support for displaying range vectors as tables with timestamp collapsing
19dbd9e Switch to apcera/termtables
58e8f2b Move VaryingLabels to value_info
264b4cd Add JSON output
82e2dd3 Add build test for main
69e43c9 Naming improvements
fc21637 Add installation instructions to README
67a83ca Re-add isatty, with explicit name so goimports doesn't remove it
fe2164d Reformat with goimports
a34e1ba Improve usage formatting
a78deb5 Add usage to README.md, --skip-tls-verify
eb130d3 Reformat README.md
48ff68e Add support for basic auth
f448db9 Separate formatting and rendering steps
7ed8f87 Add basic auth support to TODO in README
c11c28c Add tests to TODO in README
606c67f Errors were apparently improved when adding range queries
4f9ee84 Improve usage
12486ef Factor out command line argument parsing
5b1b566 Add range query support
2885efb Collapse timestamps when they share a date
dac63d5 Switch to recommended package layout, factor out argument parsing
d2b62ee Switch to envstruct/docopt for argument parsing
77a22b6 Output vectors with tables
fc03728 Add support for range vectors
9b153c0 Factor out output module, add tests
998ea04 Fix call to usage
3e84342 Add README.md
d7cf3d4 Initial commit