Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

ArGo V2.3 Release

Compare
Choose a tag to compare
@rekpero rekpero released this 16 Sep 10:04
· 76 commits to master since this release

Project Archive and Unarchive feature

  • Archiving the project will stop any deployment from happening.
  • Archiving will also remove the CI/CD pipeline with Github.
  • Archived projects will not be shown on the dashboard but can be viewed in organization settings.
  • User can unarchive the project anytime by going to the archived project general setting.

Organization Member Improvements

  • Members of the organization can view all the pending invites and delete them as well.
  • Members of the org can share pending invite links by clicking on the clipboard icon beside the state.
  • Members of the org can remove anyone from their org
  • Inviting a member will show a success or failure popup
  • Expiry time of 7 days on the user invite link has been introduced with this release.

Testnet ARGO token integration

  • All deployments will be paid using ARGO test tokens.
  • User need to again provide new allowances to the platform.
  • Users can get some test ARGO tokens from our faucet.
  • Older version of payments is still marked as DAI.

Misc Features

  • Optimised the organization & project load time by 30%.
  • Welcome and failed deployment emails are being sent from the platform.
  • Adds sharing option for deployment on Twitter, telegram & mail.
  • Adds confetti when a deployment is successful.
  • Adds set allowance button on deployment screen if payment failed due to insufficient allowance

Bugs fixed

  • Handled all the error cases on wallet-related screens.
  • Fixed the styling around the payment table and showing a popup with full value.
  • Domains with different cases has been defaulted to lower case
  • Fixed switching of the organization when a wallet is enabled for a different org.
  • Fixed indicating a project card being clickable in the org dashboard.