Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T13216: 2018 Week 45-47 Bonus Content
- Commits
- rP315d857a8ad6: Add a basic web UI for intracluster sync logs
Viewed logs from the web UI and exported data. Note that these syncs are somewhat simulated since I my local cluster is somewhat-faked (i.e., not actually multiple machines).
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/diffusion/query/DiffusionSyncLogSearchEngine.php | ||
---|---|---|
69–74 | Ah, yep. Thanks! | |
101 | Can't happen -- I overlooked this when copy/pasting pull logs. A pull may not have a valid repository (e.g., git pull <does-not-exist.git> effectively 404s and has no corresponding repository) but a sync may not, and SyncEventQuery does not load logs with an invalid repository. |
Comment Actions
- Remove if (repository) checks -- sync logs loaded by SyncEventQuery will always have a valid repository object attached.
- Fix export type of version columns.