Activity
The Activity page of a repository records what happened to it: which files arrived, where they came from, and what was changed in the settings.
File events
Anyone with read permission sees the file events, newest first.
| Event | What it means |
|---|---|
| Deploy | A file was deployed to the repository |
| Replace | A deployed file took the place of one that existed |
| Cache | A file arrived from an upstream |
| Delete | A file was deleted |
| Index publish | The Maven index got a new incremental part |
| Index reset | The Maven index was rebuilt from the start |
Each event names the path and who caused it: the account or the token that deployed the file, or the upstream that it came from. A replacement also shows what the file was before, so you can tell that a file changed even in a repository that allows replacing files.
The file page shows the events for one path alone.
Settings changes
An administrator also sees the settings events.
| Event | What it means |
|---|---|
| Repository created, updated, or deleted | The repository or one of its settings changed |
| Upstream added, updated, removed, or reordered | An upstream changed |
| Content rule added or removed | A content rule changed |
| Access granted or revoked | Someone, or a token, was given or lost access |
| Domain added, removed, or status changed | A custom domain changed |