Page MenuHomePhabricator

Edit Interfaces in Almanac with EditEngine
ClosedPublic

Authored by epriestley on Apr 10 2018, 1:17 PM.
Tags
None
Referenced Files
F15395952: D19324.id46230.diff
Sun, Mar 16, 10:56 AM
F15380480: D19324.id46230.diff
Fri, Mar 14, 3:14 AM
F15332957: D19324.id46230.diff
Fri, Mar 7, 10:39 PM
Unknown Object (File)
Mon, Feb 17, 11:31 PM
Unknown Object (File)
Sun, Feb 16, 8:23 PM
Unknown Object (File)
Feb 9 2025, 7:16 PM
Unknown Object (File)
Feb 9 2025, 5:52 AM
Unknown Object (File)
Feb 9 2025, 5:52 AM
Subscribers
None

Details

Summary

Depends on D19323. Ref T13120. Ref T12414.

Move editing to modern stuff and fix some implementation errors from D19323 (mostly copy/paste stuff).

Test Plan
  • Created and edited interfaces.
  • Tried to create/edit an interface with a bogus/empty address/port, got errors.
  • Tried to create an interface on a bogus device, got an error.
  • Tried to create an interface on a device I could not edit, got an error.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

amckinley added inline comments.
src/applications/almanac/editor/AlmanacInterfaceEditEngine.php
136

No need to cast to int here?

This revision is now accepted and ready to land.Apr 10 2018, 4:01 PM
src/applications/almanac/editor/AlmanacInterfaceEditEngine.php
136

It ultimately gets forced into an int in the validation/transaction layers before being written anywhere.

This revision was automatically updated to reflect the committed changes.