Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Failed
31856
9a4f69a0 fix(plugin): enhance directory path detection with known file extensions Replace simple dot check with proper file extension detection using known extensions (.ts, .js, .jsx, .tsx) to correctly handle artifact names containing periods. This resolves the issue where artifact names like "my.artifact" were incorrectly treated as files instead of directory paths. Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
12 days ago
by claude[bot]
Failed
31856
4faeb08a fix(plugin): enhance directory path detection with known file extensions Replace simple dot check with proper file extension detection using known extensions (.ts, .js, .jsx, .tsx) to correctly handle artifact names containing periods. This resolves the issue where artifact names like "my.artifact" were incorrectly treated as files instead of directory paths. Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
12 days ago
by claude[bot]
Succeeded
31856/merge
f000ca00 fix(plugin): handle directory paths correctly in executor and generator generators The executor and generator generators were not creating subdirectories as expected when provided with directory paths. For example, when using `--path=nx-tools/azure/src/executors/artifact-upload`, users expected files to be created in `nx-tools/azure/src/executors/artifact-upload/` directory, but they were being created directly in `nx-tools/azure/src/executors/`. This fix detects when the path looks like a directory path (doesn't end with an explicit filename) and adjusts the directory to include the artifact name as a subdirectory. Changes: - Modified normalizeOptions in both executor and generator generators to detect directory paths - Added logic to create subdirectories when the path segment matches the artifact name - Added comprehensive tests to verify the fix works correctly - Ensures backward compatibility with existing file path usage Fixes #31803 Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
12 days ago
by AgentEnder
Failed
31856
9ba6bc21 fix(plugin): handle directory paths correctly in executor and generator generators The executor and generator generators were not creating subdirectories as expected when provided with directory paths. For example, when using `--path=nx-tools/azure/src/executors/artifact-upload`, users expected files to be created in `nx-tools/azure/src/executors/artifact-upload/` directory, but they were being created directly in `nx-tools/azure/src/executors/`. This fix detects when the path looks like a directory path (doesn't end with an explicit filename) and adjusts the directory to include the artifact name as a subdirectory. Changes: - Modified normalizeOptions in both executor and generator generators to detect directory paths - Added logic to create subdirectories when the path segment matches the artifact name - Added comprehensive tests to verify the fix works correctly - Ensures backward compatibility with existing file path usage Fixes #31803 Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
12 days ago
by claude[bot]
Previous Page
Prev
Next
Next Page