No idea if that works as i have no idea on how to test this.
Hoping for some clues from you people!
Differential D1375 Authored by ardumont on Apr 9 2019, 2:12 PM.
Details
Summary No idea if that works as i have no idea on how to test this. Hoping for some clues from you people!
Diff Detail
Event TimelineHarbormaster completed remote builds in B5223: Diff 4418.Apr 9 2019, 2:12 PM2019-04-09 14:12:12 (UTC+2) Harbormaster completed remote builds in B5224: Diff 4419.Apr 9 2019, 2:14 PM2019-04-09 14:14:05 (UTC+2) Comment Actions Transmit object_fragment to object formatter as well So that they can build the right url Harbormaster completed remote builds in B5225: Diff 4420.Apr 9 2019, 2:33 PM2019-04-09 14:33:26 (UTC+2) Comment Actions
@olasd i finally grasped what you meant, thanks. Harbormaster completed remote builds in B5430: Diff 4568.Apr 13 2019, 4:58 PM2019-04-13 16:58:44 (UTC+2) Harbormaster completed remote builds in B5431: Diff 4569.Apr 13 2019, 5:02 PM2019-04-13 17:02:42 (UTC+2) Harbormaster completed remote builds in B5435: Diff 4573.Apr 15 2019, 10:48 AM2019-04-15 10:48:57 (UTC+2) Comment Actions Could you factorize this part: url = full_XXX['uri'] if object_fragment is not None: url = '%s%s' % (url, object_fragment) by moving it in get_object_by_phid?
This revision is now accepted and ready to land.Apr 15 2019, 10:51 AM2019-04-15 10:51:39 (UTC+2) ardumont marked an inline comment as done. Comment Actions
Harbormaster completed remote builds in B5436: Diff 4574.Apr 15 2019, 11:00 AM2019-04-15 11:00:00 (UTC+2) Closed by commit R154:abbf2f5c9ed3: Phabricator/plugin: Add support for commented links (authored by ardumont). · Explain WhyApr 15 2019, 2:22 PM2019-04-15 14:22:43 (UTC+2) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 4568 Phabricator/plugin.py
|
Replace the last * by a ?, there's at most one fragment.