Page MenuHomePhabricator

Remove "url" from Elasticsearch index
ClosedPublic

Authored by epriestley on Apr 2 2017, 5:05 PM.
Tags
None
Referenced Files
F14123219: D17600.diff
Fri, Nov 29, 9:07 PM
Unknown Object (File)
Tue, Nov 26, 8:47 AM
Unknown Object (File)
Fri, Nov 22, 8:06 AM
Unknown Object (File)
Sun, Nov 17, 7:18 PM
Unknown Object (File)
Thu, Nov 14, 3:40 PM
Unknown Object (File)
Sun, Nov 10, 2:06 AM
Unknown Object (File)
Tue, Nov 5, 8:13 PM
Unknown Object (File)
Oct 27 2024, 9:34 AM
Subscribers
None

Details

Summary

Ref T12450. This was added a very very long time ago (D2298).

I don't want to put this in the upstream index anymore because I don't want to encourage third parties to develop software which reads the index directly. Reading the index directly is a big skeleton key which bypasses policy checks.

This was added before much of the policy model existed, when that wasn't as much of a concern. On a tecnhnical note, this also doesn't update when phabricator.base-uri changes.

This can be written as a search index extension if an install relies on it for some bizarre reason, although none should and I'm unaware of any actual use cases in the wild for it, even at Facebook.

Test Plan

Indexed some random stuff into ElasticSearch.

Diff Detail

Repository
rP Phabricator
Branch
search6
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16258
Build 21605: Run Core Tests
Build 21604: arc lint + arc unit