| Summary: | [server][git] Issue with git object during creation of workspace | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Yossi Balan <yossi.balan> |
| Component: | Git | Assignee: | Yossi Balan <yossi.balan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | 8.0 | ||
| Target Milestone: | 11.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| URL: | https://git.eclipse.org/r/#/c/51423/ | ||
| See Also: |
https://git.eclipse.org/r/51423 https://git.eclipse.org/r/52032 https://git.eclipse.org/r/52033 https://git.eclipse.org/r/57907 https://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=b56b4004cdd9648f6ed3e29b8fc8491a45fdeedc |
||
| Whiteboard: | |||
|
Description
Yossi Balan
I want to contribute and to fix this bug New Gerrit change created: https://git.eclipse.org/r/51423 New Gerrit change created: https://git.eclipse.org/r/52032 New Gerrit change created: https://git.eclipse.org/r/52033 Is there a case where you require multiple levels of children? I believe the Orion UI only uses one level. In my case I need to get the this object for all the levels. we have the call to get the data with /?depth=1000 for example this call https://..../orion/s2s/file/x580b10a7$<user name>-OrionContent/<folder name>/?depth=1000 Ok, makes sense. Note that we have been talking about removing the decorators and provide a different API to access git info, etc. Decorating the whole tree is kind of inefficient and it adds hard dependency between the file system and git. Making it hard to implement other file systems. But in the mean time, while the new API is not in place, fixing this bug makes sense. I added some comments to the patch set in comment#2. Is that the latest changes? You have submitted 3 different patches. I fixed your comment and add it to the last patch New Gerrit change created: https://git.eclipse.org/r/57907 Gerrit change https://git.eclipse.org/r/57907 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=b56b4004cdd9648f6ed3e29b8fc8491a45fdeedc Sorry for forgetting about this one for so long, Yossi. I have reviewed and merged. Thanks for your contribution! |