# Viewing project activity

You can:

* View the full list of code scans performed on your project since it was created in SonarQube. Y
* Follow the evolution of the quality gate.
* See the changes in quality profiles.
* Discover when a given version of your code has been scanned.
* etc.

To view the activity and history of a project:

1. [retrieving-projects](https://docs.sonarsource.com/sonarqube-server/10.7/user-guide/viewing-projects/retrieving-projects "mention").
2. In the project navigation bar, select **Activity**. The left sidebar contains the list of code scans performed on your project (The project snapshot purge policy is defined in [housekeeping](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/system-functions/housekeeping "mention")).
3. In **Filter events**, you can filter the scans list by event type (see **Event types** below).
4. Graphs on the **Activity** page help you understand the evolution of up to three measures of your choice against each other. This allows you to compare project components and quickly spot the ones that represent the greatest risks. The **Activity** page offers several pre-defined visualizations, and you can also create custom visualizations with the metrics of your choice. For information, see [monitoring-project-metrics](https://docs.sonarsource.com/sonarqube-server/10.7/user-guide/code-metrics/monitoring-project-metrics "mention").

## Event types <a href="#event-types" id="event-types"></a>

| **Event**                 | **Description**                                                                                                                                                                                                                                                                                                  |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Definition change         | The application’s definition has changed.                                                                                                                                                                                                                                                                        |
| Issue detection           | An analyzer used in the project has been updated.                                                                                                                                                                                                                                                                |
| Profile                   | The [quality-profiles](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/analysis-functions/quality-profiles "mention") used to analyze the project has changed. Either the profile was edited, or a different profile was used for analysis. It also shows details about rule updates. |
| Quality Gate              | <p>The status of the <a data-mention href="../../instance-administration/analysis-functions/quality-gates">quality-gates</a> has changed.</p><p><br></p>                                                                                                                                                         |
| SonarQube version upgrade | The SonarQube version has been updated. Appears after the first analysis following the upgrade.                                                                                                                                                                                                                  |
| Version                   | The project’s version has changed.                                                                                                                                                                                                                                                                               |
| Other                     | An event was manually created on a snapshot. See [managing-project-history](https://docs.sonarsource.com/sonarqube-server/10.7/project-administration/managing-project-history "mention") for more information.                                                                                                  |
