-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added server credentials configuration in IDE (#38)
* Added Sechub preferences view * updated gradle version * renamed daimler to mercedesbenz * added actions instead of SWT copmonents * Changed server tree view ui behavior --------- Co-authored-by: Albert Tregnaghi <albert.tregnaghi@mercedes-benz.com>
- Loading branch information
1 parent
9968fda
commit 02ddccb
Showing
159 changed files
with
1,098 additions
and
6,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# SPDX-License-Identifier: MIT | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.classpath | ||
.project | ||
.settings/ | ||
build |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: SecHub | ||
Bundle-SymbolicName: com.daimler.sechub.plugin;singleton:=true | ||
Bundle-Version: 0.2.1 | ||
Bundle-Activator: com.daimler.sechub.SecHubActivator | ||
Bundle-SymbolicName: com.mercedesbenz.sechub.plugin;singleton:=true | ||
Bundle-Version: 0.3.0 | ||
Bundle-Activator: com.mercedesbenz.sechub.SecHubActivator | ||
Bundle-Vendor: Mercedes-Benz Tech Innovation GmbH | ||
Require-Bundle: org.eclipse.ui, | ||
org.eclipse.core.runtime, | ||
org.eclipse.core.resources, | ||
org.eclipse.ui.ide, | ||
org.eclipse.ui.editors, | ||
org.eclipse.text, | ||
org.eclipse.jface.text, | ||
org.eclipse.core.filesystem, | ||
org.eclipse.jface, | ||
org.eclipse.core.expressions | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Automatic-Module-Name: com.daimler.sechub.plugin | ||
org.eclipse.core.expressions, | ||
org.eclipse.equinox.security, | ||
org.eclipse.core.runtime | ||
Bundle-RequiredExecutionEnvironment: JavaSE-17 | ||
Automatic-Module-Name: com.mercedesbenz.sechub.plugin | ||
Import-Package: javax.inject, | ||
org.eclipse.e4.core.services.log | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-ClassPath: ., | ||
lib/sechub-client-all.jar | ||
lib/sechub-java-api-all-0.0.0.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// SPDX-License-Identifier: MIT | ||
dependencies { | ||
compile fileTree(dir: 'lib', include: '*.jar') | ||
implementation fileTree(dir: 'lib', include: '*.jar') | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-4.07 KB
...clipse-plugin/build/classes/java/main/com/daimler/sechub/model/FileLocationExplorer.class
Binary file not shown.
Binary file removed
BIN
-1.61 KB
sechub-eclipse-plugin/build/classes/java/main/com/daimler/sechub/model/FindingModel.class
Binary file not shown.
Binary file removed
BIN
-231 Bytes
sechub-eclipse-plugin/build/classes/java/main/com/daimler/sechub/model/FindingNode$1.class
Binary file not shown.
Binary file removed
BIN
-3.2 KB
...gin/build/classes/java/main/com/daimler/sechub/model/FindingNode$FindingNodeBuilder.class
Binary file not shown.
Binary file removed
BIN
-5.63 KB
sechub-eclipse-plugin/build/classes/java/main/com/daimler/sechub/model/FindingNode.class
Binary file not shown.
Binary file removed
BIN
-6.04 KB
...d/classes/java/main/com/daimler/sechub/model/SecHubFindingToFindingModelTransformer.class
Binary file not shown.
Binary file removed
BIN
-641 Bytes
sechub-eclipse-plugin/build/classes/java/main/com/daimler/sechub/util/SimpleStringUtil.class
Binary file not shown.
Binary file removed
BIN
-3.79 KB
...se-plugin/build/classes/java/test/com/daimler/sechub/model/FileLocationExplorerTest.class
Binary file not shown.
Binary file removed
BIN
-1.97 KB
...ipse-plugin/build/classes/java/test/com/daimler/sechub/model/FindingNodeBuilderTest.class
Binary file not shown.
Binary file removed
BIN
-3.29 KB
...classes/java/test/com/daimler/sechub/model/SecHubFindingToSecHubNodeTransformerTest.class
Binary file not shown.
Binary file removed
BIN
-1.42 KB
...-eclipse-plugin/build/classes/java/test/com/daimler/sechub/model/TestResourceHelper.class
Binary file not shown.
Binary file removed
BIN
-864 Bytes
...eclipse-plugin/build/classes/java/test/com/daimler/sechub/util/SimpleStringUtilTest.class
Binary file not shown.
24 changes: 0 additions & 24 deletions
24
sechub-eclipse-plugin/build/docs/javadoc/allclasses-frame.html
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
sechub-eclipse-plugin/build/docs/javadoc/allclasses-noframe.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.