1. 05 7月, 2016 1 次提交
    • W
      Cleaning up, Pipeline working · 13ff0573
      William Raiford 提交于
      * Cleaned up and corrected changeView calling code to avoid initial git commit msg stuff.
      * Refactored `lastCommitMsg` to `prevCommitMsg` in pipeline.
      
      * Added `getCommitInfo` to git `IModel`.
        * Added commitInfo to Model implementation class.
      * Changed `IRawGitService.getCommitInfo` to return `IRawStatus` instead of `ICommitInfo` directly.
      * Changed `IGitService.getCommitInfo` to return `IModel`.
        * This was required because it expects a status when performing a git operation from the client (not really documented nor obvious).
      
      * Added `Repository.getLog(ILogOptions)` for getting the previous commit msg, but allowing extensibility.
        * Added `ILogOptions` with single `prevCount` for extensibility of other use cases when executing `git log -1` (which gets the previous commit msg).
      
      InProgress:
      
      * Implementing getCommitInfo to parse possible template file, as well as parse the previous log message.
      13ff0573
  2. 30 6月, 2016 1 次提交
    • W
      (Erroring) Adding `getCommitInfo` · db79a45f
      William Raiford 提交于
      * I'm going ahead and commiting changes for possibility of others seeing this code. I will rely on later being able to correctly rebase changes.
      * Added `getCommitInfo` to the git command chain: `IRawGitService`, `GitService`, `GitChannel`, `ChangesView`.
      * Is erroring in a side-effect that I am having problems debugging, as the contributing guidance doesn't explain debugging the node process side (explicitly anyway).
      db79a45f
  3. 21 6月, 2016 6 次提交
  4. 20 6月, 2016 19 次提交
  5. 19 6月, 2016 5 次提交
  6. 18 6月, 2016 2 次提交
  7. 17 6月, 2016 6 次提交