If a Git repository clone already exists, clear it.
rm -rf repository_name
Start scanning a repository with the MAIA Agent command maia git_scan.
Example: starting a MAIA Agent scanner that runs a scan every 5 minutes, for 4 hours.
bundle exec maia git_scan --repo-name repository_name --cyclic 300:14400
Go to the MAIA WebApp and login.
On the Main menu, select Commits.
Verify that the commits scanned from the repository are visible in the MAIA WebApp.
Start scanning a repository with the MAIA Agent command maia git_scan_service.
Example: starting a MAIA Agent scanner listens to topic MAIA_SCAN
bundle exec maia git_scan_service --listen-topic MAIA_SCAN &
Trigger the scanner sending Glimse::Source::ChangeCreated and Glimse::Source::ChangeSubmitted with the field repo filled-in.
Go to the MAIA WebApp and login.
On the Main menu, select Commits.
Verify that the commits scanned from the repository are visible in the MAIA WebApp.