1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-11 08:06:13 +01:00
phorge-phorge/src/applications/drydock
epriestley 2868a69f65 Remove all setObjectURI() from ActionListViews
Summary:
Ref T10004. After D14804, we get this behavior by default and no longer need to set it explicitly.

(If some endpoint did eventually need to set it explicitly, it could just change what it passes to `setHref()`, but I believe we currently have no such endpoints and do not foresee ever having any.)

Test Plan:
  - As a logged out user, clicked various links in Differential, Maniphest, Files, etc., always got redirected to a sensible place after login.
  - Grepped for `setObjectURI()`, `getObjectURI()` (there are a few remaining callsites, but to a different method with the same name in Doorkeeper).

Reviewers: chad

Reviewed By: chad

Subscribers: hach-que

Maniphest Tasks: T10004

Differential Revision: https://secure.phabricator.com/D14805
2015-12-17 08:30:22 -08:00
..
application Show a more reasonable status element for pull requests 2015-10-21 11:28:26 -07:00
blueprint Provide a username and email when running git merge --squash 2015-10-26 21:12:16 +00:00
capability Give Drydock resources a proper expiry mechanism 2015-09-28 09:35:14 -07:00
constants Modernize Drydock SearchEngine implementations 2015-09-24 09:56:49 -07:00
controller Remove all setObjectURI() from ActionListViews 2015-12-17 08:30:22 -08:00
customfield Rough cut of "Blueprint Authorizations" 2015-10-10 07:15:25 -07:00
editor Allow Drydock blueprints to be disabled 2015-09-24 10:18:17 -07:00
exception Add more Drydock log types and some additional logging 2015-10-01 08:11:42 -07:00
garbagecollector Provide bin/garbage for interacting with garbage collection 2015-10-02 09:17:24 -07:00
interface Make WorkingCopyBlueprint responsible for performing merges 2015-10-26 12:40:16 -07:00
logtype Use Drydock authorizations when acquiring leases 2015-10-12 17:02:35 -07:00
management Use Drydock authorizations when acquiring leases 2015-10-12 17:02:35 -07:00
operation Fix "Accepted" status constant in landing 2015-10-27 12:06:48 -07:00
phid Mark PhabricatorPHIDType::getPHIDTypeApplicationClass() as abstract 2015-11-03 06:47:12 +11:00
query Show the oldest non-failing revision land operation, or the newest failure 2015-10-26 19:58:37 +00:00
storage Fix landing icon 2015-10-27 12:07:28 -07:00
typeahead Improve Drydock log search engine 2015-08-24 21:13:20 +10:00
view Don't show error operations after a successful land operation 2015-10-26 21:27:04 +00:00
worker Fix an issue with incorrect authorization handling in Working Copy build steps 2015-10-30 16:02:35 +00:00