-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/workflow support #65
Open
987Nabil
wants to merge
28
commits into
sbt:main
Choose a base branch
from
987Nabil:feature/workflow-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
10c5b24
Fix typo
987Nabil b27937b
Use simple generic workflow for internal workflow compilation
987Nabil f9ba5c6
Merge remote-tracking branch 'upstream/main' into feature/workflow-su…
987Nabil ba3975b
Separate files for Workflow, TriggerEvent and common RenderFunctions
987Nabil 67e746f
Impl. ManualEvents
987Nabil df528f3
Impl. WebhookEvents
987Nabil d827cca
Generate custom workflows
987Nabil c228a3d
Do not use tags for pull request in ci workflow
987Nabil 99c15d6
Docu for custom workflows
987Nabil c6f0a65
Paths for Push and PullRequest events
987Nabil 153bb2d
Make Workflow jobs compile without oses
987Nabil 33d6ee7
Introduce generation targets to adjust which workflows will be generated
987Nabil 0ca4784
Merge remote-tracking branch 'upstream/main' into feature/workflow-su…
987Nabil 132e807
Merge remote-tracking branch 'upstream/main' into feature/workflow-su…
987Nabil 0ca1ced
Fix test expectation for path only rendering of pull request events
987Nabil f7d7603
Fix rendering in case of empty scalas
987Nabil c46d1cb
Support rendering without strategy/matrix
987Nabil 1842373
Merge remote-tracking branch 'upstream/main' into feature/workflow-su…
987Nabil 85702f8
Migrate custom workflows with main changes
987Nabil 9c8bad7
Support for reusable workflows
987Nabil 9fa66df
Check githubWorkflowIncludeClean to generate clean workflow as well
987Nabil fe9cacc
Fix reusable workflow rendering
987Nabil d09b0d7
Make reusable workflow jobs another class
987Nabil a945784
Merge remote-tracking branch 'upstream/main' into feature/workflow-su…
987Nabil 7c90b65
Integrate permissions into the workflow DSL
987Nabil cf4f7ae
Regenerate workflows
987Nabil 2a5dc1f
Adjust test expectations
987Nabil 55e748d
Add GitHub doc links to Workflow DSL
987Nabil File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@987Nabil What is the context behind this test being commented, i.e. is it temporary to pass CI or is it intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was only an example I copied for how the current call looks like. I forgot to remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realised it is already gone.