-
Notifications
You must be signed in to change notification settings - Fork 13
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
Added possibility to load ports and steps in a different workflow #274
Merged
Conversation
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
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #274 +/- ##
==========================================
+ Coverage 67.18% 67.30% +0.12%
==========================================
Files 82 82
Lines 10277 10312 +35
Branches 2432 2437 +5
==========================================
+ Hits 6905 6941 +36
+ Misses 2948 2945 -3
- Partials 424 426 +2 ☔ View full report in Codecov by Sentry. |
LanderOtto
force-pushed
the
feat/load-change-wf
branch
from
December 1, 2023 00:49
0657268
to
13f2fdb
Compare
This comment was marked as outdated.
This comment was marked as outdated.
LanderOtto
force-pushed
the
feat/load-change-wf
branch
from
December 1, 2023 00:51
13f2fdb
to
6815ae2
Compare
LanderOtto
force-pushed
the
feat/load-change-wf
branch
from
December 18, 2023 21:19
8e25ab0
to
b9f743c
Compare
LanderOtto
force-pushed
the
feat/load-change-wf
branch
3 times, most recently
from
January 6, 2024 00:35
c14140c
to
77ab71c
Compare
* this parameter allows to load workflow elements (e.g. Step) but loading them on a different workflow
LanderOtto
force-pushed
the
feat/load-change-wf
branch
from
January 6, 2024 18:58
9a71c59
to
9925950
Compare
LanderOtto
force-pushed
the
feat/load-change-wf
branch
from
January 6, 2024 19:08
dedc4ca
to
4207324
Compare
LanderOtto
force-pushed
the
feat/load-change-wf
branch
from
January 6, 2024 19:33
0f994f0
to
3619a0e
Compare
GlassOfWhiskey
requested changes
Jan 7, 2024
GlassOfWhiskey
requested changes
Jan 13, 2024
GlassOfWhiskey
approved these changes
Jan 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit adds the possibility to load
Step
andPort
instances from aDatabase
to build a different workflow.Documentation and unit tests have been added for this new feature.