Page MenuHomePhabricator

Search repos by Project
ClosedPublic

Authored by avivey on Jan 30 2014, 7:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 9:02 PM
Unknown Object (File)
Sun, Apr 14, 2:35 PM
Unknown Object (File)
Thu, Apr 11, 11:02 AM
Unknown Object (File)
Thu, Apr 11, 10:09 AM
Unknown Object (File)
Mon, Apr 8, 9:57 PM
Unknown Object (File)
Sat, Mar 30, 10:54 AM
Unknown Object (File)
Thu, Mar 28, 8:35 AM
Unknown Object (File)
Jan 30 2024, 5:19 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.