Page MenuHomeDevCentral

Filesystem abstraction for storage
ClosedPublic

Authored by dereckson on Jan 2 2016, 22:25.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 30, 07:12
Unknown Object (File)
Mon, Apr 28, 11:47
Unknown Object (File)
Sat, Apr 26, 03:39
Unknown Object (File)
Thu, Apr 24, 01:10
Unknown Object (File)
Mon, Apr 21, 10:45
Unknown Object (File)
Mon, Apr 21, 09:01
Unknown Object (File)
Sat, Apr 19, 18:12
Unknown Object (File)
Sat, Apr 19, 07:16
Subscribers
None

Details

Reviewers
dereckson
Commits
Unknown Object (Diffusion Commit)
rNOTIF8e3ebcf2aa07: Filesystem abstraction for storage
Summary

Use the Storage facace for fileystem abstraction.

Removed 'app/' from default configuration value.

file_exists → Storage::has
file_get_contents → Storage::get

Test Plan
  • php artisan phabricator:projectsmap
  • Test a GitHub payload request
  • Test a Phabricator payload request

Diff Detail

Repository
rNOTIF Notifications center
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
filesystem
Build Status
Buildable 198
Build 198: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to Filesystem abstraction for storage.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jan 2 2016, 22:26
This revision was automatically updated to reflect the committed changes.