Community
Participate
Working Groups
Here's what I did: I had master checked out, then I created a new branch and checked out that branch (all using Orion, on the Repositories page). Then, after refreshing the git status page, the mini logs were visible, but empty.
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.