Steps to integrate GitHub

Below are the steps to integrate GitHub with the existing account and OAuth: Select the Issue tracker integration option from the repository context menu of the desired repository. In Issue Tracker Integration pop-up, select the platform as GitHub, there will be 2 options: Existing Authentication OAuth Authentication  Existing Authentication will be by default selected option.…

0
Read More

Database restoration on Linux/RHEL/CentOS

This section provides information for database restoration and file restoration. A. Database restoration on Ubuntu/RHEL/CentOS The databases from the source Embold machine is restored using the following steps: Get the shell file at /gamma_ui/dbscripts/scripts/backup_restore.sh Execute the file. The command prompt will be displayed. Follow the inquiries to restore the database.…

0
Read More

DB backup for Linux

A. Database backup on Linux/RHEL/CentOS The databases from the source Embold machine is backed up using the following steps: Get the shell file at /gamma_ui/dbscripts/scripts/backup_restore.sh. Execute the shell script with Postgres password. For Example: ./backup_restore.sh The command prompt will be displayed. Follow the inquiries to backup the database. B. Files…

0
Read More

Database backup

A. Database backup on windows The databases from the source BrowserStack Code Quality machine is backed up using the following steps: B. Files backup on windows The source files from the source BrowserStack Code Quality machine are backed up using the following steps:

0
Read More

Nested Function

A function with nested inner functions and a depth of more than 3 levels is a Nested function. Impact A heavily nested function makes it bulky and complex to read and maintain. Time and maintenance cost increases. Possibility of duplication of function increases. Characteristics A function has multiple inner functions…

0
Read More

Monster File

Monster file single-handedly implements large blocks of functionality within a system and performs multiple, non-cohesive functionalities. It violates the basic approach of structured programming which is: Break a big problem into smaller problems and then resolve these problems. The result obtained inevitably solves the big problem. The monster file typically…

0
Read More