-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for sample creation actions in workflow jobs #1951
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
Open
labkey-susanh
wants to merge
31
commits into
develop
Choose a base branch
from
fb_deriveActions
base: develop
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 all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e789a75
Export Collapsible
labkey-susanh 5c9ad41
@labkey/components v7.20.1-deriveActions.0
labkey-susanh e4239a1
Add styling for disabled expansion icon
labkey-susanh 5de91f2
@labkey/components v7.20.1-deriveActions.1
labkey-susanh 3068fad
disabled hover color update
labkey-susanh 6a2671c
merge from develop
labkey-susanh ef5f0e6
Back out change to export Collapsible. Not needed at the moment.
labkey-susanh bd5d75f
@labkey/components v7.20.2-deriveActions.2
labkey-susanh 85f3f10
merge from develop
labkey-susanh ec806a2
merge from develop
labkey-susanh 2b8eefe
package update after merge from develop
labkey-susanh 88c000e
remove unused parameter doc
labkey-susanh d38e05a
lint
labkey-susanh 45ff50a
Update `isAllSamplesSchema` to account for move of `JobInputSamples` …
labkey-susanh 2cdf8de
@labkey/components v7.21.1-deriveActions.3
labkey-susanh 2c240b3
@labkey/api v1.48.1-deriveActions.1
labkey-susanh da028d0
@labkey/components v7.21.1-deriveActions.4
labkey-susanh f0f15f5
Revert use of new @labkey/api version
labkey-susanh c436194
Merge remote-tracking branch 'origin/develop' into fb_deriveActions
labkey-susanh 107823e
@labkey/components v7.22.1-deriveActions.5
labkey-susanh ea9cac7
Add placement prop for DisableableButton
labkey-susanh 73f4612
@labkey/components v7.22.1-deriveActions.6
labkey-susanh 4a5412d
Remove unused class
labkey-susanh 374d8fb
@labkey/components v7.22.2-deriveActions.7
labkey-susanh fade065
Merge from develop and update to @labkey/components v7.23.1-deriveAct…
labkey-susanh a6355c0
Merge from develop and @labkey/components v7.23.2-deriveActions.7
labkey-susanh e0b2b26
Little bit of linting
labkey-susanh 50e17ca
add `fitlerArrayToString` method in QueryModel utils
labkey-susanh 5134b58
@labkey/components v7.23.2-deriveActions.8
labkey-susanh 6663b73
add `pronoun` utility method for the it/they or it/them text choices
labkey-susanh 0b8c927
@labkey/components v7.23.2-deriveActions.9
labkey-susanh 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
FYI in my open PR I have added an arg to
SchemaQuery.isEqualto allow you to easily compare two SchemaQuery objects without comparing their view names, which I think would be useful in this method.labkey-ui-components/packages/components/src/public/SchemaQuery.ts
Line 87 in 2d9bad9