-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add update script update-quarkus.sh storing details in diff-update …
…folder * run quarkus update * save git diff * run maven test or maven package install if its an extension * generate csv of pom dependencies * output all diffs * Fix labs * content changes * add missing solution projects quarkus-metrics-data-consumer, quarkus-appinfo-application * Generate csv of solution-project-dependencies * Include solution-project-dependencies in lab description (rendered as table from csv)
- Loading branch information
1 parent
74de97c
commit 7ffd519
Showing
88 changed files
with
3,357 additions
and
324 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 |
---|---|---|
|
@@ -18,4 +18,6 @@ code/appinfo | |
META-INF | ||
**.iml | ||
.hugo_build.lock | ||
target | ||
target | ||
/.quarkus | ||
/diff-update |
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,27 @@ | ||
table.dependencies { | ||
font-size: 0.8em; | ||
margin-bottom: 15px; | ||
border-collapse: collapse; | ||
padding: 0; | ||
width: 100%; | ||
} | ||
|
||
table.dependencies caption { | ||
font-size: 1.5em; | ||
color: #1E5A96; | ||
margin: 0.5em 0 0.75em; | ||
} | ||
|
||
table.dependencies tr { | ||
padding: 0.35em; | ||
} | ||
|
||
table.dependencies td, | ||
table.dependencies th { | ||
padding: 5px 15px 5px 15px; | ||
} | ||
|
||
table.dependencies th { | ||
font-weight: bold; | ||
text-transform: uppercase; | ||
} |
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
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
Oops, something went wrong.