Matti Mäki How to integrate with GitLab (gitlab.com) In this guide we're going to show you how to use Softagram with your repositories in gitlab.com 1. Create a new project / Select project Select switcher (top right corner part, similar as in the pictu... Softagram Analyzer 15.2.2021 Oppaat
Matti Mäki Add repositories from Bitbucket Server Note: Bitbucket Server version 5.10+ recommended. Version 5.4 is the minimum supported for automatic impact reports. Versions prior to 5.4 do not have support for pull request webhooks. If you have an... Softagram Analyzer 15.1.2021 Oppaat
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 Oppaat
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 Oppaat
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 Oppaat
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 Oppaat
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 Oppaat
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 Oppaat
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 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 15.7.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 15.6.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 15.5.2020 Oppaat