Skip to content

Commit

Permalink
Pgmetrics (#292)
Browse files Browse the repository at this point in the history
* Rebuilt README.md (#270)

* Automatically update README nightly (#268)

* Automatically update README nightly

* fix triggers

* add name

* fix syntax

* add labels

* Fix example (#272)

* Update README.md (#273)

* Kind (#266)

* update: add kind

* update: minor pathing fixes to makefile inclusion documentation for a functional example

* update: Additional notes for adding new packages, minor wording fix for description of fetch package, update of readme

* Update README.yaml

Co-Authored-By: Erik Osterman <erik@cloudposse.com>

* Update README.md

Co-Authored-By: Erik Osterman <erik@cloudposse.com>

* update: minor readme fixes

* Update README.yaml

Co-Authored-By: Erik Osterman <erik@cloudposse.com>

* Update README.yaml

Co-Authored-By: Erik Osterman <erik@cloudposse.com>

* Update README.md (#274)

* Automated Package Updates (#275)

* update packages

* Fix vendor packages after updates

* Restore Makefile

* fix tarball

* reset release

* Update actions (#276)

* Update actions

* refactor auto-lable

* remove dup

* Update README.md (#278)

* update packages (#279)

* Automated Package Updates (#280)

* update packages

* fix sops download url

* Automated Package Updates (#281)

* update packages

* Fix pandoc url

* Rollback release

* update packages (#282)

* feature: kubectl plugin manager (krew) app (#286)

* [jx] add tool (#287)

* [jx] add tool

* fix: install as tarball, not binary

* [rancher] Add Package (#288)

* update packages (#285)

* Amtool (#271)

* update: addition of amtool

* update: addition of amtool

* update: amtool build fixes

* update: amtool build fixes

* update: amtool apk build

* fix: add amtool to auto-label

* fix: Makefile fix?

* fix: Makefile auto-label

* update: readme update

* update: auto-label space update

* Automated Package Updates (#289)

* update packages

* update packages

* update packages

* update packages (#290)

* pgmetrics: add package

* pgmetrics: add package
  • Loading branch information
zloeber authored and osterman committed Dec 9, 2019
1 parent 6d9168e commit 78e6a53
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ vendor/lectl: vendor/lectl/**
vendor/misspell: vendor/misspell/**
vendor/packer: vendor/packer/**
vendor/pandoc: vendor/pandoc/**
vendor/pgmetrics: vendor/pgmetrics/**
vendor/rakkess: vendor/rakkess/**
vendor/rancher: vendor/rancher/**
vendor/rbac-lookup: vendor/rbac-lookup/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ lectl 0.17 Script to check issued certificates by Let'
misspell 0.3.4 Correct commonly misspelled English words in source files
packer 1.4.4 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.8.0.1 Universal markup converter
pgmetrics 1.7.1 Postgres metrics
rakkess 0.4.2 Review Access - kubectl plugin to show an access matrix for all available resources
rancher 2.3.2 Rancher CLI
rbac-lookup 0.5.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ lectl 0.17 Script to check issued certificates by Let'
misspell 0.3.4 Correct commonly misspelled English words in source files
packer 1.4.4 Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pandoc 2.8.0.1 Universal markup converter
pgmetrics 1.7.1 Postgres metrics
rakkess 0.4.2 Review Access - kubectl plugin to show an access matrix for all available resources
rancher 2.3.2 Rancher CLI
rbac-lookup 0.5.0 Find Kubernetes roles and cluster roles bound to any user, service account, or group name.
Expand Down
1 change: 1 addition & 0 deletions vendor/pgmetrics/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Postgres metrics
1 change: 1 addition & 0 deletions vendor/pgmetrics/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
26 changes: 26 additions & 0 deletions vendor/pgmetrics/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Typical Github binary release

## Package details
export VENDOR = rapidloop
export PACKAGE_NAME = pgmetrics
export PACKAGE_REPO_NAME = pgmetrics
export DOWNLOAD_URL = $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/pgmetrics_$(PACKAGE_VERSION)_$(OS)_$(ARCH).tar.gz

## APK build specific requirements
export APK_BUILD_TEMPLATE = APKBUILD.github-binary
## Uncomment only if you need additional libraries
#export APKBUILD_DEPENDS += libc6-compat musl

include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

install:
$(call download_tarball)

test:
$(PACKAGE_EXE) --V

## This may be required for apk building and varies from package to package
## Custom post-package processing (Note the double colon to append to current inherited package/prepare task)
package/prepare::
mv src/pgmetrics_$(PACKAGE_VERSION)_$(OS)_$(ARCH)/pgmetrics src
1 change: 1 addition & 0 deletions vendor/pgmetrics/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/pgmetrics/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.7.1

0 comments on commit 78e6a53

Please sign in to comment.