move events out of shortcode and add new repo events (#19738)

This commit is contained in:
Stephanie Aurelio 2024-04-08 09:55:44 -07:00 committed by GitHub
parent 068ce05fef
commit e00f576f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 56 additions and 52 deletions

View File

@ -21,6 +21,8 @@ Owners can also see the activity logs for their repository if the repository is
>
> Activity logs requires a [Docker Team or Business subscription](../../../subscription/_index.md).
## Manage activity logs
{{< tabs >}}
{{< tab name="Docker Hub" >}}
@ -35,3 +37,55 @@ Owners can also see the activity logs for their repository if the repository is
{{< /tab >}}
{{< /tabs >}}
## Event definitions
Refer to the following section for a list of events and their descriptions:
### Organization events
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Team Created | Activities related to the creation of a team |
| Team Updated | Activities related to the modification of a team |
| Team Deleted | Activities related to the deletion of a team |
| Team Member Added | Details of the member added to your team |
| Team Member Removed | Details of the member removed from your team |
| Team Member Invited | Details of the member invited to your team |
| Organization Member Added | Details of the member added to your organization |
| Organization Member Removed | Details about the member removed from your organization |
| Member Role Changed | Details about the role changed for a member in your organization |
| Organization Created | Activities related to the creation of a new organization |
| Organization Settings Updated | Details related to the organization setting that was updated |
| Registry Access Management enabled | Activities related to enabling Registry Access Management |
| Registry Access Management disabled | Activities related to disabling Registry Access Management |
| Registry Access Management registry added | Activities related to the addition of a registry |
| Registry Access Management registry removed | Activities related to the removal of a registry |
| Registry Access Management registry updated | Details related to the registry that was updated |
| Single Sign-On domain added | Details of the single sign-on domain added to your organization |
| Single Sign-On domain removed | Details of the single sign-on domain removed from your organization |
| Single Sign-On domain verified | Details of the single sign-on domain verified for your organization |
### Repository events
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Repository Created | Activities related to the creation of a new repository |
| Repository Deleted | Activities related to the deletion of a repository |
| Repository Updated | Activities related to updating the description, full description, or status of a repository |
| Privacy Changed | Details related to the privacy policies that were updated |
| Tag Pushed | Activities related to the tags pushed |
| Tag Deleted | Activities related to the tags deleted |
| Categories Updated | Activities related to setting or updating categories of a repository |
### Billing events
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Plan Upgraded | Occurs when your organizations billing plan is upgraded to a higher tier plan.|
| Plan Downgraded | Occurs when your organizations billing plan is downgraded to a lower tier plan. |
| Seat Added | Occurs when a seat is added to your organizations billing plan. |
| Seat Removed | Occurs when a seat is removed from your organizations billing plan. |
| Billing Cycle Changed | Occurs when there is a change in the recurring interval that your organization is charged.|
| Plan Downgrade Canceled | Occurs when a scheduled plan downgrade for your organization is canceled.|
| Seat Removal Canceled | Occurs when a scheduled seat removal for an organizations billing plan is canceled. |

View File

@ -5,7 +5,7 @@
{{ $audit_navigation = "Select your organization in the left navigation drop-down menu, and then select **Activity logs**." }}
{{ end }}
## View the activity logs
### View the activity logs
To view the activity logs:
@ -16,7 +16,7 @@ To view the activity logs:
>
> Docker retains the activity data for a period of three months.
## Customize the activity logs
### Customize the activity logs
By default, all activities that occur are displayed on the **Activity** tab. Use the calendar option to select a date range and customize your results. After you have selected a date range, the activity logs of all the activities that occurred during that period are displayed.
@ -27,53 +27,3 @@ By default, all activities that occur are displayed on the **Activity** tab. Use
Select the **All Activities** drop-down to view activities that are specific to an organization, repository, or billing. In Docker Hub, if you select the **Activities** tab from the **Repository** view, you can only filter repository-level activities.
After choosing **Organization**, **Repository**, or **Billing**, you can further refine the results using the **All Actions** drop-down.
## Event definitions
Refer to the following section for a list of events and their descriptions:
### Organization events
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Team Created | Activities related to the creation of a team |
| Team Updated | Activities related to the modification of a team |
| Team Deleted | Activities related to the deletion of a team |
| Team Member Added | Details of the member added to your team |
| Team Member Removed | Details of the member removed from your team |
| Team Member Invited | Details of the member invited to your team |
| Organization Member Added | Details of the member added to your organization |
| Organization Member Removed | Details about the member removed from your organization |
| Member Role Changed | Details about the role changed for a member in your organization |
| Organization Created | Activities related to the creation of a new organization |
| Organization Settings Updated | Details related to the organization setting that was updated |
| Registry Access Management enabled | Activities related to enabling Registry Access Management |
| Registry Access Management disabled | Activities related to disabling Registry Access Management |
| Registry Access Management registry added | Activities related to the addition of a registry |
| Registry Access Management registry removed | Activities related to the removal of a registry |
| Registry Access Management registry updated | Details related to the registry that was updated |
| Single Sign-On domain added | Details of the single sign-on domain added to your organization |
| Single Sign-On domain removed | Details of the single sign-on domain removed from your organization |
| Single Sign-On domain verified | Details of the single sign-on domain verified for your organization |
### Repository events
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Repository Created | Activities related to the creation of a new repository |
| Repository Deleted | Activities related to the deletion of a repository |
| Privacy Changed | Details related to the privacy policies that were updated |
| Tag Pushed | Activities related to the tags pushed |
| Tag Deleted | Activities related to the tags deleted |
### Billing events
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Plan Upgraded | Occurs when your organizations billing plan is upgraded to a higher tier plan.|
| Plan Downgraded | Occurs when your organizations billing plan is downgraded to a lower tier plan. |
| Seat Added | Occurs when a seat is added to your organizations billing plan. |
| Seat Removed | Occurs when a seat is removed from your organizations billing plan. |
| Billing Cycle Changed | Occurs when there is a change in the recurring interval that your organization is charged.|
| Plan Downgrade Canceled | Occurs when a scheduled plan downgrade for your organization is canceled.|
| Seat Removal Canceled | Occurs when a scheduled seat removal for an organizations billing plan is canceled. |