Skip to content

Releases: rach/pome

Minor Release including new features

27 Feb 08:19
Compare
Choose a tag to compare
Pre-release

This release includes a new metric and some new features:

  • Add scheduler which supports cron format and others like @every, @hourly , @daily ....
  • Add new metric to estimate transactions per second
  • Fix Y Axis for bytes so the ticks and top are rounded value
  • Add support for connection url eg: pome postgres://username:password@hostname:port/database
  • Refactor of the javascript code which generate chart to be more easy to extend
  • Fix bug in the order of the bar chart to display oldest values first

Find pre-built binaries with this release.

Bug Fixes

16 Jan 05:01
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

This release includes some small bug fixes, typos, improvements:

  • Added Infos about which index or table is the most bloated within the graph (#34)
  • Makefile to build the frontend and backend of the project more easy as suggested by @DavidJFelix on #36
  • Add missing favicon, mainly to avoid 404 #12
  • Typos in the Readme. Thanks to @lym and @d0ugal
  • Escape argument in the connection string as Postgres doc suggest
  • Bump Go lang dependency from 1.4.2 to 1.5.2
  • Fix title in the web app
  • Refactor file organisation in web.go (#37). Thanks to @rlayte
  • Add missing tests for web.go (#37). Thanks to @rlayte

Small Enhancements

08 Jan 09:44
Compare
Choose a tag to compare
Small Enhancements Pre-release
Pre-release

This new release includes 2 small enh:

  • Prompt to enter a password if the connection without fail and password detected #9
  • Add support for environment variables for the current flags #5
  • Typo in the Readme

Binaries provided for multiple platforms

Bug Fixes

07 Jan 07:02
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

This release mainly includes hot fixes:

  • Fix bug when table bloat return value in floating point and scientific notation #22 #23
  • Add new flag -v to display when the query are fetched for a better debugging #26
  • Add new flag for web app port -P and use the current -p for the database port #28

OS X binary attached

Bug Fixes

04 Jan 23:52
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

New Release including this fixes:

  • Prompt the user to enter password to avoid it to be cached in history
  • Username default to the current username if it exists

Pre-built binary for OS X

Initial Release

04 Jan 23:48
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First version of Pome including the following metrics:

  • Tables Bloat
  • Indexes Bloat
  • Database Size
  • Indexes Size
  • Tables Size
  • Number of Connection