Skip to main content

User Activity Log

The User Activity Log provides a per-user view of all development activities performed in CodeNOW. The log tracks the following activity types:

  • Commits — code commits pushed to application component repositories
  • Builds — component build executions
  • Packages — application package versions created
  • Configurations — deployment configuration changes
  • Deployments — application deployment actions
note

Activity reports are accessible to users with the Owner or Admin role, or to users assigned the Report Viewer account permission group.

Views

The activity log supports three time granularities — Day, Month, and Year — switchable via the toggle in the header.

Month view

User Activity Log — Month view
#ElementDescription
1Period navigationNavigate between months using the arrows. The current month and year are shown in the header.
2User selectorSelect the user whose activity to display.
3Export to CSVDownload the currently displayed activity data as a CSV file.

The calendar shows activity dots per day. Each dot corresponds to one activity type (color-coded: commits, builds, packages, configurations, deployments). Click a day to switch to the Day view for that date.

Year view

User Activity Log — Year view
#ElementDescription
1Period navigationNavigate between years using the arrows.
2User selectorSelect the user whose activity to display.
3Export to CSVDownload the currently displayed activity data as a CSV file.

The summary bar at the top shows the total count for each activity type across the selected year. The grid displays activity dots per month.

Day view

User Activity Log — Day view
#ElementDescription
1Period navigationNavigate between days using the arrows. The current date is shown in the header.
2User selectorSelect the user whose activity to display.
3CommitsTotal number of commits for the selected day.
4BuildsTotal number of builds triggered for the selected day.
5PackagesTotal number of packages created for the selected day.
6ConfigurationsTotal number of deployment configuration changes for the selected day.
7DeploymentsTotal number of deployment actions for the selected day.
8Export to CSVDownload the currently displayed activity data as a CSV file.

The timeline shows individual activity entries placed at the hour they occurred. Each entry is color-coded by type and includes additional detail — for example, commits show the repository, commit id, message, and changed lines; builds show the component, version, and branch.