Page MenuHomePhabricator
Feed Advanced Search

Jan 13 2020

epriestley added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

If you believe you've found a bug in Phabricator, please report it by creating a new thread on Discourse.

Jan 13 2020, 6:23 PM · Projects, Bug Report (Needs Information)

Jan 8 2020

jacksongabbard added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

Last follow-up -- no, it was not a custom policy. The log of changes to the Project configuration show that the original setting for the edit policy was indeed "Project Members", which seems to indicate that Phabricator was incorrectly preventing new members from editing the Project.

Jan 8 2020, 1:32 PM · Projects, Bug Report (Needs Information)
jacksongabbard added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

I was unable to reproduce this with a new Project, which makes me suspect the problem isn't a bug in Phabricator. I suspect the Project that was not editable *actually* had a Custom policy with specific users added to it, rather than a "Project Members" policy.

Jan 8 2020, 1:29 PM · Projects, Bug Report (Needs Information)
jacksongabbard added a comment to T11162: Unable to Edit Projects as Administrator, Showing Restricted.

I ran into this issue today as well. The context was a Project created by a regular user a few months back. He added himself and one other user to the Project. He also set the edit policy for the Project to be "Project Members." A few months later, a couple of other users were added to the Project, but neither of them could edit the Project (all links in the "Manage" UI were disabled, can't create milestones, etc.). The users who were in the group when the edit policy was set were still able to manage the group. One of them had to change the edit policy because the newer members of the group could not.

Jan 8 2020, 1:17 PM · Projects, Bug Report (Needs Information)

Jul 12 2019

epriestley closed T5955: Refactor Conduit auth to be stateless, token-based, and support wire encodings, a subtask of T10803: PhabricatorApplicationTransactionPublishWorker task failing due to malformed UTF-8, as Resolved.
Jul 12 2019, 4:28 PM · Bug Report (Needs Information)

Mar 23 2019

thuffir added a comment to T11725: [Diffusion] Issue with checking out SVN repository while clone is successful for a Git repository.

Just ran into this issue on a freshly installed Ubuntu 16.04 docker container.
Actually it's just the package phpX.Y-xml what is missing.
In my case it was php7.2 so all I needed to do was:

sudo apt install php7.2-xml

(No extra repositories needed...)

Mar 23 2019, 11:11 PM · Bug Report (Needs Information)

Feb 23 2019

epriestley closed T9169: Downloading Attachment Extremely Slow as Wontfix.

We no longer offer support for this kind of problem (that technically has reproduction steps, but is sufficiently involved to reproduce that no one has time to follow them, e.g. build a new server from scratch with assorted specific software versions).

Feb 23 2019, 3:37 PM · Bug Report (Needs Information), Files

Feb 16 2019

epriestley closed T11142: Side-by-side diff viewer breaks lines on word boundaries and makes diffing difficult in some situations as Wontfix.

This report is generally unclear / hard to reproduce / unusual so I'm not sure how to move forward. It's likely mooted by D20181.

Feb 16 2019, 2:20 PM · Restricted Project, Bug Report (Needs Information), Differential

Dec 13 2018

epriestley added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

If you want me to look at something, file a report on Discourse with reproduction steps that I can follow to reproduce the issue. I don't need any other discussion or context. I do need working reproduction steps.

Dec 13 2018, 5:46 PM · Bug Report (Needs Information)
epriestley added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

No.

Dec 13 2018, 5:43 PM · Bug Report (Needs Information)
arrowd added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

@epriestley I have seen you working on Mercurial stuff. Can you take a look at my findings above?

Dec 13 2018, 4:38 PM · Bug Report (Needs Information)

Dec 4 2018

arrowd added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

Ok, I think the problem is here: https://github.com/phacility/phabricator/blob/master/src/applications/diffusion/controller/DiffusionServeController.php#L816

Dec 4 2018, 11:30 AM · Bug Report (Needs Information)
arrowd added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

I've managed to find the root of the problem, I think. Here is the actual error message that arises somwhere deep in Phabricator and then gets cut turning into non-informative ** unknown exception encountered, please report by visiting:

Dec 4 2018, 9:57 AM · Bug Report (Needs Information)
arrowd added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

I still having this problem. @rafaelrabeloit, had you chance to fix or work-around this?

Dec 4 2018, 7:51 AM · Bug Report (Needs Information)

Oct 2 2018

epriestley closed T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows as Invalid.

No clue how to reproduce this.

Oct 2 2018, 12:51 PM · Windows, Bug Report (Needs Information)

Sep 27 2018

epriestley closed T11517: arc lint missed some error reported from the golint as Wontfix.

This doesn't seem actionable and is likely mooted by T13098.

Sep 27 2018, 2:26 PM · Bug Report (Needs Information), Arcanist, Lint

Aug 10 2018

epriestley closed T12534: Differential still appears in "responsible users" query after resigning as a reviewer as Resolved.

I believe this was fixed by D17558 and discussed in T11050.

Aug 10 2018, 8:00 PM · Bug Report (Needs Information), Differential

Apr 4 2018

gshe added a comment to T12764: Git clone suddenly timeouts on accounts with newly uploaded ssh keys.

i met the same issue, and i found the root cause was the OpenSSH upstream issue.

Apr 4 2018, 2:30 AM · Bug Report (Needs Information)

Feb 17 2018

rabahmeradi added a comment to T11495: Drydock doesn't delete working copies.

The company I work for doesn't use Phabricator anymore. If I recall correctly the issue happens when an error occurs when creating the working copy. So DryDock create a copy 'copy-123' for example and then if an error occur (during the creation of the working copy for example can't fetch the repository), the build is stopped and the folder 'copy-123' is not deleted. DryDock will retry after 15s and create another copy 'copy-124'. So you can end up with millions of folders after a couple of hours.

Feb 17 2018, 7:19 AM · Bug Report (Needs Information), Drydock

Feb 13 2018

epriestley closed T11495: Drydock doesn't delete working copies as Invalid.

I'm unable to reproduce this by following the instructions provided, at least after changes in T13073. Here's what I did:

Feb 13 2018, 4:33 PM · Bug Report (Needs Information), Drydock

Jan 4 2018

epriestley closed T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository as Invalid.

This is possibly connected to T9548 but we don't know how to reproduce this and can't fix issues we can't reproduce.

Jan 4 2018, 7:11 PM · Bug Report (Needs Information)

Dec 13 2017

epriestley archived Bug Report (Needs Information).
Dec 13 2017, 1:14 PM

Aug 15 2017

epriestley moved T12534: Differential still appears in "responsible users" query after resigning as a reviewer from Backlog to Reviewer Rules on the Differential board.
Aug 15 2017, 5:54 PM · Bug Report (Needs Information), Differential

Aug 10 2017

epriestley removed a watcher for Bug Report (Needs Information): bingogo009.
Aug 10 2017, 1:17 PM
epriestley removed a watcher for Bug Report (Needs Information): rajuonraj.
Aug 10 2017, 1:17 PM

Aug 7 2017

bingogo009 added a watcher for Bug Report (Needs Information): bingogo009.
Aug 7 2017, 1:08 AM

Jul 27 2017

epriestley closed T12292: Diffusion commit details references HEAD -> master broken as Invalid.

We don't have reproduction steps for this and thus can't move forward.

Jul 27 2017, 4:26 PM · Bug Report (Needs Information)

Jun 7 2017

epriestley closed T12802: Schemata error after updating as Invalid.

We haven't received the information we need to move forward, so I'm going to close this. Feel free to follow up here or open a new task if you're able to provide detailed reproduction instructions we can use to reproduce the issue locally.

Jun 7 2017, 10:44 PM · Bug Report (Needs Information)

Jun 6 2017

epriestley edited projects for T12802: Schemata error after updating, added: Bug Report (Needs Information); removed Bug Report.

I can't reproduce this. Here's what I tried:

Jun 6 2017, 10:28 AM · Bug Report (Needs Information)

Jun 5 2017

epriestley renamed T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] from Ambiguous URL rejection broke some phriction pages to Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] .
Jun 5 2017, 12:51 PM · Remarkup, Bug Report
epriestley added a comment to T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] .

Thanks for updating your report with reproduction instructions, they were very helpful in reproducing and fixing the bug.

Jun 5 2017, 12:51 PM · Remarkup, Bug Report
epriestley added a revision to T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] : D18076: Don't fatal when encountering [[ <bad URI > | ... ]].
Jun 5 2017, 12:48 PM · Remarkup, Bug Report
epriestley claimed T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] .
Jun 5 2017, 12:39 PM · Remarkup, Bug Report
jbeck renamed T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] from Ambiguous URL rejection broke some pages to Ambiguous URL rejection broke some phriction pages.
Jun 5 2017, 6:39 AM · Remarkup, Bug Report
jbeck added a comment to T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] .

I have added some more details. Let me know if you need any more.

Jun 5 2017, 6:28 AM · Remarkup, Bug Report
jbeck updated the task description for T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] .
Jun 5 2017, 6:28 AM · Remarkup, Bug Report
jbeck added a comment to T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] .

Ok sorry, I will improve the report.

Jun 5 2017, 6:22 AM · Remarkup, Bug Report
chad edited projects for T12796: Ambiguous URL rejection broke existing remarkup blocks with: [[ <ambigous URI> ... ]] , added: Bug Report (Needs Information); removed Bug Report.
Jun 5 2017, 6:21 AM · Remarkup, Bug Report

Jun 2 2017

epriestley closed T12748: Duplicated comments on JIRA when differential revisions are linked to JIRA issues as Invalid.

We haven't received more information on this, so we don't know how to reproduce it and can't move forward. Feel free to file a new issue in the future with complete reproduction steps, per above.

Jun 2 2017, 11:21 AM · Bug Report (Needs Information), Doorkeeper
epriestley closed T12764: Git clone suddenly timeouts on accounts with newly uploaded ssh keys as Invalid.

We don't know how to reproduce this, so we can't move forward, and haven't received more information in several days.

Jun 2 2017, 11:19 AM · Bug Report (Needs Information)
epriestley closed T12773: User image is found broken on migrating to the latest version of Phabricator. as Invalid.

We don't know how to reproduce this, and haven't received more information in several days.

Jun 2 2017, 11:18 AM · Bug Report (Needs Information)

May 30 2017

epriestley edited projects for T12748: Duplicated comments on JIRA when differential revisions are linked to JIRA issues, added: Bug Report (Needs Information); removed Bug Report.

Next steps:

May 30 2017, 6:14 PM · Bug Report (Needs Information), Doorkeeper
epriestley closed T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug as Invalid.

This doesn't appear to describe a bug in Phabricator.

May 30 2017, 6:08 PM · Bug Report (Needs Information)
epriestley closed T8109: Using 'arc feature' on mercurial repository gave an exception as Invalid.

I'm just going to nuke this since there's no repro. This workflow has also been rewritten on the experimental branch and the specific error encountered here should now be impossible.

May 30 2017, 6:07 PM · Bug Report (Needs Information), Mercurial, Arcanist

May 29 2017

chad edited projects for T12773: User image is found broken on migrating to the latest version of Phabricator., added: Bug Report (Needs Information); removed Bug Report.
May 29 2017, 1:53 PM · Bug Report (Needs Information)

May 28 2017

chad added a comment to T12764: Git clone suddenly timeouts on accounts with newly uploaded ssh keys.

@exp10r3r you still need to provide reproduction steps. Based on the ones provided, I cannot reproduce any issue using a new/clean install on Phacility or locally. That doesn't mean there isn't a bug to fix, but without the specifics needed to observe and troubleshoot the issue, we have no idea where to start or what to look for. Because we provide support for free, it's on report submitters to fill in all the details needed here. We can't assist with that. No other install is reporting this issue, so it's unlikely due to any change from the upstream.

May 28 2017, 7:46 PM · Bug Report (Needs Information)
exp10r3r updated the task description for T12764: Git clone suddenly timeouts on accounts with newly uploaded ssh keys.
May 28 2017, 5:54 PM · Bug Report (Needs Information)

May 26 2017

chad added a comment to T12764: Git clone suddenly timeouts on accounts with newly uploaded ssh keys.

Specifically, reproduction steps are a set of complete, detailed steps we can follow and see the same issue you are seeing locally. Bonus if you've taken a new, clean image and reproduced the issue.

May 26 2017, 8:31 PM · Bug Report (Needs Information)
chad edited projects for T12764: Git clone suddenly timeouts on accounts with newly uploaded ssh keys, added: Bug Report (Needs Information); removed Bug Report.
May 26 2017, 8:30 PM · Bug Report (Needs Information)

May 19 2017

epriestley added a comment to T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.

Currently, Fixes T123 in a commit message means this:

May 19 2017, 12:20 AM · Bug Report (Needs Information)
chad added a comment to T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.

Basically, you're choosing to use a singular task status to track the various lifetime stages of a bug through multiple branches, which isn't what we intended that field for. It's just as easy to expect QA to want to re-confirm the bug is fixed in master as it is your workflow. I think you should track QA in a custom field.

May 19 2017, 12:19 AM · Bug Report (Needs Information)
chad added a comment to T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.

It still doesn't sound like a bug to me, or maybe more specifically, understand what you expect the upstream to fix.

May 19 2017, 12:15 AM · Bug Report (Needs Information)

May 18 2017

zhiyuchen updated the task description for T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.
May 18 2017, 9:57 PM · Bug Report (Needs Information)
zhiyuchen added a comment to T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.

@avivey If you follow the steps in my description, you should be able to reproduce the problem. I'm also attaching a screenshot which indicates that a maniphest was reopened from "Accepted" to "Resolved" twice because the merge commit msg also contains the original commit msg "... fix T...."

May 18 2017, 9:56 PM · Bug Report (Needs Information)
avivey added a comment to T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.

We need to have enough information to actually see the problem happening, so we can figure out what's wrong, and maybe even test a fix.

May 18 2017, 7:30 PM · Bug Report (Needs Information)
zhiyuchen updated subscribers of T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug.

@avivey I updated description to include version info, repeatable and steps to reproduce, is there anything else you guys need?

May 18 2017, 6:50 PM · Bug Report (Needs Information)
avivey edited projects for T12722: Auto-resolve with "Fix: T..." commit message should not reopen a closed bug, added: Bug Report (Needs Information); removed Bug Report.
May 18 2017, 5:09 PM · Bug Report (Needs Information)

May 15 2017

epriestley added a revision to T12710: Project "Profile" and "Subproject" tabs now require members/watchers, but do not load them: D17882: Add required needMembers/needWatchers calls to Project Profile/Subprojects tabs.
May 15 2017, 1:38 PM · Projects, Bug Report
epriestley added a comment to T12710: Project "Profile" and "Subproject" tabs now require members/watchers, but do not load them.

I'll just ship up the "unbreak" diff, and you can either counter-diff me or figure out something else.

May 15 2017, 1:36 PM · Projects, Bug Report
epriestley updated subscribers of T12710: Project "Profile" and "Subproject" tabs now require members/watchers, but do not load them.

I think more narrow reproduction instructions are:

May 15 2017, 1:35 PM · Projects, Bug Report
mrthomasbrix added a comment to T12710: Project "Profile" and "Subproject" tabs now require members/watchers, but do not load them.

Yes on the Almanac project profile.

May 15 2017, 11:38 AM · Projects, Bug Report
epriestley edited projects for T12710: Project "Profile" and "Subproject" tabs now require members/watchers, but do not load them, added: Bug Report (Needs Information); removed Bug Report.
May 15 2017, 11:12 AM · Projects, Bug Report

May 8 2017

cxzzero added a comment to T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows.

Thanks, let me check that task and I tell you.

May 8 2017, 7:18 PM · Windows, Bug Report (Needs Information)
avivey added a comment to T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows.

This might be a variant of T2465. There's some workaround described there that might help.

May 8 2017, 5:59 PM · Windows, Bug Report (Needs Information)
avivey added a project to T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows: Windows.
May 8 2017, 5:56 PM · Windows, Bug Report (Needs Information)
cxzzero added a comment to T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows.
  • Windows version is Windows 7 with latest updates,
  • PHP version 5.6.13,
  • svn, version 1.9.4 (r1740329), compiled Apr 24 2016, 15:40:35 on x86-microsoft-windows
  • arcanist version mentioned above
May 8 2017, 5:47 PM · Windows, Bug Report (Needs Information)
chad added a comment to T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows.

This is a little light on reproduction steps. Can you give us more information such as the version information on Windows, SVN, local arcanist, if you attempted reproduction against a clean Phacility instance or against SVNTest here?

May 8 2017, 5:38 PM · Windows, Bug Report (Needs Information)
chad edited projects for T12687: When submitting an arc diff, svn diff or updating a revision a Parse Exception ocurrs in Windows, added: Bug Report (Needs Information); removed Bug Report.
May 8 2017, 5:36 PM · Windows, Bug Report (Needs Information)

Apr 23 2017

arrowd added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

After fiddling with some more upgrades, I started to get

Apr 23 2017, 6:01 PM · Bug Report (Needs Information)
arrowd added a comment to T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository.

Just faced that problem on my micro hosting. I've updated some software and then started to get the same error as OP when cloning/pulling/pushing mercurial repos. Here is the list of software, that got updated back then: https://paste.kde.org/pqelvuhjf

Apr 23 2017, 5:32 PM · Bug Report (Needs Information)

Apr 13 2017

cspeckmim added a project to T8109: Using 'arc feature' on mercurial repository gave an exception: Bug Report (Needs Information).
Apr 13 2017, 5:48 PM · Bug Report (Needs Information), Mercurial, Arcanist

Apr 11 2017

epriestley added a comment to T12534: Differential still appears in "responsible users" query after resigning as a reviewer.

This is currently expected, although we could consider changing it.

Apr 11 2017, 11:29 AM · Bug Report (Needs Information), Differential
joshuaspence added a comment to T12534: Differential still appears in "responsible users" query after resigning as a reviewer.

When I turn on bucketing, I can't see it actually. Although I do have a lot of diffs, so it could have overheated.

Apr 11 2017, 7:22 AM · Bug Report (Needs Information), Differential
chad added a comment to T12534: Differential still appears in "responsible users" query after resigning as a reviewer.

Where does it go when you turn on bucketing?

Apr 11 2017, 6:59 AM · Bug Report (Needs Information), Differential
chad added a comment to T12534: Differential still appears in "responsible users" query after resigning as a reviewer.

👍🏻 😄

Apr 11 2017, 6:56 AM · Bug Report (Needs Information), Differential
joshuaspence added a comment to T12534: Differential still appears in "responsible users" query after resigning as a reviewer.
Apr 11 2017, 6:39 AM · Bug Report (Needs Information), Differential
chad renamed T12534: Differential still appears in "responsible users" query after resigning as a reviewer from Differential still appears in "responsible users" query after resigning as a reviewier to Differential still appears in "responsible users" query after resigning as a reviewer.
Apr 11 2017, 5:59 AM · Bug Report (Needs Information), Differential

Apr 9 2017

chad edited projects for T12521: "(Exception) Expected nonempty 'cmds' specification!" when trying to clone or pull mercurial repository, added: Bug Report (Needs Information); removed Bug Report.

This still needs complete reproduction steps to be accepted into the upstream. My suggestion is find another VM and load out what you expect the issue is with, and give us those details. Right now it sounds like you're just guessing and that's outside of what we expect when following Contributing Bug Reports. See https://secure.phabricator.com/book/phabcontrib/article/reproduction_steps/ if you need more guidance on providing these steps.

Apr 9 2017, 6:27 PM · Bug Report (Needs Information)

Apr 7 2017

epriestley closed T12452: Can't edit task description after upgrading to the latest version as Invalid.

We don't know how to reproduce this and can't move forward.

Apr 7 2017, 12:39 PM · Bug Report (Needs Information)
epriestley closed T12454: db schema error as Invalid.

We don't know how to reproduce this.

Apr 7 2017, 12:39 PM · Bug Report (Needs Information)
epriestley closed T12510: Requesting changes as Reviewer and member of blocking Group Reviewer, makes Group Reviewer no longer blocking as Resolved.

That's expected, and not a bug. "Blocking" is currently a top-level status. When a reviewer becomes "Rejecting", they are no longer "Blocking". This doesn't matter in terms of the workflow, because both "Rejecting" and "Blocking" prevent a revision from transitioning to "Accepted".

Apr 7 2017, 11:09 AM · Bug Report (Needs Information)
claassen added a comment to T12510: Requesting changes as Reviewer and member of blocking Group Reviewer, makes Group Reviewer no longer blocking.

I've repeated this again, taking some screen dumps. This time I did it on a Phacility hosted instance, instead of on our self-hosted instance.

Apr 7 2017, 7:23 AM · Bug Report (Needs Information)

Apr 6 2017

epriestley edited projects for T12510: Requesting changes as Reviewer and member of blocking Group Reviewer, makes Group Reviewer no longer blocking, added: Bug Report (Needs Information); removed Bug Report.
Apr 6 2017, 12:15 PM · Bug Report (Needs Information)

Mar 29 2017

eliaspro added a comment to T12454: db schema error.

@dainysunil you need to provide full instructions to reproduce this issue in an untainted environment.

Mar 29 2017, 12:43 PM · Bug Report (Needs Information)
dainysunil added a comment to T12454: db schema error.

@chad -we tried the upgrade once again .. but the issue is still there

Mar 29 2017, 10:33 AM · Bug Report (Needs Information)
chad added a comment to T12454: db schema error.

My only guess here is something is corrupt, incomplete, or not upgraded properly. I don't see anything on our side that would lead to this state.

Mar 29 2017, 6:00 AM · Bug Report (Needs Information)
chad added a comment to T12454: db schema error.

If you believe those are the full, complete steps to reproduce the issue then please take the time and launch a clean test environment and follow the steps and let us know if they are complete.

Mar 29 2017, 5:49 AM · Bug Report (Needs Information)
dainysunil added a comment to T12454: db schema error.

@chad you need to try upgrade phabricator from branch abff6dc8a9b4e081d74beaf8f062223cb5308ec3 to reproduce the issue. Can you consider this as step to reproduce the error.

Mar 29 2017, 5:46 AM · Bug Report (Needs Information)
chad added a comment to T12454: db schema error.

We don't accept bug reports without reproduction steps.

Mar 29 2017, 5:43 AM · Bug Report (Needs Information)
dainysunil added a comment to T12454: db schema error.

Please find the image with upgrade branch. While upgrading the phabricator from this branch we found this error. Please check this upgrade to reproduce the error.

Phab_Version.png (900×1 px, 212 KB)

Mar 29 2017, 5:39 AM · Bug Report (Needs Information)

Mar 28 2017

epriestley edited projects for T12454: db schema error, added: Bug Report (Needs Information); removed Bug Report.

If you believe you've found a bug in Phabricator, we need all the information discussed in Contributing Bug Reports to move forward. Specifically:

Mar 28 2017, 12:55 PM · Bug Report (Needs Information)

Mar 27 2017

epriestley edited projects for T12452: Can't edit task description after upgrading to the latest version, added: Bug Report (Needs Information); removed Bug Report.

We need reproduction steps to move forward. See Providing Reproduction Steps.

Mar 27 2017, 3:11 PM · Bug Report (Needs Information)

Mar 22 2017

cspeckmim updated the task description for T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.
Mar 22 2017, 3:45 AM · Bug Report, EditEngine
cspeckmim updated the task description for T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.
Mar 22 2017, 3:30 AM · Bug Report, EditEngine
cspeckmim updated the task description for T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.
Mar 22 2017, 3:25 AM · Bug Report, EditEngine
cspeckmim updated the task description for T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.
Mar 22 2017, 3:24 AM · Bug Report, EditEngine
cspeckmim renamed T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task from Locked task on create new one to Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.
Mar 22 2017, 3:23 AM · Bug Report, EditEngine
cspeckmim added a comment to T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.

Thanks @chad for the help and motivation~

Mar 22 2017, 3:18 AM · Bug Report, EditEngine
chad added a comment to T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task.

nyancat

Mar 22 2017, 3:17 AM · Bug Report, EditEngine
chad reopened T12369: Users sometimes prompted to "Edit Locked Task" when attempting to create a new task as "Open".
Mar 22 2017, 3:17 AM · Bug Report, EditEngine