-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tour of beam learning materials CI/CD refactoring and templating (#25080
) * Add support for templating in Tour of Beam learning materials * Process learning materials through the template engine * refactoring ci/cd for templated learning materials * adding template processing * refactoring learning content * fixing incorrect sample path * minor formatting comments * missed complexity added add code review comments * fix possible err overwrite Co-authored-by: Timur Sultanov <timur.sultanov@akvelon.com>
- Loading branch information
Showing
108 changed files
with
602 additions
and
1,590 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
4 changes: 3 additions & 1 deletion
4
...s/learning-content/java/content-info.yaml → ...amples/learning-content/content-info.yaml
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,4 +1,6 @@ | ||
sdk: Java | ||
sdk: | ||
- Java | ||
- Python | ||
content: | ||
- module 1 | ||
- module 2 |
2 changes: 2 additions & 0 deletions
2
...ent/python/module 1/group/group-info.yaml → ...ng-content/module 1/group/group-info.yaml
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,5 @@ | ||
sdk: | ||
- Python | ||
id: group1 | ||
name: The Group | ||
complexity: BASIC | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...va/module 1/unit-challenge/unit-info.yaml → ...ule 1/group/unit-challenge/unit-info.yaml
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,5 @@ | ||
sdk: | ||
- Python | ||
id: challenge1 | ||
name: Challenge Name | ||
complexity: BASIC | ||
|
2 changes: 2 additions & 0 deletions
2
...java/module 1/unit-example/unit-info.yaml → ...odule 1/group/unit-example/unit-info.yaml
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,5 @@ | ||
sdk: | ||
- Python | ||
id: example1 | ||
name: Example Unit Name | ||
taskName: ExampleName |
2 changes: 2 additions & 0 deletions
2
...python/module 1/intro-unit/unit-info.yaml → ...ontent/module 1/intro-unit/unit-info.yaml
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,5 @@ | ||
sdk: | ||
- Python | ||
id: intro-unit | ||
name: Example Unit Name | ||
taskName: ExampleName |
Oops, something went wrong.