Commit Graph

8042 Commits

Author SHA1 Message Date
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
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
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
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
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
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
bd22d60965 show full borders in sourceView when extensionPoint is available 2019-08-28 09:55:48 +02:00
Eduard Heimbuch
e4fde9b299 add ExtensionPoint to fileView-actionBar as ButtonGroup 2019-08-28 09:37:43 +02:00
Eduard Heimbuch
7217a244a7 change label to tooltip for fileView-actionbar buttons 2019-08-28 09:36:52 +02:00
René Pfeuffer
57e748b4e4 Rename class to distinguish between 'modifications' and 'modify' 2019-08-28 06:43:18 +02:00
René Pfeuffer
956d9a42c8 Fix injection 2019-08-28 06:32:15 +02:00
René Pfeuffer
44d99fcc9d Create new modification command 2019-08-27 16:57:10 +02:00
René Pfeuffer
4f21756d00 Extract class to provide temporary work directories 2019-08-27 16:56:44 +02:00
Sebastian Sdorra
769207c2c1 fixed compilation error 2019-08-27 15:33:30 +02:00
Sebastian Sdorra
79037afdf8 update maven-deploy-plugin from 2.7 to 2.8.2 2019-08-27 15:20:38 +02:00
Sebastian Sdorra
86f9de25ec Merged in bugfix/ci_status_validation (pull request #298)
Bugfix/ci status validation
2019-08-27 13:16:39 +00:00
Sebastian Sdorra
c42b3cca0c Close branch bugfix/ci_status_validation 2019-08-27 13:16:39 +00:00
Eduard Heimbuch
65f89720df add extensionPoint to sourceView rows to render downloadIcon from editor-plugin 2019-08-27 15:16:02 +02:00
Sebastian Sdorra
1acdb44c47 Merged in bugfix/ignore_old_plugin_dir (pull request #296)
ignore old plugins folder
2019-08-27 12:30:25 +00:00
Sebastian Sdorra
3cd1cdfa4f Close branch bugfix/ignore_old_plugin_dir 2019-08-27 12:30:25 +00:00
Sebastian Sdorra
b36c2dd698 use nio api and added test for plugin directory check 2019-08-27 13:59:14 +02:00
Sebastian Sdorra
3068696eb0 Merged in bugfix/redirect_collection_links (pull request #300)
redirect collection links
2019-08-27 11:41:36 +00:00
Sebastian Sdorra
840b44af37 Close branch bugfix/redirect_collection_links 2019-08-27 11:41:36 +00:00
Eduard Heimbuch
c5ab0aaab3 fix repos redirect 2019-08-27 11:09:53 +02:00
Eduard Heimbuch
ca71326cb9 redirect collection urls to add trailing slashes so that pagination works 2019-08-27 11:07:19 +02:00
Eduard Heimbuch
58e5667e82 pluginprocessor only consider directories that contains plugin.xml 2019-08-27 08:52:38 +02:00
Rene Pfeuffer
2a184eaf17 Export DiffFile ui component 2019-08-22 11:38:29 +02:00
Rene Pfeuffer
74cc7b53e8 Peer-Review changes 2019-08-22 10:53:14 +02:00
Rene Pfeuffer
5c09f92a57 Merged in feature/install_plugins (pull request #299)
Feature/install plugins
2019-08-22 08:51:18 +00:00
Rene Pfeuffer
2c0e4ee841 Close branch feature/install_plugins 2019-08-22 08:51:18 +00:00