-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbeaver/dbeaver-infra#161 model refactoring (#31)
* dbeaver/dbeaver-infra#161 model refactoring * dbeaver/dbeaver-infra#161 working prototype * dbeaver/dbeaver-infra#161 update readme and code cleanup * dbeaver/dbeaver-infra#161 GitHub CI/CD & rename osgi-commons to dbeaver-osgi-common * dbeaver/dbeaver-infra#161 renaming and small fixes * dbeaver/dbeaver-infra#161 pom fixes * dbeaver/dbeaver-infra#161 rename package osgi to osgi.dependency.processing
- Loading branch information
1 parent
879e630
commit d42be71
Showing
49 changed files
with
86 additions
and
4,788 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Cleanup | ||
|
||
on: | ||
pull_request: | ||
types: [closed] | ||
push: | ||
branches: | ||
- devel | ||
|
||
jobs: | ||
delete-caches: | ||
name: Cleanup | ||
uses: dbeaver/dbeaver-common/.github/workflows/cleanup-caches.yml@devel | ||
secrets: inherit |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: CI | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
- reopened | ||
push: | ||
branches: [devel] | ||
|
||
jobs: | ||
build: | ||
uses: dbeaver/dbeaver-common/.github/workflows/mvn-package.yml@devel | ||
name: Check | ||
secrets: inherit | ||
with: | ||
project-directory: ./idea-rcp-launch-config-generator/aggregate | ||
project-deps: ./idea-rcp-launch-config-generator/project.deps | ||
timeout-minutes: 2 | ||
|
||
lint: | ||
uses: dbeaver/dbeaver-common/.github/workflows/java-checkstyle.yml@devel | ||
name: Check | ||
secrets: inherit |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dbeaver-common | ||
dbeaver-osgi-common |
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
23 changes: 0 additions & 23 deletions
23
src/main/java/org/jkiss/tools/rcplaunchconfig/Artifact.java
This file was deleted.
Oops, something went wrong.
211 changes: 0 additions & 211 deletions
211
src/main/java/org/jkiss/tools/rcplaunchconfig/BundleInfo.java
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
src/main/java/org/jkiss/tools/rcplaunchconfig/ConfigFileManager.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.