- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Dec 13 2017
Dec 13 2017
Jun 22 2017
Jun 22 2017
Jun 13 2017
Jun 13 2017
• banica moved T12834: Set new hourly rate for our new colleague from Future to Needs Information on the Feature Request board.
Apr 11 2017
Apr 11 2017
We're OK leaving this open to understand impact to other installs or similar needs in customizing user profiles, but to date no other requests have happened.
I don't see a compelling reason to add a link to every Phabricator install for a single user.
So, what's the word on this?
Mar 27 2017
Mar 27 2017
I don't see anything here worth moving forward. I don't think the bar needs to cover more advanced topics and more advanced users should be OK with reading documentation.
Mar 20 2017
Mar 20 2017
Fair point, there was a bit of overlap, and the end result of a revision is super important (the commit).
Yeah we had both "commits" and "revisions", which had a bit of overlap. My main concern was if you were using this information to learn about a person, actual commits should hold more weight over temporal information like revisions.
Interesting, that decision makes sense to me.
(Commit-date ordering would also mean that forward-dated commits would be stuck to the top forever.)
That is, we order things by discovery date (when we learned about the existence of the commit), which is tamper-proof, rather than author date or committer date, which are freely mutable by the client.
If you just updated after more than a year, you are probably seeing imports from the change in T6878. Once those finish, things will settle down and "commits" will begin reflecting what you expect.
I believe there are plans to update it more than once a year at least
I'll take a look at the commits bug here shortly. Do you expect your install to keep more up to date?
Sure, apologies for the lack of clarity.
Or more specifically, I don't intend to add this back without spending more time thinking about the problem it solves. There are other possible solutions (including allowing installations to customize a user's sidebar) but in the context of doing a code review, I can't think of any benefit here. It's helpful for us to understand the entire problem you're looking to solve. If knowing a user's current revisions is important in the context of performing another code review, we'd like to know what that information is and why. What information do you get from it, and what decisions do you make differently because of it.
chad edited projects for T12423: Bring MenuItem customization options to User Profiles, added: Feature Request (Needs Information); removed Feature Request.
Mar 9 2017
Mar 9 2017
bcooksley added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
@epriestley my apologies for this. I had sent out a memo previously asking for everyone to file tasks on our Phabricator so that I could co-ordinate things from there. It seems some folks have missed that, so i've now resent it to a wider audience.
Mar 8 2017
Mar 8 2017
epriestley updated subscribers of T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
I'm going to merge this into T5029. This is an extremely low priority for this upstream because this workflow is virtually unheard of among full-time software development professionals (see "Target Audience" in Contributing Feature Requests) because it is inherently error-prone.
RJVB added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
How do you make guarantee that unrelated, simultaneous, uncommitted changes in the same working copy do not interfere with each other?
chad added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
Maybe a better way to explain Phabricator's philosophy is that it's build on code quality. That is, if we have to equally choose between developer efficiency and code quality, code quality will win because we feel code quality leads to greater long-term efficiency. It means less likelihood of wasting reviewers time, or chasing bugs, or missing issues because of easily catchable programmatic mistakes. Is it a great workflow if you're just fixing a typo in a document file? Not at all. But 99% of revisions are not typo fixes. With a commit, we can run builds, show reviewers full context diffs, allow for arc to patch diffs, allow for chain of custody and so on.
epriestley added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
How do you make guarantee that unrelated, simultaneous, uncommitted changes in the same working copy do not interfere with each other?
RJVB added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
The problem to be solved is that workflows as I've tried to describe aren't possible. Workflows where there is no official policy that changes first have to be committed, signed off or whatever before they can be considered for inclusion upstream. Or if you want, workflows in a more relaxed community with smaller and larger contributions coming in from a wide variety of users and developers not all of whom are experts in using git, svn or what have you.
chad added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
I guess this is pre pre-commit review?
chad added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
We want to know the problem you feel that feature solves specifically, not just that you want it. You can run patches manually or run arc diff --preview to just preview changes. But offhand I don't see any workflow benefit to reviewing non committed changes and don't recall any requests for such a feature.
RJVB added a comment to T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?.
Sorry, the Root Problem was clear enough in my head but apparently not explicit enough in the OP. I hope to have addressed that now.
RJVB renamed T12368: better support for "raw" patches, in particular corresponding to uncommitted changes? from better support for "raw" patches? to better support for "raw" patches, in particular corresponding to uncommitted changes?.
chad edited projects for T12368: better support for "raw" patches, in particular corresponding to uncommitted changes?, added: Feature Request (Needs Information); removed Feature Request.
Mar 3 2017
Mar 3 2017
Mar 2 2017
Mar 2 2017
eliaspro added a comment to T12341: Set cursor default focus to input field when selecting "Other Project" from access policy dropdown.
Ok, then feel free to dismiss this one… I didn't expect those kind of complexities behind this :)
chad added a comment to T12341: Set cursor default focus to input field when selecting "Other Project" from access policy dropdown.
Yeah any typeahead dialog now that I think about it.
epriestley added a comment to T12341: Set cursor default focus to input field when selecting "Other Project" from access policy dropdown.
(I think I've used this workflow fewer than 5 times outside of testing, and although similar workflows like "Award Badge" and "Add Project Members" have the same issue, I think they're similarly rare.)
epriestley added a comment to T12341: Set cursor default focus to input field when selecting "Other Project" from access policy dropdown.
This is also nontrivial: when we display a dialog, we already attempt to focus the first input. But the first input here is a tokenizer, not a real input, and naively focusing it fails because it hasn't activated or rendered yet.
chad edited projects for T12341: Set cursor default focus to input field when selecting "Other Project" from access policy dropdown, added: Feature Request (Needs Information); removed Feature Request.
Jan 26 2017
Jan 26 2017
epriestley closed T12156: User is unable to close an audit for own commits, even audit.can-author-close-audit is set to TRUE as Resolved.
What for is "audit.can-author-close-audit" then?
• Ondrej added a comment to T12156: User is unable to close an audit for own commits, even audit.can-author-close-audit is set to TRUE.
You may be able to use Projects or Owners to create groups. Any member of a Project or Package auditor can accept on behalf of the project or package.
epriestley added a comment to T12156: User is unable to close an audit for own commits, even audit.can-author-close-audit is set to TRUE.
You could also add a condition like this to your rules which trigger audits:
epriestley added a comment to T12156: User is unable to close an audit for own commits, even audit.can-author-close-audit is set to TRUE.
he has to remove the group and add himself as Auditor
• Ondrej added a comment to T12156: User is unable to close an audit for own commits, even audit.can-author-close-audit is set to TRUE.
Standard workflow is:
- Herald adds a group of people responsible for the audit to every commit.
- An Auditor picks several commits (he has to remove the group and add himself as Auditor, so no other auditors pick the same commit at the same time)
- Then Auditor accepts a commit or raises a concern.
- When the concern is raised, the Author prepares a new commit fixing this concern with commit message "Depends on ..."
- Then the Author has to go to the Phabricator and change the state to "Needs Verification"; also he should assign this fixing commit to the same Auditor (unfortunately, I don't know how to do this automatically, via commit message or Herald).
- Now the Auditor can see both commits and can accept them.
epriestley edited projects for T12156: User is unable to close an audit for own commits, even audit.can-author-close-audit is set to TRUE, added: Feature Request (Needs Information); removed Bug Report.
Jan 12 2017
Jan 12 2017
Closing for lack of feedback. You can make custom dashboard panels for whatever query / state you want to track.
Jan 6 2017
Jan 6 2017
See also T4144#175505
chad edited projects for T12072: Tighten "Needs Review" category, added: Feature Request (Needs Information); removed Feature Request.
Jan 4 2017
Jan 4 2017
Slack has some nice color blind themes, which I use as my normal theme.
epriestley added a comment to T12060: Colorblind accessibility for red/green highlighting in e-mails.
What color scheme would the user prefer?
gregprice added a project to T12060: Colorblind accessibility for red/green highlighting in e-mails: Restricted Project.
neilfitz updated the task description for T12060: Colorblind accessibility for red/green highlighting in e-mails.
Okay, after some tests, looks like the user has deuteranopia. Consistent with what you have there.
Of the four, this is the only type that's difficult:
Uh, I'll see if they can take an online test to narrow it down further.
They don't know what type they have more specifically than red-green, unfortunately.
There are 4 types of red-green color blindness, and they all work differently.
I went through color blindness simulators and I can distinguish every type using the supplied image. So without more information, I'm not sure how to proceed here. Why can't you ask them what type of color blindness they have, specifically?
I'm not sure I understand what you mean. To be clear, the user doesn't have an issue reading the text; they have an issue distinguishing between red highlight and green highlight. I think it would be even more confusing without any highlighting at all.
chad edited projects for T12060: Colorblind accessibility for red/green highlighting in e-mails, added: Feature Request (Needs Information); removed Feature Request.
Jan 3 2017
Jan 3 2017
markwoulfe added a comment to T12059: Display numerical indicator for authored, ready to land differentials on the differential home page menu item.
hopefully not a feature request, thanks.
epriestley closed T12059: Display numerical indicator for authored, ready to land differentials on the differential home page menu item as Invalid.
See Consulting if you'd like a one-on-one answer from the upstream.
markwoulfe added a comment to T12059: Display numerical indicator for authored, ready to land differentials on the differential home page menu item.
Hey @epriestley, Ideally i'd just like to ask a question on where this feature has gone. I posted in the IRC channel but got no response.
epriestley edited projects for T12059: Display numerical indicator for authored, ready to land differentials on the differential home page menu item, added: Feature Request (Needs Information); removed Feature Request.
Please see Contributing Feature Requests for instructions on filing a feature request which can become a maintainable feature in the upstream.
Dec 13 2016
Dec 13 2016
epriestley edited projects for T12011: Support builds with Travis CI, added: Feature Request (Needs Information); removed Bug Report.
Sep 6 2016
Sep 6 2016
We haven't received more information about this in more than a month.
Aug 10 2016
Aug 10 2016
epriestley edited projects for T11405: Need to watch the project programmatically, added: Feature Request (Needs Information); removed Feature Request.
Mar 29 2016
Mar 29 2016
epriestley added a comment to T10689: Display slightly more information about status of revision from main page..
Root problem: To ensure quality software, I want to make sure that all reviewers accept a change.
chad added a comment to T10689: Display slightly more information about status of revision from main page..
Most likely your request is covered by other tasks.
chad added a comment to T10689: Display slightly more information about status of revision from main page..
Do you have blocking reviewers on these diffs?
• anthony-verge added a comment to T10689: Display slightly more information about status of revision from main page..
I have read it, but after re-reading let me give this another go. My apologies, I know you guys are busy and I'm sitting here not knowing how to properly formulate a problem description.
epriestley added a comment to T10689: Display slightly more information about status of revision from main page..
I think that's just a rewording of the original description, and doesn't provide any new insight or context. It still focuses on a very narrow symptom problem (not being able to see individual reviewer status from the revision list), not the root problem.
• anthony-verge added a comment to T10689: Display slightly more information about status of revision from main page..
@epriestley Oh! You are right. Let me take a stab at my problem then. Some of this is caused by the lack of rules for complex acceptance conditions like in T731.
epriestley added a comment to T10689: Display slightly more information about status of revision from main page..
T1279 is talking about the reviewer list on the detail page (/Dxxx), not the list page (/differential/). This was implemented years ago, so I suspect it isn't a duplicate, unless you're years out of date.
• anthony-verge added a comment to T10689: Display slightly more information about status of revision from main page..
@epriestley @eadler : T1279 is exactly what I was looking for. Thanks guys. Feel free to close this task as duplicate.
Mar 26 2016
Mar 26 2016
This request doesn't describe a root problem, so we can't develop a solution to it. We haven't received any new information in more than a month. See Describing Root Problems and Contributing Feature Requests for help describing root problems and filing feature requests that the usptream can accept.
epriestley closed T10365: Support passing generated annotation to ArcanistGeneratedLinter as Invalid.
We don't have enough information about this problem to design a solution, and haven't received more information in more than a month. See Describing Root Problems and Contributing Feature Requests for details on how to submit an actionable feature request.
Mar 21 2016
Mar 21 2016
Nothing actionable here, since we don't plan on adding additional options.
Mar 18 2016
Mar 18 2016
• claudiomelis shifted Q345: creating sub-groups with different rights from the S3 Hyperspace space to the S1 Core space.
• claudiomelis updated Q345: creating sub-groups with different rights from to creating sub-groups with different rights.
Feb 24 2016
Feb 24 2016
We use a custom field release description of type remarkup. We then export tasks via conduit API to our HTML release notes. In this release description we use some of the remarkup feature set.
Feb 22 2016
Feb 22 2016
Yes that should work for my use case - I've tested and verified this functionality. Thanks!
Feb 21 2016
Feb 21 2016
We ultimately want teams to choose different colors so they can know which workboard they're on at a quick glance.
Yes, I concur, that would be useful.
My understanding is the feature request would be to set a global color instead of white. If all workboards are red or blue or whatever, I don't think it provides any additional hints. I suspect the use case here is @rphl just really likes a specific color and wants them all that color. Which is cool, but we ultimately want teams to choose different colors so they can know which workboard they're on at a quick glance.
I suspect the goal could be to provide visual hints, in addition to the text, to recognize and disambiguate dashboards.
Feb 20 2016
Feb 20 2016
epriestley moved T10240: Copy Comment from Backlog to Needs Information on the Feature Request board.
epriestley moved T10365: Support passing generated annotation to ArcanistGeneratedLinter from Backlog to Needs Information on the Feature Request board.
epriestley moved T10388: Additional remarkup assistance buttons for decriptions from Backlog to Needs Information on the Feature Request board.
epriestley moved T10395: Deploy SSH keys associated with a repository from Backlog to Needs Information on the Feature Request board.
epriestley moved T10401: Set global Background Color for each Workboard from Backlog to Needs Information on the Feature Request board.