Ref T7604. Remove these "arcanist project" fields from the LiskDAO classes, but leave the data intact (there are no more read/writes to this data).
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7604: Remove "Arcanist Projects"
- Commits
- Restricted Diffusion Commit
rP9c5d9e3f4716: Remove "arcanist project" fields
- Grepped for calls to these methods.
- Ran ./bin/storage adjust to check for schema issues.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 6278 Build 6300: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
It looks like I broke this in D12898, but I'm not actually sure how to fix it:
Target | Error |
---|---|
phabricator_releeph.releeph_project.arcanistProjectID | Wrong Nullable Setting |
src/applications/releeph/storage/ReleephProject.php | ||
---|---|---|
38 | Add 'arcanistProjectID' => 'id?' here, I believe |
src/applications/releeph/storage/ReleephProject.php | ||
---|---|---|
38 | Hm, that didn't seem to help. |
src/applications/releeph/storage/ReleephProject.php | ||
---|---|---|
38 | Ah I figured it out. Sending you a diff. |