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
- Branch
- rlog3
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 21121 Build 28715: Run Core Tests Build 28714: arc lint + arc unit
Event Timeline
src/applications/diffusion/query/DiffusionSyncLogSearchEngine.php | ||
---|---|---|
68–73 | Ah, yep. Thanks! | |
100 | 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.