Advanced Search
Search Results
66 total results found
INTERNATIONAL USERS
By using our Service, you understand and acknowledge that your Personal Data will be transferred from your location to our facilities and servers in the United States.
YOUR CHOICES
In certain circumstances providing Personal Data is optional. However, if you choose not to provide Personal Data that is needed to use some features of our Service, you may be unable to use those features. You can also contact us to ask us to update or correc...
CHANGES TO THE PRIVACY POLICY
The Service and our business may change from time to time. As a result we may change this Privacy Policy at any time. When we do we will post an updated version on this page, unless another type of notice is required by the applicable law. By continuing to use...
CONTACT US
If you have any questions about our Privacy Policy or information practices, please feel free to contact us at our designated request address: Company name: Zettabytes, Inc. dba RoostAddress: 4950 Hamilton Ave. #202, San Jose, CA 95130Phone: +1 408-641-3600Em...
Export Single Jira Ticket as XML
Quick guide to export individual Jira issues in XML format for RoostGPT Integration. Prerequisites Jira account with browse permissions for the target project Access to the specific issue you want to export Export Steps 1. Navigate to the Issue Ope...
3. Database Setup
Roost stores the status of the GPT workflow and other relevant information in Database. Roost supports MySQL, Postgres and Amazon Aurora DB. Any one database is needed for RoostGPT to work. Below are the steps to setup an RDS in AWS Amazon Aurora (MySQL Comp...
5. Upgrading/Maintaining RoostGPT Control-plane
There are multiple options available to refresh or upgrade the RoostGPT stack. The infrastructure engineer can use either of these approaches. a. Using Terraform Script to upgrade RoostGPT version Update Terraform Variables in "terraform.tfvars" to reflect...
Download instructions
For Windows Download the roostgpt-win.exe from https://github.com/roost-io/roost-support/releases/download/v1.1.17/roostgpt-win.exe Add the "roostgpt-win.exe" binary to your PATH environment variable For Ubuntu and MacOS curl https://raw.githubusercont...
CLI Commands
roostgpt (for mac) & ./roostGPT-win.exe (for windows) This command is used to run the RoostGPT CLI on your operating system. -h, --help: Displays the help message that provides information about the available options and usage. roostgpt version upd...
Instructions for creating .env file
An easy way to download the .env file is to use https://app.roost.ai/gptCLIForm The .env file should be in the same folder path as RoostGPT binary.Here is what the content of your .env file will look like: # GIT env vars GIT_TYPE=github ...
Details about env variables
Here's a description of each variable: # Git env vars GIT_TYPEDescription: Specifies the type of Git repository.Default Value: "github"Supported Values: "github", "gitlab", "azure", "bitbucket", "local"Optional/Required: Optional HOSTED_TYPEDescription: I...
Ubuntu Server Requirements
Ubuntu Server 22.04 or higher Minimum CPU - 8 cores Minimum RAM - 16 GB Minimum Root Disk - 50 GB Additional Disk - 250 GB (for /var/tmp/Roost mount point) Ubuntu user should have preferably passwordless sudo access
Download Roost Deployment Tool
Copy and execute the below bash snippet. The tool will prompt for the needed details and launch RoostGPT stack curl -sLO https://github.com/roost-io/roost-support/releases/latest/download/roost-deployment-tool chmod +x roost-deployment-tool
Launch RoostGPT stack
Execute the below command to update the stack ./roost-deployment-tool create-stack To refresh/upgrade Roost version in the stack ./roost-deployment-tool refresh-stack
Network Configuration and SSL Certificates
SSL Certificates to the enterprise domain Copy SSL Certificates to the Ubuntu Server and make a note of the key and cert file location. It will have to be mentioned in the config.json Network Configuration Allow incoming traffic to the below ports ...
GitHub (Cloud & Enterprise)
GitHub Cloud (github.com) Token Type: Personal Access Token (Classic) Generation Steps:You can visit this site to quickly generate tokenhttps://github.com/settings/tokens/new?description=roost-token&scopes=repo,admin:repo_hook,notifications,userOR Follow ...
Gitlab (Cloud & Self-hosted)
GitLab Cloud (gitlab.com) Token Type: Personal Access Token or Project Access Token Generation Steps:You can visit this url directly and generate access Tokenhttps://gitlab.com/-/user_settings/personal_access_tokens?page=1&state=active&sort=expires_ascORFo...
Azure DevOps
Bitbucket (Cloud & Server)
Bitbucket Cloud (bitbucket.org) Token Type: App Password or Repository Access Token Generation Steps:Use this link to directly generate App Passwordhttps://bitbucket.org/account/settings/app-passwords/newORFollow this steps Go to Bitbucket Settings → Ap...
RoostGPT Database for Hosted Server
RoostGPT solution requires a RDBMS to Store test configurations RoostGPT connector information User and Team information For POC or limited trials, RoostGPT can also use a containerised database. However, it has limitations related to - Enterpris...