Matti Mäki How to setup impact reports for Azure DevOps, VSTS or TFS Add your Git repositories to Softagram 1. Open Softagram in your browser ( https://private.softagram.com for Softagram Cloud) 2. Create a new Softagram project for your repositories. Check on How to c... Softagram Analyzer 15.1.2021
Ville Laitila Maven dependency analysis Maven dependencies provide high level dependency understanding and management capabilities. Maven artifact may be composed using parent inheritance, or maven artifacts may depend on each other. Depend... Softagram Analyzer 15.12.2020
Ville Laitila Trying out Softagram in different scenarios You have your own Git repo (not a fork of someone) If you don't have any changes nor open pull requests, please be patient since you can only get Softagram to perform the PR automation if you first do... Softagram Analyzer 15.11.2020
Ville Laitila Running analysis for ad-hoc code directories locally The most simple way to run analysis on local (Developer) installation of Softagram, is to create an empty directory, copy the codebase into it, run analysis and use the outputs. # Create the directory... Softagram Analyzer 15.10.2020
Ville Laitila Tracking external dependencies To find the libraries that are not used or are used only mildly, that could enable doing cleanup of the dependencies. Open up “External” element to see what elements does it contain. Basically those a... Softagram Analyzer 15.9.2020
Ville Laitila Accessing raw data produced by Softagram Commits data git/commits.jsonl.zip data is produced as a side product of analysis. It contains JSON rows such as this: ["2019-08-13 21:37 +0900", "deadbeef...", "project/repo", ["beefdead"], 15656... Softagram Analyzer 15.8.2020
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 15.8.2020
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 15.7.2020
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 15.6.2020
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 15.5.2020
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 15.4.2020
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 15.4.2020