| Summary: | [client][git] mini logs don't contain information when not on master | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Boris Bokowski <bokowski> |
| Component: | Client | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | libingw, Szymon.Brandys, tomasz.zarna |
| Version: | 0.2 | Flags: | tomasz.zarna:
review+
|
| Target Milestone: | 0.2 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
| Bug Depends on: | 347323 | ||
| Bug Blocks: | |||
|
Description
Boris Bokowski
The following is in my console: Failed to load resource: the server responded with a status of 405 (HTTP method GET is not supported by this URL) xhr.js:609Error: Unable to load /gitapi/remote/origin/201106-debugger/file/x/?page=1 status:405 git-status-table.js:585HTTP status code: 405 I believe the root cause might be the same as I mentioned in bug 349313 comment 2. this "/remote/origin/201106-debugger/" branch does not appear in your repo page yet until you do some thing further(e.g. push a change). Gosia , I confirmed the error is the same as what happended in bug 349313. Please make one of them duplicated the other if you think so. The problem is that the new local branch doesn't have a remote branch. In this case I think we should display the mini log for local branch and the remote should remain empty with information "no remote branch". Now we are displaying the message that remote branch doesn't exist. In this case it's all we can do. This fix was almost good. We should handle 403 and 401 differently. (In reply to comment #6) > This fix was almost good. We should handle 403 and 401 differently. corrected some more corrections needed (In reply to comment #8) > some more corrections needed There was still a problem when response wasn't a JSON. I corrected it in the same way errors on navigator are displayed. |