Community
Participate
Working Groups
gitClient contains methods that are called in at least 4 ways: * response is retrieved via returned promise * response is retrieved via onLoad function * response is retrieved via onLoad event (I think not used anywhere) * we return errors in onError or just in the promise Some of the functions also modify the response it gets from a server wrapping it with some json object (doMerge). I really think we should unify it all and beginning of 0.5 will be a good time to do it.
(In reply to comment #0) > gitClient contains methods that are called in at least 4 ways: > * response is retrieved via returned promise > * response is retrieved via onLoad function > * response is retrieved via onLoad event (I think not used anywhere) > * we return errors in onError or just in the promise This is done by Bug 376104. > Some of the functions also modify the response it gets from a server wrapping it > with some json object (doMerge). I really think we should unify it all and > beginning of 0.5 will be a good time to do it. This will be done in M2.
Resolved while refactoring git client for new operations.