Page MenuHomePhabricator

Search repos by Project
ClosedPublic

Authored by avivey on Jan 30 2014, 7:42 PM.
Tags
None
Referenced Files
F14063778: D8113.diff
Mon, Nov 18, 8:20 PM
F14040795: D8113.id18347.diff
Mon, Nov 11, 1:32 PM
Unknown Object (File)
Sun, Nov 3, 6:35 PM
Unknown Object (File)
Thu, Oct 24, 9:46 PM
Unknown Object (File)
Tue, Oct 22, 5:20 PM
Unknown Object (File)
Oct 14 2024, 11:17 AM
Unknown Object (File)
Oct 7 2024, 4:25 PM
Unknown Object (File)
Oct 7 2024, 12:23 PM

Details

Summary

Ref T3102

In diffusion, add "In Any Project" to search options.

Test Plan

use it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

We may want to or be able to lift this stuff into some shared location eventually, but I don't have an incredibly clear picture of what that might look like. This seems reasonable in the meantime. I think there's a good chance it would be shared in separate pieces anyway.

Closed by commit rP5d1489a3ce5a (authored by @avivey, committed by @epriestley).

src/applications/repository/query/PhabricatorRepositoryQuery.php
416

Oh, probably not too relevant for now, but theoretically this should also constrain the edge type. This will select Repositories connected to the given projects by any type of edge. Currently, the application can only normally write HAS_PROJECT (or whatever) edges, but in the future it may be possible to write other types of edges.