Remove couple of references to callsigns:
- arc which now prints repository name
- getShouldAmend() can now use new format of commit name
a quick git-grep looks like the remaining references are all about repository.callsign config.
Ref T4245
Differential D15472
Make callsigns optional in arcanist avivey on Mar 15 2016, 12:40 AM. Authored by Tags None Referenced Files
Tokens
Details
Remove couple of references to callsigns:
a quick git-grep looks like the remaining references are all about repository.callsign config. Ref T4245
Diff Detail
Event Timeline
Comment Actions Despite the status, owners.search is probably more stable than owners.query at this point. Is there any technical reason you can't switch to owners.search? The deprecated/unstable statuses don't do a great job of describing the actual state of the world right now, although there's some value in not having 15 statuses. But the internal state is something like this:
I can properly mark owners.query deprecated, at least. Comment Actions I don't think there's anything blocking that transition, although I haven't attempted it yet. I'll give that a look later today. Are there any other non-deprecated conduit APIs with callsign parameters? The main thing I wanted to flag here is this change breaks (or at least hurts) compatibility with them. Comment Actions I also made the "unstable" warnings a little better-aligned with reality in D15769 (less scary presentation, less absolute language). Because callsigns are already optional, any method which relies on them was endangered previously by T4245: it's possible to create repositories today that methods like owners.query can not interact with. From inspection of conduit.query, I think this list of methods is:
|