Ville Laitila Setting up main branch for the project if not using master It is somewhat common to use develop or something similar as the main branch name. For pull request analysis it doesn't matter, since the hook events (of GitHub, GitLab, Bitbucket, Azure DevOps and Ge... Softagram Analyzer Aug 15, 2020 Oppaat
Ville Laitila C++ analysis frequently asked questions Does analysis identify dependencies to virtual functions? Analysis catches function references just to the base classes, not to the implemented dynamic, which comes from nature of static analysis. Doe... Softagram Analyzer Jul 15, 2020 Oppaat
Matti Mäki How to setup impact reports for Gerrit 1. Configure Gerrit and add repositories to Softagram If you didn't yet do it, follow this help article to configure access to your Gerrit server and add your desired repositories to Softagram. 2. Set... Softagram Analyzer Jun 15, 2020 Oppaat
Ville Laitila Technical debt analysis Explicit and implicit technical debt There are several ways how developers place hints on the technical debt: Adding comment to the source code that describes the issue (usually a TODO) Using TODO etc... Softagram Analyzer May 15, 2020 Oppaat
Ville Laitila How to setup impact reports for Bitbucket Cloud 1. Add repositories to Softagram Login to Softagram Create a new project or open an existing one Click the "Add repositories" button on top right corner of the project Select Bitbucket Authenticate to... Softagram Analyzer Apr 15, 2020 Oppaat
Ville Laitila How to manually add webhook to GitLab.com Navigate yourself to a following address: (you can find it under the Repo view in GitLab.com) https://gitlab.com/<user_account>/<repo_name>/settings/integrations then add https://private.softagram... Softagram Analyzer Apr 15, 2020 Oppaat
Ville Laitila Open code review impact report in Softagram Desktop When I need to use Softagram desktop for code change review? Softagram Impact Report for larger code changes are automatically abstracted to provide meaningful information in one glance. That is the r... Softagram Analyzer Mar 15, 2020 Oppaat
Matti Mäki How to setup impact reports for GitHub (enterprise only) NOTE: This content only applies to Softagram Enterprise installations. If you are using Softagram Cloud, please install our GitHub App instead. Integrating Softagram with GitHub (OAuth) Softagram come... Softagram Analyzer Feb 15, 2020 Oppaat
Ville Laitila Basic usage of Softagram Desktop If you didn't yet receive your Softagram credentials or don't know how to login with Softagram Desktop, please read this short Getting Started guide first. Once you're ready, open Softagram Desktop an... Softagram Analyzer Jan 15, 2020 Oppaat
Ville Laitila Softagram Support Service Level Agreement Softagram aims to respond immediately to all support issues reported via Feedback dialog in the Softagram Desktop Application Email ( support@softagram.com ) Online chat (available at softagram.com an... Softagram Analyzer Jan 15, 2020 Oppaat
Ville Laitila Configuring Softagram Desktop to use the HTTP(S) proxy by the system settings Go to Softagram Desktop installation directory, e.g. C:\Program Files\Softagram Desktop, and open a .vmoptions file Insert a new line there, save the file and start the application. Inside the applica... Softagram Analyzer Dec 15, 2019 Oppaat
Ville Laitila Filtering dependencies in model load phase From Tools menu -> Preferences there is an easy setting to set up model loader to pick up only desired dependencies based on dependency type: Above diagram shows how the user has edited "Define depe... Softagram Analyzer Nov 15, 2019 Oppaat