| Summary: | Squashing unimplemented in Node | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Remy Suen <remy.suen> |
| Component: | Git | Assignee: | Remy Suen <remy.suen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | steve_northover |
| Version: | 13.0 | ||
| Target Milestone: | 15.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Remy Suen
The first thing to do is disable/hide the feature in the UI when we are running Node. Next, we should look into whether there is an implementation of squash we can use in nodegit. (In reply to Steve Northover from comment #1) > The first thing to do is disable/hide the feature in the UI when we are > running Node. I didn't think there was a way for the client to randomly retrieve information about the server... (In reply to Steve Northover from comment #1) > Next, we should look into whether there is an implementation > of squash we can use in nodegit. NodeGit doesn't provide such a convenience API. I wrote my own implementation instead and pushed it to master. https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a5eac5b5cf20824920da6f2862dbd351da003053 |