Commit Graph

8066 Commits

Author SHA1 Message Date
Rene Pfeuffer
372e2eec6c Merge with upstream 2019-09-04 13:33:09 +02:00
Rene Pfeuffer
5f037762c7 Verify that branch is a branch 2019-09-04 13:24:59 +02:00
Rene Pfeuffer
80b48b1dc4 Add requested revision to browse result 2019-09-04 13:05:22 +02:00
Eduard Heimbuch
13dccf4729 merged 2019-09-04 11:54:10 +02:00
Eduard Heimbuch
790910166f check if currentUrl is branchUrl for extensionPoint 2019-09-04 11:52:38 +02:00
Rene Pfeuffer
a650ba54ca Merge smth 2019-09-04 11:45:03 +02:00
Eduard Heimbuch
38adf6fe6e merged 2019-09-04 10:20:42 +02:00
Eduard Heimbuch
7f2c7ffda7 redirect missing branch to default branch if available on sourcesView 2019-09-04 10:17:57 +02:00
Rene Pfeuffer
379c58d3a9 Add parameter to check current revision to prevent conflicts 2019-09-03 10:36:23 +02:00
Rene Pfeuffer
695457e949 Make branch optional in modify command
Due to the fact that the default branch is configured in HEAD, it will
be checked out by default by the clone in GitModifyCommand. Therefore
we won't have to do anything to "select" the default branch if no other
branch is specified.
2019-09-03 08:32:07 +02:00
Eduard Heimbuch
46781bd465 rename extensionPoint 2019-09-02 13:52:06 +02:00
Eduard Heimbuch
6d7be86e59 get selectedBranch in state for ExtensionPoint / if no branch is selected use defaultBranch for ExtensionPoint 2019-09-02 11:48:53 +02:00
Rene Pfeuffer
f769248164 Let git implement MODIFY 2019-08-30 09:29:58 +02:00
Rene Pfeuffer
3daec67ca4 Merge with upstream 2019-08-30 09:19:43 +02:00
Rene Pfeuffer
23d1a0a18b Add upload api for files 2019-08-30 09:11:14 +02:00
Rene Pfeuffer
3541ae5e63 Merge with 2.0.0-m3 2019-08-30 09:10:39 +02:00
Sebastian Sdorra
b8265eef1a update yarn.lock files 2019-08-30 08:29:08 +02:00
Sebastian Sdorra
1e6ea0dc88 update ui-bundler to v0.0.31 in order to move react-redux to the vendor bundle 2019-08-30 08:07:48 +02:00
Sebastian Sdorra
ed159fc3bc Merged in feature/git_modification_api (pull request #303)
Feature/git modification api
2019-08-30 05:51:20 +00:00
Sebastian Sdorra
86db0b4565 Close branch feature/git_modification_api 2019-08-30 05:51:20 +00:00
Rene Pfeuffer
8ccd99975f Use revision from commit as result 2019-08-29 17:59:34 +02:00
Rene Pfeuffer
8a7b50a079 Throw exception when no changes were made 2019-08-29 17:57:29 +02:00
Rene Pfeuffer
bdc2622df8 Fix javadoc 2019-08-29 17:30:33 +02:00
Rene Pfeuffer
f02dec5cc6 Add flag to optionally overwrite files with create 2019-08-29 17:22:50 +02:00
Sebastian Sdorra
4691a7677c Merged in feature/editor_plugin_download (pull request #301)
Feature/editor plugin download
2019-08-29 14:44:01 +00:00
Sebastian Sdorra
0e02390019 Close branch feature/editor_plugin_download 2019-08-29 14:44:01 +00:00
Rene Pfeuffer
b65b787763 Merge with 2.0.0-m3 2019-08-29 16:38:40 +02:00
Rene Pfeuffer
01ecd144e1 Add method to upload files to api client 2019-08-29 16:37:57 +02:00
Eduard Heimbuch
41b27d6e09 rename extensionPoints 2019-08-29 16:27:40 +02:00
Sebastian Sdorra
91cd4871cb Merged in feature/modification_api (pull request #302)
Feature modification api
2019-08-29 13:34:48 +00:00
Sebastian Sdorra
f85460ae62 Close branch feature/modification_api 2019-08-29 13:34:48 +00:00
Sebastian Sdorra
2674dbaf52 suppress UnstableApiUsage and use try with resources 2019-08-29 15:32:36 +02:00
Sebastian Sdorra
51d423f4db update ui-bundler to v0.0.30 to fix react useEffect error in vendor bundle 2019-08-29 14:47:50 +02:00
Rene Pfeuffer
6bd9e0e7dd Add messages for IllegalIdentifierChangeException 2019-08-29 13:47:28 +02:00
Rene Pfeuffer
924912b437 Fix preconditions 2019-08-29 13:19:14 +02:00
Eduard Heimbuch
3c583b414e move route to editor-plugin 2019-08-29 11:10:09 +02:00
Rene Pfeuffer
de7647ba55 Extract common code 2019-08-29 10:31:25 +02:00
Rene Pfeuffer
ae8b519a92 Merge with api changes 2019-08-29 09:45:17 +02:00
René Pfeuffer
bb0682fab5 Delete temporary workdir after command was executed 2019-08-28 17:04:22 +02:00
René Pfeuffer
aae9ba6a59 Commit and push changes 2019-08-28 16:23:33 +02:00
Eduard Heimbuch
2e5ceb7825 create fileupload dropzone using react-dropzone 2019-08-28 15:45:25 +02:00
René Pfeuffer
b0267d6909 Handle error on delete 2019-08-28 15:10:38 +02:00
René Pfeuffer
406620bd9d First steps to implement create in modify command 2019-08-28 15:07:14 +02:00
René Pfeuffer
55ac40363d Add missing injection 2019-08-28 13:57:39 +02:00
René Pfeuffer
baa4f6a917 Make modify command available 2019-08-28 13:53:24 +02:00
Eduard Heimbuch
578fa8a98c add Route with extensionPoint to FileUpload page 2019-08-28 13:34:55 +02:00
René Pfeuffer
e0ecb3440b Add modify command 2019-08-28 13:19:59 +02:00
René Pfeuffer
a8ce0f028d Add missing getter in reuest 2019-08-28 13:03:51 +02:00
René Pfeuffer
c57ef73475 Introduce command request for modify command 2019-08-28 12:58:56 +02:00
Eduard Heimbuch
bde13f8be4 add ExtensionPoint for actionbar to sourceview-breadcrumbs 2019-08-28 12:18:44 +02:00