-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: show details panel for failed node (#254)
* feat: show details panel for failed node Signed-off-by: Pianist038801 <steven@union.ai> * feat: use DAG for details panel content Signed-off-by: Pianist038801 <steven@union.ai> * fix: failing tests Signed-off-by: Pianist038801 <steven@union.ai> * fix: failing tests Signed-off-by: Pianist038801 <steven@union.ai> * fix: compound nodeId bug Signed-off-by: Pianist038801 <steven@union.ai> * fix: feedback on the PR Signed-off-by: Pianist038801 <steven@union.ai> * chore: force casesensitive file rename to be consumed by git Signed-off-by: Nastya Rusina <nastya@union.ai> Co-authored-by: Pianist038801 <steven@union.ai> Co-authored-by: Nastya Rusina <nastya@union.ai>
- Loading branch information
1 parent
c0ff255
commit e276493
Showing
9 changed files
with
167 additions
and
22 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
const path = require('path'); | ||
|
||
module.exports = { | ||
process(_src, filename, _config, _options) { | ||
return ( | ||
'module.exports = ' + JSON.stringify(path.basename(filename)) + ';' | ||
); | ||
} | ||
}; |
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
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