2 files changed
+2
-2
lines changed- src/main/java/net/coding/ide/model/GitBlame.java+25
- src/main/java/net/coding/ide/service/GitManager.java+2
- src/main/java/net/coding/ide/service/GitManagerImpl.java+49-5
- src/main/java/net/coding/ide/web/controller/GitController.java+6
- src/main/resources/application.properties+1-1
- src/test/java/net/coding/ide/service/GitManagerTest.java+78
- app/backendAPI/fileAPI.js+2-2
- app/backendAPI/gitAPI.js+4
- app/backendAPI/websocketClients.js+1
- app/commands/commandBindings/file.js+31-17
- app/commands/commandBindings/tab.js+1-1
- app/commons/File/actions.js+36
- app/commons/File/index.js+3
- app/commons/File/state.js+142
- app/commons/File/store.js+22
- app/commons/File/subscribeToFileChange.js+10-13
- app/commons/Pane/state.js+69
- app/commons/Tab/actions.js-86
- app/commons/Tab/state.js+20-23
- app/commons/Tree/TreeNode.jsx+71
- app/commons/Tree/index.js+3
- app/commons/Tree/state.js+193
- app/commons/Tree/store.js+35
- app/components/Breadcrumbs/index.jsx+1-1
- app/components/CodeMirrorEditor/getMode.js-1
- app/components/CodeMirrorEditor/index.jsx-183
- app/components/ContextMenu/ContextMenu.jsx-1
- app/components/ContextMenu/ContextMenuContainer.jsx+20
- app/components/ContextMenu/index.js+5
- app/components/ContextMenu/state.js+10
- app/components/ContextMenu/store.js+49
- app/components/DragAndDrop.jsx+1-1
- app/components/Editor/EditorWrapper.jsx+10-11
- app/components/Editor/actions.js
- app/components/Editor/components/CodeMirrorEditor/addons.js
- app/components/Editor/components/CodeMirrorEditor/index.jsx+232
- app/components/Editor/components/ImageEditor.jsx
- app/components/Editor/components/MarkdownEditor/actions.js+23
- app/components/Editor/components/MarkdownEditor/index.jsx+28-47
- app/components/Editor/components/MarkdownEditor/reducer.js
- app/components/Editor/components/MarkdownEditor/state.js+10
- app/components/Editor/components/UnknownEditor.jsx
- app/components/Editor/components/WelcomeEditor.js
- app/components/Editor/index.jsx+2
- app/components/Editor/reducer.js-124
- app/components/Editor/state.js+36-18
- app/components/Editor/store.js+24
- app/components/EditorWrapper/actions.js-9
- app/components/EditorWrapper/reducer.js-21
- app/components/FileTree/FileTree.js+23-35
- app/components/FileTree/FileTreeNode.js-78
- app/components/FileTree/actions.js+111-90
- app/components/FileTree/contextMenuItems.js+7
- app/components/FileTree/fileTreeToFileBinding.js+16
- app/components/FileTree/reducer.js-97
- app/components/FileTree/state.js+47-183
- app/components/FileTree/store.js+16
- app/components/Git/GitHistoryView.jsx+2-2
- app/components/MarkdownEditor/actions.js-26
- app/components/Menu/MenuItem.jsx+3-3
- app/components/Modal/FilePalette/component.jsx+6-12
- app/components/Pane/Pane.jsx+1-2
- app/components/Pane/state.js+17-64
- app/components/Tab/TabContainer.jsx+4-4
- app/components/Tab/actions.js+129
- app/components/Tab/index.js
- app/components/Tab/state.js+84
- app/components/Tab/store.js+25
- app/components/Terminal/Terminal.jsx+1-1
- app/components/Terminal/TerminalContainer.jsx+3-4
- app/components/Terminal/state.js+24
- app/containers/IDE.jsx+1-1
- app/containers/Utilities.jsx+5-4
- app/mobxStore.js+3-1
- app/store.js+1-11
- app/styles/core-ui/Git.styl+7
- app/utils/actions/createAction.js+10-10
- app/utils/actions/handleAction.js+21
- app/utils/actions/handleActions.js+2-6
- app/utils/actions/index.js+4-1
- app/utils/actions/registerAction.js+19
- app/utils/index.js+2
- app/utils/is.js+28
- app/utils/multiline.js+22
- app/utils/request.js+10-6
- webpack_configs/webpack.dev.config.js+1-1
0 commit comments