| Summary: | Git Log get cleared after a failed Push | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Tomasz Zarna <tomasz.zarna> | ||||
| Component: | Git | Assignee: | Szymon Brandys <Szymon.Brandys> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ken_walker, malgorzata.tomczyk, susan, Szymon.Brandys | ||||
| Version: | unspecified | Flags: | malgorzata.tomczyk:
review+
ken_walker: review+ |
||||
| Target Milestone: | 0.4 RC3 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Tomasz Zarna
It happened on orion.eclipse.org today, while investigating bug 371881. I had the same problem with "UP_TO_DATE" status on Push. changed milestone (assuming it's for 0.4RC3) I discovered that it's probably something with push task, because if push doesn't run as task, but in one request, everything works fine. Created attachment 211430 [details]
Fix v1
The problem was that we called changedItem on git-log page and this cleared the page. There is another problem in Git Push API as Gosia mentioned in comment 4. However this is not the cause of this bug. I'll raise a separate bug for that (for .5). Have tested before and after. As a project lead I +1 this for RC3 Fixed with 7d6771daf9caa1f7f0e30ff5dddddd5291adbf15. |