Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/field/repository_imports.diviner
| Show All 24 Lines | |||||
| then creates stub objects for them. These stub objects primarily serve to | then creates stub objects for them. These stub objects primarily serve to | ||||
| assign various internal IDs to each commit. | assign various internal IDs to each commit. | ||||
| Commit discovery occurs in the update phase, and you can learn more about | Commit discovery occurs in the update phase, and you can learn more about | ||||
| updates in @{article:Diffusion User Guide: Repository Updates}. | updates in @{article:Diffusion User Guide: Repository Updates}. | ||||
| After commits are discovered, background tasks are queued to actually import | After commits are discovered, background tasks are queued to actually import | ||||
| commits. These tasks do things like look at commit messages, trigger mentions | commits. These tasks do things like look at commit messages, trigger mentions | ||||
| and autoclose rules, cache changes, trigger Herald, publish feed stories and | and update related objects, cache changes, trigger Herald, publish feed stories | ||||
| email, and apply Owners rules. You can learn more about some of these steps in | and email, and apply Owners rules. You can learn more about some of these steps | ||||
| @{article:Diffusion User Guide: Autoclose}. | in @{article:Diffusion User Guide: Permanent Refs}. | ||||
| Specifically, the import pipeline has four steps: | Specifically, the import pipeline has four steps: | ||||
| - **Message**: Parses the commit message and author metadata. | - **Message**: Parses the commit message and author metadata. | ||||
| - **Change**: Caches the paths the commit affected. | - **Change**: Caches the paths the commit affected. | ||||
| - **Owners**: Runs Owners rules. | - **Owners**: Runs Owners rules. | ||||
| - **Herald**: Runs Herald rules and publishes notifications. | - **Herald**: Runs Herald rules and publishes notifications. | ||||
| ▲ Show 20 Lines • Show All 204 Lines • Show Last 20 Lines | |||||