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

Releases: gitploy-io/gitploy

v0.7.0-alpha1

02 May 13:20
744c198
Compare
Choose a tag to compare
v0.7.0-alpha1 Pre-release
Pre-release

Commits

v0.6.3

23 Mar 01:31
Compare
Choose a tag to compare

Commits

v0.6.2

13 Mar 03:40
Compare
Choose a tag to compare

Commits

  • 8d4e44a: Revert "Bump entgo.io/ent from 0.9.1 to 0.10.1 (#374)" (#380) (Noah Lee)

v0.6.1

13 Mar 02:27
Compare
Choose a tag to compare

Commits

  • d061c0a: Bump entgo.io/ent from 0.9.1 to 0.10.1 (#374) (dependabot[bot])
  • 44c8611: Fix the grid of main (#376) (Noah Lee)
  • 6ac7047: Fix to display the footer dynamically (#372) (Noah Lee)

v0.6.0

01 Mar 11:15
Compare
Choose a tag to compare

Added

CLI

Gitploy provides the command-line tool to interact with the server. You can check the document for details here.

Command description
gitploy -h
NAME:
   gitploy - Command line utility.

USAGE:
   gitploy [global options] command [command options] [arguments...]

VERSION:
   0.6.0

COMMANDS:
   repo                   Manage repositories.
   deployment, d          Manage deployments.
   deployment-status, ds  Manage deployment statuses.
   config                 Manage config.
   help, h                Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --host value, -H value   The host of server. It must have a trailing slash (i.e., '/'). [$GITPLOY_SERVER_HOST]
   --token value, -T value  The authorization token. [$GITPLOY_TOKEN]
   --query value            A GJSON query to use in filtering the response data
   --help, -h               show help (default: false)
   --version, -v            print the version (default: false)

Redesign deployment page

We've redesigned the page to maximize the user experience. Users can track deployment status, reviews, and more at a glance.

Deployment Page

image

Fixed

  • Fix to map the avatar_url field #366
  • Fix the bug of ORDER BY ... [NULLS FIRST] clause for Postgres #361

v0.6.0-rc1

01 Mar 10:59
Compare
Choose a tag to compare
v0.6.0-rc1 Pre-release
Pre-release

Commits

v0.6.0-alpha2

26 Feb 10:24
96b90fc
Compare
Choose a tag to compare
v0.6.0-alpha2 Pre-release
Pre-release

Commits

v0.6.0-alpha1

26 Feb 08:39
Compare
Choose a tag to compare
v0.6.0-alpha1 Pre-release
Pre-release
Add the release job

v0.5.5

13 Jan 12:44
Compare
Choose a tag to compare

Fixed

  • Change the URL for docs (#310)

v0.5.4

09 Jan 14:20
Compare
Choose a tag to compare

Fixed

  • Change the pending icon (#308)