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

v0.3.0

Compare
Choose a tag to compare
@noahingh noahingh released this 07 Nov 07:51
· 237 commits to main since this release

Added

Community Edition

Gitploy separates the community edition from the enterprise edition for the community. It provides the deployment system to the personal user or the small team.

  • Separate the community edition from the enterprise edition (#184)
  • Add a new license type for OSS (#186)

Revisit Review system

The review system is changed that you can specify reviewers in the configuration file. It makes maintainers or admins can handle the deployment of the application more easily.

  • Change to select reviewers into static reviewers (#201)
  • Fix to skip self-review (#202)

Error handling

  • Add error package to handle generally (#187)
  • Fix error handling of repo APIs (#198)