Ville Laitila Pull request reports explained Softagram Impact Report is automatically sent to every code review event. Some services call them pull requests (e.g. GitHub, Bitbucket and Azure DevOps), some call them merge requests (at least GitLa... Softagram Analyzer Apr 15, 2021 Oppaat
Ville Laitila How to add or remove repositories in GitHub When using Softagram via GitHub App, you can add and remove repositories directly at GitHub UI. (You can find it here: https://github.com/apps/softagram ) Initial repositories selection When installin... Softagram Analyzer Apr 15, 2021 Oppaat
Matti Mäki How to use KPI Dashboard Widget on Azure DevOps (VSTS/TFS) Instead of viewing the KPI Dashboard on Softagram UI, Azure DevOps users now can use Softagram provided widget to integrate the KPI Dashboard directly to Azure DevOps Dashboard view. The steps are: Cr... Softagram Analyzer Mar 15, 2021 Oppaat
Matti Mäki How to integrate with GitLab (self-hosted) In this guide we're going to show you how to use Softagram with your repositories in self-hosted GitLab. Please ensure that your GitLab server is available from the Internet. If it's not, you either n... Softagram Analyzer Feb 15, 2021 Oppaat
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 Feb 15, 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 Jan 15, 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 Jan 15, 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 Dec 15, 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 Nov 15, 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 Oct 15, 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 Sep 15, 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 Aug 15, 2020 Oppaat