Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@noahingh noahingh released this 20 Oct 12:57
· 265 commits to main since this release
ef43e03

Features

Prometheus metrics for DevOps

Gitploy provides Prometheus metrics for DevOps. It gives some key metrics to measure velocity, quality, and performance. :)

Related Issues & PRs:

  • Provide prometheus metrics (#153)
  • Add metrics of deployment for DevOps(#167)

Auto Unlock

Gitploy has provided a locking system which is helpful for some cases, especially for development, you want to occupy the development environment until finishing the test. But the pain point is that you should unlock the environment, and others couldn't know whether the test is completed.

Auto unlock is an excellent feature to resolve. Gitploy automatically unlocks the environment at the time you set it.

Figure) Set auto-unlock

image

Related Issues & PRs:

  • Provide the feature auto-unlock (#155)

Minor features

  • Foldable status field in UI(#172)

Fixes

  • Fix to handle the time UTC on the server-side(#171).
  • Synchronize the created_at with the time of deployment status.