- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
May 21 2019
May 21 2019
epriestley committed rP4180b337cf7e: Add a "{src ...}" Remarkup rule to provide a more flexible way to reference… (authored by epriestley).
Add a "{src ...}" Remarkup rule to provide a more flexible way to reference…
epriestley committed rP56e7bde68d9b: Recognize self-URI links to Diffusion files and give them special rendering… (authored by epriestley).
Recognize self-URI links to Diffusion files and give them special rendering…
epriestley committed rP7c1f6519e0b2: Support "none()" in Differential to find revisions with no (un-resigned)… (authored by epriestley).
Support "none()" in Differential to find revisions with no (un-resigned)…
epriestley committed rP2f3869576871: Support export of feed transactions to CSV/Excel/etc (authored by epriestley).
Support export of feed transactions to CSV/Excel/etc
epriestley committed rP16537f7b322f: Support filtering feed transactions by object type (authored by epriestley).
Support filtering feed transactions by object type
epriestley committed rP2e5b1885e701: Add support for querying feed transactions by author and date range (authored by epriestley).
Add support for querying feed transactions by author and date range
epriestley added inline comments to D20533: Add support for querying feed transactions by author and date range.
epriestley committed rP642113708a83: Build a rough transaction-level view of Feed (authored by epriestley).
Build a rough transaction-level view of Feed
epriestley committed rP5305ebddda9c: To improve wrapping behavior of rendered README files, don't use… (authored by epriestley).
To improve wrapping behavior of rendered README files, don't use…
epriestley committed rP2f0e655a9b9e: Add a 15-second timeout to external service calls to fill Doorkeeper link tags (authored by epriestley).
Add a 15-second timeout to external service calls to fill Doorkeeper link tags
epriestley committed rPf4201593808d: Implement Asana and JIRA external links via HyperlinkEngineExtension, not… (authored by epriestley).
Implement Asana and JIRA external links via HyperlinkEngineExtension, not…
Support timeouts in OAuth1Future
epriestley committed rP33688c8a41eb: When an object is referenced by URI, treat it like a mention (authored by epriestley).
When an object is referenced by URI, treat it like a mention
epriestley committed rPb8f6248e0782: Fix an issue where handles could load with the incorrect viewer when building… (authored by epriestley).
Fix an issue where handles could load with the incorrect viewer when building…
epriestley added a comment to D20525: Fix an issue where handles could load with the incorrect viewer when building mail about changes to related objects.
Also, I think this only affects "closed subtask X" stories: all the other "related object" stories use edges, which are still on the older handle-based stuff.
amckinley updated the summary of D20537: Support "none()" in Differential to find revisions with no (un-resigned) reviewers.
epriestley added inline comments to D20538: Recognize self-URI links to Diffusion files and give them special rendering behavior.
epriestley requested review of D20533: Add support for querying feed transactions by author and date range.
Remove description since it can span multiple lines
Semi-related thought: the current behavior of getVersion (return a string if successful, false if unable to determine the version or null if no version exists) is rather awkward and I feel like we should throw some sort of ArcanistUnableToDetermineLinterVersionException instead of returning false.
joshuaspence committed rARCdd514e268b2c: Modify the `lint-test` file format to allow for more powerful assertions (authored by joshuaspence).
Modify the `lint-test` file format to allow for more powerful assertions
joshuaspence updated the diff for D11176: Modify the `lint-test` file format to allow for more powerful assertions.
Rebase
May 20 2019
May 20 2019
- Also add support to the "AsanaFuture", which is a separate future.
epriestley requested review of D20527: When an object is referenced by URI, treat it like a mention.