Open rix0rrr opened 4 years ago
Did this feature die ?
It is a bit confusing to have this..
.. would be awesome to be able to add display name.
@rix0rrr any updates on this issue?
Is there any way (right now) to get better file asset naming?
+1 feature request, this would be really useful
+1
+1
+1
+1
+1
+1
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue.
+1
+1
+1
ping... updates pls?
+1
+1
+1
+1
I'd be happy to give implementing this a try. From looking at the code, this would require adding a new field to StackAsset
to contain a user-defined name and setting the pipeline's graph node id to it. Something like this:
// In pipeline-graph.ts
// Inside PipelineGraph.publishAsset
const id = stackAsset.assetName ?? stackAsset.assetType === AssetType.FILE
? (this.singlePublisher ? 'FileAsset' : `FileAsset${++this._fileAssetCtr}`)
: (this.singlePublisher ? 'DockerAsset' : `DockerAsset${++this._dockerAssetCtr}`);
As far as I can tell, this would require modifying the schemas in the cloud-assembly-schema
package and persisting these names in the asset manifest. With those then we can use them to populate the new field in the StackAsset
. However I haven't been able to find where the manifest objects are built before they are persisted.
Does this implementation plan sound reasonable? I'd like some feedback from more experienced people in this project.
Please add?
Is there any way (right now) to get better file asset naming?
Is it possible to group codebuild projects into one?
I say this because I would like a single project that is sending the assets file.
thank you,
+1
+9 from my team. This would be quite nice!
Another upvote from my team as well.
+1
+1
+1 looking to either hide the FileAsset in the pipeline or give meaningful names. If anyone knows how to do the former, it would help me a lot. Thanks
+1
I might be misremembering but I read somewhere that the tasks in this repo get prioritised based on upvotes on the original (first) post (and not on the progression of the comments). So hopefully everyone +1-ing in the replies are also +1-ing the original post too.
+1
+1
+1
+1
+1
+1
+1
+1
During
cdk deploy
and in the pipeline we now have no good way of showing the asset, just a hash.Much friendlier to users if we should show a display name.
This is a :rocket: Feature Request